.sldtfmei-shortcode-container {
  width: 100%; margin: 0 auto; display: block;
  align-self: flex-start;
  height: auto;
}
.sldtfmei-hidden { display: none !important; }
.sldtfmei-block { display: block !important; }
#sldtfmei-overlay {
  position: fixed; inset: 0; z-index: 99999; display: flex;
  align-items: center; justify-content: center;
  background: rgba(0, 0, 0, 0.75); padding: 40px 15px;
  width: 100vw; height: 100vh; box-sizing: border-box;
}
#sldtfmei-close {
  position: absolute; top: 15px; right: 20px; width: 40px; height: 40px;
  font-size: 28px; font-weight: bold; color: #fff; background: rgba(255, 255, 255, 0.2);
  border: none; border-radius: 50%; cursor: pointer; z-index: 100000;
  display: flex; align-items: center; justify-content: center; transition: background 0.3s ease;
}
#sldtfmei-close:hover { background: rgba(255, 255, 255, 0.4); }
.sldtfmei-login-instance {
  display: flex; justify-content: center; margin: 0 auto;
  width: 100%; max-width: 480px; position: relative; z-index: 10000;
}
.sldtfmei-verificacao-instance {
  display: flex; justify-content: center; margin: 0 auto;
  width: 100%; max-width: 480px; position: relative; z-index: 10000;
}
.sldtfmei-login-box {
  width: 100%; padding: 30px; border-radius: 8px; color: #fff;
  background: linear-gradient(180deg, #240f2d 0%, #280e32 100%);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4); box-sizing: border-box;
}
.sldtfmei-header { text-align: center; margin-bottom: 20px; }
.sldtfmei-header img { max-width: 180px; width: 100%; height: auto; }
.sldtfmei-login-box label {
  display: block; margin-top: 15px; margin-bottom: 5px; font-size: 14px; font-weight: 500; font-family: inherit;
}
.sldtfmei-login-box input {
  width: 100%; height: 40px; border-radius: 5px; border: 1px solid #ccc;
  padding: 0 10px; font-size: 16px; color: #333; box-sizing: border-box;
}
.sldtfmei-login-box input:focus {
  outline: none; border-color: #D51BED; box-shadow: 0 0 5px rgba(213, 27, 237, 0.3);
}
.sldtfmei-login-box button {
  width: 100%; height: 45px; margin-top: 25px; background: #D51BED;
  color: #fff; font-weight: bold; font-size: 16px; text-transform: uppercase;
  border: none; border-radius: 5px; cursor: pointer; transition: background 0.3s;
}
.sldtfmei-login-box button:hover { background: #b015c4; }
.sldtfmei-login-box button:disabled { opacity: 0.6; cursor: not-allowed; }
.sldtfmei-feedback { text-align: center; font-weight: bold; margin-top: 10px; font-size: 14px; }
.sldtfmei-feedback--info { color: #fff; }
.sldtfmei-feedback--success { color: #4caf50; }
.sldtfmei-feedback--error { color: #ff5252; }
.sldtfmei-cadastro-instance {
  width: 100%; max-width: 600px; max-height: 1600px; position: relative; z-index: 10000;
}
#sldtfmei-overlay .sldtfmei-cadastro-instance {
  height: 85vh;
}
.sldtfmei-shortcode-container .sldtfmei-cadastro-instance {
  height: 680px;
}
@media (max-width: 600px) {
  #sldtfmei-overlay .sldtfmei-cadastro-instance { height: 95vh; }
  #sldtfmei-close { top: 5px; right: 5px; }
}