
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  background: none;
  -webkit-font-smoothing: antialiased;
}

menu, ol, ul {
  list-style-type: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: #06080e;
  color: #ffffff;
  min-height: 100vh;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.app-layout {
  display: grid;
  grid-template-columns: 236px 1fr 301px;
  min-height: 100vh;
  width: 100%;
}

.sidebar {
  background: #06080e;
  border-right: 1px solid #131a27;
  width: 236px;
  min-height: 100vh;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 100;
}

.sidebar::-webkit-scrollbar {
  width: 4px;
}
.sidebar::-webkit-scrollbar-thumb {
  background: #131a27;
  border-radius: 2px;
}

.sidebar-inner {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.sidebar-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px 25px;
}

.logo-live-indicator {
  width: 16px;
  height: 16px;
  background: rgba(108, 24, 25, 0.51);
  border: 0.5px solid rgba(167, 36, 36, 0.42);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.live-dot {
  width: 6px;
  height: 6px;
  background: #e22b2b;
  border-radius: 50%;
  box-shadow: 0px 0px 5.2px 0px rgba(167, 36, 36, 1);
  display: block;
}
.logo-live-indicator.live {
  background: rgba(24, 108, 30, 0.51);
  border-color: rgba(36, 167, 44, 0.42);
  cursor: pointer;
}
.logo-live-indicator.live .live-dot {
  background: #cffe1a;
  box-shadow: 0px 0px 5.2px 0px rgba(207, 254, 26, 0.8);
  animation: livePulse 1.5s ease-in-out infinite;
}
@keyframes livePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.8); }
}

.logo-img {
  height: 21px;
  width: auto;
  object-fit: contain;
}

.sidebar-section {
  padding: 10px 0;
}

.sidebar-section-title {
  color: #8ba4ba;
  font-size: 9px;
  font-weight: 800;
  padding: 8px 27px;
  letter-spacing: 0.5px;
}

.sidebar-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 27px 8px 28px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  transition: opacity 0.2s;
  position: relative;
}

.sidebar-link:hover {
  opacity: 0.8;
}

.sidebar-link.muted {
  color: #88969c;
  font-weight: 600;
}

.sidebar-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  object-fit: contain;
}

