.elementor-696 .elementor-element.elementor-element-3c1fd4e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-696 .elementor-element.elementor-element-2c685cc{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-696 .elementor-element.elementor-element-e8a40eb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-696:not(.elementor-motion-effects-element-type-background), body.elementor-page-696 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0B0B;}:root{--page-title-display:none;}/* Start custom CSS */.tmb-app-home {
  min-height: 100vh;
  background: #0b0b0b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  text-align: center;
}

.tmb-logo img {
  width: 110px;
  margin-bottom: 40px;
}

.tmb-actions {
  width: 100%;
  max-width: 320px;
}

.tmb-card {
  display: block;
  width: 100%;
  padding: 18px;
  margin-bottom: 16px;
  border: 1px solid rgba(188,145,48,0.4);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
}

.tmb-card:hover {
  border-color: #bc9130;
}

.tmb-card.primary {
  background: #bc9130;
  color: #111;
  border-color: #bc9130;
}

.tmb-card.primary:hover {
  background: #d3a641;
}

.tmb-text-btn {
  margin-top: 20px;
  font-size: 14px;
  color: #bc9130;
  text-decoration: none;
}/* End custom CSS */