:root {
  --black: #0b0807;
  --charcoal: #151110;
  --burgundy: #3b0d11;
  --red: #c1121f;
  --gold: #d4af37;
  --gold2: #f2d675;
  --ivory: #faf7f2;
  --cream: #efe6da;
  --muted: #b9aaa1;
  --line: #49362e;
  --teal: #53d6c9;
}
body{
    font-family: "Inter", sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Inter", sans-serif;
    font-weight: 700;
}
* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--black);
  color: var(--cream);
  font-family: "Inter", sans-serif;
}

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

a {
  text-decoration: none;
  color: inherit
}

button {
  font: inherit
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: auto
}

h1,
h2,
h3 {
  font-family: "Inter", sans-serif;
  line-height: 1.02;
  margin: 0 0 16px;
  color: var(--ivory)
}

h1 {
  font-size: 42px;
  font-weight: 700
}

h2 {
  font-size: 32px
}

h3 {
  font-size: 16px
}

p {
  margin: 0 0 18px;
  color: var(--muted)
}

.notice {
  background: var(--gold);
  color: #1b120d;
  text-align: center;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em
}

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(11, 8, 7, .93);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.header-in {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px
}

.logo {
  font: 700 31px "Cormorant Garamond";
  color: var(--ivory);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.logo img{
  width: 190px;
  height: auto;
}
.logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 3px solid var(--gold);
  position: relative
}

.logo-mark:before,
.logo-mark:after {
  content: "";
  position: absolute;
  background: var(--red)
}

.logo-mark:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 9px;
  top: 9px
}

.logo-mark:after {
  width: 3px;
  height: 26px;
  left: 14px;
  top: 1px;
  transform: rotate(45deg)
}

.nav {
  display: flex;
  gap: 24px;
  align-items: center;
  font-weight: 700;
  font-size: 14px
}

.nav a:hover {
  color: var(--gold)
}

.nav-cta {
  padding: 10px 17px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--gold) !important
}

.menu {
  display: none;
  background: none;
  border: 1px solid var(--line);
  color: #fff;
  border-radius: 8px;
  padding: 9px 12px
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 96px;
  background: radial-gradient(circle at 80% 20%, rgba(193, 18, 31, .25), transparent 34%), linear-gradient(180deg, #120c0b, #0b0807)
}

.hero:before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(212, 175, 55, .16);
  border-radius: 50%;
  left: -220px;
  top: 60px
}

.hero-in {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 58px;
  align-items: center
}

.eyebrow {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 800;
  font-size: 12px;
  color: var(--gold);
  margin-bottom: 18px
}

.eyebrow:before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--gold)
}

.hero-copy p {
  font-size: 16px;
  max-width: 610px
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 30px 0
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 53px;
  padding: 0 24px;
  border: 0;
  border-radius: 10px;
  font-weight: 800;
  cursor: pointer
}

.btn-gold {
  background: var(--gold);
  color: #21160f
}

.btn-dark {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ivory)
}

.hero-facts {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 13px
}

.hero-facts b {
  color: var(--gold)
}

.hero-art {
  position: relative
}

.hero-art img {
  border-radius: 34px;
  border: 1px solid var(--line);
  box-shadow: 0 35px 90px rgba(0, 0, 0, .45)
}

.floating-chip {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--red);
  border: 8px dashed var(--gold);
  font-weight: 900;
  color: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .35)
}

.chip-a {
  left: -25px;
  bottom: 55px
}

.chip-b {
  right: -18px;
  top: 45px;
  background: #111
}

.ticker {
  background: var(--burgundy);
  border-block: 1px solid #6c2229;
  overflow: hidden
}

.ticker-row {
  display: flex;
  justify-content: center;
  gap: 28px;
  white-space: nowrap;
  padding: 17px 0;
  color: var(--gold2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em
}

.section {
  padding: 96px 0
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  margin-bottom: 42px
}

.section-head>div {
  max-width: 700px
}

.section-head p {
  max-width: 390px
}

.categories {
  background: var(--ivory);
  color: #251912
}

.categories h2,
.categories h3 {
  color: #251912
}

.categories p {
  color: #6b5d54
}

.cat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.cat {
  padding: 24px;
  border: 1px solid #d9ccbe;
  background: #fff;
  border-radius: 18px;
  min-height: 190px
}

.cat span {
  font-size: 30px
}

.cat b {
  display: block;
  color: var(--red);
  margin-top: 16px
}

.tournament {
  background: #160f0e
}

.tournament-card {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  background: var(--charcoal)
}

.tournament-card img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.tournament-copy {
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.scoreboard {
  display: flex;
  gap: 12px;
  margin: 20px 0 26px
}

.scoreboard div {
  padding: 14px 18px;
  border-radius: 12px;
  background: #241918;
  border: 1px solid var(--line)
}

.scoreboard strong {
  display: block;
  color: var(--gold);
  font-size: 24px
}

.games {
  background: var(--black)
}

.game-wall {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  grid-template-rows: 300px 300px;
  gap: 18px
}

.game-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #17100f
}

.game-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s
}

.game-card:hover img {
  transform: scale(1.04)
}

.game-card.large {
  grid-row: span 2
}

