.ffm-login-aviso-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(10, 14, 20, 0.72);
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.ffm-login-aviso-backdrop.is-open {
  display: flex;
}

.ffm-login-aviso-modal {
  position: relative;
  width: 100%;
  max-width: 450px;
  background: #111a26;
  border: 1px solid #24334a;
  border-radius: 14px;
  padding: 1.75rem 1.75rem 1.5rem;
  color: #e7ecf3;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  animation: ffmLoginAvisoPop .18s ease-out;
}

@keyframes ffmLoginAvisoPop {
  from { transform: scale(.96); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.ffm-login-aviso-fechar {
  position: absolute;
  top: .6rem;
  right: .6rem;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #8fa0b8;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}

.ffm-login-aviso-fechar:hover {
  background: #1c2839;
  color: #fff;
}

.ffm-login-aviso-icone {
  width: 46px;
  height: 46px;
  margin: 0 auto .75rem;
  border-radius: 50%;
  border: 2px solid #3aa0ff;
  color: #3aa0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-style: italic;
  font-size: 1.15rem;
}

.ffm-login-aviso-modal h3 {
  margin: 0 0 .75rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
}

.ffm-login-aviso-modal p {
  margin: 0 0 1rem;
  font-size: .92rem;
  line-height: 1.5;
  color: #c3cede;
}

.ffm-login-aviso-modal p strong {
  color: #fff;
}

.ffm-login-aviso-mock {
  text-align: left;
  border: 1px solid #263551;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 1rem;
  background: #0b121c;
}

.ffm-login-aviso-mock-bar {
  display: flex;
  align-items: center;
  gap: .4rem;
  padding: .5rem .6rem;
  background: #16202f;
  border-bottom: 1px solid #263551;
}

.ffm-login-aviso-mock-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 auto;
}

.dot-red { background: #ff5f56; }
.dot-yellow { background: #ffbd2e; }
.dot-green { background: #27c93f; }

.ffm-login-aviso-mock-url {
  margin-left: .4rem;
  font-family: monospace;
  font-size: .72rem;
  color: #9fb0c8;
  background: #0b121c;
  border: 1px solid #263551;
  border-radius: 5px;
  padding: .2rem .5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}

.ffm-login-aviso-mock-body {
  padding: .8rem .9rem 1rem;
}

.ffm-login-aviso-mock-copy {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  color: #27c93f;
  border: 1px solid #1f6b30;
  border-radius: 6px;
  padding: .2rem .5rem;
  margin-bottom: .7rem;
}

.ffm-login-aviso-mock-erro {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: #8fa0b8;
  font-size: .88rem;
}

.ffm-login-aviso-mock-badge {
  margin-left: auto;
  font-size: .68rem;
  font-weight: 800;
  color: #27c93f;
  border: 1px solid #1f6b30;
  border-radius: 999px;
  padding: .15rem .55rem;
}

.ffm-login-aviso-btn {
  width: 100%;
  border: 0;
  border-radius: 8px;
  padding: .75rem 1rem;
  background: #2196f3;
  color: #fff;
  font-weight: 800;
  font-size: .95rem;
  cursor: pointer;
}

.ffm-login-aviso-btn:hover {
  background: #1c86e0;
}

.ffm-login-aviso-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  margin-top: .85rem;
  font-size: .82rem;
  color: #8fa0b8;
  cursor: pointer;
}

.ffm-login-aviso-checkbox input {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
