:root{color-scheme:light;--bg: #ffffff;--text: #000000;--border: #dddddd;--border-muted: #cccccc;--muted: #888888;--muted2: #555555;--muted3: #bbbbbb;--surface: #f5f5f5;--surface2: #eeeeee;--menu-bg: #ffffff;--crosshair: rgba(0, 0, 0, .5)}:root[data-theme=dark]{color-scheme:dark;--bg: #121212;--text: #e0e0e0;--border: #3a3a3a;--border-muted: #444444;--muted: #999999;--muted2: #aaaaaa;--muted3: #606060;--surface: #252525;--surface2: #2e2e2e;--menu-bg: #1e1e1e;--crosshair: rgba(255, 255, 255, .5)}body{font-family:system-ui,sans-serif;margin:0;padding:16px;background:var(--bg);color:var(--text)}nav{margin-bottom:8px}table{border-collapse:collapse}th,td{border:1px solid var(--border-muted);padding:4px 8px;text-align:left}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.2}}.dashboard-columns{display:flex;gap:24px;margin-bottom:32px}.dashboard-col{flex:1;line-height:1.6}@media (max-width: 768px){.dashboard-columns{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.dashboard-col{min-width:calc(100vw - 32px);flex-shrink:0;scroll-snap-align:start}}.stats-page{max-width:960px}.stats-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.stats-header h2{margin:0}.stats-sections{display:flex;flex-direction:column;gap:32px}.stats-section-title{margin:0 0 8px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted2)}.stats-bar-rows-mobile{display:none}.stats-bar-rows-desktop{display:block}.stats-bar-group{display:flex;align-items:flex-end;gap:6px;height:120px}.stats-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.stats-bar-outer{flex:1;width:100%;display:flex;align-items:flex-end}.stats-bar-inner{width:100%;min-height:2px;border-radius:3px 3px 0 0;display:flex;align-items:flex-end;justify-content:center;padding-bottom:4px;box-sizing:border-box;position:relative}.stats-bar-label{font-size:10px;color:#fff;text-align:center;white-space:pre;line-height:1.2;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.4)}.stats-bar-date{font-size:10px;color:var(--muted);margin-top:4px;white-space:nowrap}@media (max-width: 768px){.stats-bar-rows-mobile{display:flex;flex-direction:column;gap:12px}.stats-bar-rows-desktop{display:none}.stats-bar-group{height:100px}}
