* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Sora, sans-serif
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden
}

.body-main {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%
}

body {
  background: linear-gradient(135deg, #4c1d95, #5b21b6 30%, #1e293b 70%, #4c1d95);
  position: relative;
  color: #fff;
  min-height: 100vh
}

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 30%, rgba(250, 204, 21, .1) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(34, 211, 238, .08) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1
}

.hero-banner-container {
  width: 100%;
  height: 100vh;
  position: relative;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 24px 0;
  background: transparent
}

.header .container {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px
}

.header .logo {
  display: flex;
  align-items: center;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  font-family: 'Sora', sans-serif;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.logo-text:hover {
  transform: scale(1.05);
}

.logo-orange {
  color: #fff;
  font-weight: 900;
  font-size: 36px;
  letter-spacing: 4px;
  text-transform: uppercase;
  position: relative;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4), 0 0 20px rgba(255, 255, 255, 0.1);
}

.logo-games {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 4px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4), 0 0 20px rgba(255, 255, 255, 0.1);
  position: relative;
}

.header .header-btn {
  display: flex;
  align-items: center;
  gap: 16px
}

.hero-banner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: 80% 100%;
  background-repeat: no-repeat
}

.hero-banner-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  max-width: 684px;
  margin-left: 3rem;
  padding-top: 10rem
}

.hero-banner-title {
  color: #fff;
  font-family: Gabarito, Sora, sans-serif;
  font-size: 80px;
  font-weight: 900;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, .8)
}

.hero-banner-description {
  color: #fff;
  font-family: Gabarito, Sora, sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, .8)
}

.hero-banner-perks {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: 40px;
  flex-wrap: wrap;
  border-radius: 56px;
  background: rgba(255, 255, 255, .05);
  backdrop-filter: blur(18.7px);
  padding: 1rem;
  position: relative
}

.hero-banner-perk {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-family: Gabarito, Sora, sans-serif;
  width: 190px;
  text-align: center;
  position: relative
}

.hero-banner-perk:not(:last-child):after {
  content: "";
  position: absolute;
  right: -.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 56px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2) 49.52%, transparent)
}

.hero-banner-perk img {
  object-fit: contain;
  width: 32px;
  height: 32px
}

.hero-banner-perk h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 0 23.6px rgba(0, 0, 0, .25)
}

.main {
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  gap: 17px;
  position: relative;
  padding-top: 1rem
}

.center-block {
  position: relative;
  overflow: hidden;
  width: 70%;
  height: fit-content
}

.center-block .content {
  overflow-y: auto;
  height: fit-content;
  scrollbar-width: thin;
  scrollbar-color: #facc15 #7c3aed
}

.center-block .content::-webkit-scrollbar {
  width: 8px
}

.center-block .content::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #a855f7, #facc15);
  border-radius: 8px
}

.center-block .content::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px
}

.center-block .button-top {
  display: flex;
  align-items: center;
  overflow-x: auto;
  gap: 30px;
  scrollbar-width: thin;
  scrollbar-color: #facc15 #7c3aed;
  margin-bottom: 24px
}

.match-block {
  margin-bottom: 24px
}

.match-block .match-block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-radius: 20px 5px;
  background: linear-gradient(135deg, #5b21b6, #6d28d9);
  border: 2px solid #9333ea;
  margin-bottom: 16px;
  cursor: pointer;
  color: #fff;
  box-shadow: 0 4px 15px rgba(124, 58, 237, .3), inset 0 1px rgba(255, 255, 255, .1);
  transition: all .3s ease;
  position: relative;
  overflow: hidden
}

