/* LiveTokyo comment theme v3 — inline English comments, 2026-09-05.
 * Central source; consumers pin this new release. v1/v2 remain unchanged.
 */
.cmt-root {
  --cmt-font: "Inter", "Hiragino Sans", "Noto Sans JP", "Yu Gothic UI", "Meiryo", system-ui, -apple-system, "Segoe UI", sans-serif;
  --cmt-gap: 1rem;
  --cmt-max-width: 46.25rem;
  --cmt-fg: #171717;
  --cmt-muted: #6b6b6b;
  --cmt-border: rgba(23, 23, 23, 0.12);
  --cmt-anchor-color: #4f46b8;
  --cmt-highlight: rgba(79, 70, 184, 0.10);
}
.cmt-root[data-cmt-form] { margin-top: 1.25rem; }
.cmt-root .cmt-label { color: var(--cmt-muted); }
.cmt-root .cmt-input {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  color: var(--cmt-fg);
  background: #fff;
  border-color: #b8b5b0;
  font-size: 1rem;
}
.cmt-root .cmt-submit {
  min-height: 44px;
  background: #4f46b8;
  color: #fff;
}
.cmt-root .cmt-input:focus-visible,
.cmt-root .cmt-submit:focus-visible,
.cmt-root .cmt-anchor:focus-visible {
  outline: 2px solid #4f46b8;
  outline-offset: 3px;
}
.cmt-root .cmt-form-error { color: #b42318; }
.cmt-drawer {
  --cmt-drawer-accent: #4f46b8;
  --cmt-drawer-tab-bg: #171717;
  --cmt-drawer-tab-fg: #f7f6f3;
  --cmt-drawer-sheet-bg: #fff;
  --cmt-drawer-fg: #171717;
  --cmt-drawer-scrim: rgba(23, 23, 23, 0.32);
  --cmt-drawer-radius: 8px;
  --cmt-drawer-shadow: 0 0 0 1px rgba(23, 23, 23, 0.08);
}
