
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Inter',sans-serif;color:#1a1a2e;background:#fff;line-height:1.8}
h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif;font-weight:700;line-height:1.3}
a{color:#e84393;text-decoration:none}
a:hover{color:#c2185b}
img{max-width:100%;height:auto;border-radius:12px}
figure{margin:24px 0}
figcaption{font-size:13px;color:#888;margin-top:4px;font-style:italic}
/* Header */
header{position:sticky;top:0;z-index:100;background:#1a237e;height:64px;display:flex;align-items:center;padding:0 32px}
header .logo{font-family:'Playfair Display',Georgia,serif;font-size:22px;color:#fff;font-weight:700}
header .logo span{color:#e84393}
nav{display:flex;gap:20px;margin-left:auto}
nav a{color:#fff;font-size:14px;font-weight:500;transition:color 0.2s}
nav a:hover{color:#e84393}
/* Container */
.container{max-width:1200px;margin:0 auto;padding:0 20px}
/* Article Layout */
.article-layout{display:grid;grid-template-columns:1fr 300px;gap:32px;padding:32px 0}
.article-content{min-width:0}
.article-sidebar{position:sticky;top:96px;align-self:start}
.ad-sidebar{margin-bottom:24px;background:#f0f2f5;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:13px;color:#888;overflow:hidden}
.ad-250{width:300px;height:250px}
.ad-600{width:300px;height:600px}
.ad-banner{width:728px;height:90px;margin:24px auto;background:#f0f2f5;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:13px;color:#888}
.ad-rect{width:300px;height:250px;margin:24px auto;background:#f0f2f5;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:13px;color:#888}
/* Breadcrumb */
.breadcrumb{font-size:13px;color:#888;padding:16px 0 8px}
.breadcrumb a{color:#e84393}
/* Article Hero */
.article-hero{margin-bottom:24px}
.article-hero h1{font-size:36px;margin-bottom:16px}
/* Homepage */
.hero-section{position:relative;overflow:hidden;height:450px;margin-bottom:32px}
.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s}
.hero-slide.active{opacity:1}
.hero-slide img{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;bottom:0;left:0;right:0;padding:40px;background:linear-gradient(transparent,#000000b3)}
.hero-overlay h2{color:#fff;font-size:32px;max-width:700px}
.hero-overlay a{color:#e84393;font-size:14px;margin-top:8px;display:inline-block}
.hero-dots{position:absolute;bottom:16px;right:32px;display:flex;gap:8px}
.hero-dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;cursor:pointer}
.hero-dot.active{background:#e84393}
.section-title{font-size:32px;margin:40px 0 24px;padding-bottom:8px;border-bottom:3px solid #e84393}
.article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}
.article-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000001a;transition:transform 0.2s}
.article-card:hover{transform:translateY(-4px)}
.article-card img{width:100%;height:200px;object-fit:cover}
.article-card .card-body{padding:16px}
.article-card h3{font-size:18px;margin-bottom:8px}
.article-card h3 a{color:#1a1a2e}
.article-card h3 a:hover{color:#e84393}
.article-card p{font-size:14px;color:#555;line-height:1.6}
/* Related Articles */
.related-articles{background:#f8f9fe;border-radius:12px;padding:24px;margin:32px 0}
.related-articles h3{font-size:22px;margin-bottom:16px;color:#1a237e}
.related-articles ul{list-style:none;padding:0}
.related-articles li{margin-bottom:10px;padding:8px 12px;background:#fff;border-radius:8px;border-left:3px solid #e84393}
.related-articles li a{color:#1a1a2e;font-size:15px;transition:color 0.2s}
.related-articles li a:hover{color:#e84393}
/* Footer */
footer{background:#1a237e;color:#fff;padding:40px 32px 24px;margin-top:48px}
footer .footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px}
footer h4{font-size:16px;margin-bottom:12px;color:#fff}
footer p,footer a{font-size:14px;color:#ccc;line-height:1.8}
footer a:hover{color:#e84393}
footer .footer-bottom{border-top:1px solid #ffffff33;padding-top:16px;margin-top:24px;text-align:center;font-size:13px;color:#999}
footer .footer-brand{font-family:'Playfair Display',Georgia,serif;font-size:18px;color:#fff;font-weight:700}
footer .footer-brand span{color:#e84393}
/* Article Content */
.article-content p{margin-bottom:16px;font-size:16px}
.article-content h2{font-size:28px;margin:32px 0 16px;color:#1a237e}
.article-content h3{font-size:22px;margin:24px 0 12px;color:#333}
.article-content blockquote{border-left:4px solid #e84393;margin:24px 0;padding:12px 20px;background:#f8f9fe;font-style:italic}
.article-content ul,.article-content ol{margin:16px 0;padding-left:24px}
.article-content li{margin-bottom:8px}
/* Responsive */
@media(max-width:768px){
  .article-layout{grid-template-columns:1fr}
  .article-sidebar{display:none}
  .hero-section{height:300px}
  .hero-overlay h2{font-size:22px}
  .article-hero h1{font-size:26px}
}
/* Sitewide top ad */
.sitewide-ad{background:#888;text-align:center;padding:8px 0}
.sitewide-ad .ad-banner{width:728px;height:90px;margin:0 auto;background:#999!important}
