:root{--bg:#0f1622;--card:#1a2230;--card-border:#2c3850;--border-strong:#3b4a63;--text:#e6eaf2;--text-muted:#98a2b3;--text-faint:#7c8698;--accent:#4f8ad2;--accent-soft:#24354e;--accent-soft-text:#9cc0ec;--good:#6fbf95;--mid:#f0a35e;--bad:#e57373;--radius:12px;--content-max:720px;--gutter:16px;--font:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--mono:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);min-height:100dvh;color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.45}h1,h2,h3,p,ol,ul{margin:0}ol,ul{padding:0;list-style:none}code{font-family:var(--mono);font-size:.95em}.shell{flex-direction:column;min-height:100dvh;display:flex}.topbar{padding:.85rem var(--gutter);background:var(--card);border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;gap:12px;display:flex}.topbar .logo{height:36px}@media (width>=640px){.topbar{padding:1rem 1.5rem}.topbar .logo{height:42px}}.page{width:100%;max-width:var(--content-max);padding:24px var(--gutter) calc(32px + env(safe-area-inset-bottom));flex-direction:column;flex:1;gap:24px;margin:0 auto;display:flex}.page--center{text-align:center;justify-content:center;align-items:center}.card{background:var(--card);border:1px solid var(--card-border);border-radius:var(--radius);box-shadow:0 2px 8px #0000000a}.section{flex-direction:column;gap:12px;display:flex}.section__title{color:var(--text);font-size:1.05rem;font-weight:600}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-soft-text);font-size:.75rem;font-weight:600}.empty{color:var(--text-muted);padding:16px;font-size:.95rem}.empty--inline{padding:8px 0 0}.logo{flex:none;width:auto;height:36px;display:block}.report-header{text-align:center;flex-direction:column;align-items:center;gap:6px;padding-top:4px;display:flex}.report-header__title{font-size:1.6rem;font-weight:700;line-height:1.2}.report-header__subtitle{color:var(--text-muted)}.report-header__focus{margin-top:6px}.focus-chip{border:1px solid var(--accent-soft);background:var(--accent-soft);color:var(--accent-soft-text);border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:.9rem;font-weight:500;display:inline-flex}.focus-chip__label{color:var(--accent-soft-text);opacity:.8;text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:600}.stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}@media (width>=560px){.stat-grid{gap:12px}}.stat-tile{flex-direction:column;gap:4px;min-width:0;padding:12px;display:flex}.stat-tile__label{white-space:nowrap;color:var(--text-muted);font-size:.78rem}.stat-tile__value{font-variant-numeric:tabular-nums;overflow-wrap:anywhere;font-size:clamp(1.15rem,5.5vw,1.5rem);font-weight:700;line-height:1.1}.stat-tile__hint{color:var(--text-muted);font-size:.8rem}.week-list{overflow:hidden}.week-row{border-top:1px solid var(--card-border);grid-template-columns:48px minmax(0,1fr) auto 24px;align-items:center;gap:12px;padding:12px 14px;display:grid}.week-row:first-child{border-top:none}.week-row__date{flex-direction:column;line-height:1.2;display:flex}.week-row__weekday{color:var(--text-muted);font-size:.75rem}.week-row__day{font-variant-numeric:tabular-nums;font-weight:600}.week-row__main{min-width:0}.week-row__bundle{overflow-wrap:anywhere;font-weight:500}.week-row__topic{color:var(--text-muted);font-size:.8rem}.week-row__metrics{font-variant-numeric:tabular-nums;flex-direction:column;align-items:flex-end;line-height:1.2;display:flex}.week-row__score{font-weight:600}.week-row__duration{color:var(--text-muted);font-size:.8rem}.week-row__status{justify-content:center;display:flex}.week-row--missed .week-row__bundle{color:var(--text-muted)}.status-icon{width:22px;height:22px;display:inline-flex}.status-icon svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.status-icon__half{fill:currentColor;stroke:none}.status-icon--completed{color:var(--good)}.status-icon--partial{color:var(--mid)}.status-icon--missed{color:var(--bad)}.history-grid{grid-template-columns:1fr;gap:12px;display:grid}@media (width>=640px){.history-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.history-card{flex-direction:column;gap:10px;padding:14px 16px 12px;display:flex}.history-card__header{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.history-card__title{overflow-wrap:anywhere;font-size:1rem;font-weight:600}.history-card__count{color:var(--text-muted);flex-shrink:0;font-size:.8rem}.history-chart{width:100%;height:72px;display:block}.history-chart__target{stroke:var(--text-muted);stroke-width:1px;stroke-dasharray:3 3;opacity:.6}.history-chart__legend{color:var(--text-muted);justify-content:space-between;margin-top:-6px;font-size:.7rem;display:flex}.run-list{border-top:1px solid var(--card-border);padding-top:4px}.run-row{font-variant-numeric:tabular-nums;grid-template-columns:1fr auto;gap:16px;padding:6px 0;font-size:.95rem;display:grid}.run-row__date{color:var(--text-muted)}.run-row__score{text-align:right;min-width:3.5em;font-weight:600}.run-row__duration{color:var(--text-muted);text-align:right;min-width:4.5em}.post{background:var(--card);border:1px solid var(--card-border);border-radius:var(--radius);padding:1rem 1.1rem .9rem;box-shadow:0 2px 8px #0000000a}.post-header{align-items:center;gap:.6rem;margin-bottom:.65rem;display:flex}.post-avatar{object-fit:cover;object-position:72% 22%;border-radius:50%;flex:none;width:40px;height:40px}.post-author{flex-direction:column;font-size:.9rem;line-height:1.25;display:flex}.post-subline{color:var(--text-muted);font-size:.78rem}.post-time{color:var(--text-faint);margin-left:auto;font-size:.8rem}.post-text{font-size:.9rem;line-height:1.5}.post-actions{margin-top:.85rem}.post-actions .button{margin-top:0;padding:.55rem 1.1rem;font-size:.9rem}.empty-report{text-align:center;border-style:dashed;flex-direction:column;gap:8px;padding:20px 18px;display:flex}.empty-report__title{font-size:1.05rem;font-weight:600}.empty-report__text{color:var(--text-muted);max-width:34rem;margin:0 auto;font-size:.95rem;line-height:1.5}.feedback-cta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 16px;padding:16px;display:flex}.feedback-cta__text{flex:220px;min-width:0}.feedback-cta__title{font-weight:600}.feedback-cta__hint{color:var(--text-muted);font-size:.9rem}.feedback-cta .button{flex:none;margin-top:0}.report-footer{border-top:1px solid var(--card-border);color:var(--text-muted);flex-direction:column;gap:4px;padding-top:8px;font-size:.85rem;display:flex}.report-footer__privacy{margin-top:8px;font-size:.8rem}.report-id{color:var(--text);background:var(--card);border:1px solid var(--card-border);border-radius:6px;padding:1px 6px}.spinner-wrap{color:var(--text-muted);flex-direction:column;align-items:center;gap:14px;display:flex}.spinner{border:3px solid var(--card-border);border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.spinner{animation-duration:1.6s}}.spinner-label{font-size:.9rem}.state-view{flex-direction:column;align-items:center;gap:12px;max-width:420px;display:flex}.state-view__icon{background:var(--card);border:1px solid var(--card-border);width:56px;height:56px;color:var(--text-muted);border-radius:50%;place-items:center;font-size:1.6rem;font-weight:700;display:grid}.state-view__icon--error{color:var(--bad)}.state-view__title{font-size:1.4rem;font-weight:700}.state-view__text{color:var(--text)}.state-view__text--muted{color:var(--text-muted);font-size:.9rem}.button{background:var(--accent);color:#fff;font:inherit;cursor:pointer;border:none;border-radius:8px;margin-top:8px;padding:.65rem 1.25rem;font-weight:600}.button:hover{filter:brightness(1.1)}.button:disabled{opacity:.5;cursor:not-allowed}.link-button{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:none;padding:.25rem 0;font-size:.95rem}.feedback-button{font:inherit;color:var(--accent);background:var(--card);border:2px solid var(--accent);cursor:pointer;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:700;transition:background .15s,color .15s}.feedback-button:hover{background:var(--accent);color:#fff}.feedback-dialog{border:1px solid var(--card-border);border-radius:var(--radius);background:var(--card);width:min(28rem,92vw);max-height:85dvh;color:var(--text);margin:1rem auto auto;padding:1.5rem;overflow-y:auto;box-shadow:0 12px 32px #0006}@media (width>=640px){.feedback-dialog{margin:auto}}.feedback-dialog::backdrop{background:#0000008c}.feedback-dialog h2{font-size:1.25rem}.feedback-hint{color:var(--text-muted);margin:.25rem 0 1rem;font-size:.9rem}.feedback-textarea{resize:vertical;border:1px solid var(--border-strong);background:var(--bg);width:100%;color:var(--text);font:inherit;border-radius:8px;padding:.75rem;font-size:1rem;line-height:1.5}.feedback-textarea:focus{outline:2px solid var(--accent);border-color:var(--accent)}.feedback-status{min-height:1.25rem;color:var(--text-muted);margin:.5rem 0 0;font-size:.9rem}.feedback-actions{justify-content:flex-end;align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.feedback-actions .button{margin-top:0}.button:focus-visible{outline:2px solid var(--text);outline-offset:2px}
