/* sbom.day */
* { 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 #DC2626; }
.masthead { max-width: 800px; margin: 0 auto; padding: 3rem 2rem 2rem; }
.masthead-title { font-weight: 800; font-size: 2.5rem; color: #1A1A1A; letter-spacing: 0.02em; margin-bottom: 0.25rem; }
.masthead-date { font-family: 'JetBrains Mono', monospace; font-size: 0.85rem; color: #4A4A4A; display: block; margin-bottom: 2rem; }
.featured { border-top: 1px solid #E5E5E0; padding-top: 1.5rem; }
.featured-headline { font-weight: 700; font-size: 1.5rem; color: #1A1A1A; line-height: 1.3; margin: 0.5rem 0; }
.featured-summary { font-size: 1rem; color: #4A4A4A; }
.section-heading { font-weight: 700; font-size: 1.25rem; color: #1A1A1A; margin-bottom: 1rem; }
.severity-critical { display: inline-block; background: #DC2626; color: #FFFFFF; padding: 2px 8px; border-radius: 4px; font-size: 0.75rem; font-weight: 600; }
.severity-high { display: inline-block; background: #F59E0B; color: #1A1A1A; padding: 2px 8px; border-radius: 4px; font-size: 0.75rem; font-weight: 600; }
.severity-medium { display: inline-block; background: #3B82F6; color: #FFFFFF; padding: 2px 8px; border-radius: 4px; font-size: 0.75rem; font-weight: 600; }
.severity-low { display: inline-block; background: #6B7280; color: #FFFFFF; padding: 2px 8px; border-radius: 4px; font-size: 0.75rem; font-weight: 600; }
.briefing { max-width: 800px; margin: 0 auto; padding: 2rem; }
.briefing-list { display: flex; flex-direction: column; }
.briefing-item { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem 0; border-bottom: 1px solid #E5E5E0; flex-wrap: wrap; }
.priority-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.priority-dot.critical { background: #DC2626; }
.priority-dot.high { background: #F59E0B; }
.priority-dot.medium { background: #3B82F6; }
.priority-dot.low { background: #6B7280; }
.item-num { font-weight: 700; font-size: 0.9rem; color: #1A1A1A; }
.item-headline { font-weight: 500; font-size: 0.95rem; color: #1A1A1A; flex: 1; min-width: 200px; }
.source-tag { font-size: 0.7rem; color: #4A4A4A; border: 1px solid #E5E5E0; padding: 1px 6px; border-radius: 2px; }
.item-time { font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; color: #4A4A4A; }
.tracker { max-width: 800px; margin: 0 auto; padding: 2rem; }
.cve-table { width: 100%; border-collapse: collapse; }
.cve-table th { font-weight: 500; font-size: 0.8rem; color: #4A4A4A; text-align: left; text-transform: uppercase; letter-spacing: 0.04em; padding: 0.5rem; border-bottom: 2px solid #E5E5E0; }
.cve-table td { padding: 0.5rem; border-bottom: 1px solid #E5E5E0; font-size: 0.9rem; }
.cve-table tr.alt { background: #F8F8F6; }
.cve-id { font-family: 'JetBrains Mono', monospace; font-size: 0.85rem; color: #1A1A1A; }
.trends { max-width: 800px; margin: 0 auto; padding: 2rem; }
.date-stamp { font-family: 'JetBrains Mono', monospace; font-size: 0.8rem; color: #4A4A4A; display: block; margin-bottom: 0.5rem; }
.trends-heading { font-weight: 700; font-size: 1.25rem; color: #1A1A1A; margin-bottom: 1rem; }
.trends-body { font-size: 1rem; color: #4A4A4A; margin-bottom: 1rem; }
.metric-callout { font-family: 'JetBrains Mono', monospace; font-weight: 500; color: #1A1A1A; }
.footer { max-width: 800px; margin: 0 auto; padding: 2rem; }
.footer-rule { border-top: 1px solid #E5E5E0; margin-bottom: 1rem; }
.footer-row { display: flex; gap: 1.5rem; margin-bottom: 0.5rem; }
.footer-link { font-size: 0.85rem; color: #3B82F6; text-decoration: none; }
.footer-sources { font-family: 'JetBrains Mono', monospace; 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); }
