*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#080810;--bg2:#111120;--bg3:#0d0d1c;--bg4:#16162a;--border:#22224a;--border2:#2e2e5e;--purple:#7c6af7;--purple2:#9d8fff;--purple-dark:#1e1a4e;--purple-glow:rgba(124,106,247,.25);--teal:#00d4aa;--teal-dark:#00402e;--green:#00c97a;--gold:#f5c542;--red:#ff4f4f;--text:#e8e8f0;--text-muted:#7a7a9a;--text-dim:#444460;--radius:12px;--radius-lg:16px;--shadow:0 4px 24px rgba(0,0,0,.5);--shadow-purple:0 4px 24px rgba(124,106,247,.2)}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans KR,sans-serif;background:var(--bg);background-image:radial-gradient(ellipse 80% 40% at 50% -10%,rgba(124,106,247,.12) 0,transparent 60%);color:var(--text);min-height:100vh;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--purple)}@media (max-width:480px){html{font-size:14px}}