:root{--background:#060608;--foreground:#f4f1ff;--foreground-soft:#d7d0f1;--muted:#988ebd;--accent:#9c6dff;--surface-glow:rgb(140 93 255/0.2)}html{height:100%}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;display:flex;flex-direction:column;color:var(--foreground);background:radial-gradient(circle at top,rgb(150 103 255/.12),transparent 30%),radial-gradient(circle at bottom,rgb(89 50 179/.12),transparent 28%),linear-gradient(180deg,#08080b 0,var(--background) 100%);font-family:var(--font-ui),"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}a,button{-webkit-tap-highlight-color:transparent}