#site-popup-mask{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:9999;display:flex;align-items:center;justify-content:center}
#site-popup-box{background:#fff;color:#111;max-width:680px;width:90vw;box-shadow:0 6px 24px rgba(0,0,0,.2);padding:20px 20px 16px;border-radius:0;line-height:1.7}
#site-popup-close{appearance:none;border:0;background:#111;color:#fff;padding:8px 12px;font-size:14px;cursor:pointer;margin-left:auto;display:block}
#site-popup-content{margin-top:12px;max-height:70vh;overflow:auto}
#site-popup-actions{display:flex;align-items:center;gap:8px;margin-bottom:12px}
@media (prefers-color-scheme: dark){#site-popup-box{background:#1a1a1a;color:#e5e5e5}#site-popup-close{background:#e5e5e5;color:#111}}
