:root{--color-accent:#2962ff;--color-accent-strong:#1e54f0;--color-on-accent:#fff;--color-bg:#0c0c0e;--color-surface:#1c1d20;--color-surface-row:#161618;--color-surface-raised:#26272b;--color-text:#f2f2f3;--color-muted:#8e8e93;--color-border:#2a2b2f;--color-warmup:#e8a33d;--color-success:#34c759;--color-danger:#ff453a;--radius-card:12px;--radius-control:10px;--nav-height:60px;--content-max-width:640px}.app-shell{background:var(--color-bg);min-height:100dvh;color:var(--color-text);flex-direction:column;display:flex}.app-shell__main{width:100%;max-width:var(--content-max-width);padding:1.25rem 1rem;padding-bottom:calc(var(--nav-height) + env(safe-area-inset-bottom) + 1.25rem);flex:1;margin-inline:auto}.screen{flex-direction:column;gap:.5rem;display:flex}.screen__title{margin:0;font-size:1.75rem}.screen__note{max-width:40ch;color:var(--color-muted);margin:0;line-height:1.5}.today{gap:1.25rem}.today__header{flex-direction:column;gap:.1rem;display:flex}.today__weekday{letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent);margin:0;font-size:.85rem;font-weight:600}.today__plan{flex-direction:column;gap:1rem;display:flex}.today__routine-name{margin:0;font-size:1.2rem}.today__deload{color:#fde68a;letter-spacing:.04em;text-transform:uppercase;background:#fbbf2424;border:1px solid #fbbf24;border-radius:999px;align-self:flex-start;margin:0;padding:.35rem .65rem;font-size:.8rem;font-weight:800}.today__exercises{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.today__exercise{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);justify-content:space-between;align-items:baseline;gap:.75rem;padding:.85rem 1rem;display:flex}.today__exercise-name{color:var(--color-accent);font-size:1rem;font-weight:700}.today__exercise-detail{color:var(--color-muted);flex-shrink:0;font-size:.85rem}.today__start-button{border-radius:var(--radius-card);background:var(--color-accent);min-height:48px;color:var(--color-on-accent);cursor:pointer;border:none;padding:0 1.25rem;font-size:1rem;font-weight:700}.today__start-button:disabled{background:var(--color-surface-raised);color:var(--color-muted);border:1px solid var(--color-border);cursor:not-allowed}.today__start-note{color:var(--color-muted);margin:0;font-size:.8rem}.today__no-strength{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);flex-direction:column;gap:.5rem;padding:1.1rem 1.15rem;display:flex}.today__no-strength-headline{margin:0;font-size:1.1rem;font-weight:600}.today__no-strength-detail{color:var(--color-muted);margin:0;line-height:1.5}.today__pending-checks{border-radius:var(--radius-card);background:#f59e0b1f;border:1px solid #f59e0b;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.today__pending-label{color:#fbbf24;letter-spacing:.06em;text-transform:uppercase;margin:0 0 .2rem;font-size:.75rem;font-weight:800}.today__pending-title,.today__pending-detail{margin:0}.today__pending-title{color:var(--color-text);font-size:1rem}.today__pending-detail{color:var(--color-muted);margin-top:.25rem;line-height:1.4}.today__pending-link{border-radius:var(--radius-control);background:var(--color-accent);min-height:44px;color:var(--color-on-accent);flex:none;justify-content:center;align-items:center;padding:0 1rem;font-weight:800;text-decoration:none;display:inline-flex}.today__pending-error{color:#f87171;margin:0;line-height:1.5}.workout{gap:1rem}.workout__exercise{color:var(--color-accent);margin:0;font-size:1.5rem;font-weight:800}.workout__set-label{color:var(--color-muted);margin:0;font-size:.95rem}.workout__target{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);flex-direction:column;gap:.75rem;padding:1.25rem 1.15rem;display:flex}.workout__target-reps{margin:0;font-size:3rem;font-weight:800;line-height:1}.workout__target-unit{color:var(--color-muted);font-size:1rem;font-weight:600}.workout__target-note{color:var(--color-muted);margin:0;font-size:.9rem;line-height:1.5}.workout__target-note--warning{color:#f59e0b}.workout__rest-chip{color:var(--color-accent);font-variant-numeric:tabular-nums;background:#2962ff24;border-radius:999px;align-self:flex-start;align-items:center;gap:.35rem;margin:0;padding:.3rem .6rem;font-size:.8rem;font-weight:700;display:inline-flex}.workout-stats{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);gap:.75rem;margin:0;padding:.85rem 1rem;display:flex}.workout-stats__item{flex-direction:column;flex:1 1 0;gap:.2rem;display:flex}.workout-stats__item+.workout-stats__item{border-left:1px solid var(--color-border);padding-left:.75rem}.workout-stats__label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);margin:0;font-size:.7rem;font-weight:700}.workout-stats__value{font-variant-numeric:tabular-nums;margin:0;font-size:1.4rem;font-weight:800;line-height:1}.workout-stats__value-sub{color:var(--color-muted);font-size:1rem;font-weight:700}.set-table{border-collapse:collapse;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);width:100%;overflow:hidden}.set-table thead th{letter-spacing:.07em;text-transform:uppercase;color:var(--color-muted);text-align:left;padding:.5rem .85rem;font-size:.68rem;font-weight:700}.set-table__col-set{width:3rem}.set-table__col-reps{width:4rem}.set-table__col-check{text-align:center;width:3rem}.set-table tbody td{background:var(--color-surface-row);border-top:1px solid var(--color-bg);font-variant-numeric:tabular-nums;padding:.7rem .85rem;font-size:.95rem;font-weight:600}.set-table__col-prev{color:var(--color-muted);font-weight:600}.set-table__row--done .set-table__col-prev{color:var(--color-muted)}.set-table__col-check{text-align:center}.set-table__row--current td{background:#2962ff24}.set-table__row--current .set-table__col-set{color:var(--color-accent);font-weight:800}.set-table__row--done td{color:var(--color-muted);background:#34c7591f}.set-table__warmup{min-width:1.5rem;color:var(--color-warmup);justify-content:center;align-items:center;font-weight:800;display:inline-flex}.set-table__check{border:1.5px solid var(--color-border);border-radius:999px;justify-content:center;align-items:center;width:1.4rem;height:1.4rem;margin-inline:auto;font-size:.85rem;line-height:1;display:inline-flex}.set-table__check--done{background:var(--color-success);color:#07210f;border-color:#0000;font-weight:800}.set-table__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.set-table__col-weight{width:4.5rem}.set-table__input{border:1px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-bg);width:100%;min-height:44px;color:var(--color-text);font-variant-numeric:tabular-nums;text-align:center;padding:0 .4rem;font-size:1rem;font-weight:600}.set-table__input:disabled{opacity:.72}.set-table__check-button{border:1.5px solid var(--color-border);width:2.75rem;height:2.75rem;color:var(--color-muted);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;margin-inline:auto;padding:0;font-size:.95rem;line-height:1;display:inline-flex}.set-table__check-button--done{background:var(--color-success);color:#07210f;border-color:#0000;font-weight:800}.set-table__check-button:disabled{opacity:.5;cursor:default}.exercise-cards{flex-direction:column;gap:1rem;display:flex}.exercise-cards--resting{padding-bottom:14rem}.exercise-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);flex-direction:column;gap:.5rem;padding:1rem;display:flex}.rest-bar{left:50%;bottom:calc(var(--nav-height) + env(safe-area-inset-bottom) + .75rem);z-index:15;width:min(92vw, var(--content-max-width));background:var(--color-accent);border-radius:var(--radius-card);flex-direction:column;gap:.75rem;padding:1rem 1.1rem 1.1rem;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 12px 32px #00000073}.rest-bar__label{color:#ffffffd9;letter-spacing:.04em;text-transform:uppercase;text-align:center;margin:0;font-size:.8rem;font-weight:700}.rest-bar__controls{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.rest-bar__countdown{text-align:center;color:var(--color-on-accent);font-variant-numeric:tabular-nums;flex:auto;margin:0;font-size:3rem;font-weight:800;line-height:1}.rest-bar__adjust{border-radius:var(--radius-control);min-width:64px;min-height:48px;color:var(--color-on-accent);font-variant-numeric:tabular-nums;cursor:pointer;background:#ffffff29;border:1px solid #ffffff8c;flex:none;padding:0 .9rem;font-size:1rem;font-weight:800}.rest-bar__planned{color:#ffffffd9;text-align:center;margin:0;font-size:.85rem}.rest-bar__skip{border-radius:var(--radius-control);min-height:44px;color:var(--color-on-accent);cursor:pointer;background:#ffffff29;border:none;padding:0 1.25rem;font-size:.95rem;font-weight:700}.workout__status{color:var(--color-muted);margin:0;line-height:1.5}.workout__status--error{color:#f87171}.workout__link{color:var(--color-accent);align-self:flex-start;font-weight:600;text-decoration:none}.workout-complete{gap:1rem}.workout-complete__eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent);margin:0;font-size:.8rem;font-weight:700}.workout-complete__duration{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);align-items:baseline;gap:.55rem;padding:1.25rem 1.15rem;display:flex}.workout-complete__duration-value{font-size:2.4rem;font-weight:800;line-height:1}.workout-complete__duration-label{color:var(--color-muted);font-weight:600}.workout-complete__section,.workout-complete__nordic{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);flex-direction:column;gap:.65rem;padding:1rem;display:flex}.workout-complete__nordic{border-color:#f59e0b}.workout-complete__heading{margin:0;font-size:1rem}.workout-complete__summary,.workout-complete__checks{margin:0;padding:0;list-style:none}.workout-complete__summary{flex-direction:column;gap:.5rem;display:flex}.workout-complete__summary-row{color:var(--color-muted);justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.workout-complete__summary-row span{color:var(--color-text);font-weight:600}.workout-complete__checks{color:var(--color-muted);gap:.35rem;display:grid}.workout-complete__done-link{border-radius:var(--radius-card);background:var(--color-accent);min-height:48px;color:var(--color-on-accent);justify-content:center;align-items:center;padding:0 1.25rem;font-weight:700;text-decoration:none;display:inline-flex}.workout-complete__nordic-link{border:1px solid var(--color-accent);border-radius:var(--radius-control);min-height:44px;color:var(--color-accent);justify-content:center;align-items:center;padding:0 1rem;font-weight:700;text-decoration:none;display:inline-flex}.set-log{flex-wrap:wrap;align-items:flex-end;gap:.75rem;display:flex}.set-log__field{flex-direction:column;flex:5rem;gap:.25rem;min-width:4.5rem;display:flex}.set-log__label{color:var(--color-muted);font-size:.75rem;font-weight:600}.set-log__input{border:1px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-bg);min-height:44px;color:var(--color-text);padding:0 .6rem;font-size:1rem}.set-log__input:disabled{opacity:.72}.set-log__metadata{color:var(--color-muted);flex-wrap:wrap;flex:100%;gap:.5rem;font-size:.85rem;display:flex}.set-log__quality{border:none;flex:100%;min-width:0;margin:0;padding:0}.set-log__flag-grid{grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));gap:.5rem;margin-top:.35rem;display:grid}.set-log__flag{border:1px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-bg);min-height:44px;color:var(--color-text);cursor:pointer;align-items:center;gap:.45rem;padding:.5rem .6rem;font-size:.9rem;display:flex}.set-log__flag--checked{border-color:var(--color-accent);background:#2f6bff29}.set-log__flag-input{width:1rem;height:1rem;accent-color:var(--color-accent);margin:0}.set-log__field--notes{flex-basis:100%}.set-log__textarea{resize:vertical;min-height:5rem;padding-block:.55rem}.set-log__submit{border-radius:var(--radius-card);background:var(--color-accent);min-height:48px;color:var(--color-on-accent);cursor:pointer;border:none;flex:100%;padding:0 1.25rem;font-size:1rem;font-weight:700}.set-log__submit:disabled{opacity:.72;cursor:wait}.nordic-check{gap:1rem}.nordic-check__header{flex-direction:column;gap:.35rem;display:flex}.nordic-check__eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent);margin:0;font-size:.8rem;font-weight:700}.nordic-check__form,.nordic-check__criteria,.nordic-check__result{flex-direction:column;gap:.75rem;display:flex}.nordic-check__criteria,.nordic-check__result{border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);margin:0;padding:1rem}.nordic-check__legend,.nordic-check__result-title{color:var(--color-text);margin:0;font-size:1rem;font-weight:800}.nordic-check__criterion,.nordic-check__flag{border:1px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-bg);min-height:44px;color:var(--color-text);align-items:center;gap:.5rem;padding:.55rem .65rem;font-size:.95rem;display:flex}.nordic-check__criterion input,.nordic-check__flag input{width:1rem;height:1rem;accent-color:var(--color-accent);flex:none;margin:0}.nordic-check__criterion--locked{color:var(--color-muted)}.nordic-check__flag-grid{grid-template-columns:repeat(auto-fit,minmax(8.5rem,1fr));gap:.5rem;display:grid}.nordic-check__flag{cursor:pointer}.nordic-check__flag--checked{background:#f59e0b1f;border-color:#f59e0b}.nordic-check__range-label{color:var(--color-muted);justify-content:space-between;align-items:center;gap:1rem;display:flex}.nordic-check__range-label strong{color:var(--color-text);font-size:1.2rem}.nordic-check__range{width:100%;accent-color:var(--color-accent)}.nordic-check__segmented{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}.nordic-check__segment{border:1px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-bg);min-height:44px;color:var(--color-text);cursor:pointer;justify-content:center;align-items:center;gap:.45rem;padding:.55rem .65rem;font-weight:700;display:flex}.nordic-check__segment input{width:1rem;height:1rem;accent-color:var(--color-accent);margin:0}.nordic-check__segment--selected{border-color:var(--color-accent);background:#2f6bff29}.nordic-check__save{border-radius:var(--radius-card);background:var(--color-accent);min-height:48px;color:var(--color-on-accent);cursor:pointer;border:none;padding:0 1.25rem;font-size:1rem;font-weight:800}.nordic-check__save:disabled{opacity:.72;cursor:wait}.nordic-check__status{color:var(--color-muted);margin:0;line-height:1.5}.nordic-check__status--error{color:#f87171}.nordic-check__result--pending{border-color:#f59e0b}.nordic-check__result--failed{border-color:#f87171}.nordic-check__result--counted{border-color:#22c55e}.nordic-check__effect--pending{border-color:#f59e0b}.nordic-check__effect--ok{border-color:#22c55e}.nordic-check__effect--warning{border-color:#f59e0b}.nordic-check__effect--failed{border-color:#f87171}.nordic-check__link{color:var(--color-accent);align-self:flex-start;font-weight:700;text-decoration:none}.bottom-nav{inset-inline:0;z-index:10;background:var(--color-surface);border-top:1px solid var(--color-border);padding-bottom:env(safe-area-inset-bottom);justify-content:center;gap:.25rem;display:flex;position:fixed;bottom:0;box-shadow:0 -8px 24px #00000059}.bottom-nav__link{max-width:140px;min-height:var(--nav-height);color:var(--color-muted);-webkit-tap-highlight-color:transparent;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:3px;padding:8px 4px;font-size:.7rem;font-weight:600;text-decoration:none;transition:color .15s;display:flex}.bottom-nav__link--active{color:var(--color-accent);font-weight:800}.bottom-nav__icon{font-size:1.3rem;line-height:1}.bottom-nav__label{letter-spacing:.01em;line-height:1}.today__start-button:not(:disabled):active,.today__pending-link:active,.set-log__submit:not(:disabled):active,.nordic-check__save:not(:disabled):active,.history-edit__save:not(:disabled):active,.workout-complete__done-link:active,.settings__input-row button:not(:disabled):active{background:var(--color-accent-strong)}.pwa-toast{z-index:20;left:50%;bottom:calc(var(--nav-height) + env(safe-area-inset-bottom) + .75rem);width:min(92vw, var(--content-max-width));background:var(--color-surface-raised);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-card);justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 8px 24px #00000059}.pwa-toast--warning{top:calc(env(safe-area-inset-top,0px) + .75rem);border-color:#f59e0b;bottom:auto}.pwa-toast__message{margin:0;font-size:.9rem}.pwa-toast__actions{flex-shrink:0;gap:.5rem;display:flex}.pwa-toast__button{border-radius:var(--radius-control);background:var(--color-accent);min-height:40px;color:var(--color-on-accent);cursor:pointer;border:none;padding:0 .9rem;font-size:.85rem;font-weight:600}.pwa-toast__button--ghost{color:var(--color-muted);border:1px solid var(--color-border);background:0 0}.history{gap:1rem}.history__header{flex-direction:column;gap:.35rem;display:flex}.history__status{color:var(--color-muted);margin:0;line-height:1.5}.history__status--error{color:#f87171}.history__status--success{color:#22c55e}.history__back-link{color:var(--color-accent);align-self:flex-start;font-weight:700;text-decoration:none}.history-list,.history-detail__sets{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.history-list__item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);min-height:72px;color:var(--color-text);grid-template-columns:1fr;gap:.25rem;padding:.9rem 1rem;text-decoration:none;display:grid}.history-list__item:focus-visible,.history-set__edit:focus-visible,.history-edit__save:focus-visible,.history-edit__cancel:focus-visible,.history__back-link:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.history-list__date{letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent);font-size:.8rem;font-weight:700}.history-list__routine{font-weight:700}.history-list__summary{color:var(--color-muted);font-size:.9rem}.history-detail__meta{color:var(--color-muted);flex-wrap:wrap;gap:.4rem .75rem;font-weight:600;display:flex}.history-detail__meta span{color:var(--color-text)}.history-set{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);flex-direction:column;gap:.85rem;padding:1rem;display:flex}.history-set__header{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.history-set__exercise{color:var(--color-accent);margin:0;font-size:1.05rem;font-weight:700}.history-set__set-number{color:var(--color-muted);margin:.15rem 0 0;font-size:.85rem}.history-set__edit,.history-edit__cancel{border:1px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-bg);min-height:44px;color:var(--color-text);cursor:pointer;padding:0 .9rem;font-weight:700}.history-set__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:0;display:grid}.history-set__field{min-width:0}.history-set__field dt{color:var(--color-muted);font-size:.75rem;font-weight:700}.history-set__field dd{overflow-wrap:anywhere;margin:.15rem 0 0;line-height:1.35}.history-edit{flex-wrap:wrap;gap:.75rem;display:flex}.history-edit__field{min-width:5rem;color:var(--color-muted);flex-direction:column;flex:5.75rem;gap:.3rem;font-size:.75rem;font-weight:700;display:flex}.history-edit__field--notes,.history-edit__quality,.history-edit__actions{flex-basis:100%}.history-edit__input{border:1px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-bg);min-height:44px;color:var(--color-text);padding:0 .65rem;font-size:1rem}.history-edit__textarea{resize:vertical;min-height:5rem;padding-block:.55rem}.history-edit__quality{min-width:0;color:var(--color-muted);border:none;margin:0;padding:0;font-size:.75rem;font-weight:700}.history-edit__flag-grid{grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));gap:.5rem;margin-top:.35rem;display:grid}.history-edit__flag{border:1px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-bg);min-height:44px;color:var(--color-text);cursor:pointer;align-items:center;gap:.45rem;padding:.5rem .6rem;font-size:.9rem;display:flex}.history-edit__flag--checked{border-color:var(--color-accent);background:#2f6bff29}.history-edit__flag input{width:1rem;height:1rem;accent-color:var(--color-accent);margin:0}.history-edit__actions{gap:.65rem;display:flex}.history-edit__save{border-radius:var(--radius-card);background:var(--color-accent);min-height:48px;color:var(--color-on-accent);cursor:pointer;border:none;flex:auto;padding:0 1.25rem;font-size:1rem;font-weight:800}.history-edit__save:disabled,.history-edit__cancel:disabled{opacity:.72;cursor:wait}@media (width>=520px){.history-set__fields{grid-template-columns:repeat(3,minmax(0,1fr))}}.settings{gap:1rem}.settings__header,.settings__section,.settings__state-card,.settings__movement{flex-direction:column;gap:.75rem;display:flex}.settings__section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-control);padding:1rem}.settings__section-heading{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.settings__section-heading h2,.settings__state-card h3,.settings__movement legend,.settings__subheading{margin:0}.settings__section-heading h2{font-size:1.1rem}.settings__subheading,.settings__state-card h3,.settings__movement legend{font-size:1rem;font-weight:700}.settings__badge{border:1px solid var(--color-border);color:var(--color-muted);text-transform:uppercase;border-radius:999px;flex-shrink:0;padding:.2rem .45rem;font-size:.72rem;font-weight:700}.settings__badge--state{color:var(--color-accent)}.settings__schedule,.settings__default-list,.settings__metric-list{margin:0;padding:0;list-style:none}.settings__schedule,.settings__default-list,.settings__defaults,.settings__nordic-list,.settings__movement-list,.settings__forms{flex-direction:column;gap:.65rem;display:flex}.settings__schedule-day,.settings__default-item,.settings__metric-list div,.settings__current-state{justify-content:space-between;gap:.75rem;display:flex}.settings__schedule-day,.settings__default-item,.settings__state-card,.settings__movement{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-control);padding:.75rem}.settings__schedule-weekday,.settings__default-name,.settings__metric-list dt,.settings__form label{font-weight:700}.settings__schedule-routine,.settings__default-detail,.settings__metric-list dd,.settings__state-note,.settings__program-note,.settings__help,.settings__target-preview{color:var(--color-muted);margin:0}.settings__default-detail{text-align:right}.settings__metric-list{gap:.5rem;display:grid}.settings__metric-list dd{text-align:right}.settings__current-state{flex-direction:column}.settings__current-state p{margin:0}.settings__notice{border-radius:var(--radius-control);background:#f59e0b1f;border:1px solid #f59e0b;flex-direction:column;gap:.5rem;padding:.7rem;display:flex}.settings__notice p{margin:0}.settings__form{flex-direction:column;gap:.45rem;display:flex}.settings__input-row{flex-wrap:wrap;gap:.5rem;display:flex}.settings__input-row input{border:1px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-surface);min-width:0;min-height:44px;color:var(--color-text);flex:6rem;padding:0 .65rem;font-size:1rem}.settings__input-row button,.settings__secondary-button,.settings__inline-button{border-radius:var(--radius-control);cursor:pointer;min-height:44px;font-weight:700}.settings__input-row button{background:var(--color-accent);color:var(--color-on-accent);border:none;flex:10rem;padding:0 .8rem}.settings__secondary-button,.settings__inline-button{border:1px solid var(--color-border);color:var(--color-text);background:0 0;padding:0 .75rem}.settings__input-row button:disabled,.settings__secondary-button:disabled,.settings__inline-button:disabled{opacity:.65;cursor:wait}.settings__field-error,.settings__status--error{color:#f87171;margin:0}.settings__status{margin:0}@media (width>=560px){.settings__defaults,.settings__forms{grid-template-columns:1fr 1fr;align-items:start;display:grid}.settings__current-state{flex-direction:row}}.progress{gap:1.25rem}.progress__header{flex-direction:column;gap:.4rem;display:flex}.progress__section{flex-direction:column;gap:.75rem;display:flex}.progress__section-title{margin:0;font-size:1rem}.progress__card-grid{grid-template-columns:1fr;gap:.75rem;display:grid}.progress-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-control);flex-direction:column;gap:.9rem;padding:1rem;display:flex}.progress-card__header{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.progress-card__header h3,.progress-recovery__header h3{margin:0;font-size:1rem}.progress-card__header p{color:var(--color-muted);margin:.15rem 0 0;font-size:.85rem}.progress-card__badge{border:1px solid var(--color-border);color:var(--color-muted);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.25rem .45rem;font-size:.75rem}.progress-sparklines{grid-template-columns:1fr;gap:.65rem;display:grid}.progress-sparkline{flex-direction:column;gap:.35rem;display:flex}.progress-sparkline__label,.progress-sparkline__range,.progress-sparkline__empty{color:var(--color-muted);margin:0;font-size:.78rem}.progress-sparkline__chart{width:100%;height:42px;overflow:visible}.progress-sparkline__chart polyline{fill:none;stroke:var(--color-accent);stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.progress-sparkline__chart circle{fill:var(--color-accent);vector-effect:non-scaling-stroke}.progress-log-list,.progress-recovery-list,.progress-warning-list{margin:0;padding:0;list-style:none}.progress-log-list{flex-direction:column;gap:.45rem;display:flex}.progress-log-list__item{border-top:1px solid var(--color-border);color:var(--color-muted);grid-template-columns:minmax(7rem,1fr) auto;align-items:baseline;gap:.35rem .75rem;padding-top:.45rem;font-size:.85rem;display:grid}.progress-log-list__item span:not(:first-child){color:var(--color-text);text-align:right;font-weight:600}.progress-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0;display:grid}.progress-metric-grid div{min-width:0}.progress-metric-grid dt{color:var(--color-muted);font-size:.75rem}.progress-metric-grid dd{margin:.15rem 0 0;font-weight:700}.progress-recovery-list{flex-direction:column;gap:.75rem;display:flex}.progress-recovery{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-control);flex-direction:column;gap:.8rem;padding:1rem;display:flex}.progress-recovery--warning{border-color:#f59e0b}.progress-recovery--ok{border-color:#22c55e}.progress-recovery__header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.progress-recovery__header span{color:var(--color-muted);flex-shrink:0;font-size:.8rem;font-weight:700}.progress-warning-list{color:#fbbf24;flex-direction:column;gap:.3rem;font-size:.85rem;display:flex}.progress__status,.progress__empty{color:var(--color-muted);margin:0;line-height:1.5}.progress__status--error{color:#fca5a5}.progress__status--warning{color:#fbbf24}@media (width>=620px){.progress__card-grid,.progress-sparklines{grid-template-columns:repeat(2,minmax(0,1fr))}.progress-card--wide{grid-column:1/-1}}.backup__intro{color:var(--color-muted);margin:0 0 .5rem;line-height:1.5}.backup__action{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.backup__button{border:1px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-surface-raised);min-height:44px;color:var(--color-text);font:inherit;cursor:pointer;align-self:flex-start;padding:.6rem 1rem;font-weight:700;display:inline-block}.backup__button:disabled{opacity:.6;cursor:default}.backup__button--file{cursor:pointer}.backup__file-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.backup__confirm{border:1px solid var(--color-border);border-radius:var(--radius-control);background:var(--color-bg);flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.backup__counts,.backup__issues{margin:0;padding-left:1.25rem}.backup__confirm-actions{flex-wrap:wrap;gap:.5rem;display:flex}.backup__issues{margin-top:.5rem;font-size:.85rem}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body{min-height:100dvh;margin:0}#root{min-height:100dvh}
