@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--color-bluesteel-50: #f2f5ff;--color-bluesteel-100: #e5ebff;--color-bluesteel-200: #ccd8ff;--color-bluesteel-300: #99b1ff;--color-bluesteel-400: #668aff;--color-bluesteel-500: #3464ff;--color-bluesteel-600: #2c55d9;--color-bluesteel-800: #182d73;--color-bluesteel-900: #101f51;--color-bluesteel-950: #020b2a;--color-bluesteel-primary: #2241a6;--color-ironleaf-50: #f2fbf8;--color-ironleaf-100: #ccf0e3;--color-ironleaf-200: #9ae1c7;--color-ironleaf-500: #10b981;--color-ironleaf-600: #059669;--color-ironleaf-700: #047857;--color-amberore-50: #fff7ed;--color-amberore-100: #ffedd5;--color-amberore-200: #fed7aa;--color-amberore-default: #f97316;--color-amberore-600: #ea580c;--color-skyforge-50: #f0f9ff;--color-skyforge-100: #e0f2fe;--color-skyforge-200: #bae6fd;--color-skyforge-500: #0ea5e9;--color-blastred-50: #fef2f2;--color-blastred-100: #fee2e2;--color-blastred-200: #fecaca;--color-blastred-500: #ef4444;--color-blastred-600: #dc2626;--color-smokestack-50: #f9fafb;--color-smokestack-100: #f3f4f6;--color-smokestack-200: #e5e7eb;--color-smokestack-300: #d1d5db;--color-smokestack-400: #9ca3af;--color-smokestack-500: #6b7280;--color-smokestack-600: #4b5563;--color-smokestack-700: #374151;--color-smokestack-800: #1f2937;--color-logo-jswblue: #1a428a;--color-logo-jswred: #e1251b;--text-heading: #1f2937;--text-body: #4b5563;--text-body-light: #6b7280;--text-action: #2241a6;--text-action-hover: #182d73;--text-disabled: #9ca3af;--text-success: #10b981;--text-warning: #f97316;--text-error: #dc2626;--text-information: #0ea5e9;--text-on-action: #ffffff;--surface-page: #ffffff;--surface-subtle: #f9fafb;--surface-normal: #f3f4f6;--surface-primary: #f2f5ff;--surface-success: #f2fbf8;--surface-error: #fef2f2;--surface-warning: #fff7ed;--surface-information: #f0f9ff;--surface-action: #2241a6;--surface-action-hover: #182d73;--surface-disabledcta: #ccd8ff;--icon-primary: #6b7280;--icon-blue: #2241a6;--border-default: #e5e7eb;--border-dark: #9ca3af;--border-secondary: #2241a6;--border-error: #dc2626;--border-success: #10b981;--shadow-card: 0 4px 12px rgba(0, 0, 0, .08);--shadow-sheet: 0 -8px 32px rgba(0, 0, 0, .15)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Manrope,sans-serif;background:var(--surface-subtle);color:var(--text-heading)}.app-body #app{display:flex;flex-direction:column;height:100vh;overflow:hidden}.auth-body #app{min-height:100vh}.is-hidden{display:none!important}.ds-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:none;border-radius:8px;font-family:Manrope,sans-serif;font-weight:600;cursor:pointer;transition:background .15s,box-shadow .15s;white-space:nowrap}.ds-btn-sm{font-size:13px;padding:6px 14px}.ds-btn-md{font-size:14px;padding:9px 20px}.ds-btn-primary{background:var(--surface-action);color:var(--text-on-action)}.ds-btn-primary:hover{background:var(--surface-action-hover)}.ds-btn-secondary{background:var(--surface-primary);color:var(--text-action);border:1.5px solid var(--border-secondary)}.ds-btn-secondary:hover{background:var(--color-bluesteel-100)}.ds-btn-ghost{background:transparent;color:var(--text-action);border:1.5px solid var(--border-default)}.ds-btn-ghost:hover{background:var(--surface-primary)}.ds-btn-danger{background:var(--color-blastred-50);color:var(--text-error);border:1.5px solid var(--color-blastred-200)}.ds-btn-danger:hover{background:var(--color-blastred-100)}.ds-btn:disabled,.ds-btn.is-disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.ds-input{width:100%;padding:9px 12px;font-family:Manrope,sans-serif;font-size:14px;color:var(--text-body);background:#fff;border:1.5px solid var(--border-default);border-radius:8px;outline:none;transition:border-color .15s,box-shadow .15s}.ds-input:focus{border-color:var(--border-secondary);box-shadow:0 0 0 3px var(--surface-primary)}.ds-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border-radius:99px;font-size:13px;font-weight:500;font-family:Manrope,sans-serif;border:1.5px solid var(--border-default);background:#fff;color:var(--text-body);cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none}.ds-chip:hover{border-color:var(--border-secondary)}.ds-chip.active{background:var(--surface-primary);border-color:var(--border-secondary);color:var(--text-action);font-weight:600}.ds-tabs{display:flex;border-bottom:2px solid var(--border-default);width:100%;overflow-x:auto}.ds-tab{padding:10px 16px;font-size:14px;font-weight:500;font-family:Manrope,sans-serif;color:var(--text-body-light);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s;white-space:nowrap;-webkit-user-select:none;user-select:none}.ds-tab:hover{color:var(--text-body)}.ds-tab.active{color:var(--text-action);font-weight:700;border-bottom-color:var(--border-secondary)}.app-header{background:var(--surface-page);border-bottom:1px solid var(--border-default);padding:0 20px;height:56px;display:flex;align-items:center;gap:12px;flex-shrink:0;z-index:10}.app-header-jsw-logo{height:32px;width:32px;display:block;flex-shrink:0;object-fit:contain}.app-logo-wrap{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;position:relative;cursor:pointer}.app-logo-wrap.is-loading:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:12px;border:2px solid rgba(34,65,166,.2);border-top-color:#2241a6;animation:appLogoSpin .8s linear infinite}@keyframes appLogoSpin{to{transform:rotate(360deg)}}.app-header-divider{width:1px;height:26px;background:var(--border-default);flex-shrink:0}.app-title{font-size:16px;font-weight:700;color:var(--text-heading)}.app-subtitle{font-size:12px;color:var(--text-body-light)}.header-center{margin-left:auto;display:flex;align-items:center;gap:6px}.header-right{display:flex;align-items:center;gap:8px;margin-left:12px}.cred-pill{display:flex;align-items:center;gap:6px;padding:5px 12px;background:var(--surface-subtle);border:1px solid var(--border-default);border-radius:8px;cursor:pointer;transition:border-color .15s;position:relative}.cred-pill:hover{border-color:var(--border-secondary)}.cred-dot{width:7px;height:7px;border-radius:50%;background:var(--color-ironleaf-500);flex-shrink:0}.cred-dot.offline{background:var(--border-dark)}.cred-text{font-size:12px;font-weight:500;color:var(--text-body)}.cred-arrow{color:var(--text-disabled);font-size:10px}.usage-bar{background:var(--surface-primary);border-bottom:1px solid var(--color-bluesteel-200);padding:6px 20px;display:flex;align-items:center;gap:16px;flex-shrink:0;overflow-x:auto}.usage-item{display:flex;align-items:center;gap:8px;white-space:nowrap}.usage-label{font-size:11px;font-weight:600;color:var(--text-body-light)}.usage-bar-track{width:80px;height:5px;background:var(--color-bluesteel-200);border-radius:99px;overflow:hidden}.usage-bar-fill{height:100%;border-radius:99px;background:var(--color-bluesteel-primary)}.usage-numbers{font-size:11px;color:var(--text-body-light)}.usage-numbers strong{color:var(--text-action)}.usage-sep{width:1px;height:16px;background:var(--color-bluesteel-200);flex-shrink:0}.split{flex:1;display:flex;overflow:hidden}.left-panel{width:340px;flex-shrink:0;background:var(--surface-page);border-right:1px solid var(--border-default);display:flex;flex-direction:column;overflow:hidden}.left-tabs{flex-shrink:0;padding:0 4px}.left-tab-content{flex:1;overflow-y:auto;padding:16px 20px}.left-tab-content::-webkit-scrollbar{width:4px}.left-tab-content::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:2px}.left-tab-pane{display:none}.left-tab-pane.active{display:block}.section-label{font-size:11px;font-weight:700;color:var(--text-body-light);letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px}.section-gap{margin-bottom:22px}.model-grid{display:flex;flex-direction:column;gap:6px}.model-option{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;border:1.5px solid var(--border-default);background:var(--surface-page);cursor:pointer;transition:all .15s}.model-option:hover{border-color:var(--border-secondary)}.model-option.selected{border-color:var(--border-secondary);background:var(--surface-primary);box-shadow:0 0 0 3px var(--color-bluesteel-100)}.model-icon{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px}.model-icon.gemini{background:#e8f0fe}.model-icon.claude{background:var(--surface-primary)}.model-icon.custom{background:var(--color-amberore-50)}.model-name{font-size:13px;font-weight:600;color:var(--text-heading)}.model-desc{font-size:11px;color:var(--text-body-light)}.model-badge{font-size:10px;font-weight:600;padding:1px 6px;border-radius:4px;margin-top:3px;display:inline-block}.model-badge-fast{background:var(--surface-success);color:var(--text-success)}.model-badge-smart{background:var(--surface-information);color:var(--text-information)}.model-badge-context{background:var(--surface-primary);color:var(--text-action)}.model-check{margin-left:auto;width:20px;height:20px;border-radius:50%;background:var(--surface-action);display:none;align-items:center;justify-content:center;flex-shrink:0}.model-check svg{width:10px;height:10px}.model-option.selected .model-check{display:flex}.slider-block{margin-bottom:16px}.slider-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.slider-label{font-size:13px;font-weight:500;color:var(--text-body)}.slider-val{font-size:13px;font-weight:700;color:var(--text-action)}input[type=range]{width:100%;-webkit-appearance:none;height:4px;background:var(--border-default);border-radius:99px;outline:none;cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:var(--surface-action);cursor:pointer;box-shadow:0 1px 4px #2241a64d}.range-labels{display:flex;justify-content:space-between;margin-top:3px}.range-labels span{font-size:10px;color:var(--text-disabled)}.toggle-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border-default)}.toggle-row:last-child{border-bottom:none}.toggle-info-title{font-size:13px;font-weight:600;color:var(--text-heading)}.toggle-info-sub{font-size:11px;color:var(--text-body-light)}.toggle-switch input{display:none}.toggle-switch-track{width:38px;height:22px;background:var(--surface-normal);border:1.5px solid var(--border-default);border-radius:99px;position:relative;cursor:pointer;transition:all .2s}.toggle-switch-track:after{content:"";position:absolute;left:2px;top:2px;width:14px;height:14px;background:var(--border-dark);border-radius:50%;transition:transform .2s,background .2s}.toggle-switch input:checked+.toggle-switch-track{background:var(--surface-primary);border-color:var(--border-secondary)}.toggle-switch input:checked+.toggle-switch-track:after{transform:translate(16px);background:var(--color-bluesteel-primary)}.preset-library{display:flex;flex-direction:column;gap:6px}.preset-cat-label{font-size:11px;font-weight:700;color:var(--text-body-light);letter-spacing:.05em;text-transform:uppercase;margin-top:12px;margin-bottom:6px}.preset-card{padding:10px 12px;border-radius:8px;border:1px solid var(--border-default);background:var(--surface-page);cursor:pointer;transition:all .15s}.preset-card:hover{border-color:var(--border-secondary);background:var(--surface-primary)}.preset-card-title{font-size:13px;font-weight:600;color:var(--text-heading);margin-bottom:2px}.preset-card-sub{font-size:11px;color:var(--text-body-light)}.right-panel{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--surface-subtle)}.output-topbar{background:var(--surface-page);border-bottom:1px solid var(--border-default);padding:0 20px;height:48px;display:flex;align-items:center;gap:10px;flex-shrink:0}.output-topbar-title{font-size:14px;font-weight:600;color:var(--text-heading)}.session-chip{font-size:11px;background:var(--surface-normal);color:var(--text-body-light);padding:3px 9px;border-radius:99px;font-weight:500}.status-chip{font-size:11px;padding:3px 9px;border-radius:99px;font-weight:600}.status-chip.ready{background:var(--surface-success);color:var(--text-success)}.status-chip.working{background:var(--surface-information);color:var(--text-information)}.status-chip.error{background:var(--surface-error);color:var(--text-error)}.topbar-tabs{display:flex;margin-left:auto;gap:2px}.topbar-tab{padding:6px 14px;font-size:13px;font-weight:500;font-family:Manrope,sans-serif;color:var(--text-body-light);cursor:pointer;border-radius:6px;transition:all .15s;-webkit-user-select:none;user-select:none;border:none;background:none}.topbar-tab:hover{background:var(--surface-normal);color:var(--text-body)}.topbar-tab.active{background:var(--surface-primary);color:var(--text-action);font-weight:700}.tab-panel{display:none;flex:1;flex-direction:column;overflow:hidden}.tab-panel.is-active{display:flex}.convo-area{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:10px}.convo-area::-webkit-scrollbar{width:4px}.convo-area::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:2px}.empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:40px}.empty-icon{width:56px;height:56px;border-radius:16px;background:var(--surface-primary);border:1.5px solid var(--color-bluesteel-200);display:flex;align-items:center;justify-content:center}.empty-icon svg{width:26px;height:26px;stroke:var(--text-action)}.empty-title{font-size:16px;font-weight:700;color:var(--text-heading)}.empty-sub{font-size:14px;color:var(--text-body-light);text-align:center;max-width:280px;line-height:1.6}.empty-suggestions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:4px}.empty-suggestion{padding:7px 14px;border-radius:99px;border:1.5px solid var(--border-default);background:#fff;font-size:13px;color:var(--text-body);cursor:pointer;transition:all .15s}.empty-suggestion:hover{border-color:var(--border-secondary);color:var(--text-action)}.msg{display:flex;flex-direction:column;gap:2px}.msg-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.msg-badge{font-size:11px;font-weight:700;padding:3px 9px;border-radius:6px}.msg-badge-you{background:var(--surface-primary);color:var(--text-action)}.msg-badge-model{background:var(--surface-success);color:var(--text-success)}.msg-model-name{font-size:12px;color:var(--text-body-light)}.msg-time{font-size:11px;color:var(--text-disabled);margin-left:auto}.msg-bubble{background:var(--surface-page);border:1px solid var(--border-default);border-radius:12px;padding:14px 16px;font-size:14px;color:var(--text-body);line-height:1.7;box-shadow:0 1px 3px #0000000a;white-space:pre-wrap;word-break:break-word}.msg-bubble.md-rendered{white-space:normal}.msg-bubble.md-rendered p{margin:0 0 8px}.msg-bubble.md-rendered p:last-child{margin-bottom:0}.msg-bubble.md-rendered h1,.msg-bubble.md-rendered h2,.msg-bubble.md-rendered h3{font-weight:700;color:var(--text-heading);margin:12px 0 6px;line-height:1.3}.msg-bubble.md-rendered h1{font-size:17px}.msg-bubble.md-rendered h2{font-size:15px}.msg-bubble.md-rendered h3{font-size:14px}.msg-bubble.md-rendered ul,.msg-bubble.md-rendered ol{margin:6px 0 8px;padding-left:20px}.msg-bubble.md-rendered li{margin-bottom:3px}.msg-bubble.md-rendered code{font-family:JetBrains Mono,monospace;font-size:12px;background:var(--surface-normal);border:1px solid var(--border-default);border-radius:4px;padding:1px 5px}.msg-bubble.md-rendered pre{font-family:JetBrains Mono,monospace;font-size:12px;background:var(--surface-subtle);border:1px solid var(--border-default);border-radius:8px;padding:12px 14px;margin:8px 0;overflow-x:auto;white-space:pre}.msg-bubble.md-rendered pre code{background:none;border:none;padding:0;font-size:12px}.msg-bubble.md-rendered table,.md-table{width:100%;border-collapse:collapse;margin:10px 0;font-size:13px;border:1px solid var(--border-default);border-radius:8px;overflow:hidden}.msg-bubble.md-rendered th,.md-table th{background:var(--surface-subtle);color:var(--text-heading);font-weight:700;text-align:left;padding:8px 12px;border-bottom:2px solid var(--border-default);border-right:1px solid var(--border-default);font-size:12px;text-transform:uppercase;letter-spacing:.04em}.msg-bubble.md-rendered th:last-child,.md-table th:last-child{border-right:none}.msg-bubble.md-rendered td,.md-table td{padding:8px 12px;border-bottom:1px solid var(--border-default);border-right:1px solid var(--border-default);vertical-align:top;line-height:1.5}.msg-bubble.md-rendered td:last-child,.md-table td:last-child{border-right:none}.msg-bubble.md-rendered tr:last-child td,.md-table tr:last-child td{border-bottom:none}.msg-bubble.md-rendered tr:hover td{background:var(--surface-primary)}.msg-bubble.md-rendered strong{color:var(--text-heading);font-weight:700}.msg-bubble.md-rendered em{font-style:italic}.msg-bubble.you{background:var(--surface-primary);border-color:var(--color-bluesteel-200);color:var(--text-heading);font-weight:500}.msg-bubble.error{background:var(--surface-error);border-color:var(--color-blastred-200);color:var(--text-error)}.msg-footer{display:flex;align-items:center;justify-content:space-between;margin-top:6px}.token-row{display:flex;gap:10px}.token-item{font-size:11px;color:var(--text-body-light)}.token-item strong{color:var(--text-heading)}.msg-actions{display:flex;gap:6px}.typing-dots{display:flex;gap:4px;padding:4px 0;align-items:center}.typing-dot{width:8px;height:8px;border-radius:50%;background:var(--border-dark);animation:typingBounce 1.2s infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.prompt-zone{border-top:1px solid var(--border-default);background:var(--surface-page);padding:12px 20px 16px;flex-shrink:0}.attach-hint{margin-top:6px;font-size:11px;color:var(--text-disabled)}.prompt-zone-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.model-active-pill{display:flex;align-items:center;gap:6px}.map-dot{width:8px;height:8px;border-radius:50%;background:var(--color-ironleaf-500)}.map-text{font-size:12px;font-weight:600;color:var(--text-action)}.char-hint{font-size:11px;color:var(--text-disabled)}.prompt-wrap{position:relative}textarea.prompt-input{width:100%;min-height:80px;max-height:180px;resize:none;font-family:Manrope,sans-serif;font-size:14px;color:var(--text-heading);background:var(--surface-subtle);border:1.5px solid var(--border-default);border-radius:10px;padding:12px 14px 44px;outline:none;line-height:1.6;transition:border-color .15s,box-shadow .15s}textarea.prompt-input:focus{border-color:var(--border-secondary);box-shadow:0 0 0 3px var(--surface-primary);background:#fff}textarea.prompt-input::placeholder{color:var(--text-disabled)}._drop-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a1f;display:none;align-items:center;justify-content:center;z-index:9999;pointer-events:none}._drop-overlay__inner{display:inline-flex;align-items:center;gap:10px;padding:18px 22px;border-radius:14px;background:#fff;border:2px dashed var(--surface-action);color:var(--surface-action);font-size:14px;font-weight:700;letter-spacing:.01em}._drop-overlay.active{display:flex}.prompt-wrap.drag-over textarea.prompt-input{border-color:var(--surface-action);box-shadow:0 0 0 3px var(--surface-primary)}._drop-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px;min-height:0}._drop-chip{display:inline-flex;align-items:center;gap:5px;background:var(--surface-primary);border:1px solid var(--color-bluesteel-200);border-radius:99px;padding:4px 8px 4px 10px;font-size:12px;font-weight:500;color:var(--text-action);max-width:280px}._chip-type{font-size:10px;font-weight:700;background:var(--surface-action);color:#fff;border-radius:4px;padding:1px 5px;letter-spacing:.04em;flex-shrink:0}._chip-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:140px;color:var(--text-heading)}._chip-size{font-size:11px;color:var(--text-body-light);flex-shrink:0}._chip-remove{background:none;border:none;cursor:pointer;color:var(--text-body-light);font-size:13px;padding:0 2px;line-height:1;flex-shrink:0;transition:color .1s}._chip-remove:hover{color:#dc2626}._drop-err{font-size:12px;font-weight:500;color:#dc2626;margin-top:4px;min-height:0}.prompt-actions-bar{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:8px 12px 10px;background:linear-gradient(to bottom,transparent,var(--surface-subtle) 40%);border-radius:0 0 10px 10px;pointer-events:none}.prompt-actions-bar>*{pointer-events:auto}textarea.prompt-input:focus~.prompt-actions-bar{background:linear-gradient(to bottom,transparent,#fff 40%)}.prompt-left-actions{display:flex;align-items:center;gap:6px}.icon-btn{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500;color:var(--text-body-light);background:none;border:none;cursor:pointer;padding:4px 7px;border-radius:6px;transition:all .15s;font-family:Manrope,sans-serif}.icon-btn:hover{background:var(--surface-normal);color:var(--text-body)}.icon-btn svg{width:13px;height:13px}.send-btn{display:flex;align-items:center;gap:6px;font-family:Manrope,sans-serif;font-size:13px;font-weight:600;color:var(--text-on-action);background:var(--surface-action);border:none;border-radius:8px;padding:7px 16px;cursor:pointer;transition:all .15s;box-shadow:0 2px 6px #2241a640}.send-btn:hover{background:var(--surface-action-hover);box-shadow:0 3px 10px #2241a659}.send-btn:disabled,.send-btn.is-disabled{background:var(--surface-disabledcta);cursor:not-allowed;box-shadow:none}.send-btn svg{width:13px;height:13px}.file-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.file-chip{display:flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;background:var(--surface-normal);border:1px solid var(--border-default);font-size:12px;color:var(--text-body)}.file-chip-remove{cursor:pointer;color:var(--text-disabled);font-size:14px;line-height:1;background:none;border:none;padding:0;font-family:monospace}.file-chip-remove:hover{color:var(--text-error)}.api-panel{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.api-panel::-webkit-scrollbar{width:4px}.api-panel::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:2px}.api-details{display:flex;flex-direction:column;gap:12px}.api-details__row{display:flex;flex-direction:column;gap:6px}.api-label{font-size:11px;font-weight:700;color:var(--text-body-light);letter-spacing:.05em;text-transform:uppercase}.api-note{font-size:13px;color:var(--text-body);background:var(--surface-subtle);border:1px solid var(--border-default);border-radius:8px;padding:10px 12px;line-height:1.6}.copy-block{position:relative;background:var(--color-smokestack-800);border-radius:10px;overflow:hidden}.copy-block pre,.copy-block code{display:block;padding:14px 16px;font-family:JetBrains Mono,monospace;font-size:12px;color:#e5e7eb;line-height:1.6;white-space:pre-wrap;word-break:break-all;overflow-x:auto;max-height:260px;overflow-y:auto}.copy-block--inline{background:var(--surface-normal);border:1px solid var(--border-default)}.copy-block--inline code{color:var(--text-body);font-size:13px;max-height:none}.copy-btn{position:absolute;top:8px;right:8px;font-family:Manrope,sans-serif;font-size:11px;font-weight:600;color:var(--text-body-light);background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:5px;padding:4px 10px;cursor:pointer;transition:all .15s}.copy-btn:hover{background:#fff3;color:#fff}.copy-btn--sm{position:static;font-size:11px;font-weight:600;color:var(--text-action);background:var(--surface-primary);border:1px solid var(--border-secondary);border-radius:5px;padding:4px 10px;cursor:pointer;font-family:Manrope,sans-serif;transition:all .15s}.copy-btn--sm:hover{background:var(--color-bluesteel-100)}.copy-block--inline .copy-btn{background:var(--surface-primary);border-color:var(--border-secondary);color:var(--text-action)}.copy-block--inline .copy-btn:hover{background:var(--color-bluesteel-100)}.response-tabs{display:flex;border-bottom:1px solid var(--border-default);padding:0 20px;background:var(--surface-page);flex-shrink:0}.response-tabs .tab{padding:8px 14px;font-size:13px;font-weight:500;font-family:Manrope,sans-serif;color:var(--text-body-light);cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;background:none;transition:all .15s}.response-tabs .tab.is-active{color:var(--text-action);border-bottom-color:var(--border-secondary);font-weight:700}.base64-panel{flex:1;overflow-y:auto;padding:20px}.base64-list{display:flex;flex-direction:column;gap:12px;margin-top:12px}.base64-item{display:flex;flex-direction:column;gap:8px}.base64-meta{display:flex;gap:10px;font-size:12px;color:var(--text-body-light)}.base64-code{max-height:200px}.user-menu{position:relative}.user-menu__panel{position:absolute;top:calc(100% + 8px);right:0;width:280px;background:var(--surface-page);border:1px solid var(--border-default);border-radius:12px;box-shadow:var(--shadow-card);z-index:200;overflow:hidden}.user-menu__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:199}.user-menu__section{padding:12px 16px;border-bottom:1px solid var(--border-default)}.user-menu__section:last-child{border-bottom:none}.user-menu__section h3{font-size:12px;font-weight:700;color:var(--text-body-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}.user-menu__section p{font-size:12px;color:var(--text-body-light);margin-bottom:8px}.user-menu__section strong{display:block;font-size:13px;color:var(--text-heading);margin-top:2px}.user-menu__section code{display:block;font-family:JetBrains Mono,monospace;font-size:11px;color:var(--text-body);background:var(--surface-subtle);border:1px solid var(--border-default);border-radius:6px;padding:6px 10px;margin-bottom:8px;word-break:break-all}.user-menu__section .status-label{font-size:11px;color:var(--text-body-light);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.hist-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182773;z-index:100;display:none;align-items:flex-end}.hist-overlay.open{display:flex}.hist-sheet{background:#fff;border-radius:16px 16px 0 0;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:var(--shadow-sheet);animation:slideUp .25s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.bs-handle{width:40px;height:4px;background:var(--border-default);border-radius:99px;margin:12px auto 0}.bs-header{padding:16px 20px;border-bottom:1px solid var(--border-default);display:flex;align-items:center;justify-content:space-between}.bs-title{font-size:16px;font-weight:700;color:var(--text-heading)}.bs-close{width:28px;height:28px;border-radius:6px;background:var(--surface-normal);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--icon-primary);font-family:monospace}.hist-search{padding:12px 20px;border-bottom:1px solid var(--border-default)}.hist-search input{width:100%;padding:8px 12px;font-family:Manrope,sans-serif;font-size:13px;color:var(--text-body);background:var(--surface-subtle);border:1.5px solid var(--border-default);border-radius:8px;outline:none}.hist-search input:focus{border-color:var(--border-secondary)}.hist-search input::placeholder{color:var(--text-disabled)}.hist-scroll{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:10px}.hist-scroll::-webkit-scrollbar{width:4px}.hist-scroll::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:2px}.hist-footer{padding:12px 20px;border-top:1px solid var(--border-default);display:flex;align-items:center;gap:10px}.history-item{border:1px solid var(--border-default);border-radius:12px;overflow:clip;cursor:pointer;transition:border-color .15s,box-shadow .15s;background:var(--surface-page);box-shadow:0 1px 3px #0000000a}.history-item:hover{border-color:var(--border-secondary);box-shadow:0 4px 16px #2241a61a}.history-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 14px;background:var(--surface-page);font-size:12px;color:var(--text-body-light)}.history-meta span:first-child{font-size:12px;font-weight:700;color:var(--text-action);background:var(--surface-primary);border:1px solid var(--color-bluesteel-200);padding:3px 10px;border-radius:99px;letter-spacing:.01em}.history-meta+.history-meta{background:var(--surface-page);border-top:1px solid var(--border-default);padding:6px 14px;font-size:11px;font-weight:500;color:var(--text-body-light);letter-spacing:.02em}.history-text{padding:8px 14px;font-size:13px;color:var(--text-body);line-height:1.5;border-top:1px solid var(--border-default);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-text strong{color:var(--text-heading);font-weight:600}.history-expand{border-top:1px solid var(--border-default);overflow:visible;white-space:normal}.history-expand summary{padding:8px 14px;font-size:12px;font-weight:700;color:var(--text-action);cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none;display:flex;align-items:center;gap:6px}.history-expand summary::-webkit-details-marker{display:none}.history-expand summary:before{content:"▶";font-size:9px;transition:transform .15s;color:var(--text-body-light);flex-shrink:0}.history-expand[open] summary:before{transform:rotate(90deg)}.history-expand pre{margin:0;padding:10px 14px 12px;font-family:JetBrains Mono,monospace;font-size:12px;color:var(--text-body);white-space:pre-wrap;word-break:break-word;background:var(--surface-subtle);border-top:1px solid var(--border-default);max-height:200px;overflow-y:auto;line-height:1.6}.history-expand-md{padding:10px 14px 14px;font-size:13px;color:var(--text-body);background:var(--surface-subtle);border-top:1px solid var(--border-default);max-height:300px;overflow-y:auto;line-height:1.65}.history-expand-md p{margin:0 0 6px}.history-expand-md p:last-child{margin-bottom:0}.history-expand-md strong{font-weight:700;color:var(--text-heading)}.history-expand-md em{font-style:italic}.history-expand-md code{font-family:JetBrains Mono,monospace;font-size:12px;background:var(--surface-subtle);border:1px solid var(--border-default);border-radius:4px;padding:1px 5px}.history-expand-md pre{margin:6px 0;padding:8px 10px;background:var(--surface-code, #f5f7fa);border-radius:6px;overflow-x:auto;font-size:12px}.history-expand-md ul,.history-expand-md ol{margin:4px 0 6px 18px;padding:0}.history-expand-md li{margin-bottom:2px}.history-expand-md h1,.history-expand-md h2,.history-expand-md h3{font-weight:700;color:var(--text-heading);margin:8px 0 4px;font-size:13px}.history-expand-md table{width:100%;border-collapse:collapse;margin:6px 0;font-size:12px}.history-expand-md th{background:var(--surface-primary);font-weight:700;text-align:left;padding:6px 10px;border:1px solid var(--border-default)}.history-expand-md td{padding:5px 10px;border:1px solid var(--border-default)}.history-expand-md tr:nth-child(2n) td{background:var(--surface-subtle)}.history-expand-md hr{border:none;border-top:1px solid var(--border-default);margin:8px 0}details.history-text{max-height:none;overflow:visible;cursor:default}.history-text pre{font-family:JetBrains Mono,monospace;font-size:11px;white-space:pre-wrap;word-break:break-word;max-height:300px;overflow-y:auto;background:var(--surface-subtle);border:1px solid var(--border-default);border-radius:6px;padding:8px 10px;margin-top:6px}.history-text summary{cursor:pointer;font-weight:600;color:var(--text-action);-webkit-user-select:none;user-select:none}.history-text.field{display:flex;align-items:center;gap:8px;flex-wrap:wrap;max-height:none;overflow:visible}.history-text.field label{font-size:12px;font-weight:600;color:var(--text-heading);flex-shrink:0}.history-text.field input[type=number]{width:110px;padding:7px 10px;font-family:Manrope,sans-serif;font-size:13px;color:var(--text-body);background:#fff;border:1.5px solid var(--border-default);border-radius:8px;outline:none;transition:border-color .15s,box-shadow .15s}.history-text.field input[type=number]:focus{border-color:var(--border-secondary);box-shadow:0 0 0 3px var(--surface-primary)}button[data-action=update-team-limit],button[data-action=update-user-limit]{display:inline-flex;align-items:center;font-family:Manrope,sans-serif;font-size:13px;font-weight:600;color:var(--text-on-action);background:var(--surface-action);border:none;border-radius:8px;padding:7px 14px;cursor:pointer;transition:background .15s}button[data-action=update-team-limit]:hover,button[data-action=update-user-limit]:hover{background:var(--surface-action-hover)}.usage-row{display:flex;flex-direction:column;gap:2px;padding:8px 0;border-bottom:1px solid var(--border-default)}.usage-row:last-child{border-bottom:none}.usage-model{font-size:13px;font-weight:600;color:var(--text-heading)}.usage-metrics{font-size:11px;color:var(--text-body-light)}.file-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px;border-radius:6px;background:var(--surface-subtle);border:1px solid var(--border-default);font-size:12px;color:var(--text-body)}.file-remove{font-size:11px;font-weight:600;color:var(--text-error);background:var(--surface-error);border:1px solid var(--color-blastred-200);border-radius:4px;padding:3px 8px;cursor:pointer;font-family:Manrope,sans-serif}.file-remove:hover{background:var(--color-blastred-100)}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:20px}.modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#11182780}.modal__content{position:relative;background:var(--surface-page);border-radius:16px;width:min(680px,100%);max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003;overflow:hidden}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border-default)}.modal__header h3{font-size:15px;font-weight:700;color:var(--text-heading)}.modal__body{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.modal__section{display:flex;flex-direction:column;gap:6px}.modal__label{font-size:11px;font-weight:700;color:var(--text-body-light);text-transform:uppercase;letter-spacing:.05em}.modal__body pre{font-family:JetBrains Mono,monospace;font-size:12px;color:var(--text-body);background:var(--surface-subtle);border:1px solid var(--border-default);border-radius:8px;padding:12px;white-space:pre-wrap;word-break:break-word;max-height:200px;overflow-y:auto}.status--error{color:var(--text-error)!important}.auth-note{font-size:12px;color:var(--text-body-light);line-height:1.5}.auth-note--alert{color:var(--text-warning)}.meta{font-size:12px;color:var(--text-body-light)}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:var(--color-smokestack-800);color:#fff;font-size:13px;font-weight:500;padding:10px 18px;border-radius:8px;opacity:0;pointer-events:none;transition:opacity .2s;z-index:999;font-family:Manrope,sans-serif}.toast.show{opacity:1}@media (max-width: 900px){.left-panel{width:280px}.msg-bubble{max-width:90%}.app-header{padding:0 12px;gap:8px}.prompt-zone{padding:10px 14px 12px}.convo-area{padding:16px 14px}}@media (max-width: 680px){.left-panel{position:fixed;top:56px;right:0;bottom:0;left:0;z-index:50;transform:translate(-100%);transition:transform .25s ease;border-right:none;box-shadow:4px 0 20px #0000001a;width:300px}.left-panel.open{transform:translate(0)}.left-tabs .ds-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.left-tab-content{padding-bottom:16px}.right-panel{width:100%}.mobile-only{display:flex!important}.usage-bar,.header-center{display:none}.app-header{padding:0 10px;gap:6px}.app-title,.app-subtitle,.app-header-divider{display:none}.header-right{gap:6px;margin-left:auto}.cred-text{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#histOpenBtn{font-size:0;padding:8px;flex-shrink:0}#histOpenBtn svg{width:16px;height:16px}.output-topbar{padding:0 10px}.topbar-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;gap:0}.topbar-tab{padding:10px 14px;font-size:12px;white-space:nowrap;min-height:44px}.convo-area{padding:12px 10px;gap:10px}.msg{gap:6px}.msg-bubble{max-width:95%;font-size:13px;padding:10px 12px}.msg-bubble.you{max-width:88%}.msg-header{gap:6px;flex-wrap:wrap}.msg-time{font-size:10px}.prompt-zone{padding:8px 10px 10px}.prompt-zone-header{margin-bottom:6px;flex-wrap:wrap;gap:4px}.char-hint{display:none}textarea.prompt-input{min-height:64px;max-height:130px;font-size:14px;padding:10px 12px 42px}.prompt-actions-bar{padding:6px 8px 8px}.send-btn{padding:7px 14px;font-size:13px}.icon-btn{padding:6px 8px;min-height:36px}.ds-btn{min-height:40px}.user-menu__panel{right:0;left:auto;width:260px;max-width:calc(100vw - 16px)}.modal__content{width:calc(100% - 24px);max-height:calc(100dvh - 80px);margin:12px auto}.hist-sheet{max-height:92vh;border-radius:16px 16px 0 0}.hist-scroll{padding:12px}.empty-state{padding:24px 16px}.empty-title{font-size:18px}.empty-subtitle{font-size:13px}.empty-suggestions{flex-direction:column;align-items:stretch}.empty-suggestion{text-align:left;padding:10px 14px}._drop-chips{gap:4px;margin-top:4px}._drop-chip{max-width:200px}._chip-name{max-width:90px}}.topbar-tab.is-active{background:var(--surface-primary);color:var(--text-action);font-weight:700}.secondary{display:inline-flex;align-items:center;gap:6px;font-family:Manrope,sans-serif;font-size:13px;font-weight:600;color:var(--text-body);background:var(--surface-normal);border:1.5px solid var(--border-default);border-radius:8px;padding:6px 14px;cursor:pointer;transition:all .15s}.secondary:hover{background:var(--surface-subtle);border-color:var(--border-dark)}.secondary--danger{color:var(--text-error);background:var(--surface-error);border-color:var(--color-blastred-200)}.secondary--danger:hover{background:var(--color-blastred-100)}.auth-gate{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px 60px;min-height:100vh;background:var(--surface-subtle)}.auth-product-brand{display:flex;align-items:center;gap:14px;margin-bottom:24px;width:100%;max-width:500px}.auth-jsw-top-logo{height:36px;width:36px;display:block;flex-shrink:0;object-fit:contain}.auth-brand-divider{width:1px;height:30px;background:var(--border-default);flex-shrink:0}.auth-app-title{font-size:16px;font-weight:700;color:var(--text-heading)}.auth-app-sub{font-size:12px;color:var(--text-body-light)}.card.auth{width:min(500px,100%);background:var(--surface-page);border:1px solid var(--border-default);border-radius:16px;padding:28px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:20px}.auth-screen-wrap{display:flex;flex-direction:column;gap:20px}.card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.card__header h2{font-size:20px;font-weight:700;color:var(--text-heading);margin:0}.card__header p{font-size:13px;color:var(--text-body-light);margin:4px 0 0}.auth-tabs{display:flex;gap:6px}.auth-tabs button{font-family:Manrope,sans-serif;font-size:13px;font-weight:600;color:var(--text-body-light);background:var(--surface-subtle);border:1.5px solid var(--border-default);border-radius:8px;padding:7px 14px;cursor:pointer;transition:all .15s;display:flex;align-items:center;gap:6px}.auth-tabs button:hover{border-color:var(--border-secondary);color:var(--text-action)}.auth-tabs button.is-active{background:var(--surface-primary);border-color:var(--border-secondary);color:var(--text-action)}.auth-inner-tabs button{font-size:13px;padding:6px 14px}.auth-screen{display:flex;flex-direction:column;gap:16px}.auth-screen h3{font-size:15px;font-weight:700;color:var(--text-heading);margin:0}.auth-form{display:flex;flex-direction:column;gap:14px}.auth-form h3{font-size:15px;font-weight:700;color:var(--text-heading);margin:0 0 2px}.form-field{display:flex;flex-direction:column;gap:5px}.form-field label{font-size:13px;font-weight:600;color:var(--text-heading);display:block}.auth-form input[type=email],.auth-form input[type=text],.auth-form input[type=password],.auth-form select,#teamSelect{width:100%;padding:9px 12px;font-family:Manrope,sans-serif;font-size:14px;color:var(--text-body);background:#fff;border:1.5px solid var(--border-default);border-radius:8px;outline:none;transition:border-color .15s,box-shadow .15s;display:block}.auth-form input:focus,.auth-form select:focus,#teamSelect:focus{border-color:var(--border-secondary);box-shadow:0 0 0 3px var(--surface-primary)}.password-field{display:flex;align-items:stretch}.password-field input{border-radius:8px 0 0 8px!important;flex:1}.eye-btn{font-family:Manrope,sans-serif;font-size:12px;font-weight:600;color:var(--text-body-light);background:var(--surface-subtle);border:1.5px solid var(--border-default);border-left:none;border-radius:0 8px 8px 0;padding:0 14px;cursor:pointer;transition:all .15s;white-space:nowrap}.eye-btn:hover{background:var(--surface-normal);color:var(--text-body)}#loginBtn,#signupBtn,#adminLoginBtn,#adminSignupBtn{width:100%;padding:11px 20px;font-family:Manrope,sans-serif;font-size:14px;font-weight:700;color:var(--text-on-action);background:var(--surface-action);border:none;border-radius:8px;cursor:pointer;transition:background .15s,box-shadow .15s;box-shadow:0 2px 6px #2241a640;margin-top:4px}#loginBtn:hover,#signupBtn:hover,#adminLoginBtn:hover,#adminSignupBtn:hover{background:var(--surface-action-hover)}.auth-note{font-size:12px;color:var(--text-body-light);line-height:1.6;margin:0}.auth-note--alert{color:var(--text-warning);background:var(--surface-warning);border:1px solid var(--color-amberore-200);border-radius:6px;padding:8px 10px}.mobile-only{display:none}
