/* supplychain.watch */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #FFFFFF; color: #4A4A4A; font-family: 'Inter', sans-serif; font-weight: 400; line-height: 1.7; border-top: 3px solid #1E3A5F; }
.section-heading { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.4rem; color: #1A1A1A; margin-bottom: 1.5rem; }
.masthead { max-width: 800px; margin: 0 auto; padding: 2rem 2rem 1.5rem; border-bottom: 1px solid #E5E5E0; }
.masthead-title { font-family: 'Playfair Display', serif; font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.8rem); color: #1A1A1A; text-transform: uppercase; letter-spacing: 0.05em; }
.masthead-date { font-family: 'Fira Code', monospace; font-size: 0.8rem; color: #4A4A4A; display: block; margin-bottom: 1.5rem; }
.featured-story { padding-top: 1rem; }
.cat-badge { font-size: 0.65rem; font-weight: 700; padding: 2px 6px; border-radius: 2px; text-transform: uppercase; display: inline-block; margin-bottom: 0.5rem; }
.disruption { background: rgba(220,38,38,0.1); color: #DC2626; }
.policy { background: rgba(37,99,235,0.1); color: #2563EB; }
.trend { background: rgba(30,58,95,0.1); color: #1E3A5F; }
.featured-headline { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.5rem; color: #1A1A1A; line-height: 1.25; margin-bottom: 0.5rem; }
.featured-summary { font-size: 0.95rem; color: #4A4A4A; }
.ticker-container { max-width: 800px; margin: 0 auto; padding: 0.75rem 2rem; background: #F5F5F0; overflow: hidden; }
.ticker-strip { display: flex; gap: 3rem; animation: scroll-left 30s linear infinite; white-space: nowrap; }
@keyframes scroll-left { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.ticker-item { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: #1A1A1A; }
.breaking-badge { background: #DC2626; color: #FFFFFF; font-size: 0.65rem; font-weight: 700; padding: 2px 6px; border-radius: 2px; text-transform: uppercase; }
.ticker-time { font-family: 'Fira Code', monospace; font-size: 0.75rem; color: #4A4A4A; }
.top-stories { max-width: 800px; margin: 0 auto; padding: 2rem; }
.story-list { display: flex; flex-direction: column; }
.story-row { display: flex; gap: 1.5rem; align-items: flex-start; padding: 1rem 0; border-bottom: 1px solid #E5E5E0; position: relative; }
.story-rank { font-family: 'Playfair Display', serif; font-size: 2rem; color: #1A1A1A; opacity: 0.15; min-width: 40px; }
.story-content { flex: 1; }
.story-headline { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.1rem; color: #1A1A1A; line-height: 1.25; margin-bottom: 0.5rem; }
.story-meta { display: flex; gap: 0.75rem; align-items: center; }
.source-tag { font-size: 0.7rem; color: #4A4A4A; border: 1px solid #E5E5E0; padding: 1px 6px; border-radius: 2px; }
.story-time { font-family: 'Fira Code', monospace; font-size: 0.75rem; color: #4A4A4A; }
.analysis { max-width: 800px; margin: 0 auto; padding: 2rem; background: #F5F5F0; }
.analysis-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.3rem; color: #1A1A1A; margin-bottom: 1rem; }
.analysis-text { font-size: 0.95rem; color: #4A4A4A; margin-bottom: 1rem; }
.data-callout { font-family: 'Fira Code', monospace; background: #FFFFFF; padding: 1px 4px; font-size: 0.9rem; }
.footer { max-width: 800px; margin: 0 auto; padding: 2rem; text-align: center; }
.footer-rule { border: none; border-top: 1px solid #E5E5E0; margin-bottom: 1.5rem; }
.footer-links { display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 1rem; flex-wrap: wrap; }
.flink { font-size: 0.85rem; color: #2563EB; text-decoration: none; }
.footer-tagline { font-size: 0.85rem; color: #4A4A4A; margin-bottom: 0.5rem; }
.footer-copy { font-size: 0.7rem; color: #4A4A4A; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
