@font-face{font-family:Manrope;font-style:normal;font-weight:400 700;font-display:swap;src:url(/assets/manrope-latin-DHIcAJRg.woff2) format("woff2")}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400 700;font-display:swap;src:url(/assets/space-grotesk-latin-BhU9QXUp.woff2) format("woff2")}:root{--bg: #101012;--surface: #17171b;--surface2: #1e1e23;--ink: #f5f4ef;--sec: #c9c8c1;--muted: #85847c;--border: rgba(255, 255, 255, .08);--track: #2a2a30;--accent: #c8f04d;--accent-ink: #181a10;--green: #7bd88f;--water: #4aa8ff;--bad: #ff7a6b;--amber: #ff9d3d;--radius: 20px;color-scheme:dark}*{box-sizing:border-box}html,body{scrollbar-width:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}body{margin:0;background:var(--bg);color:var(--ink);font-family:Manrope,system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}h1,h2,h3,.disp{font-family:Space Grotesk,Manrope,system-ui,sans-serif}.num{font-variant-numeric:tabular-nums}button{font:inherit;color:inherit;cursor:pointer}input{font:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.srOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes syncpulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.25;transform:scale(.82)}}@keyframes syncbreathe{0%,to{opacity:1}50%{opacity:.55}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}.page{min-height:100vh;padding:22px 16px 40px}@media(min-width:941px){.page{padding:34px clamp(20px,5vw,56px)}}.wrap{width:100%;max-width:1060px;margin:0 auto;display:flex;flex-direction:column;gap:14px}@media(min-width:941px){.wrap{gap:20px}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);animation:rise .45s ease both}@media(min-width:941px){.card{border-radius:22px}}.cols{display:flex;flex-direction:column;gap:14px}.rail{display:flex;flex-direction:column;gap:14px;min-width:0}.ringPair{display:flex;gap:12px;align-items:stretch}.sessionCol{display:flex;min-width:0}.sessionCol>.sessionCard{flex:1;min-width:0}@media(min-width:941px){.cols{display:grid;grid-template-columns:1.55fr 1fr;gap:20px;align-items:stretch}.rail,.ringPair{gap:20px}.sessionCol{position:relative}.sessionCol>.sessionCard{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.exList{flex:1;min-height:0;overflow-y:auto;scrollbar-width:thin}}.muted{color:var(--muted);font-size:13px}.warn{background:#ff9d3d1f;border:1px solid var(--border);border-radius:12px;padding:10px 12px;font-size:13px;color:var(--sec);margin:0}.err{color:var(--bad);font-size:13px;margin:0}.primary{background:var(--accent);color:var(--accent-ink);border:0;border-radius:12px;padding:10px 16px;font-weight:700;font-size:14px}.primary:disabled{opacity:.4;cursor:default}.ghost{background:transparent;color:var(--sec);border:1px solid var(--border);border-radius:12px;padding:10px 16px;font-weight:600;font-size:14px}.topBar{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;flex-wrap:wrap}.topBar .eyebrow{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-weight:700}.topBar h1{font-size:22px;font-weight:700;margin:4px 0 0;letter-spacing:-.02em}@media(min-width:941px){.topBar .eyebrow{font-size:12.5px}.topBar h1{font-size:28px;margin-top:5px}}.topRight{display:flex;align-items:center;gap:8px}.syncPill{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;font-weight:600;color:var(--sec);background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:5px 11px}button.syncPill:hover{border-color:var(--accent)}.syncMark{display:flex}.syncMark svg{width:12px;height:12px}.syncAgo{color:var(--muted);font-weight:500}.syncDot{width:7px;height:7px;border-radius:50%;flex:none}.is-synced .syncDot{background:var(--green);animation:syncbreathe 3.4s ease-in-out infinite}.is-syncing .syncDot{background:var(--water);animation:syncpulse 1s ease-in-out infinite}.is-stale .syncDot{background:var(--amber);animation:syncpulse 2s ease-in-out infinite}.gear{flex:none;width:32px;height:32px;border-radius:50%;background:var(--surface);border:1px solid var(--border);color:var(--muted);display:flex;align-items:center;justify-content:center}.gear:hover{color:var(--ink);border-color:var(--accent)}.sessionCard{padding:18px 16px;display:flex;flex-direction:column;overflow:hidden}@media(min-width:941px){.sessionCard{padding:26px}}.cycleRow{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:11px}.cycleLabel{font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:var(--muted);font-weight:700}.cycleSplit{font-size:10px;letter-spacing:.05em;color:var(--muted);font-weight:600}.weekStrip{display:flex;gap:5px}@media(min-width:941px){.weekStrip{gap:7px}}.dayTile{flex:1;min-width:0;background:var(--surface2);border:1.5px solid var(--border);border-radius:13px;padding:8px 2px 7px;display:flex;flex-direction:column;align-items:center;gap:4px;transition:background .2s ease,border-color .2s ease,transform .2s ease}@media(min-width:941px){.dayTile{border-radius:16px;padding:11px 4px 9px;gap:5px}}.dayTile.is-rest{background:transparent}.dayTile.is-future{opacity:.55}.dayTile.is-today,.dayTile:hover{border-color:var(--accent)}.dayTile.is-active{background:var(--accent);border-color:var(--accent);transform:scale(1.04)}.dayInitial,.dayLabel{color:var(--muted);transition:color .2s ease}.dayInitial{font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.dayNum{font-size:15px;font-weight:700;line-height:1;color:var(--ink);transition:color .2s ease}.dayLabel{font-size:8.5px;font-weight:700;letter-spacing:.02em}.dayTile.is-rest .dayNum{color:var(--muted)}.dayTile.is-active .dayInitial,.dayTile.is-active .dayNum,.dayTile.is-active .dayLabel{color:var(--accent-ink)}@media(min-width:941px){.dayInitial{font-size:10px}.dayNum{font-size:18px}.dayLabel{font-size:9.5px}}.sessionHead{margin-top:16px}@media(min-width:941px){.sessionHead{margin-top:20px}}.eyebrowRow{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.eyebrow{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);font-weight:700}.pill{font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-ink);background:var(--accent);border-radius:999px;padding:2px 7px}.sessionHead h2{font-size:26px;font-weight:700;margin:5px 0 0;letter-spacing:-.02em}@media(min-width:941px){.sessionHead h2{font-size:32px;margin-top:6px}}.principle{color:var(--muted);font-size:12.5px;margin:5px 0 0;line-height:1.5;max-width:46ch}.exList{margin-top:16px;display:flex;flex-direction:column}.exBlock{border-top:1px solid var(--border)}.exHead{width:100%;background:transparent;border:0;text-align:left;display:flex;align-items:center;gap:12px;padding:12px 0}.exBadge{flex:none;width:30px;height:30px;border-radius:9px;background:var(--surface2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;color:var(--accent)}@media(min-width:941px){.exBadge{width:34px;height:34px;border-radius:10px;font-size:14px}}.exHeadText{flex:1;min-width:0}.exTitle{display:block;font-size:14px;font-weight:600;line-height:1.35;color:var(--ink)}@media(min-width:941px){.exTitle{font-size:15px}}.exTag{color:var(--accent);font-weight:600;font-size:10px;letter-spacing:.06em;text-transform:uppercase;margin-left:6px}.exMeta{display:block;font-size:11px;font-weight:500;color:var(--muted);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.exCount{flex:none;font-size:11px;font-weight:700;color:var(--muted)}.exCount.is-done{color:var(--green)}.exChev{flex:none;display:flex;color:var(--muted);transition:transform .2s ease}.exBlock.is-open .exChev{transform:rotate(180deg)}.exBody{display:none;padding:0 0 14px;flex-direction:column;gap:14px}.exBlock.is-open .exBody{display:flex}@media(min-width:941px){.exBlock.is-open .exBody{padding-left:50px}}.mvGroup{display:flex;flex-direction:column;gap:7px}.mvName{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700;color:var(--sec)}.mvDot{width:5px;height:5px;border-radius:50%;background:var(--accent);flex:none}.mvTag{font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.verdict{margin:0;font-size:11.5px;color:var(--muted);line-height:1.4}.verdict.is-add_weight{color:var(--accent)}.verdict.is-too_heavy{color:var(--bad)}.setHead,.setRow{display:flex;gap:8px;align-items:center}.setHead{font-size:9.5px;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);font-weight:700}.colSet{width:26px;flex:none}.colIn{flex:1;min-width:0}.colTick{width:44px;flex:none}.setRow .colSet{font-size:13px;font-weight:700;color:var(--muted)}.setRow .colSet.is-done{color:var(--accent)}.setIn{height:44px;border-radius:10px;border:1px solid var(--border);background:var(--surface2);color:var(--ink);font-size:15px;padding:0 10px}@media(min-width:941px){.setIn{height:36px;font-size:13px;border-radius:9px}}.setIn::-webkit-outer-spin-button,.setIn::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.setIn[type=number]{-moz-appearance:textfield}.loggedVal{height:44px;display:flex;align-items:center;padding:0 10px;font-size:15px;color:var(--sec)}@media(min-width:941px){.loggedVal{height:36px;font-size:13px}}.tick{width:44px;height:44px;flex:none;border-radius:10px;background:transparent;border:1.5px solid var(--border);color:var(--muted);display:flex;align-items:center;justify-content:center;transition:all .16s ease}@media(min-width:941px){.tick{width:34px;height:36px;border-radius:9px}}.tick:disabled{opacity:.45;cursor:default}.tick.is-on{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.tick.is-pending{background:transparent;border-style:dashed;border-color:var(--accent);color:var(--accent)}.tick.is-record{background:transparent;border-color:transparent;color:var(--accent)}.addSet{align-self:flex-start;background:none;border:0;padding:2px 0;color:var(--muted);font-size:12px;font-weight:600;text-decoration:underline;text-underline-offset:3px}.addSet:hover{color:var(--accent)}.restState{margin-top:16px;border-top:1px solid var(--border);display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:26px 0 10px}.restIcon{width:48px;height:48px;border-radius:14px;background:var(--surface2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--accent)}.restState p{font-size:13.5px;font-weight:600;color:var(--sec);max-width:32ch;line-height:1.5;margin:0}.waterWrap{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.ringCard{flex:1;min-width:0;padding:16px 13px;display:flex;flex-direction:column;align-items:center;gap:10px}@media(min-width:941px){.ringCard{padding:20px 18px;gap:12px}}.ringHead{align-self:stretch;display:flex;justify-content:space-between;align-items:baseline}.ringLabel{font-size:12px;font-weight:700;color:var(--sec)}.ringTarget{font-size:10.5px;color:var(--muted)}.ringBody{position:relative;width:100px;height:100px;background:transparent;border:0;padding:0}@media(min-width:941px){.ringBody{width:132px;height:132px}}.ringSvg{width:100%;height:100%;transform:rotate(-90deg)}.ringTrack{fill:none;stroke:var(--track);stroke-width:12}.ringArc{fill:none;stroke-width:12;stroke-linecap:round;transition:stroke-dashoffset .55s cubic-bezier(.4,0,.2,1)}.ringIcon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.ringIcon svg{width:34px;height:34px}@media(min-width:941px){.ringIcon svg{width:44px;height:44px}}.ringNum{font-size:18px;font-weight:700}@media(min-width:941px){.ringNum{font-size:20px}}.ringUnit{font-size:11px;color:var(--muted);font-weight:600;margin-left:3px}.ringFoot{font-size:10.5px;color:var(--muted)}.undoWater{align-self:center;background:none;border:0;padding:0;color:var(--muted);font-size:11px;font-weight:600;text-decoration:underline;text-underline-offset:3px}.undoWater:hover{color:var(--water)}.bwCard{padding:16px 18px;display:flex;align-items:center;gap:14px}.bwMain{flex:1;min-width:0}.bwLabel{font-size:12px;color:var(--muted);font-weight:600}.bwRow{display:flex;align-items:baseline;gap:7px;margin-top:1px;flex-wrap:wrap}.bwInput{width:78px;background:transparent;border:0;border-bottom:1.5px dashed var(--border);color:var(--ink);font-family:Space Grotesk,Manrope,system-ui,sans-serif;font-size:22px;font-weight:700;padding:0 0 1px}@media(min-width:941px){.bwInput{font-size:24px}}.bwInput::-webkit-outer-spin-button,.bwInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.bwInput[type=number]{-moz-appearance:textfield}.bwInput:focus{border-bottom-style:solid;border-bottom-color:var(--accent);outline:none}.bwUnit{font-size:13px;color:var(--sec);font-weight:600}.bwSave{padding:6px 12px;font-size:12px;border-radius:10px}.bwDelta{font-size:11px;font-weight:700;color:var(--muted)}.bwDelta.is-up{color:var(--water)}.bwDelta.is-down{color:var(--green)}.bwNote{font-size:11px;color:var(--muted);margin-top:4px}.spark{flex:none;width:92px;height:32px;overflow:visible;color:var(--muted)}.spark.is-up{color:var(--water)}.spark.is-down{color:var(--green)}.vitalsCard{padding:16px 18px;display:flex;flex-direction:column;gap:14px}@media(min-width:941px){.vitalsCard{flex-direction:row;align-items:stretch;gap:16px;padding:16px 20px}}.vitalTile{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.vr{flex:none;width:100%;height:1px;background:var(--border)}@media(min-width:941px){.vr{width:1px;height:auto}}.vitalLabel{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted);font-weight:600}@media(min-width:941px){.vitalLabel{font-size:12.5px}}.vitalVal{font-size:22px;font-weight:700}.vitalUnit{font-size:13px;color:var(--sec);font-weight:600}.vitalFoot{display:flex;align-items:center;gap:6px;font-size:11.5px;color:var(--muted)}.vitalDot{width:7px;height:7px;border-radius:50%;background:var(--green);flex:none}.stepsBar{height:5px;border-radius:4px;background:var(--track);overflow:hidden;margin-top:3px}.stepsBar>div{height:100%;background:var(--accent);border-radius:4px}.flatline{display:block;width:100%;max-width:104px;height:22px;color:var(--track)}.suppPill{margin-top:5px;display:flex;border:1px solid var(--border);border-radius:999px;overflow:hidden}.suppSeg{flex:1;min-width:0;height:32px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;letter-spacing:.01em}.suppSeg+.suppSeg{border-left:1px solid var(--border)}.rowCard{padding:15px 18px;display:flex;align-items:center;gap:14px}.rowMain{flex:1;min-width:0}.rowLabel{font-size:13px;color:var(--sec);font-weight:700}.rowSub{font-size:11px;color:var(--muted);margin-top:2px}.toggle{flex:none;width:48px;height:28px;border-radius:999px;border:1px solid var(--border);background:var(--track);padding:0;position:relative;transition:background .2s ease}.toggle.is-on{background:var(--accent)}.toggle i{position:absolute;top:2px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0006;transition:left .2s ease}.toggle.is-on i{left:21px}.runCard{padding:16px 18px;display:flex;flex-direction:column;gap:12px}.runHead{display:flex;justify-content:space-between;align-items:baseline;gap:10px}.runLabel{font-size:12px;color:var(--muted);font-weight:600}.runLast{font-size:10.5px;font-weight:600;color:var(--muted)}.runBars{display:flex;gap:4px;height:28px}.runSeg{min-width:0;flex-basis:0;border-radius:4px;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 8px;overflow:hidden}.runSeg.is-run{background:var(--accent);color:var(--accent-ink);justify-content:flex-start}.runSeg.is-run:first-child{border-radius:8px 4px 4px 8px}.runSeg.is-run:last-child{border-radius:4px 8px 8px 4px}.runSeg.is-walk{background:var(--surface2);color:var(--sec);border:1px dashed rgba(255,255,255,.18)}.runSegTag{font-size:8.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;opacity:.65}.runSegVal{font-size:12px;font-weight:700}.runPlain{margin:0;font-size:13px;color:var(--sec);font-weight:600}.runLadder{display:flex;align-items:center;gap:7px}.runNow{flex:none;display:flex;align-items:center;gap:6px;background:var(--surface2);border:1px solid var(--accent);border-radius:999px;padding:4px 10px;font-size:10.5px;font-weight:700;color:var(--ink)}.runNowDot{width:5px;height:5px;border-radius:50%;background:var(--accent)}.runNext{flex:1;display:flex;align-items:center;gap:7px;min-width:0}.runRule{flex:1;height:1px;background:var(--border)}.runNext .num{flex:none;font-size:10.5px;font-weight:600;color:var(--muted)}.runNext .num.is-goal{font-weight:700;color:var(--accent);letter-spacing:.04em}.pane{padding:22px;display:flex;flex-direction:column;gap:14px}.pane h2{font-size:20px;margin:0}.pane p{margin:0}.pane label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--sec)}.pane input{height:44px;border-radius:12px;border:1px solid var(--border);background:var(--surface2);color:var(--ink);padding:0 12px;font-size:15px}.paneRow{display:flex;gap:10px}
