:root{--bg:#f7fafa;--surface:#f1f4f4;--surface-alt:#fff;--border:rgba(24,28,29,.08);--ghost-border:rgba(24,28,29,.15);--text-primary:#181c1d;--text-secondary:#44494e;--text-tertiary:#6b7280;--accent:#162839;--accent-bg:rgba(22,40,57,.06);--accent-gradient:linear-gradient(135deg,#162839,#7d8fa4);--shadow-ambient:rgba(24,28,29,.06);--radius:0.375rem}[data-theme=dark]{--bg:#0c0f14;--surface:#12161e;--surface-alt:#181d28;--border:hsla(0,0%,100%,.08);--ghost-border:hsla(0,0%,100%,.15);--text-primary:#e8eaf0;--text-secondary:#9ba3b5;--text-tertiary:#5a6378;--accent:#4ecdc4;--accent-bg:rgba(78,205,196,.07);--accent-gradient:linear-gradient(135deg,#4ecdc4,#2d8f89);--shadow-ambient:rgba(0,0,0,.3);--radius:0.375rem}*{box-sizing:border-box;margin:0;padding:0}html{font-family:Public Sans,system-ui,sans-serif;color:var(--text-primary);-webkit-font-smoothing:antialiased;transition:background-color .3s ease,color .3s ease}body,html{background-color:var(--bg)}body{margin:0;padding:0;min-height:100vh}a{color:inherit;text-decoration:none}