.pg-casino-shell {
  box-sizing: border-box;
  background: #111418;
  color: #f7f1e8;
  min-height: 72vh;
  padding: 18px 16px 36px;
  width: 100%;
}
.pg-casino-shell *,
.pg-casino-shell *::before,
.pg-casino-shell *::after {
  box-sizing: border-box;
}
.pg-casino-shell a { text-decoration: none !important; }
.pg-shell-inner {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}
.pg-breadcrumb {
  align-items: center;
  color: rgba(247,241,232,.52);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  line-height: 1.4;
  margin: 0 0 8px;
}
.pg-breadcrumb a {
  color: rgba(247,241,232,.62) !important;
}
.pg-breadcrumb strong {
  color: #f7f1e8;
  font-weight: 900;
}
.pg-casino-hero,
.pg-casino-table {
  margin: 0 auto;
  max-width: none;
  width: 100%;
}
.pg-casino-hero {
  align-items: center;
  background: linear-gradient(135deg, #171b22 0%, #252019 50%, #153227 100%);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 18px 22px;
  width: 100%;
}
.pg-hero-copy {
  min-width: 0;
}
.pg-kicker {
  color: #d9b66f;
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.pg-casino-hero h1,
.pg-table-head h1 {
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 5px;
}
.pg-casino-hero p,
.pg-table-head p {
  color: rgba(247,241,232,.72);
  margin: 0;
}
.pg-wallet-link {
  background: #d9b66f;
  border-radius: 8px;
  color: #111418;
  font-size: 13px;
  font-weight: 900;
  padding: 12px 16px;
}
.pg-wallet-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(217,182,111,.32);
  border-radius: 10px;
  flex: 0 0 250px;
  max-width: 100%;
  padding: 12px 14px;
  text-align: right;
}
.pg-wallet-card span {
  color: rgba(247,241,232,.66);
  display: block;
  font-size: 12px;
  font-weight: 800;
}
.pg-wallet-card strong {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 4px;
}
.pg-wallet-card a {
  background: #d9b66f;
  border-radius: 7px;
  color: #111418;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  margin-top: 7px;
  padding: 7px 10px;
}
.pg-point-panel {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 12px auto 0;
  max-width: none;
  width: 100%;
}
.pg-point-stat {
  background: #1a1f27;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  padding: 11px 12px;
  min-width: 0;
}
.pg-point-stat span {
  color: rgba(247,241,232,.58);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 4px;
}
.pg-point-stat strong {
  color: #f7f1e8;
  display: block;
  font-size: 18px;
  font-weight: 900;
}
.pg-community-cta {
  align-items: center;
  background: #f8f6f0;
  border-radius: 10px;
  color: #20242a;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: 12px auto 0;
  max-width: none;
  padding: 13px 14px;
  width: 100%;
}
.pg-community-cta div {
  margin-right: auto;
}
.pg-community-cta strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 4px;
}
.pg-community-cta p {
  color: #626a73;
  margin: 0;
}
.pg-community-cta a {
  background: #111418;
  border-radius: 8px;
  color: #fff;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 900;
  padding: 10px 13px;
}
.pg-game-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin: 0 auto;
  max-width: none;
  width: 100%;
}
.pg-game-tile {
  background: radial-gradient(circle at top right, rgba(217,182,111,.22), transparent 34%), #1a1f27;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  color: #fff;
  min-height: 150px;
  padding: 18px 20px;
}
.pg-game-tile span { color: #d9b66f; display: block; font-size: 12px; font-weight: 800; }
.pg-game-tile strong { display: block; font-size: 24px; margin: 18px 0 6px; }
.pg-game-tile em { color: rgba(247,241,232,.68); font-style: normal; line-height: 1.55; }
.pg-game-needs-points { cursor: pointer; }
.pg-game-tabs {
  display: flex;
  gap: 8px;
  margin: 0 auto 14px;
  max-width: none;
  overflow-x: auto;
  width: 100%;
}
.pg-game-tabs a {
  background: #1a1f27;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  color: rgba(247,241,232,.78);
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 800;
  padding: 9px 14px;
}
.pg-game-tabs a.active {
  background: #d9b66f;
  color: #111418;
}
.pg-casino-table {
  background: linear-gradient(180deg, #1a1f27, #12161b);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  overflow: hidden;
}
.pg-table-head {
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 24px 26px;
}
.pg-game-point-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.pg-game-point-strip span,
.pg-game-point-strip a {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  color: rgba(247,241,232,.86);
  font-size: 12px;
  font-weight: 800;
  padding: 7px 11px;
}
.pg-game-point-strip a {
  background: #d9b66f;
  color: #111418;
}
.pg-engine-frame {
  padding: 22px;
}
.pg-engine-frame .card {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.pg-engine-frame .card-body {
  padding: 0;
}
.pg-engine-frame .bc-wrap,
.pg-engine-frame .hr-wrap {
  background: #f8f6f0;
  border-radius: 10px;
  color: #20242a;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  padding: 22px;
}
.pg-login-box {
  background: #f8f6f0;
  border-radius: 10px;
  color: #20242a;
  padding: 24px;
  text-align: center;
}
.pg-login-box a {
  background: #d9b66f;
  border-radius: 8px;
  color: #111418;
  display: inline-flex;
  font-weight: 900;
  margin-top: 10px;
  padding: 10px 16px;
}
@media (max-width: 640px) {
  .pg-casino-shell { padding: 10px 10px 28px; }
  .pg-casino-hero { align-items: flex-start; flex-direction: column; gap: 10px; padding: 14px; }
  .pg-wallet-card { flex-basis: auto; min-width: 0; text-align: left; width: 100%; }
  .pg-point-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pg-community-cta { align-items: stretch; flex-direction: column; }
  .pg-community-cta a { justify-content: center; }
  .pg-casino-hero h1,
  .pg-table-head h1 { font-size: 22px; }
  .pg-game-tile { min-height: 130px; padding: 15px; }
  .pg-game-tile strong { font-size: 22px; margin-top: 14px; }
  .pg-table-head,
  .pg-engine-frame { padding: 16px; }
  .pg-engine-frame .bc-wrap,
  .pg-engine-frame .hr-wrap { padding: 14px; }
}
