:root{--app-header-height: 68px;--app-content-pad-x: 20px;--app-content-pad-bottom: 20px;--app-content-top-gap: 12px;--app-topbar-pad-y: 12px;--app-topbar-pad-x: 24px;--dash-sidebar-sticky-top: calc(var(--app-header-height) + var(--app-content-top-gap));--app-control-height: 34px;--app-nav-link-size: 13px;--bg-main: #f2f5f8;--bg-surface: #ffffff;--bg-surface-alt: #f7fafc;--text-main: #17212b;--text-subtle: #4b5c6f;--line-soft: #dbe4ee;--line-strong: #b9c9da;--brand: #0b6bc2;--brand-strong: #084d8d;--brand-soft: #e8f3ff;--ok: #177245;--ok-bg: #eaf7ef;--warn: #b46900;--warn-bg: #fff4e5;--danger: #b4233a;--danger-bg: #fdecef;--neutral-bg: #edf3fa;--neutral-fg: #345070;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 22px;--shadow-sm: 0 4px 12px rgba(23, 33, 43, .07);--shadow-md: 0 12px 28px rgba(23, 33, 43, .12)}*{box-sizing:border-box}body{margin:0;font-family:Sora,Pretendard,SUIT,Noto Sans KR,sans-serif;color:var(--text-main);background:radial-gradient(circle at 10% 5%,#d7ebff 0%,transparent 42%),radial-gradient(circle at 88% 0%,#ffe9d9 0%,transparent 38%),linear-gradient(180deg,#f8fbff,#eef4fa),var(--bg-main)}.workspace{min-height:100vh;padding:0 0 40px;background:var(--bg-main)}.content-pane{padding:calc(var(--app-header-height) + var(--app-content-top-gap)) var(--app-content-pad-x) var(--app-content-pad-bottom);max-width:100%}.page-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:2147483600;display:flex;justify-content:space-between;align-items:center;height:74px;padding:0 28px;background:#fffffffa;color:#111827;box-shadow:0 1px #0f172a14,0 10px 28px #0f172a0f;border-bottom:1px solid rgba(15,23,42,.08);border-radius:0;margin-bottom:0;pointer-events:auto}.header-left{display:flex;align-items:center;gap:16px;min-width:200px}.header-logo{font-size:18px;font-weight:900;display:flex;align-items:center;gap:10px;color:#111827;text-decoration:none;white-space:nowrap;cursor:pointer}.logo-mark{width:44px;height:44px;display:inline-block;object-fit:contain;border-radius:9px;background:#fff;border:1px solid rgba(17,24,39,.08);padding:3px}.logo-text{font-size:22px;font-weight:900;letter-spacing:0;transform:translateZ(0);transition:transform .2s ease,color .2s ease;text-shadow:none}.header-logo:hover .logo-text,.header-logo:focus-visible .logo-text{color:#0f172a;transform:translateY(-1px)}.header-center{flex:1;display:flex;justify-content:center;align-items:center;min-width:0;gap:4px;position:relative;z-index:2147483601;pointer-events:auto}.header-right{display:flex;align-items:center;gap:8px;min-width:200px;justify-content:flex-end}.header-user{display:inline-flex;align-items:center;gap:6px;min-width:0;color:#111827;font-size:12px;font-weight:700}.header-user-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-role{display:inline-flex;align-items:center;height:22px;padding:0 7px;border-radius:999px;border:1px solid rgba(37,99,235,.28);background:#eff6ff;color:#1d4ed8;font-size:11px;font-weight:700}.header-role.role-admin{color:#92400e;border-color:#d9770652;background:#fffbeb}.header-role-button{cursor:pointer}.header-role-button:hover{background:#fef3c7}.header-logout,.header-ui-v2-switch{height:32px;padding:0 12px;border-radius:8px;border:1px solid rgba(15,23,42,.18);background:#fff;color:#111827;font-size:12px;font-weight:800}.header-ui-v2-switch{border-color:#2563eb;background:#2563eb;color:#fff;cursor:pointer}.header-ui-v2-switch:hover,.header-ui-v2-switch:focus-visible{border-color:#1d4ed8;background:#1d4ed8}.header-nav{display:inline-flex;align-items:center;gap:40px;max-width:100%;overflow:visible;white-space:nowrap;-webkit-overflow-scrolling:touch;padding:0;border:none;border-radius:0;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none}.nav-group{position:relative;display:inline-flex;align-items:center;flex-shrink:0}.nav-link{flex-shrink:0;display:inline-flex;align-items:center;gap:5px;text-decoration:none;color:#111827;padding:12px 2px;font-size:calc(var(--app-nav-link-size) + 3px);font-weight:900;letter-spacing:0;transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease;position:relative;z-index:2147483602;pointer-events:auto;border:none;border-radius:0}.nav-link-label{line-height:1}.nav-caret{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;opacity:.58;transform:translateY(1px);transition:transform .18s ease,opacity .18s ease}.nav-link:hover{color:#2563eb;background:transparent;transform:translateY(-1px)}.nav-link.active{color:#1d4ed8}.nav-group:hover .nav-caret,.nav-group:focus-within .nav-caret,.nav-link.active .nav-caret{opacity:1;transform:translateY(2px)}.nav-link:after{content:"";position:absolute;left:0;right:0;bottom:6px;height:3px;border-radius:999px;background:#2563eb;opacity:0;transform:scaleX(.4);transition:opacity .18s ease,transform .18s ease}.nav-link:hover:after,.nav-link.active:after{opacity:1;transform:scaleX(1)}.nav-menu{position:absolute;top:calc(100% + 14px);left:0;z-index:2147483603;min-width:220px;max-width:300px;display:none;padding:10px;border:1px solid rgba(15,23,42,.1);border-radius:12px;background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 18px 42px #0f172a24}.nav-group:hover .nav-menu,.nav-group:focus-within .nav-menu{display:grid;gap:4px}.nav-group:nth-last-child(-n+2) .nav-menu{left:auto;right:0}.nav-menu-item{display:grid;gap:2px;min-width:0;padding:9px 10px;border:1px solid transparent;border-radius:8px;color:#111827;text-decoration:none;white-space:normal;line-height:1.25}.nav-menu-item span{font-size:13px;font-weight:800}.nav-menu-item small{color:#64748b;font-size:11px;font-weight:600}.nav-menu-item:hover,.nav-menu-item.active{color:#1d4ed8;border-color:#2563eb1f;background:#eff6ff;box-shadow:none}.nav-menu-item.active small{color:#2563eb}.page-header h1{margin:0;font-size:18px;font-weight:700;color:#fff}.page-header p{display:none}.toast-container{position:fixed;bottom:24px;right:24px;z-index:9999;pointer-events:none;display:flex;flex-direction:column;align-items:flex-end;gap:12px;transform:translateY(20px);opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.toast-container.visible{transform:translateY(0);opacity:1}.toast-message{pointer-events:auto;min-width:300px;max-width:420px;padding:14px 20px;border-radius:var(--radius-md);background:#fff;border:1px solid var(--line-soft);box-shadow:var(--shadow-md);font-size:13px;font-weight:600;line-height:1.5;color:var(--text-main);animation:slideIn .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center}.dash-wrap{display:flex;flex-direction:column;gap:14px}.dash-body{display:grid;grid-template-columns:240px minmax(0,1fr);gap:14px;align-items:start}.dash-sidebar{display:flex;flex-direction:column;gap:12px;position:sticky;top:var(--dash-sidebar-sticky-top);z-index:20;max-height:calc(100vh - var(--dash-sidebar-sticky-top) - 12px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.dash-sidebar-card{background:#fff;border:1px solid var(--line-soft);border-radius:12px;padding:12px}.dash-sidebar-title{font-size:13px;font-weight:700;color:#1f2937;margin-bottom:10px}.dash-sidebar-months{display:flex;flex-wrap:wrap;gap:6px;max-height:clamp(180px,calc(100vh - var(--dash-sidebar-sticky-top) - 260px),520px);overflow:auto;align-content:flex-start}.dash-main{display:flex;flex-direction:column;gap:14px;min-width:0}.dash-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.dash-head h2{margin:0;font-size:20px}.dash-head p{margin:4px 0 0;color:var(--text-subtle);font-size:12px}.dash-head-actions{display:inline-flex;gap:8px;align-items:center;flex-wrap:wrap}.dash-weekly-independent{display:flex;min-width:0;flex-direction:column;gap:12px;border:1px solid #dfe6ee;border-radius:16px;background:#f7f9fc;padding:16px}.dash-weekly-independent-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.dash-weekly-independent-head>div:first-child{min-width:0}.dash-weekly-independent-head span,.dash-weekly-independent-head h3,.dash-weekly-independent-head p{display:block;margin:0}.dash-weekly-independent-head>div:first-child>span{color:#0b6bc2;font-size:11px;font-weight:800;letter-spacing:.04em}.dash-weekly-independent-head h3{margin-top:4px;color:#172033;font-size:19px;line-height:1.35}.dash-weekly-independent-head p{margin-top:5px;color:#64748b;font-size:12px;line-height:1.5}.dash-weekly-head-controls{display:grid;grid-template-columns:180px auto;gap:8px;align-items:stretch;flex:0 0 auto}.dash-weekly-year-picker{position:relative;min-width:0;border:1px solid #dfe7f0;border-radius:10px;background:#fff}.dash-weekly-year-picker>summary{display:flex;min-height:100%;box-sizing:border-box;flex-direction:column;justify-content:center;gap:2px;padding:7px 28px 7px 9px;cursor:pointer;list-style:none}.dash-weekly-year-picker>summary::-webkit-details-marker{display:none}.dash-weekly-year-picker>summary:after{position:absolute;top:50%;right:10px;color:#718096;content:"▾";font-size:10px;transform:translateY(-50%)}.dash-weekly-year-picker[open]>summary:after{content:"▴"}.dash-weekly-year-picker>summary span,.dash-weekly-year-picker>summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-weekly-year-picker>summary span{color:#8390a2;font-size:10px;font-weight:700}.dash-weekly-year-picker>summary strong{color:#334155;font-size:11px}.dash-weekly-year-picker-panel{position:absolute;z-index:80;top:calc(100% + 6px);right:0;width:230px;box-sizing:border-box;border:1px solid #d9e2ec;border-radius:11px;background:#fff;padding:10px;box-shadow:0 12px 30px #0f172a24}.dash-weekly-year-picker-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.dash-weekly-year-picker-actions button{min-height:30px;border:1px solid #d9e2ec;border-radius:8px;background:#f8fafc;color:#475569;cursor:pointer;font-size:10px;font-weight:700}.dash-weekly-year-list{display:flex;flex-direction:column;gap:2px;margin-top:7px}.dash-weekly-year-list label{display:flex;align-items:center;gap:7px;border-radius:7px;color:#334155;padding:7px 6px;cursor:pointer;font-size:11px}.dash-weekly-year-list label:hover{background:#f4f7fa}.dash-weekly-year-list input{width:14px;height:14px;margin:0;accent-color:#2f7bd2}.dash-weekly-year-picker-panel>p{margin:7px 2px 0;color:#7c899a;font-size:9px;line-height:1.45}.dash-weekly-head-controls .dash-weekly-year-field{border:1px solid #dfe7f0;border-radius:10px;background:#fff;padding:7px 9px}.dash-weekly-head-controls .dash-weekly-year-field select{min-height:24px;border:0;border-radius:0;padding:0 18px 0 0}.dash-weekly-asof{flex:0 0 auto;border:1px solid #dfe7f0;border-radius:10px;background:#fff;padding:8px 11px;text-align:right}.dash-weekly-asof span{color:#8390a2;font-size:10px}.dash-weekly-asof strong{display:block;margin-top:2px;color:#334155;font-size:12px}.dash-weekly-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;align-items:start;min-width:0;transition:opacity .16s ease}.dash-weekly-layout.has-options{grid-template-columns:minmax(0,1fr) 272px}.dash-weekly-layout.is-refreshing{opacity:.64;pointer-events:none}.dash-weekly-chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,370px),1fr));gap:10px;min-width:0}.dash-weekly-card{min-width:0;overflow:hidden;border:1px solid #e0e6ed;border-radius:13px;background:#fff;box-shadow:0 1px 2px #0f172a06;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.dash-weekly-card:hover{border-color:#b9c9dc;transform:translateY(-1px)}.dash-weekly-card.is-selected{border-color:#2f7bd2;box-shadow:0 0 0 2px #2f7bd21f}.dash-weekly-card-select{display:block;width:100%;min-width:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:inherit;padding:0;cursor:pointer;font:inherit;text-align:left}.dash-weekly-card-select:focus-visible{outline:3px solid rgba(47,123,210,.3);outline-offset:-3px}.dash-weekly-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:12px 13px 7px}.dash-weekly-card-head>span,.dash-weekly-card-head strong,.dash-weekly-card-head em{display:block}.dash-weekly-card-head strong{overflow:hidden;color:#263244;font-size:14px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.dash-weekly-card-head em{margin-top:3px;color:#738095;font-size:10px;font-style:normal}.dash-weekly-card-head>i{flex:0 0 auto;border-radius:999px;background:#f1f5f9;color:#718096;padding:4px 7px;font-size:9px;font-style:normal;font-weight:700}.dash-weekly-card.is-selected .dash-weekly-card-head>i{background:#e8f2ff;color:#0b6bc2}.dash-weekly-chart-wrap{position:relative;display:block;width:100%;min-width:0;padding:0 6px;box-sizing:border-box}.dash-weekly-chart{display:block;width:100%;height:auto;min-height:190px;overflow:visible}.dash-weekly-grid-line{stroke:#e9edf2;stroke-width:1}.dash-weekly-y-label,.dash-weekly-x-label{fill:#8a96a6;font-size:9px}.dash-weekly-detail-line,.dash-weekly-total-line{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.dash-weekly-detail-line{stroke-width:1.7;opacity:.94}.dash-weekly-total-line{stroke:#ff8f8f;stroke-width:4.6;opacity:.88}.dash-weekly-hit-area{fill:transparent;stroke:none}.dash-weekly-hover-line{stroke:#94a3b8;stroke-width:1;stroke-dasharray:3 3;vector-effect:non-scaling-stroke}.dash-weekly-hover-point{fill:#ff8f8f;stroke:#fff;stroke-width:2;vector-effect:non-scaling-stroke}.dash-weekly-tooltip{position:absolute;z-index:4;display:flex;min-width:158px;max-width:min(230px,70%);flex-direction:column;gap:3px;transform:translate(7px,-50%);border-radius:9px;background:#172033f5;color:#fff;padding:8px 9px;pointer-events:none;box-shadow:0 6px 18px #0f172a29;font-size:10px}.dash-weekly-tooltip.is-right{transform:translate(calc(-100% - 7px),-50%)}.dash-weekly-tooltip strong,.dash-weekly-tooltip em,.dash-weekly-tooltip span{display:block}.dash-weekly-tooltip strong{font-size:11px}.dash-weekly-tooltip em{margin-bottom:3px;color:#b9c4d2;font-style:normal}.dash-weekly-tooltip span{display:grid;grid-template-columns:7px minmax(0,1fr) auto;gap:5px;align-items:center}.dash-weekly-tooltip span i{width:7px;height:7px;border-radius:2px}.dash-weekly-tooltip span b{font-weight:800}.dash-weekly-legend{display:flex;min-height:36px;flex-wrap:wrap;gap:5px 9px;align-items:center;border-top:1px solid #edf1f5;padding:7px 12px 9px;color:#64748b;font-size:9px}.dash-weekly-legend>span{display:inline-flex;max-width:150px;align-items:center;gap:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-weekly-legend i{flex:0 0 auto;width:8px;height:8px;border-radius:3px}.dash-weekly-legend em{color:#8793a5;font-style:normal}.dash-weekly-empty{display:grid;min-height:214px;place-items:center;color:#8793a5;padding:12px;font-size:12px}.dash-weekly-options{position:sticky;top:var(--dash-sidebar-sticky-top);display:flex;min-width:0;flex-direction:column;gap:12px;border:1px solid #dfe6ee;border-radius:13px;background:#fff;padding:12px}.dash-weekly-year-field{display:flex;flex-direction:column;gap:5px;color:#475569;font-size:11px;font-weight:800}.dash-weekly-year-field select{width:100%;min-height:38px;border:1px solid #ccd6e1;border-radius:9px;background:#fff;color:#263244;padding:0 9px;font:inherit;font-size:12px}.dash-weekly-year-field select:focus-visible{outline:3px solid rgba(47,123,210,.22);outline-offset:1px}.dash-weekly-mode-panel{min-width:0}.dash-weekly-mode-panel>span{color:#0b6bc2;font-size:10px;font-weight:800}.dash-weekly-mode-panel h4{margin:3px 0 0;color:#263244;font-size:15px}.dash-weekly-mode-panel>p{margin:5px 0 10px;color:#718096;font-size:11px;line-height:1.45}.dash-weekly-mode-options{display:flex;flex-direction:column;gap:6px}.dash-weekly-mode-options button{display:flex;width:100%;flex-direction:column;gap:2px;align-items:flex-start;border:1px solid #e0e6ed;border-radius:9px;background:#f8fafc;color:#334155;padding:8px 9px;cursor:pointer;text-align:left}.dash-weekly-mode-options button:hover{border-color:#b9c9dc;background:#f3f7fb}.dash-weekly-mode-options button.is-active{border-color:#5a93d4;background:#edf6ff;box-shadow:0 0 0 1px #2f7bd214}.dash-weekly-mode-options button:disabled{border-color:#e5e9ef;background:#f7f8fa;color:#9aa5b3;cursor:not-allowed;opacity:.72}.dash-weekly-mode-options button:focus-visible,.dash-weekly-selection-clear:focus-visible{outline:3px solid rgba(47,123,210,.24);outline-offset:1px}.dash-weekly-mode-options strong{font-size:12px}.dash-weekly-mode-options span{color:#718096;font-size:10px;line-height:1.35}.dash-weekly-selection-clear{width:100%;margin-top:9px;border:0;background:transparent;color:#718096;padding:5px;cursor:pointer;font-size:10px;text-decoration:underline;text-underline-offset:2px}.dash-weekly-graph-picker{min-width:0;border-top:1px solid #edf1f5;padding-top:11px}.dash-weekly-graph-picker-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.dash-weekly-graph-picker-head span,.dash-weekly-graph-picker-head strong{display:block}.dash-weekly-graph-picker-head span{color:#0b6bc2;font-size:10px;font-weight:800}.dash-weekly-graph-picker-head strong{margin-top:2px;color:#263244;font-size:13px}.dash-weekly-graph-picker-head em{flex:0 0 auto;border-radius:999px;background:#eef4fa;color:#52647a;padding:3px 7px;font-size:9px;font-style:normal;font-weight:800}.dash-weekly-graph-presets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:9px}.dash-weekly-graph-presets button{min-height:31px;border:1px solid #d9e2ec;border-radius:8px;background:#f8fafc;color:#475569;cursor:pointer;font-size:10px;font-weight:700}.dash-weekly-graph-presets button:hover{border-color:#aebfd1;background:#f1f6fb}.dash-weekly-graph-presets button.is-clear{border-color:#ead4d1;background:#fff8f7;color:#a04a43}.dash-weekly-no-graphs{display:flex;min-height:260px;grid-column:1 / -1;flex-direction:column;align-items:center;justify-content:center;gap:7px;border:1px dashed #ced9e5;border-radius:12px;background:#fff;color:#718096;padding:24px;text-align:center}.dash-weekly-no-graphs strong{color:#334155;font-size:14px}.dash-weekly-no-graphs>span{max-width:440px;font-size:11px;line-height:1.5}.dash-weekly-no-graphs>div{display:flex;flex-wrap:wrap;gap:7px;justify-content:center;margin-top:5px}.dash-weekly-graph-search{display:block;margin-top:7px}.dash-weekly-graph-search input{width:100%;min-height:34px;box-sizing:border-box;border:1px solid #ccd6e1;border-radius:8px;background:#fff;color:#334155;padding:0 9px;font:inherit;font-size:11px}.dash-weekly-graph-list{display:flex;max-height:300px;flex-direction:column;gap:2px;margin-top:7px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.dash-weekly-graph-list>label{display:grid;grid-template-columns:15px minmax(0,1fr) auto;gap:6px;align-items:center;border-radius:7px;padding:6px;cursor:pointer}.dash-weekly-graph-list>label:hover{background:#f4f7fa}.dash-weekly-graph-list>label.is-current{background:#edf6ff}.dash-weekly-graph-list input{width:14px;height:14px;margin:0;accent-color:#2f7bd2}.dash-weekly-graph-list label>span{overflow:hidden;color:#334155;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.dash-weekly-graph-list label>em{color:#7c899a;font-size:9px;font-style:normal}.dash-weekly-graph-picker>p,.dash-weekly-graph-search-empty{margin:6px 0 0;color:#8793a5;font-size:9px;line-height:1.4}.dash-weekly-graph-search-empty{border:1px dashed #d6dee8;border-radius:8px;padding:12px 8px;text-align:center}.dash-weekly-options-hint{display:flex;min-height:172px;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:1px dashed #d6dee8;border-radius:10px;background:#f8fafc;padding:14px;color:#718096;text-align:center}.dash-weekly-options-hint i{color:#97a5b7;font-size:19px;font-style:normal}.dash-weekly-options-hint strong{color:#475569;font-size:12px}.dash-weekly-options-hint span{font-size:10px;line-height:1.45}.dash-weekly-loading{display:flex;min-height:300px;align-items:center;justify-content:center;gap:9px;border:1px dashed #d7e0ea;border-radius:12px;background:#fff;color:#64748b;font-size:12px}.dash-weekly-error,.dash-weekly-warning{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:10px;padding:9px 11px;font-size:11px}.dash-weekly-error{border:1px solid #efc3be;background:#fff6f4;color:#9d3530}.dash-weekly-warning{border:1px solid #ecd2a5;background:#fff9ef;color:#8c5a0b}.dash-error{padding:10px 12px;border-radius:10px;border:1px solid #f5c2c7;background:#fdecef;color:#8f1d2c;font-size:13px}.dash-kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:10px}.dash-section-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;min-width:0}.dash-section-heading span{display:block;color:#0b6bc2;font-size:11px;font-weight:800;letter-spacing:.04em}.dash-section-heading h3{margin:4px 0 0;color:#172033;font-size:18px;line-height:1.35}.dash-section-heading p{margin:0;color:#64748b;font-size:12px;text-align:right}.dash-viz-tools{display:grid;grid-template-columns:repeat(4,minmax(170px,1fr));gap:8px}.dash-viz-item{background:#fff;border:1px solid var(--line-soft);border-radius:10px;padding:6px 10px;display:grid;grid-template-columns:72px 1fr 46px;align-items:center;gap:8px;font-size:12px}.dash-viz-item label{color:#475569;font-weight:700}.dash-viz-item span{text-align:right;color:#334155}.dash-kpi-card{background:#fff;border:1px solid var(--line-soft);border-radius:12px;padding:10px 12px;display:flex;flex-direction:column;gap:4px}.dash-kpi-card span{font-size:12px;color:var(--text-subtle)}.dash-kpi-card strong{color:#172033;font-size:17px;line-height:1.3}.dash-exec-layer{display:flex;flex-direction:column;gap:12px;margin-bottom:12px;border:1px solid #d7e2dc;border-left:5px solid #8a9692;border-radius:8px;background:#fff;padding:14px}.dash-exec-layer.tone-ok{border-left-color:#16745f}.dash-exec-layer.tone-warn{border-left-color:#bd7a18}.dash-exec-layer.tone-danger{border-left-color:#c6534a}.dash-exec-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,260px);gap:16px;align-items:start}.dash-exec-eyebrow{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#5b6b65;font-size:12px;font-weight:800}.dash-exec-eyebrow strong{border-radius:999px;background:#eef4f1;color:#24312d;padding:4px 8px;font-size:11px}.dash-exec-eyebrow em{color:#93620e;font-style:normal}.dash-exec-hero h3{margin:8px 0 0;color:#1f2d28;font-size:20px;line-height:1.35}.dash-exec-hero p{margin:6px 0 0;color:#65746f;font-size:12px}.dash-exec-forecast{border:1px solid #e0e8e4;border-radius:8px;background:#f8fbf9;padding:12px;text-align:right}.dash-exec-forecast span,.dash-exec-forecast em{display:block;color:#64748b;font-size:12px;font-style:normal}.dash-exec-forecast strong{display:block;margin:4px 0;color:#1f2d28;font-size:24px}.dash-exec-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}.dash-exec-metric{min-width:0;border:1px solid #e3e9e6;border-radius:8px;background:#fbfdfc;padding:10px}.dash-exec-metric span,.dash-exec-metric em{display:block;color:#64748b;font-size:12px;font-style:normal}.dash-exec-metric strong{display:block;margin:4px 0;color:#1f2d28;font-size:20px}.dash-exec-metric.tone-ok{border-color:#b9dfd3;background:#f3fbf8}.dash-exec-metric.tone-warn{border-color:#efd2a4;background:#fffaf1}.dash-exec-metric.tone-danger{border-color:#edc2bd;background:#fff7f6}.dash-exec-bottom{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.dash-driver-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.dash-driver-pill{border:1px solid #e3e9e6;border-radius:8px;background:#fbfdfc;padding:9px}.dash-driver-pill span,.dash-driver-pill strong{display:block}.dash-driver-pill span{color:#64748b;font-size:12px}.dash-driver-pill strong{margin-top:3px;color:#26352f;font-size:15px}.dash-driver-pill.tone-ok strong{color:#16745f}.dash-driver-pill.tone-danger strong{color:#b8453d}.dash-signal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.dash-exec-insights{min-width:0;border:1px solid #e3e9e6;border-radius:8px;background:#fbfdfc;overflow:hidden}.dash-exec-insights>summary{display:grid;grid-template-columns:minmax(120px,1fr) auto auto;gap:10px;align-items:center;padding:10px 12px;color:#22302b;cursor:pointer;list-style:none}.dash-exec-insights>summary::-webkit-details-marker{display:none}.dash-exec-insights>summary span{font-size:13px;font-weight:800}.dash-exec-insights>summary strong{color:#64748b;font-size:11px;font-weight:600}.dash-exec-insights>summary b{border-radius:999px;background:#eef4f1;color:#34564b;padding:4px 8px;font-size:11px}.dash-exec-insights:not([open])>.dash-signal-grid{display:none}.dash-exec-insights[open]>summary{border-bottom:1px solid #e3e9e6}.dash-exec-insights[open]>summary b{font-size:0}.dash-exec-insights[open]>summary b:after{content:"접기";font-size:11px}.dash-exec-insights>.dash-signal-grid{padding:10px}.dash-signal-grid div{min-width:0;border:1px solid #e3e9e6;border-radius:8px;background:#fbfdfc;padding:10px}.dash-signal-grid strong,.dash-signal-grid span{display:block}.dash-signal-grid strong{color:#22302b;font-size:13px}.dash-signal-grid span{margin-top:6px;color:#586862;font-size:12px;line-height:1.4}.dash-decision-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:10px;margin:12px 0}.dash-decision-card{min-width:0;border:1px solid var(--line-soft);border-radius:8px;background:#fff;padding:10px}.dash-decision-table{display:flex;flex-direction:column;gap:4px}.dash-decision-row{display:grid;grid-template-columns:minmax(90px,1.2fr) repeat(3,minmax(62px,.8fr));gap:8px;align-items:center;border-radius:6px;padding:7px 8px;color:#334155;font-size:12px}.dash-decision-row.head{background:#f1f5f9;color:#475569;font-weight:800}.dash-decision-row:not(.head):nth-child(odd){background:#fafcff}.dash-decision-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-portfolio-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dash-portfolio-quadrant{border:1px solid #e2e8f0;border-left-width:4px;border-radius:8px;background:#fbfdfc;padding:9px}.dash-portfolio-quadrant.tone-ok{border-left-color:#16745f}.dash-portfolio-quadrant.tone-warn{border-left-color:#bd7a18}.dash-portfolio-quadrant.tone-danger{border-left-color:#c6534a}.dash-portfolio-quadrant strong,.dash-portfolio-quadrant em,.dash-portfolio-quadrant span{display:block}.dash-portfolio-quadrant strong{color:#22302b;font-size:13px}.dash-portfolio-quadrant em{margin:3px 0 6px;color:#64748b;font-size:11px;font-style:normal}.dash-portfolio-quadrant span{color:#475569;font-size:12px;line-height:1.45}.dash-quality-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.dash-quality-strip span{border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;padding:7px;color:#64748b;font-size:12px}.dash-quality-strip strong{color:#1f2d28}.dash-low-margin-list{display:flex;flex-direction:column;gap:6px;margin-top:8px}.dash-low-margin-list div{border:1px solid #f0d1cc;border-radius:6px;background:#fff8f7;padding:8px}.dash-low-margin-list strong,.dash-low-margin-list span{display:block}.dash-low-margin-list strong{color:#22302b;font-size:12px}.dash-low-margin-list span{margin-top:3px;color:#8a4a43;font-size:12px}.dash-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:10px}.dash-product-board{grid-column:span 12;min-width:0;border:1px solid #dfe7ef;border-radius:16px;background:#f6f8fb;padding:18px}.dash-product-board-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:14px}.dash-product-board-eyebrow{display:block;color:#0b6bc2;font-size:11px;font-weight:800;letter-spacing:.04em}.dash-product-board-head h3{margin:5px 0 0;color:#172033;font-size:20px;line-height:1.35}.dash-product-board-head p{margin:5px 0 0;color:#64748b;font-size:12px}.dash-product-board-period{min-width:180px;border:1px solid #d8e4f0;border-radius:12px;background:#fff;padding:10px 12px;text-align:right}.dash-product-board-period span,.dash-product-board-period strong,.dash-product-board-period em{display:block}.dash-product-board-period span,.dash-product-board-period em{color:#64748b;font-size:11px;font-style:normal}.dash-product-board-period strong{margin:3px 0;color:#172033;font-size:15px}.dash-product-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:12px;align-items:start}.dash-product-card{min-width:0;border:1px solid #e0e7ef;border-radius:14px;background:#fff;padding:14px}.dash-product-card.is-empty{background:#fbfcfd}.dash-product-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.dash-product-card-head h4{margin:0;color:#172033;font-size:16px;line-height:1.35}.dash-product-card-head>div>span{display:block;margin-top:3px;color:#718096;font-size:11px}.dash-product-period-comparison{flex:0 0 auto;border-radius:999px;background:#f1f5f9;color:#475569;padding:5px 8px;font-size:11px;font-weight:700;white-space:nowrap}.dash-product-period-comparison.tone-up,.dash-product-period-comparison.tone-new{background:#e8f7ef;color:#087443}.dash-product-period-comparison.tone-down{background:#fff0f0;color:#c2413b}.dash-product-period-comparison.tone-flat{background:#eaf3fd;color:#075da9}.dash-product-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:12px 0}.dash-product-metrics div{min-width:0;border-radius:9px;background:#f5f7fa;padding:8px}.dash-product-metrics span,.dash-product-metrics strong{display:block}.dash-product-metrics span{color:#718096;font-size:10px}.dash-product-metrics strong{margin-top:3px;color:#1f2937;font-size:13px;line-height:1.25;overflow-wrap:anywhere}.dash-product-metrics .dash-product-margin-value em{display:inline-block;margin-left:5px;color:#079455;font-size:10px;font-style:normal;font-weight:700;white-space:nowrap}.dash-product-chart{display:flex;flex-direction:column;gap:12px}.dash-product-item-list{display:flex;flex-direction:column;gap:7px;border:1px solid #e5eaf0;border-radius:10px;background:#fbfcfe;padding:9px}.dash-product-item-row{display:grid;grid-template-columns:minmax(120px,1fr) minmax(100px,1.7fr) 58px;gap:9px;align-items:center;width:100%;min-width:0;border:0;border-radius:8px;background:transparent;color:inherit;padding:7px 6px;cursor:pointer;font:inherit;text-align:left}.dash-product-item-row:hover{background:#f0f5fa}.dash-product-item-row:focus-visible{outline:2px solid #0b6bc2;outline-offset:1px}.dash-product-item-label{display:flex;min-width:0;align-items:center;gap:7px;overflow:hidden;color:#364152;font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.dash-product-item-label i{flex:0 0 auto;width:9px;height:9px;border-radius:3px}.dash-product-item-row>strong{color:#263244;font-size:11px;text-align:right}.dash-product-size-group+.dash-product-size-group{border-top:1px solid #edf1f5;padding-top:10px}.dash-product-size-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:7px}.dash-product-size-head strong{color:#364152;font-size:12px}.dash-product-size-head span{color:#718096;font-size:11px}.dash-product-color-list{display:flex;flex-direction:column;gap:6px}.dash-product-color-row{display:grid;grid-template-columns:minmax(78px,.9fr) minmax(90px,1.6fr) 58px;gap:8px;align-items:center;width:100%;min-width:0;border:0;border-radius:7px;background:transparent;padding:3px 4px;color:inherit;font:inherit;text-align:left;cursor:pointer}.dash-product-color-row:hover{background:#f3f7fb}.dash-product-color-row:focus-visible{outline:2px solid #0b6bc2;outline-offset:1px}.dash-product-color-label{display:flex;align-items:center;gap:6px;min-width:0;color:#475569;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-product-color-label i{flex:0 0 auto;width:9px;height:9px;border:1px solid rgba(71,85,105,.25);border-radius:3px}.dash-product-bar-track{display:block;height:13px;border-radius:4px;background:#e9eef4;overflow:hidden}.dash-product-bar-fill{display:block;min-width:2px;height:100%;border-radius:inherit;box-shadow:inset 0 0 0 1px #1e293b1f}.dash-product-color-row>strong{color:#263244;font-size:11px;text-align:right}.dash-product-empty{border:1px dashed #d6dee8;border-radius:10px;background:#f8fafc;color:#8793a5;padding:18px 10px;font-size:12px;text-align:center}.modal.dash-product-detail-modal{display:flex;width:min(1120px,calc(100% - 32px));max-height:calc(100dvh - 32px);flex-direction:column;overflow:hidden;border-radius:18px;padding:16px}.dash-product-detail-modal>.modal-title{color:#172033;font-size:20px}.dash-product-detail-modal>.modal-body{min-height:0;margin-top:8px;overflow:auto;color:#334155;white-space:normal}.dash-product-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-bottom:1px solid #e6ebf1;padding-bottom:12px}.dash-product-detail-head span{display:block;color:#0b6bc2;font-size:12px;font-weight:800}.dash-product-detail-head p{margin:4px 0 0;color:#64748b;font-size:12px}.dash-product-detail-loading,.dash-product-detail-error{display:flex;min-height:240px;align-items:center;justify-content:center;gap:10px;color:#64748b;font-size:13px}.dash-product-detail-error{flex-direction:column;border:1px solid #f0c7c2;border-radius:12px;background:#fff7f6;color:#9d3530;padding:20px;text-align:center}.dash-product-detail-error strong,.dash-product-detail-error span{display:block}.dash-product-detail-warning{margin-top:10px;border:1px solid #ecd2a5;border-radius:10px;background:#fff9ef;color:#8c5a0b;padding:9px 11px;font-size:12px}.dash-product-detail-content{display:flex;flex-direction:column;gap:12px;padding-top:12px}.dash-product-detail-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.dash-product-detail-kpis>div{min-width:0;border:1px solid #e3e9f0;border-radius:11px;background:#f8fafc;padding:10px 11px}.dash-product-detail-kpis span,.dash-product-detail-kpis strong,.dash-product-detail-kpis em{display:block}.dash-product-detail-kpis span,.dash-product-detail-kpis em{color:#718096;font-size:11px;font-style:normal}.dash-product-detail-kpis strong{margin:4px 0 2px;color:#172033;font-size:18px}.dash-product-detail-kpis strong.is-up{color:#16745f}.dash-product-detail-kpis strong.is-down{color:#c0443b}.dash-product-detail-card{min-width:0;border:1px solid #e1e7ee;border-radius:14px;background:#fff;padding:12px}.dash-product-detail-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.dash-product-detail-card-head span,.dash-product-detail-card-head h4,.dash-product-detail-card-head em{display:block}.dash-product-detail-card-head span{color:#0b6bc2;font-size:11px;font-weight:800}.dash-product-detail-card-head h4{margin:3px 0 0;color:#263244;font-size:15px}.dash-product-detail-card-head em{color:#718096;font-size:11px;font-style:normal}.dash-product-detail-trend-wrap{position:relative;max-width:100%;overflow-x:auto;border:1px solid #e8edf3;border-radius:10px;background:#fbfcfe}.dash-product-detail-trend{display:block;width:100%;min-width:720px;height:270px}.dash-product-detail-grid-line{stroke:#e7edf4;stroke-width:1}.dash-product-detail-bar{fill:#d5d9de;stroke:#8b949e;stroke-width:.7}.dash-product-detail-bar:hover{fill:#c4cbd3}.dash-product-detail-average-line{fill:none;stroke:#326fa8;stroke-width:3;stroke-linejoin:round;stroke-linecap:round}.dash-product-detail-average-point{fill:#326fa8;stroke:#fff;stroke-width:1.2}.dash-product-detail-axis-label{fill:#718096;font-size:10px}.dash-product-detail-tooltip{position:absolute;z-index:3;display:flex;min-width:150px;flex-direction:column;gap:2px;transform:translate(-50%,-100%);border-radius:9px;background:#172033f0;color:#fff;padding:8px 10px;pointer-events:none;font-size:11px}.dash-product-detail-tooltip strong{font-size:12px}.dash-product-detail-legend{position:sticky;left:0;display:flex;gap:14px;align-items:center;padding:4px 10px 9px;color:#64748b;font-size:11px}.dash-product-detail-legend span{display:inline-flex;align-items:center;gap:6px}.dash-product-detail-legend i.bar{width:9px;height:11px;border:1px solid #8b949e;background:#d5d9de}.dash-product-detail-legend i.line{width:16px;height:3px;border-radius:999px;background:#326fa8}.dash-product-detail-raw{margin-top:8px;border:1px solid #e6ebf1;border-radius:9px;overflow:hidden}.dash-product-detail-raw>summary{padding:8px 10px;background:#f8fafc;color:#475569;cursor:pointer;font-size:12px;font-weight:700}.dash-product-detail-raw:not([open])>.dash-product-detail-raw-table{display:none}.dash-product-detail-raw-table{max-height:280px;overflow:auto}.dash-product-detail-raw-table>div{display:grid;grid-template-columns:minmax(110px,1fr) repeat(3,minmax(90px,1fr));gap:10px;align-items:center;min-width:520px;border-top:1px solid #edf1f5;padding:7px 10px;font-size:11px}.dash-product-detail-raw-table>div.head{position:sticky;top:0;border-top:0;background:#f1f5f9;color:#475569;font-weight:800}.dash-product-detail-raw-table>div>span:not(:first-child){text-align:right}.dash-product-detail-sales-raw{margin-top:0}.dash-product-detail-sales-raw-table>div{grid-template-columns:minmax(120px,.7fr) minmax(150px,1fr) minmax(140px,1fr) minmax(90px,.55fr);min-width:640px}.dash-product-detail-sales-raw-table>div>span:not(:first-child){text-align:left}.dash-product-detail-sales-raw-table>div>span:last-child{text-align:right}.dash-product-detail-sales-raw-table>div.empty{display:block;min-width:0;color:#718096;padding:18px 10px;text-align:center}.dash-product-detail-raw-note{margin:0;border-top:1px solid #edf1f5;background:#fbfcfe;color:#718096;padding:8px 10px;font-size:11px}.dash-product-detail-route-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dash-product-route-list,.dash-product-route-monthly{display:flex;flex-direction:column;gap:8px}.dash-product-route-row{display:grid;grid-template-columns:minmax(100px,.8fr) minmax(90px,1.2fr) minmax(110px,.9fr);gap:8px;align-items:center}.dash-product-route-name{display:grid;grid-template-columns:9px minmax(0,1fr) auto;gap:6px;align-items:center;min-width:0}.dash-product-route-name i,.dash-product-route-legend i{width:9px;height:9px;border-radius:3px}.dash-product-route-name strong{overflow:hidden;color:#334155;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.dash-product-route-name span{color:#718096;font-size:10px}.dash-product-route-bar{height:10px;border-radius:999px;background:#e9eef4;overflow:hidden}.dash-product-route-bar span{display:block;min-width:2px;height:100%;border-radius:inherit}.dash-product-route-values{min-width:0;text-align:right}.dash-product-route-values strong,.dash-product-route-values span{display:block}.dash-product-route-values strong{color:#263244;font-size:12px}.dash-product-route-values span{color:#718096;font-size:10px}.dash-product-route-month{display:grid;grid-template-columns:54px minmax(100px,1fr) 54px;gap:8px;align-items:center}.dash-product-route-month>span,.dash-product-route-month>strong{color:#64748b;font-size:10px}.dash-product-route-month>strong{color:#334155;text-align:right}.dash-product-route-stack{display:flex;height:13px;border-radius:4px;background:#e9eef4;overflow:hidden}.dash-product-route-stack i{display:block;height:100%}.dash-product-route-legend{display:flex;flex-wrap:wrap;gap:6px 10px;margin-top:10px}.dash-product-route-legend span{display:inline-flex;align-items:center;gap:5px;color:#64748b;font-size:10px}.dash-product-detail-empty{border:1px dashed #d9e0e8;border-radius:9px;background:#f8fafc;color:#718096;padding:18px 10px;text-align:center;font-size:12px}.dash-decision-section{grid-column:span 12;display:flex;flex-direction:column;gap:10px;min-width:0;padding-top:6px}.dash-decision-section .dash-decision-grid{margin:0}.dash-advanced-analysis{grid-column:span 12;min-width:0;border:1px solid #dfe6ee;border-radius:14px;background:#fff;overflow:hidden}.dash-advanced-analysis>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;cursor:pointer;list-style:none}.dash-advanced-analysis>summary::-webkit-details-marker{display:none}.dash-advanced-analysis>summary span,.dash-advanced-analysis>summary strong,.dash-advanced-analysis>summary em{display:block}.dash-advanced-analysis>summary strong{color:#263244;font-size:14px}.dash-advanced-analysis>summary em{margin-top:3px;color:#718096;font-size:11px;font-style:normal}.dash-advanced-analysis>summary b{flex:0 0 auto;border-radius:999px;background:#eef5fc;color:#0b6bc2;padding:5px 9px;font-size:11px}.dash-advanced-analysis[open]>summary{border-bottom:1px solid #e7ecf2}.dash-advanced-analysis[open]>summary b{font-size:0}.dash-advanced-analysis[open]>summary b:after{content:"접기";font-size:11px}.dash-advanced-analysis-body{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:10px;padding:12px}.dash-advanced-analysis:not([open])>.dash-advanced-analysis-body{display:none}.dash-advanced-analysis-body>.dash-card{grid-column:span 12}.dash-advanced-analysis-body>.dash-card,.dash-advanced-analysis-body .dash-detail-grid>.dash-card{overflow-x:auto}.dash-advanced-analysis-body>.dash-card>.dash-metric-list{min-width:960px}.dash-advanced-analysis-body .dash-detail-grid .dash-metric-list{min-width:620px}.dash-advanced-analysis-body .dash-combo-card>.dash-combo-head,.dash-advanced-analysis-body .dash-combo-card>.dash-combo-row{min-width:900px}.dash-card{background:#fff;border:1px solid var(--line-soft);border-radius:12px;padding:10px;grid-column:span 4}.dash-trend,.dash-top{grid-column:span 12}.dash-detail-grid{grid-column:span 12;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:10px}.dash-combo-card{grid-column:span 12}.dash-detail-grid .dash-card{grid-column:span 6}.dash-detail-hint{grid-column:span 12}.dash-resize-panels{grid-column:span 12;min-height:640px;height:calc(100vh - 290px);max-height:1100px;display:flex;flex-direction:column;gap:0}.dash-panel-top,.dash-panel-bottom{min-height:160px;overflow:auto}.dash-panel-bottom-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:10px}.dash-panel-bottom-grid .dash-card,.dash-panel-bottom-grid .dash-top{grid-column:span 12}.dash-split-handle{height:14px;display:flex;align-items:center;justify-content:center;cursor:row-resize;-webkit-user-select:none;user-select:none}.dash-split-handle span{width:64px;height:4px;border-radius:999px;background:#cbd5e1}.dash-split-handle:hover span{background:#0b6bc2}.dash-drill-hint{grid-column:span 8;display:flex;flex-direction:column;justify-content:center;min-height:180px}.dash-card-title{font-size:13px;font-weight:700;margin-bottom:8px}.dash-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;flex-wrap:wrap}.dash-card-head .dash-card-title{margin-bottom:0}.dash-segmented-control,.dash-mode-toggle{display:inline-flex;align-items:center;gap:4px;padding:3px;border:1px solid #d8e4f0;border-radius:999px;background:#f8fbff}.dash-segmented-option{border:none;border-radius:999px;background:transparent;color:#58708a;padding:6px 12px;font-size:12px;font-weight:700;cursor:pointer}.dash-segmented-option:hover{background:#0b6bc214;color:#0f172a}.dash-segmented-option.active{background:#0b6bc2;color:#fff;box-shadow:0 4px 10px #0b6bc22e}.dash-range-filter{display:flex;flex:1 1 260px;max-width:320px;min-width:220px;flex-direction:column;gap:6px}.dash-range-filter-head{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:#475569}.dash-range-filter-head span{font-weight:600;white-space:nowrap}.dash-range-filter-head strong{color:#0f172a;font-size:12px}.dash-range-input{width:100%;height:6px;margin:0;border-radius:999px;background:linear-gradient(90deg,#0b6bc2,#8bbef0);-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer}.dash-range-input::-webkit-slider-thumb{width:16px;height:16px;border:2px solid #0b6bc2;border-radius:50%;background:#fff;box-shadow:0 2px 8px #0b6bc22e;-moz-appearance:none;appearance:none;-webkit-appearance:none}.dash-range-input::-moz-range-thumb{width:16px;height:16px;border:2px solid #0b6bc2;border-radius:50%;background:#fff;box-shadow:0 2px 8px #0b6bc22e;-webkit-appearance:none;-moz-appearance:none;appearance:none}.dash-range-input:focus{outline:none}.dash-range-input:disabled{opacity:.5;cursor:not-allowed}.dash-range-scale{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#64748b;font-size:11px}.dash-active-filters{display:flex;flex-direction:column;gap:6px;align-items:stretch}.dash-filter-pill{border:1px solid #bfdbfe;background:#eff6ff;color:#1e3a8a;border-radius:10px;font-size:12px;padding:7px 10px;text-align:left}.dash-chip{border:1px solid var(--line-soft);background:#f8fafc;color:#334155;border-radius:999px;padding:4px 10px;font-size:12px}.dash-chip.active{background:#0b6bc2;border-color:#0b6bc2;color:#fff}.dash-trend-table{display:flex;flex-direction:column;gap:4px}.dash-trend-raw{display:flex;flex-direction:column;gap:10px}.dash-toggle-btn{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;border:1px solid #d9e2de;border-radius:10px;background:#f7faf8;color:#24312d;padding:10px 12px;font-size:13px;font-weight:600;cursor:pointer}.dash-toggle-btn:hover{background:#f1f6f3}.dash-trend-chart-wrap{position:relative;margin:4px 0 10px;border:1px solid #e2e8f0;border-radius:10px;padding:8px 8px 2px;background:linear-gradient(180deg,#fbfdff,#f8fbff)}.dash-trend-tooltip{position:absolute;transform:translate(-50%,-100%);pointer-events:none;display:flex;flex-direction:column;gap:2px;min-width:144px;padding:8px 10px;border-radius:10px;background:#0f172af0;color:#fff;font-size:12px;box-shadow:0 10px 24px #0f172a2e;z-index:3}.dash-trend-tooltip strong{font-size:12px;font-weight:700}.dash-trend-tooltip span{white-space:nowrap}.dash-trend-svg{width:100%;height:clamp(132px,24vh,220px)}.dash-grid-line{stroke:#e5edf6;stroke-width:1}.dash-line-sales{fill:none;stroke:#0b6bc2;stroke-width:2.2}.dash-line-qty{fill:none;stroke:#f59e0b;stroke-width:2.2}.dash-line-qty.is-primary{stroke:#0b6bc2;stroke-width:2.8}.dash-line-order{fill:none;stroke:#16a34a;stroke-width:2.2}.dash-point-sales{fill:#0b6bc2;cursor:pointer}.dash-point-qty{fill:#f59e0b;cursor:pointer}.dash-point-qty.is-primary{fill:#0b6bc2}.dash-point-order{fill:#16a34a;cursor:pointer}.dash-point-sales.active,.dash-point-qty.active,.dash-point-order.active{stroke:#0f172a;stroke-width:1.5}.dash-axis-label{font-size:10px;fill:#64748b}.dash-legend{display:flex;gap:12px;align-items:center;font-size:12px;color:#475569;padding:2px 0 6px}.legend-dot{display:inline-block;width:10px;height:10px;border-radius:999px;margin-right:6px}.legend-dot.sales{background:#0b6bc2}.legend-dot.qty{background:#f59e0b}.legend-dot.qty.is-primary{background:#0b6bc2}.legend-dot.order{background:#16a34a}.dash-trend-head,.dash-trend-row{display:grid;grid-template-columns:1.8fr .9fr .9fr 1fr 1fr;gap:8px;align-items:center;font-size:12px}.dash-trend-head{color:#64748b;font-weight:700;padding:6px 8px;border-bottom:1px solid #edf2f7}.dash-trend-row{padding:6px 8px;border-radius:8px}.dash-trend-row:nth-child(odd){background:#f8fbff}.dash-combo-head,.dash-combo-row{display:grid;grid-template-columns:minmax(260px,2.3fr) .8fr 1.15fr 1.15fr .9fr .9fr;gap:10px;align-items:center;font-size:12px}.dash-combo-head{color:#64748b;font-weight:700;padding:6px 8px;border-bottom:1px solid #edf2f7}.dash-combo-row{width:100%;padding:8px;border:1px solid transparent;border-radius:8px;background:transparent;text-align:left;cursor:pointer}.dash-combo-row:hover{border-color:#cfe2f5;background:#f4f9ff}.dash-combo-row.active{border-color:#0b6bc2;background:#eef6ff;color:#0f172a;box-shadow:inset 0 0 0 1px #0b6bc21f}.dash-combo-row:nth-child(odd){background:#f8fbff}.dash-combo-row.active:nth-child(odd){background:#eef6ff}.dash-combo-head>span:not(:first-child),.dash-combo-row>span:not(:first-child){text-align:right}.dash-combo-head>span:nth-child(3),.dash-combo-row>span:nth-child(3),.dash-combo-head>span:nth-child(4),.dash-combo-row>span:nth-child(4){text-align:left}.dash-combo-row.active>span:not(.is-up):not(.is-down){color:#0f172a}.dash-combo-row .is-up{color:#177245;font-weight:700}.dash-combo-row .is-down{color:#b4233a;font-weight:700}.dash-purchase-table{display:flex;flex-direction:column;gap:6px}.dash-purchase-row{width:100%;display:grid;grid-template-columns:minmax(160px,1.5fr) minmax(64px,.55fr) minmax(80px,.7fr) minmax(72px,.6fr) minmax(72px,.6fr) minmax(56px,.5fr);gap:10px;align-items:center;border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:8px;color:#1f2937;font-size:12px;text-align:left}.dash-purchase-row.head{border:none;border-bottom:1px solid #edf2f7;border-radius:0;background:transparent;color:#64748b;font-weight:700;padding:4px 2px}.dash-purchase-row.active{border-color:#0b6bc2;background:#eef6ff;box-shadow:inset 0 0 0 1px #0b6bc21f}.dash-purchase-row>span:not(:first-child),.dash-purchase-combo-head>span:not(:first-child),.dash-purchase-combo-row>span:not(:first-child){text-align:right}.dash-purchase-label{display:flex;min-width:0;flex-direction:column;gap:6px}.dash-purchase-label strong{overflow:hidden;color:#1f2937;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.dash-purchase-combo-head,.dash-purchase-combo-row{display:grid;grid-template-columns:minmax(260px,2fr) minmax(68px,.55fr) minmax(82px,.65fr) minmax(78px,.6fr) minmax(78px,.6fr) minmax(102px,.8fr);gap:10px;align-items:center;font-size:12px}.dash-purchase-combo-head{color:#64748b;font-weight:700;padding:6px 8px;border-bottom:1px solid #edf2f7}.dash-purchase-combo-row{width:100%;padding:8px;border:1px solid transparent;border-radius:8px;background:transparent;color:#1f2937;text-align:left}button.dash-purchase-combo-row{cursor:pointer}.dash-purchase-combo-row:hover{border-color:#cfe2f5;background:#f4f9ff}.dash-purchase-combo-row.active{border-color:#0b6bc2;background:#eef6ff;box-shadow:inset 0 0 0 1px #0b6bc21f}.dash-purchase-sku-head,.dash-purchase-sku-row{grid-template-columns:minmax(220px,1.55fr) minmax(130px,.95fr) minmax(68px,.55fr) minmax(82px,.65fr) minmax(78px,.6fr) minmax(78px,.6fr)}.dash-sidebar-suppliers{max-height:220px}.dash-purchase-rhythm-card{grid-column:span 12;overflow-x:auto}.dash-rhythm-sub{color:#64748b;font-size:12px}.dash-rhythm-legend{display:flex;gap:12px;align-items:center;color:#64748b;font-size:12px}.dash-rhythm-legend span{display:inline-flex;align-items:center;gap:6px}.dash-rhythm-legend i{display:inline-block;width:11px;height:11px}.dash-rhythm-legend i.actual{border-radius:999px;background:#0b6bc2}.dash-rhythm-legend i.predicted{border:2px solid #f59e0b;border-radius:3px;transform:rotate(45deg)}.dash-rhythm-table{min-width:1040px;display:flex;flex-direction:column;gap:8px}.dash-rhythm-axis,.dash-rhythm-row{display:grid;grid-template-columns:minmax(250px,1.15fr) minmax(460px,2.45fr) minmax(350px,1.55fr);gap:12px;align-items:stretch}.dash-rhythm-axis{align-items:center;color:#64748b;font-size:12px;font-weight:700;padding:0 8px 2px}.dash-rhythm-row{border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:8px}.dash-rhythm-row.active{border-color:#0b6bc2;background:#eef6ff;box-shadow:inset 0 0 0 1px #0b6bc21f}.dash-rhythm-product{min-width:0;border:none;background:transparent;color:#1f2937;padding:2px 0;display:flex;flex-direction:column;justify-content:center;gap:5px;text-align:left;cursor:pointer}.dash-rhythm-product strong,.dash-rhythm-product span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-rhythm-product strong{font-size:12px;font-weight:800}.dash-rhythm-product span{color:#64748b;font-size:12px}.dash-rhythm-track{position:relative;min-height:58px;border:1px solid #dbeafe;border-radius:10px;background:linear-gradient(180deg,#fbfdff,#f6faff)}.dash-rhythm-axis-track{min-height:30px;border-color:transparent;background:transparent}.dash-rhythm-tick{position:absolute;top:50%;transform:translate(-50%,-50%);color:#64748b;font-size:11px;white-space:nowrap}.dash-rhythm-gridline{position:absolute;top:8px;bottom:8px;width:1px;background:#e5edf6}.dash-rhythm-interval{position:absolute;top:50%;height:2px;transform:translateY(-50%);background:#93c5fd}.dash-rhythm-interval em{position:absolute;left:50%;bottom:6px;transform:translate(-50%);color:#475569;font-size:10px;font-style:normal;white-space:nowrap}.dash-rhythm-dot,.dash-rhythm-prediction{position:absolute;top:50%;border:none;cursor:pointer}.dash-rhythm-dot{border-radius:999px;background:#0b6bc2;box-shadow:0 0 0 3px #0b6bc221;transform:translate(-50%,-50%)}.dash-rhythm-prediction{width:14px;height:14px;border:2px solid #f59e0b;border-radius:3px;background:#fff8ed;transform:translate(-50%,-50%) rotate(45deg)}.dash-rhythm-prediction.status-late{border-color:#dc2626;background:#fff1f2}.dash-rhythm-prediction.status-due{border-color:#f59e0b;background:#fffbeb}.dash-rhythm-prediction.status-normal{border-color:#16a34a;background:#f0fdf4}.dash-rhythm-stats{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;align-content:center}.dash-rhythm-stats span{min-width:0;border-radius:8px;background:#f8fafc;padding:6px 7px}.dash-rhythm-stats em,.dash-rhythm-stats strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-rhythm-stats em{color:#64748b;font-size:10px;font-style:normal}.dash-rhythm-stats strong{color:#0f172a;font-size:12px}.dash-rhythm-badge{display:flex!important;align-items:center;justify-content:center;color:#334155;font-size:11px;font-weight:800}.dash-rhythm-badge.status-late{background:#fff1f2;color:#be123c}.dash-rhythm-badge.status-due{background:#fffbeb;color:#b45309}.dash-rhythm-badge.status-normal{background:#f0fdf4;color:#15803d}.dash-rhythm-badge.confidence-high{background:#eff6ff;color:#1d4ed8}.dash-rhythm-badge.confidence-mid{background:#f8fafc;color:#475569}.dash-rhythm-badge.confidence-low{background:#f1f5f9;color:#64748b}.dash-mini-trend{height:34px;display:flex;align-items:flex-end;gap:3px}.dash-mini-trend i{display:block;width:8px;min-height:4px;border-radius:999px;background:linear-gradient(180deg,#7bb7ff,#0b6bc2)}.dash-mini-trend em{font-style:normal;color:#94a3b8}.dash-list,.dash-metric-list{display:flex;flex-direction:column;gap:6px}.dash-metric-head,.dash-metric-row{display:grid;grid-template-columns:minmax(160px,1.7fr) .8fr 1.15fr 1.2fr;gap:10px;align-items:center}.dash-metric-head.with-margin,.dash-metric-row.with-margin{grid-template-columns:minmax(160px,1.7fr) minmax(72px,.8fr) minmax(90px,.9fr) minmax(90px,.9fr) minmax(150px,1.15fr) minmax(170px,1.2fr) minmax(78px,.75fr) minmax(88px,.85fr)}.dash-metric-head{color:#64748b;font-weight:700;font-size:12px;padding:4px 2px;border-bottom:1px solid #edf2f7}.dash-metric-row{width:100%;border:1px solid #e2e8f0;background:#fff;border-radius:10px;padding:8px;text-align:left}.dash-metric-row.active{border-color:#0b6bc2;background:#eef6ff;color:#0f172a;box-shadow:inset 0 0 0 1px #0b6bc21f}.dash-metric-row.active .dash-metric-label strong,.dash-metric-row.active>span:not(.is-up):not(.is-down){color:#0f172a}.dash-metric-row>span:not(:first-child),.dash-metric-head>span:not(:first-child){text-align:right}.dash-metric-head>span:last-child,.dash-metric-row>span:last-child{text-align:left}.dash-metric-label{display:flex;flex-direction:column;gap:6px;min-width:0}.dash-metric-label strong{font-size:12px;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-resize-panels .dash-card{height:100%;min-height:0;display:flex;flex-direction:column}.dash-resize-panels .dash-list,.dash-resize-panels .dash-metric-list,.dash-resize-panels .dash-trend-table{min-height:0;overflow:auto}.dash-resize-panels .dash-drill-hint .dash-empty{overflow:auto}.dash-row-btn{width:100%;border:1px solid #e2e8f0;background:#fff;border-radius:10px;padding:8px;display:grid;grid-template-columns:var(--dash-label-col, 1.2fr) var(--dash-value-col, 80px) 1fr;gap:var(--dash-col-gap, 8px);align-items:center;text-align:left}.dash-row-btn.active{border-color:#0b6bc2;background:#eef6ff;color:#0f172a;box-shadow:inset 0 0 0 1px #0b6bc21f}.dash-row-btn.active .dash-row-label,.dash-row-btn.active .dash-row-value{color:#0f172a}.dash-row-label{font-size:var(--dash-label-font, 12px);color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-row-value{font-size:12px;color:#334155;text-align:right}.dash-row-bar{display:block;height:var(--dash-bar-height, 8px);border-radius:999px;background:#e2e8f0;overflow:hidden}.dash-row-bar-fill{display:block;height:100%;background:linear-gradient(90deg,#38bdf8,#0b6bc2)}.dash-empty{font-size:12px;color:#64748b;padding:8px 0}@media (max-width: 1200px){.dash-weekly-layout,.dash-weekly-layout.has-options{grid-template-columns:minmax(0,1fr)}.dash-weekly-options{position:static}.dash-weekly-mode-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.dash-weekly-graph-list{display:grid;max-height:250px;grid-template-columns:repeat(2,minmax(0,1fr))}.dash-weekly-options-hint{min-height:96px}.dash-body{grid-template-columns:210px minmax(0,1fr)}.dash-kpi-grid{grid-template-columns:repeat(2,minmax(120px,1fr))}.dash-viz-tools{grid-template-columns:repeat(2,minmax(170px,1fr))}.dash-exec-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-exec-bottom,.dash-decision-grid{grid-template-columns:1fr}.dash-card{grid-column:span 6}.dash-detail-grid .dash-card{grid-column:span 12}.dash-panel-bottom-grid .dash-card{grid-column:span 6}}@media (max-width: 760px){.dash-weekly-independent{border-radius:13px;padding:11px}.dash-weekly-independent-head{flex-direction:column}.dash-weekly-head-controls{width:100%;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.dash-weekly-year-picker-panel{right:auto;left:0;width:min(280px,calc(100vw - 44px))}.dash-weekly-asof{width:100%;box-sizing:border-box;text-align:left}.dash-weekly-chart-grid{grid-template-columns:minmax(0,1fr)}.dash-weekly-card-head strong{white-space:normal}.dash-weekly-chart{min-width:610px}.dash-weekly-chart-wrap{overflow-x:auto}.dash-weekly-tooltip{display:none}.dash-weekly-mode-options{grid-template-columns:minmax(0,1fr)}.dash-weekly-graph-list{display:flex;max-height:280px}.dash-weekly-error{align-items:stretch;flex-direction:column}.dash-body{grid-template-columns:1fr}.dash-sidebar{position:static;max-height:none;overflow:visible}.dash-sidebar-months{max-height:none}.dash-active-filters{flex-direction:row;flex-wrap:wrap}.dash-filter-pill{border-radius:999px;padding:4px 10px}.dash-viz-tools{grid-template-columns:1fr}.dash-section-heading,.dash-product-board-head{align-items:flex-start;flex-direction:column}.dash-section-heading p{text-align:left}.dash-product-board{border-radius:12px;padding:10px}.dash-product-board-period{width:100%;box-sizing:border-box;text-align:left}.dash-product-card-grid{grid-template-columns:minmax(0,1fr)}.dash-product-card{padding:12px}.dash-product-color-row{grid-template-columns:minmax(74px,.9fr) minmax(72px,1.4fr) 52px;gap:6px}.dash-product-item-row{grid-template-columns:minmax(105px,1fr) minmax(72px,1.25fr) 52px;gap:6px}.dash-product-detail-modal{max-height:92dvh;border-radius:18px 18px 0 0;padding:14px 12px}.dash-product-detail-modal>.modal-title{font-size:18px}.dash-product-detail-head{align-items:stretch;flex-direction:column}.dash-product-detail-head .action-btn{align-self:flex-end}.dash-product-detail-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-product-detail-kpis strong{font-size:16px}.dash-product-detail-card{padding:10px}.dash-product-detail-trend{min-width:640px}.dash-product-detail-route-grid{grid-template-columns:minmax(0,1fr)}.dash-product-route-row{grid-template-columns:minmax(0,1fr) auto}.dash-product-route-bar{grid-column:1 / -1;grid-row:2}.dash-product-route-values{grid-column:2;grid-row:1}.dash-exec-hero,.dash-exec-metrics,.dash-driver-strip,.dash-signal-grid,.dash-portfolio-grid,.dash-quality-strip{grid-template-columns:1fr}.dash-exec-forecast{text-align:left}.dash-segmented-control{width:100%;justify-content:space-between}.dash-segmented-option{flex:1 1 0;text-align:center}.dash-resize-panels{height:auto;min-height:0;max-height:none;display:block}.dash-panel-top,.dash-panel-bottom{height:auto!important;overflow:visible}.dash-split-handle{display:none}.dash-card,.dash-trend,.dash-top{grid-column:span 12}.dash-purchase-rhythm-card{overflow-x:auto}.dash-rhythm-table{min-width:1040px}.dash-panel-bottom-grid .dash-card{grid-column:span 12}}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.log-drawer{pointer-events:auto;width:420px;max-height:400px;background:#fff;border:1px solid var(--line-soft);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;overflow:hidden}.log-drawer-header{padding:10px 14px;background:#f8fafc;border-bottom:1px solid var(--line-soft);display:flex;justify-content:space-between;align-items:center}.log-drawer-header h4{margin:0;font-size:13px;font-weight:700;color:#1e293b}.log-drawer-content{overflow-y:auto;padding:8px 0;background:#fff}.log-item{padding:8px 16px;font-size:12px;border-bottom:1px solid #f1f5f9;display:flex;gap:12px;align-items:flex-start;line-height:1.5}.log-item:last-child{border-bottom:none}.log-item-time{color:#94a3b8;font-family:var(--font-mono);white-space:nowrap;font-size:11px}.log-item-msg{color:#334155;word-break:break-all}.log-item.tone-danger .log-item-msg{color:#9b1c1c;font-weight:600}.log-item.tone-warn .log-item-msg{color:#925400;font-weight:600}.log-item.tone-ok .log-item-msg{color:#166534;font-weight:600}.toast-message.tone-danger{border-left:4px solid var(--danger);background:snow;color:#9b1c1c}.toast-message.tone-warn{border-left:4px solid var(--warn);background:#fffaf0;color:#925400}.toast-message.tone-ok{border-left:4px solid var(--ok);background:#f0fdf4;color:#166534}.toast-message.tone-neutral{border-left:4px solid #64748b;background:#f8fafc;color:#475569}.topbar{position:sticky;top:var(--app-header-height);z-index:900;display:flex;align-items:flex-start;flex-wrap:wrap;gap:10px;padding:10px var(--app-topbar-pad-x);background:#eef3f8;border-bottom:1px solid #cbd5e1;box-shadow:0 3px 8px #0f172a0f}.topbar button,.topbar select,.topbar input{height:var(--app-control-height);padding:0 9px;font-size:12px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#334155;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #0000000d;font-weight:700}.topbar button:hover{background:#f8fafc;border-color:#94a3b8}.topbar button:active{background:#f1f5f9;transform:translateY(1px)}.topbar button:disabled{opacity:.5;cursor:not-allowed;background:#e2e8f0}.topbar input{cursor:text}.flex-spacer{flex:1}.sub-tabs-group{padding-right:12px;border-right:2px solid #e2e8f0;margin-right:4px}.sub-tabs-group button{padding:6px 14px;font-size:13px;font-weight:700;background:transparent;border-bottom:2px solid transparent;border-radius:0;color:#64748b;box-shadow:none}.sub-tabs-group button.active{color:var(--brand);border-bottom-color:var(--brand);background:#0b6bc20d}.toolbar-divider{width:1px;height:24px;background:#cbd5e1;margin:0 4px}.group-label{display:inline-flex;align-items:center;height:var(--app-control-height);padding:0 8px;border-radius:999px;background:#edf3fa;border:1px solid #d8e3ee;color:#345070;font-size:10px;font-weight:800;letter-spacing:0;margin-right:0;white-space:nowrap}.action-btn{background:#fff;border:1px solid var(--line-soft);color:#475569;font-weight:600}.action-btn.icon-btn{min-width:calc(var(--app-control-height) - 2px);padding:0 8px;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:700}.action-btn.icon-btn .icon-btn-glyph{line-height:1}.action-btn:hover{background:#f8fafc;border-color:#cbd5e1}.action-btn.danger{color:#b42318;border-color:#fecaca;background:#fff7f7}.action-btn.danger:hover{background:#fee2e2;border-color:#fca5a5}.topbar button.view-action{color:#334155;border-color:#cbd5e1;background:#f8fafc}.topbar button.view-action:hover{border-color:#94a3b8;background:#eef4fb}.topbar button.flow-forward-btn{color:#fff;border-color:#0e7490;background:linear-gradient(180deg,#0891b2,#0e7490);box-shadow:0 4px 14px #0e749042}.topbar button.flow-forward-btn:hover{color:#fff;border-color:#155e75;background:linear-gradient(180deg,#06b6d4,#0f766e);box-shadow:0 6px 16px #0e749052}.topbar button.flow-reverse-btn{color:#fff;border-color:#9a3412;background:linear-gradient(180deg,#f97316,#c2410c);box-shadow:0 4px 14px #9a341247}.topbar button.flow-reverse-btn:hover{color:#fff;border-color:#7c2d12;background:linear-gradient(180deg,#ea580c,#9a3412);box-shadow:0 6px 16px #9a341257}.toggle-label{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:#475569;cursor:pointer;padding:0 6px}.toolbar-group{display:flex;align-items:center;gap:5px;flex-wrap:wrap;padding:6px;background:#fff;border:1px solid #d7e3ee;border-radius:10px;box-shadow:0 1px 3px #17212b0f;position:relative}.toolbar-group>button,.toolbar-group>input,.toolbar-group>select{margin-left:0!important;margin-right:0!important;white-space:nowrap}.toolbar-menu{position:relative}.toolbar-menu>summary{height:var(--app-control-height);display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#334155;font-size:12px;font-weight:800;line-height:1;cursor:pointer;list-style:none;box-shadow:0 1px 2px #0000000d}.toolbar-menu>summary::-webkit-details-marker{display:none}.toolbar-menu>summary:after{content:"▾";color:#64748b;font-size:10px;transform:translateY(1px)}.toolbar-menu[open]>summary{border-color:#8ec5ff;background:#e8f3ff;color:#0b6bc2}.toolbar-menu-panel{position:absolute;top:calc(100% + 6px);right:0;z-index:1400;min-width:220px;display:grid;gap:6px;padding:8px;border:1px solid rgba(15,23,42,.12);border-radius:10px;background:#fff;box-shadow:0 18px 42px #0f172a29}.toolbar-menu-panel button,.toolbar-menu-panel select{width:100%!important;justify-content:flex-start;text-align:left}.purchase-sheet-tabs{display:flex;align-items:center;gap:6px;overflow-x:auto;padding:6px 4px 8px;border-bottom:1px solid #dbe7f3}.purchase-sheet-tab{border:1px solid #cbd5e1;background:#f8fafc;color:#334155;border-radius:8px 8px 0 0;padding:7px 10px;font-size:12px;white-space:nowrap;cursor:pointer}.purchase-sheet-tab:hover{background:#f1f5f9}.purchase-sheet-tab.is-dragging{opacity:.75}.purchase-sheet-tab.is-drop-target{border-color:#60a5fa;background:#f8fbff}.purchase-sheet-tab.active{background:#fff;border-color:#94a3b8;color:#0f172a;font-weight:700}.purchase-sheet-tab-input{border:1px solid #60a5fa;background:#fff;color:#0f172a;border-radius:8px 8px 0 0;padding:7px 10px;font-size:12px;min-width:120px}.purchase-sheet-tab-input:focus{outline:none;box-shadow:0 0 0 2px #60a5fa29}.purchase-sheet-tab-add{margin-left:auto;display:inline-flex;align-items:center;gap:6px;padding-left:8px}.purchase-status-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.purchase-order-layout.has-sales-reference{grid-template-columns:var(--tableau-left-width, 320px) minmax(0,1fr) minmax(340px,var(--purchase-sales-reference-width, 420px))}.purchase-sales-reference-shell{position:relative;min-width:0;min-height:0;display:flex}.purchase-sales-reference-surface{min-width:0;min-height:0;width:100%;border:1px solid #dbe7f3;border-radius:12px;background:linear-gradient(180deg,#fdfefe,#f6fbff);box-shadow:0 10px 24px #0f172a12;overflow:hidden}.purchase-sales-reference-resize-handle{position:absolute;left:-6px;top:0;bottom:0;width:12px;cursor:col-resize;z-index:2}.purchase-sales-reference-resize-handle:after{content:"";position:absolute;left:5px;top:14px;bottom:14px;width:2px;border-radius:999px;background:linear-gradient(180deg,#dbe7f3,#94a3b8)}.purchase-sales-reference-panel{height:calc(100vh - 240px);min-height:0;display:flex;flex-direction:column}.purchase-sales-reference-head{padding:14px 16px 12px;border-bottom:1px solid #dbe7f3;background:linear-gradient(180deg,#fff,#f3f9ff);display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.purchase-sales-reference-head h3{margin:0;font-size:16px;color:#0f172a}.purchase-sales-reference-head p,.purchase-sales-reference-run{margin:4px 0 0;font-size:12px;color:#64748b}.purchase-sales-reference-run{text-align:right;flex:0 0 auto}.purchase-sales-reference-controls{padding:12px 16px;border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column;gap:8px}.purchase-sales-reference-controls-head{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.purchase-sales-reference-presets,.purchase-sales-reference-months{display:flex;flex-wrap:wrap;gap:6px}.purchase-sales-reference-preset,.purchase-sales-reference-month-chip{border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#334155;padding:6px 10px;font-size:12px;font-weight:600}.purchase-sales-reference-preset{cursor:pointer}.purchase-sales-reference-collapse-toggle{border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#334155;padding:6px 10px;font-size:12px;font-weight:600;cursor:pointer}.purchase-sales-reference-collapse-toggle.active{border-color:#60a5fa;background:#eff6ff;color:#0f4c81}.purchase-sales-reference-month-chip{cursor:default}.purchase-sales-reference-preset.active,.purchase-sales-reference-month-chip.active{border-color:#60a5fa;background:#eff6ff;color:#0f4c81}.purchase-sales-reference-month-chip.is-manual{cursor:pointer}.purchase-sales-reference-month-chip:disabled{opacity:.74}.purchase-sales-reference-month-summary{border:1px dashed #dbe7f3;border-radius:10px;background:#f8fbff;padding:9px 10px;font-size:12px;color:#475569}.purchase-sales-reference-body{min-height:0;overflow:auto;padding:14px 16px 18px;display:flex;flex-direction:column;gap:12px}.purchase-sales-reference-scope{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.purchase-sales-reference-scope-item{border:1px solid #dbe7f3;border-radius:12px;background:#f8fbff;padding:10px 12px;display:flex;flex-direction:column;gap:4px}.purchase-sales-reference-scope-item label,.purchase-sales-reference-scope-item span{font-size:11px;color:#64748b}.purchase-sales-reference-scope-item strong{font-size:13px;color:#0f172a;word-break:break-word}.purchase-sales-reference-facet-select{width:100%;min-width:0;border:0;background:transparent;color:#0f172a;font-size:13px;font-weight:700;line-height:1.3;padding:0;outline:none}.purchase-sales-reference-facet-select:disabled{color:#94a3b8}.purchase-sales-reference-empty-state,.purchase-sales-reference-loading,.purchase-sales-reference-error,.purchase-sales-reference-empty{border:1px dashed #cbd5e1;border-radius:12px;background:#f8fafc;color:#475569;padding:14px;font-size:12px}.purchase-sales-reference-empty-state{display:flex;flex-direction:column;gap:4px}.purchase-sales-reference-error{border-style:solid;border-color:#fecaca;background:#fff1f2;color:#b91c1c}.purchase-sales-reference-kpis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.purchase-sales-reference-kpi{border:1px solid #dbe7f3;border-radius:12px;background:#fff;padding:10px 12px;display:flex;flex-direction:column;gap:4px}.purchase-sales-reference-kpi span{font-size:11px;color:#64748b}.purchase-sales-reference-kpi strong{font-size:15px;color:#0f172a}.purchase-sales-reference-card{border:1px solid #dbe7f3;border-radius:12px;background:#fff;padding:12px;box-shadow:0 4px 10px #0f172a0a}.purchase-sales-reference-card-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;font-size:12px;color:#64748b}.purchase-sales-reference-card-head strong{color:#0f172a;font-size:13px}.purchase-sales-reference-color-groups{display:grid;gap:10px}.purchase-sales-reference-color-group{border:1px solid #e2e8f0;border-radius:10px;padding:10px;background:#f8fbff}.purchase-sales-reference-color-group-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px}.purchase-sales-reference-color-group-head strong{color:#0f172a;font-size:13px}.purchase-sales-reference-color-group-head span{font-size:11px;color:#64748b}.purchase-sales-reference-chart-wrap{width:100%;height:176px}.purchase-sales-reference-chart{width:100%;height:100%}.purchase-sales-reference-axis{stroke:#cbd5e1;stroke-width:1}.purchase-sales-reference-bar{fill:#0b6bc2;opacity:.92}.purchase-sales-reference-axis-label{fill:#64748b;font-size:10px;font-weight:600}.purchase-sales-reference-table{display:grid;gap:6px}.purchase-sales-reference-table.is-qty-only{gap:8px}.purchase-sales-reference-table-head,.purchase-sales-reference-table-row{display:grid;grid-template-columns:minmax(0,1fr) 70px 86px 110px;gap:8px;align-items:center;font-size:12px}.purchase-sales-reference-table-head{color:#64748b;font-weight:700;padding-bottom:4px;border-bottom:1px solid #e2e8f0}.purchase-sales-reference-table-row{color:#334155}.purchase-sales-reference-table-head>span:nth-child(n+2),.purchase-sales-reference-table-row>span:nth-child(n+2){text-align:right}.purchase-sales-reference-table-head.is-qty-only,.purchase-sales-reference-table-row.is-qty-only{grid-template-columns:minmax(0,1fr) 104px}.purchase-sales-reference-combo-list{display:grid;gap:6px}.purchase-sales-reference-combo-row{width:100%;border:1px solid #dbe7f3;border-radius:10px;background:#f8fbff;color:#1e293b;display:grid;grid-template-columns:minmax(0,1fr) 72px;gap:8px;align-items:center;padding:9px 10px;cursor:pointer;text-align:left}.purchase-sales-reference-combo-row>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.purchase-sales-reference-combo-row>strong{text-align:right;font-size:12px}.purchase-sales-reference-combo-row.active{border-color:#60a5fa;background:#eff6ff}.purchase-status-card{min-width:120px;padding:8px 10px;border:1px solid #dbe7f3;border-radius:10px;background:#f8fbff;display:flex;flex-direction:column;gap:2px}.purchase-status-card.wide{min-width:220px}.purchase-status-card span{font-size:11px;color:#64748b}.purchase-status-card strong{font-size:13px;color:#0f172a}.purchase-tab-manager{margin-top:8px;padding:10px;border:1px solid #dbe7f3;border-radius:10px;background:#f8fbff;width:100%;max-width:760px}.purchase-tab-manager-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.purchase-tab-manager-list{display:grid;gap:6px}.purchase-tab-manager-row{display:grid;grid-template-columns:auto auto minmax(120px,1fr) minmax(180px,1.3fr) auto;align-items:center;gap:8px;padding:6px 8px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;transition:border-color .14s ease,background .14s ease,opacity .14s ease}.purchase-tab-manager-row.is-dragging{opacity:.78;background:#eef6ff;border-color:#bfdbfe}.purchase-tab-manager-row.is-drop-target{background:#f8fbff;border-color:#60a5fa}.purchase-tab-manager-name{font-size:12px;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.purchase-tab-manager-hide{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#475569}.purchase-tab-manager-alias-input{width:100%;min-width:0;padding:6px 8px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;font-size:12px}.purchase-tab-manager-alias-input:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa29}.purchase-tab-manager-delete-btn{border:1px solid #fecaca;background:#fff1f2;color:#b91c1c;border-radius:8px;padding:6px 10px;font-size:12px;cursor:pointer;white-space:nowrap}.purchase-tab-manager-delete-btn:hover{background:#ffe4e6}.purchase-tab-manager-delete-btn.is-restore{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.purchase-tab-manager-delete-btn.is-restore:hover{background:#dcfce7}.purchase-empty-state{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#475569;text-align:center;padding:20px}.purchase-empty-state h3{margin:0;font-size:18px;color:#1e293b}.purchase-empty-state p{margin:0;font-size:13px}.purchase-empty-actions{display:inline-flex;gap:8px;margin-top:6px}.purchase-export-preview{margin:8px 0;border:1px solid #dbe7f3;border-radius:10px;background:#f8fbff;padding:8px 10px}.purchase-export-preview-title{font-size:12px;color:#334155;font-weight:700;margin-bottom:6px}.purchase-export-preview-head{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap}.purchase-export-preview-title-text{min-width:0}.purchase-export-preview-controls{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.purchase-export-preview-list{display:grid;gap:4px}.purchase-export-preview-row{display:flex;flex-wrap:nowrap;gap:8px;align-items:center;font-size:12px;color:#475569;white-space:nowrap}.purchase-export-preview-row>span:nth-child(1){min-width:160px;max-width:280px;flex:1 1 220px;overflow:hidden;text-overflow:ellipsis}.purchase-export-preview-row>span:nth-child(2){min-width:120px;max-width:240px;flex:1 1 180px;overflow:hidden;text-overflow:ellipsis}.purchase-export-preview-row .purchase-preview-col.qty{width:84px;flex:0 0 84px;text-align:right;color:#0f172a}.purchase-export-preview-row .purchase-preview-col.unit-price{width:92px;flex:0 0 92px;text-align:right}.purchase-export-preview-row .purchase-preview-col.total-price{width:108px;flex:0 0 108px;text-align:right;color:#0f172a}.purchase-export-preview-total{margin-top:6px;padding-top:6px;border-top:1px dashed #cbd5e1;font-size:12px;color:#334155;text-align:right}.purchase-export-preview-total strong{color:#0f172a}.purchase-order-log-preview{margin:8px 0 12px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.purchase-order-log-preview-title{font-size:12px;font-weight:700;color:#334155;margin-bottom:6px}.purchase-order-log-preview-list{display:grid;gap:4px}.purchase-order-log-preview-row{display:grid;grid-template-columns:110px 160px 1fr 80px;gap:8px;align-items:center;font-size:12px;color:#334155}.purchase-order-log-preview-row strong{text-align:right}.mapping-status-cell.mapping-status-ok{color:#166534;background:#dcfce7;border-radius:999px;padding:2px 8px}.mapping-status-cell.mapping-status-miss{color:#991b1b;background:#fee2e2;border-radius:999px;padding:2px 8px}.topbar-right-area{display:flex;align-items:center;gap:12px}.tabs-group{background:linear-gradient(180deg,#f2f7ff,#ecf4ff);border-color:#c6d8ea;padding:8px}.tab-cluster{display:flex;align-items:center;gap:7px;margin-right:12px}.cluster-title{font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:#5c728a;font-weight:700;padding:0 2px}.group-label{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.03em;color:#4f6781;background:#edf4fb;border:1px solid #d4e1ee}button{border:1px solid #c7d7e7;background:linear-gradient(180deg,#fff,#f2f8ff);border-radius:8px;padding:7px 10px;cursor:pointer;font-size:12px;font-weight:650;color:#1f2f41;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background .14s ease}button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10315824;border-color:#7fa8cf;background:linear-gradient(180deg,#fff,#eaf3ff)}button:active{transform:translateY(0)}button:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}button.primary{color:#fff;border-color:#073f71;background:linear-gradient(180deg,var(--brand) 0%,var(--brand-strong) 100%);box-shadow:0 4px 14px #073f7142}button.primary:hover{color:#fff;border-color:#052f55;background:linear-gradient(180deg,#0a5ca8,#084887);box-shadow:0 6px 16px #073f7152}button.primary.save-pending{border-color:#9a3412;background:linear-gradient(180deg,#f97316,#c2410c);box-shadow:0 4px 14px #9a34124d}button.primary.save-pending:hover{color:#fff;border-color:#7c2d12;background:linear-gradient(180deg,#ea580c,#9a3412);box-shadow:0 6px 16px #9a341261}button.active{color:#fff;border-color:#0f5c9f;background:linear-gradient(180deg,#0e6ec8,#0a4f90);box-shadow:0 6px 16px #0a4f9047}.view-input,.view-select,.text-input{height:34px;border-radius:9px;border:1px solid var(--line-strong);background:var(--bg-surface);padding:0 9px;font-size:12px}.text-input{min-width:160px}.text-input.wide{min-width:430px}.field-picker-wrapper{position:relative}.field-picker-panel{position:fixed;left:12px;top:12px;z-index:1200;width:min(280px,calc(100vw - 24px));max-height:calc(100vh - 24px);background:var(--bg-surface);border:1px solid var(--line-strong);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:12px;display:flex;flex-direction:column;gap:12px;overflow-y:auto;overscroll-behavior:contain}.picker-section{display:flex;flex-direction:column;gap:6px;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.picker-section:last-child{border-bottom:none}.picker-section strong{display:block;font-size:11px;color:#94a3b8;margin-bottom:4px}.picker-section.scrollable{flex:1 1 auto;min-height:0;max-height:min(260px,50vh);overflow-y:auto;padding-right:4px}.picker-section button{width:100%;text-align:left;justify-content:flex-start;font-size:12px}.field-picker-item{display:flex;align-items:center;gap:6px;margin-bottom:4px;font-size:12px;cursor:grab;padding:2px 4px;border-radius:4px;transition:background .2s}.field-picker-item.is-fixed{cursor:default;color:#0f172a;font-weight:700}.field-picker-item:hover{background:#0000000d}.field-picker-item.drag-over{background:#e0f2fe;border:1px dashed #3b82f6;margin-top:-1px;margin-bottom:3px}.content-pane{display:flex;flex-direction:column;gap:12px}.grid-area{position:relative;display:flex;flex-direction:column;gap:8px}.inline-table-toolbar{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;padding:10px 12px;background:var(--bg-surface);border:1px solid var(--line-soft);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.inline-left{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:12px;color:var(--text-subtle)}.inline-right{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.item-context-menu{position:fixed;z-index:1400;min-width:180px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--bg-surface);box-shadow:var(--shadow-md);padding:6px}.item-context-menu button{width:100%;text-align:left;margin:0;border:0;border-radius:8px;background:transparent;box-shadow:none;font-weight:600}.item-context-menu button:hover{background:#eef5fd;transform:none}.item-context-menu hr{border:0;border-top:1px solid #e8eef4;margin:6px 0}.tableau-layout{display:grid;grid-template-columns:var(--tableau-left-width, 320px) minmax(0,1fr);gap:10px;min-height:calc(100vh - 240px);width:100%;min-width:0;overflow:hidden}.tableau-left,.tableau-center{min-height:0;min-width:0}.tableau-left{position:relative}.tableau-left-resize-handle{position:absolute;z-index:8;top:0;right:-10px;bottom:0;width:20px;min-height:80px;border:0;outline:0;cursor:col-resize;touch-action:none}.tableau-left-resize-handle>span{position:absolute;top:12px;right:9px;bottom:12px;width:2px;border-radius:999px;background:#d1d9e2;transition:width .16s ease,right .16s ease,background-color .16s ease,box-shadow .16s ease}.tableau-left-resize-handle:hover>span,.tableau-left-resize-handle:focus-visible>span,.tableau-left-resize-handle.is-dragging>span{right:8px;width:4px;background:#3182f6;box-shadow:0 0 0 3px #3182f624}.tableau-left-resize-handle:focus-visible{outline:2px solid rgba(49,130,246,.36);outline-offset:-3px}html.is-tableau-sidebar-resizing,html.is-tableau-sidebar-resizing *{cursor:col-resize!important}html.is-tableau-sidebar-resizing body{-webkit-user-select:none;user-select:none}.tableau-center{display:flex;flex-direction:column;gap:8px;overflow:hidden}.tableau-center .grid-wrap{height:calc(100vh - 340px)}.facet-card{border:1px solid #e3ebf3;border-radius:10px;background:#fbfdff;padding:8px;margin-bottom:8px}.facet-card summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:13px;font-weight:700;color:#1f3044}.facet-card summary em{font-style:normal;font-size:11px;color:#5e758f}.facet-actions{margin-top:8px;display:flex;gap:6px}.facet-actions button{padding:5px 8px;font-size:11px}.facet-options{margin-top:8px;max-height:220px;overflow:auto}.facet-option{display:block;font-size:12px;color:#22354a;margin-bottom:5px}.purchase-facet-draggable{transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.purchase-facet-draggable.is-dragging{opacity:.82;border-color:#93c5fd;background:#eff6ff}.purchase-facet-draggable.is-drop-target{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f629;background:#f8fbff}.facet-drag-meta{display:inline-flex;align-items:center;gap:8px}.facet-drag-handle{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;border-radius:6px;border:1px solid #dbe7f3;background:#f8fafc;color:#64748b;cursor:grab;-webkit-user-select:none;user-select:none;line-height:1}.facet-drag-handle:active{cursor:grabbing}.purchase-facet-option{border:1px solid transparent;border-radius:8px;padding:3px 6px;transition:border-color .14s ease,background .14s ease}.purchase-facet-option.is-dragging{opacity:.78;background:#eef6ff;border-color:#bfdbfe}.purchase-facet-option.is-drop-target{background:#f8fbff;border-color:#60a5fa}.purchase-sort-panel{max-height:280px;padding-right:2px}.purchase-sort-rule{border:1px solid #e4edf6;border-radius:8px;background:#fff;padding:6px 8px;margin-bottom:8px;display:flex;align-items:flex-start;flex-wrap:wrap;gap:8px;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease}.purchase-sort-rule.is-dragging{opacity:.78;background:#eef6ff;border-color:#93c5fd}.purchase-sort-rule.is-drop-target{background:#f8fbff;border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa24}.purchase-sort-rule-main{display:flex;align-items:center;gap:6px;flex:1 1 240px;min-width:0}.purchase-sort-rule-index{width:20px;font-size:12px;font-weight:700;color:#35516d;text-align:right}.purchase-sort-rule-actions{display:flex;align-items:center;gap:4px;margin-left:auto;flex-shrink:0;align-self:flex-start}.purchase-sort-rule-custom{flex:1 0 100%;padding-left:26px;margin-top:2px;display:flex;flex-direction:column;gap:4px}.purchase-sort-panel-actions{display:flex;gap:6px;margin-top:8px}.tableau-bottom{display:flex;gap:14px;flex-wrap:wrap;font-size:12px;color:#4d657f;background:#f7fbff;border:1px solid #dfe9f3;border-radius:10px;padding:8px 10px}.grid-corner-meta{align-self:flex-start;font-size:11px;color:#6a7f95;background:#f5f9fd;border:1px solid #dbe7f2;border-radius:8px;padding:3px 8px}.inspector-empty{font-size:12px;color:#5f748a;background:#f7fbff;border:1px dashed #d4e1ee;border-radius:10px;padding:10px}.inspector-section{margin-bottom:12px}.inspector-subtitle{font-size:12px;font-weight:700;color:#415a75;margin-bottom:8px}.inspector-form{display:flex;flex-direction:column;gap:10px}.inspector-field{display:flex;flex-direction:column;gap:4px}.inspector-field span{font-size:11px;color:#5b7087;font-weight:700}.inspector-field input{height:32px;border:1px solid #c8d8e8;border-radius:8px;padding:0 8px;font-size:12px}.inspector-toggle{align-self:flex-start;min-width:56px}.left-view-controls.vertical{display:flex;flex-direction:column;gap:8px}.left-view-controls.vertical button{width:100%;text-align:left}.danger-btn{background:linear-gradient(180deg,#fffefe,#fff1f1);border-color:#fca5a5;color:#b91c1c}.danger-btn:hover{background:linear-gradient(180deg,#fef2f2,#fee2e2);border-color:#ef4444;color:#991b1b}.secondary-btn{background:linear-gradient(180deg,#fff,#f1f5f9);border-color:#cbd5e1;color:#334155}.secondary-btn:hover{background:linear-gradient(180deg,#f8fafc,#e2e8f0);border-color:#94a3b8}.left-view-controls .view-input,.left-view-controls .view-select{width:100%}.left-column-picker{margin-top:8px;max-height:220px;overflow:auto;border:1px solid #dbe6f2;border-radius:8px;padding:8px;background:#fbfdff}.right-filter-list{display:flex;flex-direction:column;gap:8px}.right-filter-card{border:1px solid #dde7f2;border-radius:8px;background:#f9fcff;overflow:hidden}.right-filter-head{display:flex;align-items:center;gap:4px;padding:0}.right-filter-toggle{flex:1;display:flex;align-items:center;gap:6px;padding:7px 8px;border:none;background:transparent;box-shadow:none;cursor:pointer;font-size:12px;color:#20344a;text-align:left}.right-filter-toggle:hover{background:#eef5fd;transform:none;box-shadow:none}.right-filter-toggle strong{font-size:12px;font-weight:700;color:#20344a}.right-filter-chevron{font-size:8px;color:#8fa8c0;transition:transform .2s ease;display:inline-block}.right-filter-chevron.open{transform:rotate(90deg)}.right-filter-count{margin-left:auto;font-size:10px;color:#6b8bad;background:#e3effb;padding:1px 6px;border-radius:8px;font-weight:600}.right-filter-remove{padding:4px 8px;font-size:12px;color:#a0b4c8;border:none;background:transparent;box-shadow:none;cursor:pointer;flex-shrink:0}.right-filter-remove:hover{color:#e05252;background:transparent;transform:none;box-shadow:none}.right-filter-drag{cursor:grab;color:#b0c4d8;font-size:14px;line-height:1;padding:0 2px;-webkit-user-select:none;user-select:none;flex-shrink:0}.right-filter-drag:hover{color:#6b8bad}.right-filter-card.drag-over{border-color:#0b6bc2;background:#eef5fd;box-shadow:inset 3px 0 #0b6bc2}.right-filter-options{max-height:180px;overflow-y:auto;padding:0 8px 8px;border-top:1px solid #e8eff7}.right-filter-actions{display:flex;gap:4px;padding:6px 0 4px}.right-filter-actions button{padding:2px 8px;font-size:10px;border:1px solid #d0dde9;border-radius:4px;background:#fff;color:#4a6d8c;box-shadow:none;cursor:pointer}.right-filter-actions button:hover{background:#e3effb;transform:none;box-shadow:none}.grid-wrap{height:calc(100vh - 258px);width:100%;max-width:100%;min-width:0;overflow:hidden;border-radius:var(--radius-md);border:1px solid var(--line-soft);background:var(--bg-surface);box-shadow:var(--shadow-sm)}.cell-required-missing{background:#fff0f0;box-shadow:inset 0 0 0 1px #f4b4b4}.cell-duplicate-key{background:#fff3cd;box-shadow:inset 0 0 0 1px #f0ad4e;font-weight:700}.item-header-root{display:flex;align-items:center;justify-content:space-between;gap:6px;width:100%}.item-header-sort{border:0;background:transparent;box-shadow:none;padding:0;margin:0;color:#1f2f41;font-size:12px;font-weight:700;cursor:pointer}.item-header-sort:hover{transform:none;box-shadow:none;border:0;background:transparent;color:#0b5fa8}.item-header-filter-btn{border:none;border-radius:4px;padding:2px;display:flex;align-items:center;justify-content:center;color:#a0b4c8;background:transparent;box-shadow:none;cursor:pointer;flex-shrink:0;transition:color .15s,background .15s}.item-header-filter-btn:hover{transform:none;box-shadow:none;color:#0b6bc2;background:#e3effb}.item-header-filter-btn.active{color:#0b6bc2;background:#d6eaff}.active-cell-checkbox{width:16px;height:16px;cursor:pointer;accent-color:#0b6bc2}.active-cell-checkbox:disabled{cursor:not-allowed}.check-floating{position:relative;width:100%}.check-floating-trigger{width:100%;height:32px;border:1.5px solid #8fa8c0;border-radius:7px;background:linear-gradient(180deg,#fff,#f8fcff);font-size:12px;font-weight:650;color:#1a2d42;padding:0 10px;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 3px #17212b14}.check-floating-trigger:hover{transform:translateY(-1px);background:linear-gradient(180deg,#fff,#eef6ff);border-color:#4a7ba7;box-shadow:0 3px 8px #17212b1f}.check-floating-trigger:active{transform:translateY(0);box-shadow:0 1px 3px #17212b14}.check-floating-panel{position:absolute;left:0;top:36px;z-index:60;width:240px;max-height:320px;overflow:hidden;border:1.5px solid #8fa8c0;border-radius:10px;background:#fff;box-shadow:0 12px 32px #0c264638;padding:10px}.check-floating-search{width:100%;height:32px;border:1px solid #b9cfe0;border-radius:7px;padding:0 10px;margin-bottom:10px;font-size:13px;background:#f8fbff;transition:border-color .15s ease,background .15s ease}.check-floating-search:focus{outline:none;border-color:#4a7ba7;background:#fff}.check-floating-all{border-bottom:1.5px solid #d8e4f0;padding-bottom:8px;margin-bottom:8px;font-weight:650}.check-floating-list{max-height:200px;overflow:auto;padding-right:4px}.check-floating-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#1f3044;margin-bottom:6px;padding:6px 8px;border-radius:6px;cursor:pointer;transition:background .12s ease}.check-floating-item:hover{background:#f0f6fc}.check-floating-item input[type=checkbox]{width:16px;height:16px;cursor:pointer;margin:0}.check-floating-empty{font-size:13px;color:#5f7288;padding:8px 4px;text-align:center}.ops-wrap{display:flex;flex-direction:column;gap:12px}.login-shell{position:relative;isolation:isolate;min-height:100vh;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;overflow:hidden;padding:clamp(24px,4vw,56px);background:radial-gradient(circle at 12% 14%,rgba(37,99,235,.1),transparent 28%),radial-gradient(circle at 88% 84%,rgba(14,165,233,.1),transparent 30%),linear-gradient(135deg,#f5f8fd,#edf3fb 46%,#f7f9fc)}.login-shell:before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;opacity:.34;background-image:linear-gradient(rgba(15,67,135,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(15,67,135,.035) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent)}.login-card{width:min(1080px,100%);min-height:min(650px,calc(100svh - 112px));display:grid;grid-template-columns:minmax(440px,46%) minmax(0,1fr);overflow:hidden;border:1px solid rgba(15,44,90,.08);border-radius:28px;background:#fff;box-shadow:0 30px 70px #1c365b29,0 8px 24px #1c365b14}.login-form-side{min-width:0;display:flex;align-items:center;justify-content:center;padding:clamp(44px,5vw,72px);background:#fff}.login-panel{width:100%;max-width:390px;display:flex;flex-direction:column;gap:18px;margin:0}.login-loading{width:min(420px,100%);max-width:none;padding:30px;border:1px solid rgba(15,44,90,.08);border-radius:20px;background:#fff;color:var(--text-subtle);font-size:14px;font-weight:800;text-align:center;box-shadow:0 18px 50px #1c365b1f}.login-brand{display:flex;align-items:center;gap:13px;margin-bottom:20px}.login-logo-frame{width:50px;height:50px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border:1px solid #dbe6f3;border-radius:15px;background:linear-gradient(145deg,#fff,#f1f6fc);box-shadow:0 7px 18px #10519f1a}.login-brand img{width:42px;height:42px;object-fit:contain}.login-brand strong{display:block;color:#0d2747;font-size:18px;font-weight:900;line-height:1.15;letter-spacing:.015em}.login-brand span{display:block;margin-top:5px;color:#708198;font-size:11px;font-weight:750;letter-spacing:.08em}.login-heading{margin-bottom:10px}.login-eyebrow{display:block;margin-bottom:12px;color:#1671dd;font-size:11px;font-weight:850;letter-spacing:.16em}.login-heading h1{margin:0;color:#102a49;font-size:clamp(26px,2.15vw,32px);font-weight:850;line-height:1.28;letter-spacing:-.04em}.login-heading p{margin:11px 0 0;color:#718096;font-size:13px;font-weight:550;line-height:1.6}.login-field{display:flex;flex-direction:column;gap:8px;color:#344a63;font-size:12px;font-weight:750}.login-input-wrap{position:relative;height:52px;display:flex;align-items:center;gap:11px;padding:0 15px;border:1px solid #cfdae8;border-radius:12px;background:#fbfcfe;color:#8290a2;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.login-input-wrap:focus-within{border-color:#2275d7;background:#fff;color:#176dcc;box-shadow:0 0 0 4px #2275d71c}.login-input-wrap input{min-width:0;flex:1;align-self:stretch;border:0;outline:0;padding:0;background:transparent;color:#162d49;font:inherit;font-size:14px;font-weight:600}.login-input-wrap input::placeholder{color:#9aa7b6;font-weight:500}.login-password-toggle{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;margin-right:-7px;border:0;border-radius:9px;background:transparent;color:#8290a2;cursor:pointer}.login-password-toggle:hover{background:#edf4fc;color:#176dcc}.login-password-toggle:focus-visible{outline:2px solid #2275d7;outline-offset:1px}.login-error{min-height:36px;border:1px solid #fecdd3;border-radius:10px;background:#fff1f2;color:#be123c;padding:9px 11px;font-size:12px;font-weight:700;line-height:1.4}.login-submit{height:52px;display:flex;align-items:center;justify-content:center;gap:9px;margin-top:3px;border:0;border-radius:12px;background:linear-gradient(135deg,#176fd0,#0b55ac);color:#fff;font-size:14px;font-weight:800;box-shadow:0 10px 22px #1363c03b;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.login-submit:not(:disabled):hover{transform:translateY(-1px);filter:brightness(1.04);box-shadow:0 13px 28px #1363c04d}.login-submit:disabled{background:#b9c6d5;color:#ffffffe6;box-shadow:none;cursor:not-allowed}.login-security-note{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:4px;color:#8492a5;font-size:11px;font-weight:650}.login-visual{position:relative;isolation:isolate;min-width:0;overflow:hidden;padding:42px 50px 48px;background:radial-gradient(circle at 82% 15%,rgba(56,189,248,.25),transparent 31%),radial-gradient(circle at 12% 56%,rgba(37,99,235,.34),transparent 38%),linear-gradient(148deg,#092c64,#0b4c9b 46%,#083774);color:#fff}.login-visual:after{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(3,25,63,.58),transparent 55%)}.login-grid{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;opacity:.13;background-image:linear-gradient(rgba(255,255,255,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px);background-size:44px 44px;transform:perspective(400px) rotateX(58deg) scale(1.55) translateY(90px);transform-origin:center bottom}.login-orb{position:absolute;z-index:-1;border-radius:50%;filter:blur(2px)}.login-orb-one{top:90px;right:-70px;width:250px;height:250px;border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 0 60px #38bdf81a}.login-orb-two{top:200px;left:-90px;width:220px;height:220px;background:#3a8cff1f}.login-visual-topline{position:relative;z-index:1;display:flex;align-items:center;gap:10px;color:#ffffffd6;font-size:10px;font-weight:800;letter-spacing:.14em}.login-visual-mark{width:31px;height:31px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.26);border-radius:10px;background:#ffffff1f;font-size:15px;font-weight:900;letter-spacing:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.login-dashboard-preview{position:absolute;top:128px;left:10%;width:80%;height:220px;overflow:hidden;border:1px solid rgba(255,255,255,.24);border-radius:16px;background:#ffffff1f;box-shadow:0 26px 45px #02123057;transform:perspective(900px) rotateY(-8deg) rotateX(4deg);-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px)}.login-preview-header{height:29px;display:flex;align-items:center;gap:5px;padding:0 11px;border-bottom:1px solid rgba(255,255,255,.12);background:#031b443d}.login-preview-header span{width:5px;height:5px;border-radius:50%;background:#ffffff8c}.login-preview-body{height:calc(100% - 29px);display:grid;grid-template-columns:48px 1fr}.login-preview-sidebar{display:flex;flex-direction:column;align-items:center;gap:15px;padding-top:18px;border-right:1px solid rgba(255,255,255,.1);background:#031b4433}.login-preview-sidebar i{width:17px;height:5px;border-radius:4px;background:#ffffff52}.login-preview-sidebar i:first-child{height:17px;border:1px solid rgba(255,255,255,.3);background:#59c8fa47}.login-preview-content{padding:16px}.login-preview-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.login-preview-metrics i{height:44px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff1a}.login-preview-chart{position:relative;height:92px;display:flex;align-items:flex-end;gap:8px;margin-top:13px;padding:9px 12px 7px;overflow:hidden;border-radius:8px;background:#021c4433}.login-preview-chart span{width:13%;border-radius:4px 4px 0 0;background:linear-gradient(to top,#2685ff9e,#60d3ffd1)}.login-preview-chart span:nth-child(1){height:31%}.login-preview-chart span:nth-child(2){height:48%}.login-preview-chart span:nth-child(3){height:42%}.login-preview-chart span:nth-child(4){height:68%}.login-preview-chart span:nth-child(5){height:80%}.login-preview-chart svg{position:absolute;top:7px;right:10px;bottom:10px;left:10px;width:calc(100% - 20px);height:calc(100% - 17px);overflow:visible}.login-preview-chart path{fill:none;stroke:#ffffffe0;stroke-width:2;vector-effect:non-scaling-stroke}.login-visual-copy{position:absolute;z-index:1;right:50px;bottom:48px;left:50px}.login-visual-copy>span{display:block;margin-bottom:13px;color:#78d8ff;font-size:11px;font-weight:850;letter-spacing:.16em}.login-visual-copy h2{margin:0;font-size:clamp(30px,3vw,42px);font-weight:850;line-height:1.22;letter-spacing:-.045em;text-wrap:balance}.login-visual-copy p{margin:17px 0 0;color:#ffffffb8;font-size:13px;font-weight:550;line-height:1.7}.login-copyright{margin:0;color:#8a98aa;font-size:10px;font-weight:650;letter-spacing:.03em}@media (max-width: 900px){.login-card{grid-template-columns:minmax(400px,54%) minmax(0,1fr)}.login-form-side{padding:44px}.login-visual{padding-right:36px;padding-left:36px}.login-dashboard-preview{left:7%;width:92%}.login-visual-copy{right:36px;left:36px}}@media (max-width: 720px){.login-shell{justify-content:flex-start;padding:0;background:#fff}.login-shell:before,.login-visual{display:none}.login-card{width:100%;min-height:calc(100svh - 36px);display:block;border:0;border-radius:0;box-shadow:none}.login-form-side{min-height:calc(100svh - 36px);padding:46px clamp(24px,8vw,54px) 34px}.login-panel{max-width:430px}.login-brand{margin-bottom:clamp(28px,8vh,58px)}.login-copyright{height:36px;display:flex;align-items:center}}@media (max-width: 390px){.login-form-side{align-items:flex-start;padding:34px 20px 28px}.login-brand{margin-bottom:28px}.login-heading h1{font-size:26px}}@media (prefers-reduced-motion: reduce){.login-input-wrap,.login-submit{transition:none}}.admin-wrap{display:flex;flex-direction:column;gap:12px}.admin-summary{display:flex;justify-content:space-between;gap:12px;align-items:center}.admin-summary p{margin:0;color:var(--text-subtle);font-size:12px}.admin-metrics{display:inline-flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.admin-metrics span{display:inline-flex;height:28px;align-items:center;padding:0 10px;border-radius:999px;border:1px solid var(--line-soft);background:var(--bg-surface-alt);font-size:12px;font-weight:800;color:#31445a}.admin-create{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.admin-create .ops-title{width:100%;margin-bottom:0}.admin-list-head{justify-content:space-between}.admin-table-wrap{overflow:auto;border:1px solid #e8eef4;border-radius:var(--radius-sm)}.admin-table{min-width:1180px;font-size:12px}.admin-table th{position:sticky;top:0;background:#f8fafc;z-index:1}.admin-table td small{display:block;margin-top:4px;color:var(--text-subtle);font-weight:700}.permission-cell{min-width:112px}.permission-cell label{display:inline-flex;align-items:center;gap:4px;margin-right:8px;white-space:nowrap;font-size:11px;font-weight:800}.admin-all-access{display:inline-flex;align-items:center;height:24px;padding:0 8px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:11px;font-weight:900}.admin-password-row{display:flex;gap:6px;align-items:center}.ops-card{background:var(--bg-surface);border:1px solid var(--line-soft);border-radius:var(--radius-md);padding:12px;box-shadow:var(--shadow-sm)}.ops-title{margin-bottom:10px;font-size:14px;font-weight:800;color:#182739}.ops-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.kpi-grid{display:grid;gap:10px;grid-template-columns:repeat(6,minmax(0,1fr))}.kpi-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr))}.kpi-card{border:1px solid var(--line-soft);border-radius:var(--radius-sm);background:var(--bg-surface-alt);padding:10px}.kpi-title{font-size:12px;color:var(--text-subtle)}.kpi-value{margin-top:4px;font-size:24px;font-weight:800;line-height:1.05}.kpi-subtitle{margin-top:5px;font-size:11px;color:#6b7d91}.status-badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;border:1px solid transparent;font-size:11px;font-weight:700}.table-wrap{overflow:auto;border:1px solid #e8eef4;border-radius:var(--radius-sm)}table{width:100%;border-collapse:collapse;font-size:12px;background:#fff}th,td{border-bottom:1px solid #edf3f7;padding:8px;text-align:left;white-space:nowrap}th{position:sticky;top:0;z-index:1;font-weight:700;background:#f7fafd}.mini-list{display:flex;flex-direction:column;gap:6px;max-height:220px;overflow:auto}.mini-item{font-size:12px;color:var(--text-main)}.empty-state{padding:22px;border-radius:var(--radius-sm);border:1px dashed var(--line-strong);background:#fcfeff;text-align:center}.empty-title{font-weight:800;margin-bottom:4px}.empty-hint{font-size:12px;color:var(--text-subtle)}.chart-wrap{overflow:auto}.trend-chart{width:100%;min-width:560px;height:220px;background:#fcfeff;border:1px solid #e8eef4;border-radius:var(--radius-sm)}.line{fill:none;stroke-width:2.2}.line-map{stroke:#1f79cf}.line-unmapped{stroke:#d1514d}.threshold-line{stroke-dasharray:4 4;stroke-width:1}.threshold-map{stroke:#6ca5d8}.threshold-unmapped{stroke:#d9a46d}.axis-label{fill:#647a90;font-size:10px}.legend-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.legend{font-size:11px;padding:3px 8px;border-radius:999px;border:1px solid #d8e3ee}.legend.map{background:#e9f3ff}.legend.unmapped{background:#ffeceb}.legend.threshold{background:#fff7eb}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b141e85;display:flex;align-items:center;justify-content:center;z-index:1500}.modal{width:min(560px,calc(100vw - 24px));background:var(--bg-surface);border:1px solid var(--line-soft);border-radius:var(--radius-md);padding:14px;box-shadow:var(--shadow-md)}.modal-title{font-size:16px;font-weight:800}.modal-body{margin-top:10px;white-space:pre-wrap;color:var(--text-subtle);font-size:13px;line-height:1.45}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:24px}.unsaved-changes-backdrop{z-index:12000}.unsaved-changes-dialog{width:min(620px,calc(100vw - 24px))}.unsaved-changes-error{margin-top:12px;padding:10px 12px;border:1px solid color-mix(in srgb,var(--danger) 35%,transparent);border-radius:var(--radius-sm);background:var(--danger-bg);color:var(--danger);font-size:13px;line-height:1.45}@media (max-width: 640px){.unsaved-changes-actions{align-items:stretch;flex-direction:column-reverse}.unsaved-changes-actions button{width:100%}}:where(button,a,input,select,textarea,[tabindex]):focus-visible{outline:3px solid #2563eb;outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.purchase-map-modal{width:min(980px,calc(100vw - 24px))}.purchase-map-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.purchase-map-supplier-select{display:flex;align-items:center;gap:8px;color:#475569;font-size:12px;font-weight:700}.purchase-map-supplier-select select{min-width:180px}.purchase-map-grid{display:grid;grid-template-columns:minmax(280px,.95fr) minmax(360px,1.05fr);gap:12px}.purchase-map-list{max-height:420px;overflow:auto;border:1px solid var(--line-soft);border-radius:8px;background:#f8fafc;padding:8px}.purchase-map-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 4px;border-bottom:1px dashed #e2e8f0}.purchase-map-row:last-child{border-bottom:none}.purchase-map-row.selected{background:#eff6ff}.map-status-chip{display:inline-block;padding:1px 7px;border-radius:999px;font-size:11px;font-weight:700;margin-right:4px}.map-status-chip.ok{background:#dcfce7;color:#166534}.map-status-chip.miss{background:#fee2e2;color:#991b1b}.purchase-map-editor{border:1px solid var(--line-soft);border-radius:8px;background:#fff;padding:10px}.purchase-map-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.purchase-map-form-grid label,.purchase-map-editor>label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#475569}.purchase-map-generated-sku{display:flex;flex-direction:column;gap:4px;margin-top:10px;padding:10px 12px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff}.purchase-map-generated-sku span{color:#475569;font-size:11px;font-weight:700}.purchase-map-generated-sku strong{overflow-wrap:anywhere;color:#1e3a8a;font-size:13px}.purchase-map-exclusive-option{display:flex;flex-direction:row!important;align-items:flex-start;gap:8px!important;margin-top:10px;padding:10px 12px;border:1px solid #fed7aa;border-radius:8px;background:#fff7ed;cursor:pointer}.purchase-map-exclusive-option input{margin-top:2px}.purchase-map-exclusive-option span{display:flex;flex-direction:column;gap:2px;color:#9a3412;font-weight:700}.purchase-map-exclusive-option small{color:#7c2d12;font-size:11px;font-weight:500}.linkish{border:none;background:transparent;color:#1e293b;text-align:left;padding:0;cursor:pointer}.linkish:hover{color:#0369a1}.view-list{display:flex;flex-direction:column;gap:8px;max-height:360px;overflow-y:auto;margin-top:16px}.view-item{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:#f8fafc;border:1px solid var(--line-soft);border-radius:8px;transition:all .15s ease}.view-item:hover{border-color:#cbd5e1;background:#f1f5f9;transform:translateY(-1px)}.view-item-name{font-weight:700;font-size:14px;color:#1e293b;flex:1;cursor:pointer}.view-item-actions{display:flex;gap:6px}button.small.danger-flat{background:transparent;color:var(--error);border:1px solid transparent;box-shadow:none;font-weight:600}button.small.danger-flat:hover{background:var(--error-bg);border-color:#f4b4b4;transform:none}.tone-ok{color:var(--ok);background:var(--ok-bg);border-color:#c7ebd6}.tone-warn{color:var(--warn);background:var(--warn-bg);border-color:#f0d4a9}.tone-danger{color:var(--danger);background:var(--danger-bg);border-color:#efc1c9}.tone-neutral{color:var(--neutral-fg);background:var(--neutral-bg);border-color:#c9d9ea}@media (max-width: 1240px){.kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 900px){:root{--app-content-pad-x: 12px;--app-content-pad-bottom: 16px;--app-content-top-gap: 8px;--app-topbar-pad-y: 8px;--app-topbar-pad-x: 12px;--app-control-height: 36px;--app-nav-link-size: 14px}.workspace{padding:0}.page-header{flex-direction:column;align-items:stretch;height:auto;padding:10px 12px;gap:8px}.header-center{justify-content:flex-start;overflow-x:auto}.header-left{min-width:0}.logo-text{font-size:18px}.header-nav{min-width:max-content}.nav-link{font-size:14px}.topbar{position:sticky;top:var(--app-header-height);flex-wrap:nowrap;align-items:stretch;gap:8px;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;box-shadow:none;scroll-snap-type:x proximity}.topbar::-webkit-scrollbar{height:8px}.topbar::-webkit-scrollbar-thumb{background:#64748b80;border-radius:999px}.topbar .flex-spacer{display:none}.toolbar-group{flex:0 0 auto;min-width:max-content;flex-wrap:nowrap;padding:6px 7px;border-radius:12px;scroll-snap-align:start}.global-status{max-width:none;text-align:left}.kpi-grid,.kpi-grid-compact{grid-template-columns:repeat(1,minmax(0,1fr))}.text-input.wide{min-width:220px;width:100%}.grid-wrap{height:min(62dvh,560px)}.tableau-layout{grid-template-columns:1fr}.tableau-left-resize-handle{display:none}.purchase-order-layout.has-sales-reference{grid-template-columns:1fr}.purchase-sales-reference-shell{grid-column:1 / -1}.purchase-sales-reference-resize-handle{display:none}.purchase-sales-reference-panel{height:auto;min-height:380px}.tableau-center .grid-wrap{height:min(60dvh,540px)}}@media (max-width: 600px){.logo-mark{width:30px;height:30px}.purchase-sales-reference-controls-head{align-items:stretch}.purchase-sales-reference-head{flex-direction:column}.purchase-sales-reference-run{text-align:left}.purchase-sales-reference-kpis,.purchase-sales-reference-scope{grid-template-columns:1fr}.purchase-sales-reference-table-head,.purchase-sales-reference-table-row{grid-template-columns:minmax(0,1fr) 58px 72px 86px;gap:6px;font-size:11px}.purchase-sales-reference-table-head.is-qty-only,.purchase-sales-reference-table-row.is-qty-only{grid-template-columns:minmax(0,1fr) 78px}.purchase-sales-reference-color-group-head{flex-direction:column;align-items:flex-start}.purchase-sales-reference-combo-row{grid-template-columns:minmax(0,1fr) 64px}.logo-text{font-size:16px}.nav-link{letter-spacing:0}.topbar .group-label{font-size:10px}.topbar button,.topbar select,.topbar input{padding:0 8px;font-size:12px}}@media (max-width: 1200px) and (min-width: 901px){.page-header{padding:0 14px;gap:8px}.header-left{flex:0 1 176px;min-width:0}.header-center{justify-content:flex-start}.logo-mark{width:36px;height:36px}.logo-text{font-size:18px}.header-nav{gap:16px}.nav-link{padding-inline:0;font-size:14px}.header-right{flex:0 0 auto;min-width:0;gap:6px}.header-user-name{max-width:82px}.header-role{padding:0 6px;font-size:10px}.header-logout,.header-ui-v2-switch{padding:0 9px;font-size:11px}}@media (max-width: 1080px) and (min-width: 901px){.page-header{padding:0 10px}.header-left{flex-basis:150px}.logo-mark{width:34px;height:34px}.logo-text{font-size:17px}.header-nav{gap:12px}.header-user-name{display:none}.nav-caret{border-left-width:3px;border-right-width:3px;border-top-width:4px}.topbar .flex-spacer{display:none}.purchase-toolbar-group>.group-label{display:none}}.ag-theme-quartz .ag-root-wrapper ::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.ag-theme-quartz .ag-body-viewport::-webkit-scrollbar,.ag-theme-quartz .ag-body-horizontal-scroll-viewport::-webkit-scrollbar{display:block!important;width:10px!important;height:10px!important}.ag-theme-quartz .ag-body-viewport::-webkit-scrollbar-thumb,.ag-theme-quartz .ag-body-horizontal-scroll-viewport::-webkit-scrollbar-thumb{background-color:#cbd5e1!important;border-radius:5px!important;border:2px solid transparent!important;background-clip:content-box!important;display:block!important}.ag-theme-quartz .ag-body-viewport::-webkit-scrollbar-thumb:hover,.ag-theme-quartz .ag-body-horizontal-scroll-viewport::-webkit-scrollbar-thumb:hover{background-color:#94a3b8!important}.ag-theme-quartz .ag-body-viewport::-webkit-scrollbar-track,.ag-theme-quartz .ag-body-horizontal-scroll-viewport::-webkit-scrollbar-track{background:#f1f5f9!important;display:block!important}.ag-theme-quartz .ag-body-viewport{scrollbar-width:thin!important;scrollbar-color:#cbd5e1 #f1f5f9!important}.rg-scroll-host,.new-purchase-order-grid-scroll-host{scrollbar-gutter:stable both-edges;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.rg-scroll-host::-webkit-scrollbar,.new-purchase-order-grid-scroll-host::-webkit-scrollbar{display:block!important;width:10px!important;height:10px!important}.rg-scroll-host::-webkit-scrollbar-thumb,.new-purchase-order-grid-scroll-host::-webkit-scrollbar-thumb{background-color:#cbd5e1!important;border-radius:5px!important;border:2px solid transparent!important;background-clip:content-box!important}.rg-scroll-host::-webkit-scrollbar-thumb:hover,.new-purchase-order-grid-scroll-host::-webkit-scrollbar-thumb:hover{background-color:#94a3b8!important}.rg-scroll-host::-webkit-scrollbar-track,.new-purchase-order-grid-scroll-host::-webkit-scrollbar-track{background:#f1f5f9!important}.btn-toggle.active{background:#e2e8f0!important;border-color:#94a3b8!important;box-shadow:inset 0 2px 4px #00000026!important;color:#0f172a!important;transform:translateY(1px)!important;background-image:none!important}.btn-toggle.active:hover{background:#cbd5e1!important;box-shadow:inset 0 2px 4px #0003!important}.ag-pinned-left-header{z-index:101!important;pointer-events:auto!important}.ag-header-viewport{z-index:100!important}.ag-header-cell-label{cursor:pointer!important}.workspace.tab-sales_items .tableau-center .ag-header{position:sticky!important;top:0!important;z-index:120!important}.workspace.tab-sales_items .tableau-center .ag-pinned-left-header,.workspace.tab-sales_items .tableau-center .ag-pinned-right-header{position:sticky!important;top:0!important;z-index:121!important}.inventory-wrap{display:flex;flex-direction:column;gap:12px}.inventory-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.inventory-head h2{margin:0;font-size:20px}.inventory-head p{margin:4px 0 0;color:var(--text-subtle);font-size:12px}.inventory-head-actions{display:inline-flex;gap:8px;flex-wrap:wrap}.inventory-policy-row{display:inline-flex;flex-wrap:wrap;gap:8px;margin-top:8px}.inventory-policy-row span{display:inline-flex;align-items:center;padding:4px 10px;border:1px solid #bfdbfe;background:#eff6ff;color:#1e3a8a;border-radius:999px;font-size:12px;font-weight:600}.inventory-controls{display:inline-flex;flex-wrap:wrap;gap:12px;align-items:end}.inventory-controls label{display:inline-flex;flex-direction:column;gap:4px;font-size:12px;color:#475569}.inventory-controls .filter-input{min-width:160px}.inventory-status-tabs{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.inventory-status-tab{border:1px solid var(--line-soft);background:#fff;color:#334155;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer}.inventory-status-tab.active{border-color:#2563eb;background:#eff6ff;color:#1e3a8a}.inventory-type-tabs{margin-top:-2px}.inventory-type-tabs .purchase-sheet-tab{border-radius:8px}.inventory-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.inventory-main .table-wrap table td,.inventory-main .table-wrap table th{white-space:nowrap}.inventory-main .inventory-inline-opening-input{width:100%;min-width:92px;max-width:120px}.inventory-status-badge{display:inline-flex;align-items:center;justify-content:center;min-width:44px;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:700}.inventory-status-badge.danger{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.inventory-status-badge.warning{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.inventory-status-badge.normal{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.inventory-negative{color:#b4233a;font-weight:700}.inventory-editor{display:flex;flex-direction:column;gap:10px}.inventory-editor-head{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;font-size:12px;color:#475569}.inventory-editor-actions{display:inline-flex;gap:6px}.inventory-editor-table-wrap{max-height:min(52vh,540px);overflow:auto;border:1px solid var(--line-soft);border-radius:10px}.inventory-editor-table{width:100%;border-collapse:collapse;background:#fff}.inventory-editor-table th,.inventory-editor-table td{border-bottom:1px solid #edf2f7;padding:8px;text-align:left}.inventory-editor-table th{position:sticky;top:0;z-index:1;background:#f8fafc;font-size:12px;color:#475569}.inventory-editor-table td .filter-input{width:100%;min-width:90px}.inventory-editor-empty{text-align:center;color:#64748b;font-size:12px;padding:20px 8px!important}.inventory-workspace-wrap{display:flex;flex-direction:column;gap:12px}.inventory-workspace-panel{min-height:120px}.shipment-monitor-wrap{display:flex;flex-direction:column;gap:12px}.shipment-monitor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.shipment-monitor-head h2{margin:0;font-size:20px}.shipment-monitor-head p{margin:4px 0 0;color:var(--text-subtle);font-size:12px}.shipment-monitor-actions,.shipment-monitor-summary{display:inline-flex;gap:8px;flex-wrap:wrap}.shipment-monitor-summary span{display:inline-flex;align-items:center;padding:4px 10px;border:1px solid #bfdbfe;background:#eff6ff;color:#1e3a8a;border-radius:999px;font-size:12px;font-weight:600}.shipment-monitor-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.shipment-freight-cell-input{width:112px;min-width:0;font-weight:700;color:#166534}.shipment-total-box-chart{display:flex;flex-direction:column;gap:10px;padding:14px;border:1px solid #dbe8f6;border-radius:14px;background:radial-gradient(circle at top left,rgba(59,130,246,.08),transparent 26%),linear-gradient(180deg,#fbfdff,#f6faff)}.shipment-total-box-chart-head{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;flex-wrap:wrap}.shipment-total-box-chart-title{font-size:16px;font-weight:800;color:#182739}.shipment-total-box-chart-subtitle{font-size:12px;color:#64778d}.shipment-total-box-chart-wrap{overflow:auto;border:1px solid #dde8f3;border-radius:12px;background:linear-gradient(180deg,#fff,#f9fbff)}.shipment-total-box-chart-svg{width:100%;min-width:720px;height:260px;display:block}.shipment-total-box-grid-line{stroke:#e4edf8;stroke-width:1}.shipment-total-box-bar{fill:#dcecff;stroke:#6aa5ee;stroke-width:1}.shipment-total-box-line{fill:none;stroke:#0f6cbd;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.shipment-total-box-point{fill:#0f6cbd;stroke:#fff;stroke-width:2}.shipment-total-box-value-label{fill:#204062;font-size:11px;font-weight:700}.shipment-total-box-axis-label{fill:#657a90;font-size:10px;font-weight:700}.shipment-total-box-legend{display:flex;gap:10px;flex-wrap:wrap}.shipment-total-box-legend span{display:inline-flex;align-items:center;gap:6px;padding:4px 9px;border:1px solid #d9e5f2;border-radius:999px;background:#ffffffe0;color:#4f6479;font-size:11px;font-weight:700}.shipment-total-box-legend-bar,.shipment-total-box-legend-line{display:inline-block;flex-shrink:0}.shipment-total-box-legend-bar{width:12px;height:12px;border-radius:4px;background:#dcecff;border:1px solid #6aa5ee}.shipment-total-box-legend-line{width:14px;height:2px;border-radius:999px;background:#0f6cbd}.shipment-monitor-main .table-wrap table td,.shipment-monitor-main .table-wrap table th{white-space:nowrap}.shipment-monitor-main .table-wrap table tr.table-after-row>td{padding:0;white-space:normal;background:#f8fafc}.shipment-detail-toggle{width:52px;min-width:52px;height:28px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#334155;font-size:12px;font-weight:800;cursor:pointer}.shipment-detail-toggle:hover:not(:disabled),.shipment-detail-toggle.is-open{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.shipment-detail-toggle:disabled{cursor:not-allowed;opacity:.42}.shipment-detail-panel{padding:10px 12px 12px;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;background:#f8fafc}.shipment-detail-head{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px;color:#475569;font-size:12px;font-weight:700}.shipment-detail-head span{display:inline-flex;align-items:center;padding:3px 8px;border:1px solid #d8e0ea;border-radius:999px;background:#fff}.shipment-detail-save-btn{height:26px;padding:0 10px;border:1px solid #2563eb;border-radius:6px;background:#2563eb;color:#fff;font-size:12px;font-weight:800;cursor:pointer}.shipment-detail-save-btn:disabled{cursor:not-allowed;opacity:.5}.shipment-detail-table-wrap{overflow-x:auto}.shipment-detail-table{width:100%;min-width:860px;border-collapse:collapse;background:#fff}.shipment-monitor-main .table-wrap table .shipment-detail-table th,.shipment-monitor-main .table-wrap table .shipment-detail-table td{padding:7px 9px;border:1px solid #e2e8f0;white-space:nowrap;font-size:12px}.shipment-monitor-main .table-wrap table .shipment-detail-table th{background:#eef2f7;color:#334155;font-weight:800}.shipment-detail-product{font-weight:800;color:#111827}.shipment-detail-bulk-input{width:96px;min-width:0;font-weight:800;color:#1e3a8a}.shipment-monitor-main .table-wrap table tr.shipment-sheet-summary td{font-weight:700}.shipment-monitor-main .table-wrap table .shipment-sheet-cell{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;line-height:1.2}.shipment-monitor-main .table-wrap table .shipment-sheet-cell-amount{color:inherit;opacity:.7;font-size:.82em;font-weight:500}.shipment-monitor-main .table-wrap table tr.shipment-sheet-total-row td{background:#eef4ff;color:#1e3a8a}.shipment-monitor-main .table-wrap table tr.shipment-sheet-freight-row td{background:#ecfdf3;color:#166534}.shipment-monitor-requested{display:flex;flex-direction:column;gap:10px}.shipment-monitor-toggle{align-self:flex-start;display:inline-flex;align-items:center;gap:10px;padding:7px 12px;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#1e293b;font-size:12px;font-weight:700}.shipment-monitor-total{margin-top:8px;display:inline-flex;gap:10px;flex-wrap:wrap}.shipment-monitor-total span{display:inline-flex;align-items:center;padding:5px 10px;border:1px solid #c7d2fe;background:#eef2ff;color:#3730a3;border-radius:999px;font-size:12px;font-weight:700}.cny-account-wrap{display:flex;flex-direction:column;gap:12px}.cny-account-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cny-account-head h2{margin:0;font-size:20px}.cny-account-head p{margin:4px 0 0;color:var(--text-subtle);font-size:12px}.cny-exchange-settings{display:flex;flex-direction:column;gap:12px;padding:14px;border:1px solid #cddded;border-radius:12px;background:linear-gradient(180deg,#fbfdff,#f5f9fd)}.cny-exchange-settings-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cny-exchange-settings-head h3{margin:0;color:#182739;font-size:16px}.cny-exchange-settings-head p{margin:4px 0 0;color:#63778d;font-size:12px}.cny-exchange-ready-badge{flex-shrink:0;display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border:1px solid #f3c892;border-radius:999px;background:#fff7e8;color:#8a4b0f;font-size:11px;font-weight:800}.cny-exchange-ready-badge.is-ready{border-color:#a9dfc7;background:#eaf9f2;color:#12664f}.cny-exchange-settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.cny-exchange-settings-grid>label,.cny-exchange-derived{display:flex;min-width:0;flex-direction:column;gap:6px;padding:12px;border:1px solid #d9e5f2;border-radius:10px;background:#fff}.cny-exchange-settings-grid>label>span,.cny-exchange-derived>span{color:#42566c;font-size:12px;font-weight:800}.cny-exchange-settings-grid small{color:#718398;font-size:11px;line-height:1.35}.cny-exchange-input-wrap{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:7px}.cny-exchange-input-wrap>span{color:#52677d;font-size:14px;font-weight:800}.cny-exchange-input-wrap .filter-input{width:100%;min-width:0}.cny-exchange-derived output{display:flex;align-items:center;min-height:36px;color:#17324d;font-size:18px;font-weight:850}.cny-exchange-calculation-guide{display:flex;align-items:center;gap:7px;flex-wrap:wrap;min-height:34px;padding:8px 10px;border:1px solid #f0d1a8;border-radius:9px;background:#fffaf1;color:#704417;font-size:11px;line-height:1.45}.cny-exchange-calculation-guide.is-ready{border-color:#b9dfd0;background:#f1fbf6;color:#245d4b}.cny-exchange-calculation-guide strong{font-weight:850}.cny-calculation-chip{display:inline-flex;align-items:center;min-height:22px;padding:2px 7px;border-radius:999px;font-size:10px;font-weight:850}.cny-calculation-chip.is-manual{border:1px solid #bfcee0;background:#fff;color:#425a74}.cny-calculation-chip.is-auto{border:1px solid #a9d9c7;background:#e7f7f0;color:#12664f}.cny-account-actions{display:inline-flex;gap:8px;flex-wrap:wrap}.cny-account-grid-actions{align-self:flex-start}.cny-account-grid-host{border:1px solid var(--line-soft);border-radius:10px;background:#fff;overflow:hidden;min-height:220px}.cny-account-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.cny-rate-dashboard{display:flex;flex-direction:column;gap:10px;padding:14px;border:1px solid #d9e5f2;border-radius:14px;background:radial-gradient(circle at top right,rgba(57,138,255,.08),transparent 28%),linear-gradient(180deg,#fbfdff,#f6faff)}.cny-rate-dashboard-head{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;flex-wrap:wrap}.cny-rate-dashboard-title{font-size:16px;font-weight:800;color:#182739}.cny-rate-dashboard-subtitle{font-size:12px;color:#63778d}.cny-rate-chart-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.cny-rate-card{--cny-accent: #2f6fb3;--cny-accent-soft: rgba(47, 111, 179, .16);display:flex;flex-direction:column;gap:10px;min-width:0;padding:14px;border:1px solid #d9e5f2;border-radius:12px;background:#ffffffdb;box-shadow:0 8px 24px #0f172a0d}.cny-rate-card.accent-usd{--cny-accent: #0f6cbd;--cny-accent-soft: rgba(15, 108, 189, .16)}.cny-rate-card.accent-cny{--cny-accent: #0f8a6b;--cny-accent-soft: rgba(15, 138, 107, .16)}.cny-rate-card.accent-cross{--cny-accent: #ab5a1c;--cny-accent-soft: rgba(171, 90, 28, .16)}.cny-rate-card.is-empty{justify-content:space-between}.cny-rate-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.cny-rate-card-title{font-size:12px;font-weight:700;color:#5f7287}.cny-rate-card-value{margin-top:4px;font-size:clamp(22px,2vw,28px);font-weight:800;line-height:1.08;color:#142235}.cny-rate-card-delta{flex-shrink:0;padding:5px 10px;border-radius:999px;border:1px solid #d7e3f1;background:#f8fbff;color:#53677c;font-size:11px;font-weight:700}.cny-rate-card-delta.up{color:#14532d;background:#edfdf3;border-color:#b7efc9}.cny-rate-card-delta.down{color:#9a3412;background:#fff4eb;border-color:#f2d0b3}.cny-rate-card-delta.flat{color:#475569;background:#f8fafc;border-color:#dbe5ef}.cny-rate-card-meta{display:flex;flex-wrap:wrap;gap:8px}.cny-rate-card-meta span{display:inline-flex;align-items:center;min-height:26px;padding:4px 8px;border:1px solid #deebf7;border-radius:999px;background:#f9fbfe;color:#62758a;font-size:11px;font-weight:600}.cny-rate-chart-box{overflow:hidden;border:1px solid #e0eaf5;border-radius:10px;background:linear-gradient(180deg,#fff,#f9fbfe)}.cny-rate-chart-svg{width:100%;height:204px;display:block}.cny-rate-grid-line{stroke:#e3ecf6;stroke-width:1}.cny-rate-area{fill:var(--cny-accent-soft)}.cny-rate-line{fill:none;stroke:var(--cny-accent);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.cny-rate-point{fill:#fff;stroke:var(--cny-accent);stroke-width:1.8}.cny-rate-point.latest{fill:var(--cny-accent)}.cny-rate-axis-label{fill:#677a90;font-size:10px;font-weight:700}.finance-wrap{display:flex;flex-direction:column;gap:12px}.finance-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.finance-head h2{margin:0;font-size:20px}.finance-head p{margin:4px 0 0;color:var(--text-subtle);font-size:12px}.finance-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.finance-form-grid label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#475569}.finance-form-grid .text-input,.finance-form-grid .filter-input{width:100%;min-width:0}.finance-form-actions{margin-top:12px;display:inline-flex;gap:8px;flex-wrap:wrap}.finance-toolbar{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;flex-wrap:wrap}.finance-filter-label{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#475569}.finance-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.finance-main .table-wrap table th,.finance-main .table-wrap table td{white-space:nowrap}.finance-main .table-wrap table td:nth-child(6){max-width:380px;white-space:normal;word-break:break-word}.finance-table-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.finance-table-count{font-size:12px;color:#64748b}.finance-type-badge{display:inline-flex;align-items:center;justify-content:center;min-width:52px;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.finance-type-badge.inflow{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.finance-type-badge.outflow{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.finance-amount{font-weight:700}.finance-amount.inflow{color:#166534}.finance-amount.outflow{color:#b4233a}@media (max-width: 1100px){.inventory-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.shipment-monitor-kpi-grid,.cny-account-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cny-rate-chart-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.cny-exchange-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cny-exchange-derived{grid-column:1 / -1}.finance-form-grid,.finance-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.inventory-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shipment-monitor-kpi-grid,.cny-account-kpi-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.inventory-head,.shipment-monitor-head,.cny-account-head{flex-direction:column;align-items:flex-start}.shipment-total-box-chart{padding:12px}.cny-rate-card-head{flex-direction:column}.cny-rate-dashboard,.cny-exchange-settings{padding:12px}.cny-exchange-settings-head{flex-direction:column}.cny-exchange-settings-grid{grid-template-columns:minmax(0,1fr)}.cny-exchange-derived{grid-column:auto}.inventory-controls .filter-input{min-width:140px}.finance-form-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.finance-head{flex-direction:column;align-items:flex-start}.finance-main .table-wrap table td:nth-child(6){max-width:220px}}.finance-workbook-wrap{display:flex;flex-direction:column;gap:14px}.finance-workbook-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px}.finance-workbook-head h2{margin:0;font-size:23px;font-weight:800;letter-spacing:0}.finance-workbook-head p{margin:7px 0 0;color:#5f6f69;font-size:13px;line-height:1.45}.finance-workbook-actions{display:inline-flex;flex-wrap:wrap;gap:7px;justify-content:flex-end;align-items:center;min-width:0}.finance-workbook-actions button{height:36px;white-space:nowrap}.finance-workbook-actions .primary{min-width:84px}.finance-toolbar-card{display:flex;flex-direction:column;gap:0;padding:12px}.finance-toolbar-tabs-row{display:grid;grid-template-columns:70px minmax(0,1fr);gap:12px;align-items:start}.finance-toolbar-tabs-row>.finance-toolbar-row-label{width:70px}.finance-toolbar-row-label{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 9px;border-radius:999px;border:1px solid #d9e4df;background:#eef5f1;color:#3d554d;font-size:11px;font-weight:850;white-space:nowrap}.finance-subtabs{display:flex;flex-wrap:wrap;gap:7px;min-width:0}.finance-subtab{border:1px solid #d2d9d6;background:#f6f8f7;color:#2a3330;min-height:32px;padding:0 12px;border-radius:8px;font-size:13px;font-weight:800;cursor:pointer;white-space:nowrap}.finance-subtab.active{background:#224739;color:#fff;border-color:#224739}.finance-month-toolbar{display:grid;grid-template-columns:minmax(520px,760px) auto auto minmax(120px,1fr);gap:12px;align-items:end;margin-top:12px;padding-top:12px;border-top:1px solid #e4ece8}.finance-toolbar-section{min-width:0;display:flex;flex-direction:column;gap:6px}.finance-toolbar-section .finance-toolbar-row-label{align-self:flex-start}.finance-toolbar-section-fields{min-width:520px}.finance-toolbar-fields{display:grid;grid-template-columns:minmax(132px,170px) minmax(260px,360px);gap:8px;align-items:center;justify-content:start}.finance-control-label{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:7px;color:#596a64;font-size:12px;font-weight:750}.finance-control-label span{white-space:nowrap}.finance-control-label .filter-input{width:100%;min-width:0;height:34px}.finance-toolbar-action-group{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.finance-toolbar-action-group .action-btn{height:34px;padding:0 11px;white-space:nowrap}.finance-status-inline{justify-self:end;min-width:118px;min-height:34px;padding-left:12px;border-left:1px solid #dfe8e4;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:2px;text-align:right;font-size:12px;color:#5e6e69}.finance-status-inline span{color:#77837f;font-size:10px;font-weight:850}.finance-status-inline strong{color:#33443d;font-size:12px;font-weight:850;white-space:nowrap}.finance-status-inline.is-saving strong,.finance-status-inline.is-pending strong{color:#9a5a13}.finance-status-inline.is-saved strong{color:#187354}.finance-health-inline{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px;padding-top:10px;border-top:1px solid #e6eeea;font-size:12px;color:#55655f}.finance-health-inline span{display:inline-flex;min-height:26px;align-items:center;padding:0 9px;border:1px solid #dfe8e4;border-radius:999px;background:#fbfdfc;font-weight:750}.finance-owner-briefing-card{border:1px solid #d8e1dd;border-radius:8px;background:#fff;padding:14px;display:flex;flex-direction:column;gap:12px}.finance-owner-briefing-card.status-stale,.finance-owner-briefing-card.status-missing{border-color:#e4c8a2;background:#fffaf2}.finance-owner-briefing-main{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:start}.finance-owner-briefing-eyebrow{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:#65746f;font-size:12px;font-weight:700}.finance-status-pill{display:inline-flex;align-items:center;min-height:22px;border-radius:999px;padding:0 8px;font-size:11px;font-weight:800;line-height:1}.finance-status-pill.tone-ok{background:#e6f5ef;color:#187f6d}.finance-status-pill.tone-warn{background:#fff2d9;color:#93620e}.finance-status-pill.tone-danger{background:#fde8e5;color:#a8443b}.finance-status-pill.tone-neutral{background:#eef2f0;color:#53645f}.finance-owner-briefing-card h3,.finance-alert-card h3{margin:0;color:#22302b;font-size:16px}.finance-owner-briefing-card h3{margin-top:8px;font-size:20px}.finance-owner-briefing-card p{margin:8px 0 0;color:#44534e;line-height:1.5}.finance-owner-briefing-meta{display:flex;flex-direction:column;gap:6px;color:#60706b;font-size:12px;text-align:right;white-space:nowrap}.finance-owner-action-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.finance-owner-action-strip div{border:1px solid #e5ebe8;border-radius:8px;background:#f8fbf9;padding:9px}.finance-owner-action-strip strong,.finance-owner-action-strip span{display:block}.finance-owner-action-strip strong{color:#25332e;font-size:13px}.finance-owner-action-strip span{margin-top:4px;color:#5d6c67;font-size:12px;line-height:1.4}.finance-owner-briefing-details{border-top:1px solid #edf1ef;padding-top:10px}.finance-owner-briefing-details summary{cursor:pointer;color:#187f6d;font-size:13px;font-weight:800}.finance-owner-briefing-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:10px}.finance-owner-briefing-detail-grid h4{margin:0 0 6px;color:#25332e;font-size:13px}.finance-owner-briefing-detail-grid p{margin:4px 0;font-size:12px}.finance-owner-briefing-markdown{max-height:360px;overflow:auto;margin:12px 0 0;border:1px solid #e2e8e5;border-radius:8px;background:#fbfdfc;padding:10px;color:#31413b;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.55;white-space:pre-wrap}.finance-dashboard-headline{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;border:1px solid #d8e1dd;border-radius:8px;background:#f8fbf9;padding:10px 12px}.finance-dashboard-headline strong{color:#22302b;font-size:14px;line-height:1.45}.finance-dashboard-headline em{color:#63736e;font-size:12px;font-style:normal;white-space:nowrap}.finance-summary-kpi{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.finance-owner-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.finance-owner-analysis-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:12px;align-items:start}.finance-perspective-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px}.finance-perspective-card{min-width:0;border:1px solid #dce4e1;border-left-width:4px;border-radius:8px;background:#fff;padding:11px}.finance-perspective-card.tone-ok{border-left-color:#187f6d}.finance-perspective-card.tone-warn{border-left-color:#be7a16}.finance-perspective-card.tone-danger{border-left-color:#c6534a}.finance-perspective-card.tone-neutral{border-left-color:#8a9692}.finance-perspective-card div{display:flex;justify-content:space-between;align-items:center;gap:8px}.finance-perspective-card strong{color:#25332e;font-size:14px}.finance-perspective-card p{margin:8px 0 0;color:#566660;font-size:12px;line-height:1.45}.finance-perspective-card em{display:block;margin-top:8px;color:#263530;font-size:12px;font-style:normal;font-weight:800}.finance-alert-action-grid{display:grid;grid-template-columns:1fr;gap:10px}.finance-alert-card{border:1px solid #dce4e1;border-radius:8px;background:#fff;padding:12px}.finance-alert-card p{display:grid;grid-template-columns:minmax(90px,.38fr) minmax(0,1fr);gap:8px;margin:9px 0 0;color:#53645f;font-size:12px;line-height:1.45}.finance-alert-card p strong{color:#263530}.finance-alert-card p span{min-width:0}.finance-owner-dashboard{display:flex;flex-direction:column;gap:14px}.finance-owner-cockpit{position:relative;overflow:hidden;border:1px solid #d7e0dc;border-radius:8px;background:#fff}.finance-owner-cockpit:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:#187f6d}.finance-owner-cockpit.tone-warn:before{background:#be7a16}.finance-owner-cockpit.tone-danger:before{background:#c6534a}.finance-owner-verdict{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:stretch;padding:16px 18px 13px 22px;border-bottom:1px solid #edf2ef;background:#fbfdfc}.finance-owner-verdict-copy{min-width:0}.finance-owner-verdict-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.finance-owner-verdict-meta em{color:#68766f;font-size:12px;font-style:normal;font-weight:700}.finance-owner-verdict h3{margin:10px 0 0;color:#1f2d28;font-size:25px;line-height:1.28;font-weight:850;letter-spacing:0}.finance-owner-verdict p{max-width:960px;margin:8px 0 0;color:#51615b;font-size:13px;line-height:1.55}.finance-owner-score{min-width:132px;border:1px solid #dbe4e0;border-radius:8px;background:#fff;padding:13px 14px;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;text-align:right}.finance-owner-score span,.finance-owner-score em{color:#68776f;font-size:11px;font-style:normal;font-weight:800}.finance-owner-score strong{color:#1f2d28;font-size:36px;line-height:1;font-weight:850;letter-spacing:0}.finance-owner-focus-signals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:12px 14px 0 19px}.finance-owner-focus-signals article{min-width:0;border:1px solid #dfe7e3;border-left:4px solid #899791;border-radius:8px;background:#fff;padding:10px 11px}.finance-owner-focus-signals article.tone-ok{border-left-color:#187f6d}.finance-owner-focus-signals article.tone-warn{border-left-color:#be7a16}.finance-owner-focus-signals article.tone-danger{border-left-color:#c6534a}.finance-owner-focus-signals span,.finance-owner-focus-signals em{display:block;color:#68776f;font-size:11px;font-style:normal;font-weight:800}.finance-owner-focus-signals strong{display:block;margin-top:5px;color:#1f2d28;font-size:16px;line-height:1.25;font-weight:850}.finance-owner-focus-signals em{margin-top:6px;color:#52625c;line-height:1.35;font-weight:650}.finance-owner-cockpit-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(290px,.55fr);gap:14px;padding:12px 14px 16px 19px;align-items:stretch}.finance-owner-primary-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.finance-owner-kpi-tile{min-width:0;border:1px solid #dce4e1;border-top:4px solid #899791;border-radius:8px;background:#fff;padding:12px}.finance-owner-kpi-tile.tone-ok{border-top-color:#187f6d}.finance-owner-kpi-tile.tone-warn{border-top-color:#be7a16}.finance-owner-kpi-tile.tone-danger{border-top-color:#c6534a}.finance-owner-kpi-tile span,.finance-owner-kpi-tile em{display:block;color:#65756f;font-size:12px;font-style:normal;font-weight:800}.finance-owner-kpi-tile strong{display:block;margin-top:8px;color:#1f2d28;font-size:22px;line-height:1.12;font-weight:850;letter-spacing:0;overflow-wrap:anywhere}.finance-owner-kpi-tile.is-emphasis strong{font-size:23px}.finance-owner-kpi-tile em{margin-top:8px;color:#53645e;font-weight:650;line-height:1.35}.finance-owner-section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.finance-owner-section-head span{display:block;color:#71817a;font-size:11px;font-weight:850}.finance-owner-section-head h3{margin:3px 0 0;color:#1f2d28;font-size:16px;line-height:1.25;font-weight:850}.finance-owner-section-head em{color:#64746f;font-size:12px;font-style:normal;text-align:right;white-space:nowrap}.finance-owner-action-panel{grid-column:2;grid-row:1 / span 2;border:1px solid #dce4e1;border-radius:8px;background:#fbfdfc;padding:13px}.finance-owner-action-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}.finance-owner-action-list article{border:1px solid #e1e8e5;border-radius:8px;background:#fff;padding:11px}.finance-owner-action-list article span{display:inline-flex;min-height:20px;align-items:center;border-radius:999px;background:#edf3f0;color:#43544e;padding:0 8px;font-size:11px;font-weight:850}.finance-owner-action-list article strong{display:block;margin-top:8px;color:#1f2d28;font-size:14px;line-height:1.3}.finance-owner-action-list article p{margin:5px 0 0;color:#5d6d67;font-size:12px;line-height:1.45}.finance-owner-main-trend{grid-column:1;border:1px solid #dce4e1;border-radius:8px;background:#fff;padding:13px}.finance-owner-trend-svg{width:100%;min-height:180px;display:block;margin-top:10px}.finance-owner-grid-line{stroke:#eef3f0;stroke-width:1}.finance-owner-axis-zero{stroke:#b7c3bf;stroke-width:1.3;stroke-dasharray:5 5}.finance-owner-axis-label{fill:#6f7f79;font-size:11px;font-weight:700}.finance-owner-trend-legend{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.finance-owner-trend-legend span{display:inline-flex;align-items:center;gap:6px;border:1px solid #e1e8e5;border-radius:999px;background:#fbfdfc;color:#52635d;padding:5px 9px;font-size:12px;font-weight:750}.finance-owner-trend-legend i{width:8px;height:8px;border-radius:999px}.finance-owner-trend-legend strong{color:#1f2d28;font-weight:850}.finance-owner-briefing-foldout,.finance-owner-secondary-details,.finance-owner-advanced{border:1px solid #dce4e1;border-radius:8px;background:#fff}.finance-owner-briefing-foldout{margin:0 14px 14px 19px}.finance-owner-briefing-foldout summary,.finance-owner-secondary-details summary,.finance-owner-advanced summary{cursor:pointer;padding:12px 13px;color:#21483b;font-size:13px;font-weight:850}.finance-owner-briefing-foldout p{margin:0;padding:0 13px 12px;color:#51615b;font-size:13px;line-height:1.55}.finance-owner-briefing-foldout-grid,.finance-owner-briefing-columns{display:grid;gap:10px;padding:0 13px 12px}.finance-owner-briefing-foldout-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.finance-owner-briefing-foldout-grid div,.finance-owner-briefing-columns section{border:1px solid #e4ebe8;border-radius:8px;background:#fbfdfc;padding:10px}.finance-owner-briefing-foldout-grid span,.finance-owner-briefing-columns h4{display:block;margin:0 0 5px;color:#68776f;font-size:11px;font-weight:850}.finance-owner-briefing-foldout-grid strong{color:#1f2d28;font-size:13px}.finance-owner-briefing-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.finance-owner-briefing-columns p{padding:0;margin:5px 0 0;font-size:12px}.finance-owner-cause-board{display:flex;flex-direction:column;gap:10px}.finance-owner-cause-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.finance-owner-cause-card{min-width:0;border:1px solid #dce4e1;border-top:4px solid #899791;border-radius:8px;background:#fff;padding:13px}.finance-owner-cause-card.tone-ok{border-top-color:#187f6d}.finance-owner-cause-card.tone-warn{border-top-color:#be7a16}.finance-owner-cause-card.tone-danger{border-top-color:#c6534a}.finance-owner-cause-card>div{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.finance-owner-cause-card h4{margin:0;color:#1f2d28;font-size:15px;line-height:1.3;font-weight:850}.finance-owner-cause-card p{margin:8px 0 0;color:#566660;font-size:12px;line-height:1.45}.finance-owner-cause-card ul{display:flex;flex-direction:column;gap:8px;margin:12px 0 0;padding:0;list-style:none}.finance-owner-cause-card li{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2px 8px;padding-top:8px;border-top:1px solid #eef3f0}.finance-owner-cause-card li strong{min-width:0;color:#1f2d28;font-size:13px;overflow-wrap:anywhere}.finance-owner-cause-card li span{color:#1f2d28;font-size:12px;font-weight:850;white-space:nowrap}.finance-owner-cause-card li em{grid-column:1 / -1;color:#68776f;font-size:11px;font-style:normal}.finance-owner-secondary-details{background:#fbfdfc}.finance-owner-secondary-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;padding:0 12px 12px}.finance-owner-advanced-content{display:flex;flex-direction:column;gap:12px;padding:0 12px 12px}.finance-section-title{display:flex;justify-content:space-between;align-items:flex-end;gap:12px}.finance-section-title h3{margin:0;color:#22302b;font-size:17px;font-weight:800}.finance-section-title span{color:#64746f;font-size:12px;text-align:right}.finance-decision-dashboard{display:flex;flex-direction:column;gap:10px}.finance-decision-grid{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:12px;align-items:stretch}.finance-decision-card{min-width:0;border:1px solid #d9e0dd;border-radius:8px;background:#fff;padding:12px;display:flex;flex-direction:column;gap:10px}.finance-triple-trend-card,.finance-risk-timeline-card{grid-column:span 2}.finance-decision-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.finance-decision-card-head h3{margin:0;color:#24312d;font-size:15px;font-weight:800}.finance-decision-card-head span{color:#6a7974;font-size:11px;text-align:right}.finance-decision-card p{margin:0;color:#61716b;font-size:12px;line-height:1.45}.finance-decision-svg{width:100%;min-height:240px;display:block}.finance-grid-line{stroke:#edf2ef;stroke-width:1}.finance-axis-zero{stroke:#c7d1cd;stroke-width:1.4;stroke-dasharray:5 5}.finance-axis-label{fill:#70807a;font-size:10px}.finance-waterfall-bars{display:flex;flex-direction:column;gap:9px}.finance-waterfall-row{display:flex;flex-direction:column;gap:5px}.finance-waterfall-meta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:baseline;font-size:12px}.finance-waterfall-meta strong{color:#263530}.finance-waterfall-meta span{font-weight:800;white-space:nowrap}.finance-waterfall-row.tone-ok .finance-waterfall-meta span{color:#187f6d}.finance-waterfall-row.tone-warn .finance-waterfall-meta span{color:#93620e}.finance-waterfall-row.tone-danger .finance-waterfall-meta span{color:#a8443b}.finance-waterfall-track{position:relative;height:10px;overflow:hidden;border-radius:999px;background:#edf3f0}.finance-waterfall-zero{position:absolute;left:50%;top:0;bottom:0;width:1px;background:#aebbb6;z-index:1}.finance-waterfall-track b{display:block;height:100%;border-radius:inherit;background:#187f6d}.finance-waterfall-row.tone-warn .finance-waterfall-track b{background:#be7a16}.finance-waterfall-row.tone-danger .finance-waterfall-track b{background:#c6534a}.finance-safety-meter{border:1px solid #dfe7e3;border-radius:8px;background:#f8fbf9;padding:12px}.finance-safety-meter strong,.finance-safety-meter span{display:block}.finance-safety-meter strong{color:#20302a;font-size:24px;line-height:1.1}.finance-safety-meter span{margin-top:4px;color:#64746f;font-size:12px}.finance-compact-bars,.finance-ranked-bars{display:flex;flex-direction:column;gap:9px}.finance-compact-bar,.finance-ranked-row{display:flex;flex-direction:column;gap:5px}.finance-compact-bar div,.finance-ranked-row div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:baseline;font-size:12px}.finance-compact-bar strong,.finance-ranked-row strong{min-width:0;color:#263530;overflow-wrap:anywhere}.finance-compact-bar span,.finance-ranked-row span{color:#5f706a;white-space:nowrap}.finance-compact-bar i,.finance-ranked-row i{display:block;height:9px;overflow:hidden;border-radius:999px;background:#edf3f0}.finance-compact-bar b,.finance-ranked-row b{display:block;height:100%;border-radius:inherit;background:#c6534a}.finance-compact-bar.tone-ok b,.finance-ranked-bars.sales b{background:#187f6d}.finance-compact-bar.tone-danger b{background:#c6534a}.finance-risk-timeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(70px,1fr));gap:8px;align-items:end;min-height:150px}.finance-risk-month{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:6px}.finance-risk-month span{color:#5e6e69;font-size:11px;white-space:nowrap}.finance-risk-month i{width:16px;border-radius:999px 999px 4px 4px;background:#187f6d}.finance-risk-month.tone-warn i{background:#be7a16}.finance-risk-month.tone-danger i{background:#c6534a}.finance-risk-month em{width:100%;min-height:32px;color:#66766f;font-size:10px;font-style:normal;line-height:1.25;text-align:center;overflow-wrap:anywhere}.finance-sheet-card,.finance-category-add-card{display:flex;flex-direction:column;gap:10px}.finance-category-add-row{display:flex;gap:8px;align-items:center}.finance-category-add-row .text-input{min-width:280px}.finance-category-list{display:flex;flex-direction:column;gap:6px;max-height:240px;overflow:auto;border:1px solid #e5ebe8;border-radius:8px;padding:8px;background:#fbfdfc}.finance-category-item{display:grid;grid-template-columns:minmax(120px,1fr) auto auto;gap:10px;align-items:center;padding:4px 6px;border-radius:6px}.finance-category-item:nth-child(odd){background:#f6faf8}.finance-category-name{font-size:12px;color:#27302d}.finance-category-total{font-size:11px;color:#5d6d67}.finance-category-delete-btn{padding:5px 10px;font-size:11px}@media (max-width: 980px){.finance-category-add-row{flex-direction:column;align-items:stretch}.finance-category-add-row .text-input{min-width:0}.finance-category-item{grid-template-columns:1fr;gap:4px}}.finance-sheet-head{display:flex;align-items:center;justify-content:space-between}.finance-sheet-head h3{margin:0;font-size:16px;font-weight:700}.finance-category-head-controls{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.finance-category-toggle{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#53625d;-webkit-user-select:none;user-select:none}.finance-category-toggle input{margin:0}@media (max-width: 980px){.finance-category-head-controls{justify-content:flex-start}}.finance-sheet-table-wrap{overflow:auto;border:1px solid #dde3e0;border-radius:10px;background:#fff}.finance-sheet-table{width:100%;border-collapse:collapse;font-size:12px}.finance-sheet-table th,.finance-sheet-table td{border:1px solid #edf1ef;padding:6px 7px;white-space:nowrap;text-align:right}.finance-summary-tooltip-target{cursor:help}.finance-summary-tooltip-target:focus{outline:2px solid #2d6f63;outline-offset:-2px}.finance-summary-tooltip{position:fixed;z-index:10000;max-width:min(320px,calc(100vw - 24px));padding:8px 10px;border:1px solid #1f3f38;border-radius:6px;background:#10231f;color:#fff;box-shadow:0 10px 24px #10231f38;font-size:12px;line-height:1.45;pointer-events:none;white-space:normal}.finance-sheet-table th:first-child,.finance-sheet-table td:first-child{text-align:left;position:sticky;left:0;background:#fff;z-index:1}.finance-sheet-table thead th{position:sticky;top:0;z-index:2;background:#f3f7f5}.finance-sheet-total-row td{background:#f4f6f5;font-weight:700}.finance-chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.finance-mini-chart{border:1px solid #d9e0dd;border-radius:12px;background:linear-gradient(180deg,#fff,#f7faf8);padding:10px;display:flex;flex-direction:column;gap:8px}.finance-mini-chart-head{display:flex;align-items:center;justify-content:space-between;font-size:12px}.finance-mini-chart svg{width:100%;height:140px}.finance-mini-chart-range{display:flex;justify-content:space-between;font-size:11px;color:#6c7975}.finance-entry-dashboard{display:flex;flex-direction:column;gap:12px}.finance-entry-dashboard .kpi-value{font-size:20px;line-height:1.15;overflow-wrap:anywhere}.finance-basis-row{display:flex;justify-content:flex-end;align-items:center;gap:8px;color:#53645f;font-size:12px;font-weight:700}.finance-basis-row span{border:1px solid #d9e0dd;border-radius:999px;background:#f8fbf9;padding:6px 10px}.finance-basis-row button{border:1px solid #c8d8d2;border-radius:999px;background:#fff;color:#187f6d;cursor:pointer;font-size:12px;font-weight:800;min-height:30px;padding:0 10px}.finance-basis-row button:hover{background:#e6f5ef}.finance-entry-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:12px;align-items:stretch}.finance-entry-chart-grid.loan{grid-template-columns:repeat(2,minmax(280px,1fr))}.finance-chart-card{min-width:0;border:1px solid #d9e0dd;border-radius:8px;background:#fff;padding:12px;display:flex;flex-direction:column;gap:10px}.finance-chart-card-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.finance-chart-card-head h3{margin:0;color:#24312d;font-size:15px;font-weight:700}.finance-chart-card-head span{color:#6a7974;font-size:11px;text-align:right;white-space:nowrap}.finance-trend-chart{width:100%;height:220px;display:block}.finance-trend-point{cursor:pointer;outline:none}.finance-trend-point:focus circle{stroke-width:4}.finance-trend-point.is-alert circle{filter:drop-shadow(0 0 4px rgba(193,107,46,.28))}.finance-trend-point.is-selected circle{filter:drop-shadow(0 0 5px rgba(24,127,109,.34))}.finance-chart-legend{display:flex;flex-wrap:wrap;gap:8px 12px;color:#687873;font-size:11px}.finance-chart-legend span{display:inline-flex;align-items:center;gap:5px}.finance-chart-legend i{width:16px;height:3px;border-radius:999px;display:inline-block}.finance-chart-legend i.is-dashed{height:0;border-top:2px dashed #9ba8a3;background:transparent}.finance-chart-legend i.is-alert{width:8px;height:8px;border:2px solid #c16b2e;background:#fff7ed;border-radius:999px}.finance-chart-readout{display:grid;grid-template-columns:minmax(82px,auto) minmax(0,1fr);gap:4px 10px;align-items:baseline;border-top:1px solid #edf1ef;padding-top:8px;font-size:12px}.finance-chart-readout strong{color:#263530}.finance-chart-readout span{color:#16231f;font-weight:700;text-align:right}.finance-chart-readout em{grid-column:1 / -1;color:#687873;font-style:normal}.finance-chart-readout .finance-chart-alert-readout{color:#9b531f;font-weight:700}.finance-chart-empty{min-height:220px;display:flex;align-items:center;justify-content:center;border:1px dashed #cfdbd6;border-radius:8px;color:#6b7a75;background:#f8fbf9;font-size:13px;text-align:center}.finance-chart-empty-compact{min-height:132px}.finance-insight-alert-list{display:flex;flex-direction:column;gap:8px}.finance-insight-alert-item{border:1px solid #f0d7bd;border-radius:8px;background:#fffaf4;padding:9px 10px}.finance-insight-alert-item div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:baseline}.finance-insight-alert-item strong{color:#58361d;overflow-wrap:anywhere}.finance-insight-alert-item span{color:#7f4619;font-size:12px;font-weight:800;white-space:nowrap}.finance-insight-alert-item p{margin:5px 0 0;color:#805022;font-size:12px;line-height:1.35}.finance-chart-segments{display:flex;flex-wrap:wrap;gap:6px}.finance-chart-segments button{border:1px solid #d9e0dd;border-radius:999px;background:#f8fbf9;color:#52625d;cursor:pointer;font-size:12px;font-weight:700;line-height:1;min-height:30px;padding:0 10px}.finance-chart-segments button:hover{border-color:#aec4bc;background:#eef6f2}.finance-chart-segments button.active{border-color:#9bc8ba;background:#e6f5ef;color:#187f6d}.finance-category-bars{display:flex;flex-direction:column;gap:10px}.finance-category-bar-row{width:100%;border:1px solid transparent;background:transparent;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:5px;padding:4px;text-align:left}.finance-category-bar-row:hover,.finance-driver-row:hover{border-color:#c8d8d2;background:#f8fbf9}.finance-category-bar-row.is-selected,.finance-driver-row.is-selected{border-color:#9bc8ba;background:#edf8f3}.finance-category-bar-meta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:baseline;font-size:12px}.finance-category-bar-meta strong{min-width:0;color:#263530;overflow-wrap:anywhere}.finance-category-bar-meta span{color:#5f706a;white-space:nowrap}.finance-category-bar-row.is-negative .finance-category-bar-meta span{color:#8a4450}.finance-category-bar-track{height:9px;overflow:hidden;border-radius:999px;background:#edf3f0}.finance-category-bar-fill{height:100%;border-radius:inherit}.finance-driver-bars{display:flex;flex-direction:column;gap:10px}.finance-driver-row{width:100%;border:1px solid transparent;background:transparent;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:5px;padding:4px;text-align:left}.finance-driver-meta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:baseline;font-size:12px}.finance-driver-meta strong{color:#263530;overflow-wrap:anywhere}.finance-driver-meta span{font-weight:800;white-space:nowrap}.finance-driver-row.is-positive .finance-driver-meta span{color:#187f6d}.finance-driver-row.is-negative .finance-driver-meta span{color:#8a4450}.finance-driver-track{height:9px;overflow:hidden;border-radius:999px;background:#edf3f0}.finance-driver-fill{height:100%;border-radius:inherit}.finance-driver-row p{margin:0;color:#687873;font-size:11px;line-height:1.35}.finance-purchase-cycle-card{grid-column:1 / -1}.finance-cycle-status{display:inline-flex;align-items:center;min-height:20px;border-radius:999px;padding:0 7px;font-size:11px;font-weight:850;font-style:normal;line-height:1;white-space:nowrap}.finance-cycle-status.tone-ok{background:#e6f5ef;color:#187f6d}.finance-cycle-status.tone-warn{background:#fff1d8;color:#93620e}.finance-cycle-status.tone-neutral{background:#eef2f0;color:#53645f}.finance-purchase-cycle-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.finance-purchase-cycle-kpis div{min-width:0;border:1px solid #e5ebe8;border-radius:8px;background:#fff;padding:9px}.finance-purchase-cycle-kpis span,.finance-purchase-cycle-kpis strong,.finance-purchase-cycle-kpis em{display:block}.finance-purchase-cycle-kpis span{color:#68776f;font-size:11px;font-weight:850}.finance-purchase-cycle-kpis strong{margin-top:5px;color:#24312d;font-size:17px;line-height:1.15;overflow-wrap:anywhere}.finance-purchase-cycle-kpis em{margin-top:4px;color:#60706b;font-size:11px;font-style:normal;line-height:1.35}.finance-purchase-cycle-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.finance-purchase-cycle-row{width:100%;min-width:0;border:1px solid #e3ebe7;border-radius:8px;background:#fff;cursor:pointer;padding:10px;text-align:left}.finance-purchase-cycle-row:hover,.finance-purchase-cycle-row.is-selected{border-color:#d5b0aa;background:#fff7f5}.finance-purchase-cycle-row>div:first-child{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.finance-purchase-cycle-row strong{min-width:0;color:#25332e;font-size:13px;overflow-wrap:anywhere}.finance-purchase-cycle-row>div:last-child{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-top:8px}.finance-purchase-cycle-row>div:last-child span{min-width:0;color:#5f706a;font-size:11px;line-height:1.3;overflow-wrap:anywhere}.finance-purchase-cycle-more{grid-column:1 / -1;color:#687873;font-size:12px;line-height:1.4}.finance-category-detail{border:1px solid #cfded8;border-radius:8px;background:#fbfdfc;padding:12px;display:flex;flex-direction:column;gap:12px}.finance-category-detail-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.finance-category-detail-head h3{margin:0;color:#24312d;font-size:16px}.finance-category-detail-head p{margin:4px 0 0;color:#667872;font-size:12px;line-height:1.4}.finance-category-detail-head button{border:1px solid #c8d8d2;border-radius:999px;background:#fff;color:#53645f;cursor:pointer;font-size:12px;font-weight:800;min-height:30px;padding:0 10px;white-space:nowrap}.finance-category-detail-head button:hover{background:#eef6f2;color:#187f6d}.finance-category-detail-kpis{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.finance-category-source-table-wrap{overflow:auto;border:1px solid #edf1ef;border-radius:8px}.finance-category-source-table{width:100%;border-collapse:collapse;font-size:12px}.finance-category-source-table th,.finance-category-source-table td{border-bottom:1px solid #edf1ef;padding:7px 8px;text-align:left;vertical-align:top}.finance-category-source-table th{background:#f4f7f5;color:#53645f;font-weight:800;white-space:nowrap}.finance-category-source-table td:nth-child(2){text-align:right;white-space:nowrap;font-weight:800;color:#263530}.finance-category-source-more{padding:8px;color:#687873;font-size:11px}.finance-monthly-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:start}.finance-monthly-card{display:flex;flex-direction:column;gap:8px;min-width:0}.finance-monthly-head h3{margin:0;font-size:15px}.finance-monthly-grid-host{border:1px solid #dde3e0;border-radius:10px;overflow:hidden}.finance-monthly-scroll{max-height:380px}.finance-monthly-table td:nth-child(2),.finance-monthly-table td:nth-child(3),.finance-monthly-table td:nth-child(4),.finance-monthly-table td:nth-child(5){text-align:left}.finance-monthly-table .filter-input,.finance-monthly-table .text-input{width:100%;min-width:90px;font-size:12px}@media (max-width: 1280px){.finance-month-toolbar{grid-template-columns:minmax(360px,1fr) minmax(250px,auto)}.finance-status-inline{grid-column:2;justify-self:start;align-items:flex-start;text-align:left;border-left:0;padding-left:0}.finance-monthly-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.finance-entry-chart-grid.loan{grid-template-columns:repeat(2,minmax(280px,1fr))}.finance-owner-primary-kpis,.finance-owner-secondary-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 980px){.finance-workbook-head{grid-template-columns:1fr}.finance-workbook-actions{justify-content:flex-start}.finance-toolbar-tabs-row,.finance-month-toolbar,.finance-toolbar-fields{grid-template-columns:1fr}.finance-toolbar-row-label{justify-content:flex-start;width:max-content;min-height:28px}.finance-toolbar-section-fields{min-width:0}.finance-control-label{grid-template-columns:72px minmax(0,1fr)}.finance-status-inline{grid-column:auto;width:100%;min-width:0;border-left:0;border-top:1px solid #dfe8e4;padding:10px 0 0;align-items:flex-start;text-align:left}.finance-owner-briefing-main,.finance-owner-briefing-detail-grid,.finance-owner-analysis-grid,.finance-owner-verdict,.finance-owner-focus-signals,.finance-owner-cockpit-grid,.finance-owner-cause-grid,.finance-owner-briefing-foldout-grid,.finance-owner-briefing-columns,.finance-decision-grid,.finance-dashboard-headline,.finance-alert-card p{grid-template-columns:1fr}.finance-owner-action-panel,.finance-owner-main-trend{grid-column:auto;grid-row:auto}.finance-owner-verdict{padding:16px 14px 14px 19px}.finance-owner-verdict h3{font-size:20px}.finance-owner-score{align-items:flex-start;text-align:left}.finance-owner-score strong{font-size:34px}.finance-owner-cockpit-grid{padding:12px 12px 14px 17px}.finance-owner-primary-kpis,.finance-owner-secondary-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.finance-owner-briefing-foldout{margin:0 12px 12px 17px}.finance-owner-section-head{flex-direction:column}.finance-owner-section-head em{text-align:left;white-space:normal}.finance-triple-trend-card,.finance-risk-timeline-card{grid-column:auto}.finance-section-title{flex-direction:column;align-items:flex-start}.finance-section-title span,.finance-decision-card-head span,.finance-compact-bar span,.finance-ranked-row span,.finance-owner-briefing-meta,.finance-dashboard-headline em{text-align:left;white-space:normal}.finance-monthly-grid,.finance-summary-kpi,.finance-entry-chart-grid,.finance-entry-chart-grid.loan,.finance-chart-card-head,.finance-category-bar-meta{grid-template-columns:1fr}.finance-purchase-cycle-kpis,.finance-purchase-cycle-list,.finance-purchase-cycle-row>div:last-child{grid-template-columns:1fr}.finance-chart-card-head,.finance-category-detail-head{flex-direction:column}.finance-chart-card-head span,.finance-category-bar-meta span,.finance-driver-meta span,.finance-chart-readout span{text-align:left;white-space:normal}.finance-insight-alert-item div,.finance-driver-meta{grid-template-columns:1fr}}@media (max-width: 640px){.finance-owner-primary-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.finance-owner-secondary-kpis{grid-template-columns:1fr}.finance-owner-verdict h3{font-size:18px}.finance-owner-score{min-width:0;padding:10px;flex-direction:row;align-items:center;justify-content:space-between;text-align:left}.finance-owner-score strong{font-size:30px}.finance-owner-score em{display:none}.finance-owner-kpi-tile{padding:10px}.finance-owner-kpi-tile strong,.finance-owner-kpi-tile.is-emphasis strong{font-size:18px}.finance-owner-trend-svg{min-height:180px}.finance-owner-trend-legend{flex-direction:column}.finance-owner-cause-card li{grid-template-columns:1fr}.finance-owner-cause-card li span{white-space:normal}}.mobile-shell,.mobile-record-view,.mobile-purchase-reference-layer{display:none}.mobile-shell button,.mobile-record-view button,.mobile-filter-drawer button,.mobile-action-sheet button,.mobile-more-menu button,.mobile-record-editor button{font-family:inherit}@media (max-width: 900px){:root{--mobile-topbar-height: 64px;--mobile-bottom-nav-height: 74px;--app-header-height: 64px}body{background:#f4f7fb}.page-header,.topbar{display:none!important}.workspace{min-height:100dvh;padding-bottom:0}.content-pane{padding:calc(var(--mobile-topbar-height) + 10px) 12px calc(var(--mobile-bottom-nav-height) + 16px);gap:12px}.mobile-shell{display:block}.mobile-topbar{position:fixed;top:0;left:0;right:0;z-index:2147483500;height:var(--mobile-topbar-height);display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 12px;background:#0f172a;color:#fff;box-shadow:0 8px 20px #0f172a38}.mobile-topbar-title{min-width:0;display:flex;flex-direction:column;gap:3px}.mobile-topbar-title strong{font-size:16px;line-height:1.15}.mobile-topbar-title span{max-width:46vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#cbd5e1;font-size:11px}.mobile-topbar-actions{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.mobile-status-pill{max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:5px 7px;border-radius:999px;background:#ffffff1f;color:#e2e8f0;font-size:11px;font-weight:700}.mobile-topbar-button,.mobile-icon-button,.mobile-plain-button,.mobile-wide-button{min-height:38px;border:1px solid #dbe4ee;border-radius:10px;background:#fff;color:#17212b;font-size:13px;font-weight:800;cursor:pointer}.mobile-topbar-button{min-height:36px;padding:0 10px;border-color:#ffffff2e;background:#ffffff1a;color:#fff}.mobile-topbar-button.primary{background:#38bdf8;border-color:#38bdf8;color:#062033}.mobile-topbar-button:disabled{opacity:.42;cursor:not-allowed}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:2147483500;height:var(--mobile-bottom-nav-height);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:8px 8px max(8px,env(safe-area-inset-bottom));background:#fffffff5;border-top:1px solid #dbe4ee;box-shadow:0 -8px 24px #0f172a1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-bottom-nav-item{min-width:0;border:0;border-radius:10px;background:transparent;color:#64748b;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:11px;font-weight:800}.mobile-bottom-nav-item.active{color:#0b6bc2;background:#e8f3ff}.mobile-bottom-nav-dot{width:5px;height:5px;border-radius:999px;background:currentColor;opacity:.45}.mobile-bottom-nav-item.active .mobile-bottom-nav-dot{opacity:1}.mobile-sheet-scrim{position:fixed;top:0;right:0;bottom:0;left:0;border:0;background:#0f172a6b}.mobile-drawer-layer,.mobile-action-layer,.mobile-more-layer,.mobile-editor-layer,.mobile-purchase-reference-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483550}.mobile-filter-drawer,.mobile-action-sheet,.mobile-more-menu,.mobile-record-editor,.mobile-purchase-reference-sheet{position:fixed;left:0;right:0;bottom:0;max-height:min(86dvh,760px);display:flex;flex-direction:column;background:#fff;border-radius:18px 18px 0 0;box-shadow:0 -16px 40px #0f172a38;overflow:hidden}.mobile-purchase-reference-layer{display:block}.mobile-purchase-reference-sheet{max-height:min(88dvh,780px)}.mobile-purchase-reference-sheet .purchase-sales-reference-panel{min-height:0;height:auto;max-height:calc(min(88dvh,780px) - 65px);border:0;border-radius:0;box-shadow:none}.mobile-filter-drawer{top:var(--mobile-topbar-height);right:auto;width:min(88vw,380px);max-height:none;border-radius:0 18px 0 0}.mobile-sheet-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid #e2e8f0}.mobile-sheet-head>div{min-width:0;display:flex;flex-direction:column;gap:2px}.mobile-sheet-head strong{font-size:15px}.mobile-sheet-head span{color:#64748b;font-size:12px}.mobile-icon-button{width:36px;min-height:36px;padding:0}.mobile-filter-drawer-body,.mobile-action-list,.mobile-more-menu-body,.mobile-record-editor-body{overflow:auto;padding:14px 16px 18px}.mobile-filter-section{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#f8fafc;margin-bottom:12px}.mobile-filter-section-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}.mobile-filter-section-title strong{font-size:13px}.mobile-filter-section-title span{color:#0b6bc2;font-size:12px;font-weight:800}.mobile-check-list{max-height:220px;overflow:auto;display:flex;flex-direction:column;gap:2px}.mobile-check-row{min-height:38px;display:flex;align-items:center;gap:9px;color:#334155;font-size:13px;font-weight:700}.mobile-check-row input{width:18px;height:18px}.mobile-wide-button{width:100%;margin-top:8px}.mobile-mini-list{display:flex;flex-direction:column;gap:8px}.mobile-mini-list>div{display:flex;flex-direction:column;gap:3px;padding:8px;border-radius:8px;background:#fff;border:1px solid #e2e8f0}.mobile-mini-list strong{font-size:12px;word-break:break-all}.mobile-mini-list span{color:#64748b;font-size:11px}.mobile-action-list{display:flex;flex-direction:column;gap:14px}.mobile-action-section{display:flex;flex-direction:column;gap:8px}.mobile-action-section h3{margin:0;color:#475569;font-size:12px;font-weight:900}.mobile-action-section-list{display:flex;flex-direction:column;gap:8px}.mobile-action-row{min-height:46px;display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding:10px 12px;border:1px solid #dbe4ee;border-radius:10px;background:#fff;color:#17212b;font-weight:800;text-align:left}.mobile-action-row.primary{border-color:#0b6bc2;background:#0b6bc2;color:#fff}.mobile-action-row.danger{border-color:#fecdd3;background:#fff1f2;color:#be123c}.mobile-action-row:disabled{opacity:.45}.mobile-action-row small{color:inherit;opacity:.76;font-size:11px;font-weight:700}.mobile-menu-group+.mobile-menu-group{margin-top:18px}.mobile-menu-group h3{margin:0 0 8px;color:#475569;font-size:12px}.mobile-menu-items{display:grid;grid-template-columns:1fr;gap:8px}.mobile-menu-item{min-height:48px;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#17212b;font-size:13px;font-weight:800;text-align:left}.mobile-menu-item.active{border-color:#8ec5ff;background:#e8f3ff}.mobile-menu-item small{min-width:0;overflow:hidden;text-overflow:ellipsis;color:#64748b;font-size:10px;white-space:nowrap}.mobile-record-view{display:block}.workspace.tab-sales:not(.mobile-raw-table) .content-pane>.tableau-layout,.workspace.tab-sales_items:not(.mobile-raw-table) .content-pane>.tableau-layout,.workspace.tab-items:not(.mobile-raw-table) .content-pane>.tableau-layout,.workspace.tab-purchase:not(.mobile-raw-table) .content-pane>.tableau-layout{display:none}.workspace.mobile-raw-table .mobile-record-view{display:block}.workspace.mobile-raw-table .mobile-record-view .mobile-control-panel,.workspace.mobile-raw-table .mobile-record-view .mobile-record-search,.workspace.mobile-raw-table .mobile-record-view .mobile-record-list{display:none}.workspace.mobile-raw-table .tableau-layout{grid-template-columns:1fr;min-height:0;overflow:visible}.workspace.mobile-raw-table .tableau-left{display:none}.workspace.mobile-raw-table .tableau-center{overflow:visible}.workspace.mobile-raw-table .tableau-center .grid-wrap{display:block;height:calc(100dvh - var(--mobile-topbar-height) - var(--mobile-bottom-nav-height) - 44px);min-height:420px}.mobile-record-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.mobile-record-head>div{min-width:0;display:flex;flex-direction:column;gap:3px}.mobile-record-head strong{font-size:18px}.mobile-record-head span{color:#64748b;font-size:12px;font-weight:700}.mobile-plain-button{padding:0 12px}.mobile-control-panel{margin-bottom:10px;display:flex;flex-direction:column;gap:8px}.mobile-segmented{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:4px;border:1px solid #dbe4ee;border-radius:12px;background:#fff}.mobile-segmented button{min-height:38px;border:0;border-radius:9px;background:transparent;color:#64748b;font-size:13px;font-weight:900}.mobile-segmented button.active{background:#0b6bc2;color:#fff}.mobile-chip-strip{display:flex;gap:7px;overflow-x:auto;padding-bottom:2px;-webkit-overflow-scrolling:touch}.mobile-chip-strip button{flex:0 0 auto;min-height:36px;border:1px solid #dbe4ee;border-radius:999px;background:#fff;color:#334155;padding:0 12px;font-size:12px;font-weight:800}.mobile-chip-strip button.active{border-color:#0b6bc2;background:#e8f3ff;color:#0b6bc2}.mobile-record-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;margin-bottom:10px}.mobile-record-search input{width:100%;min-height:42px;border:1px solid #dbe4ee;border-radius:12px;padding:0 12px;font-size:14px}.mobile-record-search span{color:#64748b;font-size:12px;font-weight:800}.mobile-record-list{display:flex;flex-direction:column;gap:10px}.mobile-record-card{padding:12px;border:1px solid #dbe4ee;border-radius:12px;background:#fff;box-shadow:0 6px 14px #0f172a0f}.mobile-record-card-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start}.mobile-record-card-head strong{min-width:0;overflow-wrap:anywhere;font-size:14px;line-height:1.35}.mobile-record-card-head button{min-height:34px;border:1px solid #dbe4ee;border-radius:9px;background:#f8fafc;color:#0f172a;padding:0 10px;font-size:12px;font-weight:900}.mobile-record-badges{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.mobile-record-badges span{max-width:100%;padding:4px 7px;border-radius:999px;background:#eef5fd;color:#345070;font-size:11px;font-weight:900;overflow-wrap:anywhere}.mobile-record-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.mobile-record-summary div{min-width:0;display:flex;flex-direction:column;gap:2px;padding:8px;border-radius:9px;background:#f8fafc}.mobile-record-summary span{color:#64748b;font-size:11px;font-weight:800}.mobile-record-summary strong{min-width:0;overflow-wrap:anywhere;color:#0f172a;font-size:13px}.mobile-list-limit,.mobile-empty{padding:12px;border:1px dashed #cbd5e1;border-radius:12px;background:#fff;color:#64748b;font-size:12px;font-weight:700;text-align:center}.mobile-record-editor{max-height:90dvh}.mobile-record-editor-body{display:grid;grid-template-columns:1fr;gap:10px}.mobile-editor-field{display:flex;flex-direction:column;gap:5px;padding:10px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.mobile-editor-field span{color:#64748b;font-size:11px;font-weight:900}.mobile-editor-field strong{min-height:22px;overflow-wrap:anywhere;color:#0f172a;font-size:14px}.mobile-editor-field input{width:100%;min-height:42px;border:1px solid #cbd5e1;border-radius:10px;padding:0 10px;background:#fff;font-size:16px}.mobile-editor-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px 16px max(12px,env(safe-area-inset-bottom));border-top:1px solid #e2e8f0}.mobile-editor-actions button{min-height:44px;border:1px solid #dbe4ee;border-radius:12px;background:#fff;color:#17212b;font-size:14px;font-weight:900}.mobile-editor-actions .primary{border-color:#0b6bc2;background:#0b6bc2;color:#fff}.toast-container{left:12px;right:12px;bottom:calc(var(--mobile-bottom-nav-height) + 10px);align-items:stretch}.toast-message{min-width:0;max-width:none;width:100%;border-radius:12px}.log-drawer{width:100%;max-height:50dvh}.modal-backdrop{align-items:flex-end;padding:0}.modal,.purchase-map-modal{width:100%!important;max-width:100vw;max-height:92dvh;border-radius:18px 18px 0 0;overflow:auto}.modal-body{max-height:calc(92dvh - 120px);overflow:auto}.purchase-map-grid,.purchase-map-form-grid{grid-template-columns:1fr}.purchase-map-head{flex-direction:column;align-items:stretch}.purchase-map-head select{width:100%;margin-left:0!important;margin-top:6px}.rule-modal-overlay{align-items:stretch;justify-content:stretch}.rule-modal-container{width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;transform:none!important}.rule-inline-container{min-height:calc(100dvh - var(--mobile-topbar-height) - var(--mobile-bottom-nav-height) - 24px)}.rule-modal-body>div{flex-direction:column}.rule-modal-body table{min-width:760px}.dash-body{grid-template-columns:1fr}.dash-sidebar{position:static}.dash-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-viz-tools,.dash-detail-grid,.dash-panel-bottom-grid{grid-template-columns:1fr}.dash-detail-grid .dash-card,.dash-card{grid-column:span 12}.finance-subtabs{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.finance-subtab{flex:0 0 auto;min-height:38px}}@media (max-width: 430px){.mobile-status-pill{display:none}.mobile-record-summary{grid-template-columns:1fr}.mobile-topbar-title span{max-width:40vw}}html.ui-v2{--ui-v2-rail-width: 64px;--ui-v2-context-width: 0px;--ui-v2-content-left: var(--ui-v2-rail-width);--ui-v2-utility-height: 64px;--ui-v2-bg: #f5f6f8;--ui-v2-surface: #ffffff;--ui-v2-surface-muted: #f9fafb;--ui-v2-text: #191f28;--ui-v2-text-subtle: #4e5968;--ui-v2-text-muted: #667085;--ui-v2-line: #e5e8eb;--ui-v2-line-strong: #d1d6db;--ui-v2-brand: #3182f6;--ui-v2-brand-strong: #1b64da;--ui-v2-brand-soft: #eaf3ff;--ui-v2-positive: #00a87a;--ui-v2-warning: #f59f00;--ui-v2-danger: #f04452;--ui-v2-radius-sm: 10px;--ui-v2-radius-md: 14px;--ui-v2-radius-lg: 18px;--app-header-height: var(--ui-v2-utility-height);--bg-main: var(--ui-v2-bg);--bg-surface: var(--ui-v2-surface);--bg-surface-alt: var(--ui-v2-surface-muted);--text-main: var(--ui-v2-text);--text-subtle: var(--ui-v2-text-subtle);--line-soft: var(--ui-v2-line);--line-strong: var(--ui-v2-line-strong);--brand: var(--ui-v2-brand);--brand-strong: var(--ui-v2-brand-strong);--brand-soft: var(--ui-v2-brand-soft);--radius-sm: var(--ui-v2-radius-sm);--radius-md: var(--ui-v2-radius-md);--radius-lg: var(--ui-v2-radius-lg);--shadow-sm: 0 1px 2px rgba(25, 31, 40, .05);--shadow-md: 0 8px 24px rgba(25, 31, 40, .08)}html.ui-v2.ui-v2-sidebar-open{--ui-v2-context-width: 240px;--ui-v2-content-left: calc(var(--ui-v2-rail-width) + var(--ui-v2-context-width))}html.ui-v2 body{color:var(--ui-v2-text);background:var(--ui-v2-bg);font-family:Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Noto Sans KR,Segoe UI,sans-serif;letter-spacing:-.01em;overflow-x:hidden}.app-shell-v2-rail,.app-shell-v2-context,.app-shell-v2-utility{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Noto Sans KR,Segoe UI,sans-serif}.app-shell-v2-rail{position:fixed;inset:0 auto 0 0;z-index:2147483604;width:var(--ui-v2-rail-width);display:flex;flex-direction:column;align-items:center;border-right:1px solid var(--ui-v2-line);background:#fbfcfd}.app-shell-v2-brand{width:44px;height:44px;margin:10px 0 8px;padding:5px;display:grid;place-items:center;border:0;border-radius:13px;background:#fff;cursor:pointer}.app-shell-v2-brand:hover{background:var(--ui-v2-brand-soft)}.app-shell-v2-brand img{width:100%;height:100%;object-fit:contain;border-radius:8px}.app-shell-v2-rail-nav{width:100%;padding:6px 7px 14px;display:flex;flex:1;flex-direction:column;align-items:stretch;gap:4px;overflow-y:auto;scrollbar-width:none}.app-shell-v2-rail-nav::-webkit-scrollbar{display:none}.app-shell-v2-rail-item{position:relative;min-height:54px;padding:7px 2px 6px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:0;border-radius:12px;background:transparent;color:#7a8695;cursor:pointer;font:inherit;transition:color .18s ease,background-color .18s ease}.app-shell-v2-rail-item span{max-width:48px;overflow:hidden;text-overflow:ellipsis;font-size:10px;font-weight:700;white-space:nowrap}.app-shell-v2-rail-item:hover,.app-shell-v2-rail-item.is-selected{color:var(--ui-v2-text);background:#eef1f4}.app-shell-v2-rail-item.is-route-active{color:var(--ui-v2-brand-strong);background:var(--ui-v2-brand-soft)}.app-shell-v2-rail-item.is-route-active:before{position:absolute;left:-7px;width:3px;height:26px;border-radius:0 4px 4px 0;background:var(--ui-v2-brand);content:""}.app-shell-v2-rail-shortcut{min-height:50px;margin:0 2px 3px;border:1px solid #e8edf3;background:#fff;color:#657181;text-decoration:none}.app-shell-v2-rail-shortcut:after{position:absolute;top:6px;right:7px;width:5px;height:5px;border-radius:999px;background:#8ebfff;content:""}.app-shell-v2-rail-shortcut:hover{border-color:#cfe0f5;background:#f6f9fd}.app-shell-v2-context{position:fixed;inset:0 auto 0 var(--ui-v2-rail-width);z-index:2147483603;width:240px;display:flex;flex-direction:column;border-right:1px solid var(--ui-v2-line);background:#fff;box-shadow:none;transform:translate(-102%);visibility:hidden;transition:transform .18s ease,visibility .18s ease}.app-shell-v2-context.is-open{transform:translate(0);visibility:visible}.app-shell-v2-context-head{min-height:82px;padding:17px 14px 13px 18px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid #f0f2f4}.app-shell-v2-context-head>div{min-width:0;display:flex;flex-direction:column;gap:4px}.app-shell-v2-context-head span{color:var(--ui-v2-text-muted);font-size:10px;font-weight:800;letter-spacing:.12em}.app-shell-v2-context-head strong{overflow:hidden;color:var(--ui-v2-text);font-size:18px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.app-shell-v2-context-head button,.app-shell-v2-panel-toggle,.app-shell-v2-legacy{display:inline-flex;align-items:center;justify-content:center;border:0;font:inherit;cursor:pointer}.app-shell-v2-context-head button{width:32px;height:32px;border-radius:9px;background:transparent;color:var(--ui-v2-text-muted)}.app-shell-v2-context-head button:hover{color:var(--ui-v2-text);background:#f2f4f6}.app-shell-v2-context-body{min-height:0;display:flex;flex:1;flex-direction:column;overflow-y:auto}.app-shell-v2-context-nav{padding:12px 10px;display:flex;flex-direction:column;gap:4px}.app-shell-v2-context-item{min-height:54px;padding:10px 44px 10px 10px;display:grid;grid-template-columns:4px minmax(0,1fr) 16px;align-items:center;gap:9px;border-radius:11px;color:var(--ui-v2-text-subtle);text-decoration:none;transition:color .18s ease,background-color .18s ease}.app-shell-v2-context-item:hover{color:var(--ui-v2-text);background:#f5f7f9}.app-shell-v2-context-item.is-active{color:var(--ui-v2-brand-strong);background:var(--ui-v2-brand-soft)}.app-shell-v2-context-marker{width:4px;height:4px;border-radius:999px;background:#c4cbd3}.app-shell-v2-context-item.is-active .app-shell-v2-context-marker{height:22px;background:var(--ui-v2-brand)}.app-shell-v2-context-item>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:3px}.app-shell-v2-context-item strong{overflow:hidden;font-size:13px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.app-shell-v2-context-item small{overflow:hidden;color:var(--ui-v2-text-muted);font-size:11px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.app-shell-v2-nav-badge{width:fit-content;min-height:19px;padding:2px 7px;display:inline-flex;align-items:center;border-radius:999px;background:#eef1f4;color:var(--ui-v2-text-subtle);font-size:10px;font-weight:850;line-height:1.2;white-space:nowrap}.app-shell-v2-nav-badge.tone-warning{background:#fff4d6;color:#9a5d00}.app-shell-v2-nav-badge.tone-danger{background:#fff0f1;color:#c52e3b}.app-shell-v2-nav-badge.tone-positive{background:#e9f8f3;color:#087d5e}.app-shell-v2-nav-badge.is-error{background:#f1f3f5;color:var(--ui-v2-text-muted)}.app-shell-v2-context-section-label{margin:8px 6px 2px;padding-top:12px;border-top:1px solid #edf0f2;color:var(--ui-v2-text-muted);font-size:10px;font-weight:800;letter-spacing:.04em}.app-shell-v2-context-branch{display:grid;gap:3px}.app-shell-v2-context-row,.app-shell-v2-context-child-row{position:relative;min-width:0}.app-shell-v2-context-favorite{position:absolute;top:50%;right:8px;z-index:1;width:30px;height:30px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;background:transparent;color:#a3acb8;cursor:pointer;transform:translateY(-50%);transition:color .16s ease,background-color .16s ease,transform .16s ease}.app-shell-v2-context-favorite:hover{color:#d99000;background:#fff7df}.app-shell-v2-context-favorite:active{transform:translateY(-50%) scale(.92)}.app-shell-v2-context-favorite.is-favorite{color:#e7a400}.app-shell-v2-context-favorite[data-limit-reached=true]:not(.is-favorite){color:#c6ccd3;cursor:not-allowed}.app-shell-v2-context-favorite:disabled{color:#c6ccd3;cursor:wait}.app-shell-v2-context-favorite.is-compact{right:4px;width:26px;height:26px;border-radius:8px}.app-shell-v2-context-children{margin:0 3px 6px 17px;padding:3px 0 3px 10px;display:grid;grid-template-columns:minmax(0,1fr);gap:3px;border-left:1px solid #e5eaf0}.app-shell-v2-context-child-row>a{min-width:0;min-height:34px;padding:6px 32px 6px 7px;display:grid;grid-template-columns:5px minmax(0,1fr);align-items:center;gap:5px;border-radius:8px;color:var(--ui-v2-text-muted);font-size:11px;font-weight:700;text-decoration:none}.app-shell-v2-context-child-row>a>span:first-child{width:4px;height:4px;border-radius:999px;background:#c4cbd3}.app-shell-v2-context-child-row>a>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell-v2-context-child-row>a:hover{color:var(--ui-v2-text);background:#f5f7f9}.app-shell-v2-context-child-row>a.is-active{color:var(--ui-v2-brand-strong);background:var(--ui-v2-brand-soft)}.app-shell-v2-context-child-row>a.is-active>span:first-child{background:var(--ui-v2-brand)}.app-shell-v2-favorite-status{margin:-4px 14px 10px;padding:8px 10px;border-radius:9px;background:#f1f7ff;color:#2563a8;font-size:11px;font-weight:700;line-height:1.45}.app-shell-v2-pending-status{margin:2px 10px 10px;padding:11px;border:1px solid #f1d99b;border-radius:13px;background:#fffaf0}.app-shell-v2-pending-status-head{padding:0 2px 9px;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:8px}.app-shell-v2-pending-status-head>span:first-child{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#ffedbd;color:#9a5d00}.app-shell-v2-pending-status-head>span:last-child,.app-shell-v2-pending-status-list>a>span{min-width:0;display:flex;flex-direction:column;gap:2px}.app-shell-v2-pending-status-head strong,.app-shell-v2-pending-status-list strong{overflow:hidden;color:var(--ui-v2-text);font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.app-shell-v2-pending-status-head small,.app-shell-v2-pending-status-list small{overflow:hidden;color:var(--ui-v2-text-muted);font-size:10px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.app-shell-v2-pending-status-list{display:grid;gap:3px}.app-shell-v2-pending-status-list>a{min-height:45px;padding:7px 8px;display:grid;grid-template-columns:minmax(0,1fr) auto 15px;align-items:center;gap:7px;border-radius:9px;color:var(--ui-v2-text-subtle);text-decoration:none;transition:background-color .18s ease}.app-shell-v2-pending-status-list>a:hover{background:#ffedbd99}.app-shell-v2-pending-status-list em{color:#9a5d00;font-size:13px;font-style:normal;font-weight:850;white-space:nowrap}.app-shell-v2-quick-links{margin:2px 10px 14px;padding-top:14px;border-top:1px solid #f0f2f4}.app-shell-v2-quick-links-head{min-height:32px;padding:0 4px 7px;display:flex;align-items:center;justify-content:space-between;gap:8px}.app-shell-v2-quick-links-head>span{min-width:0;display:inline-flex;align-items:center;gap:6px;color:var(--ui-v2-text-subtle)}.app-shell-v2-quick-links-head strong{overflow:hidden;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.app-shell-v2-quick-links-head button{min-width:40px;min-height:30px;padding:0 7px;border:0;border-radius:8px;background:transparent;color:var(--ui-v2-brand-strong);font:inherit;font-size:11px;font-weight:800;cursor:pointer}.app-shell-v2-quick-links-head button:hover{background:var(--ui-v2-brand-soft)}.app-shell-v2-quick-link-list,.app-shell-v2-quick-link-options{display:grid;gap:3px}.app-shell-v2-quick-link-list>a{min-height:46px;padding:7px;display:grid;grid-template-columns:30px minmax(0,1fr) 15px;align-items:center;gap:7px;border-radius:10px;color:var(--ui-v2-text-subtle);text-decoration:none;transition:color .18s ease,background-color .18s ease}.app-shell-v2-quick-link-list>a:hover{color:var(--ui-v2-text);background:#f5f7f9}.app-shell-v2-quick-link-list>a.is-active{color:var(--ui-v2-brand-strong);background:var(--ui-v2-brand-soft)}.app-shell-v2-quick-link-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#f1f4f7;color:#657181}.app-shell-v2-quick-link-list>a.is-active .app-shell-v2-quick-link-icon{background:#dcecff;color:var(--ui-v2-brand-strong)}.app-shell-v2-quick-link-list>a>span:nth-child(2),.app-shell-v2-quick-link-options button>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:2px}.app-shell-v2-quick-link-list strong,.app-shell-v2-quick-link-options strong{overflow:hidden;font-size:12px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.app-shell-v2-quick-link-list small,.app-shell-v2-quick-link-options small{overflow:hidden;color:var(--ui-v2-text-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.app-shell-v2-quick-link-modes{margin-bottom:8px;padding:3px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;border-radius:10px;background:#f1f3f5}.app-shell-v2-quick-link-modes button{min-height:34px;padding:0 5px;border:0;border-radius:8px;background:transparent;color:var(--ui-v2-text-muted);font:inherit;font-size:10px;font-weight:800;cursor:pointer}.app-shell-v2-quick-link-modes button.is-active{background:#fff;color:var(--ui-v2-brand-strong);box-shadow:0 1px 2px #191f2814}.app-shell-v2-quick-link-guide,.app-shell-v2-quick-link-count{min-height:24px;margin:0;padding:0 4px 5px;color:var(--ui-v2-text-muted);font-size:10px;font-weight:700;line-height:1.4}.app-shell-v2-quick-link-count>span{color:var(--ui-v2-brand-strong)}.app-shell-v2-quick-link-search{display:block;margin-bottom:7px}.app-shell-v2-quick-link-search input{width:100%;height:36px;padding:0 10px;border:1px solid var(--ui-v2-line-strong);border-radius:9px;background:#fff;color:var(--ui-v2-text);font:inherit;font-size:11px}.app-shell-v2-quick-link-search input:focus{border-color:var(--ui-v2-brand);outline:3px solid rgba(49,130,246,.14)}.app-shell-v2-quick-link-no-results{min-height:56px;padding:16px 8px;display:grid;place-items:center;border:1px dashed var(--ui-v2-line-strong);border-radius:10px;color:var(--ui-v2-text-muted);font-size:11px;text-align:center}.app-shell-v2-quick-link-options button{width:100%;min-height:46px;padding:7px;display:grid;grid-template-columns:20px minmax(0,1fr) 24px;align-items:center;gap:7px;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--ui-v2-text-subtle);font:inherit;text-align:left;cursor:pointer}.app-shell-v2-quick-link-options button:hover{background:#f5f7f9}.app-shell-v2-quick-link-options button.is-selected{border-color:#cfe3ff;background:var(--ui-v2-brand-soft);color:var(--ui-v2-brand-strong)}.app-shell-v2-quick-link-options button[aria-disabled=true]:not(.is-selected){color:var(--ui-v2-text-muted);cursor:not-allowed;opacity:.62}.app-shell-v2-quick-link-check{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:#eef1f4}.app-shell-v2-quick-link-options button.is-selected .app-shell-v2-quick-link-check{background:var(--ui-v2-brand);color:#fff}.app-shell-v2-quick-links-empty{width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px dashed var(--ui-v2-line-strong);border-radius:10px;background:#fbfcfd;color:var(--ui-v2-text-muted);font:inherit;font-size:11px;font-weight:700;cursor:pointer}.app-shell-v2-quick-links-empty:hover{border-color:#9fc8ff;background:var(--ui-v2-brand-soft);color:var(--ui-v2-brand-strong)}.app-shell-v2-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell-v2-account{padding:12px;display:grid;gap:8px;border-top:1px solid var(--ui-v2-line);background:#fbfcfd}.app-shell-v2-account-card{min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px}.app-shell-v2-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#dff7f0;color:#087b5e;font-size:13px;font-weight:800}.app-shell-v2-account-card>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.app-shell-v2-account-card strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.app-shell-v2-account-card small{color:var(--ui-v2-text-muted);font-size:11px}.app-shell-v2-logout{min-height:38px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--ui-v2-line);border-radius:10px;background:#fff;color:var(--ui-v2-text-subtle);font:inherit;font-size:12px;font-weight:700;cursor:pointer}.app-shell-v2-logout:hover{color:var(--ui-v2-danger);background:#fff4f5;border-color:#ffd5d9}.app-shell-v2-utility{position:fixed;inset:0 0 auto var(--ui-v2-content-left);z-index:2147483602;height:var(--ui-v2-utility-height);padding:0 20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--ui-v2-line);background:#fffffff5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:left .18s ease}.app-shell-v2-panel-toggle{width:34px;height:34px;flex:0 0 auto;border-radius:9px;background:transparent;color:var(--ui-v2-text-subtle)}.app-shell-v2-panel-toggle:hover{background:#f2f4f6;color:var(--ui-v2-text)}.app-shell-v2-page-title{min-width:0;display:flex;align-items:center;gap:7px;color:var(--ui-v2-text-muted);font-size:12px}.app-shell-v2-page-title strong{overflow:hidden;color:var(--ui-v2-text);font-size:15px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.app-shell-v2-utility-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.app-shell-v2-preview-badge{padding:5px 9px;border-radius:999px;background:var(--ui-v2-brand-soft);color:var(--ui-v2-brand-strong);font-size:11px;font-weight:800}.app-shell-v2-legacy{height:34px;padding:0 11px;gap:4px;border:1px solid var(--ui-v2-line);border-radius:9px;background:#fff;color:var(--ui-v2-text-subtle);font-size:11px;font-weight:700}.app-shell-v2-legacy:hover{color:var(--ui-v2-text);border-color:var(--ui-v2-line-strong);background:#f9fafb}.app-shell-v2-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483601;display:none;border:0;background:#191f285c;opacity:0;pointer-events:none;transition:opacity .18s ease}html.ui-v2 .workspace{min-height:100vh;background:var(--ui-v2-bg)}html.ui-v2 .content-pane{width:calc(100% - var(--ui-v2-content-left));margin-left:var(--ui-v2-content-left);padding:calc(var(--ui-v2-utility-height) + 22px) 24px 28px;transition:width .18s ease,margin-left .18s ease;min-width:0;overflow-x:clip}html.ui-v2 .topbar{top:var(--ui-v2-utility-height);width:calc(100% - var(--ui-v2-content-left));margin-left:var(--ui-v2-content-left);padding:10px 20px;gap:8px;border-bottom:1px solid var(--ui-v2-line);background:#f5f6f8f5;box-shadow:none;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:width .18s ease,margin-left .18s ease}html.ui-v2 .toolbar-group{border-color:var(--ui-v2-line);border-radius:12px;background:#fff;box-shadow:none}html.ui-v2 .group-label{color:var(--ui-v2-text-muted);font-weight:700}html.ui-v2 button,html.ui-v2 input,html.ui-v2 select,html.ui-v2 textarea{font-family:inherit}html.ui-v2 button,html.ui-v2 .action-btn,html.ui-v2 .secondary-btn,html.ui-v2 .primary{border-radius:9px;box-shadow:none}html.ui-v2 .primary,html.ui-v2 button.primary{border-color:var(--ui-v2-brand);background:var(--ui-v2-brand);color:#fff}html.ui-v2 .primary:hover,html.ui-v2 button.primary:hover{border-color:var(--ui-v2-brand-strong);background:var(--ui-v2-brand-strong)}html.ui-v2 input,html.ui-v2 select,html.ui-v2 textarea,html.ui-v2 .filter-input,html.ui-v2 .text-input{border-color:var(--ui-v2-line-strong);border-radius:9px;background:#fff;color:var(--ui-v2-text);box-shadow:none}html.ui-v2 input:focus,html.ui-v2 select:focus,html.ui-v2 textarea:focus,html.ui-v2 .filter-input:focus,html.ui-v2 .text-input:focus{border-color:var(--ui-v2-brand);outline:3px solid rgba(49,130,246,.14);outline-offset:0}html.ui-v2 .dash-card,html.ui-v2 .dash-top,html.ui-v2 .dash-trend,html.ui-v2 .kpi-card,html.ui-v2 .ops-card,html.ui-v2 .facet-card,html.ui-v2 .finance-chart-card,html.ui-v2 .finance-decision-card,html.ui-v2 .finance-sheet-table-wrap,html.ui-v2 .inventory-card,html.ui-v2 .cny-exchange-settings,html.ui-v2 .cny-account-grid-host,html.ui-v2 .admin-users-card,html.ui-v2 .mixed-bom-card{border:1px solid var(--ui-v2-line);border-radius:var(--ui-v2-radius-md);background:var(--ui-v2-surface);box-shadow:none}html.ui-v2 .dash-wrap,html.ui-v2 .dash-body,html.ui-v2 .dash-main,html.ui-v2 .dash-grid,html.ui-v2 .dash-detail-grid,html.ui-v2 .dash-panel-top,html.ui-v2 .dash-panel-bottom{min-width:0;max-width:100%}html.ui-v2 .dash-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(112px,1fr))}html.ui-v2 .dash-purchase-rhythm-card,html.ui-v2 .dash-panel-top,html.ui-v2 .dash-panel-bottom{overflow-x:auto}html.ui-v2 .kpi-card strong,html.ui-v2 .dash-card strong,html.ui-v2 .stat-value{color:var(--ui-v2-text);letter-spacing:-.035em}html.ui-v2 .dash-error,html.ui-v2 .stale-warning,html.ui-v2 [role=status]{border-radius:10px;box-shadow:none}html.ui-v2 .grid-wrap,html.ui-v2 .cny-account-grid-host,html.ui-v2 .finance-monthly-grid-host,html.ui-v2 .finance-sheet-table-wrap{overflow:hidden;border:1px solid var(--ui-v2-line);border-radius:var(--ui-v2-radius-md);background:#fff;box-shadow:none}html.ui-v2 .ag-theme-quartz{--ag-font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;--ag-font-size: 12px;--ag-background-color: #ffffff;--ag-foreground-color: #333d4b;--ag-header-background-color: #f7f8fa;--ag-header-foreground-color: #4e5968;--ag-border-color: #e5e8eb;--ag-row-border-color: #edf0f2;--ag-selected-row-background-color: #eaf3ff;--ag-row-hover-color: #f7faff;--ag-input-focus-border-color: #3182f6;--ag-wrapper-border-radius: 13px;--ag-cell-horizontal-padding: 10px}html.ui-v2 table{border-color:var(--ui-v2-line)}html.ui-v2 table th{color:var(--ui-v2-text-subtle);background:#f7f8fa;font-weight:750}html.ui-v2 table td{border-color:#edf0f2}html.ui-v2 .modal,html.ui-v2 .confirm-modal,html.ui-v2 .mobile-sheet{border:1px solid var(--ui-v2-line);border-radius:18px;background:#fff;box-shadow:0 18px 48px #191f282e}html.ui-v2 .toast-message{border:1px solid var(--ui-v2-line);border-radius:12px;box-shadow:0 10px 28px #191f281f}html.ui-v2 .login-shell{background:radial-gradient(circle at 12% 14%,rgba(37,99,235,.1),transparent 28%),radial-gradient(circle at 88% 84%,rgba(14,165,233,.1),transparent 30%),linear-gradient(135deg,#f5f8fd,#edf3fb 46%,#f7f9fc);font-family:Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Noto Sans KR,sans-serif}html.ui-v2 .login-card{border:1px solid rgba(15,44,90,.08);border-radius:28px;background:#fff;box-shadow:0 30px 70px #1c365b29,0 8px 24px #1c365b14}html.ui-v2 .login-brand strong{color:var(--ui-v2-text);letter-spacing:-.03em}html.ui-v2 .login-brand img{border:0;border-radius:0}html.ui-v2 .login-submit{background:linear-gradient(135deg,#176fd0,#0b55ac);box-shadow:0 10px 22px #1363c03b}html.ui-v2 .login-submit:disabled{background:#b9c6d5;box-shadow:none}html.ui-v2 .login-password-toggle{background:transparent;box-shadow:none}html.ui-v2 .login-password-toggle:hover{background:#edf4fc}@media (max-width: 720px){html.ui-v2 .login-shell{background:#fff}html.ui-v2 .login-card{border:0;border-radius:0;box-shadow:none}}.app-shell-v2-brand:focus-visible,.app-shell-v2-rail-item:focus-visible,.app-shell-v2-context-item:focus-visible,.app-shell-v2-context-child-row>a:focus-visible,.app-shell-v2-context-favorite:focus-visible,.app-shell-v2-pending-status-list>a:focus-visible,.app-shell-v2-quick-links-head button:focus-visible,.app-shell-v2-quick-link-modes button:focus-visible,.app-shell-v2-quick-link-list>a:focus-visible,.app-shell-v2-quick-link-options button:focus-visible,.app-shell-v2-quick-links-empty:focus-visible,.app-shell-v2-context-head button:focus-visible,.app-shell-v2-panel-toggle:focus-visible,.app-shell-v2-legacy:focus-visible,.app-shell-v2-logout:focus-visible{outline:3px solid rgba(49,130,246,.34);outline-offset:2px}@media (min-width: 1200px){html.ui-v2.ui-v2-sidebar-open .app-shell-v2-context{box-shadow:none}}@media (min-width: 901px){html.ui-v2 .inventory-type-tabs{display:none}}@media (min-width: 901px) and (max-width: 1199px){html.ui-v2,html.ui-v2.ui-v2-sidebar-open{--ui-v2-content-left: var(--ui-v2-rail-width)}.app-shell-v2-context{box-shadow:12px 0 32px #191f2824}.app-shell-v2-overlay{display:block}.app-shell-v2-overlay.is-visible{opacity:1;pointer-events:auto}}@media (max-width: 900px){html.ui-v2,html.ui-v2.ui-v2-sidebar-open{--ui-v2-content-left: 0px;--ui-v2-utility-height: 0px}.app-shell-v2-rail,.app-shell-v2-context,.app-shell-v2-utility,.app-shell-v2-overlay{display:none!important}html.ui-v2 .content-pane{width:100%;margin-left:0;padding:12px 12px 92px}html.ui-v2 .topbar{top:0;width:100%;margin-left:0;padding-inline:12px}html.ui-v2 .mobile-topbar{border-bottom-color:var(--ui-v2-line);background:#fffffff7;color:var(--ui-v2-text);box-shadow:none;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}html.ui-v2 .mobile-status-pill{color:#475467;background:#f2f4f7}html.ui-v2 .mobile-bottom-nav{border-top:1px solid var(--ui-v2-line);background:#fffffff7;box-shadow:0 -8px 24px #191f280f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}html.ui-v2 .mobile-bottom-nav button{color:var(--ui-v2-text-muted);background:transparent}html.ui-v2 .mobile-bottom-nav button.active{color:var(--ui-v2-brand)}html.ui-v2 .kpi-grid,html.ui-v2 .kpi-grid-compact{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.app-shell-v2-context,.app-shell-v2-overlay,.app-shell-v2-utility,html.ui-v2 .content-pane,html.ui-v2 .topbar,.app-shell-v2-rail-item,.app-shell-v2-context-item,.app-shell-v2-context-favorite,.app-shell-v2-quick-link-list>a{transition:none!important}}
