
  body.uee-age-lock { overflow: hidden; }

  #uee-age-mask {
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(6px);
    z-index: 99998; display: none;
  }

  #uee-age-modal {
    position: fixed; inset: 0;
    z-index: 99999; display: none;
    align-items: center; justify-content: center;
    padding: 16px;
  }

  .uee-age-box {
    width: 100%; max-width: 420px;
    background: #FAF7F3;
    border-radius: 18px;
    padding: 40px 28px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
  }

  .uee-age-brand {
    color: #e87463; letter-spacing: 4px;
    font-size: 14px; font-weight: 600;
    margin-bottom: 20px;
  }

  .uee-age-box h1 {
    font-size: 34px; color: #1f1f1f; margin-bottom: 14px;
  }

  .uee-age-box p {
    font-size: 14px; line-height: 1.7;
    color: #666; margin-bottom: 12px;
  }

  .uee-age-box a { color: #e87463; text-decoration: none; }

  .uee-age-btn {
    width: 100%; padding: 16px 0;
    font-size: 16px; border-radius: 14px;
    margin-top: 18px; cursor: pointer;
  }

  .uee-age-btn.primary { background: #ff6f61; border: none; color: #fff; }
  .uee-age-btn.secondary { background: transparent; border: 1px solid #ddd; color: #999; }

  .uee-age-warning { margin-top: 26px; font-size: 12px; color: #aaa; }
