.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 75% 18%,rgba(228,177,73,.18),transparent 32%),#103d35}.login-panel{width:min(430px,100%);border:1px solid rgba(255,255,255,.14);border-radius:16px;background:#f9faf7;padding:32px;box-shadow:0 30px 90px rgba(4,27,22,.35)}.login-brand{display:flex;align-items:center;gap:11px;padding-bottom:25px;border-bottom:1px solid #dce4df}.login-brand p{margin:0;color:#1c4037;font-size:15px;font-weight:850;letter-spacing:1px}.login-brand span{display:block;margin-top:3px;color:#7a8b84;font-size:10px;letter-spacing:1.2px}.login-copy{padding:27px 0 20px}.login-copy h1{margin:6px 0 7px;color:#193c33;font-size:30px}.login-copy>p:last-child{margin:0;color:#72827c;font-size:12px;line-height:1.65}.login-form{display:grid;gap:15px}.login-form label{display:grid;gap:7px;color:#40534d;font-size:12px;font-weight:750}.login-form input{width:100%;border:1px solid #cbd8d2;border-radius:8px;background:#fff;padding:12px 13px;outline:none}.login-form input:focus{border-color:#2f7664;box-shadow:0 0 0 3px rgba(47,118,100,.11)}.login-form button{border:0;border-radius:8px;background:#174e42;padding:12px;color:#fff;font-weight:800;box-shadow:0 3px 0 #0c392f}.login-form button:disabled{cursor:wait;opacity:.68}.login-error{margin:0;border-left:3px solid #c34d45;background:#fff0ee;padding:9px 11px;color:#9d3934;font-size:11px;line-height:1.5}.admin-workspace{max-width:1500px}.admin-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:23px}.admin-head h1{margin:6px 0 7px;font-size:30px}.admin-head>div>p:last-child{margin:0;color:#72827c;font-size:12px;line-height:1.6}.admin-error{margin-bottom:14px;border:1px solid #e4b2ae;border-radius:7px;background:#fff0ee;padding:11px 13px;color:#9d3934;font-size:12px}.account-list,.audit-list{overflow:hidden;border:1px solid #d8e0dc;border-radius:9px;background:#fff}.account-list>article,.account-list>header{display:grid;grid-template-columns:minmax(160px,1.2fr) minmax(130px,1fr) 100px minmax(150px,1fr) minmax(170px,auto);align-items:center;gap:12px;padding:13px 16px}.account-list>header,.audit-list>header{border-bottom:1px solid #dce4df;background:#f6f8f6;color:#77857f;font-size:10px;font-weight:800;letter-spacing:.5px}.account-list>article{min-height:67px;border-bottom:1px solid #e8edea}.account-list>article:last-child{border-bottom:0}.account-list b,.account-list small{display:block}.account-list b{color:#29483e;font-size:13px}.account-list small{margin-top:4px;color:#83918c;font-size:10px}.account-list code{color:#4d655c;font-size:11px}.account-list time{color:#687a73;font-size:11px}.account-status{justify-self:start;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}.account-status.is-active{background:#e4f2e9;color:#2d6e4b}.account-status.is-disabled{background:#eee;color:#727b77}.account-actions{display:flex;justify-content:flex-end;gap:7px}.account-actions button{border:1px solid #cbd7d1;border-radius:5px;background:#fff;padding:7px 9px;color:#31564a;font-size:10px;font-weight:750}.account-actions button.danger{border-color:#e1b8b4;color:#a43d37}.account-modal label small{color:#82908a;font-size:10px;font-weight:500}.audit-search{display:grid;gap:6px;color:#61736c;font-size:10px;font-weight:800}.audit-search input{width:260px;border:1px solid #cbd8d2;border-radius:7px;background:#fff;padding:10px 11px;outline:none}.audit-list>button,.audit-list>header{display:grid;grid-template-columns:160px 110px minmax(260px,1fr) minmax(150px,.7fr) 64px;align-items:center;gap:12px;padding:12px 15px}.audit-list>button{width:100%;border:0;border-bottom:1px solid #e8edea;background:#fff;color:#50625b;text-align:left}.audit-list>button:hover{background:#f3f7f4}.audit-list>button code,.audit-list>button time{font-size:10px;color:#788781}.audit-list>button b{color:#29483e;font-size:12px}.audit-list>button span{font-size:11px}.audit-list>button em{justify-self:start;border-radius:999px;padding:4px 7px;font-size:9px;font-style:normal;font-weight:800}.audit-list>button em.is-success{background:#e5f2ea;color:#2d704c}.audit-list>button em.is-failure{background:#fae8e6;color:#a63e38}.audit-empty{margin:0;padding:48px;text-align:center;color:#8a9892;font-size:12px}.audit-modal{width:min(760px,calc(100vw - 30px));max-height:calc(100vh - 40px);overflow:auto}.audit-modal dl{display:grid;grid-template-columns:1fr 1fr;margin:0 0 15px;border:1px solid #dce4df;border-radius:7px;overflow:hidden}.audit-modal dl>div{padding:10px 12px;border-right:1px solid #e2e8e5;border-bottom:1px solid #e2e8e5}.audit-modal dl>div:nth-child(2n){border-right:0}.audit-modal dl>div:nth-last-child(-n+2){border-bottom:0}.audit-modal dt{color:#82908b;font-size:9px;font-weight:800}.audit-modal dd{margin:4px 0 0;color:#334d44;font-size:11px}.audit-snapshot{margin-top:12px}.audit-snapshot h3{margin:0 0 7px;color:#40564e;font-size:11px}.audit-snapshot p,.audit-snapshot pre{max-height:250px;overflow:auto;margin:0;border:1px solid #dce4df;border-radius:7px;background:#f6f8f6;padding:11px;color:#43584f;font:10px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.audit-snapshot p{color:#8a9892}@media(max-width:900px){.account-list>header{display:none}.account-list>article{grid-template-columns:1fr auto;gap:9px}.account-list>article>code,.account-list>article>time{grid-column:1}.account-list>article>.account-status{grid-column:2;grid-row:1}.account-actions{grid-column:2;grid-row:2/4;display:grid}.audit-list>header{display:none}.audit-list>button{grid-template-columns:110px 1fr 58px}.audit-list>button code,.audit-list>button span{grid-column:1/-1}.audit-list>button em{grid-column:3;grid-row:1}}@media(max-width:760px){.login-panel{padding:24px}.admin-head{display:grid}.admin-head .primary-button,.audit-search,.audit-search input{width:100%}.account-list>article{padding:13px}.audit-list>button{grid-template-columns:1fr auto}.audit-list>button b{grid-row:1}.audit-list>button time{grid-row:2}.audit-list>button em{grid-column:2;grid-row:1/3}.audit-modal dl{grid-template-columns:1fr}.audit-modal dl>div{border-right:0}.audit-modal dl>div:nth-last-child(-n+2){border-bottom:1px solid #e2e8e5}.audit-modal dl>div:last-child{border-bottom:0}}.login-page{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 75% 18%,rgba(229,179,71,.24),transparent 27%),radial-gradient(circle at 12% 85%,rgba(71,132,108,.22),transparent 32%),linear-gradient(145deg,#0f4036,#082d27)}.login-page:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 0);background-size:52px 52px;mask-image:linear-gradient(180deg,black,transparent 88%)}.login-page:after{content:"供应链运营工作台";position:absolute;right:4vw;bottom:3vw;color:rgba(255,255,255,.075);font-size:clamp(38px,6vw,92px);font-weight:800;letter-spacing:-.05em;white-space:nowrap;pointer-events:none}.login-panel{position:relative;overflow:hidden;border-color:rgba(255,255,255,.3);border-radius:22px;background:rgba(250,251,248,.96);box-shadow:0 38px 100px rgba(2,25,20,.43),inset 0 1px 0 rgba(255,255,255,.8);backdrop-filter:blur(18px);animation:admin-panel-in .45s cubic-bezier(.2,.8,.3,1) both}.login-panel:before{content:"";position:absolute;top:0;right:0;left:0;background:linear-gradient(90deg,#d49b30,#f0ce74,#9e6d20)}.login-brand{border-bottom-color:#dce5df}.login-copy h1{font-size:32px;letter-spacing:-.04em}.login-form{gap:17px}.login-form input{min-height:47px;border-color:#c9d7d0;border-radius:10px;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.login-form input:hover{border-color:#95b0a4}.login-form input:focus{border-color:#3f806b;box-shadow:0 0 0 4px rgba(47,118,100,.1)}.login-form button{min-height:47px;border-radius:10px;background:linear-gradient(105deg,#174f42,#0f4137);box-shadow:0 9px 22px rgba(13,65,53,.21),inset 0 1px 0 rgba(255,255,255,.12);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.login-form button:hover:not(:disabled){box-shadow:0 13px 26px rgba(13,65,53,.27),inset 0 1px 0 rgba(255,255,255,.14)}.admin-workspace{max-width:1680px}.admin-head{align-items:flex-end;padding-bottom:24px;border-bottom:1px solid #dce5df}.admin-head h1{font-size:34px}.admin-head>div>p:last-child{max-width:720px;font-size:13px}.account-list,.audit-list{border-color:#d4dfd9;border-radius:16px;box-shadow:0 18px 48px rgba(29,64,54,.075),0 2px 7px rgba(29,64,54,.035)}.account-list>header,.audit-list>header{min-height:48px;background:linear-gradient(105deg,#f1f5f2,#f8faf8);color:#647970;font-size:11px;letter-spacing:.07em}.account-list>article,.audit-list>button{transition:background-color .18s ease,transform .18s ease,box-shadow .18s ease}.account-list>article:hover,.audit-list>button:hover{position:relative;background:linear-gradient(90deg,#f4f9f6,#fff);box-shadow:inset 3px 0 0 #d2a23f}.account-list>article{min-height:74px}.account-list b{font-size:14px}.account-actions button{border-radius:8px;transition:transform .18s ease,background-color .18s ease,border-color .18s ease}.account-actions button:hover:not(:disabled){transform:translateY(-1px);border-color:#91ad9f;background:#f7faf8}.audit-search{gap:8px;font-size:11px}.audit-search input{width:300px;min-height:43px;border-radius:10px;transition:border-color .18s ease,box-shadow .18s ease}.audit-search input:hover{border-color:#9bb5a9}.audit-search input:focus{border-color:#4d8873;box-shadow:0 0 0 4px rgba(63,126,105,.1)}.admin-empty,.audit-empty{margin:0;padding:74px 24px;text-align:center;color:#82928c;font-size:12px}.admin-empty:before,.audit-empty:before{content:"";display:block;width:32px;height:32px;margin:0 auto 14px;border:1px solid #c8d7cf;border-radius:50%;background:radial-gradient(circle,#d7a33c 0 3px,transparent 4px)}.admin-skeleton{display:grid}.admin-skeleton>div{display:grid;grid-template-columns:minmax(160px,1.2fr) minmax(130px,1fr) 100px minmax(150px,1fr) minmax(170px,auto);align-items:center;gap:12px;min-height:74px;padding:13px 16px;border-bottom:1px solid #e8edea}.admin-skeleton>div:last-child{border-bottom:0}.admin-skeleton i{position:relative;display:block;height:12px;overflow:hidden;border-radius:7px;background:#e8eeea}.admin-skeleton i:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.9),transparent);transform:translateX(-100%);animation:admin-shimmer 1.25s ease-in-out infinite}.admin-skeleton i:nth-child(3),.admin-skeleton i:nth-child(5){width:68%}.audit-skeleton>div{grid-template-columns:160px 110px minmax(260px,1fr) minmax(150px,.7fr) 64px}.audit-modal{border-radius:18px}.audit-snapshot p,.audit-snapshot pre{border-radius:10px;background:#f3f6f4}@keyframes admin-panel-in{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes admin-shimmer{to{transform:translateX(100%)}}@media(max-width:900px){.admin-skeleton>div{grid-template-columns:1fr auto}.admin-skeleton i:nth-child(n+3){display:none}.audit-skeleton>div{grid-template-columns:110px 1fr 58px}.audit-skeleton i:nth-child(3){display:block}}@media(max-width:760px){.login-page:after{display:none}.login-panel{padding:26px 22px}.admin-head{align-items:stretch;padding-bottom:19px}.admin-head h1{font-size:28px}.account-list,.audit-list{min-height:300px;border-radius:13px}.audit-search input{width:100%}}@media(prefers-reduced-motion:reduce){.admin-skeleton i:after,.login-panel{animation:none}}.login-page{grid-template-columns:minmax(420px,1.25fr) minmax(390px,.75fr);gap:clamp(56px,8vw,150px);place-items:stretch;padding:clamp(34px,5vw,76px);background:linear-gradient(rgba(255,255,255,.028) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 0),radial-gradient(circle at 12% 88%,rgba(215,163,58,.14),transparent 28%),linear-gradient(135deg,#103b33,#082b25);background-size:48px 48px,48px 48px,auto,auto}.login-page:before{inset:22px;border:1px solid rgba(255,255,255,.09);background:none;mask-image:none}.login-page:after{display:none}.login-context{position:relative;z-index:1;display:grid;align-content:space-between;min-height:calc(100vh - clamp(68px,10vw,152px));color:#e8eee8}.login-context-code{display:flex;align-items:baseline;gap:10px;width:max-content;padding-bottom:10px;border-bottom:3px solid #d7a33a;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.login-context-code span{font-size:12px;letter-spacing:.18em}.login-context-code b{color:#d7a33a;font-size:27px}.login-context>div:nth-child(2){max-width:690px}.login-context .eyebrow{color:#d7b467}.login-context h1{margin:14px 0 22px;color:#f3f0e7;font-family:Songti SC,STSong,"Noto Serif CJK SC",serif;font-size:clamp(52px,6vw,96px);font-weight:700;line-height:.98;letter-spacing:-.07em}.login-context h1 span{color:#d7a33a}.login-context>div:nth-child(2)>p:last-child{max-width:570px;margin:0;color:#a9beb6;font-size:14px;line-height:1.85}.login-context ol{display:grid;grid-template-columns:repeat(4,minmax(90px,1fr));max-width:680px;margin:0;padding:0;list-style:none;border-top:1px solid rgba(255,255,255,.19)}.login-context li{position:relative;display:grid;gap:12px;padding:17px 12px 0 0}.login-context li:before{content:"";position:absolute;top:-4px;left:0;width:7px;height:7px;background:#d7a33a}.login-context li span{color:#708d83;font:9px ui-monospace,SFMono-Regular,Menlo,monospace}.login-context li b{font-size:12px;font-weight:650}.login-context>small{color:#769187;font:8px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.16em}.login-panel{align-self:center;width:min(440px,100%);justify-self:end;padding:34px;overflow:visible;border:1px solid #e1dfd4;border-radius:3px;background:#f5f3ea;box-shadow:10px 12px 0 rgba(1,22,18,.22),0 34px 90px rgba(1,22,18,.3);backdrop-filter:none}.login-panel:before{top:-1px;right:22px;left:22px;height:4px;background:linear-gradient(90deg,#d96b35 0 32px,#d7a33a 32px 100%)}.login-brand{padding-bottom:23px;border-bottom-color:#d5d4cb}.login-copy{padding:31px 0 22px}.login-copy h1{margin-top:9px;color:#163c32;font-family:Songti SC,STSong,"Noto Serif CJK SC",serif;font-size:36px;letter-spacing:-.05em}.login-form input{min-height:48px;border-radius:2px;background:#fbfaf5}.login-form button{min-height:48px;border-radius:2px;background:#0c332d;box-shadow:3px 3px 0 rgba(12,51,45,.22)}.login-form button:hover:not(:disabled){transform:translateY(-1px);box-shadow:4px 4px 0 rgba(12,51,45,.2)}.admin-head{padding-bottom:20px;border-bottom:1px solid #bdc7c0}.admin-head h1{font-family:var(--ops-serif);font-weight:700}.account-list,.audit-list{min-height:420px;border-color:#c8d0ca;border-radius:3px;background:var(--ops-card);box-shadow:var(--experience-shadow)}.account-list>header,.audit-list>header{background:linear-gradient(90deg,#ebece6,#f7f6f0);color:#5f746b}.account-list>article:hover,.audit-list>button:hover{background:#fffef9;box-shadow:inset 4px 0 0 var(--ops-gold)}.account-actions button,.audit-search input{border-radius:2px}.audit-modal{border-radius:3px}.audit-snapshot p,.audit-snapshot pre{border-radius:2px;background:#f0f1eb}@media(max-width:960px){.login-page{grid-template-columns:minmax(300px,.9fr) minmax(360px,1.1fr);gap:40px;padding:38px}.login-context h1{font-size:clamp(45px,7vw,70px)}.login-context ol{grid-template-columns:1fr 1fr;gap:16px 0}}@media(max-width:760px){.login-page{display:grid;grid-template-columns:1fr;place-items:center;padding:22px}.login-page:before{inset:10px}.login-context{display:none}.login-panel{justify-self:center;padding:28px 23px}.login-copy h1{font-size:32px}}.dashboard-shell{background:linear-gradient(90deg,#103d35 0 242px,#f3f4ef 242px)}.dashboard-workspace{width:min(1580px,100%);min-width:0;margin:0 auto;padding:26px 30px 44px}.dashboard-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.dashboard-header h1{margin:5px 0 4px;color:#172b28;font-family:Georgia,Songti SC,serif;font-size:32px;letter-spacing:-.035em}.dashboard-header>div:first-child>p:last-child{margin:0;color:#687a73;font-size:13px}.dashboard-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px}.dashboard-freshness{display:grid;gap:2px;min-width:168px;border-right:1px solid #ccd7d1;margin-right:5px;padding-right:16px;text-align:right}.dashboard-freshness span{color:#788981;font-size:9px;font-weight:800;letter-spacing:.08em}.dashboard-freshness b{color:#29493f;font:700 12px ui-monospace,SFMono-Regular,Menlo,monospace}.dashboard-freshness small{color:#8d9994;font-size:9px}.dashboard-record-button{display:inline-flex;align-items:center;text-decoration:none}.dashboard-inline-error{width:100%;margin:0 0 12px;border:1px solid #dfaca5;border-radius:7px;background:#fff1ef;padding:9px 12px;color:#9a4139;text-align:left;font-size:11px;font-weight:750}.dashboard-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-bottom:13px}.dashboard-flow-step{position:relative;min-width:0}.dashboard-flow-arrow{position:absolute;z-index:2;top:50%;right:-19px;display:grid;place-items:center;width:14px;height:28px;margin-top:-14px;color:#275849;font:800 25px/1 Georgia,serif}.dashboard-metric-card{--metric:#2d6a55;position:relative;overflow:hidden;min-height:204px;border:1px solid color-mix(in srgb,var(--metric) 58%,#fff);border-radius:12px;background:linear-gradient(145deg,#fff 0,color-mix(in srgb,var(--metric) 5%,#fff) 100%);padding:16px 17px 13px;box-shadow:0 6px 20px rgba(23,61,50,.045)}.dashboard-metric-card:before{content:"";position:absolute;top:0;right:0;left:0;height:3px;background:var(--metric)}.dashboard-metric-card.is-warning{--metric:#c6761b}.dashboard-metric-card.is-danger{--metric:#b9433d}.dashboard-metric-card.is-boundary{--metric:#6d7c76;border-style:dashed;background:repeating-linear-gradient(135deg,#fbfcfa,#fbfcfa 13px,#f5f7f4 0,#f5f7f4 26px)}.dashboard-metric-card>header{display:flex;align-items:center;gap:11px}.dashboard-metric-symbol{width:39px;height:39px;display:grid;place-items:center;flex:0 0 auto;border:1px solid color-mix(in srgb,var(--metric) 60%,#fff);border-radius:50%;background:color-mix(in srgb,var(--metric) 8%,#fff);color:var(--metric);font-family:Songti SC,serif;font-size:15px;font-weight:900}.dashboard-metric-card header small{display:block;color:#87948e;font:700 8px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em}.dashboard-metric-card h2{margin:2px 0 0;color:#253d36;font-size:15px;line-height:1.2}.dashboard-metric-card>p{margin:15px 0 4px;color:#76867f;font-size:10px}.dashboard-metric-card>strong{display:block;color:var(--metric);font:750 clamp(24px,2.1vw,34px)/1.1 Georgia,Songti SC,serif;font-variant-numeric:tabular-nums;white-space:nowrap}.dashboard-metric-card>strong small{font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px}.dashboard-metric-meta{display:flex;align-items:center;justify-content:space-between;gap:7px;margin-top:13px;border-top:1px solid #dfe6e2;padding-top:10px}.dashboard-metric-meta span{color:#657871;font-size:10px}.dashboard-metric-meta b{border-radius:999px;background:color-mix(in srgb,var(--metric) 10%,#fff);padding:4px 7px;color:var(--metric);font-size:9px;white-space:nowrap}.dashboard-metric-card footer{margin:9px -17px -13px;padding:8px 17px;background:rgba(27,66,55,.035);color:#778680;font-size:9px;line-height:1.45}.dashboard-scope-note{display:flex;align-items:center;gap:13px;margin-bottom:16px;border:1px solid #d8dfdb;border-left:3px solid #194f42;border-radius:7px;background:#fff;padding:9px 12px}.dashboard-scope-note b{color:#21483d;font-size:10px;white-space:nowrap}.dashboard-scope-note span{color:#4f665e;font-size:11px}.dashboard-scope-note em{margin-left:auto;color:#7e8985;font-size:9px;font-style:normal;text-align:right}.dashboard-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 335px;gap:16px;align-items:start}.dashboard-primary-column{display:grid;min-width:0;gap:16px}.dashboard-panel{min-width:0;border:1px solid #d7dfda;border-radius:12px;background:#fff;box-shadow:0 8px 26px rgba(27,61,52,.045)}.dashboard-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border-bottom:1px solid #e0e6e2;padding:15px 17px 13px}.dashboard-action-rail>header>span,.dashboard-panel-header>div>span{display:block;color:#8d6a28;font:800 9px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em;text-transform:uppercase}.dashboard-action-rail h2,.dashboard-panel-header h2{margin:4px 0 3px;color:#233f36;font-size:16px}.dashboard-action-rail>header p,.dashboard-panel-header p{margin:0;color:#7a8983;font-size:10px;line-height:1.5}.dashboard-panel-header>a{align-self:center;color:#1e6753;font-size:10px;font-weight:800;text-decoration:none;white-space:nowrap}.dashboard-range{display:flex;gap:3px;border:1px solid #d6dfda;border-radius:7px;background:#f4f6f3;padding:3px}.dashboard-range button{border:0;border-radius:4px;background:transparent;padding:6px 8px;color:#76857f;font-size:9px;font-weight:750}.dashboard-range button.is-active{background:#fff;color:#164f41;box-shadow:0 1px 4px rgba(29,65,54,.12)}.dashboard-chart-wrap{overflow:hidden;padding:10px 14px 0}.dashboard-chart{display:block;width:100%;height:250px;overflow:visible}.dashboard-chart text{fill:#87938e;font:9px ui-monospace,SFMono-Regular,Menlo,monospace}.dashboard-chart-grid{stroke:#e3e8e5;stroke-width:1;stroke-dasharray:3 5}.dashboard-chart-line{fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.dashboard-chart-legend{display:flex;align-items:center;gap:18px;border-top:1px solid #edf0ee;padding:10px 17px 12px;overflow:auto}.dashboard-chart-legend span{display:flex;align-items:center;gap:6px;color:#63756e;font-size:9px;white-space:nowrap}.dashboard-chart-legend i{width:8px;height:8px;border-radius:50%}.dashboard-chart-legend b{color:#2f4d43;font-size:10px}.dashboard-table-wrap{max-width:100%;overflow:auto}.dashboard-ledger-table{min-width:1050px}.dashboard-ledger-table th{background:#f7f8f5;color:#72817b;font-size:9px;letter-spacing:.04em;text-transform:none}.dashboard-ledger-table td{padding:11px 10px;color:#53655e;font-size:10px}.dashboard-ledger-table td:first-child{min-width:190px}.dashboard-ledger-table td:first-child a{display:block;text-decoration:none}.dashboard-ledger-table td b{color:#24483c;font-size:11px}.dashboard-ledger-table td small{max-width:220px;overflow:hidden;color:#85918c;text-overflow:ellipsis}.dashboard-ledger-table .is-number{color:#285843;font-weight:800;font-variant-numeric:tabular-nums;white-space:nowrap}.dashboard-data-state,.dashboard-expiry{display:inline-block;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:800;white-space:nowrap}.dashboard-data-state.is-ok,.dashboard-expiry.is-ok{background:#e7f1e8;color:#356749}.dashboard-data-state.is-warning,.dashboard-expiry.is-warning{background:#fff0d1;color:#946010}.dashboard-data-state.is-danger,.dashboard-expiry.is-danger{background:#fae3e0;color:#a23d37}.dashboard-expiry.is-muted{background:#edf0ed;color:#718079}.dashboard-empty{display:grid;place-items:center;min-height:145px;color:#87938e;font-size:11px}.dashboard-action-rail{position:sticky;top:16px;max-height:calc(100vh - 32px);overflow:auto;border:1px solid #d8dfdb;border-radius:12px;background:#f7f8f5;padding:14px;box-shadow:0 8px 26px rgba(27,61,52,.04)}.dashboard-action-rail>header{padding:2px 3px 12px}.dashboard-action-rail h2{font-family:Georgia,Songti SC,serif;font-size:21px}.dashboard-action-list{display:grid;gap:9px}.dashboard-action-card{--action:#bf7a22;border:1px solid color-mix(in srgb,var(--action) 45%,#fff);border-radius:9px;background:#fff;padding:12px}.dashboard-action-card.is-danger{--action:#b8433c}.dashboard-action-card.is-info{--action:#3c7462}.dashboard-action-title{display:flex;align-items:flex-start;gap:9px}.dashboard-action-title>span{width:23px;height:23px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--action);color:#fff;font:800 11px Georgia,serif}.dashboard-action-title small{display:block;color:var(--action);font:800 8px ui-monospace,SFMono-Regular,Menlo,monospace}.dashboard-action-title h3{margin:2px 0 0;color:#33463f;font-size:12px;line-height:1.45}.dashboard-action-card dl{display:grid;gap:8px;margin:12px 0}.dashboard-action-card dl>div{display:grid;gap:2px}.dashboard-action-card dt{color:#867557;font-size:8px;font-weight:800}.dashboard-action-card dd{margin:0;color:#63736d;font-size:9px;line-height:1.55}.dashboard-action-card>a{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ecefed;padding-top:9px;color:#285e4e;font-size:9px;font-weight:800;text-decoration:none}.dashboard-action-card>a span{font-size:14px}.dashboard-action-clear{display:grid;justify-items:center;gap:5px;border:1px solid #cfe0d7;border-radius:9px;background:#fff;padding:24px 13px;text-align:center}.dashboard-action-clear>span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#dcecdf;color:#28654a;font-weight:900}.dashboard-action-clear b{color:#2d5749;font-size:12px}.dashboard-action-clear p{margin:0;color:#7c8b85;font-size:9px}.dashboard-loss-panel{margin-top:16px}.dashboard-loss-grid{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(270px,1fr) minmax(270px,1fr);gap:1px;background:#dfe5e1}.dashboard-loss-breakdown,.dashboard-loss-overall{min-width:0;background:#fff;padding:16px}.dashboard-loss-overall{display:grid;align-content:center;background:linear-gradient(140deg,#fff8e7,#fffdf8)}.dashboard-loss-overall>span{color:#7f6b42;font-size:10px}.dashboard-loss-overall>strong{margin-top:6px;color:#7f5b19;font:750 35px/1 Georgia,Songti SC,serif}.dashboard-loss-overall>p{margin:9px 0 0;color:#756c58;font-size:9px;line-height:1.55}.dashboard-loss-overall>em{margin-top:9px;border-left:2px solid #d09b31;padding-left:7px;color:#8a6723;font-size:9px;font-style:normal}.dashboard-loss-breakdown>header{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #e7ece9;padding-bottom:9px}.dashboard-loss-breakdown>header div{display:grid;gap:2px}.dashboard-loss-breakdown>header b{color:#2b4c41;font-size:11px}.dashboard-loss-breakdown>header small{color:#87938e;font-size:8px}.dashboard-loss-breakdown>header>span{border-radius:999px;background:#edf2ee;padding:4px 6px;color:#61766e;font-size:8px}.dashboard-loss-breakdown>div{display:grid}.dashboard-loss-breakdown article{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #edf0ee;padding:8px 0}.dashboard-loss-breakdown article:last-child{border-bottom:0}.dashboard-loss-breakdown article>div{display:grid;min-width:0;gap:2px}.dashboard-loss-breakdown article b{overflow:hidden;color:#3a554c;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.dashboard-loss-breakdown article small{color:#8a9691;font-size:8px}.dashboard-loss-breakdown article strong{color:#8a5d22;font:750 14px Georgia,serif}.dashboard-loss-breakdown>div>p{margin:18px 0;color:#87938e;font-size:9px;text-align:center}.dashboard-quality-footer{display:grid;grid-template-columns:repeat(4,1fr);margin-top:12px;border:1px solid #d8dfdb;border-radius:9px;background:#fff}.dashboard-quality-footer>div{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;border-right:1px solid #e0e6e2;padding:10px 12px}.dashboard-quality-footer>div:last-child{border-right:0}.dashboard-quality-footer span{width:8px;height:8px;border-radius:50%;background:#4b8566}.dashboard-quality-footer span.is-warning{background:#d28e25}.dashboard-quality-footer span.is-danger{background:#bd4640}.dashboard-quality-footer b{color:#687a73;font-size:9px}.dashboard-quality-footer strong{color:#29493f;font:800 14px Georgia,serif}.dashboard-skeleton{display:grid;gap:16px}.dashboard-skeleton-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.dashboard-skeleton i{display:block;border-radius:11px;background:linear-gradient(100deg,#e8ece8 25%,#f5f7f3 45%,#e8ece8 65%);background-size:250% 100%;animation:dashboard-shimmer 1.25s infinite}.dashboard-skeleton-cards i{height:205px}.dashboard-skeleton-grid{display:grid;grid-template-columns:1fr 335px;gap:16px}.dashboard-skeleton-grid i{height:380px}.dashboard-skeleton-table{height:240px!important}.dashboard-error{display:flex;align-items:flex-start;gap:18px;min-height:300px;border:1px solid #dfb3ad;border-radius:12px;background:#fff;padding:35px}.dashboard-error>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#f7dfdc;color:#a93c35;font:800 22px Georgia,serif}.dashboard-error h2{margin:1px 0 5px;color:#4e443f;font-size:18px}.dashboard-error p{margin:0 0 16px;color:#806f68;font-size:11px}.dashboard-action-card>a:focus-visible,.dashboard-ledger-table a:focus-visible,.dashboard-range button:focus-visible,.dashboard-record-button:focus-visible{outline:3px solid rgba(210,157,47,.35);outline-offset:2px}@keyframes dashboard-shimmer{to{background-position:-250% 0}}.expiry-processing-readonly{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px}.expiry-processing-readonly>div{display:grid;gap:5px}.expiry-processing-readonly span{color:#936014;font-size:9px;font-weight:850}.expiry-processing-readonly b{color:#704b12;font-size:14px}.expiry-processing-readonly p{max-width:720px;margin:0;color:#6f7d77;font-size:10px;line-height:1.6}.expiry-processing-readonly>a{flex:0 0 auto;text-decoration:none;white-space:nowrap}@media(max-width:1240px){.dashboard-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-flow-step:nth-child(2) .dashboard-flow-arrow{display:none}.dashboard-main-grid{grid-template-columns:minmax(0,1fr) 300px}.dashboard-skeleton-cards{grid-template-columns:repeat(2,1fr)}.dashboard-skeleton-grid{grid-template-columns:1fr 300px}.dashboard-loss-grid{grid-template-columns:1fr 1fr}.dashboard-loss-overall{grid-row:span 2}}@media(max-width:1000px){.dashboard-header{align-items:flex-start}.dashboard-header-actions{display:grid;grid-template-columns:1fr 1fr}.dashboard-freshness{grid-column:1/-1;border-right:0;border-bottom:1px solid #ccd7d1;margin:0 0 2px;padding:0 0 8px;text-align:left}.dashboard-main-grid{grid-template-columns:1fr}.dashboard-action-rail{position:static;max-height:none}.dashboard-action-list{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-skeleton-grid{grid-template-columns:1fr}.dashboard-skeleton-grid i:last-child{height:240px}.dashboard-quality-footer{grid-template-columns:repeat(2,1fr)}.dashboard-quality-footer>div:nth-child(2){border-right:0}.dashboard-quality-footer>div:nth-child(-n+2){border-bottom:1px solid #e0e6e2}}@media(max-width:760px){.dashboard-shell{display:block;background:#f3f4ef}.dashboard-workspace{padding:18px 13px 30px}.dashboard-header{display:grid;margin-bottom:17px}.dashboard-header h1{font-size:28px}.dashboard-header-actions{grid-template-columns:1fr 1fr}.dashboard-header-actions .quiet-button{display:block}.dashboard-record-button{justify-content:center}.dashboard-flow{grid-template-columns:1fr;gap:10px}.dashboard-flow-arrow{display:none}.dashboard-metric-card{min-height:0}.dashboard-scope-note{display:grid;gap:5px}.dashboard-scope-note em{margin:0;text-align:left}.dashboard-panel-header{display:grid}.dashboard-panel-header>a,.dashboard-range{justify-self:start}.dashboard-chart{min-width:620px;height:225px}.dashboard-chart-wrap{overflow:auto}.dashboard-action-list,.dashboard-loss-grid{grid-template-columns:1fr}.dashboard-loss-overall{grid-row:auto}.dashboard-quality-footer{grid-template-columns:1fr}.dashboard-quality-footer>div,.dashboard-quality-footer>div:nth-child(2){border-right:0;border-bottom:1px solid #e0e6e2}.dashboard-quality-footer>div:last-child{border-bottom:0}.dashboard-skeleton-cards{grid-template-columns:1fr 1fr}.dashboard-skeleton-cards i{height:160px}.expiry-processing-readonly{align-items:stretch;flex-direction:column}.expiry-processing-readonly>a{align-self:flex-start}}@media(max-width:430px){.dashboard-header-actions{grid-template-columns:1fr}.dashboard-freshness{grid-column:auto}.dashboard-chart-legend{align-items:flex-start;display:grid}.dashboard-chart-legend,.dashboard-skeleton-cards{grid-template-columns:1fr}.dashboard-skeleton-cards i{height:145px}}@media(prefers-reduced-motion:reduce){.dashboard-skeleton i{animation:none}.dashboard-chart-line{transition:none}}.expiry-review-workspace{width:min(1420px,100%);min-width:0;margin:0 auto;padding:28px 32px 48px}.expiry-review-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}.expiry-review-header h1{margin:5px 0 4px;color:#172b28;font-family:Georgia,Songti SC,serif;font-size:32px;letter-spacing:-.035em}.expiry-review-header>div>p:last-child{max-width:720px;margin:0;color:#687a73;font-size:12px;line-height:1.6}.expiry-back-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;white-space:nowrap}.expiry-review-notice{margin-bottom:13px;border:1px solid #bcd5c8;border-radius:9px;background:#edf7f0;padding:10px 13px;color:#2b654c;font-size:11px;font-weight:750}.expiry-review-summary{display:grid;grid-template-columns:repeat(3,minmax(135px,.55fr)) minmax(300px,1.35fr);overflow:hidden;margin-bottom:15px;border:1px solid #d7dfda;border-radius:12px;background:#fff;box-shadow:0 8px 26px rgba(27,61,52,.04)}.expiry-review-summary article{display:grid;align-content:center;min-height:118px;border-right:1px solid #e2e7e4;padding:15px 17px}.expiry-review-summary article span{color:#73867e;font-size:10px;font-weight:750}.expiry-review-summary article strong{margin:4px 0;color:#1e5d49;font:750 31px/1 Georgia,Songti SC,serif}.expiry-review-summary article small{color:#8b9792;font-size:9px;line-height:1.45}.expiry-review-summary>div{display:grid;align-content:center;gap:5px;background:linear-gradient(135deg,#fff8e8,#fffdf7);padding:17px 20px}.expiry-review-summary>div b{color:#7f5b19;font-size:11px}.expiry-review-summary>div p{margin:0;color:#746b58;font-size:10px;line-height:1.65}.expiry-review-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:11px;border:1px solid #d8dfdb;border-radius:9px;background:#f9faf7;padding:9px 11px}.expiry-review-toolbar>div:first-child{display:flex;align-items:baseline;gap:7px}.expiry-review-toolbar span{color:#788981;font-size:10px}.expiry-review-toolbar b{color:#29493f;font-size:12px}.expiry-review-filters{display:flex;gap:3px;border:1px solid #d6dfda;border-radius:7px;background:#f0f3ef;padding:3px}.expiry-review-filters button{border:0;border-radius:4px;background:transparent;padding:6px 10px;color:#708079;font-size:9px;font-weight:800;cursor:pointer}.expiry-review-filters button.is-active{background:#fff;color:#164f41;box-shadow:0 1px 4px rgba(29,65,54,.12)}.expiry-review-list{display:grid;gap:11px}.expiry-review-card{overflow:hidden;border:1px solid #d7dfda;border-radius:12px;background:#fff;box-shadow:0 7px 22px rgba(27,61,52,.035)}.expiry-review-card.is-focused{border-color:#d39a37;box-shadow:0 0 0 3px rgba(211,154,55,.13),0 8px 24px rgba(27,61,52,.06)}.expiry-review-card>header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;border-bottom:1px solid #e2e7e4;background:#fafbf8;padding:13px 16px}.expiry-review-card h2{margin:5px 0 2px;color:#29483e;font-size:15px}.expiry-review-card header p{margin:0;color:#819089;font-size:9px}.expiry-stage{display:inline-flex;border-radius:999px;background:#e7f1eb;padding:4px 7px;color:#32654f;font:800 8px ui-monospace,SFMono-Regular,Menlo,monospace}.expiry-stage.is-finished{background:#fff0d5;color:#936014}.expiry-review-identity{display:grid;justify-items:end;gap:2px;text-align:right}.expiry-review-identity b{color:#315c4d;font:750 17px Georgia,Songti SC,serif}.expiry-review-identity span{color:#687c74;font-size:9px}.expiry-review-identity small{color:#929c98;font-size:8px}.expiry-review-card form{padding:14px 16px}.expiry-review-fields{display:grid;grid-template-columns:minmax(135px,.7fr) minmax(190px,1fr) minmax(155px,.8fr) minmax(220px,1.25fr);gap:10px}.expiry-review-fields label{display:grid;align-content:start;gap:6px;min-width:0;color:#576e65;font-size:10px;font-weight:750}.expiry-review-fields input,.expiry-review-fields select{width:100%;min-width:0;height:38px;border:1px solid #cbd8d1;border-radius:7px;background:#fff;padding:0 10px;color:#2c483f;font:500 11px PingFang SC,Microsoft YaHei,sans-serif;outline:none}.expiry-review-fields input:focus,.expiry-review-fields select:focus{border-color:#6c9d89;box-shadow:0 0 0 3px rgba(73,130,104,.12)}.expiry-review-fields label>div{display:grid;grid-template-columns:minmax(0,1fr) 78px;gap:5px}.expiry-review-fields label>small{color:#929d98;font-size:8px;font-weight:500;line-height:1.45}.expiry-review-card form>footer{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-top:13px;border-top:1px solid #e7ece9;padding-top:11px}.expiry-effective{display:grid;gap:2px;border-left:3px solid #c9892c;padding-left:9px}.expiry-effective span{color:#7d8984;font-size:8px}.expiry-effective b{color:#8b5a18;font:750 16px Georgia,Songti SC,serif}.expiry-effective small{color:#8b958f;font-size:8px}.expiry-effective.is-ready{border-left-color:#37785d}.expiry-effective.is-ready b{color:#266049}.expiry-save-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.expiry-save-actions p{max-width:420px;margin:0;color:#a23d37;font-size:9px;line-height:1.4;text-align:right}.expiry-save-actions button{white-space:nowrap}.expiry-review-clear{display:grid;justify-items:center;gap:7px;min-height:320px;border:1px solid #d3dfd8;border-radius:12px;background:#fff;padding:48px;text-align:center}.expiry-review-clear>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#dcecdf;color:#28654a;font-size:20px;font-weight:900}.expiry-review-clear h2{margin:2px 0 0;color:#2d5749;font-size:18px}.expiry-review-clear p{margin:0 0 8px;color:#7c8b85;font-size:10px}.expiry-review-clear a{text-decoration:none}.expiry-back-link:focus-visible,.expiry-review-card button:focus-visible,.expiry-review-filters button:focus-visible{outline:3px solid rgba(210,157,47,.35);outline-offset:2px}@media(max-width:1180px){.expiry-review-summary{grid-template-columns:repeat(3,1fr)}.expiry-review-summary>div{grid-column:1/-1;border-top:1px solid #e2e7e4}.expiry-review-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.expiry-review-workspace{padding:18px 13px 32px}.expiry-review-header{display:grid;align-items:start}.expiry-review-header h1{font-size:28px}.expiry-back-link{justify-self:start}.expiry-review-summary{grid-template-columns:repeat(3,1fr)}.expiry-review-summary article{min-height:100px;padding:12px 10px}.expiry-review-summary article strong{font-size:26px}.expiry-review-toolbar{align-items:stretch;flex-direction:column}.expiry-review-filters{display:grid;grid-template-columns:repeat(3,1fr)}.expiry-review-card>header{grid-template-columns:1fr}.expiry-review-identity{justify-items:start;text-align:left}.expiry-review-fields{grid-template-columns:1fr 1fr}.expiry-review-card form>footer,.expiry-save-actions{align-items:stretch;flex-direction:column}.expiry-save-actions p{max-width:none;text-align:left}.expiry-save-actions button{width:100%}}@media(max-width:430px){.expiry-review-summary{grid-template-columns:1fr}.expiry-review-summary article{grid-template-columns:1fr auto;align-items:center;min-height:0;border-right:0;border-bottom:1px solid #e2e7e4;padding:11px 13px}.expiry-review-summary article strong{grid-row:1/3;grid-column:2;margin:0}.expiry-review-summary article small{grid-column:1}.expiry-review-summary>div{grid-column:auto}.expiry-review-fields{grid-template-columns:1fr}.expiry-review-filters button{padding-inline:4px}.expiry-review-card form,.expiry-review-card>header{padding-inline:12px}}