.cookie-banner,.cookie-preferences{box-sizing:border-box;}
.cookie-banner{position:fixed;z-index:1000;left:16px;right:16px;bottom:16px;max-width:920px;margin:auto;padding:14px;border:1px solid #e5e1d8;border-radius:18px;background:#fff;color:var(--ink,#23221C);box-shadow:0 12px 50px #23221c26;max-height:55vh;max-height:55svh;overflow:auto;font-size:13px;line-height:1.45;}
.cookie-banner[hidden]{display:none;}
.cookie-banner p{margin:4px 0 10px;}
.cookie-banner .cookie-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;}
.cookie-banner .cookie-actions button{min-width:0;padding:10px 6px;font-size:13px;}
.cookie-banner .cookie-actions button:last-child{grid-column:auto;}
.cookie-banner a{text-decoration:underline;}
.cookie-actions{display:flex;flex-wrap:wrap;gap:8px;}
.cookie-actions button{flex:1;min-height:44px;padding:10px 14px;border:1px solid #bcb6fd;border-radius:10px;background:var(--indigo-tint,#EEF2FF);color:var(--indigo-dark,#4338CA);font:700 14px 'Figtree',sans-serif;cursor:pointer;}
.cookie-actions button:focus-visible,.cookie-footer button:focus-visible{outline:3px solid var(--indigo,#4F46E5);outline-offset:3px;}
.cookie-preferences{max-width:520px;width:calc(100% - 32px);max-height:85vh;max-height:85svh;overflow:auto;padding:24px;border:1px solid #e5e1d8;border-radius:18px;color:var(--ink,#23221C);font-size:15px;line-height:1.5;}
.cookie-preferences::backdrop{background:#23221c70;}
.cookie-preferences h2{font:800 24px 'Figtree',sans-serif;margin:0 0 12px;}
.cookie-preferences label{display:flex;align-items:flex-start;gap:12px;padding:14px 0;cursor:pointer;}
.cookie-preferences input{width:20px;height:20px;flex:none;accent-color:var(--indigo,#4F46E5);}
.cookie-preferences small{display:block;line-height:1.5;}
.cookie-footer{text-align:center;padding:0 20px 20px;}
.cookie-footer button{border:0;background:none;text-decoration:underline;color:inherit;font:inherit;min-height:44px;cursor:pointer;}
@media(max-width:560px){.cookie-banner{left:10px;right:10px;bottom:10px;padding:12px;}.cookie-actions{display:grid;grid-template-columns:1fr 1fr;}.cookie-preferences .cookie-actions button:last-child:nth-child(odd){grid-column:1/-1;}}

.audience-choice { max-width:100%; border:1px solid #c7c2ff; border-radius:12px; padding:12px 18px; color:#4338ca; background:#eef2ff; font:inherit; font-weight:600; cursor:pointer; }
.audience-choice:focus-visible { outline:3px solid #837bff; outline-offset:3px; }

@media(min-width:561px){.cookie-banner{display:flex;align-items:center;gap:20px;}.cookie-banner>div:first-child{flex:1;}.cookie-banner p{margin-bottom:0;}.cookie-banner .cookie-actions{flex:none;min-width:300px;}}
