/* rational.today */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #ffffff; color: #0a0a0a; font-family: 'Lato', sans-serif; font-weight: 400; line-height: 1.7; }
.today { max-width: 680px; margin: 0 auto; padding: 3rem 2rem 2rem; }
.today-label { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 0.75rem; color: #1e3a5f; letter-spacing: 0.15em; }
.navy-rule { border-top: 2px solid #1e3a5f; margin: 1.5rem 0; }
.lead-headline { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(2.5rem, 6vw, 4rem); line-height: 1.05; margin-bottom: 0.75rem; }
.byline { font-size: 0.85rem; color: #737373; }
.stack { max-width: 680px; margin: 0 auto; padding: 2rem 2rem 3rem; }
.analysis { margin-bottom: 1rem; }
.headline-lg { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.5rem); line-height: 1.1; margin-bottom: 0.5rem; }
.headline-md { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(1.4rem, 3vw, 1.8rem); line-height: 1.15; margin-bottom: 0.5rem; }
.headline-sm { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(1.1rem, 2.5vw, 1.4rem); line-height: 1.2; margin-bottom: 0.5rem; }
.analysis-body { font-size: 0.9rem; color: #404040; margin-bottom: 0.75rem; }
.verdict-row { display: flex; align-items: center; gap: 0.5rem; }
.dot { width: 8px; height: 8px; border-radius: 50%; }
.dot.green { background: #16a34a; }
.dot.amber { background: #d97706; }
.dot.red { background: #dc2626; }
.verdict-label { font-family: 'IBM Plex Mono', monospace; font-size: 0.7rem; font-weight: 700; padding: 0.15rem 0.5rem; border-radius: 2px; letter-spacing: 0.05em; }
.verdict-label.green { color: #16a34a; background: rgba(22,163,74,0.1); }
.verdict-label.amber { color: #d97706; background: rgba(217,119,6,0.1); }
.verdict-label.red { color: #dc2626; background: rgba(220,38,38,0.1); }
.verdict-note { font-size: 0.75rem; color: #737373; font-style: italic; }
.quote-section { max-width: 680px; margin: 0 auto; padding: 2rem 2rem 3rem; }
.pull-quote { border-left: 4px solid #1e3a5f; padding-left: 1.5rem; }
.pull-quote p { font-family: 'Poppins', sans-serif; font-weight: 800; font-style: italic; font-size: clamp(1.2rem, 3vw, 1.6rem); color: #1e3a5f; line-height: 1.4; }
.close { max-width: 680px; margin: 0 auto; padding: 0 2rem 4rem; text-align: center; }
.close-text { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1.1rem; color: #0a0a0a; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
