@charset "UTF-8";
.login-thread .title {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.login-thread .subtitle {
  font-size: 17px;
  color: #FFFFFF;
}

.d-text {
  color: #ACACAC;
}

.btn-register {
  border: 1px solid #37210A !important;
  background: #EECD7B;
  background: linear-gradient(180deg, #EECD7B 0%, #6C400D 100%);
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  padding: 10px 0;
}

.line-icon {
  width: 30px;
  height: 30px;
}

.border-gradient {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  background: #111; /* Inner background */
}

.banner-border {
  min-height: 61px;
  padding-top: 15px;
  border-bottom: 1px solid #411808;
}
.banner-border .smoke-img {
  top: 15px;
}

.border-gradient-second {
  background-color: #4A0E0E;
  background-image: url("../img/line-bg.png");
  background-blend-mode: normal;
  background-position: center center;
  background-size: cover;
}
.border-gradient-second .line-txt {
  font-size: 30px;
  font-weight: 700;
  background: -webkit-linear-gradient(#F4C165, #F7EEAC, #E3A242, #FCFCE4, #EBB539);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.border-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* Border thickness */
  border-radius: inherit;
  background: linear-gradient(45deg, red, orange);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.border-gradient-second::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* Border thickness */
  border-radius: inherit;
  background: linear-gradient(45deg, #70060A, #EDA16F, #724B20);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.full-size-banner {
  min-height: 345px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.full-size-banner img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.unset-bottom-radius {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.unset-top-radius {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.text-grey {
  color: #ACACAC;
}

.nav-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #530306;
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  z-index: 505;
}

.nav-footer .item {
  color: #ACACAC;
  text-align: center;
  font-size: 16px;
  transition: color 0.3s ease;
  color: #B25E5E;
  padding: 10px 22px;
}

.nav-footer .item.active {
  color: #ffffff;
  font-weight: bold;
  background: #840508;
  background: linear-gradient(180deg, #e85052 0%, #840508 100%);
  border-radius: 10px;
}
.nav-footer .item.active img {
  filter: brightness(0) invert(1);
}

.nav-footer .item img {
  height: 25px;
  display: block;
  margin: 0 auto 5px;
}

.nav-footer .item:hover {
  color: #ffffff;
  background: rgb(118, 6, 11);
  background: linear-gradient(180deg, rgb(118, 6, 11) 0%, rgb(59, 3, 6) 100%);
  border-radius: 10px;
}
.nav-footer .item:hover img {
  filter: brightness(0) invert(1);
}

.side-menu-style {
  background: rgb(118, 6, 11);
  background: linear-gradient(180deg, rgb(118, 6, 11) 0%, rgb(59, 3, 6) 100%);
  width: 225px;
  float: right;
}

.tltle-page {
  color: #FFFFFF;
  font-size: 24px;
}

.sub-title-page {
  color: #E5D195;
  font-size: 16px;
}

.m-height-unset {
  min-height: unset !important;
  height: unset !important;
}

.game-slider {
  width: 100%;
  padding: 10px;
  background: linear-gradient(180deg, #521D1D 0%, #260B0B 100%);
  border-radius: 20px;
  position: relative;
  border-radius: 30px;
}
.game-slider swiper-container::part(button-prev),
.game-slider swiper-container::part(button-next) {
  color: #843030;
  scale: 0.4;
  width: 40px;
  height: 40px;
  padding: 15px;
  background: #2A0D0D;
  border-radius: 50%;
}
.game-slider swiper-container::part(button-prev) svg,
.game-slider swiper-container::part(button-next) svg {
  width: 20px;
  height: 20px;
}
.game-slider swiper-container::part(button-prev) {
  top: 10px;
  left: -15px;
}
.game-slider swiper-container::part(button-next) {
  top: 10px;
  right: -15px;
}
.game-slider swiper-slide {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.game-slider swiper-slide.swiper-slide-active {
  background: linear-gradient(180deg, rgb(118, 6, 11) 0%, rgb(59, 3, 6) 100%);
  border-radius: 25px;
}
.game-slider swiper-slide.swiper-slide-active .game-item {
  color: white;
}

.game-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  color: #B25E5E;
  font-weight: bold;
  min-width: 110px;
}
.game-item img {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-cash {
  background-color: #280C0C;
  padding: 20px 15px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 160px;
}

.box-cash-nav {
  background-color: #280C0C;
  padding: 10px 15px 10px 10px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 135px;
  max-height: 45px;
  position: relative;
  top: -5px;
}

.games-slide-list-container .games-slide-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.games-slide-list-container .games-slide-list-header .type-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.games-slide-list-container .games-slide-list-header .type-list .game-icon {
  width: 38px;
  height: 38px;
}
.games-slide-list-container .games-slide-list-header .type-list .title {
  color: #F05050;
  font-size: 16px;
  font-weight: 600px;
  margin-left: 10px;
}
.games-slide-list-container .icon-total {
  background: linear-gradient(180deg, #521D1D 0%, #260B0B 100%);
  height: 35px;
  width: 70px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #B25E5E;
  font-size: 16px;
  font-weight: 500px;
}
.games-slide-list-container .icon-button {
  color: #843030;
  padding: 15px;
  background: #2A0D0D;
  border-radius: 50%;
  height: 35px;
}
.games-slide-list-container .icon-button svg {
  width: 35px;
  height: 35px;
}
.games-slide-list-container .icon-button-next {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #521D1D 0%, #260B0B 100%);
  margin-left: 10px;
  border-radius: 5px;
}
.games-slide-list-container .icon-button-next svg {
  fill: #843030;
}
.games-slide-list-container .icon-button-prev {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #521D1D 0%, #260B0B 100%);
  margin-left: 5px;
  border-radius: 5px;
}
.games-slide-list-container .icon-button-prev svg {
  fill: #843030;
}
.games-slide-list-container .games-slide-list-body {
  margin-bottom: 20%;
}
.games-slide-list-container .games-slide-list-body .game-list {
  width: 100%;
}
.games-slide-list-container .games-slide-list-body .game-list img .game {
  min-height: 125px;
  width: 100%;
  border-radius: 15px;
  position: relative;
}

.game-list {
  padding: 4px; /* border width */
  background: linear-gradient(45deg, red, orange);
  border-radius: 43px; /* optional: rounded border */
  display: inline-block;
}
@media (max-width: 425px) {
  .game-list {
    border-radius: 25px;
  }
}

.game-list-gradient {
  display: block;
  border-radius: 43px; /* match the container radius if rounded border */
  width: 100%;
  height: auto;
}
@media (max-width: 425px) {
  .game-list-gradient {
    border-radius: 25px;
  }
}

.soft-pink-text {
  color: #F05050;
}

.intro {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.intro .gold-txt {
  color: #F3D17C;
  font-size: 18px;
  font-weight: 600;
}
.intro .icon-regis p {
  font-size: 24px;
  font-weight: 700;
}
.intro .icon-regis span {
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .img-intro img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .promote-auto img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .promote-join img {
    max-width: 100%;
    height: auto;
  }
}

.intro2 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.intro2 .title {
  color: white;
  font-size: 24px;
  font-weight: 700;
}
.intro2 .title .text {
  margin-left: 15px;
}
.intro2 .content {
  display: flex;
  font-size: 15px;
  text-align: left;
  margin-top: 20px;
}

.menu-additional img {
  width: 345px;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-additional .title {
  text-align: left;
}
.menu-additional .title div {
  font-size: 16px;
  color: #F3D17C;
  font-weight: 600;
  margin-bottom: 15px;
}
.menu-additional .menu-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-additional .menu-ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
  color: white;
  font-weight: 500;
}
.menu-additional .menu-ul li .gen-icon {
  background-color: #B25E5E;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.menu-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-item {
  margin: 10px 0;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.menu-item:hover {
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.menu-icon {
  width: 24px;
  height: 24px;
}

.menu-text {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.qr-code-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.qr-code-section .qr-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  width: 110px;
  height: 110px;
  border-radius: 10px;
}
.qr-code-section .qr-box img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.set-mockup-img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.set-mockup-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  border: 5px solid #772929;
  box-shadow: 0 0 10px rgb(119, 41, 41), 0 0 20px rgb(119, 41, 41), 0 0 30px rgb(119, 41, 41);
  height: 180px;
  min-width: 140px;
}
.set-mockup-img .txt-preview {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 30px;
  text-shadow: 0 0 5px #FFFFFF, 0 0 10px #FFFFFF, 0 0 20px #FFFFFF, 0 0 30px #FFFFFF, 0 0 40px #FFFFFF, 0 0 50px #FFFFFF, 0 0 75px #FFFFFF;
}

.custom-cover-firm {
  overflow: hidden;
  border-radius: 15px;
}
.custom-cover-firm img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 140px;
  height: 180px;
}
.custom-cover-firm .txt-preview {
  display: none;
}

.bank-option-img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
}

.custom-bank-select {
  display: flex;
  align-items: center;
}

.menu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: linear-gradient(90deg, #600406 0%, #B91113 100%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.menu-icon-user {
  background-color: #530306;
  padding: 12px 21px 13px 21px;
  border-radius: 8px;
  text-align: center;
  color: #FFFFFF;
  min-width: 80px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.menu-icon-user:hover {
  background-color: #6d1518 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(83, 3, 6, 0.4);
}
.menu-icon-user:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(83, 3, 6, 0.3);
}

.bg-granit {
  background: url(../img/BgModalNav.png) no-repeat center center;
  background-size: cover;
}

.features-card-container {
  background-color: #800B10;
  border-radius: 22px;
  padding: 28px 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: 0 8px 32px rgba(138, 3, 3, 0.25);
  margin-top: 10px;
}

.features-card-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.features-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(55deg, #840508 50%, #E85052 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(243, 94, 76, 0.14);
}
.features-card-icon img {
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.features-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.features-card-title {
  font-weight: bold;
  font-size: 1.15rem;
  color: #fffbe6;
  margin-bottom: 2px;
  letter-spacing: 0.01em;
}

.features-card-desc {
  font-size: 1rem;
  color: #ffd7b1;
  line-height: 1.2;
}

.jackpot-swiper {
  height: 300px;
  margin: 0 auto;
}
.jackpot-swiper.unset-height {
  height: unset;
}
.jackpot-swiper .swiper {
  width: 100%;
}
.jackpot-swiper .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
@media (min-width: 768px) {
  .jackpot-swiper .swiper .swiper-slide {
    height: 200px;
  }
}

.jackpot-card {
  background: #B40C08 url(../img/jackpot-bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 22px;
  padding: 28px 10px 18px 10px;
  width: 540px;
  min-height: 140px;
  box-shadow: 0 4px 24px rgba(138, 3, 3, 0.22);
  text-align: center;
  position: relative;
}

.jackpot-title {
  position: absolute;
  width: 100%;
  height: 75px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
}
@media (max-width: 768px) {
  .jackpot-title {
    width: 335px;
  }
}
.jackpot-title img {
  width: 100%;
  height: 100%;
}

.jackpot-message {
  color: #fffbe6;
  font-size: 1.32rem;
  line-height: 1.34;
  margin-bottom: 6px;
  font-weight: 400;
  text-shadow: 0 2px 6px rgba(161, 58, 6, 0.7529411765);
  margin-top: 25px;
}

.jackpot-message b {
  color: #ffe26a;
  font-weight: bold;
  text-shadow: 0 2px 6px #ffb13d, 0 1px 0 #fff;
}

.font-gold {
  color: #F3D17C;
}

.example-game-swiper .swiper-slide {
  height: 180px;
}
.example-game-swiper .example-game-img {
  width: 100%;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.example-game-swiper .grey-placeholder {
  background-color: #cccccc; /* Light grey */
  background-image: none !important;
  width: 140px;
  height: 180px; /* Set desired height */
  border-radius: 15px;
}

.sponsor-game-swiper .swiper-slide {
  height: 80px;
}
.sponsor-game-swiper .spon-img {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thai-list {
  list-style: none;
}
.thai-list li {
  position: relative;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 30px;
}
.thai-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  background-color: #FF6B6B;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.thai-list li:last-child {
  margin-bottom: 0;
}
.thai-list li:hover {
  transform: translateX(5px);
  transition: transform 0.3s ease;
}
.thai-list li:hover:before {
  background-color: #FF8E8E;
  transform: scale(1.1);
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .container {
    padding: 30px 20px;
  }
  .thai-list li {
    font-size: 16px;
    padding-left: 25px;
  }
  .thai-list li:before {
    width: 10px;
    height: 10px;
    top: 10px;
  }
}
@media (max-width: 480px) {
  .thai-list li {
    font-size: 16px;
    line-height: 1.5;
  }
}
.faq-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-item {
  background: rgba(139, 0, 0, 0.8);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  background: rgba(139, 0, 0, 0.9);
}
.faq-item.active .arrow {
  transform: rotate(90deg);
}
.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 20px 25px;
  opacity: 1;
}

.faq-question {
  display: flex;
  align-items: center;
  padding: 25px;
  cursor: pointer;
  color: white;
  font-size: 18px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 15px;
}
.faq-question:hover {
  background: rgba(255, 255, 255, 0.05);
}

.arrow {
  font-size: 16px;
  margin-right: 15px;
  transition: transform 0.3s ease;
  color: #FFFFFF;
  flex-shrink: 0;
}

.question-text {
  flex: 1;
  line-height: 1.4;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
}
.faq-answer p {
  color: #f0f0f0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

@media (max-width: 768px) {
  .container {
    padding: 20px 10px;
  }
  .faq-question {
    padding: 20px 18px;
    font-size: 16px;
  }
  .arrow {
    margin-right: 12px;
    font-size: 16px;
  }
  .faq-answer p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .faq-question {
    padding: 18px 15px;
    font-size: 15px;
  }
  .faq-answer.active {
    padding: 15px 15px;
  }
  .faq-answer p {
    font-size: 13px;
  }
}
.thai-button {
  background: linear-gradient(45deg, #840508, #E85052);
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 40px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  text-align: center;
  min-width: 200px;
  position: relative;
  overflow: hidden;
}
.thai-button:hover {
  background: linear-gradient(135deg, #840508, #E85052);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
.thai-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.thai-button:focus {
  outline: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.2);
}
.thai-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}
.thai-button:hover::before {
  left: 100%;
}

@media (max-width: 768px) {
  .thai-button {
    font-size: 16px;
    padding: 12px 30px;
    min-width: 180px;
  }
}
@media (max-width: 480px) {
  .thai-button {
    font-size: 16px;
    padding: 10px 25px;
    min-width: 160px;
  }
}
.casino-banner {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 200px;
  position: relative;
}

.banner-image {
  position: relative;
  border-radius: 15px;
  margin: 15px;
  overflow: hidden;
  z-index: 2;
}

.casino-logo {
  position: absolute;
  color: #8B0000;
  padding: 8px 15px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  z-index: 3;
}
.casino-logo img {
  max-height: 18px;
  max-width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.casino-scene {
  position: relative;
  width: 250px;
  height: 250px;
}
.casino-scene img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.banner-content {
  flex: 1;
  padding: 30px 40px 30px 20px;
  color: white;
  z-index: 2;
  position: relative;
}

.main-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #FFFFFF;
}

.description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #F3D17C;
}

.read-more {
  display: inline-flex;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.read-more:hover {
  color: #FFA500;
  transform: translateX(5px);
}
.read-more:hover .arrow {
  transform: translateX(5px);
}

.arrow {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  .casino-banner {
    flex-direction: row;
    text-align: center;
  }
  .banner-image {
    flex: none;
    width: 100%;
    max-width: 300px;
    margin: 15px auto 0;
  }
  .banner-content {
    padding: 20px;
    text-align: left;
  }
  .main-title {
    font-size: 20px;
  }
  .description {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .banner-image {
    height: 150px;
    width: 150px;
    margin: 10px;
  }
  .casino-scene {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .banner-content {
    padding: 15px;
  }
  .main-title {
    font-size: 18px;
  }
  .description {
    font-size: 13px;
  }
}
.swiper {
  /* Swiper pagination styling (matches your UI) */
}
.swiper .swiper-pagination {
  position: static !important; /* keep at bottom of the card */
  margin-top: 10px;
  text-align: center;
}
.swiper .swiper-pagination-bullet {
  background: #ffe26a;
  opacity: 0.7;
  width: 5px;
  height: 5px;
  margin: 0 3px !important;
  border-radius: 1px;
  transition: opacity 0.2s;
}
.swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fffbe6;
}

.header-bar .icon-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.icon-wrapper {
  position: relative;
}

.icon-btn {
  background: rgb(103, 7, 10);
  border: none;
  border-radius: 8px;
  padding: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
}
.icon-btn:hover {
  background: rgba(0, 0, 0, 0.25);
  transform: translateY(-1px);
}
.icon-btn:active {
  transform: translateY(0);
  background: rgba(0, 0, 0, 0.3);
}
.icon-btn.active {
  background: rgba(0, 0, 0, 0.3);
}

.icon {
  width: 20px;
  height: 20px;
  color: white;
  stroke-width: 2;
}

.notification-badge {
  position: absolute;
  top: -5px;
  left: -5px;
  background: #ff4757;
  color: white;
  border-radius: 50%;
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #c41e3a;
  animation: pulse 2s infinite;
}
.notification-badge.hidden {
  display: none;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  min-width: 320px;
  max-width: 400px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1001;
  overflow: hidden;
}
.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.notification-dropdown .dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
}
.notification-dropdown .dropdown-header h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.notification-dropdown .dropdown-header .clear-all-btn {
  background: none;
  border: none;
  color: #c41e3a;
  font-size: 16px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.notification-dropdown .dropdown-header .clear-all-btn:hover {
  background: rgba(196, 30, 58, 0.1);
}
.notification-dropdown .notification-list {
  max-height: 400px;
  overflow-y: auto;
}
.notification-dropdown .notification-item {
  padding: 16px 20px;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
  transition: background-color 0.2s;
  position: relative;
}
.notification-dropdown .notification-item:hover {
  background-color: #f8f9fa;
}
.notification-dropdown .notification-item.unread {
  background-color: #f8f9ff;
}
.notification-dropdown .notification-item.unread::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #c41e3a;
  border-radius: 50%;
}
.notification-dropdown .notification-item .notification-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-left: 12px;
}
.notification-dropdown .notification-item .notification-content .notification-text {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
}
.notification-dropdown .notification-item .notification-content .notification-time {
  font-size: 12px;
  color: #666;
}

.profile-dropdown .profile-info {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 12px;
}
.profile-dropdown .profile-info .profile-avatar {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #c41e3a, #8b1538);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.profile-dropdown .profile-info .profile-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.profile-dropdown .profile-info .profile-details .profile-name {
  font-weight: 600;
  color: #333;
  font-size: 16px;
}
.profile-dropdown .profile-info .profile-details .profile-email {
  color: #666;
  font-size: 16px;
}
.profile-dropdown .dropdown-divider {
  border: none;
  height: 1px;
  background: #eee;
  margin: 0;
}
.profile-dropdown .dropdown-links {
  padding: 8px 0;
}
.profile-dropdown .dropdown-links .dropdown-link {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.2s;
}
.profile-dropdown .dropdown-links .dropdown-link:hover {
  background-color: #f8f9fa;
}
.profile-dropdown .dropdown-links .dropdown-link.logout {
  color: #c41e3a;
}

@media (max-width: 768px) {
  .header-bar {
    padding: 10px 16px;
  }
  .dropdown-menu {
    right: 16px;
    min-width: 280px;
    max-width: calc(100vw - 32px);
  }
  .icon-btn {
    padding: 10px;
    min-width: 40px;
    min-height: 40px;
  }
  .icon {
    width: 18px;
    height: 18px;
  }
}
.main {
  transition: margin-right 0.3s;
}

.blur-content {
  filter: blur(5px);
  transition: filter 0.3s;
  position: relative;
  z-index: -1;
}

#rightNav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, #521D1D 0%, #260B0B 100%);
  overflow-x: hidden;
  transition: 0.3s;
  color: white;
  border-top-left-radius: 30px;
}
#rightNav .closeBtn {
  padding: 25px 15px;
}
#rightNav .right-side {
  margin: 0px 20px 20px;
}
#rightNav .right-side .menu-list {
  display: flex;
  flex-direction: column;
}
#rightNav .right-side .icon-wrapper {
  width: 30px;
  margin-right: 10px;
}
#rightNav .right-side-last {
  position: absolute;
  bottom: 0;
  width: 210px;
  margin: 40px 20px 20px;
}
#rightNav .right-side-last .icon-wrapper {
  width: 30px;
  margin-right: 10px;
}

#rightNav a {
  padding: 10px 15px;
  text-decoration: none;
  font-size: 16px;
  color: #ddd;
  display: flex;
  align-items: center;
  transition: 0.2s;
}
#rightNav a img {
  width: 25px;
  margin-right: 5px;
}

#rightNav a:hover {
  color: white;
  background-color: #260B0B;
}

@media screen and (max-height: 450px) {
  #rightNav {
    padding-top: 15px;
  }
  #rightNav a {
    font-size: 14px;
  }
}
.casino-app {
  max-width: 100%;
  margin: 0 auto;
}

