:root{color-scheme:light;--bg: #f5f7fa;--surface: #ffffff;--surface-strong: #f9fbfc;--ink: #111827;--muted: #5f6b7a;--border: #d8e0e8;--primary: #0f766e;--primary-strong: #0b5d56;--primary-soft: #e6f4f1;--accent: #b45309;--danger: #b42318;--danger-soft: #fff1f0;--shadow: 0 18px 50px rgba(17, 24, 39, .08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100dvh;background:linear-gradient(180deg,#0f766e14,#f5f7fa00 320px),var(--bg);color:var(--ink)}button,textarea,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}button:focus-visible,textarea:focus-visible,input:focus-visible{outline:3px solid rgba(15,118,110,.24);outline-offset:2px}.app-shell{width:min(1480px,calc(100% - 32px));margin:0 auto;padding:28px 0 40px}.topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.eyebrow{margin:0 0 5px;color:var(--accent);font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2{margin:0;letter-spacing:0}h1{font-size:32px;line-height:1.15}h2{font-size:20px;line-height:1.25}.status-row,.listen-indicator,.context-indicator,.setting-title,.switch-row,.notice,.error-box{display:inline-flex;align-items:center}.status-row{flex-wrap:wrap;min-height:44px;gap:10px;padding:0 12px;border:1px solid var(--border);border-radius:8px;background:#ffffffb8;color:var(--muted);font-size:14px}.status-dot{width:9px;height:9px;border-radius:50%;background:var(--danger)}.status-dot.ready{background:var(--primary)}.model-pill{padding:5px 8px;border-radius:6px;background:var(--primary-soft);color:var(--primary-strong);font-size:12px;font-weight:700}.workspace{display:grid;grid-template-columns:minmax(260px,.78fr) minmax(320px,1fr) minmax(360px,1.08fr);gap:18px;align-items:stretch}.tool-panel{min-width:0;padding:20px;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.panel-title-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.listen-indicator,.context-indicator{min-height:36px;gap:8px;padding:0 10px;border:1px solid var(--border);border-radius:8px;color:var(--muted);font-size:14px;font-weight:700}.listen-indicator span,.context-indicator span{width:8px;height:8px;border-radius:50%;background:#8a94a3}.listen-indicator[data-active=true],.context-indicator[data-active=true]{border-color:#0f766e61;color:var(--primary-strong);background:var(--primary-soft)}.listen-indicator[data-active=true] span,.context-indicator[data-active=true] span{background:var(--primary)}.field-label{display:block;margin-bottom:8px;color:var(--muted);font-size:14px;font-weight:700}textarea{display:block;width:100%;min-height:280px;resize:vertical;padding:14px;border:1px solid var(--border);border-radius:8px;background:var(--surface-strong);color:var(--ink);line-height:1.65}textarea::placeholder{color:#8994a3}.text-input{display:block;width:100%;min-height:44px;margin-bottom:14px;padding:0 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface-strong);color:var(--ink)}.file-drop{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;min-height:52px;margin-bottom:16px;padding:0 14px;border:1px dashed #9fb0bd;border-radius:8px;background:#f7fbfa;color:var(--primary-strong);font-weight:800;transition:background .16s ease,border-color .16s ease,transform .16s ease}.file-drop:hover{border-color:var(--primary);background:var(--primary-soft)}.file-drop:active{transform:scale(.99)}.file-drop input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.project-textarea{min-height:330px}.context-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:38px;margin-top:10px;padding:0 10px;border:1px solid var(--border);border-radius:8px;background:#fbfcfd;color:var(--muted);font-size:13px;font-weight:700}.context-meta span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mini-status{margin-top:10px;padding:10px 12px;border-radius:8px;background:var(--primary-soft);color:var(--primary-strong);font-size:14px;font-weight:700;line-height:1.45}.interim-box{display:flex;align-items:flex-start;gap:8px;min-height:52px;margin-top:10px;padding:12px 14px;border:1px dashed #c7d1dc;border-radius:8px;color:var(--primary-strong);background:#f5fbf9;line-height:1.55}.interim-box svg{flex:0 0 auto;margin-top:3px}.interim-box span{min-width:0}.optimized-box{display:flex;align-items:flex-start;gap:8px;min-height:48px;margin-top:10px;padding:11px 14px;border:1px solid rgba(15,118,110,.32);border-radius:8px;background:var(--primary-soft);color:var(--primary-strong);font-size:14px;font-weight:800;line-height:1.5}.optimized-box svg{flex:0 0 auto;margin-top:2px}.optimized-box span{min-width:0}.control-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}.control-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.input-panel .control-grid{grid-template-columns:minmax(0,1fr) minmax(150px,1.25fr) minmax(0,.85fr)}.button,.icon-button,.segmented button{min-height:44px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--ink);transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;font-weight:800}.button:hover:not(:disabled),.icon-button:hover{border-color:#a9b6c5;background:#f9fafb}.button:active:not(:disabled),.icon-button:active,.segmented button:active{transform:scale(.98)}.button.primary{border-color:var(--primary);background:var(--primary);color:#fff}.button.primary:hover:not(:disabled){border-color:var(--primary-strong);background:var(--primary-strong)}.button.danger{color:var(--danger)}.button:disabled{opacity:.48}.wide{flex:1}.settings-band{display:grid;grid-template-columns:auto minmax(180px,1fr) auto;gap:12px;align-items:center;margin-top:14px;padding:12px;border:1px solid var(--border);border-radius:8px;background:#fbfcfd}.settings-band.compact{grid-template-columns:auto minmax(180px,1fr)}.auto-structure-band{display:inline-flex;align-items:center;gap:8px;width:100%;min-height:44px;margin-top:14px;padding:0 12px;border:1px solid var(--border);border-radius:8px;background:#fbfcfd;color:var(--muted);font-size:14px;font-weight:800;line-height:1.4}.auto-structure-band svg{flex:0 0 auto;color:var(--primary-strong)}.auto-structure-band span{min-width:0}.setting-title{gap:8px;color:var(--muted);font-weight:800}.segmented{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:4px;border:1px solid var(--border);border-radius:8px;background:#eef2f6}.segmented button{min-height:44px;border:0;background:transparent;color:var(--muted);font-weight:800}.segmented button.selected{background:#fff;color:var(--primary-strong);box-shadow:0 2px 8px #11182714}.switch-row{min-height:44px;gap:8px;color:var(--muted);font-weight:800;white-space:nowrap}.switch-row input{width:18px;height:18px;accent-color:var(--primary)}.notice,.error-box{width:100%;gap:8px;margin-top:14px;padding:12px;border-radius:8px;line-height:1.5}.notice{border:1px solid #f1c27d;background:#fff8ed;color:#8a4b0f}.error-box{border:1px solid #f1b7b2;background:var(--danger-soft);color:var(--danger)}.action-row{display:flex;gap:10px;margin-bottom:14px}.stream-status{flex:1;display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 12px;border:1px solid var(--border);border-radius:8px;background:#fbfcfd;color:var(--muted);font-size:14px;font-weight:800;line-height:1.35}.stream-status[data-active=true]{border-color:#0f766e61;background:var(--primary-soft);color:var(--primary-strong)}.stream-status span{min-width:0}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 auto}.answer-box{height:clamp(490px,calc(100dvh - 250px),680px);min-height:490px;border:1px solid var(--border);border-radius:8px;background:#101820;color:#eef7f4;overflow:auto}.answer-box pre{margin:0;padding:18px;white-space:pre-wrap;word-break:break-word;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,ui-monospace,monospace;font-size:15px;line-height:1.75}.empty-state{min-height:490px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#9fb0bd;font-weight:800}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1180px){.workspace{grid-template-columns:1fr 1fr}.project-panel{grid-column:1 / -1}.project-textarea{min-height:210px}}@media(max-width:860px){.app-shell{width:min(100% - 24px,640px);padding-top:20px}.topbar{align-items:stretch;flex-direction:column}h1{font-size:28px}.workspace{grid-template-columns:1fr}.project-panel{grid-column:auto}.settings-band,.control-grid,.control-grid.two,.input-panel .control-grid{grid-template-columns:1fr}.action-row{flex-direction:column}textarea{min-height:220px}.answer-box,.empty-state{height:clamp(360px,calc(100dvh - 220px),560px);min-height:360px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
