
*, *::before, *::after { box-sizing: border-box; }
body { font-family: Arial, Helvetica, sans-serif; margin: 0; background: #f4f4f4; color: #111; line-height: 1.5; }
a { color: #111; text-decoration: none; }
a:hover { color: #cc0000; }
.top-bar { background: #cc0000; color: white; font-size: 0.72rem; padding: 5px 0; }
.top-bar-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; }
.top-bar a { color: white; }
.site-header { background: white; border-bottom: 3px solid #cc0000; }
.header-inner { max-width: 1200px; margin: 0 auto; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; }
.site-logo { font-size: 2rem; font-weight: 900; color: #cc0000; letter-spacing: -1px; text-transform: uppercase; }
.site-logo span { color: #111; }
.header-nav { display: flex; gap: 0; }
.header-nav a { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; padding: 8px 14px; color: #333; border-right: 1px solid #eee; }
.header-nav a:hover { background: #cc0000; color: white; }
.breaking-bar { background: #111; color: white; padding: 8px 0; font-size: 0.78rem; }
.breaking-bar-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; gap: 16px; }
.breaking-label { background: #cc0000; color: white; font-weight: 900; font-size: 0.7rem; text-transform: uppercase; padding: 3px 8px; letter-spacing: 1px; flex-shrink: 0; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.main-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 24px; padding: 24px 0; }
.hero-card { background: white; }
.hero-card img, .hero-card .hero-img { width: 100%; height: 320px; object-fit: cover; background: linear-gradient(135deg, #cc0000, #880000); display: flex; align-items: center; justify-content: center; }
.hero-card .card-body { padding: 20px; }
.hero-card .category { font-size: 0.68rem; font-weight: 900; text-transform: uppercase; letter-spacing: 1.5px; color: #cc0000; margin-bottom: 10px; }
.hero-card h2 { font-size: 1.7rem; font-weight: 900; line-height: 1.15; margin: 0 0 12px; }
.hero-card .meta { font-size: 0.75rem; color: #888; margin-bottom: 12px; }
.hero-card p { font-size: 0.95rem; color: #444; line-height: 1.6; }
.hero-card .read-more { display: inline-block; margin-top: 14px; background: #cc0000; color: white; font-size: 0.78rem; font-weight: 700; padding: 8px 16px; text-transform: uppercase; letter-spacing: 0.5px; }
.sidebar { display: flex; flex-direction: column; gap: 16px; }
.sidebar-card { background: white; padding: 16px; border-left: 4px solid #cc0000; }
.sidebar-card .category { font-size: 0.65rem; font-weight: 900; text-transform: uppercase; letter-spacing: 1.5px; color: #cc0000; margin-bottom: 8px; }
.sidebar-card h3 { font-size: 1rem; font-weight: 700; line-height: 1.3; margin: 0 0 8px; }
.sidebar-card .meta { font-size: 0.72rem; color: #999; }
.section-title { font-size: 0.75rem; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; color: #cc0000; border-bottom: 3px solid #cc0000; padding-bottom: 8px; margin: 30px 0 16px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-bottom: 30px; }
.news-card { background: white; }
.news-card .card-img { height: 160px; background: linear-gradient(135deg, #333, #666); }
.news-card .card-body { padding: 14px; }
.news-card .category { font-size: 0.62rem; font-weight: 900; text-transform: uppercase; letter-spacing: 1.5px; color: #cc0000; margin-bottom: 6px; }
.news-card h3 { font-size: 1rem; font-weight: 700; line-height: 1.3; margin: 0 0 8px; }
.news-card .meta { font-size: 0.72rem; color: #999; }
.article-header { background: white; padding: 30px 0; margin-bottom: 0; }
.article-header .category { font-size: 0.7rem; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; color: #cc0000; margin-bottom: 12px; }
.article-header h1 { font-size: 2.2rem; font-weight: 900; line-height: 1.15; margin: 0 0 16px; max-width: 900px; }
.article-header .meta { font-size: 0.8rem; color: #888; padding-bottom: 16px; border-bottom: 2px solid #cc0000; }
.article-body { background: white; padding: 30px 0; max-width: 900px; }
.article-body p { font-size: 1.05rem; line-height: 1.8; margin-bottom: 20px; color: #222; }
.article-body h2 { font-size: 1.3rem; font-weight: 900; margin: 30px 0 14px; }
.article-body blockquote { border-left: 4px solid #cc0000; margin: 24px 0; padding: 14px 20px; background: #fff5f5; font-size: 1.1rem; font-weight: 700; color: #333; }
.author-box { background: #f9f9f9; border: 1px solid #eee; border-left: 4px solid #cc0000; padding: 18px; margin: 28px 0; font-size: 0.88rem; }
.author-box strong { display: block; margin-bottom: 6px; }
.related-box { border-top: 3px solid #cc0000; padding-top: 24px; margin-top: 30px; }
.related-box h3 { font-size: 0.72rem; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; color: #cc0000; margin-bottom: 16px; }
.related-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.related-list .item h4 { font-size: 0.92rem; font-weight: 700; margin: 0 0 4px; }
.related-list .item .meta { font-size: 0.72rem; color: #999; }
.page-content { background: white; padding: 40px; max-width: 900px; margin: 24px 0; }
.page-content h1 { font-size: 1.8rem; font-weight: 900; border-bottom: 3px solid #cc0000; padding-bottom: 12px; margin-bottom: 24px; }
.page-content h2 { font-size: 1.1rem; font-weight: 700; margin: 24px 0 10px; }
.page-content p { font-size: 0.98rem; line-height: 1.75; margin-bottom: 16px; color: #444; }
.contact-box { background: #fff5f5; border: 1px solid #cc0000; padding: 20px; margin: 20px 0; font-size: 1rem; font-weight: 700; }
.site-footer { background: #111; color: rgba(255,255,255,0.6); padding: 40px 0 20px; margin-top: 40px; }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand .logo { font-size: 1.5rem; font-weight: 900; color: white; text-transform: uppercase; }
.footer-brand .logo span { color: #cc0000; }
.footer-brand p { font-size: 0.82rem; margin: 10px 0 0; line-height: 1.6; }
.footer-col h5 { font-size: 0.65rem; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; color: #cc0000; margin: 0 0 12px; }
.footer-col a { display: block; font-size: 0.8rem; margin-bottom: 8px; color: rgba(255,255,255,0.55); }
.footer-col a:hover { color: white; }
.footer-bottom { padding-top: 18px; font-size: 0.75rem; display: flex; justify-content: space-between; }
.cookie-bar { position: fixed; bottom: 0; left: 0; right: 0; background: #111; color: white; padding: 14px 30px; display: flex; align-items: center; justify-content: space-between; font-size: 0.82rem; z-index: 999; }
.cookie-bar button { background: #cc0000; color: white; border: none; padding: 8px 18px; cursor: pointer; font-size: 0.82rem; font-weight: 700; }
@media (max-width: 768px) { .main-grid { grid-template-columns: 1fr; } .news-grid { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr; } .related-list { grid-template-columns: 1fr; } .header-inner { flex-direction: column; gap: 12px; } }
