:root{--primary: #3498db;--success: #27ae60;--error: #e74c3c;--bg: #f5f5f5;--card-bg: #fff;--text: #333;--text-light: #666}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}.container{max-width:800px;margin:0 auto;padding:2rem}header{text-align:center;margin-bottom:2rem}h1{font-size:2.5rem;margin:0;color:var(--primary)}.subtitle{color:var(--text-light);margin-top:.5rem}section{background:var(--card-bg);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000001a}h2{margin:0 0 1rem;font-size:1.25rem}.status{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:4px}.status.loading{background:#f0f0f0;color:var(--text-light)}.status.error{background:#fee;color:var(--error)}.status.healthy{background:#efe;color:var(--success)}.dot{width:8px;height:8px;border-radius:50%;background:currentColor}.loading .dot{animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.detail{margin-left:.5rem;font-size:.875rem;color:var(--text-light)}ul{padding-left:1.5rem;margin:1rem 0 0}li{margin-bottom:.5rem}footer{text-align:center;color:var(--text-light);margin-top:2rem}
