:root{color-scheme:light;--brand-color:#FE2C55;--bg-body:#F5F5F7;--bg-topbar:rgba(255,255,255,0.85);--bg-sidebar:rgba(255,255,255,0.72);--bg-surface:rgba(255,255,255,0.7);--bg-elevated:rgba(255,255,255,0.92);--bg-card:rgba(255,255,255,0.85);--bg-input:rgba(0,0,0,0.04);--bg-hover:rgba(0,0,0,0.04);--bg-active:rgba(0,0,0,0.06);--border-color:rgba(0,0,0,0.08);--border-strong:rgba(0,0,0,0.14);--text-primary:rgba(0,0,0,0.9);--text-secondary:rgba(0,0,0,0.65);--text-muted:rgba(0,0,0,0.45);--text-disabled:rgba(0,0,0,0.3)}html[data-theme=dark]{color-scheme:dark;--bg-body:#000000;--bg-topbar:rgba(0,0,0,0.85);--bg-sidebar:rgba(0,0,0,0.5);--bg-surface:rgba(20,22,32,0.6);--bg-elevated:rgba(20,22,32,0.85);--bg-card:rgba(20,22,32,0.6);--bg-input:rgba(255,255,255,0.06);--bg-hover:rgba(255,255,255,0.05);--bg-active:rgba(255,255,255,0.08);--border-color:rgba(255,255,255,0.06);--border-strong:rgba(255,255,255,0.12);--text-primary:rgba(255,255,255,0.95);--text-secondary:rgba(255,255,255,0.7);--text-muted:rgba(255,255,255,0.4);--text-disabled:rgba(255,255,255,0.25)}html{height:100%}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;display:flex;flex-direction:column;color:var(--text-primary);background:var(--bg-body);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}