.elementor-2284 .elementor-element.elementor-element-1a907e2{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}body.elementor-page-2284:not(.elementor-motion-effects-element-type-background), body.elementor-page-2284 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#011923;}@media(min-width:768px){.elementor-2284 .elementor-element.elementor-element-1a907e2{--content-width:1140px;}}/* Start custom CSS for html, class: .elementor-element-665be8c */.tabs-wrapper {
  max-width: 900px;
  margin: 0 auto;
  color: #e5e7eb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tabs-header {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.tab-btn {
  flex: 1;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #374151;
  background: #111827;
  color: #9ca3af;
  cursor: pointer;
  font-weight: 500;
}

.tab-btn.active {
  background: #0f766e;
  color: #ecfeff;
  border-color: #0f766e;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.simulador-wrapper {
  margin-top: 24px;
  padding: 16px 18px;
  border-radius: 12px;
  background: #020617;
  border: 1px solid #1f2933;
}

.simulador-wrapper h3 {
  margin: 0 0 4px;
  font-size: 1.2rem;
}

.simulador-descricao {
  margin: 0 0 16px;
  font-size: 0.9rem;
  color: #9ca3af;
}

.inputs-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

.campo {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 140px;
}

.campo label {
  font-size: 0.8rem;
  color: #9ca3af;
}

.campo input,
.campo select {
  background: #020617;
  border-radius: 8px;
  border: 1px solid #374151;
  padding: 6px 8px;
  color: #e5e7eb;
  font-size: 0.9rem;
}

.simulador-btn {
  margin-top: 4px;
  padding: 8px 16px;
  border-radius: 999px;
  border: none;
  background: #0f766e;
  color: #ecfeff;
  font-weight: 600;
  cursor: pointer;
}

.simulador-btn.inline-btn {
  align-self: flex-end;
  margin-top: 18px;
}

.resultados-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0;
}

.card-resultado {
  flex: 1 1 150px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #020617;
  border: 1px solid #1f2937;
}

.valor-card {
  margin-top: 4px;
  font-weight: 600;
  font-size: 1.05rem;
}

.card-planejamento {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #1f2937;
  background: #020617;
  font-size: 0.9rem;
}

.meta-display {
  margin-top: 8px;
  font-size: 0.95rem;
}

/* Moeda + cotação na mesma linha */
.currency-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.currency-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
}

.currency-btn {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #374151;
  background: #020617;
  color: #9ca3af;
  cursor: pointer;
  font-size: 0.85rem;
}

.currency-btn.active {
  background: #0f766e;
  color: #ecfeff;
  border-color: #0f766e;
}

.cotacao-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cotacao-label {
  font-size: 0.85rem;
}

.cotacao-label input {
  width: 80px;
}

.cotacao-info {
  font-size: 0.8rem;
  color: #9ca3af;
}

/* Progresso / métricas */
.barra-progresso {
  margin-top: 10px;
  height: 10px;
  width: 100%;
  border-radius: 999px;
  background: #020617;
  border: 1px solid #1f2937;
  overflow: hidden;
}

#reg-barra {
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg,#22c55e,#22d3ee);
  transition: width 0.4s ease;
}

.texto-menor {
  font-size: 0.85rem;
  color: #9ca3af;
}

.texto-projecao {
  font-size: 0.85rem;
  color: #c4b5fd;
}

.reg-dica {
  margin-top: 10px;
  font-size: 0.9rem;
}

/* Lista de registros */
.registro-accordion {
  margin-top: 14px;
}

.accordion-link {
  font-size: 0.9rem;
  cursor: pointer;
  color: #93c5fd;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.accordion-content.open {
  max-height: 280px;
}

#reg-lista {
  list-style: none;
  padding-left: 0;
  margin-top: 8px;
  font-size: 0.9rem;
}

#reg-lista li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 4px;
}

.reg-positive {
  color: #4ade80;
}

.reg-negative {
  color: #f97373;
}

