.cookie-notice{position:fixed;bottom:16px;left:16px;right:16px;z-index:110;max-width:1000px;margin:auto;display:flex;align-items:center;gap:24px;padding:20px 24px;border:1px solid var(--line);border-radius:14px;background:var(--panel);color:var(--text);box-shadow:0 8px 40px #0003;max-height:calc(100dvh - 32px);overflow:auto}
.cookie-notice h2{font-size:16px;margin-bottom:6px}
.cookie-notice p{font-size:13px;color:var(--muted)}
.cookie-notice a{text-decoration:underline;white-space:nowrap}
.cookie-notice button{min-height:44px;flex-shrink:0;margin-left:auto}
@media(max-width:600px){.cookie-notice{align-items:stretch;flex-direction:column;gap:12px;padding:18px}.cookie-notice button{margin-left:0}}
