.at-consent[hidden], .at-consent__choices[hidden], .at-consent__actions [hidden] { display: none !important; }
.at-consent { position: fixed; z-index: 99999; inset: 0; display: flex; align-items: end; justify-content: center; padding: 20px; background: rgba(8, 20, 31, .58); backdrop-filter: blur(4px); }
.at-consent__panel { width: min(100%, 720px); max-height: min(88vh, 760px); overflow-y: auto; padding: 26px; color: #17212b; background: #fff; border: 1px solid #d8dde2; border-radius: 18px; box-shadow: 0 28px 80px rgba(0,0,0,.28); direction: rtl; }
.at-consent__eyebrow { margin: 0 0 4px; color: #9b5b31; font-size: .78rem; font-weight: 800; }
.at-consent h2 { margin: 0; color: #0f2940; font-size: clamp(1.35rem, 4vw, 1.9rem); line-height: 1.2; }
.at-consent p { margin: 12px 0 0; line-height: 1.6; }
.at-consent__choices { margin-block-start: 18px; border-block: 1px solid #e1e4e8; }
.at-consent__choices label { display: flex; align-items: start; gap: 12px; padding: 14px 2px; }
.at-consent__choices label + label { border-block-start: 1px solid #edf0f2; }
.at-consent__choices input { width: 20px; height: 20px; margin-block-start: 3px; accent-color: #183b5b; }
.at-consent__choices strong, .at-consent__choices small { display: block; }
.at-consent__choices small { margin-block-start: 3px; color: #5d6875; }
.at-consent__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-block-start: 20px; }
.at-consent__actions button { min-height: 44px; padding: 9px 16px; color: #fff; background: #183b5b; border: 1px solid #183b5b; border-radius: 9px; font-weight: 800; cursor: pointer; }
.at-consent__actions button:hover { background: #0f2940; }
.at-consent__actions .at-consent__secondary { color: #183b5b; background: #fff; }
.at-consent__links { font-size: .82rem; }
.at-consent-open { overflow: hidden; }
@media (max-width: 560px) { .at-consent { padding: 10px; } .at-consent__panel { padding: 20px; border-radius: 14px; } .at-consent__actions { flex-direction: column; } .at-consent__actions button { width: 100%; } }
