/* Glassmorphism Emerald Green Paradise Theme styles */

.age-verify-overlay-12300282 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(12, 48, 28, 0.92) 0%, rgba(4, 20, 11, 0.98) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}

body.admin-bar .age-verify-overlay-12300282 {
  top: var(--wp-admin--admin-bar--height, 32px);
  height: calc(100% - var(--wp-admin--admin-bar--height, 32px));
}

@media screen and (max-width: 782px) {
  body.admin-bar .age-verify-overlay-12300282 {
    top: 46px;
    height: calc(100% - 46px);
  }
}

.age-verify-overlay-12300282.age-verify-visible-12300282 {
  opacity: 1;
  pointer-events: auto;
}

.age-verify-card-12300282 {
  position: relative;
  background: rgba(16, 68, 42, 0.35);
  border: 1px solid rgba(110, 235, 145, 0.3);
  border-radius: 24px;
  padding: 40px 30px;
  width: 90%;
  max-width: 480px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: floatCard12300282 6s ease-in-out infinite;
  color: #ffffff;
  font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
  overflow: hidden;
}

/* Glassy background logo watermark — updated to 28% opacity for much higher visibility while remaining clean */
.age-verify-logo-watermark-12300282 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 320px;
  background-image: url('https://green-paradise-cbd.fr/wp-content/uploads/2025/03/Design-sans-titre-23.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.28;
  filter: blur(1px);
  pointer-events: none;
  z-index: 0;
}

/* Keep other content above watermark */
.age-verify-logo-12300282,
.age-verify-title-12300282,
.age-verify-subtitle-12300282,
.age-verify-prompt-12300282,
.age-verify-actions-12300282,
.age-verify-error-12300282 {
  position: relative;
  z-index: 1;
}

@keyframes floatCard12300282 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.age-verify-logo-12300282 {
  margin-bottom: 20px;
}

.leaf-icon-12300282 {
  width: 64px;
  height: 64px;
  color: #58d68d;
  filter: drop-shadow(0 0 8px rgba(88, 214, 141, 0.6));
}

.age-verify-title-12300282 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(88, 214, 141, 0.3);
}

.age-verify-subtitle-12300282 {
  font-size: 15px;
  line-height: 1.6;
  color: #d1f2eb;
  margin: 0 0 30px 0;
  font-weight: 300;
}

.age-verify-prompt-12300282 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
}

.age-verify-actions-12300282 {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.age-verify-btn-12300282 {
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  flex: 1;
  max-width: 180px;
}

.age-verify-btn-yes-12300282 {
  background: linear-gradient(135deg, #1abc9c, #2ecc71);
  color: #fff;
  box-shadow: 0 4px 15px rgba(46, 204, 113, 0.4);
}

.age-verify-btn-yes-12300282:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(46, 204, 113, 0.6);
  background: linear-gradient(135deg, #1ecbad, #35dd7c);
}

.age-verify-btn-no-12300282 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.age-verify-btn-no-12300282:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.age-verify-error-12300282 {
  color: #f1948a;
  font-size: 14px;
  margin-top: 20px;
  font-weight: 500;
}

.age-verify-hidden-12300282 {
  display: none !important;
}
