#viewOpcoesConta {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #f4f8f6;
  color: #0b211c;
}

#viewOpcoesConta .opcoes-conta-page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 44px;
}

#viewOpcoesConta .opcoes-conta-toolbar {
  display: flex;
  align-items: center;
  min-height: 46px;
  margin-bottom: 14px;
}

#viewOpcoesConta .opcoes-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 14px 0 10px;
  border: 1px solid #cfe0da;
  border-radius: 7px;
  background: #fff;
  color: #0b211c;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

#viewOpcoesConta .opcoes-back-btn svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#viewOpcoesConta .opcoes-conta-header {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 132px;
  margin: 0 0 16px;
  padding: 24px 26px;
  border: 0;
  border-bottom: 1px solid #d5e5df;
  border-radius: 0;
  background: transparent;
  color: #0b211c;
  box-shadow: none;
}

#viewOpcoesConta .opcoes-header-icon,
#viewOpcoesConta .opcoes-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #0cab55;
  background: #e9faef;
  border: 1px solid #bce9cb;
}

#viewOpcoesConta .opcoes-header-icon {
  width: 54px;
  height: 54px;
  border-radius: 8px;
}

#viewOpcoesConta .opcoes-header-icon svg {
  width: 29px;
  height: 29px;
}

#viewOpcoesConta .opcoes-header-icon svg,
#viewOpcoesConta .opcoes-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#viewOpcoesConta .opcoes-eyebrow {
  display: block;
  margin-bottom: 4px;
  color: #078843;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

#viewOpcoesConta .opcoes-conta-header h1 {
  margin: 0;
  color: #071b16;
  font-size: 29px;
  line-height: 1.12;
  letter-spacing: 0;
}

#viewOpcoesConta .opcoes-conta-header p {
  margin: 7px 0 0;
  color: #5a7069;
  font-size: 14px;
  line-height: 1.45;
}

#viewOpcoesConta .opcoes-conta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

#viewOpcoesConta .opcoes-card {
  min-width: 0;
  padding: 21px;
  border: 1px solid #d5e5df;
  border-radius: 8px;
  background: #fff;
  color: #0b211c;
  box-shadow: 0 7px 20px rgba(18, 58, 47, .045);
}

#viewOpcoesConta .opcoes-card-wide {
  grid-column: 1 / -1;
}

#viewOpcoesConta .opcoes-card-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

#viewOpcoesConta .opcoes-icon {
  width: 42px;
  height: 42px;
  border-radius: 7px;
}

#viewOpcoesConta .opcoes-icon svg {
  width: 22px;
  height: 22px;
}

#viewOpcoesConta .opcoes-card h2 {
  margin: 1px 0 3px;
  color: #071b16;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
}

#viewOpcoesConta .opcoes-card-head p {
  margin: 0;
  color: #637a73;
  font-size: 13px;
  line-height: 1.4;
}

#viewOpcoesConta .opcoes-card label {
  display: block;
  margin: 12px 0 6px;
  color: #355048;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

#viewOpcoesConta .opcoes-card input {
  box-sizing: border-box;
  width: 100%;
  min-height: 47px;
  padding: 0 13px;
  border: 1px solid #cddfd9;
  border-radius: 7px;
  outline: none;
  background: #fbfdfc;
  color: #0b211c;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
}

#viewOpcoesConta .opcoes-card input:focus {
  border-color: #0fb75b;
  box-shadow: 0 0 0 3px rgba(15, 183, 91, .12);
}

#viewOpcoesConta .opcoes-card input[readonly] {
  background: #f1f6f4;
  color: #516760;
}

#viewOpcoesConta .opcoes-input-prefix {
  display: flex;
  align-items: center;
  min-height: 47px;
  border: 1px solid #cddfd9;
  border-radius: 7px;
  background: #fbfdfc;
  overflow: hidden;
}

#viewOpcoesConta .opcoes-input-prefix:focus-within {
  border-color: #0fb75b;
  box-shadow: 0 0 0 3px rgba(15, 183, 91, .12);
}

#viewOpcoesConta .opcoes-input-prefix > span {
  padding-left: 13px;
  color: #0cab55;
  font-size: 16px;
  font-weight: 900;
}

#viewOpcoesConta .opcoes-input-prefix input {
  min-height: 45px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

#viewOpcoesConta .opcoes-username-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px;
}

#viewOpcoesConta .opcoes-username-grid label {
  margin-top: 0;
}

#viewOpcoesConta .opcoes-username-grid > button {
  min-width: 150px;
  min-height: 47px;
}

