:root {
  --bg: #0a0c10;
  --bg-deep: #000000;
  --bg-bar: #14181d;
  --bg-footer: #121619;
  --bg-lift: #1a2026;
  --gold: #e8b94d;
  --gold-hover: #f3cc6a;
  --gold-ink: #16120a;
  --text: #ffffff;
  --muted: #9aa3ad;
  --quiet: #6d767f;
  --line: rgba(255, 255, 255, 0.08);
  --header-h: 56px;
  --radius: 8px;
  --radius-pill: 999px;
  --page-pad: 16px;
  --max: 2400px;
  --sans: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}

main,
.site-footer {
  overflow-x: hidden;
}

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

a {
  color: var(--gold);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  z-index: 10000;
  background: var(--gold);
  color: var(--gold-ink);
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 700;
}

.skip-link:focus {
  left: 8px;
}

.cursor-pointer {
  cursor: pointer;
}

.outline-none {
  outline: none;
}

.nav-toggle {
  position: fixed;
  top: 50vh;
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  clip: rect(0 0 0 0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  min-height: var(--header-h);
  height: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px var(--page-pad);
  background: var(--bg-deep);
  border-bottom: 1px solid var(--line);
}

.header-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-left: auto;
  flex-shrink: 0;
}

.header-right {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

[role="button"][aria-label="premierlivecasino"].pl-cta-deposit-head,
[role="button"][aria-label="premierlivecasino"].pl-cta-deposit-404 {
  flex-shrink: 0;
}

.menu-open,
.menu-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  cursor: pointer;
  color: var(--text);
}

.menu-open svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.brand-link {
  display: flex;
  align-items: center;
  min-width: 0;
}

.brand-link img {
  width: 108px;
  min-width: 88px;
  height: auto;
  padding-top: 2px;
}

[role="button"][aria-label="premierlivecasino"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  user-select: none;
  color: var(--text);
}

[role="button"][aria-label="premierlivecasino"]:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

[role="button"][aria-label="premierlivecasino"].pl-cta-search-head,
[role="button"][aria-label="premierlivecasino"].pl-cta-chat-head,
[role="button"][aria-label="premierlivecasino"].pl-cta-search-404,
[role="button"][aria-label="premierlivecasino"].pl-cta-chat-404 {
  display: none;
  width: 40px;
  height: 40px;
  background: transparent;
  color: var(--text);
}

.pl-cta-search-head img,
.pl-cta-chat-head img,
.pl-cta-search-404 img,
.pl-cta-chat-404 img {
  width: 20px;
  height: 20px;
  filter: invert(1);
}

[role="button"][aria-label="premierlivecasino"].pl-cta-balance-head,
[role="button"][aria-label="premierlivecasino"].pl-cta-balance-404 {
  display: inline-flex;
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 4px;
  background: transparent;
}

[role="button"][aria-label="premierlivecasino"].pl-cta-deposit-head,
[role="button"][aria-label="premierlivecasino"].pl-cta-deposit-404,
[role="button"][aria-label="premierlivecasino"].pl-cta-hero-deposit,
[role="button"][aria-label="premierlivecasino"].pl-cta-howto-deposit,
[role="button"][aria-label="premierlivecasino"].pl-cta-close-deposit,
[role="button"][aria-label="premierlivecasino"].pl-cta-404-play {
  display: inline-flex;
  background: var(--gold);
  color: var(--gold-ink);
  font-weight: 700;
  border-radius: var(--radius-pill);
  padding: 8px 18px;
  min-height: 36px;
  font-size: 14px;
}

.pl-cta-deposit-head:hover,
.pl-cta-deposit-404:hover,
.pl-cta-hero-deposit:hover,
.pl-cta-howto-deposit:hover,
.pl-cta-close-deposit:hover,
.pl-cta-404-play:hover {
  background: var(--gold-hover);
}

.drawer {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  visibility: hidden;
}

.drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
}

.drawer-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: min(360px, 92vw);
  height: 100%;
  background: #0a0c10;
  transform: translateX(-105%);
  transition: transform 0.22s ease;
  overflow: auto;
  padding: 22px 20px 32px;
}

