/*
 * JPN11 (jpn11.com) comment theme — Samurai Blue football portal.
 * Central source: comment_system_a/public/comments/themes/jpn11/v1.css
 * Public URL: https://chimatter.com/comments/themes/jpn11/v1.css
 *
 * Site tokens (from jpn11_com content/*.html + index.html inline :root):
 *   paper #F6F7FB / surface #FFFFFF / ink #0A0E1A / navy #16245C /
 *   navy-deep #0C1638 / crimson #D7152B / gold #C9A227 / mist #E4E8F2 /
 *   slate #5A6478. Heading font "Zen Kaku Gothic New", body "Noto Sans JP".
 *   Fixed light editorial theme; the site ships no dark mode, so this
 *   release intentionally ships no prefers-color-scheme override.
 */

.cmt-root {
  --cmt-font: "Noto Sans JP", "Zen Kaku Gothic New", system-ui, -apple-system, "Segoe UI", sans-serif;
  --cmt-gap: 1rem;
  --cmt-max-width: 47.5rem;
  --cmt-fg: #0a0e1a;
  --cmt-muted: #5a6478;
  --cmt-border: #e4e8f2;
  --cmt-anchor-color: #d7152b;
  --cmt-highlight: #f7ecc9;
}

.cmt-drawer {
  --cmt-drawer-accent: #d7152b;
  --cmt-drawer-tab-bg: #16245c;
  --cmt-drawer-tab-fg: #f6f7fb;
  --cmt-drawer-sheet-bg: #f6f7fb;
  --cmt-drawer-fg: #0a0e1a;
  --cmt-drawer-scrim: rgba(12, 22, 56, 0.5);
  --cmt-drawer-radius: 16px;
  --cmt-drawer-shadow: 0 -10px 40px rgba(12, 22, 56, 0.22);
}
