.elementor-1222 .elementor-element.elementor-element-56b17b9{--display:flex;--min-height:50px;--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:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1222 .elementor-element.elementor-element-4b9bf6c{width:var( --container-widget-width, 50% );max-width:50%;background-color:transparent;padding:60px 30px 50px 30px;--container-widget-width:50%;--container-widget-flex-grow:0;background-image:linear-gradient(180deg, #0EAF00 0%, #0EAF00 100%);border-radius:20px 20px 20px 20px;}.elementor-1222 .elementor-element.elementor-element-4b9bf6c.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for shortcode, class: .elementor-element-4b9bf6c *//* SADECE RegistrationMagic login / dashboard kartı */
.elementor-1222 .elementor-element.elementor-element-4b9bf6c .rmagic,
.elementor-1222 .elementor-element.elementor-element-4b9bf6c .rmagic * {
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* Linkler: HESABIM / ÇIKIŞ */
.elementor-1222 .elementor-element.elementor-element-4b9bf6c .rmagic a {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-decoration: none;
}/* End custom CSS */
/* Start custom CSS *//* AUTH CARD */
.auth-card {
  display: flex;
  width: 900px;
  min-height: 480px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}

/* LEFT - LOGIN */
.auth-left {
  width: 50%;
  background: #ffffff;
  padding: 40px 35px;
}

/* RIGHT - REGISTER */
.auth-right {
  width: 50%;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.auth-right h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.auth-right p {
  font-size: 15px;
  opacity: 0.9;
  margin-bottom: 25px;
}

.auth-right a {
  background: #fff;
  color: #2563eb;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}/* End custom CSS */