/* --- OFFICIAL DEVELOPER DISCLAIMER --- */
body::before {
    content: "⚠️ OFFICIAL NOTICE: Developer is strictly UNAVAILABLE for the next 2.5 months. \A Please DO NOT call or message regarding app problems or urgent queries. \A No support is available during this time. We apologize for the inconvenience. \A \A ⚠️ महत्वपूर्ण सूचना: डेवलपर अगले 2.5 महीनों के लिए पूरी तरह से अनुपलब्ध है। \A कृपया ऐप से संबंधित किसी भी समस्या के लिए कॉल या मैसेज न करें। \A इस दौरान कोई सहायता उपलब्ध नहीं होगी। असुविधा के लिए हमें खेद है।";
    display: block;
    background: linear-gradient(135deg, #b91d1d 0%, #ef4444 100%);
    color: white;
    text-align: center;
    padding: 30px 20px;
    font-family: 'Inter', -apple-system, system-ui, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    white-space: pre-wrap; /* Allows the \A to create new lines */
    position: relative;
    z-index: 100000; /* Stays above everything */
    border-bottom: 5px solid #fca5a5;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Adjustments for mobile screens */
@media (max-width: 768px) {
    body::before {
        font-size: 13px;
        padding: 20px 15px;
    }
}