@layer tokens,base,shell,components,pages;@layer tokens{:root{--canvas: #faf9f6;--canvas-deep: #f1ece5;--surface: #ffffff;--surface-subtle: #f8f5f0;--surface-strong: #f2ede6;--ink: #3d2b1f;--ink-soft: #5c4a3e;--ink-muted: #8b7d6b;--ink-faint: #a49787;--border: #e8e0d5;--border-strong: #d4c9b8;--primary: #8b5a2b;--primary-hover: #754a24;--primary-soft: #f5ede3;--positive: #5b8c5a;--positive-soft: #e8f5e9;--negative: #c44536;--negative-soft: #fce4e4;--warning: #e8a040;--warning-soft: #fff3e0;--info: #4a7c8c;--info-soft: #e3eff2;--radius-xs: 3px;--radius-sm: 4px;--radius-md: 6px;--shadow-low: 0 1px 3px rgba(139, 90, 43, .06);--shadow-dialog: 0 18px 52px rgba(61, 43, 31, .2);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--sidebar-width: 220px;--sidebar-collapsed-width: 64px;--topbar-height: 64px;--content-max: 1600px;--control-height: 38px;--transition-fast: .15s ease;color:var(--ink-soft);font-family:system-ui,PingFang SC,Microsoft YaHei,sans-serif;font-synthesis:none;font-variant-numeric:tabular-nums;letter-spacing:0}}@layer base{*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--canvas);font-size:14px;scrollbar-gutter:stable}body{min-width:320px;min-height:100vh;background:var(--canvas);color:var(--ink-soft);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:auto}button,input,select,textarea{color:inherit;font:inherit;letter-spacing:0}button,select{cursor:pointer}button{border:0;background:none}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.58}a{color:var(--primary);text-decoration:none}img,svg{display:block}img{max-width:100%}ul,ol{list-style:none}:focus-visible{outline:3px solid rgba(139,90,43,.22);outline-offset:2px}::selection{background:#8b5a2b2e}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}}@layer shell{.admin-shell,.customer-shell{min-height:100vh;background:var(--canvas)}.admin-shell{display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);transition:grid-template-columns .18s ease}.admin-shell.sidebar-collapsed{grid-template-columns:var(--sidebar-collapsed-width) minmax(0,1fr)}.sidebar{position:sticky;top:0;z-index:30;display:flex;flex-direction:column;width:var(--sidebar-width);height:100vh;overflow:visible;border-right:1px solid var(--border);background:var(--surface);color:#5c4a3e;font-family:system-ui,PingFang SC,Microsoft YaHei,sans-serif;line-height:1.6;text-rendering:auto;transition:width .18s ease}.sidebar-collapsed .sidebar{width:var(--sidebar-collapsed-width)}.brand{position:relative;display:flex;min-height:56px;align-items:center;padding:16px 20px;border-bottom:1px solid var(--border)}.brand-copy{min-width:0}.brand-copy strong{display:block;overflow:hidden;color:var(--ink);font-size:15px;font-weight:700;line-height:24px;text-overflow:ellipsis;white-space:nowrap}.side-nav{min-height:0;flex:1;overflow-y:auto;overflow-x:hidden;padding:8px 0}.nav-group{display:grid;gap:0}.nav-group-title{padding:10px 20px 4px;color:#8b7d6b;font-size:11px;font-weight:400;letter-spacing:.5px}.nav-group-links{display:grid;gap:0}.sidebar-item{position:relative;display:flex;min-height:40px;align-items:center;gap:10px;border-left:3px solid transparent;padding:8px 20px;color:#8b7d6b;transition:background-color var(--transition-fast),color var(--transition-fast);white-space:nowrap}.sidebar-item:hover{background:#f5f2ed;color:var(--ink)}.sidebar-item.active{border-left-color:var(--primary);background:#f5f2ed;color:#8b5a2b;font-weight:600}.nav-link-icon{display:grid;width:18px;height:18px;flex:0 0 18px;place-items:center}.nav-link-icon--overview{color:#a96525}.nav-link-icon--market{color:#65a741}.nav-link-icon--forecast{color:#7188b8}.nav-link-icon--report{color:#9b86b6}.nav-link-icon--model{color:#d56d52}.nav-link-icon--event{color:#e79a35}.nav-link-icon--source{color:#9b7ead}.nav-link-icon--sync{color:#5d8fc8}.nav-link-icon--users{color:#7556a4}.nav-link-icon--audit{color:#b57a58}.nav-link-label{min-width:0;overflow:hidden;font-size:13px;font-weight:inherit;text-overflow:ellipsis;white-space:nowrap}.sidebar-toggle{position:absolute;top:22px;right:-12px;z-index:2;display:grid;width:24px;height:24px;place-items:center;border:1px solid var(--border-strong);border-radius:50%;background:var(--surface);color:var(--ink-muted);box-shadow:var(--shadow-low)}.sidebar-toggle:hover{border-color:var(--primary);color:var(--primary)}.sidebar-collapsed .brand{justify-content:center;padding-inline:0}.sidebar-collapsed .sidebar-toggle{right:-12px}.sidebar-collapsed .brand-copy strong,.sidebar-collapsed .nav-group-title,.sidebar-collapsed .nav-link-label{display:none}.sidebar-collapsed .brand-copy:before{color:var(--primary);content:"中";font-size:18px;font-weight:700}.sidebar-collapsed .side-nav{gap:8px;padding-inline:8px}.sidebar-collapsed .nav-group{gap:2px}.sidebar-collapsed .sidebar-item{min-height:42px;justify-content:center;border-left-color:transparent;padding:10px 0;justify-items:center}.sidebar-account{display:grid;gap:10px;margin-top:auto;padding:12px;border-top:1px solid var(--border);background:#fcfaf7}.sidebar-account-identity{display:flex;min-width:0;align-items:center;gap:9px}.sidebar-account-avatar{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border:1px solid #dfd2c2;border-radius:50%;background:var(--primary-soft);color:var(--primary)}.sidebar-account .user-identity{min-width:0;padding:0;border:0;text-align:left}.sidebar-account .user-identity strong{font-size:13px}.sidebar-account-actions{display:grid;grid-template-columns:minmax(0,1fr) 68px;gap:6px}.sidebar-account-button{display:inline-flex;min-width:0;min-height:32px;align-items:center;justify-content:center;gap:6px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:0 9px;color:var(--ink-soft);font-size:12px;font-weight:700;transition:border-color var(--transition-fast),background-color var(--transition-fast),color var(--transition-fast)}.sidebar-account-button:hover{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.sidebar-account-button.is-danger:hover{border-color:#e7bcbc;background:var(--negative-soft);color:var(--negative)}.sidebar-collapsed .sidebar-account{justify-items:center;gap:7px;padding-inline:8px}.sidebar-collapsed .sidebar-account .user-identity,.sidebar-collapsed .sidebar-account-button span{display:none}.sidebar-collapsed .sidebar-account-actions{grid-template-columns:1fr}.sidebar-collapsed .sidebar-account-button{width:38px;height:36px;padding:0}.main-panel{min-width:0;overflow-x:clip}.topbar{position:sticky;top:0;z-index:25;display:flex;min-height:var(--topbar-height);align-items:center;justify-content:space-between;gap:var(--space-4);padding:0 26px;border-bottom:1px solid var(--border);background:#fffffff7;box-shadow:0 1px #8b5a2b05}.topbar-context,.user-identity{display:grid;min-width:0}.topbar-context span,.user-identity span{color:var(--ink-muted);font-size:11px}.topbar-context strong,.user-identity strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.topbar-actions{display:flex;align-items:center;gap:10px}.user-identity{padding-right:12px;border-right:1px solid var(--border);text-align:right}.customer-shell .topbar{position:relative}.mobile-shell-bar,.mobile-nav-overlay,.mobile-nav-close,.mobile-nav-trigger{display:none}@media (max-width: 959px){.admin-shell{display:block}.sidebar{position:fixed;inset:0 auto 0 0;z-index:70;width:min(84vw,320px);height:100dvh;overflow:hidden;border-right:1px solid var(--border);border-bottom:0;box-shadow:16px 0 36px #2a332f29;transform:translate(-105%);transition:transform .18s ease}.sidebar-collapsed .sidebar{width:min(84vw,320px)}.brand{min-height:62px;padding-block:10px}.sidebar.mobile-open{transform:translate(0)}.sidebar-toggle{display:none}.mobile-nav-close{display:grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink-soft)}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:block;width:100%;height:100%;border:0;background:#181f1d5c}.mobile-shell-bar{position:sticky;top:0;z-index:40;display:flex;min-height:58px;align-items:center;gap:12px;padding:8px 14px;border-bottom:1px solid var(--border);background:#fffffff5;box-shadow:0 1px 8px #2a332f0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-shell-title{min-width:0;overflow:hidden;color:var(--ink);font-size:14px;text-overflow:ellipsis;white-space:nowrap}.mobile-shell-title:before{content:"中药材价格预测平台"}.mobile-nav-trigger{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink-soft)}.side-nav{min-height:0;flex:1;overflow-x:hidden;overflow-y:auto;padding:8px 0 12px}.nav-group-title{padding-inline:18px}.sidebar-item{min-height:44px;padding-inline:18px}.sidebar-account,.sidebar-collapsed .sidebar-account{display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px}.sidebar-account-actions,.sidebar-collapsed .sidebar-account-actions{display:flex}.sidebar-collapsed .sidebar-account-button{width:auto;height:auto;padding:0 9px}}@media (max-width: 600px){.topbar-context span,.user-identity,.bind-button span{display:none}.topbar{min-height:56px}.topbar-actions{gap:6px}.sidebar-account .user-identity{display:grid}.sidebar-account-avatar{display:none}.sidebar-account-button{min-height:34px}.sidebar-account-button span{display:none}}}@layer components{.button-primary,.primary-button,.login-submit,.sync-submit,.scenario-launch-button,.button-secondary,.secondary-button,.bind-button,.danger-button,.table-detail-button,.report-back-link{display:inline-flex;min-height:var(--control-height);align-items:center;justify-content:center;gap:7px;border:1px solid transparent;border-radius:var(--radius-sm);padding:0 14px;font-size:13px;font-weight:700;line-height:1.2;transition:background-color var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast)}.button-primary,.primary-button,.login-submit,.sync-submit,.scenario-launch-button{background:var(--primary);color:#fff}.button-primary:hover,.primary-button:hover,.login-submit:hover,.sync-submit:hover,.scenario-launch-button:hover{background:var(--primary-hover)}.button-secondary,.secondary-button,.bind-button,.table-detail-button,.report-back-link{border-color:var(--border-strong);background:var(--surface);color:var(--ink-soft)}.button-secondary:hover,.secondary-button:hover,.bind-button:hover,.table-detail-button:hover,.report-back-link:hover{border-color:var(--primary);background:var(--surface-subtle);color:var(--primary)}.danger-button{border-color:#e7bcbc;background:var(--negative-soft);color:var(--negative)}.compact-button{min-height:32px;padding-inline:10px;font-size:12px}.icon-button{display:inline-grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink-muted);transition:background-color var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast)}.icon-button:hover{border-color:var(--border-strong);background:var(--surface-strong);color:var(--ink)}.panel{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-low)}.section-heading,.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4)}.page-header{padding:0 0 2px}.page-header__copy{min-width:0}.page-header__context,.eyebrow{display:block;margin-bottom:4px;color:var(--primary);font-size:11px;font-weight:800}.page-header h1,.section-heading h2,.section-heading h3,.panel-title{margin-bottom:0;color:var(--ink)}.page-header h1{font-size:22px;line-height:1.3}.page-header__copy p{max-width:760px;margin:6px 0 0;color:var(--ink-muted)}.page-header__actions,.toolbar-actions,.form-actions,.row-actions,.query-actions,.scenario-dialog-actions,.report-admin-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.toolbar-actions>button,.forecast-actions>button,.report-admin-actions>button,.report-document-toolbar>button{display:inline-flex;min-height:var(--control-height);align-items:center;justify-content:center;gap:7px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);padding:0 12px;color:var(--ink-soft);font-size:12px;font-weight:700}.toolbar-actions>button:hover,.forecast-actions>button:hover,.report-admin-actions>button:hover,.report-document-toolbar>button:hover{border-color:var(--primary);background:var(--surface-subtle);color:var(--primary)}.row-actions button,.stack-form>button{display:inline-flex;min-height:32px;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:0 10px;color:var(--ink-soft);font-size:12px;font-weight:700;white-space:nowrap}.row-actions button:hover,.stack-form>button:hover{border-color:var(--border-strong);background:var(--surface-subtle)}.row-actions button.danger-button{border-color:#e7bcbc;background:var(--negative-soft);color:var(--negative)}.row-actions button.danger-button:hover{border-color:var(--negative);background:#fde8e8;color:var(--negative)}.stack-form>button{min-height:var(--control-height);justify-self:end;border-color:var(--primary);background:var(--primary);color:#fff}.stack-form>button:hover{border-color:var(--primary-hover);background:var(--primary-hover)}.form-field{display:grid;min-width:0;gap:6px;color:var(--ink-soft);font-size:12px;font-weight:700}.form-field input,.form-field select,.form-field textarea,.scenario-weight-input{width:100%;min-height:var(--control-height);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);padding:8px 10px;color:var(--ink);font-weight:500;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.form-field textarea{min-height:96px;resize:vertical}.form-field input:focus,.form-field select:focus,.form-field textarea:focus,.scenario-weight-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #8b5a2b1a;outline:0}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.stack-form{display:grid;gap:16px}.form-error,.notice,.scenario-warning,.sync-batch-error,.report-error,.report-request-state.error{border:1px solid #e7bcbc;border-radius:var(--radius-sm);background:var(--negative-soft);padding:10px 12px;color:var(--negative);font-size:13px}.notice{border-color:#c9d9e8;background:var(--info-soft);color:var(--info)}.tabs,.query-tabs,.forecast-cycle-tabs{display:flex;width:100%;max-width:100%;gap:0;overflow-x:auto;border:0;border-bottom:1px solid var(--border);border-radius:0;background:transparent;padding:0}.tabs button,.query-tabs button,.forecast-cycle-tabs button{min-height:32px;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;padding:0 16px;color:var(--ink-muted);font-weight:700;white-space:nowrap}.tabs button.active,.query-tabs button.active,.forecast-cycle-tabs button.active,.tabs button[aria-selected=true],.query-tabs button[aria-selected=true]{border-bottom-color:var(--primary);background:transparent;color:var(--primary);box-shadow:none}.table-region{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.table-wrap,.forecast-table-wrap,.report-table-wrap{max-width:100%;overflow:auto;scrollbar-color:#aab8b4 transparent;scrollbar-width:thin}.table-wrap:focus-visible,.forecast-table-wrap:focus-visible,.report-table-wrap:focus-visible{outline:3px solid rgba(139,90,43,.16);outline-offset:-3px}.data-table,.forecast-table,.operation-log-table{width:100%;border-collapse:separate;border-spacing:0;font-size:13px}.data-table th,.data-table td,.forecast-table th,.forecast-table td,.operation-log-table th,.operation-log-table td{padding:11px 13px;border-bottom:1px solid var(--border);text-align:left;vertical-align:middle}.data-table th,.forecast-table th,.operation-log-table th{position:sticky;top:0;z-index:1;background:var(--surface-strong);color:var(--ink);font-size:12px;font-weight:800;white-space:nowrap}.data-table tbody tr:hover,.forecast-table tbody tr:hover,.operation-log-table tbody tr:hover{background:var(--surface-strong)}.data-table tbody tr:nth-child(odd),.forecast-table tbody tr:nth-child(odd),.operation-log-table tbody tr:nth-child(odd){background:#fdfbf8}.data-table tbody tr:nth-child(odd):hover,.forecast-table tbody tr:nth-child(odd):hover,.operation-log-table tbody tr:nth-child(odd):hover{background:var(--surface-strong)}.data-table tbody tr:last-child td,.forecast-table tbody tr:last-child td,.operation-log-table tbody tr:last-child td{border-bottom:0}.table-footer{display:flex;min-height:48px;align-items:center;justify-content:flex-end;gap:8px;padding:8px 2px 0;color:var(--ink-muted);font-size:12px}.table-footer button,.sync-pagination button{min-height:32px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:0 11px;color:var(--ink-soft);font-weight:700}.table-footer button:hover,.sync-pagination button:hover{border-color:var(--border-strong);background:var(--surface-subtle)}.status-badge,.report-status,.scenario-status{display:inline-flex;min-height:24px;align-items:center;border-radius:999px;padding:2px 9px;background:var(--surface-strong);color:var(--ink-muted);font-size:11px;font-weight:800;white-space:nowrap}.status-badge:before,.report-status:before,.scenario-status:before{width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:currentColor;content:""}.status-success,.status-completed,.status-active,.status-up,.report-status.success,.scenario-status.is-success{background:var(--positive-soft);color:var(--positive)}.status-failed,.status-failure,.status-inactive,.status-down,.report-status.failed,.scenario-status.is-failed{background:var(--negative-soft);color:var(--negative)}.status-running,.status-pending,.report-status.running,.scenario-status.is-running,.scenario-status.is-pending{background:var(--info-soft);color:var(--info)}.status-partial_success,.status-quality_rejected,.status-medium,.status-high{background:var(--warning-soft);color:var(--warning)}.page-state,.empty-state,.state-panel{display:flex;min-height:120px;align-items:center;justify-content:center;gap:12px;border:1px dashed var(--border-strong);border-radius:var(--radius-md);background:var(--surface-subtle);padding:24px;color:var(--ink-muted);text-align:left}.page-state__copy,.empty-state{min-width:0}.page-state__copy strong,.empty-state strong{display:block;color:var(--ink-soft)}.page-state__copy p,.empty-state span{display:block;margin:3px 0 0;font-size:13px}.page-state__action{margin-left:auto}.page-state--error{border-color:#e7bcbc;background:var(--negative-soft);color:var(--negative)}.app-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;overflow:auto;padding:24px;background:#3d2b1f7a}.app-modal{display:flex;width:min(720px,100%);max-height:min(82vh,820px);flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-dialog)}.app-modal__header,.app-modal__footer{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid var(--border)}.app-modal__header h2{margin:0;font-size:18px}.app-modal__body{min-height:0;overflow:auto;padding:18px}.app-modal__footer{justify-content:flex-end;border-top:1px solid var(--border);border-bottom:0;background:var(--surface-subtle)}.json-preview,.operation-meta-summary,.sync-failure-item pre{max-width:100%;overflow:auto;border:1px solid var(--border);border-radius:var(--radius-sm);background:#17211f;padding:12px;color:#d9e5e2;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;white-space:pre-wrap;word-break:break-word}.spin{animation:spin .9s linear infinite}.is-spinning{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes surface-pulse{0%,to{background-color:var(--surface)}50%{background-color:var(--surface-strong)}}@media (max-width: 700px){.form-grid{grid-template-columns:1fr}.page-header,.section-heading{align-items:stretch;flex-direction:column}.page-header__actions,.toolbar-actions,.form-actions{width:100%}.app-modal-overlay{padding:12px}.app-modal{max-height:calc(100vh - 24px)}}}@layer pages{.page-stack{display:grid;min-width:0;width:min(100%,var(--content-max));gap:18px;margin:0 auto;padding:24px 32px 32px}.landing-screen{position:relative;display:grid;min-height:100vh;overflow:hidden;align-content:space-between;isolation:isolate;color:#f7fbf8;background:#17342f}.landing-background,.landing-shade{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.landing-background{z-index:-2;object-fit:cover;object-position:center}.landing-shade{z-index:-1;background:linear-gradient(90deg,#0c251feb,#0c251fad 44%,#0c251f2e)}.landing-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px clamp(20px,6vw,88px)}.landing-brand,.landing-login-link,.landing-features span{display:inline-flex;align-items:center}.landing-brand{gap:10px}.landing-brand strong{font-size:15px;letter-spacing:.04em}.landing-brand-mark{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(218,239,229,.36);border-radius:8px;background:#ffffff1f}.landing-brand-mark img{width:31px;height:31px}.landing-login-link{min-height:44px;gap:7px;border-bottom:1px solid rgba(255,255,255,.52);color:#fff;font-size:14px}.landing-content{width:min(650px,calc(100% - 40px));margin:0 clamp(20px,6vw,88px) 10vh}.landing-kicker{margin:0 0 18px;color:#b8ddc8;font-size:13px;font-weight:700;letter-spacing:.12em}.landing-content h1{margin:0;color:#fff;font-family:"Noto Serif SC",Songti SC,serif;font-size:clamp(36px,5.5vw,68px);font-weight:600;line-height:1.2}.landing-content h1 em{color:#d4eedc;font-style:normal}.landing-description{max-width:480px;margin:24px 0 0;color:#f1fbf5c7;font-size:16px;line-height:1.8}.landing-actions{display:flex;align-items:center;gap:16px;margin-top:30px}.landing-primary-action,.landing-secondary-action{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:10px;border-radius:5px;padding:0 22px;font-size:14px;font-weight:700}.landing-primary-action{border:1px solid #d8efdf;background:#d8efdf;color:#174335}.landing-secondary-action{border:1px solid rgba(255,255,255,.45);color:#fff}.landing-primary-action:disabled{cursor:wait;opacity:.65}.landing-error{width:fit-content;margin-top:14px;border-radius:4px;padding:8px 10px;background:#801b1bb8;color:#fff;font-size:13px}.landing-features{display:flex;flex-wrap:wrap;gap:18px 28px;margin-top:54px;color:#effbf3bd;font-size:12px}.landing-features span{gap:7px}@media (max-width: 600px){.landing-header{padding:18px 20px}.landing-brand strong{font-size:13px}.landing-content{margin-bottom:8vh}.landing-description{font-size:14px}.landing-actions{align-items:stretch;flex-direction:column;max-width:240px}.landing-secondary-action{min-height:42px}.landing-features{margin-top:36px}.landing-shade{background:linear-gradient(180deg,#0c251fcc,#0c251f8c 42%,#0c251feb)}}.admin-shell .page-stack{width:100%;max-width:none;margin:0}.admin-shell .page-header__context{display:none}.admin-shell .page-header__copy p{margin-top:4px;font-size:13px}.login-screen,.privacy-screen,.consent-screen,.system-state-page{min-height:100vh;background-color:#eef2f1}.login-screen{--canvas: #f3f5f5;--surface: #ffffff;--surface-subtle: #f7f9f9;--surface-strong: #edf2f1;--ink: #16211f;--ink-soft: #3c4a47;--ink-muted: #6b7775;--border: #d7dfdd;--border-strong: #becac7;--primary: #087f75;--primary-hover: #066960;position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,420px);align-items:center;overflow:hidden;padding:clamp(28px,5vw,76px);isolation:isolate}.login-screen:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#eef2f100 38%,#eef2f11f 52%,#eef2f1c2,#eef2f1);content:""}.login-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:center}.login-panel{position:relative;z-index:1;width:min(420px,100%);grid-column:2;justify-self:end;overflow:hidden;border:1px solid rgba(180,197,192,.82);border-radius:var(--radius-md);background:#fffffff5;box-shadow:0 24px 64px #1f3a332b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:login-panel-enter .42s cubic-bezier(.2,0,0,1) both}.login-brand{display:flex;min-height:74px;align-items:center;gap:12px;padding:22px 24px 4px;color:#23453d;font-size:15px;font-weight:800}.login-brand-mark{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;overflow:hidden;border:1px solid #cad8d4;border-radius:var(--radius-md);background:#f7faf9}.login-brand-mark img{width:36px;height:36px;object-fit:contain}.login-form{display:grid;gap:16px;padding:18px 24px 24px}.login-form h1{margin:0 0 2px;font-size:22px;line-height:1.35}.login-form>label,.login-form>.form-field{display:grid;gap:6px;color:var(--ink-soft);font-size:12px;font-weight:700}.login-form>label input,.password-input input,.login-code-field input{width:100%;height:42px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);padding:0 11px}.login-form>label input:focus,.password-input input:focus,.login-code-field input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #087f751a;outline:0}.password-input{position:relative}.password-input input{padding-right:44px}.password-toggle{position:absolute;top:3px;right:3px;display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--ink-muted)}.password-toggle:hover{background:var(--surface-strong);color:var(--ink)}.login-submit{width:100%;min-height:42px;margin-top:2px}.login-code-field{display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:8px}.login-code-resend{min-height:42px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-subtle);color:var(--primary);font-size:12px;font-weight:700}.login-code-resend:disabled{color:var(--ink-muted);cursor:not-allowed;opacity:.72}.login-privacy-consent{display:flex!important;grid-template-columns:none!important;align-items:center;gap:8px!important;color:var(--ink-muted)!important;font-weight:600!important}.login-privacy-consent input{width:16px!important;height:16px!important;flex:0 0 16px;margin:0;accent-color:var(--primary)}.login-privacy-consent a{margin-left:4px;color:var(--primary)}.login-back-button,.login-admin-entry{display:inline-flex;min-height:30px;align-items:center;gap:6px;border:0;background:transparent;padding:0;color:var(--primary);font-size:12px;font-weight:700}.login-back-button{width:fit-content}.login-form-footer-split{justify-content:space-between}.login-options,.login-form-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.login-remember{display:inline-flex;align-items:center;gap:7px;color:var(--ink-muted);font-size:12px;font-weight:600}.login-remember input{width:16px;height:16px;margin:0;accent-color:var(--primary)}.login-link-button{min-height:28px;border:0;background:transparent;padding:0;color:var(--primary);font-size:12px;font-weight:700}.login-link-button:hover{color:var(--primary-hover)}.login-form-footer{justify-content:center;padding-top:2px}.login-form-footer a{color:var(--ink-muted);font-size:12px}.login-form-footer a:hover{color:var(--primary)}.password-help-modal,.logout-confirm-modal{width:min(440px,100%)}.password-help-copy,.logout-confirmation-copy{margin:0;color:var(--ink-soft);font-size:14px}@keyframes login-panel-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.consent-screen{--consent-primary: #087f75;--consent-primary-hover: #066960;position:relative;display:grid;place-items:center;overflow:hidden;padding:32px;isolation:isolate}.consent-screen:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:#eef3f1b8;content:""}.consent-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:center}.consent-panel{width:min(500px,100%);overflow:hidden;border:1px solid rgba(180,197,192,.9);border-radius:var(--radius-md);background:#fffffff7;box-shadow:0 24px 64px #1f3a3333;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:login-panel-enter .36s cubic-bezier(.2,0,0,1) both}.consent-brand{display:flex;align-items:center;gap:10px;border-bottom:1px solid #e2e9e7;padding:18px 22px;color:#23453d;font-size:14px;font-weight:800}.consent-brand-mark{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border:1px solid #cad8d4;border-radius:var(--radius-md);background:#f7faf9}.consent-brand-mark img{width:32px;height:32px;object-fit:contain}.consent-content{display:grid;justify-items:center;padding:34px 36px 30px;text-align:center}.consent-icon{display:grid;width:56px;height:56px;margin-bottom:16px;place-items:center;border:1px solid #bcd7d1;border-radius:50%;background:#edf7f4;color:var(--consent-primary)}.consent-eyebrow{margin-bottom:6px;color:var(--consent-primary);font-size:12px;font-weight:800}.consent-content h1{margin:0;color:#16211f;font-size:25px;line-height:1.35}.consent-content>p{margin:10px 0 0;color:#6b7775;font-size:14px}.consent-summary{width:100%;margin-top:22px;border-left:3px solid var(--consent-primary);background:#f4f8f7;padding:12px 14px;color:#3c4a47;font-size:13px;line-height:1.7;text-align:left}.consent-error{width:100%;margin-top:14px;text-align:left}.consent-actions{display:grid;width:100%;grid-template-columns:minmax(0,.9fr) minmax(0,1.25fr);gap:10px;margin-top:22px}.consent-actions .button-primary,.consent-actions .button-secondary{min-height:44px}.consent-actions .button-primary{background:var(--consent-primary)}.consent-actions .button-primary:hover{background:var(--consent-primary-hover)}.consent-version{margin-top:16px;color:#899593;font-size:11px}.privacy-screen{padding:48px 20px}.privacy-document{width:min(760px,100%);margin:0 auto;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-low)}.privacy-header,.privacy-footer{padding:22px 28px;border-bottom:1px solid var(--border)}.privacy-header h1{margin-bottom:4px;font-size:24px}.privacy-header span{color:var(--ink-muted);font-size:12px}.privacy-body{min-height:280px;padding:28px;color:var(--ink-soft);font-size:15px;line-height:1.9}.privacy-body .privacy-lead{margin-top:0;color:var(--ink);font-size:16px;font-weight:700}.privacy-body section+section{margin-top:22px}.privacy-body h2{margin:0 0 6px;color:var(--ink);font-size:16px}.privacy-body p{margin:0}.privacy-footer{display:flex;justify-content:flex-end;border-top:1px solid var(--border);border-bottom:0;background:var(--surface-subtle)}.system-state-page{display:grid;place-items:center;padding:24px}.system-state-page .page-state{width:min(520px,100%);min-height:180px;border-style:solid;background:var(--surface);box-shadow:var(--shadow-low)}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.metric-card,.forecast-kpi{min-width:0;padding:17px 18px;border:1px solid var(--border);border-left:3px solid var(--primary);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-low)}.metric-card:last-child,.forecast-kpi:last-child{border-right:1px solid var(--border)}.metric-card:nth-child(2),.forecast-kpi:nth-child(2){border-left-color:#c19860}.metric-card:nth-child(3),.forecast-kpi:nth-child(3){border-left-color:var(--positive)}.metric-card:nth-child(4),.forecast-kpi:nth-child(4){border-left-color:var(--info)}.metric-card span,.forecast-kpi span{display:block;margin-bottom:5px;color:var(--ink-muted);font-size:12px}.metric-card strong,.forecast-kpi strong{display:block;overflow:hidden;color:var(--ink);font-size:24px;line-height:1.25;text-overflow:ellipsis}.overview-information-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.overview-information{overflow:hidden;box-shadow:var(--shadow-low)}.overview-information h3{margin:0;padding:15px 18px;border-bottom:1px solid var(--border);background:#fbf8f3;color:var(--ink);font-size:15px}.info-row{display:grid;min-height:46px;grid-template-columns:minmax(110px,.7fr) minmax(0,1.3fr);align-items:center;gap:16px;padding:10px 18px;border-bottom:1px solid var(--border)}.info-row:last-child{border-bottom:0}.info-row span{color:var(--ink-muted);font-size:12px}.info-row strong{min-width:0;overflow:hidden;color:var(--ink-soft);font-size:13px;text-align:right;text-overflow:ellipsis}.info-row .status-badge{width:max-content;justify-self:end}.overview-page{gap:16px}.overview-alert-strip{display:flex;min-height:48px;align-items:center;gap:18px;overflow:hidden;border:1px solid var(--border);border-left:3px solid var(--positive);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-low)}.overview-alert-strip.has-alerts{border-left-color:var(--warning)}.overview-alert-title{display:flex;min-height:46px;flex:0 0 auto;align-items:center;gap:7px;padding:0 16px;border-right:1px solid var(--border);background:#fbf8f3;color:var(--primary)}.overview-alert-strip.is-healthy .overview-alert-title{color:var(--positive)}.overview-alert-title strong{font-size:13px;white-space:nowrap}.overview-alert-list{display:flex;min-width:0;flex:1;align-items:center;gap:8px;overflow-x:auto;padding:7px 12px 7px 0}.overview-alert-item{display:inline-flex;min-height:28px;flex:0 0 auto;align-items:center;gap:8px;border:1px solid #ead4b8;border-radius:var(--radius-sm);background:var(--warning-soft);padding:0 9px;color:var(--warning);font-size:12px}.overview-alert-item.is-danger{border-color:#e7bcbc;background:var(--negative-soft);color:var(--negative)}.overview-alert-item a{border-left:1px solid currentcolor;padding-left:8px;color:inherit;font-weight:800}.overview-healthy-copy{color:var(--ink-muted);font-size:12px}.overview-section{display:grid;gap:10px}.overview-section-label{display:flex;align-items:center;gap:8px}.overview-section-label span{color:var(--ink);font-size:13px;font-weight:800}.overview-section-label:before{width:4px;height:15px;border-radius:2px;background:var(--primary);content:""}.overview-metric-card{display:flex;min-height:96px;align-items:center;gap:14px;padding:16px;border-left-width:1px;cursor:pointer;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast)}.overview-metric-card:hover{border-color:var(--border-strong);box-shadow:0 5px 16px #3d2b1f14;transform:translateY(-1px)}.overview-metric-card:active{transform:translateY(0)}.overview-metric-card:nth-child(2),.overview-metric-card:nth-child(3),.overview-metric-card:nth-child(4){border-left-color:var(--border)}.overview-metric-icon{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border:1px solid #e2d4c3;border-radius:var(--radius-md);background:var(--primary-soft);color:var(--primary)}.overview-metric-card:nth-child(2) .overview-metric-icon{border-color:#d9e3d9;background:var(--positive-soft);color:var(--positive)}.overview-metric-card:nth-child(3) .overview-metric-icon{border-color:#d4e1e5;background:var(--info-soft);color:var(--info)}.overview-metric-card:nth-child(4) .overview-metric-icon{border-color:#ead7bc;background:var(--warning-soft);color:var(--warning)}.overview-metric-card>div:last-child{min-width:0}.overview-metric-card span{margin:0 0 2px}.overview-metric-card strong{display:inline;font-size:24px}.overview-metric-card small{margin-left:5px;color:var(--ink-muted);font-size:11px;font-weight:700}.overview-metric-card{display:grid;min-height:112px;grid-template-rows:auto 1fr auto;align-items:stretch;gap:7px;border-left-width:3px;padding:13px 15px}.overview-metric-topline{display:flex;align-items:center;gap:8px;color:var(--ink-muted);font-size:12px;font-weight:700}.overview-metric-topline .overview-metric-icon{width:30px;height:30px;flex-basis:30px;border-radius:var(--radius-sm)}.overview-metric-value{display:flex;align-items:baseline;align-self:center;gap:1px}.overview-metric-value strong{color:var(--ink);font-size:25px;line-height:1}.overview-metric-meta{min-width:0;overflow:hidden;color:var(--primary);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.overview-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.overview-dashboard-card{min-width:0;overflow:hidden}.overview-card-heading{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:14px;padding:15px 16px 0}.overview-card-heading>div{display:flex;align-items:center;gap:8px;color:var(--primary)}.overview-card-heading>div:before{width:4px;height:16px;border-radius:2px;background:var(--primary);content:""}.overview-card-heading>div>svg{display:none}.overview-card-heading h2{margin:0;color:var(--ink);font-size:15px}.overview-card-heading>span{min-width:0;overflow:hidden;color:var(--ink-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.overview-card-body{display:grid;min-height:276px;gap:18px;padding:17px}.overview-split-layout{display:grid;min-width:0;grid-template-columns:minmax(230px,.92fr) minmax(280px,1.08fr);gap:14px}.overview-cell-grid{display:grid;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-content:stretch}.overview-metric-cell{display:grid;min-width:0;align-content:center;gap:4px;border-radius:var(--radius-sm);background:var(--surface-subtle);padding:11px 12px;color:inherit;transition:background var(--transition-fast),box-shadow var(--transition-fast)}a.overview-metric-cell:hover{background:#f4efe8;box-shadow:inset 0 0 0 1px var(--border)}.overview-metric-cell strong{min-width:0;color:var(--ink);font-size:14px;line-height:1.35;overflow-wrap:anywhere}.overview-metric-cell span{color:var(--ink-muted);font-size:11px}.overview-chart-box{display:grid;min-width:0;min-height:260px;grid-template-rows:auto 1fr auto;gap:8px;border-radius:var(--radius-sm);background:var(--surface-subtle);padding:11px 12px}.overview-donut-chart{position:relative;display:grid;min-height:170px;place-items:center}.overview-donut-chart svg{width:min(176px,80%);overflow:visible}.overview-donut-track,.overview-donut-segment{fill:none;stroke-width:16;transform:rotate(-90deg);transform-origin:60px 60px}.overview-donut-track{stroke:var(--surface-strong)}.overview-donut-segment{stroke-linecap:butt;transition:opacity var(--transition-fast),stroke-width var(--transition-fast)}.overview-donut-segment:hover{opacity:.82;stroke-width:19}.overview-donut-segment.is-price,.overview-chart-legend i.is-price{stroke:var(--primary);background:var(--primary)}.overview-donut-segment.is-sentiment,.overview-chart-legend i.is-sentiment{stroke:var(--info);background:var(--info)}.overview-donut-segment.is-supply,.overview-chart-legend i.is-supply{stroke:var(--positive);background:var(--positive)}.overview-donut-total{position:absolute;display:grid;place-items:center;color:var(--ink-muted)}.overview-donut-total strong{color:var(--ink);font-size:20px;line-height:1.1}.overview-donut-total span{font-size:10px}.overview-chart-legend{display:flex;align-items:center;justify-content:center;gap:12px;color:var(--ink-muted);font-size:10px}.overview-chart-legend span{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.overview-chart-legend i{width:7px;height:7px;flex:0 0 7px;border-radius:50%}.overview-chart-legend strong{color:var(--ink-soft);font-size:10px}.overview-business-chart{display:grid;align-content:center;gap:24px;padding:14px 2px}.overview-business-chart-row{display:grid;grid-template-columns:62px minmax(0,1fr) 34px;align-items:center;gap:10px;color:var(--ink-muted);font-size:11px}.overview-business-chart-row>strong{color:var(--ink-soft);font-size:11px;text-align:right}.overview-business-chart-track{display:flex;height:22px;overflow:hidden;border-radius:3px;background:var(--surface-strong)}.overview-business-chart-track i{display:block;min-width:2px;height:100%;transition:filter var(--transition-fast)}.overview-business-chart-track i:hover{filter:brightness(1.08)}.overview-business-chart-track i.is-success,.overview-chart-legend i.is-success{background:var(--positive)}.overview-business-chart-track i.is-failure,.overview-chart-legend i.is-failure{background:var(--negative)}.overview-business-chart-track i.is-rollback,.overview-chart-legend i.is-rollback{background:var(--warning)}.overview-business-chart-track i.is-other,.overview-chart-legend i.is-other{background:var(--info)}.overview-business-chart-track em{align-self:center;margin:auto;color:var(--ink-faint);font-size:10px;font-style:normal}.overview-asset-summary{display:grid;gap:13px}.overview-asset-row{display:grid;gap:6px}.overview-asset-row>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}.overview-asset-row span{color:var(--ink-muted);font-size:12px}.overview-asset-row strong{color:var(--ink-soft);font-size:12px}.overview-progress-track{height:7px;overflow:hidden;border-radius:3px;background:var(--surface-strong)}.overview-progress-track i{display:block;height:100%;border-radius:inherit;background:var(--primary)}.overview-asset-row:nth-child(2) .overview-progress-track i{background:var(--info)}.overview-asset-row:nth-child(3) .overview-progress-track i{background:var(--positive)}.overview-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.overview-detail-cell{display:grid;min-width:0;gap:4px;padding:11px 12px;border-radius:var(--radius-sm);background:var(--surface-subtle)}.overview-detail-cell>span{color:var(--ink-muted);font-size:11px}.overview-detail-cell>strong{min-width:0;overflow:hidden;color:var(--ink-soft);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.overview-detail-cell .status-badge{width:max-content}.overview-business-kpis,.overview-status-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--border);border-radius:var(--radius-sm)}.overview-business-kpis>div,.overview-status-kpi{display:grid;min-width:0;gap:3px;padding:12px;border-right:1px solid var(--border);text-align:center}.overview-business-kpis>div:last-child,.overview-status-kpi:last-child{border-right:0}.overview-business-kpis strong,.overview-status-kpi strong{overflow:hidden;color:var(--ink);font-size:18px;text-overflow:ellipsis}.overview-business-kpis span,.overview-status-kpi span{color:var(--ink-muted);font-size:11px}.overview-business-kpis .is-muted strong{color:var(--ink-faint)}.overview-business-bars{display:grid;gap:13px}.overview-comparison-row{display:grid;gap:7px}.overview-comparison-copy{display:flex;align-items:center;justify-content:space-between;gap:12px}.overview-comparison-copy strong{color:var(--ink-soft);font-size:12px}.overview-comparison-copy span{color:var(--ink-muted);font-size:11px}.overview-comparison-track{display:flex;height:9px;overflow:hidden;border-radius:3px;background:var(--surface-strong)}.overview-comparison-track i{display:block;height:100%}.overview-comparison-track .is-primary{background:var(--positive)}.overview-comparison-track .is-secondary{background:#d9b47d}.overview-comparison-row.is-muted{opacity:.58}.overview-sync-trend,.overview-model-health{display:grid;gap:10px}.overview-chart-caption{color:var(--ink-soft);font-size:12px;font-weight:800}.overview-sync-chart{position:relative;display:grid;min-height:214px;place-items:center;overflow:visible;border-radius:var(--radius-sm);background:var(--surface-subtle);padding:8px}.overview-chart-tooltip{position:absolute;top:12px;z-index:3;display:grid;min-width:124px;gap:3px;padding:8px 10px;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-sm);background:#3d2b1ff0;box-shadow:0 8px 22px #3d2b1f2e;color:#fff;font-size:11px;pointer-events:none;transform:translate(-50%)}.overview-chart-tooltip strong{font-size:12px}.overview-sync-chart svg{display:block;width:100%;height:auto;min-height:190px}.overview-sync-grid-line{stroke:var(--border);stroke-width:1}.overview-sync-axis-label,.overview-sync-batch-label{fill:var(--ink-faint);font-size:9px}.overview-sync-axis-label{text-anchor:end}.overview-sync-batch-label{text-anchor:middle}.overview-sync-line{stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.overview-sync-line.is-success,.overview-sync-point.is-success{stroke:var(--positive)}.overview-sync-line.is-failure,.overview-sync-point.is-failure{stroke:var(--negative)}.overview-sync-point{fill:var(--surface);stroke-width:2}.overview-sync-legend{display:flex;align-items:center;justify-content:center;gap:20px;color:var(--ink-muted);font-size:10px}.overview-sync-legend span{display:inline-flex;align-items:center;gap:6px}.overview-sync-legend i{width:18px;height:3px;border-radius:2px}.overview-sync-legend .is-success{background:var(--positive)}.overview-sync-legend .is-failure{background:var(--negative)}.overview-inline-empty{align-self:center;color:var(--ink-muted);font-size:12px}.overview-status-kpi.is-success strong{color:var(--positive)}.overview-status-kpi.is-warning strong{color:var(--warning)}.overview-status-kpi.is-danger strong{color:var(--negative)}.overview-accuracy-matrix{display:grid;min-width:300px;grid-template-columns:64px repeat(3,minmax(72px,1fr));overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-sm)}.overview-matrix-corner,.overview-matrix-header,.overview-matrix-label,.overview-accuracy-cell{display:grid;min-width:0;min-height:44px;place-items:center;border-right:1px solid rgba(255,255,255,.72);border-bottom:1px solid rgba(255,255,255,.72)}.overview-matrix-corner,.overview-matrix-header{min-height:34px;background:var(--surface-strong);color:var(--ink-muted);font-size:10px;font-weight:800}.overview-matrix-row{display:contents}.overview-matrix-label{background:var(--surface-strong);color:var(--ink-soft);font-size:11px;font-weight:800}.overview-accuracy-cell{color:#fff;font-size:12px;font-weight:900}.overview-accuracy-cell.is-strong{background:#5b8c5a}.overview-accuracy-cell.is-good{background:#9a8b4f}.overview-accuracy-cell.is-watch{background:#d49a3a}.overview-accuracy-cell.is-risk{background:#c85f3d}.overview-accuracy-cell.is-empty{background:#b7afa5}.overview-h24-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-sm)}.overview-h24-summary>div{display:grid;min-width:0;gap:3px;padding:10px 12px;border-right:1px solid var(--border);background:var(--surface)}.overview-h24-summary>div:last-child{border-right:0}.overview-h24-summary span{color:var(--ink-muted);font-size:10px}.overview-h24-summary strong{color:var(--ink-soft);font-size:12px;font-variant-numeric:tabular-nums}.overview-h24-summary .is-ready{color:var(--positive)}.overview-h24-summary .is-warning{color:var(--warning)}.overview-model-footer>div{display:grid;min-width:0;gap:3px;padding:10px 12px;border-right:1px solid var(--border);background:var(--surface)}.overview-model-footer>div:last-child{border-right:0}.overview-model-footer span{color:var(--ink-muted);font-size:10px}.overview-model-footer strong{overflow:hidden;color:var(--ink-soft);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.overview-model-footer{display:grid;grid-template-columns:1.4fr .8fr 1fr;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-sm)}.overview-model-footer .is-ready{color:var(--positive)}.overview-model-footer .is-warning{color:var(--warning)}@media (max-width: 1100px){.overview-dashboard-grid{grid-template-columns:1fr}.overview-card-body{min-height:0}.overview-split-layout{grid-template-columns:minmax(210px,.8fr) minmax(260px,1.2fr)}}.forecast-subscriptions-page{padding-bottom:92px}.subscription-summary{display:grid;gap:14px;padding:20px 22px}.subscription-summary-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.subscription-summary-row>div{display:grid;gap:4px}.subscription-card-status{text-align:right}.subscription-card-status small{color:var(--ink-muted);font-size:12px}.subscription-summary span{color:var(--ink-soft);font-size:13px}.subscription-summary strong{color:var(--ink);font-size:22px}.subscription-progress{height:7px;overflow:hidden;border-radius:4px;background:var(--canvas)}.subscription-progress span{display:block;height:100%;border-radius:inherit;background:var(--primary)}.subscription-warning{margin:0;color:var(--warning);font-size:13px;font-weight:600}.subscription-catalog{padding:18px 20px 22px}.subscription-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.subscription-search{display:flex;flex:1;max-width:440px;height:40px;align-items:center;gap:9px;border:1px solid var(--border);border-radius:6px;padding:0 12px;background:#fff;color:var(--ink-muted)}.subscription-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #74583e1a}.subscription-search input{width:100%;border:0;outline:0;background:transparent;color:var(--ink)}.subscription-filter{display:flex;gap:4px;padding:3px;border-radius:6px;background:var(--canvas)}.subscription-filter button{min-width:62px;height:32px;border:0;border-radius:5px;background:transparent;color:var(--ink-soft)}.subscription-filter button[aria-pressed=true]{background:#fff;color:var(--ink);box-shadow:0 1px 4px #2c241c14}.subscription-herb-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.subscription-herb{display:grid;grid-template-columns:18px minmax(0,1fr) 20px;min-height:48px;align-items:center;gap:9px;border:1px solid var(--border);border-radius:6px;padding:0 12px;background:#fff;color:var(--ink);cursor:pointer}.subscription-herb:hover{border-color:var(--primary)}.subscription-herb.is-selected{border-color:var(--primary);background:#74583e0f}.subscription-herb.is-disabled{opacity:.48;cursor:not-allowed}.subscription-herb input{width:16px;height:16px;accent-color:var(--primary)}.subscription-herb span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.subscription-herb i{display:flex;color:var(--primary)}.subscription-save-bar{position:sticky;bottom:16px;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--border);border-radius:8px;padding:12px 14px 12px 18px;background:#fffffff5;box-shadow:0 10px 28px #2c241c1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.subscription-save-bar span{color:var(--ink-soft);font-size:13px}.subscription-notice{display:flex;align-items:center;gap:8px;color:var(--positive);font-size:13px;font-weight:600}.forecast-subscription-empty{display:flex;min-height:160px;align-items:center;justify-content:center;flex-direction:column;gap:16px;border:1px solid var(--border);border-radius:8px;background:#fff}.forecast-subscription-empty strong{color:var(--ink);font-size:16px}.factor-policy-inference-dialog{width:min(780px,calc(100vw - 32px))}.factor-policy-inference-status{display:grid;gap:12px}.factor-policy-inference-status p{margin:0;color:var(--ink-soft)}.factor-policy-inference-status strong{color:var(--primary)}.factor-policy-inference-status small{color:var(--ink-muted);text-align:right}.factor-policy-progress{height:8px;overflow:hidden;border-radius:999px;background:var(--surface-strong)}.factor-policy-progress span{display:block;height:100%;border-radius:inherit;background:var(--primary);transition:width .22s ease}.factor-policy-result{display:grid;gap:16px;margin-top:22px}.factor-policy-result-highlight{display:grid;gap:4px;padding:16px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-subtle)}.factor-policy-result-highlight span,.factor-policy-result-highlight small{color:var(--ink-muted)}.factor-policy-result-highlight strong{color:var(--primary);font-size:28px}.factor-policy-result-points{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.factor-policy-result-points div{display:grid;gap:3px;padding:9px;border:1px solid var(--border);border-radius:var(--radius-sm)}.factor-policy-result-points span{color:var(--ink-muted);font-size:11px}.factor-policy-comparison{display:grid;gap:10px}.factor-policy-comparison-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.factor-policy-comparison-heading strong{color:var(--ink);font-size:14px}.factor-policy-comparison-heading span{color:var(--ink-muted);font-size:12px}.factor-policy-comparison-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.factor-policy-comparison-list article{display:grid;gap:10px;min-width:0;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:12px}.factor-policy-comparison-month{display:flex;align-items:center;justify-content:space-between;gap:8px}.factor-policy-comparison-month strong{color:var(--ink);font-size:13px}.factor-policy-comparison-month span{color:var(--ink-muted);font-size:11px}.factor-policy-comparison-list dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0}.factor-policy-comparison-list dl>div{display:grid;gap:3px;min-width:0}.factor-policy-comparison-list dt{color:var(--ink-muted);font-size:11px}.factor-policy-comparison-list dd{margin:0;color:var(--ink);font-size:14px;font-variant-numeric:tabular-nums;font-weight:700}.factor-policy-comparison-list dd.is-up,.factor-policy-contributions b{color:var(--positive)}.factor-policy-comparison-list dd.is-down{color:var(--negative)}.factor-policy-contributions{display:flex;min-width:0;flex-wrap:wrap;gap:6px}.factor-policy-contributions span{display:inline-flex;min-width:0;align-items:center;gap:5px;border-radius:4px;background:var(--surface-subtle);padding:4px 6px;color:var(--ink-soft);font-size:11px}.factor-policy-contributions b{font-variant-numeric:tabular-nums}@media (max-width: 600px){.factor-policy-result-points{grid-template-columns:repeat(2,minmax(0,1fr))}.factor-policy-comparison-list{grid-template-columns:minmax(0,1fr)}}.user-subscription-usage{color:var(--ink);font-weight:700;white-space:nowrap}.user-subscription-usage.is-over{color:var(--warning)}.subscription-policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.subscription-policy-card{display:grid;gap:16px;border:1px solid var(--border);border-radius:8px;padding:18px;background:#fff}.subscription-policy-card header,.subscription-policy-card header>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.subscription-policy-card header>div{justify-content:flex-start}.subscription-policy-card header strong{color:var(--ink);font-size:16px}.subscription-policy-card header span{color:var(--ink-muted);font-size:11px}.subscription-policy-card header b{color:var(--primary);font-size:22px}.subscription-policy-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.subscription-policy-stats span{display:grid;gap:3px;border-radius:6px;padding:10px 12px;background:var(--canvas);color:var(--ink-muted);font-size:11px}.subscription-policy-stats strong{color:var(--ink);font-size:13px}.subscription-policy-stats .is-warning strong{color:var(--warning)}.subscription-policy-card>button{justify-self:end}.role-herb-picker{display:grid;gap:12px}.role-herb-picker>input,.role-herb-quota-field input{min-height:var(--control-height);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:0 10px;background:var(--surface);color:var(--ink)}.role-herb-quota-field{display:grid;max-width:240px;gap:6px;color:var(--ink-soft);font-size:12px;font-weight:700}.role-herb-picker p{margin:0;color:var(--ink-muted);font-size:12px}.role-herb-picker-grid{display:grid;max-height:360px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px;background:var(--surface-subtle)}.role-herb-picker-grid label{display:flex;min-height:38px;align-items:center;gap:8px;border-radius:var(--radius-sm);padding:0 8px;color:var(--ink-soft);font-size:13px}.role-herb-picker-grid label:hover{background:var(--surface)}.role-herb-picker-grid label.is-disabled{color:var(--ink-faint)}.role-herb-picker-grid input{width:16px;height:16px;margin:0;accent-color:var(--primary)}@media (max-width: 1100px){.subscription-herb-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 760px){.subscription-toolbar{align-items:stretch;flex-direction:column}.subscription-search{max-width:none}.subscription-herb-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.subscription-policy-grid,.role-herb-picker-grid{grid-template-columns:1fr}}.model-training-page{gap:16px}.model-online-validation{display:grid;min-width:0;gap:16px;padding:22px 24px 24px;background:#fff;border:1px solid #e7e0d6}.model-online-validation .model-reference-card-heading>div{display:grid;gap:4px}.model-online-validation .model-reference-card-heading span{color:#8b7d6b;font-size:12px}.online-baseline-status{padding:5px 10px;border-radius:4px;font-size:12px;font-style:normal;font-weight:600}.online-baseline-status.is-positive{color:#37613b;background:#edf5ed}.online-baseline-status.is-watch{color:#8a5a22;background:#fbf2e5}.online-validation-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid #eee8df;border-bottom:1px solid #eee8df}.online-validation-summary .model-reference-summary-item{min-width:0;padding:14px 16px;border-right:1px solid #eee8df}.online-validation-summary .model-reference-summary-item:last-child{border-right:0}.online-validation-chart{min-width:0;min-height:250px;overflow:hidden;border:1px solid #eee8df;border-radius:4px;background:#fffdfa;padding:4px 10px 0}.online-validation-chart .reference-echart{width:100%;height:246px}.online-validation-table{max-width:100%;border-radius:4px}.online-validation-table .table-wrap{max-height:390px}.online-validation-table table{min-width:980px;table-layout:fixed}.online-validation-table th,.online-validation-table td{padding:10px 12px;line-height:1.35}.online-validation-table th:first-child{width:180px}.online-validation-table th:nth-child(2){width:112px}.online-validation-table th:nth-child(3),.online-validation-table th:nth-child(8),.online-validation-table th:nth-child(9){width:76px}.online-validation-table th:nth-child(n+4):nth-child(-n+7){width:104px;text-align:right}.online-validation-table td:nth-child(n+4):nth-child(-n+7){text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.online-validation-table td:first-child{display:grid;gap:2px}.online-validation-table td:first-child strong{overflow:hidden;color:#3d2b1f;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.online-validation-table td:first-child small{overflow:hidden;color:#8b7d6b;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.online-validation-result{display:inline-flex;min-width:46px;min-height:24px;align-items:center;justify-content:center;border-radius:3px;padding:2px 8px;font-size:11px;font-weight:600;white-space:nowrap}.online-validation-result.is-positive{color:#37613b;background:#edf5ed}.online-validation-result.is-watch{color:#8a5a22;background:#fbf2e5}.online-validation-result.is-neutral{color:#75695a;background:#f3efe9}.forecast-online-validation{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;align-items:stretch;border-top:1px solid #e7e0d6;border-bottom:1px solid #e7e0d6;background:#fff}.forecast-online-validation>div{display:grid;gap:5px;padding:14px 18px;border-right:1px solid #eee8df}.forecast-online-validation span,.forecast-online-validation small{color:#8b7d6b;font-size:12px}.forecast-online-validation strong{color:#3d2b1f;font-size:18px;font-variant-numeric:tabular-nums}.forecast-online-validation strong.is-positive{color:#47734b}.forecast-online-validation strong.is-watch{color:#a16b2b}.forecast-online-validation>small{align-self:center;padding:0 18px;white-space:nowrap}.overview-online-validation{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:14px;border-top:1px solid #eee8df;border-bottom:1px solid #eee8df}.overview-online-validation>div{display:grid;gap:4px;padding:12px 10px;border-right:1px solid #eee8df}.overview-online-validation>div:last-child{border-right:0}.overview-online-validation span{color:#8b7d6b;font-size:11px}.overview-online-validation strong{color:#3d2b1f;font-size:13px;font-variant-numeric:tabular-nums}@media (max-width: 1100px){.online-validation-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.forecast-online-validation{grid-template-columns:repeat(2,minmax(0,1fr))}.forecast-online-validation>small{padding:12px 18px}}@media (max-width: 720px){.model-online-validation{padding:18px 16px}.online-validation-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.online-validation-summary .model-reference-summary-item:nth-child(2n){border-right:0}.online-validation-chart{padding-inline:4px}}.model-training-cycle-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.model-training-cycle-card{min-width:0;border:1px solid var(--line);border-radius:6px;background:var(--surface);padding:16px}.model-training-cycle-card header,.model-training-section-heading,.model-training-section-heading>div,.table-actions{display:flex;align-items:center}.model-training-cycle-card header{justify-content:space-between;gap:10px;color:var(--ink-soft);font-size:13px}.model-training-cycle-card>strong{display:block;overflow:hidden;margin:14px 0;color:var(--ink);font-size:15px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.model-training-cycle-card dl,.model-training-preflight dl,.model-training-detail-list{display:grid;gap:8px;margin:0}.model-training-cycle-card dl>div,.model-training-preflight dl>div,.model-training-detail-list>div{display:flex;justify-content:space-between;gap:12px}.model-training-cycle-card dt,.model-training-preflight dt,.model-training-detail-list dt{color:var(--ink-muted);font-size:12px}.model-training-cycle-card dd,.model-training-preflight dd,.model-training-detail-list dd{min-width:0;margin:0;color:var(--ink-soft);font-size:12px;text-align:right;overflow-wrap:anywhere}.model-training-section{border:1px solid var(--line);border-radius:6px;background:var(--surface);overflow:hidden}.model-training-section-heading{min-height:48px;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding:0 16px}.model-training-section-heading>div{gap:8px;color:var(--primary)}.model-training-section-heading h2{margin:0;color:var(--ink);font-size:14px}.model-training-section-heading>span{color:var(--ink-muted);font-size:12px}.model-training-section .table-region{border:0;border-radius:0}.model-training-section select{min-width:190px;height:34px;border:1px solid var(--line-strong);border-radius:5px;background:var(--surface);padding:0 30px 0 10px;color:var(--ink-soft)}.model-training-modal{width:min(620px,calc(100vw - 32px))}.model-training-form{display:grid;gap:16px}.model-training-form label{display:grid;gap:7px;color:var(--ink-soft);font-size:13px}.model-training-form select,.model-training-form textarea{width:100%;border:1px solid var(--border-strong);border-radius:5px;background:var(--surface);padding:10px 12px;color:var(--ink);font:inherit}.model-training-form select{height:42px;padding-block:0}.model-training-form textarea{resize:vertical}.model-training-preflight{text-align:center}.model-training-preflight h3{margin:12px 0 6px;color:var(--ink);font-size:17px}.model-training-preflight p{margin:0 0 20px;color:var(--ink-muted);font-size:13px}.model-training-preflight dl,.model-training-detail-list{border-top:1px solid var(--line);padding-top:14px;text-align:left}.model-training-detail-list>div{border-bottom:1px solid var(--line-soft);padding:8px 0}.model-training-detail-list .is-error dd{color:var(--danger)}.model-training-confirm{display:grid;gap:5px;border-left:3px solid var(--primary);background:var(--canvas);padding:12px 14px}.model-training-confirm span,.model-training-confirm small{color:var(--ink-muted);font-size:12px}.model-training-confirm strong{color:var(--ink);font-size:14px}.table-actions{gap:10px;white-space:nowrap}.danger-text{color:var(--danger)}@media (max-width: 1180px){.model-training-cycle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.model-training-cycle-grid{grid-template-columns:1fr}}@media (max-width: 720px){.overview-alert-strip{align-items:stretch;flex-direction:column;gap:0}.overview-alert-title{min-height:40px;border-right:0;border-bottom:1px solid var(--border)}.overview-alert-list{padding:8px 10px}.overview-split-layout{grid-template-columns:1fr}.overview-chart-box{min-height:240px}.overview-detail-grid{grid-template-columns:1fr}.overview-detail-cell,.overview-detail-cell:nth-child(2n),.overview-detail-cell:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--border)}.overview-detail-cell:last-child{border-bottom:0}}.forecast-kpis{grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;margin-bottom:0}.forecast-kpi{min-height:0;height:100%;border:0;border-left:3px solid var(--primary);border-radius:6px;box-shadow:var(--shadow-low);padding:14px}.forecast-kpi>span{margin-bottom:8px;color:var(--ink-muted);font-size:12px;font-weight:500}.forecast-kpi strong{color:var(--ink);font-size:17px;line-height:1.35}.forecast-kpi small{color:var(--ink-muted);font-size:12px;font-weight:400}.forecast-chart-panel{border:0;border-radius:6px;background:var(--surface);box-shadow:var(--shadow-low);padding:20px}.forecast-chart-frame{width:100%;height:360px;padding:0}.forecast-chart{width:100%;height:360px;min-height:360px}.forecast-detail-panel{border:0;border-radius:6px;background:var(--surface);box-shadow:var(--shadow-low)}.forecast-detail-panel .forecast-table-wrap{max-width:100%;overflow:auto;border-radius:6px}.forecast-detail-panel .forecast-table{min-width:560px;border-collapse:collapse;font-size:13px}.forecast-detail-panel .forecast-table th{position:static;background:var(--surface-strong);color:var(--ink);font-size:13px;font-weight:600;padding:11px 16px;border-bottom:1px solid var(--border);white-space:nowrap}.forecast-detail-panel .forecast-table td{padding:11px 16px;border-bottom:1px solid #f0ebe3;color:var(--ink-soft)}.forecast-detail-panel .forecast-table tbody tr:nth-child(odd){background:var(--canvas)}.market-search-panel{display:flex;flex-wrap:wrap;align-items:flex-end;gap:14px;margin-bottom:0;border:0;border-radius:6px;background:var(--surface);box-shadow:var(--shadow-low);padding:16px 20px}.market-search-field{width:260px;gap:4px;color:var(--ink);font-size:13px;font-weight:500}.market-search-input{display:block;width:100%;min-height:0;height:36px;border:1px solid var(--border-strong);border-radius:4px;background:var(--surface);padding:8px 12px;color:var(--ink);font-size:13px}.market-search-input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #8b5a2b1a;outline:0}.market-search-actions{margin-left:auto;gap:8px}.market-table-panel{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.market-table-wrap{overflow:auto;border:0;border-radius:6px;background:var(--surface);box-shadow:var(--shadow-low)}.market-herb-table{border-collapse:collapse;font-size:13px}.market-herb-table th{position:static;background:var(--surface-strong);color:var(--ink);font-size:13px;font-weight:600;padding:11px 16px}.market-herb-table td{padding:11px 16px;border-bottom:1px solid #f0ebe3;color:var(--ink-soft)}.market-data-tags{gap:6px}.market-data-tags span{border:0;border-radius:4px;background:#8b5a2b14;padding:2px 10px;color:var(--primary);font-size:12px;font-weight:400}.market-chart-panel{overflow:hidden;border:0;border-radius:6px;background:var(--surface);box-shadow:var(--shadow-low);padding:20px}.market-section-heading{min-height:0;margin-bottom:16px;padding:0}.market-section-heading strong{font-size:16px;font-weight:600}.market-price-chart-frame{width:100%;height:360px;overflow:hidden;border:0;padding:0}.market-price-chart{width:100%;height:360px;min-height:360px}.market-tab-pane>.table-region{overflow:hidden;border:0;border-radius:6px;background:var(--surface);box-shadow:var(--shadow-low)}.market-tab-pane .data-table{border-collapse:collapse;font-size:13px}.market-tab-pane .data-table th{position:static;background:var(--surface-strong);color:var(--ink);font-size:13px;font-weight:600;padding:11px 16px}.market-tab-pane .data-table td{padding:11px 16px;border-bottom:1px solid #f0ebe3;color:var(--ink-soft)}@media (max-width: 1280px){.forecast-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 960px){.forecast-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.forecast-kpis{grid-template-columns:1fr}.forecast-chart-frame,.forecast-chart,.market-price-chart-frame,.market-price-chart{height:320px;min-height:320px}.market-search-field{width:100%}.market-search-actions{width:100%;margin-left:0}}.forecast-report-link{display:inline-flex;min-height:34px;align-items:center;justify-content:center;gap:6px;border:1px solid var(--primary);border-radius:var(--radius-sm);background:var(--primary);padding:0 11px;color:#fff;font-size:12px;font-weight:700;text-decoration:none;white-space:nowrap}.forecast-report-link:hover{background:var(--primary-hover);color:#fff}.chart-tooltip-guide{stroke:#8b5a2b52;stroke-dasharray:3 4}.forecast-chart [data-interaction=pointer]:focus{outline:none}.model-runtime-unified{border:1px solid var(--border);box-shadow:var(--shadow-low)}.model-last-refresh{display:flex;min-height:40px;align-items:center;gap:8px;background:#f7f2eb;padding:0 16px;color:var(--ink-muted);font-size:12px}.model-last-refresh strong{color:var(--ink-soft);font-weight:700}.model-last-refresh i{margin-left:auto;font-size:11px;font-style:normal;font-weight:700}.model-runtime-unified .model-runtime-heading{min-height:70px;padding:14px 18px;background:var(--surface)}.model-refresh-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.model-runtime-unified .model-runtime-meta>div{border:0;border-radius:var(--radius-sm);background:var(--surface);padding:11px 13px}.model-cycle-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:14px 16px}.model-cycle-strip>div{display:grid;min-width:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3px 8px;border-radius:var(--radius-sm);background:#f7f2eb;padding:12px 14px}.model-cycle-strip span{color:var(--ink-soft);font-size:13px;font-weight:700}.model-cycle-strip strong{color:var(--primary);font-size:18px}.model-cycle-strip small{grid-column:1 / -1;color:var(--ink-muted);font-size:10px}.model-runtime-unified .model-runtime-section h4{padding:14px 17px 8px;background:transparent;color:var(--ink);font-size:14px}.model-runtime-unified .model-metrics-grid article{border:0;border-radius:var(--radius-sm);background:var(--surface-subtle);padding:13px 14px}.model-metric-empty{grid-column:1 / -1}.sync-history-panel .data-table{min-width:1040px;table-layout:auto}.sync-batch-id{display:block;width:100%;max-width:none;overflow:visible;color:var(--ink-soft);font-size:11px;line-height:1.45;overflow-wrap:anywhere;text-overflow:clip;white-space:normal}.sync-detail-success{border-color:#bfd8c8;background:#f1f8f3;color:#456e44}.users-toolbar{display:flex;align-items:end;justify-content:space-between;gap:16px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:14px 16px;box-shadow:var(--shadow-low)}.users-search-field{display:grid;width:min(360px,100%);gap:6px;color:var(--ink-soft);font-size:12px;font-weight:700}.users-search-field>div{display:flex;height:var(--control-height);align-items:center;gap:8px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);padding:0 10px;color:var(--ink-muted)}.users-search-field>div:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #8b5a2b1a}.users-search-field input{width:100%;min-width:0;border:0;background:transparent;outline:0}.users-table-region .table-region,.audit-table-region .table-region{border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-low)}.users-table-region,.users-table-region .table-region,.users-table-region .table-wrap{min-width:0;width:100%}.users-table-region .data-table{width:100%;min-width:0;table-layout:fixed}.users-table-region .data-table th:nth-child(1){width:18%}.users-table-region .data-table th:nth-child(2){width:14%}.users-table-region .data-table th:nth-child(3){width:12%}.users-table-region .data-table th:nth-child(4){width:11%}.users-table-region .data-table th:nth-child(5){width:18%}.users-table-region .data-table th:nth-child(6){width:27%}.user-name-cell{color:var(--ink);font-size:13px}.user-identity-stack{display:grid;min-width:0;gap:3px;color:var(--ink-soft);line-height:1.35}.user-identity-stack>strong,.user-identity-stack>span,.user-identity-stack>small{min-width:0;overflow-wrap:anywhere}.user-identity-stack>small,.user-muted-value{color:var(--ink-muted);font-size:11px}.user-time-stack{font-size:11px}.user-remote-status{width:fit-content;border-radius:3px;padding:2px 6px;background:var(--surface-subtle)}.user-remote-status.is-active{background:#edf7ef;color:#49744e}.user-remote-status.is-missing,.user-remote-status.is-reconciliation_failed{background:#fff2ed;color:#a04a34}.user-role-tag{display:inline-flex;min-height:25px;align-items:center;border-radius:3px;background:var(--primary-soft);padding:2px 8px;color:var(--primary-hover);font-size:11px;font-weight:700}.users-row-actions{justify-content:flex-start;flex-wrap:wrap;gap:6px}.users-row-actions button{min-height:30px;padding:0 8px;white-space:nowrap}.user-form-modal{width:min(540px,100%)}.user-action-modal{width:min(480px,100%)}.user-modal-form{display:grid;gap:14px}.user-sync-note{margin:0;border-left:3px solid var(--primary);background:var(--surface-subtle);padding:9px 11px;color:var(--ink-soft);font-size:12px;line-height:1.65}.user-modal-form>label,.user-modal-form>.form-field{display:grid;gap:6px;color:var(--ink-soft);font-size:12px;font-weight:700}.user-modal-form input,.user-modal-form select{width:100%;min-height:var(--control-height);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);padding:0 10px}.user-modal-form input:focus,.user-modal-form select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #8b5a2b1a;outline:0}.user-modal-form input[readonly]{background:var(--surface-subtle);color:var(--ink-muted)}.user-status-confirmation{margin:0;color:var(--ink-soft);line-height:1.7}.users-tabs{display:flex;gap:24px;border-bottom:1px solid var(--border)}.users-tabs button{min-height:40px;border:0;border-bottom:2px solid transparent;background:transparent;padding:0 2px;color:var(--ink-muted);font-weight:700}.users-tabs button.active{border-bottom-color:var(--primary);color:var(--ink)}.users-tabs button:focus-visible{border-radius:var(--radius-sm);outline:3px solid rgba(139,90,43,.18);outline-offset:2px}.forecast-access-panel{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-low)}.forecast-access-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--border);padding:16px 18px}.forecast-access-heading>div{display:grid;gap:4px}.forecast-access-heading strong{color:var(--ink);font-size:14px}.forecast-access-heading span{color:var(--ink-muted);font-size:12px}.forecast-access-readonly{border:1px solid var(--border-strong);border-radius:3px;padding:3px 8px;background:var(--surface-subtle);font-weight:700}.forecast-access-table-wrap{overflow-x:auto}.forecast-access-table{width:100%;min-width:620px;border-collapse:collapse;color:var(--ink-soft);font-size:13px}.forecast-access-table th,.forecast-access-table td{border-bottom:1px solid var(--border);padding:13px 18px;text-align:left}.forecast-access-table th{background:var(--surface-subtle);color:var(--ink-muted);font-size:11px;font-weight:700}.forecast-access-table tbody tr:last-child td{border-bottom:0}.forecast-access-count{color:var(--primary-hover);font-size:17px;font-weight:800}.compact-button{min-height:32px;padding:0 12px}.forecast-access-modal{width:min(760px,100%)}.forecast-access-editor{display:grid;gap:12px}.forecast-access-editor-toolbar,.forecast-access-bulk-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.forecast-access-editor-toolbar>span{color:var(--ink-muted);font-size:12px;font-weight:700;white-space:nowrap}.forecast-access-search{display:flex;min-height:var(--control-height);flex:1;align-items:center;gap:8px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:0 10px;color:var(--ink-muted)}.forecast-access-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #8b5a2b1a}.forecast-access-search input{width:100%;min-width:0;border:0;background:transparent;outline:0}.forecast-access-bulk-actions{justify-content:flex-start}.forecast-access-herb-grid{display:grid;max-height:360px;grid-template-columns:repeat(2,minmax(0,1fr));overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-subtle);padding:8px}.forecast-access-herb{display:flex;min-width:0;min-height:38px;align-items:center;gap:9px;border-radius:4px;padding:0 10px;color:var(--ink-soft);font-size:13px}.forecast-access-herb:hover{background:var(--surface)}.forecast-access-herb input{width:16px;height:16px;margin:0;accent-color:var(--primary)}.forecast-access-herb span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forecast-access-no-result{grid-column:1 / -1;padding:36px 12px;color:var(--ink-muted);text-align:center}@media (max-width: 720px){.forecast-access-editor-toolbar{align-items:stretch;flex-direction:column}.forecast-access-herb-grid{grid-template-columns:minmax(0,1fr)}}.audit-tabs{display:flex;gap:0;border-bottom:1px solid var(--border)}.audit-tabs button{min-width:112px;min-height:42px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--ink-muted);font-size:13px;font-weight:700}.audit-tabs button.active{border-bottom-color:var(--primary);color:var(--primary)}.audit-tab-panel{display:grid;min-width:0;gap:16px}.audit-filter-bar{display:grid;grid-template-columns:repeat(6,minmax(0,1fr)) auto;align-items:end;gap:12px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:14px 16px;box-shadow:var(--shadow-low)}.audit-filter-bar label{display:grid;min-width:0;gap:6px;color:var(--ink-soft);font-size:12px;font-weight:700}.audit-filter-bar input,.audit-filter-bar select{width:100%;height:var(--control-height);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink)}.audit-filter-bar input{padding:0 10px}.audit-filter-bar select{padding:0 28px 0 10px}.audit-filter-bar input:focus,.audit-filter-bar select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #8b5a2b1a;outline:0}.audit-filter-actions{display:flex;gap:8px}.audit-action-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.llm-audit-table .data-table{min-width:820px}.audit-pagination{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--border);border-top:0;border-radius:0 0 var(--radius-md) var(--radius-md);background:var(--surface);padding:8px 16px;color:var(--ink-muted);font-size:12px}.audit-pagination>div{display:flex;gap:8px}.audit-pagination button{display:inline-flex;min-height:32px;align-items:center;gap:4px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:0 10px;color:var(--ink-soft);font-weight:700}.audit-pagination button:hover:not(:disabled){border-color:var(--border-strong);background:var(--surface-subtle)}.audit-table-region.has-pagination .table-region{border-radius:var(--radius-md) var(--radius-md) 0 0}.audit-table-region.is-bounded .table-wrap{max-height:clamp(220px,calc(100vh - 550px),620px);overflow:auto}.audit-table-region.is-bounded .data-table thead{position:sticky;top:0;z-index:2}.audit-table-region.is-bounded .data-table th{box-shadow:0 1px 0 var(--border)}.operation-meta-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.audit-detail-section{display:grid;gap:7px}.audit-detail-section>span{color:var(--ink-soft);font-size:12px;font-weight:700}.llm-audit-modal{width:min(760px,100%)}.llm-audit-modal .app-modal__body{display:grid;gap:16px}.llm-output-content{max-height:300px;overflow:auto;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-subtle);padding:13px 14px;color:var(--ink-soft);font-size:12px;line-height:1.7;white-space:pre-wrap}@media (max-width: 1024px){.model-runtime-unified .model-metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.audit-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.audit-filter-actions{grid-column:1 / -1;justify-content:flex-end}}@media (min-width: 1025px) and (max-width: 1280px){.audit-filter-bar{grid-template-columns:repeat(3,minmax(0,1fr))}.audit-filter-actions{grid-column:1 / -1;justify-content:flex-end}}@media (max-width: 720px){.forecast-actions>.forecast-report-link{width:100%}.model-refresh-actions,.users-toolbar{align-items:stretch;flex-direction:column}.model-refresh-actions>button,.users-toolbar>button,.users-search-field{width:100%}.model-cycle-strip,.model-runtime-unified .model-metrics-grid,.model-runtime-unified .model-file-list,.audit-filter-bar{grid-template-columns:1fr}.audit-filter-actions{grid-column:1}.audit-filter-actions>button{flex:1}}@media (max-width: 520px){.overview-metrics{grid-template-columns:1fr 1fr}.overview-metric-card{min-height:86px;gap:10px;padding:12px}.overview-metric-icon{width:34px;height:34px;flex-basis:34px}.overview-metric-card strong{font-size:19px}.overview-card-heading{align-items:flex-start;flex-direction:column;justify-content:center;gap:3px;padding-block:10px}.overview-card-body{padding:13px}.overview-business-kpis,.overview-status-kpis{grid-template-columns:1fr}.overview-business-kpis>div,.overview-status-kpi{grid-template-columns:1fr auto;align-items:center;border-right:0;border-bottom:1px solid var(--border);text-align:left}.overview-business-kpis>div:last-child,.overview-status-kpi:last-child{border-bottom:0}.overview-business-kpis strong,.overview-status-kpi strong{grid-column:2;grid-row:1}.overview-business-kpis span,.overview-status-kpi span{grid-column:1;grid-row:1}.overview-sync-chart{overflow-x:auto}.overview-sync-chart svg{min-width:620px}.overview-h24-summary,.overview-model-footer{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-h24-summary>div,.overview-model-footer>div,.overview-h24-summary>div:last-child,.overview-model-footer>div:last-child{border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.overview-h24-summary>div:nth-child(2n),.overview-model-footer>div:nth-child(2n){border-right:0}.overview-h24-summary>div:nth-last-child(-n+2),.overview-model-footer>div:nth-last-child(-n+2){border-bottom:0}}.market-center-page{gap:18px}.market-search-panel{display:flex;align-items:flex-end;flex-wrap:wrap;gap:14px;border:0;padding:16px 20px}.market-search-field{display:grid;width:min(260px,100%);gap:4px;color:var(--ink);font-size:13px;font-weight:500}.market-search-input{display:block;width:100%;height:36px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);padding:8px 12px;color:var(--ink);font-size:13px}.market-search-input:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #8b5a2b1a}.market-search-actions{display:flex;margin-left:auto;gap:8px}.market-search-actions button{min-height:var(--control-height)}.market-table-panel{min-width:0;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.market-table-heading{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:16px;padding:0 16px}.market-table-heading>div{display:flex;align-items:baseline;gap:10px}.market-table-heading strong{color:var(--ink);font-size:14px}.market-table-heading span{color:var(--ink-muted);font-size:11px}.market-table-wrap{overflow:auto;border:0;border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-low)}.market-herb-table th:nth-child(2),.market-herb-table th:nth-child(3),.market-herb-table td:nth-child(2),.market-herb-table td:nth-child(3){width:120px;text-align:right}.market-herb-table th:last-child,.market-herb-table td:last-child{width:104px;text-align:right}.market-herb-row{cursor:pointer}.market-herb-row:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.market-herb-row td:first-child strong{color:var(--ink);font-size:13px}.market-data-tags{display:flex;flex-wrap:wrap;gap:5px}.market-data-tags span{border:0;border-radius:var(--radius-sm);background:#8b5a2b14;padding:2px 10px;color:var(--primary);font-size:12px;font-weight:400}.market-pagination{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:12px;padding:8px 16px;color:var(--ink-muted);font-size:12px}.market-pagination>div{display:flex;gap:8px}.market-pagination button{display:inline-flex;min-height:32px;align-items:center;gap:4px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:0 10px;color:var(--ink-soft);font-weight:700}.market-pagination button:hover:not(:disabled){border-color:var(--border-strong);background:var(--surface-subtle)}.market-table-skeleton{display:grid;gap:1px;border-top:1px solid var(--border);background:var(--border)}.market-table-skeleton i{display:block;height:48px;background:var(--surface-subtle);animation:surface-pulse 1.4s ease-in-out infinite}.market-herb-page{gap:18px}.market-herb-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:18px 20px;box-shadow:var(--shadow-low)}.market-herb-header h1{margin:0;color:var(--ink);font-size:22px;line-height:1.3}.market-back-link{min-height:34px}.market-herb-meta{display:grid;grid-column:1 / -1;gap:10px;padding-top:2px}.market-meta-group{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:start;gap:8px}.market-meta-group>span{padding-top:3px;color:var(--ink-muted);font-size:12px}.market-meta-group>div{display:flex;flex-wrap:wrap;gap:6px}.market-meta-group i{border:1px solid var(--border);border-radius:3px;background:var(--surface-subtle);padding:2px 8px;color:var(--ink-soft);font-size:11px;font-style:normal;font-weight:700}.market-meta-group i.emphasis{border-color:#dfd1bf;background:var(--primary-soft);color:var(--primary)}.market-detail-tabs{display:flex;gap:0;overflow-x:auto;border-bottom:1px solid var(--border)}.market-detail-tabs button{min-width:96px;min-height:42px;border:0;border-bottom:2px solid transparent;background:transparent;padding:0 20px;color:var(--ink-muted);font-size:13px;font-weight:700}.market-detail-tabs button:hover{color:var(--ink)}.market-detail-tabs button.active{border-bottom-color:var(--primary);color:var(--primary)}.market-tab-pane{display:grid;min-width:0;gap:16px}.market-price-filter{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr)) auto;align-items:end;gap:12px;padding:16px 18px}.market-price-filter label{display:grid;min-width:0;gap:6px;color:var(--ink-soft);font-size:12px;font-weight:700}.market-price-filter input,.market-price-filter select{width:100%;min-height:var(--control-height);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);padding:0 10px}.market-price-filter input:focus,.market-price-filter select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #8b5a2b1a;outline:0}.market-price-filter-actions{display:flex;gap:8px}.market-chart-panel{min-width:0;overflow:hidden;border:0;padding:20px}.market-section-heading{display:flex;min-height:0;align-items:center;margin-bottom:16px;padding:0}.market-section-heading strong{color:var(--ink);font-size:16px;font-weight:600}.market-price-chart-frame{width:100%;height:360px;min-width:0;overflow:hidden;border:0;padding:0}.market-price-chart{width:100%;height:360px;min-width:0;min-height:360px}.market-price-chart-empty{display:grid;min-height:220px;place-items:center;border-top:1px solid var(--border);color:var(--ink-muted);font-size:13px}.market-tab-pane>.table-region{border:0;border-radius:var(--radius-md);box-shadow:var(--shadow-low)}.market-tab-pane .data-table td:nth-child(5){max-width:420px;line-height:1.65}.query-workspace,.report-library-filters,.filter-grid,.model-runtime-panel.is-formal{border-top-width:1px}.model-runtime-heading{border-bottom:0;background:var(--surface)}.data-table th,.forecast-table th,.operation-log-table th{font-weight:700}@media (max-width: 720px){.market-search-panel{align-items:stretch;flex-direction:column}.market-search-field{width:100%}.market-search-actions{justify-content:flex-end}.market-table-heading{align-items:flex-start;flex-direction:column;padding-block:12px}.market-herb-header{grid-template-columns:1fr}.market-back-link{justify-self:start}.market-herb-meta{grid-column:1}.market-price-filter{grid-template-columns:repeat(2,minmax(0,1fr))}.market-price-filter-actions{grid-column:1 / -1;justify-content:flex-end}}.query-workspace{display:grid;gap:18px;padding:18px 20px 20px;border-top:3px solid var(--primary);box-shadow:var(--shadow-low)}.query-workspace-header,.result-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.query-workspace-copy,.result-summary{display:grid;gap:2px}.query-workspace-copy strong,.result-summary strong{color:var(--ink);font-size:14px}.query-workspace-copy span,.result-summary span,.result-context{color:var(--ink-muted);font-size:12px}.query-control-row{display:flex;align-items:end;gap:14px;padding-top:14px;border-top:1px solid var(--border)}.query-grid{display:grid;min-width:0;flex:1;grid-template-columns:repeat(5,minmax(130px,1fr));gap:12px}.query-grid-herbs{max-width:360px;grid-template-columns:minmax(220px,1fr)}.query-grid label{display:grid;min-width:0;gap:6px;color:var(--ink-soft);font-size:12px;font-weight:700}.query-grid input{width:100%;height:var(--control-height);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);padding:0 10px}.query-grid input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #8b5a2b1a;outline:0}.query-actions{flex:0 0 auto;justify-content:flex-end}.result-panel{display:grid;gap:12px;border:0;background:transparent;box-shadow:none}.payload-modal{width:min(680px,100%)}.payload-modal .json-preview{display:block;margin:0;max-height:min(58vh,560px)}.result-toolbar{min-height:42px;padding:0 2px}.active-filters{display:flex;max-width:70%;flex-wrap:wrap;justify-content:flex-end;gap:6px}.filter-chip{display:inline-flex;min-height:26px;align-items:center;border:1px solid #dfcdb8;border-radius:999px;background:var(--primary-soft);padding:2px 9px;color:var(--primary-hover);font-size:11px;font-weight:700}.result-loading{display:flex;min-height:180px;align-items:center;justify-content:center;gap:10px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--ink-muted)}.result-loading i{width:17px;height:17px;border:2px solid var(--border-strong);border-top-color:var(--primary);border-radius:50%;animation:spin .9s linear infinite}.forecast-workspace{display:grid;width:min(100%,var(--content-max));gap:16px;margin:0 auto;padding:24px 32px 36px}.forecast-command-bar{display:grid;gap:16px;padding:20px;box-shadow:var(--shadow-low)}.forecast-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0;border-bottom:0;background:transparent}.forecast-section-heading h2{margin:0;color:var(--ink);font-size:15px}.forecast-section-heading p{display:none}.forecast-command-controls{display:block;min-width:0;padding:0}.forecast-cycle-field{display:grid;min-width:0;gap:6px}.forecast-cycle-field>span,.forecast-select-field>span,.searchable-select>label{color:var(--ink-soft);font-size:12px;font-weight:700}.forecast-actions{flex-wrap:nowrap;justify-content:flex-end}.forecast-actions>button{min-height:34px;padding-inline:10px;white-space:nowrap}.forecast-selector{display:grid;min-width:0;gap:14px}.forecast-series-fields,.forecast-range-controls{display:grid;min-width:0;align-items:end;gap:12px}.forecast-series-fields{grid-template-columns:minmax(180px,1.35fr) repeat(2,minmax(140px,1fr))}.forecast-period-toolbar{display:grid;grid-template-columns:minmax(320px,1fr) auto;align-items:end;gap:12px 24px;min-width:0;padding-top:2px;border-bottom:1px solid var(--border)}.forecast-range-controls{grid-template-columns:minmax(160px,210px) auto;justify-content:end;padding-bottom:8px}.forecast-date-field{display:grid;min-width:0;gap:6px;color:var(--ink-soft);font-size:12px;font-weight:700}.forecast-date-field input,.forecast-date-field select{width:100%;min-width:0;height:38px;padding:0 12px;color:var(--ink);border:1px solid var(--border-strong);border-radius:var(--radius-sm);outline:none;background:var(--surface);font:inherit;font-size:13px;font-weight:500}.forecast-date-field select{padding-right:10px}.forecast-date-field input:focus,.forecast-date-field select:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 14%,transparent)}.forecast-h24-range{display:grid;grid-template-columns:auto minmax(120px,1fr) auto;align-items:center;gap:12px;min-height:41px;color:var(--ink-soft);font-size:12px;font-weight:700}.forecast-h24-range i{height:2px;border-radius:1px;background:var(--primary)}.forecast-date-error{grid-column:1 / -1;justify-self:end;margin-top:-8px;padding-bottom:8px;color:var(--danger);font-size:12px}.forecast-page-tabs{min-height:41px;align-items:end;border-bottom:0}.forecast-page-tabs button{min-width:0;min-height:41px;padding:10px 20px;font-size:14px}.forecast-result-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:2px 0 0}.forecast-series-summary{min-width:0}.forecast-series-summary h2{overflow:hidden;margin:0 0 3px;color:var(--ink);font-size:19px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.forecast-series-summary span{color:var(--ink-muted);font-size:12px}.forecast-select-field{display:grid;min-width:0;gap:6px}.forecast-select-field select{width:100%;height:var(--control-height);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);padding:0 30px 0 10px;color:var(--ink)}.forecast-select-field select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #8b5a2b1a;outline:0}.searchable-select{position:relative;display:grid;min-width:0;gap:6px}.searchable-select-control{display:grid;height:var(--control-height);min-width:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink-muted);transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.searchable-select-control.open,.searchable-select-control:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #8b5a2b1a}.searchable-select-control input{width:100%;height:100%;min-width:0;border:0;background:transparent;padding:0 8px 0 10px;color:var(--ink);outline:0}.searchable-select-control>svg{margin-right:10px;pointer-events:none;transition:transform var(--transition-fast)}.searchable-select-control.open>svg{transform:rotate(180deg)}.searchable-select-control:has(input:disabled){background:var(--surface-subtle);color:var(--ink-muted);opacity:.66}.searchable-select-options{position:absolute;z-index:80;top:calc(100% + 6px);right:0;left:0;max-height:min(300px,42vh);overflow-y:auto;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);box-shadow:0 16px 34px #3d2b1f29;padding:5px}.searchable-select-options button{display:flex;width:100%;min-height:36px;align-items:center;justify-content:space-between;gap:10px;border:0;border-radius:var(--radius-sm);background:transparent;padding:0 9px;color:var(--ink-soft);text-align:left}.searchable-select-options button:hover,.searchable-select-options button.active{background:var(--primary-soft);color:var(--ink)}.searchable-select-options button[aria-selected=true]{color:var(--primary);font-weight:700}.searchable-select-empty{padding:18px 10px;color:var(--ink-muted);font-size:12px;text-align:center}.forecast-submit{min-width:116px;min-height:var(--control-height);white-space:nowrap}.forecast-kpis{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}.forecast-kpi{min-height:0;padding:14px;border-top:0;border-right:0;border-bottom:0}.forecast-kpi strong{font-size:17px;overflow:visible;overflow-wrap:anywhere;text-overflow:clip}.forecast-kpi>div{display:flex;min-width:0;align-items:baseline;gap:5px}.forecast-kpi small{flex:none;color:var(--ink-muted);font-size:12px}.forecast-kpi.positive strong{color:var(--positive)}.forecast-kpi.negative strong{color:var(--negative)}.forecast-kpi.neutral strong{color:var(--ink-soft)}.forecast-chart-panel{min-width:0;overflow:hidden;border:0;border-radius:6px;background:var(--surface);box-shadow:var(--shadow-low);padding:20px}.forecast-chart-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;padding:0;border:0;background:transparent}.forecast-chart-heading span{color:var(--ink-muted);font-size:11px}.forecast-chart-frame{display:flex;flex-direction:column;width:100%;height:360px;min-width:0;padding:0}.forecast-chart{display:block;width:100%;height:360px}.chart-axis-label,.chart-axis-unit{fill:var(--ink-muted);font-size:11px}.chart-forecast-start-label{fill:#796957;font-size:10px;font-weight:700}.forecast-chart-legend{order:-1;display:flex;flex-wrap:wrap;justify-content:center;gap:18px;padding:0 12px 8px;color:var(--ink-muted);font-size:11px}.forecast-chart-legend span{display:inline-flex;align-items:center;gap:6px}.forecast-chart-legend i{width:18px;height:3px;border-radius:2px}.legend-history{background:var(--positive)}.legend-forecast{background:var(--primary)}.legend-band{height:8px!important;background:#8b5a2b2e}.forecast-meta{display:flex;flex-wrap:wrap;gap:8px 20px;border-top:0;background:transparent;padding:10px 0 0;color:var(--ink-muted);font-size:11px}.forecast-loading{min-height:420px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);animation:surface-pulse 1.4s ease-in-out infinite}.forecast-analysis-stack{display:grid;gap:14px}.forecast-panel{min-width:0;overflow:hidden;border:0;border-radius:6px;background:var(--surface);box-shadow:var(--shadow-low)}.panel-title{padding:16px 20px;border-bottom:0;background:transparent}.panel-title h3{margin:0;font-size:14px}.driver-bars{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;padding:0 20px 20px}.driver-item{display:grid;min-width:0;gap:7px;border:0;border-radius:6px;background:var(--canvas);padding:14px}.driver-item>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}.driver-item strong{min-width:0;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.driver-item span{color:var(--ink-muted);font-size:12px}.driver-track{height:6px;overflow:hidden;border-radius:3px;background:var(--surface-strong)}.driver-track i{display:block;max-width:100%;height:100%;border-radius:3px;background:var(--primary)}.driver-feature-list{display:block;max-width:100%;overflow:hidden;color:var(--ink-muted);font-size:11px;line-height:1.5;overflow-wrap:anywhere;text-overflow:ellipsis;white-space:nowrap}.forecast-table{width:100%;min-width:560px;border-collapse:collapse;font-size:13px}.model-metric-list{display:grid}.model-metric-list>div{display:grid;grid-template-columns:minmax(170px,1.25fr) repeat(4,minmax(105px,.75fr));gap:10px;padding:11px 14px;border-bottom:1px solid var(--border);font-size:11px}.model-metric-list>div:last-child{border-bottom:0}.model-metric-list strong{overflow:hidden;text-overflow:ellipsis}.model-metric-list span{color:var(--ink-muted);white-space:nowrap}.forecast-report-panel{min-width:0;overflow:visible;border:0;border-radius:6px;background:var(--surface);box-shadow:var(--shadow-low)}.report-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 20px;border-bottom:0}.report-panel-heading h3{display:flex;align-items:center;gap:8px;margin:0;font-size:16px}.report-related-title{display:block;margin-top:5px;color:var(--ink-muted);font-size:12px}.forecast-report-table-wrap{overflow-x:auto;border-top:1px solid var(--border)}.forecast-report-table{min-width:680px}.forecast-report-table th:first-child{width:42%}.forecast-report-table th:nth-child(2){width:14%}.forecast-report-table th:nth-child(3){width:24%}.forecast-report-table th:nth-child(4){width:20%}.forecast-report-table td:first-child a,.forecast-report-table td:first-child strong{color:var(--ink);font-weight:700}.forecast-report-table td:first-child a:hover{color:var(--primary);text-decoration:underline;text-underline-offset:3px}.forecast-report-statuses{display:flex;align-items:center;gap:7px}.report-status.pending{background:var(--warning-soft);color:var(--warning)}.report-publish-state{display:inline-flex;min-height:24px;align-items:center;border-radius:999px;padding:2px 9px;font-size:11px;font-weight:700;white-space:nowrap}.report-publish-state.published{background:var(--positive-soft);color:var(--positive)}.report-publish-state.draft{background:var(--surface-strong);color:var(--ink-muted)}.report-generating,.report-empty,.report-request-state,.report-detail-skeleton,.report-library-skeleton,.report-skeleton{display:flex;min-height:120px;align-items:center;justify-content:center;gap:8px;padding:24px;color:var(--ink-muted)}.report-detail-skeleton,.report-library-skeleton,.report-skeleton{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);animation:surface-pulse 1.4s ease-in-out infinite}.report-library-filters{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:12px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:16px 18px;border-top:3px solid var(--primary);box-shadow:var(--shadow-low)}.report-library-filters.reader{grid-template-columns:repeat(2,minmax(180px,320px))}.report-library-filters label{display:grid;gap:6px;color:var(--ink-soft);font-size:12px;font-weight:700}.report-library-filters input,.report-library-filters select{height:var(--control-height);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);padding:0 10px}.report-library-resultbar{display:flex;min-height:34px;align-items:center;justify-content:space-between;gap:12px;color:var(--ink-soft);font-size:12px}.report-library-resultbar small{color:var(--ink-muted)}.report-library-list{display:grid;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.report-library-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:15px 18px;border-bottom:1px solid var(--border)}.report-library-card:nth-child(odd){background:#fdfbf8}.report-library-card:last-child{border-bottom:0}.report-library-card:hover{background:var(--surface-subtle)}.report-list-main{min-width:0}.report-list-main>div:first-child{display:flex;align-items:center;gap:8px;color:var(--ink-muted);font-size:11px}.report-list-main h3{overflow:hidden;margin:7px 0 3px;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.report-list-main p{margin:0;color:var(--ink-muted);font-size:12px}.report-library-card>a{display:inline-flex;min-height:34px;align-items:center;border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:0 12px;color:var(--ink-soft);font-size:12px;font-weight:700}.smart-reports-page .page-header{margin-bottom:0}.report-library-filters,.report-library-filters.reader{display:flex;align-items:flex-end;flex-wrap:wrap;gap:14px;border:0;border-radius:var(--radius-md);padding:16px 20px;background:var(--surface);box-shadow:var(--shadow-low)}.report-library-filters label{display:grid;min-width:140px;gap:4px;color:var(--ink);font-size:13px;font-weight:500}.report-library-filters label:first-child{width:200px}.report-library-filters input,.report-library-filters select{height:36px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);padding:0 10px;color:var(--ink);font-size:13px}.report-library-filter-actions{display:flex;gap:8px;margin-left:auto}.report-library-filter-actions button{min-height:36px;padding-inline:16px;font-size:13px}.report-library-table-wrap{overflow-x:auto;border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-low)}.report-library-table{min-width:760px;font-size:13px}.report-library-table thead th{padding:11px 16px;border-bottom:1px solid var(--border);background:var(--surface-subtle);color:var(--ink);font-weight:600;text-align:left}.report-library-table tbody td{height:48px;padding:11px 16px;border-bottom:1px solid #f0ebe3;color:var(--ink-soft);vertical-align:middle}.report-library-table tbody tr:nth-child(odd){background:#fbfaf8}.report-library-table tbody tr:hover{background:var(--surface-subtle)}.report-library-table tbody tr:last-child td{border-bottom:0}.report-library-table th:first-child{width:36%}.report-library-table td:first-child a,.report-library-table td:first-child strong{color:var(--ink);font-weight:600}.report-library-table td:first-child a:hover{color:var(--primary);text-decoration:underline;text-underline-offset:3px}.report-library-table .report-status,.report-library-table .report-publish-state{min-height:24px;border-radius:10px;padding:2px 10px;font-size:12px;font-weight:500}.report-table-skeleton{height:14px;border-radius:4px;background:var(--surface);animation:surface-pulse 1.4s ease-in-out infinite}.report-library-table .report-empty{min-height:150px}.report-pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:0 4px;color:var(--ink-muted);font-size:13px}.report-pagination>div:first-child{display:flex;align-items:center;gap:5px}.report-pagination select{height:30px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:0 8px;color:var(--ink-soft)}.report-pagination-controls{display:flex;align-items:center;gap:4px}.report-pagination-controls button,.report-page-ellipsis{display:inline-flex;min-width:30px;height:30px;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink-soft);font-size:13px}.report-page-ellipsis{border-color:transparent;background:transparent}.report-pagination-controls button:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.report-pagination-controls button.active{border-color:var(--primary);background:var(--primary);color:#fff}.report-pagination-controls button:disabled{opacity:.4}.report-request-state{align-items:flex-start;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.report-request-state.error{border-color:#e7bcbc;background:var(--negative-soft)}.report-request-state button{min-height:34px;border:1px solid currentColor;border-radius:var(--radius-sm);background:transparent;padding:0 12px;font-weight:700}.report-detail-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding-bottom:18px;border-bottom:1px solid var(--border)}.report-detail-title{min-width:0}.report-detail-title h2{overflow:hidden;margin:0;font-size:22px;text-overflow:ellipsis;white-space:nowrap}.report-detail-meta{display:grid;gap:2px;color:var(--ink-muted);font-size:11px;text-align:right}.report-document{min-width:0;overflow:visible;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.report-document-toolbar{position:static;display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 16px;border-bottom:1px solid var(--border);background:#f8f5f0f7}.report-action-feedback{margin-left:auto;color:var(--positive);font-size:12px}.report-action-feedback.error{color:var(--negative)}.report-markdown{width:min(100%,860px);max-width:100%;min-width:0;margin:0 auto;padding:36px 42px 56px;color:var(--ink-soft);font-size:15px;line-height:1.85;overflow-wrap:anywhere}.report-table-wrap{width:100%;max-width:100%;overflow-x:auto;overflow-y:visible}.report-markdown h1,.report-markdown h2,.report-markdown h3{color:var(--ink);line-height:1.4}.report-markdown h1{margin:0 0 28px;font-size:26px}.report-markdown h2{margin:34px 0 14px;padding-bottom:8px;border-bottom:1px solid var(--border);font-size:20px}.report-markdown h3{margin:26px 0 10px;font-size:16px}.report-markdown table{width:100%;min-width:560px;border-collapse:collapse;font-size:13px}.report-markdown th,.report-markdown td{padding:9px 11px;border:1px solid var(--border);text-align:left}.report-markdown th{background:var(--surface-subtle)}.model-package-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.model-refresh-feedback{border:1px solid #bad3ba;border-radius:var(--radius-sm);background:#edf7f3;padding:10px 14px;color:#456e44;font-size:13px;font-weight:700}.model-runtime-stack{display:grid;gap:16px}.model-runtime-panel{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.model-runtime-panel.is-formal{border-top:3px solid var(--primary)}.model-runtime-heading{display:flex;min-height:66px;align-items:center;justify-content:space-between;gap:16px;padding:12px 17px;border-bottom:1px solid var(--border);background:var(--surface-subtle)}.model-runtime-heading span{display:block;margin-bottom:3px;color:var(--ink-muted);font-size:11px}.model-runtime-heading h3,.model-runtime-section h4{margin:0}.model-runtime-heading h3{font-size:16px}.model-runtime-meta{display:grid;grid-template-columns:1.4fr repeat(3,minmax(0,1fr));border-bottom:1px solid var(--border)}.model-runtime-meta>div{min-width:0;padding:13px 16px;border-right:1px solid var(--border)}.model-runtime-meta>div:last-child{border-right:0}.model-runtime-meta span{display:block;color:var(--ink-muted);font-size:11px}.model-runtime-meta strong{display:block;overflow:hidden;margin-top:4px;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.runtime-status.is-success{color:var(--positive)}.runtime-status.is-running{color:#946200}.runtime-status.is-failed{color:var(--negative)}.model-runtime-section+.model-runtime-section{border-top:1px solid var(--border)}.model-runtime-section h4{padding:12px 17px;border-bottom:1px solid var(--border);color:var(--ink-soft);font-size:13px}.model-runtime-empty{padding:18px;color:var(--ink-muted);font-size:12px}.model-refresh-confirmation{margin:0;color:var(--ink-soft);line-height:1.7}.model-package-kpis>div{min-width:0;padding:16px 18px;border:1px solid var(--border);border-left:3px solid var(--primary);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-low)}.model-package-kpis>div:last-child{border-right:1px solid var(--border)}.model-package-kpis span,.scenario-summary span,.scenario-confirmation-line span,.scenario-rollback-summary span{display:block;color:var(--ink-muted);font-size:11px}.model-package-kpis strong{display:block;overflow:hidden;margin-top:5px;font-size:19px;text-overflow:ellipsis;white-space:nowrap}.model-target-panel,.model-metrics-panel,.model-files-panel,.scenario-history-panel{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.model-target-panel>h3,.model-metrics-panel>h3,.model-files-panel>h3{margin:0;padding:14px 17px;border-bottom:1px solid var(--border);background:var(--surface-subtle);font-size:14px}.model-target-list{display:flex;flex-wrap:wrap;gap:8px;padding:16px}.model-target-list span{display:inline-flex;min-height:30px;align-items:center;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-subtle);padding:3px 10px;color:var(--ink-soft);font-size:12px;font-weight:700}.model-metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.model-metrics-grid article{display:grid;min-width:0;grid-template-columns:1fr 1fr;gap:7px 12px;padding:15px 17px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.model-metrics-grid article:nth-child(3n){border-right:0}.model-metrics-grid article strong{grid-column:1 / -1;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.model-metrics-grid article span{color:var(--ink-muted);font-size:11px}.model-file-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.model-file-item{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px;padding:13px 16px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.model-file-item:nth-child(3n){border-right:0}.model-file-item span{overflow:hidden;color:var(--ink-soft);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.model-file-item strong{flex:0 0 auto;font-size:11px}.model-file-item .available{color:var(--positive)}.model-file-item .unavailable{color:var(--negative)}.scenario-history-heading,.scenario-dialog-heading,.scenario-weight-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 17px;border-bottom:1px solid var(--border);background:var(--surface-subtle)}.scenario-history-heading>div,.scenario-dialog-heading>div{display:flex;align-items:center;gap:8px}.scenario-history-heading h3,.scenario-dialog-heading h3{margin:0;font-size:15px}.scenario-history-heading>span{color:var(--ink-muted);font-size:11px}.scenario-history-list{display:grid}.scenario-workflow-page{display:grid;gap:20px;min-width:0}.factor-herb-selection,.factor-policy-detail-heading{min-width:0;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-low)}.factor-policy-heading,.factor-policy-detail-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px}.factor-policy-heading{border-bottom:1px solid var(--border)}.factor-policy-heading>div{display:grid;gap:4px}.factor-herb-toolbar{display:flex;min-width:0;align-items:center;gap:14px}.factor-herb-search{position:relative;display:flex;width:min(280px,34vw);min-width:180px;align-items:center;color:var(--ink-muted)}.factor-herb-search svg{position:absolute;left:10px;pointer-events:none}.factor-herb-search input{width:100%;min-height:34px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);padding:0 10px 0 32px;color:var(--ink);font:inherit;font-size:12px}.factor-herb-search input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #8b5a2b1a;outline:none}.factor-policy-heading h2,.factor-policy-detail-heading h2{margin:0;color:var(--ink);font-size:18px}.factor-policy-heading>span{color:var(--ink-muted);font-size:12px}.factor-herb-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;max-height:none;overflow:visible;border:0;border-radius:0;padding:16px}.factor-herb-option{display:flex;width:100%;align-items:center;justify-content:space-between;gap:16px;min-height:44px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:0 20px;color:var(--ink);cursor:pointer;font:inherit;text-align:left;transition:background-color .16s ease,color .16s ease}.factor-herb-option:last-child{border-bottom:1px solid var(--border)}.factor-herb-option:hover,.factor-herb-option:focus-visible{background:var(--surface-subtle);color:var(--primary);outline:none}.factor-herb-option>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.factor-herb-option svg{flex:0 0 auto;color:var(--ink-muted)}.factor-policy-detail-heading{justify-content:flex-start;border:0;box-shadow:none;padding:0}.factor-policy-detail-heading h2{font-size:20px}.scenario-stepper{display:flex;border-radius:6px;background:var(--surface);box-shadow:var(--shadow-low);padding:24px}.scenario-stepper button{position:relative;display:flex;min-width:0;flex:1;flex-direction:column;align-items:center;border:0;background:transparent;color:var(--ink-muted);opacity:1}.scenario-stepper button:not(:last-child):after{position:absolute;z-index:0;top:15px;right:calc(-50% + 18px);left:calc(50% + 18px);height:2px;background:var(--border);content:""}.scenario-stepper button.completed:not(:last-child):after{background:var(--positive)}.scenario-stepper button i{position:relative;z-index:1;display:flex;width:32px;height:32px;align-items:center;justify-content:center;border:2px solid var(--border);border-radius:50%;background:var(--surface);color:var(--ink-muted);font-size:14px;font-style:normal;font-weight:600}.scenario-stepper button span{margin-top:8px;font-size:12px;white-space:nowrap}.scenario-stepper button.active i{border-color:var(--primary);background:var(--primary);color:#fff}.scenario-stepper button.active span{color:var(--primary);font-weight:600}.scenario-stepper button.completed i{border-color:var(--positive);background:var(--positive);color:#fff}.scenario-stepper button.completed span{color:var(--positive)}.scenario-stepper button:disabled{cursor:not-allowed;opacity:.45}.scenario-stage-card{min-width:0;border-radius:6px;background:var(--surface);box-shadow:var(--shadow-low);padding:20px}.scenario-stage-heading h3{margin:0 0 16px;color:var(--ink);font-size:16px}.scenario-workflow-page .scenario-start-form{max-width:680px;grid-template-columns:1fr;align-items:stretch;padding-top:0}.scenario-workflow-page .scenario-start-form .primary-button{width:fit-content}.scenario-workflow-page .scenario-history-panel{margin:-20px;border:0;box-shadow:none}.scenario-history-empty{padding:40px 20px;color:var(--ink-muted);font-size:13px;text-align:center}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap}.scenario-history-row{display:grid;grid-template-columns:minmax(0,1fr) auto 80px 90px;align-items:center;gap:14px;padding:12px 16px;border-bottom:1px solid var(--border)}.scenario-history-row:last-child{border-bottom:0}.scenario-history-row>div:first-child{display:grid;min-width:0;gap:2px}.scenario-history-row>div:first-child strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.scenario-history-row>div:first-child span,.scenario-history-row>span{color:var(--ink-muted);font-size:11px}.scenario-inference-modal{width:min(920px,100%);max-height:min(88vh,900px);overflow-y:auto;padding:0}.scenario-rollback-modal{width:min(560px,100%);padding:0}.scenario-dialog-heading{position:sticky;top:0;z-index:3}.scenario-inference-modal>:not(.scenario-dialog-heading),.scenario-rollback-modal>:not(.scenario-dialog-heading){margin-right:18px;margin-left:18px}.scenario-inference-modal>:last-child,.scenario-rollback-modal>:last-child{margin-bottom:18px}.scenario-start-form{display:grid;grid-template-columns:minmax(0,1fr) 160px auto;align-items:end;gap:12px;padding-top:18px}.scenario-start-form label,.scenario-rollback-reason,.scenario-global-weights label,.scenario-herb-row label{display:grid;gap:6px;color:var(--ink-soft);font-size:12px;font-weight:700}.scenario-start-form input,.scenario-start-form select,.scenario-rollback-reason textarea,.scenario-weight-input{width:100%;min-height:var(--control-height);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);padding:8px 10px}.scenario-state,.scenario-result{display:grid;min-height:180px;place-items:center;gap:10px;padding:28px;text-align:center}.scenario-running-state{display:grid;gap:14px;max-width:560px;margin:20px auto}.scenario-running-heading,.scenario-running-heading span,.training-progress>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:8px}.scenario-running-heading span{justify-content:flex-start;color:var(--ink);font-weight:600}.task-progress{height:8px;overflow:hidden;border-radius:4px;background:var(--canvas-strong, #eee9e2)}.task-progress i{display:block;height:100%;border-radius:inherit;background:var(--primary);transition:width .2s ease}.training-progress{display:grid;min-width:150px;gap:6px}.training-progress>div:first-child span{color:var(--ink-muted);font-size:12px}.scenario-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);margin-top:18px}.scenario-summary>div{min-width:0;padding:12px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.scenario-summary strong,.scenario-confirmation-line strong,.scenario-rollback-summary strong{display:block;overflow:hidden;margin-top:3px;color:var(--ink-soft);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.scenario-global-weights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px 0}.scenario-factor-catalog{display:grid;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);margin:16px 0;background:var(--surface)}.scenario-factor-row{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(320px,1.1fr);align-items:center;gap:24px;padding:14px 16px;border-bottom:1px solid var(--border)}.scenario-factor-row:last-child{border-bottom:0}.scenario-factor-row.is-disabled{background:var(--surface-subtle)}.scenario-factor-identity{display:grid;min-width:0;gap:4px}.scenario-factor-identity>div{display:flex;align-items:center;gap:8px}.scenario-factor-identity strong{color:var(--ink);font-size:14px;font-weight:700}.scenario-factor-identity p,.scenario-factor-identity small{margin:0;color:var(--ink-muted);font-size:12px;line-height:1.5}.scenario-factor-status{display:inline-flex;align-items:center;min-height:22px;border-radius:4px;background:var(--positive-soft);padding:2px 7px;color:var(--positive);font-size:11px;font-weight:700}.scenario-factor-status.is-partial{background:var(--warning-soft);color:var(--warning)}.scenario-factor-status.is-unavailable{background:var(--surface-strong);color:var(--ink-muted)}.scenario-herb-list{display:grid;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md)}.scenario-herb-row{display:grid;grid-template-columns:minmax(190px,.32fr) minmax(0,1fr);align-items:start;gap:14px;padding:13px 14px;border-bottom:1px solid var(--border)}.scenario-herb-factor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px}.scenario-herb-row:last-child{border-bottom:0}.scenario-herb-identity{display:grid;min-width:0;gap:2px}.scenario-herb-identity span{color:var(--ink-muted);font-size:11px}.scenario-dialog-actions{justify-content:flex-end;padding-top:16px}.scenario-confirmation{display:grid;gap:12px;padding-top:18px}.scenario-confirmation-line,.scenario-rollback-summary{display:grid;grid-template-columns:140px minmax(0,1fr);align-items:center;gap:12px;padding:10px 12px;border-bottom:1px solid var(--border)}.scenario-rollback-summary{margin-top:18px}.scenario-rollback-reason{padding-top:16px}.scenario-rollback-reason textarea{min-height:100px;resize:vertical}.stack-form{padding:18px;box-shadow:none}.stack-form .form-grid label{display:grid;min-width:0;gap:6px;color:var(--ink-soft);font-size:12px;font-weight:700}.stack-form .form-grid input,.stack-form .form-grid select{width:100%;height:var(--control-height);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);padding:0 10px}.user-edit-panel{border-left:3px solid var(--primary)}.user-edit-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid var(--border)}.user-edit-heading>div{display:grid;gap:3px}.user-edit-heading strong{color:var(--ink);font-size:15px}.user-edit-heading span{color:var(--ink-muted);font-size:12px}.user-edit-grid input[readonly]{border-style:dashed;background:var(--surface-subtle);color:var(--ink-muted);cursor:not-allowed}.filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;align-items:end;gap:12px;padding:16px 18px;border-top:3px solid var(--primary);box-shadow:var(--shadow-low)}.filter-grid label{display:grid;min-width:0;gap:6px;color:var(--ink-soft);font-size:12px;font-weight:700}.filter-grid select{width:100%;height:var(--control-height);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);padding:0 30px 0 10px;color:var(--ink)}.filter-grid select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #8b5a2b1a;outline:0}.filter-grid>button{min-width:84px}.operation-log-table{min-width:0}.operation-log-table .data-table{min-width:1050px;table-layout:fixed}.operation-log-table th:nth-child(1){width:90px}.operation-log-table th:nth-child(2){width:130px}.operation-log-table th:nth-child(3){width:75px}.operation-log-table th:nth-child(4){width:130px}.operation-log-table th:nth-child(5){width:190px}.operation-log-table th:nth-child(6){width:75px}.operation-log-table th:nth-child(7){width:120px}.operation-log-table th:nth-child(8){width:90px}.operation-log-table th:nth-child(9){width:150px}.operation-log-table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.operation-meta-modal{width:min(680px,100%)}.operation-meta-modal .app-modal__body{display:grid;gap:16px}.operation-meta-action{color:var(--ink);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:14px}.operation-meta-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-subtle);color:inherit;font-family:inherit;font-size:inherit}.operation-meta-summary>div{display:grid;min-width:0;gap:4px;padding:12px;border-right:1px solid var(--border)}.operation-meta-summary>div:last-child{border-right:0}.operation-meta-summary dt,.operation-meta-summary dd{margin:0}.operation-meta-summary dt{color:var(--ink-muted);font-size:11px}.operation-meta-summary dd{overflow:hidden;color:var(--ink-soft);font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.operation-meta-payload{max-height:360px;margin:0;overflow:auto;border:1px solid #2c3d38;border-radius:var(--radius-sm);background:#17211f;padding:14px;color:#d9e5e2;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.65;white-space:pre-wrap;word-break:break-word}.data-sources-table{min-width:0}.data-sources-table .data-table{min-width:980px;table-layout:fixed}.data-sources-table th:nth-child(1){width:30%}.data-sources-table th:nth-child(2){width:100px}.data-sources-table th:nth-child(3){width:80px}.data-sources-table th:nth-child(5){width:70px}.data-sources-table th:nth-child(6){width:250px}.data-sources-table td:nth-child(2),.data-sources-table td:nth-child(3),.data-sources-table td:nth-child(5),.data-sources-table td:nth-child(6){white-space:nowrap}.data-source-connection{color:var(--ink-muted);font-size:12px}.report-sources{display:grid;gap:10px;margin-top:22px;border-top:1px solid var(--border);padding-top:16px}.report-sources h3{margin:0;color:var(--ink);font-size:14px}.report-sources-summary{margin:0;color:var(--ink-muted);font-size:12px;line-height:1.8;overflow-wrap:anywhere}.external-source-catalog{display:grid;gap:14px;margin-top:24px}.external-source-catalog .section-heading{display:flex;align-items:end;justify-content:space-between;gap:18px}.external-source-catalog .section-heading h2{margin:3px 0 0}.external-source-catalog .section-kicker,.external-source-catalog .section-note{color:var(--ink-muted);font-size:12px}.external-source-catalog-table .data-table{min-width:1280px;table-layout:fixed}.external-source-catalog-table th:nth-child(1){width:130px}.external-source-catalog-table th:nth-child(2){width:240px}.external-source-catalog-table th:nth-child(3){width:360px}.external-source-catalog-table th:nth-child(4){width:120px}.external-source-catalog-table th:nth-child(5){width:130px}.external-source-catalog-table th:nth-child(6){width:180px}.external-source-catalog-table td{vertical-align:top;white-space:normal;word-break:break-word}.data-sources-table .row-actions{flex-wrap:wrap}.sync-control-panel,.sync-history-panel{overflow:hidden;box-shadow:var(--shadow-low)}.sync-panel-heading{display:flex;min-height:50px;align-items:center;justify-content:space-between;gap:14px;padding:12px 16px;border-bottom:1px solid var(--border);background:#fbf8f3}.sync-panel-heading h3{margin:0;font-size:14px}.sync-history-heading>div{display:flex;align-items:center;gap:9px}.sync-history-heading span{color:var(--ink-muted);font-size:11px}.sync-control-grid{display:grid;grid-template-columns:minmax(260px,1.4fr) minmax(160px,.8fr) auto;align-items:end;gap:12px;padding:16px}.sync-control-grid.is-backfill{grid-template-columns:minmax(220px,1.2fr) minmax(150px,.7fr) repeat(2,minmax(150px,.7fr)) auto}.sync-control-grid label{display:grid;min-width:0;gap:6px;color:var(--ink-soft);font-size:12px;font-weight:700}.sync-control-grid select,.sync-control-grid input{width:100%;height:var(--control-height);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);padding:0 10px}.sync-history-panel .table-region{border:0;border-radius:0}.sync-history-panel .data-table{min-width:1040px}.sync-batch-id{display:inline-block;max-width:180px;overflow:hidden;color:var(--ink-soft);font-size:11px;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.sync-counts{display:flex;flex-wrap:wrap;gap:4px}.sync-counts span{display:inline-flex;min-height:24px;align-items:center;border-radius:999px;background:var(--surface-strong);padding:2px 8px;color:var(--ink-muted);font-size:10px;font-weight:700}.sync-counts .sync-count-success{background:var(--positive-soft);color:var(--positive)}.sync-counts .sync-count-failure{background:var(--negative-soft);color:var(--negative)}.table-empty-action{color:var(--ink-faint)}.sync-pagination{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:12px;padding:8px 16px;border-top:1px solid var(--border);color:var(--ink-muted);font-size:12px}.sync-pagination>div{display:flex;gap:8px}.sync-pagination button{display:inline-flex;align-items:center;gap:4px}.sync-failure-modal{width:min(820px,100%);max-height:min(86vh,860px);overflow-y:auto;padding:0}.sync-failure-heading{position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 17px;border-bottom:1px solid var(--border);background:var(--surface-subtle)}.sync-failure-heading h3{margin:0;font-size:15px}.sync-failure-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:18px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md)}.sync-failure-summary>div{min-width:0;padding:12px;border-right:1px solid var(--border)}.sync-failure-summary>div:last-child{border-right:0}.sync-failure-summary span,.sync-batch-error span{display:block;color:var(--ink-muted);font-size:11px}.sync-failure-summary strong,.sync-batch-error strong{display:block;overflow:hidden;margin-top:3px;font-size:12px;overflow-wrap:anywhere}.sync-batch-error,.sync-detail-state,.sync-failure-list{margin-right:18px;margin-left:18px}.sync-batch-error{display:grid;gap:3px}.sync-detail-state{min-height:100px;padding:24px;color:var(--ink-muted);text-align:center}.sync-failure-list{display:grid;gap:10px;padding-bottom:18px}.sync-failure-list-title{color:var(--ink-soft);font-size:12px;font-weight:800}.sync-failure-item{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md)}.sync-failure-item-heading{display:flex;align-items:flex-start;gap:9px;padding:10px 12px;border-bottom:1px solid var(--border);background:var(--surface-subtle)}.sync-failure-item-heading span{display:grid;width:22px;height:22px;flex:0 0 22px;place-items:center;border-radius:50%;background:var(--negative-soft);color:var(--negative);font-size:10px}.sync-failure-item-heading strong{min-width:0;overflow-wrap:anywhere;font-size:12px}.sync-failure-item .json-preview{max-height:280px;margin:12px}@media (max-width: 1180px){.forecast-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.market-price-filter{grid-template-columns:repeat(2,minmax(0,1fr))}.market-price-filter-actions{grid-column:1 / -1;justify-content:flex-end}}@media (max-width: 900px){.login-screen{grid-template-columns:1fr;padding:210px 20px 24px}.login-screen:after{background:linear-gradient(180deg,#eef2f100 18%,#eef2f152 43%,#eef2f1e6 72%,#eef2f1)}.login-background{height:42vh;min-height:300px;object-position:left center}.login-panel{width:min(440px,100%);grid-column:1;justify-self:center}.page-stack{padding:20px 16px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.model-package-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.model-runtime-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.model-runtime-meta>div:nth-child(2n){border-right:0}.model-runtime-meta>div:nth-child(-n+2){border-bottom:1px solid var(--border)}.overview-information-grid{grid-template-columns:1fr}.query-control-row{align-items:stretch;flex-direction:column}.query-grid,.query-grid-herbs{width:100%;max-width:none;grid-template-columns:repeat(2,minmax(0,1fr))}.forecast-workspace{padding:20px 16px}.forecast-command-bar{align-items:stretch}.forecast-command-controls,.driver-bars{grid-template-columns:1fr}.model-metrics-grid,.model-file-list{grid-template-columns:repeat(2,minmax(0,1fr))}.model-metrics-grid article:nth-child(3n),.model-file-item:nth-child(3n){border-right:1px solid var(--border)}.model-metrics-grid article:nth-child(2n),.model-file-item:nth-child(2n){border-right:0}.report-detail-header{grid-template-columns:1fr;align-items:start}.report-detail-meta{text-align:left}.sync-control-grid,.sync-control-grid.is-backfill,.filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-grid>button{justify-self:start}}@media (max-width: 720px){.forecast-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 520px){.page-stack{gap:16px;padding:16px 12px}.metric-card,.forecast-kpi{padding:14px}.metric-card strong,.forecast-kpi strong{font-size:20px}.model-metric-list>div{grid-template-columns:repeat(2,minmax(0,1fr))}.model-metric-list strong{grid-column:1 / -1}.report-markdown table{display:block;max-width:100%;overflow-x:auto}.login-screen{padding:184px 14px 14px}.login-background{height:34vh;min-height:250px;object-position:14% center}.login-brand{min-height:66px;padding:18px 18px 2px}.login-form{padding:22px 18px 18px}.privacy-screen{padding:16px 12px}.consent-screen{align-items:end;padding:16px 12px}.consent-screen:after{background:#eef3f1d1}.consent-content{padding:28px 20px 24px}.consent-actions{grid-template-columns:1fr}.privacy-header,.privacy-body,.privacy-footer{padding:20px}.query-workspace-header,.result-toolbar{align-items:stretch;flex-direction:column}.query-grid,.query-grid-herbs,.market-price-filter{grid-template-columns:1fr}.market-price-filter-actions{grid-column:1}.market-price-filter-actions>button{flex:1}.market-meta-group{grid-template-columns:1fr}.market-detail-tabs button{min-width:88px;padding-inline:14px}.query-tabs{width:100%}.query-tabs button{flex:1 0 auto}.query-actions>button{flex:1}.active-filters{max-width:none;justify-content:flex-start}.info-row{grid-template-columns:1fr;gap:2px}.info-row strong{text-align:left}.forecast-workspace{gap:16px;padding:16px 12px}.forecast-command-controls,.scenario-start-form,.scenario-global-weights,.scenario-herb-row{grid-template-columns:1fr}.forecast-result-toolbar{align-items:stretch;flex-direction:column}.forecast-page-tabs button{min-width:92px;padding-inline:14px}.forecast-period-toolbar{grid-template-columns:1fr;gap:10px}.forecast-selector,.forecast-series-fields{grid-template-columns:1fr}.forecast-range-controls{grid-template-columns:minmax(0,1fr) auto;justify-content:stretch;padding-bottom:12px}.forecast-submit{width:auto}.forecast-date-error{justify-self:start;margin-top:-6px}.forecast-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.forecast-actions>button{width:100%}.forecast-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.model-package-kpis{grid-template-columns:1fr}.forecast-kpi:nth-child(2),.model-package-kpis>div:nth-child(2){border-right:1px solid var(--border)}.forecast-kpi:nth-child(-n+2),.model-package-kpis>div:nth-child(-n+2){border-bottom:1px solid var(--border)}.model-package-kpis>div,.model-package-kpis>div:last-child{border-right:0}.model-package-kpis>div:not(:last-child){border-bottom:1px solid var(--border)}.model-runtime-heading{align-items:stretch;flex-direction:column}.model-runtime-heading button{width:100%}.model-runtime-meta{grid-template-columns:1fr}.model-runtime-meta>div,.model-runtime-meta>div:nth-child(2n){border-right:0}.model-runtime-meta>div:not(:last-child){border-bottom:1px solid var(--border)}.forecast-chart-frame{overflow:visible;padding:10px 4px}.forecast-chart{min-width:0;aspect-ratio:16 / 9}.report-panel-heading,.report-library-card{align-items:stretch;grid-template-columns:1fr}.report-panel-heading{flex-direction:column}.report-library-filters,.report-library-filters.reader,.model-metrics-grid,.model-file-list{grid-template-columns:1fr}.model-metrics-grid article,.model-file-item,.model-metrics-grid article:nth-child(2n),.model-file-item:nth-child(2n),.model-metrics-grid article:nth-child(3n),.model-file-item:nth-child(3n){border-right:0}.report-markdown{padding:24px 18px 36px}.report-document-toolbar>button{flex:1 1 calc(50% - 8px)}.report-action-feedback{width:100%;margin-left:0}.scenario-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.scenario-history-row{grid-template-columns:1fr auto}.scenario-confirmation-line,.scenario-rollback-summary{grid-template-columns:1fr;gap:2px}.sync-control-grid,.sync-control-grid.is-backfill,.sync-failure-summary{grid-template-columns:1fr}.sync-submit{width:100%}.sync-pagination{align-items:stretch;flex-direction:column}.sync-pagination>div,.sync-pagination button{width:100%}.sync-pagination button{justify-content:center}.sync-failure-summary>div{border-right:0;border-bottom:1px solid var(--border)}.sync-failure-summary>div:last-child{border-bottom:0}.user-edit-heading{align-items:stretch;flex-direction:column}.filter-grid,.operation-meta-summary{grid-template-columns:1fr}.filter-grid>button{width:100%}.operation-meta-summary>div{border-right:0;border-bottom:1px solid var(--border)}.operation-meta-summary>div:last-child{border-bottom:0}}.legend-history{background:var(--primary)}.model-package-kpis{overflow:hidden;gap:0;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-low)}.model-package-kpis>div,.model-package-kpis>div:last-child{border:0;border-radius:0;background:transparent;box-shadow:none}.model-runtime-unified .model-runtime-heading{min-height:70px;border:0;background:var(--surface);padding:14px 18px}.model-runtime-unified .model-runtime-meta{gap:10px;border:0;background:#fcfaf7;padding:12px 16px}.model-runtime-unified .model-runtime-meta>div,.model-runtime-unified .model-runtime-meta>div:last-child{border:0;border-radius:var(--radius-sm);background:var(--surface);padding:11px 13px}.model-runtime-unified .model-runtime-section+.model-runtime-section,.model-runtime-unified .model-runtime-section h4{border:0}.model-runtime-unified .model-runtime-section h4{background:transparent;padding:14px 17px 8px}.model-runtime-unified .model-metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:6px 16px 16px}.model-runtime-unified .model-metrics-grid article,.model-runtime-unified .model-metrics-grid article:nth-child(3n){border:0;border-radius:var(--radius-sm);background:var(--surface-subtle);padding:13px 14px}.model-runtime-unified .model-file-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:6px 16px 16px}.model-runtime-unified .model-file-item,.model-runtime-unified .model-file-item:nth-child(3n){border:0;border-radius:var(--radius-sm);background:var(--surface-subtle)}.sync-history-panel .data-table th:first-child,.sync-history-panel .data-table td:first-child{width:230px;min-width:230px}.sync-batch-id{display:block;width:100%;max-width:none;overflow:visible;overflow-wrap:anywhere;text-overflow:clip;white-space:normal}.operation-log-table .data-table{width:100%;min-width:900px;table-layout:fixed}.operation-log-table th:nth-child(1){width:170px}.operation-log-table th:nth-child(2){width:88px}.operation-log-table th:nth-child(3){width:180px}.operation-log-table th:nth-child(4){width:78px}.operation-log-table th:nth-child(5){width:auto}.operation-log-table th:nth-child(6){width:76px}.operation-log-table th:nth-child(7){width:88px}@media (max-width: 1024px){.model-runtime-unified .model-metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 720px){.model-runtime-unified .model-metrics-grid,.model-runtime-unified .model-file-list{grid-template-columns:1fr}}.overview-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.overview-metric-card{display:grid;min-height:100px;grid-template-rows:auto 22px auto;align-items:stretch;gap:4px;border:0;border-left:3px solid var(--primary);border-radius:var(--radius-md);background:var(--surface);padding:12px 14px;box-shadow:var(--shadow-low)}.overview-metric-value{display:flex;align-items:baseline;align-self:auto;gap:5px}.overview-metric-value strong{color:var(--ink);font-size:22px;font-weight:700;line-height:1.2}.overview-metric-value small{margin:0;color:var(--ink-muted);font-size:12px;font-weight:500}.overview-metric-sparkline{display:block;width:100%;height:22px;overflow:visible}.overview-metric-sparkline-track,.overview-metric-sparkline-value{fill:none;vector-effect:non-scaling-stroke}.overview-metric-sparkline-track{stroke:var(--border);stroke-width:1}.overview-metric-sparkline-value{stroke:var(--primary);stroke-linecap:round;stroke-width:2}.overview-metric-sparkline-point{fill:var(--primary)}.overview-metric-card:nth-child(2) .overview-metric-sparkline-value{stroke:var(--positive)}.overview-metric-card:nth-child(2) .overview-metric-sparkline-point{fill:var(--positive)}.overview-metric-card:nth-child(3) .overview-metric-sparkline-value{stroke:var(--info)}.overview-metric-card:nth-child(3) .overview-metric-sparkline-point{fill:var(--info)}.overview-metric-card:nth-child(4) .overview-metric-sparkline-value{stroke:var(--warning)}.overview-metric-card:nth-child(4) .overview-metric-sparkline-point{fill:var(--warning)}.overview-metric-footer{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px;color:var(--ink-soft)}.overview-metric-footer>span{display:inline-flex;min-width:max-content;align-items:center;gap:6px;margin:0;font-size:12px;font-weight:600}.overview-metric-footer>small{min-width:0;overflow:hidden;color:var(--ink-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.overview-section-label{display:none}.model-reference-layout{display:grid;gap:16px}.model-reference-refresh-bar{display:flex;min-height:44px;align-items:center;flex-wrap:wrap;gap:7px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-subtle);padding:10px 16px;color:var(--ink-muted);font-size:13px}.model-reference-refresh-bar strong{color:var(--ink);font-weight:600}.model-reference-refresh-bar i{margin-left:auto;font-size:11px;font-style:normal;font-weight:700}.model-reference-summary-card,.model-reference-metrics-card{border-radius:var(--radius-md);background:var(--surface);padding:20px;box-shadow:var(--shadow-low)}.model-reference-card-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.model-reference-card-heading h2{margin:0;color:var(--ink);font-size:16px;font-weight:600}.model-reference-card-heading button{min-height:32px}.model-reference-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px}.model-reference-summary-item{display:flex;min-width:0;align-items:baseline;gap:6px}.model-reference-summary-item span,.model-reference-section-label{color:var(--ink-muted);font-size:13px}.model-reference-summary-item span{flex:0 0 auto}.model-reference-summary-item strong{min-width:0;overflow:hidden;color:var(--ink);font-size:14px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.overview-alert-bar{display:flex;min-width:0;align-items:center;flex-wrap:wrap;gap:8px}.overview-alert-summary,.overview-alert-item{display:inline-flex;min-height:36px;align-items:center;gap:8px;border:1px solid var(--border);border-radius:6px;background:var(--surface);padding:8px 12px;color:var(--ink-soft);font-size:13px;box-shadow:var(--shadow-low)}.overview-alert-summary{border-left:3px solid var(--warning);color:var(--primary)}.overview-alert-summary.is-healthy{flex:1;border-color:var(--positive);background:var(--positive);color:#fff}.overview-alert-summary span{font-weight:600}.overview-alert-item{box-shadow:none}.overview-alert-item>i{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:var(--warning)}.overview-alert-item.is-danger{border-left:3px solid var(--negative)}.overview-alert-item.is-danger>i{background:var(--negative)}.overview-alert-item a{color:var(--primary);font-size:12px;white-space:nowrap}.overview-chart-box{min-height:260px;grid-template-rows:auto minmax(0,1fr);background:#faf9f6;padding:10px}.reference-echart,.overview-echart-canvas{width:100%;min-width:0;min-height:220px}.overview-model-echart{min-height:250px;border-radius:6px;background:#faf9f6}.overview-sync-chart{min-height:260px;padding:0}.overview-sync-chart .overview-echart-canvas{min-height:260px}.chart-keyboard-inspector{position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden;border:0;opacity:0}.overview-sync-chart .overview-chart-tooltip{top:14px;left:50%}.scenario-workflow-page{gap:20px}.scenario-start-form,.scenario-workflow-page .scenario-start-form{display:grid;width:100%;max-width:none;grid-template-columns:1fr;align-items:stretch;gap:16px;padding:0}.scenario-form-field{display:grid;gap:6px;color:var(--ink);font-size:13px;font-weight:500}.scenario-form-field input,.scenario-form-field select{width:100%;min-height:33px;border:1px solid var(--border-strong);border-radius:4px;background:var(--surface);padding:8px 12px;color:var(--ink);font:inherit}.scenario-form-field textarea{width:100%;height:78px;min-height:78px;border:1px solid var(--border-strong);border-radius:4px;background:var(--surface);padding:8px 12px;color:var(--ink);font:inherit;resize:none}.scenario-form-field input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.scenario-form-field input[type=number]::-webkit-inner-spin-button,.scenario-form-field input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.scenario-form-field input:focus,.scenario-form-field select:focus,.scenario-form-field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 2px #8b5a2b1a;outline:none}.scenario-form-field small{color:var(--ink-muted);font-size:12px;font-weight:400}.scenario-reason-field span i{color:var(--negative);font-style:normal}.scenario-reason-count{justify-self:end}.scenario-start-form>.primary-button{width:fit-content;min-height:34px;padding:0 16px}.scenario-result-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.scenario-result-heading h3{margin-bottom:0}.scenario-preflight-result{display:grid;gap:16px}.scenario-preflight-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.scenario-preflight-metric{display:grid;min-height:92px;align-content:center;gap:8px;border-left:3px solid var(--primary);border-radius:6px;background:var(--surface);padding:16px;box-shadow:var(--shadow-low)}.scenario-preflight-metric.is-info{border-left-color:var(--info)}.scenario-preflight-metric.is-warning{border-left-color:var(--warning)}.scenario-preflight-metric.is-muted{border-left-color:var(--border-strong)}.scenario-preflight-metric span{color:var(--ink-muted);font-size:12px}.scenario-preflight-metric strong{color:var(--ink);font-size:22px}.scenario-preflight-table{overflow-x:auto}.scenario-preflight-table .data-table{min-width:840px}.scenario-direction{display:inline-flex;border-radius:10px;background:var(--surface-strong);padding:2px 9px;color:var(--ink-soft);font-size:12px}.scenario-direction.is-up{background:var(--positive-soft);color:var(--positive)}.scenario-direction.is-down{background:var(--negative-soft);color:var(--negative)}.scenario-stage-actions{display:flex;align-items:center;justify-content:space-between;gap:8px}.scenario-weight-row,.scenario-global-weights .scenario-weight-row,.scenario-herb-row .scenario-weight-row{display:flex;min-width:0;align-items:center;gap:12px;color:var(--ink);font-size:13px;font-weight:500}.scenario-weight-label{min-width:118px;flex:0 0 auto}.scenario-weight-slider{width:auto;min-width:90px;height:6px;flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:3px;background:var(--border);padding:0}.scenario-weight-slider::-webkit-slider-thumb{width:18px;height:18px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid var(--surface);border-radius:50%;background:var(--primary);box-shadow:0 1px 3px #0003}.scenario-weight-slider::-moz-range-thumb{width:18px;height:18px;border:2px solid var(--surface);border-radius:50%;background:var(--primary);box-shadow:0 1px 3px #0003}.scenario-weight-slider:disabled{cursor:not-allowed;opacity:.45}.scenario-weight-row output{min-width:36px;color:var(--primary);font-size:14px;font-weight:600;text-align:right}.scenario-weight-row small{min-width:64px;color:var(--ink-muted);font-size:12px;font-weight:400}.scenario-history-table{overflow-x:auto}.scenario-history-table .data-table{min-width:980px}.scenario-history-table td:nth-child(2) small{display:block;margin-top:3px;color:var(--ink-muted);font-size:11px}@media (max-width: 900px){.factor-policy-heading{align-items:stretch;flex-direction:column}.factor-herb-toolbar{justify-content:space-between}.factor-herb-list{grid-template-columns:repeat(3,minmax(0,1fr))}.scenario-preflight-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.scenario-global-weights,.scenario-factor-row,.scenario-herb-row,.scenario-herb-factor-grid{grid-template-columns:1fr}}.model-reference-summary-item small{color:var(--ink-muted);font-size:12px}.model-reference-section-label{margin:14px 0 8px}.model-reference-target-list{display:flex;flex-wrap:wrap;gap:8px}.model-reference-target-list span{display:inline-flex;min-height:26px;align-items:center;border:1px solid #dfd2c2;border-radius:var(--radius-sm);background:var(--primary-soft);padding:3px 10px;color:var(--primary);font-size:12px;font-weight:600}.model-reference-files{margin-top:14px;border-top:1px solid var(--border);padding-top:1px}.model-reference-files .model-reference-section-label{margin-top:12px}.model-reference-file-list{display:grid}.model-reference-file-item{display:flex;min-height:32px;align-items:center;justify-content:space-between;gap:16px;border-bottom:0;padding:5px 0;color:var(--ink-soft);font-size:13px}.model-reference-file-item strong{font-size:12px}.model-reference-file-item strong.available{color:var(--positive)}.model-reference-file-item strong.unavailable{color:var(--negative)}.model-reference-metrics-grid.model-metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.model-reference-metrics-grid.model-metrics-grid article,.model-reference-metrics-grid.model-metrics-grid article:nth-child(2n),.model-reference-metrics-grid.model-metrics-grid article:nth-child(3n){display:grid;min-width:0;grid-template-columns:1fr;grid-template-rows:auto repeat(4,25px);gap:0;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--canvas);min-height:162px;padding:14px}.model-reference-metrics-grid.model-metrics-grid article>strong{grid-column:1 / -1;margin-bottom:2px;border-bottom:1px solid var(--border);padding-bottom:8px;color:var(--ink);font-size:13px;font-weight:600}.model-reference-metric-row{display:flex;min-height:25px;align-items:center;justify-content:space-between;gap:16px}.model-reference-metric-row span,.model-reference-metric-row strong,.model-reference-metrics-grid.model-metrics-grid article>.model-metric-empty{color:var(--ink-muted);font-size:12px}.model-reference-metric-row strong{color:var(--ink);font-weight:500}.model-reference-metrics-grid.model-metrics-grid article>.model-metric-empty{padding-top:8px}.model-reference-metrics-grid .model-runtime-empty{grid-column:1 / -1;padding:20px 0;text-align:center}.model-refresh-field{display:grid;gap:7px}.model-refresh-field>span{color:var(--ink-soft);font-size:13px;font-weight:600}.model-refresh-field select{width:100%;min-height:var(--control-height);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);padding:0 10px;color:var(--ink)}@media (max-width: 1080px){.overview-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 960px){.model-reference-summary-grid,.model-reference-metrics-grid.model-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.factor-herb-toolbar{align-items:stretch;flex-direction:column;gap:8px}.factor-herb-search{width:100%;min-width:0}.factor-herb-list{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px}.overview-metrics,.model-reference-summary-grid,.model-reference-metrics-grid.model-metrics-grid{grid-template-columns:1fr}.model-reference-summary-card,.model-reference-metrics-card{padding:16px}.model-reference-summary-item{align-items:flex-start;flex-direction:column;gap:2px}.model-reference-summary-item strong{overflow:visible;white-space:normal;word-break:break-all}}.overview-page{gap:14px}.overview-page>.page-header{margin-bottom:6px}.overview-page .page-header h1{color:var(--ink);font-size:28px;font-weight:700;line-height:1.6}.overview-page .page-header__copy p{margin-top:4px;color:var(--ink-muted);font-size:13px;line-height:1.6}.overview-metrics{gap:12px}.overview-metric-card{min-height:100px;border:1px solid var(--border);border-left:3px solid #9e7b5c;border-radius:6px;padding:12px 14px}.overview-metric-card:nth-child(2){border-left-color:var(--positive)}.overview-metric-card:nth-child(3){border-left-color:var(--info)}.overview-metric-card:nth-child(4){border-left-color:var(--warning)}.overview-metric-footer>span{color:var(--primary);font-size:12px;font-weight:400}.overview-dashboard-grid{gap:14px}.overview-dashboard-card{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:8px;padding:14px 16px;box-shadow:none}.overview-card-heading{min-height:0;padding:0;margin-bottom:12px}.overview-card-heading>div{gap:8px}.overview-card-heading>div:before{width:4px;height:16px;border-radius:2px;background:#9e7b5c}.overview-card-heading h2{color:var(--ink);font-size:14px;font-weight:700}.overview-card-heading>span{color:var(--ink-muted);font-size:11px}.overview-card-body{min-height:0;gap:10px;padding:0}.overview-split-layout{display:flex;gap:12px;align-items:stretch}.overview-split-layout .overview-cell-grid{flex:1}.overview-split-layout .overview-chart-box{flex:1.1}.overview-metric-cell{display:block;min-width:0;border-radius:6px;background:var(--canvas);padding:8px 10px;color:var(--ink-soft);font-size:13px;line-height:1.6}.overview-metric-cell strong{display:inline;margin-right:4px;color:var(--ink);font-size:13px;font-weight:700;line-height:inherit}.overview-metric-cell span{display:inline;color:var(--ink-soft);font-size:13px}.overview-metric-cell.is-warning strong{color:var(--warning)}.overview-chart-box{min-height:260px;border-radius:6px;background:var(--canvas);padding:10px}.overview-chart-caption{margin-bottom:6px;color:var(--primary);font-size:12px;font-weight:400}@media (max-width: 1100px){.overview-split-layout{display:grid}}.market-history-panel{min-width:0;overflow:hidden;border:0;padding:20px}.market-history-table-scroll{width:100%;overflow-x:auto}.market-history-table{width:100%;min-width:920px;border-collapse:collapse;table-layout:fixed}.market-history-table th,.market-history-table td{height:44px;border:1px solid var(--border);padding:8px;text-align:center;font-size:12px}.market-history-table thead th,.market-history-table tbody th{background:var(--surface-subtle);color:var(--ink);font-weight:700}.market-history-table td{color:var(--primary);font-variant-numeric:tabular-nums}.market-history-empty{display:grid;min-height:160px;place-items:center;color:var(--ink-muted)}@media (max-width: 720px){.admin-shell .page-stack,.customer-shell .page-stack{width:100%;max-width:100%;padding:18px 12px 28px}.page-header,.section-heading,.market-section-heading,.query-workspace-header,.result-toolbar,.forecast-chart-heading{align-items:stretch;flex-direction:column}.page-header__actions,.toolbar-actions,.form-actions,.query-actions,.market-price-filter-actions{width:100%}.page-header__actions>button,.page-header__actions>a,.toolbar-actions>button,.form-actions>button,.query-actions>button,.market-price-filter-actions>button{flex:1 1 auto;min-width:0}.forecast-chart-panel,.market-chart-panel,.forecast-detail-panel,.market-history-panel,.overview-dashboard-card{min-width:0;max-width:100%}.forecast-chart-panel,.market-chart-panel{padding:14px}.forecast-chart-frame,.forecast-chart,.market-price-chart-frame,.market-price-chart{height:300px;min-height:300px}.forecast-kpis,.metric-grid,.overview-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.market-price-filter,.filter-grid,.query-grid,.query-grid-herbs{grid-template-columns:1fr}.table-wrap,.forecast-table-wrap,.report-table-wrap,.market-table-wrap,.report-library-table-wrap,.users-table-region,.audit-table-region,.data-sources-table,.external-source-catalog-table{min-width:0;max-width:100%}.market-history-panel{padding:14px}.market-history-table-scroll{max-width:100%}.app-modal-overlay{align-items:flex-end;padding:12px}.app-modal{width:100%;max-height:calc(100dvh - 24px)}}@media (max-width: 420px){.forecast-kpis,.metric-grid,.overview-metrics{grid-template-columns:1fr}.forecast-kpi,.metric-card,.overview-metric-card{min-height:0}}}
