:root{--bg:#FAF9F5;--surface:#FFFFFF;--ink:#1F1D1A;--ink-2:#6E695F;--ink-3:#9A948A;--accent:#C15F3C;--accent-soft:#F7E8E0;--positive:#5F7A54;--positive-soft:#EDF2E9;--negative:#B4463A;--negative-soft:#F9ECE8;--amber:#B98A2F;--amber-soft:#FBF4E4;--market-up:#B4463A;--market-up-soft:#F9ECE8;--market-down:#5F7A54;--market-down-soft:#EDF2E9;--border:#E8E4DB;--border-strong:#D8D2C6;--grid:#EFEBE2;--f-serif:Georgia,"Songti SC","Noto Serif SC",serif;--f-sans:-apple-system,"PingFang SC","Hiragino Sans GB","Segoe UI",sans-serif;--f-mono:"SF Mono",ui-monospace,Menlo,Consolas,monospace;--r:12px;--r-s:8px}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{background:var(--bg);color:var(--ink);font-family:var(--f-sans);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}.num{font-family:var(--f-mono);font-variant-numeric:tabular-nums;letter-spacing:-.01em}a{color:var(--accent);text-decoration:none}button{font-family:inherit;cursor:pointer}::selection{background:var(--accent-soft)}.muted{color:var(--ink-3)}.up{color:var(--market-up)}.down{color:var(--market-down)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app{display:flex;height:100vh;overflow:hidden}.side{width:218px;flex:0 0 218px;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:22px 12px}.side-logo{font-family:var(--f-serif);font-size:19px;padding:0 10px 4px}.side-logo em{font-style:normal;color:var(--accent)}.side-tag{font-size:11px;color:var(--ink-3);padding:0 10px 16px;border-bottom:1px solid var(--border);margin-bottom:12px}.nav{display:flex;flex-direction:column;gap:9px;min-height:0;overflow-y:auto;scrollbar-width:thin}.nav-group{display:flex;flex-direction:column;gap:2px}.nav-group-label{padding:0 10px 3px;color:var(--ink-3);font-size:9px;font-weight:700;letter-spacing:.14em}.nav-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--r-s);color:var(--ink-2);font-size:13.5px;cursor:pointer;border:none;background:none;text-align:left;width:100%}.nav-item:hover{background:var(--bg)}.nav-item.on{background:var(--accent-soft);color:var(--accent);font-weight:600}.nav-item:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.nav-ico{width:17px;text-align:center;font-size:13px}.mobile-page-nav{display:none}.side-foot{margin-top:auto;font-size:11.5px;color:var(--ink-2);padding:12px 10px 0;border-top:1px solid var(--border);line-height:1.7}.dot-live{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--positive);margin-right:6px}.body{flex:1;display:flex;flex-direction:column;min-width:0}.top{display:flex;align-items:flex-end;justify-content:space-between;padding:18px 32px 14px;border-bottom:1px solid var(--border);background:var(--bg);gap:12px;flex-wrap:wrap}.top-label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-weight:600;margin-bottom:2px}.top-title{font-family:var(--f-serif);font-size:26px;font-weight:600;letter-spacing:.01em}.top-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.chip{font-size:12px;color:var(--ink-2);background:var(--surface);border:1px solid var(--border);border-radius:99px;padding:5px 12px}.badge-warn{font-size:11px;color:var(--amber);background:var(--amber-soft);border:1px solid #EBDDBF;border-radius:99px;padding:4px 10px}.main{flex:1;overflow-y:auto;padding:26px 32px 60px}.main::-webkit-scrollbar{width:9px}.main::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:9px;border:2px solid var(--bg)}.global-date-context{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:7px 32px;border-bottom:1px solid var(--border);background:#ffffffb8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.global-date-context.is-loading{justify-content:flex-start;color:var(--ink-3);font-size:11px}.global-date-copy,.global-date-actions{display:flex;align-items:center;min-width:0}.global-date-copy{gap:11px}.global-date-copy>div{display:flex;align-items:baseline;gap:6px;white-space:nowrap}.global-date-copy small{color:var(--ink-3);font-size:9.5px}.global-date-copy b{font-family:var(--f-mono);font-size:11px;font-weight:620}.global-date-copy>i{color:var(--accent);font-style:normal;font-size:11px}.global-date-mode{flex:none;padding:2px 7px;border:1px solid #E8CF9E;border-radius:99px;background:var(--amber-soft);color:var(--amber);font-size:9px;font-weight:700;letter-spacing:.04em}.global-date-mode.is-latest{border-color:#cbd8c6;background:var(--positive-soft);color:var(--positive)}.global-date-trade{margin-left:2px;font-size:9px}.global-date-actions{gap:4px}.global-date-actions>button{height:29px;min-width:29px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--ink-2);font-size:17px;line-height:1}.global-date-actions>button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.global-date-actions>button:disabled{cursor:default;opacity:.34}.global-date-actions>button:focus-visible,.global-date-input:focus-within{outline:2px solid var(--accent);outline-offset:2px}.global-date-input{height:29px;display:flex;align-items:center;gap:5px;padding:0 8px;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.global-date-input input{width:108px;border:0;outline:0;background:transparent;color:var(--ink);font-family:var(--f-mono);font-size:10.5px}.global-date-input em{padding-left:6px;border-left:1px solid var(--grid);color:var(--ink-3);font-size:9.5px;font-style:normal;white-space:nowrap}.global-date-actions>button.global-date-latest{width:auto;padding:0 9px;color:var(--accent);font-size:10px;font-weight:650}.global-date-mobile{display:none}.acct{display:flex;align-items:center;gap:7px;background:var(--surface);border:1px solid var(--border);border-radius:99px;padding:4px 6px 4px 12px}.acct .lab{font-size:11px;color:var(--ink-3)}.acct select{border:none;background:none;font-family:var(--f-mono);font-size:12.5px;color:var(--ink);outline:none;cursor:pointer;width:auto;max-width:none}.refresh-shell{position:relative;z-index:60}.manual-refresh-trigger{height:32px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--border);background:var(--surface);color:var(--ink-2);border-radius:99px;padding:0 11px 0 9px;font-size:11.5px;white-space:nowrap}.manual-refresh-trigger:hover{border-color:var(--border-strong);background:#fbfaf7}.manual-refresh-trigger:focus-visible,.refresh-close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.manual-refresh-trigger b{font-weight:650;color:var(--ink)}.refresh-trigger-context{padding-right:7px;border-right:1px solid var(--border);font-size:10px;color:var(--ink-3)}.refresh-trigger-dot{width:6px;height:6px;border-radius:50%;background:var(--ink-3);box-shadow:0 0 0 3px #1f1d1a0d}.manual-refresh-trigger.refresh-status-current .refresh-trigger-dot{background:var(--positive);box-shadow:0 0 0 3px var(--positive-soft)}.manual-refresh-trigger.refresh-status-waiting{border-color:#dfce9f;background:#fffcf3}.manual-refresh-trigger.refresh-status-waiting .refresh-trigger-dot{background:var(--amber);box-shadow:0 0 0 3px var(--amber-soft)}.manual-refresh-trigger.refresh-status-failed{border-color:#e2b7af;background:var(--negative-soft)}.manual-refresh-trigger.refresh-status-failed b{color:var(--negative)}.manual-refresh-trigger.refresh-status-failed .refresh-trigger-dot{background:var(--negative);box-shadow:0 0 0 3px #f4dad5}.manual-refresh-trigger.refresh-status-running{border-color:#dab7a7;background:var(--accent-soft)}.manual-refresh-trigger.refresh-status-running .refresh-trigger-dot{background:var(--accent);box-shadow:0 0 0 3px #f1d8cc}.manual-refresh-trigger.running .refresh-trigger-dot{animation:refresh-pulse 1s ease-in-out infinite alternate}.refresh-unavailable{font-size:11px;color:var(--negative);background:var(--negative-soft);border:1px solid #E2B7AF;border-radius:99px;padding:5px 10px;cursor:help}.refresh-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;border:0;background:#1f1d1a2e;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);z-index:80;cursor:default}.refresh-drawer{position:fixed;z-index:81;inset:0 0 0 auto;width:min(560px,calc(100vw - 32px));display:flex;flex-direction:column;background:var(--surface);border-left:1px solid var(--border-strong);box-shadow:-20px 0 60px #1f1d1a29;color:var(--ink)}.refresh-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:25px 26px 19px;border-bottom:1px solid var(--border);background:#fffffff7}.refresh-eyebrow{font-size:10px;letter-spacing:.15em;color:var(--accent);font-weight:750;margin-bottom:3px}.refresh-panel-head h2{font-family:var(--f-serif);font-size:23px;line-height:1.35}.refresh-panel-head p{font-size:12px;color:var(--ink-3);margin-top:3px}.refresh-close{width:34px;height:34px;flex:0 0 34px;border:none;border-radius:9px;background:transparent;color:var(--ink-3);font-size:23px;line-height:1}.refresh-close:hover{background:var(--bg);color:var(--ink)}.refresh-drawer-scroll{flex:1;overflow-y:auto;padding:20px 26px 26px;overscroll-behavior:contain}.refresh-drawer-scroll::-webkit-scrollbar,.refresh-log-viewport::-webkit-scrollbar{width:8px}.refresh-drawer-scroll::-webkit-scrollbar-thumb,.refresh-log-viewport::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:8px;border:2px solid var(--surface)}html.decision-drawer-open,html.decision-drawer-open body,.decision-drawer-open .main{overflow:hidden}.decision-drawer-backdrop{position:fixed;z-index:84;top:0;right:0;bottom:0;left:0;border:0;background:#1f1d1a38;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:default}.decision-reason-drawer{position:fixed;z-index:85;inset:0 0 0 auto;width:min(540px,calc(100vw - 32px));display:flex;flex-direction:column;background:var(--surface);border-left:1px solid var(--border-strong);box-shadow:-24px 0 70px #1f1d1a2e;animation:decision-drawer-in .2s cubic-bezier(.2,.75,.3,1)}.decision-reason-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px 26px 18px;border-bottom:1px solid var(--border);background:linear-gradient(120deg,#FFF 0%,#FFFCF8 72%,var(--accent-soft) 100%)}.decision-reason-drawer-head span,.decision-drawer-primary-reason>span,.decision-drawer-condition-summary>span{color:var(--accent);font-size:9.5px;font-weight:750;letter-spacing:.14em}.decision-reason-drawer-head h2{font-family:var(--f-serif);font-size:25px;line-height:1.3}.decision-reason-drawer-head p{margin-top:4px;color:var(--ink-3);font-size:11px}.decision-reason-drawer-head>button{width:44px;height:44px;flex:none;border:0;border-radius:9px;background:#ffffffb3;color:var(--ink-3);font-size:23px;line-height:1}.decision-reason-drawer-head>button:hover{background:var(--surface);color:var(--ink)}.decision-reason-drawer-head>button:focus-visible,.decision-reason-drawer-foot button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.decision-reason-drawer-body{flex:1;overflow-y:auto;padding:20px 26px 28px;overscroll-behavior:contain}.decision-reason-drawer-body::-webkit-scrollbar{width:8px}.decision-reason-drawer-body::-webkit-scrollbar-thumb{background:var(--border-strong);border:2px solid var(--surface);border-radius:8px}.decision-drawer-change{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2px 18px;align-items:end;padding:15px 16px;border:1px solid var(--border);border-radius:12px;background:var(--bg)}.decision-drawer-change>span{grid-column:1/-1;font-size:10px;color:var(--ink-3)}.decision-drawer-change>b{font-size:22px;line-height:1.25}.decision-drawer-change>small{font-size:13px;font-weight:700}.decision-drawer-change.is-increase{border-color:#e3bdb4;background:var(--market-up-soft)}.decision-drawer-change.is-increase>small{color:var(--market-up)}.decision-drawer-change.is-decrease{border-color:#cbd8c6;background:var(--market-down-soft)}.decision-drawer-change.is-decrease>small{color:var(--market-down)}.decision-drawer-primary-reason{margin-top:14px;padding:17px 18px 16px;border-left:3px solid var(--accent);background:#fffcf8}.decision-drawer-primary-reason h3{margin-top:5px;font-family:var(--f-serif);font-size:21px;line-height:1.35}.decision-drawer-primary-reason p{margin-top:6px;color:var(--ink-2);font-size:12px;line-height:1.75}.decision-drawer-facts{display:grid;margin:14px 0;border:1px solid var(--border);border-radius:12px;overflow:hidden}.decision-drawer-facts>div{display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;padding:10px 13px;border-bottom:1px solid var(--grid)}.decision-drawer-facts>div:last-child{border-bottom:0}.decision-drawer-facts dt{color:var(--ink-3);font-size:10.5px}.decision-drawer-facts dd{font-size:11.5px;font-weight:620;line-height:1.55}.decision-drawer-condition-summary{margin:19px 0 10px}.decision-drawer-condition-summary h3{margin-top:3px;font-family:var(--f-serif);font-size:18px;line-height:1.4}.decision-drawer-condition-summary p{margin-top:3px;color:var(--ink-2);font-size:11.5px}.decision-reason-drawer .decision-conditions{margin-top:10px}.decision-reason-drawer .decision-conditions-head{align-items:flex-start;flex-direction:column;gap:8px;padding:13px 14px}.decision-reason-drawer .decision-conditions-title-line{align-items:flex-start;flex-direction:column;gap:2px}.decision-reason-drawer .decision-condition-columns{display:none}.decision-reason-drawer .decision-condition-row{grid-template-columns:1fr 1fr;gap:7px 10px;padding:10px 14px}.decision-reason-drawer .decision-condition-name{grid-column:1/-1}.decision-reason-drawer .decision-condition-value{align-items:flex-start}.decision-reason-drawer .decision-condition-value small{display:block}.decision-reason-drawer .decision-condition-row>strong{grid-column:1/-1;text-align:left;padding-top:6px;border-top:1px solid var(--grid)}.decision-drawer-loading{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.decision-drawer-loading i{height:82px;border-radius:10px;background:linear-gradient(100deg,var(--bg),#FFF,var(--bg))}.decision-drawer-loading span{grid-column:1/-1;text-align:center;color:var(--ink-3);font-size:11px}.decision-drawer-error{display:flex;flex-direction:column;gap:3px;margin-top:14px;padding:14px 16px;border:1px solid #E2B7AF;border-radius:12px;background:var(--negative-soft)}.decision-drawer-error b{font-size:12.5px;color:var(--negative)}.decision-drawer-error span{font-size:11px;color:var(--ink-2)}.decision-reason-drawer-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 26px;border-top:1px solid var(--border);background:#fbfaf7}.decision-reason-drawer-foot>div{display:flex;align-items:center;gap:7px}.decision-drawer-stepper button{height:40px;padding:0 12px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--ink-2);font-size:10px}.decision-drawer-stepper button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.decision-drawer-stepper button:disabled{cursor:default;opacity:.35}@keyframes decision-drawer-in{0%{opacity:.7;transform:translate(24px)}to{opacity:1;transform:none}}.refresh-boundary{display:grid;grid-template-columns:1fr auto 18px auto;align-items:center;gap:8px;padding:12px 14px;border:1px solid var(--border);border-radius:10px;background:var(--bg);font-size:11px;color:var(--ink-3)}.refresh-boundary b{font-size:12px;color:var(--ink)}.refresh-boundary i{font-style:normal;text-align:center;color:var(--accent)}.refresh-freshness{display:flex;flex-direction:column;gap:3px;margin-bottom:12px;padding:11px 14px;border:1px solid var(--border);border-radius:10px;font-size:11px;line-height:1.55}.refresh-freshness b{font-size:12px}.refresh-freshness span{color:var(--ink-2)}.refresh-freshness em{font-style:normal;font-weight:700}.refresh-freshness.current{background:var(--positive-soft);border-color:color-mix(in srgb,var(--positive) 24%,var(--border))}.refresh-freshness.stale{background:var(--accent-soft);border-color:color-mix(in srgb,var(--accent) 30%,var(--border))}.refresh-freshness.unavailable{background:var(--bg)}.manual-refresh-trigger.stale{border-color:color-mix(in srgb,var(--accent) 45%,var(--border-strong));color:var(--accent)}.refresh-health{display:grid;grid-template-columns:9px 1fr auto;gap:10px;align-items:center;margin-top:12px;padding:12px 14px;border:1px solid #D8E2D2;border-radius:10px;background:var(--positive-soft)}.refresh-health-dot{width:8px;height:8px;border-radius:50%;background:var(--positive);box-shadow:0 0 0 4px #5f7a5417}.refresh-health div{display:flex;flex-direction:column;line-height:1.45}.refresh-health b{font-size:12px}.refresh-health div span{font-size:10.5px;color:var(--ink-2)}.refresh-health>strong{font-size:11px;color:var(--ink-2);white-space:nowrap}.refresh-health.quiet{background:var(--amber-soft);border-color:#ebddbf}.refresh-health.quiet .refresh-health-dot{background:var(--amber)}.refresh-health.stalled{background:var(--negative-soft);border-color:#e2b7af}.refresh-health.stalled .refresh-health-dot{background:var(--negative)}.refresh-progress-card{margin-top:12px;padding:13px 14px 12px;border:1px solid var(--border);border-radius:10px;background:#fbfaf7}.refresh-progress-head,.refresh-progress-foot{display:flex;align-items:center;justify-content:space-between;gap:12px}.refresh-progress-head span{font-size:10px;color:var(--ink-3);font-weight:650;letter-spacing:.04em}.refresh-progress-head b{font-size:10.5px;color:var(--accent)}.refresh-stage-rail{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin:9px 0 11px}.refresh-stage-rail i{height:5px;border-radius:99px;background:var(--border)}.refresh-stage-rail i.succeeded{background:var(--positive)}.refresh-stage-rail i.running{background:var(--accent)}.refresh-stage-rail i.failed{background:var(--negative)}.refresh-progress-current{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.refresh-progress-current>div{display:flex;min-width:0;flex-direction:column;line-height:1.45}.refresh-progress-current b{font-size:12px;color:var(--ink)}.refresh-progress-current span{font-size:10px;color:var(--ink-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.refresh-progress-current>strong{font-size:11px;color:var(--accent);white-space:nowrap}.refresh-meter{height:7px;margin-top:10px;overflow:hidden;border-radius:99px;background:var(--border)}.refresh-meter>i,.refresh-substep-meter>i{display:block;height:100%;border-radius:inherit;background:repeating-linear-gradient(135deg,var(--accent) 0 7px,#D87955 7px 11px);transition:width .35s ease}.refresh-meter.complete>i{background:var(--positive)}.refresh-meter.indeterminate>i{width:28%;background:var(--border-strong)}.refresh-progress-foot{margin-top:7px;font-size:9.5px;color:var(--ink-3)}.refresh-progress-card.failed .refresh-stage-rail i.running{background:var(--negative)}.refresh-status-line{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 0 5px;padding:10px 12px;border-radius:8px;background:var(--bg);font-size:11.5px;color:var(--ink-2);word-break:break-word}.refresh-status-line.running{color:var(--accent);background:var(--accent-soft)}.refresh-status-line.failed{color:var(--negative);background:var(--negative-soft)}.refresh-stages{list-style:none;margin:0;padding:7px 0 4px}.refresh-stage{position:relative;display:grid;grid-template-columns:30px 1fr;gap:12px;min-height:62px;padding:8px 0}.refresh-stage:not(:last-child):after{content:"";position:absolute;left:14px;top:40px;bottom:-10px;width:1px;background:var(--border-strong)}.refresh-stage-mark{position:relative;z-index:1;width:29px;height:29px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--border-strong);background:var(--surface);color:var(--ink-3);font-family:var(--f-mono);font-size:10px;font-weight:700}.refresh-stage-body{min-width:0;padding-top:2px}.refresh-stage-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.refresh-stage-heading b{font-size:12.5px;line-height:1.45;color:var(--ink-2)}.refresh-stage-heading small{font-size:10px;color:var(--ink-3);font-weight:500}.refresh-stage-body>span{display:block;font-size:10.5px;line-height:1.5;color:var(--ink-3);margin-top:2px}.refresh-stage.running .refresh-stage-mark{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);box-shadow:0 0 0 4px #c15f3c14}.refresh-stage.running .refresh-stage-heading b{color:var(--accent)}.refresh-stage.succeeded .refresh-stage-mark{border-color:var(--positive);background:var(--positive-soft);color:var(--positive)}.refresh-stage.succeeded .refresh-stage-heading b{color:var(--ink)}.refresh-stage.failed .refresh-stage-mark{border-color:var(--negative);background:var(--negative-soft);color:var(--negative)}.refresh-stage.failed .refresh-stage-heading b{color:var(--negative)}.refresh-substeps{list-style:none;margin:10px 0 2px;padding:9px 11px;border:1px solid var(--border);border-radius:9px;background:var(--bg)}.refresh-substeps li{display:grid;grid-template-columns:15px minmax(0,1fr) auto;gap:7px;align-items:start;min-height:26px;padding:3px 0;font-size:10.5px;color:var(--ink-3)}.refresh-substeps li>span{color:var(--border-strong);font-family:var(--f-mono)}.refresh-substep-copy{display:flex;min-width:0;flex-direction:column}.refresh-substeps li b{font-size:10.5px;font-weight:550;color:var(--ink-2)}.refresh-substeps li small{font-size:9px;color:var(--ink-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.refresh-substeps li em{padding-top:1px;font-style:normal;font-size:9.5px;white-space:nowrap}.refresh-substep-meter{height:3px;margin-top:4px;overflow:hidden;border-radius:99px;background:var(--border)}.refresh-substeps li.running>span,.refresh-substeps li.running b,.refresh-substeps li.running em{color:var(--accent)}.refresh-substeps li.succeeded>span{color:var(--positive)}.refresh-substeps li.failed>span,.refresh-substeps li.failed b,.refresh-substeps li.failed em{color:var(--negative)}.refresh-preparing{display:flex;align-items:center;gap:9px;margin:16px 0;color:var(--accent);font-size:12px}.refresh-preparing i{width:9px;height:9px;border-radius:50%;background:var(--accent);animation:refresh-pulse 1s ease-in-out infinite alternate}@keyframes refresh-pulse{to{opacity:.28;transform:scale(.75)}}.refresh-log-card{margin-top:13px;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:#fbfaf7}.refresh-log-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;border:0;background:var(--surface);padding:11px 13px;color:var(--ink-2);text-align:left}.refresh-log-toggle>span:first-child{display:flex;align-items:baseline;gap:8px}.refresh-log-toggle b{font-size:12px;color:var(--ink)}.refresh-log-toggle small{font-size:9.5px;color:var(--ink-3)}.refresh-log-toggle>span:last-child{font-size:10px;color:var(--accent)}.refresh-log-tools{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg)}.refresh-log-tools>div{display:flex;gap:4px}.refresh-log-tools button{border:0;background:transparent;color:var(--ink-3);font-size:9.5px;padding:3px 6px;border-radius:5px}.refresh-log-tools button:hover{color:var(--accent);background:var(--accent-soft)}.refresh-segmented{padding:2px;border:1px solid var(--border);border-radius:6px;background:var(--surface)}.refresh-segmented button.active{background:var(--accent-soft);color:var(--accent)}.refresh-log-viewport{height:248px;overflow:auto;padding:7px 0;background:#292723;color:#e9e5db;font-family:var(--f-mono);overscroll-behavior:contain}.refresh-log-viewport>p{padding:12px;color:#999287;font-size:10px}.refresh-log-line{display:grid;grid-template-columns:62px 46px minmax(0,1fr);gap:7px;padding:3px 10px;font-size:9.5px;line-height:1.55;border-left:2px solid transparent}.refresh-log-line time{color:#8f8a80}.refresh-log-source{color:#afaa9f}.refresh-log-source.system{color:#d69a75}.refresh-log-source.stderr{color:#d3aa76}.refresh-log-line pre{font:inherit;white-space:pre-wrap;overflow-wrap:anywhere;color:#d9d5cb}.refresh-log-line.success{border-left-color:#79956d}.refresh-log-line.error{border-left-color:#d26d61;background:#b4463a1f}.refresh-log-line.error pre{color:#f0b8b0}.refresh-log-foot{padding:7px 10px;border-top:1px solid var(--border);font-size:9px;color:var(--ink-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.refresh-log-foot code{font-family:var(--f-mono);font-size:8.5px}.refresh-result{margin-top:10px;padding:14px;border:1px solid #D7E2D0;background:linear-gradient(135deg,var(--positive-soft),#FAFCF8);border-radius:10px}.refresh-result-kicker{font-size:10px;letter-spacing:.04em;color:var(--positive);font-weight:700}.refresh-result-main{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin:5px 0 7px}.refresh-result-main>strong{font-family:var(--f-serif);font-size:22px;line-height:1.25}.refresh-result-main>div{display:flex;flex-direction:column;align-items:flex-end}.refresh-result-main span{font-size:10px;color:var(--ink-3)}.refresh-result-main b{font-size:18px;color:var(--positive)}.refresh-result-meta{display:flex;align-items:center;gap:5px;font-size:10.5px;color:var(--ink-2);border-top:1px solid rgba(95,122,84,.18);padding-top:7px}.refresh-view{width:100%;margin-top:11px}.refresh-error{display:flex;flex-direction:column;gap:3px;margin-top:10px;padding:10px 12px;border:1px solid #E2B7AF;background:var(--negative-soft);border-radius:8px;color:var(--negative);font-size:11px;word-break:break-word;max-height:124px;overflow-y:auto}.refresh-retry{width:100%;margin-top:10px}.refresh-failure-actions{margin-top:11px;padding:11px 12px;border:1px solid #E2B7AF;border-radius:9px;background:var(--negative-soft)}.refresh-failure-actions p{font-size:10.5px;line-height:1.55;color:var(--ink-2)}.refresh-repeat{width:100%;margin-top:8px;border:1px solid var(--line);border-radius:9px;background:transparent;color:var(--ink-3);padding:9px 12px;cursor:pointer}.refresh-repeat:hover{border-color:var(--accent-soft);color:var(--ink)}.refresh-safety{font-size:10px;color:var(--ink-3);line-height:1.55;border-top:1px solid var(--grid);margin-top:13px;padding-top:10px}.rise>*{animation:rise .5s cubic-bezier(.2,.7,.3,1) both}.rise>*:nth-child(2){animation-delay:.06s}.rise>*:nth-child(3){animation-delay:.12s}.rise>*:nth-child(4){animation-delay:.18s}.rise>*:nth-child(5){animation-delay:.24s}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.kpi-row{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:16px}.kpi{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:14px 16px 12px;position:relative}.kpi:before{content:"";position:absolute;top:0;left:16px;right:16px;height:2px;background:var(--accent);opacity:.55;border-radius:2px}.kpi-label{font-size:11.5px;color:var(--ink-2);margin-bottom:4px}.kpi-val{font-family:var(--f-mono);font-variant-numeric:tabular-nums;font-size:21px;font-weight:600;letter-spacing:-.02em}.kpi-sub{font-size:11.5px;margin-top:2px}.today-workbench{margin-bottom:18px;overflow:hidden;border:1px solid var(--border-strong);border-radius:14px;background:var(--surface);box-shadow:0 10px 34px #4135280b}.today-workbench.is-complete{border-color:#cad8c5}.today-workbench.is-attention{border-color:#dfc6a0}.today-workbench-head{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:20px 22px 18px;background:linear-gradient(110deg,#fff,#fcfaf5 72%,#f7e8e09e)}.today-workbench.is-complete .today-workbench-head{background:linear-gradient(110deg,#fff,#fbfcf9 72%,#edf2e9d1)}.today-workbench-head>div{min-width:0}.today-workbench-head span{display:block;color:var(--accent);font-size:9px;font-weight:750;letter-spacing:.16em}.today-workbench-head h2{margin-top:3px;font-family:var(--f-serif);font-size:25px;line-height:1.28}.today-workbench-head p{margin-top:4px;color:var(--ink-2);font-size:12px}.today-workbench-head .btn{flex:none}.today-stage-rail{display:grid;grid-template-columns:repeat(5,1fr);list-style:none;border-top:1px solid var(--border)}.today-stage-rail li{position:relative;display:grid;grid-template-columns:26px minmax(0,1fr);align-items:center;gap:8px;min-height:64px;padding:11px 14px;border-right:1px solid var(--border);background:#fbfaf7}.today-stage-rail li:last-child{border-right:0}.today-stage-rail li:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--border-strong)}.today-stage-rail>li>span{width:24px;height:24px;display:grid;place-items:center;border:1px solid var(--border-strong);border-radius:50%;color:var(--ink-3);font-family:var(--f-mono);font-size:8.5px}.today-stage-rail li>div{display:flex;min-width:0;flex-direction:column}.today-stage-rail b{font-size:11px;line-height:1.4}.today-stage-rail small{overflow:hidden;color:var(--ink-3);font-size:9.5px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.today-stage-rail li.complete:after{background:var(--positive)}.today-stage-rail li.complete>span{border-color:#bfcdba;background:var(--positive-soft);color:var(--positive)}.today-stage-rail li.active:after{background:var(--accent)}.today-stage-rail li.active{background:var(--accent-soft)}.today-stage-rail li.active>span{border-color:#d9aa97;background:var(--surface);color:var(--accent);box-shadow:0 0 0 4px #c15f3c14}.today-stage-rail li.issue:after{background:var(--negative)}.today-stage-rail li.issue{background:var(--negative-soft)}.today-stage-rail li.issue>span{border-color:#dcada5;color:var(--negative)}.today-stage-summary{display:none}.overview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:32px;margin-bottom:12px;flex-wrap:wrap}.overview-toolbar>span{font-size:11.5px;color:var(--ink-3);margin-left:auto}.overview-kpi-row{grid-template-columns:repeat(6,minmax(0,1fr))}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:18px 20px;margin-bottom:16px;min-width:0}.card-h{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:10px;flex-wrap:wrap}.card-t{font-family:var(--f-serif);font-size:16px;font-weight:600}.card-note{font-size:12px;color:var(--ink-3)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.grid-2>*{min-width:0}.fact-list{margin:0;border-top:1px solid var(--border)}.fact-list-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:43px;padding:8px 10px;border-bottom:1px solid var(--grid)}.fact-list-row:last-child{border-bottom:0}.fact-list-row dt{min-width:0;color:var(--ink-2);font-size:13px;line-height:1.5}.fact-list-row dd{min-width:0;margin:0;color:var(--ink);font-family:var(--f-mono);font-size:13px;font-variant-numeric:tabular-nums;text-align:right}.fact-list-hashes .fact-list-row{grid-template-columns:minmax(96px,1fr) minmax(0,auto)}.target-allocation-list{width:100%}.target-allocation-head,.target-allocation-row{display:grid;grid-template-columns:minmax(120px,1fr) minmax(170px,1fr) minmax(96px,auto);align-items:center;column-gap:18px}.target-allocation-head{padding:6px 10px;border-bottom:1px solid var(--border);color:var(--ink-3);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.target-allocation-head span:last-child{text-align:right}.target-allocation-row{min-height:48px;padding:8px 10px;border-bottom:1px solid var(--grid)}.target-allocation-row:last-child{border-bottom:0}.target-allocation-identity{display:flex;min-width:0;align-items:center;gap:7px}.target-allocation-meter{display:grid;grid-template-columns:minmax(72px,1fr) auto;align-items:center;gap:10px;min-width:0}.target-allocation-track{display:block;height:6px;overflow:hidden;border-radius:6px;background:var(--grid)}.target-allocation-track>span{display:block;min-width:2px;height:100%;border-radius:inherit;background:var(--accent);opacity:.75}.target-allocation-meter b{font-size:12px;white-space:nowrap}.target-allocation-notional{display:flex;min-width:0;flex-direction:column;align-items:flex-end}.target-allocation-notional small{display:none;color:var(--ink-3);font-size:9px}.target-allocation-notional b{font-size:12px;white-space:nowrap}.btn{background:var(--accent);color:#fff;border:none;border-radius:var(--r-s);padding:7px 14px;font-size:12.5px;font-weight:600}.btn:hover:not(:disabled){filter:brightness(1.06)}.btn:disabled{cursor:default;background:var(--border-strong);color:var(--ink-3)}.btn-ghost{background:none;border:1px solid var(--border-strong);color:var(--ink-2);border-radius:var(--r-s);padding:6px 12px;font-size:12.5px}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.btn-sm{padding:3px 9px;font-size:11.5px}.tag{display:inline-block;font-size:11px;font-weight:600;border-radius:99px;padding:2px 9px;white-space:nowrap}.tag-green{background:var(--positive-soft);color:var(--positive)}.tag-red{background:var(--negative-soft);color:var(--negative)}.tag-amber{background:var(--amber-soft);color:var(--amber)}.tag-gray{background:#f1eee7;color:var(--ink-2)}.tag-clay{background:var(--accent-soft);color:var(--accent)}.sect-label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3);font-weight:600;margin:22px 0 10px}.foot-note{font-size:11.5px;color:var(--ink-3);text-align:center;margin-top:28px}.filter-row{position:relative;z-index:30;display:flex;gap:8px;align-items:center;margin-bottom:14px;flex-wrap:wrap}.filter-row .lab{font-size:12px;color:var(--ink-3)}.filter-row .btn-ghost.on{border-color:#dab7a7;background:var(--accent-soft);color:var(--accent);font-weight:650}.filter-divider{width:1px;height:24px;background:var(--border);margin:0 9px}.filter-exec-label{margin-left:9px}.filter-select{height:34px;border:1px solid var(--border-strong);border-radius:9px;background:var(--surface);color:var(--ink);font-family:var(--f-mono);font-size:12px;padding:0 30px 0 10px;outline:none}.filter-select:hover{border-color:#c9c1b3}.filter-select:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.filter-count{margin-left:auto;color:var(--ink-3);font-size:12px}.filter-count b{color:var(--ink-2);font-weight:600}.month-picker{position:relative;z-index:20;display:inline-flex;align-items:center;gap:4px}.month-picker-step{width:28px;height:34px;display:grid;place-items:center;border:1px solid var(--border);border-radius:9px;background:transparent;color:var(--ink-2);font-family:var(--f-serif);font-size:20px;line-height:1;transition:border-color .14s,background .14s,color .14s}.month-picker-step:hover:not(:disabled){border-color:#dab7a7;background:var(--accent-soft);color:var(--accent)}.month-picker-step:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.month-picker-step:disabled{opacity:.28;cursor:not-allowed}.month-picker-trigger{height:34px;display:inline-flex;align-items:center;gap:10px;border:1px solid var(--border-strong);border-radius:9px;background:var(--surface);color:var(--ink);padding:0 9px 0 11px;box-shadow:0 1px #1f1d1a05;transition:border-color .14s,box-shadow .14s,background .14s}.month-picker-trigger:hover,.month-picker-trigger.open{border-color:#cdae9f;background:#fffcfa}.month-picker-trigger:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.month-picker-value{display:flex;align-items:baseline;gap:3px;font-variant-numeric:tabular-nums;white-space:nowrap}.month-picker-value strong{font-family:var(--f-mono);font-size:13px;font-weight:620;letter-spacing:-.02em}.month-picker-value i{font-style:normal;font-size:10px;color:var(--ink-3)}.month-picker-trigger svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.25;stroke-linecap:round;color:var(--accent)}.month-picker-popover{z-index:30;width:min(306px,calc(100vw - 16px));padding:14px;background:var(--surface);border:1px solid var(--border-strong);border-radius:12px;box-shadow:0 18px 44px #362d2526,0 3px 9px #362d2512;animation:anchored-pop-in .12s ease-out}.month-picker-kicker{font-size:9px;font-weight:700;letter-spacing:.16em;color:var(--accent);text-transform:uppercase;margin:0 2px 5px}.month-picker-year-nav{display:grid;grid-template-columns:30px 1fr 30px;align-items:center;margin-bottom:10px}.month-picker-year-nav strong{text-align:center;font-family:var(--f-serif);font-size:21px;font-weight:600;letter-spacing:.04em}.month-picker-year-nav button{display:grid;width:28px;height:28px;place-items:center;border:0;border-radius:7px;background:transparent;color:var(--ink-3);font-size:15px}.month-picker-year-nav button:hover:not(:disabled){background:var(--bg);color:var(--accent)}.month-picker-year-nav button:disabled{opacity:.22;cursor:not-allowed}.month-picker-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.month-picker-grid>button{position:relative;min-width:0;height:59px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--ink);padding:7px 8px;text-align:left;transition:background .12s,border-color .12s,transform .12s}.month-picker-grid>button:hover:not(:disabled){border-color:var(--border);background:var(--bg);transform:translateY(-1px)}.month-picker-grid>button:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.month-picker-grid>button b{font-size:15px;line-height:1.05;font-weight:630}.month-picker-grid>button span{font-size:9.5px;color:var(--ink-3);line-height:1.45}.month-picker-grid>button small{position:absolute;top:5px;right:5px;font-size:7.5px;line-height:1;color:var(--accent);font-weight:700}.month-picker-grid>button.selected{border-color:#d7a997;background:var(--accent-soft);color:var(--accent);box-shadow:inset 0 0 0 1px #c15f3c0a}.month-picker-grid>button.selected span{color:#a66046}.month-picker-grid>button.latest:not(.selected):after{content:"";position:absolute;top:7px;right:7px;width:4px;height:4px;border-radius:50%;background:var(--positive)}.month-picker-grid>button.latest:not(.selected) small{color:var(--positive)}.month-picker-grid>button:disabled{color:var(--ink-3);opacity:.28;cursor:not-allowed}.month-picker-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:11px;padding:10px 2px 0;border-top:1px solid var(--grid);font-size:9.5px;color:var(--ink-3)}.month-picker-foot button{border:0;background:none;color:var(--accent);font-size:10px;padding:2px 0}.month-picker-foot button:hover{text-decoration:underline}@keyframes anchored-pop-in{0%{opacity:0}to{opacity:1}}.order-audit-panel{margin-bottom:16px;overflow:hidden;border:1px dashed var(--border-strong);border-radius:var(--r);background:#faf9f5}.order-audit-toggle{display:grid;width:100%;grid-template-columns:34px minmax(0,1fr) auto auto;align-items:center;gap:12px;border:0;background:transparent;padding:12px 15px;text-align:left;color:var(--ink-2)}.order-audit-toggle:hover{background:#f6f3ec}.order-audit-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.order-audit-mark{display:grid;width:28px;height:28px;place-items:center;border:1px solid var(--border-strong);border-radius:50%;font-family:var(--f-mono);font-size:13px;color:var(--ink-3)}.order-audit-copy{display:flex;min-width:0;flex-direction:column}.order-audit-copy b{font-size:12px;color:var(--ink-2)}.order-audit-copy small{font-size:10px;color:var(--ink-3)}.order-audit-toggle>strong{font-family:var(--f-mono);font-size:11px;color:var(--ink-2);white-space:nowrap}.order-audit-action{font-size:10.5px;color:var(--accent);white-space:nowrap}.order-audit-body{border-top:1px dashed var(--border);padding:8px 12px 10px;background:var(--surface)}.order-audit-table{font-size:12px}.order-audit-table tbody tr{color:var(--ink-2)}.analytics-toolbar{display:flex;align-items:center;gap:14px;margin-bottom:14px;min-height:30px;flex-wrap:wrap}.analytics-control-group{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.analytics-control-group .lab{font-size:11.5px;color:var(--ink-3);margin-right:2px}.analytics-control-group .btn-ghost.on{border-color:var(--accent);background:var(--surface);color:var(--accent);font-weight:650}.analytics-control-group .btn-ghost:disabled{opacity:.58;cursor:wait}.analytics-toolbar-divider{display:block;width:1px;height:22px;background:var(--border);margin:0 2px}.analytics-sample-note{margin-left:auto;color:var(--ink-3);font-size:11.5px}.analytics-summary{display:grid;grid-template-columns:150px repeat(4,minmax(135px,1fr));overflow-x:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);margin-bottom:16px}.analytics-summary-labels,.analytics-summary-metric{min-width:0;padding:13px 16px}.analytics-summary-labels{display:grid;grid-template-rows:18px repeat(3,24px);border-right:1px solid var(--border);color:var(--ink-2);font-size:11.5px}.analytics-summary-labels:before{content:"比较口径";font-size:10px;color:var(--ink-3);letter-spacing:.08em}.analytics-summary-labels span{display:flex;align-items:center;gap:7px;white-space:nowrap}.legend-dot{width:7px;height:7px;border-radius:50%;background:var(--ink-3);flex:0 0 7px}.legend-dot.strategy{background:var(--accent)}.legend-dot.benchmark{background:var(--positive)}.analytics-summary-metric{display:grid;grid-template-rows:18px repeat(3,24px);text-align:center;border-right:1px solid var(--border)}.analytics-summary-metric:last-child{border-right:0}.analytics-summary-metric small{font-size:10.5px;color:var(--ink-3)}.analytics-summary-metric strong,.analytics-summary-metric>span,.analytics-summary-metric em{font-family:var(--f-mono);font-variant-numeric:tabular-nums;font-style:normal;white-space:nowrap}.analytics-summary-metric strong{color:var(--accent);font-size:14px}.analytics-summary-metric>span{color:var(--positive);font-size:12.5px}.analytics-summary-metric em{font-size:11.5px;color:var(--ink-2)}.analytics-summary-metric em.up{color:var(--market-up)}.analytics-summary-metric em.down{color:var(--market-down)}.analytics-chart-grid .card{height:100%}.analytics-view-toggle{display:flex;align-items:center;gap:2px;margin-left:auto;padding:2px;background:#f2efe8;border:1px solid var(--border);border-radius:8px}.analytics-view-toggle span{font-size:9.5px;color:var(--ink-3);padding:0 5px}.analytics-view-toggle button{border:0;background:transparent;color:var(--ink-2);border-radius:5px;padding:3px 8px;font-size:10.5px}.analytics-view-toggle button.on{background:var(--surface);color:var(--accent);font-weight:650;box-shadow:0 1px 3px #1f1d1a14}.analytics-view-toggle+.card-note{flex-basis:100%}.empty{padding:44px 20px;text-align:center;color:var(--ink-3);font-size:13px;line-height:2}.empty b{color:var(--ink-2)}.loading{padding:60px;text-align:center;color:var(--ink-3)}.data-load-status{position:relative;display:grid;grid-template-columns:7px minmax(0,1fr) auto;align-items:center;gap:12px;margin:0 0 14px;padding:11px 13px;overflow:hidden;border:1px solid #E4D6CD;border-radius:10px;background:linear-gradient(105deg,#fff9f5,#fbfaf7 68%);color:var(--ink-2)}.data-load-status:after{content:"";position:absolute;left:-32%;bottom:0;width:32%;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent);animation:data-load-sweep 1.6s ease-in-out infinite}.data-load-status>i{width:7px;height:28px;border-radius:99px;background:var(--accent);box-shadow:0 0 0 4px var(--accent-soft);animation:data-load-pulse .9s ease-in-out infinite alternate}.data-load-copy{display:flex;min-width:0;flex-direction:column;line-height:1.45}.data-load-copy b{font-size:12px;color:var(--ink)}.data-load-copy span{font-size:10.5px;color:var(--ink-2)}.data-load-copy small{font-size:9.5px;color:var(--ink-3)}.data-load-status>strong{font-family:var(--f-mono);font-size:10px;color:var(--accent);white-space:nowrap}.data-load-error{margin:0 0 14px;padding:10px 12px;border:1px solid #E2B7AF;border-radius:9px;background:var(--negative-soft);color:var(--negative);font-size:11px}.data-view{transition:opacity .18s ease,filter .18s ease}.data-view.is-updating{opacity:.72;filter:saturate(.72)}@keyframes data-load-sweep{to{left:100%}}@keyframes data-load-pulse{to{opacity:.5;transform:scaleY(.72)}}.err-box{background:var(--negative-soft);border:1px solid #E2B7AF;color:var(--negative);border-radius:var(--r);padding:14px 18px;font-size:13px;margin-bottom:16px}.tbl-wrap{max-width:100%;overflow-x:auto}.tbl{width:100%;border-collapse:collapse;font-size:13px}.tbl th{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);font-weight:600;text-align:left;padding:6px 10px;border-bottom:1px solid var(--border)}.tbl td{padding:8px 10px;border-bottom:1px solid var(--grid);vertical-align:middle}.tbl tr:last-child td{border-bottom:none}.tbl tbody tr{transition:background .12s}.tbl tbody tr:hover{background:#fbf8f1}.tbl .n{text-align:right;font-family:var(--f-mono);font-variant-numeric:tabular-nums}.tbl th.n{text-align:right}.tbl tr.hl td{background:var(--amber-soft)}.wbar{height:5px;border-radius:5px;background:var(--accent);opacity:.75;min-width:2px}.wbar-wrap{width:90px;background:var(--grid);border-radius:5px;height:5px;display:inline-block;vertical-align:middle;margin-right:8px}.lnk{color:var(--accent);font-size:12px;cursor:pointer;white-space:nowrap;background:none;border:none;padding:0}.lnk:hover{text-decoration:underline}.asset-link{display:inline-flex;align-items:center;gap:4px;border:none;background:none;color:var(--ink);font-family:var(--f-mono);font-weight:700;font-size:inherit;padding:1px 0;border-bottom:1px solid transparent;white-space:nowrap}.asset-link:hover,.asset-link:focus-visible{color:var(--accent);border-bottom-color:var(--accent);outline:none}.asset-link-arrow{font-size:10px;color:var(--ink-3);transition:transform .14s,color .14s}.asset-link:hover .asset-link-arrow{color:var(--accent);transform:translate(1px,-1px)}.concl{display:flex;align-items:center;gap:18px;background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--r);padding:16px 20px;margin-bottom:16px;flex-wrap:wrap}.concl-act{font-family:var(--f-serif);font-size:20px;font-weight:600;white-space:nowrap}.concl-main{flex:1;min-width:200px}.concl-line{font-size:13.5px;color:var(--ink)}.concl-sub{font-size:12px;color:var(--ink-2);margin-top:2px}.stp{display:flex;align-items:center;border:1px solid var(--border-strong);border-radius:var(--r-s);overflow:hidden;background:var(--surface)}.stp button{border:none;background:none;padding:6px 12px;color:var(--ink-2);font-size:14px}.stp button:hover:not(:disabled){background:var(--accent-soft);color:var(--accent)}.stp button:disabled{opacity:.35;cursor:default}.stp-date{display:flex;align-items:center;border-left:1px solid var(--border);border-right:1px solid var(--border)}.stp input{border:none;padding:6px 5px 6px 10px;font-family:var(--f-mono);font-size:12.5px;color:var(--ink);background:none;outline:none}.stp-weekday{padding-right:10px;color:var(--ink-2);font-size:11.5px;font-weight:650;white-space:nowrap}.decision-date-rail{display:grid;grid-template-columns:minmax(285px,auto) minmax(120px,1fr) minmax(255px,auto) 132px;align-items:stretch;margin-bottom:16px;border:1px solid var(--border);border-radius:14px;background:var(--surface);overflow:hidden}.decision-date-signal,.decision-date-execution,.decision-date-status{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:12px 16px}.decision-date-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.decision-date-heading span,.decision-date-role,.decision-date-status>span{color:var(--accent);font-size:9.5px;font-weight:750;letter-spacing:.12em}.decision-date-heading small{color:var(--ink-3);font-size:9.5px}.decision-date-signal .stp{width:max-content;max-width:100%}.decision-date-note,.decision-date-execution small{margin-top:5px;color:var(--ink-3);font-size:10.5px;line-height:1.5}.decision-date-transition{position:relative;display:flex;min-width:120px;align-items:center;justify-content:center;color:var(--ink-3)}.decision-date-transition span{position:relative;z-index:1;padding:0 9px;background:var(--surface);font-size:9.5px;white-space:nowrap}.decision-date-transition i{position:absolute;left:12px;right:12px;top:50%;height:1px;background:var(--border-strong)}.decision-date-transition i:after{content:"";position:absolute;right:-1px;top:-3px;width:6px;height:6px;border-top:1px solid var(--accent);border-right:1px solid var(--accent);transform:rotate(45deg)}.decision-date-execution{border-left:1px solid var(--grid)}.decision-date-execution strong{margin-top:4px;font-size:14px;line-height:1.35}.decision-date-status{align-items:flex-start;border-left:1px solid var(--border);background:var(--bg)}.decision-date-status b{margin-top:8px}.decision-date-fallback{width:max-content;max-width:100%;margin:-6px 0 14px}.decision-workbench{margin-bottom:12px}.strategy-stage-card:focus-visible,.strategy-node-detail-head button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.decision-why{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden}.decision-cause-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,320px);gap:24px;align-items:center;padding:22px 24px;border-bottom:1px solid var(--border);background:linear-gradient(112deg,#FFF 0%,#FFFCF7 70%,var(--positive-soft) 100%)}.decision-cause-hero.is-static{grid-template-columns:1fr}.decision-cause-hero.tone-tight{background:linear-gradient(112deg,#FFF 0%,#FFFCF7 66%,var(--amber-soft) 100%)}.decision-cause-hero.tone-block{background:linear-gradient(112deg,#FFF 0%,#FFFCF7 66%,var(--negative-soft) 100%)}.decision-meta-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}.decision-eyebrow{font-size:10px;letter-spacing:.14em;color:var(--accent);font-weight:750}.decision-cause-copy h2{font-family:var(--f-serif);font-size:30px;line-height:1.2;font-weight:600;letter-spacing:.01em}.decision-verdict{display:inline-flex;padding:3px 10px;border:1px solid var(--border-strong);border-radius:99px;background:#ffffffb8;color:var(--ink-2);font-size:10.5px;font-weight:750;letter-spacing:.08em}.change-increase .decision-verdict{border-color:#deb7af;background:var(--market-up-soft);color:var(--market-up)}.change-decrease .decision-verdict{border-color:#c9d6c4;background:var(--market-down-soft);color:var(--market-down)}.change-rebalance .decision-verdict{border-color:#e3d19f;background:var(--amber-soft);color:var(--amber)}.decision-reason-callout{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;max-width:820px;margin-top:12px;padding:10px 12px;border-left:3px solid var(--accent);background:#ffffff9e}.change-increase .decision-reason-callout{border-left-color:var(--market-up)}.change-decrease .decision-reason-callout{border-left-color:var(--market-down)}.decision-reason-callout>span{padding-top:2px;font-size:10px;color:var(--accent);font-weight:750}.change-increase .decision-reason-callout>span{color:var(--market-up)}.change-decrease .decision-reason-callout>span{color:var(--market-down)}.decision-reason-callout b{display:block;font-size:14px;line-height:1.45}.decision-budget-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 14px;padding:14px 15px;border:1px solid #D5E0CF;border-radius:12px;background:#ffffffc2}.tone-tight .decision-budget-panel{border-color:#e7d6af}.tone-block .decision-budget-panel{border-color:#e4c0b9}.decision-budget-label{font-size:10px;color:var(--ink-3);font-weight:650}.decision-budget-panel>em{font-size:10.5px;font-style:normal;font-weight:650;color:var(--ink-2)}.decision-budget-flow{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr);align-items:center;gap:9px}.decision-budget-flow>div{display:flex;flex-direction:column;gap:2px;min-width:0;padding:9px 11px;border:1px solid var(--grid);border-radius:9px;background:#ffffffbd}.decision-budget-flow small{font-size:9px;color:var(--ink-3)}.decision-budget-flow b{font-size:21px;line-height:1.25}.decision-budget-flow svg{width:17px;height:17px;color:var(--ink-3)}.decision-budget-flow .is-target{border-color:#d1dec9;background:var(--positive-soft)}.decision-budget-flow .is-target b{color:var(--positive)}.tone-tight .decision-budget-flow .is-target{border-color:#e4d09e;background:var(--amber-soft)}.tone-tight .decision-budget-flow .is-target b{color:var(--amber)}.tone-block .decision-budget-flow .is-target{border-color:#e1b5ac;background:var(--negative-soft)}.tone-block .decision-budget-flow .is-target b{color:var(--negative)}.decision-condition-focus{padding:20px 24px;border-bottom:1px solid var(--border);background:var(--surface)}.decision-condition-focus-head{display:grid;grid-template-columns:minmax(190px,.7fr) minmax(0,1.6fr);gap:24px;align-items:end;margin-bottom:13px}.decision-condition-focus-head>div{display:flex;flex-direction:column;gap:2px}.decision-condition-focus-head span{font-size:9.5px;letter-spacing:.12em;color:var(--accent);font-weight:750}.decision-condition-focus-head h3{font-family:var(--f-serif);font-size:19px;line-height:1.35}.decision-condition-focus-head p{color:var(--ink-2);font-size:11.5px;line-height:1.65}.decision-focused-groups{display:grid;gap:10px}.decision-conditions{overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.decision-conditions.is-blocking{border-color:#ddb7af}.decision-conditions-head{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:17px 20px 16px}.decision-conditions-heading-copy{display:flex;min-width:0;flex-direction:column;gap:5px}.decision-conditions-eyebrow{font-size:9.5px;letter-spacing:.12em;color:var(--accent);font-weight:750}.decision-conditions-title-line{display:flex;align-items:baseline;gap:10px;min-width:0}.decision-conditions-title-line b{font-size:16px;line-height:1.35}.decision-conditions-title-line small{font-size:10.5px;color:var(--ink-3)}.decision-conditions-head>strong{flex:none;padding:4px 10px;border:1px solid var(--border);border-radius:99px;background:var(--bg);font-size:10.5px;color:var(--ink-2)}.decision-conditions.is-blocking .decision-conditions-head>strong{border-color:#e2b7af;background:#fff8f6;color:var(--negative)}.decision-condition-table{border-top:1px solid var(--border)}.decision-condition-columns,.decision-condition-row{display:grid;grid-template-columns:minmax(200px,1.45fr) minmax(110px,.72fr) minmax(130px,.82fr) minmax(150px,1fr);align-items:center;column-gap:20px}.decision-condition-columns{padding:7px 20px;border-bottom:1px solid var(--grid);background:var(--bg);font-size:9px;color:var(--ink-3)}.decision-condition-columns span:nth-child(n+2){text-align:right}.decision-condition-row{min-height:58px;padding:9px 20px;border-bottom:1px solid var(--grid)}.decision-condition-row:last-child{border-bottom:0}.decision-condition-row.is-unmet{background:#fffaf8}.decision-condition-row.is-unavailable{background:#fffcf7}.decision-condition-name{display:flex;align-items:center;gap:10px;min-width:0}.decision-condition-name i{flex:none;border:1px solid var(--border);border-radius:99px;padding:2px 7px;background:var(--bg);color:var(--ink-3);font-size:8.5px;font-style:normal}.decision-condition-name b{font-size:12.5px}.decision-condition-row.is-unmet .decision-condition-name i{border-color:#e2b7af;background:#fff8f6;color:var(--negative)}.decision-condition-row.is-unavailable .decision-condition-name i{border-color:#e4cf9e;background:#fffcf4;color:var(--amber)}.decision-condition-row.is-met .decision-condition-name i{border-color:#cad7c5;background:#f7faf5;color:var(--positive)}.decision-condition-value{display:flex;flex-direction:column;align-items:flex-end}.decision-condition-value small{display:none;color:var(--ink-3);font-size:8.5px}.decision-condition-value b{font-size:11.5px;font-weight:620}.decision-condition-row>strong{text-align:right;font-size:11.5px;color:var(--positive)}.decision-condition-row.is-unmet>strong{color:var(--negative)}.decision-condition-row.is-unavailable>strong{color:var(--amber)}.decision-execution-grid{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(0,1.2fr)}.decision-execution-grid>div{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:13px;min-width:0;padding:12px 18px;border-right:1px solid var(--border)}.decision-execution-grid>div:last-child{border-right:0}.decision-execution-grid span{font-size:10.5px;color:var(--ink-3)}.decision-execution-grid b{font-size:12px;font-weight:600;line-height:1.55}.decision-graph-section{margin-top:14px}.decision-graph-head{padding:2px 4px 9px}.decision-graph-head h3{font-family:var(--f-serif);font-size:20px;line-height:1.35}.decision-runtime-strip{display:flex;align-items:stretch;gap:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);margin:12px 0 16px;overflow-x:auto}.decision-runtime-strip>span{display:flex;flex-direction:column;justify-content:center;gap:2px;min-width:150px;padding:9px 15px;border-right:1px solid var(--border)}.decision-runtime-strip>span:last-child{border-right:0}.decision-runtime-strip small{font-size:9.5px;color:var(--ink-3)}.decision-runtime-strip b{font-size:11.5px;font-weight:600;white-space:nowrap}.strategy-graph{display:grid;gap:12px}.strategy-graph-legend{display:flex;align-items:center;gap:15px;padding:9px 13px;border:1px solid var(--border);border-radius:10px;background:#fbfaf7;color:var(--ink-2);font-size:10.5px}.strategy-graph-legend span{display:flex;align-items:center;gap:6px;white-space:nowrap}.strategy-graph-legend i{width:8px;height:8px;border-radius:50%}.strategy-graph-legend i.cause{background:var(--accent)}.strategy-graph-legend i.constraint{background:var(--amber)}.strategy-graph-legend i.path{background:var(--positive)}.strategy-canvas{overflow:visible;padding:2px 2px 10px}.strategy-stage-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-areas:"s1 s2 s3" "s6 s5 s4";gap:52px 56px;align-items:stretch}.strategy-stage-unit{position:relative;min-width:0;display:flex}.strategy-stage-unit.unit-1{grid-area:s1}.strategy-stage-unit.unit-2{grid-area:s2}.strategy-stage-unit.unit-3{grid-area:s3}.strategy-stage-unit.unit-4{grid-area:s4}.strategy-stage-unit.unit-5{grid-area:s5}.strategy-stage-unit.unit-6{grid-area:s6}.strategy-stage-card{position:relative;width:100%;min-height:182px;display:flex;flex-direction:column;align-items:stretch;gap:8px;padding:17px 16px 14px;border:1px solid var(--border);border-top:3px solid var(--border-strong);border-radius:12px;background:var(--surface);color:var(--ink);font:inherit;text-align:left;cursor:pointer;transition:transform .16s,border-color .16s,box-shadow .16s,opacity .16s}.strategy-stage-card:hover{transform:translateY(-2px);border-color:var(--accent);box-shadow:0 8px 20px #1f1d1a14}.strategy-stage-card.is-selected{box-shadow:0 0 0 3px var(--accent-soft),0 9px 24px #1f1d1a17;border-color:var(--accent)}.strategy-stage-card.role-cause{border-top-color:var(--accent);background:linear-gradient(180deg,var(--accent-soft),var(--surface) 38%)}.strategy-stage-card.role-constraint{border-top-color:var(--amber);background:linear-gradient(180deg,var(--amber-soft),var(--surface) 38%)}.strategy-stage-card.role-path{border-top-color:var(--positive);background:linear-gradient(180deg,var(--positive-soft),var(--surface) 34%)}.strategy-stage-card.role-context,.strategy-stage-card.role-inactive{opacity:.55;border-style:dashed;background:#fbfaf7}.strategy-stage-card.role-context:hover,.strategy-stage-card.role-inactive:hover,.strategy-stage-card.role-context.is-selected,.strategy-stage-card.role-inactive.is-selected{opacity:1}.strategy-stage-index{position:absolute;right:11px;top:9px;color:var(--border-strong);font:700 24px/1 var(--f-mono)}.strategy-stage-role{align-self:flex-start;padding:3px 8px;border:1px solid var(--border);border-radius:99px;background:#ffffffb8;color:var(--ink-3);font-size:9.5px;font-weight:700;letter-spacing:.03em}.strategy-stage-role small{display:none;font:inherit}.role-cause .strategy-stage-role{border-color:#d9aa97;color:var(--accent)}.role-constraint .strategy-stage-role{border-color:#e4cf9e;color:var(--amber)}.role-path .strategy-stage-role{border-color:#cad7c5;color:var(--positive)}.strategy-stage-label{margin-top:3px;color:var(--ink-2);font-size:12px;font-weight:650}.strategy-stage-value{min-height:50px;font-family:var(--f-serif);font-size:20px;line-height:1.3}.strategy-budget-track{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:6px;padding:8px 9px;border:1px solid var(--grid);border-radius:8px;background:#ffffffbd;font-family:var(--f-mono)}.strategy-budget-track small{font-size:9.5px;color:var(--ink-3)}.strategy-budget-track i{color:var(--accent);font-style:normal}.strategy-budget-track b{text-align:right;font-size:10.5px}.strategy-stage-more{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:auto;padding-top:9px;border-top:1px solid var(--grid);color:var(--accent);font-size:10px;font-weight:650}.strategy-stage-more svg{width:14px;height:14px}.strategy-flow-edge{position:absolute;z-index:2;left:calc(100% + 7px);top:50%;width:42px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;transform:translateY(-50%);color:var(--ink-3);text-align:center;pointer-events:none}.strategy-flow-edge span{max-width:52px;font-size:8.5px;line-height:1.3}.strategy-flow-edge i:before{content:"→";font:500 22px/1 var(--f-sans)}.strategy-stage-unit.unit-3 .strategy-flow-edge{left:50%;top:calc(100% + 7px);width:auto;height:38px;transform:translate(-50%)}.strategy-stage-unit.unit-3 .strategy-flow-edge i:before{content:"↓"}.strategy-stage-unit.unit-4 .strategy-flow-edge,.strategy-stage-unit.unit-5 .strategy-flow-edge{right:calc(100% + 7px);left:auto}.strategy-stage-unit.unit-4 .strategy-flow-edge i:before,.strategy-stage-unit.unit-5 .strategy-flow-edge i:before{content:"←"}.strategy-flow-edge.tone-hot{color:var(--amber)}.strategy-flow-edge.tone-cut{color:var(--negative)}.strategy-node-detail{border:1px solid var(--border);border-top:3px solid var(--accent);border-radius:var(--r);background:var(--surface);box-shadow:0 9px 28px #1f1d1a12;overflow:hidden}.strategy-node-detail-mobile{display:none}.strategy-node-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:16px 20px;border-bottom:1px solid var(--border);background:#fbfaf7}.strategy-node-detail-head>div{display:flex;min-width:0;flex-direction:column;gap:2px}.strategy-node-detail-head h3{font-family:var(--f-serif);font-size:22px}.strategy-node-detail-head p{color:var(--ink-2);font-size:11.5px}.strategy-node-detail-head p b{color:var(--ink);font-size:13px}.strategy-node-reason-title{color:inherit;font:inherit;letter-spacing:0}.strategy-node-detail-head button{flex:none;min-height:34px;display:flex;align-items:center;gap:4px;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:7px 10px;color:var(--ink-2);font-size:10px}.strategy-node-detail-head button svg{width:14px;height:14px}.strategy-node-detail-head button:hover{border-color:var(--accent);color:var(--accent)}.strategy-logic{padding:14px 18px 18px}.strategy-logic-paths{display:grid;gap:10px}.strategy-logic-path{position:relative;display:grid;grid-template-columns:160px minmax(0,1fr);gap:12px;overflow:hidden;border:1px solid var(--border);border-left:4px solid var(--border-strong);border-radius:11px;background:#fbfaf7;padding:12px 13px;transition:opacity .15s,border-color .15s,box-shadow .15s}.strategy-logic-path>header{display:flex;min-width:0;flex-direction:column;justify-content:center;gap:2px}.strategy-logic-path>header span{width:max-content;border:1px solid var(--border);border-radius:99px;background:var(--surface);padding:2px 7px;color:var(--ink-3);font-size:8px;font-weight:700}.strategy-logic-path>header b{margin-top:3px;font-size:12.5px;line-height:1.4}.strategy-logic-path.state-triggered{border-color:#c8a28f;border-left-color:var(--accent);background:#fffaf7;box-shadow:0 5px 16px #1f1d1a0f}.strategy-logic-path.state-triggered>header span{border-color:#d9aa97;background:var(--accent-soft);color:var(--accent)}.strategy-logic-path.state-focus{border-color:#d8c894;border-left-color:var(--amber);background:#fffdf7}.strategy-logic-path.state-focus>header span{border-color:#e4cf9e;background:var(--amber-soft);color:var(--amber)}.strategy-logic-path.state-evaluated{border-left-color:#aab8a5}.strategy-logic-path.state-dormant{opacity:.48;border-left-color:var(--border-strong);border-style:dashed}.strategy-logic-path.state-dormant:hover{opacity:.8}.strategy-logic-mobile-join{display:none}.strategy-logic-flow{display:grid;grid-template-columns:minmax(0,1fr) 22px minmax(122px,150px);min-width:0;align-items:stretch;gap:9px;padding:2px}.strategy-logic-criteria{min-width:0;display:flex;flex-direction:column;gap:7px}.strategy-logic-expression{align-self:flex-start;border:1px solid var(--border);border-radius:99px;background:var(--surface);padding:3px 8px;color:var(--ink-2);font-size:9px;font-weight:700}.strategy-logic-check-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.strategy-logic-check{box-sizing:border-box;min-width:0;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;gap:4px 8px;border:1px solid var(--border);border-radius:9px;background:var(--surface);padding:10px 11px}.strategy-logic-check>div{grid-column:1/-1;display:flex;align-items:flex-start;justify-content:space-between;gap:7px}.strategy-logic-check>div span{font-size:10px;font-weight:650;line-height:1.35}.strategy-logic-check>div i{flex:none;border:1px solid var(--border);border-radius:99px;background:var(--bg);padding:1px 5px;color:var(--ink-3);font-size:8px;font-style:normal}.strategy-logic-check>b{grid-column:1/-1;font-size:15px;line-height:1.35}.strategy-logic-check>small{color:var(--ink-3);font-size:9px;line-height:1.4}.strategy-logic-check>em{color:var(--ink-2);font-size:9px;font-style:normal;line-height:1.4;text-align:right}.strategy-logic-check.is-unavailable{background:#fffcf7}.strategy-logic-check.is-unavailable>div i{border-color:#e4cf9e;background:var(--amber-soft);color:var(--amber)}.strategy-logic-arrow{align-self:center;color:var(--ink-3);font-size:20px;font-weight:500}.strategy-logic-result{box-sizing:border-box;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:5px;border:1px solid var(--border-strong);border-radius:9px;background:var(--surface);padding:12px}.strategy-logic-result small{color:var(--ink-3);font-size:9px}.strategy-logic-result b{font-size:12.5px;line-height:1.45}.strategy-logic-result.is-current.tone-positive{border-color:#bfcdba;background:var(--positive-soft);color:var(--positive)}.strategy-logic-result.is-current.tone-tight{border-color:#e4cf9e;background:var(--amber-soft);color:var(--amber)}.strategy-logic-result.is-current.tone-cut{border-color:#ddafa7;background:var(--negative-soft);color:var(--negative)}.strategy-logic-result.is-conditional{border-style:dashed;border-color:var(--border);background:#f7f5f1;color:var(--ink-3)}.strategy-logic-result.is-conditional strong{font-size:10px;color:var(--ink-2)}.strategy-logic-result.is-conditional small{margin-top:4px;padding-top:5px;border-top:1px solid var(--grid)}.strategy-logic-result.is-conditional b{font-size:10px;font-weight:550;color:var(--ink-3)}.strategy-logic-notes{margin-top:12px;border:1px solid var(--border);border-radius:9px;background:#fbfaf7;padding:0 12px}.strategy-logic-notes summary{cursor:pointer;padding:10px 0;color:var(--ink-2);font-size:9.5px;font-weight:650}.strategy-logic-notes dl{border-top:1px solid var(--grid)}.strategy-logic-notes dl>div{display:grid;grid-template-columns:120px minmax(0,1fr);gap:12px;padding:8px 0;border-bottom:1px solid var(--grid);font-size:9.5px;line-height:1.55}.strategy-logic-notes dl>div:last-child{border-bottom:0}.strategy-logic-notes dt{color:var(--ink-3)}.strategy-logic-notes dd{color:var(--ink-2)}.strategy-node-untranslated{margin:0 18px 12px;border:1px solid #E4CF9E;border-radius:8px;background:var(--amber-soft);padding:9px 11px;color:var(--amber);font-size:9px}html.chart-wheel-boundary-active,html.chart-wheel-boundary-active body{overscroll-behavior-x:none}.chart-wrap{width:100%;overscroll-behavior-x:none;touch-action:pan-y pinch-zoom}.deferred-chart{width:100%}.deferred-chart-placeholder,.deferred-asset-chart-placeholder{display:flex;align-items:center;justify-content:center;width:100%;border:1px solid var(--grid);border-radius:8px;background:linear-gradient(110deg,var(--bg),#FFF,var(--bg));color:var(--ink-3);font-size:11px}.deferred-asset-chart-placeholder{height:620px}.deferred-chart-placeholder span,.deferred-asset-chart-placeholder span{padding:7px 10px;border-radius:99px;background:#ffffffd1}.ch-legend{display:flex;gap:16px;font-size:12px;color:var(--ink-2);align-items:center}.ch-legend i{display:inline-block;width:14px;height:3px;border-radius:2px;margin-right:5px;vertical-align:middle}.asset-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:14px;flex-wrap:wrap}.asset-symbol-picker{display:flex;align-items:center;gap:8px}.asset-symbol-picker>span{font-size:10.5px;color:var(--ink-3)}.asset-symbol-switch{display:flex;align-items:center;gap:3px;padding:3px;border:1px solid var(--border);border-radius:10px;background:#f2efe8}.asset-symbol-switch button{min-width:64px;border:0;border-radius:7px;background:transparent;color:var(--ink-2);padding:6px 13px;font-family:var(--f-mono);font-size:12.5px;font-weight:650}.asset-symbol-switch button:hover{color:var(--accent)}.asset-symbol-switch button.on{background:var(--surface);color:var(--accent);box-shadow:0 1px 3px #1f1d1a14}.asset-symbol-switch button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.range-tabs{display:flex;align-items:center;gap:3px;background:#f2efe8;border:1px solid var(--border);border-radius:10px;padding:3px}.range-tabs{margin-left:auto}.range-tabs button{border:none;background:transparent;color:var(--ink-2);border-radius:7px;padding:5px 10px;font-size:11.5px;white-space:nowrap}.range-tabs button:hover{color:var(--accent)}.range-tabs button.on{background:var(--surface);color:var(--accent);font-weight:600;box-shadow:0 1px 3px #1f1d1a14}.asset-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;background:linear-gradient(120deg,#fff,#fffcf7);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--r);padding:18px 20px;margin-bottom:16px}.asset-eyebrow{font-size:10px;letter-spacing:.14em;color:var(--accent);font-weight:700;margin-bottom:3px}.asset-name{display:flex;align-items:baseline;gap:10px}.asset-name .asset-link{font-family:var(--f-serif);font-size:28px;line-height:1.2}.asset-name>span{font-size:13px;color:var(--ink-3)}.asset-asof{font-size:11.5px;color:var(--ink-3);margin-top:4px}.asset-stats{display:grid;grid-template-columns:repeat(4,minmax(92px,1fr));gap:18px}.asset-stat{display:flex;flex-direction:column;align-items:flex-end;min-width:86px}.asset-stat span{font-size:10.5px;color:var(--ink-3)}.asset-stat b{font-size:14px;color:var(--ink)}.asset-stat b.up{color:var(--market-up)}.asset-stat b.down{color:var(--market-down)}.asset-loading-frame{height:410px;margin-top:12px;border:1px solid var(--grid);border-radius:10px;background:linear-gradient(180deg,transparent 0 15%,rgba(226,220,210,.58) 15% 15.3%,transparent 15.3% 34%,rgba(226,220,210,.58) 34% 34.3%,transparent 34.3% 53%,rgba(226,220,210,.58) 53% 53.3%,transparent 53.3% 72%,rgba(226,220,210,.58) 72% 72.3%,transparent 72.3%)}.asset-chart-card{position:relative;padding-top:12px}.market-chart-commandbar{min-height:48px;display:flex;align-items:center;gap:8px;margin-bottom:3px;border-bottom:1px solid var(--grid);padding:0 0 10px}.market-chart-indicator-trigger,.market-chart-overview{height:40px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--ink-2);padding:0 10px;font-size:11px;font-weight:650;white-space:nowrap}.market-chart-indicator-trigger:hover,.market-chart-overview:hover{border-color:var(--accent);color:var(--accent)}.market-chart-overview:disabled{cursor:default;border-color:var(--grid);color:var(--ink-3);opacity:.56}.market-chart-indicator-trigger b{display:inline-grid;min-width:18px;height:18px;place-items:center;margin-left:4px;border-radius:99px;background:var(--accent-soft);color:var(--accent);font-family:var(--f-mono);font-size:9px}.market-chart-window{flex:none;color:var(--ink-2);font-size:10px;white-space:nowrap}.market-chart-mode{flex:none;border:1px solid var(--border);border-radius:99px;background:var(--bg);color:var(--ink-3);padding:3px 7px;font-size:9px;font-weight:650;white-space:nowrap}.market-chart-gesture-guide{margin-left:auto;color:var(--ink-3);font-size:10px;white-space:nowrap}.market-chart-overview{color:var(--accent)}.market-chart-risk-summary{height:34px;display:flex;align-items:center;gap:8px;margin:0 0 3px;padding:0 10px;border-bottom:1px solid var(--grid);color:var(--ink-3);font-size:10px}.market-chart-risk-summary b{font-family:var(--f-mono);font-size:13px;color:var(--ink)}.market-chart-risk-summary small{margin-left:auto;color:var(--ink-3);font-size:9px}.indicator-sheet{z-index:90;width:min(390px,calc(100vw - 16px));display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border-strong);border-radius:14px;background:var(--surface);box-shadow:0 18px 54px #1f1d1a2b;animation:anchored-pop-in .12s ease-out}.indicator-sheet header{display:flex;align-items:center;justify-content:space-between;padding:17px 18px 14px;border-bottom:1px solid var(--border);background:linear-gradient(120deg,#fff,#fffcf8)}.indicator-sheet header span{color:var(--accent);font-size:8.5px;font-weight:750;letter-spacing:.13em}.indicator-sheet header h2{font-family:var(--f-serif);font-size:21px}.indicator-sheet header button{min-width:58px;height:40px;border:0;border-radius:8px;background:var(--accent);color:#fff;padding:0 13px;font-size:11px;font-weight:700}.indicator-sheet-body{overflow-y:auto;padding:4px 18px 8px}.indicator-sheet fieldset{border:0;padding:13px 0 5px}.indicator-sheet fieldset+fieldset{border-top:1px solid var(--grid)}.indicator-sheet legend{width:100%;display:flex;align-items:baseline;justify-content:space-between;padding:0 0 5px}.indicator-sheet legend b{font-size:12px}.indicator-sheet legend span{color:var(--ink-3);font-size:9px}.indicator-choice{display:grid;grid-template-columns:34px minmax(0,1fr) 22px;align-items:center;gap:8px;min-height:48px;border-radius:9px;padding:5px 7px;cursor:pointer}.indicator-choice:hover{background:var(--bg)}.indicator-choice-colors{display:flex;align-items:center;gap:3px}.indicator-choice-colors i{width:6px;height:6px;border-radius:50%}.indicator-choice>span:nth-child(2){display:flex;min-width:0;flex-direction:column}.indicator-choice b{font-size:11.5px}.indicator-choice small{overflow:hidden;color:var(--ink-3);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.indicator-choice input{width:17px;height:17px;margin:0;accent-color:var(--accent)}.indicator-sheet footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 18px;border-top:1px solid var(--border);background:#fbfaf7}.indicator-sheet footer button{min-height:40px;border:0;background:none;color:var(--accent);padding:4px 0;font-size:10px}.indicator-sheet footer span{color:var(--ink-3);font-size:9px}.indicator-settings-panel{z-index:92;width:min(520px,calc(100vw - 16px));overflow:auto;border:1px solid var(--border-strong);border-radius:12px;background:var(--surface);box-shadow:0 14px 38px #1f1d1a29;animation:anchored-pop-in .12s ease-out}.indicator-settings-panel header{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 13px;border-bottom:1px solid var(--grid)}.indicator-settings-title{display:flex;align-items:baseline;gap:7px}.indicator-settings-panel header b{font-size:14px}.indicator-settings-title span{color:var(--ink-3);font-size:9px}.indicator-settings-header-actions{display:flex;align-items:center;gap:2px}.indicator-settings-panel header button{min-width:48px;min-height:36px;border:0;background:transparent;color:var(--accent);font-size:10px}.indicator-settings-panel header .indicator-settings-remove{min-width:36px;width:36px;display:grid;place-items:center;color:var(--ink-3);padding:0}.indicator-settings-remove svg{width:13px;height:13px;stroke-width:1.8}.indicator-settings-remove:hover,.indicator-settings-remove:focus-visible{background:var(--bg);color:var(--accent)}.indicator-settings-lines{padding:8px 12px}.indicator-settings-labels,.indicator-settings-line{display:grid;grid-template-columns:minmax(76px,1fr) auto auto auto;align-items:center;gap:10px}.indicator-settings-labels{height:22px;color:var(--ink-3);font-size:8.5px}.indicator-settings-labels span:nth-child(n+2){text-align:center}.indicator-settings-line{min-height:42px;border-top:1px solid var(--grid)}.indicator-settings-line>label{display:flex;align-items:center;gap:7px;min-width:0}.indicator-settings-line>label input{width:15px;height:15px;margin:0;accent-color:var(--accent)}.indicator-settings-line>label i{width:6px;height:6px;flex:0 0 6px;border-radius:50%}.indicator-settings-line>label b{overflow:hidden;font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.indicator-color-palette,.indicator-width-options,.indicator-line-type-options{display:flex;align-items:center;gap:3px}.indicator-color-palette button{width:24px;height:24px;display:grid;place-items:center;border:0;border-radius:6px;background:transparent;padding:0}.indicator-color-palette button:hover{background:var(--bg)}.indicator-color-swatch{width:18px;height:18px;display:grid;place-items:center;border:1px solid rgba(31,29,26,.12);border-radius:50%;color:#fff;box-shadow:inset 0 0 0 1px #ffffff40}.indicator-color-palette button[aria-pressed=true] .indicator-color-swatch{outline:2px solid var(--ink);outline-offset:1px}.indicator-color-palette button svg{width:11px;height:11px;filter:drop-shadow(0 1px 1px rgba(31,29,26,.35));stroke-width:2.5}.indicator-width-options{overflow:hidden;border:1px solid var(--border);border-radius:6px;background:var(--bg);padding:2px}.indicator-width-options button{width:22px;height:22px;display:grid;place-items:center;border:0;border-radius:4px;background:transparent;padding:0}.indicator-width-options button:hover{background:var(--surface)}.indicator-width-options button[aria-pressed=true]{background:var(--surface);box-shadow:0 1px 3px #1f1d1a1f}.indicator-width-options i{width:12px;border-radius:99px;background:var(--ink-2)}.indicator-line-type-options{overflow:hidden;border:1px solid var(--border);border-radius:6px;background:var(--bg);padding:2px}.indicator-line-type-options button{width:27px;height:22px;display:grid;place-items:center;border:0;border-radius:4px;background:transparent;padding:0}.indicator-line-type-options button:hover{background:var(--surface)}.indicator-line-type-options button[aria-pressed=true]{background:var(--surface);box-shadow:0 1px 3px #1f1d1a1f}.indicator-line-type-options i{width:15px;height:0;border-top:2px solid var(--ink-2)}.indicator-line-type-options i.dashed{border-top-style:dashed}.indicator-color-palette button:focus-visible,.indicator-width-options button:focus-visible,.indicator-line-type-options button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.indicator-settings-panel footer{height:42px;display:flex;align-items:center;padding:0 13px;border-top:1px solid var(--grid)}.indicator-settings-panel footer button{border:0;background:transparent;color:var(--accent);padding:4px 0;font-size:9.5px}.chart-source-note{border-top:1px solid var(--grid);padding-top:8px;margin-top:4px;font-size:11px;color:var(--ink-3)}.chart-main-readout{display:flex;flex-direction:column;gap:1px;margin:0 0 5px;padding:4px 10px 5px;border-bottom:1px solid var(--grid);background:var(--surface);color:var(--ink-2)}.chart-main-readout .chart-pane-symbol-row,.chart-main-readout .chart-pane-legend-row{width:100%;max-width:100%;background:transparent}.chart-main-readout .chart-pane-legend-row:hover,.chart-main-readout .chart-pane-legend-row:focus-within{background:var(--bg)}.asset-chart-scroll{position:relative;overscroll-behavior-x:none}.chart-pane-legends{position:absolute;z-index:12;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.chart-pane-legend{position:absolute;left:18px;right:86px;max-width:calc(100% - 104px);color:var(--ink-2);font-size:10px;line-height:1;pointer-events:none}.chart-pane-symbol-row,.chart-pane-legend-row{width:max-content;max-width:100%;min-height:22px;display:flex;align-items:center;gap:7px;border-radius:5px;padding:1px 4px;background:#ffffffdb;pointer-events:auto;white-space:nowrap}.chart-pane-symbol-row>button:first-child{width:18px;height:18px;display:grid;place-items:center;border:1px solid var(--border);border-radius:5px;background:var(--surface);color:var(--ink-2);padding:0;font-size:11px}.chart-pane-symbol-row strong{font-size:10.5px}.chart-pane-symbol-row>span{overflow:hidden;color:var(--ink-2);font-size:9.5px;text-overflow:ellipsis}.chart-inspection-exit{height:20px;border:0;border-radius:5px;background:var(--accent-soft);color:var(--accent);padding:0 6px;font-size:8.5px}.chart-pane-legend-row{position:relative;margin-top:1px}.chart-pane-legend-row:hover,.chart-pane-legend-row:focus-within{background:#f7f3edf5}.chart-pane-legend-row>strong{flex:none;font-size:10px}.chart-pane-legend-row>strong small{color:var(--ink-3);font-size:8.5px;font-weight:500}.chart-pane-legend-row.direct-settings{cursor:pointer}.chart-pane-legend-values{min-width:0;display:flex;align-items:center;gap:8px;overflow:hidden}.chart-pane-legend-values>span{display:inline-flex;align-items:center;gap:3px;flex:none}.chart-pane-legend-values i{width:5px;height:5px;flex:0 0 5px;border-radius:50%}.chart-pane-legend-values b{font-size:9px;font-weight:600}.chart-pane-legend-values em{font-family:var(--f-mono);font-size:9px;font-style:normal}.chart-pane-legend-empty{color:var(--ink-3);font-size:8.5px}.chart-pane-legend-actions{display:none;align-self:stretch;align-items:center;margin-left:1px;border-left:1px solid var(--grid);background:#f7f3ed;padding-left:2px}.chart-pane-legend-row:hover .chart-pane-legend-actions,.chart-pane-legend-row:focus-within .chart-pane-legend-actions,.chart-pane-legend-row.editing .chart-pane-legend-actions{display:flex}.chart-pane-legend-actions button{width:22px;height:20px;display:grid;place-items:center;border:0;border-radius:4px;background:transparent;color:var(--ink-2);padding:0}.chart-pane-legend-actions button svg{width:11px;height:11px;stroke-width:1.8}.chart-pane-legend-actions button:hover,.chart-pane-legend-actions button:focus-visible{background:var(--surface);color:var(--accent)}.chart-pane-legend-direct-icon{width:20px;height:20px;display:grid;flex:0 0 20px;place-items:center;color:var(--ink-3)}.chart-pane-legend-direct-icon svg{width:11px;height:11px;stroke-width:1.8}.chart-cluster-picker{position:absolute;z-index:24;top:7px;left:12px;width:min(430px,calc(100% - 24px));overflow:hidden;border:1px solid var(--border-strong);border-radius:11px;background:#fffffffa;box-shadow:0 12px 36px #1f1d1a29;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.chart-cluster-picker>header{height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 10px 0 12px;border-bottom:1px solid var(--grid)}.chart-cluster-picker>header>div{min-width:0;display:flex;align-items:baseline;gap:9px}.chart-cluster-picker>header b{font-size:12px}.chart-cluster-picker>header span{overflow:hidden;color:var(--ink-3);font-family:var(--f-mono);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.chart-cluster-picker>header button{min-width:44px;min-height:40px;border:0;background:transparent;color:var(--accent);font-size:10px}.chart-cluster-picker>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-height:210px;overflow:auto;padding:6px}.chart-cluster-picker>div>button{min-height:54px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-content:center;gap:3px 8px;border:0;border-radius:7px;background:transparent;padding:7px 8px;text-align:left}.chart-cluster-picker>div>button:hover,.chart-cluster-picker>div>button:focus-visible{background:var(--accent-soft)}.chart-cluster-picker>div span{color:var(--ink-3);font-family:var(--f-mono);font-size:9px}.chart-cluster-picker>div b{font-size:10.5px}.chart-cluster-picker>div small{grid-column:2;grid-row:1;color:var(--ink-3);font-family:var(--f-mono);font-size:9px}.chart-navigable{cursor:grab;touch-action:pan-y}.chart-navigable.dragging{cursor:grabbing}.chart-navigable.inspecting{cursor:crosshair}.chart-navigable:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.chart-accessible-events{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.chart-accessible-events:focus-within{z-index:24;top:54px;left:12px;width:auto;max-width:calc(100% - 24px);height:auto;display:flex;gap:6px;overflow-x:auto;clip-path:none;border:1px solid var(--border-strong);border-radius:9px;background:#fffffff7;padding:7px;box-shadow:0 8px 28px #1f1d1a24}.chart-accessible-events button{flex:none;min-height:40px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--ink-2);padding:0 10px;font-size:10px}.chart-accessible-events button:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.heat{display:flex;flex-direction:column;gap:5px;overflow-x:auto;padding-bottom:2px}.hm-row{display:grid;grid-template-columns:60px repeat(12,minmax(64px,1fr)) minmax(78px,1.15fr);gap:5px;align-items:center;min-width:1010px}.hm-y{font-size:12px;color:var(--ink-2);font-family:var(--f-mono)}.hm-cell{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;min-height:46px;border-radius:7px;text-align:center;font-family:var(--f-mono);padding:6px 3px;color:var(--ink);transition:transform .12s,border-color .12s;border:1px solid transparent;background:none;cursor:default}.hm-cell[data-active]{cursor:pointer}.hm-cell[data-active]:hover{transform:translateY(-1px);border-color:#1f1d1a2e;z-index:1}.hm-main{font-size:11.5px;font-weight:650;line-height:1.2}.hm-delta{font-size:8.5px;line-height:1.2;opacity:.78}.hm-head{font-size:10.5px;color:var(--ink-3);text-align:center;padding:2px 0}.hm-year-head{margin-left:4px;color:var(--accent);font-weight:650}.hm-year-total{margin-left:4px;border-color:#c15f3c3d;box-shadow:inset 2px 0 #c15f3c2e;font-weight:650}.cal{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.cal-head{font-size:10.5px;color:var(--ink-3);text-align:center;padding:2px 0}.cal-cell{border-radius:8px;min-height:56px;padding:6px 7px;border:1px solid var(--border);background:var(--surface);text-align:left;cursor:default;display:flex;flex-direction:column;justify-content:space-between}.cal-cell[data-active]{cursor:pointer}.cal-cell[data-active]:hover{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.cal-d{font-size:11px;color:var(--ink-2);font-family:var(--f-mono)}.cal-r{font-size:11.5px;font-family:var(--f-mono);font-weight:600;text-align:right}.cal-delta{font-size:9px;font-family:var(--f-mono);text-align:right;opacity:.78}.cal-tag{font-size:9.5px;color:var(--ink-3)}.analytics-table-wrap{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}.analytics-table{min-width:1010px;font-size:11.5px;table-layout:fixed}.analytics-table th,.analytics-table td{padding:8px 7px}.analytics-table th:first-child,.analytics-table td:first-child{position:sticky;left:0;width:72px;background:var(--surface);z-index:1}.analytics-table td:first-child small{display:block;color:var(--ink-3);font-size:9px;font-weight:400}.analytics-table .analytics-group{text-align:center;letter-spacing:.04em;border-left:1px solid var(--border)}.analytics-table .analytics-group.strategy{color:var(--accent);background:#c15f3c0b}.analytics-table .analytics-group.benchmark{color:var(--positive);background:#5f7a540b}.analytics-table .analytics-group.delta{color:var(--ink-2);background:var(--bg)}.analytics-table .analytics-delta{background:#faf9f5b8;font-weight:650}.rebalance-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:16px;border:1px solid var(--border);border-radius:var(--r);background:var(--surface);overflow:hidden}.rebalance-kpi{display:flex;flex-direction:column;min-width:0;padding:13px 15px;border-right:1px solid var(--border)}.rebalance-kpi:last-child{border-right:0}.rebalance-kpi>span{font-size:10.5px;color:var(--ink-3)}.rebalance-kpi strong{font-family:var(--f-mono);font-size:17px;margin:2px 0 1px}.rebalance-kpi small{font-size:9.5px;color:var(--ink-3);line-height:1.4}.rebalance-attribution-board{margin-bottom:16px}.rebalance-attribution-head{display:flex;align-items:baseline;justify-content:space-between;gap:24px;padding:0 2px 9px}.rebalance-attribution-head h3{font-size:14px;line-height:1.4}.rebalance-outcome-total{display:flex;align-items:baseline;justify-content:flex-end;gap:8px;min-width:0;text-align:right}.rebalance-outcome-total>span{font-size:9.5px;color:var(--ink-2)}.rebalance-outcome-total>strong{font-family:var(--f-mono);font-size:20px;line-height:1}.rebalance-quadrant-matrix{display:grid;grid-template-columns:68px repeat(2,minmax(0,1fr));grid-template-rows:28px repeat(2,minmax(116px,auto));overflow:hidden;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.rebalance-quadrant-corner,.rebalance-quadrant-col,.rebalance-quadrant-row{display:flex;align-items:center;justify-content:center;background:var(--surface);color:var(--ink-2);font-size:8.5px;font-weight:650;letter-spacing:.045em}.rebalance-quadrant-corner{border-right:1px solid var(--grid);border-bottom:1px solid var(--grid)}.rebalance-quadrant-col{border-bottom:1px solid var(--grid)}.rebalance-quadrant-col+.rebalance-quadrant-col{border-left:1px solid var(--grid)}.rebalance-quadrant-row{padding:0 8px;border-right:1px solid var(--grid);text-align:center}.rebalance-quadrant-row~.rebalance-quadrant-row{border-top:1px solid var(--grid)}.rebalance-quadrant-cell{display:grid;grid-template-rows:auto 1fr auto;min-width:0;padding:12px 14px 0}.rebalance-quadrant-cell.good{background:#f5f8f2}.rebalance-quadrant-cell.protect{background:#fff9ef}.rebalance-quadrant-cell.rougher{background:#fff8f1}.rebalance-quadrant-cell.bad{background:#fff5f3}.rebalance-quadrant-cell.protected_at_cost,.rebalance-quadrant-cell.both_worse{border-left:1px solid var(--grid)}.rebalance-quadrant-cell.gain_rougher,.rebalance-quadrant-cell.both_worse{border-top:1px solid var(--grid)}.rebalance-quadrant-cell-head{display:flex;min-width:0;flex-direction:column;gap:1px}.rebalance-quadrant-cell-head>b{font-size:11.5px;line-height:1.35}.rebalance-quadrant-frequency{display:flex;align-items:baseline;gap:4px;color:var(--ink-2)}.rebalance-quadrant-frequency strong{font-size:9.5px;font-weight:520}.rebalance-quadrant-frequency span{font-size:8.5px;white-space:nowrap}.rebalance-quadrant-primary{display:flex;align-self:center;flex-direction:column;gap:1px;padding:8px 0}.rebalance-quadrant-primary span{font-size:8px;color:var(--ink-3)}.rebalance-quadrant-primary b{font-family:var(--f-mono);font-size:18px;line-height:1.2}.rebalance-quadrant-secondary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 -14px;border-top:1px solid rgba(216,210,198,.7)}.rebalance-quadrant-secondary>div{display:flex;align-items:baseline;justify-content:space-between;gap:8px;min-width:0;padding:6px 14px}.rebalance-quadrant-secondary>div+div{border-left:1px solid rgba(216,210,198,.7)}.rebalance-quadrant-secondary span{font-size:8px;color:var(--ink-3);white-space:nowrap}.rebalance-quadrant-secondary b{font-family:var(--f-mono);font-size:10.5px;white-space:nowrap}.rebalance-quadrant-note{margin:5px 2px 0;color:var(--ink-3);font-size:8.5px;line-height:1.45}.rebalance-boundary-note{margin:7px 2px 0;color:var(--ink-3);font-size:9.5px}.rebalance-boundary-note b{color:var(--ink-2)}.rebalance-loading{display:flex;min-height:180px;flex-direction:column;justify-content:center}.rebalance-loading .data-load-status{width:min(720px,100%);margin:0 auto}.rebalance-load-context{display:flex;justify-content:center;gap:22px;margin-top:13px;color:var(--ink-3);font-size:9.5px}.rebalance-load-context span:before{content:"·";margin-right:6px;color:var(--accent)}.rebalance-selected-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:2px 0 12px;border-bottom:1px solid var(--grid)}.rebalance-selected-head>div:first-child{display:flex;align-items:center;gap:9px}.rebalance-selected-head b{font-size:12px}.rebalance-change-list{display:flex;align-items:center;justify-content:flex-end;gap:5px;flex-wrap:wrap}.rebalance-change-list span{font-family:var(--f-mono);font-size:9.5px;color:var(--ink-2);border:1px solid var(--border);border-radius:99px;padding:2px 7px}.rebalance-change-list span.up{color:var(--market-up);border-color:#e2c3bd}.rebalance-change-list span.down{color:var(--market-down);border-color:#cbd8c6}.rebalance-outcomes{display:grid;grid-template-columns:repeat(4,1fr);margin:12px 0 8px;border:1px solid var(--border);border-radius:10px;overflow:hidden}.rebalance-outcomes>div{display:flex;flex-direction:column;padding:10px 13px;border-right:1px solid var(--border)}.rebalance-outcomes>div:last-child{border-right:0}.rebalance-outcomes span{font-size:10px;color:var(--ink-3)}.rebalance-outcomes b{font-family:var(--f-mono);font-size:15px}.rebalance-outcomes small{font-size:9.5px;color:var(--ink-2)}.rebalance-table-wrap{max-height:520px;overflow:auto;scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}.rebalance-table{min-width:1180px;font-size:11px}.rebalance-table thead{position:sticky;top:0;z-index:2;background:var(--surface)}.rebalance-table tbody tr{cursor:pointer}.rebalance-table tbody tr:hover,.rebalance-table tbody tr.selected{background:var(--accent-soft)}.rebalance-table td:first-child small{display:block;color:var(--ink-3);font-size:9px}.rebalance-verdict{font-size:10px;color:var(--ink-2);white-space:nowrap}.rebalance-verdict.both_improved{color:var(--positive);font-weight:650}.rebalance-verdict.both_worse{color:var(--negative);font-weight:650}.rebalance-verdict.gain_rougher,.rebalance-verdict.protected_at_cost{color:var(--amber)}.mod-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.mod{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:16px 18px}.mod h4{font-family:var(--f-serif);font-size:15px;margin-bottom:6px}.mod h4 span{color:var(--accent);margin-right:8px;font-family:var(--f-mono);font-size:12px}.mod p{font-size:12.5px;color:var(--ink-2);line-height:1.75}.cfg{background:#f5f2eb;border:1px solid var(--border);border-radius:var(--r);padding:16px 18px;font-family:var(--f-mono);font-size:12px;line-height:1.8;overflow-x:auto;white-space:pre}.cfg-k{color:var(--accent)}.cfg-s{color:var(--positive)}.cfg-n{color:#7a6a8c}.hash{display:inline-block;max-width:100%;font-family:var(--f-mono);font-size:11px;line-height:1.45;text-align:left;overflow-wrap:anywhere;color:var(--ink-2);background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:2px 8px;cursor:pointer}.hash:hover{border-color:var(--accent);color:var(--accent)}.hash:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.login{max-width:420px;margin:12vh auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:28px 30px}.login h2{font-family:var(--f-serif);font-size:20px;margin-bottom:6px}.login p{font-size:12.5px;color:var(--ink-2);margin-bottom:14px}.login input{width:100%;border:1px solid var(--border-strong);border-radius:var(--r-s);padding:9px 12px;font-family:var(--f-mono);font-size:13px;outline:none;margin-bottom:12px}.login input:focus{border-color:var(--accent)}@media (max-width: 1160px) and (min-width: 901px){.strategy-stage-flow{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"s1 s2" "s4 s3" "s5 s6";gap:50px 56px}.strategy-stage-unit.unit-2 .strategy-flow-edge,.strategy-stage-unit.unit-4 .strategy-flow-edge{left:50%;right:auto;top:calc(100% + 7px);width:auto;height:36px;transform:translate(-50%)}.strategy-stage-unit.unit-2 .strategy-flow-edge i:before,.strategy-stage-unit.unit-4 .strategy-flow-edge i:before{content:"↓"}.strategy-stage-unit.unit-3 .strategy-flow-edge{right:calc(100% + 7px);left:auto;top:50%;width:42px;height:auto;transform:translateY(-50%)}.strategy-stage-unit.unit-3 .strategy-flow-edge i:before{content:"←"}.strategy-stage-unit.unit-5 .strategy-flow-edge{right:auto;left:calc(100% + 7px);top:50%;width:42px;height:auto;transform:translateY(-50%)}.strategy-stage-unit.unit-5 .strategy-flow-edge i:before{content:"→"}.strategy-logic-path{grid-template-columns:1fr}.strategy-logic-path>header{max-width:680px}.strategy-logic-flow{grid-template-columns:minmax(0,1fr) 22px 140px}}@media (max-width:960px) and (min-width:901px){.decision-cause-hero{grid-template-columns:1fr;gap:12px}}@media (max-width: 900px){.app{display:grid;grid-template-columns:74px 90px minmax(0,1fr);grid-template-rows:60px auto auto;height:auto;min-height:100vh;overflow:visible}.side{display:contents}.side-logo,.mobile-page-nav,.top{z-index:30;height:60px;border-bottom:1px solid var(--border);background:#fffffff2}.side-logo{grid-column:1;grid-row:1;display:flex;align-items:center;padding:0 0 0 12px;font-size:15.5px;white-space:nowrap}.side-tag,.side-foot,.nav{display:none}.mobile-page-nav{grid-column:2;grid-row:1;display:flex;align-items:center;min-width:0;padding:8px 2px}.mobile-page-switcher{width:86px;height:44px;display:grid;grid-template-columns:minmax(0,1fr) 12px;align-items:center;gap:3px;padding:0 6px 0 8px;border:1px solid var(--border);border-radius:10px;background:var(--bg)}.mobile-page-switcher>span{display:none}.mobile-page-switcher select{width:100%;min-width:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;outline:0;background:transparent;color:var(--ink);font-size:11.5px;font-weight:650;text-overflow:ellipsis}.mobile-page-switcher i{color:var(--accent);font-size:14px;font-style:normal;text-align:center;pointer-events:none}.mobile-page-switcher:focus-within{outline:2px solid var(--accent);outline-offset:1px}.body{display:contents}.top{grid-column:3;grid-row:1;display:flex;align-items:center;padding:8px 14px 8px 4px}.top>div:first-child{display:none}.top-right{width:100%;flex-wrap:nowrap;gap:6px;overflow:hidden}.top-right>*{flex:none}.top-right .acct{position:relative;width:44px;min-width:44px;max-width:44px;height:44px;display:grid;grid-template-columns:minmax(0,1fr) 7px;gap:1px;place-items:center;padding:0 5px}.top-right .acct:before{content:attr(data-mobile-label);min-width:0;overflow:hidden;font-family:var(--f-mono);font-size:9.5px;font-weight:650;text-overflow:clip}.top-right .acct:after{content:"⌄";color:var(--ink-3);font-size:9px}.top-right .acct .lab{display:none}.top-right .acct select{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.top-right .refresh-shell{min-width:0;flex:1}.top-right .manual-refresh-trigger{width:100%;height:44px;min-width:0;justify-content:center;padding:0 7px;font-size:10px;overflow:hidden}.top-right .manual-refresh-trigger b{min-width:0;overflow:hidden;text-overflow:ellipsis}.top-right .refresh-trigger-context,.top-right .badge-warn{display:none}.global-date-context{grid-column:1/-1;grid-row:2;display:block;min-height:0;padding:6px 14px;background:#fffc}.global-date-context>.global-date-copy,.global-date-context>.global-date-actions{display:none}.global-date-mobile{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:5px;min-height:52px}.global-date-mobile.has-latest{grid-template-columns:44px minmax(0,1fr) 44px 44px}.global-date-mobile>button{min-width:44px;height:52px;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--ink-2);font-size:19px;line-height:1}.global-date-mobile>button:disabled{cursor:default;opacity:.3}.global-date-mobile>button:focus-visible,.global-date-mobile-picker:focus-within{outline:2px solid var(--accent);outline-offset:1px}.global-date-mobile-picker{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;height:52px;padding:0 10px;border:1px solid var(--border);border-radius:9px;background:var(--surface);overflow:hidden}.global-date-mobile-picker>input{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.global-date-mobile-picker .global-date-mode{padding:1px 5px;font-size:8px}.global-date-mobile-flow{display:flex;align-items:center;justify-content:center;gap:7px;min-width:0}.global-date-mobile-flow>span{display:flex;flex-direction:column;align-items:center;line-height:1.25}.global-date-mobile-flow small{color:var(--ink-3);font-size:7.5px}.global-date-mobile-flow b{font-family:var(--f-mono);font-size:10.5px}.global-date-mobile-flow>i{color:var(--accent);font-size:10px;font-style:normal}.global-date-mobile-picker .global-date-trade{margin:0;padding:2px 5px;font-size:8px;white-space:nowrap}.global-date-mobile-latest{color:var(--accent)!important;font-size:9.5px!important;font-weight:700}.main{grid-column:1/-1;grid-row:3;padding:16px 14px 48px;overflow:visible}.today-workbench-head{align-items:flex-start;flex-direction:column;gap:14px;padding:18px}.today-workbench-head h2{font-size:23px}.today-workbench-head .btn{width:100%;min-height:44px}.today-stage-rail{display:none}.today-stage-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;border-top:1px solid var(--border)}.today-stage-summary li{position:relative;min-width:0;display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:7px;min-height:70px;padding:10px 9px;border-right:1px solid var(--border);background:#fbfaf7}.today-stage-summary li:last-child{border-right:0}.today-stage-summary li:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--border-strong)}.today-stage-summary>li>span{width:22px;height:22px;display:grid;place-items:center;border:1px solid var(--border-strong);border-radius:50%;color:var(--ink-3);font-family:var(--f-mono);font-size:8px}.today-stage-summary li>div{display:flex;min-width:0;flex-direction:column}.today-stage-summary b{font-size:10.5px;line-height:1.35}.today-stage-summary small{overflow:hidden;color:var(--ink-3);font-size:8.5px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.today-stage-summary li.complete:after{background:var(--positive)}.today-stage-summary li.complete>span{border-color:#bfcdba;background:var(--positive-soft);color:var(--positive)}.today-stage-summary li.active:after{background:var(--accent)}.today-stage-summary li.active{background:var(--accent-soft)}.today-stage-summary li.active>span{border-color:#d9aa97;background:var(--surface);color:var(--accent)}.today-stage-summary li.issue:after{background:var(--negative)}.today-stage-summary li.issue{background:var(--negative-soft)}.today-stage-summary li.issue>span{border-color:#dcada5;color:var(--negative)}.kpi-row,.overview-kpi-row{grid-template-columns:repeat(2,1fr)}.grid-2,.mod-grid,.decision-date-rail{grid-template-columns:1fr}.decision-date-transition{height:38px;min-width:0;border-top:1px solid var(--grid);border-bottom:1px solid var(--grid)}.decision-date-transition i{left:50%;right:auto;top:5px;bottom:5px;width:1px;height:auto}.decision-date-transition i:after{right:-3px;top:auto;bottom:-1px;transform:rotate(135deg)}.decision-date-execution{border-left:0}.decision-date-status{align-items:center;border-top:1px solid var(--border);border-left:0;flex-direction:row;justify-content:space-between}.decision-date-status b{margin-top:0}.decision-cause-hero{grid-template-columns:1fr;gap:12px;padding:17px 16px}.decision-cause-copy h2{font-size:25px}.decision-meta-row{margin-bottom:7px}.decision-reason-callout{margin-top:10px}.decision-budget-panel{padding:11px 12px}.decision-budget-flow b{font-size:19px}.decision-condition-focus{padding:14px}.decision-condition-focus-head{grid-template-columns:1fr;gap:7px}.decision-conditions-head{align-items:flex-start;flex-direction:column;gap:8px;padding:14px}.decision-conditions-title-line{align-items:flex-start;flex-direction:column;gap:2px}.decision-condition-columns{display:none}.decision-condition-row{grid-template-columns:1fr 1fr;gap:7px 10px;padding:10px 14px}.decision-condition-name{grid-column:1/-1}.decision-condition-value{align-items:flex-start}.decision-condition-value small{display:block}.decision-condition-row>strong{grid-column:1/-1;text-align:left;padding-top:6px;border-top:1px solid var(--grid)}.decision-execution-grid{grid-template-columns:minmax(108px,.75fr) minmax(0,1.25fr)}.decision-execution-grid>div{grid-template-columns:1fr;gap:2px;padding:10px 12px}.decision-graph-head{padding:2px 2px 8px}.decision-runtime-strip>span{min-width:132px}.strategy-graph-legend{align-items:flex-start;flex-wrap:wrap;gap:7px 12px}.strategy-canvas{padding-bottom:4px}.strategy-stage-flow{display:flex;flex-direction:column;gap:0}.strategy-stage-unit{display:flex;flex-direction:column}.strategy-stage-card{min-height:52px;display:grid;grid-template-columns:24px auto minmax(0,1fr) auto 26px;grid-template-rows:1fr;gap:7px;padding:8px 9px;border-top-width:1px;border-left:3px solid var(--border-strong);border-radius:9px}.strategy-stage-card.role-cause{border-left-color:var(--accent)}.strategy-stage-card.role-constraint{border-left-color:var(--amber)}.strategy-stage-card.role-path{border-left-color:var(--positive)}.strategy-stage-card:hover{transform:none}.strategy-stage-index{position:static;grid-column:1;grid-row:1;align-self:center;width:24px;height:24px;display:grid;place-items:center;border:1px solid var(--border);border-radius:50%;color:var(--ink-3);font-size:8.5px}.strategy-stage-label{grid-column:2;grid-row:1;align-self:center;margin:0;overflow:hidden;font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}.strategy-stage-value{grid-column:3;grid-row:1;align-self:center;min-height:0;overflow:hidden;font-family:var(--f-sans);font-size:12.5px;font-weight:700;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.strategy-stage-role{grid-column:4;grid-row:1;align-self:center;padding:2px 5px;font-size:8px;white-space:nowrap}.strategy-stage-role>span{display:none}.strategy-stage-role small{display:inline}.strategy-budget-track{display:none}.strategy-stage-more{grid-column:5;grid-row:1;align-self:center;width:26px;height:28px;justify-content:center;margin:0;padding:0;border:0;border-radius:7px;background:#ffffffad}.strategy-stage-more>span{display:none}.strategy-stage-more svg{width:14px;height:14px}.strategy-flow-edge,.strategy-stage-unit.unit-3 .strategy-flow-edge,.strategy-stage-unit.unit-4 .strategy-flow-edge,.strategy-stage-unit.unit-5 .strategy-flow-edge{position:static;width:auto;height:14px;display:flex;flex-direction:column;transform:none}.strategy-flow-edge span{display:none}.strategy-flow-edge i:before,.strategy-stage-unit.unit-3 .strategy-flow-edge i:before,.strategy-stage-unit.unit-4 .strategy-flow-edge i:before,.strategy-stage-unit.unit-5 .strategy-flow-edge i:before{content:"↓";font-size:11px}.strategy-node-detail-desktop{display:none}.strategy-node-detail-mobile{display:block;margin:8px 0 4px;scroll-margin-top:126px}.strategy-stage-card{scroll-margin-top:126px}.strategy-node-detail-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px;padding:8px 9px}.strategy-node-detail-head>div{display:block;overflow:hidden}.strategy-node-detail-head h3,.strategy-node-reason-title{display:none}.strategy-node-detail-head p{overflow:hidden;font-size:9.5px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.strategy-node-detail-head p b{font-size:11.5px}.strategy-node-detail-head button{min-height:36px;padding:0 8px}.strategy-node-close-detail{display:none}.strategy-logic{padding:7px}.strategy-logic-paths{gap:6px}.strategy-logic-path{grid-template-columns:1fr;gap:6px;padding:8px;border-left-width:3px;border-radius:9px}.strategy-logic-path>header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px}.strategy-logic-path>header>span{display:none}.strategy-logic-path>header b{grid-column:1;margin:0;overflow:hidden;font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.strategy-logic-mobile-join{grid-column:2;display:block;border:1px solid var(--border);border-radius:99px;background:var(--surface);padding:2px 6px;color:var(--ink-3);font-size:7.5px;font-style:normal;font-weight:650;white-space:nowrap}.strategy-logic-flow{display:flex;flex-direction:column;gap:5px;padding:0}.strategy-logic-criteria{gap:0}.strategy-logic-expression{display:none}.strategy-logic-check-grid{display:block;overflow:hidden;border:1px solid var(--border);border-radius:7px}.strategy-logic-check{grid-template-columns:minmax(0,1fr) auto auto;grid-template-rows:auto auto;align-items:center;gap:2px 6px;border:0;border-bottom:1px solid var(--grid);border-radius:0;padding:5px 7px}.strategy-logic-check:last-child{border-bottom:0}.strategy-logic-check>div{display:contents}.strategy-logic-check>div span{grid-column:1;grid-row:1;overflow:hidden;font-size:8.5px;text-overflow:ellipsis;white-space:nowrap}.strategy-logic-check>div i{display:none}.strategy-logic-check>b{grid-column:2/-1;grid-row:1;font-size:10.5px;text-align:right;white-space:nowrap}.strategy-logic-check>small{grid-column:2;grid-row:2;font-size:7.5px;white-space:nowrap}.strategy-logic-check>small span{display:none}.strategy-logic-check>em{grid-column:3;grid-row:2;font-size:7.5px;white-space:nowrap}.strategy-logic-arrow{display:none}.strategy-logic-result{min-height:0;display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto;align-items:center;gap:7px;padding:6px 7px}.strategy-logic-result.is-conditional strong{grid-column:1;grid-row:1;align-self:center;font-size:8.5px;white-space:nowrap}.strategy-logic-result.is-conditional small{display:none}.strategy-logic-result.is-conditional b{grid-column:2;grid-row:1;font-size:8.5px;line-height:1.35}.strategy-logic-result.is-current small{grid-column:1;font-size:8px}.strategy-logic-result.is-current b{grid-column:2;font-size:9.5px}.strategy-logic-notes{display:none}.hm-row{grid-template-columns:40px repeat(12,minmax(42px,1fr)) minmax(68px,1.15fr);gap:2px}.hm-cell{font-size:9px;padding:5px 0}.tbl{min-width:640px}.instance-chip{display:none}.refresh-drawer,.decision-reason-drawer{width:100%;max-width:none}.decision-reason-drawer-head{padding:20px 18px 15px}.decision-reason-drawer-body{padding:16px 16px 24px}.decision-reason-drawer-foot{align-items:stretch;flex-direction:column;padding:12px 16px}.decision-reason-drawer-foot>div{display:grid;grid-template-columns:1fr 1fr}.decision-reason-drawer-foot button{min-height:44px}.decision-reason-drawer-foot>div:last-child .btn{padding-left:8px;padding-right:8px}.refresh-panel-head{padding:18px 17px 14px}.refresh-panel-head h2{font-size:20px}.refresh-drawer-scroll{padding:15px 16px 22px}.refresh-log-viewport{height:210px}.refresh-log-line{grid-template-columns:55px 42px minmax(0,1fr);padding-left:7px;padding-right:7px}.asset-toolbar{align-items:stretch;margin-bottom:8px}.asset-toolbar .btn-ghost{height:40px}.asset-symbol-picker{margin-left:auto}.asset-symbol-picker>span{display:none}.asset-symbol-switch{flex:1}.asset-symbol-switch button{min-width:58px;min-height:40px;flex:1}.asset-hero{align-items:flex-start;flex-direction:column;gap:5px;padding:10px 14px;margin-bottom:10px}.asset-eyebrow{display:none}.asset-name .asset-link{font-size:23px}.asset-name>span{font-size:10px}.asset-asof{max-width:100%;overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.asset-stats{width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;padding-top:8px;border-top:1px solid var(--grid)}.asset-stat{align-items:flex-start}.asset-stat span{font-size:8px}.asset-stat b{max-width:100%;overflow:hidden;font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.asset-chart-card{width:calc(100% + 28px);margin-left:-14px;margin-right:-14px;border-right:0;border-left:0;border-radius:0;padding:8px 0 14px;overflow:hidden}.asset-chart-card>.market-chart-commandbar,.asset-chart-card>.chart-source-note{margin-left:12px;margin-right:12px}.chart-main-readout{margin-bottom:3px;padding:3px 8px 5px}.market-chart-commandbar{height:auto;min-height:70px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"indicator window recent" "mode guide guide";gap:4px 7px;margin-bottom:0;padding-bottom:8px}.market-chart-indicator-trigger{grid-area:indicator}.market-chart-overview{grid-area:recent}.market-chart-indicator-trigger,.market-chart-overview{height:44px;min-width:64px}.market-chart-window{grid-area:window;min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:10px}.market-chart-mode{grid-area:mode;justify-self:start}.market-chart-gesture-guide{grid-area:guide;min-width:0;margin-left:0;overflow:hidden;color:var(--ink-2);text-overflow:ellipsis;font-size:10px}.market-chart-risk-summary{height:32px;margin:0 12px 2px;padding:0 2px}.market-chart-risk-summary small{font-size:9.5px}.asset-chart-scroll{width:100%;max-width:none;overflow:hidden}.chart-cluster-picker{position:fixed;z-index:28;top:68px;left:8px;width:calc(100% - 16px)}.chart-cluster-picker>div{grid-template-columns:1fr;max-height:min(42vh,320px)}.indicator-sheet{width:min(390px,calc(100vw - 16px));max-height:min(78vh,690px)}.indicator-sheet header{padding:11px 16px}.indicator-sheet header button{height:44px}.indicator-sheet-body{padding:3px 14px 7px}.indicator-choice{min-height:52px;padding-left:8px;padding-right:8px}.indicator-sheet footer{padding:6px 16px calc(6px + env(safe-area-inset-bottom))}.indicator-sheet footer button{min-height:44px}.indicator-settings-panel{width:min(460px,calc(100vw - 16px));padding-bottom:env(safe-area-inset-bottom)}.indicator-settings-panel header{height:54px;padding:0 15px}.indicator-settings-panel header button{min-height:44px}.indicator-settings-lines{padding:7px 14px}.indicator-settings-line{min-height:46px}.indicator-settings-panel footer{height:48px;padding:0 15px}.chart-pane-legend{left:8px;right:50px;max-width:calc(100% - 58px);font-size:9px}.chart-pane-symbol-row,.chart-pane-legend-row{min-height:20px;gap:5px;padding:0 3px;background:#ffffffe6}.chart-pane-symbol-row>button:first-child{width:17px;height:17px}.chart-pane-symbol-row strong{font-size:9.5px}.chart-pane-symbol-row>span{font-size:8.5px}.chart-pane-legend-row>strong{font-size:9px}.chart-pane-legend-row>strong small{font-size:8px}.chart-pane-legend-values{gap:6px}.chart-pane-legend-values b,.chart-pane-legend-values em{font-size:8.3px}.chart-pane-legend-actions{position:absolute;right:0;height:100%;box-shadow:-8px 0 8px #f7f3edf5}.chart-pane-legend-actions button{width:32px;height:32px}.chart-pane-legend-actions button svg{width:13px;height:13px}.chart-accessible-events button{min-height:44px}.data-load-status{grid-template-columns:7px minmax(0,1fr)}.data-load-status>strong{grid-column:2}.rebalance-load-context{align-items:center;flex-direction:column;gap:4px}.order-audit-toggle{grid-template-columns:30px minmax(0,1fr) auto}.order-audit-action{grid-column:2}.order-audit-toggle>strong{grid-column:3;grid-row:1}.filter-divider{display:none}.filter-exec-label{margin-left:6px}.filter-count{width:100%;margin-left:0;text-align:right}.month-picker-popover{width:min(306px,calc(100vw - 16px));box-shadow:0 18px 54px #362d2533}.rebalance-summary{grid-template-columns:repeat(2,1fr)}.rebalance-kpi{border-bottom:1px solid var(--border)}.rebalance-kpi:nth-child(2n){border-right:0}.rebalance-kpi:last-child{grid-column:1/-1;border-bottom:0}.rebalance-attribution-head{align-items:flex-start;gap:10px}.rebalance-attribution-head h3{flex:none}.rebalance-outcome-total{align-items:flex-end;flex-direction:column;gap:0}.rebalance-outcome-total>span{font-size:8px}.rebalance-outcome-total>strong{font-size:17px}.rebalance-quadrant-matrix{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(126px,auto))}.rebalance-quadrant-corner,.rebalance-quadrant-col,.rebalance-quadrant-row{display:none}.rebalance-quadrant-cell{padding:9px 9px 0}.rebalance-quadrant-cell.both_improved{grid-column:1;grid-row:1}.rebalance-quadrant-cell.protected_at_cost{grid-column:2;grid-row:1}.rebalance-quadrant-cell.gain_rougher{grid-column:1;grid-row:2}.rebalance-quadrant-cell.both_worse{grid-column:2;grid-row:2}.rebalance-quadrant-cell-head>b{font-size:10.5px}.rebalance-quadrant-frequency strong{font-size:8.5px}.rebalance-quadrant-frequency span{font-size:7.5px}.rebalance-quadrant-primary{padding:7px 0}.rebalance-quadrant-primary span{font-size:7px}.rebalance-quadrant-primary b{font-size:15px}.rebalance-quadrant-secondary{margin:0 -9px}.rebalance-quadrant-secondary>div{align-items:flex-start;flex-direction:column;gap:0;padding:5px 9px}.rebalance-quadrant-secondary span{font-size:7px}.rebalance-quadrant-secondary b{font-size:9px}.rebalance-boundary-note{margin-left:0}.rebalance-selected-head{flex-direction:column}.rebalance-change-list{justify-content:flex-start}.rebalance-outcomes{grid-template-columns:repeat(2,1fr)}.rebalance-outcomes>div:nth-child(2){border-right:0}.rebalance-outcomes>div:nth-child(-n+2){border-bottom:1px solid var(--border)}}@media (min-width:380px) and (max-width:900px){.strategy-logic-check{grid-template-columns:minmax(80px,1.2fr) minmax(62px,1fr) auto auto;grid-template-rows:auto;gap:5px;padding:6px 7px}.strategy-logic-check>div span{grid-column:1;grid-row:1}.strategy-logic-check>b{grid-column:2;grid-row:1;text-align:left}.strategy-logic-check>small{grid-column:3;grid-row:1}.strategy-logic-check>em{grid-column:4;grid-row:1}}@media (max-width:360px){.strategy-stage-card{grid-template-columns:24px auto minmax(0,1fr) 26px}.strategy-stage-role{display:none}.strategy-stage-more{grid-column:4}}@media (prefers-reduced-motion: reduce){.manual-refresh-trigger.running .refresh-trigger-dot,.refresh-preparing i,.data-load-status:after,.data-load-status>i{animation:none}.node,.edge-path,.refresh-meter>i,.refresh-substep-meter>i,.data-view,.month-picker-trigger,.month-picker-step,.month-picker-grid>button{transition:none}.month-picker-popover,.indicator-sheet,.indicator-settings-panel,.decision-reason-drawer{animation:none}}@media (max-width:520px){.indicator-settings-labels{display:none}.indicator-settings-line{grid-template-columns:minmax(0,1fr);gap:5px;padding:8px 0}.indicator-settings-line>label{min-height:28px}.indicator-color-palette,.indicator-width-options,.indicator-line-type-options{grid-column:1}.indicator-color-palette{gap:1px}.indicator-color-palette button{width:32px;height:32px}.indicator-color-swatch{width:19px;height:19px}.indicator-width-options,.indicator-line-type-options{justify-self:start}.indicator-width-options button,.indicator-line-type-options button{width:30px;height:30px}.indicator-settings-panel header .indicator-settings-remove{min-width:44px;width:44px}.chart-pane-legend-row.direct-settings{min-height:28px}.asset-asof{display:none}.asset-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:8px 12px}.asset-name>span{display:none}.asset-stats{width:auto;display:flex;gap:12px;padding-top:0;border-top:0}.asset-stat{min-width:52px}.asset-stat:nth-child(n+3){display:none}.card-h{align-items:flex-start;gap:4px}.card-h .card-note{flex-basis:100%;line-height:1.5}.fact-list-row{grid-template-columns:minmax(0,1fr) auto;gap:12px;min-height:46px;padding:9px 2px}.fact-list-row dt,.fact-list-row dd{font-size:12px}.fact-list-hashes .fact-list-row{grid-template-columns:78px minmax(0,1fr)}.target-allocation-head{display:none}.target-allocation-row{grid-template-areas:"identity notional" "meter meter";grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;min-height:72px;padding:10px 2px}.target-allocation-identity{grid-area:identity}.target-allocation-meter{grid-area:meter;grid-template-columns:minmax(0,1fr) auto}.target-allocation-notional{grid-area:notional}.target-allocation-notional small{display:block}.target-allocation-notional b{font-size:11px}.decision-cause-hero{gap:10px;padding:14px 12px}.decision-meta-row{gap:7px;margin-bottom:6px}.decision-cause-copy h2{font-size:24px}.decision-cause-copy p{font-size:12px;line-height:1.65}.decision-reason-callout{grid-template-columns:64px minmax(0,1fr);gap:8px;padding:8px 10px}.decision-reason-callout b{font-size:12.5px}.decision-budget-panel{gap:7px 10px;padding:9px 10px}.decision-budget-flow{gap:6px}.decision-budget-flow>div{padding:7px 8px}.decision-budget-flow b{font-size:18px}}
