:root{--agegate-blue:#0d47a1;--agegate-card:#0f4db0;--agegate-text:#ffffff;--agegate-muted:rgba(255,255,255,.7);--agegate-focus:#ffeb3b}
#agegate-overlay{position:fixed;inset:0;background:var(--agegate-blue);z-index:2147483647;display:none;align-items:center;justify-content:center;overflow:hidden}
#agegate-overlay[aria-hidden="false"]{display:flex}
html.agegate-lock,body.agegate-lock{overflow:hidden!important}
.agegate-dialog{width:min(92vw,560px);border-radius:20px;background:var(--agegate-card);color:var(--agegate-text);box-shadow:0 20px 60px rgba(0,0,0,.35);padding:28px 24px;display:grid;gap:18px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif}
.agegate-header{display:grid;gap:8px;text-align:center}
.agegate-title{font-size:1.5rem;font-weight:700;letter-spacing:.2px}
.agegate-subtitle{font-size:.95rem;color:var(--agegate-muted)}
.agegate-logo{display:flex;justify-content:center}
.agegate-logo img{max-height:52px;width:auto;filter:drop-shadow(0 6px 14px rgba(0,0,0,.25))}
.agegate-body{display:grid;gap:14px}
.agegate-dob{display:none;grid-template-columns:1fr 1fr 1fr;gap:10px}
.agegate-dob select,.agegate-dob input[type=number]{appearance:none;width:100%;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff;border-radius:12px;padding:10px 12px;font-size:.95rem;outline:none}
.agegate-dob select:focus,.agegate-dob input[type=number]:focus{box-shadow:0 0 0 3px var(--agegate-focus)}
.agegate-error{display:none;font-size:.9rem;color:#ffe082}
.agegate-actions{display:grid;gap:10px;grid-template-columns:1fr 1fr}
.agegate-actions button{border:none;cursor:pointer;padding:12px 16px;border-radius:12px;font-weight:700;background:rgba(255,255,255,.12);color:#fff;transition:transform .06s ease,background .2s ease}
.agegate-actions button:focus{outline:none;box-shadow:0 0 0 3px var(--agegate-focus)}
.agegate-actions button:active{transform:translateY(1px)}
.agegate-actions .agegate-yes{background:#fff;color:#0d47a1}
.agegate-actions .agegate-no{background:rgba(255,255,255,.12)}
.agegate-footer{text-align:center;font-size:.8rem;color:var(--agegate-muted)}
.agegate-denied{display:none;text-align:center}
.agegate-denied h2{margin:0 0 8px;font-size:1.3rem}
.agegate-denied p{margin:0;color:var(--agegate-muted)}
html.agegate-hide body>*:not(#agegate-overlay){visibility:hidden!important}


.agegate-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif}
.agegate-spinner{width:56px;height:56px;border:4px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:agegate-spin 1s linear infinite;margin-bottom:12px}
@keyframes agegate-spin{to{transform:rotate(360deg)}}
.agegate-loading-text{opacity:.9}