.reg-delete {
  cursor: pointer;
  font-size: 0.8rem;
  color: #f97373;
}

/* Métricas grid */
.metrics-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
  font-size: 0.85rem;
}

.metric-item {
  padding: 8px;
  border-radius: 10px;
  background: #020617;
  border: 1px solid #1f2937;
}

.metric-label {
  display: block;
  color: #9ca3af;
  margin-bottom: 4px;
}

.metric-value {
  font-weight: 600;
}

/* Reset link */
.reset-link {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.8rem;
  color: #9ca3af;
  background-color: #FF000030;
  border-color: #FF0000;
  border: 1px solid #FF000030; 
  padding: 05px;
  cursor: pointer;
}

/* PARES DO DIA */
.pares-dia-wrapper {
  margin-top: 24px;
  padding-top: 12px;
  border-top: 1px solid #1f2937;
}

.pares-dia-sub {
  font-size: 0.85rem;
  color: #9ca3af;
  margin-bottom: 4px;
}

.pares-timer {
  font-size: 0.8rem;
  color: #c4b5fd;
  margin-bottom: 8px;
}

.pares-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.par-card {
  flex: 1 1 180px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #020617;
  border: 1px solid #1f2937;
  font-size: 0.9rem;
}

.par-type {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 4px;
}

.par-nome {
  font-weight: 800;
  color: #01FFEC;
  margin-bottom: 4px;
}

.par-texto {
  font-size: 0.85rem;
}

/* Mobile */
@media (max-width: 640px) {
  .metrics-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .currency-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .simulador-wrapper {
    padding: 12px;
  }
}/* End custom CSS */
/* Start custom CSS */.analise-wrapper {
  margin-top: 20px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #020617;
  border: 1px solid #1f2937;
  font-size: 0.9rem;
}

.analise-wrapper h4 {
  margin: 0 0 6px;
  font-size: 0.95rem;
}

.ia-texto {
  margin: 4px 0;
  color: #e5e7eb;
}

.notificacoes-wrapper {
  margin-top: 16px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #020617;
  border: 1px dashed #374151;
  font-size: 0.88rem;
}

.notificacoes-wrapper h4 {
  margin: 0 0 6px;
  font-size: 0.95rem;
}

#notificacoes-lista {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#notificacoes-lista li {
  margin-bottom: 4px;
}

.notif-ok {
  color: #4ade80;
}

.notif-alerta {
  color: #facc15;
}

.notif-perigo {
  color: #f97373;
}

/* linha do reset + backup */
.backup-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 6px;
}

.backup-btn {
  padding: 4px 12px;
  font-size: 0.8rem;
}


.tabs-wrapper {
  max-width: 900px;
  margin: 0 auto;
  color: #e5e7eb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tabs-header {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.tab-btn {
  flex: 1;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #374151;
  background: #111827;
  color: #9ca3af;
  cursor: pointer;
  font-weight: 500;
}

.tab-btn.active {
  background: #0f766e;
  color: #ecfeff;
  border-color: #0f766e;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.simulador-wrapper {
  margin-top: 24px;
  padding: 16px 18px;
  border-radius: 12px;
  background: #020617;
  border: 1px solid #1f2933;
}

.simulador-wrapper h3 {
  margin: 0 0 4px;
  font-size: 1.2rem;
}

.simulador-descricao {
  margin: 0 0 16px;
  font-size: 0.9rem;
  color: #9ca3af;
}

.inputs-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

.campo {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 140px;
}

.campo label {
  font-size: 0.8rem;
  color: #9ca3af;
}

.campo input,
.campo select {
  background: #020617;
  border-radius: 8px;
  border: 1px solid #374151;
  padding: 6px 8px;
  color: #e5e7eb;
  font-size: 0.9rem;
}

.simulador-btn {
  margin-top: 4px;
  padding: 8px 16px;
  border-radius: 999px;
  border: none;
  background: #0f766e;
  color: #ecfeff;
  font-weight: 600;
  cursor: pointer;
}

