/* LuckyOnes Casino Canada — clean static rebuild */

:root {
  --bg: #201e1b;
  --surface: #2a2723;
  --surface-2: #33302b;
  --text: #ffffff;
  --muted: #9d9b98;
  --muted-2: #9b9b9b;
  --gold-1: #f3d997;
  --gold-2: #b69a63;
  --radius: 14px;
  --container: 1140px;
  --font: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

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

a { color: var(--gold-2); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold-1); }

.vlztjhfpiaro {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 20px;
}

/* ---------- Buttons ---------- */
.ryskrwlvheot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: var(--font);
  font-weight: 700;
  font-size: 14px;
  padding: 12px 28px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .15s ease, opacity .2s ease;
}
.ryskrwlvheot:hover { transform: translateY(-1px); color: inherit; }

.gsdvaoctjzcc,
.adhyfvzrilsb {
  background: linear-gradient(180deg, var(--gold-1) 0%, var(--gold-2) 100%);
  color: #000;
}
.gsdvaoctjzcc:hover, .adhyfvzrilsb:hover { opacity: .9; color: #000; }

.uljnwoershuo {
  background: transparent;
  border-color: var(--gold-2);
  color: var(--text);
}
.uljnwoershuo:hover { background: var(--gold-2); color: #000; }

/* ---------- Header ---------- */
.bbjpmxkdkwfu {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(32, 30, 27, .92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.adgpplabvybb {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-block: 14px;
}
.tdogciplqsnh img { width: 110px; height: auto; }
.adgpplabvybb .tdogciplqsnh { flex-shrink: 0; }

.duphdygmueis { margin-inline: auto; }
.duphdygmueis ul {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.duphdygmueis a {
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
}
.duphdygmueis a:hover { color: var(--gold-1); }

.obntyzrhoncq { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.obntyzrhoncq .ryskrwlvheot { padding: 10px 20px; }

.jqgcyefoofgi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--gold-2);
  color: var(--gold-1);
  font-family: var(--font);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.jqgcyefoofgi:hover { background: var(--gold-2); color: #000; }
.nyjdqahsnler .jqgcyefoofgi { flex: 0 0 auto; padding: 10px 16px; }

.bjptxbxsmiur {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 34px;
  height: 34px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.bjptxbxsmiur span { display: block; width: 100%; height: 2px; background: var(--text); }

/* ---------- Mobile nav drawer ---------- */
.ifqkruqmenrg {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: var(--bg);
  overflow-y: auto;
}
.ifqkruqmenrg[hidden] { display: none; }
.riqofpfvfopm { padding: 20px; position: relative; }
.kntvsdsmarze {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--surface);
  border: none;
  color: var(--text);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.nyjdqahsnler { display: flex; gap: 10px; margin: 24px 0; }
.nyjdqahsnler .ryskrwlvheot { flex: 1; }
.diexgrvnqjmi { list-style: none; margin: 0; padding: 0; }
.diexgrvnqjmi li { border-top: 1px solid rgba(255,255,255,.08); }
.diexgrvnqjmi a {
  display: block;
  padding: 16px 4px;
  color: var(--text);
  font-weight: 600;
}

/* ---------- Hero ---------- */
.ibjmjszexjde { padding-top: 28px; padding-bottom: 8px; text-align: center; }
.ibjmjszexjde h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px;
}

.laigwuuyncxa {
  position: relative;
  display: block;
  min-height: 320px;
  border-radius: var(--radius);
  background-color: #833ca3;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  isolation: isolate;
}
.laigwuuyncxa::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,.15) 60%, rgba(0,0,0,0) 100%);
  z-index: 0;
}
.pwaflsuepvzj {
  position: relative;
  z-index: 1;
  max-width: 66%;
  text-align: left;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  min-height: 320px;
}
.ntfuxzqpmfnv { font-size: 28px; font-weight: 800; line-height: 1.15; }
.htokenusohae { font-size: 20px; font-weight: 600; color: var(--gold-1); }
.pwaflsuepvzj .ryskrwlvheot { align-self: flex-start; margin-top: 8px; padding: 14px 34px; font-size: 15px; }

.yktnbbmttryi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}
.yktnbbmttryi a {
  display: block;
  padding: 9px 18px;
  border-radius: 999px;
  background: var(--surface);
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
}
.yktnbbmttryi a:hover { background: var(--surface-2); color: var(--gold-1); }

/* ---------- Game rows ---------- */
.hcoijhmhyyxe { padding: 34px 0 6px; }
.wqgkrofmertt {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: var(--muted-2);
  margin: 0 0 18px;
}

.xehaxngldmmv {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.kcpijrowsisb {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  aspect-ratio: 3 / 4;
  border-radius: var(--radius);
  background-color: var(--surface);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.kcpijrowsisb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,.55) 100%);
  transition: background .3s;
}
.kcpijrowsisb:hover::before { background: rgba(0,0,0,.35); }
.kcpijrowsisb:hover { transform: scale(1.02); }
.kcpijrowsisb { transition: transform .25s ease; }
.lfghefnjgvgu {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  padding: 7px 18px;
  border-radius: 999px;
  background: var(--gold-1);
  color: #000;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .2s, transform .2s;
}
.kcpijrowsisb:hover .lfghefnjgvgu,
.kcpijrowsisb:focus-visible .lfghefnjgvgu { opacity: 1; transform: translateY(0); }

/* Touch devices have no hover — keep the CTA visible so it isn't hidden */
@media (hover: none) {
  .lfghefnjgvgu { opacity: 1; transform: none; }
  .kcpijrowsisb::before { background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.6) 100%); }
}

