/* monopole.news */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #0f172a; color: #ffffff; font-family: 'Inter', sans-serif; font-weight: 400; line-height: 1.7; }
.breaking-bar { background: #3b82f6; color: #fff; padding: 0.5rem 1rem; font-size: 0.7rem; display: flex; align-items: center; gap: 0.75rem; overflow: hidden; white-space: nowrap; }
.breaking-badge { font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 0.6rem; background: #fff; color: #3b82f6; padding: 2px 8px; flex-shrink: 0; }
.breaking-text { font-size: 0.7rem; }
.dark-section { background: #0f172a; color: #ffffff; }
.light-section { background: #ffffff; color: #0f172a; }
.hero { padding: 5rem 2rem 4rem; max-width: 700px; margin: 0 auto; }
.brand { font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: clamp(1.5rem, 4vw, 2rem); }
.accent-line { width: 40px; height: 3px; background: #3b82f6; margin: 1rem 0 1.5rem; }
.featured-headline { font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: clamp(1.5rem, 4vw, 2.5rem); line-height: 1.2; margin-bottom: 0.75rem; text-decoration: underline; text-decoration-color: #3b82f6; text-underline-offset: 4px; }
.dateline { font-family: 'Fira Code', monospace; font-size: 0.65rem; color: #64748b; }
.stories { max-width: 700px; margin: 0 auto; padding: 3rem 2rem; }
.story { margin-bottom: 1.5rem; }
.story-headline { font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 1.2rem; line-height: 1.3; margin-bottom: 0.4rem; }
.story-summary { font-size: 0.85rem; color: inherit; opacity: 0.7; margin-bottom: 0.3rem; }
.story-date { font-family: 'Fira Code', monospace; font-size: 0.6rem; opacity: 0.5; }
.story-divider { border: none; margin: 1.5rem 0; }
.light-divider { border-top: 1px solid #e2e8f0; }
.dark-divider { border-top: 1px solid #334155; }
.topics { max-width: 700px; margin: 0 auto; padding: 2rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.topic { font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 0.75rem; color: #3b82f6; }
.footer { text-align: center; padding: 3rem 2rem; }
.footer-brand { font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 0.7rem; color: #334155; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
