.cookie-preferences-overlay{position:fixed;z-index:110;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto;background:#0b1f3a73}.cookie-preferences-modal{display:grid;width:min(520px,100%);min-width:0;gap:20px;padding:28px;border:var(--card-border);border-radius:var(--card-radius);background:var(--color-surface);box-shadow:var(--shadow-lg)}.cookie-preferences-modal h2{margin:0;font-size:1.3rem;line-height:1.2;letter-spacing:-.025em}.cookie-preferences-modal p{margin:6px 0 0;color:var(--color-text-muted);font-size:.95rem;line-height:var(--line-height-body)}.cookie-preferences-toggle-row{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-subtle)}.cookie-preferences-toggle-label{display:grid;min-width:0;gap:4px}.cookie-preferences-toggle-label span:first-child{color:var(--color-text-strong);font-weight:600}.cookie-preferences-toggle-label span:last-child{color:var(--color-text-muted);font-size:.88rem;line-height:var(--line-height-body)}.cookie-preferences-switch{position:relative;width:48px;height:28px;flex:0 0 auto;padding:0;border:0;border-radius:var(--radius-pill);margin:0;background-color:var(--color-border-strong);-webkit-appearance:none;appearance:none;transition:background-color var(--transition-fast)}.cookie-preferences-switch:after{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:var(--color-surface);box-shadow:var(--shadow-sm);content:"";transition:transform var(--transition-fast)}.cookie-preferences-switch:checked{background-color:var(--color-accent)}.cookie-preferences-switch:checked:after{transform:translate(20px)}.cookie-preferences-actions{display:flex;min-width:0;flex-wrap:wrap;justify-content:flex-end;gap:12px}.cookie-preferences-actions button{display:inline-flex;min-width:0;min-height:44px;align-items:center;justify-content:center;padding:10px 22px;border-radius:var(--radius-md);font-size:.95rem;font-weight:700;white-space:nowrap;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background-color var(--transition-fast)}.cookie-preferences-button-secondary{border:1px solid var(--color-border-strong);background:var(--color-surface);color:var(--color-text-strong)}.cookie-preferences-button-secondary:hover{background:var(--color-surface-subtle)}.cookie-preferences-button-primary{border:0;background:var(--gradient-brand);box-shadow:var(--shadow-brand);color:var(--color-accent-contrast)}.cookie-preferences-button-primary:hover{box-shadow:var(--shadow-md)}.cookie-preferences-actions button:active{transform:translateY(1px)}@media(max-width:479px){.cookie-preferences-modal{padding:22px 20px}.cookie-preferences-toggle-row{gap:14px;padding:16px}.cookie-preferences-actions{flex-direction:column-reverse;align-items:stretch}.cookie-preferences-actions button{width:100%;padding:10px 16px}}
