:root{--bg-color: #050505;--text-color: #ffffff;--primary: #00ff88;--secondary: #00ccff;--accent: #ff0055;--glass: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1);--font-main: "Inter", system-ui, sans-serif;--font-mono: "Fira Code", monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-main);overflow-x:hidden;line-height:1.6}canvas{touch-action:none}.section{min-height:100vh;padding:4rem 2rem;max-width:1200px;margin:0 auto}h1,h2,h3{font-weight:700;line-height:1.2}a{color:var(--primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--secondary)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#333;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.hero-container{padding:2rem;background:#05050580;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:50px;display:flex;flex-direction:column;align-items:center;width:90%;max-width:1000px}.hero-title{font-size:5rem;font-weight:800;background:-webkit-linear-gradient(45deg,#00ff88,#00ccff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem;text-shadow:0 0 40px rgba(0,255,136,.3);letter-spacing:-2px;text-align:center;line-height:1.1}.hero-subtitle{font-size:2rem;letter-spacing:5px;text-transform:uppercase;margin-bottom:2rem;color:#fff;font-weight:300;text-shadow:0 0 10px rgba(255,255,255,.2);text-align:center}.hero-buttons{display:flex;gap:1.5rem;margin-bottom:3rem;flex-wrap:wrap;justify-content:center}@media (max-width: 768px){.hero-container{padding:1.5rem;width:95%;border-radius:30px}.hero-title{font-size:2.5rem;letter-spacing:-1px;margin-bottom:1rem}.hero-subtitle{font-size:1.2rem;letter-spacing:2px;margin-bottom:1.5rem;line-height:1.4}.hero-buttons{gap:1rem;flex-direction:column;width:100%}}
