:root{--primary:#00ff9d;--primary-glow:#00ff9d66;--secondary:#7000ff;--secondary-glow:#7000ff4d;--bg-dark:#050507;--bg-card:#0f1014;--bg-card-hover:#16181d;--text-primary:#fff;--text-secondary:#b0b0b8;--text-muted:#888894;--border-color:#2a2a2a;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-full:9999px;--transition-fast:.2s ease;--transition-normal:.3s ease}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-dark);max-width:100vw;color:var(--text-primary);font-family:var(--font-outfit), sans-serif;-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#444}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-gradient{background:linear-gradient(to right, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.app-wrapper{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;position:relative}.page-container{padding-bottom:4rem}.hero-section{flex-direction:column;align-items:center;min-height:calc(100vh - 200px);padding-top:3rem;display:flex}.hero-title{text-align:center;letter-spacing:-.02em;max-width:800px;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1}.hero-subtitle{color:var(--text-secondary);text-align:center;max-width:600px;margin-bottom:3rem;font-size:1.25rem}.pro-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);flex-direction:column;gap:1rem;height:100%;padding:1.5rem;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.pro-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00ff9d1a;border-color:var(--primary)!important}.gear-item-link{color:var(--primary);text-align:right;font-size:.88rem;font-weight:600;text-decoration:none;transition:opacity .2s}.gear-item-link:hover{opacity:.75!important}.setup-profile-link{text-align:center;border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-secondary);margin-top:1.25rem;padding:.6rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s;display:block}.setup-profile-link:hover{border-color:var(--primary)!important;color:var(--primary)!important}body.light-theme{--bg-dark:#f8fafc;--bg-card:#fff;--bg-card-hover:#f1f5f9;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--border-color:#cbd5e1}body.light-theme header{border-bottom:1px solid #cbd5e1;background-color:#f8fafce6!important}body.light-theme [class*=drawer]{border-left:1px solid #e2e8f0;background-color:#fff!important}body.light-theme [class*=dropdownMenu]{border:1px solid #cbd5e1;background-color:#fffffffa!important;box-shadow:0 10px 30px #00000014!important}body.light-theme input,body.light-theme select,body.light-theme textarea{color:#0f172a!important;background-color:#fff!important;border:1px solid #cbd5e1!important}body.light-theme input:focus,body.light-theme select:focus,body.light-theme textarea:focus{border-color:var(--primary)!important;box-shadow:0 0 0 2px #00ff9d33!important}body.light-theme input::placeholder{color:#94a3b8!important}body.light-theme table th{color:#0f172a!important;background-color:#f1f5f9!important}body.light-theme table td{border-bottom:1px solid #e2e8f0}.featureCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:2rem 1.5rem;transition:all .3s}.featureCard:hover{transform:translateY(-3px);box-shadow:0 10px 20px #00ff9d0d;border-color:var(--primary)!important}.home-hero-badge{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;background:#00ff9d14;border:1px solid #00ff9d33;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.7rem;font-weight:700;animation:3s ease-in-out infinite badgePulse;display:inline-flex}.home-hero-badge-dot{background:var(--primary);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite dotBlink}@keyframes badgePulse{0%,to{box-shadow:0 0 #00ff9d26}50%{box-shadow:0 0 20px 4px #00ff9d14}}@keyframes dotBlink{0%,to{opacity:1}50%{opacity:.3}}.home-stats-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin:2rem 0 2.5rem;display:flex}.home-stat-item{flex-direction:column;align-items:center;gap:.25rem;display:flex}.home-stat-number{color:var(--primary);letter-spacing:-.02em;font-size:2rem;font-weight:800}.home-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:600}.home-stat-divider{background:var(--border-color);width:1px;height:40px}.home-games-section{text-align:center;width:100%;max-width:1000px;margin:5rem auto 0}.home-games-label{color:var(--text-muted);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.7rem;font-weight:700}.home-games-grid{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.home-game-chip{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-secondary);border-radius:9999px;padding:.4rem 1rem;font-size:.78rem;font-weight:600;transition:all .2s;display:inline-block}.home-game-chip:hover{border-color:var(--primary);color:var(--primary);background:#00ff9d0d}.home-section-header{text-align:center;margin-bottom:3rem}.home-section-badge{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;background:linear-gradient(135deg,#00ff9d1f,#7000ff1f);border:1px solid #00ff9d33;border-radius:9999px;margin-bottom:1rem;padding:.4rem 1.25rem;font-size:.68rem;font-weight:800;display:inline-block}.home-section-title{color:var(--text-primary);margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;line-height:1.15}.home-section-desc{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.05rem;line-height:1.7}.home-tools-section{width:100%;max-width:1100px;margin:6rem auto 0}.home-tool-category{margin-bottom:3rem}.home-tool-category-title{color:var(--text-primary);border-bottom:1px solid var(--border-color);margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:700}.home-tool-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.home-tool-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;padding:1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden;text-decoration:none!important}.home-tool-card:before{content:"";background:linear-gradient(to right, var(--primary), var(--secondary));opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.home-tool-card:hover{border-color:var(--primary);transform:translateY(-3px);box-shadow:0 12px 24px #00ff9d0f}.home-tool-card:hover:before{opacity:1}.home-tool-card-icon{margin-bottom:.75rem;font-size:1.5rem}.home-tool-card-name{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:700}.home-tool-card-desc{color:var(--text-secondary);flex:1;font-size:.82rem;line-height:1.55}.home-tool-card-arrow{color:var(--primary);opacity:0;font-size:1.1rem;transition:all .3s;position:absolute;bottom:1.25rem;right:1.25rem;transform:translate(-6px)}.home-tool-card:hover .home-tool-card-arrow{opacity:1;transform:translate(0)}.home-why-section{width:100%;max-width:1100px;margin:5rem auto 0}.home-why-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.home-why-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:2rem;transition:all .3s}.home-why-card:hover{border-color:#00ff9d4d;box-shadow:0 0 30px #00ff9d0a}.home-why-icon{margin-bottom:1rem;font-size:2rem}.home-why-card h3{color:var(--text-primary);margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.home-why-card p{color:var(--text-secondary);font-size:.88rem;line-height:1.6}.home-howto-section{width:100%;max-width:1000px;margin:5rem auto 0}.home-howto-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.home-howto-step{text-align:center;background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:2rem 1.5rem;transition:all .3s}.home-howto-step:hover{border-color:var(--primary);transform:translateY(-2px)}.home-howto-number{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:900;line-height:1}.home-howto-step h3{color:var(--text-primary);margin-bottom:.6rem;font-size:1rem;font-weight:700}.home-howto-step p{color:var(--text-secondary);font-size:.82rem;line-height:1.55}.home-cta-section{width:100%;max-width:1000px;margin:5rem auto 0}.home-cta-inner{text-align:center;background:linear-gradient(135deg,#00ff9d0a,#7000ff0f);border:1px solid #00ff9d26;border-radius:20px;padding:3.5rem 2rem;position:relative;overflow:hidden}.home-cta-inner:before{content:"";background:linear-gradient(to right, var(--primary), var(--secondary));height:2px;position:absolute;top:0;left:0;right:0}.home-cta-title{color:var(--text-primary);margin:1rem 0;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700}.home-cta-desc{color:var(--text-secondary);max-width:600px;margin:0 auto 2rem;font-size:1.05rem;line-height:1.7}.home-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.home-cta-btn-primary{background:linear-gradient(135deg, var(--primary), #00cc7d);border-radius:10px;padding:.85rem 2rem;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-block;box-shadow:0 4px 20px #00ff9d40;color:#000!important;text-decoration:none!important}.home-cta-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00ff9d59}.home-cta-btn-secondary{border:1px solid var(--border-color);background:0 0;border-radius:10px;padding:.85rem 2rem;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-block;color:var(--text-primary)!important;text-decoration:none!important}.home-cta-btn-secondary:hover{border-color:var(--primary);color:var(--primary)!important}@media (max-width:768px){.home-stats-row{gap:1rem}.home-stat-number{font-size:1.5rem}.home-stat-divider{height:30px}.home-tool-grid,.home-why-grid{grid-template-columns:1fr}.home-howto-grid{grid-template-columns:1fr 1fr}.home-cta-inner{padding:2.5rem 1.5rem}}@media (max-width:480px){.home-howto-grid{grid-template-columns:1fr}.home-stats-row{gap:.75rem}.home-stat-number{font-size:1.3rem}}.text-gradient-animated{background:linear-gradient(270deg, var(--primary), var(--secondary), #00e5ff, var(--primary));-webkit-text-fill-color:transparent;background-size:600% 600%;-webkit-background-clip:text;background-clip:text;animation:6s infinite gradientShift}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.home-particles{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.home-particle{background:var(--primary);border-radius:50%;animation:linear infinite particleFloat;position:absolute}@keyframes particleFloat{0%{opacity:0;transform:translateY(0)translate(0)}10%{opacity:.4}90%{opacity:.4}to{opacity:0;transform:translateY(-200px)translate(40px)}}.home-live-feed{color:var(--text-secondary);z-index:1;background:#00ff9d0a;border:1px solid #00ff9d1f;border-radius:9999px;align-items:center;gap:.6rem;min-height:34px;margin-bottom:1.25rem;padding:.45rem 1.2rem;font-size:.78rem;display:inline-flex;position:relative}.home-live-dot{background:#f44;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.5s ease-in-out infinite livePulse}@keyframes livePulse{0%,to{box-shadow:0 0 #f446}50%{box-shadow:0 0 0 4px #f440}}.home-live-text{align-items:center;gap:.5rem;transition:opacity .4s,transform .4s;display:inline-flex}.home-live-visible{opacity:1;transform:translateY(0)}.home-live-hidden{opacity:0;transform:translateY(-8px)}.home-live-flag{font-size:1rem}.home-live-detail{color:var(--text-muted);font-size:.72rem}.home-live-time{color:var(--text-muted);opacity:.7;font-size:.68rem}.home-tool-tag{letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(135deg, var(--primary), var(--secondary));color:#000;border-radius:4px;padding:.2rem .5rem;font-size:.55rem;font-weight:800;position:absolute;top:.75rem;right:.75rem}.home-compare-section{width:100%;max-width:1000px;margin:5rem auto 0}.home-compare-table-wrap{border:1px solid var(--border-color);background:var(--bg-card);border-radius:16px;overflow:hidden}.home-compare-table-scroll{overflow-x:auto}.home-compare-table{border-collapse:collapse;width:100%;font-size:.88rem}.home-compare-table thead th{text-align:center;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-bottom:1px solid var(--border-color);background:var(--bg-card);padding:1rem 1.25rem;font-size:.8rem;font-weight:700}.home-compare-table tbody td,.home-compare-table tfoot td{text-align:center;color:var(--text-secondary);border-bottom:1px solid #ffffff0a;padding:.75rem 1.25rem}.home-compare-feature{white-space:nowrap;font-weight:500;text-align:left!important;color:var(--text-primary)!important}.home-compare-highlight{color:var(--primary)!important;background:#00ff9d0a!important;font-weight:700!important}.home-compare-score{color:var(--primary);font-size:1.1rem}.home-compare-table tfoot td{border-top:2px solid var(--border-color);border-bottom:none;padding:1rem 1.25rem}.home-why-card-glow{background:linear-gradient(135deg,#00ff9d0a,#7000ff0a);border-color:#00ff9d33;box-shadow:0 0 40px #00ff9d0f}.home-scroll-reveal{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(30px)}.home-scroll-visible{opacity:1;transform:translateY(0)}.hero-section:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#00ff9d14 0%,#7000ff0d 40%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:8s ease-in-out infinite heroGlow;position:absolute;top:-200px;left:50%;transform:translate(-50%)}@keyframes heroGlow{0%,to{opacity:.5;transform:translate(-50%)scale(1)}50%{opacity:.8;transform:translate(-50%)scale(1.1)}}.hero-section>*{z-index:1;position:relative}@media (max-width:768px){.home-live-feed{padding:.35rem .8rem;font-size:.7rem}.home-live-detail{display:none}.home-compare-table{font-size:.75rem}.home-compare-table thead th,.home-compare-table tbody td,.home-compare-table tfoot td{padding:.6rem .75rem}.hero-section:before{width:300px;height:300px;top:-100px}}.home-premium-preview{width:100%;max-width:1100px;margin:6rem auto 0}.home-preview-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem;display:grid}.home-preview-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.home-preview-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 12px 30px #00ff9d14}.home-preview-card-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.home-preview-icon{font-size:2rem}.home-preview-card-header h3{color:var(--text-primary);font-size:1.2rem;font-weight:700}.home-preview-badge{letter-spacing:.08em;color:var(--primary);text-transform:uppercase;background:#00ff9d1a;border:1px solid #00ff9d33;border-radius:4px;margin-top:.25rem;padding:.15rem .5rem;font-size:.6rem;font-weight:800;display:inline-block}.home-preview-body{background:#0000004d;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;justify-content:center;min-height:140px;margin-bottom:1.5rem;padding:1.25rem;display:flex;position:relative}.home-preview-mockup{flex-direction:column;gap:.75rem;display:flex}.home-preview-mockup-row{justify-content:space-between;align-items:center;font-size:.82rem;display:flex}.home-preview-label{color:var(--text-muted)}.home-preview-value{color:var(--text-primary);font-weight:700}.home-preview-green{color:var(--primary)}.home-preview-bar{background:#ffffff1a;border-radius:3px;height:6px;margin:.25rem 0 .5rem;position:relative}.home-preview-bar-fill{background:var(--secondary);border-radius:3px;height:100%;position:absolute;top:0;left:0}.home-preview-bar-fill.home-preview-bar-pro{background:var(--primary)}.home-preview-bar-marker{color:var(--text-primary);background:var(--secondary);border-radius:2px;padding:1px 4px;font-size:.55rem;font-weight:800;position:absolute;top:-15px;transform:translate(-50%)}.home-preview-bar-marker.home-preview-bar-marker-pro{background:var(--primary);color:#000}.home-preview-blur-overlay{-webkit-backdrop-filter:blur(5px);pointer-events:none;background:linear-gradient(#0f101433 0%,#0f1014bf 100%);border-radius:8px;position:absolute;inset:0}.home-preview-desc{color:var(--text-secondary);flex:1;margin-bottom:1.5rem;font-size:.88rem;line-height:1.6}.home-preview-cta{text-align:center;border:1px solid var(--border-color);color:var(--text-primary);background:#ffffff0d;border-radius:8px;padding:.75rem;font-size:.9rem;font-weight:700;transition:all .2s;display:block}.home-preview-cta:hover{background:var(--primary);border-color:var(--primary);color:#000!important}.home-preview-crosshair-mock{align-items:center}.home-preview-crosshair{border:1px dashed #ffffff26;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.home-preview-ch-h{background:var(--primary);width:16px;height:2px;position:absolute}.home-preview-ch-v{background:var(--primary);width:2px;height:16px;position:absolute}body.light-theme .home-preview-body{background:#0000000d}body.light-theme .home-preview-blur-overlay{background:linear-gradient(#fff3 0%,#ffffffbf 100%)}:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:var(--radius-sm)}.skip-to-content{z-index:10000;background:var(--primary);color:#050507;border-radius:0 0 var(--radius-md) 0;padding:.75rem 1.25rem;font-weight:700;text-decoration:none;position:absolute;top:0;left:-9999px}.skip-to-content:focus{left:0}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
