@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;600;700&display=swap";:root{--page-bg: #f5ede2;--card-bg: #ffffff;--text: #000000;--max-width: 950px;--side-gutter: 24px;--header-block-height: 120px;--chart-border: #e2d6c3;--chart-grid: #eadfce}html,body,#root{height:100%;margin:0}body{background:#fff;color:var(--text);font-family:Space Grotesk,Segoe UI,sans-serif}.outer{min-height:100%;background:#fff;padding-left:var(--side-gutter);padding-right:var(--side-gutter);box-sizing:border-box}.inner{min-height:100%;background:var(--page-bg);padding:24px 0;box-sizing:border-box}.header{max-width:var(--max-width);margin:0 auto;padding:0 10px 12px 8px;min-height:calc(var(--header-block-height) - 10px);display:flex;flex-direction:column;justify-content:center}.header-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.header-left{display:flex;align-items:center;gap:12px}.logo{height:48px;width:auto;display:block}.header h1{margin:0 0 6px;font-size:28px;font-weight:800}.subheader,.header-meta{font-size:12px;opacity:.8}.header-meta{text-align:right;white-space:nowrap}.grid{max-width:var(--max-width);margin:0 auto 24px;padding:8px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.card{background:var(--card-bg);color:var(--text);border-radius:10px;border:1px solid #e5e5e5;padding:20px;box-shadow:0 2px 6px #0000000f;display:flex;flex-direction:column;justify-content:space-between;gap:10px;font-size:16px}.status-line,.detail{font-size:14px}.chart-card{max-width:1100px;margin:0 auto;padding:16px;background:var(--card-bg);border-radius:16px;border:1px solid var(--chart-border);box-shadow:0 6px 14px #0000000f;min-height:520px}.chart-wrap{display:flex;flex-direction:column;gap:18px}.chart{width:100%;height:420px}.chart-bg{fill:#fff8ee;stroke:var(--chart-border);stroke-width:1}.chart-grid{stroke:var(--chart-grid);stroke-width:1}.chart-axis{font-size:12px;fill:#5a4f43;font-weight:600}.legend{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;font-size:13px}.legend-item{display:flex;align-items:center;gap:8px;color:#2b2b2b;font-weight:600;transition:opacity .2s ease,color .2s ease}.legend-item.is-dimmed{opacity:.45}.legend-item.is-active{color:#111}.legend-swatch{width:16px;height:4px;border-radius:999px;display:inline-block}.legend-text{word-break:break-all}.empty-state{padding:10px;text-align:center;font-weight:600;color:#6b5e53;background:#fff8ee;border:1px dashed var(--chart-border);border-radius:12px}.error-banner{padding:12px 16px;border-radius:10px;border:1px solid #d86a6a;background:#ffe9e9;color:#8a1c1c;font-weight:600}.sim-number{font-weight:800;font-size:18px;word-break:break-all}.status-line,.detail{font-size:15px}.label{opacity:.8}.status-text{font-weight:700}.muted{font-size:13px;opacity:.75}.error{font-size:13px;color:#a00000}@media(max-width:900px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.chart-card{min-height:420px}.chart{height:360px}}@media(max-width:600px){.grid{grid-template-columns:repeat(1,minmax(0,1fr))}.chart-card{padding:12px}.chart{height:320px}}
