/* Matadorbet platform overlays — accent #ff3e02 */
.header-info-bar,
.mt-info-bar {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
#pushengage-opt-in-1,
[id^="pushengage-opt-in"],
.pushengage-opt-in__safari-style {
  display: none !important;
  visibility: hidden !important;
}
#site { display: block !important; }
body.modal-open { padding-right: 0 !important; }
body.modal-open:not(.mt-splash-open) { overflow: auto !important; }
body.mt-splash-open { overflow: hidden !important; }

#mainsplash___BV_modal_outer_ {
  position: absolute;
  z-index: 1040;
}
#mainsplash.mt-splash-modal {
  display: block;
}
.modal#mainsplash.mt-splash-modal .modal-dialog,
.modal.mt-splash-modal .modal-dialog {
  max-width: min(920px, 94vw);
}
.modal#mainsplash.mt-splash-modal .modal-content,
.modal#mainsplash.mt-splash-modal .modal-content.mt-splash-content,
.modal.mt-splash-modal .modal-content,
.modal.mt-splash-modal .modal-content.mt-splash-content {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.modal#mainsplash.mt-splash-modal .modal-body,
.modal#mainsplash.mt-splash-modal .modal-body.mt-splash-body,
.modal.mt-splash-modal .modal-body,
.modal.mt-splash-modal .modal-body.mt-splash-body {
  padding: 0 !important;
  background: transparent !important;
  overflow: visible !important;
  color: inherit;
}
.mt-splash-link { cursor: pointer; line-height: 0; }
.mt-splash-img,
.mt-splash-link { display: block; background: transparent; position: relative; }
.mt-splash-img { width: 100%; height: auto; }
.mt-splash-img img.mw-100 { max-width: 100%; height: auto; display: block; }
.mt-splash-x {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 3;
}
#mainsplash___BV_modal_backdrop_.modal-backdrop {
  display: block;
  opacity: .5;
  background: #000;
}

@media (max-width: 767px) {
  iframe[title="chat widget"],
  iframe[title="Chat widget"] {
    bottom: calc(76px + env(safe-area-inset-bottom, 0px)) !important;
  }
}
html.tawk-force-open iframe[title="chat widget"],
html.tawk-force-open iframe[title="Chat widget"] {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

iframe[title="tawk.to'yu Ziyaret Edin"],
iframe[title*="tawk.to"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
}

.mt-tawk-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #2a324a;
  color: #fff;
  box-shadow: 0 4px 14px rgba(16, 20, 32, .35);
  cursor: pointer;
}
.mt-tawk-fab svg {
  width: 28px;
  height: 28px;
  display: block;
}
.mt-tawk-fab.is-hidden,
body.mt-tawk-open .mt-tawk-fab { display: none !important; }

#mt-chat-skin {
  position: fixed;
  z-index: 2147483647;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  pointer-events: none;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
#mt-chat-skin[hidden] { display: none !important; }
#mt-chat-skin .mt-chat-head {
  pointer-events: auto;
  flex: 0 0 33%;
  box-sizing: border-box;
  background: #2a324a;
  color: #fff;
  padding: 26px 48px 14px 22px;
  position: relative;
}
#mt-chat-skin .mt-chat-logo {
  width: 148px;
  height: 36px;
  line-height: 0;
}
#mt-chat-skin .mt-chat-logo img {
  display: block;
  width: 148px;
  height: 36px;
  object-fit: contain;
  object-position: left center;
}
#mt-chat-skin .mt-chat-hello {
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}
#mt-chat-skin .mt-chat-sub {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.3;
  color: rgba(255, 255, 255, .78);
}
#mt-chat-skin .mt-chat-x {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  color: #ff3e02;
  font-size: 26px;
  line-height: 30px;
  cursor: pointer;
}
#mt-chat-skin .mt-chat-pass { flex: 0 0 17%; }
#mt-chat-skin .mt-chat-fill {
  pointer-events: auto;
  flex: 1 1 auto;
  background: #1e2436;
}
#mt-chat-skin .mt-chat-foot {
  pointer-events: auto;
  flex: 0 0 11%;
  background: #fff;
}
#mt-chat-skin.is-chat .mt-chat-head {
  flex: 0 0 62px;
  padding: 16px 48px 0 18px;
}
#mt-chat-skin.is-chat .mt-chat-hello,
#mt-chat-skin.is-chat .mt-chat-sub,
#mt-chat-skin.is-chat .mt-chat-pass,
#mt-chat-skin.is-chat .mt-chat-fill {
  display: none;
}
#mt-chat-skin.is-chat .mt-chat-foot {
  flex: 0 0 36px;
  background: #fff;
}
@media (max-width: 767px) {
  .mt-tawk-fab {
    right: 10px;
    bottom: calc(85px + env(safe-area-inset-bottom, 0px));
  }
}

