/* Video Garapon – カスタムスタイル */

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #f8f9fa;
}

.navbar-brand {
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}

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

.card-header {
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  border-radius: 10px 10px 0 0 !important;
  padding: 0.75rem 1rem;
}

/* テーブル */
.table th {
  font-size: 0.8rem;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* バッジ */
.badge {
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* フォーム */
.form-label {
  margin-bottom: 0.3rem;
}

/* プログレスバー */
.progress {
  height: 6px;
  border-radius: 3px;
}

/* ログイン画面 */
.card.shadow {
  border-radius: 14px;
}

/* テキスト省略 */
.text-break {
  word-break: break-all;
}

/* ボタン間隔 */
.btn + .btn {
  margin-left: 0;
}