.nav-toggle:checked ~ .drawer {
  pointer-events: auto;
  visibility: visible;
}

.nav-toggle:checked ~ .drawer .drawer-backdrop {
  opacity: 1;
}

.nav-toggle:checked ~ .drawer .drawer-panel {
  transform: translateX(0);
}

.drawer-head {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  margin-bottom: 28px;
}

.drawer-head .brand-link {
  justify-content: center;
}

.drawer-head .brand-link img {
  width: 150px;
  min-width: 120px;
  padding-top: 8px;
}

.drawer-head-gap {
  display: block;
  width: 40px;
  height: 40px;
}

.menu-close {
  font-size: 28px;
  line-height: 1;
  justify-self: start;
}

[role="button"][aria-label="premierlivecasino"].pl-cta-menu-deposit,
[role="button"][aria-label="premierlivecasino"].pl-cta-404-menu-deposit {
  display: flex;
  width: 100%;
  background: var(--gold);
  color: #fff;
  font-weight: 700;
  border-radius: var(--radius-pill);
  padding: 12px 22px;
  min-height: 46px;
  font-size: 16px;
}

[role="button"][aria-label="premierlivecasino"].pl-cta-menu-deposit:hover,
[role="button"][aria-label="premierlivecasino"].pl-cta-404-menu-deposit:hover {
  background: var(--gold-hover);
}

[role="button"][aria-label="premierlivecasino"].pl-cta-menu-balance,
[role="button"][aria-label="premierlivecasino"].pl-cta-404-menu-balance {
  display: flex;
  width: 100%;
  background: transparent;
  color: var(--text);
  font-weight: 700;
  font-size: 16px;
  padding: 8px 4px 20px;
}

.drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.drawer-nav a,
.drawer-nav [role="button"] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 14px;
  color: var(--text);
  border-radius: 10px;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
}

.drawer-nav a.is-active {
  background: #1a2026;
  color: var(--gold);
}

.drawer-nav img {
  width: 10px;
  height: 16px;
  filter: invert(1);
}

.drawer-nav a:hover,
.drawer-nav [role="button"]:hover {
  background: var(--bg-lift);
  text-decoration: none;
}

.wrap {
  width: min(var(--max), calc(100% - (var(--page-pad) * 2)));
  margin: 0 auto;
}

.hero {
  background: var(--bg-deep);
  padding: 0;
}

.hero-inner {
  padding: 0;
}

.hero-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 600;
  object-fit: cover;
  max-height: 420px;
  display: block;
}

.gold-bar {
  background: var(--gold);
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: clamp(20px, 3.6vw, 36px);
  padding: 18px 16px;
  letter-spacing: 0.01em;
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: break-word;
}

.usp-bar {
  background: var(--bg-deep);
  padding: 0;
}

.usp-bar .wrap {
  background: var(--bg-bar);
  padding: 28px 20px;
}

.usp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.usp-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.usp-item img {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.usp-item p {
  margin: 0;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
}

.usp-item span {
  display: block;
  color: var(--muted);
  font-weight: 400;
  font-size: 14px;
}

.cat-nav {
  background: var(--bg-deep);
  padding: 0;
}

.cat-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 28px;
  list-style: none;
  margin: 0 auto;
  padding: 16px 12px;
  background: var(--bg-bar);
}

.cat-nav a {
  color: var(--text);
  font-family: var(--serif);
  white-space: nowrap;
  padding: 6px 4px;
  font-size: clamp(20px, 2.8vw, 32px);
  font-weight: 700;
}

.cat-nav a:hover,
.cat-nav a.is-active {
  color: var(--gold);
  text-decoration: none;
}

.page {
  padding: 36px 0 64px;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0.01em;
}

h1 {
  font-size: clamp(32px, 4.6vw, 52px);
  line-height: 1.15;
  margin: 0 0 18px;
  text-align: center;
}

h2 {
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.2;
  margin: 0 0 16px;
}

.lead,
.prose p {
  color: #d9dee3;
  margin: 0 0 14px;
}

.prose {
  max-width: none;
  margin: 0 0 40px;
}

.prose ul,
.prose ol {
  margin: 0 0 16px;
  padding-left: 22px;
  color: #d9dee3;
}

