/* INTOSYN design system. System fonts only; no external assets or tracking. */
:root{color-scheme:light;--bg:#fcfcfa;--sidebar:#f3f4f0;--surface:#fff;--soft:#f6f7f4;--line:#e6e8e2;--line-strong:#d7dbd2;--text:#232b25;--muted:#838a81;--secondary:#656e63;--accent:#c5ebc0;--accent-strong:#467944;--accent-dark:#263d2d;--code:#f4f5f2;--shadow:0 14px 60px #2231230b,0 2px 8px #22312305;--radius:18px;--serif:Georgia,'Songti SC','Noto Serif CJK SC','STSong',serif;--sans:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI','PingFang SC','Microsoft YaHei',sans-serif;--mono:'SFMono-Regular',Consolas,'Liberation Mono',monospace}
:root[data-theme=dark]{color-scheme:dark;--bg:#161b18;--sidebar:#121613;--surface:#1d241f;--soft:#202821;--line:#2c362e;--line-strong:#3b493e;--text:#edf1e9;--muted:#839183;--secondary:#a7b3a5;--accent:#bbdfb3;--accent-strong:#badbb1;--accent-dark:#cee5c5;--code:#121914;--shadow:0 14px 60px #0002,0 2px 8px #0001}
*{box-sizing:border-box}body{margin:0;font:14px/1.55 var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0;background:none;color:inherit}button:disabled{opacity:.45;cursor:not-allowed}button,a,input,textarea,summary{outline:none}button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--accent-strong);outline-offset:4px}input:focus-visible,textarea:focus-visible{outline:none}a{color:inherit}button{touch-action:manipulation}button .icon{pointer-events:none}button:active:not(:disabled){transform:translateY(1px)}button[hidden],[hidden]{display:none!important}svg{flex-shrink:0;vertical-align:middle}.icon{width:19px;height:19px;display:inline-block}::selection{background:#c5ebc077}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:8px}::-webkit-scrollbar-track{background:transparent}
#app{display:flex;height:100dvh;min-height:500px;overflow:hidden}.sidebar{width:254px;flex:0 0 254px;background:var(--sidebar);border-right:1px solid var(--line);display:flex;flex-direction:column;padding:31px 18px 17px;z-index:30}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;padding:0 12px;font-size:23px;font-weight:720;letter-spacing:-.7px;height:33px;flex-shrink:0}.brand-period{color:var(--accent-strong)}.brand-mark{display:grid;grid-template-columns:1fr 1fr;gap:2px;width:23px;height:23px;transform:rotate(-7deg)}.brand-mark i{background:var(--text);border-radius:6px 1px 6px 1px}.brand-mark i:nth-child(2){transform:rotate(90deg)}.brand-mark i:nth-child(3){transform:rotate(90deg)}.brand-mark i:nth-child(4){background:var(--accent-strong)}.internal-tag{font:9px/1.3 var(--mono);letter-spacing:1px;padding:3px 4px;color:var(--secondary);border:1px solid var(--line-strong);border-radius:4px;margin-left:auto;align-self:flex-start;margin-top:8px}.sidebar-top{margin-top:38px;display:flex;flex-direction:column;gap:8px}.new-chat{border:1px solid var(--line-strong);border-radius:11px;display:flex;align-items:center;gap:10px;padding:11px 12px;background:var(--surface);box-shadow:0 2px 2px #142d1410;font-size:13px;font-weight:550;transition:.18s}.new-chat:hover{border-color:var(--secondary);box-shadow:0 4px 12px #142d1408}.new-chat .icon{width:17px;height:17px}.shortcut{margin-left:auto;font:10px var(--mono);color:var(--muted);white-space:nowrap;letter-spacing:-.8px}.nav-search{display:flex;align-items:center;gap:11px;padding:12px;color:var(--secondary);font-size:12px;border-radius:9px}.nav-search:hover{background:var(--line)}.nav-search .icon{width:17px;height:17px}.history-heading{display:flex;justify-content:space-between;margin:32px 12px 11px;color:var(--muted);font-size:10px;letter-spacing:1.3px}.history-heading span:last-child{font:10px var(--mono);color:var(--muted)}.history-list{flex:1;min-height:80px;overflow:auto}.history-empty{padding:26px 11px;color:var(--muted)}.history-empty-line{display:block;width:26px;height:1px;background:var(--line-strong);margin-bottom:15px}.history-empty p{font-size:11px;letter-spacing:.3px;margin:0 0 5px}.history-empty>span:last-child{font-size:10px;opacity:.7}.history-item{position:relative;border-radius:9px;margin:3px 0;display:flex;align-items:center;min-width:0}.history-item:hover{background:var(--line)}.history-item.selected{background:var(--surface);box-shadow:0 2px 5px #10201004}.history-open{flex:1;display:flex;align-items:center;gap:9px;padding:10px 12px;min-width:0;font-size:12px;text-align:left}.history-open .icon{color:var(--muted);width:15px;height:15px}.history-open span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-delete{display:none;color:var(--muted);padding:5px 6px 5px 0}.history-delete .icon{width:14px;height:14px}.history-item:hover .history-delete,.history-item:focus-within .history-delete{display:block}.sidebar-bottom{padding-top:20px}.pro-card{background:linear-gradient(135deg,#e5eddf,#eaf0e5);border:1px solid #dce5d6;border-radius:14px;padding:16px 14px;position:relative;overflow:hidden}.pro-card:after{content:'';position:absolute;right:-30px;top:35px;width:95px;height:95px;border:1px solid #b8cbb660;border-radius:50%;pointer-events:none}.pro-card-heading{display:flex;gap:7px;align-items:center;font-size:12px;color:#354d36;font-weight:650;position:relative;z-index:1}.mini-star .icon{width:16px;height:16px}.tiny-badge{font:9px var(--mono);letter-spacing:1px;border:1px solid #779b6960;border-radius:4px;padding:1px 4px;margin-left:auto}.pro-card p{font-size:11px;line-height:1.9;color:#73806b;margin:10px 0 12px}.pro-card button{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:11px;font-weight:550;color:#3b573a;border-top:1px solid #c9d7c3;padding:12px 0 0;position:relative;z-index:1}.pro-card button .icon{width:15px;height:15px}.pro-card.activated{background:linear-gradient(130deg,#263c2c,#354d34);border-color:#354d34}.pro-card.activated .pro-card-heading,.pro-card.activated button{color:#dcecd2}.pro-card.activated p{color:#b7c7ad}.pro-card.activated button{border-color:#55744c}.profile-row{display:flex;align-items:center;gap:10px;margin-top:23px;padding:0 4px}.guest-avatar{width:31px;height:31px;flex-shrink:0;border-radius:50%;background:#e5e9e0;border:1px solid #dce1d7;font:12px var(--sans);display:grid;place-items:center;color:#727f6e}.guest-avatar.is-pro{background:#2f4734;color:#c9e8bb;border-color:#2f4734}.profile-copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.profile-copy strong{font-size:11px;font-weight:600}.profile-copy>span{font-size:9px;color:var(--muted);display:flex;align-items:center;gap:4px}.profile-copy .status-dot{width:4px;height:4px}.profile-row>.icon-button{width:25px;height:25px;color:var(--muted)}.profile-row>.icon-button .icon{width:16px;height:16px}.sidebar-footnote{display:flex;align-items:center;justify-content:space-between;margin:24px 7px 0;color:var(--muted);font:8px var(--mono);letter-spacing:.8px;opacity:.65}
.workspace{min-width:0;flex:1;display:flex;flex-direction:column;position:relative;background:radial-gradient(ellipse at 70% 2%,#f2f5ed55,transparent 55%),var(--bg)}.topbar{height:83px;flex-shrink:0;padding:0 37px;display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar-left,.topbar-right{display:flex;align-items:center;gap:15px;min-width:0}.model-switch{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:600;white-space:nowrap;padding:6px 0}.model-switch>.icon{color:var(--muted);width:13px;height:13px;margin-left:2px}.model-dot{width:7px;height:7px;border-radius:50%;background:var(--text)}.version-label{font:8px var(--mono);letter-spacing:1.1px;color:var(--muted);margin-top:2px}.service-status{display:flex;align-items:center;gap:7px;font-size:10px;color:var(--secondary);border-radius:10px;padding:7px 8px;white-space:nowrap}.service-status:hover{background:var(--soft)}.status-dot{width:5px;height:5px;border-radius:50%;background:#79a170;display:inline-block;flex-shrink:0}.status-dot.pulse{box-shadow:0 0 0 3px #85a27714}.capacity-number{margin-left:7px;font:10px var(--mono);color:var(--muted);border-left:1px solid var(--line);padding-left:10px}.topbar-separator{height:17px;width:1px;background:var(--line)}.tier-button{display:flex;align-items:center;gap:6px;padding:7px 12px;font-size:11px;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface);font-weight:550;white-space:nowrap}.tier-button .icon{width:14px;height:14px}.tier-button:hover{border-color:var(--accent-strong)}.tier-button.active{background:var(--accent);border-color:var(--accent);color:#2c472b}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;transition:background .15s;color:var(--secondary)}.icon-button:hover{background:var(--line)}.topbar-right>.icon-button{margin-left:-5px}.mobile-menu{display:none}.service-status.offline .status-dot{background:#c68566}.demo-strip{margin:0 38px;display:flex;align-items:center;gap:7px;font-size:10px;background:#f3eddf80;border:1px solid #e9debe80;padding:7px 12px;border-radius:7px;color:#9b8965;flex-shrink:0}.demo-strip .icon{width:13px;height:13px}.demo-code{margin-left:auto;font:9px var(--mono);letter-spacing:.15px;opacity:.85}.chat-scroll{flex:1;min-height:0;overflow:auto;scroll-behavior:auto;position:relative;padding:0 34px 16px}.home{max-width:866px;margin:0 auto;padding:52px 10px 30px;animation:fade-in .5s ease-out}.hero-topline{display:flex;align-items:center;justify-content:center;gap:13px;color:var(--muted);font:9px var(--mono);letter-spacing:2.3px}.hero-line{width:27px;height:1px;background:var(--line-strong)}.hero-emblem{width:88px;height:85px;position:relative;margin:26px auto 21px;display:grid;place-items:center}.emblem-core{height:43px;width:43px;display:grid;place-items:center;border-radius:13px;background:#e7efdf;border:1px solid #d5e2c9;box-shadow:0 8px 18px #5075450a;color:#66805a;transform:rotate(-9deg);position:relative;z-index:2}.emblem-core .icon{width:27px;height:27px;stroke-width:1.1;transform:rotate(9deg)}.emblem-orbit{position:absolute;width:87px;height:58px;border:1px solid #d4dfcd85;border-radius:50%;transform:rotate(-35deg)}.orbit-two{transform:rotate(35deg)}.orbit-satellite{position:absolute;right:3px;top:23px;background:#90ad7e;width:5px;height:5px;border-radius:50%;border:1px solid var(--bg)}.home h1{text-align:center;font-size:42px;font-weight:540;letter-spacing:-1.6px;line-height:1.45;margin:10px 0 14px}.home h1>span{color:#6d8364}.hero-description{text-align:center;color:var(--muted);font-size:12px;line-height:2;margin:0;letter-spacing:.35px}.suggestions-header{display:flex;justify-content:space-between;align-items:center;margin:42px 0 15px;color:var(--secondary);font-size:10px}.suggestions-header>span:last-child{font:8px var(--mono);letter-spacing:1.35px;color:var(--muted);display:flex;align-items:center;gap:8px}.suggestions-header .icon{width:13px;height:13px}.suggestion-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.suggestion-card{display:flex;flex-direction:column;text-align:left;border:1px solid var(--line);border-radius:14px;padding:21px 20px 22px;background:var(--surface);position:relative;min-height:185px;overflow:hidden;transition:transform .23s,border-color .23s,box-shadow .23s}.suggestion-card:hover{transform:translateY(-4px)!important;border-color:#b8cbb0;box-shadow:0 12px 30px #31422c0a}.suggestion-icon{height:33px;width:33px;display:grid;place-items:center;border-radius:10px;background:#edf1e7;color:#859376;margin-bottom:19px}.suggestion-icon .icon{width:19px;height:19px}.suggestion-card.build .suggestion-icon{background:#eeeaf2;color:#91839e}.suggestion-card.create .suggestion-icon{background:#f2ede4;color:#a79672}.suggestion-kicker{font:7px var(--mono);letter-spacing:1.1px;color:var(--muted);margin-bottom:7px;white-space:nowrap}.suggestion-card strong{font-size:14px;font-weight:600;letter-spacing:.3px;margin-bottom:8px}.suggestion-description{font-size:10px;line-height:1.9;color:var(--muted)}.card-arrow{position:absolute;right:16px;top:20px;color:#b8beb2}.card-arrow .icon{width:15px;height:15px;stroke-width:1.2}.home-footer{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:24px;color:var(--muted);font-size:9px;opacity:.85}.home-footer>span{display:flex;align-items:center;gap:5px}.home-footer .icon{width:12px;height:12px}.home-footer>i{height:3px;width:3px;border-radius:50%;background:var(--line-strong)}
.composer-dock{width:100%;max-width:946px;align-self:center;flex-shrink:0;padding:12px 34px 20px;z-index:10}.composer{border:1px solid var(--line-strong);border-radius:19px;background:var(--surface);box-shadow:var(--shadow);padding:16px 18px 12px;transition:border-color .2s,box-shadow .2s}.composer:focus-within{border-color:#a9bfa0;box-shadow:0 0 0 3px #91b5810b,var(--shadow)}.composer textarea{width:100%;height:72px;min-height:72px;max-height:190px;resize:none;border:0;background:transparent;color:var(--text);font-size:13px;line-height:1.8;padding:2px 2px 9px;display:block;scrollbar-width:thin}.composer textarea::placeholder{color:#a0a69c;letter-spacing:.3px}.composer-footer{display:flex;justify-content:space-between;align-items:center;gap:8px}.composer-options{display:flex;align-items:center;gap:11px}.attach-button{width:26px;height:29px}.attach-button .icon{width:17px;height:17px;stroke-width:1.4}.composer-divider{height:15px;width:1px;background:var(--line)}.effort-control{position:relative}.effort-button{display:flex;align-items:center;gap:6px;font-size:10px;padding:6px 8px;background:var(--soft);border:1px solid var(--line);border-radius:7px;white-space:nowrap}.effort-button>.icon:first-child{width:14px;height:14px;color:var(--secondary)}.effort-button>.icon:last-child{width:11px;height:11px;color:var(--muted)}.effort-button>strong{font:9px var(--mono);color:var(--accent-strong);font-weight:500;margin-left:2px}.context-button{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:9px;padding:7px 0;white-space:nowrap}.context-button:hover{color:var(--text)}.context-button .icon{width:13px;height:13px;stroke-width:1.3}.composer-send{display:flex;align-items:center;gap:12px}.enter-hint{font:9px var(--mono);color:var(--muted)}.send-button{width:33px;height:33px;border-radius:10px;background:var(--text);color:var(--surface);display:grid;place-items:center;transition:.2s}.send-button:hover:not(:disabled){box-shadow:0 3px 10px #263c2c30;transform:translateY(-1px)}.send-button:disabled{opacity:1;background:var(--soft);border:1px solid var(--line);color:#c3c8bd}.send-button .icon{width:18px;height:18px}.stop-button .icon{width:14px;height:14px;fill:currentColor}.composer-caption{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:9px;padding:11px 3px 0;opacity:.8}.composer-caption button{font-size:9px;display:flex;align-items:center;gap:3px;padding:0}.composer-caption .icon{width:11px;height:11px}.attachment-list{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:9px}.attachment-chip{display:flex;align-items:center;gap:6px;background:var(--soft);border:1px solid var(--line);border-radius:6px;padding:5px 7px;font-size:10px;max-width:230px}.attachment-chip>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-chip .icon{width:12px;height:12px}.attachment-chip button{padding:0;display:grid;place-items:center;color:var(--muted)}.effort-menu{position:absolute;bottom:calc(100% + 13px);left:-5px;width:305px;background:var(--surface);border:1px solid var(--line);box-shadow:0 15px 50px #18251b15;border-radius:15px;padding:6px;z-index:60;animation:menu-in .15s ease-out}.effort-menu>button{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:12px 10px;border-radius:10px}.effort-menu>button:hover{background:var(--soft)}.effort-menu>button[aria-checked=true]{background:var(--soft)}.effort-level-icon{width:31px;height:31px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;color:var(--secondary)}.effort-level-icon .icon{width:16px;height:16px}.effort-menu>button>span:nth-child(2){flex:1}.effort-menu strong{font-size:11px;font-weight:550;display:block}.effort-menu em{font:9px var(--mono);color:var(--muted);margin-left:3px}.effort-menu small{font-size:9px;display:block;color:var(--muted);margin-top:3px}.effort-menu>button>.icon{width:14px;height:14px;color:var(--accent-strong)}.effort-menu>p{font-size:9px;color:var(--muted);border-top:1px solid var(--line);padding:10px 9px 4px;margin:5px 0;line-height:1.7}
.messages{max-width:850px;margin:0 auto;padding:31px 10px 45px}.user-message{display:flex;flex-direction:column;align-items:flex-end;margin-bottom:35px;padding-left:60px;animation:message-in .3s ease}.user-message-label{font-size:10px;color:var(--muted);margin-bottom:8px;padding-right:3px}.user-bubble{padding:14px 20px;border:1px solid var(--line);background:#f1f3ed;border-radius:17px 17px 4px 17px;max-width:85%;font-size:13px;line-height:1.9;white-space:pre-wrap;overflow-wrap:anywhere;max-height:400px;overflow:auto}.assistant-message{margin:0 0 38px;animation:message-in .3s ease;min-width:0}.assistant-heading{display:flex;align-items:center;gap:9px;margin-bottom:15px}.assistant-avatar{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#eaf0e3;color:#6c865d;border:1px solid #dce6d3}.assistant-avatar .icon{width:17px;height:17px;stroke-width:1.3}.assistant-heading>strong{font-size:11px;font-weight:650;letter-spacing:.6px}.message-tier{font:7px var(--mono);border:1px solid var(--line-strong);padding:1px 4px;border-radius:3px;letter-spacing:.6px;color:var(--muted)}.message-tier.pro{background:#e3eedc;border-color:#d3e1c9;color:#658951}.message-model{font-size:9px;color:var(--muted);margin-left:3px}.live-metrics{margin-left:auto;display:flex;align-items:center;gap:4px;font:9px var(--mono);color:var(--muted)}.token-estimate{color:#99a292}.token-counter{color:var(--secondary);font-size:11px;font-variant-numeric:tabular-nums;display:inline-flex;line-height:1.3;overflow:hidden;align-items:center}.digit-cell{width:.63em;height:1.3em;display:inline-block;position:relative;text-align:center}.digit-in,.digit-out{position:absolute;inset:0;display:block}.digit-in{animation:digit-in .25s cubic-bezier(.2,.7,.3,1) both}.digit-out{animation:digit-out .25s cubic-bezier(.2,.7,.3,1) both}.digit-punctuation{width:.5em}.metric-divider{margin:0 5px;opacity:.5}.assistant-inner{padding-left:37px}.reasoning-block{background:var(--soft);border:1px solid var(--line);border-radius:11px;margin-bottom:21px;overflow:hidden}.reasoning-block summary{display:flex;align-items:center;gap:9px;padding:11px 13px;list-style:none;cursor:pointer;font-size:11px;color:var(--secondary);user-select:none}.reasoning-block summary::-webkit-details-marker{display:none}.reasoning-symbol{color:#829277;display:inline-flex}.reasoning-symbol .icon{width:15px;height:15px}.reasoning-state{font-size:9px;color:var(--muted);margin-left:2px}.reasoning-chevron{margin-left:auto;display:flex;transition:transform .2s}.reasoning-chevron .icon{width:13px;height:13px}.reasoning-block[open] .reasoning-chevron{transform:rotate(180deg)}.reasoning-description{padding:0 14px;font-size:8px;color:var(--muted);opacity:.85}.reasoning-text{padding:10px 14px 14px;color:var(--secondary);white-space:pre-wrap;font-size:11px;line-height:2;max-height:300px;overflow:auto;overflow-wrap:anywhere}.reasoning-block.thinking .reasoning-symbol{animation:pulse-opacity 1.6s infinite}.answer-body{min-width:0;overflow-wrap:anywhere}.markdown{font-size:13px;line-height:1.95;color:var(--text)}.markdown>p{margin:0 0 16px}.markdown>h2{font-size:21px;font-weight:600;line-height:1.5;margin:28px 0 13px;letter-spacing:-.4px}.markdown>h3{font-size:18px;font-weight:600;line-height:1.6;margin:24px 0 10px;letter-spacing:-.25px}.markdown>h4,.markdown>h5{font-size:14px;font-weight:600;margin:20px 0 9px}.markdown>h2:first-child,.markdown>h3:first-child,.markdown>h4:first-child{margin-top:0}.markdown strong{font-weight:620}.markdown em{color:var(--secondary)}.markdown ul,.markdown ol{padding-left:23px;margin:10px 0 20px}.markdown li{padding-left:3px;margin-bottom:5px}.markdown li::marker{color:var(--muted)}.markdown a{color:var(--accent-strong);text-underline-offset:3px}.markdown code{font-family:var(--mono);font-size:.9em;background:var(--code);border:1px solid var(--line);padding:2px 5px;border-radius:4px}.markdown blockquote{border-left:2px solid #9fb793;padding:9px 15px;margin:20px 0;background:var(--soft);border-radius:0 8px 8px 0;color:var(--secondary);font-size:12px}.markdown blockquote p{margin:0}.markdown hr{border:0;border-top:1px solid var(--line);margin:25px 0}.table-wrap{border:1px solid var(--line);border-radius:9px;overflow:auto;margin:15px 0 23px}.markdown table{width:100%;border-collapse:collapse;text-align:left;font-size:11px;white-space:normal}.markdown th{background:var(--soft);font-weight:550;color:var(--secondary);padding:10px 13px;border-bottom:1px solid var(--line)}.markdown td{padding:10px 13px;border-bottom:1px solid var(--line);color:var(--secondary);min-width:90px}.markdown tr:last-child td{border-bottom:0}.code-block{background:var(--code);border:1px solid var(--line);border-radius:10px;margin:16px 0 22px;overflow:hidden}.code-bar{display:flex;justify-content:space-between;align-items:center;padding:9px 13px;border-bottom:1px solid var(--line);font:9px var(--mono);color:var(--muted)}.code-bar button{font:9px var(--sans);color:var(--secondary);padding:1px 3px}.code-block pre{overflow:auto;margin:0;padding:17px 17px 20px;line-height:1.85}.code-block pre code{padding:0;border:0;font-size:11px;background:none;white-space:pre}.message-actions{display:flex;align-items:center;gap:6px;margin-top:18px;padding-top:9px}.text-icon-button{display:inline-flex;align-items:center;justify-content:center;padding:5px;border-radius:6px;color:var(--muted)}.text-icon-button:hover{background:var(--soft);color:var(--text)}.text-icon-button .icon{width:14px;height:14px}.final-metrics{font:8px var(--mono);color:var(--muted);margin-left:4px}.export-message{margin-left:auto}.message-error{border:1px solid #d59c7840;border-radius:9px;background:#c9906b0b;color:#b87d54;padding:10px 13px;font-size:11px;margin-top:15px}.job-state{margin:9px 0 21px}.queued-state{border:1px solid var(--line);border-radius:13px;padding:21px;display:flex;gap:18px;align-items:center;background:var(--surface)}.queue-orbit{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px dashed #b0c2a4;background:var(--soft);color:#789669;flex-shrink:0;position:relative}.queue-orbit:after{content:'';position:absolute;inset:-4px;border:1px solid transparent;border-top-color:#a5bd95;border-radius:50%;animation:spin 3s linear infinite}.queue-orbit .icon{width:19px;height:19px}.queue-copy strong{font-size:12px;font-weight:550}.queue-copy p{font-size:10px;color:var(--muted);margin:4px 0 13px}.queue-mini-stats{display:flex;gap:16px;font-size:9px;color:var(--muted)}.queue-mini-stats b{font:10px var(--mono);color:var(--secondary);margin-left:3px}.preparing{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:11px;padding:15px 0}.thinking-dots{display:flex;gap:4px}.thinking-dots i{height:5px;width:5px;background:#a4b49a;border-radius:50%;animation:dot-bounce 1.2s infinite}.thinking-dots i:nth-child(2){animation-delay:.15s}.thinking-dots i:nth-child(3){animation-delay:.3s}.queue-ribbon{display:flex;align-items:center;gap:7px;font-size:10px;padding:0 8px 11px;color:var(--secondary)}.ribbon-dot{height:5px;width:5px;background:#a4b17d;border-radius:50%;animation:pulse-opacity 1.5s infinite}.queue-ribbon strong{font:11px var(--mono);color:var(--text);margin:0 1px}.ribbon-detail{font-size:9px;color:var(--muted)}.queue-ribbon button{display:flex;align-items:center;gap:3px;margin-left:auto;font-size:10px;color:var(--muted)}.queue-ribbon .icon{width:12px;height:12px}.scroll-bottom{position:sticky;bottom:2px;left:calc(50% - 17px);box-shadow:0 3px 12px #1c311a1c;border:1px solid var(--line-strong);background:var(--surface);width:34px;height:34px;border-radius:50%;z-index:4}.scroll-bottom .icon{width:16px;height:16px}
.modal-backdrop{position:fixed;inset:0;background:#17251b40;backdrop-filter:blur(6px);z-index:100;display:flex;align-items:center;justify-content:center;padding:22px;animation:fade-in .17s}.modal{width:470px;max-height:calc(100dvh - 44px);overflow:auto;background:var(--surface);border:1px solid var(--line);border-radius:23px;padding:32px;box-shadow:0 30px 120px #10201030;position:relative;animation:modal-in .25s cubic-bezier(.2,.75,.3,1)}.modal.wide{width:530px}.modal-close{position:absolute;right:16px;top:16px;width:26px;height:26px;z-index:2}.modal-close .icon{width:17px;height:17px}.modal h2{font-size:24px;letter-spacing:-.7px;line-height:1.5;font-weight:550;margin:8px 0 12px}.modal h3{font-size:12px;font-weight:600;margin:0 0 10px}.modal-heading{text-align:center}.modal-heading>p,.settings-heading>p{font-size:11px;color:var(--muted);line-height:1.9;margin:0 auto 19px}.eyebrow{font:8px var(--mono);letter-spacing:1.6px;color:var(--muted);display:block;margin:6px 0 8px}.modal-heading .eyebrow{font-size:7px;letter-spacing:1.6px}.modal-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;margin:8px auto 22px;background:var(--soft);border:1px solid var(--line);color:var(--secondary)}.modal-icon.mint{background:#e9f0e2;border-color:#dce7d2;color:#6f8b5e}.modal-icon.danger{color:#b36a56;background:#b36a560c;border-color:#b36a5620}.modal-icon .icon{width:25px;height:25px}.activation-art{height:106px;display:grid;place-items:center;position:relative;margin:2px auto 15px;max-width:240px;background:radial-gradient(ellipse,#dcedcd55,transparent 67%)}.activation-art>span{position:relative;z-index:1;display:grid;place-items:center;width:55px;height:55px;border-radius:17px;transform:rotate(-10deg);background:linear-gradient(145deg,#edf4e4,#d3e5c3);border:1px solid #baceab;box-shadow:0 12px 30px #77976a1a;color:#64844f}.activation-art .icon{width:31px;height:31px;stroke-width:1.2}.activation-art>i{width:152px;height:63px;transform:rotate(-20deg);border:1px solid #abc29350;position:absolute;border-radius:50%}.activation-art>i:last-child{transform:rotate(20deg)}.benefit-chips{display:flex;justify-content:center;gap:8px;margin:23px -5px 27px}.benefit-chips>span{display:flex;align-items:center;gap:5px;padding:6px 8px;border-radius:6px;background:var(--soft);border:1px solid var(--line);font-size:9px;color:var(--secondary);white-space:nowrap}.benefit-chips .icon{width:13px;height:13px;color:#90a37d}.field-label{display:block;font:9px var(--mono);letter-spacing:1px;color:var(--secondary);margin:15px 0 8px}.text-input{width:100%;padding:13px 14px;border:1px solid var(--line-strong);border-radius:9px;background:var(--bg);font-size:12px;color:var(--text);transition:.2s}.text-input:focus{border-color:#9eb88d;box-shadow:0 0 0 3px #9ab18c15}.text-input::placeholder{color:var(--muted);font-size:11px}.activation-input-wrap{position:relative}.activation-input-wrap>svg{position:absolute;right:13px;top:14px;width:16px;height:16px;color:var(--muted)}.activation-input-wrap input{padding-right:42px;letter-spacing:1px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 18px;font-size:11px;font-weight:550;border:1px solid transparent;border-radius:9px;min-height:38px}.button.primary{background:var(--text);color:var(--surface)}.button.primary:hover{opacity:.9}.button.secondary{border-color:var(--line-strong);background:var(--surface)}.button.secondary:hover{background:var(--soft)}.button.danger-button{background:#b97259;color:white}.button.full{width:100%}.button.compact{padding:7px 11px;font-size:10px;min-height:32px;white-space:nowrap}.button .icon{width:15px;height:15px}.activation-submit{margin-top:13px;justify-content:space-between;padding:13px 16px}.modal-note{font-size:11px;color:var(--muted);line-height:1.9;margin:18px 0}.modal-note.centered{text-align:center;font-size:9px;margin:15px 0 0;line-height:1.85}.inline-error{color:#b56b51;font-size:10px;margin-top:8px}.modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;margin-top:25px}.pro-benefits{padding:5px 0;margin:17px 0}.pro-benefits>div{display:flex;align-items:center;gap:10px;font-size:11px;margin:13px 0;color:var(--secondary)}.pro-benefits .icon{width:16px;height:16px;color:#819874}.settings-heading>p{margin:0 0 25px}.settings-section{border-top:1px solid var(--line);padding-top:22px;margin-top:21px}.settings-section>h3{margin-bottom:20px}.range-label{display:flex;justify-content:space-between;font-size:11px;margin:17px 0 9px;color:var(--secondary)}.range-label strong{font:10px var(--mono);color:var(--text);font-weight:400}.range-endpoints{display:flex;justify-content:space-between;font:8px var(--mono);color:var(--muted);margin-top:4px}input[type=range]{width:100%;height:3px;accent-color:#779768;cursor:pointer;display:block;margin:15px 0 10px}.output-range-label{margin-top:24px}.small-note{font-size:9px;line-height:1.9;color:var(--muted);margin:16px 0 0}.theme-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.theme-options button{display:flex;align-items:center;justify-content:center;gap:6px;padding:11px 4px;border:1px solid var(--line);border-radius:8px;font-size:10px;color:var(--secondary)}.theme-options button.selected{border-color:#9cb58e;background:#afcc9710;color:var(--accent-strong)}.theme-options .icon{width:14px;height:14px}.data-setting{display:flex;align-items:center;justify-content:space-between;gap:10px}.data-setting h3{margin-bottom:4px}.data-setting p{font-size:9px;color:var(--muted);margin:0}.settings-footnote{font-size:9px;color:var(--muted);padding:15px 11px;background:var(--soft);border-radius:8px;margin-top:22px;display:flex;gap:7px;line-height:1.7}.settings-footnote .icon{width:13px;height:13px;margin-top:2px}.pool-card{border:1px solid var(--line);border-radius:12px;padding:18px;margin:13px 0;background:var(--soft)}.pool-card>div:first-child{display:flex;align-items:center;justify-content:space-between}.pool-card>div>span{display:flex;align-items:center;gap:7px;font:9px var(--mono);color:var(--secondary);letter-spacing:.5px}.pool-card>div>strong{font:21px var(--mono);font-weight:400}.pool-card small{font-size:12px;color:var(--muted)}.pool-card .icon{width:15px;height:15px}.pool-bar{height:4px;background:var(--line);border-radius:6px;overflow:hidden;margin:15px 0}.pool-bar i{display:block;background:#929f88;height:100%;border-radius:6px;transition:width .3s}.pro-pool .pool-bar i{background:#729b5d}.pool-card>p{font-size:9px;color:var(--muted);display:flex;align-items:center;gap:4px;margin:0}.pool-card>p>span{margin-left:auto;font-size:8px}.notice-box{display:flex;gap:9px;padding:13px;border:1px solid var(--line);border-radius:9px;color:var(--secondary);font-size:10px;line-height:1.9;margin:20px 0 3px}.notice-box .icon{width:15px;height:15px;margin-top:3px;flex-shrink:0}.privacy-copy h3{margin-top:24px}.privacy-copy p{font-size:11px;color:var(--secondary);line-height:2}.search-input-wrap{position:relative;margin-top:21px}.search-input-wrap>.icon{position:absolute;left:13px;top:13px;width:17px;height:17px;color:var(--muted)}.search-input-wrap input{padding-left:39px}.search-results{margin-top:17px;max-height:340px;overflow:auto}.search-result{display:flex;align-items:center;gap:11px;padding:13px 9px;width:100%;border-radius:9px;text-align:left}.search-result:hover{background:var(--soft)}.search-result>div{flex:1;min-width:0}.search-result strong{display:block;font-size:11px;font-weight:500;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.search-result span{display:block;font-size:9px;color:var(--muted);margin-top:3px}.search-result>.icon{width:15px;height:15px;color:var(--muted)}.search-empty{font-size:11px;color:var(--muted);text-align:center;padding:30px 0}.toast-region{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);z-index:200;display:flex;align-items:center;flex-direction:column;gap:8px;pointer-events:none;width:min(90%,510px)}.toast{display:flex;align-items:center;gap:9px;max-width:100%;padding:12px 17px;border:1px solid var(--line-strong);border-radius:11px;background:var(--surface);color:var(--secondary);font-size:11px;box-shadow:0 8px 30px #0e210e18;animation:message-in .2s}.toast .icon{width:15px;height:15px;color:var(--accent-strong)}.toast.error .icon{color:#c68c6b}.mobile-shade{display:none}
:root[data-theme=dark] .workspace{background:radial-gradient(ellipse at 70% 2%,#263c2528,transparent 55%),var(--bg)}:root[data-theme=dark] .pro-card:not(.activated){background:linear-gradient(130deg,#243124,#27372b);border-color:#344632}:root[data-theme=dark] .pro-card-heading,:root[data-theme=dark] .pro-card button{color:#bfd2b4}:root[data-theme=dark] .pro-card p{color:#8a9d83}:root[data-theme=dark] .pro-card button{border-color:#3b5235}:root[data-theme=dark] .guest-avatar{background:#283528;border-color:#354734;color:#9caf92}:root[data-theme=dark] .home h1>span{color:#9aaf8a}:root[data-theme=dark] .suggestion-icon,:root[data-theme=dark] .emblem-core,:root[data-theme=dark] .assistant-avatar{background:#293a26;border-color:#3e5336;color:#a4bb8f}:root[data-theme=dark] .suggestion-card.build .suggestion-icon{background:#342e3e;color:#afa1bf}:root[data-theme=dark] .suggestion-card.create .suggestion-icon{background:#3a3628;color:#b2a77c}:root[data-theme=dark] .emblem-orbit{border-color:#566a423f}:root[data-theme=dark] .user-bubble{background:#263025}:root[data-theme=dark] .message-tier.pro{background:#31462e;border-color:#47603f;color:#c1d8af}:root[data-theme=dark] .demo-strip{background:#8f784616;border-color:#7b672f30;color:#c0a46d}:root[data-theme=dark] .modal-icon.mint{background:#2e4128;border-color:#456438;color:#bfdaa9}:root[data-theme=dark] .activation-art{background:radial-gradient(ellipse,#5b7e4330,transparent 68%)}:root[data-theme=dark] .activation-art>span{background:linear-gradient(140deg,#3d5734,#506c3f);border-color:#72935b;color:#daedc7}:root[data-theme=dark] .activation-art>i{border-color:#809e5345}
@keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes message-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes modal-in{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}@keyframes menu-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes digit-in{from{transform:translateY(90%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes digit-out{from{transform:translateY(0);opacity:1}to{transform:translateY(-90%);opacity:0}}@keyframes pulse-opacity{0%,100%{opacity:.5}50%{opacity:1}}@keyframes dot-bounce{0%,80%,100%{transform:translateY(0);opacity:.4}40%{transform:translateY(-4px);opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}
@media(min-height:950px) and (min-width:1000px){.home{padding-top:80px}.hero-emblem{margin-top:32px;margin-bottom:30px}.home h1{font-size:46px}.hero-description{font-size:13px}.suggestions-header{margin-top:55px}.suggestion-card{min-height:209px;padding:24px}.suggestion-card strong{font-size:15px}.suggestion-description{font-size:11px}.composer-dock{padding-bottom:26px}.composer textarea{min-height:84px}}
@media(min-width:1600px){.sidebar{width:275px;flex-basis:275px;padding-left:22px;padding-right:22px}.topbar{padding:0 45px}.home{max-width:900px}.home h1{font-size:47px}.messages{max-width:875px}.composer-dock{max-width:970px}.suggestion-card{padding:23px}}
@media(max-width:1200px){.sidebar{width:225px;flex-basis:225px;padding:29px 14px 16px}.brand{font-size:21px;gap:8px;padding:0 8px}.brand-mark{width:21px;height:21px}.internal-tag{font-size:8px}.topbar{padding:0 26px}.version-label{display:none}.topbar-right{gap:11px}.home{padding-top:42px}.home h1{font-size:37px}.hero-topline{font-size:8px}.suggestion-card{padding:17px 15px}.suggestion-kicker{font-size:6px;letter-spacing:1px}.suggestion-description{font-size:9px}.suggestion-grid{gap:11px}.suggestion-card strong{font-size:13px}.suggestion-card .card-arrow{right:12px;top:19px}.chat-scroll{padding-left:25px;padding-right:25px}.demo-strip{margin:0 26px}.composer-dock{padding-left:25px;padding-right:25px}.profile-copy strong{font-size:10px}.sidebar-footnote{font-size:7px;letter-spacing:.4px}.hero-description{font-size:11px}}
@media(max-width:900px){.sidebar{width:210px;flex-basis:210px}.topbar{height:70px;padding:0 22px}.service-status>span:not(.capacity-number){display:none}.capacity-number{margin-left:2px;border-left:0;padding-left:0}.topbar-right{gap:6px}.model-switch{font-size:12px}.home{padding-top:32px}.hero-emblem{margin:23px auto 20px}.home h1{font-size:32px;letter-spacing:-1px}.suggestion-grid{gap:8px}.suggestion-card{padding:15px 12px;min-height:177px}.suggestion-description{font-size:9px;line-height:1.8}.suggestion-kicker{font-size:5.5px;letter-spacing:.6px}.suggestion-card strong{font-size:12px}.suggestion-icon{width:29px;height:29px;margin-bottom:17px}.suggestions-header>span:last-child{font-size:6.5px;letter-spacing:.9px}.hero-description{font-size:10px}.home-footer{font-size:8px;gap:8px}.demo-code{display:none}.demo-strip{font-size:9px}.composer-options{gap:7px}.context-button{font-size:8px}.composer-caption{font-size:8px}.composer-caption button{font-size:8px}.assistant-inner{padding-left:12px}.message-model{display:none}.user-bubble{max-width:95%}.user-message{padding-left:25px}.markdown{font-size:12px}}
@media(max-width:680px){#app{min-height:400px}.sidebar{position:fixed;left:0;top:0;bottom:0;width:270px;transform:translateX(-100%);transition:transform .23s;z-index:90;padding:28px 20px 19px}.sidebar.mobile-open{transform:translateX(0)}.mobile-shade.visible{display:block;position:fixed;inset:0;background:#14201955;backdrop-filter:blur(2px);z-index:80}.brand{font-size:24px}.brand-mark{width:24px;height:24px}.sidebar-footnote{font-size:8px}.profile-copy strong{font-size:11px}.topbar{height:64px;padding:0 16px;gap:8px}.mobile-menu{display:flex;margin-left:-4px}.topbar-left{gap:8px}.model-switch{font-size:12px;gap:7px}.model-dot{display:none}.model-switch>.icon{display:none}.topbar-right{gap:8px}.service-status{display:none}.topbar-separator{display:none}.tier-button{font-size:10px;padding:6px 9px}.tier-button .icon{width:12px;height:12px}.topbar-right>.icon-button{width:26px;height:26px}.topbar-right>.icon-button .icon{width:16px;height:16px}.demo-strip{margin:0 17px;padding:6px 8px;font-size:8px;gap:5px}.demo-strip .icon{width:11px;height:11px}.chat-scroll{padding:0 17px 12px}.home{padding:32px 0 10px;max-width:440px}.hero-topline{font-size:7px;letter-spacing:1.8px;gap:9px}.hero-line{width:19px}.hero-emblem{width:78px;height:73px;margin:23px auto 19px}.emblem-orbit{width:78px;height:50px}.emblem-core{height:39px;width:39px}.emblem-core .icon{width:24px;height:24px}.home h1{font-size:29px;letter-spacing:-1px;margin-bottom:11px}.hero-description{font-size:10px;line-height:1.95;letter-spacing:.1px}.suggestions-header{margin-top:30px;margin-bottom:12px;font-size:9px}.suggestions-header>span:last-child{font-size:6px;letter-spacing:.6px}.suggestion-grid{grid-template-columns:1fr;gap:9px}.suggestion-card{display:grid;grid-template-columns:34px 1fr 16px;grid-template-rows:auto auto;column-gap:13px;min-height:78px;padding:15px 16px}.suggestion-icon{grid-row:1 / 3;grid-column:1;width:33px;height:33px;margin:5px 0 0;border-radius:9px}.suggestion-kicker{display:none}.suggestion-card strong{grid-column:2;grid-row:1;font-size:12px;margin:0 0 5px}.suggestion-description{grid-column:2;grid-row:2;font-size:9px;line-height:1.5}.suggestion-description br{display:none}.card-arrow{position:static;grid-row:1/3;grid-column:3;align-self:center}.home-footer{margin-top:21px;font-size:7px;gap:7px}.home-footer>i{width:2px;height:2px}.home-footer .icon{width:10px;height:10px}.composer-dock{padding:10px 15px calc(12px + env(safe-area-inset-bottom));max-width:600px}.composer{padding:12px 13px 10px;border-radius:17px}.composer textarea{font-size:16px;line-height:1.55;min-height:60px;height:60px;padding:3px 1px 9px}.composer textarea::placeholder{font-size:12px;letter-spacing:0}.composer-options{gap:7px}.attach-button{width:22px;height:27px}.attach-button .icon{width:16px;height:16px}.effort-button{font-size:9px;padding:6px;gap:4px}.effort-button>strong{font-size:8px}.effort-button>.icon:first-child{width:13px;height:13px}.effort-button>.icon:last-child{width:10px;height:10px}.composer-divider{display:none}.context-button{font-size:8px;gap:3px}.context-button .icon{display:none}.composer-send{gap:0}.enter-hint{display:none}.send-button{width:31px;height:31px;border-radius:9px}.composer-caption{font-size:7px;justify-content:center;padding-top:9px}.composer-caption button{display:none}.effort-menu{left:-32px;bottom:calc(100% + 13px);width:285px}.messages{padding:23px 0 20px}.user-message{margin-bottom:27px;padding-left:20px}.user-bubble{max-width:100%;font-size:12px;padding:12px 15px;border-radius:14px 14px 4px 14px}.user-message-label{font-size:9px}.assistant-heading{gap:7px}.assistant-heading>strong{font-size:10px}.assistant-avatar{width:25px;height:25px;border-radius:7px}.assistant-avatar .icon{width:16px;height:16px}.message-tier{font-size:6px}.live-metrics{font-size:8px;gap:3px}.token-counter{font-size:10px}.metric-divider{margin:0 2px}.assistant-inner{padding-left:0}.markdown{font-size:12px;line-height:1.95}.markdown>h3{font-size:17px}.markdown>h2{font-size:19px}.markdown>h4{font-size:13px}.markdown table{font-size:10px}.markdown th,.markdown td{padding:9px 10px}.reasoning-block summary{font-size:10px;padding:10px 11px}.reasoning-text{font-size:10px}.reasoning-description{font-size:7px}.reasoning-state{font-size:8px}.final-metrics{font-size:7px}.queued-state{padding:16px 12px;gap:13px}.queue-orbit{width:34px;height:34px}.queue-copy strong{font-size:11px}.queue-copy p{font-size:9px;line-height:1.8;margin-bottom:10px}.queue-mini-stats{font-size:8px;gap:10px}.queue-mini-stats b{font-size:9px}.queue-ribbon{font-size:9px;padding:0 4px 10px}.ribbon-detail{display:none}.queue-ribbon button{font-size:9px}.modal-backdrop{padding:15px}.modal{width:100%;padding:28px 23px;max-height:calc(100dvh - 30px);border-radius:19px}.modal.wide{width:100%}.modal h2{font-size:23px}.benefit-chips{gap:6px}.benefit-chips>span{font-size:8px;padding:6px}.benefit-chips .icon{width:12px;height:12px}.text-input{font-size:16px}.text-input::placeholder{font-size:12px}.activation-art{height:97px}.modal-heading .eyebrow{font-size:6.7px}.toast{font-size:10px}.privacy-copy p{font-size:11px}.theme-options button{font-size:9px}.settings-heading>p{font-size:10px}.data-setting p{font-size:8px}}
@media(max-width:370px){.home h1{font-size:26px}.context-button{display:none}.topbar-left{gap:5px}.model-switch{font-size:11px}.topbar-right{gap:4px}.hero-topline{font-size:6px}.suggestions-header>span:last-child{display:none}.suggestion-description{font-size:8px}.home-footer>span:last-child{display:none}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
.prompt-markdown{border-top:1px solid var(--line);margin:0 0 10px;padding-top:7px;color:var(--secondary)}
.prompt-markdown>summary{cursor:pointer;font-size:10px;line-height:1.8;user-select:none}
.prompt-markdown>summary span{color:var(--muted);font-size:9px;margin-left:8px}
.prompt-preview{max-height:180px;overflow:auto;overflow-wrap:anywhere;padding:10px 6px 0}
.prompt-preview .markdown{font-size:12px;line-height:1.7;white-space:normal}
.prompt-preview .markdown>h2{font-size:17px}.prompt-preview .markdown>h3{font-size:15px}
.prompt-preview .markdown>p{margin-bottom:8px}.prompt-preview .code-block{margin:8px 0}
.prompt-preview-empty,.prompt-preview-limit{font-size:10px;color:var(--muted);margin:4px 0 8px}
/* Keep the entire welcome composition above the composer on laptop-sized viewports. */
@media(min-height:950px) and (min-width:1000px){.home{padding-top:44px}.hero-emblem{margin-top:25px;margin-bottom:20px}.suggestions-header{margin-top:32px}.suggestion-card{min-height:185px;padding:21px}.home-footer{margin-top:20px}}
@media(min-height:740px) and (max-height:949px) and (min-width:1000px){.home{padding-top:25px;padding-bottom:15px}.hero-emblem{margin-top:17px;margin-bottom:13px;height:71px}.home h1{font-size:38px}.suggestions-header{margin-top:28px}.suggestion-card{min-height:174px;padding:17px 19px}.suggestion-icon{margin-bottom:13px}.home-footer{margin-top:16px}}

/* Ontogen v1.2: fixed activity dock, restrained motion and private-reference states. */
.activity-dock{display:flex;align-items:center;gap:16px;min-height:44px;margin:0 4px 10px;padding:9px 13px;border:1px solid var(--line);border-radius:13px;background:var(--surface);box-shadow:0 2px 14px #18241b05;font-size:11px;flex-shrink:0;transition:border-color .25s,background .25s}
.activity-dock.is-live{border-color:var(--line-strong);background:var(--soft)}
.activity-phase{display:flex;align-items:center;gap:8px;min-width:0;flex:1;color:var(--secondary)}
#activityLabel{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.5}
.activity-light{width:6px;height:6px;border-radius:50%;background:var(--muted);flex:0 0 6px}
.is-live .activity-light{background:var(--accent-strong);box-shadow:0 0 0 4px #99c38f1a;animation:activity-breathe 2s ease-in-out infinite}
.activity-stats{display:flex;align-items:center;gap:6px;color:var(--secondary);white-space:nowrap;font-variant-numeric:tabular-nums;font-family:var(--mono)}
.activity-stats .token-counter{font-size:16px;font-weight:600;letter-spacing:-.5px;color:var(--text);min-width:9px}
.activity-estimate{font-size:11px;opacity:.65}.activity-unit{font:10px var(--sans);color:var(--muted)}
.activity-speed{color:var(--muted);margin-left:9px;font-size:10px;min-width:40px;text-align:right}
.activity-time{border-left:1px solid var(--line);padding-left:10px;font-size:11px;margin-left:4px}
.continue-dock-button{display:flex;align-items:center;gap:5px;border-radius:8px;background:var(--accent);color:#263d2d;font-size:11px;padding:6px 10px;white-space:nowrap;font-weight:600}
.continue-dock-button .icon{width:13px;height:13px}.continue-dock-button:hover{filter:brightness(.97)}
.continuation-notice{display:flex;align-items:center;gap:15px;padding:13px 15px;margin:19px 0 8px;border:1px solid var(--line-strong);border-radius:12px;background:var(--soft);font-size:12px;color:var(--secondary)}
.continuation-note-text{flex:1}.continue-message{white-space:nowrap}
.reference-chip{display:flex;align-items:center;gap:6px;width:max-content;max-width:100%;font-size:11px;color:var(--secondary);padding:5px 10px;border:1px solid var(--line);background:var(--soft);border-radius:9px;margin:0 4px 8px}
.reference-chip .icon{width:13px;height:13px}.reference-chip button{padding:1px;display:flex;align-items:center;margin-left:5px}
.reference-status{font-size:10px;margin-top:12px;display:inline-flex;gap:5px;align-items:center;letter-spacing:.1px;color:var(--muted)}
.reference-status::before{content:'';display:block;width:4px;height:4px;border-radius:50%;background:var(--muted)}
.reference-status.ready{color:var(--accent-strong)}.reference-status.ready::before{background:var(--accent-strong)}
.suggestion-card{min-height:196px}.suggestion-card strong{font-weight:600}.model-switch{min-width:0}.model-switch #modelLabel{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:230px}
.reasoning-text{max-height:300px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;white-space:pre-wrap}
.assistant-heading .live-metrics{opacity:.65}.auto-continue-option{display:flex;align-items:center;gap:9px;font-size:12px;color:var(--secondary)}
.auto-continue-option input{accent-color:var(--accent-strong);width:15px;height:15px}
.chat-scroll{overflow-anchor:none;scroll-behavior:auto}.answer-body{overflow-wrap:anywhere}
@keyframes activity-breathe{0%,100%{opacity:.9}50%{opacity:.38}}
@media(max-width:850px){.activity-dock{gap:10px}.activity-speed{display:none}.activity-time{margin-left:0;padding-left:7px}}
@media(max-width:600px){.activity-dock{padding:9px 10px;margin:0 0 8px;gap:8px;flex-wrap:wrap}.activity-phase{min-width:70px}.activity-stats{gap:4px}.activity-stats .token-counter{font-size:15px}.activity-unit{font-size:9px}.activity-time{font-size:10px}.continue-dock-button{font-size:10px;padding:5px 8px}.activity-dock:has(.continue-dock-button:not([hidden])) .activity-phase{flex-basis:100%}.activity-dock:has(.continue-dock-button:not([hidden])) .activity-stats{margin-right:auto}.continuation-notice{padding:11px;gap:10px;font-size:11px}.model-switch #modelLabel{font-size:12px;max-width:175px}.topbar-left{min-width:0}.suggestion-card{min-height:0}.reference-status{margin-top:5px}.reference-chip{font-size:10px}.reasoning-text{max-height:220px}.composer-caption{font-size:9px}}
@media(prefers-reduced-motion:reduce){.activity-light,.digit-in,.digit-out{animation:none!important}.activity-dock{transition:none}}

/* Decorative odometer glyphs must never form a page-sized hit target. */
.token-counter,.token-counter *{pointer-events:none}.digit-punctuation{position:relative;display:inline-block;overflow:hidden}
