#z24-consent[hidden], #z24-consent [hidden] { display: none !important; }
#z24-consent { position: fixed; z-index: 20000; bottom: 16px; left: 16px; right: 16px; margin: auto; max-width: 820px; max-height: 80vh; overflow: auto; box-sizing: border-box; padding: 24px; border: 1px solid #7fff00; border-radius: 16px; background: #0c110e; color: #f4f6f2; box-shadow: 0 12px 60px #000a; font: 16px/1.55 system-ui, sans-serif; }
#z24-consent h2 { margin: 0 0 12px; color: #f4f6f2; font: 600 22px/1.3 system-ui, sans-serif; letter-spacing: normal; }
#z24-consent p { margin: 10px 0; color: #e0e6e1; font: inherit; }
#z24-consent a { color: #a2ff4e; text-decoration: underline; }
.z24-consent-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
#z24-consent button { flex: 1 1 180px; padding: 12px 16px; min-height: 48px; border: 1px solid #7fff00; border-radius: 8px; color: #f4f6f2; background: #18221b; font: 600 16px/1.4 system-ui, sans-serif; cursor: pointer; }
#z24-consent button:hover { background: #26362a; }
#z24-consent :focus-visible, [data-z24-settings]:focus-visible { outline: 3px solid #a2ff4e; outline-offset: 3px; }
[data-z24-settings] { color: inherit; font: inherit; background: transparent; border: 0; padding: 0; text-decoration: underline; cursor: pointer; }
@media (max-width: 480px) { #z24-consent { left: 8px; right: 8px; bottom: 8px; padding: 18px; } .z24-consent-actions { gap: 8px; } }