.game-card.wide {
  grid-column: span 2
}

.game-copy {
  position: absolute;
  inset: auto 0 0;
  padding: 70px 22px 22px;
  background: linear-gradient(transparent, rgba(8, 5, 5, .97))
}

.game-copy h3 {
  margin-bottom: 8px
}

.game-copy button {
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 800;
  cursor: pointer
}

.game-copy button:hover {
  background: var(--gold);
  color: #21160f
}

.achievements {
  background: var(--burgundy)
}

.achievement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.achievement {
  padding: 30px;
  background: #4a1117;
  border: 1px solid #71202a;
  border-radius: 20px
}

.achievement span {
  font-size: 38px
}

.achievement b {
  display: block;
  color: var(--gold);
  margin-top: 16px
}

.guide {
  background: var(--ivory);
  color: #251912
}

.guide h2,
.guide h3 {
  color: #251912
}

.guide p {
  color: #6f6259
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.guide-card {
  padding: 28px;
  border: 1px solid #d9cbbf;
  border-radius: 18px;
  background: #fff
}

.guide-card a {
  color: var(--red);
  font-weight: 800
}

.faq {
  background: #120c0b
}

.faq-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 60px
}

.faq details {
  padding: 20px 0;
  border-top: 1px solid var(--line)
}

.faq summary {
  cursor: pointer;
  color: #fff;
  font-weight: 800
}

.faq details p {
  margin-top: 12px
}

.cta {
  padding: 70px 0;
  background: var(--gold);
  color: #221710
}

.cta-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px
}

.cta h2,
.cta p {
  color: #221710
}

.cta .btn {
  background: #221710;
  color: #fff
}

.footer {
  background: #080505;
  padding: 64px 0 24px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr;
  gap: 50px
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 9px
}

.footer h3 {
  font-size: 20px
}

.footer a:hover {
  color: var(--gold)
}

.footer-bottom {
  margin-top: 38px;
  padding-top: 20px;
  border-top: 1px solid #251a17;
  color: #81736b;
  font-size: 13px
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px
}

.modal.open {
  display: flex
}

.shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .84)
}

.modal-box {
  position: relative;
  width: min(700px, 100%);
  max-height: 92vh;
  overflow: auto;
  background: #140e0d;
  border: 1px solid var(--line);
  border-radius: 22px
}

.modal-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 18px;
  background: #211514;
  border-bottom: 1px solid var(--line)
}

.modal-top button {
  background: none;
  border: 0;
  color: #fff;
  font-size: 28px;
  cursor: pointer
}

.modal-body {
  padding: 28px
}

.stage {
  min-height: 300px;
  background: #0b0807;
  border: 1px solid var(--line);
  border-radius: 18px;
  display: grid;
  place-items: center;
  padding: 24px
}

.status {
  text-align: center;
  color: var(--gold);
  font-weight: 800;
  min-height: 30px;
  margin: 16px 0
}

.reels {
  display: flex;
  gap: 12px
}

.reel {
  width: 120px;
  height: 130px;
  border-radius: 14px;
  background: #fff;
  color: #111;
  display: grid;
  place-items: center;
  font-size: 60px
}

.play-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px
}

.play-controls button {
  background: var(--gold);
  color: #21160f;
  border: 0;
  border-radius: 10px;
  padding: 11px 16px;
  font-weight: 800
}

.diamond-grid {
  display: grid;
  grid-template-columns: repeat(5, 54px);
  gap: 9px
}

.diamond-cell {
  height: 54px;
  border: 0;
  border-radius: 10px;
  background: #1f1715;
  color: #fff;
  font-size: 24px
}

.dice-row {
  display: flex;
  gap: 18px
}

.die {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  background: var(--red);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 58px;
  font-weight: 900
}

.cards-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.play-card {
  width: 78px;
  height: 112px;
  background: #fff;
  border: 4px solid var(--gold);
  border-radius: 12px;
  font-size: 28px;
  font-weight: 900
}

.wheel {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 16px solid var(--gold);
  background: conic-gradient(var(--red) 0 45deg, #111 45deg 90deg, var(--red) 90deg 135deg, #111 135deg 180deg, var(--red) 180deg 225deg, #111 225deg 270deg, var(--red) 270deg 315deg, #111 315deg);
  display: grid;
  place-items: center;
  transition: 1.2s
}

.wheel span {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--gold);
  display: grid;
  place-items: center;
  color: #21160f;
  font-weight: 900
}

.cherry-row {
  display: flex;
  gap: 15px
}

.cherry-btn {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 6px solid var(--gold);
  background: var(--red);
  color: #fff;
  font-size: 38px
}

.legal-hero {
  padding: 76px 0 52px;
  background: var(--burgundy);
  border-bottom: 1px solid #6b2229
}

.legal-main {
  padding: 76px 0 96px;
  background: var(--ivory);
  color: #2b1e17
}



.legal h1 {
  font-size: 54px
}

.legal h2 {
  color: #2b1e17;
  font-size: 20px;
  margin-top: 36px
}

.legal h3 {
  color: #2b1e17;
  font-size: 24px;
  margin-top: 26px
}

.legal p,
.legal li {
  color: #66594f
}

.legal ul {
  line-height: 1.9
}