:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body,html,#root{margin:0;padding:0;height:100%;font-family:JetBrains Mono,monospace;background:#000;color:#fff;overflow-x:hidden}.navbar{position:fixed;top:0;left:0;width:100%;height:70px;display:flex;justify-content:space-between;align-items:center;padding:0 50px;background:#000;border-bottom:2px solid #00ff00;z-index:100;box-sizing:border-box}.logo{font-size:26px;font-weight:700;color:#fff;cursor:pointer;position:relative}.logo.glitch:before,.logo.glitch:after{content:attr(data-text);position:absolute;left:0;top:0;color:#0f0;overflow:hidden;clip:rect(0,900px,0,0)}.logo.glitch:before{left:2px;text-shadow:-2px 0 #00ff00;animation:glitch 1s infinite linear alternate-reverse}.logo.glitch:after{left:-2px;text-shadow:-2px 0 #00ff00;animation:glitch 1.3s infinite linear alternate-reverse}.nav-links{list-style:none;display:flex;gap:40px;flex-wrap:wrap;justify-content:flex-end}.nav-links li{position:relative;font-size:18px;color:#fff;cursor:pointer;transition:color .2s ease}.nav-links li:hover{color:#0f0}.nav-links li.glitch-hover:before,.nav-links li.glitch-hover:after{content:attr(data-text);position:absolute;left:0;top:0;color:#0f0;overflow:hidden;clip:rect(0,900px,0,0);opacity:0}.nav-links li.glitch-hover:hover:before{opacity:1;left:2px;text-shadow:-2px 0 #00ff00;animation:glitch .25s infinite linear alternate-reverse}.nav-links li.glitch-hover:hover:after{opacity:1;left:-2px;text-shadow:-2px 0 #00ff00;animation:glitch .2s infinite linear alternate-reverse}@keyframes glitch{0%{clip:rect(5px,9999px,15px,0)}20%{clip:rect(20px,9999px,40px,0)}40%{clip:rect(10px,9999px,60px,0)}60%{clip:rect(50px,9999px,70px,0)}80%{clip:rect(25px,9999px,65px,0)}to{clip:rect(15px,9999px,35px,0)}}.hero{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:100%;max-width:800px;padding:0 20px;z-index:150}.hero-title{font-size:48px;margin-bottom:10px;color:#0f0}.hero-subtitle{font-size:22px;margin-bottom:20px;color:#aaa}.hero-quote{font-size:16px;font-style:italic;color:#888;max-width:600px;margin-bottom:30px}.hero-btn{background:transparent;border:2px solid #00ff00;color:#0f0;padding:10px 25px;font-size:16px;cursor:pointer;transition:all .2s ease}.hero-btn:hover{background:#0f0;color:#000;box-shadow:0 0 10px #0f0,0 0 20px #0f0}.app.glitching *{animation:glitch-fade .2s infinite}@keyframes glitch-fade{0%{transform:translate(0);opacity:1}20%{transform:translate(-5px,5px);opacity:.8}40%{transform:translate(5px,-5px);opacity:.6}60%{transform:translate(-5px,5px);opacity:.4}80%{transform:translate(5px,-5px);opacity:.2}to{transform:translate(0);opacity:0}}.fullscreen-video{position:fixed;top:0;left:0;width:100vw;height:100vh;object-fit:cover;z-index:50;display:none}.white-flash{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;z-index:10000;animation:flash .5s ease forwards}@keyframes flash{0%{opacity:1}to{opacity:0}}.reveal *{opacity:0;transform:translateY(20px);animation:fadeInUp .6s forwards}.reveal .logo{animation-delay:.1s}.reveal .nav-links li:nth-child(1){animation-delay:.2s}.reveal .nav-links li:nth-child(2){animation-delay:.3s}.reveal .nav-links li:nth-child(3){animation-delay:.4s}.reveal .nav-links li:nth-child(4){animation-delay:.5s}.reveal .nav-links li:nth-child(5){animation-delay:.6s}.reveal .hero-title{animation-delay:.7s}.reveal .hero-subtitle{animation-delay:.8s}.reveal .hero-quote{animation-delay:.9s}.reveal .hero-btn{animation-delay:1s}.hamburger{display:none;flex-direction:column;justify-content:space-around;width:25px;height:20px;cursor:pointer;z-index:200}.hamburger span{display:block;height:3px;background:#0f0;border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 768px){.hamburger{display:flex}.nav-links{position:fixed;top:70px;right:-100%;height:calc(100vh - 70px);width:200px;flex-direction:column;background:#000;gap:30px;padding:20px;transition:right .3s ease;z-index:150}.nav-links.open{right:0}.nav-links li{font-size:20px;opacity:0;transform:translateY(20px)}.nav-links.open li:nth-child(1){animation:fadeInUp .4s forwards .1s}.nav-links.open li:nth-child(2){animation:fadeInUp .4s forwards .2s}.nav-links.open li:nth-child(3){animation:fadeInUp .4s forwards .3s}.nav-links.open li:nth-child(4){animation:fadeInUp .4s forwards .4s}.nav-links.open li:nth-child(5){animation:fadeInUp .4s forwards .5s}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
