@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html{background:#0d100e;min-width:320px;min-height:100%}body{background:#0d100e;min-width:320px;min-height:100vh;margin:0;overflow:hidden}button,textarea,input{font:inherit}button{border:0}#root{width:100%;min-height:100vh}*{box-sizing:border-box}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#0d100e;--surface:#171b18;--surface-hover:#1d221e;--border:#29302b;--text:#f1f4f1;--muted:#8f9891;--faint:#626b64;--green:#65e789;--green-dark:#0d1a11;--error:#ff9292;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html,body,#root{width:100%;min-width:320px;min-height:100%;margin:0}body{background:var(--background);min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;overflow:hidden}button,textarea{font:inherit}button{color:inherit}.app{background:radial-gradient(circle at 50% 0%, #151a16 0, transparent 42%), var(--background);flex-direction:column;width:100%;height:100dvh;display:flex;position:relative;overflow:hidden}.header{z-index:10;border-bottom:1px solid var(--border);flex:0 0 62px;justify-content:space-between;align-items:center;height:62px;padding:0 22px;display:flex}.brand{cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;padding:0;display:flex}.brand:disabled{cursor:default}.brandLogo{width:30px;height:30px;display:block}.brandName{letter-spacing:-.03em;font-size:15px;font-weight:650}.headerActions{align-items:center;gap:8px;display:flex}.clearButton,.updatesButton{border:1px solid var(--border);height:34px;color:var(--muted);cursor:pointer;background:0 0;border-radius:9px;justify-content:center;align-items:center;padding:0 12px;font-size:11px;font-weight:600;transition:color .15s,background .15s,border-color .15s;display:flex}.clearButton:hover:not(:disabled){background:var(--surface);color:var(--text);border-color:#3a433c}.updatesButton{border-color:var(--green);color:var(--green)}.updatesButton:hover{background:var(--green);color:var(--green-dark)}.clearButton:disabled{opacity:.4;cursor:default}.chat{scrollbar-width:thin;scrollbar-color:#303731 transparent;flex:1;min-height:0;overflow-y:auto}.welcome{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:min(560px,100% - 36px);min-height:100%;margin:0 auto;padding:32px 0 190px;display:flex}.eyebrow{color:var(--green);letter-spacing:.18em;margin:0 0 10px;font-size:9px;font-weight:700}.welcome h1{letter-spacing:-.05em;margin:0;font-size:clamp(32px,4vw,44px);font-weight:500;line-height:1.1}.description{max-width:410px;color:var(--muted);margin:14px 0 0;font-size:13px;line-height:1.6}.messages{width:min(700px,100% - 40px);margin:0 auto;padding:28px 0 170px}.message{border-bottom:1px solid var(--border);padding:19px 0}.message:last-of-type{border-bottom:0}.messageAuthor{color:var(--muted);margin:0 0 7px;font-size:11px;font-weight:600}.message.assistant .messageAuthor{color:var(--green)}.messageText{color:#dfe4e0;white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.7}.message.user .messageText{color:var(--text)}.typing{align-items:center;gap:4px;height:18px;display:inline-flex}.typing span{background:var(--green);border-radius:50%;width:5px;height:5px;animation:1.1s ease-in-out infinite typing}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes typing{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.inputArea{z-index:5;width:min(680px,100% - 36px);position:absolute;bottom:13px;left:50%;transform:translate(-50%)}.inputArea:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(to top, var(--background) 58%, transparent);height:130px;position:absolute;bottom:-18px;left:-30px;right:-30px}.messageText strong{color:var(--text);font-weight:700}.suggestions{justify-content:center;gap:7px;margin-bottom:9px;display:flex}.suggestions button{border:1px solid var(--border);background:var(--background);height:32px;color:var(--muted);white-space:nowrap;cursor:pointer;border-radius:9px;padding:0 11px;font-size:10px;transition:color .15s,background .15s,border-color .15s}.suggestions button:hover:not(:disabled){background:var(--surface);color:var(--text);border-color:#3a433c}.suggestions button:disabled{opacity:.4;cursor:default}.composer{border:1px solid var(--border);background:var(--surface);border-radius:15px;align-items:center;gap:10px;padding:10px 10px 10px 15px;display:flex}.composer textarea{resize:none;min-height:36px;max-height:160px;color:var(--text);background:0 0;border:0;outline:0;flex:1;padding:8px 0;font-size:13px;line-height:20px;overflow-y:auto}.composer:focus-within{border-color:#465048}.composer textarea::placeholder{color:#737c75}.composer textarea:disabled{opacity:.6}.sendButton{background:var(--green);cursor:pointer;border:0;border-radius:10px;flex:0 0 36px;place-items:center;width:36px;height:36px;padding:0;transition:opacity .15s,transform .15s;display:grid}.sendButton:hover:not(:disabled){transform:translateY(-1px)}.sendButton:disabled{opacity:.25;cursor:default}.sendIcon{filter:brightness(0);width:16px;height:16px;display:block}.error{color:var(--error);text-align:center;margin:7px 0 0;font-size:10px}.footer{color:var(--faint);justify-content:center;align-items:center;gap:6px;margin-top:7px;font-size:9px;display:flex}.footer strong{color:#a1aaa3;font-weight:600}.footerDivider{color:#3e4640}@media (width<=650px){.header{flex-basis:58px;height:58px;padding:0 12px}.brandLogo{width:27px;height:27px}.brandName{font-size:14px}.headerActions{gap:6px}.clearButton,.updatesButton{height:32px;padding:0 9px;font-size:10px}.welcome{width:calc(100% - 28px);padding-bottom:245px}.welcome h1{font-size:31px}.description{max-width:330px;font-size:12px}.messages{width:calc(100% - 28px);padding-top:16px;padding-bottom:165px}.message{padding:16px 0}.messageText{font-size:13px}.inputArea{width:calc(100% - 20px);bottom:9px}.suggestions{grid-template-columns:max-content max-content;justify-content:start;gap:6px;width:max-content;max-width:100%;margin-left:0;margin-right:auto;display:grid;overflow:visible}.suggestions button{flex:none;width:auto;max-width:100%;padding:0 10px;font-size:9px}.suggestions button:first-child{grid-column:1/-1;justify-self:start}.composer textarea{font-size:16px}.footer{font-size:9px;display:flex}}.modalBackdrop{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;place-items:center;padding:20px;display:grid;position:fixed;inset:0;overflow-y:auto}.accountModal{border:1px solid var(--border,#2a302b);background:var(--surface,#171b18);border-radius:18px;width:min(430px,100%);animation:.18s modalEnter;position:relative;box-shadow:0 30px 90px #00000080}@keyframes modalEnter{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modalClose{width:32px;height:32px;color:var(--muted,#8d968f);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;padding:0 0 2px;font-size:22px;line-height:1;display:grid;position:absolute;top:13px;right:13px}.modalClose:hover{background:var(--surface-hover,#1d221e);color:var(--text,#f1f4f1)}.modalContent{text-align:center;padding:38px 34px 30px}.modalLogo{object-fit:contain;width:48px;height:48px;margin:0 auto 18px;display:block}.modalEyebrow{color:var(--green,#65e789);letter-spacing:.17em;margin:0 0 9px;font-size:9px;font-weight:700}.modalContent h2{color:var(--text,#f1f4f1);letter-spacing:-.04em;margin:0;font-size:27px;font-weight:600;line-height:1.2}.modalDescription{max-width:350px;color:var(--muted,#8d968f);margin:12px auto 24px;font-size:12px;line-height:1.65}.accountForm{text-align:left;flex-direction:column;gap:10px;display:flex}.accountForm label{color:#abb3ad;font-size:10px;font-weight:600}.accountForm input{border:1px solid var(--border,#2a302b);background:var(--background,#0d100e);width:100%;height:45px;color:var(--text,#f1f4f1);font:inherit;border-radius:10px;outline:none;padding:0 13px;font-size:13px;transition:border-color .15s,box-shadow .15s}.accountForm input::placeholder{color:#626b64}.accountForm input:focus{border-color:#4a574c;box-shadow:0 0 0 3px #65e7890f}.accountSubmit{background:var(--green,#65e789);color:#0d1a10;cursor:pointer;border:0;border-radius:10px;width:100%;height:45px;margin-top:2px;font-size:12px;font-weight:700;transition:opacity .15s,transform .15s}.accountSubmit:hover:not(:disabled){transform:translateY(-1px)}.accountSubmit:disabled{opacity:.3;cursor:default}.modalNotice,.modalError{margin:13px 0 0;font-size:10px;line-height:1.5}.modalNotice{color:var(--green,#65e789)}.modalError{color:var(--error,#ff9292)}.modalPrivacy{color:var(--faint,#5f6861);margin:16px 0 0;font-size:9px;line-height:1.5}@media (width<=650px){.modalBackdrop{padding:calc(env(safe-area-inset-top,0px) + 52px) 12px 20px;overscroll-behavior:contain;place-items:start center}.accountModal{border-radius:16px;width:min(430px,100%);max-height:calc(100dvh - 80px);margin:0;overflow-y:auto}.modalContent{padding:34px 22px 25px}.modalLogo{width:43px;height:43px;margin-bottom:16px}.modalContent h2{font-size:24px}.modalDescription{margin-bottom:21px;font-size:11px}.accountForm input{font-size:16px}}@media (prefers-reduced-motion:reduce){.accountModal{animation:none}}
