.cc-panel,.cc-dialog,.cc-feedback { box-sizing: border-box; font-family: 'Sora','Segoe UI',sans-serif; color: #f4f6f9; font-size: 13px; line-height: 1.75; }
.cc-panel[hidden] { display: none !important; }
.cc-panel { position: fixed; bottom: 24px; left: 24px; width: min(460px,calc(100% - 48px)); z-index: 10000; padding: 28px; border: 1px solid #b79bd544; border-radius: 20px; background: radial-gradient(ellipse at top right,#61349066,transparent 70%),#0c0d32; box-shadow: 0 18px 70px #0006; }
.cc-panel h2,.cc-dialog h2 { font-family: inherit; color: #fff; font-size: 25px; line-height: 1.25; letter-spacing: -.8px; margin: 10px 0 14px; font-weight: 600; }
.cc-panel p,.cc-dialog p { color: #c6c2d7; font-size: 12px; line-height: 1.8; margin: 0 0 14px; }
.cc-panel .cc-eyebrow,.cc-dialog .cc-eyebrow { color: #c4a0f2; font-size: 9px; letter-spacing: 1.5px; margin: 0; }
.cc-policy { color: #e3ccff; font-size: 11px; text-decoration: underline; text-underline-offset: 4px; }
.cc-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.cc-actions button,.cc-close { font: inherit; cursor: pointer; color: white; border: 1px solid #ffffff38; background: #ffffff08; border-radius: 8px; padding: 12px 10px; line-height: 1.4; }
.cc-actions button { flex: 1 1 auto; font-size: 11px; min-height: 44px; }
.cc-actions [data-cc=accept],.cc-actions [data-cc=reject] { background: #183060; border-color: #6581b8; }
.cc-actions button:hover { background: #5b3675; border-color: #c4a0f2; }
.cc-panel .cc-footnote { font-size: 10px; margin: 13px 0 0; color: #aaa5be; }
.cc-dialog { width: min(550px,calc(100% - 32px)); max-height: calc(100dvh - 40px); overflow-y: auto; overscroll-behavior: contain; margin: auto; padding: 28px; background: linear-gradient(140deg,#171638,#100f30); border: 1px solid #b79bd555; border-radius: 22px; box-shadow: 0 30px 100px #0008; }
.cc-dialog::backdrop { background: #05061dc4; backdrop-filter: blur(5px); }
.cc-dialog-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.cc-close { padding: 4px 12px; font-size: 24px; min-height: 44px; }
.cc-category { border-block: 1px solid #ffffff22; padding: 20px 0; margin: 22px 0; }
.cc-category > div { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 10px; }
.cc-category h3 { margin: 0; color: white; font: 600 14px 'Sora','Segoe UI',sans-serif; }.cc-active { color: #9be0bd; font-size: 10px; }.cc-category p { margin: 0; }
.cc-dialog .cc-info { font-size: 11px; }.cc-modal-open { overflow: hidden; }
.cc-feedback:not(:empty) { position: fixed; bottom: 65px; left: 16px; max-width: min(400px,calc(100% - 32px)); padding: 14px 20px; border: 1px solid #c4a0f255; border-radius: 12px; background: #171638; z-index: 10001; font-size: 12px; }
.cc-panel a:focus-visible,.cc-panel button:focus-visible,.cc-dialog a:focus-visible,.cc-dialog button:focus-visible { outline: 3px solid #e8a5ff; outline-offset: 3px; }
@media(max-width: 520px) { .cc-panel { left: 12px; bottom: 12px; width: calc(100% - 24px); padding: 20px; max-height: calc(100dvh - 24px); overflow-y: auto; }.cc-dialog { padding: 22px; }.cc-panel h2,.cc-dialog h2 { font-size: 23px; } }

.cookie-preferences-footer { padding: 20px; text-align: center; font: 12px 'Sora', sans-serif; }
.cookie-preferences-footer a { color: inherit; text-decoration: underline; text-underline-offset: 4px; }
