@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}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:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:Inter,sans-serif;line-height:1.2;color:#fff;background:#afe9ff}.status-dashboard{height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.dashboard-content-wrapper{width:95%;max-width:1600px;display:flex;flex-direction:column;gap:25px;align-items:center;height:calc(100vh - 40px)}.header{text-align:center;margin-bottom:15px;display:flex;flex-direction:column;align-items:center;gap:15px;width:100%}.header-top{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:5px;width:100%}.dashboard-title{font-size:4rem;font-weight:800;color:#fff;text-shadow:0 3px 6px rgba(0,0,0,.4);letter-spacing:-2px;line-height:1}.logo-placeholder{height:80px;display:flex;align-items:center;justify-content:center}.logo-placeholder img{max-height:100%;width:auto;filter:drop-shadow(0 2px 5px rgba(0,0,0,.3))}.header-bottom{display:flex;align-items:center;justify-content:flex-end;margin-top:20px;gap:20px;width:100%;flex-wrap:wrap}.overall-status{display:inline-flex;align-items:center;gap:12px;background:#fff;padding:12px 25px;border-radius:40px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);box-shadow:0 3px 10px #0003}.status-dot{width:14px;height:14px;border-radius:50%;animation:pulse 1.5s infinite}.overall-status.loading .status-dot{background:#ffc107}.overall-status.positive .status-dot{background:#28a745}.overall-status.negative .status-dot{background:#dc3545}.overall-status.partial .status-dot{background:#ff8c00}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}}.status-text{font-size:1.2rem;font-weight:700;color:#01a6e6;text-transform:uppercase}.refresh-btn{background:#fff;border:1px solid rgba(255,255,255,.4);color:#01a6e6;padding:10px;border-radius:50%;cursor:pointer;transition:all .3s ease;width:50px;height:50px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 8px #0003}.refresh-btn:hover:not(:disabled){background:#00567780;color:#fff;transform:rotate(20deg);box-shadow:0 2px 12px #0000004d}.refresh-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;border-color:#fff3}.refresh-icon{width:25px;height:25px;stroke-width:2}.refresh-icon.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.status-grid{display:flex;flex-direction:column;gap:15px;width:100%;flex-grow:1;overflow-y:auto;padding-right:10px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.status-grid::-webkit-scrollbar{width:8px}.status-grid::-webkit-scrollbar-track{background:transparent}.status-grid::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:10px;border:2px solid transparent;background-clip:padding-box}.status-card{height:110px;background:#fff;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:18px;display:flex;align-items:center;gap:15px;box-shadow:0 4px 15px #0003;transition:all .3s ease}.status-card.positive{border-left:6px solid #28a745}.status-card.negative{border-left:6px solid #dc3545}.status-card.loading{border-left:6px solid #ffc107}.card-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.icon-spinner{border:3px solid rgba(255,255,255,.2);border-top:3px solid #fff;border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite}.icon-success svg{color:#28a745;width:32px;height:32px}.icon-error svg{color:#dc3545;width:32px;height:32px}.icon-success{color:#28a745}.icon-error{color:#dc3545}.card-info{flex-grow:1}.card-title{font-size:1.5rem;font-weight:700;margin-bottom:3px;color:#01a6e6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-status-text{font-size:1rem;font-weight:600;text-transform:uppercase;display:block;margin-bottom:2px}.card-status-text.loading{color:#ffc107}.card-status-text.positive{color:#28a745}.card-status-text.negative{color:#dc3545}.card-last-checked{font-size:.8rem;color:#fd623b;display:block;line-height:1.2}@keyframes fadeIn{to{opacity:1}}@media (max-width: 1400px){.dashboard-title{font-size:3.5rem}.status-text{font-size:1.1rem}.card-title{font-size:1.3rem}.card-status-text{font-size:.9rem}}@media (max-width: 900px){.dashboard-title{font-size:2.8rem;letter-spacing:-1.5px}.header-top{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:100%}.header-bottom{display:flex;align-items:center;justify-content:center;margin-top:20px;gap:20px;width:100%;flex-wrap:wrap}.status-text{font-size:1rem}.refresh-btn{width:45px;height:45px}.refresh-icon{width:22px;height:22px}.status-card{padding:15px;min-height:80px}.card-icon{width:35px;height:35px;font-size:1.8rem}.icon-spinner{width:25px;height:25px}.card-title{font-size:1.2rem}.card-status-text{font-size:.85rem}.card-last-checked{font-size:.75rem}}