.prose li {
  margin: 0 0 8px;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin: 8px 0 18px;
}

.section-head h2 {
  grid-column: 2;
  margin: 0;
  text-align: center;
}

.view-all {
  grid-column: 3;
  justify-self: end;
  color: var(--gold);
  font-size: 14px;
  font-weight: 600;
  background: transparent;
}

[role="button"][aria-label="premierlivecasino"].view-all {
  color: var(--gold);
  background: transparent;
  display: inline-flex;
}

[role="button"][aria-label="premierlivecasino"].view-all:hover {
  color: var(--gold-hover);
}

.view-all:hover {
  color: var(--gold-hover);
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 48px;
}

[role="button"][aria-label="premierlivecasino"].game-card {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  background: transparent;
  color: var(--text);
  width: 100%;
}

.game-thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius);
  background: #111;
}

.game-thumb img {
  width: 100%;
  aspect-ratio: 530 / 700;
  object-fit: cover;
}

.game-card:hover .game-thumb img {
  transform: scale(1.03);
  transition: transform 0.25s ease;
}

.badge-exclusive {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--gold);
  color: var(--gold-ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 4px 8px;
  border-radius: 3px;
  z-index: 2;
}

.game-card .game-provider {
  display: block;
  width: 100%;
  margin: 8px 0 0;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a8b0b8;
  font-weight: 400;
  text-align: left;
}

.game-card .game-title {
  display: block;
  width: 100%;
  margin: 2px 0 0;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  overflow-wrap: anywhere;
  text-align: left;
}

.howto {
  background: var(--bg-bar);
  border-radius: 12px;
  padding: 24px 20px;
  margin: 0 0 48px;
}

.howto ol {
  margin: 0 0 18px;
  padding-left: 22px;
}

.howto li {
  margin: 0 0 10px;
  color: #d9dee3;
}

.compare {
  width: 100%;
  max-width: 900px;
  border-collapse: collapse;
  margin: 0 0 36px;
  font-size: 15px;
}

.compare th,
.compare td {
  border: 1px solid var(--line);
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.compare th {
  background: var(--bg-bar);
  color: var(--gold);
  font-weight: 700;
}

.cta-row {
  display: flex;
  justify-content: center;
  margin: 8px 0 40px;
}

.site-footer {
  background: var(--bg-footer);
  padding: 48px 0 28px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.footer-logo {
  display: inline-flex;
  margin: 0 auto 18px;
}

.footer-logo img {
  width: 180px;
  min-width: 140px;
  height: auto;
  margin: 0 auto;
  opacity: 0.72;
  filter: grayscale(1) brightness(1.4);
}

.lang-row {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 22px;
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 8px 14px;
  border: 1px solid #3a424a;
  border-radius: 4px;
  color: var(--text);
  background: #1b2127;
  font-size: 13px;
}

.lang-btn.is-current {
  border-color: var(--gold);
  color: var(--gold);
}

.foot-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  margin: 0 auto 28px;
}

.foot-links [role="button"] {
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  padding: 4px 0;
  display: inline-flex;
}

.foot-links [role="button"]:hover {
  color: var(--text);
}

.parent-mark {
  color: var(--quiet);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 28px;
}

.parent-mark strong {
  color: var(--muted);
  font-weight: 700;
}

.pay-block,
.provider-block,
.trust-row {
  margin: 0 auto 28px;
}

.block-label {
  color: var(--quiet);
  font-size: 12px;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pay-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1b2127;
  border-radius: 8px;
  padding: 12px 18px;
}

.pay-chip img {
  height: 28px;
  width: auto;
  filter: brightness(0) invert(1);
  background: transparent;
}

.provider-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.provider-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 4px 0;
}

.provider-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  min-width: 72px;
  padding: 8px 10px;
  background: #1b2127;
  border: 1px solid #2c343c;
  border-radius: 6px;
}

