.animate-in{opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out;will-change:opacity,transform}.animate-in.animate-in-visible{opacity:1;transform:translateY(0)}.lp-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 1.5rem;transition:background .3s ease,border-color .3s ease;background:transparent;border-bottom:1px solid transparent}.lp-nav-scrolled{background:hsla(0,0%,4%,.88);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom-color:hsla(0,0%,100%,.06)}.lp-nav-inner{max-width:1200px;margin:0 auto;height:56px;display:flex;align-items:center;justify-content:space-between}.lp-nav-links{display:none;align-items:center;gap:.25rem}@media (min-width:768px){.lp-nav-links{display:flex}}.lp-nav-link{padding:.4rem .875rem;font-family:var(--font-sans);font-size:.8rem;font-weight:500;color:hsla(0,0%,100%,.5);background:none;border:none;cursor:pointer;transition:color .15s ease;text-decoration:none;white-space:nowrap}.lp-nav-link:hover{color:#fff}.lp-nav-btn-signup{margin-left:.5rem;padding:.45rem 1rem;font-family:var(--font-sans);font-size:.8rem;font-weight:700;color:#0a0a0a;background:#3fb950;border:none;border-radius:6px;cursor:pointer;transition:all .15s ease;text-decoration:none;white-space:nowrap}.lp-nav-btn-signup:hover{background:#4cc764;transform:translateY(-1px);box-shadow:0 4px 16px rgba(63,185,80,.3)}.lp-nav-hamburger{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:1px solid hsla(0,0%,100%,.1);border-radius:6px;color:#fff;cursor:pointer}@media (min-width:768px){.lp-nav-hamburger{display:none}}.lp-mobile-menu{position:fixed;inset:0;z-index:99;background:hsla(0,0%,4%,.96);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);animation:mobileMenuIn .25s ease-out}@keyframes mobileMenuIn{0%{opacity:0}to{opacity:1}}.lp-mobile-menu-inner{display:flex;flex-direction:column;padding:5rem 2rem 2rem;gap:.5rem}.lp-mobile-link{display:block;padding:1rem 0;font-family:var(--font-display);font-size:1.75rem;letter-spacing:.06em;text-transform:uppercase;color:hsla(0,0%,100%,.7);text-decoration:none;background:none;border:none;cursor:pointer;text-align:left;transition:color .15s ease}.lp-mobile-link:hover{color:#fff}.lp-mobile-menu-divider{height:1px;background:hsla(0,0%,100%,.08);margin:.5rem 0}.lp-mobile-menu-signup{display:block;margin-top:1rem;padding:1rem;text-align:center;font-family:var(--font-sans);font-size:1rem;font-weight:700;color:#0a0a0a;background:#3fb950;border-radius:8px;text-decoration:none;transition:background .15s ease}.lp-mobile-menu-signup:hover{background:#4cc764}.lp-section{padding:clamp(3rem,8vw,7rem) 0;background:#0a0a0a;overflow-x:hidden}.lp-section-alt{background:#0f0f0f}.lp-container{max-width:1100px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.lp-container{padding:0 1.5rem}}.lp-section-header{text-align:center;margin-bottom:clamp(1.75rem,5vw,4rem)}.lp-section-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:400;letter-spacing:.04em;text-transform:uppercase;color:#fff;line-height:1.05;margin-bottom:1rem}.lp-accent{color:#3fb950}.lp-section-line{width:48px;height:3px;background:#3fb950;margin:0 auto;border-radius:2px}.lp-hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;background:#0a0a0a;overflow:hidden;padding-top:56px}.lp-hero-bg,.lp-hero-grid{position:absolute;inset:0;pointer-events:none}.lp-hero-grid{background-image:linear-gradient(hsla(0,0%,100%,.02) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.02) 1px,transparent 0);background-size:60px 60px;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,#000 20%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,#000 20%,transparent 100%)}.lp-hero-glow-1{width:600px;top:-80px;left:-10%;background:rgba(63,185,80,.08);animation:glowDrift1 14s ease-in-out infinite}.lp-hero-glow-1,.lp-hero-glow-2{position:absolute;height:400px;border-radius:50%;filter:blur(100px);pointer-events:none}.lp-hero-glow-2{width:500px;bottom:-10%;right:-5%;background:rgba(56,189,248,.06);animation:glowDrift2 18s ease-in-out 3s infinite}.lp-hero-inner{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem;display:flex;flex-direction:column;gap:2rem}@media (min-width:640px){.lp-hero-inner{padding:2rem 1.5rem;gap:3rem}}@media (min-width:960px){.lp-hero-inner{flex-direction:row;align-items:center;gap:4rem;padding:0 2.5rem}}.lp-hero-content{flex:1;min-width:0}.lp-hero-visual{flex-shrink:0;width:100%;max-width:380px;margin:0 auto;contain:layout}@media (max-width:479px){.lp-hero-visual{max-width:100%}}@media (min-width:960px){.lp-hero-visual{width:40%;max-width:420px;margin:0}}.lp-hero-word{display:inline-block;opacity:0;transform:translateY(20px);animation:heroWordIn .5s ease-out forwards}.lp-hero-word:first-child{animation-delay:.1s}.lp-hero-word:nth-child(2){animation-delay:.3s}.lp-hero-word:nth-child(3){animation-delay:.5s}@keyframes heroWordIn{to{opacity:1;transform:translateY(0)}}.lp-hero-h1{font-family:var(--font-display);font-size:clamp(3rem,8vw,4.5rem);font-weight:400;letter-spacing:.02em;text-transform:uppercase;color:#fff;line-height:1;margin-bottom:1.5rem}.lp-hero-period{color:#3fb950}.lp-hero-sub{font-family:var(--font-sans);font-size:clamp(1rem,2vw,1.125rem);color:#a0a0a0;line-height:1.65;max-width:520px;margin-bottom:2rem;opacity:0;animation:heroFadeIn .6s ease-out .8s forwards}@keyframes heroFadeIn{to{opacity:1}}.lp-hero-buttons{display:flex;flex-direction:column;gap:.75rem;opacity:0;animation:heroFadeIn .6s ease-out 1.1s forwards}@media (min-width:480px){.lp-hero-buttons{flex-direction:row;gap:1rem}}.lp-hero-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-family:var(--font-sans);font-size:.95rem;font-weight:700;color:#0a0a0a;background:#3fb950;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.lp-hero-btn-primary:hover{background:#4cc764;transform:scale(1.03);box-shadow:0 8px 32px rgba(63,185,80,.3)}.lp-hero-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-family:var(--font-sans);font-size:.95rem;font-weight:600;color:#fff;background:transparent;border:1px solid rgba(63,185,80,.4);border-radius:8px;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.lp-hero-btn-secondary:hover{border-color:#3fb950;background:rgba(63,185,80,.08)}.lp-hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.4rem;font-family:var(--font-sans);font-size:.65rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:hsla(0,0%,100%,.2);animation:scrollBounce 2.5s ease-in-out 2s infinite}@keyframes scrollBounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(6px)}}.hmc-wrap{perspective:800px}.hmc-card{background:#111;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:1.25rem;transition:border-color .5s ease,box-shadow .5s ease;height:340px;display:flex;flex-direction:column;overflow:hidden}@media (max-width:479px){.hmc-card{height:360px}}.hmc-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.hmc-weight{font-family:var(--font-sans);font-size:.65rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#a0a0a0}.hmc-badge{font-size:.6rem;font-weight:700;letter-spacing:.12em;padding:.2rem .5rem;background:rgba(63,185,80,.12);color:#3fb950;border:1px solid rgba(63,185,80,.25);border-radius:3px}.hmc-vs{gap:.75rem;margin-bottom:1rem}.hmc-fighter,.hmc-vs{display:flex;align-items:center}.hmc-fighter{flex:1;gap:.6rem;padding:.6rem;border-radius:8px;border:1px solid hsla(0,0%,100%,.06);transition:all .3s ease}.hmc-fighter-picked{border-color:rgba(63,185,80,.4);background:rgba(63,185,80,.06)}.hmc-fighter-initial{width:32px;height:32px;border-radius:50%;background:hsla(0,0%,100%,.06);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:.9rem;color:#fff;flex-shrink:0}.hmc-fighter-info{min-width:0}.hmc-fighter-name{display:block;font-family:var(--font-sans);font-size:.8rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hmc-fighter-school{display:block;font-size:.65rem;color:#666}.hmc-vs-text{font-family:var(--font-display);font-size:.85rem;color:#666;letter-spacing:.1em;flex-shrink:0}.hmc-methods{display:flex;gap:.4rem;margin-bottom:.75rem}.hmc-method{flex:1;display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.5rem .25rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);border-radius:6px;cursor:default;transition:all .3s ease}.hmc-method-active{border-color:#3fb950;background:rgba(63,185,80,.1)}.hmc-method-label{font-size:.6rem;font-weight:600;color:#666;letter-spacing:.05em}.hmc-method-active .hmc-method-label{color:#a0a0a0}.hmc-method-multi{font-family:var(--font-sans);font-size:.85rem;font-weight:700;color:#a0a0a0;font-variant-numeric:tabular-nums}.hmc-method-active .hmc-method-multi{color:#3fb950}.hmc-wager-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.06);border-radius:6px;margin-bottom:.75rem;animation:fadeInSoft .3s ease-out}@keyframes fadeInSoft{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.hmc-wager-label{font-size:.7rem;font-weight:600;color:#666}.hmc-wager-amount{font-family:var(--font-sans);font-size:.85rem;font-weight:700;color:#3fb950}.hmc-action{margin-top:auto;min-height:42px;display:flex;align-items:center;justify-content:center;width:100%}.hmc-prompt{text-align:center;font-size:.75rem;color:#666;padding:.5rem 0;width:100%}.hmc-lock-btn,.hmc-locked-badge{width:100%}.hmc-lock-btn{gap:.5rem;padding:.65rem;background:#3fb950;color:#0a0a0a;font-size:.8rem;font-weight:700;border-radius:6px}.hmc-lock-btn,.hmc-locked-badge{display:flex;align-items:center;justify-content:center;font-family:var(--font-sans);animation:fadeInSoft .3s ease-out}.hmc-locked-badge{gap:.4rem;padding:.5rem;background:rgba(63,185,80,.08);border:1px solid rgba(63,185,80,.3);color:#3fb950;font-size:.75rem;font-weight:600;border-radius:6px}.hmc-result{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;flex:1;gap:.5rem;animation:resultIn .5s ease-out}@keyframes resultIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.hmc-result-win .hmc-result-icon{color:#3fb950}.hmc-result-loss .hmc-result-icon{color:#f85149}.hmc-result-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hmc-result-win .hmc-result-icon{background:rgba(63,185,80,.12);box-shadow:0 0 30px rgba(63,185,80,.2)}.hmc-result-loss .hmc-result-icon{background:rgba(248,81,73,.12)}.hmc-result-text{font-family:var(--font-display);font-size:1.75rem;letter-spacing:.06em;text-transform:uppercase}.hmc-result-win .hmc-result-text{color:#3fb950}.hmc-result-loss .hmc-result-text{color:#f85149}.hmc-result-payout{font-family:var(--font-sans);font-size:1.25rem;font-weight:700}.hmc-result-win .hmc-result-payout{color:#3fb950}.hmc-result-loss .hmc-result-payout{color:#f85149}.hmc-result-detail{font-size:.75rem;color:#666;line-height:1.5;margin-top:.25rem}.hiw-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:768px){.hiw-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.hiw-step{padding:2rem 1.5rem;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.06);border-radius:12px;transition:border-color .2s ease;contain:content}@media (max-width:767px){.hiw-step{padding:1.5rem 1.25rem}}.hiw-step:hover{border-color:rgba(63,185,80,.2)}.hiw-step-number{font-family:var(--font-display);font-size:2.5rem;color:rgba(63,185,80,.2);line-height:1;margin-bottom:1rem}.hiw-step-title{font-family:var(--font-sans);font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:1.25rem}.hiw-step-text{font-size:.875rem;color:#a0a0a0;line-height:1.6;margin-top:1.25rem}.hiw-xp-counter{display:flex;flex-direction:column;gap:.5rem}.hiw-xp-bar{height:8px;background:hsla(0,0%,100%,.06);border-radius:4px;overflow:hidden}.hiw-xp-fill{height:100%;background:linear-gradient(90deg,#3fb950,#58a6ff);border-radius:4px;transition:width .05s linear}.hiw-xp-value{font-family:var(--font-sans);font-size:1.5rem;font-weight:700;color:#3fb950;font-variant-numeric:tabular-nums}.hiw-method-selector{display:flex;gap:.35rem}.hiw-method-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.5rem .25rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);border-radius:6px;font-size:.65rem;font-weight:600;color:#666;transition:all .3s ease}.hiw-method-btn-active{border-color:#3fb950;background:rgba(63,185,80,.1);color:#a0a0a0}.hiw-method-multi{font-family:var(--font-sans);font-size:.85rem;font-weight:700;color:#a0a0a0}.hiw-method-btn-active .hiw-method-multi{color:#3fb950}.hiw-leaderboard{display:flex;flex-direction:column;gap:.25rem}.hiw-lb-row{display:flex;align-items:center;gap:.5rem;padding:.4rem .6rem;border-radius:6px;font-size:.8rem;transition:all .5s ease;background:hsla(0,0%,100%,.02)}.hiw-lb-row-highlight{background:rgba(63,185,80,.08);border:1px solid rgba(63,185,80,.2)}.hiw-lb-rank{font-family:var(--font-sans);font-weight:700;color:#666;width:28px;font-variant-numeric:tabular-nums}.hiw-lb-row-highlight .hiw-lb-rank{color:#3fb950}.hiw-lb-name{flex:1;font-weight:600;color:#a0a0a0}.hiw-lb-row-highlight .hiw-lb-name{color:#fff}.hiw-lb-xp{font-family:var(--font-sans);font-weight:700;color:#666;font-variant-numeric:tabular-nums;font-size:.75rem}.hiw-lb-arrow{color:#3fb950;font-size:.7rem;animation:arrowPulse 1s ease-in-out infinite}@keyframes arrowPulse{0%,to{opacity:1}50%{opacity:.4}}.ltm-layout{display:flex;flex-direction:column;gap:2rem}@media (min-width:768px){.ltm-layout{flex-direction:row;gap:4rem;align-items:flex-start}}.ltm-demo{flex:1;min-width:0}.ltm-card{background:#111;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:1.25rem}.ltm-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.ltm-weight{font-size:.65rem;font-weight:700;letter-spacing:.15em;color:#a0a0a0}.ltm-live-dot{width:6px;height:6px;border-radius:50%;background:#3fb950;animation:livePulse 2s ease-in-out infinite}@keyframes livePulse{0%,to{opacity:1;box-shadow:0 0 0 0 rgba(63,185,80,.4)}50%{opacity:.6;box-shadow:0 0 0 4px rgba(63,185,80,0)}}.ltm-live-text{font-size:.6rem;font-weight:700;letter-spacing:.12em;color:#3fb950}.ltm-fighters{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem}.ltm-fighter{flex:1}.ltm-fighter-right{text-align:right}.ltm-fighter-name{display:block;font-family:var(--font-sans);font-size:.9rem;font-weight:700;color:#fff;margin-bottom:.5rem}.ltm-multis{display:flex;flex-direction:column;gap:.2rem}.ltm-fighter-right .ltm-multis{align-items:flex-end}.ltm-multi{font-family:var(--font-sans);font-size:.7rem;font-weight:600;color:#666;font-variant-numeric:tabular-nums;transition:color .3s ease}.ltm-vs{font-family:var(--font-display);font-size:.8rem;color:#444;letter-spacing:.1em;flex-shrink:0;padding-top:.5rem}.ltm-community{margin-bottom:1rem}.ltm-community-label{display:flex;justify-content:space-between;font-size:.65rem;font-weight:600;color:#666;margin-bottom:.4rem}.ltm-community-pct{color:#a0a0a0;font-variant-numeric:tabular-nums}.ltm-bar{height:6px;background:rgba(248,81,73,.2);border-radius:3px;overflow:hidden}.ltm-bar-fill{height:100%;background:#3fb950;border-radius:3px;transition:width 1.5s ease}.ltm-bar-names{display:flex;justify-content:space-between;font-size:.6rem;font-weight:600;color:#444;margin-top:.25rem}.ltm-ticker{display:flex;flex-direction:column;gap:.25rem;border-top:1px solid hsla(0,0%,100%,.06);padding-top:.75rem}.ltm-ticker-item{display:flex;align-items:center;gap:.5rem;font-size:.7rem;animation:fadeInSoft .4s ease-out}.ltm-ticker-label{color:#666;font-weight:600;min-width:70px}.ltm-ticker-change{color:#a0a0a0;font-variant-numeric:tabular-nums}.ltm-ticker-arrow{font-size:.6rem}.ltm-up{color:#3fb950}.ltm-down{color:#f85149}.ltm-copy{flex:1;display:flex;flex-direction:column;gap:1.5rem}.ltm-text{font-size:.95rem;color:#a0a0a0;line-height:1.7}.ltm-text-secondary{color:#666}.evt-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:640px){.evt-grid{grid-template-columns:repeat(2,1fr)}}.evt-card{position:relative;overflow:hidden;border-radius:12px;border:1px solid hsla(0,0%,100%,.08);transition:transform .3s ease,border-color .3s ease}@media (min-width:640px){.evt-card:hover{transform:perspective(800px) rotateY(2deg) rotateX(1deg);border-color:rgba(63,185,80,.3)}}.evt-card-inner{position:relative;z-index:1;padding:2rem 1.5rem}.evt-card-top{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.evt-card-title{font-family:var(--font-display);font-size:1.75rem;letter-spacing:.04em;text-transform:uppercase;color:#fff}.evt-badge{font-size:.6rem;font-weight:700;letter-spacing:.12em;padding:.25rem .6rem;background:rgba(63,185,80,.12);color:#3fb950;border:1px solid rgba(63,185,80,.25);border-radius:3px}.evt-badge-gold{background:rgba(227,179,65,.12);color:#e3b341;border-color:rgba(227,179,65,.25)}.evt-card-desc{font-size:.875rem;color:#a0a0a0;line-height:1.6;margin-bottom:1.25rem}.evt-card-bankroll{font-family:var(--font-sans);font-size:.85rem;font-weight:600;color:#666}.evt-accent{color:#3fb950;font-weight:700}.evt-card-pattern{position:absolute;inset:0;pointer-events:none;z-index:0}.evt-pattern-raf{background:repeating-linear-gradient(-45deg,transparent,transparent 20px,rgba(63,185,80,.02) 0,rgba(63,185,80,.02) 40px)}.evt-pattern-finalx{background:repeating-linear-gradient(45deg,transparent,transparent 20px,rgba(227,179,65,.02) 0,rgba(227,179,65,.02) 40px)}.evt-coming{text-align:center;margin-top:2rem;font-size:.875rem;color:#666;font-style:italic}.tier-path{position:relative;height:100px;margin-bottom:2.5rem;display:none}@media (min-width:640px){.tier-path{display:block}}.tier-path-line{position:absolute;top:20px;left:5%;right:5%;height:3px;background:hsla(0,0%,100%,.06);border-radius:2px;overflow:hidden}.tier-path-fill{height:100%;background:linear-gradient(90deg,#8b949e,#3fb950,#38bdf8,#bc8cff,#e3b341,#f85149,#e3b341);border-radius:2px;transition:width .05s linear}.tier-node{position:absolute;top:6px;transform:translateX(-50%);flex-direction:column;gap:.5rem}.tier-node,.tier-node-dot{display:flex;align-items:center}.tier-node-dot{width:30px;height:30px;border-radius:50%;background:#1a1a1a;border:2px solid hsla(0,0%,100%,.1);justify-content:center;transition:all .5s ease}.tier-node-active .tier-node-dot{border-color:var(--tier-color);box-shadow:0 0 12px color-mix(in srgb,var(--tier-color) 30%,transparent)}.tier-node-icon{font-size:.85rem;opacity:.3;transition:opacity .5s ease}.tier-node-active .tier-node-icon{opacity:1}.tier-node-label{font-family:var(--font-sans);font-size:.6rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#444;white-space:nowrap;transition:color .5s ease}@media (max-width:639px){.tier-path{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;height:auto;margin-bottom:2rem}.tier-path-line{display:none}.tier-node{position:static;transform:none;flex-direction:row;gap:.35rem;padding:.3rem .6rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);border-radius:20px}.tier-node-dot{width:20px;height:20px;border-width:1px}.tier-node-icon{font-size:.7rem}}.tier-desc{text-align:center;font-size:.95rem;color:#a0a0a0;line-height:1.7;max-width:640px;margin:0 auto 3rem}.tier-profile{display:flex;justify-content:center}.tier-profile-card{background:#111;border:1px solid rgba(227,179,65,.2);border-radius:12px;padding:1.5rem;width:100%;max-width:360px;position:relative;overflow:hidden}.tier-profile-card:before{content:"";position:absolute;inset:-1px;border-radius:12px;padding:1px;background:linear-gradient(135deg,rgba(227,179,65,.3),rgba(63,185,80,.2),rgba(56,189,248,.2),rgba(227,179,65,.3));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:profileShimmer 3s ease-in-out infinite}@keyframes profileShimmer{0%,to{opacity:.5}50%{opacity:1}}.tier-profile-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.tier-profile-avatar{width:44px;height:44px;border-radius:50%;background:rgba(227,179,65,.12);border:2px solid rgba(227,179,65,.3);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1rem;color:#e3b341;flex-shrink:0}.tier-profile-name{font-family:var(--font-sans);font-size:1rem;font-weight:700;color:#fff}.tier-profile-tier{display:flex;align-items:center;gap:.3rem;font-size:.8rem;font-weight:600}.tier-profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.25rem;padding:1rem 0;border-top:1px solid hsla(0,0%,100%,.06);border-bottom:1px solid hsla(0,0%,100%,.06)}.tier-profile-stat{display:flex;flex-direction:column;align-items:center;gap:.15rem}.tier-profile-stat-value{font-family:var(--font-sans);font-size:1rem;font-weight:700;color:#fff;font-variant-numeric:tabular-nums}.tier-profile-stat-label{font-size:.6rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#666}.tier-profile-badges{display:flex;justify-content:center;gap:.75rem}.tier-profile-badge-icon{font-size:1.25rem;cursor:default}.lp-cta-section{padding:clamp(3rem,8vw,7rem) 0;background:linear-gradient(180deg,#0a0a0a,#111 50%,#0a0a0a);position:relative;overflow-x:hidden}.lp-cta-title{font-family:var(--font-display);font-size:clamp(1.75rem,5vw,3rem);font-weight:400;letter-spacing:.04em;text-transform:uppercase;color:#fff;line-height:1.1;margin-bottom:1rem}.lp-cta-sub{font-size:1rem;color:#a0a0a0;line-height:1.6;margin-bottom:2rem;max-width:480px;margin-left:auto;margin-right:auto}.lp-cta-buttons{display:flex;flex-direction:column;align-items:center;gap:1rem}.lp-cta-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-family:var(--font-sans);font-size:1rem;font-weight:700;color:#0a0a0a;background:#3fb950;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;text-decoration:none}.lp-cta-btn-primary:hover{background:#4cc764;transform:scale(1.03);box-shadow:0 8px 32px rgba(63,185,80,.3)}.lp-cta-btn-secondary{font-size:.875rem;color:#666;text-decoration:none;transition:color .15s ease}.lp-cta-btn-secondary:hover{color:#a0a0a0}.lp-footer{background:#0a0a0a;border-top:1px solid hsla(0,0%,100%,.06);padding:3rem 0}.lp-footer-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;gap:1.5rem;align-items:center}@media (min-width:640px){.lp-footer-inner{flex-direction:row;justify-content:space-between;flex-wrap:wrap}}.lp-footer-brand{flex-shrink:0}.lp-footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.lp-footer-links a{font-size:.8rem;color:#666;text-decoration:none;transition:color .15s ease}.lp-footer-links a:hover{color:#a0a0a0}.lp-footer-social{display:flex;gap:.75rem}.lp-footer-x{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:1px solid hsla(0,0%,100%,.08);color:#666;transition:all .15s ease;text-decoration:none}.lp-footer-x:hover{color:#fff;border-color:hsla(0,0%,100%,.2)}.lp-footer-copy{font-size:.75rem;color:hsla(0,0%,100%,.2);width:100%;text-align:center}@media (min-width:640px){.lp-footer-copy{text-align:right}}@media (max-width:479px){.hmc-vs{gap:.4rem}.hmc-vs-text{font-size:.7rem}.hmc-fighter{padding:.4rem;gap:.4rem}.hmc-fighter-initial{width:26px;height:26px;font-size:.75rem}.hmc-fighter-name{font-size:.7rem}.hmc-fighter-school{font-size:.6rem}.hmc-method{padding:.35rem .2rem}.hmc-method-label{font-size:.55rem}.hmc-method-multi{font-size:.75rem}}@media (max-width:767px){.lp-hero-glow-1{width:300px;height:250px;filter:blur(80px)}.lp-hero-glow-2{width:250px;height:250px;filter:blur(70px)}.lp-hero-h1{font-size:clamp(2.25rem,10vw,3.5rem);margin-bottom:1rem}.lp-hero-sub{font-size:.9rem;margin-bottom:1.5rem}.lp-hero-inner{gap:2rem;padding:1.5rem 1rem}.lp-hero-scroll{display:none}}