.elementor-50 .elementor-element.elementor-element-4eba87f{--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;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-167be76 *//* AUTH HEADER */
.gm-auth-header {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  z-index: 99999;
  background: rgba(13,13,26,0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(108,99,255,0.15);
  transition: all 0.3s;
}
.gm-auth-header.scrolled {
  background: rgba(13,13,26,0.98) !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.4) !important;
  border-bottom: 1px solid rgba(108,99,255,0.3) !important;
}
.gm-auth-header-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.gm-auth-logo {
  font-size: 22px;
  font-weight: 900;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.gm-auth-logo span {
  background: linear-gradient(135deg, #6c63ff, #f5576c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* BUTTONS */
.gm-auth-btns {
  display: flex;
  align-items: center;
  gap: 12px;
}
.gm-login-btn {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 50px;
  border: 1px solid rgba(255,255,255,0.25);
  background: transparent;
  transition: all 0.2s;
  white-space: nowrap;
}
.gm-login-btn:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border-color: rgba(255,255,255,0.5);
}
.gm-register-btn {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 50px;
  background: linear-gradient(135deg, #6c63ff, #f5576c);
  transition: all 0.2s;
  box-shadow: 0 4px 16px rgba(108,99,255,0.4);
  white-space: nowrap;
}
.gm-register-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(108,99,255,0.6);
  color: #fff;
}

/* PAGE TOP SPACE */
.gm-wrap { padding-top: 64px !important; }

/* MOBILE */
@media (max-width: 576px) {
  .gm-auth-header-inner { padding: 0 16px; height: 56px; }
  .gm-auth-logo span { font-size: 18px; }
  .gm-login-btn { padding: 8px 14px; font-size: 13px; }
  .gm-register-btn { padding: 8px 14px; font-size: 13px; }
}

/* VERY SMALL MOBILE */
@media (max-width: 360px) {
  .gm-auth-logo span { font-size: 16px; }
  .gm-login-btn { padding: 7px 10px; font-size: 12px; }
  .gm-register-btn { padding: 7px 10px; font-size: 12px; }
}/* End custom CSS */