:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f3f3f0;--surface:#fcfcfb;--surface-2:#efeeea;--surface-3:#e4e3dd;--border:#0b0b0b14;--text:#0b0b0b;--text-2:#52514e;--muted:#6f6d68;--grid:#e1e0d9;--baseline:#c3c2b7;--accent:#c6f432;--accent-press:#b3e01c;--on-accent:#0b0b0b;--accent-ink:#4a7800;--rest:#2a8fd6;--danger:#d03b3b;--series-1:#2a78d6;--series-2:#eb6834;--series-3:#1baf7a;--series-4:#eda100;--series-5:#e87ba4;--series-6:#008300;--series-7:#4a3aa7;--series-8:#e34948;--series-other:#a9a79f;--shadow:0 1px 2px #0000000a, 0 6px 24px #0000000f;--radius:22px;--tabbar-h:64px;--safe-b:env(safe-area-inset-bottom,0px);--safe-t:env(safe-area-inset-top,0px)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0d0d0d;--surface:#1a1a19;--surface-2:#242422;--surface-3:#30302d;--border:#ffffff12;--text:#fff;--text-2:#c3c2b7;--muted:#8f8d86;--grid:#2c2c2a;--baseline:#383835;--accent-ink:#c6f432;--rest:#5fb4f0;--danger:#e66767;--series-1:#3987e5;--series-2:#d95926;--series-3:#199e70;--series-4:#c98500;--series-5:#d55181;--series-6:#008300;--series-7:#9085e9;--series-8:#e66767;--series-other:#6b6a64;--shadow:none}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0d0d0d;--surface:#1a1a19;--surface-2:#242422;--surface-3:#30302d;--border:#ffffff12;--text:#fff;--text-2:#c3c2b7;--muted:#8f8d86;--grid:#2c2c2a;--baseline:#383835;--accent-ink:#c6f432;--rest:#5fb4f0;--danger:#e66767;--series-1:#3987e5;--series-2:#d95926;--series-3:#199e70;--series-4:#c98500;--series-5:#d55181;--series-6:#008300;--series-7:#9085e9;--series-8:#e66767;--series-other:#6b6a64;--shadow:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none;margin:0;font:16px/1.4 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}button,input{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:0;padding:0}button:disabled{cursor:default;opacity:.4}:focus-visible{outline:2px solid var(--accent-ink);outline-offset:2px}h1,h2,h3,p{margin:0}.muted{color:var(--muted)}.small{font-size:13px}.center{text-align:center}.app{max-width:480px;min-height:100dvh;margin:0 auto}.screen{padding:calc(var(--safe-t) + 16px) 16px calc(var(--tabbar-h) + var(--safe-b) + 96px);flex-direction:column;gap:16px;display:flex}.top{justify-content:space-between;align-items:flex-start;gap:12px;padding-top:4px;display:flex}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-ink);font-size:12px;font-weight:700}.title{letter-spacing:-.02em;margin-top:4px;font-size:30px;font-weight:800;line-height:1.1}.lead{margin-top:-6px;font-size:15px}.stack{flex-direction:column;gap:12px;display:flex}.stack-sm{flex-direction:column;gap:4px;display:flex}.row-2{grid-template-columns:1fr 1fr;gap:10px;display:grid}.section{flex-direction:column;gap:12px;margin-top:8px;display:flex}.section-head{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.section-head h2{letter-spacing:-.01em;font-size:22px;font-weight:800}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px}.card.flat{box-shadow:none;background:var(--surface-2);border:0;padding:6px 14px}.btn{-webkit-user-select:none;user-select:none;border-radius:16px;justify-content:center;align-items:center;gap:8px;height:52px;padding:0 20px;font-size:16px;font-weight:700;transition:transform 80ms,background .15s;display:inline-flex}.btn:active:not(:disabled){transform:scale(.98)}.btn-block{width:100%}.btn-lg{height:58px;font-size:17px}.btn-primary{background:var(--accent);color:var(--on-accent)}.btn-primary:active:not(:disabled){background:var(--accent-press)}.btn-secondary{background:var(--surface-2)}.btn-ghost{color:var(--text-2);background:0 0}.btn-danger{background:var(--danger);color:#fff}.danger-text{color:var(--danger)}.grow{flex:1}.icon-btn{background:var(--surface-2);width:44px;height:44px;color:var(--text);border-radius:50%;flex:none;place-items:center;display:grid}.icon-btn.sm{width:36px;height:36px}.pill-btn{background:var(--surface-2);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;height:36px;padding:0 14px;font-size:14px;font-weight:650;display:inline-flex}.pill-btn.accent{background:var(--accent);color:var(--on-accent)}.round-btn{background:var(--surface-2);border-radius:50%;flex:none;place-items:center;width:58px;height:58px;display:grid}.play-btn{background:var(--accent);width:44px;height:44px;color:var(--on-accent);border-radius:50%;flex:none;place-items:center;display:grid}.play-btn svg{margin-left:2px}.week{touch-action:pan-y;padding:14px 10px 12px}.week-head{justify-content:space-between;align-items:center;padding:0 6px 10px;display:flex}.week-head h2{font-size:17px;font-weight:750}.week-nav{align-items:center;gap:6px;display:flex}.week-grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.day{border-radius:16px;flex-direction:column;align-items:center;gap:4px;padding:8px 0 6px;transition:background .15s;display:flex}.day-dow{color:var(--muted);font-size:12px;font-weight:600}.day-num{border-radius:50%;place-items:center;width:36px;height:36px;font-size:17px;font-weight:750;display:grid}.day.today .day-num{box-shadow:inset 0 0 0 2px var(--accent-ink)}.day.selected .day-num{background:var(--accent);color:var(--on-accent);box-shadow:none}.day.selected .day-dow{color:var(--text)}.day-dots{gap:3px;height:6px;display:flex}.day-dots i{border-radius:50%;width:6px;height:6px}.dot-done{background:var(--accent-ink)}.dot-plan{box-shadow:inset 0 0 0 1.5px var(--muted)}.week-foot{border-top:1px solid var(--grid);justify-content:space-between;align-items:baseline;margin:10px 6px 0;padding-top:10px;font-size:14px;display:flex}.day-section{flex-direction:column;gap:12px;margin-top:4px;display:flex}.day-total{text-align:right;flex-direction:column;font-size:13px;display:flex}.day-total b{font-size:18px}.add-btn{margin-top:4px}.empty{text-align:center;border:1.5px dashed var(--surface-3);border-radius:var(--radius);padding:28px 16px}.empty-emoji{margin-bottom:6px;font-size:36px}.session-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);cursor:pointer;flex-direction:column;gap:8px;padding:16px;transition:transform 80ms;display:flex}.session-card:active{transform:scale(.99)}.session-card.is-live{border-color:var(--accent-ink);box-shadow:0 0 0 1px var(--accent-ink), var(--shadow)}.sc-top{justify-content:space-between;align-items:center;display:flex}.sc-emojis{display:flex}.sc-emoji{background:color-mix(in srgb, var(--c) 20%, var(--surface));width:36px;height:36px;box-shadow:0 0 0 2px var(--surface);border-radius:50%;place-items:center;font-size:18px;display:grid}.sc-emoji+.sc-emoji{margin-left:-8px}.sc-name{letter-spacing:-.01em;font-size:19px;font-weight:800}.sc-blocks{color:var(--text-2);flex-wrap:wrap;gap:4px 12px;font-size:14px;display:flex}.sc-sets{gap:3px;margin:4px 0 2px;display:flex}.sc-sets i{background:var(--surface-3);border-radius:3px;flex-basis:0;height:6px}.sc-sets i.cur{animation:1.6s ease-in-out infinite pulse}.sc-foot{justify-content:space-between;align-items:center;min-height:44px;font-size:15px;display:flex}.status{background:var(--surface-2);color:var(--text-2);border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:13px;font-weight:650;display:inline-flex}.status-live{background:var(--accent);color:var(--on-accent);font-variant-numeric:tabular-nums}.status-done{color:var(--text)}.pulse{background:currentColor;border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite pulse}@keyframes pulse{50%{opacity:.35}}.chip-wrap{flex-wrap:wrap;gap:8px;display:flex}.chip{background:var(--surface-2);border-radius:999px;align-items:center;gap:6px;height:40px;padding:0 14px 0 12px;font-size:15px;font-weight:600;display:inline-flex}.chip-on{background:var(--text);color:var(--bg)}.chip-add{box-shadow:inset 0 0 0 1.5px var(--surface-3);color:var(--text-2);background:0 0}.chip-dot{border-radius:50%;flex:none;width:8px;height:8px;display:inline-block}.chip-on .chip-dot{box-shadow:0 0 0 2px var(--bg)}.list{flex-direction:column;gap:8px;display:flex}.list-row{text-align:left;background:var(--surface-2);border-radius:18px;align-items:center;gap:12px;padding:14px 16px;display:flex}.list-row:active{background:var(--surface-3)}.list-main{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.list-main .muted{font-size:14px}.list-row-link{box-shadow:inset 0 0 0 1.5px var(--surface-3);background:0 0;justify-content:space-between;font-weight:650}.timeline{gap:2px;height:8px;margin:6px 0 2px;display:flex}.timeline span{border-radius:3px;flex-basis:0;min-width:3px}.tl-rest{background:var(--surface-3)}.tpl-card{flex-direction:column;gap:10px;display:flex}.tpl-head{justify-content:space-between;gap:12px;display:flex}.tpl-head h3{margin-top:6px;font-size:19px;font-weight:800}.kind-chip{text-transform:uppercase;letter-spacing:.05em;color:var(--accent-ink);align-items:center;gap:4px;font-size:12px;font-weight:700;display:inline-flex}.tpl-blocks{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.tpl-blocks li{align-items:center;gap:8px;font-size:15px;display:flex}.tpl-act{flex:1}.tpl-sets{font-variant-numeric:tabular-nums;font-weight:650}.tpl-sets small{color:var(--muted);font-size:13px;font-weight:500}.tpl-total{flex-direction:column;display:flex}.tpl-foot{justify-content:space-between;align-items:center;gap:10px;padding-top:4px;display:flex}.overlay{z-index:40;background:var(--bg);overscroll-behavior:contain;animation:.24s cubic-bezier(.2,.8,.2,1) slide-up;position:fixed;inset:0;overflow-y:auto}.overlay-inner{max-width:480px;padding:calc(var(--safe-t) + 8px) 16px calc(var(--safe-b) + 32px);flex-direction:column;gap:16px;margin:0 auto;display:flex}@keyframes slide-up{0%{opacity:0;transform:translateY(24px)}}.bar{z-index:2;background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(12px);align-items:center;gap:12px;min-height:52px;margin:0 -16px;padding:4px 16px;display:flex;position:sticky;top:0}.bar-title{text-align:center;flex-direction:column;flex:1;min-width:0;font-weight:750;display:flex}.bar-title span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.bar-title small{font-size:12px;font-weight:500}.sheet-root{z-index:60;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet-backdrop{background:#00000080;animation:.2s fade;position:absolute;inset:0}.sheet{overscroll-behavior:contain;background:var(--surface);width:100%;max-width:480px;max-height:90dvh;padding:8px 16px calc(var(--safe-b) + 20px);border-radius:28px 28px 0 0;animation:.26s cubic-bezier(.2,.8,.2,1) sheet-in;position:relative;overflow-y:auto}@keyframes sheet-in{0%{transform:translateY(40%)}}@keyframes fade{0%{opacity:0}}.sheet-grabber{background:var(--surface-3);border-radius:3px;width:40px;height:5px;margin:0 auto 10px}.sheet-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.sheet-head h2{font-size:22px;font-weight:800}.sheet-body{flex-direction:column;gap:14px;display:flex}.sheet-section{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-top:6px;font-size:13px;font-weight:700}.field{flex-direction:column;gap:6px;display:flex}.field>span{color:var(--text-2);font-size:13px;font-weight:650}.input{background:var(--surface-2);border:0;border-radius:14px;outline:none;width:100%;height:50px;padding:0 14px;font-size:16px}.input:focus{box-shadow:inset 0 0 0 2px var(--accent-ink)}.title-input{letter-spacing:-.02em;background:0 0;border:0;outline:none;width:100%;padding:4px 0;font-size:28px;font-weight:800}.title-input::placeholder{color:var(--surface-3)}.emoji-grid{grid-template-columns:repeat(8,1fr);gap:6px;display:grid}.emoji-btn{aspect-ratio:1;background:var(--surface-2);border-radius:12px;font-size:20px}.emoji-btn.on{box-shadow:inset 0 0 0 2px var(--accent-ink);background:var(--surface-3)}.stepper{justify-content:space-between;align-items:center;gap:12px;min-height:56px;display:flex}.stepper+.stepper{border-top:1px solid var(--grid)}.stepper-label{flex-direction:column;font-weight:600;display:flex}.stepper-label small{color:var(--muted);font-size:12px;font-weight:500}.stepper-ctl{align-items:center;gap:4px;display:flex}.stepper-btn{background:var(--surface-3);border-radius:12px;place-items:center;width:40px;height:40px;display:grid}.card:not(.flat) .stepper-btn{background:var(--surface-2)}.stepper-val{text-align:center;font-variant-numeric:tabular-nums;min-width:64px}.stepper-val b{font-size:20px;font-weight:800}.stepper-val span{color:var(--muted);margin-left:3px;font-size:13px}.kind-card{background:var(--surface);box-shadow:inset 0 0 0 2px var(--accent-ink);border-radius:18px;align-items:flex-start;gap:12px;padding:14px;display:flex}.kind-icon{background:var(--accent);width:40px;height:40px;color:var(--on-accent);border-radius:12px;flex:none;place-items:center;display:grid}.block-edit{padding:10px 16px 6px}.block-edit-head{border-bottom:1px solid var(--grid);justify-content:space-between;align-items:center;gap:8px;padding-bottom:6px;display:flex}.act-select{align-items:center;gap:8px;min-height:44px;font-size:17px;font-weight:750;display:flex}.act-emoji{font-size:20px}.preview{flex-direction:column;gap:6px;display:flex}.preview-head{justify-content:space-between;align-items:baseline;display:flex}.preview-head b{font-size:20px}.timer{flex-direction:column;align-items:center;gap:14px;padding:8px 0 4px;display:flex}.timer.idle{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;gap:10px;padding:24px 16px 18px}.timer.idle h2{font-size:22px;font-weight:800}.hero-emoji{font-size:40px}.ring{position:relative}.ring-center{flex-direction:column;justify-content:center;align-items:center;gap:2px;display:flex;position:absolute;inset:0}.ring-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:13px;font-weight:700}.is-rest .ring-eyebrow{color:var(--rest)}.ring-clock{letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:56px;font-weight:800;line-height:1.05}.ring-sub{color:var(--muted);font-variant-numeric:tabular-nums;font-size:14px}.ring-sub.over{color:var(--accent-ink);font-weight:650}.timer-label{align-items:center;gap:8px;min-height:24px;font-size:17px;font-weight:700;display:flex}.timer-ctl{align-items:center;gap:12px;width:100%;display:flex}.hero-num{letter-spacing:-.03em;font-size:48px;font-weight:800;line-height:1.1}.run-stats{background:var(--surface);border:1px solid var(--border);border-radius:18px;grid-template-columns:repeat(3,1fr);width:100%;margin-top:4px;padding:12px 4px;display:grid}.timer.idle .run-stats{background:var(--surface-2);border:0}.run-stats div{flex-direction:column;align-items:center;gap:2px;display:flex}.run-stats div+div{border-left:1px solid var(--grid)}.run-stats span{color:var(--muted);font-size:12px;font-weight:600}.run-stats b{font-variant-numeric:tabular-nums;font-size:18px}.block{padding:14px 12px 8px}.block-head{flex-wrap:wrap;align-items:center;gap:8px;padding:0 4px 10px;display:flex}.block-head b{flex:1;font-size:17px}.set-hdr,.set-row{grid-template-columns:52px 1fr 1fr 48px;align-items:center;gap:4px;display:grid}.set-hdr{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);padding:0 4px 6px;font-size:11px;font-weight:700}.set-row{cursor:pointer;font-variant-numeric:tabular-nums;border-radius:14px;min-height:52px;padding:0 4px}.set-row:active{background:var(--surface-2)}.set-row.current{background:var(--surface-2);box-shadow:inset 0 0 0 2px var(--accent-ink)}.set-num{background:var(--surface-2);border-radius:50%;place-items:center;width:30px;height:30px;font-size:14px;font-weight:750;display:grid}.set-row.current .set-num{background:var(--accent);color:var(--on-accent)}.set-plan{color:var(--text-2)}.set-fact{font-size:17px;font-weight:750}.set-fact.live{color:var(--accent-ink)}.check{width:40px;height:40px;box-shadow:inset 0 0 0 2px var(--surface-3);color:#0000;border-radius:12px;justify-self:end;place-items:center;display:grid}.check.on{box-shadow:none;color:#fff}.rest-row{border-left:2px dotted var(--surface-3);color:var(--muted);cursor:pointer;font-variant-numeric:tabular-nums;align-items:center;gap:8px;margin-left:18px;padding:6px 12px 6px 18px;font-size:13px;display:flex}.rest-row.live{color:var(--rest);border-left-color:var(--rest);font-weight:650}.rest-fact{color:var(--text-2);margin-left:auto;font-weight:650}.rest-row.live .rest-fact{color:var(--rest)}.add-set{height:40px;color:var(--text-2);border-radius:12px;align-items:center;gap:6px;margin:6px 4px 4px;padding:0 12px;font-size:14px;font-weight:650;display:flex}.tabbar{z-index:30;width:100%;max-width:480px;height:calc(var(--tabbar-h) + var(--safe-b));padding-bottom:var(--safe-b);background:color-mix(in srgb, var(--surface) 88%, transparent);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.tabbar button{color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:11px;font-weight:650;display:flex}.tabbar button.on{color:var(--text)}.tabbar button.on svg{color:var(--accent-ink)}.mini{left:50%;bottom:calc(var(--tabbar-h) + var(--safe-b) + 8px);z-index:31;background:var(--text);width:calc(100% - 24px);max-width:456px;color:var(--bg);cursor:pointer;border-radius:20px;align-items:center;gap:10px;padding:8px 8px 8px 12px;animation:.2s slide-up;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 8px 28px #00000040}.mini-emoji{font-size:22px}.mini-main{flex-direction:column;flex:1;min-width:0;line-height:1.25;display:flex}.mini-main b,.mini-main span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.mini-main span{opacity:.7;font-size:13px}.mini-clock{font-variant-numeric:tabular-nums;font-size:20px;font-weight:800}.mini-btn{background:var(--accent);width:44px;height:44px;color:var(--on-accent);border-radius:50%;flex:none;place-items:center;display:grid}.mini.is-rest .mini-btn{background:var(--rest);color:#fff}.toast{left:50%;top:calc(var(--safe-t) + 12px);z-index:80;background:var(--text);width:max-content;max-width:calc(100% - 32px);color:var(--bg);border-radius:16px;padding:12px 18px;font-size:15px;font-weight:650;animation:.2s fade;position:fixed;transform:translate(-50%);box-shadow:0 8px 28px #00000040}.top-actions{gap:8px;display:flex}.sync-badge{color:var(--text-2)}.sync-badge.warn,.sync-row.warn{color:var(--danger)}.sync-row{align-items:center;gap:8px;padding:4px 0 8px;font-size:14px;font-weight:600;display:flex}.sync-row svg{flex:none}.sync-hint{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:18px;align-items:center;gap:12px;padding:12px 12px 12px 16px;display:flex}.sync-hint>span:nth-child(2){flex-direction:column;flex:1;min-width:0;display:flex}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.filter-row{align-items:center;gap:8px;display:flex}.filter-label{text-align:center;flex:1;min-width:0;font-weight:700}.hero-card{flex-direction:column;gap:4px;display:flex}.hero-card .hero-num{margin:2px 0}.delta{color:var(--text-2);align-items:center;gap:4px;font-size:14px;display:flex}.tiles{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px;display:grid}.tiles div{background:var(--surface-2);border-radius:14px;flex-direction:column;gap:2px;padding:10px 12px;display:flex}.tiles b{font-size:20px;font-weight:800}.tiles b small{color:var(--muted);font-size:14px;font-weight:600}.tiles span{color:var(--muted);font-size:12px;line-height:1.25}.chart-card{flex-direction:column;gap:10px;padding-bottom:12px;display:flex}.chart-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.chart-head h2{font-size:18px;font-weight:800}.seg{background:var(--surface-2);border-radius:10px;flex:none;padding:3px;display:flex}.seg button{height:28px;color:var(--muted);border-radius:8px;padding:0 10px;font-size:13px;font-weight:650}.seg button.on{background:var(--surface);color:var(--text);box-shadow:0 1px 2px #0000001f}.legend{color:var(--text-2);flex-wrap:wrap;gap:6px 14px;font-size:13px;display:flex}.legend span{align-items:center;gap:6px;display:inline-flex}.legend i{border-radius:3px;width:10px;height:10px;display:inline-block}.legend i.line{border-radius:1px;width:14px;height:2px}.key-acute{background:var(--accent-ink)}.key-chronic{background:var(--text-2)}.curve-summary{font-size:15px}.chart{-webkit-user-select:none;user-select:none;width:100%;position:relative}.chart svg{display:block;overflow:visible}.chart .grid{stroke:var(--grid);stroke-width:1px}.chart .axis-base{stroke:var(--baseline);stroke-width:1px}.chart .tick{fill:var(--muted);font-variant-numeric:tabular-nums;font-size:11px}.chart .tick-x{fill:var(--muted);font-size:12px;font-weight:600}.chart .tick-x.is-today{fill:var(--text);font-weight:800}.chart .cap{fill:var(--text-2);font-size:11px;font-weight:650}.chart .col{outline:none;transition:opacity .15s}.chart .acute-line{fill:none;stroke:var(--accent-ink);stroke-width:2px;stroke-linejoin:round;stroke-linecap:round}.chart .acute-area{fill:var(--accent-ink);opacity:.1}.chart .chronic-line{fill:none;stroke:var(--text-2);stroke-width:2px;stroke-linejoin:round;stroke-linecap:round;opacity:.7}.chart .dot-acute{fill:var(--accent-ink);stroke:var(--surface);stroke-width:2px}.chart .dot-chronic{fill:var(--text-2);stroke:var(--surface);stroke-width:2px}.chart .crosshair{stroke:var(--baseline);stroke-width:1px}.tooltip{background:var(--surface);border:1px solid var(--border);pointer-events:none;z-index:5;border-radius:14px;min-width:170px;padding:10px 12px;font-size:13px;position:absolute;top:-8px;transform:translate(-50%,-100%);box-shadow:0 8px 28px #0000002e}.tt-title{color:var(--muted);font-size:12px;font-weight:600}.tt-total{margin-bottom:4px;font-size:18px;font-weight:800}.tt-row{white-space:nowrap;align-items:center;gap:8px;margin-top:3px;display:flex}.tt-row i{border-radius:1px;flex:none;width:12px;height:2px}.tt-row i.key-day{width:8px;height:8px;box-shadow:inset 0 0 0 1.5px var(--muted);border-radius:2px}.tt-row b{font-variant-numeric:tabular-nums}.tt-row span{color:var(--text-2)}.table-wrap{overflow-x:auto}.data-table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;font-size:14px}.data-table th,.data-table td{text-align:right;border-bottom:1px solid var(--grid);white-space:nowrap;padding:8px 6px}.data-table th:first-child,.data-table td:first-child{text-align:left}.data-table th{color:var(--muted);font-size:12px;font-weight:700}.hbars{flex-direction:column;gap:14px;margin-top:6px;display:flex}.hbar-label{justify-content:space-between;gap:8px;margin-bottom:6px;font-size:15px;display:flex}.hbar-track{background:var(--surface-2);border-radius:4px;height:8px;overflow:hidden}.hbar-track i{border-radius:0 4px 4px 0;height:100%;display:block}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}
