body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.health-container{margin:0 auto;max-width:500px;padding:20px}.status-card{background:#fff;border-left:4px solid #28a745;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:20px;padding:24px}.status-card.warning{border-left-color:#ffc107}.status-card.error{border-left-color:#dc3545}.status-card.healthy{border-left-color:#28a745}.status-item{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;margin:12px 0;padding:8px 0}.status-item:last-of-type{border-bottom:none;margin-bottom:16px}.status-label{color:#333;font-size:.95rem;font-weight:600}.status-value{border-radius:16px;font-size:.85rem;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.status-healthy{background:#d4edda;color:#155724}.status-degraded{background:#fff3cd;color:#856404}.status-unhealthy{background:#f8d7da;color:#721c24}.status-unknown{background:#e2e3e5;color:#6c757d}.message{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;color:#666;font-size:.9rem;margin:16px 0 8px;padding:12px}.error-message{background:#f8d7da;border-color:#f5c6cb;color:#721c24}.timestamp{color:#999;font-size:.8rem;margin-top:8px;text-align:center}.refresh-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .3s ease;width:100%}.refresh-btn:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.refresh-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:40px;margin:0 auto 16px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:600px){.health-container{padding:16px}.status-card{padding:20px}.status-item{align-items:flex-start;flex-direction:column;gap:8px}.status-value{align-self:flex-end}}.App{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;min-height:100vh}.App-header{color:#fff;padding:40px 20px 20px;text-align:center}.logo{font-size:3rem;font-weight:700;margin-bottom:8px;text-shadow:0 2px 4px #0000004d}.subtitle{font-size:1.2rem;font-weight:300;opacity:.9}.App-main{align-items:center;display:flex;flex:1 1;justify-content:center;padding:20px}@media (max-width:600px){.logo{font-size:2.5rem}.subtitle{font-size:1.1rem}.App-header{padding:30px 20px 15px}}
/*# sourceMappingURL=main.96d0d65e.css.map*/