.header-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 330px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .header-section {
    min-height: 200px;
  }
}
.header-section .header-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media (max-width: 768px) {
  .header-section .header-background-image {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 480px) {
  .header-section .header-background-image {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

.promotion-content {
  flex: 1;
  text-align: left;
  margin-left: 20px;
  z-index: 2;
}
.promotion-content .promo-title {
  color: #FFD700;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 5px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.promotion-content .promo-subtitle {
  color: white;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.promotion-content .promo-amount {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.promotion-content .promo-amount .amount {
  color: #FFD700;
  font-weight: 700;
  font-size: 18px;
}

.models-image {
  position: relative;
  width: 120px;
  height: 150px;
  z-index: 2;
}
.models-image .model {
  position: absolute;
  width: 60px;
  height: 120px;
  background: linear-gradient(135deg, #DC143C, #8B0000);
  border-radius: 30px;
}
.models-image .model::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: #F4A460;
  border-radius: 50%;
}
.models-image .model.model-1 {
  left: 0;
  background: linear-gradient(135deg, #DC143C, #B91C1C);
}
.models-image .model.model-2 {
  right: 0;
  background: linear-gradient(135deg, #DC143C, #B91C1C);
}

.border-top-gradient {
  background: linear-gradient(to right, #f4c165, #f7eeac, #e3a242, #fcfce4, #ebb539);
  height: 2px;
}

.ticker-label {
  background: #ad140a;
  color: white;
  padding: 12px;
  font-weight: 600;
  font-size: 14px;
  margin-right: 15px;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  overflow: hidden;
  z-index: 50;
}

.news-ticker {
  position: relative;
  background: #530306;
  padding: 12px 20px;
  overflow: hidden;
}
.news-ticker .ticker-content {
  display: flex;
  align-items: center;
}
.news-ticker .ticker-content .ticker-text {
  color: white;
  font-size: 14px;
  font-weight: 400;
  animation: scroll-text 15s linear infinite;
  white-space: nowrap;
}

@keyframes scroll-text {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.wallet-section {
  padding: 20px;
}

.balance-card {
  background: linear-gradient(135deg, #600406, #B91113);
  border: 2px solid #600406;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}
.balance-card .balance-left {
  position: relative;
}
.balance-card .balance-left .balance-label {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.balance-card .balance-left .phone-number {
  color: #F05050;
  font-size: 16px;
  font-weight: 600;
}
.balance-card .balance-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  background-color: #67070A;
  border-radius: 25px;
  min-width: 180px;
  padding: 15px;
}
.balance-card .balance-right .coins-icon {
  font-size: 24px;
}
.balance-card .balance-right .balance-amount {
  color: white;
  font-size: 17px;
  font-weight: 700;
}
.balance-card .balance-right .balance-amount .amount-decimal {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
}
.balance-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(145deg, #70060A, #EDA16F, #724B20);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.action-buttons {
  padding: 0 20px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.action-btn {
  background: linear-gradient(135deg, #600406, #B91113);
  border-radius: 12px;
  padding: 15px 20px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  border: 2px solid #600406;
}
.action-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(145deg, #70060A, #EDA16F, #724B20);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.action-btn .btn-icon {
  font-size: 20px;
}
.action-btn:hover {
  background: linear-gradient(135deg, #B91113, #600406);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}
.action-btn:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .header-section {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }
  .header-section .promotion-content {
    margin: 15px 0;
  }
  .header-section .promotion-content .promo-title {
    font-size: 28px;
  }
  .header-section .models-image {
    margin-top: 10px;
  }
  .balance-card {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .balance-card .balance-right {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .action-buttons {
    grid-template-columns: 1fr;
  }
  .promotion-content .promo-title {
    font-size: 24px;
  }
  .balance-amount {
    font-size: 20px !important;
  }
}
.user-main-menu-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.user-main-menu-header {
  margin-bottom: 30px;
  text-align: left;
}
.user-main-menu-header .user-main-menu-title {
  color: #bf5151;
  font-size: 20px;
  font-weight: 500;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.user-main-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.user-main-menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 15px 10px;
  border-radius: 12px;
}
.user-main-menu-item:hover {
  transform: translateY(-5px);
}
.user-main-menu-item:hover .user-main-menu-icon {
  background: linear-gradient(135deg, #8B0000, #A52A2A);
  box-shadow: 0 8px 25px rgba(220, 20, 60, 0.4);
}
.user-main-menu-item:hover .user-main-menu-label {
  color: #FFD700;
}

.user-main-menu-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #8B0000, #A52A2A);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 215, 0, 0.3);
}
.user-main-menu-icon i {
  color: #FFD700;
  font-size: 24px;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
  transition: all 0.3s ease;
}
.user-main-menu-icon::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}
.user-main-menu-icon:hover::before {
  opacity: 0.2;
}

.user-main-menu-icon--blockout {
  background: #520307;
  border: 2px solid #520307;
}
.user-main-menu-icon--blockout::before {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, transparent 50%, rgba(0, 0, 0, 0.2) 100%);
}
.user-main-menu-icon--blockout img {
  filter: brightness(0.15) saturate(50%) sepia(50%) hue-rotate(0deg) invert(10%) contrast(0%) drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.9));
  opacity: 0.6;
}
.user-main-menu-icon--blockout:hover {
  background: linear-gradient(135deg, #3D0000, #5B0000, #7C0000);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6), 0 4px 15px rgba(139, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 25px rgba(255, 215, 0, 0.4);
}

.user-main-menu-label {
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  transition: color 0.3s ease;
  line-height: 1.2;
  min-height: 32px;
  display: flex;
  align-items: center;
}

.user-main-menu-item:nth-child(1) .user-main-menu-icon i {
  color: #FF6B6B;
}

.user-main-menu-item:nth-child(2) .user-main-menu-icon i {
  color: #4ECDC4;
}

.user-main-menu-item:nth-child(3) .user-main-menu-icon i {
  color: #FFE66D;
}

.user-main-menu-item:nth-child(4) .user-main-menu-icon i {
  color: #FF8E53;
}

.user-main-menu-item:nth-child(5) .user-main-menu-icon i {
  color: #A8E6CF;
}

.user-main-menu-item:nth-child(6) .user-main-menu-icon i {
  color: #00C300;
}

.user-main-menu-item:nth-child(7) .user-main-menu-icon i {
  color: #87CEEB;
}

.user-main-menu-item:nth-child(8) .user-main-menu-icon i {
  color: #DDA0DD;
}

.user-main-menu-item:nth-child(9) .user-main-menu-icon i {
  color: #FFD700;
}

.user-main-menu-item:nth-child(10) .user-main-menu-icon i {
  color: #FFA07A;
}

.user-main-menu-item:nth-child(11) .user-main-menu-icon i {
  color: #98FB98;
}

.user-main-menu-item:nth-child(12) .user-main-menu-icon i {
  color: #F0E68C;
}

@keyframes user-main-menu-pulse-gold {
  0% {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }
  50% {
    box-shadow: 0 4px 25px rgba(255, 215, 0, 0.5);
  }
  100% {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }
}
.user-main-menu-item {
  opacity: 0;
  animation: user-main-menu-fadeInUp 0.6s ease forwards;
}
.user-main-menu-item:nth-child(1) {
  animation-delay: 0s;
}
.user-main-menu-item:nth-child(2) {
  animation-delay: 0.1s;
}
.user-main-menu-item:nth-child(3) {
  animation-delay: 0.2s;
}
.user-main-menu-item:nth-child(4) {
  animation-delay: 0.3s;
}
.user-main-menu-item:nth-child(5) {
  animation-delay: 0.4s;
}
.user-main-menu-item:nth-child(6) {
  animation-delay: 0.5s;
}
.user-main-menu-item:nth-child(7) {
  animation-delay: 0.6s;
}
.user-main-menu-item:nth-child(8) {
  animation-delay: 0.7s;
}
.user-main-menu-item:nth-child(9) {
  animation-delay: 0.8s;
}
.user-main-menu-item:nth-child(10) {
  animation-delay: 0.9s;
}
.user-main-menu-item:nth-child(11) {
  animation-delay: 1s;
}
.user-main-menu-item:nth-child(12) {
  animation-delay: 1.1s;
}

@keyframes user-main-menu-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .user-main-menu-container {
    padding: 15px;
  }
  .user-main-menu-header {
    margin-bottom: 25px;
  }
  .user-main-menu-header .user-main-menu-title {
    font-size: 18px;
  }
  .user-main-menu-icon {
    width: 55px;
    height: 55px;
  }
  .user-main-menu-icon i {
    font-size: 22px;
  }
  .user-main-menu-label {
    font-size: 13px;
    min-height: 28px;
  }
  .user-main-menu-item {
    padding: 12px 8px;
  }
}
@media (max-width: 480px) {
  .user-main-menu-container {
    padding: 10px;
  }
  .user-main-menu-header {
    margin-bottom: 20px;
  }
  .user-main-menu-header .user-main-menu-title {
    font-size: 16px;
  }
  .user-main-menu-icon {
    width: 80px;
    height: 80px;
  }
  .user-main-menu-label {
    font-size: 12px;
    min-height: 24px;
  }
  .user-main-menu-item {
    padding: 10px 6px;
  }
}
@media (prefers-color-scheme: dark) {
  .user-main-menu-label {
    color: #f0f0f0;
  }
}
.user-main-menu-item:focus {
  outline: 2px solid #FFD700;
  outline-offset: 2px;
}
.user-main-menu-item:focus-visible {
  outline: 2px solid #FFD700;
  outline-offset: 2px;
}

@media print {
  .user-main-menu-grid {
    display: none;
  }
}
.game-categories-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.game-categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 768px) {
  .game-categories-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .game-categories-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
}

.game-category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.game-category-item:not(.game-category-empty):hover {
  transform: translateY(-8px);
}
.game-category-item:not(.game-category-empty):hover .game-category-card {
  transform: scale(1.05);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5);
  border-color: #FFD700;
}
.game-category-item:not(.game-category-empty):hover .game-category-label {
  color: #FFD700;
  transform: scale(1.05);
}
.game-category-item:not(.game-category-empty):active {
  transform: translateY(-4px);
}
.game-category-item.active {
  transform: translateY(-4px);
}
.game-category-item.active .game-category-card {
  transform: scale(1.05);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5);
  border-color: #FFD700;
  border-width: 5px;
}
.game-category-item.active .game-category-label {
  color: #FFD700;
  transform: scale(1.05);
}

.game-category-card {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #8B0000, #A52A2A);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.3);
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 215, 0, 0.3);
  overflow: hidden;
  position: relative;
}
.game-category-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(139, 0, 0, 0.2), rgba(165, 42, 42, 0.1));
  border-radius: 13px;
  z-index: 1;
}

.game-category-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 13px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 0;
}
.game-category-image:not([src]) {
  background: linear-gradient(135deg, #4A2C2A, #8B4513);
  display: flex;
  align-items: center;
  justify-content: center;
}
.game-category-image:not([src])::after {
  content: "🎮";
  font-size: 32px;
}

.game-category-label {
  color: white;
  font-size: 15px;
  font-weight: 500;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
  line-height: 1.2;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.game-category-empty .game-category-card {
  background: linear-gradient(135deg, rgba(139, 0, 0, 0.3), rgba(165, 42, 42, 0.3));
  border: 2px dashed rgba(255, 215, 0, 0.2);
}
.game-category-empty .game-category-card::after {
  content: "+";
  color: rgba(255, 215, 0, 0.4);
  font-size: 24px;
  font-weight: bold;
  z-index: 2;
  position: relative;
}
.game-category-empty:hover .game-category-card {
  background: linear-gradient(135deg, rgba(139, 0, 0, 0.5), rgba(165, 42, 42, 0.5));
  border-color: rgba(255, 215, 0, 0.4);
}
.game-category-empty:hover .game-category-card::after {
  color: rgba(255, 215, 0, 0.6);
}

.game-category-item {
  opacity: 0;
  animation: game-categories-fadeInUp 0.6s ease forwards;
}
.game-category-item:nth-child(1) {
  animation-delay: 0s;
}
.game-category-item:nth-child(2) {
  animation-delay: 0.1s;
}
.game-category-item:nth-child(3) {
  animation-delay: 0.2s;
}
.game-category-item:nth-child(4) {
  animation-delay: 0.3s;
}
.game-category-item:nth-child(5) {
  animation-delay: 0.4s;
}
.game-category-item:nth-child(6) {
  animation-delay: 0.5s;
}
.game-category-item:nth-child(7) {
  animation-delay: 0.6s;
}
.game-category-item:nth-child(8) {
  animation-delay: 0.7s;
}
.game-category-item:nth-child(9) {
  animation-delay: 0.8s;
}
.game-category-item:nth-child(10) {
  animation-delay: 0.9s;
}
.game-category-item:nth-child(11) {
  animation-delay: 1s;
}
.game-category-item:nth-child(12) {
  animation-delay: 1.1s;
}

@keyframes game-categories-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .game-categories-container {
    padding: 15px;
  }
  .game-category-card {
    width: 70px;
    height: 70px;
  }
  .game-category-label {
    font-size: 14px;
    min-height: 32px;
  }
}
@media (max-width: 480px) {
  .game-categories-container {
    padding: 10px;
  }
  .game-category-card {
    width: 80px;
    height: 80px;
  }
  .game-category-label {
    font-size: 13px;
    min-height: 28px;
  }
}
.game-category-item:focus {
  outline: 2px solid #FFD700;
  outline-offset: 4px;
  border-radius: 8px;
}
.game-category-item:focus-visible {
  outline: 2px solid #FFD700;
  outline-offset: 4px;
  border-radius: 8px;
}

@media print {
  .game-categories-grid {
    display: none;
  }
}
.winner-table-custom .footer-pagination {
  display: none !important;
}

.nav-container {
  display: flex;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(196, 30, 58, 0.3);
  max-width: 400px;
  margin: 0 auto;
}

.nav-button {
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border: none;
  background: #800B10;
  color: #F05050;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.nav-button.left {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.nav-button.right {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.nav-button:hover {
  color: white;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}
.nav-button.active {
  background: #B91113;
  color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.nav-button.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.nav-button i {
  font-size: 16px;
  transition: transform 0.3s ease;
}
.nav-button span {
  white-space: nowrap;
}
.nav-button:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.nav-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.nav-button:active::after {
  width: 300px;
  height: 300px;
}

@media (max-width: 480px) {
  .nav-container {
    max-width: 100%;
    margin: 0;
  }
  .nav-button {
    padding: 10px 12px;
    font-size: 13px;
  }
  .nav-button i {
    font-size: 14px;
  }
}
.nav-button:hover i {
  transform: scale(1.1);
}

.nav-button.loading {
  pointer-events: none;
}
.nav-button.loading i {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=custom.css.map */