:root{--navy-900: #0a1a31;--navy-800: #0e2240;--navy-700: #16325c;--navy-600: #1e4276;--navy-100: #dbe4f0;--blue-600: #1259d6;--blue-500: #1f6ff2;--blue-400: #4a8bf5;--blue-50: #eaf1fe;--orange-600: #ea580c;--orange-500: #f97316;--orange-100: #ffedd5;--green-600: #15803d;--green-50: #ecfdf3;--red-600: #dc2626;--red-50: #fef2f2;--amber-600: #b45309;--amber-50: #fffbeb;--bg: #f4f6fa;--surface: #ffffff;--ink: #16233a;--ink-soft: #4b5a72;--ink-faint: #7b8798;--line: #e3e8f0;--radius-sm: 10px;--radius: 16px;--radius-lg: 22px;--shadow-sm: 0 1px 2px rgba(14, 34, 64, .06), 0 1px 6px rgba(14, 34, 64, .05);--shadow: 0 2px 6px rgba(14, 34, 64, .07), 0 8px 24px rgba(14, 34, 64, .08);--shadow-lg: 0 6px 18px rgba(14, 34, 64, .14), 0 20px 48px rgba(14, 34, 64, .16);--font: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-display: "Barlow Semi Condensed", "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--nav-height: 64px;--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--ink);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}#root{min-height:100dvh;display:flex;flex-direction:column}h1,h2,h3,h4{margin:0;line-height:1.15;color:var(--navy-800);font-family:var(--font-display);font-weight:800;letter-spacing:0}p{margin:0}a{color:var(--blue-600);text-decoration:none}button{font-family:var(--font);cursor:pointer;border:none;background:none;padding:0;color:inherit;font-size:inherit}input,select,textarea{font-family:var(--font);font-size:16px}.app-shell{flex:1;display:flex;flex-direction:column;max-width:640px;width:100%;margin:0 auto;min-height:100dvh}.screen{flex:1;padding:16px 16px calc(var(--nav-height) + var(--safe-bottom) + 24px);animation:screen-in .22s ease-out}.screen--bare{padding-bottom:24px}@keyframes screen-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media (min-width: 700px){.screen{padding-left:24px;padding-right:24px}}.topbar{display:flex;align-items:center;gap:12px;padding:14px 16px 10px;max-width:640px;margin:0 auto;width:100%}.topbar__back{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:var(--surface);box-shadow:var(--shadow-sm);color:var(--navy-800);flex-shrink:0}.topbar__title{font-size:20px;font-weight:800;color:var(--navy-800);flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar__action{color:var(--blue-600);font-weight:700;font-size:15px;padding:8px 10px;border-radius:10px;flex-shrink:0}.bottomnav{position:fixed;bottom:0;left:0;right:0;z-index:50;background:var(--surface);border-top:1px solid var(--line);padding-bottom:var(--safe-bottom)}.bottomnav__inner{max-width:640px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);height:var(--nav-height)}.bottomnav__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:11px;font-weight:600;color:var(--ink-faint);transition:color .15s}.bottomnav__item svg{width:24px;height:24px}.bottomnav__item.is-active{color:var(--blue-600)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:12px 22px;border-radius:14px;font-size:16px;font-weight:700;transition:transform .08s ease,box-shadow .15s ease,background .15s ease;text-align:center;-webkit-user-select:none;user-select:none}.btn:active{transform:scale(.98)}.btn--primary{background:var(--blue-500);color:#fff;box-shadow:0 4px 14px #1f6ff259}.btn--primary:hover{background:var(--blue-600)}.btn--orange{background:var(--orange-500);color:#fff;box-shadow:0 4px 14px #f9731659}.btn--orange:hover{background:var(--orange-600)}.btn--navy{background:var(--navy-800);color:#fff}.btn--ghost{background:var(--surface);color:var(--navy-800);border:1.5px solid var(--line)}.btn--soft{background:var(--blue-50);color:var(--blue-600)}.btn--danger-soft{background:var(--red-50);color:var(--red-600)}.btn--block{width:100%}.btn--sm{min-height:40px;padding:8px 14px;font-size:14px;border-radius:11px}.btn--lg{min-height:60px;font-size:18px;border-radius:16px}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--line);padding:16px}.card--flat{box-shadow:none;border:1px solid var(--line)}.card+.card{margin-top:12px}.card--tap{transition:transform .1s ease,box-shadow .15s ease;cursor:pointer;text-align:left;width:100%;display:block}.card--tap:active{transform:scale(.985)}.action-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.action-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:16px 14px;display:flex;flex-direction:column;gap:8px;min-height:112px;text-align:left;transition:transform .1s ease,box-shadow .15s ease}.action-card:active{transform:scale(.97)}.action-card__icon{display:flex;align-items:center;color:var(--blue-600);min-height:30px}.action-card__icon svg{width:26px;height:26px}.action-card__title{font-weight:800;font-size:15px;color:var(--navy-800);line-height:1.25}.action-card__sub{font-size:12.5px;color:var(--ink-soft);line-height:1.35}.hero{background:linear-gradient(150deg,var(--navy-800) 0%,var(--navy-600) 100%);border-radius:var(--radius-lg);color:#fff;padding:22px 20px;position:relative;overflow:hidden}.hero__motif{position:absolute;right:-8px;top:-4px;height:110%;opacity:.16;pointer-events:none}.hero h1,.hero h2{color:#fff;position:relative;z-index:1}.hero p{color:#ffffffd1;position:relative;z-index:1}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.chip-row--scroll{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none;margin:0 -16px;padding-left:16px;padding-right:16px}.chip-row--scroll::-webkit-scrollbar{display:none}.chip{display:inline-flex;align-items:center;gap:6px;padding:9px 15px;min-height:40px;border-radius:999px;background:var(--surface);border:1.5px solid var(--line);font-size:14px;font-weight:600;color:var(--ink-soft);white-space:nowrap;transition:all .12s ease;flex-shrink:0}.chip.is-active{background:var(--navy-800);border-color:var(--navy-800);color:#fff}.chip--blue.is-active{background:var(--blue-500);border-color:var(--blue-500)}.tag{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:999px;font-size:11.5px;font-weight:700;letter-spacing:.01em}.tag--blue{background:var(--blue-50);color:var(--blue-600)}.tag--navy{background:var(--navy-100);color:var(--navy-700)}.tag--orange{background:var(--orange-100);color:var(--orange-600)}.tag--green{background:var(--green-50);color:var(--green-600)}.tag--red{background:var(--red-50);color:var(--red-600)}.tag--amber{background:var(--amber-50);color:var(--amber-600)}.tag--gray{background:#eef1f5;color:var(--ink-soft)}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}.field__label{font-size:14px;font-weight:700;color:var(--navy-800)}.field__hint{font-size:12.5px;color:var(--ink-faint)}.input,.select,.textarea{width:100%;min-height:52px;padding:13px 15px;border-radius:13px;border:1.5px solid var(--line);background:var(--surface);color:var(--ink);outline:none;transition:border-color .15s,box-shadow .15s}.textarea{min-height:96px;resize:vertical}.input:focus,.select:focus,.textarea:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px #1f6ff226}.option-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.option-grid--1{grid-template-columns:1fr}.option-card{border:2px solid var(--line);border-radius:14px;background:var(--surface);padding:13px 14px;text-align:left;display:flex;flex-direction:column;gap:3px;min-height:56px;justify-content:center;transition:all .12s ease}.option-card__title{font-weight:700;font-size:15px;color:var(--navy-800);display:flex;align-items:center;gap:8px}.option-card__sub{font-size:12.5px;color:var(--ink-soft);line-height:1.35}.option-card.is-active{border-color:var(--blue-500);background:var(--blue-50)}.option-card.is-active .option-card__title{color:var(--blue-600)}.stepper{display:flex;align-items:center;gap:14px}.stepper__btn{width:52px;height:52px;border-radius:14px;background:var(--blue-50);color:var(--blue-600);font-size:24px;font-weight:800;display:grid;place-items:center;flex-shrink:0}.stepper__value{flex:1;text-align:center;font-family:var(--font-display);font-size:26px;font-weight:800;font-variant-numeric:tabular-nums;color:var(--navy-800)}.stepper__unit{display:block;font-size:12px;font-weight:600;color:var(--ink-faint)}.plan-section{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden;margin-bottom:12px}.plan-section__head{display:flex;align-items:center;gap:12px;padding:14px 16px;width:100%;text-align:left}.plan-section__num{width:34px;height:34px;border-radius:10px;background:var(--navy-800);color:#fff;font-weight:800;font-size:14px;display:grid;place-items:center;flex-shrink:0}.plan-section__body{padding:0 16px 16px;border-top:1px solid var(--line)}.plan-section__time{background:var(--blue-50);color:var(--blue-600);font-weight:800;font-size:13px;border-radius:9px;padding:5px 9px;white-space:nowrap;flex-shrink:0}.detail-block{margin-top:14px}.detail-block__label{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-faint);margin-bottom:5px;display:flex;align-items:center;gap:6px}.detail-block ul,.detail-block ol{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:5px;font-size:14.5px;color:var(--ink)}.detail-block p{font-size:14.5px}.say-box{background:var(--blue-50);border-left:4px solid var(--blue-500);border-radius:10px;padding:12px 14px;font-size:14.5px;color:var(--navy-700);font-style:italic}.safety-box{background:var(--amber-50);border-left:4px solid var(--orange-500);border-radius:10px;padding:12px 14px}.safety-box ul{margin:0;padding-left:18px;font-size:14px;color:var(--amber-600);display:flex;flex-direction:column;gap:4px}.variation-grid{display:grid;grid-template-columns:1fr;gap:10px}@media (min-width: 480px){.variation-grid{grid-template-columns:1fr 1fr}}.variation{border-radius:12px;padding:12px 14px;font-size:13.5px;line-height:1.45}.variation--easier{background:var(--green-50);color:var(--green-600)}.variation--harder{background:var(--orange-100);color:var(--orange-600)}.variation b{display:block;margin-bottom:3px;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.live{min-height:100dvh;background:var(--navy-900);color:#fff;display:flex;flex-direction:column;padding:16px 16px calc(16px + var(--safe-bottom));max-width:640px;margin:0 auto;width:100%}.live h1,.live h2,.live h3{color:#fff}.live__timer{font-family:var(--font-display);font-size:82px;font-weight:800;text-align:center;font-variant-numeric:tabular-nums;line-height:1}.live__timer.is-warning{color:var(--orange-500)}.live__card{background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:16px}.live__card+.live__card{margin-top:10px}.live__label{font-size:11.5px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#ffffff8c;margin-bottom:6px}.live__big-btns{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.live .btn{min-height:58px;font-size:17px}.live__progress{height:6px;border-radius:3px;background:#ffffff26;overflow:hidden}.live__progress span{display:block;height:100%;background:var(--orange-500);border-radius:3px;transition:width 1s linear}.drill-card{display:flex;gap:12px;align-items:flex-start}.drill-card__icon{width:40px;height:40px;display:grid;place-items:center;flex-shrink:0;color:var(--navy-700)}.drill-card__icon svg{width:30px;height:30px}.fav-btn{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;font-size:20px;color:var(--ink-faint);flex-shrink:0}.fav-btn.is-active{color:var(--orange-500)}.diagram{border-radius:12px;overflow:hidden;border:1px solid var(--line)}.diagram__note{font-size:12.5px;color:var(--ink-soft);padding:8px 12px;background:var(--surface);border-top:1px solid var(--line)}.divider{height:1px;background:var(--line);margin:16px 0;border:none}.empty-state{text-align:center;padding:40px 24px;color:var(--ink-soft)}.empty-state__icon{font-size:44px;margin-bottom:10px}.list-row{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.list-row:last-child{border-bottom:none}.check-row{display:flex;align-items:flex-start;gap:12px;padding:13px 0;border-bottom:1px solid var(--line);width:100%;text-align:left}.check-row:last-child{border-bottom:none}.check-row__box{width:26px;height:26px;border-radius:8px;border:2px solid var(--line);display:grid;place-items:center;flex-shrink:0;color:#fff;font-size:15px;margin-top:1px;transition:all .12s}.check-row.is-done .check-row__box{background:var(--green-600);border-color:var(--green-600)}.check-row.is-done .check-row__label{text-decoration:line-through;color:var(--ink-faint)}.progressbar{height:8px;border-radius:4px;background:var(--line);overflow:hidden}.progressbar span{display:block;height:100%;border-radius:4px;background:var(--blue-500);transition:width .3s ease}.notice{border-radius:12px;padding:12px 14px;font-size:13.5px;line-height:1.45}.notice--blue{background:var(--blue-50);color:var(--navy-700)}.notice--amber{background:var(--amber-50);color:var(--amber-600)}.notice--green{background:var(--green-50);color:var(--green-600)}.section-title{font-size:17px;font-weight:800;color:var(--navy-800);margin:22px 0 10px;display:flex;align-items:center;justify-content:space-between}.section-title:first-child{margin-top:0}.section-title a,.section-title button{font-size:13.5px;color:var(--blue-600);font-weight:700}.chat{display:flex;flex-direction:column;gap:12px}.chat__msg{max-width:88%;border-radius:16px;padding:12px 15px;font-size:14.5px;line-height:1.5}.chat__msg--user{align-self:flex-end;background:var(--blue-500);color:#fff;border-bottom-right-radius:5px}.chat__msg--coach{align-self:flex-start;background:var(--surface);box-shadow:var(--shadow-sm);border-bottom-left-radius:5px}.chat__msg--coach ol,.chat__msg--coach ul{margin:8px 0 0;padding-left:20px;display:flex;flex-direction:column;gap:4px}.chat-input{position:fixed;bottom:calc(var(--nav-height) + var(--safe-bottom));left:0;right:0;background:var(--surface);border-top:1px solid var(--line);padding:10px 16px;z-index:40}.chat-input__inner{max-width:640px;margin:0 auto;display:flex;gap:8px}.chat-input input{flex:1;min-height:48px;border-radius:999px;border:1.5px solid var(--line);padding:10px 18px;outline:none}.chat-input input:focus{border-color:var(--blue-500)}.chat-input button{width:48px;height:48px;border-radius:50%;background:var(--blue-500);color:#fff;display:grid;place-items:center;flex-shrink:0}.landing-hero{background:linear-gradient(160deg,var(--navy-900) 0%,var(--navy-700) 85%);color:#fff;padding:48px 24px 56px;text-align:center;position:relative;overflow:hidden}.landing-hero .hero__motif{right:auto;left:0;top:auto;bottom:-10px;width:100%;height:46%;opacity:.12}.landing-hero h1{color:#fff;font-size:32px;letter-spacing:-.02em;margin:18px 0 12px;position:relative;z-index:1}.landing-hero p{color:#ffffffd9;font-size:16.5px;max-width:460px;margin:0 auto;position:relative;z-index:1}.how-step{display:flex;gap:14px;align-items:flex-start}.how-step__num{width:38px;height:38px;border-radius:12px;background:var(--orange-500);color:#fff;font-weight:800;font-size:17px;display:grid;place-items:center;flex-shrink:0}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a1a318c;z-index:100;display:flex;align-items:flex-end;justify-content:center;animation:fade-in .15s ease-out}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.sheet{background:var(--bg);border-radius:22px 22px 0 0;width:100%;max-width:640px;max-height:88dvh;overflow-y:auto;padding:10px 16px calc(24px + var(--safe-bottom));animation:sheet-up .22s ease-out}@keyframes sheet-up{0%{transform:translateY(40px);opacity:.5}to{transform:none;opacity:1}}.sheet__handle{width:44px;height:5px;border-radius:3px;background:var(--line);margin:4px auto 14px}@media print{.bottomnav,.topbar__back,.topbar__action,.no-print,.chat-input{display:none!important}body{background:#fff}.screen{padding:0}.plan-section{box-shadow:none;border:1px solid #ccc;break-inside:avoid}.plan-section__body{display:block!important}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.row{display:flex;align-items:center;gap:10px}.row--between{justify-content:space-between}.row--wrap{flex-wrap:wrap}.stack{display:flex;flex-direction:column;gap:12px}.stack--sm{gap:8px}.grow{flex:1;min-width:0}.center{text-align:center}.muted{color:var(--ink-soft);font-size:14px}.small{font-size:13px}.faint{color:var(--ink-faint)}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.lp{background:var(--bg)}.lp__nav{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 6px;max-width:640px;margin:0 auto}.lp__wordmark{display:flex;align-items:center;gap:9px;font-family:var(--font-display);font-weight:800;font-size:18px;color:var(--navy-800);letter-spacing:.01em}.lp__hero{padding:26px 20px 0;max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.lp__h1{font-size:clamp(38px,10.5vw,52px);line-height:1.02;text-wrap:pretty}.lp__lead{font-size:17px;line-height:1.5;color:var(--ink-soft)}.lp__textlink{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;color:var(--blue-600);font-weight:700;font-size:16px}.lp__photo{position:relative;margin-top:22px;height:300px;overflow:hidden}.lp__photo-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:240px;object-fit:cover;display:block}.lp__phone{position:absolute;right:-28px;top:120px;width:176px;height:381px;object-fit:cover;object-position:top;border-radius:22px;border:6px solid var(--navy-800);box-shadow:0 18px 40px #0e224059;display:block}.lp__caption{position:absolute;left:20px;bottom:18px;background:var(--navy-800);color:#fff;padding:10px 14px;border-radius:12px;font-size:13px;font-weight:600;line-height:1.35;max-width:170px}.lp__section{padding:26px 20px 8px;max-width:640px;margin:0 auto}.lp__h2{font-size:30px;line-height:1.05;margin-bottom:14px}.lp__steps{display:flex;flex-direction:column;gap:18px}.lp__step{display:flex;gap:16px;align-items:flex-start}.lp__step-num{font-family:var(--font-display);font-weight:800;font-size:40px;line-height:1;color:var(--orange-500);width:34px;flex-shrink:0}.lp__step-title{font-weight:700;font-size:17px;color:var(--navy-800);padding-top:5px}.lp__step-sub{font-size:14.5px;line-height:1.45;color:var(--ink-soft);margin-top:3px}.lp__dark{margin-top:28px;background:var(--navy-800);padding:28px 0 30px;color:#fff}.lp__dark h2{color:#fff}.lp__screens{display:flex;gap:14px;padding:6px 20px 0;overflow-x:auto;scrollbar-width:none;max-width:640px;margin:0 auto}.lp__screens::-webkit-scrollbar{display:none}.lp__screen{flex-shrink:0;display:flex;flex-direction:column;gap:8px}.lp__screen img{width:210px;height:454px;object-fit:cover;object-position:top;border-radius:18px;display:block}.lp__screen span{font-size:13px;font-weight:600;color:#ffffffd9}.lp__sports{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding-top:4px}.lp__sport{display:flex;flex-direction:column;align-items:center;gap:6px;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:12px 4px;font-size:12px;font-weight:700;color:var(--navy-800);text-align:center}.lp__quote{position:relative;margin-top:26px;height:360px;overflow:hidden}.lp__quote img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.lp__quote-body{position:absolute;left:0;right:0;bottom:0;padding:120px 20px 24px;background:linear-gradient(to top,#0e2240eb,#0e22408c 55%,#0e224000)}.lp__quote-body h2{color:#fff;font-size:30px;margin-bottom:8px}.lp__quote-body p{font-size:14px;line-height:1.45;color:#ffffffd9}.lp__footer{padding:30px 20px 40px;max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:12px;align-items:center}.lp__tagline{padding-top:18px;font-family:var(--font-display);font-weight:700;font-size:15px;color:var(--navy-800);letter-spacing:.02em}@media (min-width: 640px){.lp__photo{height:360px;max-width:640px;margin-left:auto;margin-right:auto}.lp__photo-img{height:300px}.lp__phone{right:12px;top:130px}}.lp__hero-photo{position:relative;min-height:640px;background:var(--navy-800);overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.lp__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.6;display:block}.lp__nav--overlay{position:relative;z-index:1;width:100%;padding:18px 20px}.lp__wordmark--light{color:#fff}.lp__hero-body{position:relative;z-index:1;padding:120px 20px 28px;max-width:640px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:14px;background:linear-gradient(to top,#0e2240f5,#0e2240b3 45%,#0e224000)}.lp__h1--light{color:#fff}.lp__lead--light{color:#ffffffe0;font-size:16px}.lp__textlink--light{color:#fff}.lp__photo{margin-top:0}.pro-pill{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--orange-600);background:#fff4ea;border:1px solid #fcd9b8;border-radius:999px;padding:3px 8px}.pro-pill--on{color:#fff;background:var(--orange-500);border-color:var(--orange-500)}.upsell{background:var(--navy-800);color:#fff;border-radius:16px;padding:18px;margin-top:14px}.upsell__badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--orange-500)}.upsell__title{font-family:Barlow Semi Condensed,sans-serif;font-weight:800;font-size:22px;line-height:1.1;margin-top:8px}.upsell__body{font-size:14.5px;line-height:1.5;color:#fffc;margin-top:6px}.paywall__hero{background:var(--navy-800);border-radius:18px;padding:24px 20px;color:#fff;text-align:center}.paywall__hero h1{font-size:26px;line-height:1.1;margin-top:12px;color:#fff}.paywall__hero p{color:#fffc;margin-top:8px;font-size:15px;line-height:1.5}.paywall__reason{display:flex;gap:8px;align-items:center;margin-top:12px;padding:10px 12px;background:#fff4ea;border:1px solid #fcd9b8;border-radius:12px;color:var(--orange-600);font-weight:600;font-size:14px}.compare{width:100%;border-collapse:collapse;font-size:14px}.compare th,.compare td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--line)}.compare th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-soft)}.compare tr:last-child td{border-bottom:none}.compare td:first-child{font-weight:600;color:var(--navy-800)}.compare__pro{color:var(--orange-600);font-weight:800}.paywall__buy{flex-direction:column;gap:2px}.paywall__buy-sub{font-size:12px;font-weight:600;opacity:.85}.paywall__message{margin-top:12px;padding:12px;border-radius:12px;background:var(--blue-50);color:var(--navy-800);font-weight:600;font-size:14px;text-align:center}.free-banner{display:flex;align-items:center;gap:10px;width:100%;text-align:left;margin-top:12px;padding:10px 12px;background:#fff;border:1px solid var(--line);border-radius:12px;font-size:13.5px;color:var(--ink-soft)}.free-banner b{color:var(--navy-800)}.legal h2{font-size:22px;margin-top:8px}.legal h3{font-size:15px;margin-top:16px}.legal p{font-size:14.5px;line-height:1.55;margin-top:6px}.topbar{padding-top:calc(14px + env(safe-area-inset-top,0px))}.lp__nav--overlay{padding-top:calc(12px + env(safe-area-inset-top,0px))}.live{padding-top:env(safe-area-inset-top,0px)}
