*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #121214;--surface: #1A1A1C;--surface2: #202024;--green: #ADE307;--green-dim: rgba(173,227,7,.12);--green-glow: rgba(173,227,7,.25);--text: #FAFAFA;--muted: #999999;--border: rgba(255,255,255,.1);--red: #F87171;--success: #4ADE80;--amber: #F59E0B;--radius: 10px}html{scroll-behavior:smooth}body{font-family:Manrope,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:Manrope,sans-serif;cursor:pointer;border:none;outline:none}.fade-in{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-delay-1{transition-delay:.1s}.fade-delay-2{transition-delay:.2s}.fade-delay-3{transition-delay:.3s}.fade-delay-4{transition-delay:.4s}#main-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 48px;height:64px;background:#121214d9;backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:background .3s,border-bottom-color .3s}.nav-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px;letter-spacing:-.5px}.nav-logo-dot{width:8px;height:8px;background:var(--green);border-radius:50%}.nav-links{display:flex;align-items:center;gap:32px}.nav-links a{font-size:14px;font-weight:500;color:var(--muted);transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-cta{background:var(--green);color:#111;font-size:14px;font-weight:700;padding:8px 18px;border-radius:8px;transition:opacity .2s,transform .2s}.nav-cta:hover{opacity:.88;transform:translateY(-1px)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px 48px 80px;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0;background-image:radial-gradient(ellipse 60% 50% at 30% 60%,rgba(173,227,7,.06) 0%,transparent 60%),url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:6px 14px;font-size:12px;font-weight:600;color:var(--green);letter-spacing:.05em;text-transform:uppercase;margin-bottom:28px}.hero-badge-dot{width:6px;height:6px;background:var(--green);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{font-size:64px;font-weight:800;line-height:1.05;letter-spacing:-2px;margin-bottom:24px}.hero h1 em{font-style:normal;color:var(--green)}.hero p{font-size:18px;line-height:1.65;color:var(--muted);margin-bottom:40px;max-width:480px}.hero-ctas{display:flex;gap:14px;flex-wrap:wrap}.btn-primary{background:var(--green);color:#111;font-size:15px;font-weight:700;padding:14px 28px;border-radius:var(--radius);display:inline-block;transition:opacity .2s,transform .2s,box-shadow .2s;box-shadow:0 0 0 0 var(--green-glow)}.btn-primary:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 8px 32px var(--green-glow)}.btn-ghost{background:transparent;color:var(--text);font-size:15px;font-weight:600;padding:14px 28px;border-radius:var(--radius);border:1px solid var(--border);display:inline-block;transition:border-color .2s,transform .2s}.btn-ghost:hover{border-color:#ffffff4d;transform:translateY(-2px)}.hero-mockup{position:relative;display:flex;justify-content:center}.mockup-phone{width:300px;height:580px;background:var(--surface);border-radius:28px;border:1px solid var(--border);overflow:hidden;position:relative;box-shadow:0 40px 100px #0009,0 0 0 1px #ffffff0f}.mockup-phone:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100px;height:22px;background:var(--bg);border-radius:0 0 14px 14px;z-index:10}.mockup-inner{padding:28px 16px 16px;height:100%;display:flex;flex-direction:column;gap:10px}.mockup-header{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:4px}.mockup-title{font-size:16px;font-weight:800;margin-bottom:8px}.mockup-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.mockup-ai-badge{display:inline-flex;align-items:center;gap:5px;background:var(--green-dim);border:1px solid rgba(173,227,7,.3);border-radius:6px;padding:3px 8px;font-size:10px;font-weight:700;color:var(--green)}.team-col{display:flex;flex-direction:column;gap:5px}.team-label{font-size:10px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px}.player-chip{display:flex;align-items:center;gap:7px;background:var(--surface2);border-radius:8px;padding:7px 10px;border:1px solid var(--border)}.player-avatar{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.player-name{font-size:11px;font-weight:600}.player-role{font-size:9px;color:var(--muted)}.player-dots{margin-left:auto;display:flex;gap:2px}.dot{width:5px;height:5px;border-radius:50%}.dot-fill{background:var(--amber)}.dot-empty{background:#ffffff1a}.team-divider{display:flex;align-items:center;gap:8px;padding:4px 0}.team-divider-line{flex:1;height:1px;background:var(--border)}.team-divider-vs{font-size:10px;font-weight:800;color:var(--muted)}.mockup-actions{margin-top:auto;padding:8px 0 0;border-top:1px solid rgba(255,255,255,.06);display:flex;gap:8px}.mockup-btn-confirm{flex:1;background:#ade3071f;border:1px solid rgba(173,227,7,.3);border-radius:8px;padding:8px;color:var(--green);font-size:11px;font-weight:700;font-family:Manrope,sans-serif}.mockup-btn-regen{flex:1;background:var(--surface2);border:1px solid var(--border);border-radius:8px;padding:8px;color:var(--muted);font-size:11px;font-weight:700;font-family:Manrope,sans-serif}.mockup-float{position:absolute;right:-30px;bottom:120px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:10px 14px;min-width:150px;box-shadow:0 12px 40px #0006;animation:float 3s ease-in-out infinite}.mockup-float2{position:absolute;left:-20px;top:120px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:10px 14px;box-shadow:0 12px 40px #0006;animation:float 3.5s ease-in-out infinite .5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.float-label{font-size:10px;color:var(--muted);font-weight:600}.float-val{font-size:13px;font-weight:800;color:var(--green)}section{padding:100px 48px}.section-inner{max-width:1200px;margin:0 auto}.section-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:16px}.section-title{font-size:48px;font-weight:800;letter-spacing:-1.5px;line-height:1.1;margin-bottom:16px}.section-title em{font-style:normal;color:var(--green)}.section-sub{font-size:18px;color:var(--muted);line-height:1.65;max-width:560px}.sports-section{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.sports-grid{display:flex;justify-content:center;gap:12px;margin-top:48px;flex-wrap:wrap}.sport-card{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:28px 32px;display:flex;flex-direction:column;align-items:center;gap:12px;min-width:140px;transition:border-color .25s,transform .25s;cursor:default}.sport-card:hover{border-color:#ade30759;transform:translateY(-4px)}.sport-icon{font-size:36px}.sport-name{font-size:13px;font-weight:700;color:var(--muted)}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px}.problem-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:28px;transition:border-color .3s,transform .3s,box-shadow .3s}.problem-card:hover{border-color:#ade3074d;transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.problem-icon{font-size:28px;margin-bottom:12px}.problem-before{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--red);font-weight:600;margin-bottom:10px}.problem-after{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--success);font-weight:700;margin-bottom:12px}.problem-desc{font-size:14px;color:var(--muted);line-height:1.6}.feature-block{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding:60px 0;border-top:1px solid var(--border)}.feature-block:first-child{border-top:none}.feature-block.reverse .feature-visual{order:-1}.feature-badge{display:inline-flex;align-items:center;gap:6px;background:var(--green-dim);border:1px solid rgba(173,227,7,.25);border-radius:6px;padding:4px 10px;font-size:11px;font-weight:700;color:var(--green);letter-spacing:.05em;margin-bottom:16px}.feature-title{font-size:36px;font-weight:800;letter-spacing:-1px;line-height:1.15;margin-bottom:16px}.feature-title em{font-style:normal;color:var(--green)}.feature-desc{font-size:16px;color:var(--muted);line-height:1.7}.feature-visual{position:relative}.screen{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 24px 60px #00000080;overflow:hidden}.screen-header{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border)}.screen-dots{display:flex;gap:5px}.screen-dot{width:9px;height:9px;border-radius:50%}.screen-title-bar{font-size:12px;font-weight:600;color:var(--muted);margin-left:4px}.session-card{background:var(--surface2);border-radius:10px;padding:14px;margin-bottom:10px}.session-label{font-size:10px;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.session-name{font-size:14px;font-weight:700;margin-bottom:10px}.attendance-row{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.04)}.attendance-row:last-child{border-bottom:none}.att-avatar{width:28px;height:28px;border-radius:50%;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.att-name{font-size:12px;font-weight:600;flex:1}.att-badge{font-size:10px;font-weight:700;padding:2px 8px;border-radius:5px}.att-present{background:#4ade8026;color:var(--success)}.att-absent{background:#f8717126;color:var(--red)}.att-maybe{background:#f59e0b26;color:var(--amber)}.att-counters{display:flex;gap:10px;margin-top:8px;flex-wrap:wrap}.att-counter{font-size:11px;font-weight:700}.history-summary{display:flex;gap:12px;margin-bottom:14px}.history-stat{flex:1;background:var(--surface2);border-radius:8px;padding:10px;text-align:center}.history-stat-label{font-size:11px;color:var(--muted);font-weight:600}.history-stat-val{font-size:22px;font-weight:800}.match-card{background:var(--surface2);border-radius:10px;padding:12px 14px;margin-bottom:8px;display:flex;align-items:center;gap:12px}.match-date{font-size:10px;color:var(--muted);font-weight:600;min-width:50px}.match-teams{flex:1;font-size:13px;font-weight:700}.match-score{font-size:15px;font-weight:800}.match-w{color:var(--success)}.match-l{color:var(--red)}.match-d{color:var(--muted)}.match-badge{font-size:10px;font-weight:700;padding:2px 7px;border-radius:5px;background:var(--green-dim);color:var(--green)}.notif-card{background:var(--surface2);border-radius:10px;padding:12px 14px;margin-bottom:8px;display:flex;gap:10px;align-items:flex-start}.notif-icon-wrap{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.notif-title{font-size:12px;font-weight:700;margin-bottom:2px}.notif-body{font-size:11px;color:var(--muted);line-height:1.4}.notif-time{font-size:10px;color:var(--muted);margin-top:4px}.how-section{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px;position:relative}.how-grid:before{content:"";position:absolute;top:36px;left:calc(16.67% + 24px);right:calc(16.67% + 24px);height:1px;background:linear-gradient(90deg,var(--green),var(--border))}.how-step{text-align:center;position:relative}.how-num{width:56px;height:56px;border-radius:50%;background:var(--green-dim);border:1px solid rgba(173,227,7,.3);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;color:var(--green);margin:0 auto 20px;position:relative;z-index:1}.how-step-title{font-size:16px;font-weight:700;margin-bottom:8px}.how-step-desc{font-size:14px;color:var(--muted);line-height:1.6}.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:56px}.feat-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:22px;transition:border-color .25s,transform .25s}.feat-card:hover{border-color:#ade30740;transform:translateY(-3px)}.feat-icon{font-size:24px;margin-bottom:12px}.feat-name{font-size:14px;font-weight:700;margin-bottom:4px}.feat-desc{font-size:12px;color:var(--muted);line-height:1.5}.testi-section{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:56px}.testi-card{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:28px;transition:border-color .3s,transform .3s}.testi-card:hover{border-color:#fff3;transform:translateY(-3px)}.testi-stars{display:flex;gap:3px;margin-bottom:16px}.testi-star{color:var(--amber);font-size:14px}.testi-quote{font-size:15px;line-height:1.65;color:var(--text);margin-bottom:20px;font-style:italic}.testi-author{display:flex;align-items:center;gap:10px}.testi-avatar{width:36px;height:36px;border-radius:50%;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center}.testi-name{font-size:13px;font-weight:700}.testi-role{font-size:11px;color:var(--muted)}.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:800px;margin:56px auto 0}.pricing-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:36px;position:relative;transition:transform .3s}.pricing-card:hover{transform:translateY(-4px)}.pricing-card.featured{border-color:#ade30766;background:linear-gradient(135deg,rgba(173,227,7,.06) 0%,var(--surface) 60%)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--green);color:#111;font-size:11px;font-weight:800;padding:3px 12px;border-radius:20px;letter-spacing:.05em;white-space:nowrap}.pricing-name{font-size:13px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.pricing-price{font-size:48px;font-weight:800;letter-spacing:-2px;margin-bottom:6px}.pricing-price span{font-size:18px;font-weight:500;color:var(--muted)}.pricing-price-old{font-size:24px;font-weight:500;color:var(--muted);text-decoration:line-through;margin-bottom:2px}.pricing-price-free{color:var(--green)}.pricing-sub{font-size:13px;color:var(--muted);margin-bottom:28px}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:32px}.pricing-features li{font-size:14px;display:flex;align-items:center;gap:9px}.pricing-check{color:var(--green);font-size:12px;width:16px;height:16px;background:var(--green-dim);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.cta-section{text-align:center;background:radial-gradient(ellipse 80% 60% at 50% 80%,rgba(173,227,7,.08) 0%,transparent 65%);border-top:1px solid var(--border)}.cta-section h2{font-size:56px;font-weight:800;letter-spacing:-2px;margin-bottom:20px;line-height:1.1}.cta-section h2 em{font-style:normal;color:var(--green)}.cta-section p{font-size:17px;color:var(--muted);margin-bottom:40px}.cta-meta{font-size:13px;color:var(--muted);margin-top:16px;display:flex;align-items:center;justify-content:center;gap:16px}.cta-meta span:before{content:"·";margin-right:16px}.cta-meta span:first-child:before{display:none}.trust-badges{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:48px;opacity:.5}.trust-badge{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600}.trust-sep{width:1px;height:20px;background:var(--border)}.footer-logo{font-size:16px;font-weight:800;display:flex;align-items:center;gap:8px}.footer-tagline{font-size:12px;color:var(--muted);font-weight:400;margin-left:8px}.footer-links{display:flex;gap:28px}.footer-links a{font-size:13px;color:var(--muted);transition:color .2s}.footer-links a:hover{color:var(--text)}.footer-copy{font-size:13px;color:var(--muted)}@media(max-width:900px){#main-nav{padding:0 24px}.nav-links{display:none}.hero{padding:100px 24px 60px}.hero-inner{grid-template-columns:1fr;gap:48px}.hero h1{font-size:44px}.hero-mockup{display:none}section{padding:60px 24px}.section-title{font-size:36px}.problem-grid,.testi-grid,.how-grid,.feat-grid{grid-template-columns:1fr}.pricing-grid{grid-template-columns:1fr;max-width:100%}.feature-block{grid-template-columns:1fr;gap:40px}.feature-block.reverse .feature-visual{order:0}.cta-section h2{font-size:40px}.trust-badges{flex-direction:column;gap:16px}.trust-sep{display:none}}footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--border);padding:40px 48px;display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:32px}.footer-logo[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:12px}.footer-tagline[data-astro-cid-sz7xmlte]{font-size:12px;color:var(--muted)}.footer-cols[data-astro-cid-sz7xmlte]{display:flex;gap:48px}.footer-col[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:8px}.footer-col-title[data-astro-cid-sz7xmlte]{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text);margin-bottom:4px}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:13px;color:var(--muted);transition:color .2s}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--text)}.footer-copy[data-astro-cid-sz7xmlte]{width:100%;font-size:13px;color:var(--muted);padding-top:24px;border-top:1px solid var(--border);text-align:center}@media(max-width:900px){footer[data-astro-cid-sz7xmlte]{padding:32px 24px}.footer-cols[data-astro-cid-sz7xmlte]{gap:32px}}
