@import "https://fonts.googleapis.com/css2?family=Sulphur+Point:wght@400;700&display=swap";:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;box-sizing:border-box;flex-direction:column;width:100%;height:100%;margin:0;padding:0;display:flex}body{width:100%;height:100%;margin:0;overflow-x:hidden}html{width:100%;height:100%}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.welcome-3d-container{cursor:pointer;width:100%;height:100vh;position:relative}#center{box-sizing:border-box;flex-direction:column;place-content:center;place-items:center;gap:25px;width:100%;height:100vh;min-height:100vh;margin:0;padding:0;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}.welcome-3d-container canvas{background:radial-gradient(circle,#1a1a2e 0%,#000 100%);width:100%;height:100%;display:block}body{cursor:none!important}.mouse-cursor-container{pointer-events:none;cursor:none;z-index:9999;width:100%;height:100%;position:fixed;top:0;left:0}.mouse-cursor-container canvas{width:100%;height:100%;display:block}.welcome-container{cursor:pointer;background:#000;justify-content:center;align-items:center;width:100%;height:100vh;animation:.8s ease-in-out 2.2s forwards fadeOut;display:flex}.welcome-text{color:#fff;letter-spacing:.02em;text-align:center;margin:0;font-family:Sulphur Point,sans-serif;font-size:3.5rem;font-weight:700;display:inline-block}.welcome-text span{opacity:0;animation:1.2s ease-out forwards letterAppear;animation-delay:calc(var(--letter-index) * .25s);display:inline-block}@keyframes letterAppear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media (width<=1024px){.welcome-text{letter-spacing:.02em;font-size:2.5rem}}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}.hero-section{text-align:center;box-sizing:border-box;background:linear-gradient(135deg,#0f0f1e 0%,#1a0033 50%,#0f0f1e 100%);border-bottom:1px solid #ff4fd833;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;min-height:100vh;padding:0 40px;display:flex}.hero-content{z-index:10;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1000px;display:flex;position:relative}.hero-content h1{color:#ff4fd8;text-shadow:0 0 20px #ff4fd899,0 0 40px #4fd8ff4d;letter-spacing:-2px;margin-top:40px;margin-bottom:40px;font-size:4rem;font-weight:700}.hero-content .subtitle{color:#7a3cff;letter-spacing:.5px;margin-bottom:24px;font-size:1.5rem;font-weight:500}.hero-content .bio{color:#a0a0b0;max-width:700px;margin:0 auto 40px;font-size:1.1rem;line-height:1.6}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.btn{cursor:pointer;border:2px solid;border-radius:8px;padding:14px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-primary{color:#fff;background:linear-gradient(135deg,#ff4fd8,#7a3cff);border-color:#ff4fd8}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff4fd866}.btn-secondary{color:#4fd8ff;background:0 0;border-color:#4fd8ff}.btn-secondary:hover{background:#4fd8ff1a;box-shadow:0 8px 20px #4fd8ff4d}.skills-section{background:#05010f;border-bottom:1px solid #4fd8ff1a;padding:100px 40px}.skills-section h2{text-align:center;background:linear-gradient(135deg,#4fd8ff 0%,#ff4fd8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:60px;font-size:2.5rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:1200px;margin:0 auto;display:grid}.skill-card{background:linear-gradient(135deg,#7a3cff1a,#4fd8ff0d);border:1px solid #ff4fd833;border-radius:12px;padding:32px;transition:all .3s}.skill-card:hover{border-color:#ff4fd8;transform:translateY(-4px);box-shadow:0 10px 30px #ff4fd833}.skill-card h3{color:#4fd8ff;margin-bottom:12px;font-size:1.3rem}.skill-card p{color:#a0a0b0;font-size:.95rem;line-height:1.6}.experience-section{background:linear-gradient(135deg,#0f0f1e 0%,#1a0a2e 100%);border-bottom:1px solid #4fd8ff1a;padding:100px 40px}.experience-section h2{text-align:center;background:linear-gradient(135deg,#ff4fd8 0%,#4fd8ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:60px;font-size:2.5rem}.experience-timeline{max-width:800px;margin:0 auto;position:relative}.experience-timeline:before{content:"";background:linear-gradient(#ff4fd8,#4fd8ff,#ff4fd8);width:2px;position:absolute;top:0;bottom:0;left:20px}.timeline-item{margin-bottom:40px;padding-left:80px;position:relative}.timeline-marker{background:#ff4fd8;border:3px solid #05010f;border-radius:50%;width:40px;height:40px;position:absolute;top:0;left:0;box-shadow:0 0 15px #ff4fd880}.timeline-content h3{color:#4fd8ff;margin-bottom:4px;font-size:1.3rem}.timeline-content .period{color:#7a3cff;margin-bottom:12px;font-size:.9rem}.timeline-content ul{padding:0;list-style:none}.timeline-content li{color:#a0a0b0;margin-bottom:8px;font-size:.95rem;line-height:1.6}.timeline-content li:before{content:"▸ ";color:#ff4fd8;margin-right:8px}.contact-section{text-align:center;background:linear-gradient(135deg,#1a0033 0%,#0f0f1e 50%,#1a0033 100%);border-top:1px solid #ff4fd833;padding:100px 40px}.contact-section h2{background:linear-gradient(135deg,#4fd8ff 0%,#ff4fd8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:2.5rem}.contact-section>p{color:#a0a0b0;max-width:600px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:1.1rem}.contact-info{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.contact-link{color:#ff4fd8;background:#ff4fd81a;border:1px solid #ff4fd8;border-radius:8px;padding:12px 24px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.contact-link:hover{background:#ff4fd833;transform:translateY(-2px);box-shadow:0 6px 20px #ff4fd84d}@media (width<=1024px){.hero-section{padding:20px}.hero-content{max-width:90%}.hero-content h1{margin-top:20px;margin-bottom:20px;font-size:2.5rem;line-height:1.2}.hero-content .subtitle{font-size:1.1rem}.hero-content .bio{max-width:100%;font-size:.95rem}}@media (width<=768px){.hero-section{padding:15px}.hero-content h1{letter-spacing:-1px;margin-top:15px;margin-bottom:15px;font-size:1.8rem;line-height:1.1}.hero-content .subtitle{margin-bottom:16px;font-size:.95rem}.hero-content .bio{max-width:100%;margin-bottom:20px;font-size:.85rem;line-height:1.5}.cta-buttons{flex-direction:column;align-items:center;gap:12px}.btn{width:100%;max-width:250px;padding:12px 24px;font-size:.9rem}}@media (width<=480px){.hero-section{padding:10px 12px}.hero-content h1{letter-spacing:-.5px;word-wrap:break-word;margin-top:10px;margin-bottom:10px;font-size:1.5rem;line-height:1.05}.hero-content .subtitle{margin-bottom:12px;font-size:.8rem;line-height:1.2}.hero-content .bio{max-width:100%;margin-bottom:15px;font-size:.75rem;line-height:1.4}.cta-buttons{flex-direction:column;gap:10px}.btn{width:100%;max-width:200px;padding:10px 20px;font-size:.85rem}}@media (width<=1024px){.skills-grid{grid-template-columns:1fr}.experience-timeline:before{left:10px}.timeline-item{padding-left:50px}.timeline-marker{width:30px;height:30px;left:-5px}.cta-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}
