@import "https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap";:root{--bg-color:#050505;--text-primary:#00ff41;--text-secondary:#008f11;--accent:#d32f2f;--grid-color:#00ff410d}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);width:100vw;height:100vh;font-family:Space Mono,monospace;overflow:hidden}::selection{background:var(--text-primary);color:var(--bg-color)}#root{width:100%;height:100%}.app-container{z-index:1;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative}.scanlines{z-index:10;pointer-events:none;background:linear-gradient(#fff0,#fff0 50%,#0003 50%,#0003) 0 0/100% 4px;width:100vw;height:100vh;animation:10s linear infinite scroll;position:fixed;top:0;left:0}@keyframes scroll{0%{background-position:0 0}to{background-position:0 100%}}.content{z-index:5;flex-direction:column;align-items:center;width:100%;max-width:800px;padding:20px;display:flex}.terminal-window{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0a0a0ae6;border:1px solid #333;border-radius:8px;width:100%;overflow:hidden;box-shadow:0 0 20px #00ff411a}.terminal-header{background:#1a1a1a;border-bottom:1px solid #333;align-items:center;padding:10px 15px;display:flex}.buttons{gap:8px;margin-right:15px;display:flex}.btn{border-radius:50%;width:12px;height:12px;display:inline-block}.btn.red{background:#ff5f56}.btn.yellow{background:#ffbd2e}.btn.green{background:#27c93f}.title{color:#888;margin-left:auto;margin-right:auto;font-size:.8rem}.terminal-body{color:#eee;min-height:300px;padding:20px;font-family:Space Mono,monospace}.command-line{flex-wrap:wrap;margin-bottom:15px;display:flex}.prompt{color:#27c93f;margin-right:10px}.output p{color:#ccc;margin-bottom:5px;font-size:.9rem}.glitch-wrapper{margin:20px 0;display:inline-block;position:relative}.glitch{text-transform:uppercase;color:#fff;letter-spacing:4px;font-size:3rem;font-weight:700;position:relative}.glitch:before,.glitch:after{content:attr(data-text);width:100%;height:100%;position:absolute;top:0;left:0}.glitch:before{text-shadow:-2px 0 #ff00c1;clip:rect(44px, 450px, 56px, 0);animation:5s linear infinite alternate-reverse glitch-anim;left:2px}.glitch:after{text-shadow:-2px 0 #00fff9;clip:rect(44px, 450px, 56px, 0);animation:5s linear infinite alternate-reverse glitch-anim2;left:-2px}@keyframes glitch-anim{0%{clip:rect(30px, 9999px, 10px, 0)}5%{clip:rect(80px, 9999px, 90px, 0)}10%{clip:rect(10px, 9999px, 40px, 0)}15%{clip:rect(60px, 9999px, 20px, 0)}20%{clip:rect(20px, 9999px, 70px, 0)}25%{clip:rect(90px, 9999px, 10px, 0)}30%{clip:rect(10px, 9999px, 80px, 0)}35%{clip:rect(50px, 9999px, 30px, 0)}40%{clip:rect(20px, 9999px, 60px, 0)}45%{clip:rect(70px, 9999px, 10px, 0)}50%{clip:rect(10px, 9999px, 50px, 0)}55%{clip:rect(60px, 9999px, 40px, 0)}60%{clip:rect(30px, 9999px, 80px, 0)}65%{clip:rect(80px, 9999px, 20px, 0)}70%{clip:rect(40px, 9999px, 60px, 0)}75%{clip:rect(10px, 9999px, 30px, 0)}80%{clip:rect(50px, 9999px, 90px, 0)}85%{clip:rect(20px, 9999px, 50px, 0)}90%{clip:rect(60px, 9999px, 10px, 0)}95%{clip:rect(30px, 9999px, 70px, 0)}to{clip:rect(70px, 9999px, 40px, 0)}}@keyframes glitch-anim2{0%{clip:rect(10px, 9999px, 50px, 0)}5%{clip:rect(60px, 9999px, 20px, 0)}10%{clip:rect(20px, 9999px, 80px, 0)}15%{clip:rect(80px, 9999px, 40px, 0)}20%{clip:rect(30px, 9999px, 10px, 0)}25%{clip:rect(50px, 9999px, 60px, 0)}30%{clip:rect(90px, 9999px, 30px, 0)}35%{clip:rect(10px, 9999px, 70px, 0)}40%{clip:rect(70px, 9999px, 20px, 0)}45%{clip:rect(40px, 9999px, 80px, 0)}50%{clip:rect(60px, 9999px, 10px, 0)}55%{clip:rect(30px, 9999px, 50px, 0)}60%{clip:rect(80px, 9999px, 30px, 0)}65%{clip:rect(20px, 9999px, 60px, 0)}70%{clip:rect(50px, 9999px, 40px, 0)}75%{clip:rect(90px, 9999px, 10px, 0)}80%{clip:rect(10px, 9999px, 80px, 0)}85%{clip:rect(40px, 9999px, 20px, 0)}90%{clip:rect(70px, 9999px, 50px, 0)}95%{clip:rect(20px, 9999px, 90px, 0)}to{clip:rect(60px, 9999px, 30px, 0)}}.cursor{background-color:var(--text-primary);vertical-align:middle;width:10px;height:18px;margin-left:5px;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.footer{text-align:center;color:#555;letter-spacing:2px;margin-top:40px;font-size:.75rem}@media (max-width:600px){.glitch{font-size:2rem}}
