.sakac-tech-cookie,
.sakac-tech-cookie * {
  box-sizing: border-box;
}

.sakac-tech-cookie[hidden],
.sakac-tech-cookie-toggle[hidden],
.sakac-tech-cookie__preferences[hidden],
.sakac-tech-cookie__actions [hidden] {
  display: none !important;
}

.sakac-tech-cookie {
  position: fixed;
  inset: auto clamp(1rem, 3vw, 2rem) clamp(1rem, 3vw, 2rem) auto;
  z-index: 9999;
  width: min(560px, calc(100vw - 2rem));
  color: #e6fff8;
  font-family: inherit;
}

.sakac-tech-cookie__panel {
  overflow: hidden;
  border: 1px solid rgba(0, 255, 194, 0.22);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.015)),
    rgba(5, 14, 22, 0.94);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55), 0 0 70px rgba(0, 255, 194, 0.14);
  backdrop-filter: blur(18px) saturate(140%);
}

.sakac-tech-cookie__content,
.sakac-tech-cookie__preferences,
.sakac-tech-cookie__actions {
  padding: clamp(1rem, 2vw, 1.35rem);
}

.sakac-tech-cookie__content {
  display: grid;
  gap: 0.75rem;
}

.sakac-tech-cookie__eyebrow {
  width: fit-content;
  margin: 0;
  color: #00ffc2;
  border: 1px solid rgba(0, 255, 194, 0.28);
  border-radius: 999px;
  padding: 0.3rem 0.6rem;
  background: rgba(0, 255, 194, 0.08);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sakac-tech-cookie h2 {
  margin: 0;
  color: #e6fff8;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.sakac-tech-cookie p {
  margin: 0;
  color: rgba(230, 255, 248, 0.72);
  line-height: 1.65;
}

.sakac-tech-cookie__policy {
  width: fit-content;
  color: #00ffc2;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.sakac-tech-cookie__preferences {
  display: grid;
  gap: 0.75rem;
  border-top: 1px solid rgba(0, 255, 194, 0.12);
  background: rgba(0, 0, 0, 0.16);
}

.sakac-tech-cookie__category {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 0.85rem;
  border: 1px solid rgba(0, 255, 194, 0.14);
  border-radius: 16px;
  background: rgba(2, 8, 12, 0.66);
}

.sakac-tech-cookie__category strong,
.sakac-tech-cookie__category em,
.sakac-tech-cookie__detected {
  display: block;
}

.sakac-tech-cookie__category strong {
  color: #00ffc2;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.sakac-tech-cookie__category em {
  margin-top: 0.25rem;
  color: rgba(230, 255, 248, 0.64);
  font-style: normal;
  line-height: 1.5;
}

.sakac-tech-cookie__detected {
  margin-top: 0.55rem;
  color: rgba(0, 255, 194, 0.78);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.68rem;
  line-height: 1.45;
  word-break: break-word;
}

.sakac-tech-cookie__category input {
  width: 20px;
  height: 20px;
  accent-color: #00ffc2;
}

.sakac-tech-cookie__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  border-top: 1px solid rgba(0, 255, 194, 0.12);
}

.sakac-tech-cookie__actions button,
.sakac-tech-cookie-toggle {
  min-height: 42px;
  border: 1px solid rgba(0, 255, 194, 0.24);
  border-radius: 999px;
  padding: 0.72rem 1rem;
  cursor: pointer;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease, background 0.18s ease;
}

.sakac-tech-cookie__actions button {
  color: #e6fff8;
  background: rgba(0, 255, 194, 0.08);
}

.sakac-tech-cookie__actions [data-sakac-tech-cookie-accept],
.sakac-tech-cookie__actions [data-sakac-tech-cookie-save] {
  color: #00110e;
  background: linear-gradient(135deg, #00ffc2, #00f5ff);
  box-shadow: 0 0 24px rgba(0, 255, 194, 0.2);
}

.sakac-tech-cookie__actions button:hover,
.sakac-tech-cookie__actions button:focus,
.sakac-tech-cookie-toggle:hover,
.sakac-tech-cookie-toggle:focus {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 0 34px rgba(0, 255, 194, 0.26);
}

.sakac-tech-cookie-toggle {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 9998;
  color: #00110e;
  background: linear-gradient(135deg, #00ffc2, #00f5ff);
}

@media (max-width: 640px) {
  .sakac-tech-cookie {
    inset: auto 1rem 1rem 1rem;
    width: auto;
  }

  .sakac-tech-cookie__actions {
    flex-direction: column;
  }

  .sakac-tech-cookie__actions button {
    width: 100%;
  }
}
