html{overflow-y:scroll;color-scheme:dark}html[data-theme=light]{color-scheme:light}:root{--bg: #0b1029;--card: #151a3a;--card-hover: #1c2248;--border: #252b52;--text: #e0e6ff;--text-muted: #8892b0;--accent: #4fc3f7;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--info: #3b82f6;--on-accent: #0b1029;--hover: rgba(255,255,255,.05)}:root[data-theme=light]{--bg: #f4f6fb;--card: #ffffff;--card-hover: #f8f9fc;--border: #e2e5ef;--text: #1e2030;--text-muted: #5d6175;--accent: #2563eb;--success: #16a34a;--warning: #d97706;--danger: #dc2626;--info: #2563eb;--on-accent: #ffffff;--hover: rgba(0,0,0,.04)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;min-height:100dvh}.lz-standalone-header{display:flex;align-items:center;gap:16px;padding:12px 24px;background:var(--card);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.lz-standalone-brand{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.lz-standalone-brand .header-logo{height:32px;width:auto}[data-theme=light] .header-logo--dark,[data-theme=dark] .header-logo--light{display:none}[data-theme=light] .header-logo--light,[data-theme=dark] .header-logo--dark{display:block}.lz-standalone-title{font-size:18px;font-weight:700;color:var(--text);letter-spacing:-.02em}.lz-standalone-actions{margin-left:auto;display:flex;gap:8px}.lz-standalone-actions .theme-toggle{background:none;border:1px solid var(--border);border-radius:8px;padding:6px;cursor:pointer;color:var(--text-muted);width:36px;height:36px;display:flex;align-items:center;justify-content:center;transition:all .15s}.lz-standalone-actions .theme-toggle:hover{background:var(--hover);color:var(--text)}.lz-standalone-actions .theme-toggle svg{width:18px;height:18px}#kpi-view{display:flex;min-height:calc(100vh - 57px);min-height:calc(100dvh - 57px)}@media(max-width:768px){.lz-standalone-header{padding:10px 16px}.lz-standalone-title{font-size:15px}.lz-standalone-brand .header-logo{height:26px}}
