*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#0a0a0f;--color-surface:#12121a;--color-surface2:#1a1a2e;--color-primary:#6c63ff;--color-primary-light:#8b85ff;--color-accent:#ff6584;--color-accent2:#43e97b;--color-text:#e8e8f0;--color-text-muted:#9090a8;--color-border:#2a2a3e;--font-sans:"Segoe UI",system-ui,-apple-system,sans-serif;--font-mono:"Courier New",Courier,monospace;--max-width:1100px;--transition:0.3s ease}html{scroll-behavior:smooth}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);line-height:1.6;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:3px}::selection{background:var(--color-primary);color:#fff}