@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg:#080808;--bg-alt:#0a0a0a;--surface:#0f0f0fb3;--border:#ffffff14;--border-hover:#ffffff26;--text:#fff;--text-muted:#a0a0a0;--text-dim:#555;--accent:#646cff;--accent-hover:#7f88ff;--green:#3ecf8e;--yellow:#f7c948;--transition:.25s ease}.ripple{pointer-events:none;z-index:2;background:#646cff59;border-radius:50%;animation:.6s ease-out forwards ripple-anim;position:absolute;transform:scale(0)}@keyframes ripple-anim{to{opacity:0;transform:scale(2.5)}}.ripple-container{position:relative;overflow:hidden}.reveal{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.2,.8,.2,1);transform:translateY(28px)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1!important;transition:none!important;transform:none!important}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#3a3a3a #080808;font-size:16px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#080808}::-webkit-scrollbar-thumb{background:#2f2f2f;border:2px solid #080808;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}body.game-cursor{background-attachment:fixed}body:before{content:"";pointer-events:none;z-index:-2;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:50px 50px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 80%);mask-image:linear-gradient(#000 0%,#0000 80%)}body:after{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle,#6464ff14 0%,#6464ff09 35%,#0000 70%);width:700px;height:700px;position:fixed;top:-250px;left:50%;transform:translate(-50%)}#root{min-height:100vh}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.app{width:100%;height:100%}.header{z-index:100;z-index:100;width:100%;padding:18px 30px;position:fixed;top:0;left:0}.header__container{-webkit-backdrop-filter:blur(16px);background:#08080899;border:1px solid #ffffff14;border-radius:16px;justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:14px 24px;transition:background .3s,border-color .3s,box-shadow .3s;display:flex}.header__container.scrolled{background:#080808d9;border-color:#ffffff1f;box-shadow:0 8px 32px #0006}.header__logo{color:#fff;letter-spacing:-.03em;font-size:1.1rem;font-weight:800;text-decoration:none;transition:opacity .25s,color .25s;position:relative}.header__logo:after{content:"";transform-origin:100%;background:linear-gradient(90deg,#646cff,#3ecf8e);width:100%;height:2px;transition:transform .25s;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.header__logo:hover{opacity:1;color:#646cff}.header__logo:hover:after{transform-origin:0;transform:scaleX(1)}.header__nav{align-items:center;gap:32px;display:flex}.header__nav a{color:#888;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .25s;position:relative}.header__nav a:hover{color:#fff}.header__nav a:after{content:"";transform-origin:100%;background:linear-gradient(90deg,#646cff,#3ecf8e);width:100%;height:2px;transition:transform .25s;position:absolute;bottom:-6px;left:0;transform:scaleX(0)}.header__nav a:hover:after{transform-origin:0;transform:scaleX(1)}@media (width<=768px){.header{padding:12px 14px}.header__container{padding:12px 16px}.header__nav{gap:18px}.header__nav a{font-size:.75rem}}@media (width<=480px){.header{padding:10px}.header__container{padding:11px 14px}.header__logo{font-size:.9rem}.header__nav{gap:14px}.header__nav a{font-size:.7rem}.header__nav a:nth-child(2){display:none}}.marquee{background:#050505;border-bottom:1px solid #1a1a1a;width:100%;padding:24px 0;position:relative;overflow:hidden}.marquee:before,.marquee:after{content:"";z-index:2;pointer-events:none;width:160px;position:absolute;top:0;bottom:0}.marquee:before{background:linear-gradient(90deg,#050505,#0000);left:0}.marquee:after{background:linear-gradient(270deg,#050505,#0000);right:0}.marquee__track{will-change:transform;align-items:center;animation:40s linear infinite marquee-left;display:inline-flex}.marquee__track--reverse{animation:50s linear infinite marquee-right}.marquee:hover .marquee__track{animation-play-state:paused}.marquee__item{color:#d4d4d4;letter-spacing:.01em;white-space:nowrap;flex-shrink:0;align-items:center;gap:14px;padding:0 44px;font-size:1.05rem;font-weight:500;transition:color .25s,transform .25s;display:flex;position:relative}.marquee__item:after{content:"";background:#333;border-radius:50%;width:4px;height:4px;position:absolute;right:14px}.marquee__icon{opacity:.9;justify-content:center;align-items:center;font-size:2rem;transition:transform .25s,opacity .25s;display:flex}.marquee__name{color:inherit}.marquee__item:hover{color:#fff;transform:translateY(-1px)}.marquee__item:hover .marquee__icon{opacity:1;transform:scale(1.15)}.lang-html .marquee__icon{color:#e34c26}.lang-css .marquee__icon{color:#2877d9}.lang-js .marquee__icon{color:#f7df1e}.lang-cpp .marquee__icon{color:#00599c}.lang-php .marquee__icon{color:#777bb4}.tech-xampp .marquee__icon{color:#f45b00}.tech-firebase .marquee__icon{color:#f5a623}.tech-supabase .marquee__icon{color:#3ecf8e}.tech-ngrok .marquee__icon{color:#8e44ad}.tech-laravel .marquee__icon{color:#ff2d20}.tech-react .marquee__icon{color:#61dafb}.tech-symfony .marquee__icon{color:#fff}.tech-python .marquee__icon{color:#3776ab}.tech-java .marquee__icon{color:#f89820}.tech-docker .marquee__icon{color:#2496ed}.tech-git .marquee__icon{color:#f05032}.tech-github .marquee__icon{color:#fff}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-right{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (width<=768px){.marquee{padding:20px 0}.marquee:before,.marquee:after{width:80px}.marquee__item{gap:12px;padding:0 30px;font-size:.95rem}.marquee__icon{font-size:1.7rem}}.hero{grid-template-rows:auto 1fr auto;place-items:center;width:100%;height:100%;min-height:100vh;padding-top:80px;display:grid;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#646cff0f 0%,#0000 60%);width:600px;height:600px;animation:6s ease-in-out infinite hero-glow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes hero-glow{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:.8;transform:translate(-50%,-50%)scale(1.1)}}.hero__content{z-index:1;flex-direction:column;justify-content:center;align-items:center;max-width:900px;padding:20px;animation:.9s ease-out both hero-fade;display:flex;position:relative}.hero>.marquee{animation:.9s ease-out both hero-fade}.hero>.marquee:last-child{border-top:1px solid #1a1a1a;animation-delay:50ms}@keyframes hero-fade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero__avatar{margin-bottom:24px;animation:.9s ease-out both hero-fade}.hero__avatar img{object-fit:cover;border:2px solid #ffffff1f;border-radius:50%;width:clamp(110px,16vw,160px);height:clamp(110px,16vw,160px);transition:transform .35s,box-shadow .35s;box-shadow:0 0 0 6px #646cff14,0 0 50px #646cff2e}.hero__avatar:hover img{transform:scale(1.03);box-shadow:0 0 0 8px #646cff29,0 0 70px #646cff52}.hero__label{color:#555;letter-spacing:.18em;align-items:center;gap:8px;margin-bottom:20px;font-size:.65rem;font-weight:600;animation:.9s ease-out .1s both hero-fade;display:flex}.hero__label span{background:#fff;border-radius:50%;width:5px;height:5px}.hero__title{letter-spacing:-.04em;color:#fff;text-align:center;background:linear-gradient(90deg,#fff 20%,#646cff 50%,#3ecf8e 80%) 0 0/300% 300%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:24px 0 0;font-size:clamp(2.5rem,6vw,5rem);font-weight:800;line-height:1.1;animation:.9s ease-out .15s both hero-fade,12s ease-in-out infinite title-gradient}@keyframes title-gradient{0%,to{background-position:0%}50%{background-position:100%}}.hero__subtitle{color:#d4d4d4;letter-spacing:.01em;margin:24px 0 0;font-size:clamp(.95rem,1.5vw,1.1rem);font-weight:500;animation:.9s ease-out .2s both hero-fade}.hero__tagline{color:#777;max-width:540px;margin:14px 0 0;font-size:clamp(.85rem,1.2vw,1rem);font-weight:400;line-height:1.6;animation:.9s ease-out .25s both hero-fade}.hero__construction{color:#888;letter-spacing:.02em;align-items:center;gap:10px;margin-top:28px;font-size:.85rem;animation:.9s ease-out .3s both hero-fade;display:flex}.hero__status-dot{background:#3ecf8e;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite hero-pulse;box-shadow:0 0 10px #3ecf8e8c}@keyframes hero-pulse{0%,to{opacity:.5}50%{opacity:1}}.hero__cta{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:36px;animation:.9s ease-out .35s both hero-fade;display:flex}.hero__cta-primary,.hero__cta-secondary{letter-spacing:.12em;border-radius:999px;align-items:center;gap:10px;padding:13px 28px;font-size:.78rem;font-weight:600;text-decoration:none;transition:transform .25s,background .25s,border-color .25s,color .25s,box-shadow .25s;display:inline-flex;position:relative;overflow:hidden}.hero__cta-primary{color:#080808;background:linear-gradient(135deg,#fff 0%,#e0e0ff 100%);border:1px solid #fff;box-shadow:0 4px 16px #646cff40}.hero__cta-primary:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 8px 28px #646cff59}.hero__cta-secondary{color:#fff;-webkit-backdrop-filter:blur(8px);background:#646cff14;border:1px solid #ffffff40}.hero__cta-secondary:hover{color:#646cff;background:#646cff24;border-color:#646cff}.hero__scroll{color:#444;letter-spacing:.2em;flex-direction:column;align-items:center;gap:10px;margin-top:55px;font-size:.6rem;animation:.9s ease-out .4s both hero-fade;display:flex}.hero__scroll-line{background:linear-gradient(#555,#0000);width:1px;height:35px;animation:2s ease-in-out infinite scroll-line}@keyframes scroll-line{0%,to{opacity:.3}50%{opacity:1}}@media (width<=768px){.hero{min-height:100vh;padding-top:70px}.hero__content{padding:16px}.hero__avatar img{width:clamp(80px,20vw,120px);height:clamp(80px,20vw,120px)}.hero__label{font-size:.55rem}.hero__scroll{margin-top:45px}.hero__cta{margin-top:28px}}@media (width<=480px){.hero__title{font-size:clamp(2rem,8vw,3.5rem)}.hero__construction{margin-top:22px;font-size:.75rem}.hero__cta-primary,.hero__cta-secondary{padding:10px 18px;font-size:.72rem}}.content-section{border-bottom:1px solid #151515;flex-direction:column;justify-content:center;width:100%;height:100%;min-height:0;padding:90px max(30px,8vw) 60px;display:flex;position:relative;overflow:hidden}.content-section__body{flex:auto;min-height:0;overflow:hidden}.content-section__detail{align-items:flex-start;gap:20px;max-width:600px;margin-top:24px;margin-left:auto;margin-right:auto;display:flex}.content-section__detail>span{background:#646cff;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:8px}.content-section__detail p{color:#999;font-size:.95rem;line-height:1.8}@media (width<=768px){.content-section{padding:90px 20px 60px}.content-section__detail{margin-top:28px;margin-left:20px}}@media (width<=480px){.content-section__detail p{font-size:.85rem}}.section-heading{flex-direction:column;gap:4px;max-width:1100px;display:flex}.section-heading__kicker{color:#646cff;letter-spacing:.2em;text-transform:uppercase;margin-bottom:4px;font-size:.7rem;font-weight:700}.section-heading__title{color:#fff;letter-spacing:-.07em;margin-top:0;font-size:clamp(3rem,8vw,8rem);font-weight:700;line-height:.95}.section-heading__title span{color:#646cff}@media (width<=768px){.section-heading__kicker{letter-spacing:.16em;font-size:.6rem}.section-heading__title{font-size:clamp(3rem,13vw,6rem)}}.about__extras{grid-template-columns:auto minmax(0,1.1fr) minmax(0,1fr);align-items:center;gap:40px;margin-top:40px;display:grid}.about__avatar{align-self:start;position:sticky;top:120px}.about__avatar img{object-fit:cover;width:clamp(130px,18vw,190px);height:clamp(130px,18vw,190px);transform-style:preserve-3d;border:2px solid #ffffff1f;border-radius:50%;transition:transform .35s,box-shadow .35s;box-shadow:0 0 0 6px #646cff14,0 0 50px #646cff2e}.about__avatar:hover img{transform:scale(1.03)translateZ(10px);box-shadow:0 0 0 8px #646cff24,0 0 70px #646cff52}.about__highlights{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:420px;display:grid}.about__highlight{-webkit-backdrop-filter:blur(8px);transform-style:preserve-3d;background:#0f0f0f99;border:1px solid #ffffff14;border-radius:14px;padding:18px;transition:border-color .25s,transform .25s,background .25s,box-shadow .25s}.about__highlight:hover{background:#0f0f0fbf;border-color:#646cff4d;box-shadow:0 8px 32px #646cff1a}.about__highlight-value{color:#fff;letter-spacing:-.04em;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;line-height:1;transform:translateZ(12px)}.about__highlight-label{color:#777;letter-spacing:.14em;text-transform:uppercase;margin-top:8px;font-size:.7rem;font-weight:500}.about__subheading{color:#fff;letter-spacing:.12em;text-transform:uppercase;margin:0 0 18px;font-size:.85rem;font-weight:600}.about__interest-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;margin:0;padding:0;list-style:none;display:grid}.about__interest{color:#a0a0a0;align-items:center;gap:10px;font-size:.85rem;line-height:1.3;transition:color .2s;display:flex}.about__interest:hover{color:#fff}.about__interest-dot{background:#646cff;border-radius:50%;flex-shrink:0;width:5px;height:5px;transition:transform .2s,box-shadow .2s}.about__interest:hover .about__interest-dot{transform:scale(1.6);box-shadow:0 0 8px #646cff99}@media (width<=1100px){.about__extras{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:40px}.about__avatar{display:none}}@media (width<=900px){.about__extras{grid-template-columns:1fr;gap:36px}}@media (width<=480px){.about__highlights{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.about__highlight{padding:15px}.about__interest-list{grid-template-columns:1fr;gap:10px}}.projects__grid{grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:16px;margin-top:40px;display:grid}.project-card{-webkit-backdrop-filter:blur(8px);background:linear-gradient(#ffffff08,#ffffff03),#0f0f0f80;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;padding:22px;transition:transform .25s,border-color .25s,background .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.project-card:before{content:"";background:radial-gradient(circle at top right, var(--accent,#646cff14), transparent 60%);pointer-events:none;opacity:.5;transition:opacity .25s;position:absolute;inset:0}.project-card:hover:before{opacity:.7}.project-card:hover{border-color:#646cff33;transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.project-card__header{z-index:1;justify-content:space-between;align-items:center;margin-bottom:16px;display:flex;position:relative}.project-card__icon{color:#fff;background:#646cff14;border:1px solid #646cff26;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.2rem;transition:transform .25s,background .25s;display:flex}.project-card:hover .project-card__icon{background:#646cff24;transform:scale(1.08)}.project-card__status{letter-spacing:.12em;text-transform:uppercase;color:#888;border:1px solid #2a2a2a;border-radius:999px;padding:4px 10px;font-size:.6rem;font-weight:600}.project-card__status--shipped{color:#3ecf8e;background:#3ecf8e0f;border-color:#3ecf8e4d}.project-card__status--in-progress{color:#f7c948;background:#f7c9480f;border-color:#f7c9484d}.project-card__status--always-evolving{color:#646cff;background:#646cff0f;border-color:#646cff4d}.project-card__title{color:#fff;letter-spacing:-.02em;z-index:1;margin:0;font-size:1.2rem;font-weight:700;position:relative}.project-card__description{color:#999;z-index:1;margin:10px 0 0;font-size:.85rem;line-height:1.55;position:relative}.project-card__links{z-index:1;gap:16px;margin-top:16px;display:flex;position:relative}.project-card__link{color:#d4d4d4;letter-spacing:.08em;border-bottom:1px solid #2a2a2a;align-items:center;gap:4px;padding-bottom:2px;font-size:.75rem;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s,gap .2s;display:inline-flex}.project-card__link:hover{color:#fff;border-color:#fff;gap:8px}.project-card__meta{z-index:1;border-top:1px solid #1c1c1c;border-bottom:1px solid #1c1c1c;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0 0;padding:12px 0;display:grid;position:relative}.project-card__meta-row{flex-direction:column;gap:3px;display:flex}.project-card__meta-label{color:#555;letter-spacing:.16em;text-transform:uppercase;font-size:.58rem;font-weight:600}.project-card__meta-value{color:#d4d4d4;font-size:.82rem;font-weight:500}.project-card__stack{z-index:1;flex-wrap:wrap;gap:6px;margin-top:14px;display:flex;position:relative}.project-card__chip{color:#c4c4c4;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:5px;padding:5px 10px;font-size:.7rem;font-weight:500;transition:border-color .2s,color .2s;display:inline-flex}.project-card__chip:hover{color:#fff;border-color:#646cff66}.project-card__chip svg{font-size:.85rem}.project-accent-1{--accent:#646cff1f}.project-accent-2{--accent:#3ecf8e1f}.project-accent-3{--accent:#f7c9481a}.project-accent-4{--accent:#6464ff24}@media (width<=480px){.project-card{padding:22px}}.timeline__list{flex-direction:column;gap:0;max-width:900px;margin-top:36px;display:flex}.timeline__item{grid-template-columns:24px 1fr;gap:20px;padding-bottom:24px;display:grid;position:relative}.timeline__item:last-child{padding-bottom:0}.timeline__item:before{content:"";z-index:0;background:linear-gradient(#646cff4d,#0000);width:2px;position:absolute;top:0;bottom:0;left:6px}.timeline__marker{z-index:1;flex-direction:column;align-items:center;padding-top:6px;display:flex;position:relative}.timeline__dot{z-index:1;background:#080808;border:2px solid #2a2a2a;border-radius:50%;width:12px;height:12px;transition:transform .2s,border-color .2s;position:relative}.timeline__dot--work{background:#080808;border-color:#646cff;box-shadow:0 0 0 4px #646cff14}.timeline__dot--org{background:#080808;border-color:#3ecf8e;box-shadow:0 0 0 4px #3ecf8e14}.timeline__dot--edu{background:#080808;border-color:#f7c948;box-shadow:0 0 0 4px #f7c94814}.timeline__line{background:linear-gradient(#1c1c1c,#0000);flex:1;width:1px;margin-top:4px}.timeline__content{z-index:1;padding-top:0;position:relative}.timeline__period{color:#646cff;letter-spacing:.14em;text-transform:uppercase;background:#646cff0d;border:1px solid #646cff33;border-radius:999px;margin-bottom:8px;padding:3px 10px;font-size:.7rem;font-weight:600;display:inline-block}.timeline__role{color:#fff;letter-spacing:-.02em;margin:0;font-size:clamp(1rem,1.8vw,1.25rem);font-weight:600;line-height:1.3;transition:color .2s}.timeline__item:hover .timeline__role{color:#646cff}.timeline__org{color:#888;margin-top:4px;font-size:.85rem;font-weight:500}.timeline__description{color:#888;max-width:620px;margin:10px 0 0;font-size:.88rem;line-height:1.65}@media (width<=600px){.timeline__item{gap:16px}}.contact__body{flex-direction:column;align-items:flex-start;gap:24px;max-width:700px;margin-top:28px;display:flex}.contact__intro{color:#a0a0a0;max-width:560px;margin:0;font-size:1rem;line-height:1.7}.contact__link{color:#fff;letter-spacing:-.03em;word-break:break-word;border-bottom:1px solid #2a2a2a;align-items:center;gap:12px;padding-bottom:14px;font-size:clamp(1.4rem,3.5vw,2.4rem);font-weight:600;line-height:1.2;text-decoration:none;transition:gap .25s,border-color .25s;display:inline-flex}.contact__link:hover{border-color:#646cff;gap:18px}.contact__link span{color:#646cff;font-size:1em}.contact__socials{flex-wrap:wrap;gap:10px;margin-top:2px;display:flex}.contact__social{color:#a0a0a0;letter-spacing:.04em;-webkit-backdrop-filter:blur(6px);background:#0f0f0f4d;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:.82rem;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s,background .2s,transform .2s,box-shadow .2s;display:inline-flex}.contact__social:hover{color:#fff;background:#0f0f0f80;border-color:#646cff4d;transform:translateY(-2px);box-shadow:0 4px 16px #646cff26}.contact__social svg{flex-shrink:0}@media (width<=480px){.contact__socials{width:100%}.contact__social{padding:9px 14px;font-size:.78rem}}.footer{color:#444;letter-spacing:.12em;-webkit-backdrop-filter:blur(12px);background:#08080880;border-top:1px solid #151515;justify-content:space-between;align-items:center;width:100%;padding:32px 30px;font-size:.55rem;font-weight:600;display:flex}.footer a{color:#646cff;text-decoration:none;transition:color .2s}.footer a:hover{color:#3ecf8e}@media (width<=768px){.footer{flex-direction:column;align-items:flex-start;gap:12px;padding:28px 20px}}.cursor-dot{z-index:9999;pointer-events:none;will-change:transform;background:#646cff;border-radius:50%;width:8px;height:8px;position:fixed;top:0;left:0;transform:translate(0,0);box-shadow:0 0 10px #646cff,0 0 20px #646cff99}.cursor-ring{z-index:9998;pointer-events:none;will-change:transform;border:2px solid #646cff80;border-radius:50%;width:36px;height:36px;margin:-14px 0 0 -14px;transition:width .2s,height .2s,border-color .2s;position:fixed;top:0;left:0;transform:translate(0,0)}.cursor-dot:hover~.cursor-ring,.cursor-ring:hover{border-color:#646cffe6;width:52px;height:52px;margin:-26px 0 0 -26px}body.game-cursor,body.game-cursor *{cursor:none!important}.cursor-burst{z-index:9997;pointer-events:none;background:#646cff;border-radius:50%;width:8px;height:8px;animation:.7s ease-out forwards cursor-burst;position:fixed;transform:translate(-50%,-50%);box-shadow:0 0 #646cffb3}@keyframes cursor-burst{0%{opacity:1;width:8px;height:8px;box-shadow:0 0 #646cffb3}to{opacity:0;width:48px;height:48px;box-shadow:0 0 0 24px #646cff00}}@media (prefers-reduced-motion:reduce){.cursor-dot,.cursor-ring,.cursor-burst{display:none!important}}.snap-scroller{scroll-snap-type:y mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;position:fixed;inset:0;overflow:hidden auto}.snap-scroller::-webkit-scrollbar{display:none}.snap-scroller__progress{z-index:200;background:linear-gradient(90deg,#646cff,#3ecf8e);width:0%;height:3px;transition:width 80ms linear;position:fixed;top:0;left:0;box-shadow:0 0 12px #646cff99}.snap-scroller__rail{z-index:150;pointer-events:none;flex-direction:column;gap:14px;display:flex;position:fixed;top:50%;right:18px;transform:translateY(-50%)}.snap-scroller__rail-item{pointer-events:auto;color:#888;letter-spacing:.12em;cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#08080899;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:10px;padding:6px 12px 6px 6px;font-size:.6rem;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s,background .2s,transform .2s;display:flex}.snap-scroller__rail-item:hover{color:#fff;background:#080808cc;border-color:#646cff66;transform:translate(2px)}.snap-scroller__rail-item.is-active{color:#646cff;background:#646cff1f;border-color:#646cff80}.snap-scroller__rail-dot{background:currentColor;border-radius:50%;width:8px;height:8px;transition:transform .2s,box-shadow .2s}.snap-scroller__rail-item.is-active .snap-scroller__rail-dot{transform:scale(1.4);box-shadow:0 0 8px}.snap-scroller__rail-label{opacity:0;max-width:0;transition:opacity .2s,max-width .2s;overflow:hidden}.snap-scroller__rail-item:hover .snap-scroller__rail-label{opacity:1;max-width:60px}.snap-scroller__hint{z-index:150;pointer-events:none;opacity:0;flex-direction:column;gap:4px;transition:opacity .4s;display:flex;position:fixed;bottom:22px;left:22px}.snap-scroller__hint.show{opacity:1}.snap-scroller__hint span{color:#555;letter-spacing:.2em;font-size:.55rem;font-weight:600}.snap-scroller__inner{width:100%}.snap-scroller [data-snap]{scroll-snap-align:start;scroll-snap-stop:always;width:100%;height:100dvh;position:relative;overflow:hidden}@media (prefers-reduced-motion:reduce){.snap-scroller{scroll-snap-type:none;scroll-behavior:auto}.snap-scroller__rail,.snap-scroller__hint,.snap-scroller__progress{display:none!important}}@media (width<=768px){.snap-scroller__rail{gap:10px;right:10px}.snap-scroller__rail-item{padding:5px 8px 5px 5px}.snap-scroller__hint{bottom:16px;left:16px}}
