a { color: #0066cc; }
a:hover { color: #004499; }
.site-header { padding: 0.75rem 0; border-bottom: 1px solid #ddd; margin-bottom: 2rem; }
.site-header h1 { font-size: 1.6rem; margin: 0; }
.page-title { font-size: 1.6rem; margin-bottom: 1rem; }
.page-title-sm { font-size: 1.2rem; margin-bottom: 0.75rem; }
.navbar-nav .nav-link { color: #0066cc; padding: 0.5rem 1rem; font-size: 0.95rem; }
.navbar-nav .nav-link:hover { text-decoration: underline; }
.navbar-nav .nav-link.active { color: #333; font-weight: 600; text-decoration: none; border-bottom: 2px solid #333; }
.navbar-nav .nav-link.active:hover { text-decoration: none; }
@media (max-width: 767.98px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        border: 1px solid #ddd;
        border-top: none;
        padding: 0;
        z-index: 1000;
    }
    .site-header { position: relative; }
}
.synthesis-card { background: #fafafa; border: 1px solid #e8e8e8; border-radius: 6px; padding: 1rem 1.75rem 1.5rem; line-height: 1.75; font-size: 0.95rem; white-space: pre-wrap; }
.synthesis-card .card-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 1px solid #e0e0e0; color: #222; }
.report-date { color: #888; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; }
.table th, .table td { vertical-align: top; }
.table thead th { background: #f5f5f5; font-weight: 600; border-bottom: 1px solid #ddd; white-space: normal; position: sticky; top: 0; z-index: 1; }
.table tbody tr { cursor: pointer; }
.table tbody tr:hover, .table tbody tr:hover td { background: #fafafa; }
.table .score-5, .table .score-4 { color: #c62828 !important; font-weight: 600; text-align: center; }
.table .score-3 { color: #666 !important; font-weight: 600; text-align: center; }
.table .score-2, .table .score-1 { color: #2e7d32 !important; font-weight: 600; text-align: center; }
.table .sig-5, .table .sig-4 { color: #c62828 !important; font-weight: 600; text-align: center; }
.table .sig-3 { color: #666 !important; font-weight: 600; text-align: center; }
.table .sig-2, .table .sig-1 { color: #2e7d32 !important; font-weight: 600; text-align: center; }
.table .dir-up { color: #2e7d32 !important; font-weight: 600; text-align: center; }
.table .dir-down { color: #c62828 !important; font-weight: 600; text-align: center; }
.table .dir-flat { color: #666 !important; font-weight: 600; text-align: center; }
.back-link { color: #0066cc; text-decoration: none; font-size: 0.9rem; display: block; margin-bottom: 0.75rem; }
.back-link:hover { text-decoration: underline; }
.meta-row { color: #666; font-size: 0.9rem; }
.meta-row span { margin-right: 1.5rem; }
.score-badge { display: inline-block; padding: 0.15rem 0.5rem; border-radius: 3px; font-weight: 600; }
.detail-section { margin-bottom: 1.5rem; }
.detail-section h2 { font-size: 1rem; color: #666; margin-bottom: 0.3rem; font-weight: 600; }
.detail-section p { margin: 0.5rem 0; line-height: 1.5; }
.detail-section a { color: #0066cc; text-decoration: none; }
.detail-section a:hover { text-decoration: underline; }