.sidebar-icon-placeholder {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

.soon-badge {
  background: #2c3c47;
  border-radius: 2px;
  font-size: 6px;
  font-weight: 800;
  color: #88969c;
  padding: 2px 5px;
  margin-left: 4px;
  transform: rotate(-3.377deg);
}

.sidebar-bottom {
  margin-top: auto;
  padding: 20px;
}

.sidebar-social-card {
  background: #0e111a;
  border-radius: 5px;
  padding: 12px;
}

.sidebar-social-card .sidebar-section-title {
  padding: 0 0 10px 0;
  font-size: 12px;
}

.social-icons {
  display: flex;
  gap: 8px;
}

.social-icon-btn {
  width: 25px;
  height: 25px;
  background: #131a27;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s;
}

.social-icon-btn:hover {
  opacity: 0.7;
}

.social-icon-btn img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.main-content {
  padding: 30px 40px 60px;
  overflow-x: hidden;
  min-width: 0;
  zoom: 0.9;
  -moz-transform: scale(0.9);
  -moz-transform-origin: top center;
}

.page-header {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.page-title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.title-icon {
  width: 63px;
  height: auto;
  position: relative;
}

.title-icon-bg {
  position: absolute;
  left: 4px;
  width: 63px;
  height: auto;
  opacity: 0.5;
}

.page-title-text {
  display: flex;
  flex-direction: column;
}

.page-title-sub {
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
}

.page-title-main {
  font-size: 36px;
  font-weight: 800;
  font-style: italic;
  background: linear-gradient(92.35deg, rgba(139, 44, 255, 1) 0%, rgba(211, 135, 255, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
}

.podium-section {
  margin-bottom: 40px;
}

.podium-cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}

.podium-card {
  width: 280px;
  border-radius: 10px;
  border: 1px solid #172236;
  position: relative;
  text-align: center;
  overflow: hidden;
  flex-shrink: 0;
}

.podium-1st {
  background: radial-gradient(closest-side, rgba(150, 118, 254, 0.2) 0%, rgba(14, 17, 26, 0) 100%), #0e111a;
  box-shadow: 0px 0px 150px 0px rgba(161, 139, 255, 0.15);
  order: 2;
  min-height: 368px;
}

.podium-2nd {
  background: radial-gradient(closest-side, rgba(18, 184, 147, 0.2) 0%, rgba(14, 17, 26, 0) 100%), #0e111a;
  box-shadow: 0px 0px 150px 0px rgba(109, 254, 213, 0.15);
  order: 1;
  min-height: 368px;
  margin-top: 34px;
}

.podium-3rd {
  background: radial-gradient(closest-side, rgba(218, 161, 132, 0.2) 0%, rgba(14, 17, 26, 0) 100%), #0e111a;
  box-shadow: 0px 0px 150px 0px rgba(253, 189, 86, 0.15);
  order: 3;
  min-height: 368px;
  margin-top: 34px;
}

.podium-avatar {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.avatar-ring {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: ringSpinIn 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.podium-2nd .avatar-ring { animation-delay: 0.3s; opacity: 0; }
.podium-1st .avatar-ring { animation-delay: 0s; opacity: 0; }
.podium-3rd .avatar-ring { animation-delay: 0.6s; opacity: 0; }

.ring-purple {
  background: linear-gradient(90deg, rgba(136, 108, 255, 1) 0%, rgba(252, 189, 255, 1) 100%);
}

.ring-green {
  background: linear-gradient(90deg, rgba(0, 239, 171, 1) 0%, rgba(172, 130, 255, 1) 100%);
}

.ring-orange {
  background: linear-gradient(90deg, rgba(66, 69, 255, 1) 0%, rgba(255, 183, 102, 1) 100%);
}

.avatar-circle {
  width: 112px;
  height: 112px;
  background: #151a26;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: circleReveal 0.8s ease forwards;
  animation-delay: inherit;
  opacity: 0;
}

.avatar-img {
  width: 55px;
  height: 64px;
  object-fit: contain;
  animation: imgFadeIn 0.6s ease forwards;
  opacity: 0;
}

.podium-1st .avatar-img { animation-delay: 0.6s; }
.podium-2nd .avatar-img { animation-delay: 0.9s; }
.podium-3rd .avatar-img { animation-delay: 1.2s; }

@keyframes ringSpinIn {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-180deg);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) rotate(20deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

@keyframes circleReveal {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes imgFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.5) translateY(10px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.podium-name {
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
}

.podium-stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
}

.podium-label {
  color: #425f68;
  font-size: 15px;
  font-weight: 700;
}

.podium-amount {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.dollar {
  color: #425f68;
}

.podium-prize {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 57px;
  border-radius: 0 0 10px 10px;
  margin-top: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.prize-purple {
  background: linear-gradient(90deg, rgba(136, 108, 255, 1) 0%, rgba(252, 189, 255, 1) 50%, rgba(136, 108, 255, 1) 100%);
  background-size: 200% 100%;
  animation: prizeShimmer 3s ease infinite;
}

.prize-green {
  background: linear-gradient(90deg, rgba(0, 239, 171, 1) 0%, rgba(172, 130, 255, 1) 50%, rgba(0, 239, 171, 1) 100%);
  background-size: 200% 100%;
  animation: prizeShimmer 3s ease infinite;
}

.prize-orange {
  background: linear-gradient(90deg, rgba(66, 69, 255, 1) 0%, rgba(255, 183, 102, 1) 50%, rgba(66, 69, 255, 1) 100%);
  background-size: 200% 100%;
  animation: prizeShimmer 3s ease infinite;
}

@keyframes prizeShimmer {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.prize-trophy {
  width: 20px;
  height: 17px;
  object-fit: contain;
}

.prize-amount {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
}

.prize-amount span {
  color: #ffffff;
}

.countdown-section {
  text-align: center;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.countdown-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.countdown-title {
  color: #88969c;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

.countdown-boxes {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.countdown-box {
  background: radial-gradient(closest-side, rgba(75, 90, 118, 0.2) 0%, rgba(19, 26, 39, 0) 100%), #131a27;
  border-radius: 4px;
  width: 228px;
  height: 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px -2px 0px 0px rgba(15, 21, 32, 1), inset 0px 2px 0px 0px rgba(25, 34, 51, 1);
  opacity: 0;
  transform: scale(0.8) translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.countdown-section.visible .countdown-box:nth-child(1) { opacity: 1; transform: scale(1) translateY(0); transition-delay: 0.1s; }
.countdown-section.visible .countdown-box:nth-child(2) { opacity: 1; transform: scale(1) translateY(0); transition-delay: 0.25s; }
.countdown-section.visible .countdown-box:nth-child(3) { opacity: 1; transform: scale(1) translateY(0); transition-delay: 0.4s; }
.countdown-section.visible .countdown-box:nth-child(4) { opacity: 1; transform: scale(1) translateY(0); transition-delay: 0.55s; }

.countdown-value {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.countdown-value.tick {
  animation: countTick 0.3s ease;
}

.countdown-label {
  font-size: 20px;
  font-weight: 500;
  color: #88969c;
  line-height: 1.2;
}

@keyframes countTick {
  0% { transform: scale(1); }
  40% { transform: scale(1.2); color: #886cff; }
  100% { transform: scale(1); }
}

.leaderboard-section {
  margin-bottom: 40px;
}

.leaderboard-header {
  display: grid;
  grid-template-columns: 80px 1fr 1fr 200px;
  padding: 12px 28px;
  gap: 16px;
}

.lb-col {
  color: #2e4048;
  font-size: 15px;
  font-weight: 700;
}

.lb-col-pos { text-align: left; }
.lb-col-name { text-align: left; }
.lb-col-wagered { text-align: left; }
.lb-col-prize { text-align: right; }

.leaderboard-row {
  display: grid;
  grid-template-columns: 80px 1fr 1fr 200px;
  background: #0e111a;
  border-radius: 5px;
  padding: 16px 28px;
  margin-bottom: 9px;
  align-items: center;
  gap: 16px;
}

.lb-cell {
  font-size: 15px;
  font-weight: 700;
}

.lb-cell-pos {
  color: #425f68;
}

.lb-cell-name {
  color: #ffffff;
}

.lb-cell-wagered {
  color: #ffffff;
}

.lb-cell-wagered .dollar {
  color: #425f68;
}

.lb-cell-prize {
  display: flex;
  justify-content: flex-end;
}

.prize-badge {
  background: radial-gradient(closest-side, rgba(75, 90, 118, 0.2) 0%, rgba(19, 26, 39, 0) 100%), #131a27;
  border-radius: 4px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: inset 0px -2px 0px 0px rgba(15, 21, 32, 1), inset 0px 2px 0px 0px rgba(25, 34, 51, 1);
}

.prize-mini-trophy {
  width: 18px;
  height: 13px;
  object-fit: contain;
}

.prize-badge span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.bonus-images-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.bonus-banner-wrap {
  border-radius: 5px;
  overflow: hidden;
}

.bonus-banner {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.bonus-cards-section {
  margin-bottom: 40px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

.bonus-cards-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.bonus-card {
  background: #0e111a;
  border: 1px solid #131a27;
  border-radius: 5px;
  padding: 20px 28px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.bonus-card-logo {
  height: 50px;
  width: auto;
  object-fit: contain;
  margin-bottom: 4px;
}
.bonus-card-packdraw .bonus-card-logo {
  height: 70px;
}

.bonus-card-content {
  text-align: center;
  flex: 1;
}

.bonus-card-text {
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.4;
}

.bonus-highlight-green {
  color: #d0ff00;
}

.bonus-highlight-purple {
  color: #886cff;
}

.bonus-card-sub {
  color: #425a69;
  font-size: 15px;
  font-weight: 600;
  margin-top: 4px;
}

.bonus-card-code {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(180deg, rgba(46, 64, 72, 0) 0%, rgba(111, 155, 174, 0.34) 100%);
  border: 1px solid #2c3c47;
  border-radius: 5px;
  padding: 10px 20px;
  width: 100%;
  justify-content: center;
}

.bonus-card-code span {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

.code-value {
  font-weight: 800 !important;
}

.code-green {
  color: #d0ff00 !important;
}

.code-purple {
  color: #886cff !important;
}

.copy-icon {
  width: 13px;
  height: 15px;
  cursor: pointer;
  opacity: 0.7;
}

.copy-icon:hover {
  opacity: 1;
}

.bonus-card-btn {
  width: 100%;
  height: 41px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: opacity 0.2s;
  font-family: 'Montserrat', sans-serif;
  margin-top: auto;
}

.bonus-card-btn:hover {
  opacity: 0.85;
}

.btn-green {
  background: linear-gradient(180deg, rgba(206, 255, 92, 1) 0%, rgba(208, 255, 0, 1) 100%);
  color: #0e111a;
}

.btn-purple {
  background: #886cff;
  color: #ffffff;
}

.faq-section {
  margin-bottom: 40px;
}

.faq-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  justify-content: center;
}

.faq-icon {
  width: 55px;
  height: auto;
}

.faq-title-text {
  display: flex;
  flex-direction: column;
}

.faq-title-sub {
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
}

.faq-title-main {
  font-size: 36px;
  font-weight: 800;
  font-style: italic;
  background: linear-gradient(92.35deg, rgba(139, 44, 255, 1) 0%, rgba(211, 135, 255, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  background: #0e111a;
  border-radius: 5px;
  overflow: hidden;
}

.faq-item-header {
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq-item-header:hover .faq-item-text {
  color: #b0bec5;
}

.faq-item-text {
  color: #88969c;
  font-size: 20px;
  font-weight: 700;
  transition: color 0.2s;
}

.faq-item-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 24px;
}

.faq-item.open .faq-item-answer {
  max-height: 300px;
  padding: 0 24px 22px;
}

.faq-item-answer p {
  color: #5a7080;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.faq-item-answer strong {
  color: #d0ff00;
  font-weight: 700;
}

.faq-item.open .faq-item-text {
  color: #ffffff;
}

.faq-item.open .faq-toggle img {
  transform: rotate(180deg);
}

.faq-toggle {
  width: 45px;
  height: 45px;
  background: rgba(6, 8, 14, 0.73);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

.faq-toggle img {
  width: 23px;
  height: 17px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.chat-sidebar {
  width: 301px;
  background: rgba(19, 26, 39, 0.1);
  border: 1px solid #131a27;
  border-radius: 7px;
  position: sticky;
  top: 24px;
  height: calc(100vh - 48px);
  margin: 24px 0;
  overflow: hidden;
}

.chat-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.chat-header {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  gap: 10px;
}

.chat-close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.6;
}

.chat-close:hover {
  opacity: 1;
}

.chat-title {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  flex: 1;
  text-align: center;
}

.chat-header-icons {
  display: flex;
  gap: 8px;
}

.chat-icon {
  width: 16px;
  height: 13px;
  cursor: pointer;
  opacity: 0.6;
}

.chat-body {
  flex: 1;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.chat-settings-icon {
  width: 20px;
  height: 18px;
  opacity: 0.5;
}

.chat-footer {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.chat-input-wrapper {
  display: flex;
  gap: 6px;
}

.chat-input {
  flex: 1;
  background: rgba(44, 60, 71, 0.24);
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 10px 14px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  outline: none;
}

.chat-input::placeholder {
  color: #2e4048;
}

.chat-send-btn {
  width: 41px;
  height: 41px;
  background: #9a3fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

.chat-login-btn {
  background: #cffe1a;
  border-radius: 6px;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #0e111a;
  cursor: pointer;
  text-align: center;
  width: 100%;
}

.chat-login-btn:hover {
  opacity: 0.9;
}

.mobile-menu-btn {
  display: none;
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 200;
  width: 40px;
  height: 40px;
  background: #131a27;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}

.mobile-menu-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
  transition: transform 0.3s, opacity 0.3s;
}

.mobile-menu-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.mobile-menu-btn.active span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 1400px) {
  .app-layout {
    grid-template-columns: 236px 1fr;
  }

  .chat-sidebar {
    display: none;
  }
}

@media (max-width: 1100px) {
  .app-layout {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: fixed;
    left: -260px;
    top: 0;
    transition: left 0.3s ease;
    z-index: 150;
  }

  .sidebar.open {
    left: 0;
  }

  .mobile-menu-btn {
    display: flex;
  }

  .main-content {
    padding: 70px 20px 40px;
  }

  .podium-cards {
    gap: 16px;
  }

  .podium-card {
    width: 260px;
  }

  .countdown-box {
    width: 160px;
    height: 70px;
  }

  .countdown-value {
    font-size: 26px;
  }

  .countdown-label {
    font-size: 16px;
  }

  .leaderboard-header,
  .leaderboard-row {
    grid-template-columns: 50px 1fr 1fr 160px;
    padding: 12px 16px;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .main-content {
    padding: 70px 12px 30px;
  }

  .page-title-main,
  .faq-title-main {
    font-size: 24px;
  }

  .page-title-sub,
  .faq-title-sub {
    font-size: 12px;
  }

  .title-icon,
  .title-icon-bg {
    width: 40px;
  }

  .podium-cards {
    flex-direction: column;
    align-items: center;
  }

  .podium-card {
    width: 100%;
    max-width: 320px;
    margin-top: 0 !important;
  }

  .podium-1st { order: 1; }
  .podium-2nd { order: 2; }
  .podium-3rd { order: 3; }

  .countdown-title {
    font-size: 28px;
  }

  .countdown-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .countdown-box {
    width: 100%;
    height: 70px;
  }

  .leaderboard-header {
    display: none;
  }

  .leaderboard-row {
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto auto;
    gap: 4px 12px;
    padding: 14px 16px;
  }

  .lb-cell-pos {
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    font-size: 20px;
  }

  .lb-cell-name {
    grid-column: 2;
    font-size: 14px;
  }

  .lb-cell-wagered {
    grid-column: 2;
    font-size: 13px;
    color: #88969c;
  }

  .lb-cell-prize {
    grid-column: 1 / -1;
    justify-content: center;
    margin-top: 8px;
  }

  .bonus-images-row,
  .bonus-cards-row {
    grid-template-columns: 1fr;
  }

  .bonus-images-row {
    display: none;
  }
  .bonus-cards-section {
    margin-top: 0;
  }

  .faq-item-text {
    font-size: 16px;
  }

  .faq-toggle {
    width: 38px;
    height: 38px;
  }

  .faq-icon {
    width: 40px;
  }
}

@media (max-width: 480px) {
  .page-title-main,
  .faq-title-main {
    font-size: 20px;
  }

  .countdown-title {
    font-size: 22px;
  }

  .countdown-value {
    font-size: 22px;
  }

  .countdown-label {
    font-size: 14px;
  }

  .podium-name {
    font-size: 20px;
  }

  .podium-amount {
    font-size: 16px;
  }

  .prize-amount {
    font-size: 20px;
  }

  .avatar-ring {
    width: 110px;
    height: 110px;
  }

  .avatar-circle {
    width: 86px;
    height: 86px;
  }

  .avatar-img {
    width: 42px;
    height: 48px;
  }
}

.terms-link-section {
  text-align: center;
  margin-bottom: 30px;
  margin-top: -10px;
}

.terms-link-section a {
  color: #425f68;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.terms-link-section a:hover {
  color: #886cff;
  text-decoration: underline;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.cookie-banner.visible {
  transform: translateY(0);
  pointer-events: auto;
}

.cookie-banner-inner {
  background: #0e111a;
  border-top: 1px solid #1c2740;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.cookie-text {
  flex: 1;
}

.cookie-title {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
}

.cookie-text p {
  color: #8ba4ba;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

.cookie-text a {
  color: #886cff;
  text-decoration: underline;
  font-weight: 600;
}

.cookie-text a:hover {
  color: #a88dff;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-btn {
  padding: 10px 24px;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.cookie-btn:hover {
  opacity: 0.85;
}

.cookie-btn-reject {
  background: #131a27;
  color: #8ba4ba;
  border: 1px solid #1c2740;
}

.cookie-btn-accept {
  background: linear-gradient(180deg, rgba(206, 255, 92, 1) 0%, rgba(208, 255, 0, 1) 100%);
  color: #0e111a;
}

@media (max-width: 768px) {
  .cookie-banner-inner {
    flex-direction: column;
    padding: 16px 16px;
    gap: 14px;
    text-align: center;
  }

  .cookie-actions {
    width: 100%;
    justify-content: center;
  }

  .cookie-btn {
    flex: 1;
    padding: 12px 16px;
  }
}
