.cookie-notice{position:fixed;left:20px;bottom:20px;z-index:120;width:min(520px,calc(100% - 40px));display:flex;align-items:center;gap:16px;padding:14px 15px 14px 17px;border:1px solid rgba(98,104,95,.2);border-radius:12px;background:rgba(255,255,255,.96);color:#252720;box-shadow:0 18px 55px rgba(23,29,20,.16);backdrop-filter:blur(14px);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.cookie-notice-copy{min-width:0;flex:1;font-size:12px;line-height:1.55;color:#62685f}
.cookie-notice-copy strong{display:block;margin-bottom:2px;color:#252720;font-size:12px;font-weight:720}
.cookie-notice-copy a{text-decoration:underline;text-decoration-color:#b9c8b1;text-underline-offset:3px;color:#465141}
.cookie-notice-actions{display:flex;align-items:center;gap:8px;flex:none}
.cookie-notice-dismiss{border:0;border-radius:8px;background:#252a24;color:#fff;padding:9px 13px;font:700 11px/1 Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;cursor:pointer}
.cookie-notice-dismiss:hover{background:#343b32}
html.dark .cookie-notice{background:rgba(32,35,32,.97);border-color:#3b4139;color:#e8e9e4;box-shadow:0 18px 55px rgba(0,0,0,.45)}
html.dark .cookie-notice-copy{color:#b5bcb1}
html.dark .cookie-notice-copy strong{color:#e8e9e4}
html.dark .cookie-notice-copy a{color:#cad9c4;text-decoration-color:#61705d}
html.dark .cookie-notice-dismiss{background:#d6e7cf;color:#29422b}
@media(max-width:620px){.cookie-notice{left:12px;bottom:12px;width:calc(100% - 24px);align-items:flex-start;flex-direction:column;gap:10px;padding:14px}.cookie-notice-actions{width:100%;justify-content:flex-end}.cookie-notice-dismiss{padding:9px 14px}}