.provider-track img {
  height: 22px;
  width: auto;
  max-width: 110px;
  padding: 0;
  background: transparent;
  filter: brightness(0) invert(1);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.trust-row img {
  height: 40px;
  width: auto;
  background: transparent;
}

.trust-row img[src$=".svg"] {
  filter: brightness(0) invert(1);
}

.trust-row img[src$=".png"] {
  filter: grayscale(1) brightness(2.4) contrast(1.15);
  mix-blend-mode: screen;
}

.disclaimer {
  max-width: none;
  margin: 8px auto 0;
  color: var(--quiet);
  font-size: 12px;
  line-height: 1.55;
  text-align: left;
}

.disclaimer .hl {
  color: var(--gold);
}

.disclaimer summary {
  color: var(--gold);
  cursor: pointer;
  margin-bottom: 8px;
}

.lost {
  min-height: 48vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 16px;
}

.lost p {
  max-width: 520px;
  color: var(--muted);
}

.lost-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 18px;
}

.lost-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 22px;
  border: 1px solid var(--gold);
  border-radius: var(--radius-pill);
  color: var(--gold);
  font-weight: 700;
}

.lost-actions a:hover {
  text-decoration: none;
  background: rgba(232, 185, 77, 0.1);
}

.mobile-dock {
  display: none;
}

@media (min-width: 720px) {
  .usp-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .usp-item {
    justify-content: center;
  }

  .game-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  [role="button"][aria-label="premierlivecasino"].pl-cta-search-head,
  [role="button"][aria-label="premierlivecasino"].pl-cta-chat-head,
  [role="button"][aria-label="premierlivecasino"].pl-cta-search-404,
  [role="button"][aria-label="premierlivecasino"].pl-cta-chat-404 {
    display: inline-flex;
  }

  .header-right {
    display: flex;
  }
}

@media (min-width: 1100px) {
  :root {
    --page-pad: 24px;
  }

  .brand-link img {
    width: 118px;
    min-width: 100px;
  }

  .game-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
  }

  .hero-frame img {
    max-height: 520px;
  }
}

@media (max-width: 719px) {
  .site-header {
    padding: 8px 10px;
    gap: 6px;
  }

  .header-left {
    gap: 6px;
    flex: 1 1 auto;
    min-width: 0;
  }

  .header-tools {
    gap: 8px;
    flex: 0 0 auto;
  }

  .menu-open {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }

  .brand-link img {
    width: 78px;
    min-width: 64px;
    max-width: 78px;
    padding-top: 2px;
  }

  [role="button"][aria-label="premierlivecasino"].pl-cta-balance-head,
  [role="button"][aria-label="premierlivecasino"].pl-cta-balance-404 {
    font-size: 12px;
    padding: 6px 2px;
    white-space: nowrap;
  }

  [role="button"][aria-label="premierlivecasino"].pl-cta-deposit-head,
  [role="button"][aria-label="premierlivecasino"].pl-cta-deposit-404 {
    padding: 8px 12px;
    font-size: 13px;
    min-height: 36px;
  }

  .gold-bar {
    font-size: clamp(18px, 5.4vw, 26px);
    padding: 16px 10px;
  }

  .usp-bar .wrap {
    background: transparent;
    padding: 12px 0;
  }

  .usp-grid {
    gap: 10px;
  }

  .usp-item {
    background: var(--bg-bar);
    border-radius: 8px;
    padding: 14px 14px;
  }

  .cat-nav ul {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
    gap: 18px;
    padding: 14px 4px 12px;
  }

  .cat-nav ul::-webkit-scrollbar {
    display: none;
  }

  .cat-nav a {
    font-size: 22px;
    padding: 4px 2px 8px;
  }

  .cat-nav a.is-active {
    box-shadow: inset 0 -3px 0 var(--gold);
  }

  .section-head {
    grid-template-columns: 1fr auto;
  }

  .section-head h2 {
    grid-column: 1;
    text-align: left;
    font-size: 28px;
  }

  .disclaimer {
    text-align: left;
  }

  .mobile-dock {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 85;
    height: 56px;
    background: #000;
    border-top: 1px solid var(--line);
    padding: 0 18px;
    padding-bottom: env(safe-area-inset-bottom, 0);
  }

  .mobile-dock a,
  .mobile-dock [role="button"] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    background: transparent;
    color: #fff;
  }

  .mobile-dock svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
    fill: none;
    color: #fff;
  }

  body {
    padding-bottom: 64px;
  }
}


