/* ========================================================
   OFFICIAL HOSTING EXPIRED / ACCOUNT SUSPENDED OVERLAY
   ======================================================== */
html, body {
    overflow: hidden !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: #f1f5f9;
    z-index: 2147483646;
}

body::after {
    content: "⚠️ 503 : Web Hosting Account Expired \A\A The hosting subscription for this domain has expired and services are temporarily suspended. \A\A If you are the account owner, please contact your service provider or billing department to renew your plan and restore website access. \A\A ─────────────────────────────── \A Server Gateway: Apache/Nginx (Cloud Host Node) \A Status: Suspended (Billing Inactive)";
    white-space: pre-wrap;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    color: #334155;
    padding: 40px 30px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    border-top: 5px solid #ef4444;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
    max-width: 520px;
    width: 90%;
    z-index: 2147483647;
}
