/* Main /ai design tokens. No layout animation and no message-list mutation. */
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted{
 --surface:#24262b;--surface-hover:#303238;--border:#414148;--accent:#99c6dc;--accent-soft:#293942;--text:#edf0f4;--text-muted:#aab0bb;--user-bubble:#293741;--assistant-bubble:#23262c;--action-hover:#34363d;--code-surface:#191c21;--error:#f0a59c;
 --agent-surface:var(--surface);--agent-soft:var(--surface-hover);--agent-line:var(--border);--agent-text:var(--text);--agent-accent:var(--accent);
}
html[data-sk-v40="on"][data-sk-theme="light"] body.sk-v39-mounted{
 --surface:#f7fafc;--surface-hover:#e4f2f8;--border:#c7dce6;--accent:#226b88;--accent-soft:#e5f3f8;--text:#20323f;--text-muted:#536c7b;--user-bubble:#e1f1f8;--assistant-bubble:#f3f7fa;--action-hover:#dfedf4;--code-surface:#e9eff4;--error:#a83234;
}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-msg{animation:none!important;transform:none!important;min-width:0!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-msg-body{box-sizing:border-box!important;min-width:0!important;max-width:min(100%,880px)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-bubble{box-sizing:border-box!important;background:var(--assistant-bubble)!important;background-image:none!important;color:var(--text)!important;border:1px solid var(--border)!important;border-radius:18px!important;padding:18px 22px!important;box-shadow:none!important;max-width:100%!important;min-width:0!important;overflow-wrap:anywhere!important;line-height:1.7!important;animation:none!important;transition:none!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-msg.user .sk39-bubble{box-sizing:border-box!important;background:var(--user-bubble)!important;color:var(--text)!important;border-color:var(--border)!important;max-width:min(100%,680px)!important;border-radius:18px 18px 6px 18px!important;padding:14px 18px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-msg.ai .sk39-bubble{box-sizing:border-box!important;background:var(--assistant-bubble)!important;color:var(--text)!important;border-color:var(--border)!important;padding:18px 22px!important;border-radius:6px 18px 18px 18px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-bubble.error{border-color:var(--error)!important;color:var(--text)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-bubble :is(p,li,td,th){color:inherit!important;overflow-wrap:anywhere}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-bubble a{color:var(--accent)!important;text-decoration:underline;text-underline-offset:3px}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-bubble :is(pre,.sk39-code-block){background:var(--code-surface)!important;border:1px solid var(--border)!important;border-radius:12px!important;max-width:100%!important;overflow-x:auto!important;color:var(--text)!important;box-shadow:none!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-bubble pre{padding:16px!important;white-space:pre!important;overflow-wrap:normal!important;tab-size:2}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-bubble code{font-size:.88em!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-bubble :not(pre)>code{background:var(--code-surface)!important;color:var(--accent)!important;border-radius:5px;padding:2px 5px}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-bubble pre code{background:transparent!important;color:inherit!important;white-space:pre!important;padding:0!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-bubble blockquote{border-left:3px solid var(--accent)!important;background:var(--accent-soft)!important;color:var(--text)!important;margin:12px 0!important;padding:10px 16px!important;border-radius:0 8px 8px 0}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-msg-actions{display:flex!important;gap:4px!important;flex-wrap:wrap!important;padding:2px 0!important;margin-top:6px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted :is(.sk39-msg-action-btn,.sk39-version-arrow){background:transparent!important;background-image:none!important;color:var(--text-muted)!important;border:1px solid transparent!important;border-radius:8px!important;min-height:32px!important;height:auto!important;width:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:6px 9px!important;box-shadow:none!important;transform:none!important;font-size:12px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-msg-action-btn span{display:inline!important;color:inherit!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted :is(.sk39-msg-meta,.sk39-version-counter){color:var(--text-muted)!important;font-size:12px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-message-versions{display:inline-flex!important;align-items:center!important;gap:8px!important;background:var(--surface)!important;border:1px solid var(--border)!important;border-radius:10px!important;padding:2px!important;margin-top:6px!important;color:var(--text-muted)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-top-actions{display:flex!important;align-items:center!important;gap:8px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-top-actions :is(button,.sk39-top-btn){background:var(--surface)!important;background-image:none!important;border:1px solid var(--border)!important;color:var(--text)!important;border-radius:11px!important;height:38px!important;min-height:38px!important;padding:0 12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;font-weight:500!important;box-shadow:none!important;transform:none!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-top-actions .sk39-theme-switch-btn{width:38px!important;padding:0!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted :is(.sk39-top-actions button,.sk39-msg-action-btn,.sk39-version-arrow) svg{width:16px!important;height:16px!important;flex:0 0 16px!important;color:inherit!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted :is(.sk39-top-actions button,.sk39-msg-action-btn,.sk39-version-arrow):hover:not(:disabled){background:var(--action-hover)!important;color:var(--text)!important;border-color:var(--border)!important;transform:none!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted :is(.sk39-top-actions button,.sk39-msg-action-btn,.sk39-version-arrow):focus-visible{outline:2px solid var(--accent)!important;outline-offset:3px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted :is(.sk39-top-actions button,.sk39-msg-action-btn,.sk39-version-arrow):active:not(:disabled){background:var(--accent-soft)!important;border-color:var(--accent)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted :is(.sk39-top-actions button,.sk39-msg-action-btn,.sk39-version-arrow):disabled{opacity:.42!important;cursor:not-allowed!important;box-shadow:none!important}
@media(max-width:640px){
 html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-bubble{padding:14px 15px!important;border-radius:14px!important}
 html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-msg.user .sk39-bubble{padding:12px 15px!important;max-width:100%!important}
 html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-top-actions{gap:5px!important}
 html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-top-actions :is(button,.sk39-top-btn){padding:0 9px!important;font-size:12px!important}
 html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-msg-action-btn{min-height:40px!important;padding:7px!important}
 html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-bubble pre{padding:12px!important}
}

html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-msg .sk39-bubble.error{border-color:var(--error)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-bubble .sk39-code-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;background:var(--code-surface)!important;color:var(--text-muted)!important;border-bottom:1px solid var(--border)!important;padding:0 0 10px!important;margin:0 0 12px!important;white-space:normal!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-bubble .sk39-code-copy{background:var(--surface)!important;color:var(--text-muted)!important;border:1px solid var(--border)!important;border-radius:8px!important;width:30px!important;height:30px!important;display:inline-flex;align-items:center;justify-content:center}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-code-copy:hover{background:var(--action-hover)!important;color:var(--text)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-code-copy:focus-visible{outline:2px solid var(--accent)!important;outline-offset:2px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-code-copy svg{width:16px!important;height:16px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-bubble code :is(.hljs-keyword,.hljs-title){color:var(--accent)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-bubble code .hljs-comment{color:var(--text-muted)!important}

/* 237: account surfaces and composer use the main theme tokens. */
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-compose-v2-actions{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-compose-v2-left{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:6px!important;min-width:0!important;flex:1!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted :is(.sk-response-model,.sk-response-thinking){display:flex!important;align-items:center!important;min-width:0!important;flex:0 1 auto!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk-response-model .sk39-compose-model-btn{max-width:220px!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-msg-counter{display:inline-flex!important;flex-direction:column!important;align-items:stretch!important;gap:5px!important;min-width:100px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-quota-progress{display:block!important;width:100%!important;height:7px!important;border:0!important;border-radius:99px!important;overflow:hidden!important;appearance:none!important;background:var(--surface-hover)!important;accent-color:var(--accent)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-quota-progress::-webkit-progress-bar{background:var(--surface-hover)!important;border-radius:99px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-quota-progress::-webkit-progress-value{background:var(--accent)!important;border-radius:99px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-quota-progress::-moz-progress-bar{background:var(--accent)!important;border-radius:99px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-visible-thinking{max-height:280px!important;overflow:auto!important;overscroll-behavior:contain!important;scrollbar-width:thin!important;box-sizing:border-box!important;background:var(--surface)!important;border:1px solid var(--border)!important;border-radius:12px!important;color:var(--text-muted)!important;padding:0 14px!important;margin:0 0 14px!important;font-size:13px!important;line-height:1.65!important;animation:none!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-visible-thinking summary{position:sticky!important;top:0!important;z-index:1!important;background:var(--surface)!important;color:var(--text)!important;padding:12px 0!important;cursor:pointer!important;font-weight:500!important;min-height:22px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-modal-card:not(.sk39-modal-card-upgrade){--sku-bg:var(--surface);--sku-surface:var(--assistant-bubble);--sku-surface-2:var(--surface-hover);--sku-line:var(--border);--sku-line-strong:var(--accent);--sku-text:var(--text);--sku-muted:var(--text-muted);--sku-accent:var(--accent);--sku-accent-bg:var(--accent-soft);background:var(--surface)!important;color:var(--text)!important;border:1px solid var(--border)!important;border-radius:24px!important;box-shadow:0 24px 90px #0003!important;padding:26px!important;max-width:min(960px,calc(100vw - 32px))!important;max-height:calc(100dvh - 32px)!important;overflow:auto!important;box-sizing:border-box!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-modal-card :is(.sk39-lk-hero,.sk39-lk-card,.sk39-card,.sk39-lk-stat,.sk39-settings-clean-card,.sk39-tokenbox,.sk39-partner-stats>span){background:var(--assistant-bubble)!important;background-image:none!important;border:1px solid var(--border)!important;color:var(--text)!important;border-radius:16px!important;padding:18px!important;min-width:0!important;box-shadow:none!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-modal-card :is(input:not([type=checkbox]):not([type=radio]),textarea,select){box-sizing:border-box!important;max-width:100%!important;background:var(--surface)!important;border:1px solid var(--border)!important;color:var(--text)!important;border-radius:10px!important;min-height:42px!important;padding:10px 12px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-modal-card :is(.sk39-primary,.sk39-ghost){background:var(--accent-soft)!important;background-image:none!important;color:var(--text)!important;border:1px solid var(--border)!important;border-radius:10px!important;min-height:40px!important;box-shadow:none!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-modal-card :is(button,input,textarea,select):focus-visible{outline:2px solid var(--accent)!important;outline-offset:2px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-modal-card :is(.sk39-primary,.sk39-ghost):hover:not(:disabled){background:var(--action-hover)!important;color:var(--text)!important;transform:none!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-modal-card :is(button,input):disabled{opacity:.5!important;cursor:not-allowed!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-modal-card :is(p,small,.sk39-mini-note,.sk39-lk-stat>span,.sk39-lk-stat>em){color:var(--text-muted)!important;line-height:1.6!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-lk-module{display:grid!important;gap:16px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-lk-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-lk-actions{display:flex!important;flex-wrap:wrap!important;gap:10px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-lk-personal label{display:grid!important;gap:8px!important;margin:16px 0!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-partner-stats{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-table-wrap{max-width:100%!important;overflow-x:auto!important;overscroll-behavior:contain!important;border:1px solid var(--border)!important;border-radius:12px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-table-wrap :is(th,td){padding:12px!important;border-color:var(--border)!important;color:var(--text)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .op-history{--op-bg:var(--surface);--op-card:var(--assistant-bubble);--op-border:var(--border);--op-text:var(--text);--op-muted:var(--text-muted);color:var(--text)!important;background:transparent!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .op-history [class*=row]{background:var(--assistant-bubble)!important;border-color:var(--border)!important;border-radius:12px!important;color:var(--text)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .op-history :is(button,select){background:var(--surface-hover)!important;color:var(--text)!important;border:1px solid var(--border)!important;border-radius:10px!important;min-height:40px!important}
@media(max-width:600px){html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-compose-v2-left{gap:3px!important}html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk-response-model .sk39-compose-model-btn{max-width:105px!important;padding:0 7px!important;font-size:11px!important}html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-compose-v2-right{gap:3px!important}html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-compose-v2-right .sk39-prompt-enhance{display:none!important}html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-lk-stats{grid-template-columns:1fr!important}html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-modal-card:not(.sk39-modal-card-upgrade){padding:16px!important;border-radius:18px!important}html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-settings-clean-tabs{display:flex!important;overflow-x:auto!important;flex-wrap:nowrap!important}}

html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted :is(.sk39-tokenbox,.sk39-bubble,.sk39-modal-card){font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-tokenbox{background:var(--assistant-bubble)!important;border:1px solid var(--border)!important;padding:16px!important;border-radius:16px!important;color:var(--text)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-tokenhead{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;margin-bottom:12px!important;font-size:14px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-token-badges{display:flex!important;flex-wrap:wrap!important;gap:10px 18px!important;margin-top:14px!important;color:var(--text-muted)!important;font-size:12px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-token-badges b{display:block!important;margin-top:4px!important;color:var(--text)!important;font-size:14px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-tokenbox p{font-size:12px!important;line-height:1.55!important;color:var(--text-muted)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-quota-help{border-top:1px solid var(--border)!important;padding-top:12px!important;font-size:12px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-quota-help summary{cursor:pointer!important;color:var(--text-muted)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-lk-avatar{background:var(--accent-soft)!important;color:var(--accent)!important;border:1px solid var(--border)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-compose-v2-actions :is(.sk39-compose-model-btn,.sk39-web-toggle,.sk39-tools-trigger,.sk39-sendBtn,.sk39-reasoning-toggle){display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;height:36px!important;min-height:36px!important;border:1px solid var(--border)!important;border-radius:10px!important;padding:0 9px!important;background:var(--surface)!important;background-image:none!important;color:var(--text)!important;font:500 12px/1.3 Inter,system-ui,sans-serif!important;box-shadow:none!important;position:static!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-compose-v2-actions :is(.sk39-tools-trigger,.sk39-sendBtn){width:36px!important;min-width:36px!important;padding:0!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-compose-v2-actions svg{width:16px!important;height:16px!important;flex-shrink:0!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-compose-v2-actions button:hover:not(:disabled){background:var(--action-hover)!important;color:var(--text)!important;transform:none!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-compose-v2-actions button:focus-visible{outline:2px solid var(--accent)!important;outline-offset:2px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-compose-v2-actions button:disabled{opacity:.4!important;cursor:not-allowed!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-compose-model-btn span{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
@media(max-width:600px){html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-compose-v2-actions :is(.sk39-web-toggle,.sk39-tools-trigger,.sk39-sendBtn){width:30px!important;min-width:30px!important;padding:0!important}html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-compose-v2-actions .sk39-reasoning-toggle{padding:0 6px!important}html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-compose-model-btn>svg{display:none!important}}

html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-compose-v2-actions button{transform:none!important;animation:none!important;transition:background-color .15s,border-color .15s!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-settings-nav{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:18px 0!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-settings-tab{background:var(--surface)!important;border:1px solid var(--border)!important;color:var(--text-muted)!important;border-radius:10px!important;padding:10px 14px!important;min-height:42px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-settings-tab.active{background:var(--accent-soft)!important;color:var(--text)!important;border-color:var(--accent)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-settings-clean-hero{background:var(--assistant-bubble)!important;border:1px solid var(--border)!important;border-radius:16px!important;padding:18px!important;color:var(--text)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-settings-grid-clean{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;align-items:start!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-settings-clean-card :is(.sk39-toggle,.sk39-setting-row){display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;width:100%!important;height:auto!important;min-height:52px!important;padding:12px 0!important;margin:0!important;border:0!important;border-bottom:1px solid var(--border)!important;background:transparent!important;box-sizing:border-box!important;position:relative!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-settings-clean-card :is(.sk39-toggle,.sk39-setting-row)>span{min-width:0!important;flex:1!important;font-size:13px!important;line-height:1.5!important;color:var(--text)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-settings-clean-card .sk39-setting-row select{width:auto!important;max-width:52%!important;flex:0 1 52%!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-settings-clean-card .sk39-toggle input[type=checkbox]{position:static!important;opacity:1!important;appearance:auto!important;width:18px!important;height:18px!important;min-height:18px!important;flex:0 0 18px!important;accent-color:var(--accent)!important;cursor:pointer!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-settings-clean-card .sk39-toggle>i{display:none!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-settings-clean-hero span{color:var(--text-muted)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-modal-card h3{font-size:20px!important;font-weight:600!important;line-height:1.3!important;overflow-wrap:anywhere!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-partner-stats :is(b,small){display:block!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-partner-stats b{font-size:20px!important;margin-bottom:6px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-partner-stats small{font-size:12px!important;line-height:1.5!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-modal-card .sk39-row{display:flex!important;flex-wrap:wrap!important;gap:10px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-modal-card .sk39-form{display:grid!important;gap:12px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-lk-actions a{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:8px 14px!important;text-decoration:none!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .op-history__bank-card{background:var(--assistant-bubble)!important;border:1px solid var(--border)!important;border-radius:16px!important;padding:16px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .op-history__toolbar{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .op-history__notice{background:var(--accent-soft)!important;color:var(--text-muted)!important;padding:12px!important;border-radius:10px!important;font-size:12px!important;line-height:1.6!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .op-history__footer{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:12px!important;margin-top:18px!important}
@media(max-width:700px){html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-settings-grid-clean{grid-template-columns:1fr!important}html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-settings-clean-card .sk39-setting-row{flex-wrap:wrap!important}html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-settings-clean-card .sk39-setting-row select{max-width:60%!important}}

html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-generation-status{display:block!important;color:var(--text-muted)!important;font-size:13px!important;line-height:1.6!important;margin:10px 0!important}

/* 238: isolated switches, readable nested icons, quiet message surfaces. */
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted {--user-bubble:#303740;--assistant-bubble:#23272e;}
html[data-sk-v40="on"][data-sk-theme="light"] body.sk-v39-mounted{--user-bubble:#e5f0fa;--assistant-bubble:#f4f8fc;}
html[data-sk-v40="on"][data-sk-theme="light"] body.sk-v39-mounted .sk39-compose-v2-actions :is(button,button span,button b,button i,button svg,button svg *){color:#17252f!important;-webkit-text-fill-color:#17252f!important;text-shadow:none!important;opacity:1!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-compose-v2-actions button svg{stroke:currentColor!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-compose-v2-actions button svg [stroke]{stroke:currentColor!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-compose-v2-actions button svg [fill]:not([fill="none"]){fill:currentColor!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-setting-switch{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;min-height:52px!important;padding:12px 0!important;border-bottom:1px solid var(--border)!important;cursor:pointer!important;color:var(--text)!important;font-size:13px!important;line-height:1.5!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-setting-switch>span{flex:1!important;min-width:0!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-setting-switch>i{display:none!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-setting-switch input[type=checkbox]{appearance:none!important;-webkit-appearance:none!important;display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;inset:auto!important;transform:none!important;width:44px!important;height:26px!important;min-height:26px!important;min-width:44px!important;flex:0 0 44px!important;padding:0!important;margin:0!important;border:1px solid var(--border)!important;border-radius:20px!important;background:var(--surface-hover)!important;cursor:pointer!important;box-shadow:none!important;clip:auto!important;clip-path:none!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-setting-switch input[type=checkbox]::before{content:""!important;display:block!important;position:absolute!important;left:3px!important;top:3px!important;width:18px!important;height:18px!important;border-radius:50%!important;background:var(--text-muted)!important;transform:none!important;transition:transform .15s!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-setting-switch input[type=checkbox]:checked{background:var(--accent-soft)!important;border-color:var(--accent)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-setting-switch input[type=checkbox]:checked::before{background:var(--accent)!important;transform:translateX(18px)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-setting-switch input[type=checkbox]:focus-visible{outline:2px solid var(--accent)!important;outline-offset:3px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-setting-switch input[type=checkbox]:disabled{opacity:.45!important;cursor:not-allowed!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-topup{display:grid!important;gap:18px!important;background:transparent!important;color:var(--text)!important;min-width:0!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-topup .commerce-account{display:flex!important;justify-content:space-between!important;gap:12px!important;flex-wrap:wrap!important;padding:12px 16px!important;background:var(--accent-soft)!important;border:1px solid var(--border)!important;border-radius:12px!important;font-size:12px!important;color:var(--text-muted)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-topup .sk39-token-hero-pro{display:flex!important;flex-direction:column!important;align-items:center!important;gap:8px!important;background:var(--assistant-bubble)!important;border:1px solid var(--border)!important;border-radius:20px!important;padding:24px 18px!important;box-shadow:none!important;min-height:0!important;color:var(--text)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-topup [data-sk-token-value]{font:600 48px/1.1 Inter,system-ui,sans-serif!important;letter-spacing:-2px!important;color:var(--text)!important;background:none!important;-webkit-text-fill-color:var(--text)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-topup :is(.sk39-token-hero-pro span,.sk39-token-hero-pro small){color:var(--text-muted)!important;font-size:13px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-topup .sk39-token-form-pro{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;padding:16px!important;border:1px solid var(--border)!important;border-radius:14px!important;background:var(--assistant-bubble)!important;color:var(--text)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-topup [data-sk-token-price]{font-size:24px!important;font-weight:600!important;color:var(--text)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-topup [data-sk-token-discount]{grid-column:1/-1!important;color:var(--text-muted)!important;font-size:12px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-topup .sk39-token-presets{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-topup .sk39-token-presets button{min-width:0!important;padding:10px 6px!important;border-radius:10px!important;background:var(--surface)!important;color:var(--text)!important;border:1px solid var(--border)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-topup .sk39-token-presets button.active{background:var(--accent-soft)!important;border-color:var(--accent)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-topup .sk39-token-slider-wrap{padding:0 4px!important;background:transparent!important;border:0!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-topup input[type=range]{appearance:auto!important;width:100%!important;min-height:28px!important;height:28px!important;padding:0!important;border:0!important;background:transparent!important;accent-color:var(--accent)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-topup .sk39-token-range-labels{display:flex!important;justify-content:space-between!important;font-size:11px!important;color:var(--text-muted)!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-topup .sk39-token-info-pro{display:block!important;padding:0!important;background:transparent!important;border:0!important;color:var(--text-muted)!important;font-size:12px!important;line-height:1.6!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-topup .sk39-token-info-pro i{display:none!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-topup .sk39-token-actions-pro{display:flex!important;gap:10px!important;flex-wrap:wrap!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-topup [data-sk-token-buy]{flex:1!important;min-height:46px!important;background:var(--accent-soft)!important;border:1px solid var(--accent)!important;color:var(--text)!important;font-size:14px!important;border-radius:12px!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk238-topup .sk39-token-hero-pro :is(b,span,small){margin:0!important;position:static!important;text-shadow:none!important;transform:none!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-compose-v2-actions :is(.sk-response-thinking,.sk39-reasoning-mini-wrap){width:auto!important;min-width:0!important;flex:0 0 auto!important;margin:0!important;position:relative!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-compose-v2-actions .sk39-reasoning-toggle{width:auto!important;max-width:none!important;margin:0!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-compose-v2-actions .sk-response-model{flex:0 1 auto!important;margin:0!important}
html[data-sk-v40="on"][data-sk-theme] body.sk-v39-mounted .sk39-msg.ai .sk39-msg-actions .sk39-msg-action-btn{background:var(--surface)!important;color:var(--text-muted)!important;border-color:var(--border)!important}
