.casino-container {
  padding: 20px 15px;
  max-width: 400px;
  margin: 0 auto;
}

.rg-bar {
  background: rgba(255,59,48,.12);
  border: 1px solid rgba(255,59,48,.25);
  border-radius: 12px;
  padding: 11px;
  text-align: center;
  font-size: 13px;
  color: #ff6b6b;
  margin-bottom: 20px;
  position: relative;
}

.responsible-gambling-notice {
  margin: 20px 0 10px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  font-size: 11.5px;
  line-height: 1.5;
  color: #888;
  text-align: center;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  font-family: 'Inter', sans-serif;
}

.responsible-gambling-notice span {
  color: #aaa;
}

.rg-link {
  color: #00ff88;
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.rg-link:hover {
  color: #00cc6a;
  text-shadow: 0 0 8px rgba(0, 255, 136, 0.5);
}
.premium-casino-card {
  position: relative;
  background: rgba(37,36,37,0.16);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.07);
}

.card-inner {
  padding: 36px 24px;
  text-align: center;
  color: #fff;
}

.brand-logo {
  height: 56px;
  border-radius: 16px;
  margin-bottom: 16px;
}

.offer-title {
  font-size: 24px;
  font-weight: 800;
  margin: 12px 0;
}

.offer-subtitle {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 30px;
}

.circle-wrapper {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.progress-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

.track {
  fill: none;
  stroke: rgba(255,255,255,.08);
  stroke-width: 4.5;
}

.progress {
  fill: none;
  stroke: #5cf683;
  stroke-width: 2;
  stroke-linecap: round;
  transition: stroke-dasharray 2s ease;
}

.amount-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 38px;
  font-weight: 900;
  color: #8b5cf6;
  pointer-events: none;
  z-index: 3;
}

.balls-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 20%;
  pointer-events: none;
}

.rolling-logo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 28px;
  z-index: 1;
}

.dice-roll {
  position: absolute;
  width: 96px;
  height: 96px;
  opacity: 0.07;
  filter: blur(1.8px);
  animation: float 32s infinite linear;
}

@keyframes float {
  0%   { transform: translate(8%,8%) rotate(0deg); }
  25%  { transform: translate(78%,18%) rotate(360deg); }
  50%  { transform: translate(72%,78%) rotate(720deg); }
  75%  { transform: translate(12%,68%) rotate(1080deg); }
  100% { transform: translate(8%,8%) rotate(1440deg); }
}

.tap-to-earn-wrapper {
  position: relative;
  margin-top: 32px;
  width: 100%;
}

.farm-btn {
  position: relative;
  width: 100%;
  padding: 24px 18px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 16px;
  cursor: pointer;
  transition: all .3s ease;
  overflow: hidden;
  text-align: center;
  backdrop-filter: blur(8px);
}

.farm-btn:hover {
  background: rgba(255,255,255,.11);
  border-color: rgba(255,255,255,.2);
}

.farm-btn:active {
  transform: scale(0.98);
  background: rgba(255,255,255,.16);
}

.tap-label {
  display: block;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 3px;
  color: #63538a;
  text-transform: uppercase;
  margin-bottom: 4px;
  opacity: 0.9;
}

.main-label {
  display: block;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.tap-ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  transform: scale(0);
  animation: ripple 0.6s ease-out;
  pointer-events: none;
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.farm-btn:disabled {
  background: rgba(0,255,150,.15);
  border-color: rgba(0,255,150,.4);
  color: #00ff9d;
}

.farm-btn:disabled .tap-label {
  color: #00ff9d;
  opacity: 1;
}
.final-claim {
  margin-top: 40px;
  text-align: center;
}

.claim-title {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.claim-btn-pro {
  width: 260px;
  height: 88px;
  margin: 0 auto;
  background: #8c00ff;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(140,0,255,0.45), 0 0 40px rgba(140,0,255,0.35), inset 0 3px 10px rgba(255,255,255,0.5);
  transition: all 0.35s cubic-bezier(0.2,0.8,0.2,1);
}

.claim-btn-pro::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.5) 50%, transparent 70%);
  transform: translateX(-100%) rotate(25deg);
  transition: transform 0.9s;
}

.claim-btn-pro:hover::before {
  transform: translateX(100%) rotate(25deg);
}

.claim-btn-pro:hover {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 22px 55px rgba(140,0,255,0.6), 0 0 70px rgba(140,0,255,0.5);
}

.claim-btn-pro:active {
  transform: translateY(-2px) scale(1.02);
  animation: pop 0.6s ease-out;
}

