.cookie-banner{position:fixed;z-index:90;bottom:20px;left:20px;width:min(460px,calc(100vw - 40px));padding:20px;border:1px solid var(--line,#d7d7d2);border-radius:12px;background:var(--surface,var(--panel,#fff));color:var(--ink,#222);box-shadow:0 12px 50px #0002;font:13px/1.6 var(--font,system-ui,sans-serif)}
.cookie-banner strong{font-size:15px}.cookie-banner p{margin:6px 0 14px;color:var(--muted)}
.cookie-banner a,.cookie-preferences a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}
.cookie-actions{display:flex;gap:8px;flex-wrap:wrap}.cookie-actions button,.cookie-preferences footer button{min-height:42px;padding:8px 12px;background:var(--surface,var(--panel,#fff));color:inherit;border:1px solid var(--line,#d7d7d2);border-radius:6px;font-size:12px;font-weight:650}
.cookie-actions button:hover,.cookie-preferences footer button:hover{background:var(--surface-2,var(--panel-2,#eee))}
.cookie-actions [data-cookie-settings]{border-color:transparent;font-weight:400}
.cookie-settings-link{padding:0;background:none;color:inherit;font:inherit;text-align:left}
.cookie-settings-link:hover{color:var(--accent)}
.cookie-preferences{width:min(470px,calc(100vw - 32px));max-height:90dvh;overflow:auto;margin:auto;padding:24px;border:1px solid var(--line,#d7d7d2);border-radius:14px;background:var(--surface,var(--panel,#fff));color:var(--ink,#222);font:13px/1.6 var(--font,system-ui,sans-serif)}
.cookie-preferences::backdrop{background:#161a2080}.cookie-preferences header{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:10px}.cookie-preferences header h2{font-size:22px}.cookie-preferences header button{background:var(--surface-2);font-size:22px;width:36px;height:36px;border-radius:50%}
.cookie-option{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}.cookie-option p{margin:5px 0;color:var(--muted);font-size:12px}.cookie-option>span{font-size:11px;white-space:nowrap}.cookie-option input{width:22px;height:22px;flex-shrink:0;accent-color:var(--accent)}
.cookie-preferences footer{display:flex;justify-content:space-between;gap:10px;padding-top:18px}.cookie-preferences form>p{color:var(--muted);margin:12px 0}
.privacy-page{max-width:780px;padding-block:48px 72px}.privacy-page h1{font-size:36px;margin-bottom:14px}.privacy-page h2{font-size:20px;margin:30px 0 12px}.privacy-page p,.privacy-page li{color:var(--muted);line-height:1.8}.privacy-page p{margin-bottom:14px}.privacy-page a{color:var(--accent);text-decoration:underline}.privacy-page ul{padding-left:22px}
@media(max-width:580px){.cookie-banner{bottom:12px;left:12px;width:calc(100vw - 24px);padding:16px}.privacy-page{padding-top:30px}.privacy-page h1{font-size:29px}}
