: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:760px;margin-bottom:1.4rem}.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(#f5b4511c,#1ce2b10b),#ffffff09;border-color:#f5b45166}.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}.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-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}.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);border-radius:var(--radius-md);background:var(--surface);width:min(42rem,100vw - 2rem);color:var(--text);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem;display:grid;position:fixed;bottom:clamp(1rem,4vw,2rem);right:clamp(1rem,4vw,2rem);box-shadow:0 22px 70px #00000057}.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-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-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;max-width:920px;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{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}.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-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}.landing-footer-copy{justify-items:start}.landing-footer-copy nav,.landing-footer-social{justify-content:flex-start}.cookie-consent-banner{grid-template-columns:1fr;align-items:stretch}.cookie-consent-actions{justify-content:flex-start}.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)}.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}}
