*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #262624;--bg2: #1f1e1c;--input: #30302e;--border: #413f3b;--border2: #33322f;--cream: #f0eee6;--muted: #8a857b;--muted2: #c9c6bd;--teal: #25efd7}html,body,#root{height:100%}body{background:var(--bg);color:var(--cream);font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}.app{display:flex;flex-direction:column;height:100%;max-width:760px;margin:0 auto}.topbar{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;flex-shrink:0}.brand{display:flex;align-items:center;gap:9px}.brand-logo{width:30px;height:auto}.wordmark{font-family:Roboto Slab,serif;font-weight:600;font-size:21px;color:var(--cream)}.cta-mini{font-size:13px;font-weight:600;color:#0a1512;background:var(--teal);padding:7px 14px;border-radius:999px;text-decoration:none;transition:background .15s}.cta-mini:hover{background:#1fd9c3}.chat{flex:1;min-height:0;overflow-y:auto;padding:8px 20px 20px}.hero{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px;padding:24px 8px}.hero-logo{width:64px;height:auto}.hero h1{font-family:Roboto Slab,serif;font-weight:400;font-size:30px;color:var(--cream)}.hero .sub{color:var(--muted2);font-size:15px;max-width:460px;line-height:1.55}.pills{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:8px}.pill{font-size:13px;color:var(--muted2);background:#2b2a28;border:1px solid var(--border2);padding:8px 14px;border-radius:12px;cursor:pointer;transition:background .15s;font-family:inherit}.pill:hover:not(:disabled){background:#33322f}.pill:disabled{opacity:.5;cursor:default}.messages{display:flex;flex-direction:column;gap:18px;padding-top:12px}.row{display:flex;gap:10px}.row.user{justify-content:flex-end}.msg-logo{width:28px;height:auto;flex-shrink:0;margin-top:2px}.bubble{font-size:15px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.row.assistant .bubble{color:var(--cream);max-width:100%}.row.user .bubble{background:#35342f;color:var(--cream);padding:10px 14px;border-radius:16px 16px 4px;max-width:80%}.composer-wrap{flex-shrink:0;padding:12px 20px 18px}.composer{display:flex;align-items:flex-end;gap:8px;background:var(--input);border:1px solid var(--border);border-radius:18px;padding:10px 10px 10px 16px}.composer textarea{flex:1;resize:none;border:none;outline:none;background:transparent;color:var(--cream);font-family:inherit;font-size:15px;line-height:1.5;max-height:160px;padding:4px 0}.composer textarea::placeholder{color:var(--muted)}.send{width:36px;height:36px;border-radius:50%;border:none;cursor:pointer;flex-shrink:0;background:var(--teal);color:#0a1512;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background .15s}.send:hover:not(:disabled){background:#1fd9c3}.send:disabled{opacity:.5;cursor:default}.quota{text-align:center;font-size:12px;color:var(--muted);margin-top:10px}.quota a{color:var(--teal);text-decoration:none}.quota a:hover{text-decoration:underline}.lockwall{display:flex;align-items:center;gap:14px;flex-wrap:wrap;background:var(--input);border:1px solid var(--border);border-radius:18px;padding:16px 18px}.lock-logo{width:34px;height:auto;flex-shrink:0}.lock-text{display:flex;flex-direction:column;gap:2px;flex:1;min-width:180px}.lock-text strong{font-size:15px;color:var(--cream)}.lock-text span{font-size:13px;color:var(--muted2)}.cta{background:var(--teal);color:#0a1512;font-weight:700;font-size:14px;padding:10px 18px;border-radius:999px;text-decoration:none;white-space:nowrap;transition:background .15s}.cta:hover{background:#1fd9c3}.spin{width:16px;height:16px;border:2px solid rgba(10,21,18,.35);border-top-color:#0a1512;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ct-wave-1{0%,45%,to{transform:translate(0) scale(1)}22%{transform:translate(48%,-55%) scale(1.1)}}@keyframes ct-wave-2{0%,45%,to{transform:translate(0) scale(1)}22%{transform:translateY(-58%) scale(1.16)}}@keyframes ct-wave-3{0%,45%,to{transform:translate(0) scale(1)}22%{transform:translate(-48%,-55%) scale(1.1)}}.ct-dot{transform-box:fill-box;transform-origin:center;will-change:transform}.ct-dot-1{animation:ct-wave-1 1.25s ease-in-out 0s infinite}.ct-dot-2{animation:ct-wave-2 1.25s ease-in-out .15s infinite}.ct-dot-3{animation:ct-wave-3 1.25s ease-in-out .3s infinite}@media (prefers-reduced-motion: reduce){.ct-dot{animation:none}}@media (max-width: 640px){.hero h1{font-size:26px}.app{max-width:100%}}
