:root{color-scheme:dark;--page-bg: #08111f;--header-bg: rgba(8, 17, 31, .92);--footer-bg: rgba(0, 0, 0, .18);--text-main: #f5f7fb;--text-muted: #b8c2d6;--text-soft: #98a6bf;--surface-soft: rgba(255, 255, 255, .055);--surface-hover: rgba(255, 255, 255, .08);--surface-card: rgba(255, 255, 255, .045);--border-soft: rgba(255, 255, 255, .1);--accent: #d9b05e;--accent-strong: #efcc7a;--accent-contrast: #08111f;--accent-glow: rgba(217, 176, 94, .14)}:root[data-theme=light]{color-scheme:light;--page-bg: #f5f0e7;--header-bg: rgba(250, 247, 240, .92);--footer-bg: rgba(255, 255, 255, .5);--text-main: #142033;--text-muted: #526071;--text-soft: #6b7787;--surface-soft: rgba(255, 255, 255, .72);--surface-hover: rgba(20, 32, 51, .07);--surface-card: rgba(255, 255, 255, .78);--border-soft: rgba(20, 32, 51, .12);--accent: #bd8b2f;--accent-strong: #d9a94f;--accent-contrast: #111827;--accent-glow: rgba(189, 139, 47, .2)}*{box-sizing:border-box}html{min-height:100%}body{min-height:100%;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--page-bg);color:var(--text-main)}button,input,textarea,select{font:inherit}
