*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #f5f7fa; color: #1a1a2e; line-height: 1.6; }
a { color: #16a34a; text-decoration: none; }
a:hover { text-decoration: underline; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
header.site-header { background: #1a1a2e; padding: 16px 0; }
header.site-header .logo { color: #4ade80; font-size: 1.5rem; font-weight: 700; text-decoration: none; }
header.site-header nav { display: flex; align-items: center; gap: 24px; }
header.site-header nav a { color: #ccc; font-size: 0.9rem; }
header.site-header nav a:hover { color: #4ade80; text-decoration: none; }
footer.site-footer { background: #1a1a2e; color: #ccc; padding: 40px 0; margin-top: 60px; }
footer.site-footer a { color: #4ade80; }
.badge { display: inline-block; padding: 4px 10px; border-radius: 4px; font-size: 0.75rem; font-weight: 600; }
.grade-badge { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 12px; font-size: 2rem; font-weight: 800; color: white; }
.card { background: white; border-radius: 12px; padding: 24px; box-shadow: 0 1px 4px rgba(0,0,0,0.08); }
.btn-primary { background: #16a34a; color: white; padding: 12px 24px; border-radius: 8px; font-weight: 600; display: inline-block; border: none; cursor: pointer; font-size: 1rem; }
.btn-primary:hover { background: #15803d; text-decoration: none; color: white; }
.btn-secondary { background: transparent; color: #16a34a; padding: 12px 24px; border-radius: 8px; font-weight: 600; display: inline-block; border: 2px solid #16a34a; cursor: pointer; font-size: 1rem; }
.btn-secondary:hover { background: #f0fdf4; text-decoration: none; }
.metric-bar-wrap { margin-bottom: 12px; }
.metric-bar-label { display: flex; justify-content: space-between; font-size: 0.85rem; margin-bottom: 4px; }
.metric-bar-bg { background: #e5e7eb; border-radius: 4px; height: 10px; }
.metric-bar-fill { height: 10px; border-radius: 4px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 768px) { .grid-2, .grid-3 { grid-template-columns: 1fr; } }
.stat-card { background: white; border-radius: 8px; padding: 16px; text-align: center; box-shadow: 0 1px 3px rgba(0,0,0,0.07); }
.stat-card .stat-val { font-size: 1.5rem; font-weight: 700; color: #1a1a2e; }
.stat-card .stat-label { font-size: 0.8rem; color: #6b7280; margin-top: 4px; }
.breadcrumb { font-size: 0.85rem; color: #6b7280; margin-bottom: 16px; }
.breadcrumb a { color: #16a34a; }
h1 { font-size: 2rem; font-weight: 800; margin-bottom: 8px; }
h2 { font-size: 1.4rem; font-weight: 700; margin-bottom: 12px; }
h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 8px; }
.section { margin-bottom: 40px; }
.agency-card { background: white; border-radius: 10px; padding: 20px; display: flex; gap: 16px; align-items: flex-start; box-shadow: 0 1px 4px rgba(0,0,0,0.08); margin-bottom: 12px; }
.agency-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.12); }
.agency-card .info { flex: 1; }
.agency-card .name { font-weight: 700; font-size: 1rem; }
.agency-card .meta { font-size: 0.82rem; color: #6b7280; margin-top: 4px; }
.tag { display: inline-block; background: #f0fdf4; color: #16a34a; border: 1px solid #bbf7d0; border-radius: 4px; padding: 2px 8px; font-size: 0.75rem; margin: 2px; }
