.agegate { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; background: rgba(10,15,26,0.97); display: flex; align-items: center; justify-content: center; padding: 24px; }
.agegate.hidden { display: none; }
.agegate .agegate-card { background: #1a2332; border-radius: 12px; padding: 48px 32px; max-width: 480px; width: 100%; text-align: center; outline: 1px solid rgba(148,163,184,0.08); }
.agegate .agegate-logo { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 800; font-size: 20px; color: #00e5ff; text-transform: uppercase; letter-spacing: -0.5px; margin-bottom: 24px; }
.agegate .agegate-icon { margin-bottom: 24px; width: 48px; height: 48px; margin-left: auto; margin-right: auto; border: 2px solid #00e5ff; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.agegate .agegate-icon::after { content: "24+"; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-weight: 800; font-size: 16px; color: #00e5ff; }
.agegate .agegate-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; color: #94a3b8; line-height: 1.6; margin-bottom: 32px; }
.agegate .agegate-text a { color: #7dd8e8; text-decoration: underline; }
.agegate .agegate-accept { display: inline-block; padding: 16px 48px; background: #34d399; color: #0a0f1a; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: 1.5px; border-radius: 8px; cursor: pointer; box-shadow: 0 0 24px rgba(52,211,153,0.3); transition: transform 150ms ease; border: none; }
.agegate .agegate-accept:hover { transform: scale(1.02); }
.agegate .agegate-accept:active { transform: scale(0.97); }
