@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;700&family=Space+Grotesk:wght@300;500;700&display=swap";
:root{--bg-color:#050505;--accent:#00f2ff;--accent-dim:#00f2ff66;--violet:#7000ff;--magenta:#f0a;--text-primary:#fff;--text-dim:#ffffffbf}.not-time-yet{border:1px solid var(--accent);color:var(--accent);letter-spacing:.2em;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:1000;opacity:0;pointer-events:none;background:#00f2ff1a;border-radius:0;padding:.8rem 1.5rem;font-family:Space Grotesk,sans-serif;font-size:.7rem;transition:all .5s cubic-bezier(.16,1,.3,1);position:fixed;bottom:10%;left:50%;transform:translate(-50%)translateY(20px);box-shadow:0 0 30px #00f2ff26}.not-time-yet.visible{opacity:1;transform:translate(-50%)translateY(0)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-primary);letter-spacing:.1em;height:auto;font-family:Outfit,sans-serif;overflow:hidden auto}#app{width:100%;min-height:250vh;position:relative}.overlay-texture{opacity:.06;pointer-events:none;z-index:100;background:url(https://grainy-gradients.vercel.app/noise.svg);width:100%;height:100%;position:fixed;top:0;left:0}.vignette{pointer-events:none;z-index:90;background:radial-gradient(circle,#0000 30%,#000000d9 100%);width:100%;height:100%;position:fixed;top:0;left:0}#canvas-container{z-index:1;width:100%;height:100%;position:fixed;top:0;left:0}.section{z-index:10;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative}.section-hero{justify-content:space-between}header{z-index:110;justify-content:space-between;align-items:center;width:100%;padding:3rem;display:flex}.logo-pulse{animation:4s cubic-bezier(.16,1,.3,1) infinite pulse-core}@keyframes pulse-core{0%{opacity:.2;transform:scale(.8)}50%{opacity:.8;transform:scale(1.1)}to{opacity:.2;transform:scale(.8)}}.status-minimal{letter-spacing:clamp(.2rem,1vw,.4rem);opacity:.5;font-family:Space Grotesk,sans-serif;font-size:clamp(.5rem,2vw,.7rem);font-weight:300}.hero-content{text-align:center;z-index:20;pointer-events:none;flex-direction:column;align-items:center;width:100%;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.liquid-glass{-webkit-backdrop-filter:blur(80px)saturate(180%);pointer-events:auto;background:#000000b3;border:1px solid #ffffff26;border-radius:0;flex-direction:column;align-items:center;width:90%;max-width:1000px;padding:clamp(1.5rem,5vw,3.5rem);display:flex;position:relative;overflow:hidden;box-shadow:0 50px 120px #000000e6,inset 0 0 60px #ffffff08}.liquid-glass:before{content:"";pointer-events:none;background:radial-gradient(circle,#00f2ff0d 0%,#0000 70%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.terminal-header{border-bottom:1px solid #ffffff0d;align-items:center;gap:.5rem;width:100%;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.terminal-dot{background:#fff3;width:6px;height:6px}.terminal-title{letter-spacing:.2em;color:var(--text-dim);text-transform:uppercase;margin-left:.5rem;font-family:Space Grotesk,sans-serif;font-size:.6rem}.system-path{color:var(--accent);letter-spacing:.3em;opacity:.6;margin-bottom:1rem;font-family:Space Grotesk,sans-serif;font-size:.65rem}.flicker-title{letter-spacing:.1em;color:#fff;text-shadow:0 0 40px #00f2ff66,0 10px 30px #000c;text-align:center;word-wrap:break-word;width:100%;max-width:1200px;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,8vw,5.5rem);font-weight:800;line-height:1.1;animation:4s infinite title-flicker}@keyframes title-flicker{0%,to{opacity:.9}98%{opacity:.9}98.5%{opacity:.3}99%{opacity:.7}99.5%{opacity:.2}}.tagline{color:var(--text-dim);letter-spacing:clamp(.3em,4vw,.6em);text-align:center;margin-top:1rem;font-size:clamp(.55rem,2vw,.7rem);font-weight:300;line-height:1.5}.hero-intro{color:var(--text-dim);letter-spacing:.15em;text-align:center;max-width:500px;margin:1.5rem auto 2.5rem;font-size:clamp(.75rem,2.5vw,.85rem);font-weight:300;line-height:clamp(1.6,3vw,1.8)}.cta-button{border:1px solid var(--accent);color:var(--text-primary);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.3em;text-transform:uppercase;background:0 0;border-radius:0;justify-content:center;align-items:center;width:auto;height:auto;padding:1rem 2.5rem;font-family:Space Grotesk,sans-serif;font-size:.7rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.cta-minimal-symbol{background:var(--accent);width:8px;height:8px;box-shadow:0 0 10px var(--accent);animation:2s ease-in-out infinite pulse-symbol}@keyframes pulse-symbol{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;box-shadow:0 0 20px var(--accent);transform:scale(1.5)}}.cta-button:hover{border-color:var(--accent);background:#00f2ff0d;transform:translateY(-2px);box-shadow:0 0 30px #00f2ff33}.cta-button:after{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.cta-button:hover:after{left:100%}.scroll-indicator{flex-direction:column;align-items:center;gap:.75rem;padding-bottom:3rem;transition:opacity .3s;display:flex}.scroll-line{background:linear-gradient(to bottom,transparent,var(--accent));width:1px;height:40px;animation:2s ease-in-out infinite scroll-pulse}@keyframes scroll-pulse{0%,to{opacity:.3;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}.scroll-text{letter-spacing:.5em;color:var(--accent);opacity:.4;font-family:Space Grotesk,sans-serif;font-size:.55rem}.mouse{border:1px solid var(--accent-dim);justify-content:center;width:20px;height:32px;padding-top:6px;display:flex;position:relative}.wheel{background:var(--accent);width:2px;height:6px;animation:2s ease-in-out infinite wheel-scroll}@keyframes wheel-scroll{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}.section-reveal{justify-content:center;align-items:center}.reveal-content{pointer-events:none;flex-direction:column;align-items:center;gap:2.5rem;width:100%;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.protocol-badge{letter-spacing:.4em;color:var(--accent);text-transform:uppercase;opacity:.8;align-items:center;gap:.6rem;font-family:Space Grotesk,sans-serif;font-size:.6rem;display:flex}.section-meta{letter-spacing:.5em;color:var(--text-dim);opacity:.4;margin-bottom:.5rem;font-family:Space Grotesk,sans-serif;font-size:.6rem}.badge-dot{background:var(--magenta);width:6px;height:6px;box-shadow:0 0 8px var(--magenta),0 0 20px #ff00aa4d;border-radius:50%;animation:1.5s ease-in-out infinite dot-blink}@keyframes dot-blink{0%,to{opacity:1}50%{opacity:.2}}.reveal-title{letter-spacing:.15em;text-align:center;color:var(--text-primary);text-shadow:0 10px 30px #000000e6;font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,5vw,3.5rem);font-weight:700}.bracket{color:var(--magenta);opacity:.6;font-weight:300}.reveal-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:900px;margin-bottom:2rem;display:grid}.reveal-card{text-align:left;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#0009;border:1px solid #ffffff1a;border-radius:0;flex-direction:column;align-items:flex-start;gap:.5rem;height:100%;padding:2rem 1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.reveal-card:before{content:"";background:var(--accent);width:2px;height:0;transition:height .4s;position:absolute;top:0;left:0}.reveal-card:hover:before{height:100%}.card-icon{filter:drop-shadow(0 0 10px var(--accent));margin-bottom:.5rem;font-size:1.5rem}.reveal-card:hover{background:#00f2ff08;border-color:#00f2ff4d}.feature-strip{border-top:1px solid #ffffff0d;justify-content:center;align-items:center;gap:2rem;width:100%;margin-top:1rem;padding:1rem 0;display:flex}.feature-item{letter-spacing:.2em;color:var(--accent);opacity:.8;font-family:Space Grotesk,sans-serif;font-size:.65rem}.feature-divider{color:var(--text-dim);opacity:.3}.card-id{color:var(--accent);opacity:.5;margin-bottom:.2rem;font-family:Space Grotesk,sans-serif;font-size:.5rem}.card-status{letter-spacing:.1em;color:var(--accent);opacity:.8;margin-top:.5rem;font-family:Space Grotesk,sans-serif;font-size:.55rem}.card-label{letter-spacing:.2em;color:var(--text-primary);text-transform:uppercase;margin-bottom:.5rem;font-family:Space Grotesk,sans-serif;font-size:.6rem;font-weight:700}.card-value{letter-spacing:.1em;color:var(--text-dim);font-family:Space Grotesk,sans-serif;font-size:.75rem;font-weight:300;line-height:1.4}.flicker-subtle{animation:8s infinite title-flicker}.typing-cursor:after{content:"█";color:var(--magenta);margin-left:2px;font-size:.7em;animation:1s step-end infinite cursor-blink}.section-skills{justify-content:center;align-items:center}.skills-content{z-index:10;flex-direction:column;align-items:center;width:100%;max-width:900px;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.skills-terminal{text-align:left;pointer-events:auto;border:1px solid #ffffff1a;width:100%;padding:0;overflow:hidden;background:#000c!important}.code-display{color:var(--accent);opacity:.9;white-space:pre-wrap;word-wrap:break-word;max-height:60vh;margin:0;padding:2.5rem;font-family:Space Mono,monospace;font-size:.75rem;line-height:1.7;overflow-y:auto}.code-display::-webkit-scrollbar{width:6px}.code-display::-webkit-scrollbar-track{background:#0000004d}.code-display::-webkit-scrollbar-thumb{background:#ffffff1a}.code-display::-webkit-scrollbar-thumb:hover{background:var(--magenta)}.code-display h1,.code-display h2,.code-display h3{color:var(--text-primary);font-size:inherit;margin-top:1.5rem;margin-bottom:.5rem}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}.reveal-subtext{color:var(--text-dim);letter-spacing:.15em;text-align:center;max-width:400px;font-size:.75rem;font-weight:300;line-height:1.8}.social-reveal{justify-content:center;gap:2.5rem;width:100%;display:flex}.social-link{color:var(--text-primary);letter-spacing:.3em;opacity:.4;font-family:Space Grotesk,sans-serif;font-size:.65rem;text-decoration:none;transition:opacity .4s,color .4s}.social-link:hover{opacity:1;color:var(--magenta)}.social-bracket{color:var(--magenta);opacity:.5}@media (max-width:768px){.flicker-title{letter-spacing:.05em;padding:0 1rem;font-size:clamp(2rem,15vw,3.5rem);line-height:1.1}.liquid-glass{width:92%;padding:2.5rem 1.2rem;margin-top:1.5rem!important}.reveal-grid{gap:1.2rem;padding:0 .5rem;grid-template-columns:1fr!important}.reveal-card{padding:1.8rem 1.5rem}header{padding:1.5rem}.terminal-header{margin-bottom:1rem;padding-bottom:1rem}.feature-strip{flex-wrap:wrap;justify-content:center;gap:.4rem;padding:1rem .5rem;font-size:.5rem}.social-reveal{flex-wrap:wrap;gap:1.5rem}.code-display{padding:1.5rem;font-size:.7rem}}.reveal-up{opacity:0;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.reveal-up.active{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.delay-5{transition-delay:.5s}.delay-6{transition-delay:.6s}#app{min-height:400vh}
