.cookie-panel[hidden],.cookie-close[hidden],.cookie-note[hidden]{display:none!important}
.cookie-panel{position:fixed;z-index:1000000;left:20px;bottom:20px;width:min(620px,calc(100% - 40px));max-height:calc(100dvh - 110px);overflow:auto;box-sizing:border-box;padding:22px;background:var(--bg,#fff);color:var(--text,#111827);border:1px solid var(--border,#e5e7eb);border-radius:18px;box-shadow:0 8px 40px #11182726;font-family:inherit}
.cookie-panel h2{font-size:19px;line-height:1.3;margin:0 0 10px}
.cookie-panel p{font-size:14px;line-height:1.55;margin:0 0 10px}
.cookie-panel a{font-size:14px;text-decoration:underline;text-underline-offset:3px}
.cookie-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.cookie-actions .btn{flex:1;min-height:44px;font-size:14px;white-space:normal;text-align:center}
.cookie-close,.cookie-settings{font:inherit;color:inherit;cursor:pointer;background:transparent;border:0;padding:0;text-decoration:underline;text-underline-offset:3px}
.cookie-close{flex-basis:100%;font-size:13px;padding:5px}
.cookie-panel .cookie-note{font-size:12px;margin:12px 0 0;color:var(--muted,#4b5563)}
.cookie-panel button:focus-visible,.cookie-settings:focus-visible{outline:3px solid var(--primary,#4f46e5);outline-offset:3px}
.cookie-noscript{padding-top:12px;padding-bottom:12px;font-size:13px}
@media(max-width:767px){.cookie-panel{left:12px;bottom:calc(84px + env(safe-area-inset-bottom));width:calc(100% - 24px);padding:16px;max-height:calc(100dvh - 120px)}.cookie-actions{gap:8px;margin-top:12px}.cookie-actions .btn{padding:10px 12px}}
