:root{color:#162033;background:#edf3f8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,#ffffffe6,#edf3f8f5),#edf3f8}button{font:inherit}.screen{width:min(1180px,100%);min-height:100vh;margin:0 auto;padding:28px}.screen.centered{display:grid;place-items:center}.view-screen{display:flex;flex-direction:column;justify-content:center}.hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.hero-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.time-window{display:grid;grid-template-columns:repeat(5,minmax(54px,1fr));gap:4px;padding:4px;border:1px solid #cbd5e1;border-radius:8px;background:#fff}.time-window button{min-height:32px;border:0;border-radius:6px;padding:0 9px;color:#475569;background:transparent;cursor:pointer}.time-window button.active{color:#fff;background:#162033}.eyebrow,.subtitle,.metric-card small,.view-status{color:#64748b}.eyebrow{margin:0 0 6px;font-size:13px;font-weight:800}h1,h2,p{margin:0;letter-spacing:0}h1{font-size:34px;line-height:1.12}h2{font-size:18px}.subtitle{margin-top:8px;font-size:15px}.refresh-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border:0;border-radius:8px;padding:0 15px;color:#fff;background:#1f5fbf;cursor:pointer}.refresh-button:disabled{opacity:.7;cursor:wait}.notice,.empty,.metric-card,.view-status{border:1px solid #d8e2ee;border-radius:8px;background:#fff}.notice{display:flex;align-items:center;gap:8px;margin-bottom:18px;padding:13px 15px;color:#991b1b;border-color:#fecaca;background:#fff1f2}.empty{display:grid;place-items:center;gap:10px;width:min(420px,100%);padding:34px;text-align:center}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.dashboard-grid,.view-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.metric-card{min-width:0;padding:18px}.chart-card{min-height:390px;padding:18px 18px 14px}.metric-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0}.metric-card-head small{margin-top:8px;text-align:right;white-space:nowrap}.metric-title{display:flex;align-items:center;gap:9px;margin-bottom:16px;color:#475569;font-weight:800}.metric-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;background:#f1f5f9}.metric-card strong{display:block;color:#0f172a;font-size:32px;line-height:1.1}.view-grid .metric-card{padding:26px}.view-grid .metric-card strong{font-size:52px}.metric-card small{display:block;margin-top:12px}.metric-chart{width:100%;height:250px;margin-top:18px}.metric-chart-empty{display:grid;place-items:center;min-height:250px;margin-top:18px;color:#64748b;border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc}.view-status{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px;font-weight:700}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){.metric-grid,.dashboard-grid,.view-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.screen{padding:18px}.hero{flex-direction:column}.hero-actions{width:100%;justify-content:stretch}.time-window{width:100%;grid-template-columns:repeat(3,minmax(0,1fr))}.refresh-button{width:100%}h1{font-size:27px}.metric-grid,.dashboard-grid,.view-grid{grid-template-columns:1fr}.view-grid .metric-card strong{font-size:40px}.chart-card{min-height:360px}.metric-chart,.metric-chart-empty{height:220px;min-height:220px}}
