.cookie-consent{position:fixed;inset:0;z-index:100000;display:flex;align-items:flex-end;justify-content:center;padding:20px;background:rgba(2,5,16,.58);backdrop-filter:blur(8px)}
.cookie-consent[hidden]{display:none!important}
.cookie-consent-card{width:min(100%,840px);padding:24px;background:#0d1329;border:1px solid rgba(0,210,255,.2);border-radius:22px;box-shadow:0 24px 80px rgba(0,0,0,.55)}
.cookie-consent-intro{display:grid;grid-template-columns:52px minmax(0,1fr);gap:16px}
.cookie-consent-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;color:#00d2ff;background:rgba(0,210,255,.09);border-radius:14px}
.cookie-consent-icon svg{width:26px!important;height:26px!important;max-width:26px!important;max-height:26px!important}
.cookie-consent h2{margin:0 0 8px;color:#fff;font-size:1.25rem}
.cookie-consent p{margin:0;color:#aab4c8;font-size:.88rem;line-height:1.65}
.cookie-consent-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px}
.cookie-consent-details[hidden]{display:none!important}
.cookie-choice{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.07);border-radius:12px;cursor:pointer}
.cookie-choice strong,.cookie-choice small{display:block}.cookie-choice strong{color:#fff;font-size:.88rem}.cookie-choice small{margin-top:4px;color:#8994aa;font-size:.72rem;line-height:1.4}
.cookie-choice input{width:20px;height:20px;accent-color:#00d2ff}.cookie-choice.is-required{opacity:.8;cursor:default}
.cookie-consent-links{display:flex;align-items:center;gap:16px;margin-top:18px}.cookie-consent-links a,.cookie-consent-links button,.cookie-settings-link{color:#00d2ff;font:inherit;font-size:.78rem;text-decoration:underline;background:none;border:0;cursor:pointer}
.cookie-consent-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.cookie-consent-actions .btn{min-width:140px}
@media(max-width:680px){.cookie-consent{padding:10px}.cookie-consent-card{max-height:calc(100vh - 20px);overflow:auto;padding:19px}.cookie-consent-intro{grid-template-columns:42px minmax(0,1fr)}.cookie-consent-icon{width:42px;height:42px}.cookie-consent-details{grid-template-columns:1fr}.cookie-consent-actions{display:grid;grid-template-columns:1fr}.cookie-consent-actions .btn{width:100%}}
