* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.tab-active {
  background: linear-gradient(90deg, #ec4899, #8b5cf6, #06b6d4);
  color: #fff;
}

.card iframe,
.card video {
  border-radius: 8px;
}

#modalRoot > div {
  z-index: 9999;
}
.modal-backdrop {
  z-index: 9998;
}
.modal-content {
  border-radius: 12px;
}
.modal-close-button {
  top: 16px;
  right: 16px;
}
.modal-close-button svg {
  width: 20px;
  height: 20px;
}
