/* =====================================================================
   injected-styles.css — الأنماط التي كانت تُحقن من ملفات JS، مجموعةً في
   ملف واحد يُحمَّل من index.html. المصدر: الكتل الأصلية كما كانت بالكود
   (استُخرجت حرفياً — أي تعديل مستقبلي يكون هنا مباشرة).
   ===================================================================== */

/* ─── ui.js — التوستات والحوارات الموحّدة ─── */
.u-ov{position:fixed;inset:0;z-index:12000;background:rgba(15,23,42,.55);backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;padding:16px;direction:rtl;font-family:inherit}.u-ov.show{display:flex}.u-card{background:#fff;border-radius:20px;width:100%;max-width:380px;padding:26px 22px;box-shadow:0 30px 80px rgba(0,0,0,.32);text-align:center;animation:uPop .2s ease}@keyframes uPop{from{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:none}}.u-ic{width:62px;height:62px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.u-ic svg{width:32px;height:32px}.u-title{font-size:1.18rem;font-weight:800;color:#0f172a;margin:0 0 6px}.u-msg{font-size:.92rem;color:#64748b;line-height:1.7;margin:0 0 20px;white-space:pre-line}.u-acts{display:flex;gap:10px}.u-btn{flex:1;padding:13px;border:none;border-radius:13px;font-size:.96rem;font-weight:800;cursor:pointer;font-family:inherit;transition:opacity .15s,background .15s}.u-btn:hover{opacity:.92}.u-btn.primary{background:#F6921E;color:#fff}.u-btn.danger{background:#ef4444;color:#fff}.u-btn.ghost{background:#f1f5f9;color:#475569}.u-form{text-align:right;margin-bottom:18px}.u-field{margin-bottom:12px}.u-field label{display:block;font-size:.8rem;font-weight:700;color:#334155;margin-bottom:6px}.u-field input{width:100%;box-sizing:border-box;padding:12px 13px;border:1.5px solid #e2e8f0;border-radius:11px;font-size:.93rem;font-family:inherit;outline:none;transition:border-color .15s}.u-field input:focus{border-color:#F6921E}.u-toasts{position:fixed;top:18px;left:50%;transform:translateX(-50%);z-index:12500;display:flex;flex-direction:column;gap:10px;align-items:center;pointer-events:none;direction:rtl;font-family:inherit;width:calc(100% - 32px);max-width:420px}.u-toast{display:flex;align-items:center;gap:11px;background:#fff;border-radius:14px;padding:13px 16px;box-shadow:0 12px 40px rgba(0,0,0,.18);font-size:.9rem;font-weight:700;color:#0f172a;width:100%;box-sizing:border-box;border-right:5px solid #94a3b8;animation:uSlide .25s ease}@keyframes uSlide{from{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:none}}.u-toast.out{opacity:0;transform:translateY(-14px);transition:.25s}.u-toast .ti{width:24px;height:24px;flex-shrink:0}.u-toast .ti svg{width:24px;height:24px}.u-toast .tx{flex:1;line-height:1.5}

/* ─── auth-chat.js — الحساب + الشات ─── */
.ac-overlay{position:fixed;inset:0;z-index:10000;background:rgba(15,23,42,.55);backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;padding:16px}.ac-overlay.show{display:flex}.ac-card{background:#fff;border-radius:20px;width:100%;max-width:400px;padding:26px 22px;box-shadow:0 30px 80px rgba(0,0,0,.3);font-family:inherit;direction:rtl}.ac-card h3{margin:0 0 2px;font-size:1.12rem;font-weight:800;color:#0f172a;text-align:center}.ac-card p.sub{margin:0 0 8px;font-size:.78rem;color:#64748b;text-align:center}.ac-field{margin-bottom:6px}.ac-field label{display:block;font-size:.74rem;font-weight:700;color:#334155;margin-bottom:2px}.ac-field input{width:100%;box-sizing:border-box;padding:8px 12px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.9rem;font-family:inherit;outline:none;transition:border-color .15s}.ac-field input:focus{border-color:#F6921E}.ac-btn{width:100%;padding:11px;border:none;border-radius:11px;background:#F6921E;color:#fff;font-size:.95rem;font-weight:800;cursor:pointer;font-family:inherit;transition:opacity .15s;margin-top:4px}.ac-btn:disabled{opacity:.6;cursor:default}.ac-switch{margin-top:9px;text-align:center;font-size:.83rem;color:#64748b}.ac-switch a{color:#F6921E;font-weight:700;cursor:pointer;text-decoration:none}.ac-msg{display:none;margin:0 0 14px;padding:10px 12px;border-radius:10px;font-size:.82rem;font-weight:600;text-align:center}.ac-msg.err{display:block;background:#fee2e2;color:#b91c1c}.ac-msg.ok{display:block;background:#dcfce7;color:#15803d}.ac-close{position:absolute;top:14px;left:14px;background:none;border:none;font-size:1.5rem;color:#94a3b8;cursor:pointer;line-height:1}.ac-pass-wrap{position:relative}.ac-pass-wrap input{padding-left:42px}.ac-eye{position:absolute;top:50%;left:8px;transform:translateY(-50%);background:none;border:none;color:#94a3b8;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;line-height:0}.ac-eye:hover{color:#64748b}.ac-eye svg{width:20px;height:20px}.ac-terms-agree{margin:10px 0 2px}.ac-agree-lbl{display:flex;align-items:flex-start;gap:9px;cursor:pointer;font-size:.83rem;font-weight:600;color:#475569;line-height:1.6}.ac-agree-lbl input{margin-top:3px;width:17px;height:17px;flex-shrink:0;accent-color:#F6921E;cursor:pointer}.ac-terms-link{color:#F6921E;font-weight:800;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.ac-terms-ov{position:fixed;inset:0;z-index:10100;background:rgba(15,23,42,.6);backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;padding:16px;direction:rtl;font-family:inherit}.ac-terms-ov.show{display:flex}.ac-terms-card{background:#fff;border-radius:18px;width:100%;max-width:560px;max-height:86vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.35)}.ac-terms-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid #eef2f7;flex-shrink:0}.ac-terms-head h3{margin:0;font-size:1.05rem;font-weight:900;color:#0f172a}.ac-terms-head .ac-close{position:static}.ac-terms-body{padding:14px 18px 22px;overflow-y:auto;-webkit-overflow-scrolling:touch}.ac-chat{position:fixed;z-index:10000;bottom:0;left:0;right:0;height:80vh;max-height:640px;background:#f8fafc;border-radius:20px 20px 0 0;box-shadow:0 -20px 60px rgba(0,0,0,.25);display:none;flex-direction:column;direction:rtl;font-family:inherit}.ac-chat.show{display:flex}@media(min-width:600px){.ac-chat{left:auto;width:400px;right:20px;bottom:20px;border-radius:18px;height:600px}}.ac-chat-head{display:flex;align-items:center;gap:10px;padding:14px 16px;background:#fff;border-bottom:1px solid #eef2f7;border-radius:20px 20px 0 0}.ac-chat-head .t{font-weight:800;color:#0f172a;font-size:.98rem;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ac-chat-head .s{font-size:.72rem;color:#16a34a;font-weight:600}.ac-chat-head button{background:none;border:none;font-size:1.4rem;color:#94a3b8;cursor:pointer}.ac-chat-body{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px}.ac-bubble{max-width:78%;padding:10px 13px;border-radius:14px;font-size:.9rem;line-height:1.5;word-wrap:break-word;white-space:pre-wrap}.ac-bubble.me{align-self:flex-start;background:#F6921E;color:#fff;border-bottom-right-radius:4px}.ac-bubble.them{align-self:flex-end;background:#fff;color:#0f172a;border:1px solid #eef2f7;border-bottom-left-radius:4px}.ac-bubble .time{display:block;font-size:.62rem;opacity:.7;margin-top:3px}.ac-chat-foot{display:flex;gap:8px;padding:12px;background:#fff;border-top:1px solid #eef2f7}.ac-chat-foot input{flex:1;min-width:0;padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:24px;font-size:.92rem;font-family:inherit;outline:none}.ac-chat-foot input:focus{border-color:#F6921E}.ac-chat-foot button{flex-shrink:0;width:46px;height:46px;min-width:46px;border-radius:50%;border:none;background:#F6921E;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:transform .12s,filter .15s}.ac-chat-foot button:active{transform:scale(.9)}.ac-chat-foot button:hover{filter:brightness(1.05)}.ac-chat-foot button svg{width:20px;height:20px;display:block;pointer-events:none}.ac-empty{margin:auto;text-align:center;color:#94a3b8;font-size:.85rem;padding:20px}.ac-acct{display:flex;align-items:center;gap:10px;padding:12px 14px;margin-bottom:6px;background:linear-gradient(135deg,#fff7ed,#ffedd5);border-radius:14px}.ac-acct-av{width:42px;height:42px;border-radius:50%;background:#F6921E;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem;flex-shrink:0}.ac-acct-nm{font-weight:800;color:#0f172a;font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ac-acct-sub{font-size:.72rem;color:#94a3b8;font-weight:600}.ac-mylist{flex:1;overflow-y:auto;padding:6px 0}.ac-myitem{padding:13px 16px;border-bottom:1px solid #f1f5f9;cursor:pointer;display:flex;flex-direction:column;gap:3px}.ac-myitem:hover{background:#f8fafc}.ac-myitem .t{font-weight:700;color:#0f172a;font-size:.9rem}.ac-myitem .d{font-size:.72rem;color:#94a3b8}.ac-guest-hint{margin-top:10px;text-align:center;font-size:.78rem;color:#94a3b8}.ac-guest-hint a{color:#F6921E;font-weight:700;cursor:pointer}.ac-chat{inset:0;height:100%;max-height:none;border-radius:0;box-shadow:none}@media(min-width:600px){.ac-chat{inset:0;width:auto;height:100%;max-height:none;border-radius:0;box-shadow:none}}.ac-chat-head{border-radius:0}.ac-chat-body,.ac-mylist{max-width:760px;width:100%;margin:0 auto}.ac-chat-foot{max-width:760px;width:100%;margin:0 auto;box-sizing:border-box}#acAuthOverlay{align-items:flex-start;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:18px 16px calc(40px + env(safe-area-inset-bottom,0px))}#acAuthOverlay .ac-card{max-height:none;overflow:visible;margin:auto;padding:16px 20px}@media(min-width:1024px){#acAuthOverlay{align-items:center}#acAuthOverlay .ac-card{margin:auto}}.ac-spin-ov{position:fixed;inset:0;z-index:10050;background:rgba(15,23,42,.55);backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;direction:rtl;font-family:inherit}.ac-spin-ov.show{display:flex}.ac-spin-card{background:#fff;border-radius:20px;padding:30px 38px;box-shadow:0 30px 80px rgba(0,0,0,.3);display:flex;flex-direction:column;align-items:center;gap:16px}.ac-spin{width:48px;height:48px;border:4px solid #fde7cf;border-top-color:#F6921E;border-radius:50%;animation:acSpin .8s linear infinite}@keyframes acSpin{to{transform:rotate(360deg)}}.ac-spin-tx{font-size:.92rem;font-weight:800;color:#0f172a}.header-profile-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;background:none;border:1.7px solid #b9c0c8;border-radius:10px;color:#000;font-family:var(--font);font-weight:700;font-size:16px;line-height:1;padding:6px 11px;cursor:pointer;white-space:nowrap;flex-shrink:0;box-shadow:none;transition:border-color .18s,background .18s}.header-profile-btn:hover{border-color:#b6bcc4;background:#fafafb}.hdr-actions{display:flex;align-items:center;gap:8px}@media(max-width:1023px){.hdr-actions{display:contents}.header .menu-btn{order:0}.header .logo{order:1;flex:1;justify-content:center}.header .header-profile-btn{order:2}.header .desktop-nav{order:3}}

/* ─── auth-chat.js (كتلة 2) — الحساب + الشات ─── */
.ac-chat{background:#eef2f6}.ac-chat-head{gap:12px;padding:13px 16px;align-items:center;box-shadow:0 1px 3px rgba(15,23,42,.05)}.ac-h-av{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#F6921E,#fb923c);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.92rem;flex-shrink:0;box-shadow:0 3px 10px rgba(246,146,30,.35)}.ac-h-av svg{width:24px;height:24px}.ac-sender{display:flex;align-items:center;gap:6px}.ac-sender-ic{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#F6921E,#fb923c);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ac-sender-ic svg{width:12px;height:12px}.ac-mylist{padding:18px 16px;display:flex;flex-direction:column;gap:12px}@media(min-width:1024px){.ac-mylist{padding:26px 16px;gap:14px}}.ac-myitem{flex-direction:row !important;align-items:center;gap:12px;border:1px solid #eef2f7 !important;border-radius:16px;background:#fff;box-shadow:0 2px 10px rgba(15,23,42,.05);padding:12px !important;transition:transform .12s,box-shadow .12s}.ac-myitem:hover{background:#fff;transform:translateY(-2px);box-shadow:0 10px 26px rgba(15,23,42,.1)}.ac-my-img{width:58px;height:58px;border-radius:13px;object-fit:cover;flex-shrink:0}.ac-my-noimg{background:linear-gradient(135deg,#fff7ed,#ffedd5);color:#F6921E;display:flex;align-items:center;justify-content:center}.ac-my-noimg svg{width:24px;height:24px}.ac-my-thumb{position:relative;flex-shrink:0}.ac-my-dot{position:absolute;top:-3px;right:-3px;width:14px;height:14px;background:#ef4444;border-radius:50%;border:2.5px solid #fff;box-shadow:0 0 0 0 rgba(239,68,68,.7);animation:acMyDotPulse 1.6s infinite}@keyframes acMyDotPulse{0%{box-shadow:0 0 0 0 rgba(239,68,68,.6)}70%{box-shadow:0 0 0 8px rgba(239,68,68,0)}100%{box-shadow:0 0 0 0 rgba(239,68,68,0)}}.ac-my-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.ac-my-info .t{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ac-my-ref{font-size:.72rem;color:#F6921E;font-weight:700}.ac-or{display:flex;align-items:center;gap:10px;color:#94a3b8;font-size:.8rem;font-weight:700;margin:15px 0}.ac-or::before,.ac-or::after{content:"";flex:1;height:1px;background:#e2e8f0}.ac-social{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;border:1.5px solid #e2e8f0;border-radius:12px;background:#fff;font-size:.9rem;font-weight:700;color:#334155;cursor:pointer;font-family:inherit;margin-bottom:10px;transition:background .15s}.ac-social:hover{background:#f8fafc}.ac-social svg{width:20px;height:20px;flex-shrink:0}.ac-h-info{flex:1;min-width:0}.ac-h-info .t{font-weight:800;color:#0f172a;font-size:.98rem}.ac-h-info .s{font-size:.72rem;color:#16a34a;font-weight:700;display:flex;align-items:center;gap:5px;margin-top:2px}.ac-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.18);flex-shrink:0}.ac-chat-body{background:#eef2f6;gap:10px;padding:18px 16px}.ac-bubble{box-shadow:0 1px 2px rgba(15,23,42,.07);animation:acPop .18s ease}@keyframes acPop{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.ac-bubble.them{border-radius:16px 16px 16px 4px}.ac-bubble.me{border-radius:16px 16px 4px 16px}.ac-sender{font-size:.68rem;font-weight:800;color:#F6921E;margin-bottom:3px}.ac-sys{align-self:center;background:rgba(15,23,42,.07);color:#475569;font-size:.72rem;font-weight:700;padding:5px 13px;border-radius:20px;margin:3px 0;animation:acPop .18s ease}.ac-typing{align-self:flex-end;background:#fff;border:1px solid #eef2f7;border-radius:16px 16px 16px 4px;padding:12px 15px;display:none}.ac-typing.show{display:flex;gap:4px;align-items:center}.ac-typing span{width:7px;height:7px;border-radius:50%;background:#cbd5e1;animation:acTy 1.2s infinite}.ac-typing span:nth-child(2){animation-delay:.2s}.ac-typing span:nth-child(3){animation-delay:.4s}@keyframes acTy{0%,60%,100%{transform:translateY(0);opacity:.5}30%{transform:translateY(-5px);opacity:1}}.ac-chat-foot{padding:12px 14px;gap:10px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}.ac-chat-foot input{background:#f1f5f9;border-color:transparent}.ac-chat-foot input:focus{background:#fff;border-color:#F6921E}.ac-xbtn{width:38px;height:38px;border-radius:50%;background:#fef2f2;color:#ef4444;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,transform .1s}.ac-xbtn:hover{background:#fee2e2}.ac-xbtn:active{transform:scale(.92)}.ac-xbtn svg{width:20px;height:20px}.ac-close{width:30px;height:30px;border-radius:50%;background:#fef2f2;color:#ef4444;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;top:12px;left:12px;z-index:3;transition:background .15s}.ac-close:hover{background:#fee2e2}.ac-close svg{width:16px;height:16px}.acp-head{display:flex;align-items:center;gap:13px;margin:12px 0 10px;padding-bottom:12px;border-bottom:1px solid #eef2f7;text-align:right}.acp-h-txt{flex:1;min-width:0}.acp-avatar{position:relative;width:50px;height:50px;flex-shrink:0}.acp-av-img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2.5px solid #F6921E;background:#fdebd5;display:flex;align-items:center;justify-content:center;color:#F6921E;font-weight:900;font-size:1.15rem;overflow:hidden}.acp-cam{position:absolute;bottom:-2px;left:-2px;width:30px;height:30px;border-radius:50%;background:#F6921E;border:3px solid #fff;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;box-shadow:0 2px 6px rgba(246,146,30,.4);transition:filter .15s,transform .12s}.acp-cam:hover{filter:brightness(1.05)}.acp-cam:active{transform:scale(.9)}.acp-cam svg{width:14px;height:14px}.acp-name{font-weight:900;color:#0f172a;font-size:1.04rem}.acp-email{font-size:.8rem;color:#94a3b8;direction:ltr;text-align:right;overflow-wrap:anywhere;margin-top:2px}.acp-field{margin-bottom:6px}.acp-flabel{font-size:.76rem;font-weight:700;color:#64748b;margin-bottom:3px;text-align:right}.acp-fbox{display:flex;align-items:center;gap:9px;padding:7px 12px;border:1.5px solid #e8edf3;border-radius:11px;background:#fff}.acp-fval{flex:1;font-size:.95rem;font-weight:700;color:#0f172a;text-align:right;overflow-wrap:anywhere}.acp-fval[dir="ltr"]{text-align:left}.acp-ficon{display:flex;flex-shrink:0;color:#9aa7b8}.acp-ficon svg{width:19px;height:19px}.acp-edit{width:100%;margin-top:4px;padding:11px;border:none;background:linear-gradient(135deg,#F6921E,#fb923c);color:#fff;border-radius:13px;font-size:.92rem;font-weight:800;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:9px;box-shadow:0 6px 18px rgba(246,146,30,.32);transition:filter .15s,transform .15s}.acp-edit:hover{filter:brightness(1.04)}.acp-edit:active{transform:scale(.98)}.acp-actions{margin-top:8px;border-top:1px solid #eef2f7}.acp-action{width:100%;display:flex;align-items:center;gap:10px;padding:11px 4px;background:none;border:none;border-bottom:1px solid #f1f5f9;cursor:pointer;font-family:inherit}.acp-action:last-child{border-bottom:none}.acp-act-ic{display:flex;flex-shrink:0;color:#F6921E;margin-inline-start:auto}.acp-act-ic svg{width:20px;height:20px}.acp-action.danger .acp-act-ic{color:#ef4444}.acp-act-txt{text-align:right;font-size:.92rem;font-weight:800;color:#0f172a}.acp-action.danger .acp-act-txt{color:#ef4444}.acp-act-chev{display:flex;flex-shrink:0;color:#cbd5e1}.acp-act-chev svg{width:18px;height:18px}#acProfOverlay{align-items:flex-start;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:22px 16px calc(40px + env(safe-area-inset-bottom,0px))}#acProfOverlay .ac-card{display:block;padding:12px 18px 14px;margin:0 auto;max-height:none;overflow:visible}#acProfOverlay .ac-close{width:30px;height:30px;top:9px;left:9px}#acProfOverlay .ac-close svg{width:17px;height:17px}.acp-toptitle{margin:26px 0 8px;font-size:1.05rem;font-weight:900;color:#0f172a;text-align:center;flex-shrink:0}.acp-tabs{display:flex;gap:0;margin:28px 0 4px;flex-shrink:0;border-bottom:1px solid #eef2f7}.acp-tab{flex:1;padding:0 4px 13px;background:none;border:none;font-family:inherit;font-size:.93rem;font-weight:800;color:#94a3b8;cursor:pointer;position:relative;transition:color .18s}.acp-tab:active{transform:scale(.97)}.acp-tab.active{color:#F6921E}.acp-tab.active::after{content:"";position:absolute;bottom:-1px;left:12%;right:12%;height:3px;background:#F6921E;border-radius:3px}.acp-body{padding:2px 2px 4px}.acp-pane{display:none}.acp-pane.active{display:block;animation:acFade .2s ease}@keyframes acFade{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.acp-listitem{display:flex;align-items:center;gap:12px;padding:10px;border:1px solid #eef2f7;border-radius:14px;margin-bottom:10px;cursor:pointer;background:#fff;transition:transform .12s,box-shadow .12s}.acp-listitem:active{transform:scale(.98)}.acp-listitem>img,.acp-li-noimg{width:54px;height:54px;border-radius:12px;object-fit:cover;flex-shrink:0;background:#f1f5f9}.acp-li-noimg{display:flex;align-items:center;justify-content:center;color:#cbd5e1}.acp-li-noimg svg{width:24px;height:24px}.acp-li-info{flex:1;min-width:0}.acp-li-info .t{font-weight:800;color:#0f172a;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.acp-li-info .p{font-weight:800;color:#F6921E;font-size:.85rem;margin-top:3px}.acp-li-info .d{font-size:.72rem;color:#94a3b8;margin-top:2px}#acListOverlay{padding:0;align-items:stretch;justify-content:center}.ac-sheet-card{display:flex;flex-direction:column;padding:0;width:100%;max-width:620px;height:100%;border-radius:0;overflow:hidden}.ac-sheet-head{display:flex;align-items:center;gap:12px;padding:15px 18px;border-bottom:1px solid #eef2f7;flex-shrink:0}.ac-sheet-head h3{margin:0;font-size:1.12rem;font-weight:900;color:#0f172a;flex:1;text-align:right}#acListOverlay .ac-close{position:static;flex-shrink:0}.ac-sheet-body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:14px 16px;background:#f8fafc}.ac-sheet-body .acp-listitem{background:#fff}@media(min-width:600px){#acListOverlay{padding:16px;align-items:center}.ac-sheet-card{height:86dvh;max-height:780px;border-radius:18px}}.req-card{background:#fff;border:1px solid #eef2f7;border-radius:16px;padding:14px;margin-bottom:12px;box-shadow:0 2px 10px rgba(0,0,0,.04)}.req-head{display:flex;align-items:center;gap:11px}.req-img{width:52px;height:52px;border-radius:11px;object-fit:cover;flex-shrink:0}.req-img-na{width:52px;height:52px;border-radius:11px;flex-shrink:0;background:#f1f5f9;border:1px dashed #cbd5e1;display:flex;align-items:center;justify-content:center;text-align:center;padding:3px}.req-img-na span{font-size:.56rem;font-weight:800;color:#94a3b8;line-height:1.25}.req-type{font-size:.72rem;font-weight:800;color:#F6921E;background:#fff7ed;display:inline-block;padding:2px 9px;border-radius:20px;margin-bottom:3px}.req-title{font-size:.95rem;font-weight:800;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.req-date{font-size:.72rem;color:#94a3b8;font-weight:600;flex-shrink:0}.req-steps{display:flex;align-items:center;margin-top:14px}.req-step{display:flex;flex-direction:column;align-items:center;gap:5px;flex-shrink:0;width:64px;text-align:center}.req-dot{width:26px;height:26px;border-radius:50%;background:#e5e9f0;color:#94a3b8;font-size:.8rem;font-weight:800;display:flex;align-items:center;justify-content:center}.req-slbl{font-size:.66rem;font-weight:700;color:#94a3b8;line-height:1.3}.req-line{flex:1;height:3px;background:#e5e9f0;border-radius:3px;margin:0 -6px;margin-bottom:19px}.req-step.done .req-dot,.req-step.cur .req-dot{background:#16a34a;color:#fff}.req-step.cur .req-dot{background:#F6921E}.req-step.done .req-slbl,.req-step.cur .req-slbl{color:#0f172a}.req-wa{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:13px;background:#16a34a;color:#fff;text-decoration:none;font-weight:800;font-size:.9rem;padding:11px;border-radius:12px}.req-rejected{margin-top:12px;background:#fef2f2;color:#b91c1c;font-weight:700;font-size:.8rem;padding:10px 12px;border-radius:11px;text-align:center}.req-approved{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;background:#f0fdf4;color:#15803d;font-weight:800;font-size:.85rem;padding:11px 12px;border-radius:11px;text-align:center}.req-approved svg{width:18px;height:18px;flex-shrink:0}#acDeleteOverlay .ac-card{text-align:center}.ac-del-ico{width:52px;height:52px;margin:4px auto 10px;border-radius:50%;background:#fef2f2;color:#ef4444;display:flex;align-items:center;justify-content:center}.ac-del-ico svg{width:26px;height:26px}.ac-del-warn{background:#fff7ed;color:#9a3412;font-size:.82rem;font-weight:600;line-height:1.7;padding:11px 13px;border-radius:12px;border:1px solid #fed7aa;margin:6px 0 14px;text-align:center}#acDeleteOverlay .ac-field{text-align:right}.ac-del-sel{width:100%;padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:12px;font-family:inherit;font-size:.9rem;font-weight:600;color:#0f172a;background:#fff;outline:none;cursor:pointer}.ac-del-sel:focus{border-color:#F6921E}.ac-btn-danger{background:#dc2626!important;color:#fff!important;box-shadow:0 6px 18px rgba(220,38,38,.35)!important}.ac-btn-danger:disabled{opacity:.6;cursor:default}.ac-del-bye{text-align:center;padding:6px 4px}.ac-del-bye-emo{font-size:44px;line-height:1;margin-bottom:8px}.ac-del-bye h3{color:#0f172a;margin-bottom:8px}.ac-del-bye p{color:#64748b;font-size:.88rem;line-height:1.8;margin-bottom:16px}

/* ─── booking.js — معالج الحجز متعدد الخطوات ─── */
#calSection,#bookFormSection,.rent-type-toggle,#dailySection .rent-cal-main,#monthlySection .rent-cal-main{display:none !important}@media(min-width:1024px){.rent-cal-layout{display:block !important}.rent-book-sidebar{position:sticky;top:80px;flex:none !important;max-width:460px;margin:0 auto}}.rent-book-card{background:#fff;border:1px solid #eef2f7;border-radius:18px;padding:20px;box-shadow:0 6px 24px rgba(0,0,0,.07);max-width:460px;margin:16px auto}.rent-book-card .rbc-price{font-size:24px;font-weight:900;color:#0f172a;text-align:center;margin-bottom:4px}.rent-book-card .rbc-price small{font-size:13px;font-weight:600;color:#94a3b8}.rent-book-card .rbc-dates{font-size:13px;color:#64748b;text-align:center;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid #f1f5f9}.rent-book-card .rbc-btn{width:100%;padding:15px;border-radius:13px;font-size:16px;font-weight:800}.bk-overlay{position:fixed;inset:0;z-index:11000;background:#fff;display:none;flex-direction:column;direction:rtl;font-family:inherit}.bk-overlay.show{display:flex}.bk-head{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid #eef2f7;flex-shrink:0}.bk-head button{background:none;border:none;font-size:1.6rem;color:#475569;cursor:pointer;line-height:1}.bk-head .ti{font-weight:800;color:#0f172a;font-size:1rem;flex:1}.bk-steps{display:flex;gap:6px;padding:0 16px 12px;flex-shrink:0}.bk-steps span{flex:1;height:4px;border-radius:3px;background:#e2e8f0}.bk-steps span.on{background:#F6921E}.bk-body{flex:1;overflow-y:auto;padding:16px;max-width:520px;width:100%;margin:0 auto;box-sizing:border-box}.bk-foot{display:flex;gap:10px;padding:14px 16px;border-top:1px solid #eef2f7;max-width:520px;width:100%;margin:0 auto;box-sizing:border-box;flex-shrink:0}.bk-btn{flex:1;padding:14px;border:none;border-radius:12px;font-size:1rem;font-weight:800;cursor:pointer;font-family:inherit}.bk-btn.primary{background:#F6921E;color:#fff}.bk-btn.primary:disabled{opacity:.5;cursor:default}.bk-btn.ghost{background:#fff;color:#475569;border:1.5px solid #e2e8f0}.bk-sec-title{font-weight:800;color:#0f172a;margin:0 0 12px;font-size:1.05rem}.bk-cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.bk-cal-head button{width:38px;height:38px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;font-size:1.1rem}.bk-cal-mn{font-weight:800;color:#0f172a}.bk-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.bk-dn{text-align:center;font-size:.7rem;color:#94a3b8;font-weight:700;padding:4px 0}.bk-d{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:.92rem;cursor:pointer;color:#0f172a;font-weight:600;position:relative;border-radius:50%}.bk-d span{position:relative;z-index:2}.bk-d.emp{visibility:hidden}.bk-d.dis{cursor:default}.bk-d.dis span{color:#cbd5e1}.bk-d.booked{cursor:default}.bk-d.booked span{color:#fca5a5;text-decoration:line-through}.bk-d:not(.dis):not(.booked):not(.sel):not(.rs):not(.re):hover{background:#fff4e6}.bk-d.inr{background:#fde8d0;border-radius:0}.bk-d.inr span{color:#9a3412}.bk-d.rs::before,.bk-d.re::before{content:"";position:absolute;top:0;bottom:0;width:50%;background:#fde8d0;z-index:0}.bk-d.rs::before{left:0}.bk-d.re::before{right:0}.bk-d.sel::after,.bk-d.rs::after,.bk-d.re::after{content:"";position:absolute;inset:2px;background:#F6921E;border-radius:50%;z-index:1;box-shadow:0 2px 8px rgba(246,146,30,.4)}.bk-d.sel span,.bk-d.rs span,.bk-d.re span{color:#fff}.bk-ic{width:16px;height:16px;color:#94a3b8;flex-shrink:0;vertical-align:-3px;margin-left:6px}.bk-sum .ln{display:flex;align-items:center;gap:2px;margin:3px 0}@media(min-width:1000px){.bk-body{max-width:860px}.bk-two{display:flex;gap:30px;align-items:flex-start}.bk-two .bk-col-cal{flex:1;min-width:0}.bk-two .bk-col-info{flex:0 0 300px;border-right:1px solid #eef2f7;padding-right:26px}.bk-two .bk-col-info .bk-sec-title{margin-top:0}}.bk-sum{margin-top:14px;background:#f8fafc;border:1px solid #eef2f7;border-radius:12px;padding:12px;font-size:.9rem;color:#334155;line-height:2}.bk-msel{width:100%;box-sizing:border-box;padding:14px;border:1.5px solid #e2e8f0;border-radius:12px;font-size:1rem;font-family:inherit;outline:none;background:#fff}.bk-msel:focus{border-color:#F6921E}.bk-field{margin-bottom:12px}.bk-field label{display:block;font-size:.82rem;font-weight:700;color:#334155;margin-bottom:6px}.bk-field input{width:100%;box-sizing:border-box;padding:13px 14px;border:1.5px solid #e2e8f0;border-radius:12px;font-size:.95rem;font-family:inherit;outline:none}.bk-field input:focus{border-color:#F6921E}.bk-review{background:#f8fafc;border:1px solid #eef2f7;border-radius:14px;padding:16px;font-size:.92rem;color:#334155;line-height:2.2}.bk-review b{color:#0f172a}.bk-review .row{display:flex;justify-content:space-between;gap:10px;border-bottom:1px dashed #e2e8f0;padding:4px 0}.bk-review .total{color:#F6921E;font-weight:800;font-size:1.05rem}

/* ─── stories.js — عارض الستوريات ─── */
#storiesSection{margin:6px 0 2px}.st-title{font-size:18px;font-weight:900;color:#000;padding:2px 16px 8px;direction:rtl;text-align:right}@media(min-width:768px){.st-title{font-size:22px}}.st-bar-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;padding:6px 14px 6px;scrollbar-width:none}.st-bar-wrap::-webkit-scrollbar{display:none}.st-bar{display:flex;gap:14px;direction:rtl;width:max-content}.st-thumb{flex-shrink:0;width:72px;background:none;border:none;padding:0;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px;font-family:inherit}.st-ring{width:66px;height:66px;border-radius:50%;padding:3px;background:linear-gradient(135deg,#F6921E,#E07D0A);display:flex;box-sizing:border-box}.st-thumb.seen .st-ring{background:#d7dee7}.st-ring-in{width:100%;height:100%;border-radius:50%;background:#fff;padding:2.5px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.st-ring-in img{width:100%;height:100%;border-radius:50%;object-fit:cover;background:#f1f5f9}.st-name{font-size:11.5px;color:#0f172a;font-weight:700;max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.stv-ov{position:fixed;inset:0;z-index:9000;background:rgba(0,0,0,.92);display:none;align-items:center;justify-content:center}.stv-ov.show{display:flex}.stv-stage{position:relative;width:100%;height:100%;max-width:460px;background:#000;overflow:hidden;touch-action:none;user-select:none;-webkit-tap-highlight-color:transparent}@media(min-width:600px){.stv-ov{padding:18px}.stv-stage{height:92vh;max-height:900px;border-radius:18px}}.stv-img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#000;-webkit-user-drag:none}.stv-img-b{opacity:0}.stv-scene{position:absolute;inset:0;z-index:3;overflow:hidden;perspective:1000px;-webkit-perspective:1000px}.stv-cube{position:absolute;inset:0;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;will-change:transform}.stv-face{position:absolute;inset:0;overflow:hidden;background:#000;backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform}.stv-face img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#000;-webkit-user-drag:none}.stv-progress{position:absolute;top:10px;left:12px;right:12px;z-index:6;display:flex;gap:4px}.stv-seg{flex:1;height:3px;border-radius:3px;background:rgba(255,255,255,.32);overflow:hidden}.stv-seg>i{display:block;height:100%;width:0;background:#fff;border-radius:3px}.stv-header{position:absolute;top:22px;left:12px;right:12px;z-index:7;display:flex;align-items:center;gap:10px}.stv-logo{width:38px;height:38px;border-radius:50%;background:#fff;padding:3px;object-fit:contain;box-sizing:border-box;flex-shrink:0}.stv-ttl{flex:1;color:#fff;min-width:0;text-shadow:0 1px 6px rgba(0,0,0,.7)}.stv-ttl b{display:block;font-size:14px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stv-ttl small{font-size:12px;font-weight:600;opacity:.9}.stv-x{background:rgba(0,0,0,.4);border:none;color:#fff;width:34px;height:34px;border-radius:50%;font-size:22px;line-height:1;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center}.stv-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:8;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.16);border:none;color:#fff;cursor:pointer;display:none;align-items:center;justify-content:center}.stv-arrow svg{width:22px;height:22px}.stv-arrow.next{left:8px}.stv-arrow.prev{right:8px}@media(min-width:600px) and (hover:hover){.stv-arrow{display:flex}}.stv-cta{position:absolute;bottom:20px;left:16px;right:16px;z-index:7;display:flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:#0f172a;border:none;border-radius:14px;padding:14px;font-weight:800;font-size:15px;cursor:pointer;font-family:inherit;box-shadow:0 6px 20px rgba(0,0,0,.3)}.stv-cta svg{width:18px;height:18px;color:#E07D0A}

/* ─── lightbox.js — مكعّب اللايتبوكس + إيماءاته ─── */
.lbc-scene{position:absolute;inset:0;z-index:8;overflow:hidden;perspective:1200px;-webkit-perspective:1200px}.lbc-cube{position:absolute;inset:0;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;will-change:transform}.lbc-face{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform}.lbc-face img{max-width:92vw;max-height:66vh;object-fit:contain;border-radius:8px;-webkit-user-drag:none}@media(hover:none),(max-width:1023px){#lightbox .lb-nav{display:none!important}#lightbox .lb-img{touch-action:none}#lightbox{-webkit-tap-highlight-color:transparent}}

/* ─── listing-detail.js — صفحة التفاصيل (.gd-*) ─── */
.gd{max-width:1080px;margin:0 auto}.gd-g-main{position:relative}.gd-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.92);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,.18);z-index:3}.gd-arrow svg{width:20px;height:20px;color:#0f172a}.gd-arrow.prev{right:24px}.gd-arrow.next{left:24px}@media(min-width:1024px){.gd-arrow{display:none}}.gd-topbar{display:flex;justify-content:space-between;padding:12px 16px}.gd-ico{width:42px;height:42px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.06)}.gd-ico svg{width:20px;height:20px;color:#475569}.gd-header{padding:14px 16px}.gd-h-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px}.gd-back{flex-shrink:0;width:40px;height:40px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.06);padding:0}.gd-back:active{background:#f1f5f9}.gd-back svg{width:22px;height:22px;color:#0f172a}.gd-h-row .gd-title{flex:1;min-width:0}.gd-h-actions{display:flex;gap:8px;flex-shrink:0}.gd-h-actions .gd-ico{width:42px;height:42px}.gd-h-actions .gd-ico svg{width:20px;height:20px;color:#475569}.fav-btn svg{width:22px;height:22px;fill:none;stroke:#475569;stroke-width:1.8}.fav-btn.on svg{fill:#ef4444;stroke:#ef4444}.card-fav{position:absolute;top:10px;left:10px;z-index:6;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.92);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.15)}.card-fav svg{width:18px;height:18px}.gd-title{font-size:22px;font-weight:900;color:#0f172a;margin:0 0 10px;line-height:1.4}.gd-tags{display:flex;flex-wrap:wrap;gap:8px}.gd-tag{background:#f1f5f9;color:#475569;padding:5px 11px;border-radius:8px;font-size:12px;font-weight:700}.gd-gallery{padding:0 16px;position:relative}.gd-gallery img{width:100%;object-fit:cover;cursor:pointer;display:block}.gd-gallery.one img,.gd-g-main img{height:300px;border-radius:16px}.gd-g-thumbs{display:none}.gd-g-all{position:absolute;bottom:12px;left:28px;background:rgba(0,0,0,.7);color:#fff;border:none;border-radius:10px;padding:8px 14px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit}.gd-body{padding:18px 16px 70px;display:flex;flex-direction:column;gap:22px}.gd-booking{order:-1}.gd-card{background:#fff;border:1px solid #eef2f7;border-radius:18px;padding:20px;box-shadow:0 6px 24px rgba(0,0,0,.08)}.gd-price{font-size:24px;font-weight:900;color:#0f172a;text-align:center}.gd-price small{font-size:13px;color:#94a3b8;font-weight:600}.gd-price.free{font-size:19px;color:#16a34a}.gd-price.agreed{font-size:18px;color:var(--primary,#0D9488)}.gd-rt{display:flex;gap:6px;background:#f1f5f9;border-radius:13px;padding:4px;margin-bottom:14px}.gd-rt-b{flex:1;border:none;background:transparent;padding:10px;border-radius:10px;font-weight:800;font-size:13px;color:#64748b;cursor:pointer;font-family:inherit}.gd-rt-b.act{background:#fff;color:#0f172a;box-shadow:0 1px 5px rgba(0,0,0,.09)}.gd-dates{font-size:13px;color:#64748b;text-align:center;margin:8px 0 16px;padding-bottom:14px;border-bottom:1px solid #f1f5f9}.gd-btn{width:100%;padding:15px;border:none;border-radius:13px;font-size:16px;font-weight:800;cursor:pointer;font-family:inherit;margin-top:10px}.gd-btn.primary{background:#F6921E;color:#fff;margin-top:0}.gd-btn.ghost{background:#fff;color:var(--primary,#0D9488);border:1.5px solid var(--primary,#0D9488)}.gd-sec-t{font-size:17px;font-weight:800;color:#0f172a;margin:0 0 12px}.gd-sec + .gd-sec{margin-top:26px}.gd-video{position:relative;width:100%;aspect-ratio:16/9;border-radius:16px;overflow:hidden;background:#000;box-shadow:0 6px 24px rgba(0,0,0,.14)}.gd-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.gd-vid-fs{position:absolute;top:10px;left:10px;z-index:3;width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.55);color:#fff;border:0;border-radius:10px;cursor:pointer;backdrop-filter:blur(4px);transition:background .2s}.gd-vid-fs:hover{background:rgba(0,0,0,.8)}.gd-vid-fs svg{width:20px;height:20px}.gd-g-main .gd-video{width:100%;aspect-ratio:16/9;height:auto}@media(min-width:1024px){.gd-g-main .gd-video{border-radius:18px}}@media(max-width:1023px){.gd-gallery.has-vid .gd-g-thumbs{display:flex;gap:8px;overflow-x:auto;margin-top:10px;padding-bottom:4px;-webkit-overflow-scrolling:touch}.gd-gallery.has-vid .gd-g-thumbs img{width:88px;height:62px;border-radius:10px;flex-shrink:0;object-fit:cover}.gd-gallery.has-vid .gd-g-all{display:none}}.gd-desc{font-size:15.5px;color:#374151;line-height:2.1;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;background:#f8fafc;border:1px solid #eef2f7;border-radius:14px;padding:18px;min-height:110px}.gd-main{overflow:hidden}.gd-title{overflow-wrap:anywhere}.det-desc,.l-desc,.l-title{overflow-wrap:anywhere;word-break:break-word}@media(min-width:1024px){.gd-gallery.grid{display:flex;gap:10px;height:440px;padding:0}.gd-gallery.grid.has-vid{height:auto;align-items:stretch}.gd-g-main{flex:2}.gd-g-main img{height:440px;border-radius:18px}.gd-g-thumbs{display:grid;flex:1;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:10px}.gd-g-thumbs img{height:100%;border-radius:14px}.gd-gallery{padding:0}.gd-body{flex-direction:row;align-items:flex-start;gap:30px;padding:24px 0 60px}.gd-main{flex:1;order:1;min-width:0}.gd-booking{flex:0 0 340px;order:2;position:sticky;top:80px;margin-top:56px}}

/* ─── download-app.js — لافتة/نافذة تحميل التطبيق ─── */
.dla-banner{position:fixed;left:12px;right:12px;bottom:12px;z-index:6000;background:#fff;border:1px solid #eef2f7;border-radius:18px;box-shadow:0 14px 44px rgba(15,23,42,.2);padding:11px 13px;display:flex;align-items:center;gap:12px;direction:rtl;transform:translateY(160%);transition:transform .45s cubic-bezier(.22,1,.36,1);max-width:500px;margin:0 auto}.dla-banner.show{transform:translateY(0)}.dla-banner img{width:46px;height:46px;border-radius:12px;flex-shrink:0}.dla-bx{flex:1;min-width:0}.dla-bt{font-weight:800;color:#0f172a;font-size:13.5px}.dla-bs{font-size:11.5px;color:#64748b;margin-top:1px}.dla-bcta{border:none;cursor:pointer;font-family:inherit;font-weight:800;font-size:13px;color:#fff;background:linear-gradient(135deg,#F6921E,#E07D0A);padding:9px 15px;border-radius:11px;flex-shrink:0}.dla-bxc{border:none;background:none;cursor:pointer;color:#94a3b8;font-size:21px;line-height:1;padding:2px 4px;flex-shrink:0}.dla-ov{position:fixed;inset:0;z-index:6001;background:rgba(15,23,42,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:none;align-items:flex-end;justify-content:center;direction:rtl}.dla-ov.show{display:flex}@media(min-width:600px){.dla-ov{align-items:center}}.dla-card{position:relative;background:#fff;width:100%;max-width:420px;border-radius:24px 24px 0 0;padding:24px 20px 22px;box-shadow:0 -10px 50px rgba(0,0,0,.25);transform:translateY(100%);transition:transform .42s cubic-bezier(.22,1,.36,1);max-height:92vh;overflow-y:auto}@media(min-width:600px){.dla-card{border-radius:24px;transform:scale(.94);opacity:0;transition:transform .28s ease,opacity .28s ease}.dla-ov.show .dla-card{transform:scale(1);opacity:1}}.dla-ov.show .dla-card{transform:translateY(0)}.dla-x{position:absolute;top:15px;left:15px;width:33px;height:33px;border-radius:50%;border:none;background:#f1f5f9;color:#475569;cursor:pointer;font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center}.dla-bk{position:absolute;top:15px;right:15px;width:33px;height:33px;border-radius:50%;border:none;background:#f1f5f9;color:#475569;cursor:pointer;display:none;align-items:center;justify-content:center}.dla-bk svg{width:18px;height:18px}.dla-head{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;margin:6px 0 4px}.dla-ico{width:78px;height:78px;border-radius:19px;box-shadow:0 8px 24px rgba(230,120,10,.26)}.dla-title{font-weight:900;font-size:20px;color:#0f172a;margin:2px 0 0}.dla-sub{font-size:13.5px;color:#64748b;line-height:1.6;max-width:310px}.dla-feats{display:flex;justify-content:center;gap:16px;margin:16px 0 18px;flex-wrap:wrap}.dla-feat{display:flex;flex-direction:column;align-items:center;gap:5px;color:#64748b;font-size:11px;font-weight:700}.dla-feat-i{width:34px;height:34px;border-radius:11px;background:#fff7ed;color:#E07D0A;display:flex;align-items:center;justify-content:center}.dla-feat-i svg{width:18px;height:18px}.dla-choose{display:flex;flex-direction:column;gap:11px;margin-top:4px}.dla-opt{display:flex;align-items:center;gap:13px;width:100%;border:1.5px solid #eef2f7;background:#fff;cursor:pointer;font-family:inherit;padding:15px;border-radius:15px;transition:border-color .15s,background .15s}.dla-opt:hover{border-color:#F6921E;background:#fffdfa}.dla-opt-i{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dla-opt-i svg{width:26px;height:26px}.dla-opt.and .dla-opt-i{background:#e8f5e9;color:#3ddc84}.dla-opt.ios .dla-opt-i{background:#f1f5f9;color:#0f172a}.dla-opt.win .dla-opt-i{background:#e7f2fd;color:#0078D4}.dla-opt.mac .dla-opt-i{background:#f1f5f9;color:#0f172a}.dla-opt-b{flex:1;text-align:start}.dla-opt-t{font-weight:800;color:#0f172a;font-size:15.5px}.dla-opt-s{font-size:12px;color:#94a3b8;margin-top:6px}.dla-opt-c{color:#cbd5e1;flex-shrink:0}.dla-opt-c svg{width:20px;height:20px}.dla-dl{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;border:none;cursor:pointer;font-family:inherit;font-weight:800;font-size:16px;color:#fff;background:linear-gradient(135deg,#F6921E,#E07D0A);padding:16px;border-radius:15px;text-decoration:none;box-shadow:0 8px 22px rgba(230,120,10,.34)}.dla-dl svg{width:21px;height:21px}.dla-steps{display:flex;flex-direction:column;gap:11px;margin:6px 0}.dla-step{display:flex;align-items:center;gap:12px;background:#f8fafc;border:1px solid #eef2f7;border-radius:14px;padding:12px 13px}.dla-step-n{width:27px;height:27px;border-radius:50%;background:linear-gradient(135deg,#F6921E,#E07D0A);color:#fff;font-weight:800;font-size:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dla-step-t{flex:1;font-weight:700;color:#0f172a;font-size:13.5px;line-height:1.5}.dla-step-i{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#E07D0A}.dla-step-i svg{width:24px;height:24px}.dla-note{margin-top:13px;font-size:12px;color:#94a3b8;text-align:center;line-height:1.6}.dla-menucard{display:flex;align-items:center;gap:11px;box-sizing:border-box;width:calc(100% - 28px);align-self:stretch;border:none;cursor:pointer;font-family:inherit;background:linear-gradient(135deg,#F6921E,#E07D0A);border-radius:15px;padding:14px;margin:0 14px 16px;box-shadow:0 5px 16px rgba(230,120,10,.32)}.dla-mc-logo{width:44px;height:44px;border-radius:12px;background:#fff;padding:4px;flex-shrink:0;object-fit:contain;box-sizing:border-box}.dla-mc-tx{flex:1;display:flex;flex-direction:column;text-align:start;min-width:0}.dla-mc-t{display:block;font-weight:800;color:#fff;font-size:15px;line-height:1.3}.dla-mc-s{font-size:11px;color:rgba(255,255,255,.92);margin-top:3px}.dla-mc-ic{color:#fff;flex-shrink:0;opacity:.95}.dla-mc-ic svg{width:22px;height:22px}

/* ─── ux.js — تحسينات UX عامة ─── */
@keyframes pageIn{from{opacity:0}to{opacity:1}}.page.act{animation:pageIn .3s ease}@media(prefers-reduced-motion:reduce){.page.act{animation:none}}