#viewOpcoesConta .opcoes-username-status,
#viewOpcoesConta .opcoes-note {
  margin: 11px 0 0;
  padding: 10px 12px;
  border: 1px solid #d5e5df;
  border-radius: 7px;
  background: #f5faf7;
  color: #486159;
  font-size: 12px;
  line-height: 1.4;
}

#viewOpcoesConta .opcoes-username-status.is-ok {
  border-color: #b9e8c8;
  background: #edfaf1;
  color: #08783b;
}

#viewOpcoesConta .opcoes-username-status.is-warning,
#viewOpcoesConta #opTelefoneEstado.is-warning,
#viewOpcoesConta #opEmailEstado.is-warning {
  color: #9c530f;
}

#viewOpcoesConta .opcoes-username-status.is-error,
#viewOpcoesConta #opSmsEstado.is-error {
  border-color: #f1c6c6;
  background: #fff5f5;
  color: #b42318;
}

#viewOpcoesConta .opcoes-password-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

#viewOpcoesConta .opcoes-password-grid label {
  margin-top: 0;
}

#viewOpcoesConta .opcoes-actions {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
}

#viewOpcoesConta .btn-anunciar-final,
#viewOpcoesConta .btn-opcoes-secundario {
  min-height: 45px;
  padding: 0 17px;
  border-radius: 7px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

#viewOpcoesConta .btn-anunciar-final {
  border: 1px solid #10b65a;
  background: #16c768;
  color: #062718;
}

#viewOpcoesConta .btn-anunciar-final:hover {
  background: #11b95e;
}

#viewOpcoesConta .btn-opcoes-secundario {
  border: 1px solid #bcd8ce;
  background: #fff;
  color: #12362c;
}

#viewOpcoesConta button:disabled {
  opacity: .58;
  cursor: not-allowed;
}

#viewOpcoesConta .opcoes-full-button {
  width: 100%;
  margin-top: 10px;
}

#viewOpcoesConta .opcoes-session-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-color: #efc8c8;
  background: #fffafa;
}

#viewOpcoesConta .opcoes-session-card .opcoes-card-head {
  margin: 0;
}

#viewOpcoesConta .opcoes-session-icon {
  border-color: #efcccc;
  background: #fff;
  color: #b4232c;
}

#viewOpcoesConta .btn-terminar-sessao {
  min-width: 164px;
  min-height: 45px;
  padding: 0 18px;
  border: 1px solid #d92d3a;
  border-radius: 7px;
  background: #fff;
  color: #a71925;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

#viewOpcoesConta .btn-terminar-sessao:hover {
  background: #fff0f1;
}

@media (max-width: 760px) {
  #viewOpcoesConta .opcoes-conta-page {
    width: min(100% - 20px, 620px);
    padding-top: 12px;
  }

  #viewOpcoesConta .opcoes-conta-header {
    min-height: 0;
    padding: 18px;
  }

  #viewOpcoesConta .opcoes-header-icon {
    width: 46px;
    height: 46px;
  }

  #viewOpcoesConta .opcoes-conta-header h1 {
    font-size: 24px;
  }

  #viewOpcoesConta .opcoes-conta-grid,
  #viewOpcoesConta .opcoes-username-grid,
  #viewOpcoesConta .opcoes-password-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  #viewOpcoesConta .opcoes-card {
    padding: 17px;
  }

  #viewOpcoesConta .opcoes-username-grid > button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  #viewOpcoesConta .opcoes-conta-page {
    width: calc(100% - 14px);
  }

  #viewOpcoesConta .opcoes-conta-header {
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
  }

  #viewOpcoesConta .opcoes-header-icon {
    width: 40px;
    height: 40px;
  }

  #viewOpcoesConta .opcoes-header-icon svg {
    width: 23px;
    height: 23px;
  }

  #viewOpcoesConta .opcoes-conta-header h1 {
    font-size: 21px;
  }

  #viewOpcoesConta .opcoes-conta-header p {
    font-size: 13px;
  }

  #viewOpcoesConta .opcoes-actions {
    align-items: stretch;
    flex-direction: column;
  }

  #viewOpcoesConta .opcoes-actions > button {
    width: 100%;
  }
}

/* Legacy account rules use !important; this scoped layer is intentionally final. */
#viewOpcoesConta .opcoes-conta-page {
  width: min(1180px, calc(100% - 32px)) !important;
  margin: 0 auto !important;
  padding: 20px 0 44px !important;
}

