:root{color-scheme:light;--color-bg: #f7f9fc;--color-bg-card: #ffffff;--color-bg-elevated: #f1f5f9;--color-surface: rgba(15, 23, 42, .04);--color-border: rgba(15, 23, 42, .08);--color-primary: #3b82f6;--color-primary-strong: #1d4ed8;--color-primary-soft: rgba(59, 130, 246, .12);--color-text: #0f172a;--color-text-secondary: rgba(15, 23, 42, .65);--color-success: #22c55e;--color-warning: #f97316;--color-danger: #ef4444;--color-muted: rgba(100, 116, 139, .35);--shadow-card: 0 20px 45px rgba(15, 23, 42, .12)}:root[data-theme=dark]{color-scheme:dark;--color-bg: #050816;--color-bg-card: #0f172a;--color-bg-elevated: #111c34;--color-surface: rgba(148, 163, 184, .08);--color-border: rgba(148, 163, 184, .12);--color-primary: #3b82f6;--color-primary-strong: #60a5fa;--color-primary-soft: rgba(59, 130, 246, .16);--color-text: #f8fafc;--color-text-secondary: rgba(226, 232, 240, .75);--color-success: #4ade80;--color-warning: #fb923c;--color-danger: #f87171;--color-muted: rgba(148, 163, 184, .35);--shadow-card: 0 25px 50px rgba(15, 23, 42, .45)}body{background-color:var(--color-bg);color:var(--color-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;transition:background-color .3s ease,color .3s ease}.card-surface{background:var(--color-bg-card);border-radius:16px;border:1px solid var(--color-border);box-shadow:var(--shadow-card);transition:transform .25s ease,box-shadow .25s ease}.card-surface:hover{transform:translateY(-3px);box-shadow:0 30px 50px #0f172a29}.static{position:static}.grid{display:grid}html,body{min-height:100%}*,*:before,*:after{box-sizing:border-box}
