* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #f8fafc; color: #1e293b; }
.container { max-width: 1200px; margin: 0 auto; padding: 24px; }
header { margin-bottom: 32px; }
h1 { font-size: 24px; font-weight: 600; margin-bottom: 16px; }
.summary { display: flex; gap: 16px; }
.summary-card { background: white; padding: 16px 24px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); text-align: center; }
.summary-value { font-size: 32px; font-weight: 700; display: block; }
.summary-label { font-size: 14px; color: #64748b; }
table { width: 100%; background: white; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); border-collapse: collapse; }
th, td { padding: 12px 16px; text-align: left; border-bottom: 1px solid #e2e8f0; }
th { background: #f1f5f9; font-weight: 600; font-size: 14px; }
.clickable-row { cursor: pointer; transition: background 0.15s; }
.clickable-row:hover { background: #f8fafc; }
.coverage-pill { padding: 4px 12px; border-radius: 999px; font-size: 12px; font-weight: 600; color: white; }