: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%;min-height:100svh;display:flex}body{margin:0}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%}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#e4e4e4;background:#0f0f0f;font-family:Inter,sans-serif}.container{counter-reset:section;max-width:1080px;margin:0 auto;padding:0 2rem}.scroll-progress{transform-origin:0;z-index:20;background:#c084fc;width:100%;height:2px;position:fixed;top:0;left:0}.cursor-dot{display:none}@media (pointer:fine){*{cursor:none}.cursor-dot{opacity:0;pointer-events:none;z-index:9999;background:#fff;border-radius:50%;width:10px;height:10px;margin:-5px 0 0 -5px;transition:opacity .2s,background .15s;display:block;position:fixed;top:0;left:0}.cursor-dot:before,.cursor-dot:after{content:"";opacity:0;background:#fff;width:14px;height:2px;transition:opacity .15s,transform .15s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.cursor-dot:after{transform:translate(-50%,-50%)rotate(90deg)scale(0)}.cursor-dot.cursor-dot--pointer{background:0 0}.cursor-dot.cursor-dot--pointer:before{opacity:1;transform:translate(-50%,-50%)scale(1)}.cursor-dot.cursor-dot--pointer:after{opacity:1;transform:translate(-50%,-50%)rotate(90deg)scale(1)}}nav{z-index:10;-webkit-backdrop-filter:blur(8px);background:#0f0f0fd9;border-bottom:.5px solid #2a2a2a;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1080px;margin:0 auto;padding:2rem;display:flex}.nav-logo{color:#fff;font-size:18px;font-weight:500}.nav-links{gap:2.25rem;display:flex}.nav-links a{color:#888;padding-bottom:3px;font-size:16px;text-decoration:none;transition:color .2s;position:relative}.nav-links a:after{content:"";transform-origin:0;background:#c084fc;width:100%;height:1px;transition:transform .25s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.nav-links a:hover{color:#e4e4e4}.nav-links a.active{color:#c084fc}.nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1)}.hero{box-sizing:border-box;flex-direction:column;justify-content:center;min-height:calc(100svh - 84px);padding:4rem 0;display:flex;position:relative}.hero-content{width:100%;transform:translateY(-50px)}.hero-tag{color:#c084fc;letter-spacing:.05em;margin-bottom:1rem;font-size:14px}.hero h1{color:#fff;opacity:0;width:100%;margin-bottom:1.75rem;font-size:72px;font-weight:500;line-height:1.2;animation:.7s forwards fade-up}.hero h1 span{color:#c084fc}.hero p{color:#888;opacity:0;width:100%;max-width:700px;margin:0 auto;font-size:22px;line-height:1.7;animation:.7s .12s forwards fade-up}.hero-btns{gap:12px;display:flex}.btn-primary{color:#0f0f0f;background:#c084fc;border:none;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:500}.btn-secondary{color:#e4e4e4;background:0 0;border:.5px solid #333;border-radius:6px;padding:10px 20px;font-size:14px}.scroll-cue{color:#c084fc;opacity:0;justify-content:center;animation:.7s .3s forwards fade-up,1.4s ease-in-out 1s infinite bob;display:flex;position:absolute;bottom:4.5rem;left:0;right:0}@media (width<=640px){.hero h1{font-size:40px}.hero p{font-size:17px}.nav-inner{padding:1.5rem}.nav-logo{font-size:15px}.nav-links{gap:1rem}.nav-links a{font-size:13px}}@keyframes fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(12px)}}section{counter-increment:section;opacity:0;border-top:.5px solid #1e1e1e;padding:7rem 0;transition:opacity .7s,transform .7s;transform:translateY(28px)}section.in-view{opacity:1;transform:translateY(0)}.section-label{color:#555;letter-spacing:.08em;text-transform:uppercase;margin-bottom:2.25rem;font-size:14px}.section-label:before{content:counter(section, decimal-leading-zero) " / ";color:#c084fc}.about-text{color:#888;max-width:780px;margin:0 auto;font-size:19px;line-height:1.85}.skills{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:2.25rem;display:flex}.skill-tag{color:#c084fc;opacity:0;background:#2a1442;border:.5px solid #4c2a75;border-radius:5px;padding:8px 18px;font-size:14px;transition:opacity .4s,transform .4s,border-color .2s,background .2s;transform:translateY(6px)}.skill-tag:hover{background:#341a54;border-color:#c084fc}.in-view .skill-tag{opacity:1;transform:translateY(0)}.exp-item{opacity:0;max-width:780px;margin:0 auto;padding-bottom:2.5rem;padding-left:28px;transition:opacity .6s,transform .6s;position:relative;transform:translateY(16px)}.in-view .exp-item{opacity:1;transform:translateY(0)}.exp-item:before{content:"";background:#c084fc;border-radius:50%;width:10px;height:10px;position:absolute;top:7px;left:0}.exp-item:after{content:"";background:#262626;width:1px;position:absolute;top:19px;bottom:0;left:4px}.exp-item:last-child{padding-bottom:0}.exp-item:last-child:after{display:none}.exp-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:6px;display:flex}.exp-role{color:#e4e4e4;font-size:19px;font-weight:500}.exp-date{color:#555;white-space:nowrap;font-size:14px}.exp-company{color:#c084fc;margin-bottom:8px;font-size:15px}.exp-desc{color:#777;font-size:16px;line-height:1.65}.carousel-stage{position:relative}.carousel-viewport{border-radius:8px;overflow:hidden}.projects-track{transition:transform .45s;display:flex}.project-card{box-sizing:border-box;opacity:0;background:#161616;border:.5px solid #222;border-radius:8px;flex-direction:column;flex:0 0 100%;justify-content:center;align-items:center;width:100%;min-height:320px;padding:3rem 4.5rem;transition:opacity .6s,transform .6s,border-color .2s;display:flex;position:relative;overflow:hidden;transform:translateY(16px)}.in-view .project-card{opacity:1;transform:translateY(0)}.project-card:hover{border-color:#333}.project-video{object-fit:cover;filter:brightness(.55);z-index:0;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.185)}.project-card-content{z-index:1;flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.project-name{color:#e4e4e4;margin-bottom:10px;font-size:19px;font-weight:500}.project-desc{color:#666;margin-bottom:16px;font-size:16px;line-height:1.6}.project-stack{flex-wrap:wrap;gap:6px;display:flex}.project-stack span{color:#555;background:#1e1e1e;border-radius:4px;padding:3px 9px;font-size:12px}.project-card--media .project-name,.project-card--media .project-desc{color:#fff;text-shadow:0 2px 10px #000000b3}.project-card--media .project-stack span{color:#fff;text-shadow:0 1px 4px #000000b3;background:#00000073}.project-links{justify-content:center;gap:10px;margin-top:16px;display:flex}.project-link-wrap{display:inline-flex;position:relative}.project-link{color:#fff;border:.5px solid #2a2a2a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:color .2s,border-color .2s;display:flex}.project-link:hover{color:#c084fc;border-color:#c084fc}.carousel-arrow{color:#fff;z-index:5;background:#161616;border:.5px solid #2a2a2a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:color .2s,border-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow:hover{color:#c084fc;border-color:#c084fc}.carousel-arrow--prev{left:-22px}.carousel-arrow--next{right:-22px}.carousel-dots{justify-content:center;gap:8px;margin-top:20px;display:flex}.carousel-dot{background:#333;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:background .2s,transform .2s}.carousel-dot.active{background:#c084fc;transform:scale(1.3)}@media (width<=640px){.carousel-arrow--prev{left:6px}.carousel-arrow--next{right:6px}}.contact-text{color:#888;margin-bottom:2.25rem;font-size:19px;line-height:1.7}.contact-links{justify-content:center;gap:30px;display:flex}.contact-link-wrap{display:inline-flex;position:relative}.contact-link{color:#fff;width:58px;height:58px;font:inherit;background:0 0;border:.5px solid #2a2a2a;border-radius:50%;justify-content:center;align-items:center;transition:color .2s,border-color .2s,transform .2s;display:flex}.contact-link:hover{color:#c084fc;border-color:#c084fc;transform:translateY(-3px)}.copy-toast{color:#888;white-space:nowrap;opacity:0;pointer-events:none;background:#161616;border:.5px solid #2a2a2a;border-radius:4px;padding:4px 10px;font-size:11px;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%,-6px)}.copy-toast.show,.project-link-wrap:hover .link-tooltip{opacity:1;transform:translate(-50%)}footer{border-top:.5px solid #1e1e1e}.footer-inner{max-width:1080px;margin:0 auto;padding:2rem}footer p{color:#444;font-size:13px}.game-modal-overlay{z-index:1000;background:#000000bf;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.game-modal{background:#161616;border:.5px solid #2a2a2a;border-radius:12px;width:100%;max-width:720px;padding:1rem;position:relative}.gremlin-grove-canvas{aspect-ratio:1;border-radius:8px;width:100%;overflow:hidden}.gremlin-grove-canvas canvas{display:block;width:100%!important;height:100%!important}.game-modal-close{color:#fff;background:#161616;border:.5px solid #2a2a2a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:color .2s,border-color .2s;display:flex;position:absolute;top:-14px;right:-14px}.game-modal-close:hover{color:#c084fc;border-color:#c084fc}
