:root {
  --font-sans: "Manrope";
  --font-display: "Cormorant Garamond";
  --ink: #090708;
  --ink-soft: #151012;
  --wine: #6f1022;
  --wine-bright: #a9223d;
  --gold: #d3ae65;
  --gold-light: #f1d89a;
  --ivory: #f5eddc;
  --muted: #a79b8f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--ivory); font-family: var(--font-sans), sans-serif; }
a { color: inherit; text-decoration: none; }
svg { display: block; width: 100%; height: 100%; }

.site-shell {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  padding: 0 clamp(20px, 5vw, 76px) 72px;
  background:
    radial-gradient(circle at 83% 37%, rgba(111, 16, 34, .24), transparent 29%),
    radial-gradient(circle at 14% 4%, rgba(211, 174, 101, .08), transparent 24%),
    linear-gradient(125deg, #090708 0%, #110b0d 48%, #080607 100%);
}

.marble-noise {
  position: absolute; inset: 0; pointer-events: none; opacity: .36;
  background:
    linear-gradient(108deg, transparent 0 20%, rgba(255,255,255,.025) 20.3%, transparent 21.2% 58%, rgba(255,255,255,.02) 58.3%, transparent 59%),
    linear-gradient(42deg, transparent 0 45%, rgba(211,174,101,.025) 45.3%, transparent 46.2%);
}

.topbar {
  position: relative; z-index: 3; max-width: 1260px; min-height: 94px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid rgba(211, 174, 101, .18);
}

.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand img { width: 58px; height: 58px; object-fit: contain; filter: drop-shadow(0 8px 16px rgba(0,0,0,.35)); }
.brand span { display: grid; line-height: 1; }
.brand strong { font: 700 19px/1 var(--font-display), serif; letter-spacing: .18em; color: var(--gold-light); }
.brand small { margin-top: 6px; font-size: 8px; letter-spacing: .52em; color: var(--muted); }

.live-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px;
  border: 1px solid rgba(211,174,101,.24); border-radius: 999px; color: #c9bdaf;
  font-size: 9px; font-weight: 700; letter-spacing: .17em; background: rgba(255,255,255,.025);
}
.live-badge i { width: 7px; height: 7px; border-radius: 50%; background: #4ac278; box-shadow: 0 0 0 5px rgba(74,194,120,.09), 0 0 14px #4ac278; }

.hero {
  position: relative; z-index: 2; max-width: 1260px; min-height: calc(100svh - 168px); margin: 0 auto;
  display: grid; grid-template-columns: minmax(0, .95fr) minmax(410px, 1.05fr); align-items: center;
  gap: clamp(42px, 7vw, 106px); padding: 44px 0 48px;
}

.hero-copy { max-width: 600px; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .3em; }
.eyebrow span { color: var(--wine-bright); margin-right: 8px; }
.eyebrow span:last-child { margin: 0 0 0 8px; }
h1 { margin: 0; font: 600 clamp(54px, 6.5vw, 92px)/.82 var(--font-display), serif; letter-spacing: -.045em; color: var(--ivory); }
h1 em { color: transparent; font-style: italic; background: linear-gradient(110deg, var(--gold-light), #a77a35 90%); -webkit-background-clip: text; background-clip: text; }
.intro { max-width: 500px; margin: 24px 0 25px; color: #b4a99e; font-size: 14px; line-height: 1.75; }

.contact-deck { display: grid; gap: 10px; max-width: 520px; }
.contact-card {
  min-height: 70px; position: relative; display: grid; grid-template-columns: 42px 1fr 26px;
  align-items: center; gap: 13px; padding: 10px 18px 10px 13px;
  transition: transform .25s ease, border-color .25s ease, filter .25s ease;
}
.contact-card:hover { transform: translateX(5px); filter: brightness(1.08); }
.contact-icon { width: 42px; height: 42px; display: grid; place-items: center; padding: 11px; border-radius: 50%; }
.contact-icon svg { fill: currentColor; }
.contact-text { display: grid; gap: 5px; min-width: 0; }
.contact-text small { font-size: 8px; font-weight: 800; letter-spacing: .2em; opacity: .68; }
.contact-text strong { font-size: 15px; letter-spacing: .02em; overflow-wrap: anywhere; }
.contact-arrow { width: 23px; height: 23px; opacity: .65; }

.whatsapp-card {
  color: #edf7ef; border: 1px solid rgba(211,174,101,.35); border-radius: 5px 21px 5px 5px;
  background: linear-gradient(100deg, rgba(15,48,33,.96), rgba(10,21,16,.92));
  box-shadow: inset 3px 0 #39ad6a, 0 14px 30px rgba(0,0,0,.18);
}
.whatsapp-card::before { content: "VIP"; position: absolute; top: 8px; right: 11px; color: rgba(211,174,101,.28); font: 700 22px/1 var(--font-display), serif; letter-spacing: .08em; }
.whatsapp-card .contact-icon { background: #2bb767; color: white; box-shadow: 0 7px 17px rgba(43,183,103,.2); }

.telegram-card {
  width: calc(100% - 16px); margin-left: 16px; color: #fff4ef; border: 1px solid rgba(243,203,150,.22);
  border-radius: 3px; background: linear-gradient(105deg, #80162b, #4d0b19);
  box-shadow: inset 4px 0 #d0a75f, 0 14px 30px rgba(0,0,0,.18);
  clip-path: polygon(0 0, 100% 0, calc(100% - 11px) 50%, 100% 100%, 0 100%, 9px 50%);
}
.telegram-card .contact-icon { background: rgba(255,255,255,.11); color: #fff4ef; border: 1px solid rgba(255,255,255,.15); }

.play-button {
  min-height: 61px; margin-top: 3px; display: grid; grid-template-columns: 33px 1fr 22px;
  align-items: center; gap: 12px; padding: 8px 18px 8px 10px; color: #24180b;
  font-size: 11px; font-weight: 800; letter-spacing: .2em; border: 1px solid #f4dc9d; border-radius: 3px;
  background: linear-gradient(110deg, #d1aa5d, #f2d997 45%, #bb8c3c); box-shadow: 0 12px 35px rgba(195,145,57,.13);
  transition: transform .25s ease, box-shadow .25s ease;
}
.play-button:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(195,145,57,.23); }
.play-button > svg { width: 22px; height: 22px; justify-self: end; }
.play-diamond { width: 33px; height: 33px; display: grid; place-items: center; color: var(--gold-light); background: #2a1a0c; transform: rotate(45deg); border: 1px solid rgba(255,255,255,.18); }

.trust-row { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 18px; color: #887e76; font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.trust-row i { width: 19px; height: 19px; display: grid; place-items: center; color: var(--gold); font-style: normal; border: 1px solid rgba(211,174,101,.25); border-radius: 50%; font-size: 7px; }

.casino-stage { min-height: 560px; display: grid; align-content: center; justify-items: center; position: relative; }
.imperial-arch {
  width: min(100%, 520px); height: 505px; position: relative; display: grid; place-items: center;
  border: 1px solid rgba(211,174,101,.17); border-bottom: 0; border-radius: 260px 260px 0 0;
  background: radial-gradient(circle at 50% 44%, rgba(126,18,39,.32), transparent 38%), linear-gradient(145deg, rgba(255,255,255,.028), rgba(255,255,255,0));
  box-shadow: inset 0 0 70px rgba(0,0,0,.3), 0 30px 70px rgba(0,0,0,.2);
}
.imperial-arch::before, .imperial-arch::after { content:""; position:absolute; top: 45px; bottom: 0; width: 1px; background: linear-gradient(transparent, rgba(211,174,101,.25), transparent); }
.imperial-arch::before { left: 27px; }
.imperial-arch::after { right: 27px; }
.arch-cap { position: absolute; bottom: 0; width: 54px; height: 16px; border: 1px solid rgba(211,174,101,.22); background: #120d0e; }
.left-cap { left: 1px; } .right-cap { right: 1px; }

.roulette-halo {
  width: 330px; height: 330px; position: relative; display: grid; place-items: center; border-radius: 50%;
  background: conic-gradient(from 7deg, #a77e3d 0 5deg, #2a2020 5deg 14deg, #77152a 14deg 23deg, #191315 23deg 32deg, #a77e3d 32deg 37deg, #201719 37deg 51deg, #77152a 51deg 60deg, #171214 60deg 69deg, #a77e3d 69deg 74deg, #201719 74deg 88deg, #77152a 88deg 97deg, #171214 97deg 106deg, #a77e3d 106deg 111deg, #201719 111deg 125deg, #77152a 125deg 134deg, #171214 134deg 143deg, #a77e3d 143deg 148deg, #201719 148deg 162deg, #77152a 162deg 171deg, #171214 171deg 180deg, #a77e3d 180deg 185deg, #201719 185deg 199deg, #77152a 199deg 208deg, #171214 208deg 217deg, #a77e3d 217deg 222deg, #201719 222deg 236deg, #77152a 236deg 245deg, #171214 245deg 254deg, #a77e3d 254deg 259deg, #201719 259deg 273deg, #77152a 273deg 282deg, #171214 282deg 291deg, #a77e3d 291deg 296deg, #201719 296deg 310deg, #77152a 310deg 319deg, #171214 319deg 328deg, #a77e3d 328deg 333deg, #201719 333deg 347deg, #77152a 347deg 356deg, #171214 356deg);
  box-shadow: 0 0 0 8px #100b0d, 0 0 0 9px rgba(211,174,101,.45), 0 28px 65px rgba(0,0,0,.48); animation: breathe 5s ease-in-out infinite;
}
.roulette-halo::before { content:""; position:absolute; inset: 31px; border-radius:50%; background: radial-gradient(circle at 40% 34%, #2d151b, #100b0d 65%); border: 1px solid rgba(211,174,101,.45); }
.roulette-ticks { position: absolute; inset: 15px; border-radius: 50%; border: 1px dashed rgba(245,237,220,.35); }
.roulette-inner { position:relative; z-index:2; width: 215px; height:215px; border-radius:50%; display:grid; place-items:center; align-content:center; border: 1px solid rgba(211,174,101,.25); background:radial-gradient(circle, rgba(111,16,34,.22), transparent 67%); }
.roulette-inner strong { color: var(--gold-light); font: 600 112px/.7 var(--font-display), serif; text-shadow: 0 7px 25px rgba(211,174,101,.2); }
.roulette-inner small { margin-top: 12px; color:#b89a63; font:700 8px/1 var(--font-sans), sans-serif; letter-spacing:.42em; }
.crest-laurel { position:absolute; top: 74px; color: rgba(211,174,101,.48); font: 400 32px/1 var(--font-display), serif; }
.left-laurel { left: 30px; transform: rotate(-18deg); } .right-laurel { right:30px; transform:rotate(18deg); }

.card-table { position: absolute; bottom: -7px; width: 265px; height: 142px; border-radius: 50% 50% 8px 8px; background: radial-gradient(ellipse at 50% 10%, #562019, #26120f 67%); border: 2px solid #94703d; box-shadow: inset 0 0 0 7px #160d0c, 0 20px 35px rgba(0,0,0,.45); }
.playing-card { width: 61px; height: 86px; position: absolute; top: 16px; padding: 7px; display:grid; align-content:space-between; border-radius: 5px; color:#171112; background:#f1e8d8; font:700 18px/1 var(--font-display), serif; box-shadow:0 8px 18px rgba(0,0,0,.35); }
.playing-card span { font-size: 29px; justify-self:center; }
.card-one { left: 68px; transform:rotate(-12deg); }
.card-two { right: 68px; transform:rotate(12deg); color:#8e1730; }
.gold-chip { width: 58px; height:58px; position:absolute; left:calc(50% - 29px); bottom:5px; display:grid; place-items:center; border-radius:50%; border: 5px dashed #5d3914; background:linear-gradient(135deg,#f0d58f,#ac7b30); box-shadow:0 7px 13px rgba(0,0,0,.35); }
.gold-chip span { width:35px; height:35px; display:grid; place-items:center; border-radius:50%; color:#49300f; border:1px solid rgba(73,48,15,.35); font-size:9px; font-weight:900; letter-spacing:.08em; }
.stage-caption { margin-top: 19px; display:flex; align-items:center; gap:12px; color:#776b64; font-size:8px; font-weight:700; letter-spacing:.23em; }
.stage-caption span { width:31px; height:1px; background:rgba(211,174,101,.35); }

.footer { max-width:1260px; margin:0 auto; position:relative; z-index:2; display:flex; justify-content:space-between; gap:20px; color:#5f5752; font-size:9px; letter-spacing:.08em; }
.ticker { height:47px; position:fixed; z-index:20; left:0; right:0; bottom:0; display:flex; border-top:1px solid rgba(211,174,101,.3); background:#120c0e; box-shadow:0 -8px 30px rgba(0,0,0,.28); }
.ticker-label { flex:0 0 auto; min-width:138px; display:grid; place-items:center; padding:0 23px; color:#1b1109; font:800 10px/1 var(--font-sans),sans-serif; letter-spacing:.25em; background:linear-gradient(110deg,#b7893e,#efd795); clip-path:polygon(0 0,100% 0,calc(100% - 14px) 50%,100% 100%,0 100%); }
.ticker-window { flex:1; min-width:0; overflow:hidden; display:flex; align-items:center; }
.ticker-track { width:max-content; display:flex; align-items:center; gap:36px; padding-left:36px; color:#d2c7bc; font-size:11px; font-weight:600; white-space:nowrap; animation:ticker 20s linear infinite; }
.ticker-track i { color:var(--gold); font-style:normal; font-size:7px; }

@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes breathe { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-8px); } }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top:40px; gap:50px; }
  .hero-copy { max-width:650px; margin:0 auto; text-align:center; }
  .contact-deck { margin-inline:auto; text-align:left; }
  .trust-row { justify-content:center; }
  .casino-stage { min-height:510px; }
}

@media (max-width: 580px) {
  .site-shell { padding:0 16px 69px; }
  .topbar { min-height:76px; }
  .brand { gap:8px; }
  .brand img { width:44px; height:44px; }
  .brand strong { font-size:15px; }
  .brand small { font-size:6px; }
  .live-badge { padding:7px 9px; font-size:7px; }
  .hero { min-height:auto; padding:30px 0 38px; gap:40px; }
  .eyebrow { margin-bottom:13px; font-size:8px; letter-spacing:.2em; }
  h1 { font-size:50px; line-height:.87; }
  .intro { margin:18px auto 20px; font-size:12px; line-height:1.65; }
  .contact-deck { gap:9px; }
  .contact-card { min-height:64px; grid-template-columns:38px 1fr 20px; gap:10px; padding:8px 12px 8px 10px; }
  .contact-icon { width:38px; height:38px; padding:10px; }
  .contact-text small { font-size:6.7px; letter-spacing:.13em; }
  .contact-text strong { font-size:13px; }
  .whatsapp-card::before { font-size:17px; }
  .telegram-card { width:calc(100% - 8px); margin-left:8px; }
  .play-button { min-height:56px; font-size:9px; }
  .trust-row { margin-top:14px; gap:12px; font-size:7.5px; }
  .casino-stage { min-height:390px; }
  .imperial-arch { width:100%; max-width:350px; height:370px; border-radius:190px 190px 0 0; }
  .roulette-halo { width:250px; height:250px; }
  .roulette-inner { width:163px; height:163px; }
  .roulette-inner strong { font-size:82px; }
  .roulette-inner small { font-size:6px; }
  .crest-laurel { top:54px; font-size:25px; }
  .left-laurel { left:20px; } .right-laurel { right:20px; }
  .card-table { width:210px; height:112px; }
  .playing-card { width:48px; height:68px; font-size:14px; }
  .playing-card span { font-size:22px; }
  .card-one { left:55px; } .card-two { right:55px; }
  .gold-chip { width:48px; height:48px; left:calc(50% - 24px); border-width:4px; }
  .gold-chip span { width:29px; height:29px; font-size:7px; }
  .footer { padding-top:10px; flex-direction:column; align-items:center; gap:5px; text-align:center; }
  .ticker { height:43px; }
  .ticker-label { min-width:97px; padding:0 13px; font-size:7px; }
  .ticker-track { font-size:9px; gap:27px; padding-left:27px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; scroll-behavior:auto !important; }
}
