:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#17211b;--ink-soft:#526057;--paper:#f4f1e9;--surface:#fffdf8;--surface-strong:#ece8dc;--line:#17211b1f;--green:#234b36;--green-bright:#b9e769;--green-pale:#e7f5cd;--orange:#f29a52;--red:#c85c4b;--blue:#527b8b;--shadow:0 18px 55px #29322b17;--radius-xl:30px;--radius-lg:22px;--radius-md:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 9% 7%, #b9e7693d, transparent 25rem), var(--paper);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;line-height:1.55;overflow-x:hidden}button,input,select{font:inherit}button,a{color:inherit}.app-shell{min-height:100vh}.hero{background:var(--green);color:#fffef8;padding:24px clamp(20px,5vw,72px) 64px;position:relative;overflow:hidden}.hero:after{content:"";pointer-events:none;border:1px solid #ffffff1f;border-radius:50%;width:38rem;height:38rem;position:absolute;bottom:-18rem;right:-8rem;box-shadow:0 0 0 5rem #ffffff06,0 0 0 10rem #ffffff05}.topbar,.hero-grid,main,footer{width:min(1180px,100%);margin-inline:auto}.topbar{z-index:2;justify-content:space-between;align-items:center;display:flex;position:relative}.topbar-actions{align-items:center;gap:10px;display:flex}.sync-status{color:#ffffffb8;white-space:nowrap;background:#ffffff14;border-radius:999px;align-items:center;gap:7px;min-height:32px;padding:6px 11px;font-size:.78rem;display:inline-flex}.sync-status:before{content:"";background:#ffffff73;border-radius:50%;width:7px;height:7px}.sync-status.loading:before{background:var(--orange)}.sync-status.saved:before{background:var(--green-bright)}.sync-status.error:before{background:#ff8d7d}.brand{color:inherit;letter-spacing:.03em;align-items:center;gap:10px;font-weight:750;text-decoration:none;display:inline-flex}.brand-mark{background:var(--green-bright);width:38px;height:38px;color:var(--green);border-radius:12px;place-items:center;font-weight:900;display:grid}.quiet-button{color:#ffffffd6;cursor:pointer;background:0 0;border:1px solid #ffffff38;border-radius:999px;padding:9px 14px}.quiet-button:hover{color:#fff;border-color:#ffffff80}.hero-grid{z-index:1;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:end;gap:clamp(36px,7vw,88px);padding-top:76px;display:grid;position:relative}.eyebrow,.mini-label{color:#6c7d71;letter-spacing:.15em;text-transform:uppercase;margin:0 0 10px;font-size:.73rem;font-weight:850}.hero .eyebrow{color:var(--green-bright)}.hero h1{letter-spacing:-.075em;max-width:680px;margin:0;font-size:clamp(3.4rem,8vw,7rem);font-weight:850;line-height:.9}.hero h1 span{color:var(--green-bright)}.hero-lead{color:#ffffffb8;max-width:650px;margin:30px 0 0;font-size:clamp(1rem,1.5vw,1.18rem)}.hero-stats{flex-wrap:wrap;gap:28px;margin-top:38px;display:flex}.hero-stats div{gap:2px;display:grid}.hero-stats strong{color:var(--green-bright);font-size:1.45rem}.hero-stats span{color:#ffffff94;font-size:.82rem}.mobile-start-button{display:none}.week-progress-card{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff12;border:1px solid #ffffff1f;grid-template-columns:150px 1fr;align-items:center;gap:24px;padding:24px;display:grid}.week-progress-card h2{margin:0 0 8px;font-size:1.3rem;line-height:1.2}.week-progress-card p:last-child{color:#fff9;margin:0;font-size:.9rem}.week-progress-card .mini-label{color:var(--green-bright)}.progress-ring{background:conic-gradient(var(--green-bright) 0deg, #ffffff1f 0deg);border-radius:50%;place-items:center;width:138px;height:138px;transition:background .35s;display:grid}.progress-ring-inner{background:var(--green);text-align:center;border-radius:50%;place-content:center;width:108px;height:108px;display:grid}.progress-ring strong{font-size:1.55rem}.progress-ring span{color:#ffffff91;font-size:.72rem}main{padding:62px clamp(20px,4vw,36px) 96px}.section-heading{justify-content:space-between;align-items:end;gap:32px;margin-bottom:22px;display:flex}.section-heading h2,.day-intro h2,.coach-card h2{letter-spacing:-.04em;margin:0;font-size:clamp(1.65rem,3vw,2.35rem)}.section-heading>p{max-width:520px;color:var(--ink-soft);margin:0;font-size:.92rem}.week-tabs{grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;display:grid}.day-tab{border:1px solid var(--line);cursor:pointer;text-align:left;background:#fffdf8ad;border-radius:18px;min-height:94px;padding:14px 10px;transition:transform .16s,border-color .16s,background .16s}.day-tab:hover{border-color:#234b3659;transform:translateY(-2px)}.day-tab.active{border-color:var(--green);background:var(--green);color:#fff;box-shadow:var(--shadow)}.day-tab.done:not(.active){background:var(--green-pale)}.day-tab .day-number{color:var(--ink-soft);letter-spacing:.08em;margin-bottom:10px;font-size:.72rem;font-weight:800;display:block}.day-tab.active .day-number{color:var(--green-bright)}.day-tab strong,.day-tab small{display:block}.day-tab strong{font-size:.95rem}.day-tab small{color:var(--ink-soft);margin-top:3px;font-size:.72rem}.day-tab.active small{color:#ffffff8c}.day-layout{grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:28px;margin-top:42px;display:grid}.day-intro{border-radius:var(--radius-xl);background:var(--surface-strong);justify-content:space-between;align-items:end;gap:26px;margin-bottom:20px;padding:28px;display:flex}.day-intro p{max-width:620px;color:var(--ink-soft);margin:8px 0 0}.day-meta{flex-shrink:0;gap:10px;display:flex}.meta-pill,.muscle-tag,.status-pill{border-radius:999px;align-items:center;font-size:.76rem;font-weight:750;display:inline-flex}.meta-pill{background:var(--surface);padding:8px 11px}.exercise-list{gap:16px;display:grid}.exercise-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);grid-template-columns:210px minmax(0,1fr);transition:border-color .16s,transform .16s;display:grid;overflow:hidden;box-shadow:0 8px 28px #29322b0b}.exercise-card:focus-within{border-color:#234b3680}.exercise-card.completed{border-color:#234b3652}.exercise-media{background:#eef0e8;min-height:230px;position:relative;overflow:hidden}.exercise-media img{object-fit:cover;object-position:center;width:100%;height:100%}.exercise-number{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#17211bdb;border-radius:50%;place-items:center;width:34px;height:34px;font-size:.78rem;font-weight:850;display:grid;position:absolute;top:14px;left:14px}.media-fallback{width:100%;height:100%;min-height:230px;color:var(--green);text-align:center;background:linear-gradient(145deg,#b9e7696b,#0000 56%),#e9eee5;place-items:center;padding:24px;font-size:1.3rem;font-weight:850;display:grid}.exercise-body{padding:22px 24px}.exercise-topline{justify-content:space-between;align-items:start;gap:18px;display:flex}.exercise-title h3{letter-spacing:-.025em;margin:0;font-size:1.25rem}.exercise-title p{color:#879188;margin:3px 0 0;font-size:.76rem}.prescription{background:var(--green-pale);color:var(--green);border-radius:12px;flex-shrink:0;padding:8px 11px;font-size:.82rem;font-weight:850}.muscle-tags{flex-wrap:wrap;gap:6px;margin-top:14px;display:flex}.muscle-tag{color:#647067;background:#f0eee6;padding:5px 9px}.variant-row{grid-template-columns:92px minmax(0,1fr);align-items:center;gap:10px;margin-top:18px;display:grid}.variant-row label,.record-field label{color:var(--ink-soft);font-size:.78rem;font-weight:720}select,input[type=number]{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:11px;outline:none}select{min-height:40px;padding:7px 10px}input[type=number]{text-align:center;min-height:42px;padding:8px 10px}select:focus,input[type=number]:focus{border-color:var(--green);box-shadow:0 0 0 3px #234b3617}.record-grid{grid-template-columns:repeat(4,minmax(70px,1fr));gap:9px;margin-top:14px;display:grid}.record-field{gap:5px;display:grid}.form-status{min-height:42px}.exercise-note{border-top:1px solid var(--line);margin-top:14px}.exercise-note summary{color:var(--green);cursor:pointer;padding-top:13px;font-size:.82rem;font-weight:780}.exercise-note ul{color:var(--ink-soft);gap:5px;margin:10px 0 0;padding-left:19px;font-size:.85rem;display:grid}.suggestion{min-height:38px;color:var(--ink-soft);background:#f4f2eb;border-radius:12px;align-items:center;gap:8px;margin-top:14px;padding:9px 11px;font-size:.8rem;display:flex}.suggestion.add{background:var(--green-pale);color:var(--green)}.suggestion.down,.suggestion.stop{color:#8d3e32;background:#fbe8e2}.complete-row{justify-content:flex-end;margin-top:12px;display:flex}.complete-row label{color:var(--ink-soft);cursor:pointer;align-items:center;gap:8px;font-size:.8rem;display:inline-flex}.complete-row input{accent-color:var(--green)}.day-actions{border-radius:var(--radius-lg);background:var(--green);color:#fff;justify-content:space-between;align-items:center;gap:18px;margin-top:20px;padding:20px;display:flex}.day-actions p{color:#ffffffab;max-width:600px;margin:0;font-size:.85rem}.primary-button{background:var(--green-bright);min-height:44px;color:var(--green);cursor:pointer;border:0;border-radius:13px;padding:10px 17px;font-weight:850;transition:transform .15s,filter .15s}.primary-button:hover{filter:brightness(1.03);transform:translateY(-1px)}.coach-panel{gap:16px;display:grid;position:sticky;top:18px}.coach-card,.timer-card,.safety-note,.recovery-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:0 8px 28px #29322b0b}.coach-card{padding:22px}.coach-card h2{font-size:1.55rem}.rule-list{color:var(--ink-soft);gap:12px;margin:20px 0 0;padding:0;font-size:.84rem;list-style:none;display:grid}.rule-list li{grid-template-columns:10px 1fr;align-items:baseline;gap:9px;display:grid}.rule-dot{border-radius:50%;width:8px;height:8px}.rule-dot.add{background:#7fac3c}.rule-dot.hold{background:var(--blue)}.rule-dot.down{background:var(--orange)}.rule-dot.stop{background:var(--red)}.timer-card{padding:20px}.timer-card strong{font-variant-numeric:tabular-nums;letter-spacing:-.05em;font-size:2.45rem;display:block}.timer-presets{grid-template-columns:repeat(3,1fr);gap:6px;margin:14px 0 10px;display:grid}.timer-presets button{border:1px solid var(--line);color:var(--ink-soft);cursor:pointer;background:0 0;border-radius:10px;padding:8px 4px;font-size:.75rem}.timer-presets button.active{border-color:var(--green);background:var(--green);color:#fff}.timer-button{width:100%}.safety-note{color:#6f4237;background:#f8e9df;padding:18px}.safety-note p{margin:5px 0 0;font-size:.8rem}.recovery-card{background:radial-gradient(circle at 85% 20%, #b9e76994, transparent 15rem), var(--surface);grid-template-columns:minmax(0,1fr) minmax(230px,.55fr);gap:28px;padding:clamp(24px,5vw,46px);display:grid}.recovery-card h3{letter-spacing:-.06em;margin:0;font-size:clamp(2rem,5vw,3.8rem);line-height:.98}.recovery-card p{max-width:620px;color:var(--ink-soft)}.recovery-visual{border-radius:var(--radius-lg);background:var(--green);color:#fff;text-align:center;place-content:center;min-height:230px;display:grid}.recovery-visual span{font-size:4.6rem;display:block}.recovery-visual strong{color:var(--green-bright);font-size:1.1rem;display:block}.recovery-control{grid-template-columns:minmax(110px,180px) minmax(140px,220px);gap:10px;margin-top:24px;display:grid}.rest-card{border-radius:var(--radius-xl);background:var(--green);color:#fff;text-align:center;padding:clamp(34px,7vw,74px)}.rest-card .rest-icon{margin-bottom:18px;font-size:4.5rem;display:block}.rest-card h3{letter-spacing:-.065em;margin:0;font-size:clamp(2.2rem,6vw,4.5rem)}.rest-card p{color:#ffffffab;max-width:680px;margin:15px auto 0}.rest-complete{margin-top:26px}footer{border-top:1px solid var(--line);color:var(--ink-soft);justify-content:space-between;gap:28px;padding:26px clamp(20px,4vw,36px) 42px;font-size:.73rem;display:flex}footer p{max-width:620px;margin:0}.toast{z-index:20;background:var(--ink);color:#fff;max-width:min(360px,100vw - 44px);box-shadow:var(--shadow);opacity:0;pointer-events:none;border-radius:13px;padding:12px 16px;transition:opacity .18s,transform .18s;position:fixed;bottom:22px;right:22px;transform:translateY(10px)}.toast.show{opacity:1;transform:translateY(0)}@media (width<=980px){.hero-grid,.day-layout{grid-template-columns:1fr}.week-progress-card{max-width:620px}.coach-panel{grid-template-columns:repeat(2,minmax(0,1fr));position:static}.safety-note{grid-column:1/-1}}@media (width<=760px){.hero{padding:max(14px, env(safe-area-inset-top)) 16px 30px}.hero-grid{gap:20px;padding-top:28px}.hero h1{font-size:clamp(2.7rem,13.5vw,4.1rem);line-height:.92}.hero-lead{margin-top:20px;font-size:.9rem;line-height:1.65}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:22px;display:grid}.hero-stats div{background:#ffffff0e;border:1px solid #ffffff17;border-radius:13px;padding:10px 8px}.hero-stats strong{font-size:1.08rem}.hero-stats span{font-size:.68rem}.mobile-start-button{background:var(--green-bright);min-height:50px;color:var(--green);border-radius:15px;justify-content:space-between;align-items:center;margin-top:14px;padding:0 17px;font-size:.95rem;font-weight:850;text-decoration:none;display:flex}.week-progress-card{border-radius:18px;grid-template-columns:58px 1fr;gap:13px;padding:12px 14px}.progress-ring{width:56px;height:56px}.progress-ring-inner{width:44px;height:44px}.progress-ring strong{font-size:.86rem}.progress-ring span,.week-progress-card .mini-label,.week-progress-card p:last-child{display:none}.week-progress-card h2{margin:0;font-size:.96rem}.section-heading,.day-actions,footer{flex-direction:column;align-items:flex-start}main{padding-top:32px;padding-bottom:64px}.section-heading{gap:9px;margin-bottom:14px}.section-heading h2{font-size:1.55rem}.section-heading>p{font-size:.8rem;line-height:1.55}.week-tabs{scroll-snap-type:x mandatory;scrollbar-width:none;grid-template-columns:repeat(7,84px);gap:8px;margin-inline:-20px;padding:4px 20px 10px;overflow-x:auto}.week-tabs::-webkit-scrollbar{display:none}.day-tab{scroll-snap-align:start;border-radius:15px;min-height:74px;padding:10px}.day-tab .day-number{margin-bottom:6px;font-size:.62rem}.day-tab strong{font-size:.84rem}.day-tab small{text-overflow:ellipsis;white-space:nowrap;font-size:.65rem;overflow:hidden}.day-layout{margin-top:24px;scroll-margin-top:8px}.day-intro{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f4f1e9f0;border:1px solid #17211b14;border-radius:0 0 18px 18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;margin:0 -20px 14px;padding:11px 20px;display:grid;position:sticky;top:0;box-shadow:0 8px 20px #29322b14}.day-intro h2{letter-spacing:-.02em;font-size:1rem}.day-intro .eyebrow{margin-bottom:1px;font-size:.58rem}.day-intro p:not(.eyebrow){display:none}.day-meta{gap:5px}.meta-pill{padding:6px 8px;font-size:.64rem}.exercise-card{border-radius:18px;grid-template-columns:124px minmax(0,1fr)}.exercise-media,.media-fallback{min-height:236px}.record-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.recovery-card{grid-template-columns:1fr}}@media (width<=560px){body{background:var(--paper)}main{padding-inline:14px}.topbar{min-height:40px}.brand{gap:8px;font-size:.88rem}.brand-mark{border-radius:11px;width:34px;height:34px}.topbar-actions{gap:6px}.sync-status{color:#0000;background:0 0;width:10px;min-height:10px;padding:0;overflow:hidden}.sync-status:before{flex:none}.quiet-button{min-height:38px;padding:7px 11px;font-size:.76rem}.week-progress-card{grid-template-columns:58px 1fr}.exercise-card{grid-template-columns:1fr}.exercise-media,.media-fallback{min-height:132px;max-height:148px}.exercise-media img{object-fit:contain}.exercise-body{padding:15px}.exercise-topline{gap:10px;display:flex}.prescription{text-align:center;padding:6px 8px;font-size:.72rem}.exercise-title h3{font-size:1.08rem}.muscle-tags{margin-top:10px}.muscle-tag{padding:4px 7px;font-size:.68rem}.variant-row{grid-template-columns:1fr;gap:5px;margin-top:13px}select,input[type=number]{border-radius:12px;min-height:48px;font-size:16px}.record-grid{gap:10px 8px;margin-top:12px}.record-field label,.variant-row label{font-size:.72rem}.suggestion{align-items:flex-start;min-height:42px;font-size:.76rem;line-height:1.5}.complete-row{justify-content:stretch}.complete-row label{border:1px solid var(--line);background:#f7f5ee;border-radius:12px;justify-content:center;width:100%;min-height:46px;font-size:.78rem}.complete-row input{width:19px;height:19px}.day-actions{gap:12px;margin-top:14px;padding:16px}.day-actions .primary-button{width:100%;min-height:50px}.coach-panel{gap:12px;margin-top:4px}.timer-card{order:-1}.safety-note{grid-column:auto}.recovery-control{grid-template-columns:1fr}footer{padding-bottom:calc(28px + env(safe-area-inset-bottom));gap:10px}.toast{right:12px;bottom:calc(12px + env(safe-area-inset-bottom));max-width:calc(100vw - 24px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
