:root{--paper:#f4f3ef;--white:#fbfaf7;--ink:#171816;--muted:#62655f;--rule:#c9cbc5;--teal:#1f6d5c;--red:#b9412c;--gold:#896812;--rail:188px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font:14px/1.55 -apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;font-variant-numeric:tabular-nums}::selection{background:#cfe4dc;color:var(--ink)}button,input,select{font:inherit;color:inherit}button,.button,select,input{border:1px solid var(--rule);background:var(--white);padding:8px 12px;border-radius:3px}button,.button{cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}button:hover,.button:hover{background:#e8e8e1;border-color:var(--muted)}button:disabled{opacity:.6;cursor:wait}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--teal);outline-offset:3px}a{color:inherit;text-underline-offset:4px}button.primary{background:var(--ink);border-color:var(--ink);color:var(--white)}button.primary:hover{background:#363a34}.skip{position:fixed;top:-80px;left:20px;z-index:20;background:var(--white);padding:12px}.skip:focus{top:12px}.rail{position:fixed;inset:0 auto 0 0;width:var(--rail);border-right:1px solid var(--rule);padding:29px 22px;background:var(--white);display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:10px;font-size:18px}.brand svg{width:25px;height:25px;stroke:var(--teal);stroke-width:1.8;fill:none}.region{font-size:21px;font-weight:600;margin:48px 0 30px}.region small{display:block;font-weight:400;font-size:12px;color:var(--muted);margin-top:6px}.rail nav{display:flex;flex-direction:column;gap:4px}.rail nav a{padding:9px 0;text-decoration:none;color:var(--muted)}.rail nav a:hover{color:var(--ink)}.rail-bottom{margin-top:auto;font-size:11px;color:var(--muted);line-height:1.9}.rail-bottom span{display:block;color:var(--ink);font-size:13px}.rail-bottom p{margin:14px 0}main{margin-left:var(--rail);padding:30px 38px 20px;max-width:1840px}header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-bottom:28px;border-bottom:1px solid var(--ink)}h1{font-size:29px;letter-spacing:-.025em;margin:0;font-weight:650}header p{color:var(--muted);margin:5px 0 0}.header-tools{display:flex;align-items:center;gap:9px}.status{font-size:12px;display:flex;align-items:center;gap:7px;padding-right:7px;color:var(--muted)}.status:before{content:"";width:6px;height:6px;background:var(--muted);border-radius:50%}.status.good{color:var(--teal)}.status.good:before{background:var(--teal)}.status.warn{color:var(--red)}.status.warn:before{background:var(--red)}#notice:empty{display:none}#notice{padding:10px 0;color:var(--red)}section{min-width:0;scroll-margin-top:24px}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:24px 0 16px}.segments{display:flex;gap:3px;background:#e8e8e1;padding:3px;border-radius:4px}.segments button{background:transparent;border-color:transparent;padding:7px 15px}.segments button[aria-pressed=true]{background:var(--white);border-color:var(--rule);font-weight:600}#range{font-size:13px;color:var(--muted)}.freshness{display:flex;align-items:center;flex-wrap:wrap;gap:6px 22px;font-size:12px;color:var(--muted);padding-bottom:15px}.freshness strong{font-weight:500;color:var(--ink)}.freshness .warning{color:var(--red)}.ledger{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.metric{padding:22px 18px 22px 0}.metric+.metric{padding-left:23px;border-left:1px solid var(--rule)}.metric .label{color:var(--muted);font-size:13px}.metric button{border:0;padding:0;background:none;font-size:30px;font-weight:550;letter-spacing:-.025em;margin:6px 0 4px;display:block}.metric button:hover{color:var(--teal)}.metric .unit{font-size:13px;font-weight:400;color:var(--muted);padding-left:5px;letter-spacing:0}.change{font-size:12px;color:var(--muted)}.change.up{color:var(--teal)}.change.down{color:var(--red)}.secondary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding-top:18px;gap:14px}.secondary button{padding:0;border:0;background:none;justify-content:space-between;gap:12px;color:var(--muted);font-size:12px}.secondary strong{color:var(--ink);font-weight:550;font-size:17px}.scope-note{font-size:12px;color:var(--muted);margin:15px 0 0}.analysis-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(260px,1fr);gap:32px;margin-top:35px}.analysis-grid>section{border-top:1px solid var(--ink);padding-top:17px}.section-title{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px}h2{font-size:17px;font-weight:600;margin:0}.explain{font-size:12px;color:var(--muted);margin:5px 0 0;max-width:75ch}.chart{height:235px;width:100%;padding-top:8px}.chart svg{display:block;width:100%;height:100%;overflow:visible}.chart .axis{font-size:11px;fill:var(--muted)}.chart .grid{stroke:var(--rule);stroke-width:1;stroke-dasharray:2 4}.chart path{fill:none;stroke:var(--teal);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.chart circle{fill:var(--teal);stroke:var(--white);stroke-width:1.5}.chart .empty{height:100%;display:grid;place-content:center}.empty{padding:25px 15px;color:var(--muted);font-size:13px;background:var(--white);border:1px dashed var(--rule);line-height:1.9}.observation .attention{border-bottom:1px solid var(--rule);padding:11px 0;color:var(--red);font-size:13px}.observation .ok{color:var(--teal);padding:12px 0}.scheduler{margin-top:20px;color:var(--muted);font-size:12px;line-height:1.9}.scheduler strong{color:var(--ink);font-weight:500}#alertCount{font-size:12px;color:var(--red)}.detail-grid{grid-template-columns:1fr 1fr}.channel{display:grid;grid-template-columns:82px 1fr 100px;gap:10px;align-items:center;padding:10px 0}.channel .bar{height:6px;background:#e4e4dc}.channel .bar i{height:100%;display:block;background:var(--teal)}.channel button{padding:0;border:0;background:none;justify-content:flex-end;font-size:14px}.channel .pct{display:block;color:var(--muted);font-size:11px}.product{display:grid;grid-template-columns:1fr 100px;gap:15px;align-items:center;border-bottom:1px solid var(--rule);padding:10px 0;font-size:12px}.product .name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product button{border:0;padding:0;background:none;justify-content:flex-end;font-size:14px}#stores,#audit,#metrics{margin-top:38px;padding-top:18px;border-top:1px solid var(--ink)}.search{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--muted)}.search input{width:210px;caret-color:var(--teal)}.table-wrap{overflow-x:auto;scrollbar-color:var(--rule) var(--paper);scrollbar-width:thin}table{border-collapse:collapse;width:100%;font-size:13px}th{text-align:right;font-weight:500;color:var(--muted);background:#ebece5;white-space:nowrap}th,td{padding:12px 11px;border-bottom:1px solid var(--rule)}th:first-child,td:first-child{text-align:left}td{text-align:right}th button{background:none;border:0;padding:0;color:inherit}td button{background:none;border:0;padding:0;color:inherit}td button:hover{color:var(--teal)}#stores th:first-child,#stores td:first-child{min-width:280px;max-width:340px}#stores td:first-child small{display:block;font-size:11px;color:var(--muted);margin-top:3px}#stores th,#stores td{min-width:100px}tbody tr:hover{background:#eeeee7}.missing{color:var(--muted)}#allMetrics table{margin-top:15px}#allMetrics td:first-child{min-width:140px}#allMetrics td:last-child{text-align:left;max-width:560px;color:var(--muted);font-size:12px}#audit table{font-size:12px}#audit td{white-space:nowrap}.hash{font-family:ui-monospace,monospace;color:var(--muted)}.tag{font-size:11px;color:var(--teal);background:#e6eee8;padding:3px 7px}.tag.warn{color:var(--red);background:#f4e8e1}footer{display:flex;justify-content:space-between;gap:15px;font-size:11px;color:var(--muted);padding:28px 0 0}.trace{position:fixed;top:0;right:0;height:100dvh;width:490px;max-width:100%;background:var(--white);border-left:1px solid var(--rule);box-shadow:-8px 0 35px #17181615;padding:25px;z-index:10;overflow:auto}.trace-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:1px solid var(--ink)}.trace dl{display:grid;grid-template-columns:100px 1fr;gap:12px 10px;font-size:12px}.trace dt{color:var(--muted)}.trace dd{margin:0;overflow-wrap:anywhere}.trace p{font-size:13px;line-height:1.8}.trace code{font-size:11px;word-break:break-all}.trace pre{font-size:11px;line-height:1.8;white-space:pre-wrap;word-break:break-word;background:#eeeee7;padding:15px}.trace .big{font-size:34px;margin:20px 0}.trace a.button{margin:15px 0}.trace[hidden],[hidden]{display:none!important}@media(min-width:1600px){main{padding-left:50px;padding-right:50px}.chart{height:275px}}@media(max-width:1150px){:root{--rail:160px}.rail{padding:24px 16px}main{padding:24px}.metric button{font-size:25px}.metric+.metric{padding-left:14px}.analysis-grid{gap:24px;grid-template-columns:1.5fr 1fr}.secondary{grid-template-columns:repeat(2,1fr);gap:12px 30px}.header-tools{flex-wrap:wrap;justify-content:flex-end}.status{width:100%;justify-content:flex-end}.detail-grid{grid-template-columns:1fr 1fr}}@media(max-width:800px){.rail{position:static;width:auto;padding:15px 20px;border-right:0;border-bottom:1px solid var(--rule);flex-direction:row;align-items:center;justify-content:space-between}.brand{font-size:16px}.rail .region,.rail-bottom{display:none}.rail nav{flex-direction:row;gap:15px;font-size:12px}.rail nav a{padding:0}.rail nav a:nth-child(2),.rail nav a:nth-child(3){display:none}main{margin:0;padding:22px 20px}header{align-items:flex-start;padding-bottom:22px}h1{font-size:25px}header p{font-size:12px;max-width:23ch}.header-tools{gap:6px}.header-tools button,.header-tools .button{font-size:12px;padding:7px 10px}.toolbar{align-items:flex-start;flex-direction:column;gap:10px}.segments{width:100%}.segments button{flex:1;padding:7px 9px}.ledger{grid-template-columns:repeat(2,1fr)}.metric{padding:15px 14px 15px 0}.metric+.metric{padding-left:15px}.metric:nth-child(3){border-left:0;padding-left:0;border-top:1px solid var(--rule)}.metric:nth-child(4){border-top:1px solid var(--rule)}.metric button{font-size:27px}.analysis-grid{grid-template-columns:1fr;gap:26px;margin-top:28px}.detail-grid{grid-template-columns:1fr}.chart{height:225px}.section-title{align-items:flex-start;flex-wrap:wrap;gap:12px}.search{width:100%;justify-content:space-between}.search input{flex:1;max-width:280px}.secondary{gap:10px 20px}.secondary button{font-size:11px}.secondary strong{font-size:16px}footer{flex-direction:column;gap:6px}.trace{width:100%}.freshness{gap:5px 15px}.channel{grid-template-columns:78px 1fr 105px}#stores th:first-child,#stores td:first-child{min-width:235px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media print{.rail,.header-tools,.trace,.search,#allMetricsToggle{display:none}main{margin:0;padding:0}body{background:white}.table-wrap{overflow:visible}table{font-size:10px}section{break-inside:avoid}.analysis-grid{grid-template-columns:1fr 1fr}}
