:root{color-scheme:dark;--bg-0:#03070b;--bg-1:#071018;--bg-2:#0a131b;--text:#eef4f5;--muted:#95a5ad;--accent:#1ce2b1;--accent-2:#78f3d5;--danger:#fca5a5;--accent-glow:#1ce2b13d;--surface:#071416f2;--border:#1ce2b12e;--border-hover:#78f3d599;--scrollbar-track:var(--bg-1);--scrollbar-thumb:#1ce2b18a;--scrollbar-thumb-hover:#78f3d5b8;--marketing-bg:var(--bg-0);--marketing-text:var(--text);--marketing-muted:var(--muted);--marketing-accent:var(--accent);--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--space-page:clamp(20px, 4vw, 56px);--content:1160px;font-family:Inter,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html{background:var(--bg-0);min-height:100%;color:var(--text);scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}body{background:radial-gradient(circle at 50% 15%, #1ce2b121, transparent 24%), radial-gradient(circle at 50% 100%, #1ce2b114, transparent 30%), linear-gradient(180deg, var(--bg-0) 0%, var(--bg-1) 45%, var(--bg-2) 100%);min-width:320px;min-height:100%;color:var(--text);scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{border-radius:var(--radius-sm);background:var(--scrollbar-thumb)}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}a{color:inherit}img{max-width:100%;display:block}.site-shell{min-height:100vh}.site-header,.site-footer,.section,.hero{width:min(var(--content), calc(100% - var(--space-page)));margin-inline:auto}.site-header{justify-content:space-between;align-items:center;gap:24px;padding-block:22px;display:flex}.brand{align-items:center;gap:12px;text-decoration:none;display:inline-flex}.brand-mark{width:36px;height:36px}.brand-wordmark{width:auto;height:24px}.site-nav,.header-actions,.footer-links{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.site-nav a,.footer-links a,.text-link{color:var(--muted);text-decoration:none}.site-nav a:hover,.footer-links a:hover,.text-link:hover{color:var(--text)}.button{border:1px solid var(--border);background:var(--surface);min-height:44px;color:var(--text);border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-weight:600;text-decoration:none;display:inline-flex}.button.primary{border-color:var(--accent);background:var(--accent);color:var(--bg-0)}.button.secondary{color:var(--muted);background:0 0}.hero{grid-template-columns:minmax(0,1.04fr) minmax(320px,.96fr);align-items:center;gap:clamp(32px,6vw,72px);padding-block:clamp(42px,7vw,96px);display:grid}.eyebrow{color:var(--accent);letter-spacing:0;margin-bottom:16px;font-size:.86rem;font-weight:600;display:inline-flex}h1,h2,h3,h4,h5,h6,p{margin-top:0}h1,h2,h3,h4,h5,h6{font-weight:inherit}h1{letter-spacing:0;max-width:12ch;margin-bottom:20px;font-size:clamp(3rem,8vw,6.6rem);line-height:.95}h2{letter-spacing:0;margin-bottom:14px;font-size:clamp(2rem,4vw,3.5rem);line-height:1.02}h3{margin-bottom:10px;font-size:1.12rem}p{color:var(--muted);line-height:1.65}.hero-lead{max-width:66ch;font-size:1.15rem}.hero-actions,.card-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.trust-list,.feature-grid,.step-grid,.pricing-grid,.support-grid,.legal-grid{gap:16px;display:grid}.trust-list{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:28px;padding:0;list-style:none}.trust-list li,.card,.mockup-panel,.pricing-card,.support-card,.legal-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:#071416d6}.trust-list li{color:var(--muted);padding:12px 14px}.mockup-panel{padding:clamp(18px,3vw,28px)}.mockup-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.mockup-kpis div,.insight-box{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:16px}.mockup-kpis span,.pricing-meta,.small-label{color:var(--muted);font-size:.82rem;display:block}.mockup-kpis strong,.price{margin-top:6px;font-size:1.4rem;font-weight:600;display:block}.section{padding-block:clamp(42px,7vw,86px)}.section-heading{max-width:720px;margin-bottom:28px}.feature-grid,.step-grid,.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-grid .card:first-child{grid-column:span 2}.card,.pricing-card,.support-card,.legal-card{padding:clamp(18px,3vw,26px)}.pricing-card.highlighted{border-color:var(--accent)}.pricing-card ul{color:var(--muted);gap:10px;margin:18px 0 0;padding:0;list-style:none;display:grid}.pricing-card li:before{content:"✓";color:var(--accent);margin-right:8px}.standard-price,.standard-price del{color:var(--muted)}.legal-operator-row{border-bottom:1px solid var(--border);grid-template-columns:minmax(140px,.35fr) minmax(0,1fr);gap:12px;padding-bottom:12px;display:grid}.legal-operator-row dt{color:var(--muted)}.legal-operator-row dd{color:var(--text);margin:0}.site-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:24px;padding-block:36px;display:flex}.footer-copy{color:var(--muted);gap:8px;display:grid}@media (width<=880px){.site-header,.site-footer{flex-direction:column;align-items:flex-start}.site-nav{display:none}.hero,.feature-grid,.step-grid,.pricing-grid{grid-template-columns:1fr}.feature-grid .card:first-child{grid-column:auto}}@media (width<=560px){.header-actions,.button{width:100%}.trust-list,.mockup-kpis,.legal-operator-row{grid-template-columns:1fr}}.landing-page{z-index:1;width:min(1180px,100% - 32px);color:var(--text);margin:0 auto;padding:1.1rem 0 3rem;position:relative}.landing-page:before{content:"";z-index:-1;pointer-events:none;opacity:.9;background:radial-gradient(circle at 70% 2%,#1ce2b11f,#0000 24rem),radial-gradient(circle at 18% 28%,#1ce2b10e,#0000 28rem);position:fixed;inset:0}.landing-header{z-index:20;backdrop-filter:blur(18px);background:#03070bc7;border:1px solid #1ce2b129;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;padding:.7rem .85rem;display:grid;position:sticky;top:12px;box-shadow:0 18px 60px #0000003d}.landing-brand{color:#eef4f5;align-items:center;gap:10px;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.landing-logo-mark{object-fit:contain;transform-origin:50%;filter:drop-shadow(0 0 18px #1ce2b142);flex-shrink:0;width:auto;height:48px;display:block;transform:none}.landing-logo-wordmark{object-fit:contain;flex-shrink:0;width:auto;height:22px;display:block;transform:translateY(1px)}.landing-header nav{justify-content:center;gap:1rem;min-width:0;display:flex}.landing-header nav a,.landing-login-link{color:#c7d5da;white-space:nowrap;font-size:.84rem;text-decoration:none}.landing-header nav a:hover,.landing-login-link:hover{color:#98f2df}.landing-header-actions{justify-content:flex-end;align-items:center;gap:.6rem;min-width:0;display:inline-flex}.landing-language{color:#95a5ad;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:.25rem;padding:.2rem;display:inline-flex}.landing-language a{color:#95a5ad;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 .55rem;font-size:.72rem;font-weight:600;text-decoration:none;display:inline-flex}.landing-language svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:14px;height:14px}.landing-language a[aria-current=true]{color:#98f2df;background:#1ce2b124}.landing-header-cta,.landing-primary-link,.landing-secondary-link{white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:.48rem;min-height:42px;padding:0 .95rem;font-size:.86rem;font-weight:600;text-decoration:none;display:inline-flex}.landing-header-cta,.landing-primary-link{color:#03100d;background:linear-gradient(135deg,#1ce2b1,#0abd94);border:0;box-shadow:0 0 24px #1ce2b11f}.landing-secondary-link{color:#98f2df;background:#1ce2b10f;border:1px solid #1ce2b138}.landing-primary-link svg,.landing-secondary-link svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:16px;height:16px}.landing-hero{grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);align-items:center;gap:clamp(1.4rem,4vw,3rem);min-height:calc(100vh - 110px);padding:clamp(3rem,8vw,6.5rem) 0 3rem;display:grid}.landing-hero-copy{min-width:0}.landing-badge,.landing-card-eyebrow{color:#98f2df;background:#1ce2b114;border:1px solid #1ce2b12e;border-radius:999px;align-items:center;width:fit-content;max-width:100%;padding:.34rem .68rem;font-size:.74rem;font-weight:600;display:inline-flex}.landing-hero h1{color:#f3faf9;letter-spacing:0;overflow-wrap:normal;max-width:min(100%,620px);margin:1rem 0;font-size:clamp(2.45rem,5.2vw,5.25rem);line-height:.96}.landing-hero h1 span{white-space:nowrap;width:fit-content;max-width:100%;display:block}.landing-hero h1 span:last-child{white-space:nowrap}.landing-hero p,.landing-section-heading p,.landing-report-copy p,.landing-final-cta p{color:#aab8be;margin:0;font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.65}.landing-hero-actions,.landing-trust-row{flex-wrap:wrap;align-items:center;gap:.8rem;margin-top:1.35rem;display:flex}.landing-trust-row{gap:.6rem}.landing-trust-row span{color:#c7d5da;background:#ffffff0b;border:1px solid #ffffff12;border-radius:999px;padding:.46rem .72rem;font-size:.78rem}.landing-mockup,.landing-report-card,.landing-pricing-card,.landing-feature-card,.landing-small-card,.landing-example-card,.landing-how-step,.landing-faq-item,.landing-final-cta,.landing-principle,.landing-club-privacy{border:1px solid var(--border);background:linear-gradient(180deg, var(--surface), #040c10e6);box-shadow:0 0 34px #1ce2b10b}.landing-mockup{border-radius:22px;padding:clamp(.9rem,1.6vw,1.15rem);position:relative;overflow:hidden}.landing-activity-detail-mockup{min-height:0}.landing-mockup:before{content:"";pointer-events:none;background:radial-gradient(circle,#1ce2b138,#0000 62%);border-radius:999px;width:280px;height:280px;position:absolute;inset:-30% -18% auto auto}.landing-mockup-top,.landing-chart-preview,.landing-detail-header,.landing-detail-card-header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex;position:relative}.landing-detail-header{border-bottom:1px solid #ffffff12;align-items:flex-start;margin-bottom:.9rem;padding-bottom:.85rem}.landing-detail-header div{min-width:0}.landing-detail-header span{color:#8ddfc9;text-transform:uppercase;margin-bottom:.28rem;font-size:.7rem;font-weight:600;display:block}.landing-detail-header strong{color:#f3faf9;font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.1;display:block}.landing-detail-header p{color:#95a5ad;margin:.32rem 0 0;font-size:.78rem;line-height:1.45}.landing-detail-header em{color:#98f2df;text-align:right;background:#1ce2b11a;border:1px solid #1ce2b133;border-radius:999px;flex-shrink:0;padding:.34rem .58rem;font-size:.68rem;font-style:normal;font-weight:600;line-height:1.15}.landing-mockup-top span{font-weight:600}.landing-mockup-top em{color:#98f2df;background:#1ce2b11a;border-radius:999px;padding:.35rem .65rem;font-size:.72rem;font-style:normal;font-weight:600}.landing-analysis-mockup,.landing-mockup-grid{gap:.75rem;display:grid;position:relative}.landing-analysis-mockup{grid-template-columns:minmax(0,1fr)}.landing-metric-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:.52rem;display:grid}.landing-mockup-card,.landing-detail-chart,.landing-analysis-card,.landing-next-workout,.landing-plan-strip div,.landing-chart-preview{background:#ffffff0b;border:1px solid #ffffff12;border-radius:14px;padding:.76rem}.landing-mockup-card.wide,.landing-verdict-card{grid-column:1/-1}.landing-verdict-card{background:linear-gradient(135deg,#1ce2b121,#ffffff0b);border-color:#1ce2b12e}.landing-mockup-card small,.landing-next-workout span,.landing-plan-strip span{color:#95a5ad;margin-bottom:.32rem;font-size:.76rem;display:block}.landing-mockup-card strong,.landing-next-workout strong{color:#eef4f5;font-size:1.55rem;display:block}.landing-metric-strip .landing-mockup-card{min-width:0;padding:.64rem}.landing-metric-strip .landing-mockup-card strong{white-space:nowrap;font-size:clamp(.88rem,1.35vw,1.08rem)}.landing-detail-chart,.landing-analysis-card{position:relative}.landing-detail-card-header{margin-bottom:.7rem}.landing-detail-card-header strong{color:#eef4f5;font-size:.92rem}.landing-detail-card-header span{color:#95a5ad;align-items:center;gap:.42rem;font-size:.68rem;font-weight:600;display:inline-flex}.landing-detail-card-header i{border-radius:999px;width:8px;height:8px}.landing-detail-card-header i.pace{background:#1ce2b1;box-shadow:0 0 12px #1ce2b180}.landing-detail-card-header i.heart-rate{background:#ff4d6d;box-shadow:0 0 12px #ff4d6d6b}.landing-detail-chart svg{width:100%;height:116px;display:block;overflow:visible}.landing-chart-grid line{stroke:#ffffff13;stroke-width:1px}.landing-chart-line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:4px}.landing-chart-line.pace{stroke:#1ce2b1;filter:drop-shadow(0 0 7px #1ce2b13d)}.landing-chart-line.heart-rate{stroke:#ff4d6d;opacity:.9}.landing-chart-axis{color:#6f858c;justify-content:space-between;margin-top:.32rem;font-size:.66rem;font-weight:600;display:flex}.landing-analysis-main{grid-template-columns:minmax(150px,.8fr) minmax(0,1.2fr);align-items:stretch;gap:.72rem;display:grid}.landing-analysis-verdict{background:#1ce2b114;border:1px solid #1ce2b129;border-radius:12px;padding:.66rem}.landing-analysis-verdict small{color:#8ddfc9;text-transform:uppercase;margin-bottom:.32rem;font-size:.64rem;font-weight:600;display:block}.landing-analysis-verdict strong{color:#f3faf9;font-size:clamp(.9rem,1.3vw,1.08rem);line-height:1.25;display:block}.landing-mockup-card p,.landing-mockup-card span,.landing-analysis-card p,.landing-next-workout p,.landing-plan-strip strong,.landing-chart-preview span{color:#c7d5da;margin:.35rem 0 0;font-size:.82rem;line-height:1.45}.landing-analysis-card p{align-self:center;margin-top:0;font-size:.8rem}.landing-analysis-columns{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-top:.65rem;display:grid}.landing-analysis-columns div{background:#ffffff09;border:1px solid #fff1;border-radius:10px;min-width:0;padding:.55rem}.landing-analysis-columns small{color:#8ddfc9;margin-bottom:.26rem;font-size:.62rem;font-weight:600;display:block}.landing-analysis-columns span{color:#c7d5da;font-size:.72rem;line-height:1.35}.landing-next-workout{background:linear-gradient(135deg,#ffffff0f,#1ce2b112)}.landing-next-workout strong{font-size:1.05rem}.landing-plan-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;margin-top:.75rem;display:grid}.landing-chart-preview{color:#98f2df;justify-content:flex-start;margin:.75rem 0 0}.landing-section{padding:clamp(2.8rem,7vw,5.3rem) 0;scroll-margin-top:110px}.landing-section-heading{max-width:min(1040px,100%);margin-bottom:1.55rem}.landing-section-heading p{max-width:760px}.landing-section-heading h2,.landing-report-copy h2,.landing-final-cta h2{color:#f3faf9;letter-spacing:0;margin:.72rem 0 .65rem;font-size:clamp(1.9rem,3.5vw,3.2rem);line-height:1.05}.landing-feature-grid,.landing-goal-grid,.landing-club-grid,.landing-example-grid,.landing-how-grid,.landing-integration-grid,.landing-health-grid,.landing-pricing-grid,.landing-faq-grid{gap:1rem;display:grid}.landing-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.landing-goal-grid,.landing-club-grid,.landing-example-grid,.landing-how-grid,.landing-integration-grid,.landing-faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-integration-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-club-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-health-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.landing-example-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-pricing-grid,.landing-report{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:1rem;display:grid}.landing-pricing-grid{grid-template-columns:repeat(auto-fit,minmax(235px,1fr))}.landing-feature-card,.landing-small-card,.landing-example-card,.landing-how-step,.landing-faq-item,.landing-pricing-card{border-radius:16px;padding:1.1rem}.landing-feature-card svg,.landing-small-card svg{color:#1ce2b1}.landing-example-card>span{color:#98f2df;background:#1ce2b11f;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.78rem;font-weight:600;display:inline-flex}.landing-example-card.warning{background:linear-gradient(#f59e0b14,#ffffff09);border-color:#f59e0b47}.landing-example-card.success{background:linear-gradient(#1ce2b114,#ffffff09);border-color:#1ce2b142}.landing-feature-card h3,.landing-small-card h3,.landing-example-card h3,.landing-how-step h3,.landing-faq-item h3,.landing-pricing-card h3{color:#eef4f5;margin:.75rem 0 .45rem;font-size:1rem}.landing-feature-card p,.landing-small-card p,.landing-example-card p,.landing-how-step p,.landing-faq-item p,.landing-pricing-card p,.landing-principle p{color:#aab8be;margin:0;font-size:.88rem;line-height:1.55}.landing-club-heading{max-width:840px}.landing-club-support{color:#c7d5da!important;margin-top:.65rem!important;font-size:clamp(.94rem,1.3vw,1.04rem)!important}.landing-club-card{min-height:100%}.landing-club-card ul{gap:.55rem;margin:.9rem 0 0;padding:0;list-style:none;display:grid}.landing-club-card li{color:#d5e2e5;align-items:flex-start;gap:.5rem;font-size:.82rem;line-height:1.45;display:flex}.landing-club-card li svg{flex:none;margin-top:.12rem}.landing-club-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;display:flex}.landing-club-privacy{border-radius:16px;flex:360px;align-items:flex-start;gap:.65rem;padding:1rem;display:flex}.landing-club-privacy svg{color:#1ce2b1;flex:none;margin-top:.08rem}.landing-club-privacy p{color:#c7d5da;margin:0;font-size:.88rem;line-height:1.55}.landing-example-card small{color:#d5e2e5;margin-top:.75rem;font-size:.82rem;line-height:1.5;display:block}.landing-example-action{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-top:1.25rem;display:flex}.landing-how-step span{color:#98f2df;background:#1ce2b11f;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;margin-right:.5rem;font-size:.78rem;font-weight:600;display:inline-flex}.landing-principle{border-radius:16px;margin-top:1rem;padding:1.1rem}.landing-principle strong{margin-bottom:.35rem;display:block}.landing-report{align-items:center}.landing-report-card{border-radius:18px;gap:.75rem;padding:1.1rem;display:grid}.landing-report-card div{background:#ffffff0b;border-radius:12px;padding:.85rem}.landing-report-card strong,.landing-report-card span{display:block}.landing-report-card span{color:#aab8be;margin-top:.25rem;font-size:.86rem;line-height:1.45}.landing-race-row{flex-wrap:wrap;gap:.7rem;display:flex}.landing-race-row span{color:#98f2df;background:#1ce2b112;border:1px solid #1ce2b129;border-radius:999px;padding:.65rem 1rem;font-weight:600}.landing-pricing-card{flex-direction:column;gap:1rem;display:flex}.landing-pricing-copy{min-height:8.7rem}.landing-pricing-card.highlighted{border-color:#1ce2b15c;box-shadow:0 0 44px #1ce2b114}.landing-pricing-card.bundle{background:linear-gradient(#1ce2b11f,#1ce2b109),#ffffff09;border-color:#1ce2b194;box-shadow:0 0 48px #1ce2b11a}.landing-pricing-card.addon{background:linear-gradient(#91b1b109,#ffffff05),#050d11b8;border-color:#91b1b124}.landing-pricing-card.addon .landing-card-eyebrow{color:#91a6aa}.landing-price-block{align-content:start;gap:.24rem;min-height:4.45rem;display:grid}.landing-price{color:#f3faf9;font-size:1.8rem;line-height:1.05}.landing-price-row{white-space:nowrap;align-items:baseline;gap:.45rem;display:inline-flex}.landing-price-amount{color:#f3faf9}.landing-price-period{color:#aab8be;font-size:.9rem;font-weight:600;line-height:1}.landing-price-block small{color:#f5b451;font-size:.76rem;font-weight:600;line-height:1.35}.pricing-introductory-duration{white-space:pre-line}.landing-price-block small.pricing-standard-price-copy{color:#95a5ad;font-weight:600;text-decoration:none}.landing-standard-price{color:#95a5ad;align-items:center;gap:.3rem;font-size:.76rem;font-weight:600;display:inline-flex}.landing-standard-price del{color:#f87171db;text-decoration-color:#f87171f2;text-decoration-thickness:2px}.landing-pricing-card ul{flex:auto;align-content:start;gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.landing-pricing-card li{color:#c7d5da;align-items:flex-start;gap:.45rem;font-size:.88rem;line-height:1.45;display:flex}.landing-pricing-card li svg{color:#1ce2b1;flex:none;margin-top:.18em}.landing-pricing-card .landing-pricing-note{color:#8fa1a8;margin:-.3rem 0 0;font-size:.78rem;line-height:1.45}.landing-pricing-cta{margin-top:auto}.landing-pricing-cta .landing-primary-link{width:100%}.landing-pricing-footnote{color:#aab8be;text-align:center;max-width:42rem;margin:1rem auto 0;font-size:.9rem;line-height:1.55}.landing-blog-preview{padding-block:clamp(5.5rem,9vw,8rem)}.landing-blog-preview-header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:clamp(2.4rem,4vw,3.5rem);display:flex}.landing-blog-preview-header>div{max-width:720px}.landing-blog-preview-header h2{color:#f3faf9;letter-spacing:-.045em;margin:.85rem 0 .9rem;font-size:45px;font-weight:300;line-height:1.05}.landing-blog-preview-header p{color:#91a4aa;margin:0;font-size:1rem;line-height:1.7}.landing-blog-all-link,.landing-blog-card strong{color:#64dfc0;align-items:center;gap:.45rem;font-weight:650;text-decoration:none;display:inline-flex}.landing-blog-all-link{flex:none;padding-bottom:.2rem;font-size:.88rem}.landing-blog-all-link span,.landing-blog-card strong span{transition:transform .21s}.landing-blog-grid{gap:clamp(1.25rem,2.2vw,2rem);display:grid}.landing-blog-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-blog-grid--two{grid-template-columns:repeat(2,minmax(0,1fr));width:min(980px,100%)}.landing-blog-grid--featured{width:min(1060px,100%)}.landing-blog-card{min-width:0;color:inherit;background:#06121466;border:1px solid #5bb9a31f;border-radius:15px;text-decoration:none;transition:border-color .22s,background-color .22s;overflow:hidden}.landing-blog-grid--featured .landing-blog-card.has-media{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:stretch;display:grid}.landing-blog-grid--featured .landing-blog-card.no-media{max-width:720px}.landing-blog-card-media{aspect-ratio:16/9;background:#0a1b1cbf;overflow:hidden}.landing-blog-grid--featured .landing-blog-card-media{aspect-ratio:auto;height:100%;min-height:290px}.landing-blog-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .22s;display:block}.landing-blog-card-content{flex-direction:column;min-width:0;padding:clamp(1.2rem,2.2vw,1.7rem);display:flex}.landing-blog-grid--featured .landing-blog-card-content{justify-content:center;padding:clamp(1.8rem,4vw,3.2rem)}.landing-blog-card-meta{color:#748a90;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;font-size:.72rem;display:flex}.landing-blog-card-meta>span{color:#66d8bc;letter-spacing:.07em;text-transform:uppercase;background:#1ce2b10f;border:1px solid #36d6b029;border-radius:999px;padding:.25rem .5rem;font-size:.64rem;font-weight:700}.landing-blog-card h3{color:#e9f3f1;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:1rem 0 .65rem;font-size:clamp(1.08rem,1.5vw,1.3rem);font-weight:560;line-height:1.32;display:-webkit-box;overflow:hidden}.landing-blog-card p{color:#899ba1;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 1.2rem;font-size:.88rem;line-height:1.65;display:-webkit-box;overflow:hidden}.landing-blog-card strong{margin-top:auto;font-size:.78rem}.landing-blog-empty{background:linear-gradient(120deg,#1ce2b10e,#06121459);border:1px solid #33c4a321;border-radius:16px;align-items:flex-start;gap:1.25rem;width:min(920px,100%);padding:clamp(1.6rem,4vw,2.8rem);display:flex}.landing-blog-empty>svg{color:#57d9b8;flex:none}.landing-blog-empty h3{color:#eaf4f2;margin:.75rem 0 .55rem;font-size:1.35rem;font-weight:520}.landing-blog-empty p{color:#8ea0a6;max-width:680px;margin:0;line-height:1.65}.landing-blog-empty small{color:#63cdb3;margin-top:.85rem;font-size:.78rem;display:block}@media (hover:hover) and (pointer:fine){.landing-blog-card:hover{background:#0a1c1d8f;border-color:#50dbb840}.landing-blog-card:hover .landing-blog-card-media img{transform:scale(1.018)}.landing-blog-card:hover strong span,.landing-blog-all-link:hover span{transform:translate(3px)}}@media (width<=900px){.landing-blog-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-blog-grid--featured .landing-blog-card.has-media{grid-template-columns:1fr 1fr}}@media (width<=620px){.landing-blog-preview{padding-block:4.75rem}.landing-blog-preview-header{gap:1rem;display:grid}.landing-blog-preview-header h2{font-size:36px}.landing-blog-all-link{justify-self:start}.landing-blog-grid--three,.landing-blog-grid--two,.landing-blog-grid--featured .landing-blog-card.has-media{grid-template-columns:1fr}.landing-blog-grid--featured .landing-blog-card-media{aspect-ratio:16/9;min-height:0}.landing-blog-grid--featured .landing-blog-card-content{padding:1.3rem}.landing-blog-empty{gap:1rem;display:grid}}@media (prefers-reduced-motion:reduce){.landing-blog-card,.landing-blog-card-media img,.landing-blog-all-link span,.landing-blog-card strong span{transition:none}}.landing-faq-section .landing-section-heading,.landing-faq-accordion{width:min(100%,980px);margin-inline:auto}.landing-faq-section .landing-section-heading{margin-bottom:clamp(1.25rem,3vw,2rem)}.landing-faq-accordion{border-top:1px solid #91b1b126}.landing-faq-accordion-item{background:0 0;border-bottom:1px solid #91b1b126;transition:background-color .22s,box-shadow .22s}.landing-faq-accordion-item[data-open=true]{background:linear-gradient(90deg,#1ce2b10e,#1ce2b103 70%,#0000);box-shadow:inset 2px 0 #1ce2b18f}.landing-faq-trigger{appearance:none;color:#e7f1f0;width:100%;min-height:72px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:1.25rem;padding:1.25rem .3rem;font-size:clamp(.98rem,1.4vw,1.08rem);font-weight:600;line-height:1.4;display:flex}.landing-faq-trigger span{min-width:0}.landing-faq-trigger svg{color:#7f9298;flex:none;transition:color .22s,transform .22s}.landing-faq-trigger[aria-expanded=true] svg{color:#69e1c3;transform:rotate(180deg)}.landing-faq-trigger:focus-visible{outline-offset:-2px;outline:2px solid #78f3d5d1}.landing-faq-answer{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .23s,opacity .2s;display:grid}.landing-faq-answer>div{overflow:hidden}.landing-faq-answer p{color:#97a9af;max-width:800px;margin:0;padding:0 3.25rem 1.35rem .3rem;font-size:.94rem;line-height:1.7}.landing-faq-accordion-item[data-open=true] .landing-faq-answer{opacity:1;grid-template-rows:1fr}@media (width<=620px){.landing-faq-trigger{gap:.85rem;min-height:66px;padding:1.1rem .15rem;font-size:.98rem}.landing-faq-answer p{padding:0 2.35rem 1.15rem .15rem;font-size:.9rem}}@media (prefers-reduced-motion:reduce){.landing-faq-accordion-item,.landing-faq-trigger svg,.landing-faq-answer{transition-duration:.01ms}}.landing-final-cta{text-align:center;border-radius:22px;margin-top:2rem;padding:clamp(1.4rem,5vw,3rem)}.landing-final-cta .landing-primary-link{margin-top:1rem}.store-download-links{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:1rem;display:flex}.store-download-option{justify-items:center;gap:.8rem;display:grid}.store-download-option>a{border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.store-download-badge{object-fit:contain;width:auto;height:40px;display:block}.store-download-qr{color:var(--muted);justify-items:center;gap:.55rem;font-size:.78rem;display:grid}.store-download-qr img{object-fit:contain;background:#fff;border-radius:12px;width:170px;height:170px;display:block}.landing-mobile-download{border:1px solid var(--border-hover);border-radius:var(--radius-lg);background:linear-gradient(135deg,#1ce2b112,#071416f0);padding-inline:clamp(1.25rem,5vw,4rem)}.landing-mobile-download .landing-section-heading{text-align:center;max-width:780px;margin:0 auto 2rem}.landing-mobile-download .landing-section-heading p{text-wrap:balance;max-width:720px;margin-inline:auto}.landing-mobile-download .store-download-links{margin-top:0}.landing-mobile-download .store-download-option{border:1px solid var(--border);border-radius:var(--radius-md);background:#ffffff06;min-width:220px;padding:1.25rem}.landing-mobile-download .mobile-download-badge-wrapper{height:40px}.landing-mobile-download .mobile-download-badge--app-store{width:108px;height:auto}.landing-mobile-download .mobile-download-badge--google-play{width:138px;max-width:none;height:auto}html[data-store-platform=ios] .landing-mobile-download [data-store=android],html[data-store-platform=android] .landing-mobile-download [data-store=ios]{display:none}.landing-footer-store-links{justify-content:flex-end;gap:.55rem;margin-top:.65rem}.landing-footer-store-links .mobile-download-badge-wrapper{height:32px}.landing-footer-store-links .mobile-download-badge--app-store{width:96px;height:auto}.landing-footer-store-links .mobile-download-badge--google-play{width:123px;max-width:none;height:auto}.landing-footer{color:#95a5ad;justify-content:space-between;align-items:center;gap:1rem;padding:2rem 0 0;font-size:.82rem;display:flex}.landing-footer-copy{justify-items:end;gap:.45rem;min-width:0;display:grid}.landing-footer-copy nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.8rem;display:flex}.landing-footer-copy small{max-width:100%;color:var(--muted);overflow-wrap:anywhere;line-height:1.45}.landing-footer-copy a,.landing-footer-cookie-button,.landing-footer-copy span[aria-disabled=true]{color:#95a5ad;text-decoration:none}.landing-footer-copy a:hover,.landing-footer-cookie-button:hover{color:#98f2df}.landing-footer-cookie-button{appearance:none;font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.landing-footer-copy span[aria-disabled=true]{opacity:.58}.landing-footer-social{justify-content:flex-end;align-items:center;gap:.55rem;display:flex}.landing-footer-social a{border:1px solid var(--border);width:2.35rem;height:2.35rem;color:var(--muted);border-radius:999px;place-items:center;text-decoration:none;transition:border-color .16s,color .16s,transform .16s;display:inline-grid}.landing-footer-social a:hover{border-color:var(--border-hover);color:var(--accent-2);transform:translateY(-1px)}.landing-footer-social svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:1.1rem;height:1.1rem}.landing-footer-social path{fill:currentColor;stroke:none}.cookie-consent-banner[hidden]{display:none}.cookie-consent-banner{z-index:30;border:1px solid var(--border-hover);border-radius:var(--radius-md);background:var(--surface);width:min(960px,100vw - 32px);color:var(--text);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(.9rem,2vw,1.4rem);padding:clamp(1rem,2vw,1.25rem);display:grid;position:fixed;bottom:clamp(1rem,3vw,1.75rem);left:50%;transform:translate(-50%);box-shadow:0 28px 90px #0000007a,0 0 0 1px #ffffff0a}.cookie-consent-copy{gap:.35rem;display:grid}.cookie-consent-copy strong{color:var(--text);font-size:.96rem}.cookie-consent-copy p{color:var(--muted);margin:0;font-size:.88rem;line-height:1.5}.cookie-consent-actions{flex-wrap:wrap;justify-content:flex-end;gap:.6rem;display:flex}.cookie-consent-actions button{min-width:10.5rem;min-height:2.55rem;font:inherit;cursor:pointer;border-radius:999px;padding:.72rem 1rem;font-size:.86rem;font-weight:700}.cookie-consent-accept{border:1px solid var(--accent);background:var(--accent);color:var(--bg-0)}.cookie-consent-reject{border:1px solid var(--border);color:var(--text);background:0 0}.cookie-consent-reject:hover{border-color:var(--border-hover);color:var(--accent-2)}.support-page{padding-top:76px;padding-bottom:4rem}.support-header nav a{align-items:center;gap:.38rem;display:inline-flex}.support-header nav a svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:15px;height:15px}.support-hero{max-width:820px;padding:clamp(3rem,8vw,5.8rem) 0 1.25rem}.support-hero h1{letter-spacing:0;color:#f4fbfa;margin:1rem 0;font-size:clamp(2.5rem,8vw,5.5rem);line-height:.98}.support-hero p{color:#c3d0d5;max-width:690px;margin:0;font-size:clamp(1rem,2vw,1.22rem);line-height:1.7}.support-contact-card,.support-card,.support-feedback-card{background:linear-gradient(#071416f5,#040c10eb);border:1px solid #1ce2b129;border-radius:18px;box-shadow:0 24px 70px #0000003d}.support-contact-card{justify-content:space-between;align-items:center;gap:1.4rem;margin:1.4rem 0 1rem;padding:clamp(1.2rem,3vw,1.65rem);display:flex}.support-contact-card h2,.support-feedback-card h2,.support-card h2{color:#eef4f5;letter-spacing:0;margin:0}.support-contact-card h2{margin-top:.35rem;font-size:1.35rem}.support-contact-card p,.support-feedback-card p{color:#c3d0d5;margin:.55rem 0 .35rem;line-height:1.6}.support-contact-card a:not(.landing-primary-link){color:#98f2df;font-weight:600;text-decoration:none}.legal-operator-details{gap:.62rem;margin:0;display:grid}.legal-operator-row{border:1px solid var(--border);background:#07141694;border-radius:10px;gap:.18rem;min-width:0;padding:.68rem .78rem;display:grid}.legal-operator-row dt,.legal-operator-row dd{min-width:0;margin:0}.legal-operator-row dt{color:var(--muted);font-size:.74rem;font-weight:600}.legal-operator-row dd{color:var(--text);overflow-wrap:anywhere;font-size:.9rem;line-height:1.5}.legal-operator-row dd a{color:#98f2df;font-weight:600;text-decoration:none}.legal-operator-details.compact{gap:.45rem;margin-top:.7rem;margin-bottom:.7rem}.legal-operator-details.compact .legal-operator-row{background:0 0;border:0;border-radius:0;padding:0}.legal-operator-details.compact .legal-operator-row dd{color:var(--text);font-size:.88rem}.support-section-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.support-card{padding:clamp(1.1rem,2.5vw,1.45rem)}.support-card h2{margin-bottom:.95rem;font-size:1.15rem}.support-faq-list{gap:.85rem;display:grid}.support-faq-list article{border-top:1px solid #ffffff12;padding-top:.85rem}.support-faq-list article:first-child{border-top:0;padding-top:0}.support-faq-list h3{color:#f1faf8;letter-spacing:0;margin:0 0 .35rem;font-size:.98rem}.support-faq-list p{color:#aab8be;margin:0;font-size:.92rem;line-height:1.62}.support-feedback-card{background:linear-gradient(#081b18f5,#040c10eb);border-color:#1ce2b138;justify-content:space-between;align-items:center;gap:1.25rem;margin-top:1rem;padding:clamp(1.2rem,3vw,1.65rem);display:flex}.club-contact-hero{max-width:880px}.club-contact-layout{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:start;gap:1rem;margin:1.4rem 0 1rem;display:grid}.club-contact-copy{flex-direction:column;align-items:stretch;margin:0}.club-contact-copy h2{margin-top:.35rem}.club-contact-privacy{background:#1ce2b10f;border:1px solid #1ce2b124;border-radius:14px;align-items:flex-start;gap:.6rem;padding:.85rem;display:flex}.club-contact-privacy svg{color:#1ce2b1;flex:none;margin-top:.12rem}.club-contact-privacy p{color:#c7d5da;margin:0;font-size:.88rem;line-height:1.55}.club-contact-form{background:linear-gradient(#071416f5,#040c10eb);border:1px solid #1ce2b129;border-radius:18px;padding:clamp(1.1rem,2.5vw,1.55rem);box-shadow:0 24px 70px #0000003d}.club-contact-form h2{color:#eef4f5;margin:0 0 1rem;font-size:1.35rem}.club-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.club-contact-form label{color:#d5e2e5;gap:.38rem;font-size:.82rem;font-weight:600;display:grid}.club-contact-form input,.club-contact-form select,.club-contact-form textarea{color:#f3faf9;width:100%;min-width:0;font:inherit;background:#ffffff0e;border:1px solid #ffffff1a;border-radius:12px;outline:none;padding:.78rem .85rem;font-weight:600}.club-contact-form input:focus,.club-contact-form select:focus,.club-contact-form textarea:focus{border-color:#1ce2b185;box-shadow:0 0 0 3px #1ce2b11a}.club-contact-form textarea{resize:vertical}.club-contact-form ::placeholder{color:#7f9199}.club-contact-span{grid-column:1/-1}.club-contact-honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.club-contact-status{border-radius:12px;align-items:flex-start;gap:.5rem;margin:1rem 0;padding:.8rem .9rem;font-size:.88rem;font-weight:600;line-height:1.45;display:flex}.club-contact-status.success{color:#98f2df;background:#1ce2b114;border:1px solid #1ce2b138}.club-contact-status.error{color:#fecaca;background:#f8717114;border:1px solid #f8717142}.club-contact-status a{color:inherit;font-weight:600}.club-contact-form button{margin-top:1rem}.club-contact-form button:disabled{cursor:not-allowed;opacity:.72}.legal-hero time{color:#7cf5d0;margin-top:1rem;font-size:.86rem;font-weight:600;display:inline-flex}.legal-section-list{gap:1rem;width:100%;display:grid}.legal-card h2{margin-bottom:.75rem}.legal-card p,.legal-card li{color:#aab8be;font-size:.95rem;line-height:1.68}.legal-card p,.legal-card ul{max-width:min(100%,96ch)}.legal-card .legal-operator-details{width:100%;max-width:none}.legal-card .legal-operator-row{grid-template-columns:minmax(180px,.25fr) minmax(0,1fr);width:100%}@media (width<=560px){.legal-card .legal-operator-row{grid-template-columns:minmax(0,1fr)}}.legal-card p{margin:.65rem 0 0}.legal-card p:first-of-type{margin-top:0}.legal-card ul{gap:.55rem;margin:.75rem 0 0;padding-left:1.1rem;display:grid}.legal-card a{color:var(--accent-2);font-weight:600;text-decoration:none}.legal-card a:hover{color:var(--accent)}.landing-page a:focus-visible,.landing-page button:focus-visible{outline-offset:3px;outline:2px solid #98f2df}@media (width<=980px){.landing-header{grid-template-columns:auto auto}.landing-header nav{display:none}.landing-header-actions{justify-self:end}.landing-hero,.landing-report,.landing-pricing-grid{grid-template-columns:1fr}.landing-pricing-copy,.landing-price-block{min-height:0}.landing-feature-grid,.landing-club-grid,.landing-integration-grid,.landing-health-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.landing-page{width:min(100% - 20px,1180px);padding-top:.7rem;padding-bottom:calc(3.5rem + env(safe-area-inset-bottom))}.landing-header{grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;padding:14px 16px;position:relative;top:auto}.landing-brand{grid-area:1/1;gap:8px;width:fit-content;max-width:100%}.landing-logo-mark{width:auto;height:34px}.landing-logo-wordmark{width:auto;height:18px}.landing-header-actions{grid-area:1/2/span 2;align-content:start;justify-self:end;justify-items:end;gap:10px;width:auto;display:grid}.landing-login-link{order:1;margin-left:auto;font-size:.8rem}.landing-language{order:2;padding:.16rem}.landing-language svg{display:none}.landing-language a{min-height:27px;padding:0 .5rem}.landing-header-cta{display:none}.landing-hero{min-height:auto;padding-top:1.45rem}.landing-hero h1{font-size:clamp(2.25rem,9.5vw,3rem);line-height:1.02}.landing-section-heading{max-width:100%}.landing-hero-actions .landing-primary-link,.landing-hero-actions .landing-secondary-link{width:100%}.landing-trust-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin-top:1.15rem;margin-bottom:2rem;display:grid}.landing-trust-row span{text-align:center;justify-content:center;align-items:center;min-width:0;padding:.5rem .48rem;display:flex}.landing-feature-grid,.landing-goal-grid,.landing-club-grid,.landing-example-grid,.landing-how-grid,.landing-integration-grid,.landing-health-grid,.landing-faq-grid{grid-template-columns:1fr}.landing-club-footer{align-items:stretch}.landing-club-footer .landing-primary-link{width:100%}.landing-plan-strip,.landing-metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-analysis-main,.landing-analysis-columns{grid-template-columns:1fr}.landing-price{font-size:1.65rem}.landing-price-row{gap:.35rem}.landing-price-period{font-size:.84rem}.landing-detail-header{display:grid}.landing-detail-header em{text-align:left;justify-self:start}.landing-footer{flex-direction:column;align-items:flex-start}.store-download-qr{display:none}.landing-mobile-download .store-download-option{width:100%;min-width:0;padding:1rem}.landing-footer-store-links{justify-content:flex-start}.landing-footer-copy{justify-items:start}.landing-footer-copy nav,.landing-footer-social{justify-content:flex-start}.cookie-consent-banner{bottom:calc(.75rem + env(safe-area-inset-bottom));grid-template-columns:1fr;align-items:stretch;width:calc(100vw - 24px);padding:.95rem}.cookie-consent-actions{grid-template-columns:1fr;justify-content:flex-start;display:grid}.cookie-consent-actions button{width:100%;min-width:0}.support-hero{padding-top:2.2rem}.support-contact-card,.support-feedback-card{flex-direction:column;align-items:stretch}.support-contact-card .landing-primary-link,.support-feedback-card .landing-secondary-link{width:100%}.support-section-grid{grid-template-columns:1fr}}.landing-icon{color:#98f2df;background:radial-gradient(circle,#1ce2b147,#1ce2b112);border:1px solid #1ce2b13d;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex;box-shadow:0 0 18px #1ce2b11a}.landing-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;width:15px;height:15px}.landing-check{background:#1ce2b11f;border:1px solid #1ce2b16b;border-radius:999px;flex:none;width:15px;height:15px;margin-top:.18em;position:relative}.landing-check:after{content:"";border:1.5px solid #98f2df;border-width:0 1.5px 1.5px 0;width:4px;height:7px;position:absolute;top:2px;left:4px;transform:rotate(45deg)}html:has(.landing-home-header){scroll-behavior:smooth}.landing-page:has(.landing-home-header){width:100%;max-width:none;padding-top:0}.landing-page:has(.landing-home-header):before{background:radial-gradient(circle at 50% 8%,#1ce2b121,#0000 27rem),radial-gradient(circle at 12% 42%,#1ce2b10b,#0000 30rem),linear-gradient(#ffffff05 1px,#0000 1px) 0 0/48px 48px,linear-gradient(90deg,#ffffff05 1px,#0000 1px) 0 0/48px 48px;mask-image:linear-gradient(#000 0% 46rem,#0000 78rem)}.marketing-topbar{backdrop-filter:blur(22px)saturate(140%);background:#03070bd6;border-width:0 0 1px;border-color:#ffffff13;border-radius:0;width:100%;min-height:76px;padding:0;display:block;position:fixed;inset:0 0 auto;box-shadow:0 20px 60px #0003}.marketing-topbar-inner{grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);align-items:center;gap:1rem;width:min(1500px,100%);min-height:76px;margin-inline:auto;padding:.75rem clamp(1.25rem,4vw,4.5rem);display:grid}.marketing-topbar:after{content:"";opacity:.5;pointer-events:none;background:linear-gradient(90deg,#0000,#1ce2b166,#0000);height:1px;position:absolute;bottom:-1px;left:0;right:0}.marketing-topbar nav{gap:clamp(1rem,2vw,2rem)}.marketing-topbar nav a,.marketing-topbar .landing-login-link{letter-spacing:.01em;font-size:.82rem;transition:color .16s}.landing-home-header nav a{position:relative}.landing-home-header nav a:after{content:"";opacity:0;background:#58ddbc;height:1px;transition:opacity .18s,transform .18s;position:absolute;bottom:-.55rem;left:0;right:0;transform:scaleX(.55)}.landing-home-header nav a[aria-current=location]{color:#98f2df}.landing-home-header nav a[aria-current=location]:after{opacity:.8;transform:scaleX(1)}.marketing-topbar .landing-header-actions{justify-self:end}.marketing-mobile-menu-toggle,.marketing-mobile-menu{display:none}.marketing-mobile-menu-toggle{appearance:none;color:#98f2df;cursor:pointer;background:#1ce2b10e;border:1px solid #1ce2b133;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0}.marketing-mobile-menu-toggle span{transform-origin:50%;background:currentColor;border-radius:999px;width:19px;height:1.5px;transition:opacity .2s,transform .2s;display:block}.marketing-topbar[data-menu-open=true] .marketing-mobile-menu-toggle span:first-child{transform:translateY(6.5px)rotate(45deg)}.marketing-topbar[data-menu-open=true] .marketing-mobile-menu-toggle span:nth-child(2){opacity:0}.marketing-topbar[data-menu-open=true] .marketing-mobile-menu-toggle span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}@media (width<=1120px){html[data-marketing-menu-open]{overflow:hidden}.marketing-topbar-inner{grid-template-columns:minmax(0,1fr) auto}.marketing-topbar .marketing-desktop-nav,.marketing-topbar .landing-header-actions{display:none}.marketing-mobile-menu-toggle{justify-self:end;display:inline-flex}.marketing-mobile-menu{opacity:0;visibility:hidden;pointer-events:none;background:#030a0df7;border-bottom:1px solid #1ce2b129;max-height:calc(100dvh - 76px);transition:opacity .22s,transform .22s,visibility 0s linear .22s;display:block;position:absolute;top:100%;left:0;right:0;overflow-y:auto;transform:translateY(-8px);box-shadow:0 28px 60px #00000061}.marketing-topbar[data-menu-open=true] .marketing-mobile-menu{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s;transform:translateY(0)}.marketing-mobile-menu-inner{width:min(100%,1500px);padding:1rem clamp(1.25rem, 4vw, 4.5rem) calc(1.25rem + env(safe-area-inset-bottom));gap:1.25rem;margin-inline:auto;display:grid}.marketing-topbar .marketing-mobile-menu nav{justify-content:stretch;gap:0;display:grid}.marketing-topbar .marketing-mobile-menu nav a{color:#d6e3e1;border-bottom:1px solid #fff1;align-items:center;min-height:48px;font-size:.94rem;display:flex}.marketing-topbar .marketing-mobile-menu nav a[aria-current=location]{color:#8cebd4}.marketing-mobile-menu-footer{grid-template-columns:auto auto minmax(150px,auto);justify-content:end;align-items:center;gap:.75rem;display:grid}.marketing-mobile-menu-footer .landing-login-link{justify-content:center;align-items:center;min-height:42px;padding-inline:.75rem;display:inline-flex}.marketing-mobile-menu-footer .landing-header-cta{display:inline-flex}}.landing-hero-redesign{flex-direction:column;gap:clamp(3.25rem,6vw,5.5rem);width:min(1500px,100% - clamp(2rem,6vw,7rem));min-height:0;margin-inline:auto;padding:7.75rem 0 clamp(4.5rem,9vw,8rem);display:flex;position:relative}.landing-hero-redesign:before{content:"";z-index:-1;filter:blur(12px);pointer-events:none;background:radial-gradient(#1ce2b11f,#1ce2b106 42%,#0000 70%);width:min(72rem,94vw);height:34rem;position:absolute;top:4.5rem;left:50%;transform:translate(-50%)}.landing-hero-redesign .landing-hero-copy{text-align:center;justify-items:center;width:min(1120px,100%);margin-inline:auto;display:grid}.landing-hero-redesign h1{color:#f4fbfa;letter-spacing:-.055em;text-wrap:balance;max-width:none;margin:0;font-size:80px;font-weight:400;line-height:.92}.landing-hero-redesign h1 span{white-space:nowrap;width:auto;max-width:none;display:block}.landing-hero-redesign h1 span:first-child{color:#0000;background:linear-gradient(112deg,#f6fbfa 20%,#d9eee9 68%,#84ead2 108%) text}.landing-hero-redesign h1 span:last-child{color:#0000;background:linear-gradient(135deg,#1ce2b1,#0abd94) text}.landing-hero-redesign p{color:#aebdc2;text-wrap:balance;max-width:860px;margin-top:clamp(1.4rem,2.5vw,2rem);font-size:18px;line-height:1.68}.landing-hero-redesign .landing-hero-actions{margin-top:clamp(1.7rem,3vw,2.3rem)}.landing-hero-redesign .landing-hero-reassurance{color:#aebdc2b8;letter-spacing:.015em;white-space:nowrap;max-width:none;margin-top:1.15rem;font-size:13px;line-height:1.55}.landing-hero-store-links{flex-wrap:nowrap;align-items:center;gap:12px;margin-top:.9rem}.landing-hero-store-links .store-download-option{display:block}.landing-hero-store-links .mobile-download-badge-wrapper{opacity:.78;filter:grayscale(.18)brightness(.9);justify-content:center;align-items:flex-start;height:38px;transition:opacity .2s,filter .2s;display:inline-flex}.landing-hero-store-links .mobile-download-badge--app-store{width:114px;height:auto}.landing-hero-store-links .mobile-download-badge--google-play{width:146px;max-width:none;height:auto}@media (hover:hover) and (pointer:fine){.landing-hero-store-links .mobile-download-badge-wrapper:hover{opacity:1;filter:grayscale(0)brightness(1.05)}}@media (prefers-reduced-motion:reduce){.landing-hero-store-links .mobile-download-badge-wrapper{transition:none}}.landing-hero-cta{border:1px solid #8fffe25c;border-radius:12px;min-height:54px;padding-inline:1.45rem;font-size:.96rem;transition:box-shadow .18s,transform .18s;box-shadow:0 14px 40px #07ad852e,inset 0 1px #ffffff52}.landing-hero-cta:hover{transform:translateY(-2px);box-shadow:0 18px 48px #07ad8545,inset 0 1px #ffffff5c}.landing-product-stage{perspective:1600px;width:100%;margin:0;position:relative}.landing-product-stage:before{content:"";z-index:-1;filter:blur(100px);opacity:.52;background:#1ce2b12e;border-radius:999px;position:absolute;inset:-12% 8% 0}.landing-product-stage:after{content:"";z-index:-1;filter:blur(44px);background:#000000b8;border-radius:50%;height:16%;position:absolute;bottom:-6%;left:8%;right:8%}.landing-product-window{transform-origin:50% 100%;background:#050b0f;border:1px solid #7decd233;border-radius:clamp(14px,1.7vw,24px);overflow:hidden;transform:rotateX(.6deg);box-shadow:0 45px 110px #00000094,0 0 0 1px #ffffff06,0 0 80px #1ce2b111;mask-image:linear-gradient(#000 0% 69%,#000000f0 76%,#0000007a 90%,#0000 100%)}.landing-product-window-bar{background:linear-gradient(#10191e,#0a1116);border-bottom:1px solid #fff1;align-items:center;gap:.42rem;height:42px;padding:0 1rem;display:flex;position:relative}.landing-product-window-bar span{background:#adbfc457;border-radius:999px;width:7px;height:7px}.landing-product-window-bar span:first-child{background:#1ce2b1bf;box-shadow:0 0 12px #1ce2b152}.landing-product-window-bar i{background:#63767d38;border-radius:999px;width:min(12rem,28vw);height:5px;display:block;position:absolute;left:50%;transform:translate(-50%)}.landing-product-window img{width:100%;height:auto}.landing-page:has(.landing-home-header)>.landing-section,.landing-page:has(.landing-home-header)>.landing-final-cta,.landing-page:has(.landing-home-header)>.landing-footer{width:min(1360px,100% - clamp(2rem,6vw,7rem));margin-inline:auto}.landing-page:has(.landing-home-header)>.landing-section{padding-block:clamp(4rem,8vw,7rem);position:relative}.landing-page:has(.landing-home-header)>.landing-section:before{content:"";background:linear-gradient(90deg,#0000,#91b1b129,#0000);height:1px;position:absolute;top:0;left:0;right:0}.landing-page:has(.landing-home-header) .landing-section-heading{margin-bottom:clamp(1.8rem,4vw,3rem)}.landing-workout-analysis{grid-template-columns:minmax(320px,.7fr) minmax(0,1.3fr);align-items:center;gap:clamp(2.5rem,5vw,5.5rem);display:grid}.landing-workout-analysis-copy{min-width:0}.landing-analysis-eyebrow{color:#68d8bd;letter-spacing:.14em;font-size:.72rem;font-weight:650;display:block}.landing-workout-analysis h2{color:#f3faf9;letter-spacing:-.045em;margin:.85rem 0 1rem;font-size:45px;font-weight:300;line-height:.98}.landing-workout-analysis .landing-workout-analysis-lead{color:#aebdc2;max-width:34rem;margin:0;font-size:1rem;line-height:1.72}.landing-analysis-points{margin-top:clamp(1.7rem,3vw,2.4rem);display:grid}.landing-analysis-points button{appearance:none;width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #ffffff13;border-left:2px solid #0000;grid-template-columns:2rem minmax(0,1fr);gap:.8rem;margin:0;padding:1rem .75rem;transition:border-color .22s,background-color .22s;display:grid}.landing-analysis-points button:hover,.landing-analysis-points button[data-active=true]{background:linear-gradient(90deg,#1ce2b113,#0000 76%);border-left-color:#1ce2b194}.landing-analysis-points button:focus-visible{outline-offset:2px;outline:2px solid #78f3d5cc}.landing-analysis-points button>span{color:#68d8bd94;letter-spacing:.08em;padding-top:.12rem;font-size:.68rem;font-weight:650;transition:color .22s}.landing-analysis-points button[data-active=true]>span{color:#69e1c3}.landing-analysis-points h3{color:#eaf4f2;margin:0 0 .25rem;font-size:.96rem;font-weight:600;transition:color .22s}.landing-analysis-points button[data-active=true] h3{color:#f6fffd}.landing-analysis-points p{color:#8fa1a8;margin:0;font-size:.86rem;line-height:1.55}.landing-workout-analysis-visual{width:100%;min-width:0;position:relative}.landing-workout-analysis-visual:before{content:"";z-index:-1;filter:blur(70px);background:#1ce2b112;border-radius:50%;position:absolute;inset:10% 6%}.landing-analysis-ui{background:linear-gradient(145deg,#051817fa,#030d11fa);border:1px solid #1ce2b147;border-radius:14px;width:100%;overflow:hidden;box-shadow:0 28px 72px #00000057}.landing-analysis-ui-header{border-bottom:1px solid #fff1;align-items:center;gap:.65rem;padding:1rem 1.15rem;display:flex}.landing-analysis-ui-header strong{color:#edf6f5;font-size:.95rem;font-weight:600}.landing-analysis-ui-header span{color:#36d7b2;background:#1ce2b11c;border-radius:999px;padding:.3rem .55rem;font-size:.66rem;font-weight:650}.landing-analysis-ui-summary{border-bottom:1px solid #fff1;grid-template-columns:minmax(230px,.82fr) minmax(0,1.18fr);align-items:center;gap:1rem;padding:1.15rem;display:grid}.landing-analysis-verdict-panel{background:#f5ac1d0b;border:1px solid #f5ac1d38;border-radius:10px;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:.8rem;min-height:112px;padding:.9rem;display:grid}.landing-analysis-gauge{border:7px solid #f5ac1d2e;border-color:#f5ac1d #f5ac1d2e #f5ac1d2e #f5ac1d;border-radius:999px;width:46px;height:46px;display:block;position:relative;transform:rotate(-35deg)}.landing-analysis-gauge:after{content:"";transform-origin:0;background:#f5ac1d;border-radius:999px;width:14px;height:2px;position:absolute;top:50%;left:50%;transform:rotate(82deg)}.landing-analysis-verdict-panel small{color:#91a4a9;letter-spacing:.06em;margin-bottom:.4rem;font-size:.64rem;font-weight:650;display:block}.landing-analysis-verdict-panel strong{color:#f5ac1d;font-size:.84rem;font-weight:650;line-height:1.4;display:block}.landing-analysis-ui-summary>p{color:#c3d0d4;margin:0;font-size:.82rem;line-height:1.62}.landing-analysis-ui-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;padding:.75rem;display:grid}.landing-analysis-ui-panel{opacity:.56;border:1px solid #0000;border-radius:10px;flex-direction:column;min-width:0;min-height:236px;padding:.9rem;transition:opacity .22s,border-color .22s,background-color .22s;display:flex}.landing-analysis-ui-panel[data-active=true]{opacity:1;background:#1ce2b10e;border-color:#1ce2b140}.landing-analysis-ui-panel.warning[data-active=true]{background:#f5ac1d0e;border-color:#f5ac1d4d}.landing-analysis-ui-panel h3{color:#39d9b5;letter-spacing:.06em;margin:0 0 .8rem;font-size:.68rem;font-weight:700}.landing-analysis-ui-panel.warning h3{color:#f5ac1d}.landing-analysis-ui-panel ul{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.landing-analysis-ui-panel li{color:#c3d0d4;padding-left:.8rem;font-size:.74rem;line-height:1.5;position:relative}.landing-analysis-ui-panel li:before{content:"";background:#2ed7b0;border-radius:999px;width:4px;height:4px;position:absolute;top:.56em;left:0}.landing-analysis-ui-panel.warning li:before{background:#f5ac1d}.landing-analysis-ui-cta{color:#dffbf4;background:#1ce2b11a;border:1px solid #1ce2b12e;border-radius:8px;justify-content:center;align-items:center;gap:.55rem;min-height:38px;margin-top:auto;font-size:.76rem;font-weight:650;display:flex}.landing-analysis-ui-cta i{font-style:normal}@media (width<=1180px){.landing-analysis-ui-summary,.landing-analysis-ui-grid{grid-template-columns:1fr}.landing-analysis-ui-panel{min-height:0}.landing-analysis-ui-cta{margin-top:.9rem}}.landing-adaptive-plan{grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);align-items:center;gap:clamp(2.5rem,5vw,5.5rem);display:grid}.landing-adaptive-plan-copy,.landing-adaptive-plan-mockup{min-width:0}.landing-adaptive-plan h2{color:#f3faf9;letter-spacing:-.045em;margin:.85rem 0 1rem;font-size:45px;font-weight:300;line-height:.98}.landing-adaptive-plan .landing-adaptive-plan-lead{color:#aebdc2;max-width:35rem;margin:0;font-size:1rem;line-height:1.72}.landing-plan-principles{margin-top:clamp(1.7rem,3vw,2.4rem);display:grid}.landing-plan-principles article{border-top:1px solid #ffffff13;grid-template-columns:2rem minmax(0,1fr);gap:.8rem;padding:1rem .75rem;display:grid}.landing-plan-principles article>span{color:#68d8bdad;letter-spacing:.08em;padding-top:.12rem;font-size:.68rem;font-weight:650}.landing-plan-principles h3{color:#eaf4f2;margin:0 0 .25rem;font-size:.96rem;font-weight:600}.landing-plan-principles p{color:#8fa1a8;margin:0;font-size:.86rem;line-height:1.55}.landing-plan-ui{background:linear-gradient(145deg,#051617fa,#030d11fa);border:1px solid #1ce2b140;border-radius:14px;width:100%;overflow:hidden;box-shadow:0 28px 72px #00000052}.landing-plan-view-switcher.landing-mobile-theme-switch{width:fit-content;margin-top:0}.landing-plan-ui-view-header{min-width:0}.landing-plan-view-status{flex:none;display:grid}.landing-plan-view-status span{opacity:0;visibility:hidden;grid-area:1/1;transition:opacity .22s,visibility 0s linear .22s}.landing-plan-view-status span[data-active=true]{opacity:1;visibility:visible;transition-delay:0s}.landing-plan-view-status span[data-plan-view-status=season]{color:#8ce7d0;background:#1ce2b113;border-color:#1ce2b13d}.landing-plan-view-stack{display:grid}.landing-auto-height-stack[data-height-ready=true]{transition:height .28s cubic-bezier(.22,1,.36,1);display:block;position:relative;overflow:hidden}.landing-auto-height-stack[data-height-ready=true]>.landing-auto-height-panel{width:100%;position:absolute;inset:0 0 auto}.landing-auto-height-stack[data-height-ready=true]>.landing-auto-height-panel[data-active=true]{position:relative}.landing-plan-view{opacity:0;visibility:hidden;pointer-events:none;grid-area:1/1;min-width:0;transition:opacity .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1),visibility 0s linear .28s;transform:translateY(6px)}.landing-plan-view[data-active=true]{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s;transform:translateY(0)}.landing-plan-ui-header{border-bottom:1px solid #fff1;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.15rem;display:flex}.landing-plan-ui-header strong{color:#edf6f5;font-size:.98rem;font-weight:600}.landing-plan-ui-header span{color:#8fc0ff;background:#5ba8ff14;border:1px solid #5ba8ff38;border-radius:999px;flex:none;padding:.35rem .62rem;font-size:.68rem;font-weight:650}.landing-plan-days{grid-template-columns:repeat(7,minmax(0,1fr));gap:.5rem;padding:.75rem;display:grid}.landing-plan-day{appearance:none;min-width:0;min-height:170px;color:inherit;font:inherit;text-align:left;cursor:pointer;background:#ffffff06;border:1px solid #ffffff13;border-top:2px solid #1ce2b157;border-radius:9px;flex-direction:column;margin:0;padding:.72rem;transition:opacity .22s,border-color .22s,background-color .22s;display:flex}.landing-plan-day.completed{border-top-color:#5ba8ffc7}.landing-plan-day.rest{background:#ffffff03;border-top-color:#9dacb247}.landing-plan-day:not([data-active=true]){opacity:.68}.landing-plan-day:hover,.landing-plan-day[data-active=true]{opacity:1;background:#1ce2b111;border-color:#1ce2b17a}.landing-plan-day.completed:hover,.landing-plan-day.completed[data-active=true]{background:#5ba8ff12;border-color:#5ba8ff9e}.landing-plan-day:focus-visible{outline-offset:2px;outline:2px solid #91f1d9}.landing-plan-day-topline{align-items:center;display:flex}.landing-plan-day-topline strong{color:#dce9e7;font-size:.72rem;font-weight:650}.landing-plan-day-title{color:#eef7f5;overflow-wrap:anywhere;margin-top:.7rem;font-size:.78rem;font-weight:600;line-height:1.3}.landing-plan-day[data-active=true] .landing-plan-day-topline strong,.landing-plan-day[data-active=true] .landing-plan-day-title{color:#dffff7;font-weight:700}.landing-plan-day-meta{gap:.18rem;margin-top:.6rem;display:grid}.landing-plan-day-meta small{color:#8fa2a8;font-size:.62rem;line-height:1.3}.landing-plan-day-status{color:#64aafb;margin-top:auto;padding-top:.7rem;font-size:.61rem;font-weight:650;line-height:1.25}.landing-plan-day.planned .landing-plan-day-status{color:#67dcbf}.landing-plan-selected-detail{background:#1ce2b10b;border:1px solid #1ce2b12e;border-radius:10px;grid-template-columns:minmax(110px,.55fr) minmax(120px,.7fr) minmax(0,1.75fr);align-items:center;gap:.45rem 1rem;margin:0 .75rem;padding:.9rem 1rem;display:grid}.landing-plan-selected-detail>span{color:#67dcbf;letter-spacing:.08em;text-transform:uppercase;grid-column:1/-1;font-size:.62rem;font-weight:700}.landing-plan-selected-detail strong{color:#eef7f5;font-size:.88rem;font-weight:650}.landing-plan-selected-detail small{color:#a6b8bd;font-size:.7rem;font-weight:600}.landing-plan-selected-detail p{color:#aebdc2;margin:0;font-size:.75rem;line-height:1.45}.landing-plan-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;padding:.75rem;display:grid}.landing-plan-summary div{border-top:1px solid #ffffff13;min-width:0;padding:.75rem .25rem .2rem}.landing-plan-summary span,.landing-plan-summary strong{display:block}.landing-plan-summary span{color:#7f9299;font-size:.62rem;line-height:1.35}.landing-plan-summary strong{color:#dcebe8;margin-top:.25rem;font-size:.82rem;font-weight:650}.landing-plan-season-content{gap:.8rem;padding:.75rem;display:grid}.landing-plan-season-phases{grid-template-columns:3fr 3fr 3fr 1.55fr 1.35fr;gap:.4rem;display:grid}.landing-plan-season-phases article{--phase-rgb:28, 226, 177;border:1px solid rgba(var(--phase-rgb), .36);background:linear-gradient(145deg, rgba(var(--phase-rgb), .105), #030f12e0 72%);min-width:0;min-height:76px;box-shadow:inset 0 -2px 0 rgba(var(--phase-rgb), .46);border-radius:9px;align-content:center;padding:.68rem .72rem;transition:border-color .22s,background-color .22s,box-shadow .22s;display:grid;position:relative;overflow:hidden}.landing-plan-season-phases article:after{background:linear-gradient(90deg, transparent, rgba(var(--phase-rgb), .72), transparent);content:"";height:1px;position:absolute;bottom:0;left:.72rem;right:.72rem}.landing-plan-season-phases article[data-phase="2"]{--phase-rgb:43, 194, 190;border-color:rgba(var(--phase-rgb), .44);background:linear-gradient(145deg, rgba(var(--phase-rgb), .125), #030f12e0 72%)}.landing-plan-season-phases article[data-phase="3"]{--phase-rgb:66, 189, 237}.landing-plan-season-phases article[data-phase="4"]{--phase-rgb:229, 167, 62}.landing-plan-season-phases article[data-phase="5"]{--phase-rgb:222, 111, 124;border-color:rgba(var(--phase-rgb), .42);background:linear-gradient(145deg, rgba(var(--phase-rgb), .12), #030f12e0 72%);box-shadow:inset 0 -2px 0 rgba(var(--phase-rgb), .58)}.landing-plan-season-phases article[data-active=true]{border-color:rgba(var(--phase-rgb), .82);background:linear-gradient(145deg, rgba(var(--phase-rgb), .2), rgba(var(--phase-rgb), .065) 56%, #030f12e6);box-shadow:inset 0 1px 0 #b8ffed2e, inset 0 -3px 0 rgba(var(--phase-rgb), .78)}.landing-plan-season-phases strong,.landing-plan-season-phases span{overflow-wrap:anywhere;min-width:0}.landing-plan-season-phases strong{color:rgb(var(--phase-rgb));font-size:.72rem;font-weight:650;line-height:1.25}.landing-plan-season-phases span{color:#80939a;margin-top:.32rem;font-size:.58rem;line-height:1.3}.landing-plan-season-weeks{grid-template-columns:repeat(11,minmax(0,1fr));gap:.3rem;padding-top:1.35rem;display:grid}.landing-plan-season-weeks>div{--week-rgb:28, 226, 177;border:1px solid rgba(var(--week-rgb), .38);background:linear-gradient(145deg, rgba(var(--week-rgb), .085), #041013c7);min-width:0;min-height:36px;box-shadow:inset 0 -1px 0 rgba(var(--week-rgb), .22);border-radius:7px;place-items:center;transition:border-color .22s,box-shadow .22s;display:grid;position:relative}.landing-plan-season-weeks>div:nth-child(n+4):nth-child(-n+6){--week-rgb:43, 194, 190;border-color:rgba(var(--week-rgb), .42)}.landing-plan-season-weeks>div:nth-child(n+7):nth-child(-n+9){--week-rgb:66, 189, 237;border-color:rgba(var(--week-rgb), .42)}.landing-plan-season-weeks>div:nth-child(10){--week-rgb:229, 167, 62;border-color:rgba(var(--week-rgb), .44)}.landing-plan-season-weeks>div:nth-child(11){--week-rgb:222, 111, 124;border-color:rgba(var(--week-rgb), .44)}.landing-plan-season-weeks>div[data-current=true]{background:linear-gradient(145deg,#1ce2b138,#1ce2b114);border-color:#1ce2b1e0;box-shadow:inset 0 1px #beffef33,inset 0 -2px #1ce2b1b8}.landing-plan-season-weeks>div[data-current=true]:before{content:"";background:linear-gradient(#1ce2b133,#1ce2b1bf);width:1px;height:.75rem;position:absolute;bottom:100%;left:50%}.landing-plan-season-weeks strong{color:rgba(var(--week-rgb), .84);font-size:.64rem;font-weight:650}@media (hover:hover) and (pointer:fine){.landing-plan-season-phases article:hover,.landing-plan-season:has(.landing-plan-season-weeks>div:nth-child(-n+3):hover) .landing-plan-season-phases article[data-phase="1"],.landing-plan-season:has(.landing-plan-season-weeks>div:nth-child(n+4):nth-child(-n+6):hover) .landing-plan-season-phases article[data-phase="2"],.landing-plan-season:has(.landing-plan-season-weeks>div:nth-child(n+7):nth-child(-n+9):hover) .landing-plan-season-phases article[data-phase="3"],.landing-plan-season:has(.landing-plan-season-weeks>div:nth-child(10):hover) .landing-plan-season-phases article[data-phase="4"],.landing-plan-season:has(.landing-plan-season-weeks>div:nth-child(11):hover) .landing-plan-season-phases article[data-phase="5"]{border-color:rgba(var(--phase-rgb), .76);box-shadow:inset 0 1px 0 rgba(var(--phase-rgb), .16), inset 0 -3px 0 rgba(var(--phase-rgb), .72), 0 0 16px rgba(var(--phase-rgb), .07)}.landing-plan-season:has(.landing-plan-season-phases article[data-phase="1"]:hover) .landing-plan-season-weeks>div:nth-child(-n+3),.landing-plan-season:has(.landing-plan-season-phases article[data-phase="2"]:hover) .landing-plan-season-weeks>div:nth-child(n+4):nth-child(-n+6),.landing-plan-season:has(.landing-plan-season-phases article[data-phase="3"]:hover) .landing-plan-season-weeks>div:nth-child(n+7):nth-child(-n+9),.landing-plan-season:has(.landing-plan-season-phases article[data-phase="4"]:hover) .landing-plan-season-weeks>div:nth-child(10),.landing-plan-season:has(.landing-plan-season-phases article[data-phase="5"]:hover) .landing-plan-season-weeks>div:nth-child(11),.landing-plan-season-weeks>div:hover{border-color:rgba(var(--week-rgb), .82);box-shadow:inset 0 0 18px rgba(var(--week-rgb), .11), inset 0 -2px 0 rgba(var(--week-rgb), .66), 0 0 14px rgba(var(--week-rgb), .07)}}.landing-plan-season-weeks>div[data-current=true] strong{color:#effffb;font-weight:750}.landing-plan-week-marker,.landing-plan-week-label{z-index:1;white-space:nowrap;max-width:5rem;font-size:.5rem;font-weight:700;line-height:1;position:absolute;bottom:calc(100% + .28rem);left:50%;transform:translate(-50%)}.landing-plan-week-marker{color:#032019;background:#24dcb2;border-radius:999px;padding:.28rem .48rem;box-shadow:0 0 0 3px #24dcb21f}.landing-plan-week-label{color:#86a1a7}.landing-plan-week-label.taper{color:#e4b966}.landing-plan-week-label.race{color:#d998a0}.landing-plan-season-detail{background:linear-gradient(120deg,#1ce2b11a,#1ce2b106 54%,#ffffff03);border:1px solid #1ce2b157;border-radius:10px;padding:.9rem 1rem;box-shadow:inset 0 1px #9dffe714}.landing-plan-season-detail>span{color:#67dcbf;letter-spacing:.08em;font-size:.58rem;font-weight:700}.landing-plan-season-detail h3{color:#edf7f5;margin:.3rem 0 0;font-size:.9rem;font-weight:650}.landing-plan-season-detail>p{color:#a8b8bd;margin:.38rem 0 0;font-size:.72rem;line-height:1.5}.landing-plan-season-detail dl{border-top:1px solid #fff1;grid-template-columns:.8fr .8fr 1.6fr;gap:.65rem;margin:.85rem 0 0;padding-top:.75rem;display:grid}.landing-plan-season-detail dl div{min-width:0}.landing-plan-season-detail dt{color:#71868d;font-size:.56rem}.landing-plan-season-detail dd{color:#d8e7e4;margin:.22rem 0 0;font-size:.65rem;font-weight:600;line-height:1.35}.landing-plan-season-detail dl div:nth-child(-n+2) dd{color:#80e8ce}.landing-plan-season-detail dl div:nth-child(3) dd{color:#ddb580}.landing-plan-view-switcher button[data-plan-view-trigger=season][data-active=true]{color:#a0f4df;background:#1ce2b129;border-color:#1ce2b170;box-shadow:inset 0 1px #beffef1f,inset 0 -2px #1ce2b1b8}.landing-plan-season[data-active=true] .landing-plan-season-phases article{animation:.42s cubic-bezier(.22,1,.36,1) backwards landing-plan-phase-enter}.landing-plan-season[data-active=true] .landing-plan-season-phases article:nth-child(2){animation-delay:60ms}.landing-plan-season[data-active=true] .landing-plan-season-phases article:nth-child(3){animation-delay:.12s}.landing-plan-season[data-active=true] .landing-plan-season-phases article:nth-child(4){animation-delay:.18s}.landing-plan-season[data-active=true] .landing-plan-season-phases article:nth-child(5){animation-delay:.24s}@keyframes landing-plan-phase-enter{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translate(0,0)}}@media (width<=1280px){.landing-plan-days{grid-template-columns:repeat(4,minmax(0,1fr))}.landing-plan-day{min-height:148px}.landing-plan-selected-detail{grid-template-columns:minmax(110px,.7fr) minmax(0,1.3fr)}.landing-plan-selected-detail p{grid-column:1/-1}.landing-plan-season-phases{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-plan-season-phases article[data-phase="4"],.landing-plan-season-phases article[data-phase="5"]{min-height:64px}}@media (width<=1000px){.landing-adaptive-plan{grid-template-columns:1fr;gap:2.5rem}.landing-adaptive-plan-copy{order:-1}.landing-adaptive-plan .landing-adaptive-plan-lead{max-width:44rem}}@media (width<=620px){.landing-adaptive-plan h2{font-size:36px}.landing-plan-days{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-plan-day{min-height:150px}.landing-plan-selected-detail{grid-template-columns:1fr}.landing-plan-selected-detail>span,.landing-plan-selected-detail p{grid-column:auto}.landing-plan-summary{grid-template-columns:1fr}.landing-plan-view-switcher.landing-mobile-theme-switch{flex:auto;width:100%}.landing-plan-view-switcher button{flex:50%}.landing-plan-ui-view-header{flex-direction:column;align-items:stretch}.landing-plan-view-status{align-self:flex-start}.landing-plan-season-phases{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-plan-season-phases article{min-height:68px}.landing-plan-season-phases article:last-child{grid-column:1/-1}.landing-plan-season-weeks{grid-template-columns:repeat(6,minmax(0,1fr));row-gap:1.45rem}.landing-plan-season-weeks>div:nth-child(n+7){margin-top:.1rem}.landing-plan-season-detail dl{grid-template-columns:1fr}}.landing-daily-recommendation{grid-template-columns:minmax(320px,.7fr) minmax(0,1.3fr);align-items:center;gap:clamp(2.5rem,5vw,5.5rem);display:grid}.landing-daily-recommendation-copy,.landing-daily-recommendation-mockup{min-width:0}.landing-daily-recommendation h2{color:#f3faf9;letter-spacing:-.045em;margin:.85rem 0 1rem;font-size:45px;font-weight:300;line-height:.98}.landing-daily-recommendation .landing-daily-recommendation-lead{color:#aebdc2;max-width:35rem;margin:0;font-size:1rem;line-height:1.72}.landing-recommendation-points{margin-top:clamp(1.7rem,3vw,2.4rem);display:grid}.landing-recommendation-points button{appearance:none;width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #ffffff13;border-left:2px solid #0000;grid-template-columns:2rem minmax(0,1fr);gap:.8rem;margin:0;padding:1rem .75rem;transition:border-color .22s,background-color .22s;display:grid}.landing-recommendation-points button:hover,.landing-recommendation-points button[data-active=true]{background:linear-gradient(90deg,#1ce2b113,#0000 76%);border-left-color:#1ce2b194}.landing-recommendation-points button:focus-visible{outline-offset:2px;outline:2px solid #78f3d5cc}.landing-recommendation-points button>span{color:#68d8bd94;letter-spacing:.08em;padding-top:.12rem;font-size:.68rem;font-weight:650;transition:color .22s}.landing-recommendation-points h3{color:#eaf4f2;margin:0 0 .25rem;font-size:.96rem;font-weight:600;transition:color .22s}.landing-recommendation-points p{color:#8fa1a8;margin:0;font-size:.86rem;line-height:1.55}.landing-recommendation-points button[data-active=true]>span{color:#69e1c3}.landing-recommendation-points button[data-active=true] h3{color:#f6fffd;font-weight:700}.landing-recommendation-ui{background:linear-gradient(145deg,#051617fa,#030d11fa);border:1px solid #1ce2b140;border-radius:14px;width:100%;padding:.75rem;overflow:hidden;box-shadow:0 28px 72px #00000052}.landing-recommendation-state,.landing-recommendation-reasons,.landing-recommendation-disclaimer{opacity:.68;border:1px solid #0000;border-radius:11px;transition:opacity .22s,border-color .22s,background-color .22s}.landing-recommendation-state[data-active=true],.landing-recommendation-reasons[data-active=true],.landing-recommendation-disclaimer[data-active=true]{opacity:1;background:#1ce2b10d;border-color:#1ce2b140}.landing-recommendation-state{padding:clamp(1rem,2vw,1.4rem)}.landing-recommendation-label{color:#48ddba;letter-spacing:.11em;text-transform:uppercase;font-size:.67rem;font-weight:700;display:block}.landing-recommendation-state-heading{justify-content:space-between;align-items:center;gap:1rem;margin-top:.65rem;display:flex}.landing-recommendation-state-heading h3{color:#f1f9f7;margin:0;font-size:clamp(1.35rem,2.4vw,2rem);font-weight:450;line-height:1.1}.landing-recommendation-state-heading span{color:#78e5c9;background:#1ce2b114;border:1px solid #1ce2b147;border-radius:999px;flex:none;padding:.45rem .72rem;font-size:.7rem;font-weight:650}.landing-recommendation-state>p{color:#bdcbcf;margin:1rem 0 0;font-size:.84rem;line-height:1.65}.landing-recommendation-reasons{margin-top:.65rem;padding:.65rem}.landing-recommendation-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;display:grid}.landing-recommendation-cards article{background:#ffffff06;border:1px solid #ffffff13;border-radius:9px;min-width:0;min-height:112px;padding:.78rem}.landing-recommendation-cards span,.landing-recommendation-cards strong,.landing-recommendation-cards small{overflow-wrap:anywhere;display:block}.landing-recommendation-cards span{color:#91a4a9;font-size:.66rem;font-weight:600}.landing-recommendation-cards strong{color:#edf7f5;margin-top:.65rem;font-size:.94rem;font-weight:650}.landing-recommendation-cards small{color:#73dcc2;margin-top:.3rem;font-size:.62rem;line-height:1.35}.landing-recommendation-signals{margin-top:1rem}.landing-recommendation-signals>h3{color:#eaf4f2;margin:0 0 .65rem;font-size:.92rem;font-weight:600}.landing-recommendation-signals>div{gap:.5rem;display:grid}.landing-recommendation-signals article{background:#ffffff05;border:1px solid #ffffff12;border-radius:9px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.85rem;padding:.72rem .8rem;display:grid}.landing-recommendation-signals strong{color:#e3eeec;font-size:.76rem;font-weight:650;display:block}.landing-recommendation-signals p{color:#8fa2a8;margin:.25rem 0 0;font-size:.68rem;line-height:1.45}.landing-recommendation-signals article>span{color:#aabbbf;white-space:nowrap;font-size:.68rem;font-weight:600}.landing-recommendation-disclaimer{margin-top:.65rem;padding:.9rem 1rem}.landing-recommendation-disclaimer p{color:#9fb2b6;margin:0;font-size:.72rem;line-height:1.55}@media (width<=1180px){.landing-recommendation-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1000px){.landing-daily-recommendation{grid-template-columns:1fr;gap:2.5rem}.landing-daily-recommendation .landing-daily-recommendation-lead{max-width:44rem}}@media (width<=620px){.landing-daily-recommendation h2{font-size:36px}.landing-recommendation-state-heading{flex-direction:column;align-items:flex-start}.landing-recommendation-signals article{grid-template-columns:1fr}.landing-recommendation-signals article>span{white-space:normal}}.landing-progress-section{grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);align-items:center;gap:clamp(2.5rem,5vw,5.5rem);display:grid}.landing-progress-mockup,.landing-progress-copy{min-width:0}.landing-progress-section h2{color:#f3faf9;letter-spacing:-.045em;margin:.85rem 0 1rem;font-size:45px;font-weight:300;line-height:.98}.landing-progress-section .landing-progress-lead{color:#aebdc2;max-width:35rem;margin:0;font-size:1rem;line-height:1.72}.landing-progress-points{margin-top:clamp(1.7rem,3vw,2.4rem);display:grid}.landing-progress-points button{appearance:none;width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #ffffff13;border-left:2px solid #0000;grid-template-columns:2rem minmax(0,1fr);gap:.8rem;margin:0;padding:1rem .75rem;transition:border-color .24s,background-color .24s;display:grid}.landing-progress-points button:hover,.landing-progress-points button[data-active=true]{background:linear-gradient(90deg,#1ce2b113,#0000 76%);border-left-color:#1ce2b194}.landing-progress-points button:focus-visible{outline-offset:2px;outline:2px solid #78f3d5cc}.landing-progress-points button>span{color:#68d8bd94;letter-spacing:.08em;padding-top:.12rem;font-size:.68rem;font-weight:650;transition:color .24s}.landing-progress-points h3{color:#eaf4f2;margin:0 0 .25rem;font-size:.96rem;font-weight:600;transition:color .24s}.landing-progress-points p{color:#8fa1a8;margin:0;font-size:.86rem;line-height:1.55}.landing-progress-points button[data-active=true]>span{color:#69e1c3}.landing-progress-points button[data-active=true] h3{color:#f6fffd;font-weight:700}.landing-progress-ui{background:linear-gradient(145deg,#051617fa,#030d11fa);border:1px solid #1ce2b140;border-radius:14px;width:100%;overflow:hidden;box-shadow:0 28px 72px #00000052}.landing-progress-view-stack{display:grid}.landing-progress-view{opacity:0;visibility:hidden;pointer-events:none;grid-area:1/1;min-width:0;padding:clamp(.9rem,2vw,1.2rem);transition:opacity .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1),visibility 0s linear .28s;transform:translateY(6px)}.landing-progress-view[data-active=true]{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s;transform:translateY(0)}.landing-progress-view>header{border-bottom:1px solid #fff1;padding-bottom:.85rem}.landing-progress-view>header h3{color:#edf6f5;margin:0;font-size:1rem;font-weight:600}.landing-progress-kpis,.landing-efficiency-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-top:.85rem;display:grid}.landing-progress-kpis article,.landing-efficiency-summary article{background:#ffffff06;border:1px solid #ffffff13;border-top:2px solid #1ce2b18c;border-radius:9px;min-width:0;min-height:102px;padding:.78rem}.landing-progress-kpis article.fatigue{border-top-color:#f5ac1db3}.landing-progress-kpis article.form{border-top-color:#a689ffb3}.landing-progress-kpis span,.landing-progress-kpis strong,.landing-progress-kpis small,.landing-efficiency-summary span,.landing-efficiency-summary strong{overflow-wrap:anywhere;display:block}.landing-progress-kpis span,.landing-efficiency-summary span{color:#8fa2a8;font-size:.65rem;font-weight:600}.landing-progress-kpis strong,.landing-efficiency-summary strong{color:#eff8f6;margin-top:.4rem;font-size:1.2rem;font-weight:650}.landing-progress-kpis small{color:#6fddc2;margin-top:.24rem;font-size:.62rem;line-height:1.35}.landing-progress-kpis .fatigue small{color:#e7b85b}.landing-progress-kpis .form small{color:#b8a4ff}.landing-progress-chart{background:#0000001c;border:1px solid #fff1;border-radius:10px;min-width:0;margin-top:.85rem;padding:.65rem}.landing-progress-chart svg{width:100%;height:250px;display:block}.landing-progress-grid-lines line{stroke:#fff1;stroke-width:1px;vector-effect:non-scaling-stroke}.landing-progress-line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;vector-effect:non-scaling-stroke}.landing-progress-line.fitness,.landing-progress-line.pace{stroke:#27d8b1}.landing-progress-line.fatigue{stroke:#f5ac1d}.landing-progress-line.form{stroke:#a689ff}.landing-progress-line.heart{stroke:#ff6868;stroke-dasharray:6 5}.landing-progress-legend,.landing-consistency-legend{flex-wrap:wrap;justify-content:center;align-items:center;gap:.9rem;margin-top:.45rem;display:flex}.landing-progress-legend span,.landing-consistency-legend span{color:#8fa2a8;align-items:center;gap:.35rem;font-size:.62rem;font-weight:600;display:inline-flex}.landing-progress-legend i,.landing-consistency-legend i{background:#27d8b1;border-radius:999px;width:7px;height:7px}.landing-progress-legend .fatigue i,.landing-consistency-legend .intensity i{background:#f5ac1d}.landing-progress-legend .form i{background:#a689ff}.landing-progress-legend .heart i{background:#ff6868}.landing-consistency-legend .rest i{background:#66777d}.landing-progress-note{color:#9eb2b6;border-top:1px solid #fff1;margin:.8rem 0 0;padding-top:.75rem;font-size:.72rem;line-height:1.55}.landing-efficiency-summary article.result{background:#1ce2b10e;border-top-color:#1ce2b1b8}.landing-efficiency-summary article.result strong{color:#67e3c4;font-size:1.35rem}.landing-efficiency-summary article.result span{margin-top:.32rem;line-height:1.4}.landing-consistency-heading{background:#1ce2b10a;border:1px solid #1ce2b126;border-radius:10px;justify-content:space-between;align-items:baseline;gap:1rem;margin-top:1rem;padding:.9rem 1rem;display:flex}.landing-consistency-heading strong{color:#52dfbd;font-size:2rem;font-weight:650}.landing-consistency-heading span{color:#a5b7bb;font-size:.76rem;font-weight:600}.landing-consistency-weeks{gap:.7rem;margin-top:1.2rem;display:grid}.landing-consistency-week{grid-template-columns:5.5rem minmax(0,1fr);align-items:center;gap:.8rem;display:grid}.landing-consistency-week>span{color:#8fa2a8;font-size:.66rem;font-weight:600}.landing-consistency-week>div{grid-template-columns:repeat(7,minmax(0,1fr));gap:.38rem;display:grid}.landing-consistency-week i{background:#27d8b1;border-radius:999px;height:12px;display:block}.landing-consistency-week i.rest{background:#66777d}.landing-consistency-week i.intensity{background:#f5ac1d}@media (width<=1000px){.landing-progress-section{grid-template-columns:1fr;gap:2.5rem}.landing-progress-copy{order:-1}.landing-progress-section .landing-progress-lead{max-width:44rem}}@media (width<=620px){.landing-progress-section h2{font-size:36px}.landing-progress-kpis,.landing-efficiency-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-progress-kpis article:last-child,.landing-efficiency-summary article.result{grid-column:1/-1}.landing-progress-chart svg{height:210px}.landing-consistency-week{grid-template-columns:1fr;gap:.35rem}}.landing-race-section{grid-template-columns:minmax(320px,.7fr) minmax(0,1.3fr);align-items:center;gap:clamp(2.5rem,5vw,5.5rem);display:grid}.landing-race-copy,.landing-race-mockup{min-width:0}.landing-race-section h2{color:#f3faf9;letter-spacing:-.045em;margin:.85rem 0 1rem;font-size:45px;font-weight:300;line-height:.98}.landing-race-lead{color:#aebdc2;max-width:35rem;margin:0;font-size:1rem;line-height:1.72}.landing-race-points{margin-top:clamp(1.7rem,3vw,2.4rem);display:grid}.landing-race-points button{appearance:none;width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #ffffff13;border-left:2px solid #0000;grid-template-columns:2rem minmax(0,1fr);gap:.8rem;margin:0;padding:1rem .75rem;transition:border-color .24s,background-color .24s;display:grid}.landing-race-points button:hover,.landing-race-points button[data-active=true]{background:linear-gradient(90deg,#1ce2b113,#0000 76%);border-left-color:#1ce2b194}.landing-race-points button:focus-visible{outline-offset:2px;outline:2px solid #78f3d5cc}.landing-race-points button>span{color:#68d8bd94;letter-spacing:.08em;padding-top:.12rem;font-size:.68rem;font-weight:650;transition:color .24s}.landing-race-points h3{color:#eaf4f2;margin:0 0 .25rem;font-size:.96rem;font-weight:600;transition:color .24s}.landing-race-points p{color:#8fa1a8;margin:0;font-size:.86rem;line-height:1.55}.landing-race-points button[data-active=true]>span{color:#69e1c3}.landing-race-points button[data-active=true] h3{color:#f6fffd;font-weight:700}.landing-race-ui{background:linear-gradient(145deg,#051617fa,#030d11fa);border:1px solid #1ce2b140;border-radius:14px;width:100%;overflow:hidden;box-shadow:0 28px 72px #00000052}.landing-race-view-stack{display:grid}.landing-race-view{opacity:0;visibility:hidden;pointer-events:none;grid-area:1/1;min-width:0;padding:clamp(1rem,2vw,1.35rem);transition:opacity .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1),visibility 0s linear .28s;transform:translateY(6px)}.landing-race-view[data-active=true]{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s;transform:translateY(0)}.landing-race-panel-header{border-bottom:1px solid #ffffff12;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1rem;padding-bottom:1rem;display:grid}.landing-race-panel-header>div:first-child>span,.landing-race-simple-header h3{color:#55dcb9;letter-spacing:.09em;text-transform:uppercase;font-size:.66rem;font-weight:700}.landing-race-panel-header h3{color:#f1f8f7;margin:.35rem 0 .25rem;font-size:clamp(1.2rem,2vw,1.55rem);font-weight:620}.landing-race-panel-header p{color:#91a5aa;margin:0;font-size:.76rem}.landing-race-countdown{border-left:1px solid #ffffff14;justify-items:center;min-width:90px;padding-left:1rem;display:grid}.landing-race-countdown strong{color:#27dfb6;font-size:2.8rem;font-weight:650;line-height:.9}.landing-race-countdown span{color:#91a4a9;letter-spacing:.07em;text-transform:uppercase;margin-top:.38rem;font-size:.66rem;font-weight:700}.landing-race-goal-kpis{border-block:1px solid #fff1;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:1rem;display:grid}.landing-race-goal-kpis article{border-right:1px solid #fff1;min-width:0;padding:.85rem .7rem}.landing-race-goal-kpis article:last-child{border-right:0}.landing-race-goal-kpis span,.landing-race-goal-kpis strong,.landing-race-goal-kpis small{display:block}.landing-race-goal-kpis span{color:#83979c;letter-spacing:.03em;font-size:.68rem;font-weight:650}.landing-race-goal-kpis strong{color:#edf7f5;overflow-wrap:anywhere;margin-top:.38rem;font-size:.92rem;font-weight:650}.landing-race-goal-kpis small{color:#84999e;margin-top:.24rem;font-size:.64rem;line-height:1.35}.landing-race-goal-kpis article:nth-child(2) strong{color:#54dfbd}.landing-race-progress{margin-top:1rem}.landing-race-progress>div:first-child{color:#91a4a9;justify-content:space-between;gap:1rem;font-size:.68rem;font-weight:650;display:flex}.landing-race-progress>div:first-child strong{color:#46dbb7}.landing-race-progress-track{background:#78969a29;border-radius:999px;height:7px;margin-top:.55rem;overflow:hidden}.landing-race-progress-track i{border-radius:inherit;background:linear-gradient(90deg,#21d8ad,#71e5c9);width:80%;height:100%;display:block}.landing-race-insight,.landing-race-note{color:#a5b8bc;border-top:1px solid #fff1;margin:1rem 0 0;padding-top:.8rem;font-size:.72rem;line-height:1.55}.landing-race-simple-header{border-bottom:1px solid #ffffff12;padding-bottom:.85rem}.landing-race-simple-header h3{margin:0}.landing-race-readiness-heading{align-items:center;gap:.9rem;margin-top:.9rem;display:flex}.landing-race-score{background:conic-gradient(#25dcb2 80%, #78969a26 0);border-radius:50%;place-items:center;width:68px;height:68px;display:grid;position:relative}.landing-race-score:after{content:"";border-radius:inherit;background:#061517;position:absolute;inset:7px}.landing-race-score strong{z-index:1;color:#eaf6f4;font-size:.85rem}.landing-race-readiness-heading>div:last-child{gap:.2rem;display:grid}.landing-race-readiness-heading>div:last-child strong{color:#54dfbd;font-size:1.45rem}.landing-race-readiness-heading>div:last-child span{color:#a7b9bd;font-size:.75rem;font-weight:600}.landing-race-readiness-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin-top:.9rem;display:grid}.landing-race-readiness-grid article{background:#1ce2b106;border:1px solid #1ce2b121;border-radius:9px;min-width:0;padding:.75rem}.landing-race-readiness-grid span,.landing-race-readiness-grid strong{display:block}.landing-race-readiness-grid span{color:#83979c;font-size:.68rem;font-weight:650}.landing-race-readiness-grid strong{color:#58dfbd;margin-top:.3rem;font-size:.88rem}.landing-race-readiness-grid p{color:#9aadb1;margin:.35rem 0 0;font-size:.7rem;line-height:1.45}.landing-race-note{color:#88a29f;background:#1ce2b106;border:1px solid #1ce2b121;border-radius:8px;margin-top:.65rem;padding:.65rem .75rem}.landing-race-results{grid-template-columns:repeat(2,minmax(0,1fr)) minmax(0,1.1fr);gap:.55rem;margin-top:.85rem;display:grid}.landing-race-results article,.landing-race-result-main,.landing-race-comparison-metrics article{background:#ffffff05;border:1px solid #ffffff13;border-radius:9px;min-width:0;padding:.7rem}.landing-race-results span,.landing-race-results strong,.landing-race-comparison-metrics span,.landing-race-comparison-metrics strong{display:block}.landing-race-results span,.landing-race-comparison-metrics span{color:#85999e;font-size:.68rem;font-weight:600}.landing-race-results strong{color:#eef7f5;margin-top:.3rem;font-size:.95rem}.landing-race-result-main{background:#1ce2b10b;border-color:#1ce2b133}.landing-race-result-main strong{color:#47dfb9;font-size:1.15rem}.landing-race-distance-copy{margin-top:.85rem}.landing-race-distance-copy strong{color:#35dfb5;font-size:1.25rem}.landing-race-distance-copy p{color:#98acb0;margin:.25rem 0 0;font-size:.72rem;line-height:1.45}.landing-race-track-visual{background:#1ce2b106;border:1px solid #1ce2b11f;border-radius:10px;height:128px;margin-top:.8rem;position:relative}.landing-race-track-line{background:linear-gradient(90deg,#34474d,#34474d 43%,#23d9b1 43% 71%,#34474d 71%);border-radius:999px;height:5px;position:absolute;bottom:39px;left:8%;right:8%}.landing-race-track-marker{color:#90a3a8;justify-items:center;font-size:.68rem;font-weight:700;display:grid;position:absolute;bottom:20px;transform:translate(-50%)}.landing-race-track-marker.previous{color:#7f9297;opacity:.72;left:44%}.landing-race-track-marker.current{color:#65e6c6;left:68%}.landing-race-track-marker .landing-icon{width:38px;height:50px;box-shadow:none;background:0 0;border:0;border-radius:0;margin-bottom:14px}.landing-race-track-marker .landing-icon svg{stroke-width:2px;width:38px;height:46px}.landing-race-track-marker.previous .landing-icon{width:29px;height:38px}.landing-race-track-marker.previous .landing-icon svg{stroke-width:1.65px;width:29px;height:34px}.landing-race-track-marker b{color:#43dfb8;white-space:nowrap;background:#07191a;border:1px solid #1ce2b140;border-radius:999px;padding:.2rem .42rem;font-size:.66rem;position:absolute;bottom:78px;left:50%;transform:translate(-50%)}.landing-race-comparison-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-top:.8rem;display:grid}.landing-race-comparison-metrics strong{color:#54dfbd;overflow-wrap:anywhere;margin-top:.3rem;font-size:.78rem}@media (width<=1000px){.landing-race-section{grid-template-columns:1fr;gap:2.5rem}.landing-race-lead{max-width:44rem}}@media (width<=620px){.landing-race-section h2{font-size:36px}.landing-race-panel-header{grid-template-columns:minmax(0,1fr) 78px}.landing-race-countdown{min-width:0}.landing-race-countdown strong{font-size:2.15rem}.landing-race-goal-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-race-goal-kpis article:nth-child(2){border-right:0}.landing-race-goal-kpis article:nth-child(-n+2){border-bottom:1px solid #fff1}.landing-race-readiness-grid{grid-template-columns:1fr}.landing-race-results{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-race-result-main{grid-column:1/-1}.landing-race-comparison-metrics{grid-template-columns:1fr}}.landing-club-product{grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);align-items:center;gap:clamp(2.5rem,5vw,5.5rem);display:grid}.landing-club-product-mockup,.landing-club-product-copy{min-width:0}.landing-club-product h2{color:#f3faf9;letter-spacing:-.045em;margin:.85rem 0 1rem;font-size:45px;font-weight:300;line-height:.98}.landing-club-product-lead{color:#aebdc2;max-width:35rem;margin:0;font-size:1rem;line-height:1.72}.landing-club-product-points{margin-top:clamp(1.7rem,3vw,2.4rem);display:grid}.landing-club-product-points button{appearance:none;width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #ffffff13;border-left:2px solid #0000;grid-template-columns:2rem minmax(0,1fr);gap:.8rem;margin:0;padding:1rem .75rem;transition:border-color .24s,background-color .24s;display:grid}.landing-club-product-points button:hover,.landing-club-product-points button[data-active=true]{background:linear-gradient(90deg,#1ce2b113,#0000 76%);border-left-color:#1ce2b194}.landing-club-product-points button:focus-visible,.landing-club-product-cta:focus-visible{outline-offset:2px;outline:2px solid #78f3d5cc}.landing-club-product-points button>span{color:#68d8bd94;letter-spacing:.08em;padding-top:.12rem;font-size:.68rem;font-weight:650;transition:color .24s}.landing-club-product-points h3{color:#eaf4f2;margin:0 0 .25rem;font-size:.96rem;font-weight:600;transition:color .24s}.landing-club-product-points p{color:#8fa1a8;margin:0;font-size:.86rem;line-height:1.55}.landing-club-product-points button[data-active=true]>span{color:#69e1c3}.landing-club-product-points button[data-active=true] h3{color:#f6fffd;font-weight:700}.landing-club-product-cta{color:#03100d;width:fit-content;min-height:46px;margin-top:1.3rem;padding-inline:1.15rem;font-size:.84rem;font-weight:700}.landing-club-product-cta:hover{color:#03100d;filter:brightness(1.06)}.landing-club-ui{background:linear-gradient(145deg,#051617fa,#030d11fa);border:1px solid #1ce2b140;border-radius:14px;width:100%;overflow:hidden;box-shadow:0 28px 72px #00000052}.landing-club-ui-header{background:#1ce2b106;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.15rem;display:flex}.landing-club-ui-header>div{align-items:baseline;gap:.65rem;min-width:0;display:flex}.landing-club-ui-header strong{color:#eef8f6;font-size:1rem;font-weight:650}.landing-club-ui-header span{color:#83979c;font-size:.7rem;font-weight:600}.landing-club-ui-header i{background:#31dcb5;border-radius:50%;flex:none;width:8px;height:8px;box-shadow:0 0 0 5px #31dcb514}.landing-club-view-stack{display:grid}.landing-club-view{opacity:0;visibility:hidden;pointer-events:none;grid-area:1/1;min-width:0;padding:clamp(.9rem,2vw,1.15rem);transition:opacity .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1),visibility 0s linear .28s;transform:translateY(6px)}.landing-club-view[data-active=true]{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s;transform:translateY(0)}.landing-club-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;display:grid}.landing-club-kpis article,.landing-club-overview-grid>article,.landing-club-challenge-grid article,.landing-club-ranking-grid>article{background:#ffffff05;border:1px solid #ffffff12;border-radius:9px;min-width:0}.landing-club-kpis article{border-top-color:#1ce2b17a;min-height:75px;padding:.68rem}.landing-club-kpis span,.landing-club-kpis strong{display:block}.landing-club-kpis span{color:#82969b;font-size:.62rem;font-weight:600;line-height:1.35}.landing-club-kpis strong{color:#57dfbd;margin-top:.4rem;font-size:1rem;font-weight:650}.landing-club-overview-grid,.landing-club-ranking-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:.55rem;margin-top:.65rem;display:grid}.landing-club-overview-grid>article,.landing-club-ranking-grid>article{padding:.75rem}.landing-club-overview-grid h3,.landing-club-leaderboard h3,.landing-club-milestone h3,.landing-club-subtitle{color:#dce9e7;margin:0;font-size:.76rem;font-weight:650}.landing-club-bars{border-bottom:1px solid #ffffff14;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;height:126px;margin-top:.7rem;display:grid}.landing-club-bars div{grid-template-rows:minmax(0,1fr) auto;align-items:end;gap:.4rem;min-width:0;display:grid}.landing-club-bars i{height:var(--club-bar-height);background:linear-gradient(#32e0b5e6,#1ce2b133);border-radius:5px 5px 2px 2px;min-height:18px;display:block}.landing-club-bars span{color:#778c91;text-align:center;text-overflow:ellipsis;white-space:nowrap;padding-bottom:.35rem;font-size:.52rem;overflow:hidden}.landing-club-engagement ol,.landing-club-leaderboard ol{gap:0;margin:.55rem 0 0;padding:0;list-style:none;display:grid}.landing-club-engagement li,.landing-club-leaderboard li{color:#a2b4b8;border-top:1px solid #ffffff0e;grid-template-columns:1.3rem minmax(0,1fr) auto;align-items:center;gap:.45rem;padding:.55rem 0;font-size:.65rem;display:grid}.landing-club-engagement li b,.landing-club-leaderboard li b{color:#4cdbb7;font-size:.62rem}.landing-club-engagement li strong,.landing-club-leaderboard li strong{color:#d8e7e4;white-space:nowrap;font-size:.62rem}.landing-club-insight{color:#9eb2b6;border-top:1px solid #fff1;margin:.75rem 0 0;padding-top:.7rem;font-size:.7rem;line-height:1.5}.landing-club-panel-title>span{color:#55dcb9;letter-spacing:.09em;text-transform:uppercase;font-size:.66rem;font-weight:700}.landing-club-panel-title h3{color:#eff8f6;margin:.35rem 0 0;font-size:1.25rem;font-weight:620}.landing-club-chips,.landing-club-workout-meta,.landing-club-attendance,.landing-club-attendance>div{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.landing-club-chips{margin-top:.65rem}.landing-club-chips span{color:#75d9c1;background:#1ce2b10b;border:1px solid #1ce2b12e;border-radius:999px;padding:.25rem .48rem;font-size:.58rem;font-weight:650}.landing-club-workout-meta{color:#a5b6ba;margin-top:.7rem;font-size:.7rem;font-weight:600}.landing-club-workout-meta span:not(:last-child):after{content:"·";color:#496066;margin-left:.45rem}.landing-club-location{color:#82969b;justify-content:space-between;gap:1rem;margin-top:.65rem;font-size:.68rem;display:flex}.landing-club-location strong{color:#dceae7}.landing-club-map{background:#091a1d;border:1px solid #1ce2b129;border-radius:9px;margin-top:.65rem;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff06}.landing-club-map:after{content:"";pointer-events:none;background:linear-gradient(#030e110a,#030e113b);position:absolute;inset:0}.landing-club-map svg{width:100%;height:150px;display:block}.landing-club-map .map-water{fill:none;stroke:#4692a733;stroke-width:13px}.landing-club-map .map-park{fill:url(#club-map-park);stroke:#4a9a7729;stroke-width:1px}.landing-club-map .map-park-detail{fill:none;stroke:#68af8b21;stroke-width:2px;stroke-dasharray:4 5}.landing-club-map .map-blocks{fill:#869ea00e;stroke:#97b2b312;stroke-width:1px}.landing-club-map .map-roads,.landing-club-map .map-minor-roads{fill:none;stroke:#97b2b324;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.landing-club-map .map-roads .road-main{stroke:#abc2c238;stroke-width:5px}.landing-club-map .map-minor-roads{stroke:#97b2b313;stroke-width:1px}.landing-club-map .map-route-glow{fill:none;stroke:#23dfb34d;stroke-linecap:round;stroke-linejoin:round;stroke-width:10px;filter:url(#club-route-shadow)}.landing-club-map .map-route{fill:none;stroke:#26dfb3;stroke-linecap:round;stroke-linejoin:round;stroke-width:5px}.landing-club-map .map-meeting-marker circle{fill:#09211f;stroke:#7cebd0;stroke-width:2px}.landing-club-map .map-meeting-marker path{fill:#7cebd0}.landing-club-map .map-label rect{fill:#041114db;stroke:#8ab5b524}.landing-club-map .map-label text{fill:#b9c9c9;font-family:inherit;font-size:11px;font-weight:650}.landing-club-map .city-label text{fill:#e0ecea;font-size:12px}.landing-club-map .route-label rect{fill:#051f1cf0;stroke:#26dfb34d}.landing-club-map .route-label circle{fill:#26dfb3}.landing-club-map .route-label text{fill:#7cebd0}.landing-club-route{background:linear-gradient(145deg,#0f2c2b8c,#051317cc);border:1px solid #1ce2b11f;border-radius:9px;margin-top:.65rem;overflow:hidden}.landing-club-route svg{width:100%;height:150px;display:block}.landing-club-route .route-grid{fill:none;stroke:#7aa2a314;stroke-width:1px}.landing-club-route .route-line{fill:none;stroke:#30dfb6;stroke-linecap:round;stroke-linejoin:round;stroke-width:4px}.landing-club-route circle{fill:#061619;stroke:#62e7c7;stroke-width:3px}.landing-club-elevation{margin-top:.55rem}.landing-club-elevation>span{color:#81959a;font-size:.6rem;font-weight:650}.landing-club-elevation svg{width:100%;height:42px;margin-top:.2rem;display:block}.landing-club-elevation path{fill:#2fdcb11a;stroke:#48ddba94;stroke-width:2px}.landing-club-attendance{justify-content:space-between;margin-top:.55rem}.landing-club-attendance strong{color:#a5b8bc;font-size:.68rem}.landing-club-attendance>span{color:#75e6ca;background:#1ce2b121;border-radius:7px;padding:.42rem .7rem;font-size:.66rem;font-weight:700}.landing-club-subtitle{color:#8ca0a5;letter-spacing:.06em;text-transform:uppercase;margin-top:.65rem;font-size:.66rem}.landing-club-challenge-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-top:.55rem;display:grid}.landing-club-challenge-grid article{padding:.65rem}.landing-club-challenge-grid article>div:first-child{justify-content:space-between;gap:.35rem;display:flex}.landing-club-challenge-grid span,.landing-club-challenge-grid em{color:#6fdcc1;font-size:.52rem;font-style:normal;font-weight:650}.landing-club-challenge-grid em{color:#89a09f}.landing-club-challenge-grid h4{color:#dceae7;min-height:2.2em;margin:.45rem 0 0;font-size:.66rem;line-height:1.35}.landing-club-challenge-grid strong{color:#54dfbd;margin-top:.4rem;font-size:.7rem;display:block}.landing-club-progress{background:#74919524;border-radius:999px;height:5px;margin-top:.45rem;overflow:hidden}.landing-club-progress i{width:var(--club-progress);border-radius:inherit;background:#27dcb2;height:100%;display:block}.landing-club-ranking-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}.landing-club-leaderboard li{padding:.35rem 0}.landing-club-leaderboard p,.landing-club-milestone p{color:#82969b;margin:.5rem 0 0;font-size:.58rem;line-height:1.45}.landing-club-milestone>span{color:#57dabb;letter-spacing:.06em;text-transform:uppercase;font-size:.58rem;font-weight:700}.landing-club-milestone h3{margin-top:.45rem;line-height:1.4}.landing-club-milestone>strong{color:#58dfbd;margin-top:.7rem;font-size:1.25rem;display:block}.landing-club-dashboard-grid,.landing-club-events-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:.55rem;margin-top:.65rem;display:grid}.landing-club-health,.landing-club-engagement,.landing-club-event-card,.landing-club-ranking{background:#ffffff05;border:1px solid #ffffff12;border-radius:9px;min-width:0;padding:.75rem}.landing-club-health h3,.landing-club-engagement h3,.landing-club-ranking h3{color:#dce9e7;margin:0;font-size:.76rem;font-weight:650}.landing-club-health-rows{gap:.62rem;margin-top:.72rem;display:grid}.landing-club-health-rows>div{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.28rem .6rem;display:grid}.landing-club-health-rows span,.landing-club-health-rows strong{color:#99adb1;font-size:.62rem;font-weight:600}.landing-club-health-rows strong{color:#d9e8e5}.landing-club-health-rows>div>div{background:#74919524;border-radius:999px;grid-column:1/-1;height:4px;overflow:hidden}.landing-club-health-rows i{width:var(--club-progress);border-radius:inherit;background:linear-gradient(90deg,#20cda5,#5de0c1);height:100%;display:block}.landing-club-events-grid{align-items:stretch}.landing-club-event-card{flex-direction:column;display:flex}.landing-club-event-card.workout{border-color:#1ce2b129}.landing-club-event-card.race{background:linear-gradient(145deg,#1ce2b109,#ffffff04)}.landing-club-route.compact svg{height:88px}.landing-club-elevation.compact svg{height:32px}.landing-club-event-stats,.landing-club-race-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;margin-top:.6rem;display:grid}.landing-club-event-stats>div,.landing-club-race-summary>div{background:#ffffff05;border:1px solid #ffffff0e;border-radius:7px;min-width:0;padding:.48rem}.landing-club-event-stats span,.landing-club-event-stats strong,.landing-club-race-summary span,.landing-club-race-summary strong{display:block}.landing-club-event-stats span,.landing-club-race-summary span{color:#748a8f;font-size:.5rem;font-weight:600;line-height:1.35}.landing-club-event-stats strong,.landing-club-race-summary strong{color:#d9e8e5;margin-top:.28rem;font-size:.6rem;font-weight:650}.landing-club-race-summary{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:.75rem}.landing-club-race-lists{border-top:1px solid #fff1;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:.7rem;margin-top:.75rem;padding-top:.7rem;display:grid}.landing-club-race-lists h4{color:#82969b;letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:.56rem;font-weight:650}.landing-club-race-lists ul{gap:.4rem;margin:.5rem 0 0;padding:0;list-style:none;display:grid}.landing-club-race-lists li{color:#a7b8bb;justify-content:space-between;align-items:center;gap:.45rem;font-size:.59rem;display:flex}.landing-club-race-lists li i{background:#31dcb5;border-radius:50%;flex:none;width:6px;height:6px;margin-right:auto}.landing-club-race-lists li strong{color:#62dfc0;font-size:inherit}.landing-club-ranking{margin-top:.55rem}.landing-club-ranking-tabs{flex-wrap:wrap;gap:.3rem;margin-top:.55rem;display:flex}.landing-club-ranking-tabs button{appearance:none;color:#83979c;font:inherit;cursor:pointer;background:#ffffff05;border:1px solid #ffffff12;border-radius:7px;padding:.38rem .55rem;font-size:.56rem;font-weight:650;transition:border-color .22s,background-color .22s,color .22s}.landing-club-ranking-tabs button:hover,.landing-club-ranking-tabs button[data-active=true]{color:#64dfc0;background:#1ce2b117;border-color:#1ce2b147}.landing-club-ranking-tabs button:focus-visible{outline-offset:2px;outline:2px solid #78f3d5cc}.landing-club-ranking-stack{margin-top:.45rem;display:grid}.landing-club-ranking-stack ol{opacity:0;visibility:hidden;pointer-events:none;grid-area:1/1;align-self:start;margin:0;padding:0;list-style:none;transition:opacity .24s,transform .24s,visibility 0s linear .24s;display:grid;transform:translateY(4px)}.landing-club-ranking-stack ol[data-active=true]{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s;transform:translateY(0)}.landing-club-ranking-stack li{color:#a2b4b8;border-top:1px solid #ffffff0e;grid-template-columns:1.3rem minmax(0,1fr) auto;align-items:center;gap:.45rem;padding:.42rem 0;font-size:.62rem;display:grid}.landing-club-ranking-stack li b{color:#4cdbb7;font-size:.6rem}.landing-club-ranking-stack li strong{color:#d8e7e4;white-space:nowrap;font-size:.6rem}@media (width<=1000px){.landing-club-product{grid-template-columns:1fr;gap:2.5rem}.landing-club-product-copy{order:-1}.landing-club-product-lead{max-width:44rem}}@media (width<=620px){.landing-club-product h2{font-size:36px}.landing-club-ui-header>div{gap:.15rem;display:grid}.landing-club-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-club-overview-grid,.landing-club-ranking-grid,.landing-club-dashboard-grid,.landing-club-events-grid,.landing-club-challenge-grid{grid-template-columns:1fr}.landing-club-event-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-club-race-lists{grid-template-columns:1fr 1fr}.landing-club-challenge-grid h4{min-height:0}.landing-club-route svg{height:125px}.landing-club-map svg{height:auto;min-height:150px}.landing-club-product-cta{width:100%}.landing-club-attendance{align-items:flex-start}}.landing-additional-features{padding-block:clamp(5.5rem,10vw,9rem)}.landing-additional-features-header{text-align:center;max-width:760px;margin-inline:auto}.landing-additional-features-header h2{color:#f3faf9;letter-spacing:-.045em;margin:.85rem 0 1rem;font-size:45px;font-weight:300;line-height:1}.landing-additional-features-header p{color:#95a7ad;max-width:650px;margin:0 auto;font-size:1rem;line-height:1.7}.landing-additional-features-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(3.5rem,6vw,5.5rem) clamp(2rem,4vw,4.5rem);margin-top:clamp(4rem,7vw,6.5rem);display:grid}.landing-additional-feature{--feature-accent:#42dfba;min-width:0;transition:transform .2s;transition-delay:calc(var(--feature-index) * 34ms)}.landing-additional-feature[data-tone=cyan]{--feature-accent:#44c7d9}.landing-additional-feature[data-tone=blue]{--feature-accent:#5c9fe4}.landing-additional-feature[data-tone=purple]{--feature-accent:#9274dd}.landing-additional-feature[data-tone=amber]{--feature-accent:#d8aa4c}.landing-additional-feature-icon{border:1px solid color-mix(in srgb, var(--feature-accent) 58%, transparent);background:color-mix(in srgb, var(--feature-accent) 7%, transparent);width:46px;height:46px;color:var(--feature-accent);border-radius:11px;justify-content:center;align-items:center;transition:border-color .2s,background-color .2s;display:inline-flex}.landing-additional-feature-icon svg{width:22px;height:22px}.landing-additional-feature h3{color:#e9f2f1;margin:1.4rem 0 .55rem;font-size:1.08rem;font-weight:580;line-height:1.25;transition:color .2s}.landing-additional-feature p{color:#83969c;margin:0;font-size:.88rem;line-height:1.65}@media (hover:hover) and (pointer:fine){.landing-additional-feature:hover{transition-delay:0s;transform:translateY(-2px)}.landing-additional-feature:hover .landing-additional-feature-icon{border-color:var(--feature-accent);background:color-mix(in srgb, var(--feature-accent) 11%, transparent)}.landing-additional-feature:hover h3{color:#f8fffd}}@media (width<=1000px){.landing-additional-features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.landing-additional-features{padding-block:4.75rem}.landing-additional-features-header{text-align:left}.landing-additional-features-header h2{font-size:36px}.landing-additional-features-header p{margin:0}.landing-additional-features-grid{grid-template-columns:1fr;gap:2.7rem;margin-top:3.5rem}}.landing-mobile-app-showcase{grid-template-columns:minmax(0,.98fr) minmax(400px,.94fr);align-items:center;gap:clamp(1.75rem,3vw,3rem);display:grid}.landing-mobile-app-copy,.landing-mobile-phone-stage{min-width:0}.landing-mobile-app-copy h2{color:#f3faf9;letter-spacing:-.045em;max-width:620px;margin:.85rem 0 1rem;font-size:45px;font-weight:300;line-height:1}.landing-mobile-app-lead{color:#9aabb0;max-width:620px;margin:0;font-size:1rem;line-height:1.72}.landing-mobile-theme-switch{background:#071416d1;border:1px solid #1ce2b124;border-radius:11px;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;margin-top:1.75rem;padding:3px;display:inline-grid}.landing-mobile-theme-switch button{appearance:none;color:#84969c;min-height:40px;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.45rem;padding:0 .85rem;font-size:.78rem;font-weight:650;transition:border-color .22s,background-color .22s,color .22s;display:inline-flex}.landing-mobile-theme-switch button[data-active=true]{color:#8cebd4;background:#1ce2b11f;border-color:#1ce2b13d;box-shadow:inset 0 -2px #1ce2b18f}.landing-mobile-theme-switch button:focus-visible{outline-offset:2px;outline:2px solid #78f3d5cc}.landing-mobile-download-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;max-width:540px;margin-top:1.15rem;display:grid}.landing-mobile-download-option{background:#0714168c;border:1px solid #1ce2b11c;border-radius:12px;grid-template-rows:auto 1fr;grid-template-columns:minmax(0,1fr) 88px;align-items:center;gap:.55rem .75rem;min-width:0;min-height:116px;padding:.7rem;display:grid}.landing-mobile-download-label{gap:.12rem;min-width:0;display:grid}.landing-mobile-download-label strong{color:#eaf4f2;font-size:.76rem}.landing-mobile-download-label span{color:#7f9298;font-size:.6rem}.landing-mobile-download-option>a{grid-column:1;align-self:end;align-items:flex-end;width:fit-content;height:32px;display:flex}.landing-mobile-store-badge{object-fit:contain;width:auto;max-width:112px;height:32px;display:block}.landing-mobile-store-badge.google-play{transform-origin:0 100%;width:auto;height:32px;transform:translateY(6px)scale(1.3)}.landing-mobile-qr{background:#fff;border-radius:7px;grid-area:1/2/3;width:88px;height:88px;padding:4px;display:block}.landing-mobile-benefits{border-top:1px solid #ffffff12;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;max-width:560px;margin-top:1.15rem;padding-top:1rem;display:grid}.landing-mobile-benefits>div{min-width:0}.landing-mobile-benefits svg{color:#54dfbd}.landing-mobile-benefits strong{color:#dfeae8;margin-top:.5rem;font-size:.72rem;display:block}.landing-mobile-benefits p{color:#7f9298;margin:.28rem 0 0;font-size:.65rem;line-height:1.5}.landing-mobile-phone-stage{place-items:center;min-height:820px;display:grid;position:relative}.landing-mobile-phone-stage:before{content:"";aspect-ratio:1;filter:blur(12px);pointer-events:none;background:radial-gradient(circle,#1ce2b11c,#1ce2b100 67%);border-radius:50%;width:min(520px,100%);position:absolute}.landing-mobile-phone-shell{aspect-ratio:420/820;background:linear-gradient(145deg,#172126,#020609 62%);border:1px solid #a3c1be45;border-radius:46px;width:min(420px,100%);padding:8px;position:relative;box-shadow:0 38px 90px #00000075,inset 0 1px 1px #ffffff1f}.landing-mobile-phone-speaker{z-index:5;background:#030608;border-radius:999px;width:74px;height:18px;position:absolute;top:15px;left:50%;transform:translate(-50%)}.landing-mobile-screen-stack{background:#03070b;border-radius:37px;width:100%;height:100%;position:relative;overflow:hidden}.mobile-app-screen{--app-bg:#03070b;--app-bg-alt:#071018;--app-surface:#071416f2;--app-surface-muted:#0a131bdb;--app-border:#1ce2b124;--app-border-soft:#1ce2b117;--app-text:#eef4f5;--app-text-secondary:#bbcacfb8;--app-text-muted:#95a5ad;--app-accent:#1ce2b1;--app-accent-strong:#78f3d5;--app-accent-soft:#1ce2b129;--app-button-text:#03070b;--app-nav:#071416f7;background:var(--app-bg);color:var(--app-text);opacity:0;pointer-events:none;transition:opacity .28s,transform .28s;position:absolute;inset:0;overflow:hidden;transform:translateY(6px)}.mobile-app-screen[data-theme=light]{--app-bg:#f6f8f7;--app-bg-alt:#f1f5f3;--app-surface:#fff;--app-surface-muted:#f1f5f3;--app-border:#dde7e3;--app-border-soft:#e5ece8;--app-text:#10201c;--app-text-secondary:#52635d;--app-text-muted:#71837c;--app-accent:#087e6b;--app-accent-strong:#087e6b;--app-accent-soft:#ddfbf3;--app-button-text:#fff;--app-nav:#fff}.mobile-app-screen[data-active=true]{z-index:1;opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-app-statusbar{height:40px;color:var(--app-text-secondary);justify-content:space-between;align-items:center;padding:0 22px;font-size:10px;font-weight:700;display:flex}.mobile-app-status-icons{align-items:center;gap:4px;display:inline-flex}.mobile-app-scroll-content{padding:7px 19px 92px}.mobile-app-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.mobile-app-brand{align-items:center;gap:10px;min-width:0;display:flex}.mobile-app-brand-mark{object-fit:contain;flex:none;width:31px;height:35px;display:block}.mobile-app-brand-wordmark{object-fit:contain;width:112px;height:18px;display:block}.mobile-app-screen[data-theme=light] .mobile-app-brand-wordmark{filter:brightness(0)saturate();opacity:.88}.mobile-app-header-actions{flex:none;align-items:center;gap:6px;display:flex}.mobile-app-header-actions>span,.mobile-app-header-actions>b{border:1px solid var(--app-border);background:var(--app-surface-muted);width:31px;height:31px;color:var(--app-text-muted);border-radius:50%;place-items:center;display:grid;position:relative}.mobile-app-header-actions>b{border-color:var(--app-accent);color:var(--app-accent-strong);font-size:9px;font-weight:700}.mobile-app-header-actions .has-notification i{color:#190707;background:#f08d8d;border-radius:50%;place-items:center;width:14px;height:14px;font-size:7px;font-style:normal;font-weight:800;display:grid;position:absolute;top:-4px;right:-3px}.mobile-app-greeting{margin-top:16px}.mobile-app-greeting h3{color:var(--app-text);letter-spacing:-.035em;margin:0;font-size:23px;font-weight:650}.mobile-app-greeting p{color:var(--app-text-secondary);margin:5px 0 0;font-size:11px}.mobile-app-card{border:1px solid var(--app-border);background:var(--app-surface);box-shadow:0 9px 24px color-mix(in srgb, var(--app-bg) 70%, transparent);border-radius:18px;padding:15px}.mobile-app-workout-card{margin-top:16px}.mobile-app-signal-card,.mobile-app-recommendation-card{margin-top:11px}.mobile-app-card-topline{color:var(--app-text-muted);justify-content:space-between;align-items:center;gap:10px;font-size:10px;font-weight:650;display:flex}.mobile-app-card-topline b{border:1px solid var(--app-border);background:var(--app-accent-soft);color:var(--app-accent-strong);border-radius:999px;padding:4px 7px;font-size:9px}.mobile-app-workout-heading{align-items:center;gap:10px;margin-top:11px;display:flex}.mobile-app-card-icon{background:var(--app-accent-soft);width:39px;height:39px;color:var(--app-accent-strong);border-radius:10px;flex:none;place-items:center;display:grid}.mobile-app-workout-heading h4,.mobile-app-signal-card h4,.mobile-app-recommendation-card h4{color:var(--app-text);margin:0;font-size:15px;font-weight:650;line-height:1.25}.mobile-app-workout-heading p{color:var(--app-text-secondary);margin:2px 0 0;font-size:10px}.mobile-app-workout-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:12px;display:grid}.mobile-app-workout-metrics>div{border:1px solid var(--app-border-soft);background:var(--app-bg-alt);border-radius:11px;min-width:0;padding:8px 7px}.mobile-app-workout-metrics span,.mobile-app-workout-metrics strong{display:block}.mobile-app-workout-metrics span{color:var(--app-text-muted);letter-spacing:.04em;text-overflow:ellipsis;white-space:nowrap;font-size:7px;font-weight:700;overflow:hidden}.mobile-app-workout-metrics strong{color:var(--app-text);white-space:nowrap;margin-top:4px;font-size:10px;font-weight:650}.mobile-app-card-copy{color:var(--app-text-secondary);margin:7px 0 0;font-size:10px;line-height:1.5}.mobile-app-card-action{border-top:1px solid var(--app-border-soft);min-height:35px;color:var(--app-accent-strong);background:0 0;justify-content:center;align-items:center;gap:.5rem;margin-top:12px;padding:9px 4px 0;font-size:11px;font-weight:700;display:flex}.mobile-app-card-label{color:var(--app-accent-strong);letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px;font-size:9px;font-weight:700;display:block}.mobile-app-signal-content{border:1px solid var(--app-border);background:var(--app-accent-soft);border-radius:13px;grid-template-columns:36px minmax(0,1fr);align-items:start;gap:10px;padding:11px;display:grid}.mobile-app-signal-icon{background:var(--app-bg-alt);width:36px;height:36px;color:var(--app-accent);border-radius:50%;place-items:center;display:grid}.mobile-app-signal-content .mobile-app-card-copy{margin-top:5px}.mobile-app-recommendation-card .mobile-app-card-copy{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-top:7px;display:-webkit-box;overflow:hidden}.mobile-app-bottom-nav{z-index:3;border-top:1px solid var(--app-border-soft);background:var(--app-nav);min-height:73px;box-shadow:0 -10px 26px color-mix(in srgb, var(--app-bg) 78%, transparent);grid-template-columns:repeat(5,minmax(0,1fr));padding:9px 6px 12px;display:grid;position:absolute;bottom:0;left:0;right:0}.mobile-app-bottom-nav span{color:var(--app-text-muted);align-content:center;place-items:center;gap:4px;display:grid}.mobile-app-bottom-nav span[data-active=true]{color:var(--app-accent)}.mobile-app-bottom-nav small{font-size:8px;font-weight:600}@media (width<=1100px){.landing-mobile-app-showcase{grid-template-columns:1fr;gap:3.5rem}.landing-mobile-app-copy h2,.landing-mobile-app-lead{max-width:720px}.landing-mobile-phone-stage{place-items:center;min-height:0}}@media (width<=620px){.landing-mobile-app-copy h2{font-size:36px}.landing-mobile-theme-switch{width:100%;display:grid}.landing-mobile-download-grid{grid-template-columns:minmax(0,1fr);width:100%;max-width:360px;margin-inline:auto}.landing-mobile-download-option{text-align:center;grid-template-rows:auto auto auto;grid-template-columns:minmax(0,1fr);justify-items:center;gap:.7rem;min-height:0;padding:1rem;display:grid}.landing-mobile-download-label{justify-items:center}.landing-mobile-download-option>a{grid-column:1;justify-content:center;align-self:auto;align-items:center;width:160px;height:42px}.landing-mobile-store-badge{width:120px;max-width:none;height:auto}.landing-mobile-store-badge.google-play{width:154px;height:auto;transform:none}.landing-mobile-qr{grid-area:auto/1;width:112px;height:112px;display:block}.landing-mobile-benefits{grid-template-columns:1fr;gap:1rem}.landing-mobile-benefits>div{grid-template-columns:22px minmax(0,1fr);gap:.15rem .6rem;display:grid}.landing-mobile-benefits svg{grid-row:1/3}.landing-mobile-benefits strong{margin-top:0}.landing-mobile-benefits p{grid-column:2}.landing-mobile-phone-shell{max-width:390px}}.reveal-ready [data-reveal]:not([data-reveal-state=visible]){opacity:0;transform:translateY(34px)}[data-reveal]{transition:opacity .64s cubic-bezier(.22,1,.36,1),transform .64s cubic-bezier(.22,1,.36,1)}[data-reveal][data-reveal-state=visible]{opacity:1;transform:translate(0,0)}.reveal-ready [data-reveal=hero-visual]:not([data-reveal-state=visible]){opacity:0;transform:translateY(24px)scale(.975)}[data-reveal=hero-visual][data-reveal-state=visible]{transform:translate(0,0)scale(1)}[data-reveal-part]{--reveal-part-x:0px;--reveal-part-y:0px;--reveal-part-scale:1}[data-reveal-part][data-reveal-from=left]{--reveal-part-x:-30px}[data-reveal-part][data-reveal-from=right]{--reveal-part-x:30px}[data-reveal-part=mockup],[data-reveal-part=phone]{--reveal-part-scale:.98}[data-reveal-part=phone]{--reveal-part-y:32px}.reveal-ready [data-reveal]:not([data-reveal-state=visible]) [data-reveal-part]{opacity:0;transform:translate3d(var(--reveal-part-x), var(--reveal-part-y), 0) scale(var(--reveal-part-scale))}[data-reveal][data-reveal-state=visible] [data-reveal-part]{animation:landing-part-reveal .62s cubic-bezier(.22, 1, .36, 1) var(--reveal-part-delay,60ms) backwards}.reveal-ready [data-reveal]:not([data-reveal-state=visible]) [data-reveal-item]{opacity:0;transform:translateY(14px)}[data-reveal][data-reveal-state=visible] [data-reveal-item]{animation:landing-item-reveal .56s cubic-bezier(.22, 1, .36, 1) calc(.12s + (var(--reveal-item-order,0) * 75ms)) backwards}@keyframes landing-part-reveal{0%{opacity:0;transform:translate3d(var(--reveal-part-x), var(--reveal-part-y), 0) scale(var(--reveal-part-scale))}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes landing-item-reveal{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translate(0,0)}}@media (width<=1120px){.marketing-topbar-inner{grid-template-columns:minmax(0,1fr) auto}.landing-home-header .marketing-desktop-nav{display:none}.landing-hero-redesign h1{font-size:clamp(3.4rem,7.15vw,5rem)}}@media (width<=900px){.landing-workout-analysis{grid-template-columns:1fr;gap:2.5rem}.landing-workout-analysis .landing-workout-analysis-lead{max-width:44rem}}@media (width<=620px){.landing-page:has(.landing-home-header){width:100%;padding-bottom:calc(3.5rem + env(safe-area-inset-bottom))}.marketing-topbar{min-height:82px}.marketing-topbar-inner{grid-template-rows:auto;grid-template-columns:minmax(0,1fr) auto;width:100%;min-height:82px;padding:.7rem 1rem}.marketing-mobile-menu{max-height:calc(100dvh - 82px)}.marketing-mobile-menu-inner{padding:.75rem 1rem calc(1rem + env(safe-area-inset-bottom));gap:1rem}.marketing-mobile-menu-footer{grid-template-columns:1fr;justify-content:stretch}.marketing-mobile-menu-footer .landing-language{justify-self:center;width:fit-content}.marketing-mobile-menu-footer .landing-login-link,.marketing-mobile-menu-footer .landing-header-cta{width:100%}.support-page{padding-top:82px}.landing-hero-redesign{gap:2.8rem;width:calc(100% - 1.25rem);padding:8.75rem 0 4.5rem}.landing-hero-redesign h1{letter-spacing:-.045em;font-size:clamp(2.6rem,12vw,4rem);line-height:.98}.landing-hero-redesign h1 span{white-space:normal}.landing-hero-redesign p{font-size:1rem;line-height:1.62}.landing-hero-redesign .landing-hero-reassurance{white-space:normal;max-width:32rem;font-size:12px;line-height:1.7}.landing-workout-analysis h2{font-size:36px}.landing-hero-redesign .landing-hero-actions,.landing-hero-redesign .landing-hero-cta{width:100%}.landing-product-window-bar{height:32px;padding-inline:.7rem}.landing-page:has(.landing-home-header)>.landing-section,.landing-page:has(.landing-home-header)>.landing-final-cta,.landing-page:has(.landing-home-header)>.landing-footer{width:calc(100% - 1.25rem)}}@media (prefers-reduced-motion:reduce){html:has(.landing-home-header){scroll-behavior:auto}.landing-home-header nav a:after,[data-reveal],[data-reveal-part],[data-reveal-item],.marketing-mobile-menu,.marketing-mobile-menu-toggle span,.landing-hero-cta,.landing-analysis-points button,.landing-analysis-points button>span,.landing-analysis-points h3,.landing-analysis-ui-panel,.landing-plan-view-switcher button,.landing-plan-view-status span,.landing-auto-height-stack,.landing-plan-view,.landing-plan-season-phases article,.landing-plan-season-weeks>div,.landing-plan-day,.landing-recommendation-points button,.landing-recommendation-points button>span,.landing-recommendation-points h3,.landing-recommendation-state,.landing-recommendation-reasons,.landing-recommendation-disclaimer,.landing-progress-points button,.landing-progress-points button>span,.landing-progress-points h3,.landing-progress-view,.landing-race-points button,.landing-race-points button>span,.landing-race-points h3,.landing-race-view,.landing-club-product-points button,.landing-club-product-points button>span,.landing-club-product-points h3,.landing-club-view,.landing-club-ranking-tabs button,.landing-club-ranking-stack ol,.landing-additional-feature,.landing-additional-feature-icon,.landing-additional-feature h3,.landing-mobile-theme-switch button,.mobile-app-screen{transition:none}.landing-plan-season-phases article{animation:none!important}[data-reveal-part],[data-reveal-item]{opacity:1!important;animation:none!important;transform:none!important}}.blog-list-section,.blog-article-layout{width:min(980px, calc(100% - var(--space-page)));margin-inline:auto}.blog-list-section{padding:10px 0 clamp(84px,12vw,132px)}.blog-list{gap:20px;display:grid}.blog-state-card{max-width:760px}.blog-card{border:1px solid var(--border);border-radius:var(--radius-md);background:linear-gradient(135deg, color-mix(in srgb, var(--surface) 94%, transparent), color-mix(in srgb, var(--bg-1) 86%, transparent)), var(--surface);min-height:236px;color:var(--text);grid-template-columns:minmax(210px,.42fr) minmax(0,1fr);align-items:stretch;text-decoration:none;transition:border-color .16s,transform .16s;display:grid;position:relative;overflow:hidden}.blog-card:before{content:"";background:var(--accent);opacity:.62;width:3px;position:absolute;inset:0 auto 0 0}.blog-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.blog-card:not(.has-media){grid-template-columns:1fr}.blog-card:not(.has-media) .blog-card-body{max-width:760px}.blog-card-media{background:color-mix(in srgb, var(--surface) 76%, transparent);min-height:100%}.blog-card img{object-fit:cover;width:100%;height:100%;min-height:236px}.blog-card-body{align-content:center;gap:12px;padding:clamp(20px,3vw,28px);display:grid}.blog-card h2{margin:0;font-size:clamp(1.35rem,2.4vw,1.85rem);font-weight:600;line-height:1.15}.blog-card p{color:var(--muted);margin:0;line-height:1.65}.blog-card-link{color:var(--accent-2);justify-self:start;margin-top:4px;font-size:.92rem;font-weight:600}.blog-card-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:.86rem;display:flex}.blog-card-meta span{border:1px solid var(--border);color:var(--accent-2);background:color-mix(in srgb, var(--surface) 76%, transparent);border-radius:999px;padding:3px 8px}.blog-article-page{flex-direction:column;min-height:100vh;display:flex}.blog-article-page .landing-footer{margin-top:auto}.blog-article-layout{flex:1;padding:26px 0 clamp(84px,12vw,132px)}.blog-article-hero{border-bottom:1px solid var(--border);gap:18px;margin-bottom:36px;padding-bottom:28px;display:grid}.blog-back-link{width:fit-content;color:var(--accent-2);font-weight:600;text-decoration:none;display:inline-flex}.blog-back-link:hover{color:var(--text)}.blog-article-hero h1{letter-spacing:0;max-width:860px;margin:0;font-size:clamp(2.1rem,5vw,4rem);font-weight:600;line-height:1.05}.blog-article-hero p{max-width:760px;color:var(--muted);margin:0;font-size:clamp(1.02rem,2vw,1.2rem);line-height:1.7}.blog-article-cover{object-fit:cover;border:1px solid var(--border);border-radius:var(--radius-md);width:100%;max-height:460px}.article-prose{max-width:780px;color:var(--text);font-size:clamp(1rem,1.6vw,1.08rem);line-height:1.7}.article-prose h1,.article-prose h2,.article-prose h3{color:var(--text);letter-spacing:0;font-weight:600;line-height:1.22}.article-prose h1{font-size:2rem}.article-prose h2{margin-top:2.3rem;font-size:1.55rem}.article-prose h3{margin-top:1.65rem;font-size:1.18rem}.article-prose p{color:var(--text);overflow-wrap:anywhere;margin:1rem 0}.article-prose ul,.article-prose ol{color:var(--text);margin:1rem 0;padding-left:1.35rem}.article-prose li+li{margin-top:.4rem}.article-prose a{color:var(--accent-2);font-weight:600}.article-prose blockquote{border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:var(--radius-md);background:var(--surface);color:var(--text);margin:1.35rem 0;padding:14px 16px}.article-prose blockquote p{margin:.35rem 0}.article-prose strong,.article-prose em{color:var(--text)}.article-prose img{border-radius:var(--radius-md);width:100%;height:auto;margin:1.35rem 0}.article-prose hr{border:0;border-top:1px solid var(--border);margin:2rem 0}.article-prose table{border-collapse:collapse;max-width:100%;display:block;overflow-x:auto}.article-prose th,.article-prose td{border:1px solid var(--border);padding:.62rem .74rem}.blog-article-footer{gap:24px;max-width:860px;margin-top:clamp(44px,8vw,72px);display:grid}.blog-final-cta{border:1px solid var(--border);border-radius:var(--radius-md);background:linear-gradient(135deg, color-mix(in srgb, var(--surface) 96%, transparent), color-mix(in srgb, var(--bg-1) 86%, transparent)), var(--surface);justify-content:space-between;align-items:center;gap:24px;padding:clamp(20px,4vw,32px);display:flex}.blog-final-cta h2{margin:0 0 8px;font-size:clamp(1.45rem,3vw,2.15rem);font-weight:600;line-height:1.12}.blog-final-cta p{max-width:58ch;margin:0}.blog-not-found-card{gap:14px;display:grid}.blog-not-found-card h1{max-width:none;margin:0;font-size:clamp(2rem,5vw,3.5rem);font-weight:600;line-height:1.05}@media (width<=760px){.blog-card{grid-template-columns:1fr;min-height:0}.blog-card img{min-height:210px}.blog-article-layout{padding-top:16px}.blog-final-cta{flex-direction:column;align-items:flex-start}}
