
/* VISION MEDIA VIP final upgrade */
:root{--vm-blue:#1a73e8;--vm-dark:#07111e;--vm-white:#fff;--vm-soft:#f4f8ff}.vm-notify-permission{position:fixed;inset:auto 18px 18px auto;z-index:999999;max-width:390px;background:rgba(7,17,30,.94);color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:24px;padding:20px;box-shadow:0 24px 80px rgba(0,0,0,.35);backdrop-filter:blur(16px);direction:rtl}.vm-notify-permission h3{margin:0 0 8px;font-size:18px}.vm-notify-permission p{margin:0 0 16px;color:#cbd5e1;line-height:1.8}.vm-notify-actions{display:flex;gap:10px;flex-wrap:wrap}.vm-notify-actions button{border:0;border-radius:14px;padding:11px 16px;font-weight:800;cursor:pointer}.vm-allow{background:linear-gradient(135deg,#1a73e8,#0b1320);color:#fff}.vm-later{background:#ffffff18;color:#fff}.vm-mega-footer{background:linear-gradient(180deg,#07111e,#02060b)!important;color:#fff;padding-top:55px}.vm-mega-footer .footer-grid{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:28px}.vm-mega-footer a{color:#dbeafe;text-decoration:none}.vm-mega-footer h4{color:#fff;margin-bottom:16px}.vm-policy-page{max-width:980px;margin:120px auto 60px;padding:30px;background:#fff;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.08);direction:rtl;line-height:2}.vm-policy-page h1{color:#07111e}.vm-policy-page h2{margin-top:22px;color:#1a73e8}.vm-admin-link{position:fixed;right:8px;bottom:8px;width:8px;height:8px;opacity:.03;z-index:99999}@media(max-width:900px){.vm-mega-footer .footer-grid{grid-template-columns:1fr 1fr}.vm-notify-permission{left:14px;right:14px;bottom:14px;max-width:none}}@media(max-width:520px){.vm-mega-footer .footer-grid{grid-template-columns:1fr}}
/* Emergency Fixes v2 */
.vm-native-notification-box{position:fixed;top:18px;left:50%;transform:translateX(-50%);z-index:2147483647;width:min(94vw,560px);display:flex;align-items:center;gap:12px;direction:rtl;background:#fff;color:#101828;border:1px solid #d0d5dd;border-radius:18px;padding:14px 14px;box-shadow:0 24px 70px rgba(2,6,23,.22);font-family:Tahoma,Arial}
.vm-native-notification-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#eef4ff;font-size:22px;flex:0 0 auto}.vm-native-notification-text{display:flex;flex-direction:column;gap:4px;line-height:1.5;flex:1}.vm-native-notification-text b{font-size:15px;color:#07111e}.vm-native-notification-text span{font-size:12px;color:#667085}.vm-native-allow{border:0;border-radius:12px;background:#1a73e8;color:#fff;padding:10px 16px;font-weight:900;cursor:pointer}.vm-native-close{border:0;background:#f2f4f7;color:#344054;width:34px;height:34px;border-radius:50%;font-size:20px;cursor:pointer}.vm-admin-link{display:none!important}@media(max-width:620px){.vm-native-notification-box{top:auto;bottom:12px;left:12px;right:12px;transform:none;width:auto;align-items:flex-start}.vm-native-notification-text span{font-size:11px}.vm-native-allow{padding:9px 13px}.vm-native-close{width:30px;height:30px}}

/* Final: disable custom notification popups; browser native prompt is used instead */
#vmNotifyPrompt,.vm-native-notification-box,.vm-notification-native,.vm-notify-permission{display:none!important}
