* { box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #f5f5f5; color: #333; margin: 0; padding: 20px; line-height: 1.5; }
.container { max-width: 800px; margin: 0 auto; background: #fff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.08); overflow: hidden; }
.header { padding: 28px 32px 24px; border-bottom: 1px solid #eee; }
.header h1 { margin: 0 0 12px 0; font-size: 1.75rem; font-weight: 700; }
.overall-status { display: flex; align-items: center; gap: 10px; font-size: 1rem; font-weight: 500; }
.status-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.status-dot.operational { background: #22c55e; }
.status-dot.partial { background: #eab308; }
.status-dot.down { background: #ef4444; }
main { padding: 24px 32px 32px; }
.loading, .empty-state { color: #666; margin: 0; }
.category { margin-bottom: 28px; }
.category-title { font-size: 0.85rem; font-weight: 600; color: #64748b; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 12px; }
.service-row { display: flex; align-items: center; gap: 16px; padding: 14px 16px; background: #fafafa; border-radius: 8px; margin-bottom: 8px; border: 1px solid #f0f0f0; }
.service-name { flex: 0 0 220px; font-weight: 500; color: #1e293b; }
.uptime-badge { flex-shrink: 0; padding: 4px 10px; border-radius: 6px; font-size: 0.875rem; font-weight: 600; }
.uptime-badge.high { background: #dcfce7; color: #166534; }
.uptime-badge.medium { background: #fef9c3; color: #854d0e; }
.uptime-badge.low { background: #fee2e2; color: #991b1b; }
.timeline-wrap { flex: 1; min-width: 0; display: flex; align-items: center; gap: 8px; }
.timeline-label { font-size: 0.7rem; color: #94a3b8; flex-shrink: 0; }
.timeline { display: flex; gap: 2px; align-items: stretch; min-height: 28px; flex: 1; max-width: 200px; }
.timeline-bar { flex: 1; min-width: 3px; border-radius: 2px; background: #e2e8f0; }
.timeline-bar.up { background: #22c55e; }
.timeline-bar.down { background: #ef4444; }
.footer { padding: 16px 32px; border-top: 1px solid #eee; font-size: 0.875rem; }
.footer a { color: #3b82f6; text-decoration: none; }
.footer a:hover { text-decoration: underline; }
.empty-state a { color: #3b82f6; }
