:root{--background:#06070d;--foreground:#f7f7f7;--card:#0f1220;--card-foreground:#f7f7f7;--popover:#121625;--popover-foreground:#f7f7f7;--primary:#42b0d5;--primary-foreground:#071117;--secondary:#1b2236;--secondary-foreground:#f7f7f7;--muted:#171a27;--muted-foreground:#9ca8c3;--accent:#42b0d5;--accent-foreground:#071117;--destructive:#b80012;--destructive-foreground:#fff;--border:#23283a;--input:#151a28;--input-background:#151a28;--ring:#42b0d559;--success:#36b79d;--warning:#f3870c;--danger:#ea5d4b;--info:#42b0d5;--sidebar:#0c0f1b;--sidebar-foreground:#f7f7f7;--sidebar-primary:#42b0d5;--sidebar-primary-foreground:#071117;--sidebar-accent:#171b29;--sidebar-accent-foreground:#f7f7f7;--sidebar-border:#1e2436;--sidebar-ring:#42b0d559;--radius:8px;--radius-card:12px;--radius-tag:9999px;--text-h1:2.2rem;--text-h2:1.65rem;--text-h3:1.2rem;--text-h4:1rem;--text-base:.95rem;--text-label:.875rem;--text-caption:.75rem;--font-headline:"Maersk Headline", Inter, sans-serif;--font-text:"Maersk Text", Inter, sans-serif;--shadow-sm:0 8px 24px #0000002e;--shadow-md:0 20px 48px #0000003d}[data-theme=light]{--background:#f5f7fb;--foreground:#121827;--card:#fff;--card-foreground:#121827;--popover:#fff;--popover-foreground:#121827;--secondary:#eef2f8;--secondary-foreground:#121827;--muted:#eef2f8;--muted-foreground:#5f6c86;--border:#d7deec;--input:#fff;--input-background:#fff;--sidebar:#fff;--sidebar-foreground:#121827;--sidebar-accent:#eef2f8;--sidebar-accent-foreground:#121827;--sidebar-border:#d7deec}*{box-sizing:border-box}html,body,#root{min-height:100%}body{background:var(--background);min-height:100vh;color:var(--foreground);font-family:var(--font-text);margin:0}a{color:inherit}button,input,textarea,select{font:inherit}.app-shell{background:var(--background);min-height:100vh;color:var(--foreground)}.app-layout{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.sidebar{background:var(--sidebar);border-right:1px solid var(--sidebar-border);flex-direction:column;gap:24px;padding:24px 16px;display:flex}.sidebar__brand{font-family:var(--font-headline);align-items:center;gap:12px;font-size:1.1rem;font-weight:700;display:flex}.sidebar__bolt{background:linear-gradient(135deg, var(--accent), #6f7bf7);width:40px;height:40px;color:var(--primary-foreground);border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.sidebar__group{gap:8px;display:grid}.sidebar__caption{font-size:var(--text-caption);letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);padding:0 8px}.sidebar__nav-button{justify-content:flex-start;width:100%}.main{flex-direction:column;min-width:0;display:flex}.topbar{border-bottom:1px solid var(--border);background:#0b0e19eb;justify-content:space-between;align-items:center;height:56px;padding:0 24px;display:flex}[data-theme=light] .topbar{background:#ffffffeb}.topbar__breadcrumb{color:var(--muted-foreground);font-size:var(--text-label);gap:8px;display:flex}.topbar__actions{gap:8px;display:flex}.page{gap:20px;padding:24px;display:grid}.page__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.integration-explore__header{align-items:flex-start}.integration-explore__notice{margin-top:-4px}.integration-explore__snow{margin-top:0}.integration-explore__badges{flex-wrap:wrap;gap:8px}.integration-explore__incident-detail>div+div{margin-top:6px}.page__title{font-family:var(--font-headline);font-size:var(--text-h2);margin:0}.page__subtitle{color:var(--muted-foreground);margin:8px 0 0}.page-header__stack{gap:10px;max-width:72ch;display:grid}.page-eyebrow{font-size:var(--text-caption);letter-spacing:.1em;text-transform:uppercase;color:var(--accent);align-items:center;gap:8px;font-weight:700;display:inline-flex}.page-actions,.page-meta-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.page-meta-row{margin-top:4px}.section-note,.card-note{color:var(--muted-foreground);font-size:var(--text-label);margin:8px 0 0;line-height:1.5}.status-banner{border:1px solid var(--border);border-radius:var(--radius-card);background:#ffffff05;grid-template-columns:auto 1fr;align-items:flex-start;gap:14px;padding:16px 18px;display:grid}[data-theme=light] .status-banner{background:#0a0c1205}.status-banner__body{gap:4px;display:grid}.status-banner__title{font-weight:700}.panel-grid,.info-grid{gap:20px;display:grid}.panel-grid--halves,.info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.panel-grid--sidebar{grid-template-columns:320px minmax(0,1fr)}.panel-stack{gap:12px;display:grid}.helper-list{color:var(--muted-foreground);gap:8px;margin:0;padding-left:18px;line-height:1.5;display:grid}.helper-list strong{color:var(--foreground)}.stats-grid,.analysis-grid,.settings-grid,.chat-layout{gap:20px;display:grid}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.analysis-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-grid,.chat-layout{grid-template-columns:300px minmax(0,1fr)}.ui-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-sm)}.ui-card__header{padding:18px 20px 0}.ui-card__title{font-size:var(--text-h4);font-family:var(--font-headline);margin:0}.ui-card__body{padding:18px 20px 20px}.ui-button{border-radius:var(--radius);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;text-decoration:none;transition:all .16s;display:inline-flex}.ui-button--sm{padding:8px 12px;font-size:.82rem}.ui-button--md{padding:10px 16px;font-size:.92rem}.ui-button--lg{padding:12px 20px;font-size:.95rem}.ui-button--block{width:100%}.ui-button--primary{background:var(--primary);color:var(--primary-foreground)}.ui-button--secondary{background:var(--secondary);color:var(--secondary-foreground);border-color:var(--border)}.ui-button--ghost{color:var(--foreground);border-color:var(--border);background:0 0}.ui-button--danger{background:var(--destructive);color:var(--destructive-foreground)}.ui-button:hover{filter:brightness(1.06)}.ui-input,.ui-textarea,.ui-select{border:1px solid var(--border);background:var(--input-background);width:100%;color:var(--foreground);border-radius:var(--radius);padding:12px 14px}.ui-textarea{resize:vertical;min-height:112px}.ui-input:focus,.ui-textarea:focus,.ui-select:focus,.ui-button:focus{box-shadow:0 0 0 3px var(--ring);outline:none}.ui-badge{border-radius:var(--radius-tag);font-size:var(--text-caption);text-transform:uppercase;align-items:center;padding:4px 10px;font-weight:700;display:inline-flex}.ui-badge--default{background:var(--secondary);color:var(--secondary-foreground)}.ui-badge--success{color:var(--success);background:#36b79d29}.ui-badge--warning{color:var(--warning);background:#f3870c29}.ui-badge--danger{color:var(--danger);background:#ea5d4b29}.ui-badge--info{color:var(--info);background:#42b0d529}.ui-tabs{flex-wrap:wrap;gap:8px;display:flex}.ui-tab{border:1px solid var(--border);color:var(--muted-foreground);border-radius:var(--radius);cursor:pointer;background:0 0;align-items:center;gap:8px;padding:10px 14px;display:inline-flex}.ui-tab--active{background:var(--secondary);color:var(--foreground)}.ui-tab__badge{display:inline-flex}.ui-checkbox{color:var(--foreground);align-items:center;gap:10px;display:inline-flex}.ui-file-drop{gap:10px;display:grid}.ui-file-drop__input{display:none}.ui-file-drop__zone{width:100%;color:var(--foreground);border:1px dashed var(--border);border-radius:var(--radius);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:18px;display:flex}.ui-file-drop__help{color:var(--muted-foreground)}.ui-file-drop__cta{color:var(--accent);font-weight:700}.ui-file-drop__selected{justify-content:space-between;align-items:center;gap:12px;display:flex}.ui-field,.ui-fieldset{gap:8px;display:grid}.ui-fieldset{gap:16px}.ui-field-label{font-size:var(--text-label);color:var(--muted-foreground)}.ui-field-help,.meta-text,.empty-text{color:var(--muted-foreground);font-size:var(--text-caption)}.stat-card{gap:8px;padding:18px;display:grid}.stat-card__value{font-size:1.75rem;font-family:var(--font-headline)}.metric-card{position:relative;overflow:hidden}.metric-card:after{content:"";background:linear-gradient(90deg,#42b0d573,#0000 68%);width:100%;height:1px;position:absolute;inset:0 auto auto 0}.metric-card__eyebrow{font-size:var(--text-caption);text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground)}.metric-card__foot{color:var(--muted-foreground);font-size:var(--text-caption);line-height:1.5}.metric-card__value--compact{font-size:1.05rem;line-height:1.4}.results-grid,.metadata-grid,.history-list,.knowledge-list,.chat-messages,.session-list,.github-results,.recommendation-list{gap:12px;display:grid}.metadata-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.meta-item,.history-item,.knowledge-item,.session-item,.github-result,.message-bubble,.recommendation-item,.result-banner{border:1px solid var(--border);border-radius:var(--radius);background:#ffffff05;padding:14px}[data-theme=light] .meta-item,[data-theme=light] .history-item,[data-theme=light] .knowledge-item,[data-theme=light] .session-item,[data-theme=light] .github-result,[data-theme=light] .message-bubble,[data-theme=light] .recommendation-item,[data-theme=light] .result-banner{background:#0a0c1205}.history-item,.knowledge-item,.github-result,.session-item{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.history-item--selectable{text-align:left;cursor:pointer;width:100%}.history-item--active{border-color:var(--accent);box-shadow:0 0 0 1px var(--ring) inset}.history-item__stack{gap:8px;display:grid}.history-item__title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.message-bubble--user{border-color:#42b0d559}.message-bubble__role{font-size:var(--text-caption);color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.message-bubble__body{white-space:pre-wrap;line-height:1.5}.chat-panel{gap:16px;display:grid}.chat-messages{max-height:min(68vh,980px);padding-right:6px;overflow:auto}.chat-session-summary{border:1px solid var(--border);border-radius:var(--radius-card);background:#ffffff05;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 18px;display:flex}[data-theme=light] .chat-session-summary{background:#0a0c1205}.chat-session-summary__body{gap:8px;min-width:0;display:grid}.chat-session-summary__eyebrow,.chat-turn-card__eyebrow{font-size:var(--text-caption);text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground)}.chat-session-summary__title{font-family:var(--font-headline);font-size:var(--text-h4);font-weight:700;line-height:1.3}.chat-session-summary__note{color:var(--muted-foreground);max-width:72ch;line-height:1.5}.chat-session-summary__meta{justify-content:flex-end}.chat-session-rename{border:1px solid var(--border);border-radius:var(--radius);background:#ffffff04;gap:12px;padding:14px 16px;display:grid}[data-theme=light] .chat-session-rename{background:#0a0c1204}.session-item{align-items:stretch}.session-item--active{border-color:#42b0d54d;box-shadow:inset 0 0 0 1px #42b0d51f}.session-item__body{gap:8px;min-width:0;display:grid}.session-item__title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.chat-turn-card{overflow:hidden}.chat-turn-card--system{border-color:#808eae59}.chat-turn-card__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.chat-turn-card__identity{gap:8px;min-width:0;display:grid}.chat-section{border:1px solid var(--border);border-radius:var(--radius);background:#ffffff05;gap:14px;padding:16px;display:grid}[data-theme=light] .chat-section{background:#0a0c1205}.chat-section--assistant{border-color:#36b79d47}.chat-section--user{border-color:#42b0d547}.chat-section--system{border-color:#808eae47}.chat-section--context{border-color:#8190ae3d}.chat-section__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.chat-section__title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.chat-section__title{font-weight:700}.chat-section__note{color:var(--muted-foreground);font-size:var(--text-label);margin-top:6px;line-height:1.45}.chat-section__viewport{max-height:min(42vh,420px);padding-right:8px;overflow:auto}.chat-markdown{gap:12px;line-height:1.6;display:grid}.chat-markdown__heading{font-family:var(--font-headline);margin:0}.chat-markdown__heading--h1,.chat-markdown__heading--h2{font-size:var(--text-h3)}.chat-markdown__heading--h3{font-size:var(--text-h4)}.chat-markdown__heading--h4,.chat-markdown__heading--h5,.chat-markdown__heading--h6{font-size:1rem}.chat-markdown__paragraph{margin:0}.chat-markdown__list{gap:8px;margin:0;padding-left:20px;display:grid}.chat-markdown__list--ordered{padding-left:24px}.chat-markdown__rule{border:0;border-top:1px solid var(--border);width:100%}.chat-markdown__code-wrap{gap:8px;display:grid}.chat-markdown__code-label{font-size:var(--text-caption);text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground)}.chat-markdown__table-wrap{overflow:auto}.chat-markdown__table{border-collapse:collapse;width:100%;min-width:560px}.chat-markdown__table th,.chat-markdown__table td{border:1px solid var(--border);text-align:left;vertical-align:top;padding:10px 12px}.chat-markdown__table th{background:#ffffff0a}[data-theme=light] .chat-markdown__table th{background:#0a0c120a}.chat-markdown-source{border:1px solid var(--border);border-radius:var(--radius);background:#ffffff05;margin:0;padding:14px}[data-theme=light] .chat-markdown-source{background:#0a0c1205}.chat-input-row,.action-row,.inline-actions{flex-wrap:wrap;gap:12px;display:flex}.chat-input-row .ui-textarea{min-height:88px}.shell-scroll{max-height:60vh;overflow:auto}.preformatted{white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.84rem}.code-block{border:1px solid var(--border);border-radius:var(--radius);background:#0a0c14;padding:14px;overflow:auto}[data-theme=light] .code-block{background:#f7f8fb}.report-preview-frame,.report-preview-image{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);width:100%;min-height:420px}.report-preview-image{object-fit:contain;min-height:0;padding:8px}.reporting-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.reporting-dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.reporting-dashboard-grid--split{grid-template-columns:repeat(2,minmax(0,1fr))}.reporting-panel{gap:14px;padding:18px;display:grid}.reporting-panel__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.reporting-panel__title{font-size:1rem;font-family:var(--font-headline);margin:0}.reporting-panel__subhead{font-size:var(--text-label);text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground)}.reporting-bullet-list,.reporting-bar-list,.reporting-meta-list,.reporting-check-list{gap:12px;display:grid}.reporting-bullet-list{margin:0;padding-left:18px}.reporting-check-item{align-items:center}.reporting-table-shell{max-width:100%}.reporting-table{min-width:760px}.reporting-bar-row{gap:8px;display:grid}.reporting-bar-row__header{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.reporting-bar-row__label{font-weight:600}.reporting-bar-row__meta{color:var(--muted-foreground);font-size:var(--text-label);text-align:right}.reporting-bar-row__track{background:#ffffff14;border-radius:999px;height:8px;overflow:hidden}[data-theme=light] .reporting-bar-row__track{background:#0a0c1214}.reporting-bar-row__fill{border-radius:inherit;background:linear-gradient(90deg,#42b0d5f2,#42b0d573);height:100%}.atlassian-toolbar{margin:18px 0}.atlassian-grid{align-items:start}.atl-result,.atl-comment{align-items:flex-start}.atl-detail-text{max-height:420px;overflow:auto}.atl-comment__body{white-space:pre-wrap;line-height:1.55}.content-stack{gap:16px;display:grid}.history-stats-grid{align-items:stretch}.history-stat-card .ui-card__body{gap:8px;display:grid}.history-stat-card__foot{color:var(--muted-foreground);font-size:var(--text-caption)}.history-stat-card__value--compact{font-size:1.05rem;line-height:1.4}.history-register__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.history-register__subtitle{margin-bottom:0}.history-register__meta{justify-content:flex-end}.history-register__body{padding-top:8px}.history-table-shell{border:1px solid var(--border);border-radius:var(--radius-card);background:#ffffff03;overflow:auto}[data-theme=light] .history-table-shell{background:#0a0c1204}.history-table{border-collapse:collapse;width:100%;min-width:1220px}.history-table th,.history-table td{text-align:left;vertical-align:top;border-bottom:1px solid var(--border);padding:16px}.history-table th{font-size:var(--text-table-header);text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground);background:#ffffff05}[data-theme=light] .history-table th{background:#0a0c1208}.history-table tbody tr:hover{background:#42b0d50f}[data-theme=light] .history-table tbody tr:hover{background:#42b0d514}.history-table tbody tr:last-child td{border-bottom:none}.history-cell__stack{gap:8px;display:grid}.history-kicker{font-size:var(--text-caption);text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground)}.history-cell__primary{font-weight:600;line-height:1.4}.history-cell__secondary{color:var(--muted-foreground);font-size:var(--text-caption);line-height:1.5}.history-cell__secondary--truncate{overflow-wrap:anywhere}.history-chip-row{flex-wrap:wrap;gap:8px;display:flex}.history-session-link{color:var(--primary);font-weight:700;line-height:1.4;text-decoration:none}.history-session-link:hover{text-decoration:underline}.history-session-link:focus-visible{outline:2px solid var(--ring);outline-offset:4px;border-radius:6px}.history-row__actions{justify-items:start;gap:10px;min-width:120px;display:grid}.history-empty{padding:36px 8px}.form-split{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.form-split--single{grid-template-columns:1fr}.form-split--triplet{grid-template-columns:repeat(3,minmax(0,1fr))}.lta-callout{grid-template-columns:auto 1fr}.status-banner__footnote{color:var(--muted-foreground);font-size:var(--text-label)}.lta-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.lta-playbook{color:var(--muted-foreground);gap:10px;margin:0;padding-left:20px;line-height:1.55;display:grid}.lta-results-toolbar{gap:10px;margin-bottom:14px;display:grid}.lta-table-shell{border:1px solid var(--border);border-radius:var(--radius-card);overflow:auto}.lta-table td,.lta-table th{white-space:nowrap}.lta-table td:nth-child(5),.lta-table th:nth-child(5){white-space:normal;min-width:280px}.lta-detail-grid{align-items:stretch}.lta-preview{border-radius:var(--radius-card);background:var(--muted);border:1px solid var(--border);color:var(--foreground);white-space:pre-wrap;min-height:240px;margin:0;padding:16px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.82rem;line-height:1.55;overflow:auto}.lta-signal{grid-template-columns:auto 1fr;align-items:start;gap:10px;display:grid}.hub-shell{flex-direction:column;gap:16px;display:flex}.hub-shell__bar{border-bottom:1px solid var(--sidebar-border);align-items:center;gap:16px;padding:8px 0;display:flex}.hub-shell__title{font-family:var(--font-headline);color:var(--muted-foreground,var(--foreground));font-size:.95rem;font-weight:600}.hub-home__lede{max-width:52rem;color:var(--muted-foreground,var(--foreground));margin:0;line-height:1.5}.hub-home__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:8px;display:grid}.hub-home__actions{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}.hub-pillar-card{border:1px solid var(--sidebar-border);background:var(--card,var(--background));border-radius:16px;flex-direction:column;gap:12px;padding:24px;display:flex}.hub-pillar-card__title{font-size:1.15rem;font-family:var(--font-headline);margin:0}.hub-pillar-card__text{color:var(--muted-foreground,var(--foreground));flex:1;margin:0;line-height:1.5}.hub-catalog--sections{flex-direction:column;gap:28px;display:flex}.hub-catalog__section{flex-direction:column;gap:14px;display:flex}.hub-catalog__section-title{font-size:1.05rem;font-family:var(--font-headline);color:var(--foreground);margin:0;font-weight:600}.hub-catalog__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}.hub-catalog--muted{color:var(--muted-foreground,var(--foreground));padding:16px 0}.hub-card{border:1px solid var(--sidebar-border);background:var(--card,var(--background));border-radius:14px;flex-direction:column;gap:10px;padding:18px;display:flex}.hub-card__header{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.hub-card__title{font-size:1.05rem;font-family:var(--font-headline);margin:0}.hub-card__desc{color:var(--muted-foreground,var(--foreground));flex:1;margin:0;font-size:.92rem;line-height:1.45}.hub-card__action{align-self:flex-start}.hub-insights{flex-direction:column;gap:20px;display:flex}.hub-insights-panel{border:1px solid var(--sidebar-border);background:var(--card,var(--background));border-radius:14px;padding:18px 20px}.hub-insights-panel__title{font-size:1rem;font-family:var(--font-headline);margin:0 0 12px}.hub-insights-banner{border:1px solid var(--sidebar-border);background:#5078ff0f;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 18px;display:flex}[data-theme=light] .hub-insights-banner{background:#5078ff14}.hub-insights-banner__title{font-family:var(--font-headline);margin-bottom:6px;font-size:.95rem;font-weight:600}.hub-insights-banner__text{color:var(--muted-foreground,var(--foreground));margin:0 0 8px;font-size:.9rem;line-height:1.5}.hub-insights-banner__meta{color:var(--muted-foreground,var(--foreground));margin:0;padding-left:18px;font-size:.85rem;line-height:1.5}.hub-insights-banner__label{color:var(--foreground);font-weight:600}.hub-insights-banner__code{font-size:.82rem}.hub-insights-banner__warn{color:var(--foreground)}.hub-insights-banner__actions{flex-shrink:0}.hub-insights-page-header{grid-template-columns:minmax(0,1fr) minmax(280px,380px);align-items:start;gap:20px 24px;display:grid}.hub-insights-page-header__intro{min-width:0}.hub-insights-banner--aside{flex-flow:column;align-self:start;width:100%;max-width:380px;margin:0;padding:14px 16px}.hub-insights-banner--aside .hub-insights-banner__main{flex:1;min-width:0}.hub-insights-banner__meta--compact{padding-left:16px;font-size:.82rem}.hub-insights-banner__meta--compact li{margin-bottom:4px}.hub-insights-banner__actions--aside{width:100%;padding-top:4px}.hub-insights-import,.hub-insights-filters{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.hub-insights-field{flex-direction:column;gap:6px;min-width:160px;display:flex}.hub-insights-field--grow{flex:220px}.hub-insights-field__label{font-size:var(--text-caption);color:var(--muted-foreground,var(--foreground))}.hub-insights-field__control{width:100%}.hub-insights-hint{color:var(--muted-foreground,var(--foreground));margin:10px 0 0;font-size:.88rem}.hub-insights-warn{color:#c9a227;margin:8px 0 0;font-size:.88rem}[data-theme=light] .hub-insights-warn{color:#8a6d00}.hub-insights-table-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.hub-insights-table-wrap{border:1px solid var(--sidebar-border);border-radius:10px;overflow-x:auto}.hub-insights-table-wrap--scroll{max-width:100%}.hub-insights-table{border-collapse:collapse;width:100%;font-size:.88rem}.hub-insights-table th,.hub-insights-table td{text-align:left;border-bottom:1px solid var(--sidebar-border);vertical-align:top;padding:10px 12px}.hub-insights-table th{background:#ffffff08;font-weight:600}[data-theme=light] .hub-insights-table th{background:#00000008}.hub-insights-table__row{cursor:pointer}.hub-insights-table__row:hover{background:#788cff14}.hub-insights-table__title{max-width:28rem}.hub-insights-table__mono{word-break:break-all;max-width:14rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.82rem}.hub-insights-table__empty{padding:16px}.hub-insights-more{margin-top:12px}.hub-insights-drawer-root{z-index:80;position:fixed;inset:0}.hub-insights-drawer-backdrop{pointer-events:auto;cursor:pointer;background:#00000073;border:none;margin:0;padding:0;position:absolute;inset:0}.hub-insights-drawer{background:var(--background);border-left:1px solid var(--sidebar-border);flex-direction:column;width:min(440px,100vw);height:100%;display:flex;position:absolute;top:0;right:0;box-shadow:-8px 0 32px #00000040}.hub-insights-drawer__head{border-bottom:1px solid var(--sidebar-border);justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.hub-insights-drawer__title{font-size:1rem;font-family:var(--font-headline);margin:0}.hub-insights-drawer__body{flex:1;padding:16px 18px;overflow:auto}.hub-insights-drawer__muted{color:var(--muted-foreground,var(--foreground));margin:0;font-size:.9rem}.hub-insights-drawer__error{color:#f87171;margin:0 0 12px;font-size:.9rem}.hub-insights-drawer__grid{grid-template-columns:1fr 1fr;gap:12px 16px;font-size:.88rem;display:grid}.hub-insights-drawer__full{grid-column:1/-1}.hub-insights-drawer__label{font-size:var(--text-caption);color:var(--muted-foreground,var(--foreground));margin-bottom:4px}.hub-insights-drawer__pre{background:#0003;border-radius:8px;max-height:240px;margin:0;padding:10px;font-size:.78rem;overflow:auto}[data-theme=light] .hub-insights-drawer__pre{background:#0000000d}.hub-insights-drawer__snippet{white-space:pre-wrap;margin:0;line-height:1.45}.hub-insights-drawer__code{word-break:break-all;font-size:.78rem}.hub-insights-domain-intro{color:var(--muted-foreground,var(--foreground));max-width:52rem;margin:0 0 12px;font-size:.92rem;line-height:1.45}.insights-kpi{margin-top:4px}.insights-kpi--muted{color:var(--muted-foreground,var(--foreground));padding:12px 0}.insights-kpi__error{color:var(--danger,#f87171);margin:0}.insights-kpi__cards{grid-template-columns:minmax(140px,1fr) minmax(140px,1fr) minmax(220px,2fr);align-items:stretch;gap:16px;display:grid}@media (width<=900px){.insights-kpi__cards{grid-template-columns:1fr}}.insights-kpi-card{border:1px solid var(--sidebar-border);background:var(--card,var(--background));border-radius:14px;flex-direction:column;gap:6px;padding:16px;display:flex}.insights-kpi-card__eyebrow{text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground,var(--foreground));font-size:.75rem}.insights-kpi-card__value{font-size:1.75rem;font-family:var(--font-headline);font-weight:700}.insights-kpi-card__foot{color:var(--muted-foreground,var(--foreground));font-size:.82rem}.insights-kpi-card__delta{font-size:1.6rem;font-family:var(--font-headline);font-weight:700}.insights-kpi-card__delta--positive{color:var(--success,#34d399)}.insights-kpi-card__delta--negative{color:var(--danger,#f87171)}.insights-kpi-card__delta--neutral{color:var(--muted-foreground,var(--foreground))}.insights-kpi-chart{border:1px solid var(--sidebar-border);background:var(--card,var(--background));border-radius:14px;flex-direction:column;gap:8px;min-height:160px;padding:12px 14px 10px;display:flex}.insights-kpi-chart__title{color:var(--muted-foreground,var(--foreground));font-size:.82rem;font-weight:600}.insights-kpi-chart__plot{flex:1;min-height:120px}.insights-kpi-chart__hint{color:var(--muted-foreground,var(--foreground));margin:0;font-size:.78rem}.insights-pivot{margin-top:8px}.insights-pivot__range{border:1px solid var(--sidebar-border);background:#ffffff05;border-radius:12px;flex-wrap:wrap;align-items:center;gap:10px 14px;margin-bottom:14px;padding:12px 14px;display:flex}[data-theme=light] .insights-pivot__range{background:#0a0c1205}.insights-pivot__range-label{color:var(--muted-foreground,var(--foreground));margin-right:4px;font-size:.82rem;font-weight:600}.insights-pivot__range-to{color:var(--muted-foreground,var(--foreground));font-size:.84rem}.insights-pivot__month-input{border:1px solid var(--sidebar-border);background:var(--background);min-width:9.5rem;color:var(--foreground);border-radius:8px;padding:6px 10px}.insights-pivot__range-meta{color:var(--muted-foreground,var(--foreground));margin-left:auto;font-size:.78rem}.insights-pivot__combo{width:100%}.insights-pivot--muted{color:var(--muted-foreground,var(--foreground));padding:12px 0}.insights-pivot__error{color:var(--danger,#f87171);margin:0}.insights-pivot__filters{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;margin-bottom:14px;display:grid}.insights-pivot__controls{flex-wrap:wrap;align-items:center;gap:12px 16px;margin:10px 0 12px;display:flex}.insights-pivot__control{color:var(--muted-foreground,var(--foreground));align-items:center;gap:8px;font-size:.82rem;display:inline-flex}.insights-pivot__control-meta{color:var(--muted-foreground,var(--foreground));font-size:.8rem}.insights-mindmap{gap:12px;display:grid}.insights-mindmap__controls{flex-wrap:wrap;align-items:center;gap:12px 16px;display:flex}.insights-mindmap__control{color:var(--muted-foreground,var(--foreground));align-items:center;gap:8px;font-size:.82rem;display:inline-flex}.insights-mindmap__hint{color:var(--muted-foreground,var(--foreground));font-size:.8rem}.insights-mindmap__canvas{border:1px solid var(--sidebar-border);border-radius:12px;max-height:min(85vh,900px);padding:8px;overflow:auto}.insights-mindmap__svg{touch-action:none;cursor:grab}.insights-mindmap__svg:active{cursor:grabbing}.insights-mindmap__edge{stroke:var(--sidebar-border);stroke-width:1.2px;fill:none;opacity:.9}.insights-mindmap__dot{fill:#818cf838;stroke:#818cf8b3;stroke-width:1.2px}.insights-mindmap__dot--root{fill:#10b9812e;stroke:#10b981bf}.insights-mindmap__dot--lvl3{fill:#f871712e;stroke:#f87171bf}.insights-mindmap__label{fill:var(--foreground);font-size:12px}.insights-mindmap__label--root{font-size:13px;font-weight:700}.insights-mindmap__label--small{font-size:11px}.insights-mindmap__label--tiny{font-size:10px}.insights-mindmap__click{cursor:pointer}.insights-mindmap__click:hover .insights-mindmap__dot--lvl3{opacity:.95}.insights-bubbles{gap:10px;display:grid}.insights-bubbles__meta{color:var(--muted-foreground,var(--foreground));font-size:.8rem}.insights-bubbles__wrap{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.insights-bubbles__bubble{border:1px solid var(--sidebar-border);color:var(--foreground);text-align:center;cursor:pointer;background:#818cf824;border-radius:999px;place-content:center;padding:8px;transition:transform .12s,background .12s;display:grid}.insights-bubbles__bubble:hover{background:#818cf833;transform:translateY(-2px)}.insights-bubbles__label{word-break:break-word;max-width:10ch;font-size:.72rem;font-weight:600;line-height:1.1}.insights-bubbles__value{color:var(--muted-foreground,var(--foreground));margin-top:4px;font-size:.75rem}.insights-aiq__suggestions{flex-wrap:wrap;gap:8px;display:flex}.insights-aiq__form{gap:10px;display:grid}.insights-aiq__actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.insights-aiq__error{color:var(--danger,#f87171);margin:0}.insights-aiq__answer{border:1px solid var(--sidebar-border);background:#ffffff05;border-radius:12px;padding:12px 14px}[data-theme=light] .insights-aiq__answer{background:#0a0c1205}.insights-pivot__filter{color:var(--muted-foreground,var(--foreground));flex-direction:column;gap:6px;font-size:.82rem;display:flex}.insights-pivot__scroll{border:1px solid var(--sidebar-border);border-radius:12px;overflow-x:auto}.insights-pivot__table{border-collapse:collapse;width:100%;font-size:.84rem}.insights-pivot__table th,.insights-pivot__table td{border-bottom:1px solid var(--sidebar-border);text-align:left;vertical-align:top;padding:8px 10px}.insights-pivot__th-num,.insights-pivot__td-num{text-align:right;white-space:nowrap}.insights-pivot__th-total{font-weight:700}.insights-pivot__mono{word-break:break-word;max-width:220px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.insights-pivot__err{max-width:280px}.insights-pivot__link{color:var(--primary,#818cf8);cursor:pointer;font:inherit;background:0 0;border:none;margin:0;padding:0;text-decoration:underline}.insights-pivot__link:hover{opacity:.9}.insights-pivot__link--strong{font-weight:700}.insights-pivot__zero{color:var(--muted-foreground,var(--foreground));opacity:.5}.insights-pivot__grand{font-weight:600}.insights-pivot__hint{color:var(--muted-foreground,var(--foreground));margin:12px 0 0;font-size:.82rem}.insights-pivot__th-actions{min-width:200px}.insights-pivot__actions{vertical-align:top;padding:8px 12px}.insights-pivot__action-btns{flex-direction:column;align-items:stretch;gap:4px;display:flex}.insights-pivot__action-btns .ui-button{padding-left:8px;padding-right:8px;font-size:.75rem}.pivot-portal{max-width:1100px;color:var(--foreground,inherit);background:var(--background,inherit);box-sizing:border-box;min-height:100vh;margin:0 auto;padding:24px 28px 48px;font-family:inherit}.pivot-portal__header{margin-bottom:20px;display:block}.pivot-portal__header-stack{width:100%;min-width:0}.pivot-portal__header-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:6px;display:flex}.pivot-portal__header-top .pivot-portal__title{flex:auto;min-width:0;margin:0}.pivot-portal__title{font-size:1.35rem;font-weight:700}.pivot-portal__meta{color:var(--muted-foreground);overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:.88rem;line-height:1.45}.pivot-portal__meta code{overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap;font-size:.85em}.pivot-portal__analysis-actions{flex-direction:column;gap:12px;margin-top:14px;display:flex}.pivot-portal__toolbar--intake{margin-top:0}.pivot-portal__kedb-toolbar .pivot-portal__kedb-length-select{min-width:14rem}.pivot-portal__case-context{border:1px solid var(--sidebar-border);background:#7f7f8714;border-radius:8px;margin-top:16px;padding:16px 18px}.pivot-portal__case-context-title{margin:0 0 6px;font-size:.95rem;font-weight:650}.pivot-portal__case-context-lead{color:var(--muted);max-width:52rem;margin:0 0 14px;font-size:.84rem;line-height:1.45}.pivot-portal__case-context-grid{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:12px 16px;display:grid}.pivot-portal__track-fetch{margin-top:16px}.pivot-portal__track-fetch-row{flex-wrap:wrap;align-items:flex-end;gap:12px 16px;display:flex}.pivot-portal__track-fetch-field{flex:16rem;min-width:14rem}.pivot-portal__track-fetch-actions{flex:none}.pivot-portal__track-fetch-status,.pivot-portal__track-fetch-saved,.pivot-portal__track-fetch-error,.pivot-portal__track-fetch-hint{margin-top:10px}.pivot-portal__track-fetch-hint{white-space:pre-wrap;border:1px solid var(--sidebar-border);background:#7f7f8714;border-radius:6px;padding:10px 12px;font-size:.82rem}.pivot-portal__artifact-panel{border:1px solid var(--sidebar-border);background:#7f7f8714;border-radius:8px;margin-top:16px;padding:12px 14px}.pivot-portal__artifact-panel-title{align-items:center;gap:8px;margin:0 0 6px;font-size:.95rem;font-weight:650;line-height:1.3;display:flex}.pivot-portal__artifact-panel-title-icon{opacity:.88;flex-shrink:0}.pivot-portal__artifact-panel-lead{color:var(--muted-foreground);max-width:56rem;margin:0 0 10px;font-size:.8rem;line-height:1.45}.pivot-portal__artifact-panel .pivot-portal__toolbar{margin-top:0}.pivot-portal__artifact-set{border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:.75rem;padding:.75rem 1rem}.pivot-portal__artifact-set-header{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.sb-exception-launch__form{gap:.75rem;max-width:42rem;display:grid}.pivot-portal__maps-manual{border-bottom:1px solid var(--border);margin-bottom:.75rem;padding:.75rem 0}.pivot-portal__maps-manual-title{margin:0 0 .35rem;font-size:.95rem;font-weight:600}.pivot-portal__maps-manual-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.pivot-portal__maps-manual-row .ui-input{flex:14rem;min-width:12rem}.pivot-portal__raw-section{margin-top:28px}.pivot-portal__raw-hint{margin-top:0;margin-bottom:6px}.pivot-portal__raw-note{max-width:56rem;margin-top:0;margin-bottom:10px}.pivot-portal__raw-toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px;display:flex}.pivot-portal__raw-count{color:var(--muted-foreground);font-size:.82rem}.pivot-portal__raw-table-wrap{border:1px solid var(--sidebar-border);border-radius:8px;max-height:min(70vh,520px);overflow:auto}.pivot-portal__raw-more{margin-top:10px}.pivot-portal__toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;display:flex}.pivot-portal__toolbar-label{color:var(--muted-foreground);margin-right:4px;font-size:.8rem}.pivot-portal__section{border-top:1px solid var(--sidebar-border);margin-top:32px;padding-top:8px}.pivot-portal__section-title{margin:0 0 8px;font-size:1.08rem;font-weight:650}.pivot-portal__section-hint{margin:0 0 12px}.pivot-portal__toolbar--inline{margin-top:2px}.pivot-portal__toolbar-error{margin-top:8px;margin-bottom:0}.pivot-portal__toolbar--artifacts{flex-direction:column;align-items:flex-start;margin-top:10px}.pivot-portal__toolbar-sep{background:var(--sidebar-border);flex-shrink:0;align-self:stretch;width:1px;min-height:22px;margin:2px 2px 2px 8px}.pivot-portal__toolbar--analysis-with-uploads .pivot-portal__artifact-hint,.pivot-portal__toolbar--analysis-with-uploads .pivot-portal__artifact-chips{flex:100%}.pivot-portal__toolbar-label--icon{align-items:center;gap:6px;display:inline-flex}.pivot-portal__artifact-chips{flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;display:flex}.pivot-portal__artifact-chip{border:1px solid var(--sidebar-border);background:#7f7f871f;border-radius:999px;align-items:center;gap:6px;padding:4px 8px;font-size:.78rem;display:inline-flex}.pivot-portal__artifact-chip-remove{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;padding:0 2px;font-size:1rem;line-height:1}.pivot-portal__artifact-chip--other{flex-wrap:wrap;gap:.35rem .5rem;max-width:100%}.pivot-portal__artifact-chip--good{background:#36b79d14;border-color:#36b79d73}.pivot-portal__good-file-hint{max-width:42rem;margin:0;line-height:1.45}.pivot-portal__artifact-chip-type-input{width:10rem;min-width:7rem;padding:.15rem .35rem;font-size:.85rem}.pivot-portal__artifact-chip-filename{color:var(--text-muted,#5c6570);font-size:.85rem}.pivot-portal__other-message-pending{border:1px dashed var(--border);border-radius:6px;flex-wrap:wrap;align-items:flex-end;gap:.5rem .75rem;margin:.35rem 0 .5rem;padding:.5rem .65rem;display:flex}.pivot-portal__artifact-chip-remove:hover{color:var(--foreground)}.pivot-portal__artifact-hint{max-width:56rem;margin-top:6px;margin-bottom:0}.pivot-portal__partner-email .pivot-portal__field .ui-input,.pivot-portal__partner-email .pivot-portal__field textarea{font-size:.9rem;line-height:1.55}.pivot-portal__partner-email .pivot-portal__field textarea{white-space:pre-wrap}.pivot-portal__section-lede{color:var(--muted-foreground);margin:0 0 12px;font-size:.86rem;line-height:1.5}.pivot-portal__table-wrap{border:1px solid var(--sidebar-border);border-radius:10px;overflow:hidden}.pivot-portal__table-wrap--scroll{overflow-x:auto}.pivot-portal__data-table{border-collapse:collapse;width:100%;font-size:.82rem}.pivot-portal__data-table th,.pivot-portal__data-table td{border-bottom:1px solid var(--sidebar-border);text-align:left;vertical-align:top;padding:8px 10px}.pivot-portal__data-table th{background:#94a3b814;font-weight:600}.pivot-portal__th-num,.pivot-portal__td-num{text-align:right;white-space:nowrap}.pivot-portal__td-tight{word-break:break-word;max-width:220px}.pivot-portal__muted{color:var(--muted-foreground);margin:10px;font-size:.85rem}.pivot-portal__failure-location{border:1px solid var(--sidebar-border);background:#3b82f60a;border-radius:12px;padding:16px}.pivot-portal__failure-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px 16px;margin:12px 0;display:grid}.pivot-portal__failure-field{flex-direction:column;gap:4px;font-size:.86rem;display:flex}.pivot-portal__failure-field--wide{grid-column:1/-1}.pivot-portal__failure-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);font-size:.75rem;font-weight:600}.pivot-portal__failure-highlight{color:var(--primary,#3b82f6);font-weight:600}.pivot-portal__failure-value{word-break:break-word;white-space:pre-wrap;display:block}.pivot-portal__failure-pre{border:1px solid var(--sidebar-border);white-space:pre-wrap;word-break:break-word;background:#0f172a59;border-radius:8px;margin:8px 0;padding:10px 12px;font-family:ui-monospace,monospace;font-size:.78rem;line-height:1.45;overflow-x:auto}.pivot-portal__failure-pre--context{opacity:.65;margin-bottom:4px}.pivot-portal__failure-pre--highlight{background:#3b82f614;border-color:#3b82f673}.pivot-portal__failure-pre--segment-full{white-space:pre-wrap;word-break:break-all;-webkit-user-select:all;user-select:all;max-height:none;overflow-x:auto}.pivot-portal__failure-pre--map{max-height:120px;font-size:.72rem;overflow-y:auto}.pivot-portal__mono{font-family:ui-monospace,monospace}.pivot-portal__status{margin:8px 0}.pivot-portal__error{color:var(--danger,#f87171);margin-bottom:12px}.pivot-portal__article{border:1px solid var(--sidebar-border);background:#94a3b80a;border-radius:12px;padding:16px}.pivot-portal__pre{white-space:pre-wrap;word-break:break-word;margin:0;font-size:.88rem;line-height:1.55}.ui-textarea.pivot-portal__textarea-sn-refs{resize:vertical;max-height:none;overflow-y:visible}.pivot-portal__hint{color:var(--muted-foreground);margin:0 0 8px;font-size:.84rem}.pivot-portal__field span{margin-bottom:4px;font-size:.82rem;font-weight:600;display:block}.pivot-portal__actions{margin-top:8px}.pivot-portal__field-label{margin-bottom:4px;font-size:.82rem;font-weight:600;display:block}.pivot-portal__tracy-incidents-hint{margin-top:0}.pivot-portal__tracy-snow-ids{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:12px;margin-top:12px;display:grid}.pivot-portal__field--inline-snow{margin:0}.pivot-portal__tracy-payload-actions,.pivot-portal__tracy-json-panel{margin-top:12px}.pivot-portal__tracy-json-label{margin-bottom:6px}.pivot-portal__tracy-json-preview{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem}.hub-insights-tracy-sp__meta{margin:0 0 12px;padding-left:1.1rem}.hub-insights-tracy-sp__toolbar{flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:12px}.hub-insights-tracy-sp__analysis{margin-top:20px}.hub-insights-tracy-sp__meta a{word-break:break-all}.pivot-portal__radios{flex-direction:column;gap:6px;margin-top:4px;display:flex}.pivot-portal__radio{font-size:.84rem;font-weight:400}.assistant-markdown{font-family:var(--font-text);color:var(--foreground);word-break:break-word;font-size:.9375rem;line-height:1.65}.pivot-portal__article--rich{background:var(--card);border:1px solid var(--sidebar-border);box-shadow:var(--shadow-sm);padding:22px 26px 28px}.pivot-portal__markdown.assistant-markdown{max-width:860px}.assistant-markdown__h1{font-family:var(--font-headline);letter-spacing:-.02em;border-bottom:1px solid var(--sidebar-border);margin:0 0 .6em;padding-bottom:.35em;font-size:1.35rem;font-weight:700}.assistant-markdown__h2{font-family:var(--font-headline);color:var(--foreground);margin:1.5em 0 .5em;font-size:1.12rem;font-weight:650}.assistant-markdown__h3{color:var(--foreground);margin:1.25em 0 .45em;font-size:1.02rem;font-weight:600}.assistant-markdown__h4{color:var(--muted-foreground);margin:1em 0 .35em;font-size:.95rem;font-weight:600}.assistant-markdown__p{margin:0 0 .85em}.assistant-markdown__ul,.assistant-markdown__ol{margin:0 0 .95em;padding-left:1.35em}.assistant-markdown__li{margin:.28em 0}.assistant-markdown__li::marker{color:var(--muted-foreground)}.assistant-markdown__strong{color:var(--foreground);font-weight:650}.assistant-markdown__em{color:var(--muted-foreground);font-style:italic}.assistant-markdown__quote{border-left:4px solid var(--primary);border-radius:0 var(--radius) var(--radius) 0;color:var(--muted-foreground);background:#42b0d514;margin:.85em 0;padding:12px 16px}[data-theme=light] .assistant-markdown__quote{background:#42b0d51a}.assistant-markdown__hr{border:none;border-top:1px solid var(--sidebar-border);margin:1.5em 0}.assistant-markdown__a{color:var(--primary);text-underline-offset:2px;text-decoration:underline}.assistant-markdown__a:hover{opacity:.9}.assistant-markdown__code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.86em}.assistant-markdown__pre{border-radius:var(--radius-card);background:var(--muted);border:1px solid var(--sidebar-border);margin:.85em 0;padding:14px 16px;overflow-x:auto}.assistant-markdown__p .assistant-markdown__code{background:var(--muted);border:1px solid var(--sidebar-border);border-radius:6px;padding:.12em .45em;font-size:.88em}.assistant-markdown__pre .assistant-markdown__code{white-space:pre;background:0 0;border:none;padding:0;font-size:.82rem;display:block}.assistant-markdown__table-scroll{border-radius:var(--radius-card);border:1px solid var(--sidebar-border);margin:.85em 0;overflow-x:auto}.assistant-markdown__table{border-collapse:collapse;background:var(--card);width:100%;font-size:.86rem}.assistant-markdown__table th,.assistant-markdown__table td{border:1px solid var(--sidebar-border);text-align:left;vertical-align:top;padding:8px 12px}.assistant-markdown__table thead th{background:var(--secondary);font-weight:600}.insights-aiq__answer-body{border-radius:10px;max-height:min(72vh,760px);margin-top:8px;padding:14px 16px;overflow-y:auto}.insights-aiq__answer .assistant-markdown{font-size:.905rem}.insights-drill__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.insights-drill__exports{flex-wrap:wrap;gap:8px;display:flex}.insights-drill__error{color:var(--danger,#f87171)}.insights-drill__table-wrap{border:1px solid var(--sidebar-border);border-radius:12px;overflow-x:auto}.insights-drill__table{margin:0}@media (width<=1100px){.app-layout,.analysis-grid,.settings-grid,.chat-layout,.metadata-grid,.stats-grid,.lta-stats-grid,.reporting-kpi-grid,.reporting-dashboard-grid,.reporting-dashboard-grid--split,.form-split,.form-split--triplet,.panel-grid--halves,.panel-grid--sidebar,.info-grid{grid-template-columns:1fr}.page__header,.history-register__header{flex-direction:column}.hub-insights-page-header{grid-template-columns:1fr}.hub-insights-banner--aside{max-width:none}.status-banner{grid-template-columns:1fr}.history-register__meta,.page-actions{justify-content:flex-start}.sidebar{gap:16px}}.sn-sync-progress{margin-top:12px;padding:14px 16px}.sn-sync-progress__header{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px;display:flex}.sn-sync-progress__pct{font-variant-numeric:tabular-nums;color:var(--muted-foreground);margin-left:auto;font-size:.9rem}.sn-sync-progress__bar{background:var(--sidebar-border);border-radius:999px;height:6px;margin-bottom:10px;overflow:hidden}.sn-sync-progress__bar-fill{background:var(--primary);border-radius:999px;height:100%;transition:width .35s}.sn-sync-progress__message{margin:0 0 10px}.sn-sync-progress__steps{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.sn-sync-progress__step{align-items:flex-start;gap:10px;font-size:.92rem;display:flex}.sn-sync-progress__step-icon{text-align:center;flex-shrink:0;width:1.25rem;font-weight:700}.sn-sync-progress__step--running .sn-sync-progress__step-icon{animation:1s ease-in-out infinite sn-sync-pulse}@keyframes sn-sync-pulse{0%,to{opacity:1}50%{opacity:.35}}.sn-sync-progress__step--done .sn-sync-progress__step-icon{color:var(--success,#2d8a5e)}.sn-sync-progress__step--error .sn-sync-progress__step-icon{color:var(--danger,#c44)}.sn-sync-progress__step-body{flex-direction:column;gap:2px;display:flex}.sn-sync-progress__step-label{font-weight:500}.sn-sync-progress__step-detail{font-size:.85rem}.sn-sync-progress__error{margin:10px 0 0}.pivot-portal__prompt-metrics{flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin:.5rem 0;display:flex}.pivot-portal__prompt-table{border-collapse:collapse;width:100%;max-width:36rem;margin:.75rem 0;font-size:.88rem}.pivot-portal__prompt-table th,.pivot-portal__prompt-table td{text-align:left;border-bottom:1px solid var(--sidebar-border);padding:.35rem .5rem}.pivot-portal__prompt-pre{white-space:pre-wrap;word-break:break-word;border:1px solid var(--sidebar-border);background:#7f7f8714;border-radius:6px;max-height:28rem;margin-top:.75rem;padding:.75rem;font-size:.72rem;line-height:1.35;overflow:auto}.pivot-portal__workflow-steps{flex-direction:column;gap:.65rem;margin:0;padding-left:1.25rem;display:flex}.pivot-portal__workflow-step--active{font-weight:500}.pivot-portal__workflow-step--done{opacity:.85}
