/* Cookie bar (minimal, professional) */
.cookiebar{position:fixed;left:16px;right:16px;bottom:16px;z-index:9999;display:flex;gap:12px;align-items:flex-start;justify-content:space-between;padding:14px;border-radius:14px;background:rgba(17,24,39,.92);color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.25);backdrop-filter:saturate(180%) blur(10px)}
.cookiebar__text{font-size:14px;line-height:1.35;max-width:820px}
.cookiebar__text a{color:#fff;text-decoration:underline}
.cookiebar__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.cookiebtn{border:0;border-radius:12px;padding:10px 12px;font-weight:700;font-size:13px;cursor:pointer}
.cookiebtn--accept{background:#f59e0b;color:#111827}
.cookiebtn--decline{background:rgba(255,255,255,.14);color:#fff}
.cookiebtn--prefs{background:transparent;color:#fff;text-decoration:underline;padding:10px 8px}
@media (max-width:560px){
  .cookiebar{left:10px;right:10px;bottom:10px;flex-direction:column}
  .cookiebar__actions{justify-content:stretch}
  .cookiebtn{width:100%}
  .cookiebtn--prefs{width:auto}
}

/* v6: larger tap targets + better mobile readability */
.cookiebtn{min-height:44px}
.cookiebar__text{font-size:15px}

/* Tap targets */
.cookiebtn{min-height:44px}