.simulador-btn.inline-btn {
  align-self: flex-end;
  margin-top: 18px;
}

.resultados-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0;
}

.card-resultado {
  flex: 1 1 150px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #020617;
  border: 1px solid #1f2937;
}

.valor-card {
  margin-top: 4px;
  font-weight: 600;
  font-size: 1.05rem;
}

.card-planejamento {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #1f2937;
  background: #020617;
  font-size: 0.9rem;
}

.meta-display {
  margin-top: 8px;
  font-size: 0.95rem;
}

/* Moeda + cotação na mesma linha */
.currency-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.currency-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
}

.currency-btn {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #374151;
  background: #020617;
  color: #9ca3af;
  cursor: pointer;
  font-size: 0.85rem;
}

.currency-btn.active {
  background: #0f766e;
  color: #ecfeff;
  border-color: #0f766e;
}

.cotacao-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cotacao-label {
  font-size: 0.85rem;
}

.cotacao-label input {
  width: 80px;
}

.cotacao-info {
  font-size: 0.8rem;
  color: #9ca3af;
}

/* Progresso / métricas */
.barra-progresso {
  margin-top: 10px;
  height: 10px;
  width: 100%;
  border-radius: 999px;
  background: #020617;
  border: 1px solid #1f2937;
  overflow: hidden;
}

#reg-barra {
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg,#22c55e,#22d3ee);
  transition: width 0.4s ease;
}

.texto-menor {
  font-size: 0.85rem;
  color: #9ca3af;
}

.texto-projecao {
  font-size: 0.85rem;
  color: #c4b5fd;
}

.reg-dica {
  margin-top: 10px;
  font-size: 0.9rem;
}

/* Lista de registros */
.registro-accordion {
  margin-top: 14px;
}

.accordion-link {
  font-size: 0.9rem;
  cursor: pointer;
  color: #93c5fd;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.accordion-content.open {
  max-height: 280px;
}

#reg-lista {
  list-style: none;
  padding-left: 0;
  margin-top: 8px;
  font-size: 0.9rem;
}

#reg-lista li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 4px;
}

.reg-positive {
  color: #4ade80;
}

.reg-negative {
  color: #f97373;
}

.reg-delete {
  cursor: pointer;
  font-size: 0.8rem;
  color: #f97373;
}

/* Métricas grid */
.metrics-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
  font-size: 0.85rem;
}

.metric-item {
  padding: 8px;
  border-radius: 10px;
  background: #020617;
  border: 1px solid #1f2937;
}

.metric-label {
  display: block;
  color: #9ca3af;
  margin-bottom: 4px;
}

.metric-value {
  font-weight: 600;
}

/* Reset link */
.reset-link {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.8rem;
  color: #9ca3af;
  background-color: #FF000030;
  border-color: #FF0000;
  border: 1px solid #FF000030; 
  padding: 05px;
  cursor: pointer;
}

/* PARES DO DIA */
.pares-dia-wrapper {
  margin-top: 24px;
  padding-top: 12px;
  border-top: 1px solid #1f2937;
}

.pares-dia-sub {
  font-size: 0.85rem;
  color: #9ca3af;
  margin-bottom: 4px;
}

.pares-timer {
  font-size: 0.8rem;
  color: #c4b5fd;
  margin-bottom: 8px;
}

.pares-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.par-card {
  flex: 1 1 180px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #020617;
  border: 1px solid #1f2937;
  font-size: 0.9rem;
}

.par-type {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 4px;
}

.par-nome {
  font-weight: 800;
  color: #01FFEC;
  margin-bottom: 4px;
}

.par-texto {
  font-size: 0.85rem;
}

/* Mobile */
@media (max-width: 640px) {
  .metrics-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .currency-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .simulador-wrapper {
    padding: 12px;
  }
}/* End custom CSS */