.mt-logged-btns {
  display: none;
  align-items: center;
  gap: 8px;
}
body.is-logged .header-buttons > a.signin-link,
body.is-logged .header-buttons > a.register-link {
  display: none !important;
}
body.is-logged .mt-logged-btns { display: flex !important; }
.mt-bal {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  padding: 0 6px;
}
.mt-user {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: none;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 4px;
}
.mt-userwrap { position: relative; }
.mt-usermenu {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  min-width: 180px;
  background: #1a1c1e;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 6px;
  z-index: 50;
  overflow: hidden;
}
.mt-usermenu a {
  display: block;
  color: #fff;
  padding: 10px 14px;
  font-size: 13px;
  text-transform: none;
}
.mt-usermenu a:hover { background: #ff3e02; color: #fff; }

.mt-acc {
  max-width: 1100px;
  margin: 20px auto 40px;
  padding: 0 16px 40px;
  color: #fff;
}
.mt-acc h1, .mt-acc h2 {
  font-size: 22px;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.mt-acc-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.mt-acc-nav a {
  color: #fff;
  background: #2a2c2e;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 13px;
}
.mt-acc-nav a.is-on,
.mt-acc-nav a:hover { background: #ff3e02; }

.mt-dep-table { width: 100%; border-collapse: collapse; background: #16181a; }
.mt-dep-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 8px;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #fff;
  text-decoration: none;
}
.mt-dep-row.is-head {
  font-size: 12px;
  text-transform: uppercase;
  color: #9aa0a6;
  background: #101214;
}
.mt-dep-row:not(.is-head):hover { background: #242628; }
.mt-dep-name { font-weight: 700; display: flex; align-items: center; gap: 10px; }
.mt-dep-badge {
  background: #ff3e02;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  text-transform: uppercase;
}
.mt-fin-form {
  background: #16181a;
  padding: 20px;
  border-radius: 8px;
}
.mt-fin-field { margin-bottom: 14px; }
.mt-fin-field .tx { margin-bottom: 6px; font-size: 13px; color: #c5c8cc; }
.mt-fin-field input, .mt-fin-field select, .mt-fin-field textarea {
  width: 100%;
  max-width: 420px;
  background: #0d0f11;
  border: 1px solid #3a3d40;
  color: #fff;
  padding: 10px 12px;
  border-radius: 4px;
}
.mt-fin-cardrow { display: flex; gap: 12px; flex-wrap: wrap; }
.mt-fin-back {
  background: transparent;
  border: 0;
  color: #ff3e02;
  cursor: pointer;
  margin-bottom: 12px;
  font-weight: 700;
}
.mt-fin-submit, .mt-btn {
  background: #ff3e02;
  color: #fff;
  border: 0;
  padding: 12px 22px;
  font-weight: 800;
  letter-spacing: .04em;
  cursor: pointer;
  border-radius: 4px;
  text-transform: uppercase;
}
.mt-fin-submit:disabled, .mt-btn:disabled { opacity: .6; cursor: wait; }
.mt-msg { margin-top: 12px; color: #9ad39a; }
.mt-msg.is-err { color: #ff8a7a; }
.mt-cardrow { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 720px) {
  .mt-dep-row { grid-template-columns: 1fr 1fr; }
  .mt-cardrow { grid-template-columns: 1fr; }
}

body[data-mt-page] .site-content > :not(.mt-acc) { display: none !important; }
body[data-mt-page] .sliderouter { display: none !important; }
body[data-mt-page] .carousel { display: none !important; }

[data-mt-fin-list][hidden],
[data-mt-fin-form][hidden],
.mt-fin-back[hidden],
.mt-usermenu[hidden] {
  display: none !important;
}

/* Home has no category rail; inner pages match original 42px white bar */
body.page-main .mt-mrail,
body.page-main #site .mt-mrail,
body.page-main nav.mt-mrail,
body.page-main .mt-mrail[class] {
  display: none !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
body.isMobile:not(.page-main) #site .mt-mrail,
body.isMobile:not(.page-main) nav.mt-mrail,
body.isMobile:not(.page-main) .mt-mrail.mt-mrail--v1,
body.isMobile:not(.page-main) .mt-mrail[class] {
  display: block !important;
  height: 42px !important;
  max-height: 42px !important;
  overflow: hidden !important;
  visibility: visible !important;
  pointer-events: auto !important;
  background: #fff;
  border-bottom: 1px solid #ececf0;
  position: relative !important;
  z-index: 40;
}
body.page-sportsbook.isMobile header.mt-mhdr {
  position: sticky !important;
  top: 0 !important;
  z-index: 1100 !important;
}
body.page-sportsbook.isMobile #site .mt-mrail {
  position: sticky !important;
  top: 52px !important;
  z-index: 1090 !important;
}
body.isMobile:not(.page-main) .mt-mrail__track {
  display: flex;
  align-items: stretch;
  height: 42px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
body.isMobile:not(.page-main) .mt-mrail__track::-webkit-scrollbar {
  display: none;
}
body.isMobile:not(.page-main) .mt-mrail__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
  height: 42px;
  padding: 0 12px;
  text-decoration: none;
  color: rgba(42, 50, 74, .72);
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 400;
}
body.isMobile:not(.page-main) .mt-mrail__item.is-on .mt-mrail__lbl {
  color: #ff3d02;
}
body.isMobile:not(.page-main) .mt-mrail__ico {
  display: block;
  flex: 0 0 auto;
}

#mt-mnav-dim {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 1300;
}
#mt-mnav-root.over_body_dialog.left {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  max-width: 86vw;
  height: 100%;
  z-index: 1301;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 0 0 #ff3d02, 0 8px 32px rgba(42, 50, 74, .18);
}
#mt-mnav-root .mt-mnav--left {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  color: #2a324a;
}
#mt-mnav-root .mt-mnav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 14px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
#mt-mnav-root .mt-mnav__logo {
  display: block;
  width: 147px;
  height: 16px;
}
#mt-mnav-root .mt-mnav__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
#mt-mnav-root .mt-mnav__scroll {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#mt-mnav-root .mt-mnav__body {
  display: flex;
  flex-direction: column;
  padding: 0 0 24px;
}
#mt-mnav-root .mt-mnav__list {
  list-style: none;
  margin: 0;
  padding: 0 14px;
}
#mt-mnav-root .mt-mnav__item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 14px;
  color: #2a324a;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
}
#mt-mnav-root .mt-mnav__ico {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
#mt-mnav-root .mt-mnav__lbl {
  display: block;
  line-height: 18px;
}
#mt-mnav-root .mt-mnav__section {
  margin: 10px 14px 0;
  padding: 10px 0 8px;
}
#mt-mnav-root .mt-mnav__list--links {
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 6px 0;
  margin: 6px 14px 0;
}
#mt-mnav-root .mt-mnav__section-title {
  padding: 0 14px 6px;
  font-size: 12px;
  font-weight: 700;
  color: transparent;
  background-image: linear-gradient(90deg, #ff3d02, #e01200);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#mt-mnav-root .mt-mnav__item--link {
  text-transform: none;
  font-weight: 600;
  font-size: 12px;
  gap: 8px;
}
#mt-mnav-root .mt-mnav__chev {
  width: 6px;
  height: 10px;
  transform: rotate(-90deg);
  flex-shrink: 0;
}
#mt-mnav-root .mt-mnav__social {
  display: flex;
  gap: 8px;
  padding: 4px 14px 0;
}
#mt-mnav-root .mt-mnav__social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-decoration: none;
}
#mt-mnav-root .mt-mnav__social-btn--fb { background: #1877f2; }
#mt-mnav-root .mt-mnav__social-btn--ig { background: #e1306c; }
#mt-mnav-root .mt-mnav__social-btn--x { background: #111; }
#mt-mnav-root .mt-mnav__social-btn--yt { background: #ff0000; }
#mt-mnav-root .mt-mnav__social-btn--tg { background: #2aabee; }
body.page-sportsbook .site-footer {
  display: none !important;
}
body.page-sportsbook .mt-mhdr-topfix,
body.page-sportsbook .iPhone-topFix {
  display: none !important;
  height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.page-sportsbook {
  overflow: hidden !important;
}
.mt-sbc-page,
.container-sb {
  min-height: calc(100vh - 94px);
  background: #0d0f11;
}
#sbc {
  height: calc(100vh - 94px) !important;
  min-height: calc(100vh - 94px);
  background: #0d0f11;
}
#sbc iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

