* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  background: rgb(248, 248, 248);
  color: rgb(54, 69, 77);
  letter-spacing: 0.12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}

/* ===== HEADER ===== */
.header { width: 100%; max-width: 984px; height: 84px; text-align: center; }
.header .clearfix { margin: 0; }
.header .logo {
  display: inline-block;
  width: 160px; height: 34px;
  margin: 30px 0 20px;
  vertical-align: middle;
  text-indent: -9999px;
  overflow: hidden;
  background: url('https://s0.shbdn.com/assets/images/logo:d778d02673ac4315c45556162b7618e0.png') center/contain no-repeat;
  cursor: pointer;
}

/* ===== BANNER ===== */
.foreignForceInfo {
  width: 100%; max-width: 500px; padding: 12px;
  margin: 0 auto 20px;
  background: rgb(255, 247, 224);
  border: 1px solid rgb(237, 223, 183);
  border-radius: 4px;
  font-weight: 400; color: rgb(0, 0, 0);
}
.infoText {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.infoText img, #infoIcon {
  box-sizing: content-box !important;
  width: 24px !important;
  height: 24px !important;
  padding: 0px 12px 0px 0px !important;
  margin: 0px !important;
  display: block !important;
  position: static !important;
  vertical-align: baseline !important;
  flex-shrink: 1 !important;
  object-fit: fill !important;
}
#infoBoldText {
  font-size: 16px; font-weight: 400;
  color: rgb(189, 107, 38);
  margin: 4px; line-height: normal;
}
.foreignForceInfo > p,
.informUs p {
  font-size: 14px; font-weight: 400;
  color: rgb(102, 102, 102);
  line-height: 18.06px; margin-top: 2px;
}
#foreignLoginInformLink {
  color: rgb(0, 51, 153); font-weight: 500;
  cursor: pointer;
}
#foreignLoginInformLink:hover { text-decoration: underline; }

/* ===== KART ===== */
.form-wrapper-modern {
  width: 100%; max-width: 500px; padding: 48px;
  margin: 0 auto;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(222, 222, 222);
  border-radius: 0;
  position: relative;
}
.login-individual-columns {
  display: flex; flex-direction: column;
  align-items: stretch;
}
.login-individual-form-col {
  width: 100%; flex: 1 1 auto;
}

/* ===== BAŞLIK ===== */
.login-social-signin-title {
  font-size: 24px; font-weight: 600;
  color: rgb(51, 51, 51);
  margin: 0 0 24px; line-height: 28px;
  text-align: center;
}

/* ===== FORM DL/DD ===== */
#loginForm dl { margin: 0; padding: 0; }
#loginForm dd {
  list-style: none; display: block;
  margin: 0 0 16px; padding: 0;
}
#loginForm dd + dd { margin-bottom: 8px; }

/* ===== FLOATING LABEL FIELD ===== */
#loginForm .text {
  position: relative; width: 100%; height: 50px;
}
#loginForm .text input {
  display: block; width: 100%; height: 50px;
  padding: 15px 14px 0;
  font-size: 14px; font-weight: 500;
  font-family: 'Roboto', sans-serif;
  color: rgb(51, 51, 51);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(222, 222, 222);
  border-radius: 2px;
  outline: none; letter-spacing: 0.14px;
  overflow: clip;
}
#loginForm .text input:focus { border-color: rgb(67, 142, 216); }
#loginForm .text label {
  position: absolute; top: 15px; left: 14px;
  font-size: 14px; font-weight: 500;
  color: rgb(153, 153, 153);
  line-height: 19px; pointer-events: none;
  transition: all 0.2s ease;
}
#loginForm .text input::placeholder {
  color: transparent !important;
  opacity: 0 !important;
}
#loginForm .text input::-webkit-input-placeholder {
  color: transparent !important;
  opacity: 0 !important;
}
#loginForm .text input:focus + label,
#loginForm .text input:not(:placeholder-shown) + label {
  top: 5px; font-size: 10px; line-height: 12px;
}

/* ===== EYE BUTTON ===== */
.show-hide-trigger {
  position: absolute; right: 14px; top: 50%;
  transform: translateY(-50%);
  width: 21px; height: 18px;
  display: block; cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='18' viewBox='0 0 24 24' fill='none' stroke='rgb(67,142,216)' stroke-width='2'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* ===== LOGIN OPTIONS ===== */
.login-options {
  display: flex; align-items: center;
  justify-content: space-between;
  list-style: none;
  width: 100%; height: 15px;
  margin: 0 0 16px;
}
.login-options .checkbox {
  display: flex; align-items: center;
  position: relative;
}
.login-options .checkbox input[type="checkbox"] {
  width: 0; height: 0; opacity: 0;
  position: absolute;
}
.login-options .checkbox label {
  display: inline-block; position: relative;
  padding-left: 20px;
  font-size: 12px; font-weight: 500;
  color: rgb(51, 51, 51);
  cursor: pointer;
}
.login-options .checkbox label::before {
  content: ''; position: absolute;
  left: 0; top: 50%; transform: translateY(-50%);
  width: 16px; height: 16px;
  border: 1px solid rgb(200, 200, 200);
  border-radius: 50%; background: #fff;
  transition: background-color 0.2s, border-color 0.2s;
}
.login-options .checkbox input:checked + label::before {
  background: rgb(67, 142, 216);
  border-color: rgb(67, 142, 216);
}
.login-options .checkbox input:checked + label::after {
  content: ''; position: absolute;
  left: 4px; top: 50%;
  width: 8px; height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-60%) rotate(-45deg);
}
.forgot-guest-buy {
  font-size: 12px; font-weight: 500;
  color: rgb(67, 142, 216);
  text-decoration: none; cursor: pointer;
}
.forgot-guest-buy:hover { text-decoration: underline; }