.dxymtqidemiq {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  background: var(--surface);
  border-radius: var(--radius);
  padding: 28px 20px;
  margin-bottom: 14px;
}
.dxymtqidemiq img { height: 40px; width: auto; }
.dxymtqidemiq p { margin: 0; color: var(--muted); }

/* ---------- Providers / logo rows ---------- */
.sdpivmdrfsyh { padding: 40px 0; text-align: center; }
.qwexdxsqlexr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px 40px;
  margin-top: 20px;
}
.qwexdxsqlexr img {
  height: 36px;
  width: auto;
  opacity: .85;
  transition: opacity .2s;
}
.qwexdxsqlexr img:hover { opacity: 1; }
.lmydpocryeiz img { height: 26px; }

/* ---------- Article / long-form content ---------- */
.laexxqwrtiyq {
  max-width: 800px;
  padding-top: 40px;
  padding-bottom: 20px;
  color: var(--muted);
}
.laexxqwrtiyq h1 {
  color: var(--text);
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 18px;
}
.laexxqwrtiyq h2 {
  color: var(--text);
  font-size: 26px;
  font-weight: 700;
  margin: 40px 0 14px;
}
.laexxqwrtiyq h3 {
  color: var(--text);
  font-size: 20px;
  font-weight: 700;
  margin: 28px 0 10px;
}
.laexxqwrtiyq h4 {
  color: var(--text);
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 8px;
}
.laexxqwrtiyq p { margin: 0 0 16px; }
.laexxqwrtiyq ul { margin: 0 0 16px; padding-left: 20px; }
.laexxqwrtiyq li { margin-bottom: 8px; }
.laexxqwrtiyq a { color: var(--gold-2); }
.laexxqwrtiyq strong { color: var(--text); }
.laexxqwrtiyq .ryskrwlvheot { margin: 6px 0 20px; }
.content-img {
  border-radius: var(--radius);
  margin: 16px 0;
  max-width: min(320px, 100%);
}

