: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%;width:100%;font-family:JetBrains Mono,monospace;background:#000;color:#fff;overflow-x:auto;overflow-y:hidden;white-space:nowrap}.navbar{position:fixed;top:0;left:0;width:100%;height:70px;display:flex;justify-content:space-between;align-items:center;padding:0 50px;background:#000000f2;border-bottom:2px solid #00ff00;z-index:9999;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}.hero{width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 20px;box-sizing:border-box}.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:100vh;width:90%;flex-direction:column;justify-content:center;background:#000000f2;gap:30px;padding:20px;transition:right .3s ease;z-index:150}.nav-links.open{right:0}.nav-links li{font-size:24px;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)}}.music-toggle{background:transparent;border:2px solid #0f0;color:#0f0;padding:.5rem 1rem;border-radius:8px;font-family:monospace;font-size:14px;cursor:pointer;transition:all .2s ease;content:attr(data-label)}.music-toggle.on{background:#0f0;color:#000;box-shadow:0 0 20px #0f0,0 0 40px #0f0;animation:pulse 1s infinite}@keyframes pulse{0%{box-shadow:0 0 5px #0f0}50%{box-shadow:0 0 20px #0f0,0 0 40px #0f0}to{box-shadow:0 0 5px #0f0}}@media (max-width: 500px){.music-toggle{width:60px;height:50px;border-radius:12px;font-size:10px;padding:0;display:flex;align-items:center;justify-content:center}}.music-toggle:hover{background:#0f0;color:#000;text-shadow:0 0 10px #0f0}:is() .music-toggle:before{content:""}.music-controls{display:flex;align-items:center;gap:10px}.music-controls canvas{border-radius:4px;background-color:#000}.sections-container{display:flex;flex-direction:row;width:300vw;height:100vh;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.hero,.skills-section,.projects-section{flex:0 0 100vw;width:100vw;height:100vh;scroll-snap-align:center}html,body{margin:0;padding:0;overflow-x:hidden}.skills-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#000;color:#fff;padding:4rem 2rem;text-align:center;position:relative}.skills-heading{font-size:3rem;margin-bottom:3rem;color:#0f0;text-shadow:0 0 10px #00ff00,0 0 20px #00ff00,0 0 40px #00ff00}.skills-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;padding:20px;width:100%;max-width:1000px;overflow-x:hidden;overflow-y:auto}.skills-container::-webkit-scrollbar{display:none}.skills-container{-ms-overflow-style:none;scrollbar-width:none}.skill-card{background:#1e1e1e;color:#fff;border-radius:12px;padding:20px;text-align:center;cursor:pointer;transition:all .35s cubic-bezier(.25,1,.5,1);overflow:hidden;min-height:150px;box-shadow:0 0 15px #0f03;display:flex;flex-direction:column;justify-content:center}.skill-card h3{margin:0;color:#0f0;text-shadow:0 0 10px #00ff00}.skill-card p{margin-top:10px;font-size:.9rem;line-height:1.4;word-wrap:break-word;white-space:normal;overflow-wrap:break-word;max-width:100%;opacity:0;max-height:0;transition:all .4s ease}.skill-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 0 25px #0f09}.skill-card.active{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(1.15);z-index:20;width:420px;max-width:90%;min-height:320px;background:#111;padding:25px;box-shadow:0 0 45px #00ff00e6}.skill-card.active p{opacity:1;max-height:500px}.skills-container:after{content:"";position:fixed;inset:0;background:#000000b3;opacity:0;pointer-events:none;transition:opacity .4s ease;z-index:15;margin-top:20px;margin-bottom:20px}.skill-card.active~.skills-container:after{opacity:1;pointer-events:all}@media (max-width: 768px){.skills-container{grid-template-columns:repeat(2,1fr);gap:15px;max-width:100%;padding:10px}.skill-card{min-height:140px;padding:15px}.skills-heading{font-size:2rem}.skill-card.active{width:90%;min-height:260px}}@media (max-width: 400px){.skills-container{grid-template-columns:1fr}}.projects-section{display:flex;justify-content:center;align-items:center;background:#000;color:#fff;padding:2rem}.projects-container{display:flex;flex-direction:column;gap:30px;max-width:600px;width:100%;align-items:center}.project-card{position:relative;width:100%;background:#111;border-radius:14px;padding:25px;text-align:center;cursor:pointer;min-height:160px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;z-index:1;border:1px solid rgba(0,255,0,.25);transition:transform .3s ease}.project-card:before{content:"";position:absolute;inset:-2px;background:linear-gradient(90deg,#0f0,#0ff,#0f0,#f0f,#0f0);background-size:400% 400%;border-radius:inherit;z-index:-2;animation:glow-run 6s linear infinite;filter:blur(6px)}.project-card:after{content:"";position:absolute;inset:2px;background:#111;border-radius:inherit;z-index:-1}.project-card h3{margin:0 0 12px;font-size:1.5rem;color:#0f0;text-shadow:0 0 8px rgba(0,255,0,.7);letter-spacing:1px}.project-card p{font-size:1rem;color:#bbb;margin:0;word-wrap:break-word;white-space:normal;overflow-wrap:break-word;line-height:1.5;text-align:center}.project-card.glitch:before,.project-card.glitch:after{content:attr(data-text);position:absolute;left:0;top:0;width:100%;color:#0f0;overflow:hidden;clip:rect(0,900px,0,0);opacity:0;pointer-events:none}.project-card.glitch:hover:before{opacity:1;left:2px;text-shadow:-2px 0 #0f0;animation:glitch .3s infinite linear alternate-reverse}.project-card.glitch:hover:after{opacity:1;left:-2px;text-shadow:-2px 0 #f0f;animation:glitch .2s infinite linear alternate-reverse}.project-overlay{position:fixed;inset:0;width:100%;height:100%;background:#000;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .4s ease forwards}.overlay-content{width:100%;height:100%;background:#111;color:#fff;padding:60px 40px 80px;border-radius:0;position:relative;overflow-y:auto;animation:zoomIn .4s ease forwards;display:flex;flex-direction:column;justify-content:center;align-items:center}.overlay-content h2{font-size:2.2rem;color:#0f0;text-shadow:0 0 12px rgba(0,255,0,.7);margin-bottom:20px}.overlay-content p{font-size:1.2rem;color:#bbb;max-width:800px;text-align:center;line-height:1.6}.close-btn{position:fixed;top:50px;right:30px;background:none;border:none;color:#0f0;font-size:2.5rem;cursor:pointer;z-index:9999;text-shadow:0 0 10px rgba(0,255,0,.8);transition:color .2s ease,transform .2s ease}.close-btn:hover{color:#f0f;transform:scale(1.1)}.typewriter{font-family:Courier New,monospace;color:#0f0;text-shadow:0 0 6px rgba(0,255,0,.7);font-size:1.1rem;white-space:pre-wrap;line-height:1.6;max-height:70vh;overflow-y:auto;animation:fadeIn .3s ease;padding:20px;border-left:2px solid #0f0}.flowchart{display:flex;align-items:center;justify-content:center;gap:40px;margin-top:40px;flex-wrap:wrap}.node{padding:20px 40px;border:2px solid #0f0;border-radius:8px;background:#111;box-shadow:0 0 12px #00ff0080;font-family:Courier New,monospace;color:#0f0}.line{width:80px;height:4px;background:#0f0;transition:all .3s ease}.line.send{animation:pulse-green 1s infinite}.line.fetch{animation:pulse-blue 1s infinite;background:#0ff}.line.delete{animation:pulse-red 1s infinite;background:red}.line.offline{background:gray;filter:blur(2px)}.line.buffer{animation:pulse-orange 1s infinite;background:orange}@keyframes glow-run{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@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)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes pulse-green{0%,to{opacity:1}50%{opacity:.3}}@keyframes pulse-blue{0%,to{opacity:1}50%{opacity:.3}}@keyframes pulse-red{0%,to{opacity:1}50%{opacity:.3}}@keyframes pulse-orange{0%,to{opacity:1}50%{opacity:.3}}.flowchart-wrapper{display:flex;flex-direction:column;align-items:center;margin-top:40px}.flow-desc{font-family:Courier New,monospace;color:#0f0;text-shadow:0 0 6px rgba(0,255,0,.7);font-size:1rem;margin-top:30px;text-align:center;white-space:pre-wrap;max-width:700px;line-height:1.5;border-top:1px solid #0f0;padding-top:15px;animation:fadeIn .5s ease}.node small{display:block;font-size:.8rem;color:#bbb}.line-label{font-family:Courier New,monospace;font-size:.9rem;color:#888;opacity:.4;transition:all .3s ease}.line-label.active{color:#0f0;text-shadow:0 0 6px rgba(0,255,0,.7);opacity:1}.fade-in{animation:fadeIn 1s ease forwards}.typewriter{animation:fadeOut 1s ease forwards}.node-wrapper{opacity:0;transform:scale(.8);transition:all .8s ease}.node-wrapper.show{opacity:1;transform:scale(1)}.line.active{animation:pulse 1.5s infinite alternate}@keyframes pulse{0%{background-color:#ff0;box-shadow:0 0 8px #ff0}to{background-color:#0f0;box-shadow:0 0 18px #0f0}}.line.buffer.active{background:red;animation:glitch-pulse .7s infinite}@keyframes glitch-pulse{0%{opacity:1}50%{opacity:.2}to{opacity:1}}.node.leviathan{background:#111;border:2px solid #0f0;color:#0f0;text-shadow:0 0 8px #0f0}.node.c2c{background:#111;border:2px solid cyan;color:#0ff;text-shadow:0 0 8px cyan}.node.token{background:#111;border:2px solid #ff0;color:#ff0;text-shadow:0 0 8px #ff0}.node.mac{background:#111;border:2px solid orange;color:orange;text-shadow:0 0 8px orange}.access-nodes{display:flex;gap:10px;margin-top:15px}.node.camera,.node.mic,.node.files{border:2px solid #f0f;color:#f0f;text-shadow:0 0 8px #f0f}.node.decoy{background:#111;border:2px solid purple;color:violet;text-shadow:0 0 10px violet}