body.is-logged .mt-mhdr__support { display: none !important; }
.mt-mhdr__deposit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 9px;
  border-radius: 7px;
  background: linear-gradient(90deg, #ff3d02, #e01200);
  color: #fff !important;
  text-decoration: none;
  font-size: .6875rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 3px 8px rgba(255, 61, 2, .22);
}
.mt-mhdr__account {
  appearance: none;
  border: 1px solid hsla(0, 0%, 100%, .12);
  background: hsla(0, 0%, 100%, .06);
  color: #fff;
  height: 28px;
  padding: 0 8px 0 6px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.mt-mhdr__bal {
  font-size: .625rem;
  font-weight: 600;
  color: hsla(0, 0%, 100%, .88);
  white-space: nowrap;
  max-width: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#mt-mnav-right {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(320px, 85vw);
  z-index: 1302;
}
#mt-mnav-right .mt-mnav {
  font-family: Poppins, Helvetica, sans-serif;
  background: #fff;
  width: 100%;
  height: 100%;
  max-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(42, 50, 74, .18);
}
#mt-mnav-right .mt-mnav--right {
  margin-left: 0;
  border-radius: 16px 0 0 16px;
  border-left: 3px solid #ff3d02;
}
#mt-mnav-right .mt-mnav__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  box-shadow: inset 0 -1px 0 #e6e6e6;
  flex-shrink: 0;
  background: #fff;
}
#mt-mnav-right .mt-mnav__logo {
  display: block;
  height: 14px;
  width: 128px;
  flex: 1 1 0%;
  object-fit: contain;
  object-position: left center;
}
#mt-mnav-right .mt-mnav__close {
  appearance: none;
  width: 26px;
  height: 26px;
  padding: 0;
  border-radius: 6px;
  border: 1px solid rgba(255, 61, 2, .32);
  background: rgba(255, 61, 2, .04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
#mt-mnav-right .mt-mnav__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden auto;
  padding-bottom: 0;
}
#mt-mnav-right .mt-mnav__wallet {
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: inset 0 -1px 0 #e6e6e6;
}
#mt-mnav-right .mt-mnav__wallet-row,
#mt-mnav-right .mt-mnav__wallet-user {
  display: flex;
  align-items: center;
  gap: 10px;
}
#mt-mnav-right .mt-mnav__wallet-user { flex: 1 1 0%; min-width: 0; }
#mt-mnav-right .mt-mnav__wallet-user > img { width: 18px; height: 18px; flex-shrink: 0; }
#mt-mnav-right .mt-mnav__username {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  background: linear-gradient(90deg, #ff3d02, #e01200);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#mt-mnav-right .mt-mnav__balance {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #252c40;
}
#mt-mnav-right .mt-mnav__bell {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 30px;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #d5d5d5;
  background: #fff;
  box-shadow: 0 2px 0 #efeeed;
  color: #4b5269;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
