.ik-analytics-settings {
  position: fixed;
  z-index: 2147483000;
  right: 18px;
  bottom: 18px;
  min-height: 44px;
  padding: 10px 16px;
  border: 2px solid #d8c79d;
  border-radius: 999px;
  background: #fffaf0;
  color: #254e45;
  box-shadow: 0 5px 0 #d8c79d, 0 14px 28px rgba(62, 51, 28, .18);
  font: 700 14px/1.2 system-ui, -apple-system, "Segoe UI", sans-serif;
  cursor: pointer;
}

.ik-analytics-settings:hover,
.ik-analytics-settings:focus-visible {
  background: #fff3ce;
  outline: 3px solid rgba(76, 158, 132, .28);
  outline-offset: 3px;
}

.ik-footer-settings,
.ik-game-footer__settings {
  display: block;
  width: fit-content;
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  border-bottom: 1px dotted currentColor;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.ik-footer-settings:hover,
.ik-footer-settings:focus-visible,
.ik-game-footer__settings:hover,
.ik-game-footer__settings:focus-visible {
  color: #b3503c;
  outline: 2px solid rgba(239, 121, 103, .28);
  outline-offset: 3px;
}

.ik-analytics-consent[hidden],
.ik-analytics-settings[hidden] {
  display: none !important;
}

.ik-analytics-consent {
  position: fixed;
  z-index: 2147483001;
  inset: 0;
  display: grid;
  align-items: end;
  justify-items: center;
  padding: 24px;
  background: rgba(36, 57, 51, .28);
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

.ik-analytics-consent__card {
  width: min(760px, 100%);
  padding: 24px;
  border: 2px solid #dccca4;
  border-radius: 28px;
  background: #fffaf0;
  color: #31594f;
  box-shadow: 0 7px 0 #d7c493, 0 24px 54px rgba(45, 51, 38, .24);
}

.ik-analytics-consent__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #b3503c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ik-analytics-consent__card h2 {
  margin: 0 0 9px;
  color: #234a41;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.05;
}

.ik-analytics-consent__card p {
  margin: 0;
  color: #5d706a;
  font-size: 16px;
  line-height: 1.55;
}

.ik-analytics-consent__card a {
  color: #9e4433;
  font-weight: 800;
}

.ik-analytics-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.ik-analytics-consent__actions button {
  min-height: 50px;
  padding: 12px 20px;
  border: 2px solid #317963;
  border-radius: 16px;
  font: 800 15px/1.2 system-ui, -apple-system, "Segoe UI", sans-serif;
  cursor: pointer;
}

.ik-analytics-consent__allow {
  background: #3f987b;
  color: #fff;
  box-shadow: 0 5px 0 #276d59;
}

.ik-analytics-consent__deny {
  background: #fffaf0;
  color: #31594f;
  box-shadow: 0 5px 0 #d6c89f;
}

.ik-analytics-consent__actions button:hover,
.ik-analytics-consent__actions button:focus-visible {
  transform: translateY(-1px);
  outline: 3px solid rgba(239, 121, 103, .28);
  outline-offset: 3px;
}

@media (max-width: 520px) {
  .ik-analytics-consent {
    padding: 12px;
  }

  .ik-analytics-consent__card {
    padding: 20px;
    border-radius: 22px;
  }

  .ik-analytics-consent__actions {
    display: grid;
  }

  .ik-analytics-consent__actions button {
    width: 100%;
  }

  .ik-analytics-settings {
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ik-analytics-consent__actions button {
    transition: none;
  }
}
