.container{max-width:1200px;margin:0 auto;padding:2rem}.header{text-align:center;margin-bottom:3rem}.header h1{font-size:2.5rem;color:#1a1a1a;margin-bottom:.5rem;font-weight:700}.subtitle{font-size:1.1rem;color:#666;font-weight:400}.controls{display:flex;justify-content:center;margin-bottom:2rem}.check-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.check-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.check-button:active:not(:disabled){transform:translateY(0)}.check-button:disabled{opacity:.6;cursor:not-allowed}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading p{color:#666;font-size:1.1rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}@media(max-width:768px){.services-grid{grid-template-columns:1fr}}.service-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;border-left:4px solid #ddd}.service-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.service-card.healthy{border-left-color:#10b981}.service-card.unhealthy{border-left-color:#ef4444}.service-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.service-name{font-size:1.5rem;color:#1a1a1a;font-weight:600;margin:0}.status-indicator{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.875rem;white-space:nowrap}.status-indicator.healthy{background:#d1fae5;color:#065f46}.status-indicator.unhealthy{background:#fee2e2;color:#991b1b}.status-dot{width:8px;height:8px;border-radius:50%;animation:pulse 2s infinite}.status-indicator.healthy .status-dot{background:#10b981}.status-indicator.unhealthy .status-dot{background:#ef4444}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.service-details{display:flex;flex-direction:column;gap:.75rem}.detail-row{display:flex;gap:.5rem;font-size:.875rem}.detail-row.error{color:#dc2626}.detail-label{font-weight:600;color:#4b5563;min-width:100px}.detail-value{color:#6b7280;word-break:break-all}.detail-row.error .detail-value{color:#dc2626}.detail-link{color:#667eea;text-decoration:none;word-break:break-all;transition:color .2s ease;font-weight:500}.detail-link:hover{color:#764ba2;text-decoration:underline}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;min-height:100vh}#root{width:100%;min-height:100vh}
