:root{--bg:#0b0e14;--fg:#e6eef8;--muted:#9aa6b2;--accent:#7c4dff;--accent-2:#ffd166;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;color-scheme:dark}#__next,body,html{height:100%}body{margin:0;background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{padding:16px}.global-bg{position:fixed;inset:0;width:100vw;height:100vh;z-index:0;display:block}.page{position:relative;z-index:2;min-height:80vh;padding:40px 16px}*{box-sizing:border-box}a{color:inherit}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}