#viewOpcoesConta .opcoes-conta-header {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  min-height: 132px !important;
  margin: 0 0 16px !important;
  padding: 24px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #d5e5df !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #0b211c !important;
  box-shadow: none !important;
}

#viewOpcoesConta .opcoes-conta-header h1 {
  margin: 0 !important;
  color: #071b16 !important;
  font-size: 29px !important;
  line-height: 1.12 !important;
}

#viewOpcoesConta .opcoes-conta-header p {
  margin: 7px 0 0 !important;
  color: #5a7069 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

#viewOpcoesConta .opcoes-card {
  padding: 21px !important;
  border: 1px solid #d5e5df !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #0b211c !important;
  box-shadow: 0 7px 20px rgba(18, 58, 47, .045) !important;
}

#viewOpcoesConta .opcoes-card-head {
  align-items: flex-start !important;
  gap: 12px !important;
  margin-bottom: 18px !important;
}

#viewOpcoesConta .opcoes-card h2 {
  margin: 1px 0 3px !important;
  color: #071b16 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
}

#viewOpcoesConta .opcoes-card-head p {
  margin: 0 !important;
  color: #637a73 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

#viewOpcoesConta .opcoes-icon {
  border: 1px solid #bce9cb !important;
  border-radius: 7px !important;
  background: #e9faef !important;
  color: #0cab55 !important;
}

#viewOpcoesConta .opcoes-card label {
  margin: 12px 0 6px !important;
  color: #355048 !important;
  font-size: 11px !important;
  letter-spacing: 0 !important;
}

#viewOpcoesConta .opcoes-card input {
  min-height: 47px !important;
  padding: 0 13px !important;
  border: 1px solid #cddfd9 !important;
  border-radius: 7px !important;
  background: #fbfdfc !important;
  color: #0b211c !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

#viewOpcoesConta .opcoes-card input[readonly] {
  background: #f1f6f4 !important;
  color: #516760 !important;
}

#viewOpcoesConta .opcoes-input-prefix {
  border: 1px solid #cddfd9 !important;
  border-radius: 7px !important;
  background: #fbfdfc !important;
}

#viewOpcoesConta .opcoes-input-prefix input {
  border: 0 !important;
  background: transparent !important;
}

#viewOpcoesConta .opcoes-note,
#viewOpcoesConta .opcoes-username-status {
  margin: 11px 0 0 !important;
  padding: 10px 12px !important;
  border: 1px solid #d5e5df !important;
  border-radius: 7px !important;
  background: #f5faf7 !important;
  color: #486159 !important;
  font-size: 12px !important;
}

#viewOpcoesConta .opcoes-username-status.is-ok,
#viewOpcoesConta #opTelefoneEstado.is-ok,
#viewOpcoesConta #opSmsEstado.is-ok {
  border-color: #b9e8c8 !important;
  background: #edfaf1 !important;
  color: #08783b !important;
}

#viewOpcoesConta .opcoes-username-status.is-warning,
#viewOpcoesConta #opTelefoneEstado.is-warning,
#viewOpcoesConta #opEmailEstado.is-warning {
  border-color: #f0d2ad !important;
  background: #fff8ed !important;
  color: #9c530f !important;
}

#viewOpcoesConta .btn-anunciar-final,
#viewOpcoesConta .btn-opcoes-secundario {
  min-height: 45px !important;
  border-radius: 7px !important;
  font-size: 13px !important;
}

#viewOpcoesConta .btn-opcoes-secundario {
  border: 1px solid #bcd8ce !important;
  background: #fff !important;
  color: #12362c !important;
}

@media (max-width: 760px) {
  #viewOpcoesConta .opcoes-conta-page {
    width: min(100% - 20px, 620px) !important;
    padding-top: 12px !important;
  }

  #viewOpcoesConta .opcoes-conta-header {
    min-height: 0 !important;
    padding: 18px 0 !important;
  }

  #viewOpcoesConta .opcoes-card {
    padding: 17px !important;
  }
}

@media (max-width: 430px) {
  #viewOpcoesConta .opcoes-conta-page {
    width: calc(100% - 14px) !important;
  }

  #viewOpcoesConta .opcoes-conta-header {
    align-items: flex-start !important;
    padding: 15px 0 !important;
  }

  #viewOpcoesConta .opcoes-conta-header h1 {
    font-size: 21px !important;
  }

  #viewOpcoesConta .opcoes-session-card {
    align-items: stretch !important;
    flex-direction: column !important;
    gap: 14px !important;
  }

  #viewOpcoesConta .btn-terminar-sessao {
    width: 100% !important;
  }
}
