.cookie-bar{position:fixed;left:0;right:0;bottom:0;z-index:200;display:none;max-height:calc(100vh - 24px);overflow:auto;-webkit-overflow-scrolling:touch;background:var(--header-bg,rgba(255,255,255,.92));-webkit-backdrop-filter:blur(18px) saturate(1.3);backdrop-filter:blur(18px) saturate(1.3);border-top:1px solid var(--border,#E6E6E2);padding:18px 0;box-shadow:0 -8px 30px rgba(0,0,0,.08)}
.cookie-bar.is-visible{display:block}
.cookie-bar .wrap{max-width:1180px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.cookie-bar__txt{margin:0;font-size:14px;line-height:1.5;color:var(--muted,#666);max-width:560px}
.cookie-bar__link{color:var(--accent-text,var(--accent,#4F46E5));font-weight:500;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px}
.cookie-bar__link:hover{text-decoration-thickness:2.5px}
.cookie-bar__btns{display:flex;align-items:center;gap:14px;flex-shrink:0}
.cookie-bar__manage{background:none;border:0;padding:8px 2px;font-family:inherit;font-weight:600;font-size:14px;color:var(--accent-text,var(--accent,#4F46E5));cursor:pointer;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px}
.cookie-bar__manage:hover{text-decoration-thickness:2.5px}
.cookie-bar__btn,.cookie-settings{display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-weight:600;font-size:15px;line-height:1.1;padding:11px 20px;border-radius:var(--r-pill,100px);border:0;cursor:pointer;text-decoration:none;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.cookie-bar__btn:hover,.cookie-settings:hover{transform:translateY(-2px)}
.cookie-bar__reject,.cookie-bar__save{background:var(--accent,#4F46E5);color:var(--white,#fff);box-shadow:0 2px 0 rgba(26,26,26,.12),0 8px 20px rgba(79,70,229,.32)}
.cookie-bar__reject:hover,.cookie-bar__save:hover{background:var(--accent-hover,#4338CA);box-shadow:0 4px 0 rgba(26,26,26,.14),0 14px 28px rgba(79,70,229,.45)}
.cookie-bar__accept{background:var(--yellow,#FFE500);color:var(--ink,#1A1A1A);box-shadow:0 2px 0 rgba(26,26,26,.12),0 8px 20px rgba(255,229,0,.32)}
.cookie-bar__accept:hover{background:var(--yellow-hover,#FFEC4D);box-shadow:0 4px 0 rgba(26,26,26,.14),0 14px 30px rgba(255,229,0,.45)}
.cookie-bar__panel{border-top:1px solid var(--border,#E6E6E2);margin-top:16px;padding-top:16px}
.cookie-bar__panel[hidden]{display:none}
.cookie-bar__panel .wrap{flex-direction:column;align-items:stretch;gap:12px}
.cookie-opt{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:14px;color:var(--text,#1A1A1A);max-width:560px}
.cookie-opt span{line-height:1.4}
.cookie-opt input{width:18px;height:18px;flex-shrink:0;accent-color:var(--accent,#4F46E5);cursor:pointer}
.cookie-opt input:disabled{cursor:not-allowed;opacity:.6}
.cookie-bar__save{align-self:flex-start;margin-top:4px}
.cookie-settings{position:fixed;right:18px;bottom:18px;z-index:199;display:none;background:var(--surface,#F7F7F5);color:var(--text,#1A1A1A);border:1px solid var(--border,#E6E6E2);box-shadow:0 2px 0 rgba(26,26,26,.08),0 8px 20px rgba(26,26,26,.10)}
.cookie-settings.is-visible{display:inline-flex}
.cookie-noscript{position:fixed;left:0;right:0;bottom:0;z-index:201;background:var(--surface,#F7F7F5);color:var(--text,#1A1A1A);border-top:1px solid var(--border,#E6E6E2);padding:16px 24px;font-size:14px;line-height:1.5;box-shadow:0 -8px 30px rgba(0,0,0,.08)}
.cookie-noscript a{color:var(--accent-text,var(--accent,#4F46E5));font-weight:600;text-decoration:underline;text-underline-offset:3px}
@media(max-width:640px){.cookie-bar .wrap{flex-direction:column;align-items:stretch;gap:14px}.cookie-bar__btns{flex-wrap:wrap;justify-content:stretch;gap:10px}.cookie-bar__btns .cookie-bar__btn{flex:1}.cookie-bar__manage{flex-basis:100%;text-align:left}.cookie-settings{right:12px;bottom:12px}}
