
    .mw-overlay{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(8,16,48,.55);backdrop-filter:blur(3px);overflow-y:auto;}
    .mw-card{position:relative;width:100%;max-width:404px;margin:auto;background:#fff;border-radius:22px;padding:30px 24px 24px;text-align:center;box-shadow:0 30px 70px rgba(8,20,80,.4);}
    [data-theme="dark"] .mw-card{background:#131826;}
    .mw-close{position:absolute;top:11px;right:14px;background:none;border:none;font-size:25px;color:#94a3b8;cursor:pointer;line-height:1;}
    .mw-emoji{font-size:40px;line-height:1;}
    .mw-title{font-size:21px;font-weight:900;color:#0f172a;margin:7px 0 6px;letter-spacing:-.02em;}
    [data-theme="dark"] .mw-title{color:#e6edf3;}
    .mw-sub{font-size:13.5px;color:#64748b;margin:0 0 18px;line-height:1.55;}
    [data-theme="dark"] .mw-sub{color:#94a3b8;}
    .mw-feats{display:flex;flex-direction:column;gap:8px;text-align:left;margin-bottom:14px;}
    .mw-feat{display:flex;gap:11px;align-items:center;padding:11px 13px;border-radius:13px;background:#f6f9ff;border:1px solid #e6eeff;}
    [data-theme="dark"] .mw-feat{background:#0f1726;border-color:#1e2a44;}
    .mw-feat>span{font-size:22px;flex-shrink:0;}
    .mw-feat b{font-size:13.5px;color:#0f172a;display:block;}
    [data-theme="dark"] .mw-feat b{color:#e6edf3;}
    .mw-feat small{font-size:11.5px;color:#64748b;}
    [data-theme="dark"] .mw-feat small{color:#94a3b8;}
    .mw-ref{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fbbf24;border-radius:13px;padding:12px 14px;font-size:13px;color:#92400e;font-weight:700;margin-bottom:16px;line-height:1.5;}
    [data-theme="dark"] .mw-ref{background:linear-gradient(135deg,rgba(245,158,11,.18),rgba(249,115,22,.12));border-color:rgba(245,158,11,.4);color:#fcd34d;}
    .mw-ref small{font-weight:600;font-size:11px;}
    .mw-btn{width:100%;background:linear-gradient(135deg,#1a3de8,#4f6df0);color:#fff;border:none;border-radius:13px;font-weight:800;font-size:15px;padding:14px;cursor:pointer;font-family:inherit;}
    .mw-btn:active{transform:scale(.98);}
  