:root{--sidebar-width: 280px;--sidebar-collapsed-width: 96px;--background: #faf9fa;--surface: #ffffff;--surface-low: #f5f3f4;--surface-mid: #efedee;--surface-high: #e9e8e9;--text: #1b1c1d;--text-muted: #5a5f63;--text-soft: #737784;--outline: rgba(115, 119, 132, .16);--primary: #094cb2;--primary-strong: #3366cc;--primary-soft: rgba(9, 76, 178, .08);--danger: #ba1a1a;--danger-soft: #ffdad6;--shadow-soft: 0 16px 42px rgba(27, 28, 29, .06);--radius-sm: 12px;--radius-md: 18px;--radius-lg: 24px}body[data-theme=dark]{--background: #0d1117;--surface: #121821;--surface-low: #161d27;--surface-mid: #1a2330;--surface-high: #202a38;--text: #e5e7eb;--text-muted: #b4becb;--text-soft: #8c97a8;--outline: rgba(148, 163, 184, .18);--primary-soft: rgba(78, 140, 255, .16);--danger-soft: rgba(186, 26, 26, .18);--shadow-soft: 0 18px 42px rgba(0, 0, 0, .28)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:radial-gradient(circle at top right,rgba(9,76,178,.05),transparent 25%),radial-gradient(circle at bottom left,rgba(109,94,0,.035),transparent 24%),var(--background);color:var(--text);font-family:Inter,sans-serif;font-size:14px}body[data-theme=dark]{background:radial-gradient(circle at top right,rgba(78,140,255,.12),transparent 28%),radial-gradient(circle at bottom left,rgba(109,94,0,.08),transparent 24%),var(--background);color-scheme:dark}.app-splash{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:60% 40%;min-height:100vh;overflow:hidden;animation:sp-fadein .4s ease both}@keyframes sp-fadein{0%{opacity:0}to{opacity:1}}.app-splash__cover{position:relative;overflow:hidden;background:linear-gradient(150deg,#0d0a05,#1a1208 35%,#0a1628 75%,#060e1f);display:flex;align-items:center;justify-content:center}.app-splash__stars{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(1px 1px at 12% 18%,rgba(255,255,255,.85) 0%,transparent 100%),radial-gradient(1px 1px at 34% 72%,rgba(255,255,255,.7) 0%,transparent 100%),radial-gradient(1px 1px at 56% 9%,rgba(255,255,255,.9) 0%,transparent 100%),radial-gradient(1px 1px at 78% 55%,rgba(255,255,255,.65) 0%,transparent 100%),radial-gradient(1px 1px at 91% 27%,rgba(255,255,255,.8) 0%,transparent 100%),radial-gradient(1px 1px at 23% 88%,rgba(255,255,255,.6) 0%,transparent 100%),radial-gradient(1px 1px at 67% 41%,rgba(255,255,255,.75) 0%,transparent 100%),radial-gradient(1px 1px at 45% 63%,rgba(255,255,255,.55) 0%,transparent 100%),radial-gradient(1px 1px at 8% 47%,rgba(255,255,255,.7) 0%,transparent 100%),radial-gradient(1px 1px at 88% 82%,rgba(255,255,255,.8) 0%,transparent 100%),radial-gradient(1.5px 1.5px at 52% 31%,rgba(255,244,200,.9) 0%,transparent 100%),radial-gradient(1.5px 1.5px at 19% 59%,rgba(255,244,200,.7) 0%,transparent 100%),radial-gradient(1.5px 1.5px at 74% 14%,rgba(255,244,200,.8) 0%,transparent 100%);animation:sp-stars-drift 60s linear infinite}.app-splash__stars--2{background-image:radial-gradient(1px 1px at 29% 12%,rgba(255,255,255,.6) 0%,transparent 100%),radial-gradient(1px 1px at 61% 79%,rgba(255,255,255,.75) 0%,transparent 100%),radial-gradient(1px 1px at 84% 38%,rgba(255,255,255,.5) 0%,transparent 100%),radial-gradient(1px 1px at 7% 93%,rgba(255,255,255,.65) 0%,transparent 100%),radial-gradient(1px 1px at 43% 51%,rgba(255,255,255,.55) 0%,transparent 100%),radial-gradient(1px 1px at 96% 67%,rgba(255,255,255,.7) 0%,transparent 100%),radial-gradient(1px 1px at 38% 24%,rgba(255,255,255,.6) 0%,transparent 100%),radial-gradient(1px 1px at 72% 96%,rgba(255,255,255,.45) 0%,transparent 100%),radial-gradient(2px 2px at 15% 35%,rgba(198,220,255,.55) 0%,transparent 100%),radial-gradient(2px 2px at 83% 11%,rgba(198,220,255,.5) 0%,transparent 100%);animation:sp-stars-drift 90s linear infinite reverse;opacity:.75}.app-splash__stars--3{background-image:radial-gradient(1px 1px at 5% 5%,rgba(255,255,255,.4) 0%,transparent 100%),radial-gradient(1px 1px at 50% 50%,rgba(255,255,255,.5) 0%,transparent 100%),radial-gradient(1px 1px at 95% 95%,rgba(255,255,255,.4) 0%,transparent 100%),radial-gradient(1px 1px at 20% 80%,rgba(255,255,255,.45)0%,transparent 100%),radial-gradient(1px 1px at 80% 20%,rgba(255,255,255,.5) 0%,transparent 100%),radial-gradient(3px 3px at 30% 70%,rgba(255,240,180,.35)0%,transparent 100%),radial-gradient(3px 3px at 70% 30%,rgba(180,210,255,.3) 0%,transparent 100%);animation:sp-stars-twinkle 4s ease-in-out infinite alternate;opacity:.6}@keyframes sp-stars-drift{0%{background-position:0 0}to{background-position:200px 100px}}@keyframes sp-stars-twinkle{0%{opacity:.4}to{opacity:.85}}.app-splash__orb{position:absolute;border-radius:50%;pointer-events:none;filter:blur(80px)}.app-splash__orb--1{width:480px;height:480px;top:-120px;left:-100px;background:radial-gradient(circle,rgba(198,154,84,.22) 0%,transparent 70%);animation:sp-orb 11s ease-in-out infinite alternate}.app-splash__orb--2{width:380px;height:380px;bottom:-80px;right:-60px;background:radial-gradient(circle,rgba(56,100,220,.28) 0%,transparent 70%);animation:sp-orb 14s ease-in-out infinite alternate-reverse}@keyframes sp-orb{0%{transform:translate(0) scale(1)}to{transform:translate(20px,16px) scale(1.08)}}.app-splash__cover-inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:28px;padding:40px;animation:sp-cover-up .7s cubic-bezier(.22,1,.36,1) both}@keyframes sp-cover-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.app-splash__icon{width:180px;height:180px;object-fit:contain;display:block;filter:drop-shadow(0 0 60px rgba(198,154,84,.55)) drop-shadow(0 0 24px rgba(198,154,84,.3)) drop-shadow(0 16px 40px rgba(0,0,0,.7)) brightness(1.12);animation:sp-icon-float 5s ease-in-out infinite}@keyframes sp-icon-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.02)}}.app-splash__wordmark{display:flex;align-items:baseline;gap:10px;margin-top:4px}.app-splash__wordmark-main{font-family:"Noto Serif",serif;font-size:clamp(2.4rem,4vw,3.4rem);font-weight:700;letter-spacing:-.02em;color:#f0e4cc;line-height:1}.app-splash__wordmark-sub{font-family:"Noto Serif",serif;font-size:clamp(2.4rem,4vw,3.4rem);font-weight:300;letter-spacing:-.01em;color:#c69a54;line-height:1}.app-splash__tagline{margin:0;font-size:.82rem;font-weight:400;color:#f0e4cc7a;text-align:center;letter-spacing:.02em;line-height:1.6}.app-splash__badge{position:absolute;bottom:24px;left:24px;z-index:2;display:inline-flex;align-items:center;gap:7px;padding:5px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f0e4cc8c;animation:sp-cover-up .7s .2s both}.app-splash__badge-dot{width:6px;height:6px;border-radius:50%;background:#10b981;animation:sp-ping 1.8s ease-out infinite}@keyframes sp-ping{0%{box-shadow:0 0 #10b98199}70%{box-shadow:0 0 0 7px #10b98100}to{box-shadow:0 0 #10b98100}}.app-splash__panel{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:44px 40px;background:#faf8f4;border-left:1px solid rgba(110,86,49,.12);animation:sp-panel-in .6s .12s cubic-bezier(.22,1,.36,1) both}@keyframes sp-panel-in{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}.app-splash__panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.app-splash__panel-eyebrow{font-size:.65rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:#5b44256b}.app-splash__version{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#5b442559;padding:3px 8px;border:1px solid rgba(110,86,49,.14);border-radius:4px}.app-splash__steps{display:flex;flex-direction:column;gap:10px}.app-splash__step{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:12px;border:1px solid rgba(110,86,49,.1);background:#ffffffa6;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease,transform .3s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.app-splash__step:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,transparent 20%,rgba(255,255,255,.55) 50%,transparent 80%);transform:translate(-120%)}.app-splash__step--active{background:#fff;border-color:#094cb238;box-shadow:0 2px 16px #094cb217,0 0 0 3px #094cb20d;transform:translate(5px)}.app-splash__step--active:after{animation:sp-shimmer 1.7s ease-in-out infinite}@keyframes sp-shimmer{0%{transform:translate(-120%)}to{transform:translate(150%)}}.app-splash__step--done{background:#f0fdf4bf;border-color:#10b98133;opacity:.82}.app-splash__step-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;flex-shrink:0;background:#6e563112;color:#503a1e73;transition:background .3s ease,color .3s ease}.app-splash__step-icon .material-symbols-outlined{font-size:19px}.app-splash__step--active .app-splash__step-icon{background:#094cb217;color:#094cb2;animation:sp-icon-bounce 1s ease-in-out infinite}@keyframes sp-icon-bounce{0%,to{transform:scale(1)}50%{transform:scale(1.13)}}.app-splash__step--done .app-splash__step-icon{background:#10b98117;color:#059669}.app-splash__step-check{font-size:19px;color:#10b981;display:block;animation:sp-check-pop .28s cubic-bezier(.34,1.56,.64,1) both}@keyframes sp-check-pop{0%{opacity:0;transform:scale(.3) rotate(-20deg)}to{opacity:1;transform:scale(1) rotate(0)}}.app-splash__step-body{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.app-splash__step-label{font-size:.88rem;font-weight:700;color:#1e14089e;transition:color .3s ease}.app-splash__step--active .app-splash__step-label{color:#0f172a}.app-splash__step--done .app-splash__step-label{color:#065f46}.app-splash__step-desc{font-size:.73rem;color:#503a1e66;transition:color .3s ease;line-height:1.35}.app-splash__step--active .app-splash__step-desc{color:#094cb29e}.app-splash__step--done .app-splash__step-desc{color:#059669}.app-splash__foot{display:flex;flex-direction:column;gap:10px}.app-splash__status-row{display:flex;align-items:center;gap:7px}.app-splash__status-dot{width:6px;height:6px;border-radius:50%;background:#094cb2;flex-shrink:0;animation:sp-dot-pulse 1.3s ease-in-out infinite}@keyframes sp-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.6)}}.app-splash__status{font-size:.74rem;font-weight:600;color:#503a1e70;animation:sp-status-in .22s ease both}@keyframes sp-status-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.app-splash__progress{position:relative;height:3px;border-radius:999px;background:#6e56311a;overflow:hidden}.app-splash__progress-bar{position:absolute;inset-block:0;left:0;width:0%;border-radius:inherit;background:linear-gradient(90deg,#c69a54,#8b6a38 45%,#094cb2);animation:sp-progress linear forwards}@keyframes sp-progress{0%{width:0%}to{width:100%}}body[data-theme=dark] .app-splash__panel{background:#0d1117;border-left-color:#94a3b814}body[data-theme=dark] .app-splash__panel-eyebrow{color:#94a3b866}body[data-theme=dark] .app-splash__version{color:#94a3b859;border-color:#94a3b81f}body[data-theme=dark] .app-splash__step{background:#0f172a80;border-color:#94a3b81a}body[data-theme=dark] .app-splash__step--active{background:#0f172af2;border-color:#60a5fa40;box-shadow:0 2px 16px #60a5fa14,0 0 0 3px #60a5fa0d}body[data-theme=dark] .app-splash__step--done{background:#064e3b33;border-color:#34d3992e}body[data-theme=dark] .app-splash__step-label{color:#dcd2c38c}body[data-theme=dark] .app-splash__step--active .app-splash__step-label{color:#f1f5f9}body[data-theme=dark] .app-splash__step--done .app-splash__step-label{color:#6ee7b7}body[data-theme=dark] .app-splash__step-desc{color:#94a3b859}body[data-theme=dark] .app-splash__step--active .app-splash__step-desc{color:#93c5fd}body[data-theme=dark] .app-splash__step--done .app-splash__step-desc{color:#34d399}body[data-theme=dark] .app-splash__step-icon{background:#94a3b812;color:#c69a5473}body[data-theme=dark] .app-splash__step--active .app-splash__step-icon{background:#60a5fa1a;color:#60a5fa}body[data-theme=dark] .app-splash__step--done .app-splash__step-icon{background:#34d39914;color:#34d399}body[data-theme=dark] .app-splash__status-dot{background:#60a5fa}body[data-theme=dark] .app-splash__status{color:#94a3b870}body[data-theme=dark] .app-splash__progress{background:#94a3b814}body[data-theme=dark] .app-splash__progress-bar{background:linear-gradient(90deg,#c69a54,#60a5fa,#34d399)}@media (max-width: 760px){.app-splash{grid-template-columns:1fr;grid-template-rows:42vh 1fr}.app-splash__panel{border-left:none;border-top:1px solid rgba(110,86,49,.1);padding:28px 24px}.app-splash__icon{width:72px;height:72px}.app-splash__wordmark-main,.app-splash__wordmark-sub{font-size:1.8rem}}body[data-theme=dark] .sidebar,body[data-theme=dark] .panel,body[data-theme=dark] .source-card,body[data-theme=dark] .dashboard-hero__summary,body[data-theme=dark] .dashboard-panel,body[data-theme=dark] .dashboard-section-card,body[data-theme=dark] .dashboard-section-card__workspace,body[data-theme=dark] .dashboard-section-card__chart,body[data-theme=dark] .dashboard-section-card__tab-panel,body[data-theme=dark] .explorer-assistant,body[data-theme=dark] .explorer-assistant__section,body[data-theme=dark] .executive-review-hero,body[data-theme=dark] .executive-review-metric,body[data-theme=dark] .executive-review-section__workspace,body[data-theme=dark] .executive-review-section__insight,body[data-theme=dark] .executive-review-notes,body[data-theme=dark] .shared-data-grid,body[data-theme=dark] .sql-code-block{background:var(--surface);color:var(--text);border-color:var(--outline)}body[data-theme=dark] .sidebar__section,body[data-theme=dark] .sidebar .history-item,body[data-theme=dark] .sidebar .history-item--dashboard{background:transparent;box-shadow:none}body[data-theme=dark] .sidebar{background:#121821e6}body[data-theme=dark] .sidebar__section-divider,body[data-theme=dark] .sidebar__nav--footer,body[data-theme=dark] .stack--dashboard .history-item--dashboard:not(:last-child):after{background:#94a3b824;border-color:#94a3b824}body[data-theme=dark] .nav-button,body[data-theme=dark] .button--ghost,body[data-theme=dark] .history-item__title,body[data-theme=dark] .chat-room-header__title,body[data-theme=dark] .settings-language-card__title,body[data-theme=dark] .sources-page__subtitle,body[data-theme=dark] .topbar__subtitle,body[data-theme=dark] .message-bubble__content,body[data-theme=dark] .assistant-response__body,body[data-theme=dark] .dashboard-section-card__header p,body[data-theme=dark] .dashboard-insight-note__content p,body[data-theme=dark] .executive-review-note p,body[data-theme=dark] .executive-review-section__description,body[data-theme=dark] .executive-review-section__summary,body[data-theme=dark] .sql-panel__subtitle{color:var(--text-muted)}body[data-theme=dark] .sidebar__section-label--with-icon .material-symbols-outlined,body[data-theme=dark] .history-item__time,body[data-theme=dark] .settings-language-card__meta,body[data-theme=dark] .settings-version-note,body[data-theme=dark] .suggestion-card p,body[data-theme=dark] .home-chat__intro p,body[data-theme=dark] .dashboard-timeline__usage,body[data-theme=dark] .dashboard-timeline__detail,body[data-theme=dark] .dashboard-section-card__tab,body[data-theme=dark] .dashboard-insight-note__title{color:var(--text-soft)}body[data-theme=dark] .nav-button--active,body[data-theme=dark] .history-item--active,body[data-theme=dark] .chat-mode-switch__button,body[data-theme=dark] .dashboard-section-card__tab--active{background:var(--surface-low)}body[data-theme=dark] .settings-language-card,body[data-theme=dark] .settings-theme-card{background:var(--surface-mid)}body[data-theme=dark] .settings-language-card:hover,body[data-theme=dark] .settings-theme-card:hover{background:var(--surface-high)}body[data-theme=dark] .settings-language-card--active,body[data-theme=dark] .settings-theme-card--active{background:#094cb224;border-color:#4e8cff66}body[data-theme=dark] .settings-language-card--active:hover,body[data-theme=dark] .settings-theme-card--active:hover{background:#094cb224}body[data-theme=dark] .source-card,body[data-theme=dark] .history-item--dashboard,body[data-theme=dark] .explorer-assistant__context-item,body[data-theme=dark] .explorer-assistant__sample-item,body[data-theme=dark] .dashboard-section-card__workspace,body[data-theme=dark] .dashboard-section-card__insight,body[data-theme=dark] .executive-review-section__insight,body[data-theme=dark] .executive-review-note,body[data-theme=dark] .chat-room-header__input,body[data-theme=dark] .message-thread__card--user,body[data-theme=dark] .inline-data-table,body[data-theme=dark] .results-pane__surface{border:1px solid rgba(148,163,184,.14)}body[data-theme=dark] .history-item__status--completed{color:#66d19e}body[data-theme=dark] .history-item__status--failed{color:#ff8a80}body[data-theme=dark] .history-swipe-row__delete{background:linear-gradient(180deg,#7a1111db,#991b1beb);color:#fff}body[data-theme=dark] .chat-room-header__edit,body[data-theme=dark] .icon-button,body[data-theme=dark] .results-pane__explore-button,body[data-theme=dark] .results-pane__dashboard-button,body[data-theme=dark] .results-pane__review-button{color:var(--text-soft)}body[data-theme=dark] .results-pane__status-badge{border-color:#111821;box-shadow:0 8px 18px #00000047}body[data-theme=dark] .results-pane__status-badge--generated{background:#134e4a;color:#99f6e4}body[data-theme=dark] .results-pane__status-badge--shared{background:#1e3a8a;color:#bfdbfe}body[data-theme=dark] .pinned-page__dropdown-trigger{background:#111821eb;border-color:#94a3b829;color:var(--text);box-shadow:0 12px 28px #00000038}body[data-theme=dark] .pinned-page__dropdown-trigger:hover,body[data-theme=dark] .pinned-page__dropdown--open .pinned-page__dropdown-trigger{border-color:#60a5fa42}body[data-theme=dark] .pinned-page__dropdown-menu{background:#0b111afa;border-color:#94a3b824;box-shadow:0 18px 44px #00000057}body[data-theme=dark] .pinned-page__dropdown-item{color:var(--text)}body[data-theme=dark] .pinned-page__dropdown-item:hover{background:#1e40af2e}body[data-theme=dark] .pinned-page__dropdown-item--active{background:#1e40af38;color:#bfdbfe}body[data-theme=dark] .pinned-page__status-pill--all{background:#33415570;color:#e2e8f0}body[data-theme=dark] .pinned-page__status-pill--completed{background:#134e4a7a;color:#99f6e4}body[data-theme=dark] .pinned-page__status-pill--running,body[data-theme=dark] .pinned-page__status-pill--queued{background:#1e40af47;color:#bfdbfe}body[data-theme=dark] .pinned-page__status-pill--failed{background:#7f1d1d6b;color:#fecaca}body[data-theme=dark] .chat-room-header__edit,body[data-theme=dark] .chat-room-header__input,body[data-theme=dark] .home-composer__shell,body[data-theme=dark] .source-card:hover,body[data-theme=dark] .workspace-switcher,body[data-theme=dark] .suggestion-card,body[data-theme=dark] .sql-panel__copy,body[data-theme=dark] .dashboard-section-card__tabs{background:var(--surface-low)}body[data-theme=dark] .home-composer__shell,body[data-theme=dark] .composer--room,body[data-theme=dark] .composer__row,body[data-theme=dark] .chat-room-header__input,body[data-theme=dark] .message-thread__card--user{background:#0a0f15}body[data-theme=dark] .results-pane__surface,body[data-theme=dark] .message-thread__analysis .panel,body[data-theme=dark] .message-thread__analysis .results-pane__body{background:#111821}body[data-theme=dark] .composer__row,body[data-theme=dark] .home-composer__shell,body[data-theme=dark] .message-thread__card--user,body[data-theme=dark] .chat-room-header__input{border-color:#94a3b829;box-shadow:0 14px 30px #00000042}body[data-theme=dark] .home-composer__input,body[data-theme=dark] .composer__input,body[data-theme=dark] textarea,body[data-theme=dark] input{color:var(--text)}body[data-theme=dark] .home-composer__input::placeholder,body[data-theme=dark] .composer__input::placeholder,body[data-theme=dark] textarea::placeholder,body[data-theme=dark] input::placeholder{color:var(--text-soft)}body[data-theme=dark] .message-thread__avatar--user{background:#263244;color:#b4becb}body[data-theme=dark] .message-thread__avatar--assistant{background:var(--primary);color:#fff}body[data-theme=dark] .inline-data-table__row--header,body[data-theme=dark] .dashboard-section-card__tabs,body[data-theme=dark] .MuiDataGrid-columnHeaders{background:var(--surface-mid)}body[data-theme=dark] .inline-data-table__cell,body[data-theme=dark] .inline-data-table__cell--header,body[data-theme=dark] .dashboard-section-card__kind,body[data-theme=dark] .dashboard-timeline__label,body[data-theme=dark] .executive-review-hero__title,body[data-theme=dark] .executive-review-page__title,body[data-theme=dark] .dashboard-page__title,body[data-theme=dark] .home-chat__intro h1,body[data-theme=dark] .suggestion-card h3,body[data-theme=dark] .source-card h3{color:var(--text)}body[data-theme=dark] .assistant-response__heading{color:#fff}body[data-theme=dark] .settings-side-nav__card{border-color:#94a3b824;background:var(--surface);box-shadow:none}body[data-theme=dark] .settings-side-nav__eyebrow{color:var(--text-soft)}body[data-theme=dark] .settings-side-nav__title{color:var(--text)}body[data-theme=dark] .settings-side-nav__link{border:none;background:transparent;color:var(--text-soft)}body[data-theme=dark] .settings-side-nav__link:hover{background:var(--surface-low);color:var(--text)}body[data-theme=dark] .help-shortcuts-table-wrap{border-color:#94a3b829;background:#0f172ab3}body[data-theme=dark] .help-shortcuts-table th,body[data-theme=dark] .help-shortcuts-table td{border-top-color:#94a3b824}body[data-theme=dark] .help-shortcuts-table thead th{background:#094cb21f;color:var(--text-soft)}body[data-theme=dark] .help-shortcuts-table tbody td{color:var(--text-muted)}body[data-theme=dark] .help-shortcuts-table kbd{border-color:#94a3b82e;background:#0f172a;color:var(--text)}body[data-theme=dark] .assistant-response--question{border-color:#facc1542;background:linear-gradient(180deg,#5438086b,#221b08c7);box-shadow:0 10px 24px #00000038}body[data-theme=dark] .assistant-response__eyebrow{background:#facc1524;color:#fde68a}body[data-theme=dark] .composer__row--question{border-color:#facc1547;box-shadow:0 14px 30px #00000042,0 0 0 3px #facc1514}body[data-theme=dark] .chat-room-header{background:linear-gradient(to bottom,rgba(13,17,23,.96),rgba(13,17,23,.88),transparent)}body[data-theme=dark] .dashboard-kpi-card,body[data-theme=dark] .dashboard-kpi-card__value,body[data-theme=dark] .dashboard-kpi-card__hint,body[data-theme=dark] .dashboard-hero__summary h2{color:#fff}body[data-theme=dark] .dashboard-kpi-card__hint,body[data-theme=dark] .dashboard-hero__summary p{color:#c4ceda}body[data-theme=dark] .source-card__icon,body[data-theme=dark] .sql-panel__copy--copied{background:#2f8b5724;color:#7ad7a2}body[data-theme=dark] .settings-theme-card__icon--dark,body[data-theme=dark] .message-thread__card--user,body[data-theme=dark] .suggestion-card{color:var(--text)}body[data-theme=dark] .results-pane__modal{background:#251819;border-color:#ff8a8038}body[data-theme=dark] .results-pane__modal p,body[data-theme=dark] .results-pane__delete-title{color:#ffd7d2}button,textarea,input{font:inherit}button{cursor:pointer}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 450,"GRAD" 0,"opsz" 20;font-size:18px}.app-shell{display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);height:100vh;overflow:hidden}.app-shell--sidebar-collapsed{grid-template-columns:var(--sidebar-collapsed-width) minmax(0,1fr)}.sidebar{display:flex;flex-direction:column;gap:18px;height:100vh;padding:22px 18px;background:#ffffffbd;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-right:1px solid var(--outline);overflow:visible;position:sticky;top:0}.sidebar--collapsed{align-items:center;padding:18px 12px}.sidebar__body{display:flex;flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:4px;scrollbar-width:none;-ms-overflow-style:none}.sidebar__body::-webkit-scrollbar{display:none}.sidebar__body--hidden{display:none}.sidebar__brand{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:4px 4px 14px}.sidebar__brand-copy{min-width:0}.sidebar__brand-logo-frame{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:linear-gradient(180deg,#ffffffd1,#f5f3f4f5);box-shadow:inset 0 0 0 1px #73778414,0 8px 18px #1b1c1d0f;overflow:hidden}.sidebar__brand-logo{width:84%;height:84%;object-fit:contain;object-position:center;display:block}.sidebar__brand-title,.panel__title,.topbar__title,.sources-page__title,.source-card h3,.sheet-card h4,.historical-insight-card h5{font-family:"Noto Serif",serif}.sidebar__brand-title{font-size:1.6rem;font-weight:700;font-style:italic;letter-spacing:-.02em;color:var(--text)}.sidebar__brand-version{margin-top:4px;font-family:Public Sans,sans-serif;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-soft)}.sidebar__collapse-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:0;border-radius:10px;background:transparent;color:var(--text-soft);flex:0 0 auto}.sidebar__collapse-button:hover{background:var(--surface-low);color:var(--text)}.panel__eyebrow,.topbar__eyebrow,.list-title,.sidebar__section-label{font-family:Public Sans,sans-serif;text-transform:uppercase;letter-spacing:.14em;font-size:.66rem;color:var(--text-soft)}.sidebar__section-label--with-icon{display:flex;align-items:center;gap:8px}.sidebar__section-label--with-icon .material-symbols-outlined{font-size:15px;color:#7d8290}.sidebar__section-divider{width:100%;height:1px;background:#7377841f;margin:2px 0}.sidebar__nav,.stack{display:flex;flex-direction:column;gap:8px}.sidebar__actions{display:flex;flex-direction:column;gap:10px}.stack--dashboard{gap:10px}.history-group{display:flex;flex-direction:column;gap:8px}.history-group+.history-group{margin-top:2px}.history-group__header{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;width:100%;border:0;background:transparent;color:var(--text-soft);padding:4px 2px;text-align:left}.history-group__header--section{margin-top:2px}.history-group__label{font-family:Public Sans,sans-serif;font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.history-group__count{font-size:.66rem;color:var(--text-soft)}.history-group__chevron{font-size:16px;color:var(--text-soft)}.history-group__items{display:flex;flex-direction:column;gap:8px}.stack--dashboard .history-item--dashboard{position:relative;padding:12px}.stack--dashboard .history-item--dashboard:not(:last-child):after{content:"";position:absolute;left:12px;right:12px;bottom:-7px;height:1px;background:#73778424}.sidebar__nav--footer{margin-top:auto;padding-top:10px;border-top:1px solid rgba(115,119,132,.12)}.sidebar__footer{position:relative;z-index:5;display:flex;align-items:center;gap:8px;padding-top:10px;border-top:1px solid rgba(115,119,132,.12);background:inherit}.sidebar__footer-icon{width:42px;min-width:42px;max-width:42px;height:42px;flex:0 0 42px;justify-content:center;padding:0;border-radius:12px}.sidebar__footer-icon--danger{color:var(--danger);background:#ba1a1a14;border-color:#ba1a1a24}.sidebar__footer-icon--danger:hover{color:var(--danger);background:#ba1a1a24;border-color:#ba1a1a38}body[data-theme=dark] .sidebar__footer-icon--danger{color:#fca5a5;background:#ba1a1a29;border-color:#f871713d}body[data-theme=dark] .sidebar__footer-icon--danger:hover{color:#fecaca;background:#ba1a1a38;border-color:#f8717152}.sidebar__quick-settings{position:relative;display:inline-flex;align-self:flex-start;flex:0 0 42px;width:42px;justify-content:center}.sidebar__quick-settings-trigger{width:42px;min-width:42px;max-width:42px;height:42px;justify-content:center;padding:0}.sidebar--collapsed .sidebar__brand{flex-direction:column;align-items:center;width:100%;padding:2px 0 8px}.sidebar--collapsed .sidebar__brand-title{font-size:.82rem;text-align:center;line-height:1.1}.sidebar--collapsed .sidebar__brand-copy{display:flex;justify-content:center;width:100%}body[data-theme=dark] .sidebar__brand-logo-frame{background:linear-gradient(180deg,#161d27f5,#121821f5);box-shadow:inset 0 0 0 1px #94a3b81f,0 10px 22px #00000038}.sidebar--collapsed .sidebar__nav{width:100%;align-items:center}.sidebar--collapsed .sidebar__footer{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.sidebar--collapsed .sidebar__collapse-button{width:38px;height:38px}.sidebar--collapsed .sidebar__quick-settings{width:42px;flex:0 0 42px;align-self:center;justify-content:center}.sidebar--collapsed .sidebar__quick-settings-trigger{width:42px;min-width:42px;max-width:42px;height:42px;margin:0 auto;padding:0}.sidebar--collapsed .sidebar__quick-settings-popover{display:none;left:50%;right:auto;transform:translate(-50%,6px)}.sidebar__quick-settings-popover{position:absolute;left:0;right:auto;bottom:calc(100% + 10px);width:276px;max-width:min(276px,calc(100vw - 40px));padding:16px;border-radius:16px;border:1px solid var(--outline);background:#fffffff5;box-shadow:0 18px 34px #1b1c1d1f;opacity:0;pointer-events:none;transform:translateY(6px);transition:opacity .16s ease,transform .16s ease;z-index:40}.sidebar__quick-settings-popover:after{content:"";position:absolute;left:14px;top:100%;width:12px;height:12px;border-right:1px solid var(--outline);border-bottom:1px solid var(--outline);background:inherit;transform:translateY(-6px) rotate(45deg)}.sidebar__quick-settings:hover .sidebar__quick-settings-popover,.sidebar__quick-settings:focus-within .sidebar__quick-settings-popover{opacity:1;pointer-events:auto;transform:translateY(0)}.sidebar--collapsed .sidebar__quick-settings:hover .sidebar__quick-settings-popover,.sidebar--collapsed .sidebar__quick-settings:focus-within .sidebar__quick-settings-popover{transform:translate(-50%)}.sidebar__quick-settings-header{margin-bottom:10px}.sidebar__quick-settings-group{display:flex;flex-direction:column;gap:8px}.sidebar__quick-settings-group+.sidebar__quick-settings-group{margin-top:12px}.sidebar__quick-settings-label{font-family:Public Sans,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-soft)}.sidebar__quick-settings-options{display:flex;flex-wrap:wrap;gap:8px}.sidebar__quick-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(115,119,132,.12);border-radius:999px;background:var(--surface);color:var(--text-muted);padding:7px 10px;font-family:Public Sans,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.04em}.sidebar__quick-chip .material-symbols-outlined{font-size:15px}.sidebar__quick-chip--active{border-color:#094cb233;background:#094cb214;color:var(--primary)}.sidebar__quick-settings-link{margin-top:14px;width:100%;border:0;border-radius:12px;background:var(--surface-low);color:var(--text);padding:10px 12px;text-align:left;font-family:Public Sans,sans-serif;font-size:.72rem;font-weight:700}body[data-theme=dark] .sidebar__footer{border-top-color:#94a3b824}body[data-theme=dark] .sidebar__quick-settings-popover{background:#121821fa;border-color:#94a3b829;box-shadow:0 18px 34px #00000057}body[data-theme=dark] .sidebar__quick-chip{background:var(--surface-low);border-color:#94a3b824;color:var(--text-muted)}body[data-theme=dark] .sidebar__quick-settings-link{background:var(--surface-low);color:var(--text)}.nav-button{display:flex;align-items:center;gap:10px;width:100%;border:0;border-radius:14px;background:transparent;padding:10px 12px;color:var(--text-muted);font-size:.82rem;font-weight:500;text-align:left}.nav-button--icon-only{justify-content:center;width:48px;min-width:48px;height:48px;padding:0}.nav-button--active{background:var(--surface);color:var(--primary);box-shadow:var(--shadow-soft)}.sidebar__section{display:flex;flex-direction:column;gap:12px;padding:6px 0 0;border-radius:0;background:transparent;box-shadow:none}.sidebar__section-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.sidebar__new-chat-button{width:100%;justify-content:center}.sidebar__new-chat-compact{margin:0 auto}.sidebar__section-title,.panel__title{margin-top:6px;font-size:.9rem;font-weight:700}.panel{display:flex;flex-direction:column;gap:14px;padding:18px;border-radius:var(--radius-md);background:#ffffffdb;box-shadow:var(--shadow-soft)}.panel__header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.button{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:999px;padding:9px 14px;font-family:Public Sans,sans-serif;font-size:.76rem;font-weight:700;transition:.18s ease}.button--primary{background:linear-gradient(135deg,var(--primary),var(--primary-strong));color:#fff}.button--secondary{background:var(--surface-low);color:var(--primary)}.button--ghost{background:transparent;color:var(--text-muted)}.button--danger{background:var(--danger-soft);color:var(--danger)}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.45;cursor:not-allowed}.history-item{display:flex;flex-direction:column;gap:4px;width:100%;min-width:0;border:0;border-radius:10px;padding:8px;background:transparent;text-align:left;overflow:hidden}.history-item--active{background:#73778414}.history-item__row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;width:100%}.history-item__mode-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;flex:0 0 auto;background:#7377841a;color:var(--text-soft)}.history-item__mode-icon .material-symbols-outlined{font-size:13px}.history-item__mode-icon--analysis{background:#094cb21a;color:var(--primary)}.history-item__mode-icon--audit{background:#ba1a1a1a;color:var(--danger)}.history-item__mode-icon--summary{background:#6d5e001f;color:#7a5f00}.history-item__title{display:block;flex:1 1 auto;min-width:0;max-width:100%;font-size:.74rem;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item__time{display:block;min-width:0;max-width:100%;color:var(--text-soft);font-size:.64rem;padding-left:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-swipe-row{position:relative;overflow:hidden;border-radius:12px;background:transparent}.history-swipe-row__action{position:absolute;inset:0 auto 0 0;width:112px;display:flex;justify-content:flex-start;align-items:stretch;pointer-events:none;z-index:0;opacity:0;transform:translate(-12px);transition:opacity .14s ease,transform .14s ease}.history-swipe-row__action--visible{pointer-events:auto;opacity:1;transform:translate(0)}.history-swipe-row__delete{width:100%;border:0;border-radius:12px;background:linear-gradient(180deg,#ffebe8,#ffdcd6);color:var(--danger);display:inline-flex;align-items:center;justify-content:center}.history-swipe-row__content{position:relative;z-index:1;width:100%;min-width:0;transition:transform .16s ease;touch-action:pan-y;will-change:transform;background:transparent}body[data-theme=dark] .history-swipe-row{background:transparent}body[data-theme=dark] .history-swipe-row__action{opacity:0;transform:translate(-14px)}body[data-theme=dark] .history-swipe-row__action--visible{opacity:1;transform:translate(0)}body[data-theme=dark] .history-swipe-row__content{background:#121821eb;border-radius:12px}.history-item--dashboard{padding:10px 0 0;border:0;background:transparent}.history-item--dashboard .history-item__title{max-width:100%}.history-item--dashboard .history-item__time{padding-left:24px}.sidebar__more-button{width:100%;border:1px solid rgba(115,119,132,.12);background:var(--surface-low);color:var(--text);padding:8px 12px;display:inline-flex;align-items:center;justify-content:center}.sidebar__collapsed-note{color:var(--text-soft);font-size:.68rem;padding:2px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item__dashboard-icon{flex:0 0 auto;color:var(--primary);font-size:16px}.history-item__status{margin-left:auto;max-width:68px;padding:3px 7px;border-radius:999px;font-family:Public Sans,sans-serif;font-size:.58rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item__status--completed{background:#2f8b571a;color:#2f8b57}.history-item__status--running,.history-item__status--queued{background:#094cb21a;color:var(--primary)}.history-item__status--failed{background:#ba1a1a1a;color:var(--danger)}.history-item__status-icon{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;flex:0 0 22px}.history-item__status-icon .material-symbols-outlined{font-size:16px}.history-item__status-icon--completed{color:#2f8b57}.history-item__status-icon--running,.history-item__status-icon--queued{color:var(--primary)}.history-item__status-icon--failed{color:var(--danger)}.workspace{display:flex;flex-direction:column;gap:18px;padding:24px;min-height:0;overflow-y:auto}.workspace--analysis{justify-content:center}.mobile-nav-trigger{display:none;position:fixed;top:12px;left:12px;z-index:200;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;border:1px solid var(--outline);background:var(--surface);color:var(--text);cursor:pointer;box-shadow:0 2px 8px #00000014;transition:background .15s}.mobile-nav-trigger:hover{background:var(--surface-low)}.mobile-nav-trigger .material-symbols-outlined{font-size:22px;transition:transform .2s ease}.mobile-nav-trigger--open{z-index:301;background:var(--surface);border-color:var(--outline)}.mobile-nav-trigger--open .material-symbols-outlined{transform:rotate(90deg)}.sidebar-overlay{display:none}.topbar{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.topbar__title{margin:6px 0 0;font-size:1.85rem;line-height:1.1}.topbar__subtitle,.sources-page__subtitle,.empty-note,.empty-state p,.message-bubble__content,.historical-insight-card p{color:var(--text-muted);line-height:1.65}.sidebar .empty-note{font-size:.72rem;line-height:1.55}.workspace__grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.88fr);gap:18px;align-items:start}.analysis-room{display:flex;flex-direction:column;gap:0;width:100%;max-width:1024px;margin:0 auto}.workspace__grid>div:empty{display:none}.workspace__grid:has(.home-chat){grid-template-columns:1fr}.chat-pane__surface,.results-pane__surface{min-height:540px}.chat-pane--room{display:flex;flex-direction:column;gap:18px}.chat-room-surface{display:flex;flex-direction:column;gap:12px}.chat-room-header{display:flex;align-items:center;justify-content:flex-start;gap:14px;position:sticky;top:0;z-index:4;padding:10px 2px 8px;background:linear-gradient(to bottom,rgba(250,249,250,.96),rgba(250,249,250,.88),transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.chat-room-header__title-wrap{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1 auto}.chat-room-header__title{flex:1 1 auto;min-width:0;font-size:1.06rem;font-weight:700;letter-spacing:-.01em;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-room-header__mode-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;flex:0 0 auto;background:#7377841a;color:var(--text-soft)}.chat-room-header__mode-icon .material-symbols-outlined{font-size:17px}.chat-room-header__mode-icon--analysis{background:#094cb21a;color:var(--primary)}.chat-room-header__mode-icon--audit{background:#ba1a1a1a;color:var(--danger)}.chat-room-header__mode-icon--summary{background:#6d5e001f;color:#7a5f00}.chat-room-header__edit{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex:0 0 auto;border:0;border-radius:999px;background:#73778414;color:var(--text-soft)}.chat-room-header__edit:hover{background:#094cb214;color:var(--primary)}.chat-room-header__input{width:100%;min-width:0;border:1px solid rgba(115,119,132,.18);border-radius:12px;background:#fffffff5;padding:10px 12px;font-size:1rem;font-weight:700;letter-spacing:-.01em;color:var(--text);outline:none}.chat-room-header__input:focus{border-color:#094cb257;box-shadow:0 0 0 3px #094cb214}.home-chat{position:relative;min-height:calc(100vh - 180px);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px 24px 180px;overflow:hidden}.home-chat__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.34;display:flex;align-items:center;justify-content:center}.home-chat__backdrop:before{content:"";width:720px;height:720px;border-radius:999px;background:#094cb20f;filter:blur(80px)}.home-chat__content{position:relative;width:100%;max-width:880px;margin:0 auto}.home-chat__intro{display:flex;flex-direction:column;gap:14px;margin-bottom:42px;align-items:center;text-align:center}.home-chat__intro h1{margin:0;max-width:760px;font-family:"Noto Serif",serif;font-size:clamp(2.15rem,4vw,3.45rem);line-height:1.1;color:var(--text);text-align:center}.home-chat__user{color:var(--primary)}.home-chat__intro h1 span{color:var(--primary);font-style:italic}.home-chat__intro p{max-width:520px;margin:0;color:#434653;font-size:.88rem;line-height:1.72;text-align:center}.home-chat__suggestions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:760px;margin:0 auto}.suggestion-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;border:0;border-radius:0;padding:18px;background:var(--surface-low);text-align:left}.suggestion-card:hover{background:var(--surface-high)}.suggestion-card__icon{color:var(--primary);margin-bottom:4px}.suggestion-card__icon--tertiary{color:var(--tertiary, #6d5e00)}.suggestion-card h3{margin:0;font-family:"Noto Serif",serif;font-size:.92rem}.suggestion-card p{margin:0;font-family:Public Sans,sans-serif;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:#434653}.home-composer{position:fixed;left:calc(50% + (var(--sidebar-width) / 2));bottom:48px;z-index:10;width:min(100%,880px);transform:translate(-50%);padding:0 24px}.home-composer__shell{background:#fffffff2;box-shadow:0 10px 28px #1b1c1d14;padding:8px}.home-composer__top{display:flex;align-items:center;gap:8px;padding:4px 6px 8px}.home-composer__top-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.source-select-button{display:inline-flex;align-items:center;gap:8px;border:0;background:var(--primary);color:#fff;padding:8px 12px;font-family:Public Sans,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.chat-mode-switch{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.chat-mode-switch--compact{gap:4px}.chat-mode-switch__button{display:inline-flex;align-items:center;gap:6px;border:0;border-radius:999px;padding:8px 11px;background:#73778414;color:var(--text-muted);font-family:Public Sans,sans-serif;font-size:.67rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.chat-mode-switch--compact .chat-mode-switch__button{padding:7px 10px;font-size:.64rem}.chat-mode-switch__button .material-symbols-outlined{font-size:15px}.chat-mode-switch__button--active{background:#094cb21f;color:var(--primary)}.home-composer__bottom{display:flex;align-items:flex-end;gap:8px;padding:0 6px 6px}.icon-button{border:0;background:transparent;color:#434653;padding:8px}.home-composer__input{flex:1;min-height:42px;max-height:128px;border:0;outline:none;resize:none;background:transparent;color:var(--text);font-size:.9rem;line-height:1.6;padding:10px 0}.send-orb{display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:999px;background:var(--primary);color:#fff}.send-orb:disabled{opacity:.5}.message-list{display:flex;flex-direction:column;gap:44px}.message-thread{display:flex;align-items:flex-start;gap:18px;width:100%}.message-thread--user{justify-content:flex-end;flex-direction:row-reverse}.message-thread__avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;flex:0 0 auto}.message-thread__avatar--user{background:#e2e8f0;color:#64748b}.message-thread__avatar--assistant{background:var(--primary-strong);color:#fff}.message-thread__body{display:flex;flex-direction:column;gap:10px}.message-thread__body--user{align-items:flex-end;width:min(100%,760px);margin-left:auto}.message-thread__body--assistant{max-width:900px;width:100%}.message-thread__analysis{width:100%;margin-top:8px}.message-thread__card--user{max-width:680px;padding:16px 18px;border-radius:12px;background:var(--surface);border:1px solid rgba(115,119,132,.08);box-shadow:0 8px 22px #1b1c1d0d}.message-thread__card--assistant{background:transparent}.assistant-response{display:flex;flex-direction:column;gap:16px}.assistant-response--question{gap:12px;padding:18px 20px;border:1px solid rgba(217,119,6,.24);background:linear-gradient(180deg,#fef9c394,#fffbebf0);box-shadow:0 10px 24px #d9770614}.assistant-response__content{display:flex;flex-direction:column;gap:16px}.assistant-response__heading{font-family:"Noto Serif",serif;font-size:1.85rem;line-height:1.18;font-weight:700;color:#0f172a}.assistant-response__eyebrow{display:inline-flex;align-items:center;gap:6px;width:fit-content;padding:6px 10px;border-radius:999px;background:#d977061f;color:#9a3412;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.assistant-response__eyebrow .material-symbols-outlined{font-size:.95rem}.message-bubble__content{color:var(--text-muted);line-height:1.65}.assistant-response__body{font-size:.96rem;line-height:1.72;color:#475569;white-space:pre-wrap}.inline-data-table{display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(115,119,132,.12);border-radius:14px;background:#fff;box-shadow:0 6px 18px #1b1c1d0a}.inline-data-table__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));border-top:1px solid rgba(115,119,132,.08)}.inline-data-table__row:first-child{border-top:0}.inline-data-table__row--header{background:#f5f7fb}.inline-data-table__cell{padding:12px 14px;font-size:.82rem;line-height:1.5;color:#475569;word-break:break-word}.inline-data-table__cell--header{font-family:Public Sans,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#64748b}.message-thread__card--assistant.message-bubble--loading{padding:6px 0}.message-bubble__time{font-family:Public Sans,sans-serif;font-size:.62rem;text-transform:uppercase;letter-spacing:.12em;color:#94a3b8}.assistant-actions-block{display:flex;flex-direction:column;gap:8px}.assistant-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.assistant-actions__button{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:999px;padding:10px 16px;background:#eef1f4;color:#5f6672;font-family:Public Sans,sans-serif;font-size:.75rem;font-weight:700}.assistant-actions__button--active{background:#094cb21a;color:var(--primary)}.assistant-actions__button--danger{background:#ba1a1a1a;color:var(--danger)}.assistant-usage{color:#94a3b8;font-family:Public Sans,sans-serif;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;min-height:1em}.message-bubble--loading .message-bubble__content{display:flex;align-items:center;gap:10px}.loading-dots{display:inline-flex;align-items:center;gap:4px}.loading-dots span{width:6px;height:6px;border-radius:999px;background:var(--primary);animation:loading-pulse 1.1s infinite ease-in-out}.loading-dots span:nth-child(2){animation-delay:.15s}.loading-dots span:nth-child(3){animation-delay:.3s}.empty-state{padding:28px 6px;border-radius:18px;background:var(--surface-low)}.empty-state--left{background:transparent;padding:16px 0 8px}.empty-state h3{margin:0 0 8px;font-family:"Noto Serif",serif;font-size:1.1rem}.composer{padding:12px;border-radius:20px;background:#ffffffe0;box-shadow:var(--shadow-soft)}.composer--room{position:sticky;bottom:0;padding:28px 0 0;border-radius:22px;background:linear-gradient(to top,rgba(250,249,250,.98),rgba(250,249,250,.88),transparent);border:0;box-shadow:none}.composer__row{display:flex;align-items:flex-end;gap:10px;padding:8px 10px 8px 14px;border-radius:18px;background:#fff;border:1px solid rgba(148,163,184,.24);box-shadow:0 18px 38px #1b1c1d0f}.composer__row--question{border-color:#d9770657;box-shadow:0 18px 38px #1b1c1d0f,0 0 0 3px #f59e0b1f}.composer__input{width:100%;min-height:44px;max-height:128px;border:0;outline:none;background:transparent;color:var(--text);line-height:1.6;resize:none;padding:10px 0}.composer__actions{display:flex;gap:4px;align-items:center}.composer__send{display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:14px;background:var(--primary);color:#fff;box-shadow:0 10px 24px #094cb22e}.composer__send:disabled{opacity:.5}.composer__meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;padding:0 4px}.composer__mode-label{font-family:Public Sans,sans-serif;font-size:.64rem;letter-spacing:.14em;text-transform:uppercase;color:#94a3b8}.app-footer{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%;text-align:center}.app-footer__line{font-family:Public Sans,sans-serif;font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-soft)}.app-footer__meta{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;font-size:.62rem;color:#94a3b8}.app-footer--chat{margin-top:12px}.app-footer--page{margin-top:28px;padding-bottom:18px}.pinned-page{min-height:100vh;padding:32px;display:flex;flex-direction:column;gap:22px}.pinned-page__header{width:100%;max-width:1320px;margin:0 auto;display:flex;flex-direction:column;gap:8px}.pinned-page__title{margin:0;font-family:"Noto Serif",serif;font-size:clamp(2rem,4vw,3rem);line-height:1.06}.pinned-page__subtitle,.pinned-page__empty-copy,.pinned-card__summary{margin:0;color:var(--text-muted);line-height:1.7}.pinned-page__toolbar{width:100%;max-width:1320px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.7fr) repeat(2,minmax(180px,220px));gap:16px}.pinned-page__search,.pinned-page__filter{display:flex;flex-direction:column;gap:8px}.pinned-page__field-label,.pinned-page__results{font-family:Public Sans,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-soft)}.pinned-page__input-wrap{position:relative}.pinned-page__input-wrap .material-symbols-outlined{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:18px;color:var(--text-soft)}.pinned-page__search input,.pinned-page__filter select{border:1px solid rgba(115,119,132,.18);background:var(--surface);color:var(--text);min-height:44px;padding:0 14px;font:inherit;width:100%}.pinned-page__search input{padding-left:42px}.pinned-page__dropdown{position:relative}.pinned-page__dropdown-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:46px;width:100%;padding:0 14px;border:1px solid rgba(115,119,132,.18);border-radius:14px;background:#ffffffeb;color:var(--text);box-shadow:0 10px 26px #0f172a0f}.pinned-page__dropdown-trigger:hover{border-color:#094cb233}.pinned-page__dropdown--open .pinned-page__dropdown-trigger{border-color:#094cb238;box-shadow:0 12px 30px #094cb21f}.pinned-page__dropdown-trigger-main{display:inline-flex;align-items:center;gap:10px;min-width:0;font-family:Public Sans,sans-serif;font-size:.82rem;font-weight:700}.pinned-page__dropdown-trigger-main .material-symbols-outlined{font-size:18px}.pinned-page__dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:12;min-width:100%;padding:8px;border:1px solid rgba(115,119,132,.14);border-radius:16px;background:#fffffffa;box-shadow:0 18px 44px #0f172a24}.pinned-page__dropdown-item{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:42px;padding:0 10px;border:0;border-radius:12px;background:transparent;color:var(--text)}.pinned-page__dropdown-item:hover{background:#094cb20f}.pinned-page__dropdown-item--active{background:#094cb214;color:var(--primary)}.pinned-page__dropdown-item-main{display:inline-flex;align-items:center;gap:10px;min-width:0;font-family:Public Sans,sans-serif;font-size:.8rem;font-weight:700}.pinned-page__dropdown-item-main .material-symbols-outlined{font-size:18px}.pinned-page__status-pill{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:0 10px;border-radius:999px;font-family:Public Sans,sans-serif;font-size:.75rem;font-weight:700}.pinned-page__status-pill .material-symbols-outlined{font-size:15px}.pinned-page__status-pill--all{background:#0f172a14;color:#334155}.pinned-page__status-pill--completed{background:#2f8b571f;color:#2f8b57}.pinned-page__status-pill--running,.pinned-page__status-pill--queued{background:#094cb21a;color:var(--primary)}.pinned-page__status-pill--failed{background:#ba1a1a1a;color:var(--danger)}.pinned-page__results{width:100%;max-width:1320px;margin:0 auto}.pinned-page__grid{width:100%;max-width:1320px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.pinned-page__sentinel{width:100%;height:1px}.pinned-page__empty{width:100%;max-width:860px;margin:0 auto}.pinned-card{display:flex;flex-direction:column;gap:16px;padding:22px;border:1px solid rgba(115,119,132,.12);background:var(--surface);box-shadow:var(--shadow-soft);transition:border-color .15s ease,box-shadow .15s ease}.pinned-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.pinned-card__header-copy{min-width:0;flex:1 1 auto}.pinned-card__eyebrow{font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft)}.pinned-card__title{margin:6px 0 0;font-family:"Noto Serif",serif;font-size:1.3rem;line-height:1.18;color:var(--text);word-break:break-word}.pinned-card__status{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:5px 10px;border-radius:6px;border:1px solid transparent;background:#094cb214;color:var(--primary);font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.pinned-card__status--completed{background:#2f8b571a;color:#2f8b57}.pinned-card__status--running,.pinned-card__status--queued{background:#094cb21a;color:var(--primary)}.pinned-card__status--failed{background:#ba1a1a1a;color:var(--danger)}.pinned-card__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pinned-card__metric{display:flex;flex-direction:column;gap:6px;padding:14px;background:var(--surface-low)}.pinned-card__metric-label{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-soft)}.pinned-card__metric-value{font-size:1.06rem;color:var(--text)}.pinned-card__chart-preview{position:relative;overflow:hidden;min-height:132px;border-radius:10px;border:1px solid rgba(115,119,132,.1);background:linear-gradient(180deg,#f2f5faeb,#fafbfdfa)}.pinned-card__chart-image{display:block;width:100%;height:132px;object-fit:cover}.pinned-card__gallery{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:2px;border-radius:10px;position:relative}.pinned-card__gallery::-webkit-scrollbar{display:none}.pinned-card__gallery--single .pinned-card__gallery-thumb{flex:0 0 100%;height:152px}.pinned-card__gallery--single .pinned-card__gallery-image{height:152px;object-fit:cover}.pinned-card__gallery-thumb{position:relative;flex:0 0 54%;min-width:160px;height:120px;border-radius:8px;overflow:hidden;background:var(--surface-low);border:1px solid rgba(115,119,132,.1);cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.pinned-card__gallery-thumb:first-child{flex:0 0 62%}.pinned-card__gallery-thumb:hover{transform:scale(1.02);box-shadow:0 4px 16px #094cb21f;border-color:#094cb22e;z-index:1}.pinned-card__gallery-image{display:block;width:100%;height:120px;object-fit:cover;pointer-events:none}.pinned-card__gallery-index{position:absolute;top:6px;left:6px;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:6px;background:#00000070;color:#fff;font-size:.62rem;font-weight:700;letter-spacing:.04em;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.pinned-card__gallery-count{position:absolute;bottom:8px;right:8px;display:inline-flex;align-items:center;gap:4px;padding:3px 8px 3px 5px;border-radius:999px;background:#0000007a;color:#ffffffe6;font-size:.66rem;font-weight:600;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);pointer-events:none}.pinned-card__gallery-count .material-symbols-outlined{font-size:13px}.pinned-card__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:.72rem;color:var(--text-soft)}.pinned-card__footer{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.pinned-card__open-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex:0 0 32px;border:1px solid rgba(115,119,132,.14);background:var(--surface-low);color:var(--text-soft)}.pinned-card__open-button .material-symbols-outlined{font-size:17px}.pinned-card__open-button:hover{color:var(--primary);border-color:#094cb229}@media (max-width: 980px){.pinned-page__toolbar{grid-template-columns:1fr}}.tabs{display:flex;flex-wrap:wrap;gap:4px;padding:6px 56px 0 6px;background:var(--surface-low);border-bottom:1px solid rgba(115,119,132,.08)}.tabs__item{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:10px 10px 0 0;padding:12px 18px;background:transparent;color:var(--text-muted);font-family:Public Sans,sans-serif;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;line-height:1}.tabs__icon{font-size:16px}.tabs__item--active{background:var(--surface);color:var(--primary);border-bottom:2px solid var(--primary)}.results-pane__explore-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:0;border-radius:10px;background:#ffffffc7;color:var(--text-soft)}.results-pane__explore-button:hover:not(:disabled){background:#fff;color:var(--primary)}.results-pane__explore-button:disabled{opacity:.45;cursor:not-allowed}.results-pane__floating-anchor{position:absolute;z-index:2;display:inline-flex}.results-pane__floating-anchor--explore{position:absolute;top:14px;right:24px}.results-pane__floating-anchor--dashboard{top:56px;right:24px}.results-pane__dashboard-button{box-shadow:0 8px 20px #094cb21f}.results-pane__floating-anchor--review{top:98px;right:24px}.results-pane__review-button{box-shadow:0 8px 20px #0f172a1f}.results-pane__floating-anchor--delete{top:140px;right:24px}.results-pane__delete-button{box-shadow:0 8px 20px #ba1a1a1f}.results-pane__floating-anchor>button{position:static}.results-pane__explore-button{box-shadow:0 8px 20px #1b1c1d14}.results-pane__dashboard-button{display:inline-flex;align-items:center;justify-content:center;position:relative;width:34px;height:34px;border:0;border-radius:10px;background:#094cb214;color:var(--primary)}.results-pane__dashboard-button:hover:not(:disabled){background:#094cb224}.results-pane__dashboard-button:disabled{opacity:.45;cursor:not-allowed}.results-pane__review-button{display:inline-flex;align-items:center;justify-content:center;position:relative;width:34px;height:34px;border:0;border-radius:10px;background:#0f172a14;color:#334155}.results-pane__review-button:hover:not(:disabled){background:#0f172a24}.results-pane__review-button:disabled{opacity:.45;cursor:not-allowed}.results-pane__status-badges{position:absolute;top:-5px;right:-6px;display:inline-flex;align-items:center;gap:3px;pointer-events:none}.results-pane__status-badge{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:999px;border:1px solid rgba(255,255,255,.96);box-shadow:0 6px 14px #0f172a29}.results-pane__status-badge .material-symbols-outlined{font-size:10px;line-height:1}.results-pane__status-badge--generated{background:#d1fae5;color:#0f766e}.results-pane__status-badge--shared{background:#dbeafe;color:#1d4ed8}.results-pane__delete-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:0;border-radius:10px;background:#fff0ee;color:var(--danger)}.results-pane__delete-button:hover{background:#ffe2de}.results-pane__delete-title{font-family:"Noto Serif",serif;font-size:1rem;font-weight:700;color:#7a1111}.results-pane__modal p{margin:8px 0 0;color:#7b4b47;line-height:1.6}.results-pane__delete-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.results-pane__modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a2e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.results-pane__modal{width:min(100%,420px);padding:18px;border-radius:16px;background:#fff7f6;border:1px solid #ffd4cf;box-shadow:0 20px 48px #7a111124}.results-pane__body{min-height:420px;padding:30px;background:var(--surface)}.results-pane__surface{overflow:hidden;border:1px solid rgba(115,119,132,.08);box-shadow:0 10px 26px #1b1c1d0a;border-radius:18px;position:relative}.results-loading{display:flex;flex-direction:column;gap:10px;margin-bottom:18px;padding:14px 16px;border-radius:14px;background:#094cb20f}.results-loading__title{font-size:.82rem;color:var(--primary);font-weight:600}.results-loading__bar{width:100%;height:6px;border-radius:999px;background:#094cb21f;overflow:hidden}.results-loading__bar span{display:block;width:35%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary),var(--primary-strong));animation:loading-slide 1.1s infinite ease-in-out}.insight-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px}.list-title{margin-bottom:8px}.insight-observations,.insight-recommendations{border-radius:16px}.insight-observations__title{color:#6d5e00}.insight-recommendations{padding:22px;background:#f4f4f5;border:1px solid rgba(115,119,132,.08)}.insight-recommendations__title{color:#737784}.insight-recommendations__stack{display:flex;flex-direction:column;gap:12px}.insight-recommendations__footer{display:flex;align-items:center;gap:12px;padding-top:10px;border-top:1px solid rgba(115,119,132,.12);font-family:Public Sans,sans-serif;font-size:.66rem;text-transform:uppercase;letter-spacing:.12em;color:#94a3b8}.insight-recommendations__export{margin-left:auto;border:0;background:transparent;color:var(--primary);font-family:Public Sans,sans-serif;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.insight-recommendation-card{padding:14px;border-radius:12px;background:#fff;box-shadow:0 4px 14px #1b1c1d0a}.insight-recommendation-card h5{margin:0 0 6px;font-family:"Noto Serif",serif;font-size:.94rem;color:#0f172a}.insight-recommendation-card p{margin:0;font-size:.8rem;line-height:1.6;color:#5a5f63}.insight-bullets{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:14px}.insight-bullets__item{display:flex;align-items:flex-start;gap:10px;color:#5a5f63;font-size:.9rem;line-height:1.7}.insight-bullets__icon{font-size:18px;margin-top:1px}.insight-bullets__icon--primary{color:var(--primary);font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 20}.insight-bullets__icon--warning{color:var(--danger)}.insight-list{margin:0;padding-left:18px;color:var(--text-muted);line-height:1.65}.insight-list--warning{color:var(--danger)}.historical-insights{display:flex;flex-direction:column;gap:10px}.historical-insight-card{padding:14px;border-radius:14px;background:var(--surface-low)}.historical-insight-card__meta{font-size:.72rem;color:var(--text-soft);margin-bottom:6px}.historical-insight-card h5{margin:0 0 6px;font-size:.95rem}@keyframes loading-pulse{0%,80%,to{opacity:.25;transform:scale(.9)}40%{opacity:1;transform:scale(1)}}@keyframes loading-slide{0%{transform:translate(-100%)}to{transform:translate(240%)}}.table-wrap{overflow:auto;border-radius:14px;background:var(--surface-low)}.data-table{width:100%;min-width:560px;border-collapse:collapse}.data-table th,.data-table td{padding:10px 12px;text-align:left;border-bottom:1px solid rgba(115,119,132,.1);font-size:.82rem}.data-table th{font-family:Public Sans,sans-serif;font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-soft)}.sql-panel{display:flex;flex-direction:column;gap:14px}.sql-panel__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.sql-panel__subtitle{margin-top:4px;color:var(--text-soft);font-size:.78rem;line-height:1.6}.sql-panel__copy{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(9,76,178,.12);border-radius:999px;background:#f8fbff;color:var(--primary);padding:9px 14px;font-family:Public Sans,sans-serif;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.sql-panel__copy--copied{background:#eef8ef;border-color:#2f8b5729;color:#2f8b57}.sql-code-block{overflow:auto;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#f8fbff,#f4f7fc);box-shadow:inset 0 1px #fffc}.sql-code-block pre{margin:0;padding:18px 20px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.82rem;line-height:1.9;white-space:pre-wrap}.sql-code-block__line{min-height:1.9em}.sql-token--keyword{color:#0f4bb8;font-weight:700}.sql-token--identifier{color:#1f2937}.sql-token--string{color:#157f3b}.sql-token--number{color:#8a3ffc;font-weight:600}.sql-token--punctuation{color:#64748b}.chart-stage{overflow:hidden;border-radius:14px;background:var(--surface-low)}.chart-stage--fallback{padding:20px}.chart-stage__image{display:block;width:100%;height:auto}.fallback-chart{display:flex;flex-direction:column;gap:18px}.fallback-chart__header h4{margin:0;font-family:"Noto Serif",serif;font-size:1rem;color:#0f172a}.fallback-chart__header p{margin:4px 0 0;color:#64748b;font-size:.8rem}.fallback-chart__bars{display:flex;flex-direction:column;gap:14px}.fallback-chart__row{display:flex;flex-direction:column;gap:8px}.fallback-chart__meta{display:flex;justify-content:space-between;gap:10px;align-items:center}.fallback-chart__label{color:#334155;font-size:.82rem;font-weight:600}.fallback-chart__value{color:#64748b;font-size:.76rem;font-family:Public Sans,sans-serif}.fallback-chart__track{width:100%;height:10px;border-radius:999px;background:#094cb214;overflow:hidden}.fallback-chart__fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary),var(--primary-strong))}.sheet-card{display:flex;flex-direction:column;gap:12px;padding:14px;border-radius:16px;background:var(--surface-low)}.sheet-card__header,.sheet-card__stats,.source-card__actions,.source-card__meta{display:flex;justify-content:space-between;gap:10px;align-items:center;flex-wrap:wrap}.sheet-card h4{margin:4px 0 0;font-size:1rem}.sheet-card__stats,.source-card p,.source-card__meta{color:var(--text-soft);font-size:.78rem}.sheet-card__columns{display:flex;flex-wrap:wrap;gap:8px}.column-chip{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#094cb214;color:var(--primary);font-size:.76rem;font-weight:600}.sources-page{display:flex;flex-direction:column;gap:28px}.settings-page{display:flex;flex-direction:column;gap:24px;max-width:1100px;width:100%;margin:0 auto;padding-bottom:40px}.settings-page__layout{display:grid;grid-template-columns:minmax(0,1fr) 200px;gap:20px;align-items:start}.settings-page__header{display:flex;flex-direction:column;gap:4px;padding-bottom:4px;border-bottom:1px solid var(--outline)}.settings-page__title{margin:0;font-family:"Noto Serif",serif;font-size:1.65rem;font-weight:700;line-height:1.15;letter-spacing:-.01em}.settings-page__subtitle{margin:0;color:var(--text-soft);font-size:.875rem;line-height:1.6;max-width:560px}.workspace-switcher{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:1px solid rgba(115,119,132,.12);border-radius:0;background:#ffffffc2;color:var(--text);box-shadow:0 6px 16px #1b1c1d0a}.workspace-switcher--collapsed{justify-content:center;width:48px;min-width:48px;padding:10px 0;border-radius:0}.workspace-switcher--empty{border-color:#8f5a1647;background:linear-gradient(180deg,#fbbf2414,#ffffffdb 68%),#ffffffe0}.workspace-switcher__icon{display:grid;place-items:center;width:38px;height:38px;border-radius:0;color:#fff;flex:0 0 auto}.workspace-switcher__content{display:flex;flex-direction:column;min-width:0;flex:1 1 auto;text-align:left}.workspace-switcher__label{font-family:Public Sans,sans-serif;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-soft)}.workspace-switcher__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.workspace-switcher__hint{margin-top:2px;font-size:.76rem;line-height:1.35;color:var(--text-muted)}.settings-grid{display:flex;flex-direction:column;gap:12px;min-width:0}.settings-panel{min-height:0;padding:20px 22px}.settings-panel--workspace{grid-column:1 / -1}.settings-language-options,.settings-theme-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.settings-language-card{display:flex;align-items:center;gap:12px;width:100%;border:1px solid var(--outline);border-radius:12px;background:var(--surface-low);padding:14px 16px;text-align:left;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;cursor:pointer}.settings-language-card:hover{border-color:#094cb233;background:var(--surface)}.settings-theme-card{display:flex;align-items:center;gap:12px;width:100%;border:1px solid var(--outline);border-radius:12px;background:var(--surface-low);padding:14px 16px;text-align:left;color:var(--text);transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;cursor:pointer}.settings-theme-card:hover{border-color:#094cb233;background:var(--surface)}.settings-language-card--active{border-color:var(--primary);background:var(--primary-soft);box-shadow:0 0 0 1px #094cb21f}.settings-language-card--active:hover{border-color:var(--primary);background:var(--primary-soft)}.settings-theme-card--active{border-color:var(--primary);background:var(--primary-soft);box-shadow:0 0 0 1px #094cb21f}.settings-theme-card--active:hover{border-color:var(--primary);background:var(--primary-soft)}.settings-language-card__flag{width:34px;height:34px;border-radius:50%;border:1px solid rgba(15,23,42,.1);box-shadow:0 1px 3px #00000014;flex:0 0 auto}.settings-theme-card__icon{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;flex:0 0 auto;background:#094cb214;color:var(--primary)}.settings-theme-card__icon--dark{background:#0f172a1a;color:var(--text-soft)}.settings-language-card__flag--us{background:linear-gradient(180deg,#b22234,#b22234 14.28%,#fff 14.28%,#fff 28.56%,#b22234 28.56%,#b22234 42.84%,#fff 42.84%,#fff 57.12%,#b22234 57.12%,#b22234 71.4%,#fff 71.4%,#fff 85.68%,#b22234 85.68%,#b22234);position:relative;overflow:hidden}.settings-language-card__flag--us:before{content:"";position:absolute;top:0;left:0;width:50%;height:50%;background:#3c3b6e}.settings-language-card__flag--id{background:linear-gradient(180deg,#ce1126,#ce1126 50%,#fff 50%,#fff)}.settings-language-card__title{font-size:.875rem;font-weight:600;color:var(--text);line-height:1.3}.settings-language-card__meta,.settings-version-note{margin-top:2px;color:var(--text-soft);font-size:.73rem;line-height:1.4}.settings-link-button{display:inline-flex;align-items:center;gap:7px;margin-top:12px;border:1px solid var(--outline);border-radius:10px;background:var(--surface-low);color:var(--text-soft);padding:8px 12px;font-size:.8rem;font-weight:600;transition:border-color .15s ease,color .15s ease,background .15s ease;cursor:pointer}.settings-link-button:hover{border-color:#094cb238;color:var(--primary);background:var(--primary-soft)}.settings-link-button .material-symbols-outlined{font-size:1rem}.settings-panel--version,.settings-panel--legal{min-height:0}.settings-legal-hint{font-size:13px;color:var(--text-soft);margin:0 0 16px;line-height:1.5}.settings-legal-cards{display:flex;flex-direction:column;gap:10px}.settings-legal-card{display:flex;align-items:center;gap:14px;padding:14px 16px;background:var(--surface-low);border:1px solid var(--outline);border-radius:10px;transition:border-color .15s,background .15s}.settings-legal-card:hover{border-color:var(--primary);background:var(--primary-soft, rgba(9, 76, 178, .04))}.settings-legal-card__icon{flex-shrink:0;width:36px;height:36px;border-radius:8px;background:var(--primary-soft, rgba(9, 76, 178, .08));display:flex;align-items:center;justify-content:center;color:var(--primary)}.settings-legal-card__icon .material-symbols-outlined{font-size:18px}.settings-legal-card__copy{flex:1;min-width:0}.settings-legal-card__title{font-size:13px;font-weight:700;color:var(--text);margin-bottom:2px}.settings-legal-card__description{font-size:12px;color:var(--text-soft);line-height:1.45}.settings-legal-card__link{flex-shrink:0;display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:var(--primary);text-decoration:none;padding:6px 12px;border-radius:6px;border:1px solid var(--primary-outline, rgba(9, 76, 178, .25));background:transparent;transition:background .15s,border-color .15s;white-space:nowrap}.settings-legal-card__link:hover{background:var(--primary-soft, rgba(9, 76, 178, .06));border-color:var(--primary)}.settings-legal-card__link .material-symbols-outlined{font-size:14px}[data-theme=dark] .settings-legal-card{background:var(--surface-low);border-color:var(--outline)}[data-theme=dark] .settings-legal-card:hover{border-color:var(--primary);background:#639bff0f}[data-theme=dark] .settings-legal-card__icon{background:#639bff1a;color:var(--primary)}[data-theme=dark] .settings-legal-card__link{border-color:#639bff4d}[data-theme=dark] .settings-legal-card__link:hover{background:#639bff14;border-color:var(--primary)}.settings-profile-head{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--outline)}.settings-profile-head__avatar{width:54px!important;height:54px!important;border:2px solid var(--outline);border-radius:14px!important}.settings-profile-head__copy{display:flex;flex-direction:column;flex:1 1 200px;min-width:0;gap:2px}.settings-profile-head__action-row{margin-bottom:16px}.settings-profile-head__action{margin-top:0!important}.settings-profile-head__action .material-symbols-outlined,.MuiDialogActions-root .material-symbols-outlined{font-size:.95rem;margin-right:5px}.settings-avatar-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:16px}.settings-avatar-card{display:flex;flex-direction:column;align-items:center;gap:7px;border:1px solid var(--outline);border-radius:12px;background:var(--surface-low);padding:12px 8px;color:var(--text);cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.settings-avatar-card:hover{border-color:#094cb238;background:var(--surface)}.settings-avatar-card--active{border-color:var(--primary);background:var(--primary-soft);box-shadow:0 0 0 1px #094cb21a}.settings-avatar-card--active:hover{border-color:var(--primary);background:var(--primary-soft)}.settings-avatar-card__image{width:52px;height:52px;border-radius:14px}.settings-avatar-card__label{font-size:.74rem;font-weight:700;color:var(--text)}.settings-avatar-card__meta{font-size:.66rem;line-height:1.4;color:var(--text-soft);text-align:center;text-wrap:balance}.settings-profile-actions{margin-top:18px;padding-top:16px;border-top:1px solid var(--outline);display:flex;align-items:center;gap:12px}.settings-save-spinner{animation:spin .75s linear infinite;font-size:18px!important;display:inline-flex}.settings-info-grid{display:grid;gap:1px;border:1px solid var(--outline);border-radius:12px;overflow:hidden}.settings-info-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;background:var(--surface-low);border:none;border-bottom:1px solid var(--outline)}.settings-info-row:last-child{border-bottom:none}.settings-info-row__label{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-soft);flex-shrink:0}.settings-info-row__value{font-size:.82rem;color:var(--text);word-break:break-word;text-align:right}.settings-info-row__value--mono{font-family:JetBrains Mono,monospace;font-size:.74rem}.settings-storage-card{display:grid;grid-template-columns:160px minmax(0,1fr);gap:24px;align-items:center}.settings-storage-chart{width:150px;height:150px;border-radius:50%;display:grid;place-items:center;margin:0 auto}.settings-storage-chart__center{width:104px;height:104px;border-radius:50%;background:var(--surface);border:1px solid var(--outline);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.settings-storage-chart__center strong{font-family:"Noto Serif",serif;font-size:1.15rem;font-weight:700;color:var(--text)}.settings-storage-chart__center span{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-soft)}.settings-storage-copy{display:flex;flex-direction:column;gap:12px}.settings-token-card{display:flex;flex-direction:column;gap:16px}.settings-token-card__copy{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,1fr);gap:18px;align-items:start}.settings-token-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.settings-token-metrics .settings-info-row{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:4px}.settings-token-metrics .settings-info-row__value{text-align:left;font-size:.8rem;line-height:1.4;word-break:break-word;overflow-wrap:anywhere}.settings-token-calendar{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:6px;width:100%;padding:8px 0 2px}.settings-token-calendar__cell{width:100%;aspect-ratio:1 / 1;border:0;padding:0;border-radius:5px;background:#94a3b824;transition:opacity .1s ease;cursor:default}.settings-token-calendar__cell:hover{opacity:.8}.settings-token-calendar__cell--1{background:#094cb233}.settings-token-calendar__cell--2{background:#094cb26b}.settings-token-calendar__cell--3{background:#094cb2a3}.settings-token-calendar__cell--4{background:#094cb2e0}.settings-storage-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.settings-storage-metrics .settings-info-row{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:4px}.settings-storage-metrics .settings-info-row__value{text-align:left;font-size:.8rem;line-height:1.4;word-break:break-word;overflow-wrap:anywhere}.settings-dialog-copy{margin-bottom:12px;color:var(--text-soft);font-size:.83rem;line-height:1.6}.settings-side-nav{position:sticky;top:24px}.settings-side-nav__card{display:flex;flex-direction:column;gap:4px;padding:12px;border:1px solid var(--outline);border-radius:14px;background:var(--surface);box-shadow:0 2px 8px #0f172a0a}.settings-side-nav__eyebrow{font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--text-soft);padding:4px 8px 8px}.settings-side-nav__title{display:none}.settings-side-nav__list{display:flex;flex-direction:column;gap:2px}.settings-side-nav__link{width:100%;padding:8px 10px;border:none;border-radius:8px;background:transparent;color:var(--text-soft);text-align:left;font-size:.8rem;font-weight:600;transition:color .13s ease,background .13s ease;cursor:pointer}.settings-side-nav__link:hover{background:var(--surface-low);color:var(--text)}@media (max-width: 860px){.settings-storage-card,.settings-token-card__copy{grid-template-columns:1fr}.settings-token-metrics,.settings-storage-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-token-calendar{grid-template-columns:repeat(10,minmax(0,1fr))}.settings-page__layout{grid-template-columns:1fr}.settings-side-nav{position:static;order:-1}.settings-side-nav__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 560px){.settings-token-metrics,.settings-storage-metrics,.settings-avatar-grid,.settings-side-nav__list{grid-template-columns:repeat(2,minmax(0,1fr))}}.help-page{min-height:100vh;padding:40px 36px;background:var(--background);display:flex;flex-direction:column;gap:32px}.help-page__hero{width:100%;max-width:1200px;margin:0 auto;padding-bottom:28px;border-bottom:1px solid rgba(115,119,132,.12);display:flex;flex-direction:column;gap:10px}.help-page__title{margin:0;font-family:"Noto Serif",serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;line-height:1.1;color:var(--text);letter-spacing:-.02em}.help-page__subtitle{max-width:640px;margin:0;font-size:1rem;color:var(--text-muted);line-height:1.7}.help-page__meta{display:inline-flex;align-items:center;gap:8px;margin-top:4px;width:fit-content;padding:6px 12px;border-radius:0;border:1px solid rgba(9,76,178,.16);background:#094cb20d}.help-page__version-label{font-size:.7rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#094cb2}.help-page__version-value{font-size:.8rem;font-weight:700;color:#094cb2}.help-layout{width:100%;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:28px;align-items:start}.help-layout__main{min-width:0;display:flex;flex-direction:column;gap:32px}.help-layout__rail{position:sticky;top:28px}.help-panel{padding:24px;border-radius:0}.help-panel--overview,.help-panel--modes,.help-panel--group,.help-panel--catalog{grid-column:1 / -1}.help-panel__lead{margin:0 0 20px;font-size:.95rem;color:var(--text-muted);line-height:1.7;max-width:680px}.help-section__body,.help-mode-card__body{margin:0;color:var(--text-muted);line-height:1.75}.help-tabs{display:inline-flex;align-items:center;gap:4px;padding:4px;border-radius:0;border:1px solid rgba(115,119,132,.14);background:#f8f9fbe6}.help-tabs__item{display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:var(--text-muted);padding:7px 14px;font-size:.78rem;font-weight:600;border-radius:0;cursor:pointer;transition:background .15s,color .15s}.help-tabs__item:hover{color:var(--text);background:#fffc}.help-tabs__icon{display:grid;place-items:center;opacity:.75}.help-tabs__item--active{background:#fff;color:#094cb2;box-shadow:0 1px 4px #00000014}.help-tabs__item--active .help-tabs__icon{opacity:1}.help-group{display:flex;flex-direction:column;gap:0}.help-group__item{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.75fr);gap:40px;align-items:start;padding:44px 0;border-bottom:1px solid rgba(115,119,132,.1)}.help-group__item:has(.help-shortcuts-table-wrap){grid-template-columns:minmax(0,1fr)}.help-group__item:first-child{padding-top:0}.help-group__item:last-child{border-bottom:0;padding-bottom:0}.help-group__copy{display:flex;flex-direction:column;gap:10px}.help-group__item-title{margin:0;font-size:1rem;font-weight:700;color:var(--text);letter-spacing:-.01em}.help-shortcuts-table-wrap{margin-top:16px;overflow-x:auto;border:1px solid rgba(115,119,132,.12);background:#ffffffe0}.help-shortcuts-table{width:100%;border-collapse:collapse;min-width:520px}.help-shortcuts-table th,.help-shortcuts-table td{padding:12px 14px;border-top:1px solid rgba(115,119,132,.1);text-align:left;vertical-align:top}.help-shortcuts-table thead th{border-top:0;background:#094cb20f;font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--text-soft)}.help-shortcuts-table tbody td{font-size:.84rem;line-height:1.6;color:var(--text-muted)}.help-shortcuts-table kbd{display:inline-flex;align-items:center;justify-content:center;min-width:26px;padding:4px 8px;border:1px solid rgba(115,119,132,.16);background:#f8fafc;color:var(--text);font-family:JetBrains Mono,monospace;font-size:.73rem;font-weight:700}.help-catalog{display:flex;flex-direction:column;gap:20px}.help-catalog__group{display:flex;flex-direction:column;gap:6px}.help-catalog__group-title,.help-catalog__item{border:0;background:transparent;text-align:left;padding:0;cursor:pointer}.help-catalog__group-title{font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--text-soft);padding:2px 0}.help-catalog__list{display:flex;flex-direction:column;gap:2px;padding-left:12px;border-left:2px solid rgba(9,76,178,.12)}.help-catalog__item{color:var(--text-muted);font-size:.87rem;line-height:1.5;padding:4px 6px;border-radius:0;transition:background .12s,color .12s}.help-catalog__item:hover{color:#094cb2;background:#094cb20d}.help-catalog__group-title:hover{color:#094cb2}.help-flow{display:flex;flex-direction:column;gap:0}.help-flow__diagram{display:flex;flex-direction:column;align-items:center;gap:0;padding:8px 0}.help-flow__step{display:inline-flex;align-items:center;gap:10px;padding:11px 18px;border:1.5px solid rgba(115,119,132,.16);background:var(--surface);color:var(--text);font-size:.85rem;font-weight:700;border-radius:10px;box-shadow:0 1px 4px #0000000d;position:relative;z-index:1;min-width:200px;justify-content:center;text-align:center;letter-spacing:-.01em}.help-flow__step-icon{display:grid;place-items:center;width:22px;height:22px;flex:0 0 auto}.help-flow__step--start{background:linear-gradient(135deg,#094cb21a,#094cb20d);border-color:#094cb24d;color:#094cb2;font-size:.78rem;min-width:120px}.help-flow__step--upload{background:linear-gradient(135deg,#388bfd14,#e6f4ff99);border-color:#388bfd40;color:#1d6fb8}.help-flow__step--chat{background:linear-gradient(135deg,#0f766e14,#f0fdfa99);border-color:#0f766e40;color:#0f766e}.help-flow__step--mode{background:linear-gradient(135deg,#c2780314,#fff7ed99);border-color:#c2780340;color:#92400e}.help-flow__step--dashboard{background:linear-gradient(135deg,#3b82f614,#eff6ff99);border-color:#3b82f640;color:#1e40af;min-width:0;width:100%;justify-content:center}.help-flow__step--executive{background:linear-gradient(135deg,#8b5cf614,#faf5ff99);border-color:#8b5cf640;color:#6d28d9;min-width:0;width:100%;justify-content:center}@keyframes flow-dot-down{0%{top:-4px;opacity:0}15%{opacity:1}85%{opacity:1}to{top:calc(100% + 4px);opacity:0}}@keyframes flow-dot-right{0%{left:-4px;opacity:0}15%{opacity:1}85%{opacity:1}to{left:calc(100% + 4px);opacity:0}}@keyframes flow-dot-left{0%{right:-4px;left:auto;opacity:0}15%{opacity:1}85%{opacity:1}to{right:calc(100% + 4px);left:auto;opacity:0}}@keyframes step-arrive{0%{box-shadow:0 1px 4px #0000000d}40%{box-shadow:0 0 0 6px #094cb21a,0 1px 4px #0000000d}to{box-shadow:0 1px 4px #0000000d}}@keyframes connector-pulse{0%,to{opacity:.3}50%{opacity:.65}}.help-flow__connector{width:2px;height:24px;background:#64748b4d;flex-shrink:0;position:relative;overflow:visible;animation:connector-pulse 2.4s ease-in-out infinite;border-radius:2px}.help-flow__connector--merge{height:28px}.help-flow__dot{position:absolute;width:7px;height:7px;border-radius:50%;left:50%;transform:translate(-50%);pointer-events:none;z-index:10;animation:flow-dot-down 1.8s ease-in-out infinite;box-shadow:0 0 4px currentColor}.help-flow__dot--1{animation-delay:0s;background:#094cb2;color:#094cb2}.help-flow__dot--2{animation-delay:.5s;background:#0f766e;color:#0f766e}.help-flow__dot--3{animation-delay:1s;background:#c27803;color:#c27803}.help-flow__dot--4a{animation-delay:1.5s;background:#6366f1;color:#6366f1}.help-flow__dot--5{animation-delay:2.2s;background:#64748b;color:#64748b}.help-flow__branch-stem{width:2px;height:24px;background:#64748b4d;flex-shrink:0;position:relative;overflow:visible;animation:connector-pulse 2.4s ease-in-out infinite;border-radius:2px}.help-flow__dot--left{top:50%;left:0;transform:translateY(-50%);background:#3b82f6;color:#3b82f6;animation:flow-dot-right 1.6s ease-in-out infinite;animation-delay:1.6s}.help-flow__dot--right{top:50%;right:0;left:auto;transform:translateY(-50%);background:#8b5cf6;color:#8b5cf6;animation:flow-dot-left 1.6s ease-in-out infinite;animation-delay:1.6s}.help-flow__branch-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto auto;gap:0 20px;width:100%}.help-flow__branch{display:flex;flex-direction:column;align-items:center;width:min(100%,560px)}.help-flow__branch-arm{height:24px;position:relative;overflow:visible}.help-flow__branch-arm:before{content:"";position:absolute;bottom:0;width:2px;height:100%;background:#64748b4d;animation:connector-pulse 2.4s ease-in-out infinite;border-radius:2px}.help-flow__branch-arm:after{content:"";position:absolute;top:0;height:2px;background:#64748b4d;animation:connector-pulse 2.4s ease-in-out infinite}.help-flow__branch-arm--left:before{left:50%}.help-flow__branch-arm--left:after{left:50%;right:0}.help-flow__branch-arm--right:before{left:50%}.help-flow__branch-arm--right:after{left:0;right:50%}.help-flow__step--upload{animation:step-arrive 1.8s ease-out .4s 1 both}.help-flow__step--chat{animation:step-arrive 1.8s ease-out .8s 1 both}.help-flow__step--mode{animation:step-arrive 1.8s ease-out 1.2s 1 both}.help-flow__step--dashboard,.help-flow__step--executive{animation:step-arrive 1.8s ease-out 1.6s 1 both}.help-flow__history{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border:1.5px dashed rgba(115,119,132,.25);background:#f8fafccc;color:var(--text-muted);font-size:.83rem;font-weight:600;border-radius:10px;min-width:200px;justify-content:center}.help-overview-preview{display:grid;grid-template-columns:80px minmax(0,1fr);min-height:220px;border:1px solid rgba(115,119,132,.12);border-radius:0;overflow:hidden;margin-top:16px}.help-overview-preview__rail{background:linear-gradient(180deg,#0f172a,#1e293b)}.help-overview-preview__content{padding:16px;display:flex;flex-direction:column;gap:12px;background:#f8fafce6}.help-overview-preview__toolbar,.help-overview-preview__card,.help-overview-preview__table,.help-preview__stripe,.help-preview__block{background:#94a3b833;border-radius:4px}.help-overview-preview__toolbar{height:18px;width:38%}.help-overview-preview__row,.help-preview__row{display:grid;gap:10px}.help-overview-preview__row{grid-template-columns:repeat(3,minmax(0,1fr))}.help-overview-preview__card{min-height:72px;border-radius:6px}.help-overview-preview__card--wide{grid-column:span 2}.help-overview-preview__table{min-height:80px;width:100%;border-radius:6px}.help-preview{border:1px solid rgba(115,119,132,.12);border-radius:0;overflow:hidden;padding:14px;display:flex;flex-direction:column;gap:12px}.help-preview__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.help-preview__eyebrow{font-size:.68rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--text-soft)}.help-preview__icon{display:grid;place-items:center;width:28px;height:28px;background:#ffffffe6;border-radius:0;color:var(--text);box-shadow:0 1px 3px #00000012}.help-preview__canvas{display:flex;flex-direction:column;gap:8px}.help-preview__stripe{width:36%;height:12px;border-radius:0}.help-preview__row{grid-template-columns:repeat(3,minmax(0,1fr))}.help-preview__block{min-height:44px;border-radius:0}.help-preview__block--primary,.help-preview__block--wide{grid-column:span 2}.help-preview--upload{background:linear-gradient(160deg,#dbeafe66,#ffffffe6)}.help-preview--chat{background:linear-gradient(160deg,#ccfbf166,#ffffffe6)}.help-preview--dashboard{background:linear-gradient(160deg,#dbeafe59,#ffffffe6)}.help-preview--review{background:linear-gradient(160deg,#fef3c766,#ffffffe6)}.help-preview--workspace{background:linear-gradient(160deg,#ede9fe66,#ffffffe6)}.help-mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.help-mode-card{padding:20px;border:1px solid rgba(115,119,132,.12);background:var(--surface);border-radius:0;transition:box-shadow .2s,transform .2s}.help-mode-card:hover{box-shadow:0 4px 16px #00000012;transform:translateY(-1px)}.help-mode-card__icon{display:grid;place-items:center;width:38px;height:38px;border-radius:0;margin-bottom:14px}.help-mode-card__title{margin:0 0 8px;font-size:.95rem;font-weight:700;color:var(--text);letter-spacing:-.01em}.help-mode-card--analysis .help-mode-card__icon{background:#094cb21a;color:#094cb2}.help-mode-card--audit .help-mode-card__icon{background:#be185d1a;color:#be185d}.help-mode-card--summary .help-mode-card__icon{background:#0f766e1a;color:#0f766e}body[data-theme=dark] .help-page__meta{border-color:#60a5fa33;background:#60a5fa12}body[data-theme=dark] .help-page__version-label,body[data-theme=dark] .help-page__version-value{color:#60a5fa}body[data-theme=dark] .help-page__hero{border-color:#94a3b81a}body[data-theme=dark] .help-tabs{background:#0f172acc;border-color:#94a3b81f}body[data-theme=dark] .help-tabs__item--active{background:#1e293b;color:#60a5fa;box-shadow:0 1px 4px #0000004d}body[data-theme=dark] .help-overview-preview{border-color:#94a3b81a}body[data-theme=dark] .help-overview-preview__content{background:#0f172a99}body[data-theme=dark] .help-preview{border-color:#94a3b81a;background:#0f172a80}body[data-theme=dark] .help-preview__icon{background:#1e293be6}body[data-theme=dark] .help-mode-card{border-color:#94a3b81a}body[data-theme=dark] .help-flow__step{background:#0f172ab3;border-color:#94a3b833;color:var(--text)}body[data-theme=dark] .help-flow__step--start{background:#094cb233;border-color:#60a5fa4d;color:#60a5fa}body[data-theme=dark] .help-flow__step--upload{background:#1d63b826;border-color:#60a5fa40;color:#93c5fd}body[data-theme=dark] .help-flow__step--chat{background:#0f766e26;border-color:#34d39940;color:#6ee7b7}body[data-theme=dark] .help-flow__step--mode{background:#b4530926;border-color:#fbbf2440;color:#fcd34d}body[data-theme=dark] .help-flow__step--dashboard{background:#3b82f61f;border-color:#93c5fd40;color:#93c5fd}body[data-theme=dark] .help-flow__step--executive{background:#8b5cf61f;border-color:#c4b5fd40;color:#c4b5fd}body[data-theme=dark] .help-flow__connector,body[data-theme=dark] .help-flow__branch-stem,body[data-theme=dark] .help-flow__branch-arm:before,body[data-theme=dark] .help-flow__branch-arm:after{background:#94a3b838}body[data-theme=dark] .help-flow__history{border-color:#94a3b833;background:#0f172a99;color:var(--text-muted)}body[data-theme=dark] .help-flow__dot--1{background:#60a5fa;color:#60a5fa}body[data-theme=dark] .help-flow__dot--2{background:#34d399;color:#34d399}body[data-theme=dark] .help-flow__dot--3{background:#fbbf24;color:#fbbf24}body[data-theme=dark] .help-flow__dot--4a{background:#a78bfa;color:#a78bfa}body[data-theme=dark] .help-flow__dot--5{background:#94a3b8;color:#94a3b8}body[data-theme=dark] .help-flow__dot--left{background:#60a5fa;color:#60a5fa}body[data-theme=dark] .help-flow__dot--right{background:#c084fc;color:#c084fc}body[data-theme=dark] .help-catalog__list{border-color:#60a5fa26}@media (prefers-reduced-motion: reduce){.help-flow__dot,.help-flow__connector,.help-flow__branch-stem,.help-flow__branch-arm:before,.help-flow__branch-arm:after,.help-flow__step--upload,.help-flow__step--chat,.help-flow__step--mode,.help-flow__step--dashboard,.help-flow__step--executive,.help-mode-card{animation:none;transition:none}.help-flow__dot{display:none}}@media (max-width: 1024px){.help-layout{grid-template-columns:1fr}.help-layout__rail{position:static;order:-1}}@media (max-width: 860px){.help-mode-grid,.help-group__item,.help-flow__branch-grid{grid-template-columns:1fr}.help-flow__branch-arm--left,.help-flow__branch-arm--right{display:none}}@media (max-width: 640px){.help-page{padding:24px 20px}.help-panel{padding:18px}.help-overview-preview{grid-template-columns:1fr}.help-overview-preview__rail{min-height:36px}.help-overview-preview__row,.help-preview__row{grid-template-columns:1fr}.help-overview-preview__card--wide,.help-preview__block--primary,.help-preview__block--wide{grid-column:span 1}}.changelog-page{min-height:100vh;padding:32px;background:var(--background);display:flex;flex-direction:column;gap:24px}.changelog-page__header{width:100%;max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:6px}.changelog-page__title{margin:0;font-family:"Noto Serif",serif;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.08;color:var(--text)}.changelog-page__meta{margin:0;display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--text-muted)}.changelog-page__stat{font-weight:600;color:var(--text-soft)}.changelog-page__sep{opacity:.4}.changelog-panel__status{width:100%;max-width:780px;margin:0 auto;color:var(--text-muted);font-size:.92rem}.changelog-list{width:100%;max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.cl-version{border:1px solid rgba(115,119,132,.13);border-radius:10px;background:var(--surface);overflow:hidden;transition:box-shadow .18s ease}.cl-version:hover{box-shadow:0 2px 12px #0000000f}.cl-version--latest{border-color:#094cb238;background:linear-gradient(180deg,rgba(9,76,178,.03),var(--surface) 60px)}.cl-version__header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border:0;background:transparent;cursor:pointer;text-align:left;color:var(--text)}.cl-version__header:hover{background:#7377840a}.cl-version__header-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0}.cl-version__header-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.cl-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:99px;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.cl-badge--latest{background:#094cb21a;color:#094cb2;border:1px solid rgba(9,76,178,.2)}.cl-version__number{font-size:1rem;font-weight:800;font-family:"Noto Serif",serif;color:var(--text)}.cl-version__date{font-size:.78rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.cl-version__blurb-peek{font-size:.8rem;color:var(--text-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:320px}.cl-version__tags{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.cl-tag{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:99px;font-size:.68rem;font-weight:700;letter-spacing:.04em;border:1px solid transparent}.cl-tag--added{background:#10b9811a;color:#065f46;border-color:#10b98133}.cl-tag--changed{background:#3b82f61a;color:#1d4ed8;border-color:#3b82f633}.cl-tag--fixed{background:#ef444417;color:#991b1b;border-color:#ef44442e}.cl-tag--security{background:#8b5cf61a;color:#5b21b6;border-color:#8b5cf633}.cl-tag--notes{background:#7377841a;color:var(--text-soft);border-color:#7377842e}.cl-version__chevron{font-size:.65rem;color:var(--text-muted);transition:transform .2s ease}.cl-version__body{padding:0 18px 18px;border-top:1px solid rgba(115,119,132,.1);display:flex;flex-direction:column;gap:16px;animation:cl-expand .18s ease}@keyframes cl-expand{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.cl-version__blurb{margin:12px 0 0;font-size:.88rem;color:var(--text-muted);line-height:1.65;padding:10px 12px;border-left:3px solid rgba(9,76,178,.25);background:#094cb208;border-radius:0 6px 6px 0}.cl-section{display:flex;flex-direction:column;gap:8px}.cl-section__label{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;width:fit-content}.cl-section__label.cl-tag--added{background:#10b9811a;color:#065f46}.cl-section__label.cl-tag--changed{background:#3b82f61a;color:#1d4ed8}.cl-section__label.cl-tag--fixed{background:#ef444417;color:#991b1b}.cl-section__label.cl-tag--security{background:#8b5cf61a;color:#5b21b6}.cl-section__label.cl-tag--notes{background:#7377841a;color:var(--text-soft)}.cl-section__list{margin:0;padding:0 0 0 20px;display:flex;flex-direction:column;gap:5px}.cl-section__item{font-size:.87rem;line-height:1.6;color:var(--text-muted)}body[data-theme=dark] .cl-version{background:#0f172ab3;border-color:#94a3b81f}body[data-theme=dark] .cl-version--latest{border-color:#60a5fa33;background:linear-gradient(180deg,#60a5fa0d,#0f172ab3 60px)}body[data-theme=dark] .cl-badge--latest{background:#60a5fa1f;color:#93c5fd;border-color:#60a5fa38}body[data-theme=dark] .cl-version__blurb{border-left-color:#60a5fa4d;background:#60a5fa0d}body[data-theme=dark] .cl-tag--added{background:#10b9811f;color:#6ee7b7;border-color:#10b98133}body[data-theme=dark] .cl-tag--changed{background:#3b82f61f;color:#93c5fd;border-color:#3b82f633}body[data-theme=dark] .cl-tag--fixed{background:#ef44441a;color:#fca5a5;border-color:#ef44442e}body[data-theme=dark] .cl-tag--security{background:#8b5cf61f;color:#c4b5fd;border-color:#8b5cf633}body[data-theme=dark] .cl-section__label.cl-tag--added{color:#6ee7b7}body[data-theme=dark] .cl-section__label.cl-tag--changed{color:#93c5fd}body[data-theme=dark] .cl-section__label.cl-tag--fixed{color:#fca5a5}body[data-theme=dark] .cl-section__label.cl-tag--security{color:#c4b5fd}@media (max-width: 720px){.changelog-page{padding:20px}.cl-version__blurb-peek,.cl-version__tags{display:none}}.dashboard-page{min-height:100vh;padding:32px;background:var(--background);display:flex;flex-direction:column;gap:28px}.dashboard-print-meta{display:none}.dashboard-page__header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;width:100%;max-width:1440px;margin:0 auto}.dashboard-page__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.dashboard-action-button--active{background:#094cb214;color:var(--primary)}.dashboard-page__title{margin:6px 0 0;font-family:"Noto Serif",serif;font-size:2.4rem;line-height:1.08}.dashboard-page__subtitle{max-width:700px;color:var(--text-muted);line-height:1.75}.dashboard-token-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#ffffffdb;color:var(--text-muted);box-shadow:var(--shadow-soft);font-family:Public Sans,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.dashboard-status-badge{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;font-family:Public Sans,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.dashboard-status-badge--completed{background:#2f8b571a;color:#2f8b57}.dashboard-status-badge--running,.dashboard-status-badge--queued{background:#094cb21a;color:var(--primary)}.dashboard-status-badge--failed{background:#ba1a1a1a;color:var(--danger)}.dashboard-loading{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 180px)}.dashboard-loading__panel{width:min(100%,840px);padding:24px}.dashboard-loading__headline{font-family:"Noto Serif",serif;font-size:1.5rem;color:#0f172a}.dashboard-loading__text{color:var(--text-muted);line-height:1.7}.dashboard-content{display:flex;flex-direction:column;gap:24px}.dashboard-content--dynamic{width:100%;max-width:1440px;margin:0 auto;align-items:center}.dashboard-layout-block{width:100%}.dashboard-layout-block--hero{max-width:1440px;margin:0 auto}.dashboard-layout-block--kpi-grid{width:100%;max-width:1440px;margin:0 auto}.dashboard-layout-block--insights{margin-top:4px;max-width:1440px;margin-left:auto;margin-right:auto}.dashboard-hero__summary,.dashboard-panel{padding:24px}.dashboard-hero__summary{border-radius:18px;background:#ffffffdb;box-shadow:var(--shadow-soft);min-height:196px}.dashboard-hero__summary h2{margin:0 0 10px;font-family:"Noto Serif",serif;font-size:1.7rem}.dashboard-hero__summary p{margin:0;color:var(--text-muted);line-height:1.75}.dashboard-kpis{display:grid;grid-template-columns:repeat(var(--dashboard-kpi-columns, 3),minmax(220px,1fr));gap:20px;width:100%}.dashboard-kpi-card{justify-content:flex-start;gap:14px;min-height:220px;padding:24px;border-radius:20px;background:linear-gradient(180deg,#fffffff5,#f6f6f7fa);border:1px solid rgba(115,119,132,.08)}.dashboard-kpi-card__value{font-family:"Noto Serif",serif;font-size:clamp(1.8rem,1.9vw,2.3rem);line-height:1.12;color:#0f172a;word-break:break-word;overflow-wrap:anywhere;letter-spacing:-.03em}.dashboard-kpi-card__hint{margin-top:auto;color:#64748b;font-size:.82rem;line-height:1.6;display:flex;flex-direction:column;gap:2px}.dashboard-kpi-card__hint-line{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.executive-review-page{display:flex;flex-direction:column;gap:24px;padding:32px 34px 64px}.executive-review-page__header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;width:100%;max-width:1440px;margin:0 auto}.executive-review-page__title{margin:6px 0 0;font-family:"Noto Serif",serif;font-size:2.5rem;line-height:1.06}.executive-review-page__subtitle{max-width:780px;color:var(--text-muted);line-height:1.75}.executive-review-content{display:flex;flex-direction:column;gap:32px;width:100%;max-width:1320px;margin:0 auto}.executive-review-overview{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(320px,.9fr);gap:28px;align-items:start}.executive-review-overview__main{display:flex;flex-direction:column;gap:18px}.executive-review-overview__side{position:sticky;top:100px}.executive-review-sections{display:flex;flex-direction:column;gap:28px}.executive-review-hero{min-height:400px;padding:34px 36px;border-radius:22px;background:linear-gradient(180deg,#fffffffa,#f6f7f9fa),linear-gradient(90deg,rgba(9,76,178,.03),transparent 35%);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.executive-review-hero:after{content:"";position:absolute;inset:0 0 0 auto;width:34%;background:linear-gradient(270deg,rgba(9,76,178,.05),transparent);pointer-events:none}.executive-review-hero__tag{display:inline-flex;align-items:center;align-self:flex-start;padding:7px 12px;border-radius:6px;background:#bfab49;color:#4a3f00;font-family:Public Sans,sans-serif;font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.executive-review-hero__title{position:relative;z-index:1;margin:18px 0 16px;font-family:"Noto Serif",serif;font-size:clamp(2.35rem,3vw,3.6rem);line-height:1.05;max-width:820px;letter-spacing:-.03em}.executive-review-hero__subtitle{position:relative;z-index:1;margin:0;max-width:720px;color:var(--text-muted);font-size:1.02rem;line-height:1.8}.executive-review-hero__footer{position:relative;z-index:1;display:flex;gap:44px;align-items:center;margin-top:30px;padding-top:28px;border-top:1px solid rgba(115,119,132,.12)}.executive-review-hero__metric{display:flex;flex-direction:column;gap:8px}.executive-review-hero__metric+.executive-review-hero__metric{padding-left:44px;border-left:1px solid rgba(115,119,132,.12)}.executive-review-hero__metric-label{font-family:Public Sans,sans-serif;font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-soft)}.executive-review-hero__metric-value{font-family:"Noto Serif",serif;font-size:2rem;color:var(--primary)}.executive-review-metric-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.executive-review-metric{display:flex;flex-direction:column;gap:8px;min-height:140px;padding:20px 18px;border-radius:16px;background:#fffffff5;box-shadow:var(--shadow-soft)}.executive-review-metric__label{font-family:Public Sans,sans-serif;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-soft)}.executive-review-metric__value{font-family:"Noto Serif",serif;font-size:clamp(1.35rem,1.8vw,1.9rem);line-height:1.12;word-break:break-word}.executive-review-metric__hint{margin-top:auto;color:var(--text-soft);font-size:.66rem;font-style:italic}.executive-review-section{display:flex;flex-direction:column;gap:14px}.executive-review-section__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.executive-review-section__attention{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;font-family:Public Sans,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.executive-review-section__attention--high{background:#ba1a1a1a;color:var(--danger)}.executive-review-section__attention--medium{background:#094cb21a;color:var(--primary)}.executive-review-section__attention--low{background:#2f8b571a;color:#2f8b57}.executive-review-section__title{margin:12px 0 6px;font-family:"Noto Serif",serif;font-size:1.6rem;line-height:1.2}.executive-review-section__description{margin:0;color:var(--text-muted);line-height:1.7}.executive-review-section__layout{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(280px,.82fr);gap:20px}.executive-review-section__workspace,.executive-review-section__insight,.executive-review-note{background:#fffffff5;box-shadow:var(--shadow-soft)}.executive-review-section__workspace-body{min-height:320px}.executive-review-section__insight{display:flex;flex-direction:column;gap:18px;padding:24px;border-radius:22px;background:#f0eef0}.executive-review-section__summary{margin:0;color:var(--text);line-height:1.75}.executive-review-section__warnings{display:flex;flex-direction:column;gap:10px}.executive-review-section__warning{display:flex;gap:10px;align-items:flex-start;color:#8a3b12;padding:12px;border-radius:14px;background:#fff3e0bf}.executive-review-notes__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.executive-review-notes{padding:28px 26px;border-radius:22px;background:#f0eef0;box-shadow:var(--shadow-soft)}.executive-review-notes__header{display:flex;align-items:center;gap:10px;margin-bottom:24px}.executive-review-notes__header .material-symbols-outlined{color:var(--primary)}.executive-review-notes__header h3{margin:0;font-family:"Noto Serif",serif;font-size:1.35rem}.executive-review-notes__stack{display:flex;flex-direction:column;gap:28px}.executive-review-note{display:flex;gap:14px;padding:0;border-radius:0;background:transparent;box-shadow:none}.executive-review-note__marker{width:16px;height:16px;margin-top:4px;border-radius:999px;border:2px solid var(--primary);box-shadow:inset 0 0 0 4px #fff;background:var(--primary)}.executive-review-note__eyebrow{font-family:Public Sans,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-soft)}.executive-review-note p{margin:8px 0 0;line-height:1.75;color:var(--text-muted)}.executive-review-chart-stage{min-height:300px}.dashboard-sections,.dashboard-insights,.dashboard-timeline{display:flex;flex-direction:column;gap:14px}.dashboard-section-card{display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:18px;background:linear-gradient(180deg,#fffffff0,#f6f6f7f5);border:1px solid rgba(115,119,132,.08)}.dashboard-section-card__content{display:grid;gap:16px;align-items:start}.dashboard-section-card__content--balanced{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)}.dashboard-section-card__content--chart_focus{grid-template-columns:minmax(0,1.4fr) minmax(300px,.65fr)}.dashboard-section-card__content--table_focus{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr)}.dashboard-section-card__content--insight_focus{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr)}.dashboard-section-card__workspace{display:flex;flex-direction:column;gap:0;min-width:0;border:1px solid rgba(115,119,132,.1);border-radius:18px;overflow:hidden;background:#fff}.dashboard-section-card__tabs{display:flex;gap:6px;padding:8px 8px 0;background:#f6f8fb;border-bottom:1px solid rgba(115,119,132,.08)}.dashboard-section-card__tab{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:12px 12px 0 0;background:transparent;color:#64748b;padding:11px 14px;font-family:Public Sans,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.dashboard-section-card__tab--active{background:#fff;color:var(--primary)}.dashboard-section-card__tab-panel{padding:14px;background:#fff}.dashboard-section-card__header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.dashboard-section-card__header h3{margin:0 0 6px;font-family:"Noto Serif",serif;font-size:1.08rem}.dashboard-section-card__header p,.dashboard-timeline__detail{margin:0;color:var(--text-muted);line-height:1.6}.dashboard-section-card__kind{padding:6px 10px;border-radius:999px;background:#094cb214;color:var(--primary);font-family:Public Sans,sans-serif;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.dashboard-section-card__columns{display:flex;flex-wrap:wrap;gap:8px}.dashboard-section-card__chart{overflow:hidden;border-radius:16px;background:var(--surface);min-height:280px}.dashboard-section-card__chart-image{display:block;width:100%;height:auto}.dashboard-section-card__table .shared-data-grid{min-height:340px;border-radius:16px;overflow:hidden}.dashboard-section-card__insight{padding:18px 18px 16px;border-radius:18px;background:linear-gradient(180deg,#094cb20d,#fffffffa);border:1px solid rgba(9,76,178,.08);min-height:100%}.dashboard-section-card__insight p{margin:6px 0 0;color:var(--text-muted);line-height:1.7}.dashboard-section-card__insight-points{margin:12px 0 0;padding-left:18px;color:var(--text-muted);line-height:1.7}.dashboard-section-card__sql-panel .sql-panel{gap:12px}.dashboard-panel--notes{padding:22px 24px}.dashboard-insight-notes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.dashboard-insight-note{display:flex;gap:12px;align-items:flex-start;padding:16px 18px;border-radius:16px;background:linear-gradient(180deg,#fffffffa,#f7f8f9fa);border:1px solid rgba(115,119,132,.08)}.dashboard-insight-note__icon{color:#8c6d1f;font-size:20px;margin-top:2px}.dashboard-insight-note__content{display:flex;flex-direction:column;gap:6px}.dashboard-insight-note__title{font-family:Public Sans,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.dashboard-insight-note__content p{margin:0;color:var(--text-muted);line-height:1.7}.dashboard-timeline__item{display:flex;gap:12px;align-items:flex-start;padding:10px 0;border-bottom:1px solid rgba(115,119,132,.08)}.dashboard-timeline__item:last-child{padding-bottom:0;border-bottom:0}.dashboard-timeline__status{width:10px;height:10px;border-radius:999px;margin-top:6px;background:#cbd5e1}.dashboard-timeline__status--completed{background:#2f8b57}.dashboard-timeline__status--failed{background:var(--danger)}.dashboard-timeline__label{font-family:Public Sans,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#0f172a}.dashboard-timeline__usage{margin-top:4px;color:#94a3b8;font-family:Public Sans,sans-serif;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}.dashboard-panel--side{max-width:840px}.explorer-page{display:flex;flex-direction:column;gap:22px;min-height:100vh;width:100%;max-width:none;margin:0;padding:28px 28px 34px;background:var(--background)}.explorer-page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.explorer-page__title{margin:6px 0 0;font-family:"Noto Serif",serif;font-size:2rem;line-height:1.15}.explorer-page__subtitle{max-width:760px;margin:12px 0 0;color:var(--text-soft);line-height:1.6}.explorer-page__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.explorer-page__content{flex:1;min-height:0}.explorer-page--advanced{padding-bottom:40px}.explorer-grid-page{display:flex;flex-direction:column;gap:16px;min-height:calc(100vh - 140px)}.explorer-grid-page__topbar{display:flex;justify-content:flex-end;gap:18px;align-items:flex-start}.explorer-grid-page__controls{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.explorer-grid-page__meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.explorer-grid-page__surface{flex:1;min-height:72vh;overflow:hidden;border-radius:18px;border:1px solid rgba(115,119,132,.12);background:#fff;box-shadow:0 14px 34px #1b1c1d0d}.explorer-workbench{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.72fr);gap:18px;align-items:start}.explorer-workbench__main{min-width:0}.explorer-assistant{display:flex;flex-direction:column;gap:16px;min-height:0;height:100%;padding:20px;border:1px solid var(--outline);border-radius:22px;background:linear-gradient(180deg,#fffffff5,#f9f7f8fa),var(--surface);box-shadow:var(--shadow-soft)}.explorer-assistant--collapsed{align-self:start;min-height:0;max-height:none;overflow:hidden}.explorer-assistant__header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.explorer-assistant__title{margin:6px 0 0;font-family:"Noto Serif",serif;font-size:1.36rem;line-height:1.2}.explorer-assistant__subtitle{margin:10px 0 0;color:var(--text-soft);font-size:.82rem;line-height:1.45}.explorer-assistant__mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.explorer-assistant__mode,.explorer-assistant__prompt{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:11px 13px;border:1px solid var(--outline);border-radius:14px;background:var(--surface);color:var(--text);text-align:left;font:inherit;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.explorer-assistant__mode:hover,.explorer-assistant__prompt:hover{border-color:#094cb23d;background:#094cb20a}.explorer-assistant__mode--active,.explorer-assistant__prompt--active{border-color:#094cb24d;background:#094cb214;transform:translateY(-1px)}.explorer-assistant__mode{gap:12px}.explorer-assistant__mode-icon,.explorer-assistant__response-mode-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;background:#094cb214;color:var(--primary);flex:0 0 auto}.explorer-assistant__mode-copy{display:flex;flex-direction:column;gap:4px}.explorer-assistant__mode-copy strong{color:var(--text);font-size:.92rem;line-height:1.35}.explorer-assistant__mode-copy span{color:var(--text-soft);font-size:.76rem;line-height:1.45}.explorer-assistant__section{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid var(--outline);border-radius:18px;background:#ffffffb8}.explorer-assistant__section--result{flex:1;min-height:0}.explorer-assistant__section--composer{position:sticky;bottom:0;gap:10px;padding:10px 12px;background:linear-gradient(180deg,#ffffffe6,#fffffffa),var(--surface);box-shadow:0 -10px 24px #1b1c1d0d}.explorer-assistant__section-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:0;border:0;background:transparent;color:var(--text);text-align:left;cursor:pointer}.explorer-assistant__section-toggle .material-symbols-outlined{color:var(--text-soft);font-size:1.1rem}.explorer-assistant__context,.explorer-assistant__sample-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.explorer-assistant__context-item,.explorer-assistant__sample-item{display:flex;flex-direction:column;gap:6px;padding:12px;border-radius:14px;background:var(--surface-low)}.explorer-assistant__context-item span,.explorer-assistant__sample-item span{color:var(--text-soft);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.explorer-assistant__context-item strong,.explorer-assistant__sample-item strong{color:var(--text);font-size:.92rem;line-height:1.45}.explorer-assistant__prompt-list,.explorer-assistant__composer{display:flex;flex-direction:column;gap:10px}.explorer-assistant__textarea{width:100%;min-height:68px;padding:10px 12px;border:1px solid var(--outline);border-radius:14px;background:var(--surface);color:var(--text);font:inherit;font-size:.8rem;line-height:1.45;resize:vertical}.explorer-assistant__textarea:focus{outline:none;border-color:#094cb257;box-shadow:0 0 0 3px #094cb214}.explorer-assistant__composer-actions{display:flex;justify-content:flex-end}.explorer-assistant__response{display:flex;flex-direction:column;gap:12px}.explorer-assistant__response-head{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}.explorer-assistant__response-toggle-row{display:flex;justify-content:flex-start}.explorer-assistant__response-toggle{padding:0;border:0;background:transparent;color:var(--primary);font:inherit;font-size:.82rem;font-weight:700;cursor:pointer}.explorer-assistant__response-toggle:hover{text-decoration:underline}.explorer-assistant__response-prompt{display:inline-flex;align-self:flex-start;padding:8px 12px;border-radius:999px;background:#094cb214;color:var(--primary);font-size:.78rem;font-weight:700}.explorer-assistant__response-mode{display:inline-flex;align-items:center;gap:8px;color:var(--text-soft);font-size:.78rem;font-weight:700}.explorer-assistant__response p{margin:0;color:var(--text-muted);font-size:.88rem;font-weight:400;line-height:1.65}.explorer-assistant__response-note{color:var(--text-soft);font-size:.78rem;line-height:1.55}.explorer-assistant__response-path{color:var(--text-soft);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.explorer-assistant__response-summary{padding:12px 14px;border-radius:14px;background:var(--surface-low);color:var(--text);font-size:.84rem;font-weight:500;line-height:1.55}.explorer-assistant__response-block{display:flex;flex-direction:column;gap:10px}.explorer-assistant__bullet-list{display:flex;flex-direction:column;gap:8px}.explorer-assistant__bullet-item{padding:10px 12px;border-radius:12px;background:var(--surface-low);color:var(--text-muted);font-size:.82rem;font-weight:400;line-height:1.55}.explorer-assistant__bullet-list--warning .explorer-assistant__bullet-item{background:#ba1a1a0f;color:var(--danger)}.explorer-assistant__chart{width:100%;height:auto;display:block;border-radius:16px;border:1px solid var(--outline);background:var(--surface)}.explorer-assistant__actions{display:flex;flex-direction:column;gap:12px;margin-top:6px}.explorer-assistant__action-list{display:flex;flex-direction:column;gap:10px}.explorer-assistant__action{display:flex;flex-direction:column;gap:6px;width:100%;padding:12px 14px;border:1px solid var(--outline);border-radius:14px;background:var(--surface);color:var(--text);text-align:left;font:inherit;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.explorer-assistant__action:hover{border-color:#094cb23d;background:#094cb20a;transform:translateY(-1px)}.explorer-assistant__action strong{color:var(--text);font-size:.88rem}.explorer-assistant__action span{color:var(--text-soft);font-size:.76rem;line-height:1.5}.explorer-assistant__empty-copy{color:var(--text-soft);font-size:.78rem;line-height:1.5}.explorer-group-cell{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.explorer-group-cell__label{font-family:Public Sans,sans-serif;font-size:.78rem;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.08em}.explorer-group-cell__count{color:#64748b;font-size:.74rem;font-weight:600}.sources-page__header{display:flex;justify-content:space-between;gap:24px;align-items:flex-end}.sources-page__title{margin:6px 0 0;font-size:2.3rem}.sources-dropzone{position:relative;width:100%;margin-top:18px;padding:0;border:2px dashed rgba(115,119,132,.22);border-radius:20px;background:linear-gradient(135deg,#f8fafde6,#fffffff5);cursor:pointer;transition:border-color .22s ease,background .22s ease,box-shadow .22s ease,transform .18s ease;overflow:hidden}.sources-dropzone:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:18px;background:radial-gradient(ellipse 70% 60% at 50% 0%,rgba(9,76,178,.04) 0%,transparent 70%);opacity:0;transition:opacity .22s ease;pointer-events:none}.sources-dropzone:hover{border-color:#094cb24d;box-shadow:0 8px 28px #094cb214;transform:translateY(-1px)}.sources-dropzone:hover:before{opacity:1}.sources-dropzone--active{border-color:#094cb299;background:linear-gradient(135deg,#ecf3fff2,#f8fcfffa);box-shadow:0 0 0 4px #094cb214,0 12px 36px #094cb224;transform:translateY(-2px);animation:dropzone-pulse 1.4s ease infinite}.sources-dropzone--active:before{opacity:1;background:radial-gradient(ellipse 70% 60% at 50% 30%,rgba(9,76,178,.1) 0%,transparent 70%)}@keyframes dropzone-pulse{0%,to{box-shadow:0 0 0 4px #094cb214,0 12px 36px #094cb224}50%{box-shadow:0 0 0 6px #094cb221,0 16px 40px #094cb233}}.sources-dropzone--uploading{opacity:.68;cursor:not-allowed;pointer-events:none}.sources-dropzone__body{display:flex;align-items:center;gap:18px;padding:22px 24px}.sources-dropzone__icon{flex-shrink:0;font-size:36px;color:#094cb280;transition:color .18s ease,transform .22s ease}.sources-dropzone:hover .sources-dropzone__icon,.sources-dropzone__icon--active{color:var(--primary);transform:translateY(-2px) scale(1.08)}.sources-dropzone__text{flex:1 1 auto;min-width:0}.sources-dropzone__title{font-family:"Noto Serif",serif;font-size:1rem;font-weight:700;color:var(--text);line-height:1.3}.sources-dropzone__copy{margin-top:4px;font-size:.82rem;color:var(--text-muted);line-height:1.5}.sources-dropzone__formats{display:flex;flex-shrink:0;flex-wrap:wrap;gap:6px;align-items:center}.sources-dropzone__format-chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;border:1px solid rgba(9,76,178,.16);background:#094cb20f;color:var(--primary);font-family:Public Sans,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.06em;transition:background .14s ease,border-color .14s ease}.sources-dropzone:hover .sources-dropzone__format-chip,.sources-dropzone--active .sources-dropzone__format-chip{background:#094cb21a;border-color:#094cb247}.sources-empty-state{margin-top:18px;display:flex;flex-direction:column;align-items:center;gap:10px;padding:52px 20px;text-align:center;border:1px dashed rgba(115,119,132,.18);border-radius:20px;background:linear-gradient(180deg,#ffffffb3,#f8fafce6)}.sources-empty-state__icon{font-size:44px;color:#094cb280}.sources-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.source-card{position:relative;display:flex;flex-direction:column;gap:12px;min-height:260px;padding:24px;border-radius:18px;border:1px solid rgba(115,119,132,.1);background:var(--surface);box-shadow:var(--shadow-soft);transition:background .18s ease,transform .18s ease,border-color .18s ease,box-shadow .18s ease}.source-card:hover{background:var(--surface);border-color:#094cb229;transform:translateY(-2px);box-shadow:0 8px 28px #094cb214,var(--shadow-soft)}.source-card--active{border-color:#094cb247;box-shadow:0 0 0 3px #094cb20f,var(--shadow-soft)}.source-card__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#eef8ef;color:#2f8b57}.source-card__delete-corner{position:absolute;top:16px;right:16px;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:0;border-radius:10px;background:#ba1a1a14;color:var(--danger)}.source-card__delete-corner:hover{background:#ba1a1a24}.source-card h3{margin:0;font-size:1.15rem;line-height:1.35}.source-card p{margin:0;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.source-card__status{color:var(--primary);font-weight:700}.source-card__actions{margin-top:auto;display:flex;flex-direction:column;gap:12px}.source-card__utility{display:flex;gap:10px;align-items:center;justify-content:flex-start;flex-wrap:wrap}.source-card__button{flex:0 0 auto;justify-content:flex-start}.source-card__button--delete{justify-content:flex-start}.error-banner{padding:12px 14px;border-radius:14px;background:var(--danger-soft);color:var(--danger);font-size:.84rem;font-weight:600}.status-footer{color:var(--text-soft);font-size:.78rem}@media (max-width: 1120px){.workspace__grid{grid-template-columns:1fr}.sources-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-grid,.settings-language-options,.insight-layout{grid-template-columns:1fr}.dashboard-layout-block--hero{max-width:none}.dashboard-insight-notes,.explorer-workbench{grid-template-columns:1fr}.explorer-assistant{min-height:0}.dashboard-section-card__content--balanced,.dashboard-section-card__content--chart_focus,.dashboard-section-card__content--table_focus,.dashboard-section-card__content--insight_focus,.executive-review-overview,.executive-review-section__layout{grid-template-columns:1fr}.executive-review-overview__side{position:static}.executive-review-metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.executive-review-section__layout,.executive-review-notes__grid{grid-template-columns:1fr}}@media (max-width: 900px){.app-shell{grid-template-columns:1fr;height:100vh;overflow:hidden}.app-shell--sidebar-collapsed{grid-template-columns:1fr}:root{--sidebar-width: 0px}.sidebar{position:fixed;top:0;left:0;height:100vh;width:280px;z-index:300;transform:translate(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);overflow-y:auto;overflow-x:hidden;border-right:1px solid var(--outline);border-bottom:0}.sidebar--mobile-open{transform:translate(0)}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:299;background:#00000073;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:sidebar-overlay-in .22s ease forwards}@keyframes sidebar-overlay-in{0%{opacity:0}to{opacity:1}}.sidebar__collapse-button{display:none}.mobile-nav-trigger{display:flex}.workspace{overflow-y:auto;height:100vh}}@media (max-width: 720px){.workspace{padding:18px 14px 24px}.topbar,.sources-page__header,.executive-review-page__header{flex-direction:column;align-items:stretch}.sources-grid{grid-template-columns:1fr}.explorer-grid-page__topbar,.explorer-page__header{flex-direction:column;align-items:stretch}.explorer-assistant__context,.explorer-assistant__sample-list,.explorer-assistant__mode-grid{grid-template-columns:1fr}.message-bubble{max-width:100%}.chat-room-header{flex-direction:column;align-items:flex-start}.home-chat{padding:16px 6px 200px;min-height:calc(100vh - 150px)}.home-chat__intro h1{font-size:2.2rem}.home-chat__suggestions{grid-template-columns:1fr}.home-composer{left:50%;bottom:18px;padding:0 14px}.workspace-switcher{padding:10px}.workspace-hub__icon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.executive-review-page{padding:22px 14px 48px}.executive-review-metric-strip{grid-template-columns:1fr}.executive-review-hero{min-height:auto;padding:26px 22px}.executive-review-hero__footer{flex-direction:column;align-items:flex-start;gap:18px}.executive-review-hero__metric+.executive-review-hero__metric{padding-left:0;border-left:0}}@media print{body{background:#fff}.dashboard-page,.executive-review-page{position:relative;padding:0;background:#fff;gap:18px}.dashboard-page:before,.executive-review-page:before{content:attr(data-watermark);position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%) rotate(-24deg);font-family:"Noto Serif",serif;font-size:56px;letter-spacing:.08em;color:#0f172a0f;pointer-events:none;z-index:0;white-space:nowrap}.dashboard-page__actions,.executive-review-page .dashboard-page__actions,.results-loading__bar,.dashboard-timeline{display:none!important}.dashboard-page__header,.executive-review-page__header,.dashboard-content--dynamic,.dashboard-layout-block--hero,.dashboard-layout-block--kpi-grid,.dashboard-layout-block--insights,.executive-review-content{max-width:none;width:100%}.dashboard-page__header,.dashboard-content--dynamic,.executive-review-page__header,.executive-review-content{position:relative;z-index:1}.dashboard-print-meta{display:flex;justify-content:space-between;gap:14px;position:relative;z-index:1;width:100%;padding-bottom:8px;border-bottom:1px solid rgba(15,23,42,.1);font-family:Public Sans,sans-serif;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.dashboard-section-card,.dashboard-hero__summary,.dashboard-kpi-card,.dashboard-panel--notes,.dashboard-section-card__workspace,.dashboard-section-card__insight,.executive-review-hero,.executive-review-metric,.executive-review-section__workspace,.executive-review-section__insight,.executive-review-note{box-shadow:none;break-inside:avoid}.dashboard-section-card__tabs{display:none}.dashboard-section-card__tab-panel{padding:0}}.workspace-hub__list,.workspace-hub__editor{border:1px solid rgba(115,119,132,.12);background:var(--surface)}.workspace-hub__list{padding:10px}.workspace-hub__editor{padding:16px}.workspace-hub__list-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.workspace-hub__create-button{width:28px;height:28px;border:1px solid rgba(115,119,132,.18);color:var(--text)}.workspace-hub__create-button:hover{background:var(--surface-low)}.workspace-hub__item{display:flex;align-items:center;gap:10px;width:100%;padding:10px;border:1px solid transparent;background:transparent;color:var(--text);text-align:left}.workspace-hub__item+.workspace-hub__item{margin-top:6px}.workspace-hub__item:hover{background:var(--surface-low)}.workspace-hub__item--active{background:var(--surface-low);border-color:#7377841f}.workspace-hub__item-icon{display:grid;place-items:center;width:30px;height:30px;color:#fff;flex:0 0 auto}.workspace-hub__item-copy{display:flex;flex-direction:column;min-width:0;flex:1 1 auto}.workspace-hub__item-name{font-size:.84rem;font-weight:700;line-height:1.15}.workspace-hub__item-meta,.workspace-hub__item-shortcut{font-size:.66rem;color:var(--text-soft);line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-hub__dataset-list{display:grid;gap:8px;max-height:180px;overflow:auto}.workspace-hub__dataset-option{display:flex;flex-direction:column;gap:3px;width:100%;padding:10px;border:1px solid rgba(115,119,132,.12);background:var(--surface-low);color:var(--text);text-align:left}.workspace-hub__dataset-option:hover{border-color:#0f172a2e}.workspace-hub__dataset-option--active{border-color:var(--primary);background:#094cb214}.workspace-hub__dataset-option-title{font-size:.78rem;font-weight:700;line-height:1.2}.workspace-hub__dataset-option-meta{font-size:.67rem;color:var(--text-soft);line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-hub__icon-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:8px}.workspace-hub__icon-option{display:flex;align-items:center;gap:8px;padding:10px;border:1px solid rgba(115,119,132,.12);background:var(--surface-low);color:var(--text-muted);font-size:.74rem}.workspace-hub__icon-option--active{border-color:var(--primary);color:var(--primary);background:#094cb214}.workspace-hub__icon-glyph{display:grid;place-items:center;width:18px;height:18px;flex:0 0 auto}.workspace-hub__color-picker-row{display:flex;align-items:center;gap:12px}.workspace-hub__color-picker{position:relative;display:block;width:40px;height:40px;border:1px solid rgba(15,23,42,.16);overflow:hidden;cursor:pointer}.auth-entry__panel{justify-content:space-between;gap:0;overflow-y:auto;padding:48px 44px}.auth-entry__content{width:min(100%,420px);margin:0 auto;flex:1 1 auto;display:flex;flex-direction:column;gap:28px;padding-bottom:28px}.auth-entry__header-block{display:flex;flex-direction:column;gap:10px}.auth-entry__eyebrow{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#5b442580}.auth-entry__title{margin:0;font-family:"Noto Serif",serif;font-size:clamp(1.45rem,2.2vw,1.75rem);font-weight:700;line-height:1.2;color:#1a100a;letter-spacing:-.01em}.auth-entry__subtitle{margin:0;color:#503a1ea6;font-size:.88rem;line-height:1.6}.auth-entry__tabs{min-height:52px;padding:5px;border-radius:16px;background:#ffffff8c;border:1px solid rgba(110,86,49,.1);box-shadow:inset 0 1px 3px #0000000a}.auth-entry__tab{min-height:42px!important;border-radius:11px!important;color:#503a1e94!important;font-size:.84rem!important;font-weight:600!important;text-transform:none!important;letter-spacing:0!important;gap:6px!important;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease!important}.auth-entry__tabs .MuiTabs-indicator{display:none}.auth-entry__tabs .Mui-selected{background:#fff!important;color:#0f172a!important;box-shadow:0 2px 12px #094cb21a,0 1px 3px #0000000f!important}.auth-entry__tab-icon{font-size:1rem!important;margin-right:0!important}.auth-entry__card{display:flex;flex-direction:column;gap:20px;padding:28px;border-radius:22px;background:#fff;border:1px solid rgba(110,86,49,.1);box-shadow:0 1px 3px #2b20140f,0 8px 24px #2b201412}.auth-entry__card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.auth-entry__card-title{margin:0;font-size:1rem;font-weight:700;color:#140f0b;line-height:1.3}.auth-entry__card-copy{margin-top:4px;font-size:.84rem;line-height:1.55;color:#503a1e9e}.auth-entry__meta-badge{flex:0 0 auto;padding:6px 12px;border-radius:999px;background:#094cb212;color:#094cb2;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.auth-entry__form{display:flex;flex-direction:column;gap:16px}.auth-entry__split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.auth-entry__section{display:flex;flex-direction:column;gap:14px;padding:18px;border-radius:16px;background:#faf7f2e6;border:1px solid rgba(110,86,49,.08)}.auth-entry__section-label{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#5b442580}.auth-entry__submit{min-height:50px;font-size:.94rem!important;font-weight:700!important;border-radius:14px!important;text-transform:none!important;letter-spacing:.01em!important;box-shadow:0 4px 16px #094cb238,0 1px 3px #094cb21f!important;transition:box-shadow .18s ease,transform .14s ease!important}.auth-entry__submit:hover:not(:disabled){box-shadow:0 8px 24px #094cb24d,0 2px 6px #094cb224!important;transform:translateY(-1px)}.auth-entry__submit:active:not(:disabled){transform:translateY(0)}.auth-entry__text-link{align-self:flex-start;padding:0!important;min-width:0!important;color:#094cb2!important;font-size:.84rem!important;font-weight:600!important;text-transform:none!important;text-decoration:underline!important;text-underline-offset:3px!important;text-decoration-color:#094cb24d!important}.auth-entry__text-link:hover{text-decoration-color:#094cb2!important}.auth-entry__field-icon{font-size:1.1rem;color:#503a1e73}.auth-entry .MuiInputBase-input{font-size:.9rem!important;font-weight:400!important}.auth-entry .MuiInputLabel-root{font-size:.88rem!important;font-weight:500!important}.auth-entry .MuiFormHelperText-root{font-size:.78rem!important;font-weight:400!important;line-height:1.5!important;margin-top:6px!important}.auth-entry .MuiInputBase-input:-webkit-autofill,.auth-entry .MuiInputBase-input:-webkit-autofill:hover,.auth-entry .MuiInputBase-input:-webkit-autofill:focus,.auth-entry .MuiInputBase-input:-webkit-autofill:active{-webkit-text-fill-color:var(--text)!important;-webkit-box-shadow:0 0 0 100px var(--surface) inset!important;box-shadow:0 0 0 100px var(--surface) inset!important;transition:background-color 9999s ease-out 0s;caret-color:var(--text)}.auth-entry__pill-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.auth-entry__pill{background:#ffffff14!important;color:#f0e4ccd9!important;border:1px solid rgba(240,228,204,.12)}.auth-entry__footer{display:flex;flex-direction:column;gap:10px;width:min(100%,420px);margin:0 auto;padding-top:20px;border-top:1px solid rgba(110,86,49,.1)}.auth-entry__footer-meta{display:flex;align-items:center;gap:8px}.auth-entry__footer-version{font-size:.76rem;font-weight:700;letter-spacing:.06em;color:#5b442573;font-family:Public Sans,sans-serif}.auth-entry__footer-dot{width:3px;height:3px;border-radius:50%;background:#6e56314d;flex-shrink:0}.auth-entry__footer-author{font-size:.76rem;font-weight:600;color:#5b442580}.auth-entry__footer-terms{margin:0;font-size:.76rem;line-height:1.6;color:#503a1e7a}.auth-entry__section{gap:10px;padding:14px}.pw-strength{display:flex;flex-direction:column;gap:8px}.pw-strength__bar-row{display:flex;align-items:center;gap:4px}.pw-strength__bar-seg{flex:1;height:4px;border-radius:999px;background:var(--surface-high);transition:background .25s ease}.pw-strength__label{font-size:.72rem;font-weight:700;letter-spacing:.04em;margin-left:6px;min-width:44px;text-align:right;transition:color .25s ease}.pw-strength__rules{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:4px 12px}.pw-strength__rule{display:flex;align-items:center;gap:5px;font-size:.74rem;color:var(--text-soft);line-height:1.3;transition:color .2s ease}.pw-strength__rule--met{color:#10b981}.pw-strength__rule-icon{font-size:13px!important;flex-shrink:0;color:var(--surface-high);transition:color .2s ease}.pw-strength__rule--met .pw-strength__rule-icon{color:#10b981}body[data-theme=dark] .pw-strength__bar-seg{background:var(--surface-high)}body[data-theme=dark] .pw-strength__rule{color:#94a3b88c}body[data-theme=dark] .pw-strength__rule--met{color:#34d399}body[data-theme=dark] .pw-strength__rule-icon{color:#94a3b840}body[data-theme=dark] .pw-strength__rule--met .pw-strength__rule-icon{color:#34d399}.auth-entry__terms-link{background:none;border:none;padding:0;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:600;color:#094cb2;text-decoration:underline;text-underline-offset:2px;text-decoration-color:#094cb24d;transition:text-decoration-color .15s ease,color .15s ease}.auth-entry__terms-link:hover{color:#0a3d8f;text-decoration-color:#094cb2}body[data-theme=dark] .auth-entry__panel{background:#0d1117;border-left-color:#94a3b81a}body[data-theme=dark] .auth-entry__eyebrow{color:#94a3b885}body[data-theme=dark] .auth-entry__title{color:#f1f5f9}body[data-theme=dark] .auth-entry__subtitle{color:#cbd5e1b3}body[data-theme=dark] .auth-entry__tab{color:#cbd5e1a6!important}body[data-theme=dark] .auth-entry__tabs .Mui-selected{background:#162030fa!important;color:#f1f5f9!important;box-shadow:0 2px 10px #0000004d!important}body[data-theme=dark] .auth-entry__tabs{background:#0f172a8c;border-color:#94a3b81a}body[data-theme=dark] .auth-entry__card{background:#121c2e;border-color:#94a3b81a;box-shadow:0 4px 20px #0000004d}body[data-theme=dark] .auth-entry__card-title{color:#f1f5f9}body[data-theme=dark] .auth-entry__card-copy{color:#cbd5e1a6}body[data-theme=dark] .auth-entry__meta-badge{background:#60a5fa1a;color:#7dd3fc}body[data-theme=dark] .auth-entry__section{background:#162032b3;border-color:#94a3b81a}body[data-theme=dark] .auth-entry__section-label{color:#94a3b880}body[data-theme=dark] .auth-entry__text-link{color:#7dd3fc!important;text-decoration-color:#7dd3fc59!important}body[data-theme=dark] .auth-entry__text-link:hover{text-decoration-color:#7dd3fc!important}body[data-theme=dark] .auth-entry__field-icon{color:#cbd5e166}body[data-theme=dark] .auth-entry .MuiInputBase-input{color:#f1f5f9!important}body[data-theme=dark] .auth-entry .MuiInputLabel-root{color:#94a3b8b3!important}body[data-theme=dark] .auth-entry .MuiOutlinedInput-notchedOutline{border-color:#94a3b833!important}body[data-theme=dark] .auth-entry .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#94a3b85c!important}body[data-theme=dark] .auth-entry .MuiFormHelperText-root{color:#94a3b899!important}body[data-theme=dark] .auth-entry__footer{border-top-color:#94a3b81a}body[data-theme=dark] .auth-entry__footer-version,body[data-theme=dark] .auth-entry__footer-author{color:#94a3b86b}body[data-theme=dark] .auth-entry__footer-dot{background:#94a3b840}body[data-theme=dark] .auth-entry__footer-terms{color:#94a3b866}body[data-theme=dark] .auth-entry__terms-link{color:#7dd3fc;text-decoration-color:#7dd3fc4d}body[data-theme=dark] .auth-entry__terms-link:hover{color:#bae6fd;text-decoration-color:#7dd3fc}@media (max-width: 900px){.auth-entry{grid-template-columns:1fr}.auth-entry__panel{min-height:auto;padding:36px 28px}}@media (max-width: 720px){.auth-entry__panel{padding:28px 20px}.auth-entry__title{font-size:1.4rem}.auth-entry__subtitle{font-size:.84rem}.auth-entry__split{grid-template-columns:1fr}.auth-entry__card{padding:20px;border-radius:18px}.auth-entry__card-top{flex-direction:column;gap:10px}}@media (max-width: 480px){.auth-entry__panel{padding:24px 16px}.auth-entry__content{gap:22px}.auth-entry__title{font-size:1.28rem}.auth-entry__card{padding:18px;gap:16px}}body[data-theme=dark] .mobile-nav-trigger{background:var(--surface-low);border-color:#94a3b829;color:var(--text)}body[data-theme=dark] .mobile-nav-trigger:hover{background:#94a3b81a}body[data-theme=dark] .sidebar{background:var(--surface)}@media (max-width: 900px){.workspace,.workspace--analysis{padding-top:64px}.home-composer{left:50%}.results-pane__floating-anchor--explore,.results-pane__floating-anchor--dashboard,.results-pane__floating-anchor--review,.results-pane__floating-anchor--delete{right:4px}.chat-pane--room{height:100%;display:flex;flex-direction:column}.chat-room-surface{flex:1;min-height:0;overflow-y:auto}.dashboard-page__header{flex-wrap:wrap;gap:10px}.dashboard-page__actions{flex-wrap:wrap;gap:6px}}@media (max-width: 600px){.workspace{padding:64px 10px 16px;gap:12px}.home-chat__intro h1{font-size:1.75rem}.home-chat{padding:16px 6px 220px}.home-composer{padding:0 8px;bottom:12px}.home-composer__top-row{flex-direction:column;align-items:stretch;gap:6px}.source-select-button{width:100%;justify-content:space-between}.chat-mode-switch{justify-content:stretch}.message-thread{gap:8px}.message-thread__avatar{width:28px;height:28px;flex-shrink:0}.results-pane__surface{padding:12px 10px}.tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.insight-layout{grid-template-columns:1fr}.dashboard-page{padding:16px 10px 32px;gap:14px}.dashboard-page__header{flex-direction:column;align-items:flex-start;gap:10px}.dashboard-page__actions{width:100%;justify-content:flex-start}.dashboard-kpi-grid{grid-template-columns:1fr}.explorer-page{padding:16px 10px 32px}.explorer-page__header{flex-direction:column;align-items:flex-start;gap:10px}.settings-page__layout,.settings-metrics{grid-template-columns:1fr}.sources-page{padding:16px 10px 32px}.sources-page__header{flex-direction:column;align-items:flex-start;gap:10px}.sources-grid,.app-splash{grid-template-columns:1fr}.app-splash__cover{display:none}.workspace-hub__icon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pinned-page__toolbar{flex-direction:column;gap:8px}.composer--room{padding:8px 8px 10px}.composer__meta-row,.assistant-actions{flex-wrap:wrap;gap:6px}.error-banner{margin:0;border-radius:0}}@media (max-width: 1024px){.dashboard-page{padding:24px 20px 40px;gap:22px}.dashboard-page__title{font-size:2rem}.dashboard-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.dashboard-section-card__content{gap:14px}.executive-review-page{padding:24px 20px 48px;gap:22px}.executive-review-page__title{font-size:2rem}.executive-review-metric-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.explorer-page{padding:24px 20px 40px}.workspace{padding:24px 18px 28px}.sources-page{padding:24px 18px 40px}.sources-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.settings-page{padding:24px 18px 40px}.app-splash__panel{padding:36px 28px}.pinned-page{padding:24px 20px 40px}}@media (max-width: 768px){.sidebar{width:min(300px,88vw);transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease}.sidebar--mobile-open{box-shadow:4px 0 24px #0000002e}.workspace{padding:68px 16px 24px}.workspace--analysis{padding-top:68px}.dashboard-page{padding:20px 16px 36px;gap:18px}.dashboard-page__header{flex-direction:column;align-items:flex-start;gap:12px}.dashboard-page__title{font-size:1.7rem}.dashboard-page__actions{width:100%;flex-wrap:wrap;gap:8px;justify-content:flex-start}.dashboard-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dashboard-section-card__content--balanced,.dashboard-section-card__content--chart_focus,.dashboard-section-card__content--table_focus,.dashboard-section-card__content--insight_focus{grid-template-columns:1fr}.dashboard-layout-block--hero{max-width:none}.executive-review-page{padding:20px 16px 40px}.executive-review-page__header{flex-direction:column;align-items:flex-start;gap:12px}.executive-review-page__title{font-size:1.7rem}.executive-review-overview,.executive-review-section__layout{grid-template-columns:1fr}.executive-review-overview__side{position:static}.executive-review-metric-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.executive-review-notes__grid{grid-template-columns:1fr}.explorer-page{padding:20px 16px 36px}.explorer-page__header{flex-direction:column;align-items:flex-start;gap:12px}.explorer-workbench{grid-template-columns:1fr}.explorer-assistant{min-height:280px}.explorer-assistant__context,.explorer-assistant__sample-list,.explorer-assistant__mode-grid{grid-template-columns:1fr}.sources-page{padding:20px 16px 36px}.sources-page__header{flex-direction:column;align-items:flex-start;gap:12px}.sources-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.settings-page{padding:20px 16px 36px}.settings-grid,.settings-language-options,.settings-storage-card{grid-template-columns:1fr}.chat-pane--room{height:100%;display:flex;flex-direction:column}.chat-room-surface{flex:1;min-height:0;overflow-y:auto}.chat-room-header{flex-direction:column;align-items:flex-start;gap:8px}.home-chat{padding:16px 10px 200px}.home-chat__intro h1{font-size:2rem}.home-chat__suggestions{grid-template-columns:1fr}.home-composer{left:50%;padding:0 14px;bottom:16px}.topbar{flex-direction:column;align-items:stretch;gap:12px}.topbar__title{font-size:1.5rem}.pinned-page{padding:20px 16px 36px}.pinned-page__toolbar{flex-direction:column;gap:10px}.pinned-page__grid,.insight-layout,.dashboard-insight-notes{grid-template-columns:1fr}.workspace-hub__icon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.app-splash{grid-template-columns:1fr;grid-template-rows:38vh 1fr}.app-splash__panel{padding:24px 20px 36px;border-left:none;border-top:1px solid rgba(110,86,49,.1);overflow-y:auto}.app-splash__icon{width:64px;height:64px}.app-splash__wordmark-main,.app-splash__wordmark-sub{font-size:1.6rem}.app-splash__tagline{font-size:.8rem;text-align:center}.auth-entry__card{padding:18px}.auth-entry__card-top{flex-direction:column}.auth-entry__split{grid-template-columns:1fr}.message-bubble{max-width:100%}.message-thread{gap:10px}.results-pane__floating-anchor--explore,.results-pane__floating-anchor--dashboard,.results-pane__floating-anchor--review,.results-pane__floating-anchor--delete{right:6px}.source-card__utility{flex-wrap:wrap;gap:6px}.changelog-page{padding:20px 16px}.tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.assistant-actions{flex-wrap:wrap;gap:6px}.explorer-grid-page__topbar{flex-direction:column;align-items:stretch;gap:10px}}@media (max-width: 480px){.workspace{padding:62px 10px 20px;gap:10px}.dashboard-page{padding:16px 10px 28px;gap:14px}.dashboard-page__title{font-size:1.4rem}.dashboard-page__subtitle{font-size:.78rem}.dashboard-kpi-grid{grid-template-columns:1fr;gap:10px}.dashboard-kpi-card{padding:16px}.dashboard-kpi-card__value{font-size:1.6rem}.dashboard-hero{padding:20px 18px;min-height:auto}.dashboard-insights{padding:18px}.executive-review-page{padding:16px 10px 32px;gap:14px}.executive-review-page__title{font-size:1.4rem}.executive-review-metric-strip{grid-template-columns:1fr;gap:8px}.executive-review-hero{min-height:auto;padding:20px 16px}.executive-review-hero__footer{flex-direction:column;align-items:flex-start;gap:14px}.executive-review-hero__metric+.executive-review-hero__metric{padding-left:0;border-left:0}.explorer-page,.sources-page{padding:16px 10px 28px}.sources-grid{grid-template-columns:1fr;gap:12px}.source-card{padding:18px}.sources-dropzone{padding:24px 16px}.settings-page{padding:16px 10px 28px}.settings-token-metrics,.settings-storage-metrics{grid-template-columns:1fr}.home-chat{padding:12px 6px 220px;min-height:calc(100vh - 120px)}.home-chat__intro h1{font-size:1.6rem}.home-chat__intro p{font-size:.82rem}.home-chat__suggestions{grid-template-columns:1fr;gap:8px}.home-composer{padding:0 8px;bottom:10px}.home-composer__top-row{flex-direction:column;align-items:stretch;gap:6px}.chat-room-header{flex-direction:column;align-items:flex-start;gap:6px}.message-thread__avatar{width:26px;height:26px;flex-shrink:0}.composer--room{padding:8px 0 0}.composer__meta-row{flex-wrap:wrap;gap:5px}.source-select-button{width:100%;justify-content:space-between}.chat-mode-switch{justify-content:stretch}.results-pane__surface{padding:12px 10px}.app-splash{grid-template-rows:1fr;display:block}.app-splash__cover{display:none}.app-splash__panel{min-height:100vh;padding:32px 16px 40px;border:none;overflow-y:auto}.app-splash__panel-head{margin-bottom:16px}.auth-entry__panel{min-height:auto}.workspace-hub__icon-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pinned-page__grid,.insight-layout{grid-template-columns:1fr}.topbar__title,.sources-page__title{font-size:1.3rem}.error-banner{margin:0;border-radius:0;font-size:.8rem}.changelog-page{padding:16px 10px}.cl-version__blurb-peek,.cl-version__tags{display:none}.help-page{padding:16px 10px 32px}.mobile-nav-trigger{top:10px;left:10px;width:38px;height:38px}.dashboard-page__actions .button span:not(.material-symbols-outlined){display:none}.dashboard-page__actions .button{min-width:0;padding:8px 10px}}body[data-theme=dark] .sidebar-overlay{background:#000000a6}body[data-theme=dark] .mobile-nav-trigger{background:var(--surface-low);border-color:var(--outline);color:var(--text)}body[data-theme=dark] .mobile-nav-trigger:hover{background:var(--surface-mid)}@media (hover: none) and (pointer: coarse){.nav-button:hover,.button:hover,.history-item:hover,.source-card:hover,.sidebar__more-button:hover{background:initial}.nav-button{min-height:44px}.history-item{min-height:42px}}@supports (padding-bottom: env(safe-area-inset-bottom)){@media (max-width: 768px){.workspace{padding-bottom:max(20px,env(safe-area-inset-bottom))}.composer--room{padding-bottom:max(10px,env(safe-area-inset-bottom))}.home-composer{bottom:max(16px,env(safe-area-inset-bottom))}}@media (max-width: 480px){.app-splash__panel{padding-bottom:max(40px,env(safe-area-inset-bottom))}}}.chart-lightbox-thumb{position:relative;display:flex;width:100%;height:100%}.chart-lightbox-thumb img{width:100%;height:100%;object-fit:contain;display:block}.chart-lightbox-thumb__open{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;border:1px solid rgba(255,255,255,.28);background:#0f172a9e;color:#fff;cursor:pointer;opacity:0;transform:scale(.88);transition:opacity .16s ease,transform .16s ease,background .15s ease;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:2}.chart-lightbox-thumb__open .material-symbols-outlined{font-size:18px}.chart-lightbox-thumb:hover .chart-lightbox-thumb__open{opacity:1;transform:scale(1)}.chart-lightbox-thumb__open:hover{background:#094cb2d1;border-color:#fff6}@media (hover: none) and (pointer: coarse){.chart-lightbox-thumb__open{opacity:1;transform:scale(1);width:38px;height:38px;top:6px;right:6px}}.chart-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;flex-direction:column;align-items:center;justify-content:center;animation:cl-fadein .2s ease both}@keyframes cl-fadein{0%{opacity:0}to{opacity:1}}.chart-lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#080c16e0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.chart-lightbox__toolbar{position:absolute;top:0;left:0;right:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:linear-gradient(to bottom,rgba(8,12,22,.9) 0%,transparent 100%);animation:cl-toolbar-down .22s cubic-bezier(.22,1,.36,1) both}@keyframes cl-toolbar-down{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.chart-lightbox__toolbar-title{flex:1;min-width:0;color:#ffffffd9;font-size:.82rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chart-lightbox__toolbar-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.chart-lightbox__tool-btn{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 8px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff14;color:#ffffffe0;cursor:pointer;font-family:inherit;transition:background .14s ease,border-color .14s ease;text-decoration:none}.chart-lightbox__tool-btn .material-symbols-outlined{font-size:18px}.chart-lightbox__tool-btn:hover:not(:disabled){background:#ffffff29;border-color:#ffffff3d}.chart-lightbox__tool-btn:disabled{opacity:.35;cursor:not-allowed}.chart-lightbox__tool-btn--close:hover{background:#ba1a1a80!important;border-color:#ba1a1a99!important}.chart-lightbox__scale-badge{display:flex;align-items:center;justify-content:center;min-width:54px;height:36px;padding:0 10px;border-radius:10px;border:1px solid rgba(255,255,255,.16);background:#ffffff1a;color:#ffffffe6;font-size:.72rem;font-weight:700;letter-spacing:.04em;font-family:Public Sans,sans-serif;cursor:pointer;transition:background .14s ease}.chart-lightbox__scale-badge:hover{background:#094cb280;border-color:#4e8cff66}.chart-lightbox__stage{position:relative;z-index:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:64px 16px 80px;-webkit-user-select:none;user-select:none}.chart-lightbox__image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 32px 80px #00000080;transform-origin:center center;will-change:transform;pointer-events:none}.chart-lightbox__mobile-controls{display:none}@media (max-width: 768px){.chart-lightbox__mobile-controls{position:absolute;bottom:max(20px,env(safe-area-inset-bottom,20px));left:50%;transform:translate(-50%);z-index:2;display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#0f172ad1;border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:cl-fadein .25s ease both}.chart-lightbox__stage{padding:60px 8px 96px}.chart-lightbox__toolbar{padding:10px 12px}.chart-lightbox__toolbar-actions a.chart-lightbox__tool-btn{display:none}}@media (max-width: 480px){.chart-lightbox__toolbar-title{font-size:.75rem;max-width:140px}}body[data-theme=dark] .chart-lightbox__backdrop{background:#04070deb}.nav-button--active{position:relative}.nav-button--active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;border-radius:0 3px 3px 0;background:var(--primary)}.sidebar__body{flex-direction:column;gap:0;padding-right:0}.sidebar__chat-zone{display:flex;flex-direction:column;gap:10px;flex:1 1 0;min-height:0;overflow-y:auto;padding-right:4px;padding-bottom:10px;scrollbar-width:thin;scrollbar-color:rgba(115,119,132,.2) transparent}.sidebar__chat-zone::-webkit-scrollbar{width:4px}.sidebar__chat-zone::-webkit-scrollbar-thumb{background:#73778438;border-radius:99px}.sidebar__zone-header{flex-shrink:0}.sidebar__search-wrap{position:relative;display:flex;align-items:center;gap:0;flex-shrink:0}.sidebar__search-icon{position:absolute;left:10px;font-size:15px;color:var(--text-soft);pointer-events:none}.sidebar__search-input{width:100%;height:34px;padding:0 32px;border:1px solid rgba(115,119,132,.14);border-radius:10px;background:var(--surface-low);color:var(--text);font-family:Public Sans,sans-serif;font-size:.76rem;outline:none;transition:border-color .14s ease,box-shadow .14s ease}.sidebar__search-input::placeholder{color:var(--text-soft)}.sidebar__search-input:focus{border-color:#094cb247;box-shadow:0 0 0 3px #094cb214}.sidebar__search-clear{position:absolute;right:6px;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:0;border-radius:6px;background:transparent;color:var(--text-soft);cursor:pointer;padding:0}.sidebar__search-clear .material-symbols-outlined{font-size:14px}.sidebar__search-clear:hover{background:var(--surface);color:var(--text)}.sidebar__pin-zone{flex-shrink:0;display:flex;flex-direction:column;gap:8px;padding:12px 0 0;border-top:1px solid rgba(115,119,132,.12);margin-top:4px}.sidebar__pin-zone-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.sidebar__pin-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:99px;background:#094cb21a;color:var(--primary);font-family:Public Sans,sans-serif;font-size:.62rem;font-weight:700}.sidebar__pin-empty{font-size:.72rem;padding:4px 0}.sidebar__pin-grid{display:flex;flex-direction:column;gap:4px}.sidebar__pin-card{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:1px solid rgba(115,119,132,.1);border-radius:12px;background:#fff9;text-align:left;cursor:pointer;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease}.sidebar__pin-card:hover{background:#ffffffe6;border-color:#094cb22e;box-shadow:0 2px 8px #1b1c1d0f}.sidebar__pin-card-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;flex-shrink:0}.sidebar__pin-card-icon--dashboard{background:#094cb21a;color:var(--primary)}.sidebar__pin-card-icon--executive-review{background:#7c3aed1a;color:#7c3aed}.sidebar__pin-card-icon .material-symbols-outlined{font-size:16px}.sidebar__pin-card-body{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:1px}.sidebar__pin-card-title{font-family:Public Sans,sans-serif;font-size:.74rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__pin-card-meta{font-family:Public Sans,sans-serif;font-size:.62rem;color:var(--text-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__pin-card-status{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.sidebar__pin-card-status .material-symbols-outlined{font-size:15px}.sidebar__pin-card-status--completed .material-symbols-outlined{color:#10b981}.sidebar__pin-card-status--failed .material-symbols-outlined{color:#ef4444}.sidebar__pin-card-status--pending .material-symbols-outlined{color:var(--text-soft);animation:spin 1.2s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.sidebar__pin-card--completed{border-left:3px solid rgba(16,185,129,.4)}.sidebar__pin-card--failed{border-left:3px solid rgba(239,68,68,.4)}.sidebar__pin-card--pending{border-left:3px solid rgba(115,119,132,.3)}.sidebar__pin-more{display:flex;align-items:center;gap:6px;width:100%;padding:6px 10px;border:1px dashed rgba(115,119,132,.2);border-radius:10px;background:transparent;color:var(--text-soft);font-family:Public Sans,sans-serif;font-size:.72rem;font-weight:600;cursor:pointer;transition:color .12s ease,background .12s ease}.sidebar__pin-more .material-symbols-outlined{font-size:15px}.sidebar__pin-more:hover{color:var(--primary);background:#094cb20a;border-color:#094cb22e}body[data-theme=dark] .sidebar__search-input{background:#1e293b99;border-color:#94a3b81f;color:var(--text)}body[data-theme=dark] .sidebar__search-input:focus{border-color:#60a5fa4d;box-shadow:0 0 0 3px #60a5fa14}body[data-theme=dark] .sidebar__pin-zone{border-top-color:#94a3b81f}body[data-theme=dark] .sidebar__pin-card{background:#161d2799;border-color:#94a3b81a}body[data-theme=dark] .sidebar__pin-card:hover{background:#1e293bcc;border-color:#60a5fa33}body[data-theme=dark] .sidebar__pin-card-icon--dashboard{background:#60a5fa1f;color:#60a5fa}body[data-theme=dark] .sidebar__pin-card-icon--executive-review{background:#a78bfa1f;color:#a78bfa}body[data-theme=dark] .sidebar__pin-count{background:#60a5fa1f;color:#60a5fa}body[data-theme=dark] .sidebar__pin-more:hover{color:#60a5fa;background:#60a5fa0f;border-color:#60a5fa33}body[data-theme=dark] .shared-data-grid{background:var(--surface);color:var(--text);border-color:var(--outline)}body[data-theme=dark] .shared-data-grid .MuiDataGrid-root,body[data-theme=dark] .shared-data-grid .MuiDataGrid-main,body[data-theme=dark] .shared-data-grid .MuiDataGrid-virtualScroller,body[data-theme=dark] .shared-data-grid .MuiDataGrid-virtualScrollerContent,body[data-theme=dark] .shared-data-grid .MuiDataGrid-virtualScrollerRenderZone{background:var(--surface)!important;color:var(--text)}body[data-theme=dark] .shared-data-grid .MuiDataGrid-columnHeaders,body[data-theme=dark] .shared-data-grid .MuiDataGrid-columnHeader,body[data-theme=dark] .shared-data-grid .MuiDataGrid-columnHeadersInner{background:var(--surface-mid)!important;border-bottom-color:#94a3b824!important}body[data-theme=dark] .shared-data-grid .MuiDataGrid-columnHeaderTitle,body[data-theme=dark] .shared-data-grid .MuiDataGrid-iconButtonContainer .MuiIconButton-root,body[data-theme=dark] .shared-data-grid .MuiDataGrid-sortIcon,body[data-theme=dark] .shared-data-grid .MuiDataGrid-menuIcon .MuiIconButton-root{color:var(--text-soft)!important}body[data-theme=dark] .shared-data-grid .MuiDataGrid-row{background:transparent!important}body[data-theme=dark] .shared-data-grid .MuiDataGrid-row:hover{background:#60a5fa0f!important}body[data-theme=dark] .shared-data-grid .MuiDataGrid-row.Mui-selected{background:#60a5fa1a!important}body[data-theme=dark] .shared-data-grid .MuiDataGrid-cell{color:var(--text-muted)!important;border-color:#94a3b814!important}body[data-theme=dark] .shared-data-grid .MuiDataGrid-cellContent{color:var(--text-muted)}body[data-theme=dark] .shared-data-grid .MuiDataGrid-toolbarContainer{background:var(--surface-low)!important;border-bottom-color:#94a3b81f!important}body[data-theme=dark] .shared-data-grid .MuiDataGrid-toolbarContainer .MuiButton-root{color:var(--text-soft)!important}body[data-theme=dark] .shared-data-grid .MuiDataGrid-toolbarContainer .MuiButton-root:hover{background:#94a3b814!important;color:var(--text)!important}body[data-theme=dark] .shared-data-grid .MuiCircularProgress-root{color:#60a5fa!important}body[data-theme=dark] .shared-data-grid .MuiIconButton-root{color:var(--text-soft)!important}body[data-theme=dark] .shared-data-grid .MuiDataGrid-footerContainer{background:var(--surface-low)!important;border-top-color:#94a3b81f!important;color:var(--text-muted)!important}body[data-theme=dark] .shared-data-grid .MuiTablePagination-root,body[data-theme=dark] .shared-data-grid .MuiTablePagination-toolbar,body[data-theme=dark] .shared-data-grid .MuiTablePagination-selectLabel,body[data-theme=dark] .shared-data-grid .MuiTablePagination-displayedRows{color:var(--text-soft)!important}body[data-theme=dark] .shared-data-grid .MuiTablePagination-select,body[data-theme=dark] .shared-data-grid .MuiSelect-select{color:var(--text)!important}body[data-theme=dark] .shared-data-grid .MuiTablePagination-actions .MuiIconButton-root{color:var(--text-soft)!important}body[data-theme=dark] .shared-data-grid .MuiTablePagination-actions .MuiIconButton-root:disabled{color:#94a3b847!important}body[data-theme=dark] .shared-data-grid .MuiDataGrid-withBorderColor{border-color:#94a3b81f!important}body[data-theme=dark] .shared-data-grid .MuiDataGrid-overlay{background:var(--surface)!important;color:var(--text)!important}body[data-theme=dark] .shared-data-grid .MuiCheckbox-root{color:var(--text-soft)!important}body[data-theme=dark] .shared-data-grid .MuiCheckbox-root.Mui-checked{color:#60a5fa!important}body[data-theme=dark] .MuiDataGrid-filterForm,body[data-theme=dark] .MuiDataGrid-panel,body[data-theme=dark] .MuiDataGrid-panelContent,body[data-theme=dark] .MuiDataGrid-panelHeader,body[data-theme=dark] .MuiDataGrid-panelFooter{background:var(--surface-mid)!important;color:var(--text)!important;border-color:var(--outline)!important}body[data-theme=dark] .MuiDataGrid-paper{background:var(--surface-mid)!important;color:var(--text)!important;box-shadow:0 12px 32px #0000005c!important;border:1px solid rgba(148,163,184,.14)!important}body[data-theme=dark] .MuiDataGrid-filterForm .MuiInput-root,body[data-theme=dark] .MuiDataGrid-filterForm .MuiSelect-root{color:var(--text)!important}body[data-theme=dark] .MuiDataGrid-filterForm .MuiInput-underline:before{border-bottom-color:#94a3b833!important}body[data-theme=dark] .MuiMenu-paper,body[data-theme=dark] .MuiPopover-paper{background:var(--surface-mid)!important;color:var(--text)!important;border:1px solid rgba(148,163,184,.14)!important;box-shadow:0 12px 32px #0000005c!important}body[data-theme=dark] .MuiMenuItem-root{color:var(--text-muted)!important}body[data-theme=dark] .MuiMenuItem-root:hover{background:#60a5fa1a!important;color:var(--text)!important}body[data-theme=dark] .MuiMenuItem-root.Mui-selected{background:#60a5fa24!important;color:#93c5fd!important}body[data-theme=dark] .MuiListSubheader-root{background:var(--surface-high)!important;color:var(--text-soft)!important}body[data-theme=dark] .MuiInputBase-root{color:var(--text)!important}body[data-theme=dark] .MuiInputLabel-root{color:var(--text-soft)!important}body[data-theme=dark] .MuiInput-underline:after{border-bottom-color:#60a5fa!important}body[data-theme=dark] .MuiOutlinedInput-notchedOutline{border-color:#94a3b838!important}body[data-theme=dark] .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#94a3b866!important}body[data-theme=dark] .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#60a5fa!important}body[data-theme=dark] .MuiSvgIcon-root{color:inherit}body[data-theme=dark] .MuiTypography-colorTextSecondary,body[data-theme=dark] .MuiTypography-root.MuiTypography-colorTextSecondary{color:var(--text-soft)!important}body[data-theme=dark] .chart-stage,body[data-theme=dark] .executive-review-chart-stage{background:var(--surface-mid);border:1px solid rgba(148,163,184,.1)}body[data-theme=dark] .chart-stage__image,body[data-theme=dark] .chart-stage .chart-lightbox-thumb img,body[data-theme=dark] .dashboard-section-card__chart-image,body[data-theme=dark] .executive-review-chart-stage img{border-radius:10px;mix-blend-mode:luminosity;opacity:.88;transition:opacity .2s ease}body[data-theme=dark] .chart-stage__image:hover,body[data-theme=dark] .chart-stage .chart-lightbox-thumb:hover img,body[data-theme=dark] .dashboard-section-card__chart-image:hover,body[data-theme=dark] .executive-review-chart-stage img:hover{opacity:1;mix-blend-mode:normal}body[data-theme=dark] .dashboard-section-card__chart{background:var(--surface-mid);border:1px solid rgba(148,163,184,.1)}body[data-theme=dark] .dashboard-section-card__insight{background:linear-gradient(180deg,#60a5fa0d,#161d27f2);border-color:#60a5fa1a}body[data-theme=dark] .executive-review-section__insight{background:var(--surface);border-color:#94a3b81a}body[data-theme=dark] .panel{background:var(--surface);border:1px solid rgba(148,163,184,.1)}body[data-theme=dark] .results-pane__surface{background:var(--surface)!important}body[data-theme=dark] .insight-recommendation-card{background:var(--surface-low);border-color:#94a3b81a}body[data-theme=dark] .insight-recommendation-card h5{color:var(--text)}body[data-theme=dark] .insight-recommendation-card p{color:var(--text-muted)}body[data-theme=dark] .insight-bullets__icon--primary{color:#60a5fa}body[data-theme=dark] .insight-bullets__icon--warning{color:#fbbf24}body[data-theme=dark] .tabs{background:var(--surface-low);border-bottom-color:#94a3b81f}body[data-theme=dark] .tabs__tab{color:var(--text-soft)}body[data-theme=dark] .tabs__tab--active{color:var(--text);border-bottom-color:var(--primary)}body[data-theme=dark] .sql-code-block{background:var(--surface-low);border-color:#94a3b81f}body[data-theme=dark] .sql-token--keyword{color:#93c5fd}body[data-theme=dark] .sql-token--function{color:#6ee7b7}body[data-theme=dark] .sql-token--string{color:#fcd34d}body[data-theme=dark] .sql-token--number{color:#fb923c}body[data-theme=dark] .sql-token--comment{color:#94a3b870;font-style:italic}body[data-theme=dark] .workspace-switcher__trigger,body[data-theme=dark] .topbar__action-button{background:var(--surface-low);border-color:#94a3b824;color:var(--text)}body[data-theme=dark] .explorer-profile-card{background:var(--surface);border-color:#94a3b81a}body[data-theme=dark] .executive-review-section__attention--high{background:#ef444424;color:#fca5a5;border-color:#ef444438}body[data-theme=dark] .executive-review-section__attention--medium{background:#fbbf241f;color:#fde68a;border-color:#fbbf2433}body[data-theme=dark] .executive-review-section__attention--low{background:#34d3991a;color:#6ee7b7;border-color:#34d3992e}body[data-theme=dark]{scrollbar-color:rgba(148,163,184,.18) transparent}body[data-theme=dark] ::-webkit-scrollbar-thumb{background:#94a3b82e;border-radius:99px}body[data-theme=dark] ::-webkit-scrollbar-track{background:transparent}body[data-theme=dark] .chart-lightbox__toolbar,body[data-theme=dark] .chart-lightbox__mobile-controls{background:#0d1117e6;border-color:#94a3b81f}body[data-theme=dark] .chart-lightbox__tool-btn{color:#e4e8f0cc;border-color:#94a3b824;background:#161d27cc}body[data-theme=dark] .chart-lightbox__tool-btn:hover:not(:disabled){background:#1e293bf2;color:#e2e8f0}body[data-theme=dark] .chart-lightbox__scale-badge{background:#161d27e6;color:var(--text-soft);border-color:#94a3b824}body[data-theme=dark] .chart-lightbox__image{mix-blend-mode:normal;opacity:1}body[data-theme=dark] .pinned-page__title{color:var(--text)}body[data-theme=dark] .pinned-page__subtitle,body[data-theme=dark] .pinned-page__results{color:var(--text-soft)}body[data-theme=dark] .pinned-page__input-wrap{background:var(--surface-low);border-color:#94a3b824}body[data-theme=dark] .pinned-page__input-wrap .material-symbols-outlined{color:var(--text-soft)}body[data-theme=dark] .pinned-page__search input{background:transparent;color:var(--text);border-color:#94a3b824}body[data-theme=dark] .pinned-page__search input:focus{border-color:#60a5fa4d;box-shadow:0 0 0 3px #60a5fa14}body[data-theme=dark] .pinned-page__search input::placeholder{color:var(--text-soft)}body[data-theme=dark] .pinned-page__field-label{color:var(--text-soft)}body[data-theme=dark] .pinned-card{background:var(--surface);border-color:#94a3b81a;box-shadow:0 2px 12px #00000047}body[data-theme=dark] .pinned-card:hover{border-color:#60a5fa33;box-shadow:0 4px 24px #00000061,0 0 0 1px #60a5fa1a}body[data-theme=dark] .pinned-card__eyebrow{color:var(--text-soft)}body[data-theme=dark] .pinned-card__title{color:var(--text)}body[data-theme=dark] .pinned-card__status{background:#33415580;color:var(--text-muted);border-radius:6px}body[data-theme=dark] .pinned-card__status--completed{background:#064e3b59;color:#6ee7b7;border:1px solid rgba(52,211,153,.18)}body[data-theme=dark] .pinned-card__status--running,body[data-theme=dark] .pinned-card__status--queued{background:#1e3a8a61;color:#93c5fd;border:1px solid rgba(96,165,250,.2)}body[data-theme=dark] .pinned-card__status--failed{background:#7f1d1d61;color:#fca5a5;border:1px solid rgba(239,68,68,.2)}body[data-theme=dark] .pinned-card__metric{background:var(--surface-low);border:1px solid rgba(148,163,184,.08);border-radius:10px}body[data-theme=dark] .pinned-card__metric-label{color:var(--text-soft)}body[data-theme=dark] .pinned-card__metric-value{color:var(--text)}body[data-theme=dark] .pinned-card__summary{color:var(--text-soft)}body[data-theme=dark] .pinned-card__chart-preview{background:var(--surface-mid);border-color:#94a3b81a;border-radius:10px;overflow:hidden}body[data-theme=dark] .pinned-card__chart-image{mix-blend-mode:luminosity;opacity:.82;transition:opacity .2s ease}body[data-theme=dark] .pinned-card:hover .pinned-card__chart-image{opacity:.95;mix-blend-mode:normal}body[data-theme=dark] .pinned-card__meta{color:var(--text-soft)}body[data-theme=dark] .pinned-card__open-button{background:var(--surface-low);border-color:#94a3b824;color:var(--text-soft)}body[data-theme=dark] .pinned-card__open-button:hover{background:#60a5fa1a;border-color:#60a5fa4d;color:#93c5fd}body[data-theme=dark] .pinned-page__empty{background:var(--surface);border-color:#94a3b81a}body[data-theme=dark] .pinned-page__empty-copy{color:var(--text-soft)}.pinned-page__grid-wrap{position:relative}.pinned-page__loading-hint{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px;color:var(--text-soft);font-family:Public Sans,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.04em}.pinned-page__loading-hint:before,.pinned-page__loading-hint:after{content:"";flex:1;height:1px;background:var(--outline)}body[data-theme=dark] .pinned-page__loading-hint{color:#94a3b866}body[data-theme=dark] .pinned-page__loading-hint:before,body[data-theme=dark] .pinned-page__loading-hint:after{background:#94a3b81a}body[data-theme=dark] .pinned-card__gallery-thumb{background:var(--surface-mid);border-color:#94a3b81a}body[data-theme=dark] .pinned-card__gallery-thumb:hover{border-color:#60a5fa4d;box-shadow:0 4px 16px #60a5fa1a}body[data-theme=dark] .pinned-card__gallery-image{mix-blend-mode:luminosity;opacity:.82;transition:opacity .18s ease}body[data-theme=dark] .pinned-card__gallery-thumb:hover .pinned-card__gallery-image{opacity:.96;mix-blend-mode:normal}body[data-theme=dark] .pinned-card__gallery--single .pinned-card__gallery-thumb{border-color:#94a3b81a}body[data-theme=dark] .sources-page__title{color:var(--text)}body[data-theme=dark] .sources-page__subtitle{color:var(--text-soft)}body[data-theme=dark] .sources-dropzone{background:linear-gradient(135deg,#121821e6,#161d27f5);border-color:#94a3b82e}body[data-theme=dark] .sources-dropzone:before{background:radial-gradient(ellipse 70% 60% at 50% 0%,rgba(96,165,250,.06) 0%,transparent 70%)}body[data-theme=dark] .sources-dropzone:hover{border-color:#60a5fa52;box-shadow:0 8px 28px #60a5fa14}body[data-theme=dark] .sources-dropzone:hover:before{opacity:1;background:radial-gradient(ellipse 70% 60% at 50% 0%,rgba(96,165,250,.08) 0%,transparent 70%)}body[data-theme=dark] .sources-dropzone--active{border-color:#60a5fa99;background:linear-gradient(135deg,#0f192df5,#141e32fa);box-shadow:0 0 0 4px #60a5fa1a,0 12px 36px #60a5fa29;animation:dropzone-pulse-dark 1.4s ease infinite}@keyframes dropzone-pulse-dark{0%,to{box-shadow:0 0 0 4px #60a5fa1a,0 12px 36px #60a5fa29}50%{box-shadow:0 0 0 7px #60a5fa26,0 18px 44px #60a5fa38}}body[data-theme=dark] .sources-dropzone--active:before{opacity:1;background:radial-gradient(ellipse 70% 60% at 50% 30%,rgba(96,165,250,.12) 0%,transparent 70%)}body[data-theme=dark] .sources-dropzone__icon{color:#60a5fa80}body[data-theme=dark] .sources-dropzone:hover .sources-dropzone__icon,body[data-theme=dark] .sources-dropzone__icon--active{color:#60a5fa}body[data-theme=dark] .sources-dropzone__title{color:var(--text)}body[data-theme=dark] .sources-dropzone__copy{color:var(--text-soft)}body[data-theme=dark] .sources-dropzone__format-chip{background:#60a5fa14;border-color:#60a5fa2e;color:#93c5fd}body[data-theme=dark] .sources-dropzone:hover .sources-dropzone__format-chip,body[data-theme=dark] .sources-dropzone--active .sources-dropzone__format-chip{background:#60a5fa24;border-color:#60a5fa4d}body[data-theme=dark] .sources-empty-state{background:linear-gradient(180deg,#121821b3,#161d27e6);border-color:#94a3b81f}body[data-theme=dark] .sources-empty-state__icon{color:#60a5fa80}body[data-theme=dark] .sources-empty-state h3{color:var(--text)}body[data-theme=dark] .sources-empty-state p{color:var(--text-soft)}body[data-theme=dark] .source-card{background:var(--surface);border-color:#94a3b81a;box-shadow:0 2px 12px #00000038}body[data-theme=dark] .source-card:hover{background:var(--surface-low);border-color:#60a5fa38;box-shadow:0 8px 28px #60a5fa14,0 2px 12px #00000047}body[data-theme=dark] .source-card--active{border-color:#60a5fa5c;box-shadow:0 0 0 3px #60a5fa14,0 2px 12px #00000047}body[data-theme=dark] .source-card h3{color:var(--text)}body[data-theme=dark] .source-card p{color:var(--text-soft)}body[data-theme=dark] .source-card__status{color:#60a5fa}body[data-theme=dark] .source-card__icon{background:#2f8b5724;color:#6ee7b7}body[data-theme=dark] .source-card__delete-corner{background:#ba1a1a1f;color:#fca5a5;border:1px solid rgba(239,68,68,.14)}body[data-theme=dark] .source-card__delete-corner:hover{background:#ba1a1a38;border-color:#ef444447;color:#fecaca}body[data-theme=dark] .source-card__meta{color:var(--text-soft)}body[data-theme=dark] .source-card .button--secondary{background:#60a5fa1a;border-color:#60a5fa33;color:#93c5fd}body[data-theme=dark] .source-card .button--secondary:hover{background:#60a5fa29;border-color:#60a5fa52;color:#bfdbfe}body[data-theme=dark] .source-card .button--ghost{color:var(--text-soft);border-color:#94a3b824}body[data-theme=dark] .source-card .button--ghost:hover{background:var(--surface-low);color:var(--text);border-color:#94a3b842}.workspace-hub-dialog{border-radius:20px!important;overflow:hidden;background:var(--surface)!important;color:var(--text)!important}.workspace-hub-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 20px 16px;border-bottom:1px solid var(--outline)}.workspace-hub-dialog__header-text{flex:1 1 auto;min-width:0}.workspace-hub-dialog__header-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.workspace-hub-dialog__body{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:480px}.workspace-hub__list{border-right:1px solid var(--outline);padding:14px 10px;overflow-y:auto;background:var(--surface-low)}.workspace-hub__list-label{padding:4px 8px 10px;font-family:Public Sans,sans-serif;font-size:.64rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft)}.workspace-hub__item{display:flex;align-items:center;gap:10px;width:100%;padding:10px;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--text);text-align:left;transition:background .12s ease,border-color .12s ease}.workspace-hub__item+.workspace-hub__item{margin-top:4px}.workspace-hub__item:hover{background:var(--surface)}.workspace-hub__item--editing{background:var(--surface);border-color:var(--outline);box-shadow:0 1px 4px #0000000f}.workspace-hub__item--active .workspace-hub__item-name{color:var(--primary)}.workspace-hub__item-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;color:#fff;flex:0 0 32px}.workspace-hub__item-icon svg,.workspace-switcher__icon svg,.workspace-hub__icon-glyph svg{display:block}.workspace-hub__item-copy{display:flex;flex-direction:column;min-width:0;flex:1 1 auto;gap:1px}.workspace-hub__item-name{font-size:.82rem;font-weight:700;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-hub__item-meta{font-size:.64rem;color:var(--text-soft);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-hub__item-badges{display:flex;align-items:center;gap:4px;flex-shrink:0}.workspace-hub__item-badge{display:inline-flex;align-items:center;padding:2px 6px;border-radius:999px;font-size:.6rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.workspace-hub__item-badge--active{background:#10b9811f;color:#059669;border:1px solid rgba(16,185,129,.22)}.workspace-hub__item-shortcut{font-size:.62rem;color:var(--text-soft);font-family:monospace;background:var(--surface-mid);padding:1px 5px;border-radius:5px;border:1px solid var(--outline)}.workspace-hub__editor{padding:20px 22px;overflow-y:auto;background:var(--surface)}.workspace-hub__editor-preview{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:14px;background:var(--surface-low);border:1px solid var(--outline)}.workspace-hub__editor-preview-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;color:#fff;flex-shrink:0;box-shadow:0 4px 12px #0000002e}.workspace-hub__icon-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.workspace-hub__icon-option{position:relative;display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1;border:1.5px solid rgba(115,119,132,.14);border-radius:10px;background:var(--surface-low);color:var(--text-muted);transition:background .12s ease,border-color .12s ease,color .12s ease;padding:0}.workspace-hub__icon-option:hover{background:var(--surface-mid);border-color:#73778447;color:var(--text)}.workspace-hub__icon-option--active{border-color:var(--icon-color, var(--primary));background:color-mix(in srgb,var(--icon-color, var(--primary)) 12%,transparent);color:var(--icon-color, var(--primary))}.workspace-hub__icon-glyph{display:grid;place-items:center;width:18px;height:18px}.workspace-hub__icon-check{position:absolute;bottom:2px;right:2px;display:grid;place-items:center;width:14px;height:14px;border-radius:999px;background:var(--icon-color, var(--primary));color:#fff}.workspace-hub__color-presets{display:flex;flex-wrap:wrap;gap:6px}.workspace-hub__color-swatch{display:grid;place-items:center;width:26px;height:26px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease;flex-shrink:0}.workspace-hub__color-swatch:hover{transform:scale(1.15);box-shadow:0 2px 8px #00000038}.workspace-hub__color-swatch--active{border-color:#ffffffb3;box-shadow:0 0 0 2px currentColor,0 2px 8px #00000038;transform:scale(1.1)}.workspace-hub__color-swatch--custom{position:relative;overflow:hidden}.workspace-hub__color-picker-row{display:flex;align-items:center;gap:10px}.workspace-hub__color-dot{width:28px;height:28px;border-radius:8px;flex-shrink:0;border:1px solid rgba(115,119,132,.18);box-shadow:inset 0 1px 3px #0000001f}.workspace-hub__color-picker{position:relative;display:grid;place-items:center;overflow:hidden;cursor:pointer}.workspace-hub__color-picker-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.workspace-hub__editor-actions{display:flex;gap:10px;align-items:center}.workspace-hub__editor-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 20px}.workspace-hub__editor-empty-icon{font-size:36px;color:var(--text-soft);opacity:.5}body[data-theme=dark] .workspace-hub-dialog{background:var(--surface)!important}body[data-theme=dark] .workspace-hub-dialog__header{border-bottom-color:#94a3b81f}body[data-theme=dark] .workspace-hub-dialog__header .MuiTypography-root{color:var(--text)}body[data-theme=dark] .workspace-hub-dialog__header .MuiTypography-colorTextSecondary{color:var(--text-soft)!important}body[data-theme=dark] .workspace-hub__list{background:var(--surface-low);border-right-color:#94a3b81a}body[data-theme=dark] .workspace-hub__list-label{color:#94a3b880}body[data-theme=dark] .workspace-hub__item:hover{background:var(--surface-mid)}body[data-theme=dark] .workspace-hub__item--editing{background:var(--surface-mid);border-color:#94a3b824}body[data-theme=dark] .workspace-hub__item--active .workspace-hub__item-name{color:#60a5fa}body[data-theme=dark] .workspace-hub__item-badge--active{background:#34d3991f;color:#34d399;border-color:#34d39933}body[data-theme=dark] .workspace-hub__item-shortcut{background:var(--surface-high);border-color:#94a3b81f;color:var(--text-soft)}body[data-theme=dark] .workspace-hub__editor{background:var(--surface)}body[data-theme=dark] .workspace-hub__editor-preview{background:var(--surface-low);border-color:#94a3b81a}body[data-theme=dark] .workspace-hub__icon-option{background:var(--surface-low);border-color:#94a3b81f;color:var(--text-soft)}body[data-theme=dark] .workspace-hub__icon-option:hover{background:var(--surface-mid);border-color:#94a3b83d;color:var(--text)}body[data-theme=dark] .workspace-hub__color-swatch--active{border-color:#ffffff80}body[data-theme=dark] .workspace-hub__color-dot{border-color:#94a3b82e}body[data-theme=dark] .workspace-hub-dialog .MuiDialogContent-root,body[data-theme=dark] .workspace-hub-dialog .MuiDialogActions-root{background:var(--surface)}body[data-theme=dark] .workspace-hub-dialog .MuiTypography-root{color:var(--text)}body[data-theme=dark] .workspace-hub-dialog .MuiTypography-colorTextSecondary,body[data-theme=dark] .workspace-hub-dialog .MuiTypography-root[color="text.secondary"]{color:var(--text-soft)!important}body[data-theme=dark] .workspace-hub-dialog .MuiTextField-root .MuiOutlinedInput-root{background:var(--surface-low);color:var(--text)}body[data-theme=dark] .workspace-hub-dialog .MuiIconButton-root{color:var(--text-soft)}body[data-theme=dark] .workspace-hub-dialog .MuiIconButton-root:hover{background:var(--surface-mid);color:var(--text)}body[data-theme=dark] .workspace-hub-dialog .MuiButton-contained{background:var(--primary);color:#fff}body[data-theme=dark] .workspace-hub-dialog .MuiButton-outlined{border-color:#94a3b838;color:var(--text-muted)}body[data-theme=dark] .workspace-hub-dialog .MuiButton-outlined:hover{background:var(--surface-low);border-color:#94a3b85c}body[data-theme=dark] .MuiTooltip-tooltip{background:var(--surface-high);color:var(--text);border:1px solid var(--outline);font-size:.72rem}.legal-page{min-height:100vh;background:var(--surface, #faf9fa);color:var(--text, #1b1c1d)}.legal-page__shell{max-width:780px;margin:0 auto;padding:0 24px 64px}.legal-page__topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;border-bottom:1px solid var(--outline, rgba(115,119,132,.12));margin-bottom:48px;flex-wrap:wrap}.legal-page__home-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.legal-page__logo{width:28px;height:28px;object-fit:contain}.legal-page__brand{font-size:15px;font-weight:700;color:var(--text);letter-spacing:-.01em}.legal-page__topbar-links{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.legal-page__topbar-link{font-size:13px;font-weight:500;color:var(--text-soft, #64748b);text-decoration:none;padding:5px 10px;border-radius:6px;transition:background .12s,color .12s}.legal-page__topbar-link:hover{background:var(--surface-mid, #f5f7fb);color:var(--text)}.legal-page__topbar-link--active{color:var(--primary, #094cb2);font-weight:700;background:var(--primary-soft, rgba(9,76,178,.06))}.legal-page__topbar-cta{font-size:13px;font-weight:700;color:#fff;background:var(--primary, #094cb2);text-decoration:none;padding:6px 14px;border-radius:7px;margin-left:8px;transition:opacity .12s}.legal-page__topbar-cta:hover{opacity:.88}.legal-page__hero{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:40px;padding-bottom:32px;border-bottom:1px solid var(--outline, rgba(115,119,132,.12))}.legal-page__hero-icon{width:48px;height:48px;border-radius:12px;background:var(--primary-soft, rgba(9,76,178,.08));display:flex;align-items:center;justify-content:center;color:var(--primary, #094cb2);margin-bottom:4px}.legal-page__hero-icon .material-symbols-outlined{font-size:24px}.legal-page__hero-title{font-size:clamp(26px,4vw,34px);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--text);margin:0}.legal-page__hero-meta{font-size:13px;color:var(--text-soft, #64748b);margin:0}.legal-page__status{display:flex;align-items:center;gap:10px;padding:24px 0;font-size:14px;color:var(--text-soft)}.legal-page__status--error{color:#dc2626}.legal-page__status-spinner{animation:spin .75s linear infinite}.legal-md{font-size:14.5px;line-height:1.75;color:var(--text, #1b1c1d)}.legal-md__h1{font-size:26px;font-weight:800;letter-spacing:-.015em;margin:0 0 20px;color:var(--text)}.legal-md__h2{font-size:17px;font-weight:700;margin:36px 0 10px;padding-top:8px;color:var(--text);border-bottom:1px solid var(--outline, rgba(115,119,132,.12));padding-bottom:6px;scroll-margin-top:80px}.legal-md__h3{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin:24px 0 8px;color:var(--text-soft, #64748b)}.legal-md__p{margin:0 0 14px}.legal-md__hr{border:none;border-top:1px solid var(--outline, rgba(115,119,132,.14));margin:32px 0}.legal-md__blockquote{border-left:3px solid var(--primary, #094cb2);padding:10px 16px;margin:0 0 14px;background:var(--primary-soft, rgba(9,76,178,.04));border-radius:0 6px 6px 0;font-style:italic;color:var(--text-muted, #475569)}.legal-md__ul{margin:0 0 16px;padding-left:20px}.legal-md__li{margin-bottom:5px}.legal-md__table-wrap{overflow-x:auto;margin:16px 0 20px;border-radius:8px;border:1px solid var(--outline, rgba(115,119,132,.14))}.legal-md__table{width:100%;border-collapse:collapse;font-size:13.5px}.legal-md__th{background:var(--surface-mid, #f5f7fb);font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:var(--text-soft, #64748b);padding:10px 14px;text-align:left;border-bottom:1px solid var(--outline, rgba(115,119,132,.12))}.legal-md__td{padding:10px 14px;border-bottom:1px solid var(--outline, rgba(115,119,132,.07));vertical-align:top}.legal-md__table tbody tr:last-child .legal-md__td{border-bottom:none}.legal-page__footer{margin-top:64px;padding-top:24px;border-top:1px solid var(--outline, rgba(115,119,132,.12))}[data-theme=dark] .legal-page{background:var(--surface, #0d1117)}[data-theme=dark] .legal-page__topbar-link:hover{background:var(--surface-mid)}[data-theme=dark] .legal-page__topbar-link--active,[data-theme=dark] .legal-page__hero-icon{background:#639bff1a;color:#639bff}[data-theme=dark] .legal-md__h2{border-color:var(--outline)}[data-theme=dark] .legal-md__blockquote{border-color:#639bff;background:#639bff0f}[data-theme=dark] .legal-md__th{background:var(--surface-mid)}[data-theme=dark] .legal-md__table-wrap{border-color:var(--outline)}.dsp-dialog{border-radius:16px!important;overflow:hidden;background:var(--surface, #fff)!important;background-image:none!important;box-shadow:0 24px 80px #0000002e!important}.dsp-dialog__progress{position:absolute;top:0;left:0;right:0;z-index:10;height:3px!important}.dsp-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:28px 28px 0}.dsp-dialog__eyebrow{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--primary, #094cb2);margin-bottom:6px}.dsp-dialog__title{font-size:20px;font-weight:800;letter-spacing:-.015em;color:var(--text, #1b1c1d);margin:0 0 4px;line-height:1.2}.dsp-dialog__subtitle{font-size:13px;color:var(--text-soft, #64748b);margin:0;line-height:1.5}.dsp-dialog__close{flex-shrink:0;width:32px;height:32px;border:none;background:var(--surface-mid, #f5f7fb);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-soft, #64748b);transition:background .15s,color .15s;margin-top:2px}.dsp-dialog__close:hover{background:var(--outline, rgba(115,119,132,.14));color:var(--text, #1b1c1d)}.dsp-dialog__close .material-symbols-outlined{font-size:18px}.dsp-dialog__body{padding:20px 28px;display:flex;flex-direction:column;gap:16px;max-height:68vh;overflow-y:auto}.dsp-dialog__search-wrap{position:relative;display:flex;align-items:center}.dsp-dialog__search-icon{position:absolute;left:12px;font-size:18px;color:var(--text-soft, #64748b);pointer-events:none}.dsp-dialog__search-input{width:100%;height:40px;padding:0 36px 0 40px;border:1px solid var(--outline, rgba(115,119,132,.18));border-radius:10px;background:var(--surface-low, #f8f8f9);color:var(--text, #1b1c1d);font-size:13.5px;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.dsp-dialog__search-input:focus{border-color:var(--primary, #094cb2);box-shadow:0 0 0 3px #094cb21a;background:var(--surface, #fff)}.dsp-dialog__search-input::-webkit-search-cancel-button{display:none}.dsp-dialog__search-clear{position:absolute;right:8px;width:22px;height:22px;border:none;background:var(--outline, rgba(115,119,132,.14));border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-soft, #64748b);transition:background .12s}.dsp-dialog__search-clear:hover{background:var(--outline, rgba(115,119,132,.24))}.dsp-dialog__search-clear .material-symbols-outlined{font-size:13px}.dsp-upload{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1.5px dashed var(--outline, rgba(115,119,132,.22));border-radius:12px;background:var(--surface-low, #f8f8f9);transition:border-color .18s,background .18s;flex-wrap:wrap}.dsp-upload--drag{border-color:var(--primary, #094cb2);background:var(--primary-soft, rgba(9,76,178,.04))}.dsp-upload--busy{opacity:.7;pointer-events:none}.dsp-upload__icon-wrap{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:var(--primary-soft, rgba(9,76,178,.08));display:flex;align-items:center;justify-content:center;color:var(--primary, #094cb2)}.dsp-upload__icon{font-size:20px}.dsp-upload--drag .dsp-upload__icon-wrap{background:var(--primary, #094cb2);color:#fff}.dsp-upload__copy{flex:1;min-width:0}.dsp-upload__title{font-size:13px;font-weight:700;color:var(--text, #1b1c1d);margin-bottom:2px}.dsp-upload__desc{font-size:12px;color:var(--text-soft, #64748b);line-height:1.45}.dsp-upload__chips{display:flex;gap:5px;align-items:center}.dsp-upload__chip{font-size:11px;font-weight:700;font-family:monospace;color:var(--text-soft, #64748b);background:var(--surface-mid, #f0f2f7);border:1px solid var(--outline, rgba(115,119,132,.14));padding:2px 7px;border-radius:5px}.dsp-upload__btn{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 16px;border:none;border-radius:9px;background:var(--primary, #094cb2);color:#fff;font-size:13px;font-weight:700;font-family:inherit;cursor:pointer;transition:opacity .15s,transform .12s}.dsp-upload__btn:hover{opacity:.88;transform:translateY(-1px)}.dsp-upload__btn:active{transform:translateY(0)}.dsp-upload__btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.dsp-upload__btn .material-symbols-outlined{font-size:17px}.dsp-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:36px 24px;border:1.5px dashed var(--outline, rgba(115,119,132,.18));border-radius:12px;text-align:center}.dsp-empty__icon{font-size:32px;color:var(--text-soft, #94a3b8);margin-bottom:4px}.dsp-empty__title{font-size:14px;font-weight:700;color:var(--text, #1b1c1d)}.dsp-empty__desc{font-size:13px;color:var(--text-soft, #64748b)}.dsp-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}@media (max-width: 540px){.dsp-grid{grid-template-columns:1fr}}.dsp-card{display:flex;flex-direction:column;gap:8px;padding:14px 16px;background:var(--surface, #fff);border:1.5px solid var(--outline, rgba(115,119,132,.14));border-radius:12px;cursor:pointer;text-align:left;font-family:inherit;transition:border-color .15s,box-shadow .15s,transform .15s}.dsp-card:hover{border-color:var(--primary, #094cb2);box-shadow:0 4px 20px #094cb21a;transform:translateY(-2px)}.dsp-card:focus-visible{outline:2px solid var(--primary, #094cb2);outline-offset:2px}.dsp-card--active{border-color:var(--primary, #094cb2);background:var(--primary-soft, rgba(9,76,178,.03));box-shadow:0 0 0 3px #094cb21a}.dsp-card--active:hover{box-shadow:0 4px 20px #094cb224,0 0 0 3px #094cb21a}.dsp-card__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.dsp-card__icon-wrap{width:40px;height:40px;border-radius:10px;background:var(--surface-mid, #f0f2f7);display:flex;align-items:center;justify-content:center;color:var(--text-soft, #64748b);flex-shrink:0;transition:background .15s,color .15s}.dsp-card__icon-wrap .material-symbols-outlined{font-size:20px}.dsp-card__icon-wrap--active{background:var(--primary, #094cb2);color:#fff}.dsp-card__badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;color:#16a34a;background:#16a34a14;border:1px solid rgba(22,163,74,.2);padding:3px 8px;border-radius:20px}.dsp-card__badge .material-symbols-outlined{font-size:13px}.dsp-card__name{font-size:13.5px;font-weight:700;color:var(--text, #1b1c1d);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dsp-card__raw{font-size:11.5px;color:var(--text-soft, #94a3b8);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dsp-card__meta{display:flex;gap:6px;flex-wrap:wrap;margin-top:2px}.dsp-card__chip{font-size:11px;font-weight:600;color:var(--text-soft, #64748b);background:var(--surface-mid, #f0f2f7);border:1px solid var(--outline, rgba(115,119,132,.14));padding:2px 8px;border-radius:20px}.dsp-card__chip--primary{color:var(--primary, #094cb2);background:var(--primary-soft, rgba(9,76,178,.06));border-color:#094cb233}.dsp-dialog__footer{display:flex;align-items:center;justify-content:space-between;padding:16px 28px 22px;border-top:1px solid var(--outline, rgba(115,119,132,.1))}.dsp-dialog__footer-count{font-size:12px;color:var(--text-soft, #94a3b8);font-weight:600}.dsp-dialog__cancel-btn{height:36px;padding:0 18px;border:1.5px solid var(--outline, rgba(115,119,132,.2));border-radius:9px;background:transparent;color:var(--text-soft, #64748b);font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .13s,color .13s,background .13s}.dsp-dialog__cancel-btn:hover{border-color:var(--text-soft, #64748b);color:var(--text, #1b1c1d);background:var(--surface-low, #f8f8f9)}[data-theme=dark] .dsp-dialog{background:var(--surface, #121821)!important;box-shadow:0 24px 80px #00000080!important}[data-theme=dark] .dsp-dialog__search-input{background:var(--surface-low);border-color:var(--outline);color:var(--text)}[data-theme=dark] .dsp-dialog__search-input:focus{background:var(--surface-mid);border-color:#639bff;box-shadow:0 0 0 3px #639bff1f}[data-theme=dark] .dsp-upload{background:var(--surface-low);border-color:var(--outline)}[data-theme=dark] .dsp-upload--drag{border-color:#639bff;background:#639bff0f}[data-theme=dark] .dsp-upload__icon-wrap{background:#639bff1a;color:#639bff}[data-theme=dark] .dsp-upload--drag .dsp-upload__icon-wrap{background:#639bff;color:#0d1117}[data-theme=dark] .dsp-upload__chip{background:var(--surface-high);border-color:var(--outline)}[data-theme=dark] .dsp-card{background:var(--surface-low);border-color:var(--outline)}[data-theme=dark] .dsp-card:hover{border-color:#639bff;box-shadow:0 4px 20px #639bff1f}[data-theme=dark] .dsp-card--active{border-color:#639bff;background:#639bff0d;box-shadow:0 0 0 3px #639bff1f}[data-theme=dark] .dsp-card__icon-wrap{background:var(--surface-mid)}[data-theme=dark] .dsp-card__icon-wrap--active{background:#639bff;color:#0d1117}[data-theme=dark] .dsp-card__chip{background:var(--surface-high);border-color:var(--outline)}[data-theme=dark] .dsp-card__chip--primary{color:#639bff;background:#639bff14;border-color:#639bff40}.settings-danger-zone{border:1.5px solid rgba(220,38,38,.3);border-radius:14px;overflow:hidden;background:#dc262605}.settings-danger-zone__header{display:flex;align-items:center;gap:12px;padding:14px 20px;background:#dc26260d;border-bottom:1px solid rgba(220,38,38,.15)}.settings-danger-zone__header-icon{font-size:20px;color:#dc2626;flex-shrink:0}.settings-danger-zone__title{font-size:13px;font-weight:800;color:#dc2626;text-transform:uppercase;letter-spacing:.08em}.settings-danger-zone__hint{font-size:12px;color:var(--text-soft, #64748b);margin-top:2px}.settings-danger-zone__row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;flex-wrap:wrap}.settings-danger-zone__row-copy{flex:1;min-width:0}.settings-danger-zone__row-title{font-size:13.5px;font-weight:700;color:var(--text, #1b1c1d);margin-bottom:3px}.settings-danger-zone__row-desc{font-size:12.5px;color:var(--text-soft, #64748b);line-height:1.45}.settings-danger-zone__btn{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 16px;border:1.5px solid rgba(220,38,38,.4);border-radius:9px;background:transparent;color:#dc2626;font-size:13px;font-weight:700;font-family:inherit;cursor:pointer;flex-shrink:0;transition:background .14s,border-color .14s}.settings-danger-zone__btn:hover{background:#dc26260f;border-color:#dc2626}.settings-danger-zone__btn .material-symbols-outlined{font-size:17px}[data-theme=dark] .settings-danger-zone{border-color:#f8717140;background:#dc26260a}[data-theme=dark] .settings-danger-zone__header{background:#dc262614;border-color:#f8717126}[data-theme=dark] .settings-danger-zone__btn{border-color:#f8717159;color:#f87171}[data-theme=dark] .settings-danger-zone__btn:hover{background:#f8717114;border-color:#f87171}[data-theme=dark] .settings-danger-zone__title,[data-theme=dark] .settings-danger-zone__header-icon{color:#f87171}.delete-account-dialog{border-radius:16px!important;overflow:hidden!important;background:var(--surface, #fff)!important;background-image:none!important}.delete-account-dialog__header{display:flex;align-items:center;gap:14px;padding:24px 24px 0;position:relative}.delete-account-dialog__icon-wrap{flex-shrink:0;width:44px;height:44px;border-radius:12px;background:#dc26261a;display:flex;align-items:center;justify-content:center;color:#dc2626}.delete-account-dialog__icon-wrap .material-symbols-outlined{font-size:22px}.delete-account-dialog__title{flex:1;font-size:17px;font-weight:800;color:var(--text, #1b1c1d);margin:0;line-height:1.25;letter-spacing:-.01em}.delete-account-dialog__close{flex-shrink:0;width:30px;height:30px;border:none;background:var(--surface-mid, #f5f7fb);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-soft, #64748b);transition:background .13s}.delete-account-dialog__close:hover{background:var(--outline, rgba(115,119,132,.18))}.delete-account-dialog__close .material-symbols-outlined{font-size:16px}.delete-account-dialog__body{padding:20px 24px;display:flex;flex-direction:column;gap:14px}.delete-account-dialog__what{font-size:13.5px;line-height:1.6;color:var(--text, #1b1c1d);margin:0}.delete-account-dialog__notice{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;background:#eab3080f;border:1px solid rgba(234,179,8,.25);border-radius:10px}.delete-account-dialog__notice-icon{font-size:18px;color:#ca8a04;flex-shrink:0;margin-top:1px}.delete-account-dialog__notice-text{font-size:12.5px;line-height:1.55;color:var(--text-muted, #475569);margin:0}.delete-account-dialog__confirm-wrap{display:flex;flex-direction:column;gap:6px}.delete-account-dialog__confirm-label{font-size:12px;font-weight:700;color:var(--text-soft, #64748b);text-transform:uppercase;letter-spacing:.06em}.delete-account-dialog__confirm-input{height:40px;padding:0 12px;border:1.5px solid var(--outline, rgba(115,119,132,.2));border-radius:9px;background:var(--surface-low, #f8f8f9);color:var(--text, #1b1c1d);font-size:13.5px;font-family:monospace;font-weight:700;letter-spacing:.1em;outline:none;transition:border-color .15s,box-shadow .15s}.delete-account-dialog__confirm-input:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a;background:var(--surface, #fff)}.delete-account-dialog__footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px 22px;border-top:1px solid var(--outline, rgba(115,119,132,.1))}.delete-account-dialog__cancel{height:38px;padding:0 18px;border:1.5px solid var(--outline, rgba(115,119,132,.2));border-radius:9px;background:transparent;color:var(--text-soft, #64748b);font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .13s,color .13s}.delete-account-dialog__cancel:hover{border-color:var(--text-soft, #64748b);color:var(--text, #1b1c1d)}.delete-account-dialog__confirm{display:inline-flex;align-items:center;gap:7px;height:38px;padding:0 18px;border:none;border-radius:9px;background:#dc2626;color:#fff;font-size:13px;font-weight:700;font-family:inherit;cursor:pointer;transition:opacity .14s,transform .12s}.delete-account-dialog__confirm:hover:not(:disabled){opacity:.88;transform:translateY(-1px)}.delete-account-dialog__confirm:disabled{opacity:.38;cursor:not-allowed;transform:none}.delete-account-dialog__confirm .material-symbols-outlined{font-size:17px}[data-theme=dark] .delete-account-dialog{background:var(--surface, #121821)!important}[data-theme=dark] .delete-account-dialog__icon-wrap{background:#f871711f;color:#f87171}[data-theme=dark] .delete-account-dialog__close{background:var(--surface-mid)}[data-theme=dark] .delete-account-dialog__notice{background:#eab3080d;border-color:#eab30833}[data-theme=dark] .delete-account-dialog__confirm-input{background:var(--surface-low);border-color:var(--outline);color:var(--text)}[data-theme=dark] .delete-account-dialog__confirm-input:focus{border-color:#f87171;box-shadow:0 0 0 3px #f871711f;background:var(--surface-mid)}[data-theme=dark] .delete-account-dialog__confirm{background:#b91c1c}
