:root{--bg: #0c0e11;--surface: #161a20;--surface-2: #1e232b;--text: #f4f6f9;--line: rgba(255, 255, 255, .09);--accent: #3ddc84;--on-accent: #052012;--radius: 20px;--gap: 12px;color-scheme:dark;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);overscroll-behavior:none;-webkit-font-smoothing:antialiased}button,input{font:inherit;color:inherit;-webkit-tap-highlight-color:transparent;touch-action:manipulation}button{background:none;border:none;cursor:pointer}ul{list-style:none}.app{height:100dvh;display:flex;flex-direction:column;padding-top:env(safe-area-inset-top)}.topbar{display:flex;align-items:center;justify-content:space-between;padding:4px 8px 4px 20px;flex:none}.topbar__title{font-size:.95rem;font-weight:600;letter-spacing:.02em;opacity:.5}.icon-button{min-width:48px;min-height:48px;border-radius:14px;font-size:1.1rem;opacity:.6}.icon-button:active{opacity:1}.main{flex:1;min-height:0;padding:4px 12px 8px}.scroll{height:100%;overflow-y:auto;padding-bottom:16px}.today{height:100%;display:flex;flex-direction:column;gap:var(--gap)}.card{flex:1;min-height:0;display:flex;flex-direction:column;gap:16px;padding:22px 20px 20px;border-radius:var(--radius);background:var(--surface);color:var(--text);transition:background-color .14s ease,color .14s ease}.card--done{background:var(--accent);color:var(--on-accent)}.card__body{flex:1;min-height:0;overflow-y:auto}.card__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;opacity:.55;margin-bottom:10px}.card__headline{font-size:clamp(2.1rem,9.5vw,3.6rem);font-weight:700;line-height:1.04;letter-spacing:-.025em;text-wrap:balance}.card--compact .card__headline{font-size:clamp(1.5rem,6.4vw,2.3rem)}.card__location{margin-top:10px;font-size:1.15rem;font-weight:500;opacity:.6}.card--rest .card__headline{opacity:.75}.exercises{margin-top:20px;display:flex;flex-direction:column;gap:8px}.exercise{width:100%;min-height:56px;display:grid;grid-template-columns:26px 1fr auto;align-items:center;gap:12px;padding:10px 12px;border-radius:14px;background:#ffffff0d;border:1px solid transparent;text-align:left;transition:background-color .12s ease}.card--done .exercise{background:#0000001a}.exercise:active{transform:scale(.99)}.exercise__check{width:26px;height:26px;display:grid;place-items:center;border-radius:8px;border:2px solid currentColor;opacity:.3;font-size:.9rem;font-weight:700}.exercise--done{background:#3ddc8424;border-color:#3ddc8459}.card--done .exercise--done{background:#0003;border-color:#00000040}.exercise--done .exercise__check{background:var(--accent);border-color:var(--accent);color:var(--on-accent);opacity:1}.card--done .exercise--done .exercise__check{background:var(--on-accent);border-color:var(--on-accent);color:var(--accent)}.exercise__text{display:flex;flex-direction:column;gap:2px;min-width:0}.exercise__name{font-size:1.02rem;font-weight:600;display:flex;align-items:center;gap:8px}.exercise--done .exercise__name{text-decoration:line-through;opacity:.5}.exercise__tag{font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:3px 6px;border-radius:6px;border:1px solid currentColor;opacity:.45}.exercise__note{font-size:.8rem;line-height:1.35;opacity:.5}.exercise__sets{font-size:.95rem;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap;opacity:.75}.result{margin-top:22px;display:flex;flex-direction:column;gap:10px}.result__label,.result__field-label{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;opacity:.45}.result__row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.result__field{display:flex;flex-direction:column;gap:6px}.result input,.result__note{width:100%;min-height:56px;padding:12px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;font-size:1.15rem;font-weight:600;font-variant-numeric:tabular-nums;resize:none}.result__note{font-size:.95rem;font-weight:400;line-height:1.4}.result input::placeholder,.result__note::placeholder{opacity:.3;font-weight:400}.result input[type=number]{appearance:textfield;-moz-appearance:textfield}.result input[type=number]::-webkit-outer-spin-button,.result input[type=number]::-webkit-inner-spin-button{appearance:none;margin:0}.card--done .result input,.card--done .result__note{background:#00000024;border-color:#0000002e}.result__history{margin-top:4px;display:flex;flex-direction:column;gap:8px}.result__history ul{display:flex;flex-direction:column;gap:6px}.result__history li{display:flex;align-items:baseline;gap:10px;font-variant-numeric:tabular-nums}.result__history-week{font-size:.75rem;font-weight:700;letter-spacing:.08em;opacity:.4;min-width:24px}.result__history-time{font-size:1rem;font-weight:600}.result__history-hr{font-size:.9rem;opacity:.5}.detail{margin-top:18px}.detail__toggle{min-height:48px;display:flex;align-items:center;gap:10px;font-size:.9rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;opacity:.5}.detail__list{display:flex;flex-direction:column;gap:10px;padding:4px 0 8px 26px}.detail__list li{position:relative;font-size:.95rem;line-height:1.5;opacity:.75}.detail__list li:before{content:"";position:absolute;left:-16px;top:.62em;width:5px;height:5px;border-radius:50%;background:currentColor;opacity:.5}.chevron{display:inline-block;font-size:1.3rem;line-height:1;transition:transform .16s ease}.chevron--open{transform:rotate(90deg)}.done-button{flex:none;width:100%;min-height:78px;border-radius:16px;background:var(--text);color:var(--bg);font-size:1.35rem;font-weight:700;letter-spacing:.01em;transition:transform .1s ease,background-color .14s ease}.card--compact .done-button{min-height:62px;font-size:1.15rem}.done-button:active{transform:scale(.985)}.card--done .done-button{background:#0000002e;color:var(--on-accent)}.week-head{padding:12px 8px 18px}.week-head__title{font-size:2rem;font-weight:700;letter-spacing:-.02em}.week-head__label{margin-top:2px;font-size:1.05rem;opacity:.55}.week-head__note{margin-top:12px;font-size:.9rem;line-height:1.5;opacity:.45}.week-list{display:flex;flex-direction:column;gap:8px}.day{display:flex;flex-direction:column;gap:2px;border-radius:16px;overflow:hidden;background:var(--surface)}.day--today{box-shadow:inset 3px 0 0 var(--text)}.row{width:100%;min-height:64px;display:grid;grid-template-columns:46px 1fr 14px;align-items:center;gap:10px;padding:12px 16px;text-align:left}.row:active{background:var(--surface-2)}.row__day{font-size:.85rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;opacity:.45}.row__text{display:flex;flex-direction:column;gap:3px;min-width:0}.row__headline{font-size:1rem;font-weight:600;line-height:1.25}.row__location{font-size:.8rem;opacity:.45}.row__dot{width:12px;height:12px;border-radius:50%;background:#ffffff21}.row__dot--done{background:var(--accent)}.plan-list{display:flex;flex-direction:column;gap:10px;padding-top:8px}.week-header{width:100%;min-height:64px;display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:16px;background:var(--surface);text-align:left}.week-header__text{display:flex;flex-direction:column;gap:2px}.week-header__title{font-size:1.1rem;font-weight:700}.week-header__label{font-size:.85rem;opacity:.5}.plan-list .week-list{padding:10px 0 4px 12px}.tabbar{flex:none;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom)}.tab{min-height:58px;font-size:.95rem;font-weight:600;opacity:.4}.tab--active{opacity:1}.sheet{position:fixed;inset:0;z-index:10;display:flex;flex-direction:column;background:var(--bg);padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.sheet__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 12px 4px 20px}.sheet__title{font-size:.95rem;font-weight:600;opacity:.5}.sheet__head .icon-button{min-width:auto;padding:0 14px;font-size:.95rem;font-weight:600}.sheet__body{flex:1;min-height:0;overflow-y:auto;padding:8px 12px 20px;display:flex;flex-direction:column;gap:16px}.sheet__body>.card{flex:none;min-height:min(60dvh,460px)}.empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:24px;text-align:center}.empty__headline{font-size:clamp(1.8rem,8vw,2.6rem);font-weight:700;letter-spacing:-.02em}.empty__sub{font-size:1rem;opacity:.5;margin-top:-8px}.field{display:flex;flex-direction:column;gap:8px;width:100%;max-width:340px}.field__label{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;opacity:.45}.field__input{width:100%;min-height:56px;padding:0 16px;border-radius:14px;border:1px solid var(--line);background:var(--surface);font-size:1.1rem;font-variant-numeric:tabular-nums}.hint{font-size:.85rem;line-height:1.5;opacity:.45;max-width:340px}.settings__danger{margin-top:auto;display:flex;flex-direction:column;gap:12px;padding-top:28px}.settings__row{display:flex;gap:10px;flex-wrap:wrap}.button{min-height:54px;padding:0 22px;border-radius:14px;background:var(--surface-2);font-size:1rem;font-weight:600}.button--danger{background:var(--text);color:var(--bg)}.button:active{transform:scale(.985)}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