#mt-mnav-right .mt-mnav__bell img { width: 14px; height: 14px; }
#mt-mnav-right .mt-mnav__wallet-actions { display: flex; gap: 6px; }
#mt-mnav-right .mt-mnav__cta {
  flex: 1 1 0%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 12px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  white-space: nowrap;
}
#mt-mnav-right .mt-mnav__cta--deposit { background: linear-gradient(90deg, #ff3d02, #e01200); }
#mt-mnav-right .mt-mnav__cta--withdraw { background: linear-gradient(90deg, #323d5e, #2a324a); }
#mt-mnav-right .mt-mnav__cta-ico {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#mt-mnav-right .mt-mnav__cta-ico img { width: 9px; height: 9px; display: block; }
#mt-mnav-right .mt-mnav__body--right {
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#mt-mnav-right .mt-mnav__mtv {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 6px 14px;
  border-radius: 6px;
  border: 1px solid rgba(255, 61, 2, .16);
  background: linear-gradient(90deg, rgba(255, 61, 2, .04), rgba(224, 18, 0, .04));
  text-decoration: none;
  overflow: hidden;
}
#mt-mnav-right .mt-mnav__mtv-ico { width: 18px; height: 18px; position: relative; z-index: 1; flex-shrink: 0; }
#mt-mnav-right .mt-mnav__mtv-txt { flex: 1 1 0%; position: relative; z-index: 1; display: flex; flex-direction: column; }
#mt-mnav-right .mt-mnav__mtv-live {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  background: linear-gradient(90deg, #ff3d02, #e01200);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#mt-mnav-right .mt-mnav__mtv-title { font-size: 14px; font-weight: 700; line-height: 18px; color: #252c40; }
#mt-mnav-right .mt-mnav__mtv-chev { width: 10px; height: 10px; position: relative; z-index: 1; flex-shrink: 0; }
#mt-mnav-right .mt-mnav__mtv-bg {
  position: absolute;
  right: 8px;
  top: -14px;
  width: 72px;
  height: 72px;
  opacity: .12;
  transform: rotate(15deg);
  pointer-events: none;
}
#mt-mnav-right .mt-mnav__quick { display: flex; flex-direction: column; gap: 4px; }
#mt-mnav-right .mt-mnav__quick-btn {
  appearance: none;
  border: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 6px;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
}
#mt-mnav-right .mt-mnav__quick-btn span { flex: 1 1 0%; }
#mt-mnav-right .mt-mnav__quick-btn img:first-child { width: 18px; height: 18px; flex-shrink: 0; }
#mt-mnav-right .mt-mnav__quick-btn img:last-child { width: 10px; height: 10px; flex-shrink: 0; }
#mt-mnav-right .mt-mnav__list--account { background: #f6f6f6; border: 1px solid #dbdbdb; border-radius: 6px; overflow: hidden; list-style: none; margin: 0; padding: 0; }
#mt-mnav-right .mt-mnav__list--account .mt-mnav__item {
  background: #fcfcfc;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 14px;
  color: #2a324a;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  box-shadow: inset 0 -1px 0 #e6e6e6;
  text-transform: none;
}
#mt-mnav-right .mt-mnav__list--account li:last-child .mt-mnav__item { box-shadow: none; }
#mt-mnav-right .mt-mnav__list--account .mt-mnav__lbl {
  flex: 1 1 0%;
  text-transform: uppercase;
  letter-spacing: .01em;
}
#mt-mnav-right .mt-mnav__apps {
  padding: 12px 14px;
  background: #fcfcfc;
  box-shadow: inset 0 1px 0 #e6e6e6;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#mt-mnav-right .mt-mnav__apps-title { font-size: 12px; font-weight: 700; line-height: 16px; color: #2a324a; }
