body{
  background:#111111;
  color:#EDEDED;
  font-family:"Hiragino Kaku Gothic ProN", sans-serif;
  margin:0;
  letter-spacing:0.5px;
}

/* ===== ヘッダー ===== */
.site-header,
header{
  background:linear-gradient(180deg,#111111,#1a1a1a);
  padding:35px 0;
  border-bottom:1px solid #8C7853;
}

.site-title,
.site-title a,
header h1{
  color:#D4AF37 !important;
  font-size:30px;
  letter-spacing:3px;
  text-align:center;
  margin:0;
  font-weight:600;
}

.site-description,
header p{
  color:#BFA76A;
  font-size:13px;
  letter-spacing:3px;
  text-align:center;
  margin-top:10px;
}

/* ===== ヒーロー ===== */
.hero{
  background:radial-gradient(circle at center,#1a1a1a 0%,#111111 80%);
  padding:100px 20px;
  text-align:center;
  border-bottom:1px solid #8C7853;
}

.hero h1{
  font-size:36px;
  color:#D4AF37;
  margin-bottom:20px;
  letter-spacing:3px;
}

.hero p{
  color:#CBB57A;
  font-size:14px;
  letter-spacing:4px;
}

/* ===== セクション ===== */
.section{
  background:#1a1a1a;
  margin:60px auto;
  padding:40px;
  max-width:1000px;
  border:1px solid #2a2a2a;
  border-radius:8px;
  box-shadow:0 0 30px rgba(212,175,55,0.05);
}

.section h2{
  color:#D4AF37;
  border-left:4px solid #D4AF37;
  padding-left:12px;
  margin-bottom:25px;
  font-weight:600;
}

/* ===== カード ===== */
.post-card{
  border-bottom:1px solid #2a2a2a;
  padding:25px 0;
}

.post-card a{
  color:#EDEDED;
  text-decoration:none;
  transition:0.3s;
}

.post-card a:hover{
  color:#D4AF37;
}

/* ===== ボタン ===== */
.button-gold{
  display:inline-block;
  padding:12px 26px;
  border:1px solid #D4AF37;
  color:#D4AF37;
  text-decoration:none;
  margin-top:15px;
  font-size:14px;
  letter-spacing:2px;
  transition:0.3s;
}

.button-gold:hover{
  background:#D4AF37;
  color:#111111;
}

/* ===== テーブル ===== */
.night-track-list table{
  width:100%;
  border-collapse:collapse;
  margin-top:25px;
}

.night-track-list th,
.night-track-list td{
  border:1px solid #2a2a2a;
  padding:12px 10px;
  font-size:14px;
}

.night-track-list th{
  background:#1f1f1f;
  color:#D4AF37;
  text-align:center;
}

.night-track-list td{
  background:#181818;
  color:#EDEDED;
}

/* ===== 記事タイトル ===== */
.night-article-title{
  color:#FFFFFF;
  font-size:30px;
  font-weight:600;
  margin-bottom:25px;
  line-height:1.5;
}

/* ===== 本文 ===== */
p{
  font-size:18px;
  line-height:1.9;
  color:#EDEDED;
}

/* ===== フッター ===== */
footer{
  text-align:center;
  padding:40px;
  border-top:1px solid #2a2a2a;
  color:#888;
  background:#111111;
}

/* ===== H3 強制上書き ===== */
.section h3,
article h3,
h3 {
  background-color: #1f2937 !important;
  color: #ffffff !important;
  padding: 12px 16px !important;
  border-left: 5px solid #C8A951 !important;
  border-radius: 4px !important;
  margin-top: 25px !important;
}

.footer-menu {
  text-align: center;
  font-size: 13px;
}

.footer-menu a {
  margin: 0 12px;
  color: #ccc;
}

.footer-menu a:hover {
  color: #fff;
}