/* One compact consent banner and preference centre shared by every public page. */
.cookie-panel,.cookie-panel *{box-sizing:border-box}
.cookie-panel[hidden],.cookie-panel [hidden]{display:none!important}
.cookie-panel{position:fixed;z-index:1000;left:max(16px,env(safe-area-inset-left));bottom:max(16px,env(safe-area-inset-bottom));width:min(460px,calc(100vw - 32px));max-height:min(86dvh,680px);color:var(--color-text);font:14px/1.45 system-ui,-apple-system,sans-serif;text-align:left}
.cookie-surface{position:relative;max-height:inherit;overflow:auto;padding:22px;border:1px solid var(--color-border);border-radius:18px;background:var(--color-surface);box-shadow:0 22px 65px var(--color-shadow)}
.cookie-panel .cookie-head{display:flex;align-items:center;gap:10px;margin-bottom:9px}
.cookie-panel .cookie-symbol{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--color-accent);font-size:22px;line-height:1;color:var(--color-text)}
.cookie-panel h2{margin:0;color:var(--color-text);font:700 18px/1.3 system-ui,-apple-system,sans-serif;letter-spacing:-.3px}
.cookie-panel p{margin:8px 0 12px;color:var(--color-secondary);font-size:13px}
.cookie-panel a{color:var(--color-accent-text);font-size:12px;text-decoration:underline;text-underline-offset:3px}
.cookie-actions{display:grid;gap:8px;margin-top:17px}
.cookie-actions button{display:block;width:100%;min-height:42px;padding:10px 13px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);color:var(--color-text);font:700 13px system-ui,-apple-system,sans-serif;cursor:pointer}
.cookie-actions button:hover{background:var(--color-border)}
.cookie-actions button:first-child{background:var(--color-accent);border-color:var(--color-accent)}
.cookie-actions button:first-child:hover{background:var(--color-accent-hover);border-color:var(--color-accent)}
.cookie-actions button:focus-visible,.cookie-panel a:focus-visible,.cookie-category input:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}
.public-profile .cookie-panel:not(.is-preferences){left:max(12px,env(safe-area-inset-left));right:auto;bottom:max(12px,env(safe-area-inset-bottom));width:min(292px,calc(100vw - 24px));font-size:12px}
.public-profile .cookie-panel:not(.is-preferences) .cookie-surface{padding:14px;border-radius:15px}
.public-profile .cookie-panel:not(.is-preferences) .cookie-head{gap:7px;margin-bottom:4px}
.public-profile .cookie-panel:not(.is-preferences) .cookie-symbol{width:23px;height:23px;font-size:17px}
.public-profile .cookie-panel:not(.is-preferences) h2{font-size:14px}
.public-profile .cookie-panel:not(.is-preferences) p{margin:6px 0 7px;font-size:11px;line-height:1.35}
.public-profile .cookie-panel:not(.is-preferences) a{font-size:10px}
.public-profile .cookie-panel:not(.is-preferences) .cookie-actions{grid-template-columns:1fr 1fr;gap:6px;margin-top:10px}
.public-profile .cookie-panel:not(.is-preferences) .cookie-actions button{min-height:36px;padding:7px 6px;font-size:11px}
.public-profile .cookie-panel:not(.is-preferences) .cookie-actions button:last-child{grid-column:1/-1}
.cookie-category{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 0;border-bottom:1px solid var(--color-border);cursor:pointer}
.cookie-category strong{display:block;color:var(--color-text);font-size:13px}
.cookie-category small{display:block;margin-top:4px;color:var(--color-secondary);font-size:11px;line-height:1.4}
.cookie-category input{width:20px;height:20px;flex:0 0 20px;accent-color:var(--color-accent);cursor:pointer}
.cookie-always{color:var(--color-accent-text);font-size:11px;font-weight:700;white-space:nowrap}
.cookie-panel.is-preferences{inset:0;left:0;bottom:0;width:100%;max-height:none;padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));display:grid;place-items:center}
.cookie-panel.is-preferences .cookie-backdrop{position:absolute;inset:0;display:block;background:rgba(0,0,0,.72);backdrop-filter:blur(5px)}
.cookie-panel.is-preferences .cookie-surface{z-index:1;width:min(560px,100%);max-height:min(90dvh,720px);background:var(--color-section);box-shadow:0 24px 80px rgba(0,0,0,.55)}
.cookie-backdrop{display:none}
body.cookie-preferences-open{overflow:hidden}
@media(max-width:520px){.cookie-panel{right:max(16px,env(safe-area-inset-right));width:auto}.cookie-surface{padding:18px}.cookie-panel.is-preferences{right:0}}
@media(prefers-reduced-motion:reduce){.cookie-panel *{scroll-behavior:auto}}
