.elementor-359 .elementor-element.elementor-element-11cf72a6{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-359 .elementor-element.elementor-element-426fd480{text-align:left;}/* Start custom CSS for html, class: .elementor-element-84e0e39 */body {
background-color: #1c1f2e;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 0;
}
.container {
  background: #2c3248;
  width: 100%;
  max-width: 420px;
  margin: 40px auto;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
h2, h3 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 24px;
  color: #ffffff;
}
input {
  width: 95%;
  padding: 10px;
  border: none;
  border-radius: 8px;
  background-color: #1c1f2e;
  color: #ffffff;
  font-size: 1rem;
  outline: none;
}
button {
  background-color: #3b82f6;
  color: #ffffff;
  padding: 12px;
  border: none;
  margin-top: 12px;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.3s, transform 0.2s;
}

button:hover {
  background-color: #2563eb;
  transform: scale(1.02);
}

.resultado, .detalhes {
  margin-top: 30px;
  background: #1c1f2e;
  padding: 5px;
  border-radius: 8px;
}/* End custom CSS */