@keyframes pop {
  0%,100% { transform: translateY(-2px) scale(1.02); }
  50%     { transform: translateY(-12px) scale(1.09); }
}
.legal-note {
  margin-top: 18px;
  font-size: 11.5px;
  color: #999;
  line-height: 1.6;
}

.info-icon {
  margin-left: 8px;
  font-size: 15px;
  cursor: pointer;
  padding: 0 6px;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .6s;
}

.info-icon:hover {
  background: rgba(255,255,255,.2);
}

.rg-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
  background: rgba(0,0,0,.94);
  backdrop-filter: blur(10px);
}

.rg-modal.active {
  display: flex;
}

.modal-overlay-gam {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.96);
}

.modal-content-gam {
  position: relative;
  background: linear-gradient(135deg,#0a0a1a,#1a1a2e);
  padding: 48px 32px;
  border-radius: 28px;
  width: 92%;
  max-width: 420px;
  min-height: 560px;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255,255,255,.07);
  box-sizing: border-box;
}

.begambleaware-official {
  width: 100%;
  max-width: 260px;
  height: auto;
  margin: 0 auto 32px;
  display: block;
  filter: brightness(0) invert(1);
}

.modal-content h3 {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rg-rules .rule {
  background: rgba(255,255,255,.06);
  padding: 20px 18px;
  border-radius: 16px;
  margin: 18px 0;
  font-size: 18px;
  line-height: 1.5;
  border-left: 6px solid transparent;
}

.rg-rules .important {
  background: rgba(139,92,246,.25);
  border-left: 6px solid #8b5cf6;
  font-weight: 900;
  color: #8b5cf6;
  font-size: 19px;
}

.rg-contact {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 2px solid rgba(255,255,255,.15);
}

.contact-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 900;
}

.link-main {
  display: block;
  margin: 20px 0;
  color: #8b5cf6;
  font-weight: 900;
  font-size: 22px;
  text-decoration: none;
}

.link-main:hover {
  text-decoration: underline;
}

.link-helpline {
  color: #00ff9d !important;
  font-size: 23px !important;
}

.close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  background: rgba(255,85,85,.2);
  border-radius: 50%;
  font-size: 32px;
  line-height: 48px;
  cursor: pointer;
  color: #ff5555;
  transition: .3s;
}

.close:hover {
  background: rgba(255,85,85,.4);
  color: #fff;
}
.casino-container {
  max-width: 600px;
  margin: 40px auto;
  padding: 0 20px;
}

.premium-casino-card {
  background: linear-gradient(135deg, rgba(15,12,41,0.95), rgba(48,43,99,0.9));
  backdrop-filter: blur(20px);
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.15);
  overflow: hidden;
}

.card-inner {
  padding: 30px;
}

.card-header {
  text-align: center;
  margin-bottom: 30px;
}

.card-header h2 {
  font-size: 24px;
  font-weight: 800;
  background: linear-gradient(90deg, #8b5cf6, #00ff9d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 12px 0;
  letter-spacing: 0.5px;
}

.title-divider {
  height: 4px;
  width: 80px;
  background: linear-gradient(90deg, #8b5cf6, #00ff9d);
  border-radius: 2px;
  margin: 0 auto;
}

.steps-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}

.step-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: rgba(255,255,255,0.05);
  padding: 18px;
  border-radius: 16px;
  border-left: 4px solid #8b5cf6;
  transition: all 0.3s ease;
}

.step-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(139,92,246,0.2);
}

.step-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #8b5cf6, #c084fc);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 0 15px rgba(139,92,246,0.5);
  color: white;
}

.step-content {
  flex: 1;
}

.step-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.step-description {
  color: #ccc;
  font-size: 14px;
  line-height: 1.4;
}

.step-description strong {
  color: #00ff9d;
  font-weight: 600;
}

.referral-section {
  padding: 20px;
  background: linear-gradient(135deg, rgba(139,92,246,0.2), rgba(0,255,157,0.1));
  border-radius: 16px;
  text-align: center;
  border: 1px dashed rgba(139,92,246,0.4);
  margin-bottom: 20px;
}

.referral-label {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 8px;
}

.referral-code {
  font-size: 22px;
  font-weight: 800;
  background: linear-gradient(90deg, #8b5cf6, #00ff9d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
}

.footer-note {
  text-align: center;
  font-size: 12px;
  color: #888;
  line-height: 1.5;
}

.tip-note {
  color: #00ff9d;
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .card-inner {
    padding: 20px;
  }
  
  .step-card {
    padding: 16px;
  }
  
  .step-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}