:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000000de;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;margin:0;padding:0}body{margin:0;padding:0;min-width:320px;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}:root{--color-bg: #f8f9fa;--color-card: #ffffff;--color-text: #212529;--color-border: #e9ecef;--color-healthy: #28a745;--color-unhealthy: #dc3545;--color-placeholder: #6c757d}body{background-color:var(--color-bg);color:var(--color-text);margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}*{box-sizing:border-box}.app-container{width:100%;padding:1rem;display:flex;flex-direction:column;min-height:100vh}header{margin-bottom:2rem;text-align:center}header h1{font-size:2.5rem;margin-bottom:.5rem}.status-grid{display:flex;flex-wrap:wrap;margin:0 -.5rem;width:calc(100% + 1rem)}.status-card{flex:0 0 calc(100% - 1rem);background-color:var(--color-card);border-radius:8px;box-shadow:0 4px 6px #0000000d;padding:1.25rem;border:1px solid var(--color-border);transition:transform .2s,box-shadow .2s;margin:.5rem}.status-card:hover{transform:translateY(-3px);box-shadow:0 8px 15px #0000001a}.status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;border-bottom:1px solid var(--color-border);padding-bottom:.8rem}.status-header h2{font-size:1.25rem;font-weight:600}.status-indicator{width:16px;height:16px;border-radius:50%;display:inline-block}.status-indicator.healthy{background-color:var(--color-healthy);box-shadow:0 0 10px #28a74580}.status-indicator.unhealthy{background-color:var(--color-unhealthy);box-shadow:0 0 10px #dc354580}.status-details{font-size:.95rem}.status-details p{margin-bottom:.75rem}.healthy-text{color:var(--color-healthy);font-weight:600}.unhealthy-text{color:var(--color-unhealthy);font-weight:600}.error-message{color:var(--color-unhealthy);font-size:.9rem;background-color:#dc35451a;padding:.5rem;border-radius:4px;margin-bottom:.75rem}.last-checked{font-size:.8rem;color:#6c757d}.loading{width:100%;text-align:center;padding:2rem;background-color:var(--color-card);border-radius:8px;box-shadow:0 4px 6px #0000000d;margin:0 .5rem}footer{text-align:center;margin-top:auto;padding-top:2rem;font-size:.9rem;color:#6c757d;border-top:1px solid var(--color-border)}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:600px;margin:0 auto}.version,.refresh-timer{flex:1;text-align:center}footer .commit-hash{font-family:monospace;opacity:.8;background-color:#0000000d;padding:2px 4px;border-radius:3px;margin-left:4px}footer .countdown{font-family:monospace;font-weight:700;background-color:#0000000d;padding:2px 4px;border-radius:3px;margin-left:4px;display:inline-block;min-width:55px;text-align:center}@media (min-width: 576px){.status-card{flex:0 0 calc(50% - 1rem)}}@media (min-width: 768px){.app-container{padding:2rem}.status-card{padding:1.5rem}}@media (min-width: 992px){.status-card{flex:0 0 calc(33.333% - 1rem)}}@media (min-width: 1200px){.status-card{flex:0 0 calc(25% - 1rem)}}
