
.error-page-rc1{min-height:100vh;display:grid;place-items:center;text-align:center;padding:30px;background:#f6f8f7}
.error-page-rc1>div{max-width:680px;background:#fff;border:1px solid #e4e9e6;border-radius:18px;padding:36px;box-shadow:0 12px 35px #00000010}
.error-code-rc1{font-size:68px;font-weight:900;color:#9e1111;line-height:1}
.release-badge-rc1{display:inline-block;padding:5px 9px;border-radius:999px;background:#e6f3eb;color:#14613a;font-size:12px;font-weight:700}
.health-grid-rc1{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.health-rc1{background:#fff;border:1px solid #e3e8e5;border-radius:12px;padding:14px}
.health-rc1.ok{border-left:5px solid #14824b}.health-rc1.bad{border-left:5px solid #b51f1f}
@media(max-width:900px){.health-grid-rc1{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.health-grid-rc1{grid-template-columns:1fr}}
