/* ─── 共通スタイル ─────────────────────────────────────────────────────── */
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

/* ナビゲーション */
.navbar-brand span {
  white-space: nowrap;
}

/* テーブル */
.table th {
  font-size: 0.8rem;
  font-weight: 600;
  color: #6c757d;
  white-space: nowrap;
}

.table td {
  vertical-align: middle;
  font-size: 0.9rem;
}

/* バッジ */
.badge {
  font-size: 0.75rem;
}

/* カード */
.card {
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

/* グラフキャンバス */
canvas {
  max-height: 260px;
}

/* レスポンシブ調整 */
@media (max-width: 768px) {
  .page-header h2 {
    font-size: 1.2rem;
  }
  canvas {
    max-height: 200px;
  }
}
