#hiu-cookie-root {
  position: relative;
  z-index: 99999;
}

.hiu-cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
}

.hiu-cookie-banner[hidden],
.hiu-cookie-modal[hidden],
.hiu-cookie-reopen[hidden],
.hiu-cookie-status[hidden] {
  display: none !important;
}

.hiu-cookie-card,
.hiu-cookie-modal-dialog {
  max-width: 920px;
  margin: 0 auto;
  background: #0b0f1f;
  color: #ffffff;
  border: 1px solid #27eaff;
  box-shadow: 0 0 24px rgba(39, 234, 255, 0.20);
  border-radius: 16px;
  padding: 18px;
}

.hiu-cookie-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
}

.hiu-cookie-text {
  line-height: 1.6;
  margin-bottom: 14px;
}

.hiu-cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hiu-cookie-btn,
.hiu-cookie-inline-link,
.hiu-cookie-reopen {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-weight: 700;
}

.hiu-cookie-btn-primary {
  background: #27eaff;
  color: #071018;
}

.hiu-cookie-btn-secondary,
.hiu-cookie-inline-link,
.hiu-cookie-reopen {
  background: #1a2038;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hiu-cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
}

.hiu-cookie-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.60);
}

.hiu-cookie-modal-dialog {
  position: relative;
  margin-top: 8vh;
}

.hiu-cookie-options {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.hiu-cookie-option {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hiu-cookie-option input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.hiu-cookie-status {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(98, 255, 159, 0.10);
  border: 1px solid rgba(98, 255, 159, 0.20);
  color: #d8ffe7;
}

.hiu-cookie-reopen {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 99998;
}

@media (max-width: 700px) {
  .hiu-cookie-banner,
  .hiu-cookie-reopen {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .hiu-cookie-actions {
    display: grid;
  }

  .hiu-cookie-btn,
  .hiu-cookie-reopen {
    width: 100%;
  }

  .hiu-cookie-option {
    align-items: flex-start;
  }
}
