:root{--brand-h:245;--brand-s:75%;--color-brand-50:hsl(var(--brand-h), var(--brand-s), 97%);--color-brand-100:hsl(var(--brand-h), var(--brand-s), 93%);--color-brand-500:hsl(var(--brand-h), var(--brand-s), 60%);--color-brand-600:hsl(var(--brand-h), var(--brand-s), 52%);--color-brand-700:hsl(var(--brand-h), var(--brand-s), 44%);--color-success:#10b981;--color-success-bg:#10b9811a;--color-warning:#f59e0b;--color-warning-bg:#f59e0b1a;--color-danger:#ef4444;--color-danger-bg:#ef44441a;--color-bg:#f8fafc;--color-surface:#fff;--color-surface-hover:#f1f5f9;--color-border:#e2e8f0;--color-border-subtle:#f1f5f9;--color-text:#0f172a;--color-text-secondary:#475569;--color-text-tertiary:#94a3b8;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace}[data-theme=dark]{--color-bg:#090d16;--color-surface:#131a2b;--color-surface-hover:#1e293b;--color-border:#2d3b55;--color-border-subtle:#1e293b;--color-text:#f8fafc;--color-text-secondary:#94a3b8;--color-text-tertiary:#64748b;--shadow-sm:0 0 0 1px #ffffff0d;--shadow-md:0 0 0 1px #ffffff0d, 0 4px 20px #0000004d;--shadow-lg:0 0 0 1px #ffffff0d, 0 10px 30px #0006}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);min-height:100vh;line-height:1.5;transition:background-color .3s,color .3s}#root{flex-direction:column;min-height:100vh;display:flex}.glass{-webkit-backdrop-filter:blur(12px)saturate(180%);background:#ffffffb3;border:1px solid #ffffff4d;border-radius:12px}[data-theme=dark] .glass{background:#131a2bb3;border:1px solid #ffffff12}.table-container{border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-sm);border-radius:10px;margin-top:1.5rem;overflow-x:auto}.excel-styled-table{border-collapse:collapse;text-align:center;width:100%;font-size:.875rem}.excel-styled-table th{background-color:var(--color-brand-50);color:var(--color-text);border:1px solid var(--color-border);white-space:nowrap;padding:8px 12px;font-weight:600}[data-theme=dark] .excel-styled-table th{background-color:#1e293b}.excel-styled-table td{border:1px solid var(--color-border);white-space:nowrap;padding:8px 12px}.row-daily{background-color:var(--color-surface)}.row-weekly{background-color:#f0fdf4}[data-theme=dark] .row-weekly{background-color:#14532d20}.row-weekly-compare{background-color:#fef9c3;font-weight:500}[data-theme=dark] .row-weekly-compare{background-color:#713f1230}.row-monthly{background-color:#eff6ff}[data-theme=dark] .row-monthly{background-color:#1e3a8a20}.row-monthly-compare{background-color:#fef9c3;font-weight:500}[data-theme=dark] .row-monthly-compare{background-color:#713f1230}.val-positive{color:var(--color-success);font-weight:600}.val-negative{color:var(--color-danger);font-weight:600}.hover-scale{transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s}.hover-scale:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.dashboard-layout{flex-direction:column;min-height:100vh;display:flex}.dashboard-header{border-bottom:1px solid var(--color-border);background:var(--color-surface);justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex}.dashboard-content{flex:1;width:100%;max-width:1600px;margin:0 auto;padding:2rem}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}
