:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f1f2ef;--panel:#fbfaf5;--panel-2:#f4f3ed;--panel-3:#e8e7df;--sidebar-bg:#fbfaf5;--nav-hover:#e8e7df;--selected-bg:#ddd9cd;--mark-bg:#171717;--mark-text:#d8b36d;--track-bg:#d6d3c8;--bottom-nav-bg:#fbfaf5f0;--muted-panel-bg:#eceae2;--primary-bg:#171717;--primary-text:#fff8e8;--secondary-bg:#e6e4dc;--user-msg-bg:#171717;--line:#1c1f211f;--line-strong:#1c1f213d;--text:#16181a;--soft:#3e454a;--muted:#667078;--dim:#8a9298;--ok:#557a63;--warn:#9a672e;--danger:#a84d45;--info:#4f627b;--accent:#8a642f;--shadow:#1c1f2121;font-feature-settings:"cv01", "ss03";font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#11100d;--panel:#191713;--panel-2:#211e19;--panel-3:#15130f;--sidebar-bg:#11100d;--nav-hover:#fff8ee0e;--selected-bg:#2b241c;--mark-bg:#f1d2a6;--mark-text:#17130f;--track-bg:#2a251f;--bottom-nav-bg:#14120feb;--muted-panel-bg:#16130f;--primary-bg:#f2dbc0;--primary-text:#17130f;--secondary-bg:#211e19;--user-msg-bg:#2b241c;--line:#fff4e117;--line-strong:#fff4e126;--text:#f5eee3;--soft:#d8cdbd;--muted:#a99d8d;--dim:#756a5e;--ok:#84a98c;--warn:#d19a62;--danger:#d27b72;--info:#9aa8bd;--accent:#d19a62;--shadow:#00000061}*{box-sizing:border-box}html{background:var(--bg)}body{background:var(--bg);min-height:100vh;color:var(--text);margin:0}button,input{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible{outline-offset:2px;outline:2px solid #7f8cffbf}.app-shell{grid-template-columns:248px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:var(--sidebar-bg);flex-direction:column;gap:22px;height:100vh;padding:22px 18px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:11px;min-width:0;display:flex}.brand-mark{background:var(--mark-bg);border:1px solid var(--line-strong);width:38px;height:38px;color:var(--mark-text);border-radius:12px;flex:none;place-items:center;font-weight:600;display:grid}.brand strong{letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;display:block;overflow:hidden}.brand span{color:var(--muted);margin-top:3px;font-size:12px;display:block}.side-nav{gap:6px;display:grid}.nav-item,.nav-compact{color:var(--muted);text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:9px;min-height:42px;padding:0 11px;display:flex}.nav-item:hover,.nav-item.active{color:var(--text);background:var(--nav-hover);border-color:var(--line)}.nav-item span{font-size:14px;font-weight:500}.side-status{border:1px solid var(--line);background:var(--panel);border-radius:16px;margin-top:auto;padding:14px}.side-status strong{margin:7px 0 5px;font-size:18px;display:block}.side-status p{color:var(--muted);margin:0 0 12px;font-size:12px;line-height:1.55}.small-label{color:var(--dim);font-size:12px}.status-dot{color:var(--muted);align-items:center;gap:7px;margin-top:8px;font-size:12px;display:flex}.status-dot.ok{color:#8ee3b0}.status-dot.warn{color:#ffd58d}.status-dot.pending{color:#aeb8c8}.status-dot.muted{color:var(--dim)}.workspace{min-width:0;padding:18px 18px 96px}.mobile-topbar{margin-bottom:12px;display:none}.mobile-appbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.mobile-appbar span{color:var(--dim);margin-bottom:3px;font-size:12px;display:block}.mobile-appbar strong{letter-spacing:-.04em;font-size:22px;line-height:1.05;display:block}.mobile-appbar-actions{flex:none;align-items:center;gap:8px;display:inline-flex}.assistant-shortcut{border:1px solid var(--line);background:var(--primary-bg);color:var(--primary-text);border-radius:999px;min-height:38px;padding:0 13px;font-size:13px;font-weight:600}.icon-button{border:1px solid var(--line);background:var(--panel);width:42px;height:42px;color:var(--soft);border-radius:12px;place-items:center;display:grid}.page-shell{grid-template-columns:minmax(0,1fr) 348px;gap:16px;max-width:1380px;margin:0 auto;display:grid}.page-shell.no-detail{grid-template-columns:minmax(0,1fr);max-width:1040px}.content-area{min-width:0}.page-header{border:1px solid var(--line);background:var(--panel);border-radius:20px;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px;padding:18px;display:flex}.meta-line{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;font-size:12px;display:flex}.page-header h1{letter-spacing:-.035em;margin:0;font-size:clamp(26px,3vw,38px);font-weight:600;line-height:1.05}.page-header p{color:var(--muted);margin:8px 0 0;font-size:14px;line-height:1.55}.header-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.primary-button,.secondary-button,.small-action,.filter-chip,.composer button{border:1px solid var(--line);white-space:nowrap;border-radius:11px;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:0 13px;display:inline-flex}.primary-button{background:var(--primary-bg);color:var(--primary-text);border-color:#0000;font-weight:600;text-decoration:none}.secondary-button,.small-action,.filter-chip{background:var(--secondary-bg);color:var(--soft)}.secondary-button{text-decoration:none}.primary-button:disabled{opacity:.48;cursor:not-allowed}.primary-button.full{width:100%;margin-top:12px}.view-stack{gap:14px;display:grid}.today-panel,.panel-card,.state-card,.detail-card,.assistant-card,.account-card{border:1px solid var(--line);background:var(--panel);border-radius:20px;padding:16px}.section-head,.section-title{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:13px;display:flex}.section-head h2{letter-spacing:-.035em;margin:4px 0 0;font-size:clamp(22px,5vw,32px);line-height:1.15}.section-title>div{align-items:center;gap:8px;font-weight:600;display:flex}.section-title>span{color:var(--muted);font-size:12px}.section-actions{color:var(--muted);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;font-size:12px;display:flex}.module-head{align-items:center}.module-controls{display:none}.module-control{border:1px solid var(--line);background:var(--secondary-bg);color:var(--muted);border-radius:999px;min-height:28px;padding:0 9px;font-size:12px}.module-control:hover:not(:disabled){color:var(--text);background:var(--selected-bg);border-color:var(--line-strong)}.module-control:disabled{opacity:.5;cursor:not-allowed}.collapsed-note{border:1px dashed var(--line-strong);background:var(--panel-3);color:var(--muted);border-radius:14px;padding:14px;font-size:13px;line-height:1.5}.status-pill{border:1px solid var(--line);min-height:26px;color:var(--muted);white-space:nowrap;border-radius:999px;align-items:center;padding:0 8px;font-size:12px;display:inline-flex}.status-pill.ok{color:#99e7b6;background:#36c27514;border-color:#36c27538}.status-pill.warn{color:#ffd88d;background:#e7a23814;border-color:#e7a2383d}.status-pill.danger{color:#ffadb3;background:#ef646d14;border-color:#ef646d3d}.status-pill.muted{color:var(--muted)}.summary-list{gap:10px;display:grid}.summary-item{border:1px solid var(--line);background:var(--panel-3);border-radius:16px;grid-template-columns:30px 1fr auto;align-items:start;gap:11px;padding:12px;display:grid}.summary-index{background:var(--mark-bg);width:30px;height:30px;color:var(--mark-text);border-radius:9px;place-items:center;font-family:JetBrains Mono,monospace;display:grid}.summary-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.summary-item h3{margin:0;font-size:15px;font-weight:600;line-height:1.4}.summary-item p{color:var(--soft);margin:6px 0;font-size:13px;line-height:1.55}.source-line,.action-line{color:var(--muted);font-size:12px;line-height:1.5}.small-action{min-height:32px;padding:0 10px;font-size:12px}.status-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.metric-card{border:1px solid var(--line);background:var(--panel);border-radius:16px;flex-direction:column;justify-content:space-between;min-height:98px;padding:13px;display:flex}.metric-card span{color:var(--muted);font-size:12px}.metric-card strong{font-family:JetBrains Mono,monospace;font-size:30px;font-weight:500;line-height:1}.metric-card em{color:var(--dim);font-size:12px;font-style:normal}.metric-card.ok strong{color:#99e7b6}.metric-card.warn strong{color:#ffd88d}.metric-card.check strong{color:#a7c6ff}.metric-card.sent strong{color:#d8def0}.home-grid{grid-template-columns:1.1fr .9fr;gap:14px;display:grid}.decision-brief{background:linear-gradient(135deg, var(--panel), var(--panel-2));grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;display:grid}.brief-copy h2{letter-spacing:-.05em;white-space:nowrap;margin:5px 0 7px;font-size:clamp(24px,4vw,34px);line-height:1.05}.brief-copy p{color:var(--soft);margin:0;font-size:14px;line-height:1.55}.brief-status-row{grid-template-columns:repeat(3,74px);gap:8px;display:grid}.brief-status-row div{border:1px solid var(--line);background:var(--panel-3);text-align:center;border-radius:15px;padding:10px 8px}.brief-status-row strong{font-family:JetBrains Mono,monospace;font-size:22px;font-weight:500;line-height:1;display:block}.brief-status-row span{color:var(--muted);margin-top:6px;font-size:11px;display:block}.shortcut-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.shortcut-grid button{border:1px solid var(--line);background:var(--panel);color:inherit;text-align:center;border-radius:18px;align-content:center;justify-items:center;gap:6px;min-height:94px;padding:12px 8px;display:grid}.shortcut-grid button span{background:var(--selected-bg);width:42px;height:42px;color:var(--accent);border-radius:15px;place-items:center;display:grid}.shortcut-grid button strong{font-size:13px;line-height:1.25}.shortcut-grid button em{color:var(--muted);font-size:11px;font-style:normal}.focus-panel{gap:12px;display:grid}.pipeline-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.pipeline-step{border:1px solid var(--line);background:var(--panel-3);border-radius:14px;min-width:0;padding:10px}.pipeline-step span{color:var(--dim);margin-bottom:6px;font-family:JetBrains Mono,monospace;font-size:11px;display:block}.pipeline-step strong{font-size:12px;line-height:1.3;display:block}.pipeline-step em{color:var(--muted);margin-top:5px;font-size:11px;font-style:normal;line-height:1.45;display:block}.focus-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.radar-card{border:1px solid var(--line);background:linear-gradient(180deg, var(--panel-3), var(--panel));border-radius:16px;gap:10px;min-width:0;padding:13px;display:grid}.radar-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.radar-head h3{letter-spacing:-.03em;margin:4px 0 0;font-size:16px;line-height:1.3}.radar-meta{color:var(--muted);align-items:baseline;gap:8px;display:flex}.radar-meta strong{color:var(--text);font-family:JetBrains Mono,monospace;font-size:28px;font-weight:500;line-height:1}.radar-meta span{font-size:12px}.radar-path{color:var(--soft);margin:0;font-size:13px;line-height:1.55}.radar-tags{flex-wrap:wrap;gap:6px;display:flex}.radar-tags span{border:1px solid var(--line);background:var(--selected-bg);color:var(--soft);border-radius:999px;padding:4px 8px;font-size:11px}.radar-rule{border-top:1px solid var(--line);color:var(--muted);padding-top:9px;font-size:12px;line-height:1.6}.radar-rule b{color:var(--soft);font-weight:600}.radar-action{justify-self:start}.watchlist-overview{gap:12px;display:grid}.watchlist-chip-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.watchlist-chip{border:1px solid var(--line);background:var(--panel-3);min-width:0;color:var(--text);text-align:left;border-radius:14px;gap:5px;padding:11px 12px;display:grid}.watchlist-chip:hover{border-color:var(--line-strong);background:var(--panel-2)}.watchlist-chip-matched{border-color:color-mix(in srgb, var(--accent) 28%, var(--line))}.watchlist-chip span{color:var(--muted);font-size:11px}.watchlist-chip strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.watch-coverage-status{color:var(--muted);align-items:center;gap:5px;font-size:10.5px;font-style:normal;line-height:1.35;display:flex}.watch-coverage-status svg{fill:currentColor;flex:none}.watch-coverage-status.matched{color:var(--ok)}.watch-coverage-status.quiet{color:var(--dim)}.watchlist-chip em{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;font-style:normal;line-height:1.35;overflow:hidden}.watchlist-note,.watchlist-empty{color:var(--muted);margin:0;font-size:12px;line-height:1.5}.watchlist-empty{grid-column:1/-1;padding:10px 0}.watch-coverage-explain{border:1px solid var(--line);background:var(--panel-3);border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:9px 10px;display:flex}.watch-coverage-copy{gap:3px;min-width:0;display:grid}.watch-coverage-copy strong{color:var(--text);font-size:12px;line-height:1.4}.watch-coverage-copy span{color:var(--muted);font-size:11px;line-height:1.45}.watch-coverage-action{border:1px solid var(--line-strong);background:var(--panel-2);color:var(--soft);border-radius:999px;flex:none;align-items:center;gap:4px;padding:6px 9px;font-size:11px;font-weight:650;display:inline-flex}.watch-coverage-action:hover{border-color:var(--accent);color:var(--text)}.watch-detail-sheet{z-index:70;display:block;position:fixed;inset:0}.watch-detail-sheet .sheet-backdrop{background:#05090e94;border:0;position:absolute;inset:0}.watch-detail-panel{overscroll-behavior:contain;border:1px solid var(--line);background:var(--bg);width:min(460px,100% - 32px);color:var(--text);border-radius:22px;padding:14px;position:absolute;top:16px;bottom:16px;right:16px;overflow-y:auto;box-shadow:0 24px 70px #04080d47}.watch-detail-bar{z-index:2;border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--bg) 92%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);align-items:center;gap:10px;margin:-14px -14px 12px;padding:12px 14px;display:flex;position:sticky;top:-14px}.watch-detail-bar>span{color:var(--soft);font-size:12px;font-weight:700}.watch-detail-bar .sheet-return{border:1px solid var(--line);background:var(--panel);min-height:36px;color:var(--text);border-radius:999px;align-items:center;gap:3px;padding:0 11px;font-weight:700;display:inline-flex}.watch-detail-hero{justify-content:space-between;align-items:flex-start;gap:12px;padding:4px 2px 14px;display:flex}.watch-detail-hero>div{min-width:0}.watch-detail-hero span{color:var(--muted);font-size:11px}.watch-detail-hero h2{overflow-wrap:anywhere;letter-spacing:-.035em;margin:4px 0 0;font-size:24px;line-height:1.2}.watch-detail-section{border:1px solid var(--line);background:var(--panel);border-radius:15px;gap:7px;margin-top:10px;padding:12px;display:grid}.watch-detail-section>span{color:var(--muted);font-size:11px;font-weight:700}.watch-detail-section>p{color:var(--soft);overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.6}.watch-detail-state.matched{border-color:color-mix(in srgb, var(--ok) 32%, var(--line))}.watch-detail-state.quiet{background:var(--panel-3)}.watch-detail-intel-list{gap:8px;display:grid}.watch-detail-intel-list article{border:1px solid var(--line);background:var(--panel-3);border-radius:12px;gap:6px;min-width:0;padding:10px;display:grid}.watch-detail-intel-list article>div{justify-content:space-between;align-items:center;gap:10px;display:flex}.watch-detail-intel-list b{color:var(--accent);font-size:10.5px}.watch-detail-intel-list em{color:var(--dim);font-size:10.5px;font-style:normal}.watch-detail-intel-list strong{overflow-wrap:anywhere;font-size:13px;line-height:1.4}.watch-detail-intel-list p{color:var(--muted);margin:0;font-size:11.5px;line-height:1.5}.watch-detail-empty{border:1px dashed var(--line-strong);background:var(--panel-3);border-radius:12px;gap:5px;padding:12px;display:grid}.watch-detail-empty strong{font-size:13px}.watch-detail-empty p{color:var(--muted);margin:0;font-size:11.5px;line-height:1.55}.watch-detail-section .watch-detail-rule-grid{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:2px;padding:10px 0 0}.watch-detail-section .watch-detail-rule-grid select{background:var(--panel-3);border-radius:10px;min-height:38px}.watch-detail-section .watch-detail-rule-note{color:var(--dim);font-size:10.5px;line-height:1.45}.watch-detail-boundary{color:var(--dim);margin:12px 2px 0;font-size:11px;line-height:1.55}.watch-detail-actions{box-sizing:border-box;padding:12px 14px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:color-mix(in srgb, var(--bg) 94%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);grid-template-columns:1fr 1fr;gap:8px;margin:12px -14px -14px;display:grid;position:sticky;bottom:-14px}.watch-detail-actions button{box-sizing:border-box;justify-content:center;align-items:center;gap:5px;width:100%;min-width:0;min-height:44px;display:inline-flex}.watch-detail-actions button:disabled{cursor:not-allowed;opacity:.42}@media (width<=720px){.watch-detail-panel{width:100%;max-height:90dvh;padding-bottom:max(14px, env(safe-area-inset-bottom));border-width:1px 0 0;border-radius:22px 22px 0 0;inset:auto 0 0}.watch-detail-hero h2{font-size:22px}.watch-detail-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (width<=520px){.watch-detail-section .watch-detail-rule-grid{grid-template-columns:1fr}}.report-list,.channel-list,.intel-list,.policy-list{gap:10px;display:grid}.report-row,.channel-row,.policy-row,.account-row{border:1px solid var(--line);background:var(--panel-3);border-radius:14px;padding:12px}.report-row{grid-template-columns:58px 1fr auto;align-items:center;gap:10px;display:grid}.time-box{background:var(--mark-bg);height:38px;color:var(--mark-text);border-radius:10px;place-items:center;font-family:JetBrains Mono,monospace;font-size:12px;display:grid}.row-title,.report-row strong{font-weight:600}.report-row p,.channel-row p,.policy-row span,.account-row em{color:var(--muted);margin:4px 0 0;font-size:12px;font-style:normal;line-height:1.5}.channel-row{grid-template-columns:auto 1fr auto;align-items:center;gap:10px;display:grid}.channel-row .status-dot{margin-top:0}.channel-row strong{font-size:14px;display:block}.channel-row>span{color:var(--soft);font-size:12px}.source-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.source-card{border:1px solid var(--line);background:var(--panel-3);border-radius:14px;gap:10px;padding:12px;display:grid}.source-card strong,.source-card span,.source-card em{display:block}.source-card span,.source-card em{color:var(--muted);font-size:12px;font-style:normal;line-height:1.4}.market-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.market-card{border:1px solid var(--line);background:var(--panel-3);color:inherit;text-align:left;border-radius:15px;gap:10px;min-width:0;padding:12px;display:grid;overflow:hidden}.market-card:hover{background:var(--panel-2);border-color:var(--line-strong)}.market-head{justify-content:space-between;align-items:flex-start;gap:10px;min-width:0;display:flex}.market-head>div{min-width:0}.market-head strong,.market-head span{display:block}.market-head strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.market-head span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:11px;overflow:hidden}.market-main{grid-template-columns:minmax(92px,.8fr) 1.2fr;align-items:end;gap:10px;display:grid}.market-main b,.market-main em{display:block}.market-main b{letter-spacing:-.03em;font-family:JetBrains Mono,monospace;font-size:20px;font-weight:500;line-height:1}.market-main em{margin-top:5px;font-family:JetBrains Mono,monospace;font-size:12px;font-style:normal}.market-main em.up{color:#99e7b6}.market-main em.down{color:#ffadb3}.sparkline{color:#91a7ff;width:100%;min-width:74px;height:44px}.sparkline.down{color:#ff9aa2}.market-foot{color:var(--muted);gap:3px;font-size:11px;line-height:1.35;display:grid}.chart-card{min-width:0}.charts-grid{align-items:start}.risk-bars{gap:10px;display:grid}.risk-bar{color:var(--muted);grid-template-columns:48px 1fr 30px;align-items:center;gap:10px;font-size:12px;display:grid}.risk-bar strong{color:var(--soft);text-align:right;font-family:JetBrains Mono,monospace}.bar-track{background:var(--track-bg);border:1px solid var(--line);border-radius:999px;height:9px;overflow:hidden}.bar-fill{border-radius:inherit;background:#8390ff;height:100%}.risk-bar.danger .bar-fill{background:var(--danger)}.risk-bar.warn .bar-fill{background:var(--warn)}.risk-bar.info .bar-fill{background:var(--info)}.risk-bar.check .bar-fill{background:var(--accent)}.source-matrix{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.source-dot-row{border:1px solid var(--line);background:var(--panel-3);border-radius:12px;align-items:flex-start;gap:9px;min-width:0;padding:9px;display:flex}.matrix-dot{background:var(--dim);border-radius:50%;flex:none;width:10px;height:10px;display:inline-block}.matrix-dot.ok,.source-dot-row .matrix-dot.ok{background:var(--ok);box-shadow:0 0 0 3px #36c27517}.matrix-dot.warn,.source-dot-row .matrix-dot.warn{background:var(--warn);box-shadow:0 0 0 3px #e7a23817}.matrix-dot.danger,.source-dot-row .matrix-dot.danger{background:var(--danger);box-shadow:0 0 0 3px #ef646d17}.source-dot-row strong,.source-dot-row em{display:block}.source-dot-row strong{text-overflow:ellipsis;white-space:normal;font-size:12px;overflow:hidden}.source-dot-row em{color:var(--muted);margin-top:3px;font-size:11px;font-style:normal}.chart-note{color:var(--muted);margin:10px 0 0;font-size:12px;line-height:1.5}.delivery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.delivery-cell{border:1px solid var(--line);background:var(--panel-3);border-radius:12px;gap:6px;min-height:88px;padding:10px;display:grid}.delivery-cell.ok .matrix-dot{background:var(--ok)}.delivery-cell.warn .matrix-dot{background:var(--warn)}.delivery-cell.pending .matrix-dot{background:var(--dim)}.delivery-cell strong{font-size:12px;line-height:1.35}.delivery-cell em{color:var(--muted);font-size:11px;font-style:normal}.timeline-list{gap:0;display:grid}.timeline-item{grid-template-columns:16px 1fr;gap:9px;padding-bottom:12px;display:grid;position:relative}.timeline-item:not(:last-child):before{content:"";background:var(--line-strong);width:1px;position:absolute;top:15px;bottom:-2px;left:5px}.timeline-node{background:var(--dim);z-index:1;border-radius:50%;width:11px;height:11px;margin-top:4px;position:relative}.timeline-node.ok{background:var(--ok)}.timeline-node.warn{background:var(--warn)}.timeline-content{border:1px solid var(--line);background:var(--panel-3);border-radius:12px;padding:9px}.timeline-content>div{justify-content:space-between;gap:8px;display:flex}.timeline-content strong{font-size:13px}.timeline-content span{color:var(--muted);font-family:JetBrains Mono,monospace;font-size:11px}.timeline-content p{color:var(--soft);margin:5px 0;font-size:12px;line-height:1.4}.timeline-content em{color:var(--muted);font-size:11px;font-style:normal}.report-watch-coverage{border:1px solid var(--line-strong);background:var(--mark-bg);color:var(--mark-text);border-radius:14px;gap:6px;margin-bottom:12px;padding:11px 12px;display:grid}.report-watch-coverage>div{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.report-watch-coverage span,.report-watch-coverage em{font-size:11px;font-style:normal}.report-watch-coverage strong{font-size:13px}.report-watch-coverage p{overflow-wrap:anywhere;margin:0;font-size:12px;line-height:1.45}.report-watch-coverage em{opacity:.72}.filter-row{scrollbar-width:none;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.filter-chip{min-height:34px;color:var(--muted)}.filter-chip.active{background:var(--selected-bg);color:var(--text);border-color:var(--line-strong)}.filter-summary{border:1px solid var(--line);background:var(--panel-3);width:max-content;color:var(--muted);border-radius:14px;align-items:baseline;gap:8px;padding:10px 12px;display:flex}.filter-summary strong{color:var(--text);font-family:JetBrains Mono,monospace;font-size:20px;font-weight:500}.filter-summary span,.filter-summary em{font-size:12px;font-style:normal}.intel-list.full{gap:12px}.intel-row{border:1px solid var(--line);background:var(--panel);width:100%;color:inherit;text-align:left;border-radius:16px;grid-template-columns:44px 1fr auto;align-items:center;gap:11px;padding:13px;display:grid}.intel-row:hover,.intel-row.active{background:var(--panel-2);border-color:var(--line-strong)}.level-badge{border:1px solid var(--line);width:44px;height:32px;color:var(--soft);border-radius:10px;place-items:center;font-family:JetBrains Mono,monospace;font-size:12px;display:grid}.level-badge.p0{color:#ffadb3;background:#ef646d14;border-color:#ef646d57}.level-badge.p1{color:#ffd88d;background:#e7a23814;border-color:#e7a23857}.level-badge.p2{color:#b5c8e8;background:#66a7ff0f;border-color:#66a7ff38}.intel-meta,.intel-foot{color:var(--muted);flex-wrap:wrap;gap:7px;font-size:12px;display:flex}.intel-row h3{margin:5px 0;font-size:15px;font-weight:600;line-height:1.38}.intel-row p{color:var(--soft);margin:0 0 7px;font-size:13px;line-height:1.5}.watch-match-tags{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;margin-top:9px;display:flex}.watch-match-tags span,.watch-match-tags b,.watch-match-tags em{border-radius:999px;padding:4px 8px;font-size:11px;font-style:normal;font-weight:650;line-height:1.2}.watch-match-tags span{background:var(--selected-bg);color:var(--text)}.watch-match-tags b,.watch-match-tags em{border:1px solid var(--line);background:var(--panel-3);color:var(--soft)}.watch-match-tags.compact{gap:5px;margin:0 0 7px}.watch-match-tags.compact span,.watch-match-tags.compact b,.watch-match-tags.compact em{padding:3px 7px;font-size:10.5px}.watch-rule-decision{border:1px solid var(--line);background:var(--panel-3);border-radius:13px;margin-top:9px;padding:9px 10px}.watch-rule-decision.planned{border-color:color-mix(in srgb, var(--accent) 34%, var(--line));background:color-mix(in srgb, var(--accent) 7%, var(--panel-3))}.watch-rule-decision>div{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px 10px;display:flex}.watch-rule-decision strong{color:var(--text);font-size:12px;line-height:1.35}.watch-rule-decision span{color:var(--soft);font-size:11px;line-height:1.35}.watch-rule-decision p{color:var(--muted);margin:6px 0 0;font-size:11px;line-height:1.55}.watch-rule-decision p em{color:var(--muted);margin-top:3px;font-style:normal;display:block}.watch-rule-decision.compact{border-radius:10px;margin:0 0 8px;padding:7px 8px}.watch-rule-decision.compact strong,.watch-rule-decision.compact span{font-size:10.5px}.watch-decision-section .watch-match-tags{margin:0 0 8px}.watch-decision-section .watch-rule-decision{background:var(--panel);margin-top:0}.desktop-detail{min-width:0}.detail-card{position:sticky;top:18px}.detail-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.detail-card h2{letter-spacing:-.03em;margin:16px 0 10px;font-size:22px;line-height:1.22}.detail-meta{color:var(--muted);flex-wrap:wrap;gap:10px;margin-bottom:12px;font-size:12px;display:flex}.detail-meta span{align-items:center;gap:5px;display:flex}.info-block{border:1px solid var(--line);background:var(--panel-3);border-radius:14px;margin-top:10px;padding:12px}.info-block span{color:var(--dim);margin-bottom:6px;font-size:12px;display:block}.info-block p{color:var(--soft);margin:0;font-size:13px;line-height:1.55}.assistant-layout{grid-template-columns:minmax(0,1fr) 300px;gap:14px;min-width:0;display:grid}.assistant-card,.analyst-card,.assistant-boundary{min-width:0}.assistant-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.assistant-head h2{margin:0 0 6px;font-size:22px}.assistant-head p{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.analyst-brief{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:12px 0;display:grid}.analyst-brief div{border:1px solid var(--line);background:var(--panel-2);border-radius:14px;padding:10px}.analyst-brief span{color:var(--dim);margin-bottom:5px;font-size:11px;display:block}.analyst-brief strong{color:var(--text);font-size:13px;line-height:1.35;display:block}.analyst-brief em{color:var(--muted);margin-top:5px;font-size:11px;font-style:normal;line-height:1.35;display:block}.analyst-card>p{color:var(--muted);margin:-2px 0 12px;font-size:13px;line-height:1.55}.analyst-steps{gap:10px;display:grid}.analyst-steps article{border:1px solid var(--line);background:var(--panel-2);border-radius:14px;grid-template-columns:34px 1fr;gap:10px;padding:10px;display:grid}.analyst-steps article>span{width:30px;height:30px;color:var(--primary);background:var(--panel-3);border-radius:10px;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:inline-flex}.analyst-steps strong{margin-bottom:4px;font-size:13px;display:block}.analyst-steps p{color:var(--muted);margin:0;font-size:12px;line-height:1.45}.chat-window{align-content:start;gap:10px;min-height:360px;max-height:52vh;padding-right:2px;display:grid;overflow-y:auto}.message{border:1px solid var(--line);border-radius:16px;max-width:86%;padding:11px 12px}.message p{margin:0;font-size:14px;line-height:1.6}.message span{color:var(--dim);margin-top:7px;font-size:12px;display:block}.message.assistant{background:var(--panel-2);border-bottom-left-radius:5px}.message.user{background:var(--user-msg-bg);border-bottom-right-radius:5px;justify-self:end}.quick-row{scrollbar-width:none;gap:8px;margin:12px 0;display:flex;overflow-x:auto}.quick-row button{border:1px solid var(--line);background:var(--panel-3);color:var(--soft);white-space:nowrap;border-radius:999px;min-height:34px;padding:0 12px}.composer{grid-template-columns:1fr auto;gap:8px;display:grid}.composer input{border:1px solid var(--line);background:var(--panel-3);min-height:44px;color:var(--text);border-radius:12px;min-width:0;padding:0 12px}.composer button{background:var(--primary-bg);color:var(--primary-text);border:0;font-weight:600}.assistant-boundary ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.assistant-boundary li{color:var(--soft);align-items:flex-start;gap:8px;font-size:13px;line-height:1.5;display:flex}.policy-row{grid-template-columns:92px 1fr;align-items:start;gap:10px;display:grid}.account-card{align-items:center;gap:12px;display:flex}.account-menu{padding:0;overflow:hidden}.account-menu button{border:0;border-bottom:1px solid var(--line);width:100%;color:inherit;text-align:left;background:0 0;grid-template-columns:24px 1fr auto;align-items:center;gap:10px;min-height:64px;padding:12px 14px;display:grid}.account-menu button:last-child{border-bottom:0}.account-menu strong,.account-menu span{display:block}.account-menu strong{font-size:14px}.account-menu span{color:var(--muted);margin-top:3px;font-size:12px;line-height:1.4}.notify-hero h2{letter-spacing:-.04em;margin:5px 0 8px;font-size:26px;line-height:1.12}.notify-hero p{color:var(--muted);margin:0;font-size:13px;line-height:1.6}.avatar{background:var(--mark-bg);border:1px solid var(--line);width:52px;height:52px;color:var(--mark-text);border-radius:16px;place-items:center;font-size:22px;font-weight:600;display:grid}.account-card h2{margin:0 0 5px}.account-card p{color:var(--muted);margin:0;font-size:13px}.account-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.account-row span,.account-row strong,.account-row em{display:block}.account-row span{color:var(--muted);font-size:12px}.account-row strong{margin-top:6px;font-size:15px}.config-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.config-list span{border:1px solid var(--line);background:var(--panel-3);color:var(--soft);border-radius:12px;padding:10px;font-size:13px}.muted-panel{background:var(--muted-panel-bg)}.state-card{color:var(--muted);align-items:flex-start;gap:10px;display:flex}.state-card strong{color:var(--soft);margin-bottom:4px;display:block}.state-card p{margin:0;font-size:12px;line-height:1.5}.error-state{border-color:#ef646d38}.loading-state svg{animation:1.4s linear infinite spin}.login-shell{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:20px;max-width:1180px;min-height:100vh;margin:0 auto;padding:clamp(18px,4vw,42px);display:grid}.login-hero,.login-card{border:1px solid var(--line);background:var(--panel);box-shadow:0 22px 60px var(--shadow);border-radius:26px;padding:clamp(18px,4vw,30px)}.login-hero{flex-direction:column;justify-content:space-between;min-height:560px;display:flex}.login-topline,.login-card-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.login-copy h1{letter-spacing:-.055em;margin:18px 0 12px;font-size:clamp(34px,6vw,58px);line-height:1.02}.login-copy p{color:var(--muted);max-width:600px;margin:0;line-height:1.7}.login-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.login-card h2{letter-spacing:-.04em;margin:4px 0 0;font-size:28px}.login-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:18px 0;display:grid}.login-tabs button,.theme-toggle{border:1px solid var(--line);background:var(--secondary-bg);color:var(--soft);border-radius:12px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 12px;display:inline-flex}.login-tabs button.active,.theme-toggle:hover{background:var(--selected-bg);color:var(--text);border-color:var(--line-strong)}.login-form{gap:10px;display:grid}.login-form label{color:var(--muted);gap:6px;font-size:12px;display:grid}.login-form input{border:1px solid var(--line);background:var(--panel-3);width:100%;min-height:44px;color:var(--text);border-radius:12px;padding:0 12px}.login-note{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.wechat-box{border:1px solid var(--line);background:var(--panel-3);text-align:center;border-radius:16px;justify-items:center;gap:8px;padding:18px;display:grid}.wechat-box p{color:var(--muted);margin:0;font-size:12px;line-height:1.5}.tier-preview{gap:8px;margin-top:16px;display:grid}.tier-preview article{border:1px solid var(--line);background:var(--panel-3);border-radius:14px;gap:5px;padding:12px;display:grid}.tier-preview article.active{background:var(--selected-bg);border-color:#4f46e561}.tier-preview strong,.tier-preview span,.tier-preview em{display:block}.tier-preview span{color:var(--soft);font-size:13px}.tier-preview em{color:var(--muted);font-size:12px;font-style:normal;line-height:1.45}.theme-toggle.compact span{display:none}.account-hero{justify-content:space-between}.account-hero>div:nth-child(2){flex:1;min-width:0}.account-logout{margin-left:auto}.mini-tags{flex-wrap:wrap;gap:6px;margin-top:9px;display:flex}.account-tiers{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:0}.template-list{gap:10px;display:grid}.template-list article{border:1px solid var(--line);background:var(--panel-3);border-radius:14px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px;display:flex}.template-list article.active{background:var(--selected-bg);border-color:#4f46e56b}.template-list strong{font-size:14px;display:block}.template-list p{color:var(--muted);margin:5px 0 0;font-size:12px;line-height:1.5}.template-list em{color:var(--dim);margin-top:7px;font-size:11px;font-style:normal;display:block}.template-module-tags{flex-wrap:wrap;gap:5px;margin-top:8px;display:flex}.template-module-tags span{border:1px solid var(--line);background:var(--panel);color:var(--muted);border-radius:999px;padding:3px 7px;font-size:11px}.template-actions{flex:none;justify-items:end;gap:8px;display:grid}.selectable-template-list article{align-items:stretch}.module-settings-list{gap:10px;display:grid}.module-setting-row{border:1px solid var(--line);background:var(--panel-3);border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}.module-setting-row strong,.module-setting-row p{display:block}.module-setting-row p{color:var(--muted);margin:5px 0 0;font-size:12px;line-height:1.5}.module-setting-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.module-setting-actions button{border:1px solid var(--line);background:var(--secondary-bg);color:var(--muted);border-radius:999px;min-height:32px;padding:0 10px;font-size:12px}.module-setting-actions button.active{color:var(--text);background:var(--selected-bg);border-color:var(--line-strong)}.module-setting-actions button:disabled{opacity:.45;cursor:not-allowed}.install-hero{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.install-hero h2{letter-spacing:-.04em;margin:6px 0 8px;font-size:clamp(25px,4vw,38px);line-height:1.08}.install-hero p,.install-card p{color:var(--muted);margin:0;font-size:13px;line-height:1.65}.install-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.install-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.install-card{align-content:start;gap:10px;display:grid}.install-card-head{color:var(--soft);justify-content:space-between;align-items:center;gap:10px;display:flex}.install-card h3{letter-spacing:-.03em;margin:0;font-size:18px}.install-note{border:1px solid var(--line);background:var(--panel-3);color:var(--muted);border-radius:13px;justify-content:space-between;gap:12px;padding:10px 12px;font-size:12px;display:flex}.install-note strong{color:var(--soft)}.release-list{gap:8px;display:grid}.release-row{border:1px solid var(--line);background:var(--panel-3);border-radius:13px;grid-template-columns:96px minmax(0,1fr);align-items:start;gap:12px;padding:10px 12px;display:grid}.release-row span{color:var(--muted);font-size:12px}.release-row strong{color:var(--soft);overflow-wrap:anywhere;font-size:13px;line-height:1.55}.release-row .mono{font-family:JetBrains Mono,monospace;font-weight:400}.detail-sheet,.bottom-nav{display:none}.delivery-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.delivery-strip article{border:1px solid var(--line);background:var(--panel);border-radius:18px;gap:6px;min-width:0;padding:12px;display:grid;box-shadow:0 12px 28px #0f172a0a}.delivery-strip .status-dot{width:max-content}.delivery-strip span,.delivery-strip strong,.delivery-strip em{display:block}.delivery-strip span{color:var(--muted);font-size:12px}.delivery-strip strong{color:var(--text);letter-spacing:-.02em;overflow-wrap:anywhere;font-size:15px}.delivery-strip em{color:var(--dim);font-size:11px;font-style:normal;line-height:1.45}.capability-panel{gap:12px;display:grid}.capability-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.capability-card{border:1px solid var(--line);background:var(--panel-3);border-radius:16px;gap:9px;min-width:0;padding:13px;display:grid}.capability-head{color:var(--soft);justify-content:space-between;align-items:center;gap:8px;display:flex}.capability-card strong{color:var(--text);letter-spacing:-.02em;font-size:15px}.capability-card p{color:var(--muted);margin:0;font-size:12px;line-height:1.58}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=720px){.login-shell{grid-template-columns:1fr;max-width:780px}.login-hero{gap:28px;min-height:auto}.app-shell{display:block}.home-grid,.charts-grid{grid-template-columns:1fr}.chart-card{min-height:auto}.sidebar,.desktop-detail{display:none}.workspace{padding:12px;padding-bottom:calc(72px + env(safe-area-inset-bottom))}.mobile-topbar{display:flex}.page-header{display:none}.page-shell{max-width:760px;display:block}.bottom-nav{z-index:30;border-top:1px solid var(--line);padding:8px 6px calc(8px + env(safe-area-inset-bottom));background:var(--bg);-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:0;border-left:0;border-right:0;border-radius:0;grid-template-columns:repeat(5,minmax(0,1fr));gap:2px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 18px #1c1f210f}.nav-compact{border-radius:14px;flex-direction:column;justify-content:center;gap:3px;min-height:50px;padding:0}.nav-compact span{font-size:11px}.nav-compact.active{background:var(--selected-bg);color:var(--text);border-color:var(--line-strong)}.detail-sheet{z-index:50;display:block;position:fixed;inset:0}.sheet-backdrop{background:#0000008c;border:0;position:absolute;inset:0}.sheet-panel{background:var(--bg);border-top:1px solid var(--line);border-radius:22px 22px 0 0;max-height:86vh;padding:12px;position:absolute;bottom:0;left:0;right:0;overflow:auto}.sheet-close{border:1px solid var(--line);background:var(--panel);color:var(--soft);border-radius:10px;min-height:34px;margin-bottom:8px;margin-left:auto;padding:0 12px;display:block}.sheet-panel .detail-card{position:static}.login-shell{padding:12px}.login-hero,.login-card{border-radius:20px;padding:16px}.login-topline,.login-card-head{align-items:flex-start}.login-copy h1{font-size:34px}.login-feature-grid,.account-tiers,.login-tabs{grid-template-columns:1fr}.theme-toggle span{display:none}.account-hero{grid-template-columns:52px 1fr;display:grid}.account-logout{grid-column:1/-1;width:100%;margin-left:0}.template-list article{display:grid}.template-actions{justify-items:flex-start}.install-hero{display:grid}.install-actions{justify-content:flex-start}.install-grid{grid-template-columns:1fr}.release-row{grid-template-columns:1fr;gap:4px}.module-head,.section-actions{justify-content:flex-start;align-items:flex-start}.module-setting-row{grid-template-columns:1fr}.module-setting-actions{justify-content:flex-start}.today-panel,.panel-card,.state-card,.detail-card,.assistant-card,.account-card{border-radius:17px;padding:13px}.decision-brief{grid-template-columns:1fr;gap:12px;padding:15px}.brief-copy h2{font-size:30px}.brief-copy p{font-size:13px}.brief-status-row{grid-template-columns:repeat(3,minmax(0,1fr))}.decision-brief .primary-button{width:100%}.shortcut-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.shortcut-grid button{border-radius:16px;min-height:82px;padding:9px 4px}.shortcut-grid button span{border-radius:13px;width:36px;height:36px}.shortcut-grid button strong{font-size:12px}.shortcut-grid button em{font-size:10px}.section-head{display:block}.section-head .status-pill{margin-top:10px}.summary-item{grid-template-columns:28px 1fr}.summary-index{width:28px;height:28px}.pipeline-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.focus-grid{grid-template-columns:1fr}.radar-card{padding:12px}.radar-path{font-size:12px}.small-action{grid-column:2;justify-self:start}.radar-action{grid-column:auto}.status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-grid,.source-grid,.source-matrix,.delivery-grid,.assistant-layout,.account-grid,.config-list{grid-template-columns:1fr}.market-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.market-main{grid-template-columns:1fr}.sparkline{height:38px}.report-row{grid-template-columns:56px 1fr;align-items:start}.report-row .status-pill{grid-column:2;width:max-content}.channel-row{grid-template-columns:auto 1fr}.channel-row>span{grid-column:2}.intel-row{grid-template-columns:42px 1fr;align-items:start}.intel-row>svg{display:none}.intel-meta,.intel-foot{gap:4px;display:grid}.assistant-head{display:block}.assistant-head .status-pill{margin-top:10px}.assistant-card{flex-direction:column;min-height:calc(100dvh - 164px);display:flex}.assistant-head p,.analyst-brief{display:none}.assistant-head h2{font-size:20px}.chat-window{flex:1;min-height:260px;max-height:none}.message{overflow-wrap:anywhere;max-width:100%}.quick-row{margin:10px -2px;padding-bottom:2px}.composer{bottom:calc(74px + env(safe-area-inset-bottom));background:var(--panel);grid-template-columns:minmax(0,1fr) 76px;padding-top:8px;position:sticky}.composer button{min-height:42px}.policy-row{grid-template-columns:1fr;gap:4px}.account-card{align-items:flex-start}.brand strong{max-width:190px}}@media (width<=380px){.workspace{padding:10px 10px 86px}.page-header h1{font-size:22px}.status-grid,.market-grid{grid-template-columns:1fr}.header-actions{display:none}.primary-button,.secondary-button{width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}@media (width<=720px){html{background:radial-gradient(circle at 12% -6%,#5068ff2e,#0000 34%),radial-gradient(circle at 88% 0,#12b9811f,#0000 28%),#eef3fb}body{-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background:0 0}.workspace{width:100%;max-width:430px;padding:0 14px calc(124px + env(safe-area-inset-bottom));margin:0 auto}.mobile-topbar{z-index:20;padding:calc(11px + env(safe-area-inset-top)) 14px 10px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#eef3fbf5,#eef3fbbd 72%,#eef3fb00);margin:0 -14px 10px;position:sticky;top:0}.mobile-appbar{min-height:48px}.mobile-appbar span{color:#7b8798;letter-spacing:.01em;font-size:11px;font-weight:500}.mobile-appbar strong{color:#0d1423;letter-spacing:-.055em;font-size:25px;font-weight:650}.assistant-shortcut{color:#fff;background:#07111f;border:0;min-height:40px;padding:0 15px;box-shadow:0 10px 22px #07111f33}.icon-button,.theme-toggle{background:#ffffffc7;border-color:#0f172a14;box-shadow:0 10px 24px #1e293b1a}.view-stack{gap:12px}.today-panel,.panel-card,.state-card,.detail-card,.assistant-card,.account-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd6;border:1px solid #0f172a0f;border-radius:24px;box-shadow:0 18px 42px #1e293b17}.decision-brief{color:#f8fbff;background:radial-gradient(circle at 82% 12%,#8494ff80,#0000 30%),radial-gradient(circle at 16% 88%,#10b9813d,#0000 32%),linear-gradient(145deg,#08111f 0%,#111a35 52%,#151d2f 100%);border:0;border-radius:30px;min-height:250px;padding:22px;position:relative;overflow:hidden;box-shadow:0 24px 58px #0911234d}.decision-brief:before{content:"";pointer-events:none;background:linear-gradient(120deg,#ffffff21,#0000 32%),repeating-linear-gradient(90deg,#ffffff0b 0 1px,#0000 1px 54px);position:absolute;inset:0}.decision-brief>*{z-index:1;position:relative}.decision-brief .small-label{color:#e2e8f0c7;font-size:12px;font-weight:600}.brief-copy h2{color:#fff;letter-spacing:-.065em;white-space:normal;margin:8px 0 12px;font-size:36px;font-weight:650}.brief-copy p{color:#e2e8f0db;max-width:330px;font-size:14px;line-height:1.62}.brief-status-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.brief-status-row div{background:#ffffff18;border:1px solid #ffffff29;border-radius:18px;padding:12px 8px;box-shadow:inset 0 1px #ffffff1f}.brief-status-row strong{color:#fff;font-size:24px}.brief-status-row span{color:#e2e8f0bd;font-size:11px}.decision-brief .primary-button{color:#0f172a;background:#fff;border:0;border-radius:16px;width:100%;min-height:46px;font-weight:700;box-shadow:0 16px 28px #00000038}.shortcut-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.shortcut-grid button{text-align:left;background:#ffffffdb;border:1px solid #0f172a0f;border-radius:22px;align-content:space-between;justify-items:start;min-height:88px;padding:13px;position:relative;box-shadow:0 14px 30px #1e293b14}.shortcut-grid button span{background:var(--selected-bg);width:34px;height:34px;color:var(--accent);border-radius:13px}.shortcut-grid button strong{color:#0f172a;margin-top:6px;font-size:14px;font-weight:650}.shortcut-grid button em{color:#64748b;font-size:12px}.section-head,.section-title{margin-bottom:12px}.section-head h2{letter-spacing:-.045em;font-size:22px}.section-title>div{color:#0f172a;font-weight:700}.section-actions>span{color:#64748b;font-size:11px}.focus-panel .pipeline-strip{display:none}.focus-grid{gap:10px}.radar-card,.summary-item,.market-card,.report-row,.channel-row,.policy-row,.account-row,.source-card,.delivery-cell,.timeline-content{background:#f8fafce0;border-color:#0f172a0f;box-shadow:inset 0 1px #ffffffb8}.radar-card{border-radius:20px;padding:15px}.radar-head h3{color:#0f172a;font-size:18px;font-weight:700}.radar-meta strong{font-size:30px}.radar-action,.small-action{color:#fff;background:#111827;border:0;border-radius:13px}.summary-item{border-radius:19px;padding:14px}.summary-index{border-radius:12px}.market-panel{overflow:hidden}.market-grid{gap:9px}.market-card{border-radius:18px;padding:12px}.market-main b{font-size:19px}.bottom-nav{padding:8px 6px calc(8px + env(safe-area-inset-bottom));background:var(--bg);-webkit-backdrop-filter:none;backdrop-filter:none;border:0;border-top:1px solid #0f172a1a;border-radius:0;gap:2px;bottom:0;left:0;right:0;box-shadow:0 -2px 18px #0f172a0d}.nav-compact{color:#7b8798;border-radius:18px;min-height:52px}.nav-compact.active{color:#fff;background:#101827;border-color:#0f172a14;box-shadow:0 12px 24px #1018272e}.nav-compact span{font-size:11px;font-weight:600}.delivery-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.delivery-strip article{border-radius:16px;padding:11px}.delivery-strip strong{font-size:14px}.capability-grid{grid-template-columns:1fr}.capability-card{border-radius:14px}}@media (width<=380px){.delivery-strip{grid-template-columns:1fr}}:root:not([data-theme=dark]) .status-dot.ok{color:var(--ok)}:root:not([data-theme=dark]) .status-dot.warn{color:var(--warn)}:root:not([data-theme=dark]) .status-pill.ok{color:var(--ok);background:#607d671a;border-color:#607d673d}:root:not([data-theme=dark]) .status-pill.warn{color:var(--warn);background:#a56f321a;border-color:#a56f323d}:root:not([data-theme=dark]) .status-pill.danger{color:var(--danger);background:#b45b501a;border-color:#b45b503d}@media (width<=720px){:root{--mobile-page-bg:#eef3f8;--mobile-panel-bg:#fffffff0;--mobile-card-bg:#ffffffeb;--mobile-card-strong:#0f172a;--mobile-card-soft:#334155;--mobile-card-muted:#475569;--mobile-card-dim:#64748b;--mobile-card-line:#0f172a1a;--mobile-shadow:#0f172a1a}:root[data-theme=dark]{--mobile-page-bg:#070a0f;--mobile-panel-bg:#0f131bf0;--mobile-card-bg:#121722f0;--mobile-card-strong:#f8fafc;--mobile-card-soft:#d5dde8;--mobile-card-muted:#a8b3c2;--mobile-card-dim:#8793a5;--mobile-card-line:#ffffff1c;--mobile-shadow:#00000057}html,:root[data-theme=dark]{background:var(--mobile-page-bg)}body{background:var(--mobile-page-bg);color:var(--mobile-card-strong)}.mobile-topbar{z-index:40;padding:calc(32px + env(safe-area-inset-top)) 14px 12px;background:linear-gradient(180deg, color-mix(in srgb, var(--mobile-page-bg) 96%, transparent), color-mix(in srgb, var(--mobile-page-bg) 82%, transparent) 72%, transparent);-webkit-backdrop-filter:blur(20px)saturate(1.15);backdrop-filter:blur(20px)saturate(1.15);margin:0 -14px 12px;position:sticky;top:0}.mobile-appbar{gap:5px;min-height:auto;display:grid}.mobile-statusline{min-height:18px;color:var(--mobile-card-muted);justify-content:space-between;align-items:center;gap:12px;font-size:11px;font-weight:650;display:flex}.mobile-statusline span,.mobile-statusline em{color:var(--mobile-card-muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-style:normal;display:block;overflow:hidden}.mobile-title-row{justify-content:space-between;align-items:center;gap:14px;min-height:44px;display:flex}.mobile-title-row strong{color:var(--mobile-card-strong);letter-spacing:-.06em;font-size:31px;font-weight:750;line-height:1}.mobile-subtitle{max-width:300px;color:var(--mobile-card-muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;line-height:1.35;overflow:hidden}.mobile-appbar-actions,.assistant-shortcut{display:none}.theme-toggle.compact{background:var(--mobile-card-bg);width:42px;height:42px;min-height:42px;color:var(--mobile-card-soft);border-color:var(--mobile-card-line);box-shadow:0 12px 26px var(--mobile-shadow);border-radius:16px;flex:0 0 42px;padding:0}.today-panel,.panel-card,.state-card,.detail-card,.assistant-card,.account-card,.delivery-strip article,.shortcut-grid button,.radar-card,.summary-item,.market-card,.report-row,.channel-row,.policy-row,.account-row,.source-card,.capability-card{background:var(--mobile-card-bg);border-color:var(--mobile-card-line);color:var(--mobile-card-strong);box-shadow:0 16px 34px var(--mobile-shadow)}.state-card,.state-card p,.state-card strong,.small-label,.section-title>span,.source-line,.action-line,.account-row em,.report-row p,.channel-row p,.policy-row span,.source-card span,.source-card em,.market-foot,.collapsed-note,.chart-note,.delivery-strip em,.capability-card p{color:var(--mobile-card-muted)}.section-title>div,.radar-head h3,.shortcut-grid button strong,.delivery-strip strong,.capability-card strong,.summary-item h3,.market-head strong{color:var(--mobile-card-strong)}.summary-item p,.radar-path,.radar-rule b,.channel-row>span,.radar-tags span,.module-control,.module-setting-actions button{color:var(--mobile-card-soft)}.decision-brief{background:radial-gradient(circle at 84% 16%,#6f7fff57,#0000 31%),radial-gradient(circle at 18% 88%,#22c55e2e,#0000 34%),linear-gradient(145deg,#080f1d 0%,#10182c 54%,#121827 100%);border-radius:28px;min-height:228px;padding:20px;box-shadow:0 22px 50px #080f1d47}.decision-brief .small-label{color:#e2e8f0d1}.brief-copy h2{font-size:34px;line-height:1.04}.brief-copy p{color:#f1f5f9e6}.brief-status-row div{background:#ffffff1c;border-color:#fff3}.brief-status-row span{color:#f1f5f9cc}.delivery-strip article{align-content:start;min-height:110px}.delivery-strip span,.shortcut-grid button em,.metric-card span,.metric-card em{color:var(--mobile-card-muted)}.bottom-nav{background:color-mix(in srgb, var(--mobile-card-bg) 90%, transparent);border-color:var(--mobile-card-line)}.nav-compact{color:var(--mobile-card-muted)}.nav-compact.active{background:var(--mobile-card-strong);color:var(--mobile-page-bg)}}@media (width<=1100px){.login-shell{grid-template-columns:1fr!important;width:100%!important;max-width:100%!important}.login-hero,.login-card{width:100%!important;min-width:0!important;max-width:100%!important}.login-feature-grid,.login-tabs{grid-template-columns:1fr!important}}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}img,svg,video,canvas{max-width:100%}@media (width<=720px){.login-shell{width:100%;max-width:100%;min-height:100dvh;padding:calc(16px + env(safe-area-inset-top)) 14px calc(28px + env(safe-area-inset-bottom));gap:14px;overflow:hidden}.login-hero,.login-card{background:var(--mobile-card-bg,#fffffff0);border-color:var(--mobile-card-line,#0f172a1a);width:100%;min-width:0;max-width:100%;box-shadow:0 18px 40px var(--mobile-shadow,#0f172a1a);border-radius:24px;padding:20px;overflow:hidden}.login-hero{gap:24px;min-height:auto}.login-topline,.login-card-head{align-items:center;min-width:0}.login-topline .brand,.login-card-head>div,.login-copy{min-width:0}.login-copy h1{letter-spacing:-.06em;white-space:normal;word-break:keep-all;overflow-wrap:normal;max-width:100%;margin:16px 0 12px;font-size:clamp(31px,10.8vw,42px);line-height:1.08}.login-copy p{color:var(--mobile-card-muted,#475569);font-size:15px;line-height:1.62}.login-feature-grid{grid-template-columns:1fr;gap:8px}.login-feature-grid article,.tier-preview article,.wechat-box,.login-form input,.login-tabs button{border-color:var(--mobile-card-line,#0f172a1a);color:var(--mobile-card-strong,#0f172a);background:#f8fafceb}:root[data-theme=dark] .login-feature-grid article,:root[data-theme=dark] .tier-preview article,:root[data-theme=dark] .wechat-box,:root[data-theme=dark] .login-form input,:root[data-theme=dark] .login-tabs button{background:#121722f0}.login-card h2{font-size:clamp(27px,8vw,34px);line-height:1.08}.login-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.login-tabs button{min-height:44px;padding:0 8px;font-size:14px}.login-form label,.login-note,.wechat-box p,.tier-preview em{color:var(--mobile-card-muted,#475569)}}@media (width<=380px){.login-shell{padding-left:10px;padding-right:10px}.login-hero,.login-card{border-radius:22px;padding:17px}.login-copy h1{font-size:clamp(29px,10vw,36px)}.mobile-title-row strong{font-size:28px}.decision-brief{border-radius:25px;padding:18px}.brief-copy h2{font-size:31px}.delivery-strip{grid-template-columns:1fr}}@media (width<=720px){.login-shell,.app-shell,.workspace,.page-shell,.content-area,.view-stack,.login-hero,.login-card,.today-panel,.panel-card{min-width:0;max-width:100%}.login-shell{padding:calc(14px + env(safe-area-inset-top)) 12px calc(26px + env(safe-area-inset-bottom));display:block}.login-hero{margin-bottom:12px}.login-copy h1{max-width:11em;font-size:clamp(30px,9.4vw,39px)}.login-copy p{white-space:normal;overflow-wrap:break-word;max-width:100%}.login-tabs{grid-template-columns:1fr;display:grid}.login-tabs button{justify-content:center;width:100%}.brand strong,.brand span,.mobile-subtitle,.login-copy p,.section-title,.summary-item,.intel-row,.market-foot{overflow-wrap:anywhere}}@media (width>=381px) and (width<=520px){.delivery-strip,.shortcut-grid,.market-grid,.status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=380px){.shortcut-grid,.market-grid,.status-grid,.delivery-strip{grid-template-columns:1fr}.login-copy h1{max-width:10em;font-size:29px}.brief-status-row{grid-template-columns:1fr}}@media (width>=600px) and (width<=1180px){.workspace{max-width:none;padding-left:clamp(18px,3vw,30px);padding-right:clamp(18px,3vw,30px)}.page-shell.no-detail,.page-shell{max-width:980px;margin:0 auto}.home-view{grid-template-columns:minmax(0,1fr) minmax(260px,.78fr);align-items:start}.home-view>.decision-brief,.home-view>.delivery-strip,.home-view>.shortcut-grid,.home-view>.focus-panel,.home-view>.section-card,.home-view>.market-panel{grid-column:1}.home-view>.charts-grid,.home-view>.panel-card:nth-last-child(-n+4){grid-column:auto}.decision-brief{min-height:auto}.delivery-strip,.shortcut-grid,.market-grid,.status-grid,.focus-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.login-shell{grid-template-columns:minmax(0,.95fr) minmax(340px,.75fr);align-items:start;max-width:980px}.login-copy h1{max-width:9.5em;font-size:clamp(38px,5vw,52px)}}@media (width>=721px) and (width<=1180px){.mobile-topbar{display:flex}.mobile-title-row strong{font-size:34px}.mobile-appbar{max-width:980px;margin:0 auto}}@media (width<=720px){.mobile-statusline{justify-content:flex-start;gap:6px}.mobile-statusline em:before{content:"· "}.decision-brief{width:100%;min-width:0;max-width:100%;overflow:hidden}.brief-status-row{grid-template-columns:repeat(3,minmax(0,1fr))!important;width:100%!important;min-width:0!important}.brief-status-row div{min-width:0;padding-left:4px;padding-right:4px}.brief-status-row strong{font-size:22px}.brief-status-row span{white-space:nowrap;font-size:10px}.bottom-nav{border-top:1px solid var(--mobile-line)!important;background:var(--bg)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;width:100%!important;max-width:100%!important;margin:0!important;padding:6px!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;transform:none!important;box-shadow:0 -2px 18px #1a20270f!important}.nav-compact{gap:2px;width:100%;min-width:0;padding:0}.nav-compact svg{width:17px;height:17px}.nav-compact span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:10px;overflow:hidden}.nav-compact.active{border-radius:16px}}@media (width>=600px) and (width<=1180px){.home-view{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:start;gap:16px;display:grid}.home-view>.decision-brief{grid-area:1/1/span 2}.home-view>.delivery-strip{grid-area:1/2}.home-view>.shortcut-grid{grid-area:2/2}.home-view>:nth-child(n+4){grid-column:1/-1}.delivery-strip,.shortcut-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.decision-brief{height:100%;min-height:356px}}@media (width>=760px) and (width<=1180px){.home-view{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.focus-grid,.market-grid,.charts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=599px){.workspace{width:100vw!important;max-width:100vw!important;overflow-x:hidden!important}.mobile-topbar,.view-stack,.decision-brief,.delivery-strip,.shortcut-grid,.focus-panel,.panel-card,.today-panel,.state-card{width:min(100%,100vw - 28px)!important;min-width:0!important;max-width:calc(100vw - 28px)!important}.decision-brief,.delivery-strip,.shortcut-grid{justify-self:center}.brief-status-row{grid-template-columns:1fr!important;gap:8px!important}.brief-status-row div{text-align:left;justify-content:space-between;align-items:center;min-height:48px;padding:8px 12px;display:flex}.brief-status-row span{margin-top:0;font-size:12px}.delivery-strip,.shortcut-grid,.market-grid{grid-template-columns:1fr!important}.delivery-strip article,.shortcut-grid button{min-height:86px}.bottom-nav{border-top:1px solid var(--mobile-line)!important;background:var(--bg)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;width:100%!important;max-width:100%!important;margin:0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;overflow:hidden!important;transform:none!important;box-shadow:0 -2px 18px #1a20270f!important}.nav-compact.active{width:100%!important;max-width:100%!important}}@media (width>=430px) and (width<=599px){.delivery-strip,.shortcut-grid,.market-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.brief-status-row{grid-template-columns:repeat(3,minmax(0,1fr))!important}.brief-status-row div{text-align:center;display:block}.brief-status-row span{margin-top:6px;font-size:10px}}@media (width>=600px) and (width<=1180px){.workspace,.mobile-topbar,.view-stack,.decision-brief,.delivery-strip,.shortcut-grid,.panel-card,.today-panel{width:auto!important;max-width:none!important}.bottom-nav{border-top:1px solid var(--mobile-line)!important;background:var(--bg)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;width:100%!important;max-width:100%!important;margin:0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;transform:none!important;box-shadow:0 -2px 18px #1a20270f!important}}@media (width<=720px){.workspace{width:100vw!important;max-width:100vw!important;overflow-x:hidden!important}.decision-brief,.delivery-strip,.shortcut-grid,.market-grid,.status-grid,.panel-card,.today-panel,.state-card{min-width:0!important;max-width:calc(100vw - 28px)!important}.decision-brief{grid-template-columns:1fr!important;width:calc(100vw - 28px)!important}.brief-status-row{grid-template-columns:1fr!important;width:100%!important;min-width:0!important}.brief-status-row div{text-align:left;justify-content:space-between;align-items:center;min-width:0!important;display:flex!important}.brief-status-row span{margin-top:0!important}.delivery-strip,.shortcut-grid,.market-grid,.status-grid{grid-template-columns:1fr!important;width:calc(100vw - 28px)!important}.bottom-nav{border-top:1px solid var(--mobile-line)!important;background:var(--bg)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;width:100%!important;max-width:100%!important;margin:0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;overflow:hidden!important;transform:none!important;box-shadow:0 -2px 18px #1a20270f!important}.nav-compact{width:100%!important;min-width:0!important}.nav-compact span{font-size:10px!important}}@media (width>=600px) and (width<=1180px){.home-view{align-items:start;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr)!important;gap:16px!important;display:grid!important}.home-view>.decision-brief{grid-area:1/1/span 2!important;width:auto!important;max-width:none!important}.home-view>.delivery-strip{grid-area:1/2!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:auto!important;max-width:none!important}.home-view>.shortcut-grid{grid-area:2/2!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:auto!important;max-width:none!important}.home-view>:nth-child(n+4){grid-column:1/-1!important;width:auto!important;max-width:none!important}.brief-status-row{grid-template-columns:repeat(3,minmax(0,1fr))!important}.brief-status-row div{text-align:center;display:block!important}.brief-status-row span{margin-top:6px!important}.bottom-nav{border-top:1px solid var(--mobile-line)!important;background:var(--bg)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;width:100%!important;max-width:100%!important;margin:0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;transform:none!important;box-shadow:0 -2px 18px #1a20270f!important}}@media (width<=599px){.brief-status-row div{justify-content:flex-start!important;align-items:center!important;gap:12px!important;display:flex!important}.brief-status-row strong{text-align:center;flex:0 0 28px}.brief-status-row span{white-space:nowrap;color:#f1f5f9db!important;display:block!important}.bottom-nav{border-top:1px solid var(--mobile-line)!important;background:var(--bg)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;width:100%!important;max-width:100%!important;margin:0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;transform:none!important;box-shadow:0 -2px 18px #1a20270f!important}.nav-compact{border-radius:14px!important;width:auto!important;min-width:0!important}.nav-compact.active{width:auto!important;min-width:0!important}}@media (width<=360px){.nav-compact span{display:none!important}.nav-compact{min-height:46px!important}}@media (width<=720px){.assistant-layout{padding-bottom:calc(96px + env(safe-area-inset-bottom));display:block!important}.assistant-card{min-height:auto!important;padding-bottom:calc(88px + env(safe-area-inset-bottom))!important}.assistant-head{margin-bottom:10px!important}.chat-window{padding-bottom:4px;flex:initial!important;min-height:190px!important;max-height:34dvh!important;overflow-y:auto!important}.quick-row{z-index:2;position:relative;margin:10px -2px 12px!important}.analyst-card,.assistant-boundary{margin-top:12px}.capability-grid,.account-grid,.install-grid,.module-settings-list,.template-list{grid-template-columns:1fr!important;width:100%!important;max-width:100%!important}.capability-card,.module-setting-row,.template-list article,.install-card,.account-row,.account-menu button{overflow:hidden;min-width:0!important;max-width:100%!important}.capability-head,.install-card-head{flex-wrap:wrap!important;justify-content:flex-start!important;gap:8px!important}.capability-head .status-pill,.install-card-head .status-pill{text-overflow:ellipsis;overflow:hidden;max-width:100%!important}.capability-card p,.module-setting-row p,.template-list p,.install-card p,.account-menu span{overflow-wrap:anywhere}}@media (width>=600px) and (width<=1180px){.assistant-layout{align-items:start;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr)!important;gap:16px!important;display:grid!important}.assistant-card{min-height:min(720px,100dvh - 190px)!important}.assistant-boundary{grid-column:2!important}.account-view{align-items:start;grid-template-columns:minmax(0,1fr) minmax(280px,.86fr)!important;gap:16px!important;display:grid!important}.account-view>.account-hero,.account-view>.capability-panel,.account-view>.account-menu,.account-view>.panel-card:nth-of-type(4){grid-column:1!important}.account-view>.panel-card:nth-of-type(n+5),.account-view>.install-panel{grid-column:2!important}}@media (width<=720px){.composer{box-sizing:border-box!important;grid-template-columns:minmax(0,1fr) 64px!important;width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important;left:12px!important;right:auto!important}.composer button{overflow:hidden;width:64px!important;min-width:64px!important;padding:0!important}.composer input{text-overflow:ellipsis;overflow:hidden;width:100%!important;min-width:0!important}.account-view,.account-view>*,.capability-panel,.capability-grid,.capability-card,.install-panel,.template-list,.module-settings-list,.account-menu,.account-grid{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important}.account-view .section-title,.capability-panel .section-title,.install-panel .section-title{grid-template-columns:1fr!important;justify-items:start!important;gap:6px!important;display:grid!important}.account-view .section-title>span,.capability-panel .section-title>span,.install-panel .section-title>span{overflow-wrap:anywhere;justify-self:start!important;max-width:100%!important}.capability-card,.install-card,.module-setting-row,.template-list article{overflow:visible!important}.capability-card strong,.capability-card p,.install-card p,.module-setting-row p,.template-list p,.account-row em,.account-menu span{white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important}}.intel-search-panel{gap:12px;display:grid}.intel-search-box{border:1px solid var(--line);background:var(--panel-3);min-height:44px;color:var(--muted);border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 11px;display:grid}.intel-search-box input{width:100%;min-width:0;color:var(--text);font:inherit;background:0 0;border:0;outline:0}.intel-search-box button{border:1px solid var(--line);background:var(--secondary-bg);color:var(--muted);border-radius:999px;min-height:28px;padding:0 10px}@media (width<=720px){.intel-search-panel{border-radius:20px;padding:13px}.intel-search-box{border-radius:15px;min-height:42px}}@media (width<=599px){.workspace{box-sizing:border-box!important;width:100vw!important;max-width:100vw!important;overflow-x:hidden!important}.page-shell,.content-area,.view-stack,.home-view,.notify-view,.account-view,.assistant-layout,.intel-list,.home-grid,.charts-grid{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.decision-brief,.panel-card,.today-panel,.state-card,.assistant-card,.account-card,.detail-card,.intel-search-panel,.delivery-strip article,.shortcut-grid button,.intel-row{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important}.decision-brief{overflow:hidden!important}.brief-status-row{grid-template-columns:1fr!important}.brief-status-row div{text-align:left!important;justify-content:flex-start!important;align-items:center!important;gap:14px!important;display:flex!important}.section-title{grid-template-columns:minmax(0,1fr)!important;justify-items:start!important;gap:6px!important;display:grid!important}.section-title>span{white-space:normal!important;overflow-wrap:anywhere!important;text-align:left!important;max-width:100%!important}.workspace{padding-left:14px!important;padding-right:14px!important}.page-shell,.content-area,.view-stack,.home-view,.notify-view,.account-view,.assistant-layout,.intel-list,.home-grid,.charts-grid{width:calc(100vw - 56px)!important;max-width:calc(100vw - 56px)!important}.view-stack>.panel-card,.view-stack>.today-panel,.view-stack>.state-card,.decision-brief,.intel-search-panel,.assistant-card,.account-card,.capability-panel,.intel-row{width:calc(100% - 8px)!important;max-width:calc(100% - 8px)!important;margin-right:8px!important}}@media (width<=720px){:root,:root:not([data-theme=dark]){--mobile-bg-0:#f8f5ef;--mobile-bg-1:#f2ece3;--mobile-bg-2:#ece3d6;--mobile-surface:#fffdf8f0;--mobile-surface-soft:#faf6efe0;--mobile-ink:#211b16;--mobile-soft:#51483f;--mobile-muted:#786d61;--mobile-dim:#a0978c;--mobile-line:#2d23181b;--mobile-line-strong:#2d23182e;--mobile-copper:#a66b3f;--mobile-copper-soft:#ead8c5;--mobile-sage:#607d67;--mobile-ochre:#a56f32;--mobile-rose:#ad6258;--mobile-steel:#66758a;--mobile-action-bg:#211b16;--mobile-action-text:#fff8ee;--mobile-shadow-1:0 1px 1px #2d231809, 0 10px 28px #44301913;--mobile-shadow-2:0 2px 3px #2d23180b, 0 18px 42px #4430191c;--mobile-shadow-float:0 8px 18px #2d231814, 0 22px 58px #44301924}:root[data-theme=dark]{--mobile-bg-0:#12100d;--mobile-bg-1:#17130f;--mobile-bg-2:#1d1812;--mobile-surface:#1c1813f0;--mobile-surface-soft:#231e18e0;--mobile-ink:#f5eee3;--mobile-soft:#d8cdbd;--mobile-muted:#a99d8d;--mobile-dim:#756a5e;--mobile-line:#fff4e11a;--mobile-line-strong:#fff4e12e;--mobile-copper:#d19a62;--mobile-copper-soft:#d19a6229;--mobile-sage:#91ad94;--mobile-ochre:#d19a62;--mobile-rose:#d27b72;--mobile-steel:#9aa8bd;--mobile-action-bg:#f2dbc0;--mobile-action-text:#17130f;--mobile-shadow-1:0 1px 1px #0000002e, 0 10px 30px #0003;--mobile-shadow-2:0 1px 2px #00000038, 0 18px 42px #00000047;--mobile-shadow-float:0 8px 18px #00000038, 0 22px 58px #00000059}html,body,#root,.app-shell,.workspace{width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}html,body,:root[data-theme=dark]{-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background:radial-gradient(circle at 16% -10%, #a66b3f21, transparent 31%), radial-gradient(circle at 90% 4%, #607d6714, transparent 28%), linear-gradient(180deg, var(--mobile-bg-0) 0%, var(--mobile-bg-1) 48%, var(--mobile-bg-2) 100%)!important;color:var(--mobile-ink)!important}.workspace{padding:0 14px calc(126px + env(safe-area-inset-bottom))!important;margin:0!important}.page-shell,.content-area,.view-stack,.home-view,.notify-view,.account-view,.assistant-layout,.intel-list,.notify-list,.home-grid,.charts-grid,.delivery-strip,.shortcut-grid,.focus-grid,.market-grid,.summary-list,.report-list,.channel-list,.module-settings-list,.template-list,.account-grid,.capability-grid,.install-grid{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.view-stack{gap:13px!important}.mobile-topbar{z-index:30!important;padding:calc(10px + env(safe-area-inset-top)) 14px 10px!important;-webkit-backdrop-filter:blur(18px)saturate(1.05)!important;backdrop-filter:blur(18px)saturate(1.05)!important;background:linear-gradient(#f8f5effa,#f8f5efc7 74%,#f8f5ef00)!important;margin:0 -14px 12px!important;position:sticky!important;top:0!important}:root[data-theme=dark] .mobile-topbar{background:linear-gradient(#12100dfa,#12100dc7 74%,#12100d00)!important}.mobile-appbar{min-height:50px!important}.mobile-statusline{color:var(--mobile-muted)!important;justify-content:flex-start!important;gap:7px!important}.mobile-statusline span,.mobile-statusline em,.mobile-appbar span{color:var(--mobile-muted)!important;letter-spacing:.01em!important;font-size:11px!important;font-weight:560!important}.mobile-statusline em:before{content:"· "}.mobile-appbar strong{color:var(--mobile-ink)!important;letter-spacing:-.058em!important;font-size:25px!important;font-weight:720!important;line-height:1.02!important}.assistant-shortcut,.primary-button,.decision-brief .primary-button,.composer button,.hold-to-talk,.radar-action{background:var(--mobile-action-bg)!important;color:var(--mobile-action-text)!important;border-color:#0000!important;box-shadow:0 10px 24px #211b1629!important}.icon-button,.theme-toggle{background:var(--mobile-surface)!important;border:1px solid var(--mobile-line)!important;color:var(--mobile-soft)!important;box-shadow:var(--mobile-shadow-1)!important;-webkit-backdrop-filter:blur(14px)saturate(1.04)!important;backdrop-filter:blur(14px)saturate(1.04)!important}.today-panel,.panel-card,.state-card,.detail-card,.assistant-card,.account-card,.intel-search-panel{background:var(--mobile-surface)!important;border:1px solid var(--mobile-line)!important;box-shadow:var(--mobile-shadow-1)!important;color:var(--mobile-ink)!important;-webkit-backdrop-filter:blur(18px)saturate(1.04)!important;backdrop-filter:blur(18px)saturate(1.04)!important;border-radius:24px!important}.decision-brief{background:linear-gradient(135deg, var(--mobile-surface), var(--mobile-surface-soft))!important;min-height:auto!important;box-shadow:var(--mobile-shadow-2)!important;color:var(--mobile-ink)!important;border:1px solid #2d23181f!important;border-radius:30px!important;grid-template-columns:1fr!important;gap:16px!important;padding:22px 20px 20px!important;display:grid!important;position:relative!important;overflow:hidden!important}.decision-brief:before{content:""!important;pointer-events:none!important;background:radial-gradient(circle,#a66b3f3b,#a66b3f14 48%,#0000 70%)!important;border-radius:999px!important;width:142px!important;height:142px!important;position:absolute!important;top:-58px!important;right:-54px!important}.decision-brief:after{content:""!important;pointer-events:none!important;background:linear-gradient(90deg,#0000,#a66b3fb3,#0000)!important;border-radius:0 0 999px 999px!important;height:3px!important;position:absolute!important;top:0!important;left:20px!important;right:20px!important}.decision-brief>*{z-index:1!important;position:relative!important}.decision-brief .small-label{width:max-content!important;min-height:26px!important;color:var(--mobile-copper)!important;letter-spacing:.02em!important;background:#a66b3f1a!important;border-radius:999px!important;align-items:center!important;padding:0 9px!important;font-size:12px!important;font-weight:680!important;display:inline-flex!important}.brief-copy h2{color:var(--mobile-ink)!important;letter-spacing:-.072em!important;white-space:normal!important;margin:10px 0 9px!important;font-size:36px!important;font-weight:760!important;line-height:.98!important}.brief-copy p{max-width:320px!important;color:var(--mobile-soft)!important;margin:0!important;font-size:14px!important;line-height:1.62!important}.brief-status-row{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;width:100%!important;display:grid!important;overflow:visible!important}.brief-status-row div{background:var(--mobile-surface-soft)!important;text-align:left!important;border:1px solid #2d231818!important;border-radius:18px!important;gap:6px!important;min-width:0!important;min-height:70px!important;padding:11px 10px!important;display:grid!important;box-shadow:inset 0 1px #ffffff9e!important}.brief-status-row strong{color:var(--mobile-ink)!important;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace!important;font-size:24px!important;font-weight:680!important;line-height:1!important}.brief-status-row span{color:var(--mobile-muted)!important;white-space:normal!important;font-size:11px!important;line-height:1.25!important}.decision-brief .primary-button{border-radius:16px!important;width:100%!important;min-height:46px!important;font-weight:740!important}.delivery-strip,.shortcut-grid,.market-grid,.status-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;display:grid!important}.focus-grid{grid-template-columns:1fr!important;gap:10px!important;display:grid!important}.delivery-strip article,.shortcut-grid button,.radar-card,.summary-item,.market-card,.report-row,.channel-row,.policy-row,.account-row,.source-card,.delivery-cell,.timeline-content,.intel-row,.notify-card,.intel-search-box,.composer input,.quick-row button,.analyst-brief div,.analyst-steps article,.info-block,.capability-card,.install-card,.module-setting-row,.template-list article,.account-menu button{background:var(--mobile-surface-soft)!important;border:1px solid var(--mobile-line)!important;color:var(--mobile-ink)!important;box-shadow:inset 0 1px #ffffffa8!important}.delivery-strip article{border-radius:18px!important;min-height:78px!important;padding:12px!important;position:relative!important}.delivery-strip .status-dot{background:var(--mobile-sage)!important;border-radius:999px!important;width:8px!important;height:8px!important;margin:0!important;position:absolute!important;top:11px!important;right:11px!important;overflow:hidden!important;box-shadow:0 0 0 4px #607d671a!important}.delivery-strip .status-dot.warn{background:var(--mobile-ochre)!important;box-shadow:0 0 0 4px #a56f321a!important}.delivery-strip .status-dot.pending,.delivery-strip .status-dot.muted{background:var(--mobile-dim)!important;box-shadow:0 0 0 4px #a0978c1a!important}.delivery-strip .status-dot svg{display:none!important}.delivery-strip span{color:var(--mobile-muted)!important;font-size:11px!important}.delivery-strip strong{color:var(--mobile-ink)!important;letter-spacing:-.025em!important;font-size:14px!important;font-weight:720!important}.delivery-strip em{color:var(--mobile-muted)!important;font-size:11px!important}.shortcut-grid button{text-align:left!important;border-radius:20px!important;align-content:space-between!important;justify-items:start!important;min-height:88px!important;padding:13px!important}.shortcut-grid button span,.summary-index,.time-box,.notify-level{background:var(--mobile-copper-soft)!important;color:#6f4328!important;border-color:#a66b3f29!important}.shortcut-grid button span{border-radius:13px!important;width:32px!important;height:32px!important}.shortcut-grid button strong{color:var(--mobile-ink)!important;margin-top:6px!important;font-size:14px!important;font-weight:720!important;line-height:1.22!important}.shortcut-grid button em{color:var(--mobile-muted)!important;font-size:12px!important}.section-head,.section-title{margin-bottom:12px!important}.section-head h2{color:var(--mobile-ink)!important;letter-spacing:-.05em!important;font-size:22px!important;font-weight:740!important}.section-title>div,.radar-head h3,.intel-row h3,.notify-card h3,.assistant-head h2,.account-card h2,.market-head strong{color:var(--mobile-ink)!important;font-weight:720!important}.section-title>span,.chart-note,.intel-row p,.notify-card p,.market-foot,.assistant-head p,.message span,.voice-hint,.source-line,.action-line,.market-head span,.account-row em,.account-menu span{color:var(--mobile-muted)!important}.focus-panel .pipeline-strip{display:none!important}.radar-card,.intel-row,.notify-card,.market-card,.summary-item{border-radius:20px!important}.radar-head h3{letter-spacing:-.035em!important;font-size:18px!important}.radar-meta strong{color:var(--mobile-ink)!important}.radar-tags span,.filter-chip,.status-pill,.level-badge,.module-control{border-color:var(--mobile-line)!important;color:var(--mobile-muted)!important;background:#f2eadfc2!important}.filter-chip.active,.nav-compact.active{background:var(--mobile-action-bg)!important;color:var(--mobile-action-text)!important;border-color:#0000!important}.status-pill.ok,.matrix-dot.ok,.source-dot-row .matrix-dot.ok,.delivery-cell.ok .matrix-dot,.timeline-node.ok{color:var(--mobile-sage)!important;background:#607d671a!important;border-color:#607d6738!important}.status-pill.warn,.matrix-dot.warn,.source-dot-row .matrix-dot.warn,.timeline-node.warn{color:var(--mobile-ochre)!important;background:#a56f321a!important;border-color:#a56f3238!important}.status-pill.danger,.matrix-dot.danger,.source-dot-row .matrix-dot.danger{color:var(--mobile-rose)!important;background:#ad62581a!important;border-color:#ad625838!important}.metric-card.ok strong{color:var(--mobile-sage)!important}.metric-card.warn strong{color:var(--mobile-ochre)!important}.metric-card.check strong{color:var(--mobile-steel)!important}.metric-card.sent strong{color:var(--mobile-ink)!important}.market-main em.up{color:var(--mobile-rose)!important}.market-main em.down{color:var(--mobile-sage)!important}.sparkline{color:var(--mobile-rose)!important}.sparkline.down{color:var(--mobile-sage)!important}.bar-fill{background:var(--mobile-steel)!important}.risk-bar.danger .bar-fill{background:var(--mobile-rose)!important}.risk-bar.warn .bar-fill{background:var(--mobile-ochre)!important}.risk-bar.info .bar-fill{background:var(--mobile-steel)!important}.risk-bar.check .bar-fill{background:var(--mobile-copper)!important}.notify-list{gap:10px!important;display:grid!important}.notify-card{text-align:left!important;grid-template-columns:40px minmax(0,1fr) 18px!important;align-items:start!important;gap:10px!important;width:100%!important;padding:13px!important;display:grid!important}.notify-level{border-radius:12px!important;place-items:center!important;width:40px!important;min-height:30px!important;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace!important;font-size:12px!important;font-weight:650!important;display:grid!important}.notify-body{min-width:0!important}.notify-meta{color:var(--mobile-dim)!important;flex-wrap:wrap!important;gap:6px!important;font-size:11px!important;display:flex!important}.notify-card h3{margin:6px 0!important;font-size:15px!important;line-height:1.42!important}.notify-card p{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;margin:0!important;font-size:12.5px!important;line-height:1.55!important;display:-webkit-box!important;overflow:hidden!important}.notify-card em{color:var(--mobile-dim)!important;overflow-wrap:anywhere!important;margin-top:7px!important;font-size:11px!important;font-style:normal!important;display:block!important}.filter-row{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;padding-bottom:0!important;display:grid!important;overflow:visible!important}.filter-chip{white-space:nowrap!important;border-radius:999px!important;width:100%!important;min-width:0!important;min-height:34px!important;padding:0 8px!important;font-size:12px!important}.filter-summary{box-sizing:border-box!important;width:100%!important}.intel-search-box{border-radius:16px!important;min-height:44px!important}.intel-search-box input{color:var(--mobile-ink)!important}.bottom-nav{border-top:1px solid var(--mobile-line)!important;background:var(--bg)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;z-index:50!important;border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:2px!important;width:100%!important;max-width:100%!important;margin:0!important;padding:6px!important;display:grid!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;transform:none!important;box-shadow:0 -2px 18px #1a20270f!important}.nav-compact{width:100%!important;min-width:0!important;min-height:48px!important;color:var(--mobile-muted)!important;border-radius:999px!important;gap:2px!important;padding:0!important}.nav-compact svg{width:17px!important;height:17px!important}.nav-compact span{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;font-size:10px!important;overflow:hidden!important}.premium-assistant{min-height:calc(100dvh - 158px)!important}.assistant-card{padding-bottom:calc(232px + env(safe-area-inset-bottom))!important}.chat-window{overflow-x:hidden!important}.message{box-sizing:border-box!important;min-width:0!important;max-width:88%!important;overflow:visible!important}.message.user{background:var(--mobile-action-bg)!important;max-width:76%!important;color:var(--mobile-action-text)!important;border-color:#0000!important;justify-self:end!important}.message.assistant{background:var(--mobile-surface)!important}.composer-stack{left:28px!important;right:28px!important;bottom:calc(82px + env(safe-area-inset-bottom))!important;z-index:41!important;background:var(--mobile-surface)!important;width:auto!important;max-width:none!important;box-shadow:var(--mobile-shadow-float)!important;-webkit-backdrop-filter:blur(18px)saturate(1.08)!important;backdrop-filter:blur(18px)saturate(1.08)!important;box-sizing:border-box!important;border:1px solid #2d23181a!important;border-radius:22px!important;gap:8px!important;padding:8px!important;display:grid!important;position:fixed!important}.composer{width:100%!important;max-width:100%!important;box-shadow:none!important;box-sizing:border-box!important;background:0 0!important;border:0!important;grid-template-columns:1fr!important;gap:8px!important;margin:0!important;padding:0!important;display:grid!important;position:relative!important;bottom:auto!important;left:auto!important;right:auto!important;transform:none!important}.composer input,.composer button,.hold-to-talk{box-sizing:border-box!important;border-radius:999px!important;width:100%!important;min-width:0!important}.composer input{min-height:42px!important;padding:0 14px!important}.composer button{min-height:42px!important;font-weight:740!important}.composer button svg{display:none!important}.quick-row{flex-wrap:wrap!important;gap:8px!important;max-width:100%!important;display:flex!important;overflow:visible!important}.quick-row button{flex:0 auto!important;max-width:100%!important}.hold-to-talk{touch-action:none;justify-content:center!important;align-items:center!important;gap:8px!important;min-height:46px!important;font-weight:740!important;display:inline-flex!important}.hold-to-talk.recording{background:#6e2e27!important}.voice-hint{text-align:center!important;font-size:11px!important}.sheet-panel{background:var(--mobile-bg-1)!important;max-height:92dvh!important;padding:12px 12px calc(22px + env(safe-area-inset-bottom))!important}.sheet-panel .detail-card{max-height:calc(92dvh - 58px)!important;padding-bottom:22px!important;overflow-y:auto!important}.detail-card h2{font-size:20px!important;line-height:1.35!important}.info-block p{overflow-wrap:anywhere!important;font-size:13px!important;line-height:1.7!important}.capability-grid,.account-grid,.install-grid,.module-settings-list,.template-list{grid-template-columns:1fr!important}.account-view,.account-view>*,.capability-panel,.capability-grid,.capability-card,.install-panel,.template-list,.module-settings-list,.account-menu,.account-grid{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important}.brief-copy p,.message p,.notify-hero p,.notify-card p,.notify-card h3,.assistant-head p,.info-block p,.intel-row p,.intel-row h3,.capability-card p,.module-setting-row p,.template-list p,.install-card p,.account-menu span{white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important}}@media (width<=380px){.brief-copy h2{font-size:32px!important}.brief-status-row{grid-template-columns:1fr!important}.brief-status-row div{grid-template-columns:48px minmax(0,1fr)!important;align-items:center!important;min-height:48px!important}.delivery-strip,.shortcut-grid,.market-grid,.status-grid{grid-template-columns:1fr!important}.composer-stack{left:18px!important;right:18px!important;bottom:calc(124px + env(safe-area-inset-bottom))!important}.composer{grid-template-columns:minmax(0,1fr) 82px!important}.composer button,.hold-to-talk{min-height:42px!important}}@media (width>=600px) and (width<=720px){.assistant-layout{padding-bottom:calc(96px + env(safe-area-inset-bottom))!important;grid-template-columns:1fr!important;display:block!important}.assistant-card{min-height:auto!important}.analyst-card,.assistant-boundary{grid-column:auto!important;margin-top:12px!important}}@media (width<=720px){:root[data-theme=dark]{--bg:#080c12;--panel:#111823;--panel-2:#151f2d;--panel-3:#1a2636;--text:#f8fafc;--soft:#dbe6f3;--muted:#9fb0c5;--dim:#738399;--line:#e2e8f01f;--line-strong:#e2e8f038;--selected-bg:#eef6ff;--primary-bg:#eef6ff;--primary-text:#07111f;--mobile-bg-0:#080c12;--mobile-bg-1:#0b111a;--mobile-bg-2:#101824;--mobile-surface:#111823f5;--mobile-surface-soft:#151f2deb;--mobile-ink:#f8fafc;--mobile-soft:#dbe6f3;--mobile-muted:#9fb0c5;--mobile-dim:#738399;--mobile-line:#e2e8f01f;--mobile-line-strong:#e2e8f038;--mobile-copper:#8cc7ff;--mobile-copper-soft:#8cc7ff29;--mobile-sage:#86efac;--mobile-ochre:#facc15;--mobile-rose:#fca5a5;--mobile-steel:#93c5fd;--mobile-action-bg:#f8fafc;--mobile-action-text:#08111e;--bottom-nav-bg:#111823f0}:root[data-theme=dark],:root[data-theme=dark] body,:root[data-theme=dark] #root,:root[data-theme=dark] .app-shell,:root[data-theme=dark] .workspace{color:#f8fafc!important;background:radial-gradient(circle at 12% -8%,#38bdf829,#0000 30%),radial-gradient(circle at 88% 4%,#818cf81a,#0000 32%),linear-gradient(#080c12 0%,#0b111a 48%,#101824 100%)!important}:root[data-theme=dark] .workspace,:root[data-theme=dark] .page-shell,:root[data-theme=dark] .content-area,:root[data-theme=dark] .view-stack,:root[data-theme=dark] .home-view,:root[data-theme=dark] .notify-view,:root[data-theme=dark] .account-view,:root[data-theme=dark] .assistant-layout{width:100%!important;max-width:100%!important;overflow-x:hidden!important}:root[data-theme=dark] .mobile-topbar{background:linear-gradient(#080c12fa,#080c12cc 72%,#080c1200)!important}:root[data-theme=dark] .decision-brief,:root[data-theme=dark] .today-panel,:root[data-theme=dark] .panel-card,:root[data-theme=dark] .state-card,:root[data-theme=dark] .assistant-card,:root[data-theme=dark] .account-card,:root[data-theme=dark] .intel-search-panel,:root[data-theme=dark] .detail-card{background:linear-gradient(#111823fa,#0f172af0)!important;border-color:#e2e8f01f!important;box-shadow:0 14px 36px #00000052,inset 0 1px #ffffff0a!important}:root[data-theme=dark] .delivery-strip article,:root[data-theme=dark] .shortcut-grid button,:root[data-theme=dark] .radar-card,:root[data-theme=dark] .summary-item,:root[data-theme=dark] .market-card,:root[data-theme=dark] .report-row,:root[data-theme=dark] .channel-row,:root[data-theme=dark] .policy-row,:root[data-theme=dark] .account-row,:root[data-theme=dark] .source-card,:root[data-theme=dark] .delivery-cell,:root[data-theme=dark] .timeline-content,:root[data-theme=dark] .intel-row,:root[data-theme=dark] .notify-card,:root[data-theme=dark] .intel-search-box,:root[data-theme=dark] .composer input,:root[data-theme=dark] .quick-row button,:root[data-theme=dark] .analyst-brief div,:root[data-theme=dark] .analyst-steps article,:root[data-theme=dark] .info-block,:root[data-theme=dark] .capability-card,:root[data-theme=dark] .install-card,:root[data-theme=dark] .module-setting-row,:root[data-theme=dark] .template-list article,:root[data-theme=dark] .account-menu button{background:#151f2df0!important;border-color:#e2e8f01c!important;box-shadow:inset 0 1px #ffffff0a!important}.expanded-detail-sheet{z-index:80!important;display:block!important;position:fixed!important;inset:0!important}.expanded-detail-sheet .sheet-backdrop{-webkit-backdrop-filter:blur(6px)!important;backdrop-filter:blur(6px)!important;background:#080c128a!important;border:0!important;position:absolute!important;inset:0!important}.expanded-sheet-panel{inset:calc(10px + env(safe-area-inset-top)) 0 0!important;min-height:auto!important;max-height:none!important;padding:14px 14px calc(28px + env(safe-area-inset-bottom))!important;background:linear-gradient(#fffdf8 0%,#f5eee5 100%)!important;border:1px solid #2d23181a!important;border-radius:30px 30px 0 0!important;position:absolute!important;overflow-y:auto!important;box-shadow:0 -18px 54px #2d231838!important}:root[data-theme=dark] .expanded-sheet-panel{background:linear-gradient(#101824 0%,#0b111a 100%)!important;border-color:#e2e8f01f!important;box-shadow:0 -20px 60px #00000075!important}.expanded-sheet-bar{z-index:2!important;-webkit-backdrop-filter:blur(18px)saturate(1.08)!important;backdrop-filter:blur(18px)saturate(1.08)!important;background:#fffdf8e0!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;margin:-14px -14px 12px!important;padding:12px 14px 10px!important;display:flex!important;position:sticky!important;top:-14px!important}:root[data-theme=dark] .expanded-sheet-bar{background:#101824e0!important}.expanded-sheet-bar span{color:var(--mobile-muted)!important;letter-spacing:.08em!important;font-size:12px!important;font-weight:700!important}.expanded-sheet-panel .sheet-close{background:var(--mobile-surface)!important;min-height:38px!important;color:var(--mobile-ink)!important;border:1px solid var(--mobile-line)!important;box-shadow:var(--mobile-shadow-1)!important;border-radius:999px!important;margin:0!important;padding:0 16px!important}.expanded-sheet-panel .detail-card-expanded{width:100%!important;max-width:none!important;min-height:calc(100dvh - 76px - env(safe-area-inset-top))!important;padding:18px 16px calc(104px + env(safe-area-inset-bottom))!important;border-radius:24px!important;margin:0!important;overflow:visible!important}.detail-card-expanded h2{letter-spacing:-.05em!important;margin:14px 0 12px!important;font-size:26px!important;line-height:1.18!important}.detail-card-expanded .detail-meta{color:var(--mobile-muted)!important;flex-wrap:wrap!important;gap:9px 12px!important;display:flex!important}.detail-verdict{background:var(--mobile-action-bg)!important;color:var(--mobile-action-text)!important;border-radius:20px!important;margin:18px 0 14px!important;padding:16px!important}.detail-verdict span{opacity:.64!important;margin-bottom:7px!important;font-size:12px!important;font-weight:700!important;display:block!important}.detail-verdict strong{margin-bottom:8px!important;font-size:20px!important;line-height:1.26!important;display:block!important}.detail-verdict p{color:inherit!important;opacity:.86!important;-webkit-line-clamp:unset!important;margin:0!important;font-size:14px!important;line-height:1.7!important;display:block!important;overflow:visible!important}.detail-block-grid{gap:12px!important;display:grid!important}.detail-card-expanded .info-block{border-radius:18px!important;padding:14px!important}.detail-card-expanded .info-block p{-webkit-line-clamp:unset!important;white-space:pre-wrap!important;word-break:break-word!important;font-size:15px!important;line-height:1.72!important;display:block!important;overflow:visible!important}.detail-assistant-button{bottom:calc(12px + env(safe-area-inset-bottom))!important;z-index:3!important;border-radius:18px!important;min-height:52px!important;margin-top:18px!important;position:sticky!important;box-shadow:0 18px 38px #0000002e!important}.notify-card p,.intel-row p{-webkit-line-clamp:unset!important;display:block!important;overflow:visible!important}html,body,#root,.app-shell,.workspace,.expanded-sheet-panel{scrollbar-width:none!important;-ms-overflow-style:none!important}html::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}body::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}#root::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.app-shell::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.workspace::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.expanded-sheet-panel::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.mobile-topbar{width:calc(100% + 28px)!important;max-width:calc(100% + 28px)!important}.workspace:after{content:""!important;height:calc(118px + env(safe-area-inset-bottom))!important;pointer-events:none!important;z-index:49!important;background:linear-gradient(#f8f5ef00,#f8f5efeb 48%,#f8f5ef 100%)!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important}:root{--real-dock-bottom:calc(14px + env(safe-area-inset-bottom));--real-dock-height:66px;--real-dock-reserve:calc(190px + env(safe-area-inset-bottom))}.workspace{padding-bottom:var(--real-dock-reserve)!important}.content-area,.view-stack,.home-view,.intel-list,.notify-view,.account-view,.assistant-layout{padding-bottom:calc(150px + env(safe-area-inset-bottom))!important}.bottom-nav{border-top:1px solid var(--mobile-line)!important;background:var(--bg)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;width:100%!important;max-width:100%!important;min-height:var(--real-dock-height)!important;z-index:90!important;border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;margin:0!important;padding:7px!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;transform:none!important;box-shadow:0 -2px 18px #1a20270f!important}:root[data-theme=dark] .bottom-nav{background:#090e16fa!important;border-color:#e2e8f01a!important;box-shadow:0 18px 54px #0000008a,inset 0 1px #ffffff0d!important}.nav-compact{min-height:52px!important}.workspace:after{height:calc(132px + env(safe-area-inset-bottom))!important;z-index:89!important;background:linear-gradient(#f8f5ef00,#f8f5eff5 52%,#f8f5ef 100%)!important}:root[data-theme=dark] .workspace:after{background:linear-gradient(#080c1200,#080c12f5 52%,#080c12 100%)!important}:root[data-theme=dark] .filter-chip,:root[data-theme=dark] .status-pill,:root[data-theme=dark] .level-badge,:root[data-theme=dark] .radar-tags span,:root[data-theme=dark] .template-module-tags span,:root[data-theme=dark] .module-control,:root[data-theme=dark] .module-setting-actions button,:root[data-theme=dark] .secondary-button,:root[data-theme=dark] .small-action,:root[data-theme=dark] .notify-level,:root[data-theme=dark] .summary-index,:root[data-theme=dark] .time-box{color:#dbeafe!important;opacity:1!important;text-shadow:none!important;background:#152131fa!important;border:1px solid #97b2d338!important;box-shadow:inset 0 1px #ffffff0d!important}:root[data-theme=dark] .filter-chip.active,:root[data-theme=dark] .nav-compact.active,:root[data-theme=dark] .primary-button,:root[data-theme=dark] .decision-brief .primary-button,:root[data-theme=dark] .radar-action{color:#07111f!important;background:#f8fafc!important;border-color:#0000!important}:root[data-theme=dark] .module-control:disabled,:root[data-theme=dark] button:disabled,:root[data-theme=dark] .status-pill.muted{color:#8fa4bd!important;opacity:1!important;background:#121c2aeb!important;border-color:#97b2d329!important}:root[data-theme=dark] .status-pill.ok{color:#a7f3d0!important;border-color:#34d39947!important}:root[data-theme=dark] .status-pill.warn{color:#fde68a!important;border-color:#facc154d!important}:root[data-theme=dark] .level-badge.p0,:root[data-theme=dark] .level-badge.p1{color:#fde68a!important}:root[data-theme=dark] .level-badge.p2{color:#bfdbfe!important}.filter-row{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.filter-chip{min-height:38px!important;font-size:12px!important;font-weight:720!important}.premium-assistant,.assistant-card{padding-bottom:calc(244px + env(safe-area-inset-bottom))!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;filter:none!important;transform:none!important}.chat-window{min-height:220px!important;max-height:calc(100dvh - 430px)!important;padding-bottom:10px!important;overflow-y:auto!important}.quick-row{gap:8px!important;max-height:88px!important;margin:10px 0 132px!important;padding:0 2px 2px!important;overflow-y:auto!important}.quick-row button{white-space:nowrap!important;border-radius:999px!important;min-height:38px!important;padding:0 13px!important;font-size:13px!important}.composer-stack{left:14px!important;right:14px!important;bottom:calc(92px + env(safe-area-inset-bottom))!important;z-index:92!important;background:#fffdf8f5!important;border-radius:24px!important;gap:7px!important;padding:10px!important}:root[data-theme=dark] .composer-stack{background:#090e16fa!important;border-color:#e2e8f01f!important}.composer{grid-template-columns:minmax(0,1fr) 76px!important;gap:8px!important}.composer input,.composer button,.hold-to-talk{height:42px!important;min-height:42px!important}.composer button{font-size:14px!important}.hold-to-talk{border-radius:999px!important;margin:0!important}.voice-hint{display:none!important}.expanded-sheet-panel{padding:12px 14px calc(24px + env(safe-area-inset-bottom))!important;border-radius:26px 26px 0 0!important;inset:0!important}.expanded-sheet-panel .detail-card-expanded{min-height:auto!important;padding:18px 16px 22px!important}.detail-verdict{color:#f8fafc!important;background:#152131fa!important;border:1px solid #97b2d32e!important}:root:not([data-theme=dark]) .detail-verdict{color:#fff8ee!important;background:#211b16!important}.detail-verdict p{color:inherit!important}.detail-card-expanded .info-block p,.detail-card-expanded .detail-verdict p{text-overflow:clip!important;-webkit-line-clamp:unset!important;display:block!important;overflow:visible!important}.intel-row p,.notify-card p{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.detail-assistant-button{box-shadow:none!important;margin-top:46px!important;position:static!important;bottom:auto!important}body:has(.expanded-detail-sheet) .bottom-nav{display:none!important}body:has(.expanded-detail-sheet) .workspace:after{display:none!important}.chat-window,.quick-row,.expanded-sheet-panel{scrollbar-width:none!important;-ms-overflow-style:none!important}.chat-window::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.quick-row::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.expanded-sheet-panel::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}}@media (height<=760px) and (width<=720px){.quick-row{display:none!important}.chat-window{min-height:160px!important;max-height:calc(100dvh - 470px)!important}}@media (width<=380px){.composer-stack{bottom:calc(96px + env(safe-area-inset-bottom))!important}.composer{grid-template-columns:minmax(0,1fr) 70px!important}}.workflow-home{gap:13px}.professional-page-header{background:linear-gradient(180deg, var(--panel), var(--panel-2))}.today-workflow-brief{border-color:var(--line-strong);padding:18px;position:relative;overflow:hidden}.workflow-kicker,.workflow-meta-row,.main-intel-meta,.main-intel-foot,.notify-record-meta,.analysis-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.workflow-kicker{justify-content:space-between}.today-workflow-brief h2{letter-spacing:-.06em;margin:12px 0 8px;font-size:clamp(30px,5vw,44px);line-height:1.02}.today-workflow-brief p{max-width:760px;color:var(--soft);margin:0;font-size:17px;font-weight:600;line-height:1.55}.workflow-meta-row{margin-top:14px}.main-intel-card{border:1px solid var(--line-strong);background:linear-gradient(180deg, var(--panel), var(--panel-2));box-shadow:0 18px 46px var(--shadow);border-radius:24px;padding:18px}.main-intel-p0{border-color:#b45b5052}.main-intel-p1{border-color:#a66f2f52}.main-intel-head{grid-template-columns:auto 1fr auto;align-items:center;gap:10px;display:grid}.main-intel-tags,.analysis-tag-row,.impact-chip-row{flex-wrap:wrap;gap:6px;min-width:0;display:flex}.main-intel-tags span,.analysis-tag-row span,.impact-chip-row b{border:1px solid var(--line);background:var(--panel-3);color:var(--soft);border-radius:999px;padding:4px 8px;font-size:12px;font-weight:600}.main-intel-card h2{letter-spacing:-.045em;margin:16px 0 8px;font-size:clamp(22px,4vw,34px);line-height:1.16}.main-intel-conclusion{color:var(--soft);margin:12px 0;font-size:15px;line-height:1.65}.main-path-mini,.transmission-path{border:1px solid var(--line);background:var(--panel-3);color:var(--soft);border-radius:16px;flex-wrap:wrap;align-items:center;gap:7px;padding:11px;display:flex}.main-path-mini span,.transmission-path b{font-size:12px;font-weight:650}.main-path-mini b,.transmission-path i{color:var(--dim);font-style:normal}.main-intel-foot{justify-content:space-between;margin-top:12px}.main-intel-actions,.detail-action-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:14px;display:grid}.status-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.status-summary-grid article{border:1px solid var(--line);background:var(--panel);border-radius:18px;gap:6px;min-height:94px;padding:13px;display:grid}.status-summary-grid span,.status-summary-grid em{color:var(--muted);font-size:12px;font-style:normal}.status-summary-grid strong{color:var(--text);font-family:JetBrains Mono,monospace;font-size:22px;font-weight:600;line-height:1}.secondary-intel-list,.stage1-record-list,.notify-ledger-list{gap:10px;display:grid}.secondary-intel-list button,.stage1-record-list button{border:1px solid var(--line);background:var(--panel-3);width:100%;color:inherit;text-align:left;border-radius:16px;grid-template-columns:auto 1fr;align-items:start;gap:11px;padding:12px;display:grid}.secondary-intel-list strong,.stage1-record-list strong{font-size:14px;line-height:1.35;display:block}.secondary-intel-list p{color:var(--soft);margin:5px 0;font-size:13px;line-height:1.5}.secondary-intel-list span,.stage1-record-list span,.stage1-record-list em{color:var(--muted);font-size:12px;font-style:normal}.stage1-followup-grid{align-items:start}.stage1-record-list button{grid-template-columns:52px 1fr auto}.intel-analysis-sheet h2{letter-spacing:-.04em;margin:14px 0 10px;font-size:24px;line-height:1.22}.analysis-topline{grid-template-columns:auto 1fr auto;align-items:center;gap:10px;display:grid}.analysis-section{border:1px solid var(--line);background:var(--panel-3);border-radius:16px;margin-top:13px;padding:12px}.analysis-section>span{color:var(--dim);margin-bottom:7px;font-size:12px;font-weight:650;display:block}.analysis-section p{color:var(--soft);margin:0;font-size:13px;line-height:1.65}.analysis-conclusion{background:var(--mark-bg);color:var(--mark-text);border-color:#0000}.analysis-conclusion>span,.analysis-conclusion p{color:inherit}.source-confidence-grid{gap:9px;display:grid}.handling-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.handling-grid article{border:1px solid var(--line);background:var(--panel);border-radius:12px;padding:10px}.handling-grid small{color:var(--muted);margin-bottom:5px;font-size:11px;display:block}.handling-grid strong{font-size:13px;line-height:1.35}.evidence-ledger-summary{margin-bottom:10px!important}.evidence-ledger-list{gap:8px;display:grid}.evidence-ledger-row{border:1px solid var(--line);background:var(--panel);border-radius:12px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:10px 11px;display:grid}.evidence-ledger-row strong{color:var(--text);font-size:13px}.evidence-ledger-row p,.evidence-ledger-row em{color:var(--muted);margin:0;font-size:12px;font-style:normal}.notify-ledger-hero h2{letter-spacing:-.05em;margin:6px 0 8px;font-size:clamp(28px,5vw,42px);line-height:1.08}.notify-ledger-hero p{color:var(--soft);margin:0;font-size:14px;line-height:1.62}.ledger-summary-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px;display:grid}.ledger-summary-row div{border:1px solid var(--line);background:var(--panel-3);border-radius:14px;padding:10px}.ledger-summary-row strong{font-family:JetBrains Mono,monospace;font-size:22px;display:block}.ledger-summary-row span{color:var(--muted);font-size:11px}.notify-record{border:1px solid var(--line);background:var(--panel-3);border-radius:18px;grid-template-columns:62px 1fr auto;align-items:center;gap:12px;padding:13px;display:grid}.notify-record-time strong,.notify-record-time span{display:block}.notify-record-time strong{font-family:JetBrains Mono,monospace;font-size:14px}.notify-record-time span{color:var(--muted);margin-top:4px;font-size:11px}.notify-record h3{margin:6px 0 7px;font-size:15px;line-height:1.35}.notify-record p{color:var(--soft);margin:0;font-size:13px;line-height:1.5}.notify-record-fields{color:var(--soft);gap:5px;font-size:12.5px;line-height:1.45;display:grid}.notify-record-fields span{display:block}.notify-record-fields b{color:var(--text);font-weight:600}.notify-record em{color:var(--muted);margin-top:6px;font-size:12px;font-style:normal;display:block}.notify-record-p0{border-color:#b45b5047}.notify-record-p1{border-color:#a66f2f47}.watch-plan-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px;display:grid}.watch-plan-summary div{border:1px solid var(--line);background:var(--panel-3);border-radius:14px;padding:10px}.watch-plan-summary strong{color:var(--text);font:600 20px/1 JetBrains Mono,monospace;display:block}.watch-plan-summary span{color:var(--muted);margin-top:5px;font-size:11px;display:block}.watch-plan-list{gap:9px;display:grid}.watch-plan-record{border:1px solid var(--line);background:var(--panel-3);width:100%;min-width:0;color:inherit;text-align:left;border-radius:15px;padding:11px 12px}.watch-plan-record.planned{border-color:color-mix(in srgb, var(--accent) 34%, var(--line));background:color-mix(in srgb, var(--accent) 6%, var(--panel-3))}.watch-plan-record>div{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:7px;display:flex}.watch-plan-record>div>span{color:var(--muted);font-size:11px}.watch-plan-record strong{color:var(--text);margin-top:7px;font-size:14px;line-height:1.4;display:block}.watch-plan-record p{color:var(--soft);margin:5px 0 0;font-size:12px;line-height:1.5}.watch-plan-record em{color:var(--muted);margin-top:4px;font-size:11px;font-style:normal;line-height:1.5;display:block}.service-hero h2{margin:0 0 5px}.service-grid,.service-channel-list{margin-top:4px}.device-access-panel{order:20}.service-account-view .install-note{align-items:center}@media (width<=720px){.status-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.notify-record{grid-template-columns:58px 1fr;align-items:start}.notify-record .small-action{grid-column:2;width:max-content}.stage1-mobile-topbar{padding-top:calc(8px + env(safe-area-inset-top))!important;margin-bottom:8px!important}.stage1-mobile-topbar .mobile-appbar{gap:5px!important}.stage1-mobile-topbar .mobile-statusline{display:none!important}.stage1-mobile-topbar .mobile-title-row strong{letter-spacing:-.03em!important;font-size:18px!important}.stage1-mobile-topbar .mobile-subtitle{display:none!important}.bottom-nav{border-top:1px solid var(--mobile-line)!important;background:var(--bg)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;width:100%!important;max-width:100%!important;margin:0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;transform:none!important;box-shadow:0 -2px 18px #1a20270f!important}.workflow-home{gap:12px!important}.today-workflow-brief,.notify-ledger-hero,.main-intel-card,.status-summary-grid,.ledger-summary-row,.notify-record,.secondary-intel-panel,.intel-analysis-sheet{box-sizing:border-box!important;min-width:0!important;max-width:100%!important}.workflow-home>.today-workflow-brief,.workflow-home>.main-intel-card,.workflow-home>.status-summary-grid,.workflow-home>.secondary-intel-panel,.workflow-home>.stage1-record-panel,.notify-ledger-view>.panel-card{width:min(360px,100%)!important;max-width:360px!important;margin-left:0!important;margin-right:0!important}.today-workflow-brief,.main-intel-card,.secondary-intel-panel,.notify-ledger-hero,.intel-analysis-sheet{box-shadow:var(--mobile-shadow-1)!important;border-radius:20px!important}.today-workflow-brief{padding:12px 14px!important}.workflow-kicker{justify-content:flex-start!important;gap:8px!important;min-width:0!important}.workflow-kicker .status-pill{flex:none!important}.today-workflow-brief h2{margin:7px 0 5px!important;font-size:22px!important;line-height:1.05!important}.today-workflow-brief p,.notify-ledger-hero p{white-space:normal!important;text-overflow:clip!important;-webkit-line-clamp:unset!important;font-size:14px!important;line-height:1.45!important;display:block!important;overflow:visible!important}.workflow-meta-row{margin-top:7px!important}.main-intel-card{padding:13px!important;overflow:hidden!important}.main-intel-head,.analysis-topline{grid-template-columns:auto 1fr!important}.main-intel-head .status-pill,.analysis-topline .status-pill{grid-column:1/-1!important;width:max-content!important}.main-intel-card h2{margin:9px 0 6px!important;font-size:21px!important;line-height:1.16!important}.main-intel-conclusion{white-space:normal!important;text-overflow:clip!important;-webkit-line-clamp:unset!important;font-size:13px!important;line-height:1.52!important;display:block!important;overflow:visible!important}.main-path-mini{display:none!important}.main-path-mini,.transmission-path{overflow-wrap:anywhere!important;grid-template-columns:1fr!important;gap:6px!important;min-width:0!important;padding:10px!important;display:grid!important;overflow:visible!important}.main-path-mini span,.transmission-path b{white-space:normal!important;min-width:0!important;font-size:11.5px!important;display:block!important}.main-path-mini b,.transmission-path i,.main-path-mini{display:none!important}.main-intel-foot{gap:6px!important;font-size:11.5px!important;display:grid!important}.main-intel-actions,.detail-action-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}.main-intel-actions .primary-button,.main-intel-actions .secondary-button,.detail-action-grid .primary-button,.detail-action-grid .secondary-button{box-sizing:border-box!important;border-radius:14px!important;width:100%!important;min-height:44px!important}.status-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;width:100%!important;min-width:0!important;overflow:hidden!important}.status-summary-grid article{min-height:62px!important;box-shadow:none!important;border-radius:14px!important;min-width:0!important;padding:8px!important}.status-summary-grid article:nth-child(4){display:none!important}.status-summary-grid strong{font-size:17px!important}.status-summary-grid span,.status-summary-grid em{font-size:10px!important;line-height:1.2!important}.secondary-intel-list button{border-radius:16px!important;grid-template-columns:38px 1fr!important;padding:11px!important}.secondary-intel-list p{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.stage1-followup-grid{grid-template-columns:1fr!important;display:grid!important}.stage1-record-list button{grid-template-columns:48px 1fr!important}.stage1-record-list em{grid-column:2!important}.intel-analysis-sheet h2{font-size:24px!important;line-height:1.18!important}.analysis-section{border-radius:17px!important;padding:12px!important}.source-confidence-grid,.handling-grid{grid-template-columns:1fr!important}.impact-chip-row b,.analysis-tag-row span,.main-intel-tags span{font-size:11px!important}.notify-ledger-hero h2{font-size:27px!important}.ledger-summary-row{grid-template-columns:1fr!important;gap:6px!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.ledger-summary-row div{border-radius:14px!important;min-width:0!important;padding:9px 7px!important}.ledger-summary-row strong{font-size:19px!important}.ledger-summary-row span{white-space:normal!important;line-height:1.25!important}.notify-record{border-radius:18px!important;grid-template-columns:50px 1fr!important;align-items:start!important;padding:12px!important}.notify-record h3{font-size:15px!important}.notify-record p{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.notify-record .small-action{grid-column:2!important;width:max-content!important;min-height:34px!important;margin-top:2px!important}.service-account-view .account-hero{align-items:flex-start!important}.service-grid,.install-grid{grid-template-columns:1fr!important}}@media (width<=380px){.status-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.status-summary-grid article:nth-child(4){display:none!important}}@supports (height:100dvh){html,body,#root,.app-shell{min-height:100dvh}}@media (width<=720px){:root{--stage12-nav-height:58px;--stage12-nav-bottom:calc(8px + env(safe-area-inset-bottom));--stage12-nav-reserve:calc(var(--stage12-nav-height) + env(safe-area-inset-bottom) + 68px);--stage12-browser-extra:28px}html,body,#root{overscroll-behavior-x:none!important;min-height:100dvh!important;overflow-x:hidden!important}body.is-browser-mode,body.is-wechat-mode{overscroll-behavior-y:none}.app-shell,.workspace{min-height:100dvh!important}.workspace{width:100%!important;max-width:430px!important;padding:0 12px var(--stage12-nav-reserve)!important;margin:0 auto!important;overflow-x:hidden!important}.content-area,.view-stack,.workflow-home,.intel-list,.notify-view,.account-view,.assistant-layout{padding-bottom:var(--stage12-nav-reserve)!important;overflow-x:hidden!important}body.is-browser-mode .workspace,body.is-wechat-mode .workspace,body.is-browser-mode .content-area,body.is-wechat-mode .content-area,body.is-browser-mode .view-stack,body.is-wechat-mode .view-stack,body.is-browser-mode .workflow-home,body.is-wechat-mode .workflow-home,body.is-browser-mode .intel-list,body.is-wechat-mode .intel-list,body.is-browser-mode .notify-view,body.is-wechat-mode .notify-view,body.is-browser-mode .account-view,body.is-wechat-mode .account-view,body.is-browser-mode .assistant-layout,body.is-wechat-mode .assistant-layout{padding-bottom:calc(var(--stage12-nav-reserve) + var(--stage12-browser-extra))!important}.stage1-mobile-topbar,.mobile-topbar{z-index:46!important;padding:calc(6px + env(safe-area-inset-top)) 12px 7px!important;background:linear-gradient(180deg, color-mix(in srgb, var(--mobile-page-bg,#eef3f8) 98%, transparent), color-mix(in srgb, var(--mobile-page-bg,#eef3f8) 82%, transparent) 72%, transparent)!important;-webkit-backdrop-filter:blur(16px)saturate(1.06)!important;backdrop-filter:blur(16px)saturate(1.06)!important;width:calc(100% + 24px)!important;max-width:calc(100% + 24px)!important;min-height:44px!important;margin:0 -12px 6px!important;position:sticky!important;top:0!important}body.is-browser-mode .stage1-mobile-topbar,body.is-browser-mode .mobile-topbar,body.is-wechat-mode .stage1-mobile-topbar,body.is-wechat-mode .mobile-topbar{padding-top:calc(3px + env(safe-area-inset-top))!important;min-height:36px!important;margin-bottom:4px!important;padding-bottom:5px!important}.stage1-mobile-topbar .mobile-appbar,.mobile-appbar{gap:2px!important}.stage1-mobile-topbar .mobile-statusline,.stage1-mobile-topbar .mobile-subtitle,body.is-browser-mode .mobile-statusline,body.is-browser-mode .mobile-subtitle,body.is-wechat-mode .mobile-statusline,body.is-wechat-mode .mobile-subtitle{display:none!important}.mobile-title-row{gap:8px!important;min-height:34px!important}.stage1-mobile-topbar .mobile-title-row strong,.mobile-title-row strong{letter-spacing:-.025em!important;font-size:17px!important;line-height:1.08!important}.theme-toggle.compact{width:34px!important;height:34px!important;min-height:34px!important;box-shadow:none!important;border-radius:12px!important;flex-basis:34px!important}.theme-toggle.compact span{display:none!important}.theme-toggle.compact svg{width:15px!important;height:15px!important}.bottom-nav{border-top:1px solid var(--mobile-line)!important;background:var(--bg)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;width:100%!important;max-width:100%!important;min-height:var(--stage12-nav-height)!important;z-index:90!important;border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;gap:2px!important;margin:0!important;padding:5px!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;transform:none!important;box-shadow:0 -2px 18px #1a20270f!important}body.is-browser-mode .bottom-nav,body.is-wechat-mode .bottom-nav{--stage12-nav-height:52px;border-top:1px solid var(--mobile-line)!important;background:var(--bg)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;width:100%!important;max-width:100%!important;margin:0!important;padding:4px!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;transform:none!important;box-shadow:0 -2px 18px #1a20270f!important}.nav-compact{min-height:calc(var(--stage12-nav-height) - 10px)!important;border-radius:999px!important;gap:1px!important}.nav-compact svg{width:15px!important;height:15px!important}.nav-compact span{font-size:9.5px!important;line-height:1.1!important}.workspace:after{height:calc(var(--stage12-nav-height) + env(safe-area-inset-bottom) + 24px)!important;z-index:89!important;pointer-events:none!important}.app-detail-open .bottom-nav,.app-detail-open .workspace:after{display:none!important}body:has(.expanded-detail-sheet) .bottom-nav{display:none!important}body:has(.expanded-detail-sheet) .workspace:after{display:none!important}.intel-search-panel{border-radius:16px!important;padding:10px 12px!important}.intel-search-panel .section-title{margin-bottom:8px!important}.intel-search-panel .section-title>div{font-size:13px!important}.intel-search-panel .section-actions,.intel-search-panel .section-title>span{display:none!important}.intel-search-box{border-radius:13px!important;min-height:38px!important;padding:0 10px!important}.intel-search-box input{min-height:38px!important;font-size:13px!important}.filter-row{scrollbar-width:none!important;flex-wrap:nowrap!important;gap:6px!important;margin:-2px 0 0!important;padding:0 2px 3px!important;display:flex!important;overflow-x:auto!important}.filter-row::-webkit-scrollbar{display:none!important}.filter-chip{border-radius:999px!important;flex:none!important;min-height:30px!important;padding:0 11px!important;font-size:11px!important}.filter-summary{border-radius:999px!important;min-height:34px!important;padding:6px 10px!important}.filter-summary strong{font-size:17px!important}.intel-list.full{gap:9px!important}.intel-row{border-radius:16px!important;grid-template-columns:38px minmax(0,1fr)!important;padding:11px!important}.intel-row h3{margin:4px 0!important;font-size:15px!important;line-height:1.28!important}.intel-row p{-webkit-line-clamp:2!important;line-height:1.45!important}.intel-row>svg{display:none!important}.notify-ledger-hero{padding:11px 12px!important}.notify-ledger-hero h2{margin:3px 0 5px!important;font-size:21px!important}.notify-ledger-hero p{font-size:13px!important}.ledger-summary-row{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;margin-top:10px!important}.ledger-summary-row div{padding:7px 6px!important}.ledger-summary-row strong{font-size:17px!important}.ledger-summary-row span{font-size:10px!important}.notify-record{padding:11px!important}.notify-record-fields{font-size:12px!important}.service-account-view .account-hero{padding:12px!important}.service-account-view .account-hero h2{margin:3px 0 4px!important;font-size:21px!important}.service-account-view .account-hero p{margin:0 0 7px!important;font-size:13px!important}.service-scope-panel{order:0!important}.service-grid{gap:8px!important}.service-grid .account-row{padding:10px!important}.assistant-layout{padding-bottom:calc(var(--stage12-nav-reserve) + 22px)!important;display:block!important}.assistant-layout .analyst-card,.assistant-layout .assistant-boundary{display:none!important}.premium-assistant,.assistant-card{min-height:calc(100dvh - 118px)!important;padding:12px 12px calc(var(--stage12-nav-reserve) + 88px)!important;flex-direction:column!important;display:flex!important}body.is-browser-mode .premium-assistant,body.is-wechat-mode .premium-assistant,body.is-browser-mode .assistant-card,body.is-wechat-mode .assistant-card{min-height:calc(100dvh - 88px)!important;padding-bottom:calc(var(--stage12-nav-reserve) + 66px)!important}.assistant-head{margin-bottom:8px!important}.assistant-head h2{margin-bottom:2px!important;font-size:18px!important}.assistant-head .status-pill{display:none!important}.chat-window{overscroll-behavior:contain!important;flex:auto!important;min-height:240px!important;max-height:none!important;padding-bottom:12px!important}.quick-row{max-height:40px!important;margin:8px 0 calc(62px + env(safe-area-inset-bottom))!important;flex-wrap:nowrap!important;padding-bottom:2px!important;overflow:auto hidden!important}.quick-row button{min-height:32px!important;padding:0 11px!important;font-size:12px!important}.composer-stack{left:14px!important;right:14px!important;bottom:calc(var(--stage12-nav-height) + env(safe-area-inset-bottom) + 20px)!important;z-index:92!important;background:#fffdf8f5!important;border:1px solid #2d23181a!important;border-radius:20px!important;gap:0!important;padding:8px!important;position:fixed!important;box-shadow:0 10px 26px #0f172a24!important}.composer{grid-template-columns:minmax(0,1fr) 70px!important;gap:7px!important}.composer input,.composer button{height:40px!important;min-height:40px!important;font-size:13px!important}.hold-to-talk,.voice-hint{display:none!important}.expanded-detail-sheet{z-index:120!important;height:100dvh!important;position:fixed!important;inset:0!important;overflow:hidden!important}.expanded-sheet-panel{height:100dvh!important;max-height:100dvh!important;padding:calc(8px + env(safe-area-inset-top)) 12px calc(18px + env(safe-area-inset-bottom))!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;border-radius:0!important;inset:0!important;overflow-y:auto!important}.expanded-sheet-bar{top:calc(-8px - env(safe-area-inset-top))!important;margin:calc(-8px - env(safe-area-inset-top)) -12px 8px!important;padding:calc(9px + env(safe-area-inset-top)) 12px 8px!important}.expanded-sheet-panel .detail-card-expanded{min-height:auto!important;padding:14px 12px calc(96px + env(safe-area-inset-bottom))!important;border-radius:18px!important}.detail-card-expanded h2{font-size:21px!important;line-height:1.22!important}.detail-card-expanded .analysis-section{margin-top:10px!important;padding:11px!important}.detail-card-expanded .info-block p{font-size:13px!important;line-height:1.6!important}.detail-action-grid{bottom:calc(8px + env(safe-area-inset-bottom))!important;z-index:3!important;background:#fffdf8f5!important;border:1px solid #2d23181a!important;border-radius:18px!important;margin-top:14px!important;padding:8px!important;position:sticky!important;box-shadow:0 12px 26px #0f172a24!important}:root[data-theme=dark] .detail-action-grid,:root[data-theme=dark] .composer-stack{background:#090e16fa!important;border-color:#e2e8f01f!important}}@media (width<=380px){:root{--stage12-nav-height:50px;--stage12-nav-reserve:calc(var(--stage12-nav-height) + env(safe-area-inset-bottom) + 74px)}.workspace{padding-left:10px!important;padding-right:10px!important}.bottom-nav{border-top:1px solid var(--mobile-line)!important;background:var(--bg)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;width:100%!important;max-width:100%!important;margin:0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;transform:none!important;box-shadow:0 -2px 18px #1a20270f!important}.nav-compact svg{width:14px!important;height:14px!important}.nav-compact span{font-size:9px!important}.composer-stack{left:10px!important;right:10px!important}.composer{grid-template-columns:minmax(0,1fr) 64px!important}}@media (width<=720px){body.is-browser-mode .theme-toggle.compact,body.is-wechat-mode .theme-toggle.compact{display:none!important}body.is-browser-mode .stage1-mobile-topbar,body.is-browser-mode .mobile-topbar,body.is-wechat-mode .stage1-mobile-topbar,body.is-wechat-mode .mobile-topbar{min-height:30px!important;padding-top:calc(2px + env(safe-area-inset-top))!important;padding-bottom:2px!important}body.is-browser-mode .mobile-title-row,body.is-wechat-mode .mobile-title-row{min-height:28px!important}body.is-browser-mode .mobile-title-row strong,body.is-wechat-mode .mobile-title-row strong{font-size:16px!important}body.is-browser-mode .intel-search-panel .section-title,body.is-wechat-mode .intel-search-panel .section-title{display:none!important}body.is-browser-mode .intel-search-panel,body.is-wechat-mode .intel-search-panel{padding:8px!important}.filter-chip{width:auto!important;min-width:0!important;max-width:max-content!important}.filter-chip.active{width:auto!important;min-width:58px!important;max-width:max-content!important}.expanded-sheet-panel .detail-card-expanded .source-confidence-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.expanded-sheet-panel .detail-card-expanded .source-confidence-grid .info-block:nth-child(6),.expanded-sheet-panel .detail-card-expanded .source-confidence-grid .info-block:nth-child(7){grid-column:1/-1!important}.expanded-sheet-panel .detail-card-expanded .handling-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.expanded-sheet-panel .detail-card-expanded .handling-grid article{border-radius:12px!important;padding:8px!important}.expanded-sheet-panel .detail-card-expanded .handling-grid article:nth-child(5){grid-column:1/-1!important}.expanded-sheet-panel .detail-card-expanded .handling-grid small{margin-bottom:3px!important;font-size:10px!important}.expanded-sheet-panel .detail-card-expanded .handling-grid strong{font-size:12px!important;line-height:1.35!important}.expanded-sheet-panel .detail-card-expanded .info-block{border-radius:15px!important;margin-top:0!important;padding:10px 12px!important}.expanded-sheet-panel .detail-card-expanded .info-block span{margin-bottom:4px!important;font-size:11px!important}.expanded-sheet-panel .detail-card-expanded .info-block p{font-size:12.5px!important;line-height:1.5!important}.expanded-sheet-panel .detail-card-expanded .analysis-section{margin-top:8px!important}.detail-action-grid{box-shadow:none!important;margin-top:12px!important;position:static!important;bottom:auto!important}body.is-native-mode{--stage12-native-top:max(30px, env(safe-area-inset-top))}body.is-native-mode .stage1-mobile-topbar,body.is-native-mode .mobile-topbar{padding-top:calc(var(--stage12-native-top) + 4px)!important;min-height:72px!important;padding-bottom:8px!important}body.is-native-mode .mobile-title-row{min-height:38px!important}body.is-native-mode .theme-toggle.compact{flex-basis:40px!important;width:40px!important;height:40px!important;min-height:40px!important;margin-top:0!important}body.is-native-mode .expanded-sheet-panel{padding-top:calc(var(--stage12-native-top) + 8px)!important}body.is-native-mode .expanded-sheet-bar{top:calc(-1 * (var(--stage12-native-top) + 8px))!important;margin-top:calc(-1 * (var(--stage12-native-top) + 8px))!important;padding-top:calc(var(--stage12-native-top) + 8px)!important}.expanded-sheet-bar{grid-template-columns:auto minmax(0,1fr)!important;justify-content:start!important;align-items:center!important;display:grid!important}.expanded-sheet-bar>span{justify-self:start!important}.sheet-return{border:1px solid var(--mobile-line,#2d23181f)!important;background:var(--mobile-surface,#fffdf8f5)!important;min-width:82px!important;min-height:44px!important;color:var(--mobile-ink,#211b16)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:3px!important;padding:0 14px!important;font-weight:760!important;display:inline-flex!important;box-shadow:0 8px 18px #0f172a1a!important}.sheet-return svg{width:18px!important;height:18px!important}:root[data-theme=dark] .sheet-return{color:#f8fafc!important;background:#111823fa!important;border-color:#e2e8f024!important}}.mobile-theme-panel{display:none}@media (width<=720px){:root{--stage12c-side:14px;--stage12c-card-max:390px;--stage12c-shell-max:430px;--stage12c-content-width:min(var(--stage12c-card-max), calc(100vw - (var(--stage12c-side) * 2)))}.app-shell,.workspace{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin-inline:auto!important;overflow-x:hidden!important}.workspace{max-width:var(--stage12c-shell-max)!important;padding-left:var(--stage12c-side)!important;padding-right:var(--stage12c-side)!important}.content-area,.page-shell,.view-stack,.workflow-home,.notify-ledger-view,.service-account-view,.assistant-layout,.intel-list.full{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin-inline:auto!important}.workflow-home>.today-workflow-brief,.workflow-home>.main-intel-card,.workflow-home>.status-summary-grid,.workflow-home>.secondary-intel-panel,.workflow-home>.stage1-record-panel,.notify-ledger-view>.panel-card,.service-account-view>.panel-card,.assistant-layout>.assistant-card,.assistant-layout>.panel-card,.intel-search-panel,.view-stack>.intel-search-panel,.intel-list.full>*,.account-grid,.install-grid,.channel-list,.notify-ledger-list{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important}.stage1-mobile-topbar,.mobile-topbar{margin-left:calc(-1 * var(--stage12c-side))!important;margin-right:calc(-1 * var(--stage12c-side))!important;padding-left:var(--stage12c-side)!important;padding-right:var(--stage12c-side)!important;width:calc(100% + (var(--stage12c-side) * 2))!important;max-width:calc(100% + (var(--stage12c-side) * 2))!important}.mobile-title-row{text-align:center!important;grid-template-columns:1fr!important;justify-items:center!important;display:grid!important}.mobile-title-row strong{text-align:center!important;width:100%!important}.stage1-mobile-topbar .theme-toggle.compact,.mobile-topbar .theme-toggle.compact{display:none!important}.mobile-theme-panel{display:block!important}.mobile-theme-row{justify-content:space-between!important;align-items:center!important;gap:12px!important;min-width:0!important;display:flex!important}.mobile-theme-row>span{color:var(--mobile-muted,#6f665d)!important;min-width:0!important;font-size:12px!important;line-height:1.45!important}.mobile-theme-panel .theme-toggle{border-radius:999px!important;flex:none!important;min-height:38px!important;padding:0 12px!important}.mobile-theme-panel .theme-toggle span{font-size:12px!important;display:inline!important}.bottom-nav,body.is-browser-mode .bottom-nav,body.is-wechat-mode .bottom-nav{width:100%!important;max-width:100%!important;margin:0!important;left:0!important;right:0!important;transform:none!important}.status-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.status-summary-grid article{text-align:center!important;align-content:center!important;justify-items:center!important;min-width:0!important;padding:8px 6px!important;display:grid!important}.status-summary-grid strong{white-space:nowrap!important;text-overflow:ellipsis!important;max-width:100%!important;font-size:16px!important;line-height:1.05!important;overflow:hidden!important}.status-summary-grid span,.status-summary-grid em{text-align:center!important;max-width:100%!important}.composer-stack{width:var(--stage12c-content-width)!important;max-width:var(--stage12c-card-max)!important;box-sizing:border-box!important;margin:0!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}.composer{grid-template-columns:minmax(0,1fr) 70px!important}.hold-to-talk,.voice-hint{display:none!important}}@media (width<=380px){:root{--stage12c-side:12px;--stage12c-card-max:356px}}:root.theme-professional{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--app-bg:#0d1118;--surface:#151a22;--surface-soft:#1b222c;--card-bg:#161b23f0;--text-main:#f2f5f8;--text-muted:#a5afbb;--border:#e6ecf51f;--accent:#c49a5a;--danger:#d9776d;--warning:#d5a24d;--success:#7faa88;--shadow:#00000061;--bg:var(--app-bg);--panel:var(--card-bg);--panel-2:#19202a;--panel-3:var(--surface-soft);--sidebar-bg:#0f141c;--nav-hover:#c49a5a1a;--selected-bg:#c49a5a2e;--mark-bg:#d7b06c;--mark-text:#0d1118;--bottom-nav-bg:#12171ff0;--muted-panel-bg:#121820;--primary-bg:#d7b06c;--primary-text:#0d1118;--secondary-bg:#202835;--user-msg-bg:#2b3543;--line:var(--border);--line-strong:#e6ecf533;--text:var(--text-main);--soft:#d2d9e3;--muted:var(--text-muted);--dim:#7f8a98;--ok:var(--success);--warn:var(--warning);--info:#8fa4bf}:root.theme-day{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--app-bg:#eef1f3;--surface:#fbfcfb;--surface-soft:#e5e9ec;--card-bg:#fafbfaf5;--text-main:#171c21;--text-muted:#5f6872;--border:#222a3221;--accent:#7b6237;--danger:#a8514b;--warning:#8d642f;--success:#557965;--shadow:#1f29371f;--bg:var(--app-bg);--panel:var(--card-bg);--panel-2:#f4f6f5;--panel-3:var(--surface-soft);--sidebar-bg:#f9faf8;--nav-hover:#e5e9ec;--selected-bg:#d9dee1;--mark-bg:#1b2027;--mark-text:#d4af6f;--bottom-nav-bg:#fafbfaf0;--muted-panel-bg:#e3e7ea;--primary-bg:#1b2027;--primary-text:#f8f1df;--secondary-bg:#e2e6e9;--user-msg-bg:#1b2027;--line:var(--border);--line-strong:#222a323d;--text:var(--text-main);--soft:#333b44;--muted:var(--text-muted);--dim:#87909a;--ok:var(--success);--warn:var(--warning);--info:#53677e}html.theme-professional,html.theme-day,html.theme-night,html.theme-professional body,html.theme-day body,html.theme-night body{background:var(--bg)!important;color:var(--text)!important}.mobile-theme-panel,.preference-panel,.push-strategy-panel,.watchlist-preference-panel{gap:13px;display:grid}.appearance-mode-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.appearance-mode{border:1px solid var(--line);background:var(--panel-3);min-width:0;color:var(--text);text-align:left;border-radius:16px;padding:11px}.appearance-mode.active{border-color:color-mix(in srgb, var(--accent) 58%, var(--line));background:color-mix(in srgb, var(--accent) 14%, var(--panel-3))}.appearance-mode strong,.strategy-section>strong,.strategy-input-box label{font-size:13px;font-weight:720;display:block}.appearance-mode span,.preference-note,.strategy-feedback{color:var(--muted);margin-top:6px;font-size:12px;line-height:1.45;display:block}.strategy-section{gap:8px;display:grid}.strategy-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.recent-adjustment{border:1px solid var(--line);background:var(--panel-3);border-radius:16px;padding:11px}.strategy-input-box{gap:8px;display:grid}.strategy-input-box textarea{resize:vertical;border:1px solid var(--line);background:var(--panel-3);width:100%;min-height:86px;color:var(--text);box-sizing:border-box;border-radius:16px;padding:12px;line-height:1.55}.watchlist-manage-list{gap:8px;display:grid}.watch-rule-card{border:1px solid var(--line);background:var(--panel-3);border-radius:14px;min-width:0;overflow:hidden}.watch-rule-card .watchlist-manage-row{background:0 0;border:0;border-radius:0}.watch-rule-grid{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px 11px 11px;display:grid}.watch-rule-grid label{gap:5px;min-width:0;display:grid}.watch-rule-grid label>span{color:var(--muted);font-size:10.5px;line-height:1.3}.watch-rule-grid select{box-sizing:border-box;border:1px solid var(--line);background:var(--panel);width:100%;min-width:0;min-height:36px;color:var(--text);font:inherit;border-radius:10px;padding:6px 8px;font-size:11px}.watchlist-manage-row{border:1px solid var(--line);background:var(--panel-3);border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;min-width:0;padding:10px 11px;display:grid}.watchlist-manage-row span{background:var(--selected-bg);color:var(--muted);white-space:nowrap;border-radius:999px;padding:4px 7px;font-size:10px}.watchlist-manage-row strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;overflow:hidden}.watchlist-manage-row button,.watchlist-presets button,.watchlist-type-picker button{border:1px solid var(--line);background:var(--panel);color:var(--soft);border-radius:999px;padding:6px 9px;font-size:11px}.watchlist-manage-row button{color:var(--muted)}.watchlist-presets,.watchlist-type-picker{flex-wrap:wrap;gap:7px;display:flex}.watchlist-type-picker button.active{border-color:color-mix(in srgb, var(--accent) 58%, var(--line));background:color-mix(in srgb, var(--accent) 14%, var(--panel-3));color:var(--text)}.watchlist-add-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.watchlist-add-row input{box-sizing:border-box;border:1px solid var(--line);background:var(--panel-3);width:100%;min-width:0;min-height:42px;color:var(--text);border-radius:14px;padding:9px 11px;font-size:13px}.watchlist-manage-actions{justify-content:flex-start;display:flex}.level-badge{white-space:nowrap!important;width:auto!important;min-width:74px!important;height:auto!important;min-height:30px!important;padding:0 8px!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif!important;font-size:11px!important;font-weight:720!important;line-height:1!important}.intel-row{grid-template-columns:auto minmax(0,1fr) auto!important}@media (width<=720px){.watchlist-chip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.watchlist-chip{min-height:58px;padding:9px 10px}.watchlist-note{font-size:11.5px}:root.theme-professional{--mobile-page-bg:#0d1118;--mobile-bg-0:#0d1118;--mobile-bg-1:#121820;--mobile-bg-2:#161d27;--mobile-surface:#151a22f5;--mobile-surface-soft:#1b222ceb;--mobile-ink:#f2f5f8;--mobile-soft:#d2d9e3;--mobile-muted:#a5afbb;--mobile-dim:#7f8a98;--mobile-line:#e6ecf51f;--mobile-line-strong:#e6ecf533;--mobile-copper:#c49a5a;--mobile-sage:#7faa88;--mobile-ochre:#d5a24d;--mobile-rose:#d9776d;--mobile-steel:#8fa4bf;--mobile-action-bg:#d7b06c;--mobile-action-text:#0d1118}:root.theme-day{--mobile-page-bg:#eef1f3;--mobile-bg-0:#eef1f3;--mobile-bg-1:#e6eaed;--mobile-bg-2:#dde3e6;--mobile-surface:#fafbfaf5;--mobile-surface-soft:#e5e9eceb;--mobile-ink:#171c21;--mobile-soft:#333b44;--mobile-muted:#5f6872;--mobile-dim:#87909a;--mobile-line:#222a3221;--mobile-line-strong:#222a323d;--mobile-copper:#7b6237;--mobile-sage:#557965;--mobile-ochre:#8d642f;--mobile-rose:#a8514b;--mobile-steel:#53677e;--mobile-action-bg:#1b2027;--mobile-action-text:#f8f1df}:root.theme-night{--mobile-page-bg:#070a0f;--mobile-bg-0:#070a0f;--mobile-bg-1:#0d131c;--mobile-bg-2:#111925;--mobile-surface:#0f151ef5;--mobile-surface-soft:#151c27eb;--mobile-ink:#eef3f8;--mobile-soft:#cbd5e1;--mobile-muted:#98a5b4;--mobile-dim:#697586;--mobile-line:#e2e8f01c;--mobile-line-strong:#e2e8f02e;--mobile-copper:#b88a4a;--mobile-sage:#7fa487;--mobile-ochre:#c89443;--mobile-rose:#ce746e;--mobile-steel:#8ea0b7;--mobile-action-bg:#caa15e;--mobile-action-text:#070a0f}.appearance-mode-list,.strategy-grid{grid-template-columns:1fr!important}.appearance-mode{padding:10px 11px!important}.strategy-section .policy-row,.recent-adjustment .policy-row{grid-template-columns:82px minmax(0,1fr)!important;gap:8px!important;padding:10px!important}.strategy-input-box textarea{min-height:78px!important;font-size:13px!important}.level-badge{min-width:66px!important;min-height:28px!important;padding:0 7px!important;font-size:10px!important}.main-intel-head,.analysis-topline,.secondary-intel-list button,.stage1-record-list button,.intel-row{grid-template-columns:auto minmax(0,1fr)!important}}:root.theme-system,:root.theme-professional,:root.theme-day{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--app-bg:#eef1f2;--surface:#f9faf9;--surface-soft:#e7ecee;--card-bg:#fffffdf7;--text-main:#1a2027;--text-muted:#66717c;--border:#1f293714;--accent:#3f5263;--danger:#a95b55;--warning:#80633f;--success:#587566;--shadow:#1a20271a;--bg:var(--app-bg);--panel:var(--card-bg);--panel-2:#f4f6f6;--panel-3:#edf1f2;--sidebar-bg:#f8faf9;--nav-hover:#3f526312;--selected-bg:#3f52631f;--mark-bg:#e8eef1;--mark-text:#24313d;--bottom-nav-bg:#f9faf9f5;--muted-panel-bg:#e8edef;--primary-bg:#24313d;--primary-text:#f7f7f4;--secondary-bg:#e7ecee;--user-msg-bg:#24313d;--line:var(--border);--line-strong:#1f293721;--text:var(--text-main);--soft:#303a44;--muted:var(--text-muted);--dim:#8a949f;--ok:var(--success);--warn:var(--warning);--info:#53677a}:root.theme-night{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--app-bg:#0a0f15;--surface:#111820;--surface-soft:#151f2a;--card-bg:#111820f5;--text-main:#eef2f5;--text-muted:#9aa6b2;--border:#e2e8f013;--accent:#8ea2b4;--danger:#ce746e;--warning:#b99665;--success:#7da18b;--shadow:#0000006b;--bg:var(--app-bg);--panel:var(--card-bg);--panel-2:#0f1720;--panel-3:#131d27;--sidebar-bg:#0a0f15;--nav-hover:#e2e8f00e;--selected-bg:#8ea2b421;--mark-bg:#8ea2b424;--mark-text:#e8eef4;--bottom-nav-bg:#0c121af5;--muted-panel-bg:#101822;--primary-bg:#e8eef4;--primary-text:#0a0f15;--secondary-bg:#182330;--user-msg-bg:#223244;--line:var(--border);--line-strong:#e2e8f01c;--text:var(--text-main);--soft:#cad3dc;--muted:var(--text-muted);--dim:#758290;--ok:var(--success);--warn:var(--warning);--info:#91a3b5}html.theme-system,html.theme-professional,html.theme-day,html.theme-night,html.theme-system body,html.theme-professional body,html.theme-day body,html.theme-night body{background:var(--bg)!important;color:var(--text)!important}:root.theme-night .today-panel,:root.theme-night .panel-card,:root.theme-night .state-card,:root.theme-night .detail-card,:root.theme-night .assistant-card,:root.theme-night .account-card,:root.theme-night .intel-search-panel{border-color:var(--line)!important;box-shadow:0 16px 42px #00000038!important}.level-badge{letter-spacing:0!important;min-width:68px!important;padding:0 10px!important}.level-badge.p0,.notify-record-p0,.main-intel-p0{border-color:#a95b5533!important}.level-badge.p1,.notify-record-p1,.main-intel-p1{border-color:#80633f2e!important}.level-badge.p2{border-color:#53677a29!important}:root.theme-night .level-badge.p0{color:#eba09a!important;background:#ce746e1a!important;border-color:#ce746e33!important}:root.theme-night .level-badge.p1{color:#d9c093!important;background:#b996651a!important;border-color:#b996652e!important}:root.theme-night .level-badge.p2{color:#b7c7d8!important;background:#91a3b517!important;border-color:#91a3b529!important}@media (width<=720px){:root.theme-system,:root.theme-professional,:root.theme-day{--mobile-page-bg:#eef1f2;--mobile-bg-0:#eef1f2;--mobile-bg-1:#f7f8f7;--mobile-bg-2:#e7ecee;--mobile-surface:#fffffdf7;--mobile-surface-soft:#ebeff1f0;--mobile-ink:#1a2027;--mobile-soft:#303a44;--mobile-muted:#66717c;--mobile-dim:#89939e;--mobile-line:#1f293714;--mobile-line-strong:#1f293721;--mobile-copper:#3f5263;--mobile-sage:#587566;--mobile-ochre:#80633f;--mobile-rose:#a95b55;--mobile-steel:#53677a;--mobile-action-bg:#24313d;--mobile-action-text:#f7f7f4}:root.theme-night{--mobile-page-bg:#0a0f15;--mobile-bg-0:#0a0f15;--mobile-bg-1:#0f1720;--mobile-bg-2:#131d27;--mobile-surface:#111820f5;--mobile-surface-soft:#151f2aeb;--mobile-ink:#eef2f5;--mobile-soft:#cad3dc;--mobile-muted:#9aa6b2;--mobile-dim:#758290;--mobile-line:#e2e8f013;--mobile-line-strong:#e2e8f01c;--mobile-copper:#8ea2b4;--mobile-sage:#7da18b;--mobile-ochre:#b99665;--mobile-rose:#ce746e;--mobile-steel:#91a3b5;--mobile-action-bg:#e8eef4;--mobile-action-text:#0a0f15}.appearance-mode-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.appearance-mode{text-align:center!important;border-color:var(--mobile-line)!important;background:var(--mobile-surface-soft)!important;min-height:62px!important;box-shadow:none!important;padding:9px 8px!important}.appearance-mode strong{font-size:13px!important}.appearance-mode span{margin-top:4px!important;font-size:10.5px!important;line-height:1.28!important}.appearance-mode.active{background:#3f52631a!important;border-color:#3f52633d!important}:root.theme-night .appearance-mode.active{background:#8ea2b41f!important;border-color:#8ea2b43d!important}.push-strategy-panel,.preference-panel,.service-scope-panel{gap:10px!important}.strategy-grid{grid-template-columns:1fr!important;gap:6px!important}.strategy-section .policy-row,.recent-adjustment .policy-row{border-color:var(--mobile-line)!important;background:var(--mobile-surface-soft)!important;grid-template-columns:76px minmax(0,1fr)!important;padding:9px 10px!important}.strategy-section>strong{font-size:13px!important}.strategy-input-box textarea{min-height:68px!important}.status-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.status-summary-grid article:nth-child(n+4){display:none!important}.status-summary-grid article{border-color:var(--mobile-line)!important;background:var(--mobile-surface)!important}.status-summary-grid strong{font-family:Inter,system-ui,sans-serif!important}.main-intel-card,.today-workflow-brief,.secondary-intel-panel,.notify-ledger-hero,.panel-card,.account-card{border-color:var(--mobile-line)!important;box-shadow:0 12px 30px #1a202714!important}:root.theme-night .main-intel-card,:root.theme-night .today-workflow-brief,:root.theme-night .secondary-intel-panel,:root.theme-night .notify-ledger-hero,:root.theme-night .panel-card,:root.theme-night .account-card{border-color:var(--mobile-line)!important;box-shadow:0 14px 34px #0000003d!important}.expanded-sheet-panel{background:var(--mobile-page-bg)!important;padding:12px 14px calc(46px + env(safe-area-inset-bottom))!important;border:0!important;border-radius:26px 26px 0 0!important;box-shadow:0 -18px 48px #1a202729!important}:root.theme-night .expanded-sheet-panel{background:#0a0f15!important;border-color:#0000!important;box-shadow:0 -18px 52px #0000006b!important}.expanded-sheet-bar{background:color-mix(in srgb, var(--mobile-page-bg) 88%, transparent)!important;border-bottom:1px solid var(--mobile-line)!important;margin:-12px -14px 14px!important;padding:12px 14px 10px!important}:root.theme-night .expanded-sheet-bar{background:#0a0f15e0!important}.sheet-return{border-color:var(--mobile-line)!important;box-shadow:none!important}.expanded-sheet-panel .detail-card-expanded{width:100%!important;max-width:none!important;min-height:auto!important;padding:4px 0 calc(72px + env(safe-area-inset-bottom))!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0!important;overflow:visible!important}.intel-analysis-sheet h2,.detail-card-expanded h2{letter-spacing:-.045em!important;margin:13px 0 10px!important;font-size:23px!important;line-height:1.22!important}.analysis-topline{grid-template-columns:auto 1fr!important;align-items:start!important;gap:9px!important;display:grid!important}.analysis-topline .status-pill{grid-column:1/-1!important;width:max-content!important}.analysis-meta{gap:6px 10px!important;margin:8px 0 2px!important}.analysis-section{border:1px solid var(--mobile-line)!important;background:var(--mobile-surface)!important;box-shadow:none!important;border-radius:18px!important;margin-top:16px!important;padding:14px!important}.analysis-section>span{color:var(--mobile-muted)!important;letter-spacing:.04em!important;margin-bottom:9px!important;font-size:12px!important}.analysis-section p{color:var(--mobile-soft)!important;font-size:14px!important;line-height:1.72!important}.analysis-conclusion{background:var(--mark-bg)!important;color:var(--mark-text)!important;border-color:#0000!important}:root.theme-night .analysis-conclusion{background:#8ea2b41f!important;border-color:#8ea2b41a!important}.transmission-path{background:var(--mobile-surface-soft)!important;border:0!important;border-radius:14px!important;padding:10px 11px!important}.source-confidence-section,.evidence-ledger-section,.handling-section{margin-top:18px!important}.detail-fact-list,.evidence-ledger-list,.handling-list{background:var(--mobile-surface-soft)!important;border-radius:14px!important;gap:0!important;display:grid!important;overflow:hidden!important}.detail-fact-row,.evidence-ledger-row,.handling-row{border:0!important;border-top:1px solid var(--mobile-line)!important;background:0 0!important;grid-template-columns:1fr!important;gap:4px!important;padding:11px 12px!important;display:grid!important}.detail-fact-row:first-child,.evidence-ledger-row:first-child,.handling-row:first-child{border-top:0!important}.detail-fact-row strong,.evidence-ledger-row strong,.handling-row strong{color:var(--mobile-muted)!important;font-size:12px!important;font-weight:720!important}.detail-fact-row p,.evidence-ledger-row p,.evidence-ledger-row em,.handling-row p{color:var(--mobile-ink)!important;overflow-wrap:anywhere!important;margin:0!important;font-size:14px!important;line-height:1.62!important}.handling-grid,.source-confidence-grid{display:none!important}.detail-action-grid.detail-action-duo{padding:0 0 calc(42px + env(safe-area-inset-bottom))!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:18px!important;display:grid!important;position:static!important}.detail-action-grid.detail-action-duo .primary-button,.detail-action-grid.detail-action-duo .secondary-button{border-radius:16px!important;min-height:48px!important}.bottom-nav{background:var(--bg)!important;border-top:1px solid var(--mobile-line)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;box-shadow:0 -2px 18px #1a20270f!important}:root.theme-night .bottom-nav{background:#0c121a!important;border:0!important;border-top:1px solid #e2e8f01a!important;box-shadow:0 -2px 18px #0003!important}:root{--bottom-nav-height:76px;--bottom-safe-gap:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 24px);--detail-safe-gap:calc(env(safe-area-inset-bottom) + 32px);--composer-safe-gap:calc(118px + env(safe-area-inset-bottom));--settings-radius:18px}.workspace{padding-bottom:0!important}.content-area,.page-shell,.view-stack,.home-view,.workflow-home,.intel-list,.intel-list.full,.notify-view,.notify-ledger-view,.service-account-view,.settings-account-view,.assistant-layout{padding-bottom:var(--bottom-safe-gap)!important;min-height:auto!important;margin-bottom:0!important}.bottom-spacer,.workspace:after{display:none!important}.bottom-nav{border-top:1px solid var(--mobile-line)!important;background:var(--bg)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;width:100%!important;max-width:100%!important;height:60px!important;min-height:60px!important;margin:0!important;transition:transform .18s,opacity .18s!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;transform:none!important;box-shadow:0 -2px 18px #1a20270f!important}html.keyboard-open .bottom-nav,body.keyboard-open .bottom-nav{border-top:1px solid var(--mobile-line)!important;background:var(--bg)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;opacity:0!important;pointer-events:none!important;border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;width:100%!important;max-width:100%!important;margin:0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;transform:none!important;box-shadow:0 -2px 18px #1a20270f!important}body.keyboard-open .composer-stack,html.keyboard-open .composer-stack{bottom:calc(12px + env(safe-area-inset-bottom))!important}body.keyboard-open .content-area,body.keyboard-open .view-stack,body.keyboard-open .assistant-layout,body.keyboard-open .service-account-view{padding-bottom:calc(32px + env(safe-area-inset-bottom))!important}.settings-account-view{gap:12px!important}.settings-account-view .account-hero{border-radius:22px!important;padding:16px!important}.settings-account-view .account-hero .avatar{border-radius:16px!important;width:48px!important;height:48px!important}.settings-account-view .account-hero h2{letter-spacing:-.03em!important;margin:3px 0 4px!important;font-size:22px!important}.settings-account-view .account-hero p{margin:0 0 8px!important;line-height:1.45!important}.compact-service-scope{border-radius:20px!important;padding:14px!important}.compact-service-scope .section-title{margin-bottom:8px!important}.compact-service-scope .account-grid{background:var(--mobile-surface-soft)!important;border-radius:15px!important;gap:0!important;overflow:hidden!important}.compact-service-scope .account-row{border:0!important;border-top:1px solid var(--mobile-line)!important;background:0 0!important;border-radius:0!important;padding:10px 12px!important}.compact-service-scope .account-row:first-child{border-top:0!important}.settings-section{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin:0 auto!important}.settings-section-label{color:var(--mobile-muted)!important;letter-spacing:.02em!important;padding:0 6px 7px!important;font-size:12px!important;font-weight:720!important}.settings-list{border:1px solid var(--mobile-line)!important;border-radius:var(--settings-radius)!important;background:var(--mobile-surface)!important;width:100%!important;overflow:hidden!important;box-shadow:0 10px 24px #1a20270f!important}:root.theme-night .settings-list{box-shadow:0 12px 28px #0003!important}.settings-item{border-top:1px solid var(--mobile-line)!important;background:0 0!important}.settings-item:first-child{border-top:0!important}.settings-row,.settings-action-row{width:100%!important;min-height:52px!important;color:var(--mobile-ink)!important;text-align:left!important;box-sizing:border-box!important;background:0 0!important;border:0!important;grid-template-columns:30px minmax(0,1fr) auto 18px!important;align-items:center!important;gap:9px!important;padding:0 13px!important;display:grid!important}.settings-action-row{grid-template-columns:30px minmax(0,1fr) 18px!important}.settings-row strong,.settings-action-row span:not(.settings-icon){text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;font-size:15px!important;font-weight:650!important;overflow:hidden!important}.settings-icon{background:var(--mobile-surface-soft)!important;width:30px!important;height:30px!important;color:var(--mobile-steel)!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;display:inline-flex!important}.settings-value{color:var(--mobile-muted)!important;white-space:nowrap!important;font-size:13px!important}.settings-chevron{color:var(--mobile-dim)!important;transition:transform .16s!important}.settings-item.open .settings-chevron{transform:rotate(90deg)!important}.settings-detail{background:0 0!important;border-top:0!important;padding:0 13px 14px 52px!important}.settings-action-row.danger{color:var(--mobile-rose)!important}.preference-panel-embedded,.push-strategy-panel-embedded,.watchlist-preference-panel-embedded,.notification-service-panel-embedded,.device-access-panel{gap:10px!important;display:grid!important}.settings-detail .appearance-mode-list{grid-template-columns:1fr!important;gap:7px!important}.settings-detail .appearance-mode{text-align:left!important;border-radius:13px!important;grid-template-columns:minmax(0,1fr)!important;min-height:46px!important;padding:9px 11px!important;display:grid!important}.settings-detail .appearance-mode strong{font-size:14px!important}.settings-detail .appearance-mode span{font-size:11.5px!important}.settings-detail .preference-note,.settings-detail .strategy-feedback{margin:0!important;font-size:12px!important;line-height:1.45!important}.settings-detail .strategy-grid{background:var(--mobile-surface-soft)!important;border-radius:13px!important;grid-template-columns:1fr!important;gap:0!important;overflow:hidden!important}.settings-detail .strategy-section{gap:7px!important}.settings-detail .strategy-section .policy-row,.settings-detail .recent-adjustment .policy-row{border:0!important;border-top:1px solid var(--mobile-line)!important;background:0 0!important;border-radius:0!important;grid-template-columns:80px minmax(0,1fr)!important;padding:9px 10px!important}.settings-detail .strategy-section .policy-row:first-child,.settings-detail .recent-adjustment .policy-row:first-of-type{border-top:0!important}.settings-detail .recent-adjustment{background:var(--mobile-surface-soft)!important;border:0!important;border-radius:13px!important;padding:0!important;overflow:hidden!important}.settings-detail .recent-adjustment>strong{padding:9px 10px 0!important}.settings-detail .strategy-input-box textarea{background:var(--mobile-surface-soft)!important;border-radius:13px!important;min-height:74px!important}.settings-detail .watchlist-manage-list{background:var(--mobile-surface-soft)!important;border-radius:13px!important;gap:0!important;overflow:hidden!important}.settings-detail .watch-rule-card{border:0!important;border-top:1px solid var(--mobile-line)!important;background:0 0!important;border-radius:0!important}.settings-detail .watch-rule-card:first-child{border-top:0!important}.settings-detail .watchlist-manage-row{border:0!important;border-top:1px solid var(--mobile-line)!important;background:0 0!important;border-radius:0!important;grid-template-columns:auto minmax(0,1fr) auto!important;padding:9px 10px!important}.settings-detail .watch-rule-card .watchlist-manage-row{border-top:0!important}.settings-detail .watch-rule-grid{border-top-color:var(--mobile-line)!important;grid-template-columns:1fr!important;gap:8px!important;padding:9px 10px 11px!important}.settings-detail .watch-rule-grid select{background:var(--panel)!important;border-radius:12px!important;min-height:40px!important}.settings-detail .watchlist-add-row{grid-template-columns:minmax(0,1fr) auto!important}.settings-detail .watchlist-add-row input{background:var(--mobile-surface-soft)!important;border-radius:13px!important;min-height:42px!important}.settings-detail .watchlist-presets,.settings-detail .watchlist-type-picker{gap:6px!important}.settings-detail .channel-list,.settings-detail .service-channel-list{background:var(--mobile-surface-soft)!important;border-radius:13px!important;gap:0!important;overflow:hidden!important}.settings-detail .channel-row{border:0!important;border-top:1px solid var(--mobile-line)!important;background:0 0!important;border-radius:0!important;padding:11px 10px!important}.settings-detail .channel-row:first-child{border-top:0!important}.settings-detail .install-panel{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.settings-detail .install-grid{gap:8px!important}.settings-detail .release-card,.settings-detail .install-card,.settings-detail .release-row{border-color:var(--mobile-line)!important;background:var(--mobile-surface-soft)!important;border-radius:13px!important}.app-shell.app-detail-open .content-area,.app-shell.app-detail-open .view-stack,.app-shell.app-detail-open .workspace,.app-shell.app-detail-open .page-shell{padding-bottom:0!important}.app-shell.app-detail-open .bottom-nav,.app-shell.app-detail-open .workspace:after{display:none!important}.expanded-sheet-panel{padding:12px 14px var(--detail-safe-gap)!important}.expanded-sheet-panel .detail-card-expanded{padding-bottom:var(--detail-safe-gap)!important}.detail-action-grid.detail-action-duo{padding:0 0 calc(env(safe-area-inset-bottom) + 28px)!important;margin-top:18px!important}.notify-ledger-view>:last-child,.intel-list.full>:last-child,.workflow-home>:last-child,.settings-account-view>:last-child{margin-bottom:0!important}.content-area{padding-bottom:var(--bottom-safe-gap)!important}.view-stack,.home-view,.workflow-home,.intel-list,.intel-list.full,.notify-view,.notify-ledger-view,.service-account-view,.settings-account-view,.assistant-layout{min-height:auto!important;margin-bottom:0!important;padding-bottom:0!important}.app-active-assistant .content-area{padding-bottom:calc(var(--bottom-safe-gap) + 28px)!important}.premium-assistant,.assistant-card{padding-bottom:calc(96px + env(safe-area-inset-bottom))!important}body.keyboard-open .content-area,body.keyboard-open .view-stack,body.keyboard-open .assistant-layout,body.keyboard-open .service-account-view,html.keyboard-open .content-area,html.keyboard-open .view-stack,html.keyboard-open .assistant-layout,html.keyboard-open .service-account-view{padding-bottom:calc(32px + env(safe-area-inset-bottom))!important}.app-shell.app-detail-open .content-area,.app-shell.app-detail-open .view-stack,.app-shell.app-detail-open .workspace,.app-shell.app-detail-open .page-shell,.app-shell.app-detail-open .workflow-home,.app-shell.app-detail-open .intel-list,.app-shell.app-detail-open .notify-ledger-view,.app-shell.app-detail-open .service-account-view,.app-shell.app-detail-open .assistant-layout{padding-bottom:0!important}.page-shell,.page-shell.no-detail{min-height:auto!important;margin-bottom:0!important;padding-bottom:0!important}.settings-item{display:block!important}.settings-detail{box-sizing:border-box!important;background:0 0!important;border-top:0!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0 13px 14px!important;overflow-x:hidden!important}.settings-detail>*,.settings-detail .preference-panel-embedded,.settings-detail .push-strategy-panel-embedded,.settings-detail .notification-service-panel-embedded,.settings-detail .device-access-panel,.settings-detail .appearance-mode-list,.settings-detail .appearance-mode,.settings-detail .strategy-section,.settings-detail .strategy-grid,.settings-detail .recent-adjustment,.settings-detail .strategy-input-box,.settings-detail .strategy-input-box textarea,.settings-detail .primary-button.full,.settings-detail .channel-list,.settings-detail .service-channel-list,.settings-detail .install-panel,.settings-detail .install-grid{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.settings-detail .appearance-mode-list,.settings-detail .strategy-section,.settings-detail .push-strategy-panel-embedded,.settings-detail .notification-service-panel-embedded,.settings-detail .device-access-panel{place-items:stretch stretch!important}.settings-detail .strategy-input-box textarea{display:block!important}}.notification-method-list{gap:0;display:grid}.notification-method-row{border-top:1px solid var(--line);box-sizing:border-box;background:0 0;grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:12px;min-width:0;padding:14px 0;display:grid}.notification-method-row:first-child{border-top:0}.notification-method-main{min-width:0}.notification-method-main strong{color:var(--text);font-size:14px;font-weight:650;line-height:1.35;display:block}.notification-method-main p{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:1.5}.notification-method-status{white-space:nowrap;text-align:right;min-width:52px;max-width:76px;color:var(--soft);place-self:start end;font-size:12px;font-weight:650;line-height:1.35}.notification-method-status.ok{color:var(--ok)}.notification-method-status.warn{color:var(--warn)}.notification-method-status.muted{color:var(--dim)}.notification-channel-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.notification-channel-actions .small-action{min-height:36px}.notification-feedback{margin-top:10px!important}@media (width<=720px){.settings-detail .notification-method-list.service-channel-list{box-sizing:border-box!important;background:var(--mobile-surface-soft)!important;border-radius:13px!important;gap:0!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important;overflow:hidden!important}.settings-detail .notification-method-row{box-sizing:border-box!important;border:0!important;border-top:1px solid var(--mobile-line)!important;background:0 0!important;border-radius:0!important;grid-template-columns:minmax(0,1fr) max-content!important;align-items:start!important;gap:12px!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:13px 11px!important}.settings-detail .notification-method-row:first-child{border-top:0!important}.settings-detail .notification-method-main{min-width:0!important}.settings-detail .notification-method-main strong{color:var(--mobile-ink)!important;letter-spacing:-.01em!important;font-size:14px!important;font-weight:680!important;line-height:1.35!important}.settings-detail .notification-method-main p{color:var(--mobile-muted)!important;margin:4px 0 0!important;font-size:12px!important;line-height:1.48!important}.settings-detail .notification-method-status{white-space:nowrap!important;text-align:right!important;writing-mode:horizontal-tb!important;word-break:keep-all!important;overflow-wrap:normal!important;place-self:start end!important;min-width:52px!important;max-width:76px!important;font-size:12px!important;font-weight:680!important;line-height:1.35!important}.settings-detail .notification-method-status.ok{color:var(--mobile-sage)!important}.settings-detail .notification-method-status.warn{color:var(--mobile-ochre)!important}.settings-detail .notification-method-status.muted{color:var(--mobile-dim)!important}}:root{--phone-shell-max:430px}html.is-foldable-like{--phone-shell-max:560px}.orientation-guard{z-index:9999;box-sizing:border-box;text-align:center;color:#f8fbff;background:radial-gradient(circle at 50% 25%,#4c6fff2e,#0000 38%),linear-gradient(#070d16fa,#04080efe);justify-content:center;align-items:center;padding:24px;display:none;position:fixed;inset:0}.orientation-guard strong{letter-spacing:-.03em;font-size:clamp(24px,5vw,34px);line-height:1.15;display:block}.orientation-guard p{color:#e2e8f0c7;max-width:22em;margin:12px auto 0;font-size:clamp(13px,2.6vw,16px);line-height:1.65}html.is-phone-landscape .orientation-guard,body.is-phone-landscape .orientation-guard{display:flex}html.is-phone-landscape .app-shell,html.is-phone-landscape .login-shell{pointer-events:none}html.is-mobile-shell,body.is-mobile-shell{width:100%;min-width:0;overflow-x:hidden}html.is-mobile-shell .app-shell{grid-template-columns:1fr!important;min-width:0!important;min-height:100dvh!important;display:block!important}html.is-mobile-shell .workspace,body.is-mobile-shell .workspace{width:min(var(--phone-shell-max), calc(100vw - 28px))!important;max-width:min(var(--phone-shell-max), calc(100vw - 28px))!important;min-width:0!important;padding:12px 0 calc(86px + env(safe-area-inset-bottom))!important;box-sizing:border-box!important;margin:0 auto!important;overflow-x:hidden!important}html.is-mobile-shell.is-foldable-like .workspace{padding-left:16px!important;padding-right:16px!important}html.is-mobile-shell .mobile-topbar{width:min(var(--phone-shell-max), calc(100vw - 28px))!important;max-width:min(var(--phone-shell-max), calc(100vw - 28px))!important;box-sizing:border-box!important;min-width:0!important;margin-left:auto!important;margin-right:auto!important;display:flex!important}html.is-mobile-shell .page-shell,html.is-mobile-shell .page-shell.no-detail,html.is-mobile-shell .content-area,html.is-mobile-shell .view-stack,html.is-mobile-shell .home-view,html.is-mobile-shell .settings-account-view,html.is-mobile-shell .service-account-view,html.is-mobile-shell .assistant-layout,html.is-mobile-shell .notify-ledger-view,html.is-mobile-shell .intel-list.full{width:min(var(--phone-shell-max), calc(100vw - 28px))!important;max-width:min(var(--phone-shell-max), calc(100vw - 28px))!important;box-sizing:border-box!important;min-width:0!important;margin-left:auto!important;margin-right:auto!important;overflow-x:hidden!important}html.is-mobile-shell .page-shell,html.is-mobile-shell .page-shell.no-detail{grid-template-columns:1fr!important;gap:0!important;display:block!important}html.is-mobile-shell .home-view{grid-template-columns:1fr!important;align-items:stretch!important;gap:14px!important;display:grid!important}html.is-mobile-shell .home-view>*{grid-area:auto/1/auto/-1!important;width:100%!important;min-width:0!important;max-width:100%!important}html.is-mobile-shell .decision-brief,html.is-mobile-shell .delivery-strip,html.is-mobile-shell .shortcut-grid,html.is-mobile-shell .focus-panel,html.is-mobile-shell .panel-card,html.is-mobile-shell .today-panel,html.is-mobile-shell .state-card,html.is-mobile-shell .settings-list,html.is-mobile-shell .account-card,html.is-mobile-shell .assistant-card{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important}html.is-mobile-shell .bottom-nav{border-top:1px solid var(--mobile-line)!important;background:var(--bg)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:5px!important;width:100%!important;max-width:100%!important;margin:0!important;display:grid!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;overflow:hidden!important;transform:none!important;box-shadow:0 -2px 18px #1a20270f!important}html.is-mobile-shell .nav-compact{width:100%!important;min-width:0!important}html.is-mobile-shell .nav-compact span{white-space:nowrap!important}html.is-mobile-shell.app-detail-open .bottom-nav,body.is-mobile-shell .app-shell.app-detail-open .bottom-nav{display:none!important}@media (orientation:landscape) and (height<=560px){html.is-mobile-shell .app-shell,html.is-mobile-shell .login-shell{width:100vw!important;max-width:100vw!important;overflow:hidden!important}}html.is-mobile-shell body .app-shell>.workspace>.page-shell,html.is-mobile-shell body .app-shell>.workspace>.page-shell.no-detail,html.is-mobile-shell body .app-shell>.workspace>.page-shell>.content-area,html.is-mobile-shell body .app-shell>.workspace>.page-shell>.content-area>.view-stack{width:min(var(--phone-shell-max), calc(100vw - 28px))!important;max-width:min(var(--phone-shell-max), calc(100vw - 28px))!important;box-sizing:border-box!important;min-width:0!important;margin-left:auto!important;margin-right:auto!important}html.is-mobile-shell{--stage12-final-bottom-safe:calc(102px + env(safe-area-inset-bottom));--stage12-final-keyboard-safe:calc(32px + env(safe-area-inset-bottom));--stage12-final-detail-safe:calc(28px + env(safe-area-inset-bottom));--stage12-final-assistant-top-offset:70px}html.is-mobile-shell .bottom-spacer,html.is-mobile-shell .workspace:after,body.is-mobile-shell .workspace:after{content:none!important;background:0 0!important;width:0!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;display:none!important}html.is-mobile-shell .workspace,body.is-mobile-shell .workspace{margin-bottom:0!important;padding-bottom:0!important}html.is-mobile-shell.is-foldable-like .workspace,body.is-mobile-shell.is-foldable-like .workspace{padding-left:0!important;padding-right:0!important}html.is-mobile-shell .content-area,body.is-mobile-shell .content-area{padding-bottom:var(--stage12-final-bottom-safe)!important;margin-bottom:0!important}html.is-mobile-shell .page-shell,html.is-mobile-shell .page-shell.no-detail,html.is-mobile-shell .view-stack,html.is-mobile-shell .home-view,html.is-mobile-shell .workflow-home,html.is-mobile-shell .intel-list,html.is-mobile-shell .intel-list.full,html.is-mobile-shell .notify-view,html.is-mobile-shell .notify-ledger-view,html.is-mobile-shell .account-view,html.is-mobile-shell .service-account-view,html.is-mobile-shell .settings-account-view,html.is-mobile-shell .assistant-layout{min-height:auto!important;margin-bottom:0!important;padding-bottom:0!important}html.is-mobile-shell .page-shell,html.is-mobile-shell .page-shell.no-detail,html.is-mobile-shell .home-view,html.is-mobile-shell .workflow-home,html.is-mobile-shell .notify-view,html.is-mobile-shell .notify-ledger-view,html.is-mobile-shell .account-view,html.is-mobile-shell .service-account-view,html.is-mobile-shell .settings-account-view,html.is-mobile-shell .assistant-layout{grid-template-columns:minmax(0,1fr)!important;grid-auto-columns:minmax(0,1fr)!important}html.is-mobile-shell .assistant-layout{gap:0!important;display:block!important}html.is-mobile-shell .sidebar,html.is-mobile-shell .desktop-detail,html.is-mobile-shell .page-header{display:none!important}html.is-mobile-shell .app-active-assistant .composer-stack,body.is-mobile-shell .app-active-assistant .composer-stack{width:100%!important;max-width:100%!important;margin:12px 0 0!important;scroll-margin-bottom:16px!important;position:static!important;inset:auto!important;transform:none!important}html.is-mobile-shell .app-active-assistant .composer,body.is-mobile-shell .app-active-assistant .composer{width:100%!important;max-width:100%!important;position:static!important;inset:auto!important;transform:none!important}html.is-mobile-shell .premium-assistant,html.is-mobile-shell .assistant-card{height:auto!important;min-height:auto!important;padding-bottom:16px!important}html.is-mobile-shell:not(.keyboard-open) .app-active-assistant .premium-assistant,html.is-mobile-shell:not(.keyboard-open) .app-active-assistant .assistant-card{grid-template-rows:auto minmax(0,1fr) auto auto!important;justify-content:stretch!important;align-items:stretch!important;gap:10px!important;height:100%!important;min-height:0!important;display:grid!important;overflow:hidden!important}html.is-mobile-shell:not(.keyboard-open) .app-active-assistant .content-area{height:calc(100dvh - var(--stage12-final-assistant-top-offset))!important;flex-direction:column!important;min-height:0!important;display:flex!important;overflow:hidden!important}html.is-mobile-shell:not(.keyboard-open) .app-active-assistant .assistant-layout{flex:auto!important;height:auto!important;min-height:0!important}html.is-mobile-shell .app-active-assistant .analyst-brief{display:none!important}html.is-mobile-shell.keyboard-open .app-active-assistant .premium-assistant,html.is-mobile-shell.keyboard-open .app-active-assistant .assistant-card{justify-content:flex-start!important;height:auto!important;min-height:0!important;overflow:visible!important}html.is-mobile-shell .app-active-assistant .chat-window,body.is-mobile-shell .app-active-assistant .chat-window{flex:none!important;align-content:start!important;min-height:0!important;max-height:min(48dvh,420px)!important;padding-bottom:4px!important;overflow-y:auto!important}html.is-mobile-shell .app-active-assistant .quick-row,body.is-mobile-shell .app-active-assistant .quick-row{margin:10px 0 0!important;padding-bottom:2px!important}html.is-mobile-shell:not(.keyboard-open) .app-active-assistant .chat-window{align-content:end!important;height:100%!important;max-height:none!important}html.is-mobile-shell:not(.keyboard-open) .app-active-assistant .quick-row,html.is-mobile-shell:not(.keyboard-open) .app-active-assistant .composer-stack{margin-top:0!important;margin-bottom:0!important}html.is-mobile-shell.keyboard-open .bottom-nav,html.is-mobile-shell body.keyboard-open .bottom-nav{border-top:1px solid var(--mobile-line)!important;background:var(--bg)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;opacity:0!important;pointer-events:none!important;border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;width:100%!important;max-width:100%!important;margin:0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;transform:none!important;box-shadow:0 -2px 18px #1a20270f!important}html.is-mobile-shell.keyboard-open .content-area,html.is-mobile-shell body.keyboard-open .content-area{padding-bottom:var(--stage12-final-keyboard-safe)!important}html.is-mobile-shell.keyboard-open .app-active-assistant .composer-stack,html.is-mobile-shell body.keyboard-open .app-active-assistant .composer-stack{margin-bottom:0!important;position:static!important;inset:auto!important;transform:none!important}html.is-mobile-shell .app-shell.app-detail-open .bottom-nav{display:none!important}html.is-mobile-shell .app-shell.app-detail-open .content-area,html.is-mobile-shell .app-shell.app-detail-open .page-shell,html.is-mobile-shell .app-shell.app-detail-open .view-stack,html.is-mobile-shell .app-shell.app-detail-open .workspace,html.is-mobile-shell .app-shell.app-detail-open .home-view,html.is-mobile-shell .app-shell.app-detail-open .workflow-home,html.is-mobile-shell .app-shell.app-detail-open .intel-list,html.is-mobile-shell .app-shell.app-detail-open .notify-ledger-view,html.is-mobile-shell .app-shell.app-detail-open .service-account-view,html.is-mobile-shell .app-shell.app-detail-open .settings-account-view,html.is-mobile-shell .app-shell.app-detail-open .assistant-layout{padding-bottom:0!important}html.is-mobile-shell .sheet-panel,html.is-mobile-shell .expanded-sheet-panel{padding-bottom:var(--stage12-final-detail-safe)!important}html.is-mobile-shell .sheet-panel .detail-card,html.is-mobile-shell .detail-card-expanded{padding-bottom:12px!important}.experience-mode-banner{color:#725018;background:#fff7e0c7;border:1px solid #b4852740;border-radius:13px;align-items:center;gap:9px;margin:0 0 12px;padding:10px 12px;font-size:12px;line-height:1.45;display:flex}.experience-mode-banner span{color:#fff;white-space:nowrap;background:#9a6b1f;border-radius:999px;padding:2px 7px;font-weight:700}.experience-mode-banner strong{color:inherit;font-size:12px}.experience-mode-banner em{color:#806536;margin-left:auto;font-style:normal}:root[data-theme=dark] .experience-mode-banner{color:#f2d79d;background:#5d451c57;border-color:#dcb56040}:root[data-theme=dark] .experience-mode-banner em{color:#d5bd8a}@media (width<=680px){.experience-mode-banner{flex-wrap:wrap;align-items:flex-start}.experience-mode-banner em{width:100%;margin-left:0}}html.is-mobile-shell .expanded-detail-sheet,body.is-mobile-shell .expanded-detail-sheet{z-index:120!important;display:block!important;position:fixed!important;inset:0!important}html.is-mobile-shell .expanded-detail-sheet .sheet-backdrop,body.is-mobile-shell .expanded-detail-sheet .sheet-backdrop{-webkit-backdrop-filter:blur(6px)!important;backdrop-filter:blur(6px)!important;background:#05090ea3!important;border:0!important;position:absolute!important;inset:0!important}@media (width>=721px){html.is-mobile-shell .expanded-sheet-panel,body.is-mobile-shell .expanded-sheet-panel{border:1px solid var(--line)!important;background:var(--bg)!important;border-radius:24px!important;width:min(720px,100vw - 36px)!important;max-height:none!important;padding:14px 16px 28px!important;position:absolute!important;inset:18px auto 18px 50%!important;overflow-y:auto!important;transform:translate(-50%)!important;box-shadow:0 24px 70px #0000006b!important}html.is-mobile-shell .expanded-sheet-bar,body.is-mobile-shell .expanded-sheet-bar{z-index:3!important;background:color-mix(in srgb, var(--bg) 92%, transparent)!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;justify-content:space-between!important;align-items:center!important;margin:-14px -16px 12px!important;padding:12px 16px 10px!important;display:flex!important;position:sticky!important;top:-14px!important}.app-active-account .page-shell.no-detail,.app-active-assistant .page-shell.no-detail{max-width:1180px}.app-active-assistant .workspace{padding-bottom:18px}.settings-account-view{gap:14px}.settings-section{width:100%;min-width:0}.settings-section-label{color:var(--muted);letter-spacing:.02em;padding:0 5px 8px;font-size:12px;font-weight:650}.settings-list{border:1px solid var(--line);background:var(--panel);width:100%;box-shadow:0 12px 30px color-mix(in srgb, var(--shadow) 48%, transparent);border-radius:18px;overflow:hidden}.settings-item{border-top:1px solid var(--line);background:0 0;transition:background-color .16s}.settings-item:first-child{border-top:0}.settings-item.open{background:color-mix(in srgb, var(--panel-2) 72%, var(--panel))}.settings-row,.settings-action-row{appearance:none;width:100%;min-height:58px;color:var(--text);text-align:left;background:0 0;border:0;border-radius:0;align-items:center;gap:10px;margin:0;padding:0 16px;display:grid}.settings-row{grid-template-columns:34px minmax(0,1fr) auto 18px}.settings-action-row{grid-template-columns:34px minmax(0,1fr) 18px}.settings-row:hover,.settings-action-row:hover{background:var(--nav-hover)}.settings-row strong,.settings-action-row span:not(.settings-icon){min-width:0;color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.settings-icon{border:1px solid var(--line);background:var(--panel-3);width:34px;height:34px;color:var(--info);border-radius:11px;justify-content:center;align-items:center;display:inline-flex}.settings-value{color:var(--muted);white-space:nowrap;font-size:12px}.settings-chevron{color:var(--dim);transition:transform .16s}.settings-item.open .settings-chevron{transform:rotate(90deg)}.settings-detail{min-width:0;padding:0 16px 16px 60px}.settings-action-row.danger{color:var(--danger)}.app-active-assistant .assistant-layout{align-items:start}.app-active-assistant .premium-assistant{flex-direction:column;min-height:0;display:flex}.app-active-assistant .chat-window{scrollbar-gutter:stable;overscroll-behavior:contain;height:auto;min-height:220px;max-height:clamp(320px,38vh,440px);padding:2px 6px 4px 0}.app-active-assistant .message.user{color:#fff8e8}.app-active-assistant .message.user span{color:#fff8e8b8}.app-active-assistant .composer-stack{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px 12px;display:grid}.app-active-assistant .composer{grid-column:1/-1}.app-active-assistant .hold-to-talk{border:1px solid var(--line);background:var(--secondary-bg);min-height:36px;color:var(--soft);touch-action:none;border-radius:11px;justify-content:center;justify-self:start;align-items:center;gap:7px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.app-active-assistant .hold-to-talk:hover{border-color:var(--line-strong);background:var(--selected-bg);color:var(--text)}.app-active-assistant .hold-to-talk.recording{border-color:color-mix(in srgb, var(--danger) 50%, var(--line));background:color-mix(in srgb, var(--danger) 14%, var(--panel-3));color:var(--danger)}.app-active-assistant .voice-hint{color:var(--muted);justify-self:end;font-size:12px}html.is-mobile-shell .bottom-nav,body.is-mobile-shell .bottom-nav{box-shadow:none!important;background:0 0!important;padding:0!important;display:none!important;position:static!important}html.is-mobile-shell .sidebar,html.is-mobile-shell .desktop-detail,html.is-mobile-shell .page-header{display:flex!important}html.is-mobile-shell .page-header{justify-content:space-between!important;align-items:flex-start!important}html.is-mobile-shell .mobile-topbar{display:none!important}html.is-mobile-shell .app-shell{grid-template-columns:220px minmax(0,1fr)!important;min-width:0!important;display:grid!important}html.is-mobile-shell .workspace{box-sizing:border-box!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;padding:18px 18px 96px!important;overflow-x:auto!important}html.is-mobile-shell .page-shell,html.is-mobile-shell .page-shell.no-detail{grid-template-columns:minmax(0,1fr) 380px!important;gap:14px!important;width:auto!important;max-width:none!important;display:grid!important}}@media (width<=720px){html.is-mobile-shell .workspace,body.is-mobile-shell .workspace{padding:0 14px!important;padding-bottom:calc(124px + env(safe-area-inset-bottom))!important}html.is-mobile-shell .content-area,html.is-mobile-shell .view-stack,html.is-mobile-shell .page-shell,html.is-mobile-shell .page-shell.no-detail,html.is-mobile-shell main,html.is-mobile-shell section[role=main]{margin-bottom:0!important;padding-bottom:8px!important}}.primary-button,.secondary-button,.composer button,.nav-item,.nav-compact{min-height:44px!important}@media (width<=720px){.nav-compact{min-height:50px!important}.composer button{min-height:44px!important}}.filter-chip,.filter-row button[class*=filter]{min-height:44px!important;padding:0 14px!important}.icon-button{width:44px!important;height:44px!important}.assistant-shortcut{min-height:44px!important}