.match-block .match-block__header:hover {
  background: linear-gradient(135deg, #6d28d9, #7c3aed);
  border-color: #a855f7;
  transform: translateY(-2px)
}

.match-block .match-block__league {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 25%
}

.match-block .match-block__flag {
  width: 24px
}

.match-block .match-block__league-title {
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  display: flex;
  align-items: center
}

.match-block .match-block__odds-header {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  width: 70%
}

.match-block .match-block__row {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  padding: 8px 16px
}

.match-block .match-block__info {
  width: 25%
}

.match-block .match-block__date {
  font-size: 13px;
  margin-bottom: 6px
}

.match-block .match-block__teams {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.match-block .match-block__team {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 8px;
  margin-bottom: 2px
}

.match-block .match-block__team img {
  width: 16px
}

.match-block .match-block__odds {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-left: 8px
}

.match-block .match-block__odds button {
  background: linear-gradient(135deg, #6d28d9, #5b21b6);
  border: 2px solid #9333ea;
  border-radius: 15px 3px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 600;
  min-width: 50px;
  text-align: center;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
  box-shadow: 0 3px 8px rgba(124, 58, 237, .3), inset 0 1px rgba(255, 255, 255, .1);
  position: relative;
  overflow: hidden
}

.match-block .match-block__odds button:hover {
  background: linear-gradient(135deg, #facc15, #fb923c, #f472b6);
  color: #fff;
  border-color: #fb923c;
  box-shadow: 0 5px 15px rgba(251, 146, 60, .4);
  transform: translateY(-2px)
}

.match-block .match-block__odds button.selected {
  background: linear-gradient(90deg, #ff0, #ff8c00, #ec4899);
  color: #4c1d95;
  border-color: #facc15;
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(250, 204, 21, .5)
}

.match-block-item {
  text-align: center;
  width: 14%;
  min-width: 14%
}

.right-block {
  width: 30%;
  position: relative;
  overflow: hidden
}

.right-block .content {
  overflow-y: auto;
  height: 90vh;
  scrollbar-width: thin;
  scrollbar-color: #facc15 #7c3aed;
  padding: 1rem
}

.right-block .content::-webkit-scrollbar {
  width: 8px
}

.right-block .content::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #a855f7, #facc15);
  border-radius: 8px
}

.right-block .content::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px
}

.right-block .tab-container .tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  gap: 16px
}

.right-block .tab-container .tab {
  background: linear-gradient(135deg, #fff, #f8fafc);
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px 20px;
  color: #6d28d9;
  cursor: pointer;
  position: relative;
  width: 50%;
  font-size: 12px;
  text-align: center;
  transition: all .3s ease
}

.right-block .tab-container .tab:hover {
  background: linear-gradient(135deg, #a855f7, #f472b6, #22d3ee);
  color: #fff
}

.right-block .tab-container .tab.active {
  background: linear-gradient(135deg, #a855f7, #f472b6, #22d3ee);
  color: #fff
}

.right-block .tab-container .tab.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #facc15
}

.right-block .tab-container .tab-content {
  display: block;
  animation: fade .3s ease;
  text-align: center
}

.right-block .tab-container .hidden {
  display: none
}

.right-block .tab-container .tab-content .icon {
  font-size: 48px;
  margin-bottom: 16px
}

.right-block .tab-container .tab-content p {
  font-size: 16px;
  margin-bottom: 18px
}

.bet-empty {
  padding: 40px 20px;
  text-align: center;
  color: #fff
}

.bet-card {
  margin-bottom: 16px
}

.bet-card .card-header {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px
}

.bet-card .card-body {
  background: linear-gradient(135deg, #5b21b6, #6d28d9);
  border: 2px solid #22d3ee;
  padding: 16px;
  border-radius: 25px 8px;
  margin-bottom: 16px;
  color: #fff;
  box-shadow: 0 4px 15px rgba(34, 211, 238, .2);
  position: relative
}

.bet-card .match-link {
  display: block;
  color: #fff;
  text-align: left;
  margin-bottom: 8px;
  font-size: 12px
}

.bet-card .bet-details {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 10px
}

.bet-card .bet-odds {
  background: #facc15;
  padding: 8px;
  border-radius: 16px;
  color: #5b21b6
}

.btn-remove {
  background: none;
  border: none;
  cursor: pointer;
  color: #ef4444;
  font-size: 20px
}

.footer-orange-games,
.footer-orange-games {
  padding: 6px 22px;
  background: linear-gradient(135deg, #f3e8ff, #fdf2f8);
  color: #5b21b6;
  font-size: 12px;
  border-top: 1px solid #e9d5ff;
  margin-top: 2rem
}

.footer-orange-games .f-a {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  margin-top: 1rem
}

.footer-orange-games .f-a .footer-link {
  padding: 4px 6px;
  text-decoration: underline;
  border-radius: 5px;
  color: #a855f7;
  font-size: .8rem;
  transition: all .3s ease
}

.footer-orange-games .footer-main-content {
  margin-bottom: 30px
}

.footer-orange-games .footer-main-content .f-top,
.footer-orange-games .footer-main-content .f-pay {
  text-align: center;
  margin-bottom: 25px
}

.footer-orange-games .footer-main-content .f-top h3,
.footer-orange-games .footer-main-content .f-pay h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase
}

.footer-orange-games .footer-main-content .payment-icons-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 15px
}

.footer-orange-games .footer-main-content .payment-icons-container a {
  text-decoration: none
}

.footer-orange-games .footer-main-content .payment-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px;
  background: rgba(67, 4, 116, .2);
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, .4);
  transition: all .3s ease;
  width: 100px;
  height: 70px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  cursor: pointer;
  overflow: hidden
}

.footer-orange-games .footer-main-content .payment-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .25)
}

