
body{
  font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic",sans-serif;
  background:#faf8fa;
  margin:0;
  color:#2d2430;
  line-height:1.95;
}
.wrap{
  max-width:980px;
  margin:auto;
  padding:24px;
}
header{
  background:#fff;
  border-bottom:1px solid #f0dbe6;
  position:sticky;
  top:0;
}
.header-inner{
  max-width:980px;
  margin:auto;
  padding:14px 24px;
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
}
.logo{font-weight:800;color:#111;text-decoration:none}
nav a{
  margin-right:14px;
  text-decoration:none;
  color:#c23e74;
  font-weight:700;
}
.hero img,.article-hero img{
  width:100%;
  border-radius:16px;
  display:block;
}
.card{
  background:#fff;
  padding:26px;
  margin:24px 0;
  border-radius:16px;
  box-shadow:0 2px 10px rgba(0,0,0,.05);
  border:1px solid #f3dce7;
}
h1,h2,h3{line-height:1.45}
p{margin:0 0 22px 0}
.lead{font-size:1.02rem;color:#594d58}
.rank-grid,.article-grid,.ad-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:18px;
}
.rank-card,.article-card,.ad-card{
  background:#fff;
  border:1px solid #f2d9e5;
  border-radius:16px;
  padding:18px;
  box-shadow:0 2px 10px rgba(0,0,0,.04);
}
.rank-card img,.ad-card img{
  width:160px;
  height:160px;
  object-fit:cover;
  border-radius:14px;
  display:block;
  margin:0 auto 12px auto;
}
.btn,.btn-sub{
  display:inline-block;
  text-decoration:none;
  padding:12px 18px;
  border-radius:999px;
  font-weight:700;
  margin-top:8px;
}
.btn{background:#f05c91;color:#fff}
.btn-sub{background:#fff;color:#c13d73;border:1px solid #f0bfd4}
.article-nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:20px 0 10px;
}
.article-nav a{
  background:#fff;
  border:1px solid #f0bfd4;
  color:#c13d73;
  text-decoration:none;
  padding:10px 14px;
  border-radius:999px;
  font-size:14px;
}
.related li{margin:10px 0}
footer{
  margin-top:30px;
  border-top:1px solid #f0dbe6;
  background:#fff;
}
.footer-inner{
  max-width:980px;
  margin:auto;
  padding:22px 24px 40px;
  color:#6a5d67;
  font-size:.94rem;
}
@media (max-width:700px){
  .wrap{padding:16px}
  .header-inner{padding:12px 16px}
  .card{padding:20px}
}
