:root {
  --bg:#06120d;
  --bg2:#091a12;
  --panel:#0d2118;
  --panel2:#102a1e;
  --panel3:#143325;
  --gold:#e5b53c;
  --gold2:#ffcf5a;
  --gold3:#a87916;
  --cream:#fff2cf;
  --text:#f7f3e8;
  --muted:#a8b7ac;
  --green:#3fb67b;
  --emerald:#1f7b57;
  --line:rgba(229,181,60,.18);
  --line2:rgba(255,255,255,.1);
  --shadow:0 28px 90px rgba(0,0,0,.38);
  --radius:24px;
  --shell:1280px;
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:95px
}

body {
  margin:0;
  min-width:320px;
  background:radial-gradient(circle at 78% 0,rgba(43,137,91,.15),transparent 38rem),linear-gradient(180deg,#06120d 0,#08150f 45%,#06120d 100%);
  color:var(--text);
  font-family:Manrope,system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden
}

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

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

button,input {
  font:inherit
}

button {
  color:inherit
}

p,h1,h2,h3 {
  overflow-wrap:anywhere
}

.shell {
  width:min(calc(100% - 40px),var(--shell));
  margin-inline:auto
}

.skip-link {
  position:fixed;
  left:10px;
  top:10px;
  z-index:1000;
  padding:10px 14px;
  background:var(--gold);
  color:#0a120c;
  border-radius:10px;
  transform:translateY(-160%)
}

.skip-link:focus {
  transform:none
}

.section-kicker {
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:var(--gold2);
  font-size:10px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase
}

.section-kicker:before {
  content:"";
  width:22px;
  height:1px;
  background:currentColor;
  opacity:.75
}

.button {
  min-height:48px;
  padding:12px 19px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:1px solid transparent;
  border-radius:14px;
  font-size:13px;
  font-weight:800;
  line-height:1.15;
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease
}

.button:hover {
  transform:translateY(-2px)
}

.button-gold {
  color:#10140f;
  background:linear-gradient(135deg,#ffe08b 0,#e7b735 42%,#ba7e16 100%);
  box-shadow:0 14px 38px rgba(210,155,31,.22),inset 0 1px 0 rgba(255,255,255,.5)
}

.button-gold:hover {
  box-shadow:0 17px 45px rgba(210,155,31,.34),inset 0 1px 0 rgba(255,255,255,.6)
}

.button-dark {
  color:#f6f1e5;
  border-color:var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))
}

.button-dark:hover,.button-glass:hover {
  border-color:rgba(229,181,60,.42)
}

.button-glass {
  color:var(--cream);
  border-color:rgba(255,255,255,.16);
  background:rgba(8,23,16,.48);
  backdrop-filter:blur(12px)
}

.button-small {
  min-height:39px;
  padding:9px 15px
}

.button-large {
  min-height:54px;
  padding:15px 24px;
  font-size:14px
}

.text-link {
  color:var(--cream);
  font-size:13px;
  font-weight:800;
  border-bottom:1px solid rgba(229,181,60,.32);
  padding-bottom:4px
}

.text-link:hover {
  color:var(--gold2)
}

.center-action {
  margin-top:30px;
  display:flex;
  justify-content:center
}

.section-heading {
  margin-bottom:32px
}

.section-heading.split {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:28px
}

.section-heading h2 {
  margin:6px 0 0;
  font-size:clamp(34px,4.2vw,58px);
  line-height:1.02;
  letter-spacing:-.055em
}

.section-heading p {
  max-width:470px;
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.65
}

.top-note {
  border-bottom:1px solid rgba(255,255,255,.06);
  background:#06100b
}

.top-note-inner {
  min-height:32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:#84988a;
  font-size:10px;
  font-weight:700;
  letter-spacing:.04em
}

.top-note-inner span {
  display:flex;
  align-items:center;
  gap:8px
}

.top-note-inner i {
  width:7px;
  height:7px;
  border-radius:50%;
  background:#45d291;
  box-shadow:0 0 16px rgba(69,210,145,.8)
}

.site-header {
  position:sticky;
  z-index:90;
  top:0;
  border-bottom:1px solid rgba(229,181,60,.12);
  background:rgba(5,17,11,.82);
  backdrop-filter:blur(20px)
}

.header-inner {
  min-height:74px;
  display:flex;
  align-items:center;
  gap:34px
}

.brand {
  display:inline-flex;
  align-items:center;
  gap:11px;
  flex:0 0 auto
}

.brand-mark {
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  filter:drop-shadow(0 7px 18px rgba(229,181,60,.24))
}

.brand-mark img {
  width:100%;
  height:100%;
  object-fit:contain
}

.brand-word {
  font-size:18px;
  font-weight:800;
  letter-spacing:.16em;
  color:#fff2ce;
  text-shadow:0 0 28px rgba(229,181,60,.14)
}

.main-nav {
  display:flex;
  align-items:center;
  gap:4px
}

.main-nav a,.telegram-link,.header-login {
  padding:9px 11px;
  border-radius:10px;
  color:#a9b7ad;
  font-size:12px;
  font-weight:750;
  transition:.18s
}

.main-nav a:hover,.main-nav a[aria-current="page"],.telegram-link:hover,.header-login:hover {
  color:#fff6d8;
  background:rgba(255,255,255,.055)
}

.main-nav a[aria-current="page"] {
  color:var(--gold2)
}

.header-actions {
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:6px
}

.telegram-link {
  color:#79d3ad
}

.menu-toggle {
  width:40px;
  height:40px;
  padding:10px;
  display:none;
  align-content:center;
  gap:4px;
  border:1px solid var(--line2);
  border-radius:11px;
  background:rgba(255,255,255,.04);
  cursor:pointer
}

.menu-toggle span {
  height:2px;
  background:#f8efd8;
  border-radius:3px
}

.mobile-menu {
  padding:12px 20px 18px;
  border-top:1px solid rgba(255,255,255,.07);
  background:#07130d;
  grid-template-columns:repeat(2,1fr);
  gap:7px
}

.mobile-menu:not([hidden]) {
  display:grid
}

.mobile-menu>a:not(.button) {
  padding:12px 14px;
  border-radius:11px;
  background:rgba(255,255,255,.04);
  color:#d6ded7;
  font-size:13px;
  font-weight:700
}

.mobile-play {
  grid-column:1/-1
}

.mobile-cta {
  display:none
}

.story-wrap {
  position:relative;
  z-index:20;
  padding:14px 0 10px;
  border-bottom:1px solid rgba(229,181,60,.12);
  background:linear-gradient(180deg,rgba(10,31,21,.94),rgba(7,21,14,.92))
}

.story-scroller {
  display:flex;
  align-items:flex-start;
  gap:17px;
  overflow-x:auto;
  scrollbar-width:none;
  padding-block:3px
}

.story-scroller::-webkit-scrollbar {
  display:none
}

.story-card {
  width:72px;
  flex:0 0 72px;
  padding:0;
  border:0;
  background:none;
  color:#d3dbd5;
  cursor:pointer;
  text-align:center
}

.story-card>span:last-child {
  display:block;
  margin-top:7px;
  font-size:10px;
  font-weight:700;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis
}

