/* recycle.report */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #ffffff; color: #475569; font-family: 'Source Sans 3', sans-serif; font-weight: 400; line-height: 1.75; border-top: 4px solid #2563EB; }
.report-header { max-width: 680px; margin: 0 auto; padding: 4rem 2rem 2rem; }
.header-inner { border-bottom: 1px solid #F8FAFC; padding-bottom: 2rem; }
.report-title { font-family: 'Source Serif 4', serif; font-weight: 700; font-size: clamp(1.5rem, 4vw, 2.5rem); color: #1E293B; line-height: 1.25; margin-bottom: 0.5rem; }
.pub-date { font-family: 'Source Code Pro', monospace; font-size: 0.8rem; color: #475569; display: block; margin-bottom: 1rem; }
.summary { font-size: 1rem; color: #475569; }
.findings { max-width: 680px; margin: 0 auto; padding: 0 2rem 2rem; }
.callout-box { background: #F8FAFC; border-left: 4px solid #2563EB; padding: 1.5rem; }
.callout-title { font-family: 'Source Serif 4', serif; font-weight: 700; font-size: 1.2rem; color: #1E293B; margin-bottom: 0.75rem; }
.findings-list { padding-left: 1.2rem; }
.findings-list li { font-size: 0.9rem; margin-bottom: 0.5rem; }
.findings-list strong { color: #1E293B; }
.section-heading { font-family: 'Source Serif 4', serif; font-weight: 700; font-size: 1.3rem; color: #1E293B; margin-bottom: 1rem; }
.data-section { max-width: 680px; margin: 0 auto; padding: 2rem; }
.data-table { width: 100%; border-collapse: collapse; }
.data-table th { font-family: 'Source Sans 3', sans-serif; font-weight: 600; font-size: 0.8rem; color: #1E293B; text-align: left; padding: 0.6rem 0.5rem; border-bottom: 2px solid #1E293B; }
.data-table td { padding: 0.6rem 0.5rem; font-size: 0.85rem; border-bottom: 1px solid #F8FAFC; }
.data-table tr:nth-child(even) { background: #F8FAFC; }
.mono { font-family: 'Source Code Pro', monospace; font-weight: 500; }
.trend-up { font-family: 'Source Code Pro', monospace; font-weight: 500; color: #16A34A; }
.trend-down { font-family: 'Source Code Pro', monospace; font-weight: 500; color: #DC2626; }
.archive { max-width: 680px; margin: 0 auto; padding: 2rem; }
.timeline { border-left: 2px solid #2563EB; padding-left: 1.5rem; display: flex; flex-direction: column; gap: 1.2rem; }
.timeline-entry { position: relative; }
.timeline-dot { position: absolute; left: -1.75rem; top: 0.35rem; width: 8px; height: 8px; border-radius: 50%; background: #2563EB; }
.timeline-date { font-family: 'Source Code Pro', monospace; font-size: 0.75rem; color: #475569; display: block; }
.timeline-title { font-family: 'Source Sans 3', sans-serif; font-weight: 600; font-size: 0.9rem; color: #1E293B; }
.footer { max-width: 680px; margin: 0 auto; padding: 2rem; text-align: center; border-top: 1px solid #F8FAFC; }
.footer-link { font-family: 'Source Code Pro', monospace; font-size: 0.75rem; color: #475569; }
.footer-sep { color: #475569; margin: 0 0.5rem; }
.micro-bar { height: 4px; border-radius: 2px; background: linear-gradient(90deg, #2563EB var(--pct), #DBEAFE var(--pct)); margin-top: 0.25rem; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
