/* Shared, opt-in analytics choice. No Google tag loads before permission. */
.stef-cookie-panel[hidden] { display: none !important; }
.stef-cookie-panel {
  position: fixed;
  z-index: 10000;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 24px;
  width: min(720px, calc(100vw - 28px));
  max-height: calc(100dvh - 36px);
  overflow: auto;
  padding: 20px 22px;
  border: 1px solid rgba(188, 151, 255, .55);
  border-radius: 18px;
  background: linear-gradient(115deg, #211634, #111015 78%);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .42), 0 0 35px rgba(107, 48, 235, .18);
  color: #fff;
  font: 15px/1.45 'Inter Tight', Arial, sans-serif;
}
.stef-cookie-copy { flex: 1 1 330px; min-width: 0; }
.stef-cookie-copy strong { font-size: 16px; font-weight: 700; }
.stef-cookie-copy p { margin: 6px 0 0; color: #d6d0df; }
.stef-cookie-copy a { color: #cbb2ff; text-decoration: underline; text-underline-offset: 3px; }
.stef-cookie-actions { flex: 0 0 auto; display: flex; flex-direction: column; gap: 8px; }
.stef-cookie-actions button {
  min-width: 150px;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid #b18bf5;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font: 600 14px/1.2 'Inter Tight', Arial, sans-serif;
  cursor: pointer;
}
.stef-cookie-actions button:last-child { background: #6d35e6; border-color: #8654f0; }
.stef-cookie-actions button:hover { background: #482698; }
.stef-cookie-actions button:focus-visible, .stef-cookie-manage:focus-visible { outline: 2px solid #cbb2ff; outline-offset: 3px; }
.stef-cookie-manage {
  border: 0;
  padding: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.stef-cookie-manage:hover { color: #cbb2ff; }
@media (max-width: 620px) {
  .stef-cookie-panel { display: block; padding: 18px; }
  .stef-cookie-actions { flex-direction: row; margin-top: 15px; }
  .stef-cookie-actions button { flex: 1; min-width: 0; }
}
@media (max-width: 359px) {
  .stef-cookie-actions button { font-size: 13px; padding-inline: 7px; }
}