#mt-mnav-right .mt-mnav__apps-row { display: flex; gap: 6px; }
#mt-mnav-right .mt-mnav__app {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, #e01200, #ff3d02);
  color: #fff;
  text-decoration: none;
}
#mt-mnav-right .mt-mnav__app > i,
#mt-mnav-right .mt-mnav__app > img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}
#mt-mnav-right .mt-mnav__app span { display: flex; flex-direction: column; }
#mt-mnav-right .mt-mnav__app span b { font-size: 12px; font-weight: 700; line-height: 16px; }
#mt-mnav-right .mt-mnav__app span small { font-size: 10px; font-weight: 700; line-height: 14px; color: rgba(255,255,255,.8); }
#mt-mnav-right .mt-mnav__quick-btn--orange { background: #ff3d02; color: #fff; }
#mt-mnav-right .mt-mnav__quick-btn--navy { background: #2b334c; color: #fff; }
#mt-mnav-right .mt-mnav__quick-btn--green { background: #009f15; color: #fff; }

body.is-logged .header-buttons {
  display: none !important;
}
.mt-hdr {
  gap: 8px;
  font-family: Poppins, Helvetica, sans-serif;
}
.mt-hdr .mt-hdr__claim {
  appearance: none;
  border: 0;
  height: 36px;
  padding: 0 14px;
  border-radius: 10px;
  background: linear-gradient(#ff4d16, #e01200);
  color: #fff;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .01em;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(224, 18, 0, .18);
}
.mt-hdr .mt-hdr__claim:hover { filter: brightness(1.04); box-shadow: 0 8px 18px rgba(224, 18, 0, .24); }
.mt-hdr .mt-hdr__claim:active { transform: scale(.98); }
.mt-hdr .mt-hdr__user {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  margin: 0 4px 0 6px;
  padding: 0 4px;
}
.mt-hdr .mt-hdr__user-ico {
  font-size: 22px;
  color: #ff3d02;
  line-height: 1;
}
.mt-hdr .mt-hdr__user-meta {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.mt-hdr .mt-hdr__user-name {
  color: #2a324a;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
}
.mt-hdr .mt-hdr__user-bal {
  color: #717788;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
}
.mt-hdr .mt-hdr__deposit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 8px 0 16px;
  border-radius: 999px;
  border: 1px solid #e3e5ea;
  background: #fff;
  color: #2a324a;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(42, 50, 74, .05);
}
.mt-hdr .mt-hdr__deposit:hover {
  color: #2a324a;
  border-color: rgba(255, 61, 2, .35);
  box-shadow: 0 6px 16px rgba(42, 50, 74, .08);
}
.mt-hdr .mt-hdr__deposit-ico {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: #1cb820;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.mt-hdr .mt-hdr__menu {
  position: relative;
  z-index: 2000;
  margin-left: 2px;
}
.mt-hdr .mt-hdr__menu-trigger {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 118px;
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #e3e5ea;
  background: #f4f5f8;
  color: #2a324a;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  cursor: pointer;
}
.mt-hdr .mt-hdr__menu-trigger i {
  font-size: 10px;
  color: #717788;
}
.mt-hdr .mt-hdr__menu-trigger.is-open,
.mt-hdr .mt-hdr__menu-trigger:hover {
  border-color: rgba(42, 50, 74, .22);
  background: #fff;
}
.mt-hdr .mt-hdr__menu-trigger.is-open i {
  transform: rotate(180deg);
  color: #ff3d02;
}
.mt-hdr .mt-hdr__drop {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 196px;
  margin: 0;
  padding: 6px;
  list-style: none;
  border-radius: 14px;
  border: 1px solid #e3e5ea;
  background: #fff;
  box-shadow: 0 16px 40px rgba(20, 24, 36, .12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
}
.mt-hdr .mt-hdr__drop.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.mt-hdr .mt-hdr__drop li { border: 0; }
.mt-hdr .mt-hdr__drop li + li { margin-top: 2px; }
.mt-hdr .mt-hdr__drop a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 40px;
  padding: 0 10px;
  border-radius: 10px;
  color: #2a324a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .01em;
  text-decoration: none;
  text-transform: uppercase;
}
.mt-hdr .mt-hdr__drop a:hover {
  background: #f4f5f8;
  color: #ff3d02;
}
.mt-hdr .mt-hdr__drop-ico {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4f5f8;
  color: #717788;
  font-size: 11px;
  float: none;
}
.mt-hdr .mt-hdr__drop-ico--in {
  background: rgba(28, 184, 32, .12);
  color: #1cb820;
}
.mt-hdr .mt-hdr__drop-ico--out {
  background: rgba(224, 18, 0, .1);
  color: #e01200;
}

#mt-chat {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  background: rgba(20, 24, 36, .18);
}
#mt-chat.is-open { display: block; }
.mt-chat__panel {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: min(380px, calc(100vw - 24px));
  height: min(640px, calc(100vh - 32px));
  background: #f4f5f7;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 50px rgba(20, 24, 36, .28);
  font-family: Poppins, Helvetica, sans-serif;
}
#mt-chat.is-mobile .mt-chat__panel {
  inset: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.mt-chat__head {
  flex-shrink: 0;
  height: 72px;
  padding: 10px 12px 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.12) 0 25%, transparent 25% 50%, rgba(255,255,255,.12) 50% 75%, transparent 75%),
    linear-gradient(90deg, #ff7a18, #ff3d02 55%, #e01200);
  background-size: 18px 18px, 100% 100%;
}
.mt-chat__brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.mt-chat__badge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 86px;
  padding: 6px 8px;
  background: #e10600;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.05;
  border-radius: 2px;
  box-shadow: 0 2px 0 rgba(0,0,0,.12);
}
.mt-chat__badge small {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .04em;
}
.mt-chat__logo {
  height: 16px;
  width: auto;
  filter: brightness(0) invert(1);
}
.mt-chat__tools { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.mt-chat__tool {
  appearance: none;
  border: 0;
  background: transparent;
  color: #fff;
  width: 28px;
  height: 28px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  opacity: .92;
}
.mt-chat__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding: 14px 12px 18px;
  background:
    radial-gradient(circle at 12% 8%, rgba(255,61,2,.06), transparent 28%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.55) 0 10px, rgba(246,247,249,.9) 10px 20px);
}
.mt-chat__bubble {
  background: #fff;
  border-radius: 14px;
  padding: 16px 16px 18px;
  color: #2a324a;
  font-size: 13px;
  line-height: 1.55;
  box-shadow: 0 8px 24px rgba(42, 50, 74, .08);
}
.mt-chat__bubble p { margin: 0 0 12px; }
.mt-chat__bubble p:last-child { margin-bottom: 0; }
.mt-chat__bubble b { color: #c2410c; font-weight: 700; }
.mt-chat__bubble a { color: #c2410c; font-weight: 700; word-break: break-all; }
.mt-chat__composer {
  flex-shrink: 0;
  display: flex;
  gap: 8px;
  padding: 10px 12px 12px;
  background: #fff;
  border-top: 1px solid #ececec;
}
.mt-chat__composer input {
  flex: 1 1 auto;
  height: 40px;
  border: 1px solid #e3e5ea;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 13px;
  color: #2a324a;
}
.mt-chat__composer button {
  appearance: none;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 8px;
  background: #ff3d02;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}
body.mt-chat-open { overflow: hidden; }

.site-footer.mt-mft .mt-mft__acc-panel {
  list-style: none;
  margin: 0;
  padding: 0 4px 0 12px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s cubic-bezier(0.32, 0.72, 0, 1);
}
.site-footer.mt-mft .mt-mft__acc-item.is-open .mt-mft__acc-panel {
  max-height: 420px;
  padding-bottom: 8px;
}
.site-footer.mt-mft .mt-mft__acc-item.is-open .mt-mft__acc-chev {
  transform: rotate(180deg);
}
