:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0b1221;background-color:#f5f7fb}*,*:before,*:after{box-sizing:border-box}body{margin:0;background-color:#f5f7fb}.app-shell{min-height:100vh;padding:2rem;max-width:1100px;margin:0 auto}header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.whatsapp-button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:999px;font-weight:600;text-decoration:none;background:#25d366;color:#0b1221;transition:transform .12s ease,box-shadow .12s ease;box-shadow:0 6px 16px #25d36659;gap:.45rem}.whatsapp-button:hover{transform:translateY(-1px);box-shadow:0 8px 18px #25d36666}.whatsapp-icon{width:1.1rem;height:1.1rem;fill:currentColor}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 4px 10px #0f172a14;border:1px solid #e3e8f4;display:flex;flex-direction:column;gap:.6rem}.card h3{margin:0;font-size:1.1rem}.card small{color:#6c7285;display:block;margin-top:.2rem}.badge{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .7rem;border-radius:999px;font-size:.8rem;font-weight:600}.badge.up{background:#10b98126;color:#047857}.badge.down{background:#f8717133;color:#b91c1c}.badge.incident{background:#f9731633;color:#c2410c;width:fit-content}.metrics{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:.4rem;font-size:.9rem;color:#444c63}.incidents{margin-top:2rem}.error-box{padding:.8rem 1rem;background:#f8717126;color:#991b1b;border-radius:8px;margin-bottom:1rem}.timestamp{color:#6c7285;font-size:.85rem}@media (max-width: 768px){.app-shell{padding:1.5rem}header{flex-direction:column;align-items:flex-start}.header-actions{width:100%;justify-content:space-between}.status-grid{grid-template-columns:1fr}}@media (max-width: 600px){.app-shell{padding:1rem}.metrics{flex-direction:column;gap:.4rem}.header-actions{flex-direction:column;align-items:stretch}.whatsapp-button{width:100%}}