/* ===== LOGIN BUTTON ===== */
.login-btn-new-social-sign-up-container { margin-bottom: 0; }
.btn.btn-new {
  display: flex; align-items: center;
  justify-content: center;
  width: 100%; height: 40px;
  padding: 11px 20px;
  font-size: 14px; font-weight: 500;
  font-family: 'Roboto', sans-serif;
  color: rgb(255, 255, 255);
  background: rgb(67, 142, 216);
  border: 0; border-radius: 2px;
  cursor: pointer; line-height: 19px;
  letter-spacing: 0.14px; gap: 10px;
}
.btn.btn-new:hover { background: rgb(55, 125, 195); }

/* ===== HESAP AÇ ===== */
.redirect-to-register {
  text-align: center;
  margin: 16px 0 0;
  font-size: 14px; font-weight: 500;
  color: rgb(51, 51, 51);
}
.redirect-to-register span { margin-right: 4px; }
.redirect-to-register a {
  color: rgb(67, 142, 216);
  font-weight: 700;
  text-decoration: none;
}
.redirect-to-register a::after { content: ' \25B8'; }
.redirect-to-register a:hover { text-decoration: underline; }

/* ===== VEYA DIVIDER ===== */
.split-line {
  display: flex; align-items: center;
  margin: 16px 0;
}
.split-line .line {
  flex: 1; height: 1px;
  background: rgb(222, 222, 222);
}
.split-line .split-text {
  padding: 0 16px;
  font-size: 12px; font-weight: 500;
  color: rgb(153, 153, 153);
  letter-spacing: 1px;
}

/* ===== SOCIAL BUTTONS ===== */
.btn-google-container,
.btn-apple-container {
  display: flex; align-items: center;
  justify-content: center;
  width: 100%; height: 40px;
  border: 1px solid rgb(215, 215, 215);
  border-radius: 2px;
  cursor: pointer; position: relative;
  font-size: 14px; font-weight: 500;
  line-height: 19px; gap: 8px;
  background: transparent;
}
.btn-google-container { color: rgb(51, 103, 214); margin: 0; }
.btn-apple-container { color: rgb(0, 0, 0); margin-top: 16px; }
.btn-google-container:hover,
.btn-apple-container:hover { background: rgb(248, 248, 248); }
.btn-google-container .icon,
.btn-apple-container .icon {
  display: flex; align-items: center;
}

/* ===== EULA FOOTER ===== */
.login-page-social-signin-footer {
  margin-top: 24px; text-align: center;
}
.eula-area { margin: 0; padding: 0; }
.eula-area dd {
  list-style: none; margin: 0; padding: 0;
}
.eula-area label {
  font-size: 11px; font-weight: 400;
  color: rgb(153, 153, 153);
  line-height: 16px;
}
.eula-area a {
  color: rgb(67, 142, 216);
  text-decoration: none; font-weight: 500;
}
.eula-area a:hover { text-decoration: underline; }
.redirect-to-qr-page {
  margin-top: 16px;
  font-size: 14px; font-weight: 500;
  color: rgb(51, 51, 51);
}
.redirect-to-qr-page a {
  color: rgb(67, 142, 216);
  text-decoration: none; font-weight: 700;
}
.redirect-to-qr-page a:hover { text-decoration: underline; }

/* ===== PRIVACY TEXT ===== */
.foreignLoginPrivacyText {
  width: 100%; max-width: 500px; margin: 16px auto 0;
  text-align: center;
}
.foreignLoginPrivacyText p {
  font-size: 11px; font-weight: 400;
  color: rgb(153, 153, 153);
  line-height: 16px;
}
.foreignLoginPrivacyText a {
  color: rgb(67, 142, 216);
  text-decoration: none; font-weight: 500;
}
.foreignLoginPrivacyText a:hover { text-decoration: underline; }

/* ===== FOOTER ===== */
.mini-footer {
  width: 100%; max-width: 984px; margin: 0 auto;
  text-align: center;
}
.flex-st {
  display: flex; justify-content: center;
  align-items: center;
  gap: 8px; margin-top: 16px;
}
.flex-st a {
  font-size: 10px; font-weight: 400;
  color: rgba(17, 18, 20, 0.8);
  text-decoration: none; cursor: pointer;
}
.flex-st a:hover { text-decoration: underline; }
.st-middle {
  width: 0; height: 13px;
  border-right: 1px solid rgb(222, 222, 222);
}
.login-page-captcha-disclaimer {
  font-size: 10px; font-weight: 400;
  color: rgba(17, 18, 20, 0.44);
  margin-top: 8px; text-align: center;
}
.login-page-captcha-disclaimer a {
  color: rgba(17, 18, 20, 0.44);
  text-decoration: none;
}
.login-page-captcha-disclaimer a:hover { text-decoration: underline; }

/* ===== DT HIDE ===== */
#loginForm dt { display: none; }

/* ===== MOBILE RESPONSIVE MEDIA QUERY ===== */
@media (max-width: 520px) {
  body {
    padding: 0 12px 24px;
  }
  .header {
    height: auto;
  }
  .header .logo {
    margin: 20px 0;
  }
  .foreignForceInfo {
    width: 100%;
    margin: 0 0 16px;
    box-sizing: border-box;
  }
  .form-wrapper-modern {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 4px;
  }
  .foreignLoginPrivacyText {
    width: 100%;
    box-sizing: border-box;
    padding: 0 8px;
  }
  .mini-footer {
    width: 100%;
    box-sizing: border-box;
    padding: 0 12px;
  }
  .flex-st {
    flex-wrap: wrap;
    gap: 8px;
  }
}
