:root{--bg:#0e0e12;--surface:#17171d;--fg:#f4f4f5;--muted:#8f8f9c;--line:#2a2a33;--accent:#e2483d;--accent-fg:#fff;--card-bg:#f7f7f4;--card-border:transparent;--card-shadow:#00000073;--scrim:#0009;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:system-ui,-apple-system,Segoe UI,sans-serif}:root[data-theme=light]{--bg:#f4f4f2;--surface:#fff;--fg:#17171d;--muted:#6b6b78;--line:#e2e2dd;--accent:#c8362c;--accent-fg:#fff;--card-bg:#fff;--card-border:#e4e4df;--card-shadow:#0000001f;--scrim:#00000059;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;overscroll-behavior:none;margin:0}button{font:inherit;color:inherit}#root{min-height:100dvh;padding:max(1.25rem, env(safe-area-inset-top)) max(1.25rem, env(safe-area-inset-right)) max(1.25rem, env(safe-area-inset-bottom)) max(1.25rem, env(safe-area-inset-left))}.setup{flex-direction:column;gap:1.5rem;max-width:30rem;min-height:calc(100dvh - 2.5rem);margin:0 auto;display:flex}.setup__header{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.setup__header h1{letter-spacing:.02em;color:var(--muted);text-align:center;flex:1;margin:0;font-size:1rem;font-weight:600}.setup__header-spacer{flex:none;width:2.5rem}.theme-toggle{width:2.5rem;height:2.5rem;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:50%;flex:none;place-items:center;display:grid}.theme-toggle:hover{background:var(--surface);color:var(--fg)}.theme-toggle:focus-visible{outline:2px solid var(--fg);outline-offset:2px}.setup__main{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.25rem;display:flex}.start{aspect-ratio:1;background:var(--accent);width:min(15rem,60vw);color:var(--accent-fg);text-transform:uppercase;letter-spacing:.02em;cursor:pointer;border:none;border-radius:50%;font-size:clamp(2.25rem,11vw,3rem);font-weight:700;transition:transform .12s,filter .12s}.start:hover{filter:brightness(1.08)}.start:active{transform:scale(.96)}.setup__summary{color:var(--muted);font-variant-numeric:tabular-nums;margin:0;font-size:.95rem}.options{background:var(--surface);border:1px solid var(--line);border-radius:.9rem}.options__row{justify-content:space-between;align-items:center;gap:1rem;min-height:3.75rem;padding:.9rem 1rem;display:flex}.options__row+.options__row{border-top:1px solid var(--line)}.options__label{flex-direction:column;gap:.15rem;display:flex}.options__hint{color:var(--muted);font-size:.78rem}.toggle{background:var(--line);cursor:pointer;border:none;border-radius:999px;flex:none;width:3.25rem;height:1.9rem;padding:.2rem;transition:background .14s;display:flex}.toggle[aria-checked=true]{background:var(--accent)}.toggle__knob{background:var(--fg);border-radius:50%;width:1.5rem;height:1.5rem;transition:transform .14s}.toggle[aria-checked=true] .toggle__knob{transform:translate(1.35rem)}.segmented{border:1px solid var(--line);border-radius:.6rem;flex:none;align-items:stretch;display:flex;overflow:hidden}.segmented__option,.segmented__input{font-variant-numeric:tabular-nums;background:0 0;border:none;height:2.6rem}.segmented__option{cursor:pointer;min-width:3rem;color:var(--muted);padding:0 .75rem}.segmented__option[aria-pressed=true]{background:var(--accent);color:var(--accent-fg);font-weight:600}.segmented__option--custom{color:var(--fg);font-size:.85rem}.segmented__input{background:var(--bg);width:4.5rem;color:var(--fg);font:inherit;text-align:center;box-shadow:inset 0 -2px 0 var(--accent);padding:0 .5rem}.segmented>*+*{border-left:1px solid var(--line)}@supports (-webkit-touch-callout:none){.segmented__input{font-size:1rem}}:where(.start,.toggle,.segmented__option,.segmented__input):focus-visible{outline:2px solid var(--fg);outline-offset:-2px}.start:focus-visible{outline-offset:3px}.placeholder{text-align:center;min-height:calc(100dvh - 2.5rem);color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.placeholder__back{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:.55rem;padding:.7rem 1.2rem}.session{flex-direction:column;gap:1rem;max-width:30rem;min-height:calc(100dvh - 2.5rem);margin:0 auto;display:flex}.session__bar{color:var(--muted);font-variant-numeric:tabular-nums;justify-content:space-between;align-items:center;gap:1rem;display:flex}.session__exit{width:2.75rem;height:2.75rem;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:50%;flex:none;font-size:1.1rem}.session__exit:hover{background:var(--surface);color:var(--fg)}.session__progress{color:var(--fg);font-size:1rem;font-weight:600}.session__of{color:var(--muted);font-weight:400}.session__timer{text-align:right;min-width:3.5rem;font-size:.95rem}.session__left{background:var(--accent);color:var(--accent-fg);letter-spacing:.01em;white-space:nowrap;border-radius:999px;padding:.3rem .7rem;font-size:.85rem;font-weight:600;animation:.22s ease-out pill-in}@keyframes pill-in{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.session__left{animation:none}}.session__card{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex:1;place-items:center;min-height:0;padding:0;display:grid}.session__card:active .card{transform:scale(.98)}.card{aspect-ratio:5/7;background:var(--card-bg);border:1px solid var(--card-border);max-width:100%;height:min(100%,24rem);box-shadow:0 1.25rem 2.5rem var(--card-shadow);-webkit-user-select:none;user-select:none;border-radius:.9rem;place-items:center;transition:transform .12s;display:grid;position:relative}.card--red{color:#d1202c}.card--black,.card--joker{color:#16161a}.card__corner{font-variant-numeric:tabular-nums;font-size:clamp(1.1rem,5vw,1.6rem);font-weight:600;line-height:1;position:absolute}.card__corner--start{top:.75rem;left:.85rem}.card__corner--end{bottom:.75rem;right:.85rem;rotate:180deg}.card__pip{font-size:clamp(4rem,22vw,8rem);line-height:1}.card__joker{letter-spacing:.22em;writing-mode:vertical-rl;font-size:clamp(1.1rem,6vw,1.9rem);font-weight:700}.prescription{text-align:center;justify-content:center;align-items:baseline;gap:.6rem;margin:0;display:flex}.prescription__reps{font-variant-numeric:tabular-nums;font-size:clamp(2.5rem,13vw,3.5rem);font-weight:700;line-height:1}.prescription__exercise{color:var(--muted);font-size:clamp(1.1rem,5vw,1.5rem)}.next{touch-action:manipulation;background:var(--accent);width:100%;min-height:4rem;color:var(--accent-fg);cursor:pointer;border:none;border-radius:.9rem;flex:none;font-size:1.25rem;font-weight:600;transition:filter .12s,transform .12s}.next:hover{filter:brightness(1.08)}.next:active{transform:scale(.99)}.sheet{z-index:10;background:var(--scrim);padding:1rem;padding-bottom:max(1rem, env(safe-area-inset-bottom));justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet__panel{border:1px solid var(--line);background:var(--surface);border-radius:1rem;flex-direction:column;gap:.6rem;width:min(28rem,100%);padding:1.25rem;display:flex}.sheet__title{margin:0;font-size:1.15rem;font-weight:600}.sheet__body{color:var(--muted);margin:0 0 .4rem;font-size:.95rem}.sheet__confirm,.sheet__cancel{cursor:pointer;border:1px solid #0000;border-radius:.7rem;min-height:3.25rem;font-size:1rem}.sheet__confirm{background:var(--accent);color:var(--accent-fg);font-weight:600}.sheet__cancel{border-color:var(--line);background:0 0}:where(.next,.session__exit,.sheet__confirm,.sheet__cancel):focus-visible{outline:2px solid var(--fg);outline-offset:2px}.session__card:focus-visible{outline:none}.session__card:focus-visible .card{outline:2px solid var(--fg);outline-offset:4px}.options__badge{background:var(--line);color:var(--muted);letter-spacing:.06em;text-transform:uppercase;vertical-align:.1em;border-radius:.3rem;margin-left:.35rem;padding:.1rem .35rem;font-size:.65rem;font-weight:600}.complete{text-align:center;flex-direction:column;gap:1.5rem;max-width:30rem;min-height:calc(100dvh - 2.5rem);margin:0 auto;display:flex}.complete__header{flex-direction:column;gap:.35rem;display:flex}.complete__title{margin:0;font-size:1.5rem;font-weight:600}.complete__date{color:var(--muted);margin:0;font-size:.95rem}.complete__main{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.35rem;display:flex}.complete__duration{font-variant-numeric:tabular-nums;letter-spacing:-.02em;margin:0;font-size:clamp(3.5rem,20vw,5rem);font-weight:700;line-height:1}.complete__cards{color:var(--muted);margin:0;font-size:1rem}.rating{flex-direction:column;align-items:center;gap:.75rem;display:flex}.rating__question{color:var(--muted);margin:0;font-size:.95rem}.rating__buttons{gap:.75rem;display:flex}.rating__button{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:1rem;width:4.5rem;height:4.5rem;font-size:1.9rem;line-height:1;transition:transform .12s,border-color .12s,background .12s}.rating__button:active{transform:scale(.95)}.rating__button[aria-pressed=true]{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 18%, var(--surface))}:where(.rating__button):focus-visible{outline:2px solid var(--fg);outline-offset:2px}.nav-row{border:1px solid var(--line);background:var(--surface);text-align:left;cursor:pointer;border-radius:.9rem;justify-content:space-between;align-items:center;gap:1rem;width:100%;min-height:3.75rem;padding:.9rem 1rem;font-size:1rem;display:flex}.nav-row:hover{border-color:var(--muted)}.nav-row__side{color:var(--muted);align-items:center;gap:.5rem;display:flex}.nav-row__count{font-size:.85rem}.nav-row__chevron{font-size:1.2rem}.history{flex-direction:column;gap:1rem;max-width:30rem;min-height:calc(100dvh - 2.5rem);margin:0 auto;display:flex}.history__bar{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.history__title{color:var(--muted);margin:0;font-size:1rem;font-weight:600}.history__back{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:.5rem .4rem;font-size:1rem}.history__back:hover{color:var(--fg)}.history__spacer{width:3.5rem}.history__empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.4rem;display:flex}.history__empty-title{margin:0;font-size:1.1rem;font-weight:600}.history__empty-body{color:var(--muted);margin:0}.history__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.group__summary{letter-spacing:.04em;text-transform:none;color:var(--muted);margin-top:.15rem;font-size:.7rem;font-weight:500;display:block}.stats{border:1px solid var(--line);background:var(--surface);text-align:center;border-radius:.9rem;flex-direction:column;align-items:center;gap:.3rem;padding:1.25rem 1rem 1rem;display:flex}.stats__streak{flex-direction:column;align-items:center;gap:.1rem;margin:0;display:flex}.stats__number{font-variant-numeric:tabular-nums;font-size:3rem;font-weight:700;line-height:1}.stats__unit{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:.85rem}.stats__meta{color:var(--muted);margin:.35rem 0 0;font-size:.9rem}.stats__strip{gap:.25rem;width:100%;max-width:16rem;margin-top:.9rem;display:flex}.stats__week{background:var(--line);border-radius:.25rem;flex:1;height:1.75rem}.stats__week[data-level="1"]{background:color-mix(in srgb, var(--accent) 45%, var(--line))}.stats__week[data-level="2"]{background:var(--accent)}.stats__week[data-current=true][data-level="0"]{border:1px dashed var(--muted);background:0 0}.stats__legend{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:.4rem 0 0;font-size:.72rem}.entry{border:1px solid var(--line);background:var(--surface);text-align:left;cursor:pointer;border-radius:.8rem;flex-direction:column;align-items:stretch;gap:.6rem;width:100%;min-height:4rem;padding:.75rem 1rem;display:flex}.entry:hover{border-color:var(--muted)}.entry__top{justify-content:space-between;align-items:center;gap:1rem;display:flex}.entry__bar{background:var(--line);border-radius:999px;height:.25rem;overflow:hidden}.entry__fill{border-radius:999px;min-width:.25rem;height:100%;display:block}.entry__fill[data-outcome=completed]{background:var(--accent)}.entry__fill[data-outcome=abandoned]{background:var(--muted)}.entry__main{flex-direction:column;gap:.2rem;min-width:0;display:flex}.entry__day{font-size:1rem;font-weight:600}.entry__detail{color:var(--muted);font-size:.82rem}.entry__side{flex:none;align-items:center;gap:.6rem;display:flex}.entry__duration{font-variant-numeric:tabular-nums;font-size:1rem}.entry__rating{font-size:1.1rem}.detail{flex-direction:column;margin:0 0 .5rem;display:flex}.detail__row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:1rem;padding:.45rem 0;display:flex}.detail__row:last-child{border-bottom:none}.detail__row dt{color:var(--muted);font-size:.9rem}.detail__row dd{font-variant-numeric:tabular-nums;margin:0}.sheet__danger{border:1px solid var(--line);min-height:3.25rem;color:var(--accent);cursor:pointer;background:0 0;border-radius:.7rem;font-size:1rem;font-weight:600}.sheet__danger:hover{border-color:var(--accent)}:where(.nav-row,.entry,.history__back,.sheet__danger):focus-visible{outline:2px solid var(--fg);outline-offset:2px}.session__pause{width:2.5rem;height:2.5rem;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:50%;flex:none;place-items:center;font-size:.8rem;display:grid}.session__pause:hover{background:var(--surface);color:var(--fg)}.auto{flex-direction:column;gap:.5rem;display:flex}.auto[data-paused=true]{opacity:.55}.auto__readout{justify-content:center;align-items:baseline;gap:.45rem;min-height:2rem;margin:0;display:flex}.auto__count{font-variant-numeric:tabular-nums;text-align:center;min-width:2ch;font-size:1.75rem;font-weight:700;line-height:1}.auto__label{color:var(--muted);font-size:1rem}.auto__track{background:var(--line);border-radius:999px;height:.35rem;overflow:hidden}.auto__fill{background:var(--accent);border-radius:999px;height:100%;transition:width .25s linear}.auto[data-paused=true] .auto__fill{transition:none}@media (prefers-reduced-motion:reduce){.auto__fill{transition:none}}:where(.session__pause):focus-visible{outline:2px solid var(--fg);outline-offset:2px}.stepper{border:1px solid var(--line);border-radius:.6rem;flex:none;align-items:stretch;display:flex;overflow:hidden}.stepper__button{width:2.75rem;height:2.6rem;color:var(--fg);cursor:pointer;background:0 0;border:none;font-size:1.2rem}.stepper__button:hover:not(:disabled){background:var(--bg)}.stepper__button:disabled{color:var(--line);cursor:default}.stepper__value{border-left:1px solid var(--line);border-right:1px solid var(--line);font-variant-numeric:tabular-nums;place-items:center;min-width:3rem;font-weight:600;display:grid}:where(.stepper__button):focus-visible{outline:2px solid var(--fg);outline-offset:-2px}.group{flex-direction:column;gap:.45rem;display:flex}.group__heading{letter-spacing:.09em;text-transform:uppercase;color:var(--muted);margin:0 0 0 .9rem;font-size:.7rem;font-weight:600}.options__action{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;min-height:3.75rem;padding:.9rem 1rem;font-size:1rem;display:flex}.options__action+.options__action{border-top:1px solid var(--line)}.options__action:hover{background:var(--bg)}.notice{color:var(--muted);margin:.15rem 0 0 .9rem;font-size:.82rem}.visually-hidden{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:where(.options__action):focus-visible{outline:2px solid var(--fg);outline-offset:-2px}.customize{flex-direction:column;gap:1rem;max-width:30rem;min-height:calc(100dvh - 2.5rem);margin:0 auto;display:flex}.preset{text-align:left;cursor:pointer;background:0 0;border:none;align-items:flex-start;gap:.85rem;width:100%;padding:.95rem 1rem;display:flex}.preset+.preset{border-top:1px solid var(--line)}.preset:hover{background:var(--bg)}.preset__mark{border:2px solid var(--line);border-radius:50%;flex:none;width:1.15rem;height:1.15rem;margin-top:.15rem}.preset[aria-checked=true] .preset__mark{border-color:var(--accent);background:radial-gradient(var(--accent) 0 45%, transparent 46%)}.preset__text{flex-direction:column;gap:.2rem;display:flex}.preset__name{font-size:1rem;font-weight:600}.preset__blurb{color:var(--muted);font-size:.82rem;line-height:1.4}.slot__value{color:var(--muted);text-align:right;flex:none;font-size:.95rem}.select{border:1px solid var(--line);background:var(--bg);max-width:11rem;height:2.6rem;color:var(--fg);border-radius:.6rem;flex:none;padding:0 .6rem;font-family:inherit;font-size:1rem}:where(.preset,.select):focus-visible{outline:2px solid var(--fg);outline-offset:-2px}.name-input{border:1px solid var(--line);background:var(--bg);min-width:0;height:2.6rem;color:var(--fg);border-radius:.6rem;flex:1;padding:0 .7rem;font-family:inherit;font-size:1rem}.save-button{background:var(--accent);height:2.6rem;color:var(--accent-fg);cursor:pointer;border:none;border-radius:.6rem;flex:none;padding:0 1.1rem;font-size:.95rem;font-weight:600}.save-button:disabled{background:var(--line);color:var(--muted);cursor:default}:where(.name-input,.save-button):focus-visible{outline:2px solid var(--fg);outline-offset:2px}.install{border:1px solid var(--line);background:var(--surface);border-radius:.9rem;justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem .75rem .85rem 1rem;display:flex}.install__text{flex-direction:column;gap:.15rem;min-width:0;display:flex}.install__title{font-size:1rem;font-weight:600}.install__hint{color:var(--muted);font-size:.78rem}.install__actions{flex:none;align-items:center;gap:.25rem;display:flex}.install__go{background:var(--accent);height:2.4rem;color:var(--accent-fg);cursor:pointer;border:none;border-radius:.55rem;padding:0 .95rem;font-size:.9rem;font-weight:600}.install__dismiss{width:2.4rem;height:2.4rem;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:50%;font-size:.9rem}.install__dismiss:hover{background:var(--bg);color:var(--fg)}:where(.install__go,.install__dismiss):focus-visible{outline:2px solid var(--fg);outline-offset:2px}
