.soc-age {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.soc-age[hidden] {
  display: none;
}

.soc-age__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 4, 32, 0.78);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.soc-age__dialog {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: linear-gradient(180deg, #5e1e91 0%, #4a1782 100%);
  color: #fff;
  border-radius: 18px;
  padding: 28px 28px 24px;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.soc-age__logo img {
  max-height: 46px;
  width: auto;
  margin: 0 auto;
}

.soc-age__title {
  font-size: 22px;
  font-weight: 700;
  margin: 4px 0 0;
  line-height: 1.3;
  color: #fff;
}

.soc-age__desc {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.soc-age__check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
  line-height: 1.4;
}

.soc-age__check input {
  accent-color: #ffc124;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.soc-age__footnote {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
  margin: 4px 0 0;
}

.soc-age__confirm {
  width: 100%;
  margin-top: 4px;
}

.soc-age__confirm[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

@media (max-width: 480px) {
  .soc-age__dialog {
    padding: 24px 20px 20px;
  }
  .soc-age__title {
    font-size: 19px;
  }
}