/* ---------- FAQ ---------- */
.auwzshinxske { margin-top: 8px; }
.okchlgteddnc {
  background: var(--surface);
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.okchlgteddnc summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 20px;
  color: var(--text);
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.okchlgteddnc summary::-webkit-details-marker { display: none; }
.okchlgteddnc summary::after {
  content: "+";
  font-size: 20px;
  color: var(--gold-1);
  flex-shrink: 0;
}
.okchlgteddnc[open] summary::after { content: "\2212"; }
.ygpzrkzqsocn { padding: 0 20px 18px; }
.ygpzrkzqsocn p { margin: 0 0 10px; }

/* ---------- Footer ---------- */
.aszamyyeauvb {
  background: var(--surface);
  margin-top: 40px;
  padding: 48px 0 28px;
  font-size: 14px;
}
.xmblypejbbfn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 20px;
}
.dnhzlivlunpk h3 {
  color: var(--text);
  font-size: 15px;
  margin: 0 0 12px;
}
.dnhzlivlunpk ul { list-style: none; margin: 0; padding: 0; }
.dnhzlivlunpk li { margin-bottom: 8px; }
.dnhzlivlunpk a { color: var(--muted); }
.dnhzlivlunpk a:hover { color: var(--gold-1); }

.whyzovpapcux {
  border: none;
  border-top: 1px solid rgba(255,255,255,.08);
  margin: 26px 0;
}
.dxfpoifkznfb {
  color: var(--text);
  font-size: 15px;
  text-align: center;
  margin: 0;
}
.cmecwfugyxwm { color: var(--muted); text-align: center; margin: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .xehaxngldmmv { grid-template-columns: repeat(3, 1fr); }
  .xmblypejbbfn { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .vlztjhfpiaro { padding-inline: 16px; }

  /* Nav links move into the drawer; Log in / Sign up stay one tap away, same as the source site */
  .duphdygmueis { display: none; }
  .bjptxbxsmiur { display: flex; }
  .adgpplabvybb { justify-content: space-between; gap: 12px; }
  .tdogciplqsnh img { width: 84px; }
  .obntyzrhoncq { gap: 8px; }
  .obntyzrhoncq .ryskrwlvheot { padding: 8px 14px; font-size: 12px; }

  .ibjmjszexjde { padding-top: 20px; }
  .ibjmjszexjde h1 { font-size: 22px; margin-bottom: 14px; }
  .laigwuuyncxa { min-height: 240px; border-radius: 12px; }
  .pwaflsuepvzj { max-width: 100%; min-height: 240px; padding: 20px; gap: 8px; }
  .ntfuxzqpmfnv { font-size: 19px; }
  .htokenusohae { font-size: 15px; }
  .pwaflsuepvzj .ryskrwlvheot { padding: 11px 26px; font-size: 13px; }

  .yktnbbmttryi { gap: 8px; margin-top: 18px; }
  .yktnbbmttryi a { padding: 8px 14px; font-size: 12px; }

  .hcoijhmhyyxe { padding: 26px 0 4px; }
  .wqgkrofmertt { font-size: 18px; margin-bottom: 14px; }
  .xehaxngldmmv { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .kcpijrowsisb { border-radius: 10px; }
  .lfghefnjgvgu { font-size: 11px; padding: 6px 14px; margin-bottom: 10px; }

  .dxymtqidemiq { padding: 20px 16px; }

  .sdpivmdrfsyh { padding: 30px 0; }
  .qwexdxsqlexr { gap: 20px 24px; }
  .qwexdxsqlexr img { height: 28px; }

  .laexxqwrtiyq { padding-top: 26px; }
  .laexxqwrtiyq h2 { font-size: 20px; margin: 30px 0 12px; }
  .laexxqwrtiyq h3 { font-size: 17px; margin: 22px 0 8px; }

  .xmblypejbbfn { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
  .aszamyyeauvb { padding: 36px 0 24px; }
}

@media (max-width: 400px) {
  .tdogciplqsnh img { width: 72px; }
  .obntyzrhoncq .ryskrwlvheot { padding: 7px 11px; font-size: 11px; }
  .obntyzrhoncq .jqgcyefoofgi { padding: 7px 9px; font-size: 10px; }
  .ibjmjszexjde h1 { font-size: 19px; }
  .xehaxngldmmv { gap: 8px; }
}
