* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #1a1a1a;
    background: #fafafa;
}

.container { max-width: 740px; margin: 0 auto; padding: 0 24px; }

header {
    border-bottom: 1px solid #e5e5e5;
    padding: 32px 0;
    background: #fff;
}

header h1 a {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.tagline { color: #666; margin-top: 4px; font-size: 15px; }

main { padding: 48px 0; }

.report-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 28px;
    margin-bottom: 24px;
}

.date { font-size: 13px; color: #999; text-transform: uppercase; letter-spacing: 0.5px; }

.report-card h2 { margin: 8px 0 12px; font-size: 20px; }
.report-card h2 a { color: #1a1a1a; text-decoration: none; }
.report-card h2 a:hover { color: #0066cc; }

.excerpt { color: #555; font-size: 15px; }

.read-more {
    display: inline-block;
    margin-top: 16px;
    color: #0066cc;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.full-report h2 { font-size: 24px; margin: 12px 0 24px; line-height: 1.3; }

.content { font-size: 16px; color: #333; }
.content strong { font-weight: 600; color: #1a1a1a; }

.back {
    display: inline-block;
    margin-top: 40px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

footer {
    border-top: 1px solid #e5e5e5;
    padding: 24px 0;
    background: #fff;
    color: #999;
    font-size: 14px;
}

footer a { color: #666; }


.full-report {
    max-width: 740px;
    margin: 0 auto;
}