.home-landing *,.home-landing :after,.home-landing :before{box-sizing:border-box}.home-landing{--hl-bg:#0a0a0a;--hl-surface:#1c1c1c;--hl-surface-2:#242424;--hl-white:#f0f0f0;--hl-muted:#707070;--hl-border:#fff;--hl-lime:#c8f135;--hl-lime-dark:#9dc01a;--hl-shadow-lime:5px 5px 0px #c8f135;--hl-shadow-white:5px 5px 0px #fff;background:var(--hl-bg);color:var(--hl-white);font-family:var(--font-home-sans),system-ui,sans-serif;overflow-x:hidden;cursor:none;min-height:100vh}.home-landing .hl-cursor{width:12px;height:12px;background:var(--hl-lime);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:9999;transition:transform .1s ease;mix-blend-mode:difference}.home-landing .hl-cursor-ring{width:36px;height:36px;border:1.5px solid var(--hl-lime);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:9998;transition:transform .15s ease,width .2s,height .2s}.home-landing ::-webkit-scrollbar{width:4px}.home-landing ::-webkit-scrollbar-track{background:var(--hl-bg)}.home-landing ::-webkit-scrollbar-thumb{background:var(--hl-lime)}.home-landing nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 3rem;border-bottom:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,7%,.85);backdrop-filter:blur(12px)}.home-landing .hl-nav-logo{font-family:var(--font-home-bebas),Impact,sans-serif;font-size:1.6rem;letter-spacing:.12em;color:var(--hl-white)}.home-landing .hl-nav-logo span{color:var(--hl-lime)}.home-landing .hl-nav-right{display:flex;align-items:center;gap:2rem}.home-landing .hl-nav-link{font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--hl-muted);text-decoration:none;transition:color .2s}.home-landing .hl-nav-link:hover{color:var(--hl-white)}.home-landing .hl-btn-nav{background:var(--hl-lime);color:#0a0a0a;border:2px solid var(--hl-lime);padding:.55rem 1.4rem;font-family:var(--font-home-sans),sans-serif;font-weight:700;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;cursor:none;box-shadow:3px 3px 0 #111;transition:transform .1s,box-shadow .1s}.home-landing .hl-btn-nav:hover{transform:translate(-1px,-1px);box-shadow:4px 4px 0 #111}.home-landing .hl-btn-nav:active{transform:translate(2px,2px);box-shadow:0 0 0 #111}.home-landing .hl-hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:5rem 3rem 0;position:relative;overflow:hidden}.home-landing .hl-hero-eyebrow{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;opacity:0}.home-landing .hl-eyebrow-dot{width:8px;height:8px;background:var(--hl-lime);border-radius:50%;animation:hl-pulse 2s ease-in-out infinite}@keyframes hl-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.home-landing .hl-eyebrow-text{font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--hl-lime)}.home-landing .hl-hero-headline{font-family:var(--font-home-bebas),Impact,sans-serif;font-size:clamp(5rem,14vw,13rem);line-height:.9;letter-spacing:.02em;margin-bottom:1rem}.home-landing .hl-hero-headline .hl-line{overflow:hidden;display:block}.home-landing .hl-hero-headline .hl-word{display:inline-block;transform:translateY(110%)}.home-landing .hl-hero-headline .hl-lime{color:var(--hl-lime)}.home-landing .hl-hero-sub{max-width:460px;font-size:1.05rem;line-height:1.7;color:var(--hl-muted);margin-bottom:2.5rem;opacity:0;transform:translateY(20px)}.home-landing .hl-hero-actions{display:flex;gap:1rem;align-items:center;opacity:0;transform:translateY(20px)}.home-landing .hl-btn-primary{background:var(--hl-lime);color:#0a0a0a;border:2px solid var(--hl-lime);padding:1rem 2.5rem;font-family:var(--font-home-sans),sans-serif;font-weight:700;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;cursor:none;box-shadow:var(--hl-shadow-lime);transition:transform .12s,box-shadow .12s;text-decoration:none;display:inline-block}.home-landing .hl-btn-primary:hover{transform:translate(-2px,-2px);box-shadow:7px 7px 0 var(--hl-lime-dark)}.home-landing .hl-btn-primary:active{transform:translate(3px,3px);box-shadow:0 0 0 var(--hl-lime-dark)}.home-landing .hl-btn-ghost{background:transparent;color:var(--hl-white);border:2px solid hsla(0,0%,100%,.25);padding:1rem 2.5rem;font-family:var(--font-home-sans),sans-serif;font-weight:700;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;cursor:none;transition:border-color .2s,color .2s;text-decoration:none;display:inline-block}.home-landing .hl-btn-ghost:hover{border-color:var(--hl-white)}.home-landing .hl-hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(200,241,53,.03) 1px,transparent 0),linear-gradient(90deg,rgba(200,241,53,.03) 1px,transparent 0);background-size:60px 60px;pointer-events:none}.home-landing .hl-hero-counter{position:absolute;bottom:2.5rem;right:3rem;display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;opacity:0}.home-landing .hl-counter-num{font-family:var(--font-home-mono),ui-monospace,monospace;font-size:3.5rem;font-weight:700;color:var(--hl-lime);line-height:1}.home-landing .hl-counter-label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--hl-muted)}.home-landing .hl-ticker-wrap{overflow:hidden;border-top:1px solid hsla(0,0%,100%,.08);border-bottom:1px solid hsla(0,0%,100%,.08);padding:.85rem 0;background:var(--hl-surface)}.home-landing .hl-ticker-track{display:flex;gap:0;white-space:nowrap;will-change:transform}.home-landing .hl-ticker-item{display:flex;align-items:center;gap:1.5rem;padding:0 2rem;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--hl-muted);flex-shrink:0}.home-landing .hl-ticker-item span{color:var(--hl-lime)}.home-landing .hl-ticker-sep{width:5px;height:5px;background:var(--hl-lime);border-radius:50%;flex-shrink:0}.home-landing section{padding:8rem 3rem}.home-landing .hl-section-label{display:inline-flex;align-items:center;gap:.6rem;font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--hl-lime);margin-bottom:1.25rem}.home-landing .hl-section-label:before{content:"";display:block;width:24px;height:2px;background:var(--hl-lime)}.home-landing .hl-section-heading{font-family:var(--font-home-bebas),Impact,sans-serif;font-size:clamp(3rem,6vw,5.5rem);line-height:.95;letter-spacing:.02em;margin-bottom:1.5rem}.home-landing .hl-section-heading .hl-lime{color:var(--hl-lime)}.home-landing .hl-how-wrap{position:relative}.home-landing .hl-how-pin{height:500vh}.home-landing .hl-how-sticky{position:sticky;top:0;height:100vh;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.home-landing .hl-how-header{padding:0 3rem;margin-bottom:3rem;flex-shrink:0}.home-landing .hl-how-track-wrap{overflow:hidden;flex-shrink:0}.home-landing .hl-how-track{display:flex;gap:2px;will-change:transform;padding:0 3rem;width:-moz-max-content;width:max-content}.home-landing .hl-how-step{width:36vw;min-width:380px;border:2px solid hsla(0,0%,100%,.15);padding:2.5rem;background:var(--hl-surface);position:relative;flex-shrink:0;transition:border-color .3s,box-shadow .3s}.home-landing .hl-how-step.hl-active{border-color:var(--hl-white);box-shadow:var(--hl-shadow-lime)}.home-landing .hl-how-step-num{font-family:var(--font-home-mono),monospace;font-size:5rem;font-weight:700;color:hsla(0,0%,100%,.06);line-height:1;margin-bottom:1rem;transition:color .3s}.home-landing .hl-how-step.hl-active .hl-how-step-num{color:var(--hl-lime)}.home-landing .hl-how-step-icon{width:52px;height:52px;border:2px solid var(--hl-lime);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.4rem}.home-landing .hl-how-step h3{font-family:var(--font-home-bebas),Impact,sans-serif;font-size:2.2rem;letter-spacing:.04em;margin-bottom:.75rem}.home-landing .hl-how-step p{font-size:.92rem;line-height:1.7;color:var(--hl-muted)}.home-landing .hl-how-step-detail{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.08);display:flex;flex-wrap:wrap;gap:.5rem}.home-landing .hl-detail-tag{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:rgba(200,241,53,.12);color:var(--hl-lime);padding:.35rem .75rem;border:1px solid rgba(200,241,53,.3)}.home-landing .hl-how-progress{display:flex;gap:.5rem;padding:0 3rem;margin-top:2.5rem}.home-landing .hl-how-prog-bar{height:2px;flex:1;background:hsla(0,0%,100%,.1);position:relative;overflow:hidden}.home-landing .hl-how-prog-fill{position:absolute;top:0;left:0;height:100%;width:0;background:var(--hl-lime);transition:width .1s linear}.home-landing .hl-card-section{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.home-landing .hl-card-right{display:flex;align-items:center;justify-content:center;position:relative}.home-landing .hl-id-card-scene{perspective:1000px;width:420px;height:240px}.home-landing .hl-id-card{width:100%;height:100%;position:relative;transform-style:preserve-3d;border:2px solid var(--hl-white);box-shadow:8px 8px 0 var(--hl-lime);background:var(--hl-surface-2);transform:scale(.85) rotateY(15deg);transition:transform .6s cubic-bezier(.23,1,.32,1)}.home-landing .hl-id-card:hover{transform:scale(1) rotateY(0deg);box-shadow:12px 12px 0 var(--hl-lime)}.home-landing .hl-id-card-inner{position:absolute;inset:0;padding:1.5rem;display:grid;grid-template-columns:110px 1fr;gap:1.25rem}.home-landing .hl-id-card-left{display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid hsla(0,0%,100%,.1);padding-right:1.25rem;gap:.75rem}.home-landing .hl-id-avatar{width:72px;height:72px;border:2px solid var(--hl-lime);background:rgba(200,241,53,.1);display:flex;align-items:center;justify-content:center;font-size:2rem}.home-landing .hl-id-emoji{font-size:1.6rem}.home-landing .hl-id-card-right{display:flex;flex-direction:column;justify-content:space-between}.home-landing .hl-id-brand{font-family:var(--font-home-mono),monospace;font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;color:var(--hl-lime)}.home-landing .hl-id-name{font-family:var(--font-home-bebas),Impact,sans-serif;font-size:1.7rem;letter-spacing:.04em;line-height:1}.home-landing .hl-id-nick{font-size:.75rem;color:var(--hl-lime);font-style:italic;font-weight:500;margin-top:.15rem}.home-landing .hl-id-move{font-size:.65rem;color:var(--hl-muted);line-height:1.4;font-family:var(--font-home-mono),monospace}.home-landing .hl-id-bottom{display:flex;align-items:flex-end;justify-content:space-between}.home-landing .hl-id-lucky{font-family:var(--font-home-mono),monospace;font-size:.6rem;color:var(--hl-muted)}.home-landing .hl-id-lucky strong{display:block;font-size:1.1rem;color:var(--hl-lime)}.home-landing .hl-id-qr{width:52px;height:52px;background:var(--hl-white);padding:4px;display:grid;grid-template-columns:repeat(5,1fr);gap:1.5px}.home-landing .hl-qr-dot{background:#0a0a0a;border-radius:1px}.home-landing .hl-id-card:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,100%,.04),transparent 50%,hsla(0,0%,100%,.02));pointer-events:none}.home-landing .hl-id-card-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;background:radial-gradient(circle,rgba(200,241,53,.15) 0,transparent 70%);pointer-events:none;filter:blur(20px)}.home-landing .hl-card-features{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.home-landing .hl-card-feature{display:flex;align-items:flex-start;gap:1rem;opacity:0;transform:translateX(-30px)}.home-landing .hl-cf-icon{width:36px;height:36px;border:2px solid var(--hl-lime);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.9rem}.home-landing .hl-cf-text h4{font-size:.9rem;font-weight:700;margin-bottom:.2rem}.home-landing .hl-cf-text p{font-size:.8rem;color:var(--hl-muted);line-height:1.5}.home-landing .hl-categories-section{background:var(--hl-surface)}.home-landing .hl-cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:3rem}.home-landing .hl-cat-card{border:2px solid hsla(0,0%,100%,.12);padding:2rem;background:var(--hl-bg);position:relative;overflow:hidden;cursor:none;transition:border-color .25s,box-shadow .25s,transform .25s;opacity:0;transform:translateY(40px)}.home-landing .hl-cat-card:hover{border-color:var(--hl-white);box-shadow:var(--hl-shadow-lime);transform:translate(-3px,-3px)!important;z-index:1}.home-landing .hl-cat-card-num{font-family:var(--font-home-mono),monospace;font-size:.65rem;color:var(--hl-muted);letter-spacing:.1em;margin-bottom:1.5rem}.home-landing .hl-cat-card-icon{font-size:2rem;margin-bottom:1rem;display:block}.home-landing .hl-cat-card h3{font-family:var(--font-home-bebas),Impact,sans-serif;font-size:1.8rem;letter-spacing:.04em;margin-bottom:.5rem}.home-landing .hl-cat-card p{font-size:.82rem;color:var(--hl-muted);line-height:1.6}.home-landing .hl-cat-card-bar{position:absolute;bottom:0;left:0;height:3px;width:0;background:var(--hl-lime);transition:width .4s ease}.home-landing .hl-cat-card:hover .hl-cat-card-bar{width:100%}.home-landing .hl-cat-badge{position:absolute;top:1.25rem;right:1.25rem;font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .6rem}.home-landing .hl-badge-lime{background:var(--hl-lime);color:#0a0a0a}.home-landing .hl-badge-outline{border:1px solid hsla(0,0%,100%,.2);color:var(--hl-muted)}.home-landing .hl-lb-wrap{display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;align-items:start}.home-landing .hl-lb-list{margin-top:2rem}.home-landing .hl-lb-row{display:flex;align-items:center;gap:1.25rem;padding:1rem 1.25rem;border:2px solid hsla(0,0%,100%,.08);margin-bottom:2px;background:var(--hl-surface);opacity:0;transform:translateX(-40px);transition:border-color .2s,transform .2s;cursor:none}.home-landing .hl-lb-row:hover{border-color:hsla(0,0%,100%,.35);transform:translateX(4px)!important}.home-landing .hl-lb-rank{font-family:var(--font-home-mono),monospace;font-size:.75rem;font-weight:700;color:var(--hl-muted);width:24px;flex-shrink:0}.home-landing .hl-lb-row:first-child .hl-lb-rank{color:var(--hl-lime);font-size:.9rem}.home-landing .hl-lb-row:nth-child(2) .hl-lb-rank{color:silver}.home-landing .hl-lb-row:nth-child(3) .hl-lb-rank{color:#cd7f32}.home-landing .hl-lb-avatar{width:38px;height:38px;border:2px solid hsla(0,0%,100%,.15);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.home-landing .hl-lb-row:first-child .hl-lb-avatar{border-color:var(--hl-lime)}.home-landing .hl-lb-info{flex:1}.home-landing .hl-lb-name{font-size:.88rem;font-weight:700;line-height:1;margin-bottom:.2rem}.home-landing .hl-lb-nick{font-size:.7rem;color:var(--hl-muted);font-style:italic}.home-landing .hl-lb-score{font-family:var(--font-home-mono),monospace;font-size:1rem;font-weight:700;color:var(--hl-lime);flex-shrink:0}.home-landing .hl-lb-bar-wrap{width:60px;height:3px;background:hsla(0,0%,100%,.08);flex-shrink:0}.home-landing .hl-lb-bar{height:100%;background:var(--hl-lime)}.home-landing .hl-lb-podium{display:flex;align-items:flex-end;gap:2px;height:260px}.home-landing .hl-podium-slot{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;opacity:0;transform:translateY(60px)}.home-landing .hl-podium-player-info{display:flex;flex-direction:column;align-items:center;margin-bottom:.75rem;gap:.4rem}.home-landing .hl-podium-avatar{width:44px;height:44px;border:2px solid hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;font-size:1.3rem}.home-landing .hl-podium-slot:nth-child(2) .hl-podium-avatar{border-color:var(--hl-lime);width:54px;height:54px}.home-landing .hl-podium-name{font-size:.75rem;font-weight:700;text-align:center}.home-landing .hl-podium-score{font-family:var(--font-home-mono),monospace;font-size:.85rem;color:var(--hl-lime);font-weight:700}.home-landing .hl-podium-bar{width:100%;border:2px solid hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;padding:.5rem}.home-landing .hl-podium-slot:first-child .hl-podium-bar{height:90px;border-color:silver}.home-landing .hl-podium-slot:nth-child(2) .hl-podium-bar{height:150px;border-color:var(--hl-lime);background:rgba(200,241,53,.05)}.home-landing .hl-podium-slot:nth-child(3) .hl-podium-bar{height:60px;border-color:#cd7f32}.home-landing .hl-podium-pos{font-family:var(--font-home-mono),monospace;font-size:.85rem;font-weight:700}.home-landing .hl-podium-slot:nth-child(2) .hl-podium-pos{color:var(--hl-lime);font-size:1rem}.home-landing .hl-stats-section{border-top:1px solid hsla(0,0%,100%,.06);border-bottom:1px solid hsla(0,0%,100%,.06);padding:5rem 3rem;background:var(--hl-surface)}.home-landing .hl-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.home-landing .hl-stat-block{padding:2.5rem 2rem;border:2px solid hsla(0,0%,100%,.08);background:var(--hl-bg);opacity:0;transform:translateY(30px)}.home-landing .hl-stat-num{font-family:var(--font-home-bebas),Impact,sans-serif;font-size:4rem;color:var(--hl-lime);line-height:1;margin-bottom:.5rem}.home-landing .hl-stat-label{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--hl-muted)}.home-landing .hl-stat-sub{font-size:.72rem;color:var(--hl-muted);margin-top:.25rem;font-family:var(--font-home-mono),monospace}.home-landing .hl-cta-section{padding:10rem 3rem;text-align:center;position:relative;overflow:hidden}.home-landing .hl-cta-bg-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:var(--font-home-bebas),Impact,sans-serif;font-size:28vw;color:hsla(0,0%,100%,.02);white-space:nowrap;letter-spacing:-.02em;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.home-landing .hl-cta-section .hl-section-heading{font-size:clamp(3rem,7vw,6rem);margin-bottom:1rem}.home-landing .hl-cta-section p{font-size:1rem;color:var(--hl-muted);max-width:420px;margin:0 auto 2.5rem}.home-landing .hl-cta-actions{display:flex;gap:1rem;justify-content:center;align-items:center}.home-landing footer{padding:2.5rem 3rem;border-top:1px solid hsla(0,0%,100%,.08);display:flex;align-items:center;justify-content:space-between}.home-landing .hl-footer-logo{font-family:var(--font-home-bebas),Impact,sans-serif;font-size:1.3rem;letter-spacing:.1em;color:var(--hl-muted)}.home-landing .hl-footer-logo span{color:var(--hl-lime)}.home-landing footer p{font-size:.72rem;color:var(--hl-muted);letter-spacing:.05em}.home-landing .hl-section-divider{height:1px;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.08),transparent);margin:0 3rem}@media (max-width:1024px){.home-landing .hl-card-section,.home-landing .hl-lb-wrap{grid-template-columns:1fr;gap:3rem}.home-landing .hl-cat-grid{grid-template-columns:1fr}.home-landing .hl-stats-grid{grid-template-columns:repeat(2,1fr)}.home-landing nav{padding:1rem 1.25rem}.home-landing .hl-nav-right .hl-nav-link{display:none}}@media (max-width:640px){.home-landing .hl-hero{padding:5rem 1.25rem 0}.home-landing .hl-hero-counter{position:relative;bottom:auto;right:auto;align-items:flex-start;margin-top:3rem}.home-landing section{padding:4rem 1.25rem}.home-landing .hl-how-header,.home-landing .hl-how-track{padding-left:1.25rem;padding-right:1.25rem}.home-landing .hl-how-step{min-width:min(380px,85vw)}}