*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}section{padding:6rem 1.5rem}@media (max-width: 768px){section{padding:4rem 1.25rem}}:root{--bg-dark: #0e0f12;--bg-light: #ffffff;--text-dark: #e6e7eb;--text-light: #0e0f12;--bg: var(--bg-dark);--text: var(--text-dark);--accent: #6e7cff;--muted: #8b8f9c;--max-width: 1100px}html[data-theme=dark]{--bg: var(--bg-dark);--text: var(--text-dark)}html[data-theme=light]{--bg: var(--bg-light);--text: var(--text-light)}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}html{scroll-behavior:smooth}section{animation:fadeIn .8s ease forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