.footer-orange-games .footer-main-content .payment-icon svg {
  font-size: 32px;
  color: #7c3aed;
  fill: #7c3aed
}

.footer-orange-games .footer-main-content .payment-icon span {
  font-size: 11px;
  font-weight: 600;
  color: #7c3aed;
  text-align: center;
  opacity: 1
}
.footer-orange-games .footer-main-content .payment-icon img {
  max-width: 90%;
  max-height: 50px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  flex-shrink: 0
}

.footer-orange-games .f-18 {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 1rem
}

.footer-orange-games .f-18 div img {
  width: 60px;
  height: auto;
  margin-bottom: 10px
}

.footer-orange-games .footer-license {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding: 20px 24px;
  margin-top: 20px
}

.footer-orange-games .footer-license p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  opacity: .7;
  max-width: 1200px;
  margin: 0 auto
}

.footer-orange-games .footer-copyright {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding-top: 20px;
  margin-top: 0
}

.footer-orange-games .footer-copyright p {
  margin: 0;
  font-size: 14px;
  opacity: .8
}

.btn-main {
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  padding: 11px 16px;
  border-radius: 25px 5px;
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
  border: 2px solid #a855f7;
  box-shadow: 0 3px 12px rgba(168, 85, 247, .4);
  transition: all .3s ease;
  position: relative;
  cursor: pointer;
  outline: none
}

