@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.landing-page{--bg:#050810;--bg2:#080d1a;--bg3:#0d1426;--surface:#101828;--surface2:#162035;--border:rgba(255,255,255,0.07);--accent:#00e5a0;--accent2:#0af;--accent3:#7c6aff;--red:#ff4d6d;--text:#e8edf5;--muted:#7a8aaa;--faint:rgba(255,255,255,0.04);--hero-mockup-tilt-right:10deg;--hero-mockup-translate-right:22px;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden;line-height:1.6}@media (max-width:767px){.landing-page{overflow-x:visible}}.landing-page *,.landing-page :after,.landing-page :before{box-sizing:border-box;margin:0;padding:0}.landing-page:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:0;opacity:.5}.landing-page .nav-bar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 5%;height:64px;background:rgba(5,8,16,.85);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.landing-page .nav-logo{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:1.4rem;letter-spacing:-.5px;color:var(--text);text-decoration:none}.landing-page .nav-logo span{color:var(--accent)}.landing-page .nav-links{display:flex;gap:2rem;list-style:none}.landing-page .nav-links a{color:var(--muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.landing-page .nav-links a:hover{color:var(--text)}.landing-page .nav-cta{background:var(--accent);color:#000!important;padding:.45rem 1.2rem;border-radius:6px;font-weight:600!important;font-size:.85rem!important;transition:opacity .2s!important}.landing-page .nav-cta:hover{opacity:.85;color:#000!important}.landing-page .nav-mobile-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:rgba(255,255,255,.06);border:1px solid var(--border);border-radius:8px;color:var(--text);cursor:pointer;transition:background .2s,color .2s;-webkit-tap-highlight-color:transparent}.landing-page .nav-mobile-toggle:hover{background:rgba(255,255,255,.1)}.landing-page .nav-mobile-drawer{display:none;position:absolute;top:100%;left:0;right:0;background:rgba(5,8,16,.98);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);flex-direction:column;padding:1rem;gap:.5rem;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .2s ease}.landing-page .nav-mobile-drawer.open{max-height:320px;opacity:1}.landing-page .nav-mobile-drawer a{display:block;padding:.75rem 1rem;color:var(--muted);text-decoration:none;font-size:.95rem;font-weight:500;border-radius:8px;transition:color .2s,background .2s}.landing-page .nav-mobile-drawer a:hover{color:var(--text);background:rgba(255,255,255,.04)}.landing-page .nav-mobile-drawer a.nav-cta{margin-top:.5rem;width:100%;display:flex!important;justify-content:center;align-items:center;text-align:center;color:#000!important}.landing-page .hero-glow{width:700px;height:700px;filter:blur(120px);top:-100px;right:-150px;background:radial-gradient(circle,rgba(0,229,160,.12) 0,rgba(0,170,255,.06) 50%,transparent 70%);animation:landing-pulse-glow 6s ease-in-out infinite}.landing-page .hero-glow,.landing-page .hero-glow2{position:absolute;border-radius:50%;pointer-events:none}.landing-page .hero-glow2{width:400px;height:400px;filter:blur(100px);bottom:0;left:-100px;background:radial-gradient(circle,rgba(124,106,255,.1) 0,transparent 70%)}@keyframes landing-pulse-glow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.landing-page .hero-badge:before{content:"";width:6px;height:6px;background:var(--accent);border-radius:50%;animation:landing-blink 1.5s infinite}@keyframes landing-blink{0%,to{opacity:1}50%{opacity:.3}}.landing-page .hero-title .hl{background:linear-gradient(135deg,var(--accent) 0,var(--accent2) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-page .btn-primary{background:var(--accent);color:#000;padding:.75rem 1.8rem;border-radius:8px;font-weight:700;font-size:.95rem;text-decoration:none;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.landing-page .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,229,160,.35)}.landing-page .btn-secondary{background:var(--surface);color:var(--text);padding:.75rem 1.8rem;border-radius:8px;font-weight:600;font-size:.95rem;text-decoration:none;border:1px solid var(--border);transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.landing-page .btn-secondary:hover{border-color:rgba(255,255,255,.2);background:var(--surface2);transform:translateY(-2px)}.landing-page .match-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent),var(--accent2))}.landing-page .match-live:before{content:"";width:6px;height:6px;background:var(--accent);border-radius:50%;animation:landing-blink 1s infinite}.landing-page .prob-fill:after{content:"";position:absolute;right:0;top:0;width:3px;height:100%;background:white;opacity:.8}.landing-page .ticker-inner{animation:landing-ticker-scroll 30s linear infinite}@keyframes landing-ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.landing-page .ticker-item .dot{width:4px;height:4px;background:var(--border);border-radius:50%}.landing-page .section-tag:before{content:"";width:20px;height:1px;background:var(--accent)}.landing-page .feat-card:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,229,160,.03),transparent);opacity:0;transition:opacity .3s}.landing-page .feat-card:hover:after{opacity:1}.landing-page .reveal{opacity:0;transform:translateY(24px);transition:all .6s ease}.landing-page .reveal.visible{opacity:1;transform:translateY(0)}@keyframes landing-fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.landing-page .footer-brand .logo span{color:var(--accent)}@media (max-width:767px){.landing-page #hero .hero-inner{display:flex!important;flex-direction:column!important;flex-wrap:nowrap;align-items:stretch;align-content:flex-start;gap:2rem;text-align:center;max-width:100%}.landing-page #hero .hero-left{display:flex;flex-direction:column;align-items:center;width:100%;min-width:0;flex:0 0 auto;order:1}.landing-page #hero .hero-app-showcase{width:100%;min-width:0;flex:0 0 auto;order:2;justify-content:center;margin:0}.landing-page #hero .hero-sub{max-width:100%;text-align:center}.landing-page #hero .hero-stat{text-align:center}.landing-page #hero .hero-card-wrap{width:100%;min-width:0;max-width:none;flex:0 0 auto;order:2;margin:0}.landing-page #hero .hero-card-wrap .match-card{width:100%;box-sizing:border-box}.landing-page #hero .hero-card-wrap:before{inset:-8px;opacity:.6}.landing-page .nav-links{display:none}.landing-page .nav-mobile-drawer,.landing-page .nav-mobile-toggle{display:flex}}@media (max-width:900px){.landing-page .match-card{padding:1.25rem}.landing-page .match-header{flex-wrap:wrap;gap:.5rem}.landing-page .match-badge{font-size:.65rem}.landing-page .teams{gap:.5rem}.landing-page .team-flag{width:40px;height:40px;font-size:1.5rem}.landing-page .team-name{font-size:.85rem}.landing-page .team-score{font-size:.72rem}.landing-page .confidence-row{grid-template-columns:repeat(3,1fr);gap:.5rem}.landing-page .conf-item{padding:.5rem}.landing-page .conf-val{font-size:1rem}.landing-page .sub-cards{gap:.5rem}.landing-page .intel-grid{gap:1.15rem}.landing-page .intel-strength-card{padding:1.1rem 1.15rem 1.2rem}.landing-page .intel-insight-row{gap:.85rem}.landing-page .stat-row{flex-wrap:wrap;padding:.6rem .75rem;gap:.5rem;min-width:min(280px,100%)}.landing-page .stat-row-label{min-width:0;flex:1 1 60%}.landing-page .stat-row-val{flex:1 1 100%;text-align:right;font-size:.75rem}.landing-page .stat-block{padding:1rem}.landing-page .stat-block-title{font-size:.85rem}.landing-page .player-row{gap:.6rem;padding:.5rem 0}.landing-page .player-name{font-size:.8rem}.landing-page .player-role{font-size:.65rem}.landing-page .footer-inner{grid-template-columns:1fr 1fr}.landing-page .nav-links{display:none}.landing-page .nav-mobile-drawer,.landing-page .nav-mobile-toggle{display:flex}.landing-page .nav-bar{flex-wrap:wrap}}@media (max-width:768px){.landing-page .intel-grid{grid-template-columns:1fr}.landing-page .intel-header{flex-direction:column;align-items:stretch}.landing-page .intel-header-venue{align-self:stretch;max-width:none;width:100%}.landing-page .intel-insight-row{grid-template-columns:1fr}}.landing-page #hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:100px 5% 60px;overflow:visible}@media (min-width:768px){.landing-page #hero{overflow:hidden}}.landing-page .hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%;max-width:1300px;margin:0 auto}@media (min-width:768px){.landing-page #hero .hero-inner{display:grid!important;grid-template-columns:1fr 1fr;gap:3rem 4rem;align-items:center}.landing-page #hero .hero-left{min-width:0;text-align:left}.landing-page #hero .hero-card-wrap{min-width:0;max-width:100%}}.landing-page .hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(0,229,160,.1);border:1px solid rgba(0,229,160,.25);border-radius:100px;padding:.3rem 1rem;font-size:.78rem;color:var(--accent);margin-bottom:1.5rem;animation:landing-fadeUp .6s ease both}.landing-page .hero-badge,.landing-page .hero-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.landing-page .hero-title{font-weight:800;font-size:clamp(2.4rem,4.5vw,3.8rem);line-height:1.08;letter-spacing:-1.5px;animation:landing-fadeUp .6s ease .1s both}.landing-page .hero-sub{color:var(--muted);font-size:1.05rem;font-weight:400;max-width:480px;margin:1.2rem 0 2.2rem;animation:landing-fadeUp .6s ease .2s both}.landing-page .hero-btns{display:flex;gap:1rem;flex-wrap:wrap;animation:landing-fadeUp .6s ease .3s both}.landing-page .hero-tagline{display:inline-flex;align-items:center;gap:.5rem;background:rgba(0,229,160,.12);border:1px solid rgba(0,229,160,.35);border-radius:100px;padding:.45rem 1rem;font-weight:600;font-size:.85rem;color:var(--accent);margin-bottom:1.5rem}.landing-page .hero-tagline-icon{width:1rem;height:1rem;flex-shrink:0;color:var(--accent)}.landing-page .btn-outline{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--text);padding:.75rem 1.8rem;border-radius:8px;font-weight:600;font-size:.95rem;text-decoration:none;border:1px solid rgba(0,229,160,.75);transition:all .2s}.landing-page .btn-outline:hover{background:rgba(0,229,160,.08);border-color:var(--accent);transform:translateY(-2px)}.landing-page .hero-social-proof{display:flex;align-items:center;gap:.75rem;margin-top:2rem;position:relative;z-index:5}.landing-page .hero-avatars{display:flex;align-items:center}.landing-page .hero-avatar{width:40px;height:40px;border-radius:50%;margin-left:-10px;border:2px solid rgba(255,255,255,.16);background:radial-gradient(circle at 30% 30%,rgba(0,229,160,.35),transparent 55%),linear-gradient(135deg,rgba(0,229,160,.22),rgba(10,170,255,.18));box-shadow:0 10px 22px rgba(0,0,0,.35),inset 0 0 0 1px rgba(0,229,160,.12);position:relative;overflow:hidden}.landing-page .hero-avatar:before{content:"";position:absolute;inset:0;background-image:url(/applogo.svg);background-repeat:no-repeat;background-position:50%;background-size:22px 22px;opacity:.35;pointer-events:none;filter:drop-shadow(0 6px 10px rgba(0,0,0,.35))}.landing-page .hero-avatar:first-child{margin-left:0}.landing-page .hero-trust-text{font-size:.9rem;font-weight:500;color:var(--text)}.landing-page .hero-stats{display:flex;gap:2rem;margin-top:2.5rem;animation:landing-fadeUp .6s ease .4s both}.landing-page .hero-stat{text-align:left}.landing-page .hero-stat .val{font-size:1.6rem;font-weight:800;color:var(--accent)}.landing-page .hero-stat .lbl,.landing-page .hero-stat .val{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.landing-page .hero-stat .lbl{font-size:.78rem;color:var(--muted)}.landing-page .hero-card-wrap{position:relative;animation:landing-fadeUp .8s ease .2s both}.landing-page .hero-card-wrap:before{content:"";position:absolute;inset:-20px;background:radial-gradient(ellipse at center,rgba(0,229,160,.08) 0,transparent 70%);pointer-events:none}.landing-page .match-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.5rem;position:relative;overflow:hidden}.landing-page .match-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem}.landing-page .match-badge{background:rgba(0,229,160,.12);font-size:.7rem;padding:.25rem .7rem;border-radius:4px;font-weight:500;letter-spacing:.5px}.landing-page .match-badge,.landing-page .match-live{color:var(--accent);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.landing-page .match-live{display:flex;align-items:center;gap:.4rem;font-size:.72rem}.landing-page .teams{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.landing-page .team{display:flex;flex-direction:column;align-items:center;gap:.4rem;flex:1}.landing-page .team-flag{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:.75rem;background:var(--surface2)}.landing-page .team-code,.landing-page .team-flag{font-weight:700;letter-spacing:.05em;color:var(--accent)}.landing-page .team-code{font-size:inherit}.landing-page .team-name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:.95rem}.landing-page .team-score{font-size:.8rem}.landing-page .team-score,.landing-page .vs-divider{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--muted)}.landing-page .vs-divider{font-size:.75rem;text-align:center;padding:0 1rem}.landing-page .prob-section{margin:1.2rem 0}.landing-page .prob-label{display:flex;justify-content:space-between;font-size:.72rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-bottom:.5rem;color:var(--muted)}.landing-page .prob-label .val1{color:var(--accent2);font-weight:600}.landing-page .prob-label .val2{color:var(--red);font-weight:600}.landing-page .prob-bar{height:8px;border-radius:100px;background:var(--bg3);overflow:hidden;position:relative}.landing-page .prob-fill{height:100%;width:0;background:linear-gradient(90deg,var(--accent2),var(--accent));border-radius:100px;transition:width 1.5s ease;position:relative}.landing-page .confidence-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1.2rem}.landing-page .conf-item{background:var(--bg3);border:1px solid var(--border);border-radius:10px;padding:.7rem;text-align:center}.landing-page .conf-val{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:1.2rem}.landing-page .conf-val.up{color:var(--accent)}.landing-page .conf-val.down{color:var(--red)}.landing-page .conf-val.mid{color:var(--accent2)}.landing-page .conf-lbl{font-size:.65rem;color:var(--muted);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-top:.15rem}.landing-page .spark-wrap{margin-top:1rem;background:var(--bg3);border:1px solid var(--border);border-radius:10px;padding:.8rem}.landing-page .spark-title{font-size:.68rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--muted);margin-bottom:.5rem}.landing-page .spark-chart{display:flex;align-items:flex-end;gap:3px;height:40px}.landing-page .spark-bar{flex:1;border-radius:3px 3px 0 0;transition:opacity .2s}.landing-page .spark-bar:hover{opacity:.7}.landing-page .sub-cards{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.75rem}.landing-page .sub-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem}.landing-page .sub-card-title{font-size:.65rem;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.4rem}.landing-page .sub-card-title,.landing-page .sub-card-val{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.landing-page .sub-card-val{font-weight:700;font-size:1rem;color:var(--accent)}.landing-page .ticker{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:.6rem 0;overflow:hidden;position:relative}.landing-page .ticker-inner{display:flex;gap:3rem;white-space:nowrap}.landing-page .ticker-item{display:flex;align-items:center;gap:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;color:var(--muted);flex-shrink:0}.landing-page .ticker-item .up{color:var(--accent)}.landing-page .ticker-item .down{color:var(--red)}.landing-page .landing-section{position:relative;z-index:1;padding:80px 5%}.landing-page .section-tag{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;color:var(--accent);letter-spacing:1px;text-transform:uppercase;margin-bottom:.8rem}.landing-page .section-tag,.landing-page .section-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.landing-page .section-title{font-size:clamp(1.8rem,3vw,2.8rem);font-weight:800;letter-spacing:-1px;line-height:1.1;margin-bottom:1rem}.landing-page .section-sub{color:var(--muted);font-size:1rem;max-width:520px;font-weight:400}.landing-page .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.2rem;margin-top:3rem}.landing-page .feat-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.landing-page .feat-card:hover{border-color:rgba(0,229,160,.2);transform:translateY(-3px);box-shadow:0 16px 40px rgba(0,0,0,.3)}.landing-page .feat-icon{width:44px;height:44px;border-radius:10px;background:var(--bg3);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;border:1px solid var(--border);color:var(--accent)}.landing-page .feat-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:1rem;margin-bottom:.4rem}.landing-page .feat-desc{font-size:.85rem;color:var(--muted);line-height:1.6}.landing-page .feat-pct{display:inline-flex;align-items:center;gap:.3rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.7rem;color:var(--accent);background:rgba(0,229,160,.08);padding:.2rem .6rem;border-radius:4px;margin-top:.8rem}.landing-page .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:3rem;position:relative}.landing-page .step{padding:2rem;text-align:center;position:relative}.landing-page .step-num{width:72px;height:72px;border-radius:50%;border:2px solid var(--border);background:var(--surface);display:flex;align-items:center;justify-content:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:1.4rem;margin:0 auto 1.2rem;position:relative;z-index:1}.landing-page .step:first-child .step-num{color:var(--accent);border-color:rgba(0,229,160,.3)}.landing-page .step:nth-child(2) .step-num{color:var(--accent2);border-color:rgba(0,170,255,.3)}.landing-page .step:nth-child(3) .step-num{color:var(--accent3);border-color:rgba(124,106,255,.3)}.landing-page .step-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:1.05rem;margin-bottom:.5rem}.landing-page .step-desc{font-size:.85rem;color:var(--muted);max-width:220px;margin:0 auto}.landing-page .step-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;margin-top:1rem}.landing-page .step-tag{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.65rem;background:var(--faint);border:1px solid var(--border);padding:.2rem .6rem;border-radius:4px;color:var(--muted)}.landing-page .analysis-section{background:var(--bg)}.landing-page .ai-meta-strip{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.landing-page .ai-fixture-pill{color:var(--muted);background:var(--faint);border:1px solid var(--border);border-radius:4px}.landing-page .ai-fixture-format,.landing-page .ai-fixture-pill{font-size:.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.22rem .65rem}.landing-page .ai-fixture-format{color:var(--accent);background:rgba(0,229,160,.08);border:1px solid rgba(0,229,160,.2);border-radius:4px}.landing-page .ai-fixture-venue{display:inline-flex;align-items:center;gap:.3rem;font-size:.8rem;font-weight:500;color:var(--muted)}.landing-page .ai-fixture-venue svg{opacity:.6;flex-shrink:0}.landing-page .ai-fixture-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:500;color:var(--muted);opacity:.45;margin-left:auto}.landing-page .ai-dot{width:6px;height:6px;border-radius:50%;background:var(--border);flex-shrink:0}.landing-page .ai-matchup-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;margin-bottom:1.2rem;padding:1.75rem 2rem}.landing-page .ai-team-block{display:flex;flex-direction:column;gap:.2rem}.landing-page .ai-team-block.ai-team-ind{align-items:flex-start}.landing-page .ai-team-block.ai-team-aus{align-items:flex-end}.landing-page .ai-team-code{font-size:2.25rem;font-weight:800;letter-spacing:.05em;line-height:1}.landing-page .ai-team-ind .ai-team-code{color:#60a5fa}.landing-page .ai-team-aus .ai-team-code{color:#fbbf24}.landing-page .ai-team-pct{font-size:1.25rem;font-weight:700;font-variant-numeric:tabular-nums;line-height:1.2}.landing-page .ai-team-ind .ai-team-pct{color:#3b82f6}.landing-page .ai-team-aus .ai-team-pct{color:#d97706}.landing-page .ai-team-label{font-size:.65rem;font-weight:500;color:var(--muted);letter-spacing:.06em;text-transform:uppercase}.landing-page .ai-prob-center{display:flex;flex-direction:column;gap:.625rem}.landing-page .ai-prob-bar{display:flex;height:8px;border-radius:100px;overflow:hidden;gap:2px}.landing-page .ai-prob-seg{border-radius:100px;transition:flex 1.2s cubic-bezier(.16,1,.3,1)}.landing-page .ai-prob-seg.ind{background:linear-gradient(90deg,#1d4ed8,#60a5fa)}.landing-page .ai-prob-seg.aus{background:linear-gradient(90deg,#d97706,#fbbf24)}.landing-page .ai-prob-legend{display:flex;justify-content:space-between;align-items:center;font-size:.6875rem;color:var(--muted);font-weight:600;letter-spacing:.04em}.landing-page .ai-prob-legend-label{display:flex;align-items:center;gap:.3rem;font-size:.625rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);opacity:.5}.landing-page .analysis-intel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.2rem}.landing-page .ai-stat-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.landing-page .ai-stat-item{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.landing-page .ai-stat-label{font-size:.8125rem;color:var(--muted);font-weight:400;flex-shrink:0}.landing-page .ai-stat-value{font-size:.875rem;font-weight:600;color:var(--text);text-align:right}.landing-page .ai-squad-list{display:flex;flex-direction:column;gap:1.25rem}.landing-page .ai-squad-item{display:flex;flex-direction:column;gap:.5rem}.landing-page .ai-squad-row{display:flex;justify-content:space-between;align-items:center}.landing-page .ai-squad-label{font-size:.7rem;color:var(--muted);text-transform:uppercase;letter-spacing:.07em;text-align:center}.landing-page .ai-squad-val{font-size:.875rem;font-weight:700;font-variant-numeric:tabular-nums;min-width:26px}.landing-page .ai-squad-val.ind{color:#60a5fa}.landing-page .ai-squad-val.aus{color:#fbbf24}.landing-page .ai-squad-bar{height:5px;background:var(--surface2);border-radius:100px;position:relative;overflow:hidden}.landing-page .ai-squad-fill{position:absolute;top:0;bottom:0;border-radius:100px}.landing-page .ai-squad-fill.ind{background:linear-gradient(90deg,#1d4ed8,#3b82f6);right:50%}.landing-page .ai-squad-fill.aus{background:linear-gradient(90deg,#fbbf24,#d97706);left:50%}.landing-page .ai-verdict-edge{display:flex;align-items:center;gap:.625rem;background:rgba(0,229,160,.05);border:1px solid rgba(0,229,160,.15);border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem}.landing-page .ai-verdict-edge-label{font-size:.6rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.12em;flex:1}.landing-page .ai-verdict-edge-val{font-size:1.375rem;font-weight:800;color:var(--accent);font-variant-numeric:tabular-nums;line-height:1}.landing-page .ai-verdict-edge-team{font-size:.875rem;font-weight:700;color:#60a5fa;letter-spacing:.05em}.landing-page .ai-verdict-text{font-size:.875rem;line-height:1.65;color:var(--muted);margin:0 0 1rem}.landing-page .ai-verdict-text strong{color:var(--text);font-weight:600}.landing-page .ai-verdict-key-factor{border-left:2px solid rgba(251,191,36,.3);padding-left:.875rem}.landing-page .ai-verdict-kf-label{display:block;font-size:.625rem;font-weight:700;color:#d97706;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.35rem}.landing-page .ai-verdict-kf-text{font-size:.8125rem;line-height:1.6;color:var(--muted);margin:0}@media (max-width:700px){.landing-page .ai-matchup-card{grid-template-columns:1fr;gap:1.25rem;padding:1.5rem}.landing-page .ai-team-block.ai-team-aus,.landing-page .ai-team-block.ai-team-ind{align-items:center}.landing-page .ai-meta-strip{gap:.5rem}.landing-page .ai-fixture-badge{margin-left:0}}.landing-page .compare-section{position:relative;background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden}.landing-page .compare-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 35% at 50% 0,rgba(0,229,160,.03) 0,transparent 65%);pointer-events:none}.landing-page .compare-card{padding:0!important}.landing-page .cs-vs-label{font-size:.8125rem;font-weight:500;color:#3f3f46;letter-spacing:.02em;margin-left:auto}.landing-page .compare-shell{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:0 0 20px 20px}.landing-page .compare-table{width:100%;border-collapse:collapse;table-layout:fixed}.landing-page .compare-caption{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.landing-page .compare-th{padding:1.35rem 1.5rem 1.4rem;text-align:left;font-weight:600;vertical-align:middle;border-bottom:1px solid rgba(255,255,255,.06)}.landing-page .compare-th--feature{width:36%;background:rgba(255,255,255,.015)}.landing-page .compare-th-feature-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);opacity:.6}.landing-page .compare-th-stack--feature{align-items:flex-start;text-align:left;gap:0}.landing-page .compare-th-stack--aicrix{gap:0;padding:0;min-height:0}.landing-page .compare-th-stack--other{gap:.35rem}.landing-page .compare-th--aicrix{width:34%;min-width:220px;padding:1.35rem 1.25rem 1.4rem;background:linear-gradient(185deg,rgba(0,229,160,.12),rgba(0,229,160,.045) 55%,rgba(10,18,32,.35));color:var(--text);border-left:1px solid rgba(0,229,160,.22);border-right:1px solid rgba(0,229,160,.1);box-shadow:inset 0 3px 0 0 var(--accent),inset 0 0 48px rgba(0,229,160,.04);vertical-align:middle}.landing-page .compare-th--other{width:30%;background:rgba(255,255,255,.015)}.landing-page .compare-th-brand-block{display:flex;align-items:flex-start;justify-content:center;gap:.75rem;width:100%;max-width:17.5rem;margin:0 auto;text-align:left}.landing-page .compare-th-heading-block{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;min-width:0;flex:1}.landing-page .compare-th-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .55rem}.landing-page .compare-th-pick{display:inline-flex;align-items:center;flex-shrink:0;font-size:.56rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:var(--accent);line-height:1;padding:.28rem .55rem;border-radius:999px;border:1px solid rgba(0,229,160,.42);background:rgba(0,229,160,.09);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}.landing-page .compare-th-tagline{display:block;font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;line-height:1.35;color:rgba(0,229,160,.78)}.landing-page .compare-th-heading-block .compare-th-desc{display:block;margin:0;padding:0;max-width:14rem;font-size:.74rem;font-weight:500;letter-spacing:.01em;line-height:1.45;text-transform:none;text-align:left;color:rgba(148,163,194,.95)}.landing-page .compare-th-logo{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:12px;background:rgba(0,229,160,.12);color:var(--accent);border:1px solid rgba(0,229,160,.35);box-shadow:0 2px 12px rgba(0,229,160,.1)}.landing-page .compare-th-label{display:block;font-size:1.2rem;font-weight:800;letter-spacing:-.03em;text-transform:none;color:var(--text);line-height:1.05}.landing-page .compare-th-title-row .compare-th-label{display:inline-block}.landing-page .compare-th-label--muted{display:block;color:rgba(232,237,245,.72);font-weight:700;font-size:1rem;letter-spacing:-.02em;text-transform:none;line-height:1.2}.landing-page .compare-th-sub{display:block;margin:0;max-width:11rem;font-size:.64rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;line-height:1.4;text-align:center;color:var(--muted)}.landing-page .compare-table tbody tr{transition:background .2s ease,box-shadow .2s ease}@media (prefers-reduced-motion:no-preference){.landing-page .compare-table tbody tr:hover{background:rgba(255,255,255,.035)}.landing-page .compare-table tbody tr:hover .compare-td--aicrix{background:rgba(0,229,160,.07)}}.landing-page .compare-table tbody tr:nth-child(odd){background:rgba(255,255,255,.02)}.landing-page .compare-table tbody tr:nth-child(2n){background:rgba(255,255,255,.018)}.landing-page .compare-table tbody tr .compare-td--aicrix{background:rgba(0,229,160,.045)}.landing-page .compare-table tbody tr:nth-child(2n) .compare-td--aicrix{background:rgba(0,229,160,.06)}.landing-page .compare-td{padding:1.1rem 1.35rem;font-size:.9rem;line-height:1.5;border-top:1px solid rgba(255,255,255,.05);vertical-align:middle}.landing-page .compare-td--feature{text-align:left;font-weight:600;letter-spacing:-.015em;color:rgba(232,237,245,.92);background:transparent}.landing-page .compare-td--aicrix{text-align:left;border-left:1px solid rgba(0,229,160,.14);border-right:1px solid rgba(0,229,160,.08)}.landing-page .compare-td--other{text-align:left;color:var(--muted);background:transparent}.landing-page .compare-cell{display:flex;align-items:flex-start;gap:.75rem}.landing-page .compare-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;margin-top:.08rem}.landing-page .compare-icon--yes{background:rgba(0,229,160,.12);color:var(--accent);border:1px solid rgba(0,229,160,.38);box-shadow:0 0 16px rgba(0,229,160,.12)}.landing-page .compare-icon--no{background:rgba(255,77,109,.08);color:var(--red);border:1px solid rgba(255,77,109,.3)}.landing-page .compare-value{font-weight:600;letter-spacing:-.01em;color:var(--text)}.landing-page .compare-value--muted{font-weight:500;color:rgba(122,138,170,.95)}.landing-page .tick{color:var(--accent);display:inline-flex;align-items:center}.landing-page .cross{color:var(--red);display:inline-flex;align-items:center}.landing-page .download-inner{max-width:600px;margin:0 auto}.landing-page .download-inner .section-sub{margin:0 auto 2rem}.landing-page .app-btns{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}.landing-page .app-btn{display:flex;align-items:center;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.9rem 1.5rem;text-decoration:none;color:var(--text);transition:all .2s;min-width:160px}.landing-page .app-btn:hover{border-color:rgba(255,255,255,.2);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.3)}.landing-page .app-btn:focus-visible,.landing-page .btn-primary:focus-visible,.landing-page .btn-secondary:focus-visible,.landing-page .footer-col a:focus-visible,.landing-page .nav-cta:focus-visible,.landing-page .nav-links a:focus-visible,.landing-page .nav-mobile-drawer a:focus-visible,.landing-page .nav-mobile-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.landing-page .app-btn-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.75rem;height:1.75rem}.landing-page .app-btn-icon svg{width:100%;height:100%;color:currentColor}.landing-page .app-btn-text .small{font-size:.65rem;color:var(--muted)}.landing-page .app-btn-text .big{font-weight:700;font-size:.95rem}.landing-page .app-btn-text .big,.landing-page .trust-line{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.landing-page .trust-line{margin-top:1.5rem;margin-bottom:0;font-size:.78rem;color:var(--muted);display:flex;align-items:center;justify-content:center;gap:.5rem}.landing-page .trust-line svg{color:var(--accent)}.landing-page footer{background:var(--bg);border-top:1px solid var(--border);padding:3rem 5%}.landing-page .footer-inner{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}.landing-page .footer-brand .logo{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:1.3rem;margin-bottom:.75rem}.landing-page .footer-brand p{font-size:.82rem;color:var(--muted);max-width:260px;line-height:1.7}.landing-page .footer-col h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:.85rem;margin-bottom:1rem;color:var(--text)}.landing-page .footer-col a{display:block;color:var(--muted);text-decoration:none;font-size:.82rem;margin-bottom:.6rem;transition:color .2s}.landing-page .footer-col a:hover{color:var(--text)}.landing-page .footer-bottom{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:1.5rem;align-items:center;justify-content:space-between;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;flex-wrap:wrap}.landing-page .disclaimer,.landing-page .footer-bottom{display:flex;font-size:.75rem;color:var(--muted);gap:.5rem}.landing-page .disclaimer{background:rgba(255,77,109,.06);border:1px solid rgba(255,77,109,.15);border-radius:8px;padding:.8rem 1rem;line-height:1.7;max-width:100%;margin:2rem auto 0;align-items:flex-start}.landing-page .disclaimer svg{color:var(--red);flex-shrink:0;margin-top:.1em}.landing-page #download .disclaimer{margin-bottom:1rem}@media (max-width:600px){.landing-page .landing-section{padding:60px 5%}.landing-page .intel-grid{grid-template-columns:1fr;gap:.85rem}.landing-page .intel-header{margin-bottom:1.35rem}.landing-page .intel-strength-card{padding:1rem .9rem 1.1rem;border-radius:14px}.landing-page .intel-metric-label{font-size:.74rem}.landing-page .intel-pct{font-size:.7rem}.landing-page .intel-venue-profile{min-height:180px}.landing-page .intel-venue-profile-overlay{min-height:180px;padding:1rem 1rem 1.15rem}.landing-page .intel-mini-grid{grid-template-columns:1fr 1fr;gap:.5rem}.landing-page .intel-mini{padding:.7rem .75rem;border-radius:10px}.landing-page .intel-insight-row{grid-template-columns:1fr;gap:.65rem}.landing-page .intel-insight-card{padding:1rem .9rem}.landing-page .stat-row{padding:.5rem .6rem;min-width:min(300px,100%)}.landing-page .stat-row-icon{width:24px;font-size:.9rem}.landing-page .stat-row-label{font-size:.75rem}.landing-page .intel-spark{height:28px}.landing-page .venue-grid{grid-template-columns:1fr}.landing-page .team-strength-bars{gap:.5rem}.landing-page #hero{padding:80px 4% 48px;min-height:auto;overflow-x:visible;overflow:visible}.landing-page .hero-glow{width:350px;height:350px;top:-80px;right:-80px;filter:blur(80px)}.landing-page .hero-glow2{width:200px;height:200px;left:-50px;bottom:-30px;filter:blur(60px)}.landing-page #hero .hero-inner{gap:1.75rem;padding:0 .5rem}.landing-page .hero-badge{font-size:.7rem;padding:.25rem .8rem;margin-bottom:1rem}.landing-page .hero-title{font-size:clamp(1.75rem,7vw,2.4rem);line-height:1.15;letter-spacing:-1px;word-wrap:break-word;overflow-wrap:break-word}.landing-page .hero-sub{font-size:.95rem;margin:.875rem 0 1.5rem;padding:0 .5rem}.landing-page .hero-btns{flex-direction:column;width:100%;max-width:320px;gap:.75rem}.landing-page .hero-btns .btn-primary,.landing-page .hero-btns .btn-secondary{width:100%;justify-content:center;padding:.7rem 1.25rem;font-size:.9rem}.landing-page .hero-stats{flex-wrap:wrap;justify-content:center;gap:1rem 1.5rem;margin-top:1.5rem}.landing-page .hero-stat .val{font-size:1.35rem}.landing-page .hero-stat .lbl{font-size:.7rem}.landing-page #hero .hero-card-wrap{width:100%;max-width:100%}.landing-page .match-card{padding:1rem}.landing-page .match-header{margin-bottom:.75rem}.landing-page .prob-section{margin:.75rem 0}.landing-page .spark-wrap{margin-top:.75rem;padding:.6rem}.landing-page .spark-chart{height:32px}.landing-page .footer-inner{grid-template-columns:1fr}.landing-page .compare-shell{border-radius:0 0 14px 14px;overflow-x:auto;-webkit-overflow-scrolling:touch}.landing-page .compare-table{min-width:520px;font-size:.8rem}.landing-page .compare-td,.landing-page .compare-th{padding:.85rem .9rem}.landing-page .compare-th-brand-block{flex-direction:column;align-items:center;text-align:center;max-width:100%}.landing-page .compare-th-heading-block{align-items:center}.landing-page .compare-th-title-row{justify-content:center}.landing-page .compare-th-heading-block .compare-th-desc{text-align:center;max-width:16rem}.landing-page .compare-th-tagline{text-align:center}.landing-page .steps-grid{grid-template-columns:1fr;margin-top:2rem}.landing-page .step{padding:1.25rem 1rem}.landing-page .app-btns{flex-direction:column;width:100%}.landing-page .app-btn{min-width:100%;justify-content:center}.landing-page .features-grid{margin-top:2rem;gap:1rem}.landing-page .download-inner .section-sub{margin-bottom:1.5rem}.landing-page #download .disclaimer,.landing-page .app-btns{margin-top:1.5rem}.landing-page footer{padding:2rem 5%}.landing-page .footer-bottom{margin-top:1.5rem;padding-top:1rem}}@media (max-width:480px){.landing-page .landing-section{padding:48px 4%}.landing-page footer{padding:1.5rem 4%}.landing-page #hero{padding:72px 4% 40px}.landing-page .hero-title{font-size:clamp(1.6rem,8vw,2.2rem)}.landing-page .hero-btns{max-width:100%}.landing-page .hero-stats{gap:.75rem 1rem}.landing-page .hero-stat .val{font-size:1.2rem}.landing-page .hero-stat .lbl{font-size:.65rem}.landing-page .match-card{padding:.875rem}.landing-page .teams{gap:.5rem}.landing-page .prob-label{flex-wrap:wrap;gap:.25rem;font-size:.65rem}.landing-page .confidence-row{grid-template-columns:repeat(3,1fr);gap:.4rem}.landing-page .conf-val{font-size:.9rem}.landing-page .conf-lbl{font-size:.6rem}.landing-page .sub-cards{grid-template-columns:1fr}.landing-page .intel-venue-name{font-size:1.1rem}.landing-page .intel-strength-match{flex-wrap:wrap}.landing-page .intel-watermark-icon{width:100px;height:100px}.landing-page .stat-block-title{font-size:.8rem}.landing-page .stat-row{min-width:min(260px,100%)}.landing-page .stat-row-label,.landing-page .stat-row-val{font-size:.72rem}.landing-page .venue-stat-value{font-size:1.1rem}.landing-page .venue-stat-label{font-size:.6rem}.landing-page .team-strength-row{font-size:.7rem}}@media (max-width:380px){.landing-page .nav-bar{padding:0 3%}.landing-page footer{padding:1.25rem 4%}.landing-page .hero-btns{flex-direction:column;width:100%}.landing-page .hero-btns .btn-primary,.landing-page .hero-btns .btn-secondary{width:100%;justify-content:center}}.landing-page .hero-app-showcase{display:flex;flex-wrap:nowrap;align-items:flex-end;justify-content:center;gap:0;position:relative;overflow:visible;min-height:280px;margin-inline:auto;width:100%;max-width:100%}.landing-page .hero-app-showcase-inner{display:contents}.landing-page .hero-phone-frame{position:relative;width:min(240px,42vw);aspect-ratio:494/1024;border-radius:28px;border:2px solid var(--border);overflow:hidden;background:var(--surface);box-shadow:0 24px 48px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.06),0 0 80px rgba(0,229,160,.08)}.landing-page .hero-phone-frame .hero-app-screenshot{width:100%!important;height:100%!important;-o-object-fit:cover;object-fit:cover}.landing-page .hero-phone-frame--offset{margin-top:12px}.landing-page .hero-phone-frame--tilt-left{transform:rotate(0deg);z-index:3}.landing-page .hero-phone-frame--tilt-right{transform:rotate(var(--hero-mockup-tilt-right)) translateX(var(--hero-mockup-translate-right));z-index:2;margin-left:-100px}@media (max-width:900px) and (min-width:768px){.landing-page #hero{overflow:visible;overflow-x:visible}.landing-page .hero-app-showcase{min-height:clamp(360px,55vh,520px);padding-inline:clamp(4px,3vw,16px);box-sizing:border-box}.landing-page .hero-phone-frame{width:min(170px,42vw);border-radius:24px}.landing-page .hero-phone-frame--tilt-left{transform:rotate(0deg);margin-left:0;z-index:3}.landing-page .hero-phone-frame--tilt-right{transform:rotate(var(--hero-mockup-tilt-right)) translateX(var(--hero-mockup-translate-right));margin-left:clamp(-76px,-22vw,-48px);transform-origin:left bottom;z-index:2}.landing-page .hero-phone-frame--offset{margin-top:10px}.landing-page .hero-phone-frame--tilt-left{animation:heroPhoneFloatLeft 4.5s ease-in-out infinite}.landing-page .hero-phone-frame--tilt-right{animation:heroPhoneFloatRight900 4.5s ease-in-out infinite}}@media (max-width:600px){.landing-page .hero-app-showcase{min-height:clamp(300px,48vh,440px);padding-inline:clamp(2px,2vw,12px)}}@media (max-width:480px){.landing-page .hero-app-showcase{min-height:clamp(280px,44vh,400px);padding-inline:clamp(0px,1.5vw,8px)}}@media (max-width:380px){.landing-page .hero-app-showcase{min-height:clamp(260px,42vh,360px)}}@media (max-width:767px){.landing-page #hero{overflow:visible!important;overflow-x:visible!important}.landing-page main.landing-main{overflow-x:visible;overflow:visible}.landing-page #hero .hero-app-showcase{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;min-height:clamp(280px,54vh,460px);padding-inline:clamp(8px,4vw,20px);box-sizing:border-box;transform:none;width:100%;max-width:100%}.landing-page #hero .hero-app-showcase-inner{display:block;position:relative;width:100%;max-width:min(100%,400px);margin-inline:auto;min-height:clamp(240px,48vh,380px);flex:0 0 auto;overflow:visible}.landing-page #hero .hero-app-showcase-inner .hero-phone-frame{position:absolute;bottom:0;left:auto;right:auto;margin-left:0;width:min(132px,36vw);max-width:140px;border-radius:18px}.landing-page #hero .hero-app-showcase-inner .hero-phone-frame--tilt-left{left:50%;transform:translateX(calc(-50% - clamp(16px, 7vw, 40px)));transform-origin:center bottom;z-index:3}.landing-page #hero .hero-app-showcase-inner .hero-phone-frame--tilt-right{left:50%;transform:translateX(calc(-50% + var(--hero-mockup-translate-right))) rotate(var(--hero-mockup-tilt-right));transform-origin:left bottom;z-index:2}.landing-page #hero .hero-app-showcase-inner .hero-phone-frame--offset{margin-top:0}.landing-page #hero .hero-app-showcase-inner .hero-phone-frame--tilt-right.hero-phone-frame--offset{bottom:clamp(8px,2.5vw,16px)}.landing-page #hero .hero-app-showcase-inner .hero-phone-frame--tilt-left,.landing-page #hero .hero-app-showcase-inner .hero-phone-frame--tilt-right{animation:none}}@media (max-width:380px){.landing-page #hero .hero-app-showcase-inner .hero-phone-frame{width:min(108px,32vw);max-width:120px;border-radius:16px}.landing-page #hero .hero-app-showcase-inner .hero-phone-frame--tilt-left{transform:translateX(calc(-50% - clamp(10px, 5vw, 28px)))}.landing-page #hero .hero-app-showcase-inner .hero-phone-frame--tilt-right{transform:translateX(calc(-50% + var(--hero-mockup-translate-right))) rotate(var(--hero-mockup-tilt-right))}}@keyframes heroPhoneFloatLeft{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-4px) rotate(0deg)}}@keyframes heroPhoneFloatRight900{0%,to{transform:rotate(var(--hero-mockup-tilt-right)) translateX(var(--hero-mockup-translate-right)) translateY(0)}50%{transform:rotate(var(--hero-mockup-tilt-right)) translateX(var(--hero-mockup-translate-right)) translateY(-4px)}}@media (prefers-reduced-motion:reduce){.landing-page .hero-phone-frame--tilt-left,.landing-page .hero-phone-frame--tilt-right{animation:none}}