:root{--ink: #1a1a1a;--muted: #616161;--line: #e3e3e3;--surface: #ffffff;--ground: #f1f1f1;--accent: #303030;color-scheme:light}*{box-sizing:border-box}body{margin:0;background:var(--ground);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5}.page{max-width:720px;margin:0 auto;padding:20px 16px 48px;display:flex;flex-direction:column;gap:16px}.card{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px}.card h2{margin:0;font-size:16px;font-weight:650}.card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.muted{margin:0;color:var(--muted)}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin:0}.stats dt{color:var(--muted);font-size:13px}.stats dd{margin:2px 0 0;font-size:22px;font-weight:650}.note{margin:0;padding:10px 12px;border-radius:8px;background:var(--ground);color:var(--muted);font-size:13px}.note-error{background:#fff0f0;color:#8e0b21}button,.button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--accent);border-radius:8px;background:var(--accent);color:#fff;font:inherit;font-weight:600;padding:8px 14px;cursor:pointer;align-self:flex-start;text-decoration:none;display:inline-block}button:disabled{opacity:.5;cursor:default}button:hover:not(:disabled),.button:hover{filter:brightness(1.25)}.sections{list-style:none;margin:0;padding:0;display:grid;gap:8px}.sections li{display:flex;flex-direction:column}.sections strong{font-weight:600}.sections .muted{font-size:13px}
