:root{--bg-dark:#0a0a0f;--accent-green:#00ff9f;--accent-pink:#ff006e;--text-light:#e0e0e0;--glitch-cyan:#0ff;--glitch-magenta:#f0f;--shadow-color:rgba(0,255,159,.3)}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;background:var(--bg-dark);color:var(--text-light);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{position:relative;min-height:100vh}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;background:repeating-linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1) 1px,transparent 0,transparent 2px);z-index:9999;opacity:.15}.glitch-text{position:relative;font-family:Courier New,monospace;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.glitch-text:after,.glitch-text:before{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%}.glitch-text:before{left:2px;text-shadow:-2px 0 var(--glitch-cyan);clip:rect(24px,550px,90px,0);animation:glitch-anim-1 2s linear infinite alternate-reverse}.glitch-text:after{left:-2px;text-shadow:-2px 0 var(--glitch-magenta);clip:rect(85px,550px,140px,0);animation:glitch-anim-2 2.5s linear infinite alternate-reverse}@keyframes glitch-anim-1{0%{clip:rect(107px,9999px,149px,0)}5%{clip:rect(38px,9999px,71px,0)}10%{clip:rect(39px,9999px,95px,0)}15%{clip:rect(85px,9999px,23px,0)}20%{clip:rect(58px,9999px,134px,0)}25%{clip:rect(107px,9999px,149px,0)}30%,to{clip:rect(0,0,0,0)}}@keyframes glitch-anim-2{0%{clip:rect(67px,9999px,108px,0)}5%{clip:rect(21px,9999px,145px,0)}10%{clip:rect(92px,9999px,56px,0)}15%{clip:rect(13px,9999px,89px,0)}20%{clip:rect(104px,9999px,27px,0)}25%{clip:rect(67px,9999px,108px,0)}30%,to{clip:rect(0,0,0,0)}}.neon-glow{text-shadow:0 0 10px var(--accent-green),0 0 20px var(--accent-green),0 0 30px var(--accent-green)}.btn{background:transparent;border:2px solid var(--accent-green);color:var(--accent-green);padding:12px 24px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn:hover{background:var(--accent-green);color:var(--bg-dark);box-shadow:0 0 20px var(--shadow-color)}.btn:active{transform:scale(.95)}.container{max-width:480px;margin:0 auto;padding:20px;min-height:100vh;display:flex;flex-direction:column}@media (max-width:480px){.container{padding:16px}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--accent-green);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-pink)}