:root{color:#132238;background:#eef3f5;font-family:Inter,Segoe UI,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--navy: #11283e;--navy-soft: #28445c;--teal: #087e78;--teal-dark: #07645f;--teal-tint: #e5f5f2;--paper: #ffffff;--paper-muted: #f6f8f8;--line: #d7e1e4;--text-muted: #617387;--warning: #a95116;--warning-bg: #fff2e8;--error: #aa2e35;--error-bg: #fdecee;--shadow: 0 10px 32px rgba(18, 37, 58, .07)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,select,textarea,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}#root{min-height:100vh}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.app-shell{display:flex;flex-direction:column;height:100vh;width:100%;background:radial-gradient(circle at top right,rgba(8,126,120,.08),transparent 28%),#f7faf9}.chat-workspace{flex:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,34%);min-height:0;overflow:hidden}.chat-main-column{display:flex;flex-direction:column;min-width:0;min-height:0}.app-header{z-index:2;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 30px;background:var(--paper);border-bottom:1px solid var(--line)}.app-kicker{margin:0 0 4px;color:var(--teal);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.app-header h1{margin:0;color:var(--navy);font-size:clamp(1.2rem,2vw,1.48rem);line-height:1.1}.app-tabs{display:inline-flex;align-items:center;padding:3px;background:var(--paper-muted);border:1px solid var(--line);border-radius:10px}.app-tabs button{min-width:86px;padding:8px 12px;color:var(--navy-soft);background:transparent;border:0;border-radius:8px;font-weight:700}.app-tabs button.active{color:#fff;background:var(--teal)}.header-actions{display:flex;align-items:center;gap:14px}.session-chip{max-width:130px;padding:8px 12px;overflow:hidden;color:var(--text-muted);background:var(--paper-muted);border:1px solid var(--line);border-radius:999px;font-size:.84rem;text-overflow:ellipsis;white-space:nowrap}.secondary-button{padding:9px 14px;color:var(--navy-soft);background:var(--paper);border:1px solid var(--line);border-radius:9px;font-weight:600}.secondary-button:hover:not(:disabled){background:#f0f4f4}.chat-thread{flex:1;min-height:0;padding:26px 24px 16px;overflow-x:hidden;overflow-y:auto}.empty-thread{display:flex;align-items:center;justify-content:center}.welcome{width:min(690px,100%);padding:clamp(24px,5vw,44px);background:var(--paper);border:1px solid #e2eaea;border-radius:24px;box-shadow:var(--shadow);text-align:center}.eyebrow{display:inline-flex;padding:7px 12px;color:var(--teal-dark);background:var(--teal-tint);border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.welcome h2{margin:17px 0 10px;color:var(--navy);font-size:clamp(1.55rem,3vw,2.05rem)}.welcome p{margin:0 auto 26px;max-width:530px;color:var(--text-muted);line-height:1.6}.examples{display:grid;gap:10px}.examples button{padding:13px 15px;color:var(--navy-soft);background:#fbfcfc;border:1px solid var(--line);border-radius:11px;text-align:left}.examples button:hover{border-color:#a4c8c5;background:#f3faf8}.turn{margin-bottom:25px;max-width:1080px}.user-message{width:min(76%,660px);margin:0 0 13px auto;padding:13px 16px 14px;color:#fff;background:var(--navy);border-radius:18px 18px 5px}.user-message span,.assistant-label{display:block;margin-bottom:6px;color:#ffffffa6;font-size:.73rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.user-message-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.user-message-header span{margin:0}.user-message-header button,.prompt-editor-actions button{padding:5px 8px;color:#ffffffd9;background:#ffffff17;border:1px solid rgba(255,255,255,.22);border-radius:7px;font-size:.78rem;font-weight:700}.user-message-header button:hover:not(:disabled),.prompt-editor-actions button:hover:not(:disabled){background:#ffffff29}.user-message p{margin:0;line-height:1.52;white-space:pre-wrap}.prompt-editor{display:grid;gap:9px}.prompt-editor textarea{width:100%;min-height:84px;padding:10px 11px;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.25);border-radius:9px;line-height:1.5;resize:vertical}.prompt-editor textarea:focus{border-color:#ffffff94;outline:none}.prompt-editor-actions{display:flex;justify-content:flex-end;gap:8px}.assistant-card{width:min(100%,1020px);padding:18px;background:var(--paper);border:1px solid var(--line);border-radius:5px 18px 18px;box-shadow:0 3px 16px #182a3a0a}.result-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.assistant-label{margin:0;color:var(--teal)}.status-pill{padding:5px 10px;color:var(--teal-dark);background:var(--teal-tint);border-radius:999px;font-size:.76rem;font-weight:700}.status-pill.warning{color:var(--warning);background:var(--warning-bg)}.status-error .status-pill{color:var(--error);background:var(--error-bg)}.response-message{margin:0 0 14px;color:var(--navy-soft);line-height:1.55;white-space:pre-wrap}.conversation-card .assistant-label{margin-bottom:10px}.conversation-card .response-message{margin-bottom:0}.quick-replies{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}.quick-replies button{padding:9px 12px;color:var(--teal-dark);background:var(--teal-tint);border:1px solid #c6dfdc;border-radius:999px;text-align:left}.quick-replies button:hover{background:#dff1ee}.clarification-panel{margin:0 20px 12px;padding:14px;color:#e7edf2;background:#202326;border:1px solid #35393d;border-radius:14px;box-shadow:0 10px 30px #0c141c33}.clarification-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:11px}.clarification-panel-header h3{margin:0;color:#f4f7f8;font-size:.92rem;line-height:1.35}.clarification-panel-nav{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;color:#9ca7b0;font-size:.78rem;font-weight:700}.clarification-panel-nav button{width:24px;height:24px;padding:0;color:#c7d0d8;background:transparent;border:0;border-radius:6px;font-size:1.15rem;line-height:1}.clarification-panel-nav button:hover:not(:disabled){background:#2f3438}.clarification-options{display:grid;gap:7px}.clarification-options button{display:grid;grid-template-columns:26px minmax(0,1fr);align-items:center;width:100%;padding:10px 12px;color:#cbd5dc;background:transparent;border:1px solid transparent;border-radius:9px;text-align:left}.clarification-options button:hover,.clarification-options button.selected{background:#2c2f32;border-color:#3b4248}.clarification-options span{color:#8b969f;font-size:.82rem}.clarification-options strong{overflow-wrap:anywhere;font-size:.86rem}.clarification-custom-input{width:100%;margin-top:9px;padding:10px 12px;color:#f4f7f8;background:#171a1d;border:1px solid #3e464d;border-radius:9px}.clarification-custom-input:focus{border-color:#8ec7ff;outline:2px solid rgba(142,199,255,.18)}.clarification-panel-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.clarification-panel-footer>span{color:#9ca7b0;font-size:.8rem;font-weight:700}.clarification-panel-footer>div{display:inline-flex;align-items:center;gap:8px}.clarification-panel .secondary-button{color:#cbd5dc;background:transparent;border-color:transparent}.clarification-panel .secondary-button:hover:not(:disabled){background:#2f3438}.clarification-panel .send-button{min-height:36px;padding:8px 13px;color:#10233a;background:#9bd1ff;border-color:#9bd1ff}.clarification-panel .send-button:hover:not(:disabled){background:#83c4fb}.clarification-list{display:grid;gap:15px;margin-top:15px}.clarification-question h4,.plan-section h4{margin:0 0 9px;color:var(--navy);font-size:.92rem}.custom-answer{display:flex;gap:8px;margin-top:10px}.custom-answer input{flex:1;min-width:0;padding:10px 12px;color:var(--navy);background:#fbfcfc;border:1px solid #cddade;border-radius:9px}.custom-answer input:focus{border-color:var(--teal);outline:2px solid rgba(8,126,120,.13)}.plan-draft{display:grid;gap:15px}.plan-section{padding-bottom:14px;border-bottom:1px solid #edf2f3}.plan-section p{margin:0;color:var(--navy-soft);line-height:1.55}.muted-text{color:var(--text-muted);font-size:.88rem}.plan-list{margin:0;padding-left:18px;color:var(--navy-soft);line-height:1.55}.data-source-list{display:grid;gap:8px}.data-source-row{display:grid;grid-template-columns:minmax(160px,.32fr) minmax(0,1fr);gap:12px;padding:10px 12px;background:#f8fbfa;border:1px solid var(--line);border-radius:9px}.data-source-row strong{color:var(--navy);word-break:break-word}.data-source-row span{color:var(--text-muted);word-break:break-word}.summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:10px}.summary-grid>div{min-width:0;padding:10px 12px;background:#f8fbfa;border:1px solid var(--line);border-radius:9px}.summary-grid span{display:block;margin-bottom:7px;color:var(--teal);font-size:.76rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.chart-options{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 16px}.chart-options button{padding:8px 12px;color:var(--navy-soft);background:#f8fbfa;border:1px solid var(--line);border-radius:999px;font-size:.84rem;font-weight:700}.chart-options button.active,.chart-options button[aria-pressed=true]{color:#fff;background:var(--teal);border-color:var(--teal)}.chart-options button:hover:not(.active){border-color:#a4c8c5;background:#f3faf8}.error-code{margin:-5px 0 14px;color:var(--text-muted);font-size:.85rem}.error-code code{color:var(--error)}.warning-code{margin:-5px 0 14px;color:var(--text-muted);font-size:.85rem}.warning-code code{color:var(--warning)}.diagnostic-panel{margin:0 0 14px;color:#6e5532;background:#fff8ed;border:1px solid #edd5a8;border-radius:10px}.diagnostic-panel summary{padding:11px 13px;cursor:pointer;font-size:.88rem;font-weight:700}.diagnostic-panel pre{margin:0;padding:0 13px 13px;overflow-x:auto;font-size:.8rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.retry-button{margin:0 0 13px}.loading-card,.cancelled-card{display:flex;align-items:center;gap:10px;color:var(--text-muted);line-height:1.5}.cancelled-card{display:block}.cancelled-card p{margin:0 0 12px}.pulse{width:10px;height:10px;background:var(--teal);border-radius:50%;animation:pulse 1.1s infinite ease-in-out}@keyframes pulse{0%,to{opacity:.35;transform:scale(.82)}50%{opacity:1;transform:scale(1)}}.sql-panel{margin:14px 0;background:#f3f6f7;border:1px solid #dce5e7;border-radius:10px}.sql-panel summary{padding:11px 13px;color:var(--navy-soft);cursor:pointer;font-size:.88rem;font-weight:600}.sql-panel pre{margin:0;padding:0 13px 13px;overflow-x:auto;color:#203548;font-size:.82rem;line-height:1.55;white-space:pre-wrap;word-break:break-word}.sql-panel-actions{display:flex;justify-content:flex-end;padding:0 13px 13px}.sql-editor{display:grid;gap:10px;padding:0 13px 13px}.sql-editor textarea{width:100%;min-height:220px;padding:11px 12px;color:#203548;background:#fff;border:1px solid #cbd9dc;border-radius:8px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.82rem;line-height:1.55;resize:vertical}.sql-editor textarea:focus{border-color:var(--teal);outline:none}.sql-editor-actions{display:flex;justify-content:flex-end;gap:9px}.review-actions{padding:14px;background:#fffbf4;border:1px solid #f0dec0;border-radius:10px}.review-actions p{margin:0 0 12px;color:#6e5532;font-size:.9rem}.review-actions button{margin-right:9px}.send-button{padding:10px 17px;color:#fff;background:var(--teal);border:1px solid var(--teal);border-radius:9px;font-weight:700}.send-button:hover:not(:disabled){background:var(--teal-dark)}.table-result,.chart-result{margin-top:17px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:9px}.section-heading h4{margin:0;color:var(--navy);font-size:.95rem}.chart-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;margin-left:auto}.save-chart-button{padding:7px 10px;border-radius:8px;font-size:.82rem}.chart-save-status{color:var(--text-muted);font-size:.78rem;font-weight:700}.chart-save-status.status-saved{color:var(--teal-dark)}.chart-save-status.status-error{color:var(--error)}.section-heading span,.chart-note{color:var(--text-muted);font-size:.82rem}.table-scroll{max-height:345px;overflow:auto;border:1px solid var(--line);border-radius:10px}table{width:100%;border-collapse:collapse;font-size:.88rem}th{position:sticky;top:0;color:#4e6072;background:#edf3f3;text-align:left}th,td{padding:10px 12px;border-bottom:1px solid #e7eeef;white-space:nowrap}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fafcfc}.empty-result{color:var(--text-muted)}.text-button{padding:0;color:var(--teal-dark);background:transparent;border:0;font-size:.84rem;font-weight:600}.text-button:hover{text-decoration:underline}.chart-frame{display:block;width:100%;height:clamp(260px,38vw,380px);background:#f3f4f6;border:1px solid var(--line);border-radius:10px}.chart-note{margin:8px 0 0}.chat-chart-sidebar{display:flex;flex-direction:column;min-height:0;background:var(--paper);border-left:1px solid var(--line)}.chat-chart-sidebar-header{padding:16px 18px;border-bottom:1px solid var(--line)}.chat-chart-sidebar-header h2{margin:0;color:var(--navy);font-size:1.02rem}.chat-chart-sidebar-header span{display:inline-block;margin-top:5px;color:var(--text-muted);font-size:.82rem;font-weight:700}.chat-chart-sidebar-empty{margin:auto 16px;padding:16px;color:var(--text-muted);background:#f8fbfa;border:1px dashed #bfd2d6;border-radius:10px}.chat-chart-sidebar-empty p{margin:0;line-height:1.5}.chat-chart-sidebar-empty p+p{margin-top:8px}.analysis-info-message{margin:0 16px 12px;color:var(--text-muted);line-height:1.5}.analysis-chart-setup{display:flex;flex-direction:column;gap:10px;margin:0 16px 16px;padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--paper-muted)}.analysis-chart-setup label{display:flex;flex-direction:column;gap:4px;font-size:.82rem;color:var(--navy-soft)}.analysis-chart-setup select{padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:var(--paper)}.analysis-setup-lead{margin:0 0 4px;font-size:.88rem;line-height:1.45;color:var(--text-muted)}.analysis-setup-error{margin:0;color:var(--error);font-size:.85rem}.analysis-pivot-description{margin:0 16px 12px;color:var(--text-muted);line-height:1.45}.analysis-table-chart{margin:0 16px 16px}.analysis-table-chart-scroll{max-height:min(52vh,520px);overflow:auto;border:1px solid var(--line);border-radius:12px;background:var(--paper)}.analysis-table-chart table{width:100%;border-collapse:collapse;font-size:.86rem}.analysis-table-chart th,.analysis-table-chart td{padding:8px 10px;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap}.analysis-table-chart th{position:sticky;top:0;background:var(--paper-muted);z-index:1}.chat-chart-sidebar-body{flex:1;min-height:0;padding:14px 16px 18px;overflow-y:auto}.chat-sidebar-chart-frame{display:block;width:100%;height:clamp(280px,44vh,560px);background:#f3f4f6;border:1px solid var(--line);border-radius:10px}.composer{padding:14px 20px 18px;background:var(--paper);border-top:1px solid var(--line)}.composer-suggestions{display:grid;gap:8px;margin-bottom:12px}.composer-suggestions-header{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--text-muted);font-size:.78rem;font-weight:800;text-transform:uppercase}.composer-suggestion-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:58px;padding:9px 10px;color:var(--navy-soft);background:#fbfcfc;border:1px solid var(--line);border-radius:8px;text-align:left}.composer-suggestion-card:hover{border-color:#a4c8c5;background:#f3faf8}.composer-suggestion-type{min-width:58px;padding:5px 7px;color:var(--teal-dark);background:var(--teal-tint);border-radius:6px;font-size:.74rem;font-weight:800;text-align:center;text-transform:uppercase}.composer-suggestion-main{display:grid;gap:3px;min-width:0}.composer-suggestion-main strong,.composer-suggestion-main small,.composer-suggestion-reason{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.composer-suggestion-main small,.composer-suggestion-reason{color:var(--text-muted);font-size:.78rem}.composer-suggestion-reason{max-width:180px}.composer-settings{display:flex;align-items:end;gap:22px;margin-bottom:11px}.composer-settings label:first-child{display:grid;gap:6px;color:var(--text-muted);font-size:.78rem;font-weight:700}.composer-settings select{min-width:178px;padding:8px 10px;color:var(--navy-soft);background:#f8fbfa;border:1px solid var(--line);border-radius:8px}.review-toggle{display:inline-flex;align-items:center;gap:8px;min-height:37px;color:var(--navy-soft);font-size:.88rem}.review-toggle input{width:16px;height:16px;accent-color:var(--teal)}.composer-input{display:flex;align-items:flex-end;gap:10px}.composer-input textarea{flex:1;min-height:56px;max-height:130px;padding:15px 16px;resize:vertical;color:var(--navy);background:#fbfcfc;border:1px solid #cddade;border-radius:14px;line-height:1.45}.composer-input textarea:focus,.composer-settings select:focus{border-color:var(--teal);outline:2px solid rgba(8,126,120,.13)}.send-button{min-height:56px;min-width:100px}.composer-hint{margin:9px 0 0;color:var(--text-muted);font-size:.8rem}.chart-review-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:grid;place-items:center;padding:24px}.chart-review-scrim{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#11283e61}.chart-review-modal{position:relative;z-index:1;display:flex;flex-direction:column;width:min(980px,94vw);max-height:min(780px,92vh);overflow:hidden;background:var(--paper);border:1px solid var(--line);border-radius:12px;box-shadow:0 20px 60px #12253a42}.chart-review-header,.chart-review-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-bottom:1px solid var(--line)}.chart-review-footer{justify-content:flex-end;border-top:1px solid var(--line);border-bottom:0}.chart-review-type{display:inline-block;margin-bottom:5px;color:var(--teal-dark);font-size:.75rem;font-weight:800;text-transform:uppercase}.chart-review-header h3{margin:0;color:var(--navy);font-size:1.1rem}.chart-review-body{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,.85fr);gap:14px;min-height:0;padding:14px;overflow:auto}.chart-review-frame{width:100%;height:clamp(320px,56vh,560px);background:#f3f4f6;border:1px solid var(--line);border-radius:8px}.chart-review-meta{display:grid;align-content:start;gap:14px;min-width:0;color:var(--navy-soft)}.chart-review-meta p{margin:0;line-height:1.45}.chart-review-meta dl{display:grid;gap:10px;margin:0}.chart-review-meta div{display:grid;gap:4px;padding-bottom:10px;border-bottom:1px solid var(--line)}.chart-review-meta dt{color:var(--text-muted);font-size:.73rem;font-weight:800;text-transform:uppercase}.chart-review-meta dd{min-width:0;margin:0;overflow-wrap:anywhere}.chart-review-save-state{margin-right:auto;color:var(--text-muted);font-size:.84rem;font-weight:700}.chart-review-save-state.state-saved{color:var(--teal-dark)}.chart-review-save-state.state-error{color:var(--error)}.history-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;grid-template-columns:1fr min(420px,92vw);height:100vh}.history-scrim{border:0;background:#11283e52}.history-drawer{display:flex;flex-direction:column;height:100%;min-height:0;max-height:100vh;overflow:hidden;background:var(--paper);border-left:1px solid var(--line);box-shadow:-12px 0 32px #12253a2e}.history-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px 16px 12px;border-bottom:1px solid var(--line)}.history-header h3{margin:0;color:var(--navy);font-size:1.05rem}.history-subtitle{margin:6px 0 0;color:var(--text-muted);font-size:.85rem}.history-tools{padding:12px 16px 8px;border-bottom:1px solid var(--line);background:var(--paper)}.history-search{width:100%;padding:10px 12px;border-radius:12px;border:1px solid var(--line);background:#fbfcfc;color:var(--navy)}.history-search:focus{border-color:var(--teal);outline:2px solid rgba(8,126,120,.13)}.history-state{margin:14px 16px 0;color:var(--text-muted);font-size:.9rem}.history-error{margin:14px 16px 0;color:var(--error);background:var(--error-bg);border:1px solid #f6c9cc;padding:10px 12px;border-radius:10px;font-size:.9rem}.history-list{padding:12px 12px 14px;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;display:grid;gap:6px;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(17,40,62,.35) transparent}.history-list::-webkit-scrollbar{width:10px}.history-list::-webkit-scrollbar-track{background:transparent}.history-list::-webkit-scrollbar-thumb{background:#11283e40;border-radius:999px;border:2px solid transparent;background-clip:content-box}.history-list:hover::-webkit-scrollbar-thumb{background:#11283e61;border:2px solid transparent;background-clip:content-box}.history-item{display:grid;grid-template-columns:1fr auto;align-items:start;gap:8px;padding:8px 9px;border-radius:12px;border:1px solid var(--line);background:#fbfcfc}.history-item:hover{border-color:#a4c8c5;background:#f3faf8}.history-item.active{border-color:var(--teal);background:var(--teal-tint)}.history-item-main{text-align:left;border:0;background:transparent;padding:0}.history-item-title{font-weight:700;color:var(--navy-soft);margin-bottom:3px;line-height:1.25}.history-item-subtitle{color:var(--text-muted);font-size:.82rem}.history-item-actions{display:flex;align-items:center;gap:6px}.history-icon-button{width:34px;height:34px;border-radius:10px;border:1px solid var(--line);background:var(--paper);color:var(--navy-soft);font-weight:800}.history-icon-button:hover{background:#f0f4f4}.history-icon-button.danger{color:var(--teal-dark);border-color:#c6dfdc;background:var(--teal-tint)}.history-icon-button.danger:hover:not(:disabled){background:#dff1ee}.history-rename{grid-column:1 / -1;display:flex;gap:8px;margin-top:6px}.history-rename-input{flex:1;padding:10px 12px;border-radius:12px;border:1px solid var(--line);background:#fff}.history-rename-input:focus{border-color:var(--teal);outline:2px solid rgba(8,126,120,.13)}.history-footer{padding:12px 18px 16px;border-top:1px solid var(--line);background:var(--paper-muted)}.history-footer-meta{display:grid;gap:4px}.history-footer-label{color:var(--text-muted);font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.history-footer-value{color:var(--navy-soft);font-weight:700;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.favorites-dashboard{flex:1;display:grid;grid-template-columns:clamp(280px,18vw,340px) minmax(0,1fr);min-height:0;overflow:hidden;background:#eef4f4}.favorites-sidebar{display:flex;flex-direction:column;min-height:0;overflow:hidden;background:var(--paper);border-right:1px solid var(--line)}.favorites-sidebar-header{padding:16px;border-bottom:1px solid var(--line)}.favorites-sidebar-header h2,.dashboard-toolbar h2{margin:0;color:var(--navy);font-size:1.05rem}.favorites-sidebar-header span,.dashboard-save-state{display:inline-block;margin-top:5px;color:var(--text-muted);font-size:.82rem;font-weight:700}.favorites-state,.favorites-error{margin:14px 16px 0;color:var(--text-muted);font-size:.9rem}.favorites-error{padding:10px 12px;color:var(--error);background:var(--error-bg);border:1px solid #f6c9cc;border-radius:8px}.favorite-chart-list{display:grid;gap:8px;min-height:0;padding:12px;overflow-y:auto}.favorite-chart-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;padding:8px;background:#fbfcfc;border:1px solid var(--line);border-radius:8px}.favorite-chart-item:hover{border-color:#a4c8c5;background:#f3faf8}.favorite-chart-item.selected{border-color:var(--teal);background:var(--teal-tint)}.favorite-chart-main{display:grid;gap:4px;min-width:0;padding:0;color:var(--navy-soft);background:transparent;border:0;text-align:left}.favorite-chart-title{overflow:hidden;font-weight:700;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.favorite-chart-meta{color:var(--text-muted);font-size:.8rem}.favorite-remove-button{padding:7px 9px;color:var(--teal-dark);background:var(--teal-tint);border:1px solid #c6dfdc;border-radius:8px;font-size:.78rem;font-weight:700}.dashboard-workspace{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden;background:#eef4f4}.dashboard-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 24px;background:var(--paper);border-bottom:1px solid var(--line)}.dashboard-toolbar-actions{display:flex;align-items:end;gap:16px}.preview-dashboard-button{min-height:36px}.dashboard-layout-controls{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.dashboard-layout-controls .secondary-button{min-height:36px;padding:8px 11px}.dashboard-layout{flex:1;display:flex;align-content:stretch;gap:0;min-height:0;margin:18px 24px 24px;padding:0;overflow:auto;background:var(--paper);border:1px solid var(--line);border-radius:8px;box-shadow:0 10px 24px #12253a0f}.dashboard-layout-node{flex:1 1 0;min-width:var(--dashboard-node-min-width, 0);min-height:var(--dashboard-node-min-height, 0)}.dashboard-node-group{display:flex;gap:0}.dashboard-node-group.row{flex-direction:column}.dashboard-node-group.column{flex-direction:row}.dashboard-cell{display:flex;flex-direction:column;min-width:var(--dashboard-node-min-width, 0);min-height:var(--dashboard-node-min-height, 0);padding:12px;background:var(--paper);border:0;border-right:1px solid #e3eaec;border-bottom:1px solid #e3eaec;border-radius:0}.dashboard-cell:focus{outline:none}.dashboard-cell.selected{box-shadow:inset 0 0 0 2px #087e789e}.dashboard-cell.ready:hover{background:#f3faf8;box-shadow:inset 0 0 0 2px #087e7842}.dashboard-cell-header{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:28px;margin-bottom:6px}.dashboard-cell-header h3{margin:0;overflow:hidden;color:var(--navy-soft);font-size:.86rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.dashboard-chart-frame{display:block;flex:1;width:100%;min-height:0;background:#f3f4f6;border:1px solid #dfe7ea;border-radius:6px}.dashboard-empty-cell{flex:1;min-height:240px;background:linear-gradient(135deg,rgba(8,126,120,.055) 25%,transparent 25%) 0 0 / 16px 16px,#f8fbfa;border:1px dashed #bed3d6;border-radius:6px}.dashboard-preview-overlay{position:fixed;z-index:30;top:0;right:0;bottom:0;left:0;display:flex;padding:56px 28px 28px;overflow:auto;background:#eef4f4f5}.dashboard-preview-close{position:fixed;top:14px;right:24px;z-index:31;padding:8px 12px;color:var(--navy-soft);background:var(--paper);border:1px solid var(--line);border-radius:8px;font-size:.84rem;font-weight:700;box-shadow:0 8px 18px #12253a14}.dashboard-preview-close:hover{background:#f0f4f4}.dashboard-preview-frame{display:flex;width:100%;min-height:calc(100vh - 84px);margin:0 auto;overflow:hidden;background:var(--paper);border:1px solid var(--line);border-radius:8px;box-shadow:0 16px 40px #12253a1c}.dashboard-preview-layout{flex:1;display:flex;align-content:stretch;gap:0;min-width:0;min-height:0;overflow:auto;background:var(--paper)}.dashboard-preview-cell{display:flex;min-width:var(--dashboard-node-min-width, 0);min-height:var(--dashboard-node-min-height, 0);padding:12px;background:var(--paper);border-right:1px solid #e3eaec;border-bottom:1px solid #e3eaec}.dashboard-preview-chart-frame{display:block;flex:1;width:100%;min-height:280px;background:#f3f4f6;border:1px solid #dfe7ea;border-radius:6px}.dashboard-preview-empty-cell{flex:1;min-height:280px;background:#f8fbfa;border:1px solid #e3eaec;border-radius:6px}@media(max-width:680px){.app-shell{height:auto;min-height:100vh}.app-header{align-items:flex-start;flex-direction:column;padding:16px}.header-actions{width:100%;justify-content:space-between}.app-tabs{width:100%}.app-tabs button{flex:1}.chat-workspace{display:flex;flex-direction:column;overflow:visible}.chat-thread{padding:18px 14px;overflow:visible}.welcome{padding:25px 18px;border-radius:18px}.user-message{width:91%}.assistant-card{padding:14px}.clarification-panel{margin:0 13px 10px}.clarification-panel-header,.clarification-panel-footer{align-items:flex-start;flex-direction:column}.clarification-panel-footer>div{width:100%;justify-content:flex-end}.custom-answer,.data-source-row,.summary-grid{grid-template-columns:1fr}.custom-answer{flex-direction:column}.chat-chart-sidebar{border-top:1px solid var(--line);border-left:0}.chat-chart-sidebar-body{overflow:visible}.chat-sidebar-chart-frame{height:360px}.composer{padding:11px 13px 14px}.composer-suggestion-card{grid-template-columns:auto minmax(0,1fr)}.composer-suggestion-reason{grid-column:1 / -1;max-width:100%}.composer-settings{align-items:flex-start;flex-direction:column;gap:8px}.composer-settings label:first-child,.composer-settings select{width:100%}.composer-input{align-items:stretch;flex-direction:column}.send-button{min-height:45px}.history-overlay{grid-template-columns:1fr}.chart-review-overlay{padding:10px}.chart-review-header,.chart-review-footer{align-items:flex-start;flex-direction:column}.chart-review-body{grid-template-columns:1fr}.chart-review-frame{height:340px}.history-drawer{position:absolute;right:0;top:0;width:92vw}.favorites-dashboard{grid-template-columns:1fr;overflow-y:auto}.favorites-sidebar{max-height:265px;border-right:0;border-bottom:1px solid var(--line)}.dashboard-toolbar{align-items:flex-start;flex-direction:column}.dashboard-toolbar-actions{align-items:stretch;flex-direction:column;width:100%}.dashboard-layout{display:grid;grid-template-columns:1fr;margin:14px;overflow:visible}.dashboard-node-group{display:contents}.dashboard-layout-node{min-width:0}.dashboard-cell{min-height:320px;border-right:0}.dashboard-preview-overlay{padding:54px 12px 12px}.dashboard-preview-close{top:10px;right:12px}.dashboard-preview-frame{min-height:auto;overflow:visible}.dashboard-preview-layout{display:grid;grid-template-columns:1fr;overflow:visible}.dashboard-preview-cell{min-height:320px;border-right:0}}
