:root{--bg: #0f1115;--surface: #171a21;--surface-2: #1e222b;--surface-3: #262b36;--track: #1e222b;--border: #272c38;--text: #e8eaf0;--muted: #8b93a7;--muted-2: #5e667a;--danger: #ff5f56;--accent: #ff6b5a;--radius: 16px;--radius-sm: 10px;--shell-max: 480px;color-scheme:dark}@media(prefers-color-scheme:light){:root{--bg: #f6f7f9;--surface: #ffffff;--surface-2: #f0f2f6;--surface-3: #e4e8ef;--track: #dde2ec;--border: #dfe3ea;--text: #171a21;--muted: #666e80;--muted-2: #98a0b0;color-scheme:light}}*{box-sizing:border-box}html,body{margin:0;height:100%}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;overscroll-behavior-y:none;-webkit-tap-highlight-color:transparent}#root{min-height:100%;min-height:100dvh}button{font:inherit;color:inherit;cursor:pointer;border:none;background:none}input{font:inherit;color:inherit}.app{display:flex;flex-direction:column;min-height:100dvh;max-width:var(--shell-max);margin:0 auto;padding:env(safe-area-inset-top) env(safe-area-inset-right) 0 env(safe-area-inset-left)}.app__main{flex:1;display:flex;flex-direction:column;padding:8px 20px 16px;min-height:0}.app__glow{position:fixed;inset:0;pointer-events:none;z-index:-1;background:radial-gradient(120% 60% at 50% 0%,color-mix(in srgb,var(--accent) 16%,transparent),transparent 70%);transition:background .6s ease}.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px 6px}.topbar__brand{display:flex;align-items:center;gap:9px;font-weight:650;letter-spacing:.2px}.topbar__dot{width:9px;height:9px;border-radius:50%;background:var(--accent);transition:background .4s ease}.conn{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:var(--muted);padding:5px 10px;border-radius:999px;background:var(--surface);border:1px solid var(--border)}.conn__led{width:6px;height:6px;border-radius:50%;background:var(--muted-2)}.conn--online .conn__led{background:#3ddc97}.conn--connecting .conn__led{background:#ffb020;animation:pulse 1.2s ease-in-out infinite}.conn--offline .conn__led{background:var(--danger)}@keyframes pulse{50%{opacity:.25}}.timer{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:22px}.phases{display:flex;gap:4px;padding:4px;background:var(--surface);border:1px solid var(--border);border-radius:999px}.phases__item{padding:7px 14px;border-radius:999px;font-size:13.5px;color:var(--muted);white-space:nowrap;transition:background .18s ease,color .18s ease}.phases__item--active{background:var(--surface-3);color:var(--text)}.ring{position:relative;width:min(78vw,320px);aspect-ratio:1;display:grid;place-items:center}.ring__svg{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg)}.ring__track{fill:none;stroke:var(--track)}.ring__progress{fill:none;stroke:var(--accent);stroke-linecap:round;transition:stroke-dashoffset .24s linear,stroke .4s ease}.ring__inner{display:flex;flex-direction:column;align-items:center;gap:2px;z-index:1}.ring__time{font-size:clamp(46px,15vw,66px);font-weight:300;letter-spacing:-1.5px;font-variant-numeric:tabular-nums;line-height:1.05}.ring__label{font-size:13.5px;color:var(--muted);letter-spacing:.3px}.ring__cycle{display:flex;gap:5px;margin-top:8px}.ring__pip{width:6px;height:6px;border-radius:50%;background:var(--surface-3)}.ring__pip--done{background:var(--accent)}.ring--paused .ring__progress{opacity:.45}.controls{display:flex;align-items:center;gap:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--radius-sm);transition:transform .12s ease,background .16s ease,opacity .16s ease}.btn:active{transform:scale(.96)}.btn:disabled{opacity:.45;cursor:default}.btn--primary{min-width:168px;height:56px;border-radius:999px;background:var(--accent);color:#10131a;font-weight:650;font-size:16.5px;letter-spacing:.2px}.btn--ghost{width:46px;height:46px;border-radius:50%;background:var(--surface);border:1px solid var(--border);color:var(--muted)}.btn--ghost:hover{color:var(--text)}.timer__hint{min-height:20px;font-size:13px;color:var(--muted);text-align:center}.tabs{display:flex;border-top:1px solid var(--border);background:color-mix(in srgb,var(--bg) 85%,transparent);backdrop-filter:blur(12px);position:sticky;bottom:0;padding-bottom:env(safe-area-inset-bottom)}.tabs__item{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:10px 0 8px;font-size:11px;color:var(--muted-2);transition:color .16s ease}.tabs__item--active{color:var(--text)}.tabs__icon{width:21px;height:21px}.page{display:flex;flex-direction:column;gap:14px;padding-top:6px;padding-bottom:20px;overflow-y:auto;-webkit-overflow-scrolling:touch}.section__title{font-size:12px;text-transform:uppercase;letter-spacing:.9px;color:var(--muted-2);margin:6px 2px 0}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px}.card--tight{padding:4px 16px}.row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid var(--border)}.row:last-child{border-bottom:none}.row__text{display:flex;flex-direction:column;gap:2px;min-width:0}.row__label{font-size:15px}.row__hint{font-size:12.5px;color:var(--muted);line-height:1.35}.stepper{display:flex;align-items:center;gap:2px;background:var(--surface-2);border-radius:var(--radius-sm);padding:3px}.stepper__btn{width:30px;height:30px;border-radius:8px;color:var(--muted);font-size:17px;line-height:1}.stepper__btn:hover:not(:disabled){background:var(--surface-3);color:var(--text)}.stepper__value{min-width:52px;text-align:center;font-variant-numeric:tabular-nums;font-size:14.5px}.switch{position:relative;width:44px;height:26px;border-radius:999px;background:var(--surface-3);transition:background .2s ease;flex-shrink:0}.switch--on{background:var(--accent)}.switch__knob{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .2s cubic-bezier(.3,1.4,.5,1)}.switch--on .switch__knob{transform:translate(18px)}.stats__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:13px 15px}.stat__value{font-size:25px;font-weight:300;font-variant-numeric:tabular-nums;letter-spacing:-.5px}.stat__label{font-size:12.5px;color:var(--muted);margin-top:1px}.chart{display:flex;align-items:flex-end;gap:4px;height:116px;padding-top:6px}.chart__col{flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:6px;height:100%;min-width:0}.chart__bar{width:100%;max-width:26px;border-radius:5px 5px 3px 3px;background:var(--accent);min-height:3px;transition:height .32s ease}.chart__bar--empty{background:var(--track)}.chart__day{font-size:10.5px;color:var(--muted-2);white-space:nowrap}.heatmap{display:grid;grid-template-rows:repeat(7,1fr);grid-auto-flow:column;grid-auto-columns:1fr;gap:3px}.heatmap__cell{aspect-ratio:1;border-radius:3px;background:var(--track)}.history{display:flex;flex-direction:column}.history__item{display:flex;align-items:center;gap:11px;padding:10px 0;border-bottom:1px solid var(--border)}.history__item:last-child{border-bottom:none}.history__mark{width:8px;height:8px;border-radius:50%;flex-shrink:0}.history__main{flex:1;min-width:0}.history__title{font-size:14.5px}.history__meta{font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums}.auth{display:flex;flex-direction:column;justify-content:center;gap:20px;flex:1;padding:0 4px}.auth__logo{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:6px}.auth__title{font-size:27px;font-weight:300;letter-spacing:-.5px}.auth__subtitle{font-size:14px;color:var(--muted);text-align:center;max-width:300px;line-height:1.45}.field{display:flex;flex-direction:column;gap:6px}.field__label{font-size:12.5px;color:var(--muted)}.input{height:48px;padding:0 14px;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);font-size:16px;transition:border-color .16s ease}.input:focus{outline:none;border-color:var(--accent)}.btn--wide{width:100%;height:50px;border-radius:var(--radius-sm);background:var(--accent);color:#10131a;font-weight:600}.btn--link{color:var(--muted);font-size:14px;text-decoration:underline;text-underline-offset:3px}.btn--outline{height:42px;padding:0 16px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);font-size:14px}.btn--danger{color:var(--danger)}.error{color:var(--danger);font-size:13.5px;text-align:center}.notice{display:flex;flex-direction:column;gap:8px;padding:13px 15px;border-radius:var(--radius);background:color-mix(in srgb,var(--accent) 10%,var(--surface));border:1px solid color-mix(in srgb,var(--accent) 28%,var(--border));font-size:13.5px;line-height:1.45}.notice__title{font-weight:600;font-size:14px}.notice ol{margin:2px 0 0;padding-left:18px;color:var(--muted)}.notice li{margin-bottom:3px}.toasts{position:fixed;left:50%;transform:translate(-50%);bottom:calc(76px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:8px;z-index:40;width:min(92vw,420px)}.toast{padding:11px 15px;border-radius:var(--radius-sm);background:var(--surface-3);border:1px solid var(--border);font-size:13.5px;box-shadow:0 12px 32px #00000052;animation:toast-in .22s ease}.toast--error{border-color:color-mix(in srgb,var(--danger) 45%,var(--border))}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}}.empty{text-align:center;color:var(--muted);font-size:14px;padding:26px 12px}.spinner{width:22px;height:22px;border:2px solid var(--surface-3);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;margin:40px auto}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