.story-ring {
  width:62px;
  height:62px;
  margin:auto;
  display:block;
  padding:3px;
  border-radius:50%;
  background:conic-gradient(#ffd463,#9c6610,#f8d366,#327c5c,#ffd463);
  box-shadow:0 0 0 2px rgba(229,181,60,.12),0 8px 18px rgba(0,0,0,.25);
  transition:transform .2s ease
}

.story-card:hover .story-ring {
  transform:translateY(-3px) scale(1.03)
}

.story-ring img {
  width:100%;
  height:100%;
  object-fit:cover;
  border:3px solid #0a1b12;
  border-radius:50%
}

.story-modal {
  position:fixed;
  z-index:250;
  inset:0;
  display:grid;
  place-items:center;
  padding:22px
}

.story-modal[hidden] {
  display:none
}

.story-modal-backdrop {
  position:absolute;
  inset:0;
  background:rgba(0,7,4,.8);
  backdrop-filter:blur(18px)
}

.story-modal-card {
  width:min(94vw,780px);
  height:min(86vh,760px);
  position:relative;
  display:grid;
  grid-template-columns:minmax(260px,.8fr) minmax(300px,1fr);
  overflow:hidden;
  border:1px solid rgba(229,181,60,.28);
  border-radius:28px;
  background:radial-gradient(circle at 20% 20%,rgba(229,181,60,.14),transparent 24rem),linear-gradient(145deg,#10271b,#07120d);
  box-shadow:0 44px 110px rgba(0,0,0,.58)
}

.story-modal-card>img {
  width:100%;
  height:100%;
  object-fit:contain;
  background:linear-gradient(180deg,#241a0e,#0c1710)
}

.story-modal-copy {
  padding:54px 44px 38px;
  display:flex;
  flex-direction:column;
  justify-content:center
}

.story-modal-copy h2 {
  margin:12px 0 14px;
  font-size:clamp(30px,4vw,48px);
  line-height:1.02;
  letter-spacing:-.04em
}

.story-modal-copy p {
  margin:0 0 26px;
  color:#b7c3ba;
  font-size:14px
}

.story-close {
  position:absolute;
  z-index:3;
  right:16px;
  top:16px;
  width:40px;
  height:40px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  background:rgba(0,0,0,.35);
  font-size:24px;
  cursor:pointer
}

.story-progress {
  position:absolute;
  z-index:3;
  top:16px;
  left:16px;
  right:68px;
  display:flex;
  gap:5px
}

.story-progress span {
  height:3px;
  flex:1;
  border-radius:4px;
  background:rgba(255,255,255,.2)
}

.story-progress span:first-child {
  background:var(--gold2)
}

.hero {
  min-height:700px;
  position:relative;
  overflow:hidden;
  border-bottom:1px solid rgba(229,181,60,.13);
  background:#06120d
}

.hero-image-layer {
  position:absolute;
  inset:0;
  background-image:linear-gradient(90deg,rgba(4,16,10,.98) 0%,rgba(4,16,10,.92) 31%,rgba(4,16,10,.28) 58%,rgba(4,16,10,.04) 100%),linear-gradient(180deg,rgba(3,10,7,.08),rgba(3,12,8,.25)),url('/assets/images/hero/hero.webp');
  background-size:cover;
  background-position:center;
  transform:scale(1.02);
  animation:heroDrift 13s ease-in-out infinite alternate
}

.hero:before {
  content:"";
  position:absolute;
  inset:0;
  opacity:.16;
  background-image:linear-gradient(rgba(229,181,60,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(229,181,60,.12) 1px,transparent 1px);
  background-size:78px 78px;
  mask-image:linear-gradient(90deg,#000,transparent 70%)
}

.hero-glow {
  position:absolute;
  border-radius:50%;
  filter:blur(75px);
  opacity:.28;
  pointer-events:none
}

.hero-glow-one {
  width:460px;
  height:460px;
  right:8%;
  top:7%;
  background:#1b9b6b
}

.hero-glow-two {
  width:380px;
  height:380px;
  right:28%;
  bottom:-14%;
  background:#d09322;
  opacity:.16
}

.hero-inner {
  min-height:700px;
  position:relative;
  display:flex;
  align-items:center
}

.hero-copy {
  position:relative;
  z-index:4;
  width:min(660px,56%);
  padding:72px 0 84px
}

.hero-eyebrow {
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#b8c8bc;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em
}

.hero-eyebrow i {
  width:7px;
  height:7px;
  background:var(--gold2);
  border-radius:50%;
  box-shadow:0 0 16px rgba(255,207,90,.8)
}

.hero-copy h1 {
  max-width:650px;
  margin:16px 0 20px;
  font-size:clamp(62px,7vw,104px);
  line-height:.86;
  letter-spacing:-.075em
}

.hero-copy h1 em {
  display:block;
  color:var(--gold2);
  font-style:normal;
  text-shadow:0 0 48px rgba(229,181,60,.2)
}

.hero-copy>p {
  max-width:570px;
  margin:0;
  color:#bcc8bf;
  font-size:17px;
  line-height:1.75
}

.hero-bonus {
  width:min(470px,100%);
  margin:28px 0 0;
  padding:17px 19px;
  display:grid;
  border:1px solid rgba(229,181,60,.24);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(229,181,60,.09),rgba(27,114,76,.08));
  box-shadow:inset 0 1px rgba(255,255,255,.04)
}

.hero-bonus span {
  color:#aab7ae;
  font-size:10px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase
}

.hero-bonus strong {
  margin:3px 0;
  color:#ffe08a;
  font-size:25px;
  letter-spacing:-.025em
}

.hero-bonus small {
  color:#7f9385;
  font-size:10px
}

.hero-actions {
  margin-top:25px;
  display:flex;
  gap:9px;
  flex-wrap:wrap
}

.hero-trust {
  margin-top:24px;
  display:flex;
  gap:9px 16px;
  flex-wrap:wrap;
  color:#85998b;
  font-size:10px;
  font-weight:700
}

.hero-relic {
  position:absolute;
  z-index:3;
  right:2%;
  bottom:5%;
  width:210px;
  height:210px;
  display:grid;
  place-items:center;
  opacity:.9;
  filter:drop-shadow(0 22px 38px rgba(0,0,0,.32))
}

.hero-relic img {
  width:150px;
  height:150px;
  object-fit:contain;
  animation:relicFloat 5s ease-in-out infinite
}

.hero-relic span {
  position:absolute;
  width:170px;
  height:170px;
  border:1px solid rgba(229,181,60,.28);
  border-radius:50%;
  animation:relicSpin 12s linear infinite
}

.hero-relic span:before,.hero-relic span:after {
  content:"◆";
  position:absolute;
  color:var(--gold2);
  font-size:9px
}

.hero-relic span:before {
  left:50%;
  top:-7px
}

.hero-relic span:after {
  right:-5px;
  top:50%
}

.hero-wink {
  position:absolute;
  z-index:5;
  right:20.5%;
  top:29%;
  width:23px;
  height:7px;
  border-radius:50%;
  background:linear-gradient(180deg,rgba(70,42,27,.92),rgba(8,16,12,.85));
  transform:rotate(-5deg) scaleY(0);
  transform-origin:center;
  opacity:0;
  animation:wink 10s ease-in-out infinite;
  pointer-events:none
}

.hero-bottom-fade {
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:110px;
  background:linear-gradient(transparent,#07120d)
}

@keyframes heroDrift {
  to {
    transform:scale(1.045) translate3d(-.6%,.4%,0)
  }
}

@keyframes relicFloat {
  50% {
    transform:translateY(-10px) rotate(1deg)
  }
}

@keyframes relicSpin {
  to {
    transform:rotate(360deg)
  }
}

@keyframes wink {
  0%,80%,83%,100% {
    opacity:0;
    transform:rotate(-5deg) scaleY(0)
  }
  81%,82% {
    opacity:.95;
    transform:rotate(-5deg) scaleY(1)
  }
}

.quick-nav {
  padding:30px 0 98px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:11px
}

.quick-nav>a {
  min-height:164px;
  padding:22px;
  position:relative;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(229,181,60,.14);
  border-radius:19px;
  background:linear-gradient(145deg,rgba(18,49,34,.72),rgba(7,23,15,.92));
  box-shadow:inset 0 1px rgba(255,255,255,.03);
  transition:.2s
}

.quick-nav>a:hover {
  transform:translateY(-4px);
  border-color:rgba(229,181,60,.38);
  background:linear-gradient(145deg,rgba(25,64,45,.83),rgba(8,25,17,.94))
}

.quick-nav span {
  color:#748679;
  font-size:10px;
  font-weight:800;
  letter-spacing:.1em
}

.quick-nav strong {
  margin-top:auto;
  font-size:21px;
  letter-spacing:-.035em
}

.quick-nav p {
  margin:6px 0 0;
  color:#8fa095;
  font-size:11px
}

.quick-nav i {
  position:absolute;
  right:18px;
  top:17px;
  color:var(--gold2);
  font-style:normal
}

.quick-nav>a:first-child {
  background:linear-gradient(135deg,#dfb03b,#b37a18);
  color:#0c160f;
  border-color:#e7bb4e
}

.quick-nav>a:first-child span,.quick-nav>a:first-child p {
  color:rgba(7,21,14,.65)
}

.quick-nav>a:first-child i {
  color:#07140d
}

.roulette-section {
  padding-bottom:116px
}

.roulette-shell {
  height:390px;
  position:relative;
  display:flex;
  align-items:center;
  overflow:hidden;
  border:1px solid rgba(229,181,60,.18);
  border-radius:30px;
  background:radial-gradient(circle at 50% -20%,rgba(229,181,60,.13),transparent 50%),linear-gradient(180deg,#0d2a1d,#07170f);
  box-shadow:var(--shadow),inset 0 1px rgba(255,255,255,.04)
}

.roulette-shell:before,.roulette-shell:after {
  content:"";
  position:absolute;
  z-index:5;
  top:0;
  bottom:0;
  width:130px;
  pointer-events:none
}

.roulette-shell:before {
  left:0;
  background:linear-gradient(90deg,#08170f,transparent)
}

.roulette-shell:after {
  right:0;
  background:linear-gradient(-90deg,#08170f,transparent)
}

.roulette-decor span {
  position:absolute;
  border:1px solid rgba(229,181,60,.1);
  border-radius:50%
}

.roulette-decor span:nth-child(1) {
  width:560px;
  height:560px;
  left:50%;
  top:-270px;
  transform:translateX(-50%)
}

.roulette-decor span:nth-child(2) {
  width:720px;
  height:720px;
  left:50%;
  top:-340px;
  transform:translateX(-50%)
}

.roulette-decor span:nth-child(3) {
  width:900px;
  height:900px;
  left:50%;
  top:-420px;
  transform:translateX(-50%)
}

.roulette-track {
  height:100%;
  padding:47px calc(50% - 145px);
  display:flex;
  align-items:center;
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  scroll-behavior:smooth
}

.roulette-track::-webkit-scrollbar {
  display:none
}

.roulette-card {
  width:290px;
  flex:0 0 290px;
  scroll-snap-align:center;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.11);
  border-radius:20px;
  background:#102219;
  box-shadow:0 20px 44px rgba(0,0,0,.26);
  transition:transform .22s ease,border-color .22s ease,opacity .22s ease
}

.roulette-card:hover {
  transform:translateY(-5px);
  border-color:rgba(229,181,60,.4)
}

.roulette-card.is-center {
  transform:translateY(-8px) scale(1.035);
  border-color:rgba(255,214,99,.66);
  box-shadow:0 24px 56px rgba(0,0,0,.34),0 0 34px rgba(229,181,60,.1)
}

.roulette-spin-active .roulette-card {
  filter:saturate(.78);
  transition:transform .22s ease,border-color .22s ease,opacity .22s ease,filter .22s ease
}

.roulette-spin-active .roulette-card.is-center {
  filter:saturate(1.12)
}

.roulette-card img {
  width:100%;
  height:192px;
  object-fit:cover
}

.roulette-card>div {
  padding:14px 15px 16px
}

.roulette-card span {
  display:block;
  color:var(--gold2);
  font-size:9px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em
}

.roulette-card strong {
  display:block;
  margin:4px 0 2px;
  font-size:16px
}

.roulette-card small {
  color:#7f9285;
  font-size:10px
}

.roulette-center-marker {
  position:absolute;
  z-index:6;
  left:50%;
  top:11px;
  bottom:11px;
  width:300px;
  transform:translateX(-50%);
  pointer-events:none;
  border:1px solid rgba(229,181,60,.25);
  border-radius:23px;
  box-shadow:0 0 0 1px rgba(229,181,60,.05),inset 0 0 50px rgba(229,181,60,.045)
}

.roulette-center-marker span {
  position:absolute;
  left:50%;
  top:-1px;
  width:26px;
  height:14px;
  background:var(--gold);
  clip-path:polygon(0 0,100% 0,50% 100%);
  transform:translateX(-50%)
}

.roulette-arrow {
  position:absolute;
  z-index:8;
  top:50%;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:1px solid rgba(229,181,60,.28);
  border-radius:50%;
  background:rgba(6,19,12,.86);
  font-size:28px;
  cursor:pointer;
  transform:translateY(-50%);
  backdrop-filter:blur(10px)
}

.roulette-arrow.prev {
  left:18px
}

.roulette-arrow.next {
  right:18px
}

.roulette-actions {
  margin-top:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px
}

.roulette-spin-active .roulette-track {
  scroll-behavior:auto
}

.catalog-section,.providers-section,.reviews-section {
  padding-bottom:112px
}

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

.game-card {
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(229,181,60,.14);
  border-radius:17px;
  background:linear-gradient(145deg,#10241a,#0a1a12);
  transition:.2s
}

.game-card:hover {
  transform:translateY(-4px);
  border-color:rgba(229,181,60,.36);
  box-shadow:0 18px 42px rgba(0,0,0,.18)
}

.game-cover {
  aspect-ratio:1.48;
  display:block;
  position:relative;
  overflow:hidden;
  background:#12251b
}

.game-cover:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 52%,rgba(0,0,0,.56));
  pointer-events:none
}

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

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

.game-more {
  position:absolute;
  z-index:2;
  right:11px;
  bottom:11px;
  padding:6px 9px;
  border-radius:8px;
  color:#102016;
  background:linear-gradient(135deg,#ffe17e,#d8a024);
  font-size:9px;
  font-weight:850;
  opacity:0;
  transform:translateY(5px);
  transition:.2s
}

.game-card:hover .game-more {
  opacity:1;
  transform:none
}

.game-copy {
  padding:14px 15px 16px
}

.game-copy>span {
  color:var(--gold2);
  font-size:8px;
  font-weight:850;
  letter-spacing:.09em;
  text-transform:uppercase
}

.game-copy h3 {
  margin:4px 0 3px;
  font-size:15px;
  line-height:1.2
}

.game-copy h3 a:hover {
  color:var(--gold2)
}

.game-copy p {
  margin:0;
  color:#788a7e;
  font-size:10px
}

.mission-banner {
  min-height:520px;
  margin-bottom:112px;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(229,181,60,.16);
  border-radius:30px;
  background:#08160f;
  box-shadow:var(--shadow)
}

.mission-bg {
  position:absolute;
  inset:0;
  background-image:linear-gradient(90deg,rgba(5,18,11,.08),rgba(5,18,11,.12) 32%,rgba(5,18,11,.9) 62%,rgba(5,18,11,.97)),url('/assets/images/hero/mission.webp');
  background-size:cover;
  background-position:center
}

.mission-bg:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 60%,rgba(4,14,9,.55))
}

.mission-copy {
  width:48%;
  margin-left:auto;
  min-height:520px;
  padding:62px 62px 54px;
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center
}

.mission-copy h2 {
  margin:11px 0 18px;
  font-size:clamp(40px,5vw,68px);
  line-height:.96;
  letter-spacing:-.055em
}

.mission-copy p {
  max-width:510px;
  margin:0 0 26px;
  color:#a7b7ac;
  font-size:14px
}

.mission-copy>div {
  display:flex;
  gap:9px;
  flex-wrap:wrap
}

.home-content {
  padding-bottom:110px
}

.content-intro {
  max-width:900px;
  margin-bottom:54px
}

.content-intro h2 {
  margin:8px 0 17px;
  font-size:clamp(42px,5vw,70px);
  line-height:.98;
  letter-spacing:-.06em
}

.content-intro p {
  max-width:760px;
  margin:0;
  color:#9cad9f
}

.content-columns {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  border-top:1px solid var(--line)
}

.content-columns article {
  padding:32px 30px 34px 0;
  border-bottom:1px solid var(--line);
  display:grid;
  grid-template-columns:52px 1fr
}

.content-columns article:nth-child(odd) {
  border-right:1px solid var(--line);
  padding-right:38px
}

.content-columns article:nth-child(even) {
  padding-left:38px
}

.content-columns span {
  color:#6e8274;
  font-size:10px;
  font-weight:800
}

.content-columns h3,.content-columns p,.content-columns a {
  grid-column:2
}

.content-columns h3 {
  margin:0 0 11px;
  font-size:25px;
  letter-spacing:-.04em
}

.content-columns p {
  margin:0 0 15px;
  color:#8fa195;
  font-size:13px
}

.content-columns a {
  color:var(--gold2);
  font-size:12px;
  font-weight:750
}

.provider-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px
}

.provider-card {
  min-height:260px;
  padding:20px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  overflow:hidden;
  position:relative;
  border:1px solid rgba(229,181,60,.13);
  border-radius:18px;
  background:linear-gradient(145deg,#10291d,#081910);
  transition:.2s
}

.provider-card:after {
  content:"";
  position:absolute;
  width:170px;
  height:170px;
  right:-55px;
  top:-60px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(229,181,60,.12),transparent 68%)
}

.provider-card:hover {
  transform:translateY(-4px);
  border-color:rgba(229,181,60,.35)
}

.provider-logo {
  width:100%;
  height:74px;
  margin-bottom:auto;
  display:flex;
  align-items:center
}

.provider-logo img {
  max-width:170px;
  max-height:64px;
  object-fit:contain;
  object-position:left center;
  filter:saturate(.9) brightness(1.08)
}

.provider-card>span {
  margin-top:18px;
  color:#7d9584;
  font-size:9px;
  font-weight:750;
  text-transform:uppercase;
  letter-spacing:.08em
}

.provider-card>strong {
  margin:3px 0 7px;
  font-size:18px
}

.provider-card p {
  margin:0 0 13px;
  color:#7f9285;
  font-size:10px;
  line-height:1.5
}

.provider-card small {
  color:var(--gold2);
  font-size:10px;
  font-weight:800
}

.review-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px
}

.review-card {
  padding:21px;
  border:1px solid rgba(229,181,60,.13);
  border-radius:18px;
  background:linear-gradient(145deg,#10261b,#091911);
  box-shadow:0 16px 35px rgba(0,0,0,.14)
}

.review-head {
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  align-items:center;
  gap:10px
}

.avatar {
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:linear-gradient(135deg,#e2b040,#6a4b12);
  color:#10140f;
  font-size:16px;
  font-weight:900
}

.review-head strong {
  display:block;
  font-size:13px
}

.review-head small {
  display:block;
  color:#718579;
  font-size:9px
}

.stars {
  color:var(--gold2);
  font-size:10px;
  letter-spacing:1px
}

.review-card>p {
  min-height:114px;
  margin:17px 0 18px;
  color:#a1b0a6;
  font-size:12px;
  line-height:1.7
}

.review-foot {
  padding-top:12px;
  display:flex;
  justify-content:space-between;
  gap:12px;
  border-top:1px solid rgba(255,255,255,.06);
  color:#65786c;
  font-size:8px;
  text-transform:uppercase;
  letter-spacing:.07em
}

.reviews-intro {
  margin-bottom:22px;
  padding:18px 21px;
  border:1px solid rgba(229,181,60,.18);
  border-radius:16px;
  background:rgba(229,181,60,.05)
}

.reviews-intro strong {
  color:var(--gold2)
}

.reviews-intro p {
  margin:5px 0 0;
  color:#9caf9f;
  font-size:12px
}

.faq-section {
  padding:0 0 116px
}

.faq-section .section-heading {
  padding-top:18px
}

.faq-list {
  border-top:1px solid var(--line)
}

.faq-item {
  border-bottom:1px solid var(--line)
}

.faq-item summary {
  min-height:78px;
  padding:20px 6px;
  display:grid;
  grid-template-columns:48px minmax(0,1fr) 36px;
  align-items:center;
  gap:10px;
  list-style:none;
  cursor:pointer
}

.faq-item summary::-webkit-details-marker {
  display:none
}

.faq-item summary>span {
  color:#6f8375;
  font-size:9px;
  font-weight:800
}

.faq-item summary strong {
  font-size:17px;
  letter-spacing:-.02em
}

.faq-item summary i {
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border:1px solid rgba(229,181,60,.17);
  border-radius:50%;
  color:var(--gold2);
  font-style:normal;
  transition:.2s
}

.faq-item[open] summary i {
  transform:rotate(45deg);
  background:rgba(229,181,60,.08)
}

.faq-item>div {
  padding:0 52px 22px
}

.faq-item p {
  max-width:900px;
  margin:0;
  color:#95a79b;
  font-size:13px;
  line-height:1.8
}

.faq-full {
  padding-top:12px
}

.faq-full .faq-list {
  margin-top:12px
}

.faq-group-title {
  padding:32px 6px 11px;
  border-bottom:1px solid rgba(229,181,60,.22);
  color:var(--gold2);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase
}

.faq-group-title:first-child {
  padding-top:20px
}

.license-band {
  padding:80px 0;
  border-top:1px solid rgba(229,181,60,.13);
  border-bottom:1px solid rgba(229,181,60,.13);
  background:radial-gradient(circle at 20% 30%,rgba(229,181,60,.07),transparent 34rem),#091a12
}

.license-grid {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:86px
}

.license-grid h2 {
  margin:10px 0 0;
  font-size:clamp(36px,4.3vw,58px);
  line-height:1;
  letter-spacing:-.055em
}

.license-grid p {
  margin:0 0 13px;
  color:#9aac9f;
  font-size:13px
}

.license-grid a {
  color:var(--gold2);
  font-size:12px;
  font-weight:800
}

.breadcrumbs {
  padding:28px 0 22px;
  display:flex;
  gap:9px;
  align-items:center;
  color:#718578;
  font-size:10px;
  font-weight:700
}

.breadcrumbs a:hover {
  color:var(--gold2)
}

.article-main,.detail-main {
  padding-bottom:110px
}

.article-hero {
  min-height:430px;
  padding:54px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 220px;
  align-items:center;
  gap:60px;
  overflow:hidden;
  position:relative;
  border:1px solid rgba(229,181,60,.16);
  border-radius:28px;
  background:radial-gradient(circle at 78% 20%,rgba(229,181,60,.12),transparent 25rem),linear-gradient(145deg,#112d1f,#081810);
  box-shadow:var(--shadow)
}

.article-hero:before {
  content:"";
  position:absolute;
  inset:0;
  opacity:.14;
  background-image:linear-gradient(rgba(229,181,60,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(229,181,60,.12) 1px,transparent 1px);
  background-size:62px 62px;
  mask-image:linear-gradient(90deg,transparent,#000)
}

.article-hero>div {
  position:relative;
  z-index:2
}

.article-hero h1 {
  max-width:790px;
  margin:11px 0 17px;
  font-size:clamp(48px,6vw,78px);
  line-height:.94;
  letter-spacing:-.065em
}

.article-hero p {
  max-width:700px;
  margin:0;
  color:#a9b9ae;
  font-size:15px
}

.article-actions {
  margin-top:24px;
  display:flex;
  gap:9px;
  flex-wrap:wrap
}

.article-emblem {
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center
}

.article-emblem img {
  width:138px;
  height:138px;
  object-fit:contain;
  filter:drop-shadow(0 18px 30px rgba(0,0,0,.28))
}

.article-emblem span {
  margin-top:10px;
  color:var(--gold2);
  font-size:10px;
  font-weight:850;
  letter-spacing:.13em
}

.article-emblem small {
  margin-top:4px;
  color:#72877a;
  font-size:9px
}

.embedded-section {
  padding:78px 0 16px
}

.catalog-filter {
  margin-bottom:22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px
}

.catalog-filter input {
  width:min(360px,100%);
  height:44px;
  padding:0 15px;
  border:1px solid rgba(229,181,60,.15);
  border-radius:12px;
  outline:0;
  background:#0c2017;
  color:#eef4ef
}

.catalog-filter input:focus {
  border-color:rgba(229,181,60,.45)
}

.filter-tabs {
  display:flex;
  gap:6px;
  flex-wrap:wrap
}

.filter-tabs button {
  padding:9px 12px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  background:rgba(255,255,255,.035);
  color:#96a79c;
  font-size:10px;
  font-weight:750;
  cursor:pointer
}

.filter-tabs button.active {
  color:#11170f;
  background:var(--gold);
  border-color:var(--gold)
}

.article-layout {
  margin-top:78px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 290px;
  gap:72px;
  align-items:start
}

.article-layout.after-embedded {
  margin-top:54px
}

.article-body>section {
  max-width:800px;
  padding:0 0 42px;
  margin-bottom:42px;
  border-bottom:1px solid var(--line)
}

.article-number {
  display:block;
  margin-bottom:10px;
  color:#6f8476;
  font-size:9px;
  font-weight:800
}

.article-body h2 {
  margin:0 0 16px;
  font-size:clamp(28px,3.2vw,40px);
  line-height:1.1;
  letter-spacing:-.045em
}

.article-body p {
  margin:0 0 14px;
  color:#9bad9f;
  font-size:14px;
  line-height:1.8
}

.article-aside,.detail-aside {
  position:static;
  display:grid;
  gap:11px
}

.aside-card {
  padding:21px;
  border:1px solid rgba(229,181,60,.14);
  border-radius:17px;
  background:linear-gradient(145deg,#10271b,#091811)
}

.aside-card>strong {
  display:block;
  margin:6px 0;
  font-size:18px
}

.aside-card>p {
  margin:0 0 17px;
  color:#85998a;
  font-size:11px
}

.aside-card .button {
  width:100%
}

.aside-links {
  display:grid;
  gap:7px
}

.aside-links a {
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
  color:#a8b8ad;
  font-size:11px
}

.aside-links a:last-child {
  border-bottom:0
}

.aside-links a:hover {
  color:var(--gold2)
}

.responsible-note {
  padding:20px 22px;
  border:1px solid rgba(229,181,60,.18);
  border-radius:15px;
  background:rgba(229,181,60,.05)
}

.responsible-note strong {
  color:var(--gold2);
  font-size:11px
}

.responsible-note p {
  margin:5px 0 0;
  color:#95a79b;
  font-size:12px
}

.contact-panel {
  display:grid;
  grid-template-columns:130px 1fr;
  gap:8px 18px
}

.contact-panel span {
  color:#718579;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.08em
}

.contact-panel a {
  color:var(--gold2);
  font-weight:750
}

.game-detail-hero,.provider-detail-hero {
  min-height:520px;
  padding:18px;
  display:grid;
  grid-template-columns:minmax(370px,.92fr) minmax(0,1.08fr);
  gap:50px;
  align-items:center;
  border:1px solid rgba(229,181,60,.16);
  border-radius:29px;
  background:radial-gradient(circle at 75% 18%,rgba(229,181,60,.11),transparent 25rem),linear-gradient(145deg,#0f2a1d,#08170f);
  box-shadow:var(--shadow)
}

.detail-cover {
  min-height:482px;
  position:relative;
  overflow:hidden;
  border-radius:20px;
  background:#142b20
}

.detail-cover img {
  width:100%;
  height:482px;
  object-fit:cover
}

.detail-cover>span {
  position:absolute;
  left:16px;
  top:16px;
  padding:7px 10px;
  border-radius:9px;
  background:rgba(5,15,10,.76);
  backdrop-filter:blur(10px);
  color:var(--gold2);
  font-size:9px;
  font-weight:800;
  text-transform:uppercase
}

.detail-copy {
  padding:20px 40px 20px 0
}

.detail-copy h1,.provider-detail-hero h1 {
  margin:10px 0 17px;
  font-size:clamp(48px,6vw,76px);
  line-height:.94;
  letter-spacing:-.065em
}

.detail-copy>p,.provider-detail-hero p {
  max-width:620px;
  margin:0;
  color:#a8b8ad;
  font-size:15px
}

.detail-tags {
  margin-top:22px;
  display:flex;
  gap:7px;
  flex-wrap:wrap
}

.detail-tags span {
  padding:8px 10px;
  border:1px solid rgba(229,181,60,.15);
  border-radius:10px;
  color:#91a497;
  background:rgba(255,255,255,.025);
  font-size:9px;
  font-weight:750
}

.detail-disclaimer {
  display:block;
  margin-top:16px;
  color:#6d8173;
  font-size:9px
}

.detail-facts {
  margin-top:13px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px
}

.detail-facts article {
  min-height:98px;
  padding:16px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid rgba(229,181,60,.12);
  border-radius:15px;
  background:#0b1d14
}

.detail-facts span {
  color:#74897b;
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.07em
}

.detail-facts strong {
  margin-top:5px;
  font-size:14px
}

.detail-layout {
  margin-top:72px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 290px;
  gap:72px;
  align-items:start
}

.detail-article>section {
  max-width:820px;
  padding-bottom:42px;
  margin-bottom:42px;
  border-bottom:1px solid var(--line)
}

.detail-article h2 {
  margin:9px 0 16px;
  font-size:clamp(31px,3.5vw,44px);
  line-height:1.08;
  letter-spacing:-.05em
}

.detail-article p {
  color:#98aa9e;
  font-size:14px;
  line-height:1.82
}

.feature-chips {
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin:19px 0
}

.feature-chips span {
  padding:9px 12px;
  border:1px solid rgba(229,181,60,.18);
  border-radius:11px;
  background:rgba(229,181,60,.05);
  color:#e4c978;
  font-size:10px;
  font-weight:750
}

.related-games {
  padding-top:76px
}

.provider-detail-hero {
  grid-template-columns:380px minmax(0,1fr);
  padding:28px 60px 28px 28px
}

.provider-big-logo {
  min-height:430px;
  padding:46px;
  display:grid;
  place-items:center;
  border-radius:22px;
  background:radial-gradient(circle,rgba(229,181,60,.12),transparent 60%),#0a1a12
}

.provider-big-logo img {
  max-width:280px;
  max-height:180px;
  object-fit:contain
}

.provider-focus {
  margin:22px 0;
  display:grid
}

.provider-focus span {
  color:#71867a;
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.08em
}

.provider-focus strong {
  margin-top:4px;
  color:var(--gold2)
}

.provider-copy {
  padding:78px 0 0;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px
}

.provider-copy h2 {
  margin:9px 0 0;
  font-size:clamp(34px,4vw,52px);
  line-height:1.04;
  letter-spacing:-.05em
}

.provider-copy p {
  margin:0 0 13px;
  color:#98aa9e;
  font-size:13px
}

.catalog-count {
  color:#748779;
  font-size:10px;
  font-weight:750
}

.site-footer {
  padding:74px 0 110px;
  border-top:1px solid rgba(229,181,60,.14);
  background:#040d08
}

.footer-grid {
  display:grid;
  grid-template-columns:1.6fr repeat(3,1fr);
  gap:52px
}

.footer-brand-col p {
  max-width:330px;
  margin:18px 0;
  color:#75877b;
  font-size:11px
}

.age-badge {
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:1px solid rgba(229,181,60,.26);
  border-radius:50%;
  color:var(--gold2);
  font-size:12px;
  font-weight:900
}

.footer-grid>div:not(.footer-brand-col) {
  display:grid;
  align-content:start;
  gap:8px
}

.footer-grid>div>strong {
  margin-bottom:6px;
  color:#e9d9ae;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.1em
}

.footer-grid>div>a {
  color:#778b7d;
  font-size:11px
}

.footer-grid>div>a:hover {
  color:var(--gold2)
}

.footer-legal {
  margin-top:54px;
  padding-top:25px;
  border-top:1px solid rgba(255,255,255,.07)
}

.footer-legal p {
  max-width:1000px;
  margin:0 0 8px;
  color:#56685c;
  font-size:9px;
  line-height:1.65
}

.footer-legal>div {
  margin-top:18px;
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  color:#718378;
  font-size:9px
}

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

.bonus-popup {
  position:fixed;
  z-index:230;
  inset:0;
  display:grid;
  place-items:center;
  padding:22px;
  background:rgba(1,8,4,.7);
  backdrop-filter:blur(12px)
}

.bonus-popup[hidden] {
  display:none
}

.bonus-popup-card {
  width:min(92vw,520px);
  padding:34px;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(229,181,60,.28);
  border-radius:27px;
  background:radial-gradient(circle at 78% 16%,rgba(229,181,60,.18),transparent 22rem),linear-gradient(145deg,#123122,#081810);
  box-shadow:0 45px 110px rgba(0,0,0,.55)
}

.bonus-popup-card>button {
  position:absolute;
  right:15px;
  top:15px;
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  background:rgba(0,0,0,.24);
  font-size:22px;
  cursor:pointer
}

.bonus-popup-art {
  width:104px;
  height:104px;
  margin-bottom:15px
}

.bonus-popup-art img {
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 14px 25px rgba(0,0,0,.24))
}

.bonus-popup-card h2 {
  margin:8px 0 10px;
  font-size:44px;
  line-height:1;
  letter-spacing:-.05em;
  color:#ffe08a
}

.bonus-popup-card p {
  margin:0 0 22px;
  color:#9fb1a4;
  font-size:13px
}

.bonus-popup-card .button {
  width:100%
}

.bonus-popup-card small {
  display:block;
  margin-top:12px;
  color:#718477;
  font-size:9px;
  text-align:center
}

@media(max-width:1120px) {
  .main-nav {
    display:none
  }
  .menu-toggle {
    display:grid
  }
  .game-grid {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .provider-grid {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .hero-copy {
    width:61%
  }
  .hero-relic {
    right:1%;
    width:160px;
    height:160px
  }
  .hero-relic img {
    width:115px;
    height:115px
  }
  .hero-wink {
    display:none
  }
  .article-layout,.detail-layout {
    grid-template-columns:minmax(0,1fr) 260px;
    gap:42px
  }
  .footer-grid {
    grid-template-columns:1.5fr repeat(3,1fr);
    gap:30px
  }
  .provider-detail-hero {
    grid-template-columns:310px 1fr
  }
}

@media(max-width:840px) {
  .top-note-inner span:last-child {
    display:none
  }
  .top-note-inner {
    justify-content:center
  }
  .telegram-link,.header-login {
    display:none
  }
  .header-inner {
    min-height:66px
  }
  .hero {
    min-height:690px
  }
  .hero-image-layer {
    background-image:linear-gradient(180deg,rgba(4,16,10,.26) 0,rgba(4,16,10,.14) 35%,rgba(4,16,10,.92) 70%,#06120d 100%),url('/assets/images/hero/hero.webp');
    background-position:64% center
  }
  .hero-inner {
    min-height:690px;
    align-items:flex-end
  }
  .hero-copy {
    width:100%;
    padding:330px 0 58px
  }
  .hero-copy h1 {
    font-size:clamp(54px,12vw,82px)
  }
  .hero-copy>p {
    font-size:14px
  }
  .hero-relic {
    display:none
  }
  .quick-nav {
    grid-template-columns:repeat(2,1fr);
    padding-bottom:80px
  }
  .roulette-section {
    padding-bottom:88px
  }
  .roulette-shell {
    height:360px
  }
  .roulette-card {
    width:260px;
    flex-basis:260px
  }
  .roulette-track {
    padding-inline:calc(50% - 130px)
  }
  .roulette-center-marker {
    width:270px
  }
  .game-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .provider-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .review-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .mission-banner {
    min-height:630px
  }
  .mission-bg {
    background-image:linear-gradient(180deg,rgba(5,18,11,.05),rgba(5,18,11,.25) 48%,rgba(5,18,11,.96) 72%),url('/assets/images/hero/mission.webp');
    background-position:28% center
  }
  .mission-copy {
    width:100%;
    min-height:630px;
    padding:340px 34px 42px;
    justify-content:flex-end
  }
  .content-columns {
    grid-template-columns:1fr
  }
  .content-columns article:nth-child(odd) {
    border-right:0;
    padding-right:0
  }
  .content-columns article:nth-child(even) {
    padding-left:0
  }
  .provider-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .license-grid {
    grid-template-columns:1fr;
    gap:32px
  }
  .article-hero {
    min-height:410px;
    padding:36px;
    grid-template-columns:1fr
  }
  .article-emblem {
    display:none
  }
  .article-layout,.detail-layout {
    grid-template-columns:1fr
  }
  .article-aside {
    display:none
  }
  .detail-aside {
    position:static;
    grid-template-columns:repeat(2,1fr)
  }
  .game-detail-hero,.provider-detail-hero {
    grid-template-columns:1fr;
    gap:16px;
    padding:16px
  }
  .detail-cover,.detail-cover img {
    min-height:380px;
    height:380px
  }
  .detail-copy {
    padding:26px 20px 34px
  }
  .detail-facts {
    grid-template-columns:repeat(2,1fr)
  }
  .provider-big-logo {
    min-height:260px
  }
  .provider-detail-hero>div:last-child {
    padding:20px
  }
  .provider-copy {
    grid-template-columns:1fr;
    gap:18px
  }
  .footer-grid {
    grid-template-columns:repeat(3,1fr)
  }
  .footer-brand-col {
    grid-column:1/-1
  }
  .story-modal-card {
    grid-template-columns:1fr;
    height:min(90vh,780px);
    overflow-y:auto
  }
  .story-modal-card>img {
    height:390px
  }
  .story-modal-copy {
    padding:30px
  }
  .section-heading.split {
    align-items:flex-start;
    flex-direction:column;
    gap:13px
  }
  .catalog-filter {
    align-items:flex-start;
    flex-direction:column
  }
  .catalog-filter input {
    width:100%
  }
}

@media(max-width:560px) {
  .shell {
    width:min(calc(100% - 24px),var(--shell))
  }
  body {
    padding-bottom:68px
  }
  .brand-mark {
    width:38px;
    height:38px
  }
  .brand-word {
    font-size:15px;
    letter-spacing:.12em
  }
  .header-actions .button {
    min-height:36px;
    padding:8px 12px;
    font-size:10px
  }
  .header-actions {
    gap:5px
  }
  .menu-toggle {
    width:36px;
    height:36px
  }
  .mobile-menu {
    grid-template-columns:1fr
  }
  .story-wrap {
    padding-top:11px
  }
  .story-card {
    width:64px;
    flex-basis:64px
  }
  .story-ring {
    width:56px;
    height:56px
  }
  .story-scroller {
    gap:11px
  }
  .hero {
    min-height:640px
  }
  .hero-inner {
    min-height:640px
  }
  .hero-copy {
    padding-top:290px;
    padding-bottom:44px
  }
  .hero-copy h1 {
    font-size:54px;
    margin-top:12px
  }
  .hero-copy>p {
    font-size:13px;
    line-height:1.6
  }
  .hero-bonus {
    margin-top:20px;
    padding:14px
  }
  .hero-bonus strong {
    font-size:22px
  }
  .hero-actions {
    display:grid
  }
  .hero-actions .button {
    width:100%
  }
  .hero-trust {
    gap:5px 10px
  }
  .hero-trust span {
    font-size:8px
  }
  .quick-nav {
    grid-template-columns:1fr;
    padding:18px 0 68px
  }
  .quick-nav>a {
    min-height:138px
  }
  .section-heading h2 {
    font-size:37px
  }
  .roulette-section {
    padding-bottom:68px
  }
  .roulette-shell {
    height:330px;
    margin-inline:-12px;
    border-radius:22px
  }
  .roulette-card {
    width:240px;
    flex-basis:240px
  }
  .roulette-card img {
    height:165px
  }
  .roulette-track {
    padding:40px calc(50% - 120px)
  }
  .roulette-center-marker {
    width:250px
  }
  .roulette-arrow {
    width:40px;
    height:40px
  }
  .roulette-arrow.prev {
    left:9px
  }
  .roulette-arrow.next {
    right:9px
  }
  .roulette-actions {
    flex-direction:column;
    gap:13px
  }
  .game-grid {
    margin-right:-12px;
    padding-right:12px;
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none
  }
  .game-grid::-webkit-scrollbar {
    display:none
  }
  .game-card {
    width:76vw;
    max-width:290px;
    flex:0 0 auto;
    scroll-snap-align:start
  }
  .catalog-section,.providers-section,.reviews-section {
    padding-bottom:78px
  }
  .mission-banner {
    margin-bottom:80px;
    border-radius:22px
  }
  .mission-copy {
    padding:330px 22px 30px
  }
  .mission-copy h2 {
    font-size:42px
  }
  .mission-copy>div {
    display:grid
  }
  .mission-copy .button {
    width:100%
  }
  .content-intro h2 {
    font-size:43px
  }
  .content-columns article {
    grid-template-columns:36px 1fr;
    padding-block:24px
  }
  .content-columns h3 {
    font-size:22px
  }
  .provider-grid {
    grid-template-columns:1fr 1fr;
    gap:9px
  }
  .provider-card {
    min-height:220px;
    padding:15px
  }
  .provider-logo {
    height:58px
  }
  .provider-logo img {
    max-width:125px;
    max-height:48px
  }
  .provider-card>strong {
    font-size:15px
  }
  .provider-card p {
    font-size:9px
  }
  .review-grid {
    grid-template-columns:1fr
  }
  .review-card>p {
    min-height:auto
  }
  .faq-item summary {
    grid-template-columns:34px minmax(0,1fr) 32px;
    padding:17px 2px
  }
  .faq-item summary strong {
    font-size:15px
  }
  .faq-item>div {
    padding:0 36px 18px
  }
  .license-band {
    padding:58px 0
  }
  .license-grid h2 {
    font-size:39px
  }
  .article-main,.detail-main {
    padding-bottom:76px
  }
  .article-hero {
    min-height:390px;
    padding:26px;
    border-radius:20px
  }
  .article-hero h1 {
    font-size:46px
  }
  .article-hero p {
    font-size:13px
  }
  .article-actions {
    display:grid
  }
  .article-actions .button {
    width:100%
  }
  .embedded-section {
    padding-top:56px
  }
  .filter-tabs {
    width:100%;
    overflow-x:auto;
    flex-wrap:nowrap
  }
  .filter-tabs button {
    white-space:nowrap
  }
  .article-layout {
    margin-top:54px
  }
  .article-body h2 {
    font-size:29px
  }
  .game-detail-hero,.provider-detail-hero {
    border-radius:21px
  }
  .detail-cover,.detail-cover img {
    min-height:280px;
    height:280px
  }
  .detail-copy {
    padding:20px 9px 26px
  }
  .detail-copy h1,.provider-detail-hero h1 {
    font-size:44px
  }
  .detail-copy>p,.provider-detail-hero p {
    font-size:13px
  }
  .detail-facts article {
    min-height:86px;
    padding:13px
  }
  .detail-layout {
    margin-top:50px
  }
  .detail-aside {
    grid-template-columns:1fr
  }
  .provider-big-logo {
    min-height:220px
  }
  .provider-copy {
    padding-top:54px
  }
  .story-modal {
    padding:10px
  }
  .story-modal-card {
    width:100%;
    height:92vh;
    border-radius:20px
  }
  .story-modal-card>img {
    height:58vh
  }
  .story-modal-copy {
    padding:24px
  }
  .story-modal-copy h2 {
    font-size:30px
  }
  .footer-grid {
    grid-template-columns:1fr 1fr;
    gap:34px 18px
  }
  .footer-brand-col {
    grid-column:1/-1
  }
  .site-footer {
    padding-bottom:80px
  }
  .mobile-cta {
    position:fixed;
    z-index:85;
    left:0;
    right:0;
    bottom:0;
    padding:8px 12px calc(8px + env(safe-area-inset-bottom));
    display:block;
    border-top:1px solid rgba(229,181,60,.2);
    background:rgba(5,17,11,.92);
    backdrop-filter:blur(16px)
  }
  .mobile-cta a {
    height:50px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 18px;
    border-radius:14px;
    background:linear-gradient(135deg,#ffe182,#d7a127);
    color:#0d150f;
    font-size:13px;
    font-weight:900
  }
  .bonus-popup-card {
    padding:26px
  }
  .bonus-popup-card h2 {
    font-size:38px
  }
}

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

.story-progress span.active {
  background:linear-gradient(90deg,#ffe794,#d89f22);
  opacity:1
}

.story-nav {
  position:absolute;
  z-index:6;
  top:50%;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,220,124,.35);
  border-radius:50%;
  background:rgba(4,15,10,.76);
  color:#ffe48b;
  font-size:28px;
  cursor:pointer;
  backdrop-filter:blur(12px);
  transform:translateY(-50%);
  transition:.18s
}

.story-nav:hover {
  background:rgba(17,53,35,.9);
  transform:translateY(-50%) scale(1.06)
}

.story-nav-prev {
  left:16px
}

.story-nav-next {
  left:calc(56% - 60px)
}

@media(max-width:840px) {
  .story-nav-prev {
    left:14px
  }
  .story-nav-next {
    left:auto;
    right:14px
  }
  .story-nav {
    top:35%
  }
}

/* Content refinements */
.story-modal {
  padding:18px
}

.story-modal-card {
  width:min(94vw,430px);
  height:auto;
  display:block;
  padding:16px 16px 18px;
  border-radius:28px
}

.story-media {
  margin-top:24px;
  border-radius:22px;
  overflow:hidden;
  background:#0b140f;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.05)
}

.story-media img {
  width:100%;
  display:block;
  height:auto;
  object-fit:contain;
  background:linear-gradient(180deg,#241a0e,#0c1710)
}

.story-modal-controls {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:14px 2px 4px
}

.story-modal-controls span {
  color:#90a394;
  font-size:11px;
  font-weight:700;
  letter-spacing:.03em
}

.story-modal-copy {
  padding:16px 4px 6px
}

.story-modal-copy p {
  font-size:13px;
  line-height:1.75
}

.story-nav {
  position:static;
  transform:none;
  width:42px;
  height:42px;
  font-size:24px;
  flex:0 0 42px
}

.story-nav:hover {
  transform:scale(1.05)
}

.story-nav-prev,.story-nav-next {
  left:auto;
  right:auto
}

.story-progress {
  position:static;
  margin:0 52px 14px 6px
}

.home-copy-block {
  padding:0 0 116px
}

.home-copy-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px
}

.home-copy-grid article {
  padding:24px;
  border:1px solid rgba(229,181,60,.12);
  border-radius:22px;
  background:linear-gradient(145deg,#0f241a,#091811);
  box-shadow:var(--shadow)
}

.home-copy-grid h3 {
  margin:0 0 10px;
  font-size:24px;
  line-height:1.15;
  letter-spacing:-.03em
}

.home-copy-grid p {
  margin:0;
  color:#9daf9f;
  font-size:14px;
  line-height:1.8
}

.roulette-track {
  padding:47px calc(50% - 145px) 47px 0
}

.roulette-card:first-child {
  margin-left:24px
}

@media(max-width:840px) {
  .story-modal-card {
    width:min(94vw,420px)
  }
  .home-copy-grid {
    grid-template-columns:1fr
  }
  .roulette-track {
    padding:40px calc(50% - 130px) 40px 0
  }
  .roulette-card:first-child {
    margin-left:18px
  }
}

@media(max-width:560px) {
  .story-modal {
    padding:10px
  }
  .story-modal-card {
    width:100%;
    max-width:390px;
    padding:14px
  }
  .story-modal-controls {
    padding-top:12px
  }
  .story-modal-controls span {
    font-size:10px
  }
  .story-progress {
    margin:0 48px 12px 4px
  }
  .home-copy-block {
    padding-bottom:78px
  }
  .home-copy-grid article {
    padding:20px
  }
  .home-copy-grid h3 {
    font-size:21px
  }
  .roulette-track {
    padding:40px calc(50% - 120px) 40px 0
  }
  .roulette-card:first-child {
    margin-left:12px
  }
}

/* Alignment refinements */
.roulette-card:first-child {
  margin-left:18px;
  scroll-snap-align:start
}

.story-media img {
  aspect-ratio:6/7;
  object-fit:cover
}

.story-modal-copy h2 {
  font-size:clamp(27px,6vw,38px)
}

@media(max-width:560px) {
  .roulette-card:first-child {
    margin-left:10px
  }
  .story-media img {
    aspect-ratio:6/7
  }
}

/* Story viewer: clean artwork layout */
.story-ring img {
  object-fit:cover;
  object-position:50% 14%
}

.story-modal {
  padding:14px
}

.story-modal-card {
  width:min(92vw,390px);
  height:auto;
  display:block;
  padding:0;
  overflow:visible;
  border:0;
  border-radius:24px;
  background:transparent;
  box-shadow:none
}

.story-media {
  position:relative;
  margin:0;
  overflow:hidden;
  border-radius:22px;
  background:#130f0a;
  box-shadow:0 34px 90px rgba(0,0,0,.62),0 0 0 1px rgba(229,181,60,.24)
}

.story-media img {
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
  background:transparent
}

.story-close-hotspot {
  position:absolute;
  z-index:8;
  top:3.2%;
  right:3.2%;
  width:13%;
  height:8%;
  padding:0;
  border:0;
  border-radius:14px;
  background:transparent;
  opacity:.001;
  cursor:pointer
}

.story-action-hotspot {
  position:absolute;
  z-index:7;
  left:4.2%;
  right:4.2%;
  bottom:3.1%;
  height:7.7%;
  border-radius:18px
}

.story-action-hotspot:focus-visible {
  outline:3px solid #fff;
  outline-offset:2px
}

.story-modal-controls {
  display:grid;
  grid-template-columns:46px 1fr 46px;
  align-items:center;
  gap:12px;
  padding:14px 4px 0
}

.story-nav {
  position:static;
  width:46px;
  height:46px;
  transform:none;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,220,124,.42);
  border-radius:50%;
  background:#0a160f;
  color:#ffe08a;
  font-size:26px;
  cursor:pointer
}

.story-nav:hover {
  transform:scale(1.05);
  background:#12281c
}

.story-counter {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:6px;
  color:#82978a;
  font-size:12px;
  font-weight:800
}

.story-counter strong {
  color:#ffe08a;
  font-size:14px
}

.story-progress,.story-modal-copy {
  display:none !important
}

@media(max-width:560px) {
  .story-modal {
    padding:8px 10px 76px
  }
  .story-modal-card {
    width:min(94vw,370px)
  }
  .story-modal-controls {
    grid-template-columns:44px 1fr 44px;
    padding-top:11px
  }
  .story-nav {
    width:44px;
    height:44px
  }
}

/* === Story row + long-form content polish === */
@media(min-width:1121px) {
  .story-wrap {
    padding:12px 0 11px
  }
  .story-scroller {
    display:grid;
    grid-template-columns:repeat(13,minmax(0,1fr));
    align-items:start;
    gap:8px;
    overflow:visible;
    padding:0
  }
  .story-card {
    width:auto;
    min-width:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start
  }
  .story-ring {
    width:62px;
    height:62px;
    flex:0 0 62px;
    margin:0 auto
  }
  .story-card>span:last-child {
    width:100%;
    margin-top:7px;
    line-height:1.25;
    text-align:center
  }
}

@media(max-width:1120px) {
  .story-scroller {
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    gap:14px;
    overflow-x:auto;
    padding:3px 0 5px;
    scroll-padding-inline:20px
  }
  .story-card {
    width:72px;
    flex:0 0 72px;
    display:flex;
    flex-direction:column;
    align-items:center
  }
}

.home-editorial {
  padding:0 0 118px
}

.home-editorial-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px
}

.home-editorial-grid article {
  padding:28px 30px;
  border:1px solid rgba(229,181,60,.13);
  border-radius:22px;
  background:linear-gradient(145deg,#10261b,#091811);
  box-shadow:0 22px 60px rgba(0,0,0,.18)
}

.home-editorial-grid .home-editorial-lead {
  grid-column:1/-1;
  padding:34px 38px;
  background:radial-gradient(circle at 82% 20%,rgba(229,181,60,.08),transparent 28rem),linear-gradient(145deg,#112b1e,#091911)
}

.home-editorial-grid h3 {
  margin:0 0 13px;
  font-size:clamp(24px,2.5vw,34px);
  line-height:1.12;
  letter-spacing:-.04em
}

.home-editorial-grid p {
  margin:0 0 14px;
  color:#9cad9f;
  font-size:14px;
  line-height:1.88
}

.home-editorial-grid p:last-child {
  margin-bottom:0
}

.home-editorial-grid .home-editorial-lead p {
  max-width:1040px;
  font-size:15px;
  color:#aebdb2
}

.hero-trust span {
  color:#91a496
}

.quick-nav p {
  line-height:1.6
}

@media(max-width:840px) {
  .home-editorial {
    padding-bottom:88px
  }
  .home-editorial-grid {
    grid-template-columns:1fr
  }
  .home-editorial-grid .home-editorial-lead {
    grid-column:auto
  }
  .home-editorial-grid article,.home-editorial-grid .home-editorial-lead {
    padding:24px
  }
}

@media(max-width:560px) {
  .story-wrap {
    padding:10px 0 8px
  }
  .story-scroller {
    gap:10px
  }
  .story-card {
    width:62px;
    flex-basis:62px
  }
  .story-ring {
    width:54px;
    height:54px
  }
  .story-card>span:last-child {
    font-size:9px;
    line-height:1.2
  }
  .home-editorial-grid article,.home-editorial-grid .home-editorial-lead {
    padding:20px
  }
  .home-editorial-grid h3 {
    font-size:22px
  }
  .home-editorial-grid p,.home-editorial-grid .home-editorial-lead p {
    font-size:13px;
    line-height:1.78
  }
}

/* --- story icon rail polish and richer homepage copy --- */
.story-wrap {
  padding:16px 0 14px;
  border-bottom:1px solid rgba(229,181,60,.13);
  background:linear-gradient(180deg,rgba(7,32,23,.98),rgba(7,25,18,.96))
}

.story-scroller {
  display:flex;
  gap:16px;
  overflow-x:auto;
  padding:4px 0 8px;
  scrollbar-width:none
}

.story-scroller::-webkit-scrollbar {
  display:none
}

.story-card {
  width:82px;
  flex:0 0 82px;
  gap:8px
}

.story-ring {
  width:66px;
  height:66px;
  border-width:2px;
  box-shadow:0 10px 30px rgba(0,0,0,.22)
}

.story-card span:last-child {
  display:block;
  min-height:30px;
  font-size:12px;
  line-height:1.2;
  color:#eef3ec;
  text-align:center;
  font-weight:800
}

.intro-copy,.seo-bottom {
  padding:0 0 96px
}

.intro-copy {
  display:grid;
  grid-template-columns:1.02fr 1.18fr;
  gap:42px;
  align-items:start
}

.intro-copy h2 {
  margin:10px 0 0;
  font-size:52px;
  line-height:1.02;
  letter-spacing:-.05em
}

.intro-copy p,.seo-bottom-copy p {
  margin:0 0 18px;
  color:#a8b7ab;
  font-size:16px;
  line-height:1.82
}

.home-editorial .section-heading p {
  max-width:720px
}

.home-editorial-grid article {
  line-height:1.8
}

.seo-bottom-copy {
  max-width:980px
}

.quick-nav {
  padding-top:34px
}

.license-grid p {
  line-height:1.8
}

.footer-brand-col p,.footer-legal p {
  line-height:1.75
}

@media(max-width:980px) {
  .intro-copy {
    grid-template-columns:1fr
  }
  .intro-copy h2 {
    font-size:44px
  }
}

@media(max-width:560px) {
  .story-card {
    width:72px;
    flex-basis:72px
  }
  .story-ring {
    width:58px;
    height:58px
  }
  .story-card span:last-child {
    font-size:11px;
    min-height:28px
  }
  .intro-copy,.seo-bottom {
    padding-bottom:72px
  }
  .intro-copy h2 {
    font-size:38px
  }
  .intro-copy p,.seo-bottom-copy p {
    font-size:14px;
    line-height:1.75
  }
}

/* story icon upgrade */
.story-card {
  width:88px;
  flex:0 0 88px;
  gap:10px
}

.story-ring {
  width:68px;
  height:68px;
  padding:3px;
  border:2px solid rgba(247,203,96,.78);
  background:radial-gradient(circle at 30% 25%,rgba(255,235,154,.34),rgba(143,97,7,.15) 50%,rgba(0,0,0,.18) 100%);
  box-shadow:0 0 0 1px rgba(255,231,147,.16),0 14px 32px rgba(0,0,0,.24)
}

.story-ring img {
  width:100%;
  height:100%;
  border-radius:50%;
  display:block;
  object-fit:cover;
  object-position:center;
  filter:saturate(1.02) contrast(1.02)
}

.story-card span:last-child {
  font-size:12px;
  line-height:1.22;
  color:#f5f3ea;
  text-shadow:0 1px 0 rgba(0,0,0,.32)
}

@media(max-width:560px) {
  .story-card {
    width:74px;
    flex-basis:74px
  }
  .story-ring {
    width:58px;
    height:58px
  }
}

/* Story rail: desktop alignment */
@media (min-width: 1180px) {
  .story-wrap {
    padding:14px 0 12px !important
  }
  .story-wrap .shell.story-scroller {
    display:grid !important;
    grid-template-columns:repeat(13,minmax(0,1fr)) !important;
    align-items:start !important;
    justify-items:center !important;
    gap:10px !important;
    overflow:visible !important;
    padding:0 2px !important;
    width:100% !important;
  }
  .story-scroller .story-card {
    width:100% !important;
    min-width:0 !important;
    flex:initial !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:8px !important;
    padding:0 !important;
    margin:0 !important;
  }
  .story-scroller .story-ring {
    width:64px !important;
    height:64px !important;
    margin:0 auto !important;
    flex:0 0 64px !important;
  }
  .story-scroller .story-card > span:last-child {
    width:100% !important;
    min-height:32px !important;
    margin:0 !important;
    padding:0 2px !important;
    font-size:11px !important;
    line-height:1.18 !important;
    font-weight:800 !important;
    text-align:center !important;
    white-space:normal !important;
    overflow:visible !important;
    text-overflow:clip !important;
    word-break:keep-all !important;
  }
}

@media (max-width: 1179px) {
  .story-wrap {
    padding:14px 0 10px !important
  }
  .story-wrap .shell.story-scroller {
    display:flex !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    gap:14px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    padding:2px 12px 6px 2px !important;
    scroll-padding-inline:12px !important;
    -webkit-overflow-scrolling:touch !important;
    scrollbar-width:none !important;
  }
  .story-wrap .shell.story-scroller::-webkit-scrollbar {
    display:none !important
  }
  .story-scroller .story-card {
    width:78px !important;
    min-width:78px !important;
    flex:0 0 78px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:8px !important;
    margin:0 !important;
  }
  .story-scroller .story-ring {
    width:60px !important;
    height:60px !important;
    margin:0 auto !important;
    flex:0 0 60px !important;
  }
  .story-scroller .story-card > span:last-child {
    width:100% !important;
    min-height:28px !important;
    margin:0 !important;
    font-size:11px !important;
    line-height:1.18 !important;
    text-align:center !important;
    white-space:normal !important;
    overflow:visible !important;
    text-overflow:clip !important;
  }
}

@media (max-width: 560px) {
  .story-wrap .shell.story-scroller {
    gap:10px !important;
    padding-right:10px !important
  }
  .story-scroller .story-card {
    width:68px !important;
    min-width:68px !important;
    flex-basis:68px !important
  }
  .story-scroller .story-ring {
    width:54px !important;
    height:54px !important;
    flex-basis:54px !important
  }
  .story-scroller .story-card > span:last-child {
    font-size:10px !important;
    min-height:24px !important
  }
}

/* Story rail: stable layout */
.story-wrap {
  padding:14px 0 12px !important;
  overflow:hidden !important;
}

.story-wrap .shell.story-scroller {
  width:min(calc(100% - 24px),1500px) !important;
  max-width:1500px !important;
  margin-inline:auto !important;
  padding:0 !important;
}

@media (min-width:700px) {
  .story-wrap .shell.story-scroller {
    display:grid !important;
    grid-template-columns:repeat(13,minmax(0,1fr)) !important;
    align-items:start !important;
    justify-content:stretch !important;
    gap:0 !important;
    overflow:visible !important;
  }
  .story-wrap .story-card {
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    flex:none !important;
    display:grid !important;
    grid-template-rows:auto 30px !important;
    justify-items:center !important;
    align-items:start !important;
    gap:7px !important;
    margin:0 !important;
    padding:0 2px !important;
  }
  .story-wrap .story-ring {
    width:clamp(44px,5.2vw,68px) !important;
    height:clamp(44px,5.2vw,68px) !important;
    min-width:0 !important;
    min-height:0 !important;
    flex:none !important;
    margin:0 !important;
    padding:2px !important;
  }
  .story-wrap .story-card>span:last-child {
    width:100% !important;
    min-width:0 !important;
    min-height:30px !important;
    max-height:30px !important;
    margin:0 !important;
    padding:0 1px !important;
    display:flex !important;
    align-items:flex-start !important;
    justify-content:center !important;
    color:#f6f3e9 !important;
    font-size:clamp(7px,.82vw,11px) !important;
    font-weight:800 !important;
    line-height:1.15 !important;
    text-align:center !important;
    white-space:normal !important;
    overflow:hidden !important;
    text-overflow:clip !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
  }
}

@media (max-width:699px) {
  .story-wrap .shell.story-scroller {
    display:flex !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    gap:10px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    padding:1px 0 5px !important;
    scrollbar-width:none !important;
    -webkit-overflow-scrolling:touch !important;
  }
  .story-wrap .shell.story-scroller::-webkit-scrollbar {
    display:none !important
  }
  .story-wrap .story-card {
    width:68px !important;
    min-width:68px !important;
    flex:0 0 68px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    gap:7px !important;
    margin:0 !important;
    padding:0 !important;
  }
  .story-wrap .story-ring {
    width:54px !important;
    height:54px !important;
    flex:0 0 54px !important;
    margin:0 !important;
    padding:2px !important;
  }
  .story-wrap .story-card>span:last-child {
    width:68px !important;
    min-height:24px !important;
    margin:0 !important;
    font-size:9px !important;
    line-height:1.15 !important;
    white-space:normal !important;
    overflow:hidden !important;
    text-overflow:clip !important;
  }
}

/* Story autoplay state */
.story-media {
  position:relative
}

.story-live-progress {
  position:absolute;
  z-index:12;
  top:10px;
  left:12px;
  right:12px;
  display:flex;
  gap:4px;
  pointer-events:none
}

.story-live-progress span {
  height:3px;
  flex:1;
  overflow:hidden;
  border-radius:99px;
  background:rgba(255,255,255,.24);
  box-shadow:0 1px 3px rgba(0,0,0,.28)
}

.story-live-progress span i {
  display:block;
  width:0;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#ffd56c,#fff0a8)
}

.story-live-progress span.is-done i {
  width:100%
}

@keyframes storyLiveProgress {
  from {
    width:0
  }
  to {
    width:100%
  }
}

/* Support page */
.support-contacts {
  max-width:800px !important;
  padding:2px 0 48px !important;
  margin-bottom:42px !important;
  border-bottom:1px solid var(--line) !important
}

.support-contacts-head {
  margin-bottom:22px
}

.support-contacts-head h2 {
  margin:8px 0 10px !important
}

.support-contacts-head p {
  max-width:720px !important;
  margin:0 !important;
  color:#9bad9f !important;
  font-size:14px !important;
  line-height:1.8 !important
}

.support-contact-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px
}

.support-contact-card {
  min-width:0;
  padding:22px;
  border:1px solid rgba(229,181,60,.18);
  border-radius:18px;
  background:linear-gradient(145deg,#10271b,#091811);
  transition:.2s transform,.2s border-color,.2s background
}

.support-contact-card:hover {
  transform:translateY(-2px);
  border-color:rgba(229,181,60,.38);
  background:linear-gradient(145deg,#123020,#0a1b12)
}

.support-contact-card span {
  display:block;
  margin-bottom:8px;
  color:#6f8978;
  font-size:10px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase
}

.support-contact-card strong {
  display:block;
  max-width:100%;
  color:#ffe28a;
  font-size:18px;
  line-height:1.35;
  overflow-wrap:anywhere
}

.support-contact-card small {
  display:block;
  margin-top:8px;
  color:#8fa294;
  font-size:11px;
  line-height:1.55
}

.support-contact-card i {
  display:block;
  margin-top:17px;
  color:#f1c55c;
  font-size:11px;
  font-style:normal;
  font-weight:800
}

@media(max-width:620px) {
  .support-contact-grid {
    grid-template-columns:1fr
  }
  .support-contact-card {
    padding:19px
  }
  .support-contact-card strong {
    font-size:16px
  }
}

/* Story rail component */
.velora-story-wrap {
  position:relative;
  z-index:20;
  width:100%;
  overflow:hidden;
  padding:14px 0 12px;
  border-bottom:1px solid rgba(229,181,60,.13);
  background:linear-gradient(180deg,rgba(7,32,23,.99),rgba(7,25,18,.98));
}

.velora-story-strip {
  box-sizing:border-box;
  width:100%;
  max-width:none;
  margin:0;
  padding:0 clamp(12px,2.2vw,40px);
  display:grid;
  grid-template-columns:repeat(13,minmax(0,1fr));
  align-items:start;
  justify-items:center;
  gap:0;
}

.velora-story-tile {
  box-sizing:border-box;
  width:100%;
  min-width:0;
  margin:0;
  padding:0 2px;
  border:0;
  background:transparent;
  color:#f6f3e9;
  cursor:pointer;
  display:grid;
  grid-template-rows:66px 32px;
  justify-items:center;
  align-items:start;
  row-gap:8px;
  text-align:center;
}

.velora-story-icon {
  box-sizing:border-box;
  width:64px;
  height:64px;
  display:block;
  margin:0;
  padding:2px;
  border:2px solid rgba(247,203,96,.78);
  border-radius:50%;
  background:radial-gradient(circle at 30% 25%,rgba(255,235,154,.26),rgba(143,97,7,.12) 55%,rgba(0,0,0,.18));
  box-shadow:0 0 0 1px rgba(255,231,147,.13),0 12px 28px rgba(0,0,0,.24);
  transition:transform .18s ease,box-shadow .18s ease;
}

.velora-story-tile:hover .velora-story-icon {
  transform:translateY(-2px) scale(1.035);
  box-shadow:0 0 0 1px rgba(255,231,147,.18),0 15px 34px rgba(0,0,0,.3);
}

.velora-story-icon img {
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  border-radius:50%;
  border:0;
}

.velora-story-label {
  box-sizing:border-box;
  width:100%;
  height:32px;
  margin:0;
  padding:0 1px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  overflow:hidden;
  color:#f5f2e9;
  font-size:11px;
  font-weight:800;
  line-height:1.18;
  white-space:normal;
  overflow-wrap:normal;
  word-break:normal;
  text-overflow:clip;
  text-shadow:0 1px 0 rgba(0,0,0,.35);
}

@media(max-width:1050px) {
  .velora-story-strip {
    padding-inline:12px
  }
  .velora-story-tile {
    grid-template-rows:56px 28px;
    row-gap:7px
  }
  .velora-story-icon {
    width:54px;
    height:54px
  }
  .velora-story-label {
    height:28px;
    font-size:9px;
    line-height:1.12
  }
}

@media(max-width:760px) {
  .velora-story-wrap {
    padding:11px 0 9px;
    overflow:visible
  }
  .velora-story-strip {
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    gap:10px;
    overflow-x:auto;
    overflow-y:hidden;
    padding:0 12px 5px;
    scroll-padding-inline:12px;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .velora-story-strip::-webkit-scrollbar {
    display:none
  }
  .velora-story-tile {
    width:68px;
    min-width:68px;
    flex:0 0 68px;
    grid-template-rows:54px 26px;
    padding:0
  }
  .velora-story-icon {
    width:52px;
    height:52px
  }
  .velora-story-label {
    height:26px;
    font-size:9px;
    line-height:1.12
  }
}

/* no second progress bar: the original story artwork already contains its own top strip */
.story-live-progress,[data-story-progress] {
  display:none !important
}

/* Story viewer controls */
.velora-story-wrap {
  overflow:hidden !important;
  padding:12px 0 10px !important
}

.velora-story-strip {
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 clamp(18px,2.6vw,48px) !important;
  display:grid !important;
  grid-template-columns:repeat(13,minmax(0,1fr)) !important;
  align-items:start !important;
  justify-items:center !important;
  gap:0 !important;
  overflow:visible !important;
}

.velora-story-tile {
  width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 3px !important;
  display:grid !important;
  grid-template-rows:auto 30px !important;
  justify-items:center !important;
  align-items:start !important;
  row-gap:6px !important;
}

.velora-story-icon {
  width:clamp(46px,4.15vw,66px) !important;
  height:clamp(46px,4.15vw,66px) !important;
  margin:0 auto !important;
  padding:0 !important;
  border:0 !important;
  border-radius:50% !important;
  background:transparent !important;
  box-shadow:0 10px 25px rgba(0,0,0,.25) !important;
  overflow:visible !important;
}

.velora-story-icon img {
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:contain !important;
  border:0 !important;
  border-radius:0 !important
}

.velora-story-label {
  width:100% !important;
  height:30px !important;
  display:flex !important;
  align-items:flex-start !important;
  justify-content:center !important;
  margin:0 !important;
  padding:0 1px !important;
  font-size:clamp(8px,.72vw,11px) !important;
  line-height:1.15 !important;
  white-space:normal !important;
  overflow:visible !important;
  text-align:center !important
}

.story-media {
  position:relative !important;
  overflow:hidden !important
}

.story-live-progress {
  position:absolute !important;
  z-index:12 !important;
  left:0 !important;
  right:0 !important;
  top:0 !important;
  height:31px !important;
  display:flex !important;
  align-items:flex-start !important;
  gap:4px !important;
  padding:10px 12px 11px !important;
  background:linear-gradient(180deg,rgba(18,14,9,.98) 0%,rgba(18,14,9,.93) 68%,rgba(18,14,9,0) 100%) !important;
  pointer-events:none !important;
}

.story-live-progress span {
  height:3px !important;
  flex:1 !important;
  border-radius:99px !important;
  background:rgba(255,255,255,.20) !important;
  overflow:hidden !important
}

.story-live-progress span i {
  display:block !important;
  width:0%;
  height:100% !important;
  border-radius:inherit !important;
  background:linear-gradient(90deg,#ffbd18,#ffd35d) !important;
  transition:none
}

.story-live-progress span.is-done i {
  width:100% !important
}

.story-live-progress span.is-active i {
  background:linear-gradient(90deg,#ffb900,#ffe07e) !important
}

/* disable all older progress implementations; only .story-live-progress is visible */
.story-progress {
  display:none !important
}

@media(max-width:820px) {
  .velora-story-wrap {
    overflow:visible !important
  }
  .velora-story-strip {
    display:flex !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    gap:9px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    padding:0 12px 5px !important;
    scrollbar-width:none !important;
    -webkit-overflow-scrolling:touch !important;
  }
  .velora-story-strip::-webkit-scrollbar {
    display:none !important
  }
  .velora-story-tile {
    width:68px !important;
    min-width:68px !important;
    flex:0 0 68px !important;
    grid-template-rows:auto 28px !important;
    padding:0 !important
  }
  .velora-story-icon {
    width:56px !important;
    height:56px !important
  }
  .velora-story-label {
    height:28px !important;
    font-size:9px !important;
    line-height:1.12 !important
  }
}

/* Story icons and timer */
/* Source story artwork already contains the visual top strip. No second overlay timer. */
.story-live-progress,[data-story-progress],.story-progress {
  display:none !important
}

.velora-story-wrap {
  box-sizing:border-box !important;
  width:100% !important;
  overflow:hidden !important;
  padding:12px 0 10px !important
}

.velora-story-strip {
  box-sizing:border-box !important;
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 clamp(14px,2vw,34px) !important;
  display:grid !important;
  grid-template-columns:repeat(13,minmax(0,1fr)) !important;
  align-items:start !important;
  justify-items:center !important;
  gap:0 !important;
  overflow:hidden !important;
}

.velora-story-tile {
  box-sizing:border-box !important;
  width:100% !important;
  min-width:0 !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 2px !important;
  display:grid !important;
  grid-template-rows:auto 30px !important;
  justify-items:center !important;
  align-items:start !important;
  row-gap:6px !important;
}

.velora-story-icon {
  box-sizing:border-box !important;
  width:clamp(44px,3.8vw,64px) !important;
  height:clamp(44px,3.8vw,64px) !important;
  margin:0 auto !important;
  padding:0 !important;
  border:0 !important;
  border-radius:50% !important;
  background:transparent !important;
  overflow:hidden !important;
  box-shadow:0 10px 25px rgba(0,0,0,.25) !important;
}

.velora-story-icon img {
  box-sizing:border-box !important;
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center !important;
  border:0 !important;
  border-radius:50% !important;
}

.velora-story-label {
  box-sizing:border-box !important;
  width:100% !important;
  height:30px !important;
  margin:0 !important;
  padding:0 1px !important;
  display:flex !important;
  align-items:flex-start !important;
  justify-content:center !important;
  color:#f5f2e9 !important;
  font-size:clamp(8px,.68vw,11px) !important;
  font-weight:800 !important;
  line-height:1.15 !important;
  white-space:normal !important;
  overflow:hidden !important;
  text-align:center !important;
}

@media(max-width:720px) {
  .velora-story-wrap {
    overflow:visible !important
  }
  .velora-story-strip {
    display:flex !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    gap:9px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    padding:0 12px 5px !important;
    scrollbar-width:none !important;
    -webkit-overflow-scrolling:touch !important;
  }
  .velora-story-strip::-webkit-scrollbar {
    display:none !important
  }
  .velora-story-tile {
    width:68px !important;
    min-width:68px !important;
    flex:0 0 68px !important;
    grid-template-rows:auto 27px !important;
    padding:0 !important
  }
  .velora-story-icon {
    width:56px !important;
    height:56px !important
  }
  .velora-story-label {
    height:27px !important;
    font-size:9px !important
  }
}

/* Story timer and close control */
.story-media {
  position:relative !important;
  overflow:hidden !important
}

.story-live-progress {
  position:absolute !important;
  z-index:30 !important;
  left:0 !important;
  right:0 !important;
  top:0 !important;
  height:28px !important;
  display:flex !important;
  align-items:center !important;
  gap:4px !important;
  padding:8px 11px 9px !important;
  box-sizing:border-box !important;
  background:#18130d !important;
  pointer-events:none !important;
}

.story-live-progress span {
  display:block !important;
  flex:1 !important;
  height:3px !important;
  overflow:hidden !important;
  border-radius:99px !important;
  background:#42372a !important;
}

.story-live-progress span i {
  display:block !important;
  height:100% !important;
  width:0%;
  border-radius:inherit !important;
  background:linear-gradient(90deg,#ffb400,#ffd65c) !important;
}

.story-live-progress span.is-done i {
  width:100% !important
}

.story-progress {
  display:none !important
}

.story-close-real {
  position:absolute !important;
  z-index:40 !important;
  top:36px !important;
  right:11px !important;
  width:42px !important;
  height:42px !important;
  display:grid !important;
  place-items:center !important;
  margin:0 !important;
  padding:0 0 3px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-radius:11px !important;
  background:rgba(45,43,40,.94) !important;
  color:#bcb7aa !important;
  font:700 28px/1 Arial,sans-serif !important;
  cursor:pointer !important;
  pointer-events:auto !important;
  -webkit-tap-highlight-color:transparent !important;
  touch-action:manipulation !important;
}

.story-close-real:hover,.story-close-real:focus-visible {
  color:#fff !important;
  background:#403d37 !important;
  outline:none !important
}

.story-close-hotspot {
  display:none !important
}

.story-action-hotspot {
  z-index:20 !important
}

/* Story artwork layout */
.story-media {
  position:relative !important;
  margin:0 !important;
  padding-top:58px !important;
  overflow:hidden !important;
  border-radius:22px !important;
  background:linear-gradient(180deg,#161208 0,#161208 58px,#0b0d09 58px,#0b0d09 100%) !important;
  box-shadow:0 34px 90px rgba(0,0,0,.62),0 0 0 1px rgba(229,181,60,.24) !important;
}

.story-media>[data-story-image] {
  position:relative !important;
  z-index:1 !important;
  width:100% !important;
  height:auto !important;
  display:block !important;
  object-fit:contain !important;
  object-position:center top !important;
  aspect-ratio:auto !important;
  border:0 !important;
  background:#0b0d09 !important;
}

.story-live-progress,[data-story-progress] {
  display:flex !important;
  position:absolute !important;
  z-index:50 !important;
  top:18px !important;
  left:16px !important;
  right:62px !important;
  height:4px !important;
  gap:4px !important;
  pointer-events:none !important;
}

.story-live-progress>span,[data-story-progress]>span {
  display:block !important;
  position:relative !important;
  height:4px !important;
  flex:1 !important;
  overflow:hidden !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.18) !important;
}

.story-live-progress>span>i,[data-story-progress]>span>i {
  display:block !important;
  width:0;
  height:100% !important;
  border-radius:inherit !important;
  background:linear-gradient(90deg,#ffd75e,#e49c00) !important;
}

.story-live-progress>span.is-done>i,[data-story-progress]>span.is-done>i {
  width:100% !important
}

.story-close-real {
  display:grid !important;
  place-items:center !important;
  position:absolute !important;
  z-index:70 !important;
  top:8px !important;
  right:10px !important;
  width:40px !important;
  height:40px !important;
  border:1px solid rgba(255,255,255,.16) !important;
  border-radius:12px !important;
  padding:0 !important;
  background:rgba(38,37,34,.96) !important;
  color:#f5f0e5 !important;
  font:700 26px/1 Arial,sans-serif !important;
  cursor:pointer !important;
  pointer-events:auto !important;
}

.story-close-real:hover,.story-close-real:focus-visible {
  background:#45423c !important;
  color:#fff !important;
  outline:none !important
}

.story-action-hotspot {
  z-index:20 !important
}

@media(max-width:560px) {
  .story-media {
    padding-top:56px !important;
    border-radius:20px !important
  }
  .story-live-progress,[data-story-progress] {
    top:17px !important;
    left:12px !important;
    right:60px !important;
    gap:3px !important;
    height:3px !important
  }
  .story-live-progress>span,[data-story-progress]>span {
    height:3px !important
  }
  .story-close-real {
    top:7px !important;
    right:8px !important;
    width:42px !important;
    height:42px !important;
    font-size:25px !important
  }
}

/* Velora wordmark */
.brand-wordmark {
  display:inline-flex;
  align-items:center;
  flex:0 0 auto;
  width:190px;
  height:46px;
  overflow:visible;
}

.brand-logo-image {
  display:block;
  width:100%;
  height:auto;
  max-height:46px;
  object-fit:contain;
  object-position:left center;
  filter:drop-shadow(0 6px 16px rgba(218,154,36,.16));
}

@media (max-width:1100px) and (min-width:841px) {
  .brand-wordmark {
    width:164px;
    height:42px
  }
  .brand-logo-image {
    max-height:42px
  }
  .header-inner {
    gap:20px
  }
  .main-nav a {
    padding-inline:8px
  }
}

/* 404 page */
.error-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
  padding-block: 80px;
}
.error-page h1 {
  margin: 0;
  font-size: clamp(46px, 8vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}
.error-page p {
  max-width: 560px;
  margin: 0 0 8px;
  color: var(--muted);
}
