.edu-pwa-install{position:fixed;inset:0;z-index:5000;display:grid;place-items:center;padding:1rem;background:rgba(2,12,28,.72);backdrop-filter:blur(8px)}
.edu-pwa-install[hidden]{display:none}
.edu-pwa-card{width:min(520px,100%);border:1px solid rgba(232,160,32,.45);border-radius:26px;padding:1.35rem;background:linear-gradient(145deg,#071426,#0d2b50);color:#fff;box-shadow:0 28px 80px rgba(0,0,0,.42);font-family:'Vazirmatn','DM Sans',sans-serif}
.edu-pwa-head{display:flex;align-items:flex-start;gap:1rem}
.edu-pwa-logo{width:82px;height:82px;flex:0 0 72px;border-radius:20px;padding:.35rem;object-fit:contain;box-shadow:0 12px 30px rgba(0,0,0,.25)}
.edu-pwa-copy{min-width:0;flex:1}
.edu-pwa-title{font-size:1.3rem;font-weight:900;margin:.1rem 0 .35rem}
.edu-pwa-text{color:#c7d7ed;line-height:1.75;font-size:.93rem;margin:0}
.edu-pwa-close{border:0;background:rgba(255,255,255,.08);color:#fff;width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-size:1.2rem}
.edu-pwa-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;margin:1.1rem 0}
.edu-pwa-benefit{border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:.75rem .55rem;text-align:center;background:rgba(255,255,255,.05);font-size:.78rem;color:#dbeafe}
.edu-pwa-benefit i{display:block;color:#e8a020;font-size:1.25rem;margin-bottom:.3rem}
.edu-pwa-ios-steps{margin:1rem 0 0;padding:.8rem 1rem;border-radius:14px;background:rgba(255,255,255,.07);color:#dbeafe;line-height:1.8;font-size:.9rem}
.edu-pwa-actions{display:flex;justify-content:flex-end;gap:.7rem;margin-top:1.1rem}
.edu-pwa-btn{border:1px solid rgba(255,255,255,.22);border-radius:12px;padding:.7rem 1.15rem;font-weight:850;cursor:pointer}
.edu-pwa-btn-secondary{background:transparent;color:#fff}
.edu-pwa-btn-primary{background:#e8a020;border-color:#e8a020;color:#071426}
.edu-pwa-btn-primary:hover{background:#f4b43f}
.admin-pwa-bell{position:relative}
.admin-pwa-bell .admin-pwa-badge{position:absolute;top:-7px;left:-7px;right:auto;min-width:20px;height:20px;border-radius:999px;padding:0 5px;display:grid;place-items:center;background:#dc2626;color:#fff;border:2px solid var(--topbar);font-size:.67rem;font-weight:900}
.admin-pwa-bell .admin-pwa-badge[hidden]{display:none}
.admin-pwa-panel{min-width:min(360px,calc(100vw - 2rem))!important;max-width:none!important;padding:.7rem!important}
.admin-pwa-panel-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin:0 -.7rem .45rem;padding:.45rem 1.1rem .75rem;border-bottom:1px solid var(--border);font-weight:900}
.admin-pwa-items{display:grid;gap:.3rem;max-height:280px;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--accent) transparent}
.admin-pwa-items::-webkit-scrollbar{width:5px}
.admin-pwa-items::-webkit-scrollbar-track{background:transparent}
.admin-pwa-items::-webkit-scrollbar-thumb{background:var(--accent);border-radius:999px}
.admin-pwa-item{display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.55rem .65rem;border-radius:10px;color:var(--text);text-decoration:none}
.admin-pwa-item:hover{background:rgba(29,126,216,.1);color:var(--text)}
.admin-pwa-count{min-width:26px;height:22px;padding:0 .4rem;border-radius:999px;display:grid;place-items:center;background:var(--accent);color:#071426;font-size:.74rem;font-weight:900}
.admin-pwa-enable{width:100%;margin-top:.65rem;justify-content:center}
@media(max-width:575.98px){
  .edu-pwa-card{padding:1rem;border-radius:20px}
  .edu-pwa-logo{width:58px;height:58px;flex-basis:58px}
  .edu-pwa-benefits{grid-template-columns:1fr}
  .edu-pwa-benefit{display:flex;align-items:center;gap:.65rem;text-align:start}
  .edu-pwa-benefit i{margin:0}
  .edu-pwa-actions{flex-direction:column-reverse}
  .edu-pwa-btn{width:100%}
}
