:root{--eshraq-install-green:#0b6b5e;--eshraq-install-light:#12917e;--eshraq-install-gold:#e1bd54;--eshraq-install-bg:#fbfaf5}
.eshraq-install-launcher{position:fixed;left:20px;bottom:20px;top:auto;z-index:2147482500;width:min(92vw,386px);padding:16px 18px 14px;display:block;direction:rtl;font-family:inherit;background:#fffaf0;border:1px solid rgba(205,167,75,.52);border-radius:22px;box-shadow:0 18px 46px rgba(9,61,52,.16);transform:translateY(18px);opacity:0;transition:transform .18s ease,opacity .18s ease}
.eshraq-install-launcher.is-visible{transform:translateY(0);opacity:1}
.eshraq-install-popup-head{display:flex;align-items:center;gap:12px;padding-inline-start:30px}
.eshraq-install-popup-head img{width:58px;height:58px;flex:0 0 58px;border-radius:16px;object-fit:cover;border:1px solid #eadcb9;background:#fff;box-shadow:0 4px 12px rgba(61,91,77,.09)}
.eshraq-install-popup-head small,.eshraq-install-popup-head b{display:block}.eshraq-install-popup-head small{font-size:.78rem;color:#0b6b5e;font-weight:850;margin-bottom:3px}.eshraq-install-popup-head b{font-size:1.02rem;color:#103d35;line-height:1.5}
.eshraq-install-popup-copy{margin:14px 0 16px;color:#66736d;line-height:1.85;font-size:.86rem}
.eshraq-install-primary-action{width:100%;min-height:49px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--eshraq-install-green),var(--eshraq-install-light));color:#fff;padding:0 14px;display:flex;align-items:center;justify-content:center;gap:9px;font-weight:900;font-size:.96rem;cursor:pointer;box-shadow:0 8px 20px rgba(11,107,94,.18)}
.eshraq-install-launcher-icon{display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:rgba(255,255,255,.14);color:#fff;font-size:.95rem;font-weight:900}
.eshraq-install-popup-note{display:block;margin-top:12px;color:#7b827e;font-size:.73rem;line-height:1.6;text-align:center}
.eshraq-install-dismiss{position:absolute;top:10px;left:10px;width:34px;height:34px;border:1px solid #e1d7bc;background:#fff;color:#0b6b5e;border-radius:10px;font-size:1.12rem;line-height:1;cursor:pointer;display:grid;place-items:center}
.eshraq-install-overlay[hidden]{display:none!important}.eshraq-install-overlay{position:fixed;inset:0;z-index:2147483100;background:rgba(9,39,34,.48);display:grid;place-items:center;padding:18px;direction:rtl}
.eshraq-install-dialog{position:relative;width:min(92vw,470px);background:#fffdf8;border:1px solid #dce9e3;border-radius:24px;padding:26px 24px;text-align:center;box-shadow:0 28px 70px rgba(4,55,46,.24)}
.eshraq-install-dialog>img{width:86px;height:86px;border-radius:22px;object-fit:cover}.eshraq-install-dialog h2{margin:8px 0 10px;color:#0b5f50}.eshraq-install-dialog p{color:#53645d;line-height:1.9}.eshraq-install-dialog-close{position:absolute;top:12px;left:12px;width:34px;height:34px;border:0;border-radius:50%;background:#eef5f1;color:#345b52;font-size:1.2rem;cursor:pointer}.eshraq-install-open-link{display:inline-flex;margin-top:8px;color:#0b6b5e;font-weight:850;text-decoration:none}
.eshraq-install-page{margin:0;min-height:100dvh;background:linear-gradient(145deg,#fbfaf5,#eff7f3);font-family:system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif;color:#143d35;display:grid;place-items:center;padding:24px;direction:rtl}
.eshraq-install-page-shell{width:min(100%,560px);background:#fff;border:1px solid #dce7e2;border-radius:30px;padding:34px 30px;text-align:center;box-shadow:0 22px 60px rgba(24,71,59,.12)}
.eshraq-install-page-logo{width:124px;height:124px;border-radius:28px;object-fit:cover}.eshraq-install-page h1{margin:8px 0;color:#0b5f50;font-size:clamp(1.7rem,5vw,2.25rem)}.eshraq-install-page-lead{color:#61726b;line-height:1.9;margin:0 auto 20px;max-width:450px}
.eshraq-install-primary{width:100%;min-height:54px;border:0;border-radius:16px;background:linear-gradient(135deg,var(--eshraq-install-green),var(--eshraq-install-light));color:#fff;font-size:1.02rem;font-weight:900;cursor:pointer;box-shadow:0 10px 24px rgba(11,107,94,.2)}
#eshraqInstallStatus{min-height:48px;margin:14px 0 0;padding:10px 12px;border-radius:14px;background:#f3f8f5;color:#4d655d;line-height:1.7}
.eshraq-install-page-back{display:inline-block;margin-top:18px;color:#0b6b5e;font-weight:800;text-decoration:none}.eshraq-install-page-points{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}.eshraq-install-page-points span{padding:12px 8px;border-radius:14px;background:#fbf8ed;color:#6b5a24;font-size:.82rem;font-weight:800}
@media(max-width:640px){.eshraq-install-launcher{top:calc(env(safe-area-inset-top,0px) + 8px);bottom:auto;left:50%;width:calc(100vw - 20px);padding:13px 14px 12px;border-radius:18px;transform:translate(-50%,-14px)}.eshraq-install-launcher.is-visible{transform:translate(-50%,0)}.eshraq-install-popup-head img{width:48px;height:48px;flex-basis:48px;border-radius:14px}.eshraq-install-popup-head b{font-size:.92rem}.eshraq-install-popup-copy{font-size:.79rem;margin:10px 0 12px;line-height:1.7}.eshraq-install-primary-action{min-height:45px}.eshraq-install-popup-note{font-size:.69rem}.eshraq-install-dismiss{top:8px;left:8px;width:30px;height:30px}.eshraq-install-page{padding:14px}.eshraq-install-page-shell{padding:28px 20px;border-radius:24px}}
@media(max-width:480px){.eshraq-install-page-points{grid-template-columns:1fr}}
