
*, *::before, *::after { box-sizing: border-box; }
body { font-family: 'Palatino Linotype', Palatino, Georgia, serif; margin: 0; background: #0d1b2a; color: #e8e0d0; line-height: 1.8; }
a { color: #e8e0d0; text-decoration: none; }
a:hover { color: #d4af37; }
.site-header { background: #0d1b2a; border-bottom: 1px solid #1e3a5f; padding: 0; }
.header-inner { max-width: 1100px; margin: 0 auto; padding: 24px; display: flex; align-items: center; justify-content: space-between; }
.site-logo { font-size: 1.8rem; font-weight: 700; color: #e8e0d0; letter-spacing: 2px; text-transform: uppercase; }
.site-logo em { color: #d4af37; font-style: normal; }
.header-nav { display: flex; gap: 28px; }
.header-nav a { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(232,224,208,0.65); font-family: Arial, sans-serif; }
.header-nav a:hover { color: #d4af37; }
.hero-section { background: linear-gradient(180deg, #0d1b2a 0%, #1e3a5f 100%); padding: 60px 0; border-bottom: 1px solid #1e3a5f; }
.hero-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 3fr 2fr; gap: 50px; align-items: start; }
.hero-main .issue-label { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 3px; color: #d4af37; font-family: Arial, sans-serif; margin-bottom: 16px; }
.hero-main h1 { font-size: 2.4rem; font-weight: 700; line-height: 1.2; margin: 0 0 18px; color: #f5f0e8; }
.hero-main .deck { font-size: 1.1rem; color: rgba(232,224,208,0.75); line-height: 1.75; margin-bottom: 22px; }
.hero-main .byline { font-size: 0.8rem; color: rgba(232,224,208,0.5); font-family: Arial, sans-serif; margin-bottom: 20px; }
.hero-main .read-link { font-size: 0.8rem; font-family: Arial, sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #d4af37; border-bottom: 2px solid #d4af37; padding-bottom: 2px; }
.hero-sidebar { border-left: 1px solid #1e3a5f; padding-left: 40px; }
.hero-sidebar .sidebar-title { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 3px; color: #d4af37; font-family: Arial, sans-serif; margin-bottom: 20px; }
.hero-sidebar .sidebar-item { padding: 16px 0; border-bottom: 1px solid #1e3a5f; }
.hero-sidebar .sidebar-item:last-child { border-bottom: none; }
.hero-sidebar .sidebar-item .cat { font-size: 0.62rem; text-transform: uppercase; letter-spacing: 1.5px; color: #d4af37; font-family: Arial, sans-serif; margin-bottom: 6px; }
.hero-sidebar .sidebar-item h3 { font-size: 1rem; font-weight: 700; line-height: 1.3; margin: 0 0 6px; }
.hero-sidebar .sidebar-item .meta { font-size: 0.72rem; color: rgba(232,224,208,0.45); font-family: Arial, sans-serif; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.section-header { display: flex; align-items: center; gap: 16px; padding: 40px 0 20px; }
.section-header h2 { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 3px; color: #d4af37; font-family: Arial, sans-serif; margin: 0; }
.section-header::after { content: ''; flex: 1; height: 1px; background: #1e3a5f; }
.analysis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding-bottom: 50px; }
.analysis-card { background: #111f2e; padding: 24px; border-top: 3px solid #d4af37; }
.analysis-card .cat { font-size: 0.62rem; text-transform: uppercase; letter-spacing: 1.5px; color: #d4af37; font-family: Arial, sans-serif; margin-bottom: 10px; }
.analysis-card h3 { font-size: 1.1rem; font-weight: 700; line-height: 1.3; margin: 0 0 12px; color: #f5f0e8; }
.analysis-card .meta { font-size: 0.72rem; color: rgba(232,224,208,0.45); font-family: Arial, sans-serif; margin-bottom: 12px; }
.analysis-card p { font-size: 0.9rem; color: rgba(232,224,208,0.7); line-height: 1.7; margin: 0; }
.article-page { max-width: 820px; margin: 0 auto; padding: 50px 0; }
.article-page .issue-label { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 3px; color: #d4af37; font-family: Arial, sans-serif; margin-bottom: 14px; }
.article-page h1 { font-size: 2.3rem; font-weight: 700; line-height: 1.2; margin: 0 0 18px; color: #f5f0e8; }
.article-page .byline { font-size: 0.8rem; color: rgba(232,224,208,0.5); font-family: Arial, sans-serif; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid #1e3a5f; }
.article-page p { font-size: 1.08rem; line-height: 1.9; margin-bottom: 22px; color: rgba(232,224,208,0.85); }
.article-page h2 { font-size: 1.2rem; font-weight: 700; color: #f5f0e8; margin: 34px 0 16px; }
.article-page blockquote { border-left: 3px solid #d4af37; margin: 28px 0; padding: 16px 24px; background: rgba(212,175,55,0.07); font-size: 1.1rem; font-style: italic; color: rgba(232,224,208,0.8); }
.author-bio { background: #111f2e; border-left: 3px solid #d4af37; padding: 20px 24px; margin: 36px 0; font-family: Arial, sans-serif; font-size: 0.88rem; color: rgba(232,224,208,0.7); }
.author-bio strong { display: block; font-size: 0.95rem; color: #f5f0e8; margin-bottom: 6px; }
.related-section { border-top: 1px solid #1e3a5f; padding-top: 28px; margin-top: 36px; }
.related-section h3 { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 3px; color: #d4af37; font-family: Arial, sans-serif; margin-bottom: 18px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.related-item h4 { font-size: 0.95rem; margin: 0 0 6px; color: #f5f0e8; }
.related-item .meta { font-size: 0.72rem; color: rgba(232,224,208,0.45); font-family: Arial, sans-serif; }
.page-content { max-width: 820px; margin: 0 auto; padding: 50px 0; }
.page-content h1 { font-size: 2rem; color: #f5f0e8; margin-bottom: 24px; border-bottom: 1px solid #1e3a5f; padding-bottom: 16px; }
.page-content h2 { font-size: 1.1rem; color: #f5f0e8; margin: 28px 0 12px; }
.page-content p { font-size: 1rem; line-height: 1.85; margin-bottom: 18px; color: rgba(232,224,208,0.75); }
.contact-box { background: #111f2e; border-left: 3px solid #d4af37; padding: 20px 24px; margin: 24px 0; }
.site-footer { background: #060e17; color: rgba(232,224,208,0.45); padding: 40px 0 20px; margin-top: 60px; border-top: 1px solid #1e3a5f; }
.footer-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.footer-top { display: flex; justify-content: space-between; padding-bottom: 28px; border-bottom: 1px solid #1e3a5f; }
.footer-brand .name { font-size: 1.3rem; font-weight: 700; color: #e8e0d0; text-transform: uppercase; letter-spacing: 2px; }
.footer-brand .name em { color: #d4af37; font-style: normal; }
.footer-brand p { font-size: 0.8rem; margin: 8px 0 0; max-width: 280px; line-height: 1.6; }
.footer-links { display: flex; gap: 50px; }
.footer-col h5 { font-size: 0.62rem; text-transform: uppercase; letter-spacing: 2px; color: #d4af37; margin: 0 0 12px; font-family: Arial, sans-serif; }
.footer-col a { display: block; font-size: 0.8rem; margin-bottom: 8px; color: rgba(232,224,208,0.45); }
.footer-col a:hover { color: #d4af37; }
.footer-bottom { padding-top: 18px; font-size: 0.72rem; display: flex; justify-content: space-between; }
.cookie-bar { position: fixed; bottom: 0; left: 0; right: 0; background: #060e17; color: rgba(232,224,208,0.8); padding: 14px 30px; display: flex; align-items: center; justify-content: space-between; font-size: 0.82rem; font-family: Arial, sans-serif; z-index: 999; border-top: 1px solid #1e3a5f; }
.cookie-bar button { background: #d4af37; color: #0d1b2a; border: none; padding: 8px 18px; cursor: pointer; font-size: 0.82rem; font-weight: 700; }
@media (max-width: 768px) { .hero-inner { grid-template-columns: 1fr; } .analysis-grid { grid-template-columns: 1fr; } .footer-top { flex-direction: column; gap: 24px; } .footer-links { flex-direction: column; gap: 20px; } .related-grid { grid-template-columns: 1fr; } }
