/* Access Restricted panel. Only the gate builds (adsense / weego / weego-any)
   ship this file — every other target replaces the ADS-HEAD region and the
   panel markup with nothing, so the CSS would be dead weight.
   Kept out of src/style.css for exactly that reason. See DOCS/Build Export.md. */
.fbx-restricted{position:fixed;inset:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(20,18,20,.94);font-family:system-ui,sans-serif}
.fbx-restricted[hidden]{display:none!important}
.fbx-restricted__card{max-width:360px;width:100%;padding:24px 20px;border-radius:16px;background:#2a262b;color:#f4f1f4;text-align:center}
.fbx-restricted__card h2{margin:0 0 12px}
.fbx-restricted__muted{font-size:13px;line-height:1.6;color:#b9b2ba}
.fbx-restricted__host{padding:9px 12px;border-radius:10px;background:rgba(0,0,0,.28);font-weight:700;word-break:break-all}
.fbx-restricted__host small{display:block;color:#b9b2ba;letter-spacing:.07em}
.fbx-restricted__mail{display:block;padding:12px;border-radius:12px;background:#ffb238;color:#1c1a1d;font-weight:700;text-decoration:none;word-break:break-all}
