

.lcf-potcash-hero {
  position: relative;
  overflow: hidden;
  padding: 28px 18px;

  background:
    radial-gradient(circle at top center, rgba(255,196,87,0.22), transparent 30%),
    linear-gradient(180deg, #181818 0%, #0e0e0e 100%);
  border: 1px solid rgba(255, 189, 77, 0.38);
  box-shadow: 0 22px 70px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.03);
  color: #fff;
}

.lcf-potcash-shine {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,196,87,0.22) 0%, rgba(255,196,87,0) 68%);
  pointer-events: none;
}

.lcf-potcash-topline {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: #ffd27b;
}

.lcf-potcash-title {
  margin: 0;
  font-size: 34px;
  line-height: 1.02;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  color: #fff4d1;
  text-shadow: 0 4px 20px rgba(255, 177, 44, 0.28);
}

.lcf-potcash-subtitle {
  max-width: 720px;
  margin: 12px 0 18px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255,255,255,0.82);
}

.lcf-potcash-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.lcf-potcash-card {
  position: relative;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.035) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255, 204, 102, 0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.lcf-potcash-card-pot {
  background: linear-gradient(180deg, rgba(255,192,76,0.18) 0%, rgba(255,255,255,0.03) 100%);
}

.lcf-potcash-label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.72);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.lcf-potcash-value {
  display: block;
  font-size: 32px;
  line-height: 1.04;
  font-weight: 800;
  color: #fff;
}

.lcf-potcash-small {
  display: block;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

.lcf-potcash-note,
.lcf-potcash-vip-banner,
.lcf-potcash-winner,
.lcf-potcash-legal {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.55;
}

.lcf-potcash-note {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.88);
}

.lcf-potcash-vip-banner {
  background: linear-gradient(90deg, rgba(255,189,77,0.18), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,189,77,0.26);
  color: #ffe3ab;
  font-weight: 700;
}

.lcf-potcash-winner {
  background: rgba(30, 169, 90, 0.12);
  border: 1px solid rgba(30, 169, 90, 0.28);
  color: #dff9e6;
}

.lcf-potcash-legal {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.64);
}

.lcf-potcash-cta-area {
  margin-top: 20px;
  text-align: center;
}

.lcf-potcash-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  width: 100%;
  max-width: 520px;
  padding: 16px 22px;
  border-radius: 16px;
  text-decoration: none !important;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.1;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.lcf-potcash-btn-primary {
  color: #231500 !important;
  background: linear-gradient(180deg, #ffbf45 0%, #ff9718 100%);
  box-shadow: 0 16px 40px rgba(255, 153, 0, 0.34), inset 0 1px 0 rgba(255,255,255,0.4);
}

.lcf-potcash-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(255, 153, 0, 0.4), inset 0 1px 0 rgba(255,255,255,0.45);
}

.lcf-potcash-btn-disabled {
  background: #4c4c4c;
  color: #e2e2e2;
  cursor: not-allowed;
}

.lcf-potcash-badge,
.lcf-potcash-price {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.78);
}

.lcf-potcash-badge {
  color: #ffe4ad;
  font-weight: 700;
}

.lcf-potcash-empty {
  padding: 18px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
}

@media (max-width: 767px) {
  .lcf-potcash-hero {
    padding: 22px 14px;

  }

  .lcf-potcash-title {
    font-size: 28px;
  }

  .lcf-potcash-subtitle {
    font-size: 15px;
  }

  .lcf-potcash-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .lcf-potcash-card {
    padding: 14px;
    border-radius: 16px;
  }

  .lcf-potcash-value {
    font-size: 26px;
  }

  .lcf-potcash-small {
    font-size: 16px;
  }

  .lcf-potcash-btn {
    min-height: 54px;
    font-size: 18px;
    border-radius: 14px;
  }
}