.btn-main.active {
  background: linear-gradient(135deg, #9333ea, #7c3aed);
  border-color: #c084fc
}

.btn-main:hover {
  background: linear-gradient(135deg, #9333ea, #7c3aed);
  color: #fff;
  border-color: #c084fc;
  transform: translateY(-2px)
}

.btn-main-gradient {
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  color: #4c1d95;
  border: none;
  padding: 11px 16px;
  border-radius: 30px 10px;
  background: linear-gradient(90deg, #ff0, #ff8c00, #ec4899);
  border: 2px solid #facc15;
  box-shadow: 0 4px 15px rgba(250, 204, 21, .5);
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  outline: none
}

.btn-main-gradient:hover {
  background: linear-gradient(135deg, #facc15, #fb923c, #f472b6);
  color: #fff;
  border-color: #fb923c;
  transform: translateY(-2px) scale(1.05)
}

.btn-main-icon {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  color: #5b21b6;
  padding: 8px 12px;
  border-radius: 16px;
  background: linear-gradient(135deg, #a855f7, #f472b6, #22d3ee);
  display: flex;
  cursor: pointer;
  outline: none;
  border: none;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: all .3s ease
}

.btn-main-icon:hover {
  background: #7c3aed;
  color: #fff;
  transform: translateY(-1px)
}

.btn-main-icon img {
  width: 16px;
  height: 16px;
  margin-right: 8px
}

.btn-deposit_header {
  border-radius: 99px;
  border: 2px solid #2dd4bf;
  background: linear-gradient(135deg, #fff, #ecfeff);
  color: #6d28d9;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 16px;
  transition: all .3s ease;
  cursor: pointer;
  outline: none
}

.btn-deposit_header:hover {
  background: linear-gradient(135deg, #a855f7, #f472b6, #22d3ee);
  color: #fff;
  border-color: #a855f7;
  transform: translateY(-1px)
}

.btn-reg_header {
  background: linear-gradient(135deg, #facc15, #fb923c, #f472b6);
  color: #5b21b6;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 16px;
  border-radius: 99px;
  transition: all .3s ease;
  cursor: pointer;
  border: none;
  outline: none
}

.btn-reg_header:hover {
  background: linear-gradient(90deg, #ff0, #ff8c00, #ec4899);
  color: #4c1d95;
  transform: translateY(-1px)
}

.login-info .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  align-items: center
}

.modal.active {
  display: flex !important
}

.login-info .modal-info {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1000
}

.login-info .modal-content_block {
  position: relative;
  min-width: 300px;
  max-width: 50%;
  background-color: #fff;
  color: #1e293b;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 20px
}

.login-bg {
  background-size: contain;
  width: 80%;
  margin: 0 auto
}

.login-bg .title {
  text-align: center
}

.login-bg .title h2 {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  gap: 10px;
  color: #5b21b6
}

.login-bg .title h2 img {
  width: 90px
}

/* Inline logo for modals */
.logo-text-inline {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin-right: 10px;
  vertical-align: middle;
}

.logo-orange-inline {
  color: #5b21b6;
  font-weight: 900;
  font-size: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.logo-games-inline {
  color: #5b21b6;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.login-bg .title p {
  font-size: 14px;
  color: #64748b
}

.login-info .log_in_content {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  padding: 50px 0
}

.login-info input[type=text],
.login-info input[type=email],
.login-info input[type=password] {
  width: 100%;
  padding: 14px 16px;
  margin: 10px 0;
  border-radius: 25px 8px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  border: 2px solid #9333ea;
  background: linear-gradient(135deg, #5b21b6, #6d28d9);
  color: #fff;
  box-shadow: 0 3px 10px rgba(124, 58, 237, .2);
  transition: all .3s ease
}

.login-info input::placeholder {
  color: rgba(255, 255, 255, .6)
}

.login-info input:focus {
  border-color: #22d3ee;
  box-shadow: 0 4px 15px rgba(34, 211, 238, .3);
  transform: scale(1.02)
}

.login-info .name-fields {
  display: flex;
  gap: 10px
}

.login-info .name-fields input {
  flex: 1
}

.login-info .submit-btn {
  font-weight: 600;
  font-size: 16px;
  padding: 14px 35px;
  display: inline-block;
  border-radius: 16px;
  background: #facc15;
  text-decoration: none;
  margin-top: 7px;
  width: 100%;
  border: none;
  color: #5b21b6;
  cursor: pointer
}

.login-info .terms {
  font-size: 13px;
  margin: 10px 0;
  text-align: left;
  color: #64748b
}

.login-info .terms a {
  color: #facc15
}

.login-info .eye-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer
}

.login-info .input-wrapper {
  position: relative
}

.login-info .form-policy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding: 5px
}

.login-info .form-policy p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #64748b
}

.login-info .form-policy a {
  color: #facc15;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 5px
}

.x-icon {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  background: transparent;
  border: none;
  color: #5b21b6
}

.x-icon_close {
  color: #5b21b6
}

.profile-card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  color: #1e293b
}

.profile-info p {
  margin: 10px 0;
  font-size: 16px;
  color: #64748b
}

.profile-info strong {
  color: #5b21b6
}

.profile-bets h3 {
  color: #5b21b6;
  margin-bottom: 15px
}

.bet-item {
  background: rgba(91, 33, 182, .05);
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 10px
}

.bet-item p {
  margin: 5px 0;
  font-size: 14px;
  color: #64748b
}

@keyframes fade {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.match-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px
}

.match-block__icons {
  display: flex;
  gap: 8px;
  align-items: center
}

.match-block__icons img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity .3s
}

.match-block__icons img:hover {
  opacity: 1
}

.icon-star,
.icon-trend {
  filter: brightness(0) invert(1)
}

.match-block__more {
  color: #facc15;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition: all .3s
}

.match-block__more:hover {
  color: #fb923c
}

.sport-icon {
  margin-right: 6px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle
}

.button-border-gradient {
  background: linear-gradient(135deg, #facc15, #fb923c) !important;
  color: #4c1d95 !important;
  border: 2px solid #facc15 !important
}

.match-block .match-block__odds-header {
  width: 75%;
  justify-content: space-around
}

.match-block .match-block__info {
  width: 30%
}

.match-block .match-block__odds {
  width: 70%;
  justify-content: space-around
}

@media (max-width:991px) {
  .header {
    padding: 16px 0
  }

  .header .container {
    padding: 0 16px
  }

  .header .logo .logo-text {
    font-size: 24px;
  }
  
  .header .logo .logo-orange {
    font-size: 26px;
    letter-spacing: 2px;
  }
  
  .header .logo .logo-games {
    font-size: 14px;
    letter-spacing: 3px;
  }

  .header .header-btn {
    gap: 8px
  }

  .btn-deposit_header,
  .btn-reg_header {
    font-size: 12px;
    padding: 8px 12px
  }

  .hero-banner-container {
    height: auto;
    min-height: 100vh;
    padding-bottom: 2rem
  }

  .hero-banner-content {
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
    padding-top: 120px;
    max-width: 100%
  }

  .hero-banner-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 12px
  }

  .hero-banner-description {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 24px
  }

  .hero-banner-perks {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    margin-top: 24px
  }

  .hero-banner-perk {
    width: 100%;
    padding: 12px 0
  }

  .hero-banner-perk:not(:last-child):after {
    display: none
  }

  .hero-banner-perk h3 {
    font-size: 14px
  }

  .main {
    flex-direction: column-reverse;
    padding: 0 16px;
    gap: 16px
  }

  .center-block,
  .right-block {
    width: 100%
  }

  .center-block .button-top {
    gap: 12px;
    margin-bottom: 16px;
    padding: 8px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin
  }

  .btn-main-icon {
    font-size: 11px;
    padding: 8px 12px;
    white-space: nowrap;
    flex-shrink: 0
  }

  .sport-icon {
    width: 14px;
    height: 14px;
    margin-right: 4px
  }

  .match-block {
    margin-bottom: 16px
  }

  .match-block .match-block__header {
    padding: 12px;
    flex-wrap: wrap;
    gap: 8px
  }

  .match-block .match-block__league {
    width: 100%;
    margin-bottom: 8px
  }

  .match-block .match-block__odds-header {
    width: 100%;
    font-size: 12px;
    justify-content: space-between;
    gap: 4px
  }

  .match-block-item {
    min-width: auto;
    font-size: 10px
  }

  .match-block .match-block__row {
    flex-direction: column;
    padding: 12px;
    gap: 12px
  }

  .match-block .match-block__info {
    width: 100%
  }

  .match-block .match-block__odds {
    width: 100%;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start
  }

  .match-block .match-block__odds button {
    flex: 1 1 calc(33.333% - 8px);
    min-width: 60px;
    font-size: 11px;
    padding: 8px 6px;
    word-break: keep-all
  }

  .match-block__teams {
    margin-top: 8px;
    gap: 6px
  }

  .match-block__team {
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 1.4
  }

  .match-block__team img {
    width: 14px;
    height: 14px;
    flex-shrink: 0
  }

  .match-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }

  .match-block__date {
    font-size: 11px
  }

  .match-block__icons {
    gap: 6px
  }

  .match-block__icons img {
    width: 18px;
    height: 18px
  }

  .right-block .content {
    height: auto;
    max-height: none;
    padding: 16px
  }

  .right-block .tab-container .tabs {
    gap: 8px;
    margin-bottom: 16px
  }

  .right-block .tab-container .tab {
    font-size: 11px;
    padding: 8px 12px
  }

  .footer-orange-games {
    padding: 24px 16px
  }

  .footer-orange-games .f-a {
    gap: 12px;
    margin-bottom: 20px
  }

  .footer-orange-games .footer-main-content .payment-icons-container {
    gap: 12px
  }

  .footer-orange-games .footer-main-content .payment-icon {
    width: 80px;
    height: 60px;
    padding: 4px
  }

  .footer-orange-games .footer-main-content .payment-icon img {
    max-height: 40px
  }

  .footer-orange-games .footer-main-content .f-top h3,
  .footer-orange-games .footer-main-content .f-pay h3 {
    font-size: 16px;
    margin-bottom: 12px
  }

  .footer-orange-games .f-18 {
    gap: 16px;
    margin-bottom: 20px
  }

  .footer-orange-games .f-a {
    flex-wrap: wrap;
    justify-content: center
  }

  .footer-link {
    font-size: 12px
  }

  .footer-orange-games .footer-license {
    padding: 16px 16px
  }

  .footer-orange-games .footer-license p {
    font-size: 11px;
    line-height: 1.5
  }

  .modal-content_block {
    max-width: 95%;
    margin: 20px;
    max-height: 90vh
  }

  .login-bg .log_in_content {
    padding: 30px 20px
  }

  .login-bg .title h2 {
    font-size: 20px
  }

  .login-bg .title h2 .logo-orange-inline {
    font-size: 20px;
  }
  
  .login-bg .title h2 .logo-games-inline {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .header .logo .logo-text {
    font-size: 20px;
  }
  
  .header .logo .logo-orange {
    font-size: 22px;
    letter-spacing: 1.5px;
  }
  
  .header .logo .logo-games {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .header .header-btn {
    gap: 6px
  }

  .btn-deposit_header,
  .btn-reg_header {
    font-size: 11px;
    padding: 6px 10px
  }

  .hero-banner-content {
    padding-top: 100px;
    padding: 12px;
    padding-top: 200px
  }

  .hero-banner-title {
    font-size: 28px
  }

  .hero-banner-description {
    font-size: 16px
  }

  .hero-banner-perks {
    padding: 12px
  }

  .hero-banner-perk {
    padding: 8px 0
  }

  .hero-banner-perk img {
    width: 68px;
    height: 68px
  }

  .hero-banner-perk h3 {
    font-size: 16px
  }

  .main {
    padding: 0 12px;
    padding-top: 16px
  }

  .center-block .button-top {
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 8px
  }

  .btn-main-icon {
    font-size: 10px;
    padding: 6px 10px;
    flex-shrink: 0
  }

  .match-block .match-block__header {
    padding: 10px
  }

  .match-block .match-block__league-title {
    font-size: 14px
  }

  .match-block .match-block__odds-header {
    font-size: 11px
  }

  .match-block .match-block__row {
    padding: 10px
  }

  .match-block .match-block__odds button {
    flex: 1 1 calc(50% - 4px);
    font-size: 10px;
    padding: 6px 4px;
    min-width: 50px
  }

  .match-block__team {
    font-size: 13px;
    line-height: 1.5
  }

  .match-block__team img {
    width: 12px;
    height: 12px
  }

  .match-block__date {
    font-size: 10px
  }

  .match-block__more {
    font-size: 10px;
    padding: 4px 8px
  }

  .right-block .content {
    padding: 12px
  }

  .bet-card {
    margin-bottom: 12px;
    border-radius: 12px
  }

  .bet-card .card-body {
    padding: 12px
  }

  .bet-card .card-header {
    padding: 12px;
    font-size: 13px
  }

  .match-link {
    font-size: 12px
  }

  .bet-details {
    font-size: 11px
  }

  .bet-empty {
    padding: 30px 16px
  }

  .bet-empty .icon {
    font-size: 36px;
    margin-bottom: 12px
  }

  .bet-empty p {
    font-size: 14px;
    margin-bottom: 8px
  }

  .right-block .tab-container .tabs {
    gap: 6px
  }

  .right-block .tab-container .tab {
    font-size: 10px;
    padding: 6px 10px
  }

  .footer-orange-games {
    padding: 20px 12px
  }

  .footer-orange-games .footer-main-content .payment-icons-container {
    gap: 8px
  }

  .footer-orange-games .footer-main-content .payment-icon {
    width: 70px;
    height: 55px
  }

  .footer-orange-games .footer-main-content .f-top h3,
  .footer-orange-games .footer-main-content .f-pay h3 {
    font-size: 14px;
    margin-bottom: 10px
  }

  .footer-orange-games .footer-main-content .payment-icons-container {
    gap: 6px
  }

  .footer-link {
    font-size: 11px
  }

  .footer-orange-games .footer-license {
    padding: 12px 12px
  }

  .footer-orange-games .footer-license p {
    font-size: 10px;
    line-height: 1.4
  }

  .footer-orange-games .footer-copyright p {
    font-size: 12px
  }

  .modal-content_block {
    max-width: 98%;
    margin: 10px;
    border-radius: 16px
  }

  .login-bg .log_in_content {
    padding: 20px 16px
  }

  .login-bg .title h2 {
    font-size: 18px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .login-bg .title h2 .logo-orange-inline {
    font-size: 18px;
  }
  
  .login-bg .title h2 .logo-games-inline {
    font-size: 12px;
  }
}
.login-info select {
  width: 100%;
  padding: 14px 16px;
  margin: 10px 0;
  border-radius: 25px 8px;
  border: 2px solid #9333ea;
  background: linear-gradient(135deg, #5b21b6, #6d28d9);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.login-info select option {
  background: #5b21b6;
  color: #fff;
}
.login-info input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}
.login-info input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* Profile Grid Styles */
.profile-container {
  padding: 32px;
}

.profile-row {
  display: grid;
  gap: 32px;
  margin-bottom: 32px;
}

.profile-row-top {
  grid-template-columns: repeat(3, 1fr);
}

.profile-row-bottom {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1200px) {
  .profile-row-top {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .profile-row-top .profile-card-balance {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .profile-row-top,
  .profile-row-bottom {
    grid-template-columns: 1fr;
  }
}

.profile-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  color: #1e293b;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-height: 200px;
}

.profile-card-title {
  font-size: 22px;
  font-weight: 600;
  color: #5b21b6;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #facc15;
}

.profile-card-balance {
  background: linear-gradient(135deg, #5b21b6, #6d28d9);
  color: #fff;
}

.profile-card-balance .profile-card-title {
  color: #fff;
  border-bottom-color: #fff;
}

.balance-display {
  text-align: center;
  padding: 20px 0;
}

.balance-amount {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 12px;
}

.balance-label {
  font-size: 14px;
  opacity: 0.9;
  margin: 0;
}

.profile-info p {
  margin: 16px 0;
  font-size: 18px;
  color: #64748b;
}

.profile-info strong {
  color: #1e293b;
  font-weight: 600;
}

.kyc-status-container {
  text-align: center;
}

.status-badge {
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: default;
  margin-bottom: 12px;
  display: inline-block;
}

.status-badge.unverified {
  background: #fb923c;
  color: #fff;
}

.status-badge.verified {
  background: #10b981;
  color: #fff;
}

.kyc-description {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 16px;
}

.profile-card-transactions {
  grid-column: 1 / -1;
}

#transactionsList {
  max-height: 400px;
  overflow-y: auto;
}

/* Bet Now Button Styles */
.btn-bet-now {
  width: 100%;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4c1d95;
  border: none;
  border-radius: 16px;
  background: linear-gradient(90deg, #ff0, #ff8c00, #ec4899);
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(250, 204, 21, 0.5);
  margin-top: 24px;
}

.btn-bet-now:hover {
  background: linear-gradient(135deg, #facc15, #fb923c, #f472b6);
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 6px 20px rgba(250, 204, 21, 0.6);
}

.bet-empty {
  text-align: center;
  padding: 40px 20px;
}

.bet-empty .icon {
  font-size: 64px;
  margin-bottom: 24px;
}

.bet-empty p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}

/* Custom Notification */
.notification {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  min-width: 300px;
  max-width: 400px;
  animation: slideInRight 0.3s ease-out;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.notification-content {
  background: linear-gradient(135deg, #5b21b6, #6d28d9);
  color: #fff;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(91, 33, 182, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.notification-message {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.notification-close {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s ease;
  flex-shrink: 0;
}

.notification-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.notification.success .notification-content {
  background: linear-gradient(135deg, #059669, #10b981);
}

.notification.error .notification-content {
  background: linear-gradient(135deg, #dc2626, #ef4444);
}