@charset "UTF-8";@font-face{font-family:Inter;src:url(/assets/Inter-VariableFont_opsz_wght-c8O0ljhh.ttf) format("truetype");font-weight:100 900;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/poppins-medium-Cxde2ZoM.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Orbitron;src:url(/assets/orbitron-bold-BW2BVeSc.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Orbitron;src:url(/assets/orbitron-medium-BllACFx2.otf) format("opentype");font-weight:500;font-style:normal}:root{--color-bg-primary: #0F0529;--color-bg-secondary: #0a0a2a;--color-accent-cyan: #00f0ff;--color-accent-pink: #ff00aa;--color-text-primary: #ffffff;--color-text-secondary: #a0a0c0;--font-family-base: "Poppins", "Inter", system-ui, -apple-system, sans-serif;--font-family-heading: "Orbitron", "Poppins", "Inter", sans-serif;--spacing-container: 1280px;--spacing-padding: 2rem;font-family:var(--font-family-base);line-height:1.5;font-weight:400;color-scheme:dark;color:var(--color-text-primary);background-color:var(--color-bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:block;min-width:320px;min-height:100vh;overflow-x:hidden}*{box-sizing:border-box}a{text-decoration:none;color:inherit}h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--font-family-heading);font-weight:700;line-height:1.1}.container{max-width:var(--spacing-container);margin:0 auto;padding:0 var(--spacing-padding)}.text-gradient{background:linear-gradient(90deg,var(--color-accent-cyan),var(--color-accent-pink));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media(max-width:768px){section[class*=-section]{padding:4rem 0!important}}.header{position:fixed;top:0;left:0;width:100%;padding:1rem 0;z-index:1000;border-bottom:.8px solid rgba(255,255,255,.1);background:#0f0529cc;box-shadow:0 4px 30px #0000001a}.header .header-content{display:flex;justify-content:space-between;align-items:center}.header .logo{display:flex;align-items:center}.header .logo-image{height:40px;width:auto}.header .nav-links{display:flex;gap:3rem}.header .nav-links a{font-size:.9rem;font-weight:500;color:var(--color-text-secondary);transition:color .3s ease;text-transform:uppercase;letter-spacing:1px}.header .nav-links a:hover{color:var(--color-text-primary)}.header .header-actions{display:flex;align-items:center;gap:1.5rem}.header .login-link{font-size:.9rem;color:var(--color-text-primary);font-weight:600}.hamburger{display:none;appearance:none;border:0;background:transparent;padding:.5rem;width:48px;height:48px;align-items:center;justify-content:center;cursor:pointer;position:relative;flex-direction:column}.hamburger .bar{display:block;width:22px;height:2px;background:var(--color-text-primary);margin:4px 0;transition:transform .3s ease,opacity .2s ease;transform-origin:center}.hamburger.is-active .bar:nth-child(1){transform:translateY(6px) rotate(45deg)}.hamburger.is-active .bar:nth-child(2){transform:translateY(-4px) rotate(-45deg)}.hamburger.is-active .bar:nth-child(3){opacity:0;transform:scaleX(0)}.mobile-menu{position:fixed;left:0;top:0;width:100%;height:100vh;pointer-events:none;opacity:0;transition:opacity .25s ease;z-index:900}.mobile-menu .mobile-menu-inner{background:linear-gradient(180deg,#0f0529fa,#0f0529f2);padding:5.5rem 1.25rem 2rem;width:100%;max-width:100%;box-shadow:0 8px 30px #0006;transform:translateY(-6px)}.mobile-menu.is-open{pointer-events:auto;opacity:1}.mobile-nav{display:flex;flex-direction:column;gap:1.25rem}.mobile-nav a{font-size:1.05rem;color:var(--color-text-primary);font-weight:600;text-transform:none}.mobile-actions{margin-top:1.25rem;display:flex;gap:1rem;align-items:center}@media(max-width:900px){.header .nav-links,.header .header-actions{display:none}.hamburger{display:inline-flex;flex-direction:column}.header-content{gap:1rem}.mobile-menu .mobile-menu-inner{position:absolute;left:0;top:64px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;min-height:calc(100vh - 64px)}.mobile-menu.is-open .mobile-menu-inner{transform:translateY(0);transition:transform .3s ease,opacity .2s ease}}.footer{padding:3rem 0;background-color:var(--color-bg-primary);border-top:none}.footer .footer-content{display:flex;justify-content:space-between;align-items:center}.footer .footer-brand .logo{font-size:1.5rem;margin-bottom:.5rem}.footer .footer-brand p{color:var(--color-text-secondary);font-size:.85rem;opacity:.6}.footer .footer-links{display:flex;gap:2rem}.footer .footer-links a{color:var(--color-text-secondary);font-size:.9rem;transition:color .3s ease}.footer .footer-links a:hover{text-decoration:none;color:#fff}@media(max-width:768px){.footer .footer-content{flex-direction:column;gap:2rem;text-align:center}}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-family:inherit;text-transform:uppercase;letter-spacing:1px;text-decoration:none;box-sizing:border-box}a.btn{-webkit-tap-highlight-color:transparent}.btn-primary{background:linear-gradient(90deg,#00c6ff,#0072ff);color:#fff;box-shadow:0 4px 15px #00c6ff4d}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 20px #00c6ff80}.btn-secondary{background:linear-gradient(90deg,#d500f9,#ff0080);color:#fff;box-shadow:0 4px 15px #d500f94d}.btn-secondary:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 20px #d500f980}.btn-outline{background:transparent;border:1px solid rgba(255,255,255,.1);color:var(--color-text-primary)}.btn-outline:hover{border-color:var(--color-text-primary);background:#ffffff0d}.btn-glow{background:var(--color-accent-cyan);color:#000;box-shadow:0 0 10px var(--color-accent-cyan)}.btn-sm{padding:.5rem 1.5rem;font-size:.8rem}.btn-md{padding:.8rem 2rem;font-size:.9rem}.btn-lg{padding:1rem 3rem;font-size:1.1rem}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:100px;overflow:hidden}.hero .hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2;width:100%}.hero .hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff0d;padding:.4rem 1rem;border-radius:9999px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-size:14px;margin-bottom:2rem;color:var(--color-text-secondary);font-weight:500}.hero .text-gradient-hero{background:linear-gradient(90deg,#00c6ff,#d500f9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero .dot{width:8px;height:8px;background-color:#0f0;border-radius:50%;box-shadow:0 0 5px #0f0}.hero h1{font-family:Orbitron;font-size:72px;font-style:normal;font-weight:800;line-height:72px;letter-spacing:-1.8px}.hero .secure-badge{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--color-text-secondary);opacity:.7}.hero p{font-size:1.1rem;color:var(--color-text-secondary);max-width:480px;margin-bottom:3rem;line-height:1.6}.hero .hero-stats{display:inline-flex;gap:.75rem;margin-top:-1.75rem;margin-bottom:2rem;flex-wrap:wrap}.hero .hero-stat{display:inline-flex;align-items:baseline;gap:.5rem;padding:.5rem .85rem;border-radius:9999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hero .hero-stat-label{font-size:.85rem;color:var(--color-text-secondary);opacity:.85}.hero .hero-stat-value{font-family:Orbitron;font-size:1.1rem;font-weight:800;background:linear-gradient(90deg,#00e5ff,#d900c5);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero .hero-cta{display:flex;gap:1.5rem;margin-bottom:2rem}@media(max-width:600px){.hero .hero-cta{flex-direction:column}}.hero .download-btn{border-radius:9999px;background:linear-gradient(90deg,#00e5ff,#d900c5);box-shadow:0 0 20px #00e5ff66;font-weight:700}.hero .demo-button{border-radius:9999px;background:#ffffff1a}.hero .hero-image{position:relative;display:flex;justify-content:center;z-index:2}.hero .phone-mockup-image{width:100%;max-width:400px;height:auto;position:relative;z-index:2;filter:drop-shadow(0 20px 50px rgba(0,0,0,.5))}@media(max-width:992px){.hero .hero-content{grid-template-columns:1fr;text-align:center;gap:.75rem}.hero h1{font-size:3.5rem}.hero p{margin:0 auto 3rem}.hero .hero-stats,.hero .hero-cta{justify-content:center}.hero .hero-image{margin-top:0}}.blurs{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.blur{position:absolute;display:block;opacity:.9;transform:translateZ(0)}.blur--top-right{top:2rem;right:2rem;width:min(480px,30vw)}.blur--bottom-right{right:0;bottom:-6rem;width:min(640px,45vw)}.blur--center-top{left:50%;top:-6rem;transform:translate(-50%);width:min(900px,80vw)}.blur--center-left{left:-6rem;top:50%;transform:translateY(-50%);width:min(560px,40vw)}.blur--howitworks{top:60%;left:-10rem;opacity:.75}.blur--features{top:30%;left:-8rem;opacity:.7}.blur svg{width:100%;height:auto;max-height:100%;display:block}@media(max-width:768px){.blur--top-right,.blur--bottom-right,.blur--center-left,.blur--center-top{opacity:.6}.blur--bottom-right{bottom:-10rem;width:60vw}.blur--center-top{top:-14rem;width:120vw}.blur--center-left{left:-12rem;width:80vw}}.features-section{position:relative;padding:8rem 0;background-color:var(--color-bg-primary)}.features-section>.container{position:relative;z-index:1}.features-section .section-header{text-align:center;margin-bottom:5rem}.features-section .section-header h2{font-size:2.5rem;margin-bottom:1rem}.features-section .section-header p{color:var(--color-text-secondary);font-size:1.1rem}.features-section .features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.features-section .feature-card{border-radius:16px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(165deg,#ffffff0f,#ffffff05);padding:2rem 1.75rem;display:flex;flex-direction:column;align-items:flex-start;height:100%;transition:border-color .25s ease,box-shadow .25s ease}.features-section .feature-card:hover{border-color:#ffffff24;box-shadow:0 12px 40px #00000040}.features-section .feature-card h3{font-size:1.125rem;font-weight:600;line-height:1.3;margin:0 0 .75rem;font-family:inherit;color:var(--color-text-primary, #f4f4ff);letter-spacing:-.02em}.features-section .feature-description{margin:0;font-size:.9375rem;line-height:1.65;font-weight:400;color:var(--color-text-secondary);opacity:.92;max-width:36ch}.features-section .feature-icon{font-size:1.5rem;margin-bottom:1.25rem;flex-shrink:0;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0f0529;width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:var(--color-accent-cyan)}.features-section .feature-icon svg{width:28px;height:28px;color:currentColor}.features-section .text-gradient-features{color:var(--color-accent-cyan)}@media(max-width:1024px){.features-section .features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.features-section .features-grid{grid-template-columns:1fr}}.games-section{padding:8rem 0;background-color:var(--color-bg-primary);position:relative}.games-section>.container{position:relative;z-index:1}.games-section .section-header{text-align:center;margin-bottom:5rem}.games-section .section-header h2{font-size:3rem;margin-bottom:1rem}.games-section .section-header p{color:var(--color-text-secondary);font-size:1.2rem;max-width:600px;margin:0 auto}.games-section .text-secondary-purple{background:linear-gradient(90deg,#d500f9,#ff0080);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.games-section .games-subsection{margin-bottom:5rem}.games-section .games-subsection:last-child{margin-bottom:0}.games-section .games-subsection-title{font-size:1.35rem;font-weight:600;text-align:center;margin:0 0 1.75rem;color:var(--color-text-primary, #fff);letter-spacing:-.02em}.games-section .games-subsection-lead{text-align:center;font-size:1rem;line-height:1.6;color:var(--color-text-secondary);max-width:520px;margin:-.5rem auto 2rem}.games-section .games-subsection--soon{padding-top:1rem;border-top:1px solid rgba(255,255,255,.06)}.games-section .games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.games-section .games-grid--soon{max-width:900px;margin:0 auto}.games-section .game-card{background:#0b0b20;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.05);transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;align-items:center;padding:3rem 1rem;text-align:center}.games-section .game-image-placeholder{height:80px;width:80px;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:3rem;color:var(--color-accent-cyan)}.games-section .game-image-placeholder .game-icon{display:flex;justify-content:center;align-items:center;border-radius:9999px;border:1px solid rgba(255,255,255,.1);background:#0f052980;color:var(--color-accent-cyan);padding:16px;width:64px;height:64px}.games-section .game-image-placeholder svg{width:48px;height:48px;margin-bottom:.5rem;color:currentColor}.games-section .game-category-tag{color:var(--color-text-secondary);font-size:.75rem;text-transform:uppercase;letter-spacing:1px;margin-top:.5rem;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.games-section .game-info h3{font-size:1.2rem;margin-bottom:1rem;margin-top:.5rem}.games-section .game-plays{margin:-.5rem 0 1rem;font-size:.9rem;font-weight:600;color:#ea17d8d9;letter-spacing:-.01em}.games-section .game-meta{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--color-text-secondary);border-radius:9999px;border:1px solid rgba(255,255,255,.05);background:#0006;padding:.3rem .8rem}.games-section .live-dot{width:6px;height:6px;background-color:#0f0;border-radius:50%;box-shadow:0 0 5px #0f0;animation:none}.games-section .game-card--soon{opacity:.88;cursor:default;background:#0b0b20a6;border-style:dashed;border-color:#ffffff14}.games-section .game-card--soon .game-icon{color:#00f0ff8c}.games-section .game-card--soon .game-info h3{color:#ffffffd9}.games-section .game-meta--soon{border-style:dashed;border-color:#ffffff1a;background:#00000040;color:#c8c8dce6;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}@media(max-width:600px){.games-section .games-grid{grid-template-columns:1fr}}@keyframes games-pulse{0%{opacity:.5;box-shadow:0 0 #00f0ff66}70%{opacity:1;box-shadow:0 0 0 10px #00f0ff00}to{opacity:.5;box-shadow:0 0 #00f0ff00}}.how-it-works-section{padding:8rem 0;border-top:.8px solid rgba(255,255,255,.1);background:#0003;position:relative;text-align:center}.how-it-works-section .section-header h2{font-size:2.5rem;margin-bottom:2rem;letter-spacing:2px;position:relative;display:inline-block;padding-bottom:15px}.how-it-works-section .steps-container{position:relative}.how-it-works-section>.container{position:relative;z-index:1}.how-it-works-section .progress-bar-container{position:absolute;top:30px;left:0;width:100%;height:2px;z-index:0;display:flex;justify-content:center}.how-it-works-section .progress-line{width:68%;height:100%;background:var(--color-accent-cyan);box-shadow:0 0 10px var(--color-accent-cyan);opacity:.8}.how-it-works-section .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative;z-index:1}.how-it-works-section .step-card{display:flex;flex-direction:column;align-items:center;padding:0 1rem}.how-it-works-section .step-card h3{font-size:1.5rem;margin-bottom:1rem;font-family:Inter,sans-serif}.how-it-works-section .step-card p{color:var(--color-text-secondary);line-height:1.6;max-width:300px}.how-it-works-section .step-icon-wrapper{position:relative;width:60px;height:60px;background:var(--color-bg-primary);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 20px #00000080;z-index:2}.how-it-works-section .step-number{position:absolute;top:-10px;right:-10px;width:24px;height:24px;background:var(--color-accent-cyan);color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;box-shadow:0 0 10px var(--color-accent-cyan)}.how-it-works-section .step-icon{font-size:1.5rem;color:#fff;display:flex;align-items:center;justify-content:center}.how-it-works-section .step-icon svg{width:32px;height:32px;color:currentColor}@media(max-width:768px){.how-it-works-section .steps-grid{grid-template-columns:1fr;gap:4rem}.how-it-works-section .progress-bar-container{display:none}}.testimonials-section{padding:8rem 0;border-top:.8px solid rgba(255,255,255,.1);background:#00000038}.testimonials-section .section-header{text-align:center;max-width:760px;margin:0 auto 2.5rem}.testimonials-section .section-header h2{font-size:2.25rem;margin-bottom:.9rem}.testimonials-section .section-header p{margin:0;color:var(--color-text-secondary)}.testimonials-section .testimonials-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.testimonials-section .testimonial-card{border:1px solid rgba(255,255,255,.1);background:#ffffff08;border-radius:14px;padding:1.2rem}.testimonials-section .testimonial-quote{margin:0 0 1rem;color:#e8e6f8;line-height:1.6}.testimonials-section .testimonial-meta{margin-top:auto;display:flex;align-items:center;gap:.7rem}.testimonials-section .testimonial-avatar{width:44px;height:44px;border-radius:999px;object-fit:cover;border:1px solid rgba(255,255,255,.25)}.testimonials-section .testimonial-name{margin:0;font-weight:700;color:#fff}.testimonials-section .testimonial-role{margin:.2rem 0 0;font-size:.82rem;color:#8be8ff}@media(max-width:768px){.testimonials-section .section-header h2{font-size:1.85rem}.testimonials-section .testimonials-grid{grid-template-columns:1fr}}.leaderboard-section{padding:6rem 0 8rem;position:relative;border-top:1px solid rgba(255,255,255,.06);background:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(88,28,135,.35) 0%,transparent 55%),var(--color-bg-primary, #0a0618)}.leaderboard-section>.container{max-width:520px;margin:0 auto}.lb-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.lb-title{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--color-text-primary, #fff)}.lb-global-pill{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.4rem .9rem;border-radius:999px;background:linear-gradient(90deg,#7c3aed,#a855f7);color:#fff;box-shadow:0 0 20px #a855f759}.lb-intro{margin:0 0 .5rem;font-size:.9rem;line-height:1.5;color:var(--color-text-secondary)}.leaderboard-updated{margin:0 0 2rem;font-size:.8rem;color:var(--color-text-secondary);opacity:.9}.leaderboard-live{color:#5ef5c4;font-weight:500;text-transform:lowercase}.leaderboard-state{text-align:center;padding:2.5rem 1rem;color:var(--color-text-secondary);font-size:.95rem}.leaderboard-state--error{color:#ffb4b4}.leaderboard-state--error p{margin-bottom:1rem}.leaderboard-retry{appearance:none;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;color:var(--color-text-primary);padding:.5rem 1.25rem;border-radius:999px;font-size:.9rem;cursor:pointer;transition:background .2s ease,border-color .2s ease}.leaderboard-retry:hover{background:#ffffff1a;border-color:#ffffff59}.lb-podium{display:grid;grid-template-columns:1fr 1.15fr 1fr;align-items:flex-end;gap:.75rem .5rem;margin-bottom:2.5rem;padding:0 .25rem}.lb-podium-slot{display:flex;flex-direction:column;align-items:center;text-align:center;min-height:1px;min-width:0}.lb-podium-slot.is-empty{opacity:.35}.lb-podium-placeholder{width:72px;height:72px;border-radius:50%;border:2px dashed rgba(255,255,255,.12);margin-top:1.5rem}.lb-podium-avatar-wrap{position:relative;display:flex;flex-direction:column;align-items:center}.lb-crown{position:absolute;top:-.35rem;left:50%;transform:translate(-50%);font-size:1.35rem;line-height:1;filter:drop-shadow(0 2px 6px rgba(255,215,0,.5));z-index:2}.lb-rank-chip{position:absolute;bottom:-2px;right:-2px;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;color:#0f0529;z-index:2;border:2px solid rgba(15,5,41,.9)}.lb-rank-chip--1{background:linear-gradient(145deg,#fde047,#eab308)}.lb-rank-chip--2{background:linear-gradient(145deg,#e2e8f0,#94a3b8)}.lb-rank-chip--3{background:linear-gradient(145deg,#fdba74,#ea580c)}.lb-avatar{border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid rgba(168,85,247,.45);background:#0f0529cc}.lb-avatar--podium.lb-avatar--place-1{width:104px;height:104px;border-width:3px;border-color:#facc15d9;box-shadow:0 0 28px #facc1538}.lb-avatar--podium.lb-avatar--place-2{width:80px;height:80px;border-color:#cbd5e18c}.lb-avatar--podium.lb-avatar--place-3{width:72px;height:72px;border-color:#f973168c}.lb-avatar--card{width:48px;height:48px;border-width:2px}.lb-avatar-img{width:100%;height:100%;object-fit:cover}.lb-avatar-fallback{font-size:.85rem;font-weight:700;color:#c4b5fd;letter-spacing:.02em}.lb-avatar--podium.lb-avatar--place-1 .lb-avatar-fallback{font-size:1.1rem}.lb-podium-name{margin:.65rem 0 .2rem;font-size:.95rem;font-weight:700;color:var(--color-text-primary);max-width:100%;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere;word-break:break-word;line-height:1.2;padding:0 .25rem}.lb-podium-pts{margin:0;font-size:.85rem;font-weight:600;font-variant-numeric:tabular-nums;color:var(--color-text-secondary)}.lb-podium-pts--1{font-size:1rem;color:#fde047}.lb-podium-reward{margin:.2rem 0 0;font-size:.72rem;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:.02em;color:#5ef5c4;opacity:.95}.lb-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.lb-card{display:grid;grid-template-columns:36px 48px 1fr auto;align-items:center;gap:.75rem;padding:.85rem 1rem;border-radius:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);transition:border-color .2s ease,background .2s ease}.lb-card:hover{background:#ffffff0f;border-color:#ffffff1f}.lb-card-rank{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:.8rem;font-weight:700;background:#7c3aed59;color:#e9d5ff}.lb-card-main{min-width:0}.lb-card-name{margin:0;font-size:.95rem;font-weight:700;color:var(--color-text-primary);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere;word-break:break-word;line-height:1.2}.lb-card-meta{margin:.15rem 0 0;font-size:.75rem;color:var(--color-text-secondary);opacity:.92}.lb-card-score{text-align:right;min-width:4.5rem}.lb-card-points{margin:0;font-size:1.05rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--color-text-primary)}.lb-delta{display:block;margin-top:.15rem;font-size:.72rem;font-weight:600;font-variant-numeric:tabular-nums}.lb-delta--up{color:#4ade80}.lb-delta--down{color:#fb7185}.lb-delta--neutral{color:var(--color-text-secondary);opacity:.7}@media(min-width:768px){.leaderboard-section>.container{max-width:560px}.lb-podium{gap:1rem .75rem}.lb-podium-name,.lb-card-name{display:block;-webkit-line-clamp:unset;line-clamp:unset;-webkit-box-orient:initial;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow-wrap:normal;word-break:normal;line-height:normal}}.leaderboard-preview-section{padding:8rem 0;border-top:.8px solid rgba(255,255,255,.1);background:#0000002e}.leaderboard-preview-section .lbp-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.35rem}.leaderboard-preview-section .lbp-header h2{font-size:2.2rem;margin:0 0 .55rem}.leaderboard-preview-section .lbp-header p{margin:0;color:var(--color-text-secondary)}.leaderboard-preview-section .lbp-view-more{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:#ffffff0a;padding:.55rem 1rem;font-weight:600;transition:background .2s ease,border-color .2s ease}.leaderboard-preview-section .lbp-view-more:hover{background:#ffffff1a;border-color:#fff6}.leaderboard-preview-section .lbp-leaderboard-body{max-width:560px;margin:0 auto}.leaderboard-preview-section .lbp-leaderboard-body .lb-podium{margin-bottom:1.75rem}.leaderboard-preview-section .lbp-state{padding:1.5rem 1rem;border-radius:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);color:var(--color-text-secondary);text-align:center}.leaderboard-preview-section .lbp-state--error{color:#ffb4b4}@media(max-width:768px){.leaderboard-preview-section .lbp-header{align-items:flex-start;flex-direction:column}.leaderboard-preview-section .lbp-header h2{font-size:1.85rem}}.faq-section{padding:8rem 0;border-top:.8px solid rgba(255,255,255,.1);background:#0000004d}.faq-section .section-header{text-align:center;margin-bottom:4rem}.faq-section .section-header h2{font-size:2.5rem;margin-bottom:2rem}.faq-section .section-header:after{display:none;content:none}.faq-section .faq-container{max-width:800px;margin:0 auto;background:#112;border-radius:12px;padding:1rem}.faq-section .faq-item{background:#14142866;border:none;border-bottom:1px solid rgba(255,255,255,.05);margin-bottom:0;border-radius:4px}.faq-section .faq-item:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.faq-section .faq-item:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-bottom:none}.faq-section .faq-item:hover{background:#ffffff0d}.faq-section .faq-item.active{background:#ffffff0d;border-color:#ffffff0d}.faq-section .faq-item.active .faq-answer{max-height:200px;padding:0 1.5rem 1.5rem}.faq-section .faq-question{padding:1.5rem;display:flex;justify-content:space-between;align-items:center}.faq-section .faq-question h3{font-size:1.1rem;font-weight:500;margin:0;font-family:var(--font-family-base)}.faq-section .faq-icon{font-size:1.5rem;color:var(--color-accent-cyan);font-weight:300}.faq-section .faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-section .faq-answer p{color:var(--color-text-secondary);line-height:1.6;margin:0}.store-badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem 1.5rem}.store-badge-link{display:inline-block;line-height:0;transition:transform .2s ease,opacity .2s ease}.store-badge-link:hover{transform:translateY(-2px);opacity:.95}.store-badge-link:focus-visible{outline:2px solid #7afcff;outline-offset:4px;border-radius:8px}.store-badge-img{display:block;width:auto;height:52px}.store-badge-img--google{height:58px}.store-badge-img--apple{height:40px}.store-badges--large{gap:1.25rem 2rem}.store-badges--large .store-badge-img--google{height:68px}.store-badges--large .store-badge-img--apple{height:48px}@media(max-width:480px){.store-badges{flex-direction:column}}.download-section{padding:6rem 0;background:linear-gradient(180deg,rgba(15,5,41,.4) 0%,var(--color-bg-primary, #0a0618) 100%);border-top:1px solid rgba(255,255,255,.06)}.download-inner{text-align:center;max-width:640px;margin:0 auto}.download-inner h2{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:1rem;font-weight:700}.download-inner .text-secondary-purple{background:linear-gradient(90deg,#d500f9,#ff0080);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.download-lead{color:var(--color-text-secondary);font-size:1.1rem;line-height:1.65;margin:0 auto 2.5rem;max-width:520px}.cta-section{padding:8rem 0;background-color:var(--color-bg-primary)}.cta-section .cta-card{border-radius:24px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(90deg,#312e8180,#581c8780);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:4rem 2rem;text-align:center;position:relative;overflow:hidden;max-width:900px;margin:0 auto}.cta-section .cta-card h2{font-size:2.8rem;margin-bottom:1rem;position:relative;z-index:2;text-transform:none}.cta-section .cta-card p{color:#ccc;font-size:20px;max-width:550px;margin:0 auto 3rem;position:relative;z-index:2;line-height:1.6}.cta-section .cta-action-btn{background:#fff!important;color:#0f0529!important;font-weight:700;border-radius:50px;padding:1rem 3rem;font-size:20px;position:relative;z-index:2;box-shadow:0 0 20px #fff6;text-transform:none}.cta-section .cta-action-btn:hover{transform:translateY(-2px);box-shadow:0 0 30px #fff9}@media(max-width:768px){.cta-section .cta-card h2{font-size:2rem}}.trust-bar{width:100%;border-top:.8px solid rgba(255,255,255,.1);border-bottom:.8px solid rgba(255,255,255,.1);background:#0f052980;padding:1.25rem 0}.trust-bar-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;align-items:start}.trust-bar-item{display:flex;align-items:flex-start;gap:.75rem;min-width:0}.trust-bar-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#b8a8ff}.trust-bar-icon svg{width:22px;height:22px}.trust-bar-text{display:flex;flex-direction:column;gap:.2rem;min-width:0}.trust-bar-title{font-size:.95rem;font-weight:600;color:var(--color-text-primary, #fff);line-height:1.25}.trust-bar-subtitle{font-size:.8rem;line-height:1.35;color:var(--color-text-secondary, #a8a8c8)}@media(max-width:900px){.trust-bar-inner{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.trust-bar-inner{grid-template-columns:1fr;gap:1rem}}.legal-page{padding:160px 0 80px}.legal-page .legal-nav{margin-bottom:2rem}.legal-page .legal-nav-link{font-size:.9rem;color:var(--color-text-secondary);text-decoration:none;transition:color .2s ease}.legal-page .legal-nav-link:hover{color:var(--color-text-primary, #fff)}.legal-page .legal-header{text-align:center;margin-bottom:4rem}.legal-page .legal-header h1{font-size:3rem;margin-bottom:1rem}.legal-page .legal-header .legal-meta{color:var(--color-text-secondary);font-size:1.125rem;margin:0}.legal-page .legal-content{background:var(--color-bg-secondary);padding:3rem;border-radius:20px;border:1px solid rgba(255,255,255,.05)}.legal-page .legal-content h2{font-size:1.75rem;margin-top:3rem;margin-bottom:1.5rem;color:var(--color-text-primary)}.legal-page .legal-content h2:first-child{margin-top:0}.legal-page .legal-content h3{font-size:1.25rem;margin-top:2rem;margin-bottom:1rem;color:var(--color-text-primary)}.legal-page .legal-content p{color:var(--color-text-secondary);margin-bottom:1.25rem;line-height:1.8}.legal-page .legal-content p:last-child{margin-bottom:0}.legal-page .legal-content ul{color:var(--color-text-secondary);margin-bottom:1.5rem;line-height:1.8;padding-left:1.5rem}.legal-page .legal-content ul li{margin-bottom:.5rem}.legal-page .legal-content a{color:#c4b5fd;text-decoration:underline;text-underline-offset:3px}.legal-page .legal-content a:hover{color:#e9d5ff}@media(max-width:768px){.legal-page .legal-header h1{font-size:2.5rem}.legal-page .legal-content{padding:2rem}}.app{position:relative;min-height:100vh}.content{position:relative;z-index:1}
