/* PWA install / notification UI V15 */
.pwa-v15-sheet{position:fixed;z-index:10050;right:16px;bottom:16px;width:min(430px,calc(100vw - 32px));display:grid;grid-template-columns:64px 1fr;gap:13px;align-items:start;padding:16px;background:rgba(255,255,255,.97);border:1px solid #dfe8ec;border-radius:22px;box-shadow:0 24px 70px rgba(12,38,64,.20);backdrop-filter:blur(18px);transform:translateY(24px);opacity:0;pointer-events:none;transition:.28s cubic-bezier(.22,1,.36,1);font-family:Tahoma,Arial,sans-serif;direction:rtl}.pwa-v15-sheet.is-visible{transform:none;opacity:1;pointer-events:auto}.pwa-v15-sheet.is-academy{background:linear-gradient(145deg,#fffdf8,#fbf4e7);border-color:#dbc89f;box-shadow:0 24px 70px rgba(13,39,69,.24)}.pwa-v15-sheet-icon{width:62px;height:62px;border-radius:18px;overflow:hidden;background:#f1f7f7;display:grid;place-items:center;border:1px solid #dce9e9}.pwa-v15-sheet.is-academy .pwa-v15-sheet-icon{background:#102f50;border-color:#c8aa68}.pwa-v15-sheet-icon img{width:100%;height:100%;object-fit:cover}.pwa-v15-sheet-copy{min-width:0}.pwa-v15-eyebrow{display:inline-flex;font-size:10px;font-weight:900;letter-spacing:.4px;color:#0b8b84;margin-bottom:4px}.pwa-v15-sheet.is-academy .pwa-v15-eyebrow{color:#9a762d}.pwa-v15-sheet-copy>b{display:block;font-size:15px;line-height:1.55;color:#153852}.pwa-v15-sheet.is-academy .pwa-v15-sheet-copy>b{color:#102f50}.pwa-v15-sheet-copy>p{font-size:11.5px;line-height:1.8;color:#6b7d8c;margin:4px 0 10px}.pwa-v15-sheet-actions{display:flex;gap:7px;flex-wrap:wrap}.pwa-v15-sheet-actions button{border:0;border-radius:10px;padding:9px 12px;font:inherit;font-size:11px;font-weight:900;cursor:pointer;background:#eef3f5;color:#466073}.pwa-v15-sheet-actions .is-primary{background:#0b8f8b;color:#fff}.pwa-v15-sheet.is-academy .pwa-v15-sheet-actions .is-primary{background:#102f50;color:#f5df9e}.pwa-v15-sheet-actions .is-notify{background:#e9f6f3;color:#087a73}.pwa-v15-sheet.is-academy .pwa-v15-sheet-actions .is-notify{background:#f3e8c8;color:#70531c}.pwa-v15-sheet-actions .is-later{background:transparent;border:1px solid #dce4e8}.pwa-v15-close{position:absolute;left:8px;top:7px;border:0;background:transparent;color:#758896;font-size:20px;cursor:pointer}.pwa-v15-ios-help{grid-template-columns:58px 1fr}.pwa-v15-toast{position:fixed;z-index:10080;left:50%;bottom:24px;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:#163b52;color:#fff;border-radius:12px;padding:11px 15px;font:700 12px/1.6 Tahoma,Arial,sans-serif;box-shadow:0 12px 30px rgba(0,0,0,.18);transition:.22s}.pwa-v15-toast.is-visible{transform:translate(-50%,0);opacity:1}.pwa-v15-toast.is-error{background:#8b352f}
@media(max-width:560px){.pwa-v15-sheet{right:10px;bottom:10px;width:calc(100vw - 20px);grid-template-columns:52px 1fr;padding:13px;border-radius:18px}.pwa-v15-sheet-icon{width:50px;height:50px;border-radius:14px}.pwa-v15-sheet-copy>b{font-size:14px}.pwa-v15-sheet-copy>p{font-size:11px}.pwa-v15-sheet-actions button{padding:9px 10px}}
.pwa-v15-launcher{width:39px;height:39px;display:grid;place-items:center;border-radius:11px;border:1px solid #d8e6e8;background:#f7fbfb;color:#0a817c;cursor:pointer;transition:.2s ease}.pwa-v15-launcher:hover{transform:translateY(-2px);border-color:#a9d7d4;background:#edf8f6}.medpublish-public .pwa-v15-launcher{background:rgba(255,255,255,.06);color:#e2c274;border-color:rgba(226,194,116,.35);border-radius:8px}.medpublish-public .pwa-v15-launcher:hover{background:rgba(226,194,116,.12);border-color:#e2c274}
@media(max-width:760px){.pwa-v15-launcher{width:38px;height:38px}}
/* V16 visual alignment */
.pwa-v15-launcher{position:relative}
.pwa-v16-dot{position:absolute;width:7px;height:7px;border-radius:50%;background:#0b9b96;border:2px solid #fff;top:6px;right:6px;box-sizing:content-box}
.pwa-v15-sheet.is-research{border-radius:18px;border-color:#dbe9e9;box-shadow:0 20px 55px rgba(16,55,75,.18)}
.pwa-v15-sheet.is-research .pwa-v15-sheet-actions .is-primary{background:#0b9b96}
.pwa-v15-sheet.is-research .pwa-v15-sheet-actions .is-notify{background:#e8f7f5;color:#087b78}
