:root {
  --bg: #07040c;
  --bg-soft: #100818;
  --panel: rgba(18, 10, 28, .82);
  --panel-strong: rgba(24, 13, 38, .94);
  --line: rgba(255, 218, 112, .18);
  --line-cold: rgba(62, 214, 255, .22);
  --text: #fff7df;
  --muted: #c9b98f;
  --dim: #927f5e;
  --gold: #ffbf2f;
  --gold-hot: #ff7a1a;
  --cyan: #27d9ff;
  --violet: #9f55ff;
  --green: #67f1a3;
  --danger: #ff5d6c;
  --shadow: 0 18px 55px rgba(0, 0, 0, .42);
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

/* Starburst slot guide */
.slot-starburst {
  --star-pink: #ff4eb8;
  --star-cyan: #29d8ff;
  --star-gold: #ffc83d;
  --star-green: #87dc42;
  --star-violet: #9b65ff;
}

.slot-starburst .hero {
  background: linear-gradient(90deg, rgba(12, 5, 24, .98), rgba(17, 6, 28, .88) 55%, rgba(10, 10, 30, .43)), var(--hero-bg, none) center / cover no-repeat;
}

.slot-starburst .hero-inner {
  min-height: 650px;
  padding-block: 52px 46px;
}

.slot-starburst .hero h1 {
  max-width: 780px;
  color: #fff6d8;
  font-size: clamp(40px, 5vw, 68px);
}

.slot-starburst .eyebrow,
.slot-starburst .source-link,
.star-kicker {
  color: var(--star-cyan);
}

.slot-starburst .breadcrumbs {
  color: #c8b5dc;
}

.slot-starburst .breadcrumbs a,
.star-panel h2,
.star-panel h3,
.star-lab h2,
.star-strip h2 {
  color: #fff2ce;
}

.slot-starburst .breadcrumbs a:hover,
.slot-starburst .source-link:hover {
  color: var(--star-gold);
}

.slot-starburst .btn {
  color: #13061b;
  background: linear-gradient(135deg, var(--star-gold), #ff7f31);
  box-shadow: 0 12px 32px rgba(255, 126, 49, .18);
}

.slot-starburst .btn.secondary {
  color: #fff2d2;
  border-color: rgba(41, 216, 255, .34);
  background: rgba(35, 16, 58, .66);
  box-shadow: none;
}

.star-panel,
.star-lab,
.star-strip {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(41, 216, 255, .25);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(38, 14, 58, .94), rgba(8, 12, 27, .98) 66%), var(--panel);
  box-shadow: 0 18px 58px rgba(0, 0, 0, .38);
}

.star-panel,
.star-lab {
  padding: 22px;
}

.star-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.star-kicker::before {
  content: "";
  width: 13px;
  height: 13px;
  background: conic-gradient(from 10deg, var(--star-pink), var(--star-gold), var(--star-green), var(--star-cyan), var(--star-violet), var(--star-pink));
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
  filter: drop-shadow(0 0 8px rgba(41, 216, 255, .75));
}

.star-scorecard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.star-scorecard div {
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(255, 200, 61, .18);
  border-radius: 8px;
  background: rgba(5, 8, 20, .42);
}

.star-scorecard span,
.star-scorecard strong {
  display: block;
}

.star-scorecard span {
  color: #c9b6d8;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.star-scorecard strong {
  margin-top: 5px;
  color: #fff0c3;
  font-size: 14px;
}

.star-symbol-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.star-symbol-list div {
  min-width: 0;
  padding: 18px;
  border-top: 3px solid var(--star-cyan);
  border-radius: 8px;
  background: linear-gradient(155deg, rgba(40, 17, 63, .78), rgba(8, 12, 25, .95));
  box-shadow: 0 16px 38px rgba(0, 0, 0, .24);
}

.star-symbol-list div:nth-child(2) { border-top-color: var(--star-gold); }
.star-symbol-list div:nth-child(3) { border-top-color: var(--star-green); }
.star-symbol-list div:nth-child(4) { border-top-color: var(--star-pink); }

.star-symbol-list dt {
  color: #fff3c9;
  font-size: 17px;
  font-weight: 950;
}

.star-symbol-list dd {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.star-strip {
  display: grid;
  min-height: 330px;
  align-items: center;
  padding: 30px;
  background: linear-gradient(118deg, rgba(38, 13, 62, .98), rgba(8, 13, 29, .99) 68%), var(--panel);
}

.star-strip::after {
  content: "";
  position: absolute;
  right: 2%;
  bottom: 24px;
  width: 43%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--star-cyan), var(--star-pink), var(--star-gold), transparent);
  box-shadow: 0 0 18px rgba(41, 216, 255, .6);
  transform: rotate(-4deg);
}

.star-strip .star-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.star-strip img {
  position: absolute;
  right: -40px;
  bottom: -120px;
  z-index: 1;
  width: min(540px, 50%);
  filter: drop-shadow(0 25px 38px rgba(0, 0, 0, .5));
  transition: transform .3s ease, filter .3s ease;
}

.star-strip:hover img {
  transform: translate(-8px, -10px) rotate(-2deg);
  filter: drop-shadow(0 28px 44px rgba(41, 216, 255, .22));
}

.star-strip-reverse img {
  right: -10px;
  bottom: 25px;
  width: min(620px, 50%);
}

.star-symbol-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 24px;
  align-items: center;
}

.star-symbol-art {
  display: grid;
  place-items: center;
  min-height: 380px;
  overflow: hidden;
  border: 1px solid rgba(41, 216, 255, .17);
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(255, 78, 184, .07), rgba(41, 216, 255, .08)), rgba(255, 255, 255, .018);
}

.star-symbol-art img {
  width: min(470px, 100%);
  filter: drop-shadow(0 22px 38px rgba(0, 0, 0, .42));
}

.star-mechanic-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 3px solid var(--star-cyan);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(90deg, rgba(41, 216, 255, .13), rgba(255, 78, 184, .08));
}

.star-mechanic-note strong {
  display: block;
  margin-bottom: 7px;
  color: #fff2c6;
  font-size: 18px;
}

.star-mechanic-note p {
  font-size: 15px;
}

.star-lab {
  display: grid;
  gap: 16px;
}

.star-mode-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.star-mode-buttons button {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(41, 216, 255, .32);
  border-radius: 8px;
  color: #fff0c9;
  background: linear-gradient(145deg, rgba(51, 21, 78, .96), rgba(17, 15, 36, .98));
  font-weight: 950;
  cursor: pointer;
}

.star-mode-buttons button:hover,
.star-mode-buttons button:focus-visible,
.star-mode-buttons button[aria-pressed="true"] {
  color: #14061c;
  background: linear-gradient(135deg, var(--star-cyan), var(--star-gold));
  box-shadow: 0 12px 28px rgba(41, 216, 255, .2);
}

.star-orbit {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 5px;
  min-height: 150px;
  padding: 8px;
  border: 1px solid rgba(255, 200, 61, .2);
  border-radius: 8px;
  background: #090612;
}

.star-orbit span,
.star-orbit strong {
  display: grid;
  place-items: center;
  min-width: 0;
  border: 1px solid rgba(41, 216, 255, .14);
  border-radius: 4px;
  color: #d9cae4;
  background: linear-gradient(155deg, #251133, #0c0b19);
  font-size: 12px;
  text-align: center;
  overflow-wrap: anywhere;
}

.star-orbit strong {
  color: #fff2c9;
  border-color: rgba(255, 78, 184, .45);
  background: linear-gradient(155deg, rgba(116, 32, 113, .72), rgba(18, 32, 57, .95));
}

.star-lab-output {
  min-height: 72px;
  padding: 16px;
  border: 1px solid rgba(41, 216, 255, .28);
  border-radius: 8px;
  color: #fff1c4;
  background: rgba(5, 8, 20, .47);
  font-weight: 900;
}

.star-demo-card {
  min-height: 500px;
  padding-right: min(43%, 265px);
}

.star-demo-card img {
  position: absolute;
  right: -92px;
  bottom: -58px;
  width: min(420px, 61%);
  filter: drop-shadow(0 24px 36px rgba(0, 0, 0, .45));
}

.star-steps {
  display: grid;
  gap: 10px;
  padding-left: 22px;
  color: var(--muted);
}

.star-steps strong {
  color: #fff1c5;
}

.slot-starburst .faq-item {
  padding: 0;
  border-color: rgba(41, 216, 255, .18);
}

.slot-starburst .faq-item summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  color: #fff2ce;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.slot-starburst .faq-item summary::-webkit-details-marker { display: none; }

.slot-starburst .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  color: var(--star-cyan);
  font-size: 25px;
  transform: translateY(-50%);
}

.slot-starburst .faq-item[open] summary::after { content: "−"; }
.slot-starburst .faq-item p { padding: 0 20px 18px; }
.slot-starburst input[type="range"] { accent-color: var(--star-cyan); }

@media (max-width: 900px) {
  .slot-starburst .hero-inner {
    min-height: 0;
  }

  .star-symbol-list,
  .star-symbol-grid {
    grid-template-columns: 1fr;
  }

  .star-strip img,
  .star-strip-reverse img {
    width: min(450px, 48%);
  }
}

@media (max-width: 640px) {
  .slot-starburst .hero h1 {
    font-size: 28px;
    line-height: 1.08;
  }

  .slot-starburst .hero .lead {
    font-size: 16px;
    line-height: 1.58;
  }

  .star-strip {
    min-height: 0;
    padding: 22px;
  }

  .star-strip::after {
    display: none;
  }

  .star-strip img,
  .star-strip-reverse img {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 380px);
    margin: 18px auto -40px;
  }

  .star-strip:hover img {
    transform: none;
  }

  .star-demo-card {
    min-height: 0;
    padding-right: 22px;
  }

  .star-demo-card img {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 320px);
    margin: 14px auto -28px;
  }

  .star-symbol-art {
    min-height: 230px;
  }

  .star-scorecard {
    grid-template-columns: 1fr 1fr;
  }

  .star-orbit {
    min-height: 125px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  max-width: 100%;
  overflow-x: clip;
  background:
    linear-gradient(180deg, rgba(50, 20, 76, .42), transparent 360px),
    radial-gradient(circle at 22% 0%, rgba(255, 160, 32, .16), transparent 32%),
    radial-gradient(circle at 78% 10%, rgba(39, 217, 255, .12), transparent 30%),
    var(--bg);
  color: var(--text);
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 82%);
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 20;
  padding: 10px 14px;
  background: #000;
  color: #fff;
  border: 1px solid var(--gold);
}

.skip-link:focus {
  top: 16px;
}

.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  max-width: 100vw;
  border-bottom: 1px solid rgba(255, 218, 112, .12);
  background: rgba(7, 4, 12, .88);
  backdrop-filter: blur(16px);
}

.nav {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}

.brand img {
  width: min(152px, 44vw);
  height: auto;
  filter: drop-shadow(0 8px 24px rgba(255, 152, 31, .2));
}

.nav-links {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  border: 1px solid rgba(255, 218, 112, .18);
  border-radius: 999px;
  padding: 9px 12px;
  text-decoration: none;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  background: rgba(255,255,255,.035);
}

.nav-links a:hover {
  color: var(--text);
  border-color: rgba(255, 191, 47, .58);
  background: rgba(255, 191, 47, .11);
}

.language-menu {
  position: relative;
  flex: 0 0 auto;
}

.language-menu summary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255, 218, 112, .22);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(255, 191, 47, .12), rgba(159, 85, 255, .08)),
    rgba(255,255,255,.045);
  box-shadow: 0 10px 30px rgba(0,0,0,.26);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  list-style: none;
  user-select: none;
}

.language-menu summary > span:last-of-type {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.language-menu summary::-webkit-details-marker {
  display: none;
}

.language-menu summary::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 2px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(45deg) translateY(-2px);
  transition: transform .18s ease;
}

.language-menu[open] summary {
  border-color: rgba(255, 191, 47, .6);
  background:
    linear-gradient(135deg, rgba(255, 191, 47, .18), rgba(39, 217, 255, .08)),
    rgba(255,255,255,.06);
}

.language-menu[open] summary::after {
  transform: rotate(225deg) translate(-1px, -1px);
}

.language-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 30;
  width: min(380px, calc(100vw - 28px));
  max-height: min(72vh, 650px);
  overflow: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(255, 218, 112, .24);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(35, 16, 56, .98), rgba(7, 4, 12, .98)),
    rgba(7, 4, 12, .98);
  box-shadow: var(--shadow);
}

.language-option {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding: 9px 10px;
  border: 1px solid rgba(255, 218, 112, .13);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255,255,255,.035);
  text-decoration: none;
}

.language-option:hover,
.language-option.is-live {
  color: var(--text);
  border-color: rgba(255, 191, 47, .48);
  background:
    linear-gradient(135deg, rgba(255, 191, 47, .14), rgba(39, 217, 255, .06)),
    rgba(255,255,255,.045);
}

.language-option.is-current {
  box-shadow: inset 0 0 0 1px rgba(255, 191, 47, .25), 0 0 18px rgba(255, 191, 47, .12);
}

.language-option.is-planned {
  cursor: default;
  opacity: .78;
}

.language-option strong,
.language-option small {
  display: block;
}

.language-option strong {
  font-size: 13px;
  line-height: 1.15;
}

.language-option small {
  margin-top: 3px;
  color: var(--dim);
  font-size: 11px;
  font-weight: 850;
}

.flag {
  position: relative;
  overflow: hidden;
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 22px;
  flex: 0 0 32px;
  border: 0;
  border-radius: 5px;
  background-clip: padding-box;
  background:
    linear-gradient(135deg, rgba(255,191,47,.4), rgba(159,85,255,.32)),
    rgba(0,0,0,.26);
  box-shadow:
    inset 0 0 0 1px rgba(0,0,0,.34),
    0 0 0 1px rgba(255, 218, 112, .18),
    0 6px 16px rgba(0,0,0,.22);
  color: transparent;
  font-size: 0;
  line-height: 1;
}

.flag::before,
.flag::after {
  content: "";
  position: absolute;
  opacity: 0;
}

.flag-en {
  background: repeating-linear-gradient(to bottom, #b22234 0 2px, #fff 2px 4px);
}

.flag-en::before {
  left: 0;
  top: 0;
  width: 15px;
  height: 12px;
  background: #3c3b6e;
  opacity: 1;
}

.flag-en::after {
  left: 2px;
  top: 2px;
  width: 10px;
  height: 8px;
  background-image: radial-gradient(circle, #fff 0 1px, transparent 1.2px);
  background-size: 4px 4px;
  opacity: .95;
}

.flag-de {
  background: linear-gradient(#0b0b0b 0 33%, #dd0000 33% 66%, #ffce00 66%);
}

.flag-fr {
  background: linear-gradient(90deg, #0055a4 0 33%, #fff 33% 66%, #ef4135 66%);
}

.flag-es {
  background: linear-gradient(#aa151b 0 25%, #f1bf00 25% 75%, #aa151b 75%);
}

.flag-pt {
  background: linear-gradient(90deg, #006600 0 42%, #ff0000 42%);
}

.flag-it {
  background: linear-gradient(90deg, #009246 0 33%, #fff 33% 66%, #ce2b37 66%);
}

.flag-pl {
  background: linear-gradient(#fff 0 50%, #dc143c 50%);
}

.flag-ru {
  background: linear-gradient(#fff 0 33%, #0039a6 33% 66%, #d52b1e 66%);
}

.flag-uk {
  background: linear-gradient(#0057b7 0 50%, #ffd700 50%);
}

.flag-tr {
  background: #e30a17;
}

.flag-tr::before {
  left: 6px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}

.flag-tr::after {
  left: 9px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e30a17;
  opacity: 1;
}

.flag-ar {
  background:
    linear-gradient(0deg, transparent 42%, #fff 42% 50%, transparent 50%),
    #006c35;
}

.flag-hi {
  background: linear-gradient(#ff9933 0 33%, #fff 33% 66%, #138808 66%);
}

.flag-hi::after {
  left: 12px;
  top: 7px;
  width: 8px;
  height: 8px;
  border: 1px solid #1a4aa5;
  border-radius: 50%;
  opacity: 1;
}

.flag-bn {
  background: #006a4e;
}

.flag-bn::after {
  left: 10px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f42a41;
  opacity: 1;
}

.flag-id {
  background: linear-gradient(#ce1126 0 50%, #fff 50%);
}

.flag-vi,
.flag-zh {
  background: #da251d;
}

.flag-vi::after,
.flag-zh::after {
  left: 12px;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #ffdf00;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
  opacity: 1;
}

.flag-th {
  background: linear-gradient(#a51931 0 18%, #f4f5f8 18% 30%, #2d2a4a 30% 70%, #f4f5f8 70% 82%, #a51931 82%);
}

.flag-ja {
  background: #fff;
}

.flag-ja::after {
  left: 10px;
  top: 5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #bc002d;
  opacity: 1;
}

.flag-ko {
  background: #fff;
}

.flag-ko::before {
  left: 9px;
  top: 5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: linear-gradient(#cd2e3a 0 50%, #0047a0 50%);
  opacity: 1;
}

.flag-ur {
  background: linear-gradient(90deg, #fff 0 23%, #01411c 23%);
}

.flag-ur::before {
  left: 14px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}

.flag-ur::after {
  left: 17px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #01411c;
  opacity: 1;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 218, 112, .13);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7,4,12,.98), rgba(7,4,12,.82) 44%, rgba(7,4,12,.45)),
    var(--hero-bg, none) center / cover no-repeat;
  opacity: .78;
}

.hero-inner {
  min-height: 710px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .72fr);
  gap: 42px;
  align-items: center;
  padding: 70px 0 58px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
}

h1 {
  font-size: clamp(44px, 7vw, 92px);
  max-width: 860px;
}

.hero h1 {
  font-size: clamp(40px, 5.6vw, 76px);
  line-height: 1.03;
  max-width: 820px;
}

h2 {
  font-size: clamp(30px, 4.6vw, 56px);
  margin-bottom: 18px;
}

h3 {
  font-size: clamp(21px, 2.6vw, 30px);
  margin-bottom: 12px;
}

p {
  margin: 0;
  color: var(--muted);
  line-height: 1.78;
  font-size: 17px;
}

.lead {
  margin-top: 22px;
  max-width: 760px;
  color: #f2dfb5;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.7;
}

.hero-actions,
.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 218, 112, .26);
  text-decoration: none;
  font-weight: 950;
  color: #1a0c05;
  background: linear-gradient(135deg, var(--gold), var(--gold-hot));
  box-shadow: 0 12px 34px rgba(255, 128, 27, .25);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn.secondary {
  color: var(--text);
  background: rgba(255,255,255,.06);
  box-shadow: none;
}

.hero-poster {
  margin: 0;
  justify-self: center;
  width: min(420px, 100%);
}

.hero-poster img {
  border-radius: 8px;
  border: 1px solid rgba(255, 218, 112, .3);
  box-shadow: var(--shadow);
}

.hero-poster figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.fact {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
  padding: 14px;
}

.fact span {
  display: block;
  color: var(--dim);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.fact strong {
  display: block;
  margin-top: 6px;
  font-size: 18px;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 18px;
}

.fact-grid > div {
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 191, 79, .28);
  border-radius: 10px;
  background: rgba(10, 7, 18, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.fact-grid span {
  display: block;
  margin-bottom: 5px;
  color: var(--dim);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.fact-grid strong {
  display: block;
  color: var(--text);
  font-size: clamp(14px, 1.6vw, 17px);
  line-height: 1.15;
}

.section {
  padding: 74px 0;
}

main section[id] {
  scroll-margin-top: 112px;
}

.section.tight {
  padding-top: 42px;
}

.section-head {
  max-width: 860px;
  margin-bottom: 28px;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.seo-table,
.note,
.image-card,
.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 16px 45px rgba(0, 0, 0, .18);
}

.card {
  padding: 22px;
}

.card strong,
.mini-title {
  display: block;
  color: #fff2bd;
  font-size: 19px;
  margin-bottom: 8px;
}

.note {
  padding: 22px;
  border-color: rgba(39, 217, 255, .24);
  background: linear-gradient(135deg, rgba(39, 217, 255, .08), rgba(255, 191, 47, .06));
}

.seo-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.seo-table th,
.seo-table td {
  padding: 15px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 218, 112, .12);
  vertical-align: top;
}

.seo-table th {
  width: 28%;
  color: #fff2bd;
  background: rgba(255, 255, 255, .035);
}

.seo-table tr:last-child th,
.seo-table tr:last-child td {
  border-bottom: 0;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.image-card {
  overflow: hidden;
}

.image-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.image-card figcaption {
  padding: 14px;
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
}

.toc {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.toc a {
  text-decoration: none;
  border: 1px solid rgba(255, 218, 112, .18);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--muted);
  background: rgba(255,255,255,.04);
  font-weight: 800;
  font-size: 13px;
}

.procon {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.list {
  margin: 14px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 16px;
}

.list li + li {
  margin-top: 8px;
}

.compare-table {
  overflow-x: auto;
}

.compare-table table {
  min-width: 760px;
}

.faq {
  display: grid;
  gap: 12px;
}

.faq-item {
  padding: 18px 20px;
}

.faq-item h3 {
  font-size: 20px;
}

.footer {
  padding: 44px 0 54px;
  border-top: 1px solid rgba(255, 218, 112, .14);
  background: rgba(0,0,0,.22);
}

.footer-nav {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.footer-nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
}

.bottom-logo {
  position: relative;
  isolation: isolate;
  display: block;
  width: 124px;
  margin: 0 auto;
  padding: 8px;
  opacity: .92;
  transition: transform .22s ease, opacity .22s ease;
}

.bottom-logo:hover {
  opacity: 1;
  transform: translateY(-5px) scale(1.035);
}

.bottom-logo::before,
.bottom-logo::after {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border-radius: 28px;
  opacity: 0;
  transition: opacity .22s ease, transform .22s ease;
}

.bottom-logo::before {
  background: conic-gradient(from 110deg, rgba(39,217,255,.05), rgba(255,191,47,.6), rgba(159,85,255,.45), rgba(255,122,26,.55), rgba(39,217,255,.05));
  filter: blur(.4px);
  transform: rotate(-8deg) scale(.88);
}

.bottom-logo::after {
  inset: 4px;
  background: radial-gradient(circle, rgba(255,191,47,.18), transparent 64%);
  transform: scale(.85);
}

.bottom-logo:hover::before,
.bottom-logo:hover::after {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.bottom-logo img {
  position: relative;
  z-index: 1;
  filter:
    drop-shadow(0 10px 24px rgba(255, 152, 31, .28))
    drop-shadow(0 0 14px rgba(39, 217, 255, .08));
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  height: 5px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 191, 47, .08), rgba(39, 217, 255, .07), rgba(159, 85, 255, .08)),
    rgba(7, 4, 12, .88);
  box-shadow: 0 1px 0 rgba(255, 218, 112, .1);
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background:
    linear-gradient(90deg, var(--cyan), var(--gold), var(--violet), var(--gold-hot)),
    var(--gold);
  box-shadow:
    0 0 16px rgba(255, 191, 47, .54),
    0 0 22px rgba(39, 217, 255, .18);
  transition: transform .08s linear;
}

.scroll-progress span::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: linear-gradient(180deg, rgba(255, 191, 47, .22), transparent);
  filter: blur(8px);
}

.scroll-to-top {
  position: fixed;
  right: clamp(14px, 2.8vw, 28px);
  bottom: clamp(16px, 3vw, 30px);
  z-index: 40;
  isolation: isolate;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 218, 112, .5);
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 24%, rgba(255, 247, 223, .36), transparent 23%),
    linear-gradient(145deg, rgba(255, 191, 47, .28), rgba(159, 85, 255, .16) 52%, rgba(39, 217, 255, .15)),
    rgba(12, 7, 20, .94);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, .38),
    0 0 28px rgba(255, 191, 47, .2),
    inset 0 0 18px rgba(255, 255, 255, .08);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(.9);
  transition: opacity .22s ease, transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.scroll-to-top::before,
.scroll-to-top::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.scroll-to-top::before {
  inset: -3px;
  z-index: -2;
  background: conic-gradient(from 120deg, rgba(39, 217, 255, .08), rgba(255, 191, 47, .78), rgba(159, 85, 255, .68), rgba(255, 122, 26, .72), rgba(39, 217, 255, .08));
  filter: blur(.2px);
  animation: scroll-ring 5s linear infinite;
}

.scroll-to-top::after {
  inset: 5px;
  z-index: -1;
  background:
    radial-gradient(circle at 52% 26%, rgba(255, 255, 255, .12), transparent 28%),
    rgba(8, 4, 14, .92);
  box-shadow: inset 0 0 14px rgba(255, 191, 47, .12);
}

.scroll-to-top span {
  position: relative;
  z-index: 1;
  width: 19px;
  height: 23px;
  filter: drop-shadow(0 0 9px rgba(255, 191, 47, .48));
}

.scroll-to-top span::before,
.scroll-to-top span::after {
  content: "";
  position: absolute;
  left: 50%;
  background: linear-gradient(180deg, #fff7df, var(--gold));
}

.scroll-to-top span::before {
  top: 7px;
  width: 4px;
  height: 16px;
  border-radius: 999px;
  transform: translateX(-50%);
}

.scroll-to-top span::after {
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 3px 0 0 0;
  transform: translateX(-50%) rotate(45deg);
  clip-path: polygon(0 0, 100% 0, 100% 4px, 4px 4px, 4px 100%, 0 100%);
}

.scroll-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.scroll-to-top:hover {
  border-color: rgba(255, 191, 47, .82);
  box-shadow:
    0 22px 42px rgba(0, 0, 0, .44),
    0 0 34px rgba(255, 191, 47, .32),
    0 0 22px rgba(39, 217, 255, .12),
    inset 0 0 20px rgba(255, 255, 255, .1);
  transform: translateY(-4px) scale(1.03);
}

.scroll-to-top:focus-visible {
  outline: 3px solid rgba(39, 217, 255, .72);
  outline-offset: 4px;
}

@keyframes scroll-ring {
  to {
    transform: rotate(1turn);
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-to-top,
  .scroll-to-top::before {
    animation: none;
    transition: none;
  }
}

.home-hero {
  min-height: calc(100vh - 86px);
  overflow: clip;
}

.slot-hub-hero {
  min-height: auto;
}

.slot-hub-hero > .wrap {
  display: grid;
  grid-template-columns: minmax(0, 780px);
  justify-content: center;
  gap: 18px;
  align-items: center;
  padding: 34px 0 32px;
}

.slot-hub-hero .section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.slot-hub-hero h1 {
  max-width: 760px;
  margin-inline: auto;
  font-size: clamp(30px, 3.8vw, 50px);
  line-height: 1.04;
}

.slot-hub-hero .lead {
  max-width: 690px;
  margin-inline: auto;
  margin-top: 16px;
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.55;
}

.slot-hub-hero .hero-actions {
  margin-top: 20px;
  justify-content: center;
}

.slot-hub-hero > .wrap > .slot-card-grid {
  justify-content: end;
  grid-template-columns: repeat(2, minmax(180px, 260px));
}

.slot-hub-hero > .wrap > .slot-poster-showcase {
  width: min(260px, 100%);
  min-height: 0;
  aspect-ratio: 3 / 4;
  justify-self: end;
}

.slot-hub-hero > .wrap > .slot-poster-showcase > img {
  min-height: 0;
  height: 100%;
}

.home-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items: center;
  padding: 72px 0;
}

.home-grid > *,
.grid > *,
.hero-inner > * {
  min-width: 0;
}

.sloto-guide-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  align-content: end;
  gap: 22px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
  min-height: 520px;
  padding: 28px;
  border: 1px solid rgba(255, 218, 112, .28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, transparent 0 54%, rgba(7,4,12,.36) 68%, rgba(7,4,12,.84) 100%),
    url("/assets/brand/sloto-character/sloto-casino-world-hero.webp") center 28% / 118% auto no-repeat,
    linear-gradient(135deg, rgba(255, 191, 47, .12), rgba(39, 217, 255, .08)),
    radial-gradient(ellipse at 50% 18%, rgba(159, 85, 255, .22), transparent 58%),
    rgba(7,4,12,.78);
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(255, 191, 47, .08),
    0 0 26px rgba(39, 217, 255, .12);
}

.sloto-guide-card::before,
.sloto-guide-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.sloto-guide-card::before {
  inset: 14px;
  z-index: -1;
  border: 1px solid rgba(255, 218, 112, .12);
  border-radius: 8px;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(255, 191, 47, .08) 34% 36%, transparent 36% 100%),
    linear-gradient(245deg, transparent 0 44%, rgba(39, 217, 255, .08) 44% 46%, transparent 46% 100%);
}

.sloto-guide-card::after {
  inset: 0;
  border-radius: 8px;
  box-shadow: inset 0 0 46px rgba(255, 191, 47, .08), inset 0 0 80px rgba(39, 217, 255, .05);
}

.sloto-guide-card img {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.sloto-guide-card:hover img,
.sloto-guide-card:focus-within img {
  transform: none;
}

.sloto-guide-copy {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
  max-width: 620px;
  justify-self: center;
  padding: 18px;
  border: 1px solid rgba(255, 218, 112, .22);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(19, 9, 28, .9), rgba(7, 4, 12, .72)),
    rgba(7,4,12,.82);
  box-shadow: 0 18px 42px rgba(0,0,0,.28);
}

.sloto-guide-copy span {
  display: block;
  margin-bottom: 7px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.sloto-guide-copy p {
  max-width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

[dir="rtl"] body,
[dir="rtl"] .site-header,
[dir="rtl"] .nav,
[dir="rtl"] main {
  direction: ltr;
}

[dir="rtl"] footer,
[dir="rtl"] .home-grid > div:first-child,
[dir="rtl"] .hero-inner > div:first-child,
[dir="rtl"] .article-body,
[dir="rtl"] .section-head,
[dir="rtl"] .language-panel,
[dir="rtl"] .slot-poster-overlay {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] .slot-poster-actions,
[dir="rtl"] .hero-actions,
[dir="rtl"] .cta-row {
  direction: rtl;
}

.slot-poster-showcase {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-height: 520px;
  border-radius: 10px;
  border: 1px solid rgba(255, 218, 112, .28);
  background: #09050f;
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(255, 191, 47, .08),
    0 0 24px rgba(255, 122, 26, .1);
}

.slot-poster-showcase::before,
.slot-poster-showcase::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.slot-poster-showcase::before {
  display: none;
}

.slot-poster-showcase::after {
  inset: 0;
  z-index: 3;
  border: 1px solid rgba(255, 218, 112, .28);
  border-radius: 10px;
  box-shadow: inset 0 0 34px rgba(255, 191, 47, .08);
}

.slot-poster-showcase > img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.01);
  transition: transform .45s ease, filter .45s ease;
}

.slot-poster-showcase:hover > img,
.slot-poster-showcase:focus-within > img {
  filter: saturate(1.08) brightness(.72);
  transform: scale(1.055);
}

.slot-poster-overlay {
  position: absolute;
  inset: auto 18px 18px;
  z-index: 4;
  padding: 18px;
  border: 1px solid rgba(255, 218, 112, .25);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(19, 9, 28, .92), rgba(7, 4, 12, .78)),
    rgba(7, 4, 12, .88);
  box-shadow: 0 20px 42px rgba(0,0,0,.42);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .28s ease, transform .28s ease;
}

.slot-poster-showcase:hover .slot-poster-overlay,
.slot-poster-showcase:focus-within .slot-poster-overlay {
  opacity: 1;
  transform: translateY(0);
}

.slot-poster-overlay span {
  display: block;
  margin-bottom: 7px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.slot-poster-overlay strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 28px;
  line-height: 1.05;
}

.slot-poster-overlay p {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.55;
}

.slot-poster-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.slot-poster-actions .btn {
  min-height: 42px;
  padding: 11px 14px;
}

@keyframes slotoSpinGlow {
  to {
    transform: rotate(1turn);
  }
}

@keyframes slotoFramePulse {
  0%,
  100% {
    border-color: rgba(255, 218, 112, .3);
    box-shadow:
      var(--shadow),
      0 0 0 1px rgba(255, 191, 47, .08),
      0 0 26px rgba(255, 122, 26, .12);
  }
  50% {
    border-color: rgba(39, 217, 255, .46);
    box-shadow:
      var(--shadow),
      0 0 0 1px rgba(39, 217, 255, .18),
      0 0 34px rgba(159, 85, 255, .22),
      0 0 54px rgba(255, 191, 47, .14);
  }
}

.guide-card {
  border: 1px solid rgba(255, 218, 112, .22);
  border-radius: 8px;
  overflow: hidden;
  background: var(--panel-strong);
  text-decoration: none;
  box-shadow: var(--shadow);
}

.guide-card.poster-card {
  display: grid;
  grid-template-columns: minmax(180px, .52fr) minmax(0, .48fr);
  align-items: stretch;
}

.guide-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.guide-card.poster-card img {
  height: 100%;
  min-height: 360px;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center top;
}

.guide-card div {
  padding: 18px;
}

.guide-card span {
  display: block;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 6px;
}

.guide-card strong {
  display: block;
  font-size: 26px;
  margin-bottom: 8px;
}

.home-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-feature {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 22px;
  border: 1px solid rgba(255, 218, 112, .17);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 191, 47, .12), rgba(39, 217, 255, .05)),
    rgba(255,255,255,.035);
}

.home-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0 45%, rgba(7,4,12,.28) 100%);
}

.home-feature > * {
  position: relative;
  z-index: 1;
}

.home-feature-art {
  display: block;
  width: min(72%, 230px);
  height: 168px;
  margin: -12px auto 8px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.34));
  transform: translateY(0);
  transition: transform .24s ease, filter .24s ease;
}

.home-feature:hover .home-feature-art {
  filter: drop-shadow(0 22px 30px rgba(0,0,0,.4)) saturate(1.08);
  transform: translateY(-4px);
}

.home-feature span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.play-plaque {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(255, 218, 112, .32);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 191, 47, .2), transparent 36%),
    radial-gradient(circle at 92% 30%, rgba(39, 217, 255, .18), transparent 34%),
    linear-gradient(135deg, rgba(34, 14, 54, .96), rgba(12, 6, 22, .96));
  box-shadow: 0 18px 55px rgba(0, 0, 0, .32);
}

.play-plaque::before {
  content: "⚡";
  position: absolute;
  right: 18px;
  top: -8px;
  color: rgba(255, 191, 47, .18);
  font-size: 118px;
  line-height: 1;
  pointer-events: none;
}

.play-plaque strong {
  position: relative;
  display: block;
  margin-bottom: 8px;
  color: #fff2bd;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.12;
}

.play-plaque p,
.play-plaque .btn {
  position: relative;
}

.play-plaque p {
  max-width: 760px;
}

.play-plaque .btn {
  white-space: nowrap;
}

.olympus-panel {
  border: 1px solid rgba(255, 218, 112, .22);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(91, 36, 145, .2), rgba(255, 191, 47, .08)),
    var(--panel);
}

.meter {
  display: grid;
  gap: 14px;
}

.meter-bar {
  position: relative;
  height: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 218, 112, .22);
  border-radius: 999px;
  background: rgba(255,255,255,.05);
}

.meter-bar span {
  display: block;
  width: var(--meter, 72%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--violet), var(--gold));
  box-shadow: 0 0 28px rgba(255, 191, 47, .32);
}

.planner {
  display: grid;
  gap: 16px;
}

.planner label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 800;
}

.planner input {
  accent-color: var(--gold);
}

.planner-output {
  border: 1px solid rgba(39, 217, 255, .22);
  border-radius: 8px;
  padding: 16px;
  background: rgba(39, 217, 255, .06);
  color: var(--text);
  font-weight: 900;
}

.method-side {
  display: grid;
  gap: 16px;
  align-content: start;
}

.method-art {
  display: block;
  width: min(78%, 340px);
  max-height: 330px;
  margin: -24px auto -2px;
  object-fit: contain;
  filter:
    drop-shadow(0 20px 26px rgba(0,0,0,.42))
    drop-shadow(0 0 24px rgba(255, 191, 47, .12));
  transform: translateY(0);
  transition: transform .24s ease, filter .24s ease;
}

.method-side:hover .method-art {
  filter:
    drop-shadow(0 24px 34px rgba(0,0,0,.46))
    drop-shadow(0 0 30px rgba(255, 191, 47, .18))
    saturate(1.08);
  transform: translateY(-4px);
}

.next-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.next-list > a,
.next-list > span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 218, 112, .14);
  color: var(--muted);
  text-decoration: none;
  background: rgba(255,255,255,.035);
}

.next-list b {
  color: var(--text);
}

.next-list > a > span,
.next-list > span > span {
  color: var(--dim);
  font-weight: 800;
}

.slot-sweet {
  --sweet-pink: #ff4eb8;
  --sweet-hot: #ff2e87;
  --sweet-blue: #22d7ff;
  --sweet-lime: #8bf24d;
  --sweet-purple: #9a41ff;
}

.slot-sweet .hero {
  background:
    linear-gradient(90deg, rgba(7,4,12,.94) 0%, rgba(7,4,12,.78) 54%, rgba(7,4,12,.38) 100%),
    var(--hero-bg, none) center / cover no-repeat;
}

.sweet-panel,
.sweet-lab,
.sweet-strip {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 150, 220, .28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 78, 184, .26), transparent 36%),
    radial-gradient(circle at 92% 18%, rgba(34, 215, 255, .16), transparent 34%),
    linear-gradient(145deg, rgba(42, 12, 48, .92), rgba(12, 6, 22, .96));
  box-shadow: 0 18px 58px rgba(0, 0, 0, .32);
}

.sweet-panel {
  padding: 22px;
}

.sweet-strip {
  min-height: 310px;
  padding: 28px;
}

.sweet-strip .sweet-copy {
  position: relative;
  z-index: 2;
  max-width: 610px;
}

.sweet-strip img {
  position: absolute;
  right: -30px;
  bottom: -44px;
  z-index: 1;
  width: min(560px, 56%);
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .34));
}

.sweet-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #ffe58a;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.sweet-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sweet-pink), var(--sweet-blue));
  box-shadow: 0 0 18px rgba(255, 78, 184, .72);
}

.sweet-lab {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.sweet-bomb-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sweet-bomb-buttons button {
  min-width: 68px;
  min-height: 44px;
  border: 1px solid rgba(255, 218, 112, .24);
  border-radius: 999px;
  color: var(--text);
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.34), transparent 32%),
    linear-gradient(135deg, rgba(255, 78, 184, .84), rgba(118, 50, 255, .84));
  font-weight: 950;
  cursor: pointer;
}

.sweet-bomb-buttons button.is-picked {
  color: #17060d;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.58), transparent 32%),
    linear-gradient(135deg, #ffe16e, #ff4eb8);
  box-shadow: 0 0 0 1px rgba(255, 218, 112, .18), 0 12px 34px rgba(255, 78, 184, .26);
}

.sweet-lab-output {
  padding: 16px;
  border: 1px solid rgba(255, 218, 112, .18);
  border-radius: 8px;
  color: #fff2bd;
  background: rgba(0, 0, 0, .2);
  font-weight: 900;
}

.sweet-symbol-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 18px;
  align-items: center;
}

.sweet-symbol-art {
  display: grid;
  place-items: center;
  min-height: 280px;
  border-radius: 8px;
  background:
    radial-gradient(circle, rgba(255, 78, 184, .12), transparent 60%),
    rgba(255,255,255,.025);
}

.sweet-symbol-art img {
  width: min(360px, 96%);
  filter: drop-shadow(0 20px 38px rgba(0,0,0,.34));
}

.sweet-compare {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.sweet-compare .card {
  background:
    linear-gradient(150deg, rgba(255, 78, 184, .1), rgba(39, 217, 255, .045)),
    var(--panel);
}

.slot-bass {
  --bass-water: #22b8c7;
  --bass-deep: #073b47;
  --bass-leaf: #74bd52;
  --bass-gold: #f6c74a;
  --bass-coral: #e66a32;
}

.slot-bass .hero {
  background:
    linear-gradient(90deg, rgba(3, 16, 19, .96) 0%, rgba(3, 18, 24, .83) 54%, rgba(3, 19, 24, .38) 100%),
    var(--hero-bg, none) center / cover no-repeat;
}

.slot-bass .hero-inner {
  min-height: 650px;
  padding-block: 52px 46px;
}

.slot-bass .hero h1 {
  max-width: 720px;
  font-size: clamp(40px, 5vw, 68px);
}

.slot-bass .eyebrow {
  color: #a8e8d0;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-bottom: 18px;
  color: #9fc8bc;
  font-size: 12px;
  font-weight: 850;
}

.breadcrumbs a {
  color: #dff9ee;
  text-decoration: none;
}

.breadcrumbs a:hover,
.source-link:hover {
  color: var(--bass-gold);
}

.source-link {
  color: #b8f4dc;
  text-underline-offset: 3px;
}

.slot-bass .btn {
  color: #07110d;
  background: linear-gradient(135deg, #f6d85c, #e98632);
}

.slot-bass .btn.secondary {
  color: #dff9ee;
  background: rgba(13, 73, 76, .42);
  border-color: rgba(103, 218, 199, .28);
}

.bass-panel,
.bass-lab,
.bass-strip {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(111, 212, 188, .27);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(8, 52, 58, .92), rgba(7, 18, 24, .97) 62%),
    var(--panel);
  box-shadow: 0 18px 58px rgba(0, 0, 0, .32);
}

.bass-panel,
.bass-lab {
  padding: 22px;
}

.bass-scorecard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.bass-scorecard div {
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(111, 212, 188, .17);
  border-radius: 8px;
  background: rgba(1, 13, 17, .3);
}

.bass-scorecard span,
.bass-scorecard strong {
  display: block;
}

.bass-scorecard span {
  color: #9fc8bc;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.bass-scorecard strong {
  margin-top: 5px;
  color: #fff0b0;
  font-size: 14px;
}

.bass-symbol-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.bass-symbol-list div {
  min-width: 0;
  padding: 18px;
  border-top: 3px solid var(--bass-water);
  border-radius: 8px;
  background: linear-gradient(155deg, rgba(8, 52, 58, .44), rgba(7, 18, 24, .8));
  box-shadow: 0 16px 38px rgba(0, 0, 0, .2);
}

.bass-symbol-list div:nth-child(2) {
  border-top-color: var(--bass-coral);
}

.bass-symbol-list div:nth-child(3) {
  border-top-color: var(--bass-gold);
}

.bass-symbol-list div:nth-child(4) {
  border-top-color: var(--bass-leaf);
}

.bass-symbol-list dt {
  color: #fff0b0;
  font-size: 17px;
  font-weight: 950;
}

.bass-symbol-list dd {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.bass-panel h2,
.bass-panel h3,
.bass-lab h2,
.bass-strip h2 {
  color: #fff0b0;
}

.bass-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: #b8f4dc;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.bass-kicker::before {
  content: "";
  width: 15px;
  height: 7px;
  border-radius: 50% 100% 50% 100%;
  background: var(--bass-gold);
  box-shadow: 8px 0 0 -2px var(--bass-coral), 0 0 18px rgba(246, 199, 74, .44);
  transform: rotate(-12deg);
}

.bass-strip {
  display: grid;
  min-height: 320px;
  align-items: center;
  padding: 30px;
  background:
    linear-gradient(118deg, rgba(8, 59, 65, .96) 0%, rgba(5, 24, 31, .98) 66%),
    var(--panel);
}

.bass-strip::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 22px;
  width: 44%;
  height: 2px;
  background: repeating-linear-gradient(90deg, rgba(246, 199, 74, .54) 0 22px, transparent 22px 36px);
  transform: rotate(-7deg);
}

.bass-strip .bass-copy {
  position: relative;
  z-index: 2;
  max-width: 640px;
}

.bass-strip img {
  position: absolute;
  right: -46px;
  bottom: -100px;
  z-index: 1;
  width: min(560px, 52%);
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .38));
  transition: transform .28s ease;
}

.bass-strip:hover img {
  transform: translate(-8px, -8px) rotate(-2deg);
}

.bass-strip-reverse img {
  right: -4px;
  bottom: -116px;
  width: min(520px, 48%);
}

.bass-symbol-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 22px;
  align-items: center;
}

.bass-symbol-art {
  display: grid;
  place-items: center;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(111, 212, 188, .15);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(10, 84, 86, .17), rgba(230, 106, 50, .055)),
    rgba(255,255,255,.018);
}

.bass-symbol-art img {
  width: min(430px, 100%);
  filter: drop-shadow(0 22px 36px rgba(0,0,0,.35));
}

.bass-catch-card {
  min-height: 460px;
  padding-right: min(42%, 260px);
}

.bass-catch-card img {
  position: absolute;
  right: -92px;
  bottom: -70px;
  width: min(390px, 58%);
  filter: drop-shadow(0 22px 34px rgba(0,0,0,.4));
}

.bass-steps {
  display: grid;
  gap: 10px;
  padding-left: 22px;
  color: var(--muted);
}

.bass-steps strong {
  color: #fff0b0;
}

.bass-lab {
  display: grid;
  gap: 16px;
}

.bass-value-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.bass-value-buttons button {
  min-width: 76px;
  min-height: 42px;
  border: 1px solid rgba(246, 199, 74, .3);
  border-radius: 8px;
  color: #e8fff6;
  background: linear-gradient(145deg, rgba(18, 104, 105, .9), rgba(6, 48, 60, .96));
  font-weight: 950;
  cursor: pointer;
}

.bass-value-buttons button:hover,
.bass-value-buttons button:focus-visible,
.bass-value-buttons button.is-picked {
  color: #07110d;
  background: linear-gradient(135deg, #f6d85c, #e98632);
  box-shadow: 0 12px 28px rgba(230, 106, 50, .2);
}

.bass-lab-output {
  min-height: 58px;
  padding: 16px;
  border: 1px solid rgba(116, 189, 82, .24);
  border-radius: 8px;
  color: #fff0b0;
  background: rgba(1, 13, 17, .38);
  font-weight: 900;
}

.bass-mechanic-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 3px solid var(--bass-coral);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(90deg, rgba(230, 106, 50, .13), rgba(8, 52, 58, .2));
}

.bass-mechanic-note strong {
  display: block;
  margin-bottom: 7px;
  color: #fff0b0;
  font-size: 18px;
}

.bass-mechanic-note p {
  font-size: 15px;
}

.slot-bass .faq-item {
  padding: 0;
}

.slot-bass .faq-item summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  color: #fff0b0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.slot-bass .faq-item summary::-webkit-details-marker {
  display: none;
}

.slot-bass .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  color: var(--bass-gold);
  font-size: 25px;
  transform: translateY(-50%);
}

.slot-bass .faq-item[open] summary::after {
  content: "−";
}

.slot-bass .faq-item p {
  padding: 0 20px 18px;
}

.slot-bass input[type="range"] {
  accent-color: var(--bass-coral);
}

.slot-book {
  --book-gold: #f3c64f;
  --book-bronze: #b66c26;
  --book-red: #b73b27;
  --book-teal: #28b4ae;
  --book-ink: #160b08;
}

.slot-book .hero {
  background:
    linear-gradient(90deg, rgba(20, 8, 5, .97) 0%, rgba(28, 13, 8, .86) 54%, rgba(28, 13, 8, .42) 100%),
    var(--hero-bg, none) center / cover no-repeat;
}

.slot-book .hero-inner {
  min-height: 650px;
  padding-block: 52px 46px;
}

.slot-book .hero h1 {
  max-width: 760px;
  color: #fff4cf;
  font-size: clamp(40px, 5vw, 68px);
}

.slot-book .eyebrow {
  color: #72ddd2;
}

.slot-book .breadcrumbs {
  color: #cfb998;
}

.slot-book .breadcrumbs a {
  color: #fff0c3;
}

.slot-book .breadcrumbs a:hover,
.slot-book .source-link:hover {
  color: var(--book-gold);
}

.slot-book .source-link {
  color: #72ddd2;
}

.slot-book .btn {
  color: #170a05;
  background: linear-gradient(135deg, #f7d75d, #d87429);
}

.slot-book .btn.secondary {
  color: #fff0c3;
  border-color: rgba(40, 180, 174, .3);
  background: rgba(22, 68, 66, .45);
}

.book-panel,
.book-lab,
.book-strip {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(243, 198, 79, .25);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(55, 27, 14, .94), rgba(13, 14, 18, .98) 64%),
    var(--panel);
  box-shadow: 0 18px 58px rgba(0, 0, 0, .38);
}

.book-panel,
.book-lab {
  padding: 22px;
}

.book-panel h2,
.book-panel h3,
.book-lab h2,
.book-strip h2 {
  color: #fff0bd;
}

.book-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: #72ddd2;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.book-kicker::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid var(--book-gold);
  border-radius: 50% 50% 45% 45%;
  background: var(--book-teal);
  box-shadow: 0 0 0 3px rgba(243, 198, 79, .15), 0 0 18px rgba(243, 198, 79, .45);
}

.book-scorecard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.book-scorecard div {
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(243, 198, 79, .17);
  border-radius: 8px;
  background: rgba(5, 8, 12, .34);
}

.book-scorecard span,
.book-scorecard strong {
  display: block;
}

.book-scorecard span {
  color: #cbb89c;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.book-scorecard strong {
  margin-top: 5px;
  color: #fff0bd;
  font-size: 14px;
}

.book-symbol-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.book-symbol-list div {
  min-width: 0;
  padding: 18px;
  border-top: 3px solid var(--book-gold);
  border-radius: 8px;
  background: linear-gradient(155deg, rgba(68, 35, 16, .7), rgba(10, 13, 18, .92));
  box-shadow: 0 16px 38px rgba(0, 0, 0, .24);
}

.book-symbol-list div:nth-child(2) {
  border-top-color: var(--book-red);
}

.book-symbol-list div:nth-child(3) {
  border-top-color: var(--book-teal);
}

.book-symbol-list div:nth-child(4) {
  border-top-color: #6f69be;
}

.book-symbol-list dt {
  color: #fff0bd;
  font-size: 17px;
  font-weight: 950;
}

.book-symbol-list dd {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.book-strip {
  display: grid;
  min-height: 330px;
  align-items: center;
  padding: 30px;
  background:
    linear-gradient(118deg, rgba(66, 32, 13, .97) 0%, rgba(14, 15, 20, .99) 68%),
    var(--panel);
}

.book-strip::after {
  content: "";
  position: absolute;
  right: 2%;
  bottom: 24px;
  width: 42%;
  height: 3px;
  background: repeating-linear-gradient(90deg, rgba(40, 180, 174, .65) 0 15px, rgba(243, 198, 79, .7) 15px 27px, transparent 27px 38px);
  transform: rotate(-4deg);
}

.book-strip .book-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.book-strip img {
  position: absolute;
  right: -55px;
  bottom: -115px;
  z-index: 1;
  width: min(560px, 52%);
  filter: drop-shadow(0 25px 38px rgba(0, 0, 0, .5));
  transition: transform .3s ease, filter .3s ease;
}

.book-strip:hover img {
  transform: translate(-8px, -10px) rotate(-2deg);
  filter: drop-shadow(0 28px 44px rgba(243, 198, 79, .16));
}

.book-strip-reverse img {
  right: -25px;
  bottom: -95px;
  width: min(530px, 49%);
}

.book-symbol-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 24px;
  align-items: center;
}

.book-symbol-art {
  display: grid;
  place-items: center;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(243, 198, 79, .16);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(183, 59, 39, .08), rgba(40, 180, 174, .07)),
    rgba(255, 255, 255, .018);
}

.book-symbol-art img {
  width: min(440px, 100%);
  filter: drop-shadow(0 22px 38px rgba(0, 0, 0, .42));
}

.book-demo-card {
  min-height: 490px;
  padding-right: min(43%, 265px);
}

.book-demo-card img {
  position: absolute;
  right: -80px;
  bottom: -65px;
  width: min(405px, 59%);
  filter: drop-shadow(0 24px 36px rgba(0, 0, 0, .45));
}

.book-steps {
  display: grid;
  gap: 10px;
  padding-left: 22px;
  color: var(--muted);
}

.book-steps strong {
  color: #fff0bd;
}

.book-mechanic-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 3px solid var(--book-teal);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(90deg, rgba(40, 180, 174, .14), rgba(183, 59, 39, .08));
}

.book-mechanic-note strong {
  display: block;
  margin-bottom: 7px;
  color: #fff0bd;
  font-size: 18px;
}

.book-mechanic-note p {
  font-size: 15px;
}

.book-lab {
  display: grid;
  gap: 16px;
}

.book-symbol-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.book-symbol-buttons button {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(243, 198, 79, .32);
  border-radius: 8px;
  color: #fff0bd;
  background: linear-gradient(145deg, rgba(91, 45, 18, .95), rgba(27, 19, 19, .98));
  font-weight: 950;
  cursor: pointer;
}

.book-symbol-buttons button:hover,
.book-symbol-buttons button:focus-visible,
.book-symbol-buttons button.is-picked,
.book-symbol-buttons button[aria-pressed="true"] {
  color: #170a05;
  background: linear-gradient(135deg, #f7d75d, #d87429);
  box-shadow: 0 12px 28px rgba(216, 116, 41, .24);
}

.book-reel-preview {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 5px;
  min-height: 208px;
  padding: 8px;
  border: 1px solid rgba(243, 198, 79, .22);
  border-radius: 8px;
  background: #0c090a;
}

.book-reel-preview span,
.book-reel-preview strong {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 8px 4px;
  border: 1px solid rgba(243, 198, 79, .13);
  border-radius: 4px;
  color: #d7c8b5;
  background: linear-gradient(155deg, #25140e, #111014);
  font-size: 13px;
  text-align: center;
  overflow-wrap: anywhere;
}

.book-reel-preview strong {
  color: #fff1b6;
  border-color: rgba(40, 180, 174, .45);
  background: linear-gradient(155deg, rgba(30, 106, 101, .7), rgba(48, 26, 16, .95));
  box-shadow: inset 0 0 18px rgba(243, 198, 79, .08);
}

.book-lab-output {
  min-height: 64px;
  padding: 16px;
  border: 1px solid rgba(40, 180, 174, .28);
  border-radius: 8px;
  color: #fff0bd;
  background: rgba(5, 8, 12, .44);
  font-weight: 900;
}

.book-field-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.book-field-note {
  position: relative;
  border: 1px solid rgba(243, 198, 79, .24);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(42, 21, 14, .94), rgba(7, 13, 20, .94));
  overflow: clip;
}

.book-field-note summary {
  display: grid;
  gap: 5px;
  min-height: 88px;
  padding: 17px 44px 17px 18px;
  cursor: pointer;
  list-style: none;
}

.book-field-note summary::-webkit-details-marker {
  display: none;
}

.book-field-note summary span {
  color: #65ddd3;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.book-field-note summary strong {
  color: #fff2cb;
  font-size: 1rem;
}

.book-field-note summary::after {
  content: "+";
  position: absolute;
  top: 17px;
  right: 18px;
  color: #f3c64f;
  font-size: 1.35rem;
  font-weight: 900;
}

.book-field-note[open] summary::after {
  content: "−";
}

.book-field-note-body {
  padding: 0 18px 18px;
  border-top: 1px solid rgba(243, 198, 79, .16);
}

.book-field-note-body p {
  margin: 14px 0 0;
}

.slot-book .faq-item {
  padding: 0;
  border-color: rgba(243, 198, 79, .18);
}

.slot-book .faq-item summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  color: #fff0bd;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.slot-book .faq-item summary::-webkit-details-marker {
  display: none;
}

.slot-book .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  color: var(--book-teal);
  font-size: 25px;
  transform: translateY(-50%);
}

.slot-book .faq-item[open] summary::after {
  content: "−";
}

.slot-book .faq-item p {
  padding: 0 20px 18px;
}

.slot-book input[type="range"] {
  accent-color: var(--book-teal);
}

.slot-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 300px));
  justify-content: center;
  gap: 18px;
}

.slot-card-grid .slot-poster-showcase {
  min-height: 0;
  aspect-ratio: 3 / 4;
}

.slot-card-grid .slot-poster-showcase > img {
  min-height: 0;
  height: 100%;
}

/* Mine Slot guide */
.slot-mine {
  --mine-grass: #8fd339;
  --mine-lime: #b9ee42;
  --mine-sky: #39b9ff;
  --mine-diamond: #62e7ff;
  --mine-gold: #ffd23f;
  --mine-orange: #ff8a24;
  --mine-dirt: #92512a;
  --mine-stone: #87919a;
  background:
    linear-gradient(180deg, rgba(20, 54, 92, .18), transparent 28%),
    var(--bg);
}

.slot-mine .hero {
  background:
    linear-gradient(90deg, rgba(5, 13, 20, .98), rgba(8, 19, 25, .91) 57%, rgba(8, 22, 30, .38)),
    var(--hero-bg, none) center / cover no-repeat;
}

.slot-mine .hero::before {
  opacity: .42;
  background-image:
    linear-gradient(rgba(143, 211, 57, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(98, 231, 255, .06) 1px, transparent 1px);
  background-size: 28px 28px;
}

.slot-mine .hero-inner {
  min-height: 680px;
  padding-block: 52px 46px;
}

.slot-mine .hero h1 {
  max-width: 800px;
  color: #f8ffe2;
  font-size: 62px;
  line-height: 1.02;
}

.slot-mine .eyebrow,
.slot-mine .source-link,
.mine-kicker {
  color: var(--mine-lime);
}

.slot-mine .breadcrumbs {
  color: #b8ccd2;
}

.slot-mine .breadcrumbs a,
.slot-mine .source-link:hover,
.mine-panel h2,
.mine-panel h3,
.mine-tool-lab h2,
.mine-strip h2 {
  color: #f9f6d6;
}

.slot-mine .btn {
  color: #081209;
  border-color: rgba(255, 210, 63, .45);
  background: linear-gradient(135deg, var(--mine-gold), var(--mine-orange));
  box-shadow: 0 12px 32px rgba(255, 138, 36, .18);
}

.slot-mine .btn:hover,
.slot-mine .btn:focus-visible {
  box-shadow: 0 16px 38px rgba(255, 138, 36, .28);
}

.slot-mine .btn.secondary {
  color: #f5ffe8;
  border-color: rgba(98, 231, 255, .28);
  background: rgba(9, 28, 39, .82);
  box-shadow: none;
}

.mine-poster {
  border-color: rgba(143, 211, 57, .38);
  background: rgba(5, 18, 23, .72);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .48), 0 0 36px rgba(98, 231, 255, .08);
}

.mine-panel,
.mine-tool-lab,
.mine-strip {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(143, 211, 57, .24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(35, 50, 23, .92), rgba(8, 22, 31, .97) 62%),
    var(--panel);
  box-shadow: 0 18px 58px rgba(0, 0, 0, .36);
}

.mine-panel,
.mine-tool-lab {
  padding: 22px;
}

.mine-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.mine-kicker::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid #18330f;
  background: var(--mine-lime);
  box-shadow: inset -3px -3px 0 rgba(24, 80, 16, .65), 0 0 11px rgba(143, 211, 57, .42);
}

.mine-scorecard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.mine-scorecard div {
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(98, 231, 255, .15);
  border-radius: 6px;
  background: rgba(4, 16, 22, .46);
}

.mine-scorecard span,
.mine-scorecard strong {
  display: block;
}

.mine-scorecard span {
  color: #a8c4c9;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.mine-scorecard strong {
  margin-top: 5px;
  color: #f5f2cf;
  font-size: 14px;
}

.mine-clean-figure {
  align-self: center;
  border-color: rgba(98, 231, 255, .24);
  background: #f7fbfd;
}

.mine-clean-figure img {
  object-fit: contain;
}

.mine-mechanic-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 3px solid var(--mine-diamond);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(90deg, rgba(35, 151, 188, .15), rgba(96, 153, 45, .08));
}

.mine-mechanic-note strong {
  display: block;
  margin-bottom: 7px;
  color: #f8f1c6;
  font-size: 18px;
}

.mine-mechanic-note p {
  font-size: 15px;
}

.mine-strip {
  min-height: 315px;
  padding: 34px min(48% + 20px, 590px) 34px 34px;
  background:
    linear-gradient(110deg, rgba(49, 75, 28, .98), rgba(8, 25, 33, .97) 62%),
    var(--panel);
}

.mine-strip .mine-copy {
  position: relative;
  z-index: 2;
}

.mine-strip img {
  position: absolute;
  right: -44px;
  bottom: -118px;
  z-index: 1;
  width: min(560px, 50%);
  filter: drop-shadow(0 24px 38px rgba(0, 0, 0, .48));
  transition: transform .28s ease, filter .28s ease;
}

.mine-strip:hover img {
  transform: translate(-8px, -8px) rotate(-2deg);
  filter: drop-shadow(0 28px 44px rgba(98, 231, 255, .13));
}

.mine-strip-reverse {
  background:
    linear-gradient(110deg, rgba(65, 43, 20, .98), rgba(8, 25, 33, .97) 62%),
    var(--panel);
}

.mine-strip-reverse img {
  right: -20px;
  bottom: -96px;
  width: min(530px, 48%);
}

.mine-block-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mine-block-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(98, 231, 255, .15);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(26, 43, 27, .78), rgba(8, 19, 27, .95));
  box-shadow: 0 15px 34px rgba(0, 0, 0, .23);
}

.mine-block-card h3 {
  margin: 12px 0 6px;
  color: #f5f2d0;
  font-size: 19px;
}

.mine-block-card p {
  font-size: 14px;
}

.mine-block-icon {
  display: block;
  width: 42px;
  aspect-ratio: 1;
  border: 3px solid rgba(0, 0, 0, .28);
  box-shadow: inset -8px -8px 0 rgba(0, 0, 0, .18), inset 7px 7px 0 rgba(255, 255, 255, .12);
}

.mine-block-icon.dirt { background: #9a5932; }
.mine-block-icon.stone { background: #8e999d; }
.mine-block-icon.ore { background: #737d81; box-shadow: inset -8px -8px 0 rgba(0, 0, 0, .18), inset 7px 7px 0 rgba(255, 255, 255, .12), 0 0 0 5px #b8372f inset; }
.mine-block-icon.gold { background: #f0bd38; }
.mine-block-icon.diamond { background: #62e7ff; }
.mine-block-icon.obsidian { background: #342154; }

.mine-tool-lab {
  display: grid;
  gap: 16px;
}

.mine-tool-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.mine-tool-buttons button {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(143, 211, 57, .3);
  border-radius: 6px;
  color: #efffd8;
  background: linear-gradient(145deg, rgba(45, 68, 27, .96), rgba(7, 24, 32, .98));
  font-weight: 950;
  cursor: pointer;
}

.mine-tool-buttons button:hover,
.mine-tool-buttons button:focus-visible,
.mine-tool-buttons button[aria-pressed="true"] {
  color: #071108;
  background: linear-gradient(135deg, var(--mine-lime), var(--mine-gold));
  box-shadow: 0 12px 28px rgba(143, 211, 57, .18);
}

.mine-tool-preview {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 5px;
  min-height: 170px;
  padding: 8px;
  border: 1px solid rgba(98, 231, 255, .2);
  border-radius: 6px;
  background: #071118;
}

.mine-tool-preview span {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 8px 3px;
  border: 2px solid rgba(0, 0, 0, .28);
  color: #f5f3d1;
  background: linear-gradient(#6ca930 0 18%, #9a5932 18% 36%, #899397 36% 56%, #c09329 56% 76%, #352152 76%);
  box-shadow: inset -7px -7px 0 rgba(0, 0, 0, .14);
  font-size: 11px;
  font-weight: 950;
  text-align: center;
  overflow-wrap: anywhere;
}

.mine-lab-output {
  min-height: 76px;
  padding: 16px;
  border: 1px solid rgba(98, 231, 255, .25);
  border-radius: 6px;
  color: #d7e4d6;
  background: rgba(4, 14, 20, .58);
}

.mine-lab-output strong {
  color: #f8f1c6;
}

.mine-motion-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(98, 231, 255, .24);
  border-radius: 8px;
  background: #0a1720;
  box-shadow: 0 22px 58px rgba(0, 0, 0, .34);
}

.mine-motion-card img {
  display: block;
  width: 100%;
  height: auto;
}

.mine-motion-card figcaption,
.mine-phone-motion figcaption {
  padding: 12px 15px;
  color: #b9c9c4;
  font-size: 13px;
}

.mine-bonus-card,
.mine-demo-card {
  min-height: 520px;
  padding-right: min(42%, 250px);
}

.mine-bonus-card img,
.mine-demo-card img {
  position: absolute;
  right: -82px;
  bottom: -52px;
  width: min(390px, 56%);
  filter: drop-shadow(0 24px 36px rgba(0, 0, 0, .44));
}

.mine-steps {
  display: grid;
  gap: 11px;
  padding-left: 22px;
  color: var(--muted);
}

.mine-steps strong {
  color: #f4f1cd;
}

.mine-mobile-showcase {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 10px;
  align-items: center;
}

.mine-phone-motion {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(143, 211, 57, .22);
  border-radius: 8px;
  background: #0a1720;
}

.mine-phone-motion img {
  display: block;
  width: 100%;
  height: auto;
}

.mine-mobile-art {
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #f6fbfd;
}

.slot-mine .faq-item {
  padding: 0;
  border-color: rgba(143, 211, 57, .18);
}

.slot-mine .faq-item summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  color: #f4f1cd;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.slot-mine .faq-item summary::-webkit-details-marker {
  display: none;
}

.slot-mine .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  color: var(--mine-lime);
  font-size: 25px;
  transform: translateY(-50%);
}

.slot-mine .faq-item[open] summary::after {
  content: "-";
}

.slot-mine .faq-item p {
  padding: 0 20px 18px;
}

.slot-mine input[type="range"] {
  accent-color: var(--mine-lime);
}

@media (max-width: 900px) {
  .slot-mine .hero h1 {
    font-size: 46px;
  }

  .mine-block-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mine-strip,
  .mine-strip-reverse {
    min-height: 390px;
    padding: 28px 28px 185px;
  }

  .mine-strip img,
  .mine-strip-reverse img {
    right: 50%;
    bottom: -145px;
    width: min(390px, 74%);
    transform: translateX(50%);
  }

  .mine-strip:hover img {
    transform: translate(50%, -6px);
  }

  .mine-bonus-card,
  .mine-demo-card {
    min-height: 470px;
    padding-right: 22px;
    padding-bottom: 190px;
  }

  .mine-bonus-card img,
  .mine-demo-card img {
    right: -45px;
    bottom: -90px;
    width: min(360px, 70%);
  }

  .mine-mobile-showcase {
    grid-template-columns: 1fr;
  }

  .mine-phone-motion {
    width: min(420px, 100%);
    justify-self: center;
  }
}

@media (max-width: 620px) {
  .slot-mine .hero-inner {
    min-height: auto;
    padding-block: 34px 28px;
  }

  .slot-mine .hero h1 {
    font-size: 36px;
  }

  .mine-scorecard,
  .mine-block-grid {
    grid-template-columns: 1fr;
  }

  .mine-tool-preview {
    min-height: 130px;
  }

  .mine-tool-preview span {
    font-size: 9px;
  }
}

/* Sugar Rush guide */
.slot-sugar {
  --sugar-pink: #ff4f9d;
  --sugar-hot: #ff287b;
  --sugar-blue: #33c9ff;
  --sugar-lime: #9be74a;
  --sugar-purple: #8b4cff;
  --sugar-gold: #ffc84a;
  background:
    linear-gradient(180deg, rgba(100, 29, 113, .16), transparent 28%),
    var(--bg);
}

.slot-sugar .hero {
  background:
    linear-gradient(90deg, rgba(10, 5, 22, .98), rgba(18, 8, 35, .91) 56%, rgba(19, 7, 38, .38)),
    var(--hero-bg, none) center / cover no-repeat;
}

.slot-sugar .hero::before {
  opacity: .45;
  background-image:
    radial-gradient(circle at 15% 22%, rgba(255, 200, 74, .19) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 32%, rgba(51, 201, 255, .18) 0 2px, transparent 3px),
    radial-gradient(circle at 48% 78%, rgba(155, 231, 74, .14) 0 3px, transparent 4px);
  background-size: 72px 72px, 92px 92px, 116px 116px;
}

.slot-sugar .hero-inner {
  min-height: 680px;
  padding-block: 52px 46px;
}

.slot-sugar .hero h1 {
  max-width: 860px;
  color: #fff7cf;
  font-size: 60px;
  line-height: 1.02;
}

.slot-sugar .eyebrow,
.slot-sugar .source-link,
.sugar-kicker {
  color: var(--sugar-gold);
}

.slot-sugar .breadcrumbs {
  color: #d1bedb;
}

.slot-sugar .breadcrumbs a,
.slot-sugar .source-link:hover,
.sugar-panel h2,
.sugar-panel h3,
.sugar-lab h2,
.sugar-strip h2 {
  color: #fff8d5;
}

.slot-sugar .btn {
  color: #210516;
  border-color: rgba(255, 200, 74, .48);
  background: linear-gradient(135deg, var(--sugar-gold), var(--sugar-hot));
  box-shadow: 0 12px 32px rgba(255, 40, 123, .18);
}

.slot-sugar .btn:hover,
.slot-sugar .btn:focus-visible {
  box-shadow: 0 16px 40px rgba(255, 40, 123, .29);
}

.slot-sugar .btn.secondary {
  color: #fff5db;
  border-color: rgba(51, 201, 255, .3);
  background: rgba(26, 10, 43, .84);
  box-shadow: none;
}

.sugar-poster {
  border-color: rgba(255, 79, 157, .42);
  background: rgba(21, 7, 34, .74);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .48), 0 0 42px rgba(255, 79, 157, .11);
}

.sugar-panel,
.sugar-lab,
.sugar-strip {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 79, 157, .26);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(70, 18, 83, .91), rgba(12, 14, 35, .97) 62%),
    var(--panel);
  box-shadow: 0 18px 58px rgba(0, 0, 0, .36);
}

.sugar-panel,
.sugar-lab {
  padding: 22px;
}

.sugar-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.sugar-kicker::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid rgba(58, 4, 43, .72);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sugar-pink), var(--sugar-blue));
  box-shadow: inset -3px -3px 0 rgba(63, 5, 70, .36), 0 0 12px rgba(255, 79, 157, .48);
}

.sugar-scorecard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.sugar-scorecard div {
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(51, 201, 255, .17);
  border-radius: 7px;
  background: rgba(12, 7, 30, .5);
}

.sugar-scorecard span,
.sugar-scorecard strong {
  display: block;
}

.sugar-scorecard span {
  color: #cab7d5;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.sugar-scorecard strong {
  margin-top: 5px;
  color: #fff4cf;
  font-size: 14px;
}

.sugar-clean-figure {
  align-self: center;
  border-color: rgba(255, 79, 157, .26);
  background: #170c28;
}

.sugar-clean-figure img {
  object-fit: contain;
}

.sugar-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 3px solid var(--sugar-blue);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(90deg, rgba(51, 201, 255, .14), rgba(155, 231, 74, .07));
}

.sugar-note strong {
  display: block;
  margin-bottom: 7px;
  color: #fff4d1;
  font-size: 18px;
}

.sugar-note p {
  font-size: 15px;
}

.sugar-strip {
  min-height: 315px;
  padding: 34px min(48% + 20px, 590px) 34px 34px;
  background:
    linear-gradient(110deg, rgba(91, 23, 85, .98), rgba(13, 14, 38, .97) 64%),
    var(--panel);
}

.sugar-strip-reverse {
  background:
    linear-gradient(110deg, rgba(44, 29, 101, .98), rgba(29, 13, 54, .97) 64%),
    var(--panel);
}

.sugar-strip .sugar-copy {
  position: relative;
  z-index: 2;
}

.sugar-strip img {
  position: absolute;
  right: -48px;
  bottom: -116px;
  z-index: 1;
  width: min(560px, 50%);
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, .46));
  transition: transform .28s ease, filter .28s ease;
}

.sugar-strip:hover img {
  transform: translate(-8px, -8px) rotate(-2deg);
  filter: drop-shadow(0 28px 48px rgba(255, 79, 157, .2));
}

.sugar-lab {
  display: grid;
  gap: 15px;
}

.sugar-multiplier-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  padding: 9px;
  border: 1px solid rgba(51, 201, 255, .2);
  border-radius: 8px;
  background: #10081f;
}

.sugar-multiplier-grid button {
  aspect-ratio: 1;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  color: #fff1ca;
  background: linear-gradient(145deg, #9b286d, #582d9c 52%, #155d92);
  box-shadow: inset -7px -8px 0 rgba(14, 3, 36, .25);
  font-weight: 950;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.sugar-multiplier-grid button:hover,
.sugar-multiplier-grid button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.12);
}

.sugar-multiplier-grid button.is-active {
  color: #2b061c;
  background: linear-gradient(145deg, var(--sugar-gold), var(--sugar-pink) 55%, var(--sugar-blue));
  box-shadow: inset -7px -8px 0 rgba(91, 7, 74, .2), 0 0 18px rgba(255, 79, 157, .28);
}

.sugar-lab-output {
  min-height: 74px;
  padding: 15px;
  border: 1px solid rgba(51, 201, 255, .22);
  border-radius: 7px;
  color: #dfd4e8;
  background: rgba(11, 7, 28, .58);
}

.sugar-reset {
  justify-self: start;
}

.sugar-demo-card {
  min-height: 520px;
  padding-right: min(43%, 250px);
}

.sugar-demo-card img {
  position: absolute;
  right: -88px;
  bottom: -55px;
  width: min(400px, 58%);
  filter: drop-shadow(0 25px 38px rgba(0, 0, 0, .4));
}

.sugar-steps {
  display: grid;
  gap: 11px;
  padding-left: 22px;
  color: var(--muted);
}

.sugar-steps strong {
  color: #fff1cb;
}

.sugar-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.sugar-gallery .image-card {
  min-width: 0;
  border-color: rgba(255, 79, 157, .23);
  background: #150b25;
}

.sugar-gallery .image-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.sugar-lollipop {
  display: block;
  width: min(240px, 70%);
  height: auto;
  margin: 20px auto -75px;
  filter: drop-shadow(0 20px 32px rgba(255, 40, 123, .2));
}

.slot-sugar .faq-item {
  padding: 0;
  border-color: rgba(255, 79, 157, .2);
}

.slot-sugar .faq-item summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  color: #fff2d3;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.slot-sugar .faq-item summary::-webkit-details-marker {
  display: none;
}

.slot-sugar .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  color: var(--sugar-pink);
  font-size: 25px;
  transform: translateY(-50%);
}

.slot-sugar .faq-item[open] summary::after {
  content: "-";
}

.slot-sugar .faq-item p {
  padding: 0 20px 18px;
}

.slot-sugar input[type="range"] {
  accent-color: var(--sugar-pink);
}

@media (max-width: 900px) {
  .slot-sugar .hero h1 {
    font-size: 46px;
  }

  .sugar-strip,
  .sugar-strip-reverse {
    min-height: 390px;
    padding: 28px 28px 185px;
  }

  .sugar-strip img,
  .sugar-strip-reverse img {
    right: 50%;
    bottom: -150px;
    width: min(390px, 74%);
    transform: translateX(50%);
  }

  .sugar-strip:hover img {
    transform: translate(50%, -6px);
  }

  .sugar-demo-card {
    min-height: 470px;
    padding-right: 22px;
    padding-bottom: 190px;
  }

  .sugar-demo-card img {
    right: -45px;
    bottom: -90px;
    width: min(360px, 70%);
  }

  .sugar-gallery {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .slot-sugar .hero-inner {
    min-height: auto;
    padding-block: 34px 28px;
  }

  .slot-sugar .hero h1 {
    font-size: 36px;
  }

  .sugar-scorecard {
    grid-template-columns: 1fr;
  }

  .sugar-multiplier-grid {
    gap: 5px;
  }

  .sugar-multiplier-grid button {
    font-size: 12px;
  }
}

/* Fishin' Frenzy guide */
.slot-fishin {
  --fish-blue: #21b8ff;
  --fish-deep: #072346;
  --fish-foam: #89f0ff;
  --fish-gold: #ffc046;
  --fish-orange: #ff7d1a;
  background:
    radial-gradient(circle at 12% 8%, rgba(33, 184, 255, .14), transparent 30%),
    linear-gradient(180deg, rgba(5, 51, 91, .2), transparent 34%),
    var(--bg);
}

.slot-fishin .hero {
  background:
    linear-gradient(90deg, rgba(3, 11, 25, .98), rgba(6, 24, 48, .92) 54%, rgba(7, 31, 62, .42)),
    var(--hero-bg, none) center / cover no-repeat;
}

.slot-fishin .hero::before {
  opacity: .48;
  background-image:
    radial-gradient(circle at 14% 24%, rgba(137, 240, 255, .2) 0 2px, transparent 3px),
    radial-gradient(circle at 74% 34%, rgba(255, 192, 70, .18) 0 2px, transparent 3px),
    radial-gradient(circle at 52% 74%, rgba(33, 184, 255, .16) 0 3px, transparent 4px);
  background-size: 74px 74px, 96px 96px, 124px 124px;
}

.slot-fishin .hero-inner {
  min-height: 680px;
  padding-block: 52px 46px;
}

.slot-fishin .hero h1 {
  max-width: 860px;
  color: #fff7d5;
  font-size: 60px;
  line-height: 1.02;
}

.slot-fishin .eyebrow,
.slot-fishin .source-link,
.fishin-kicker {
  color: var(--fish-gold);
}

.slot-fishin .breadcrumbs {
  color: #b9d8df;
}

.slot-fishin .breadcrumbs a,
.slot-fishin .source-link:hover,
.fishin-panel h2,
.fishin-lab h2,
.fishin-planner h2,
.fishin-strip h2 {
  color: #fff8d4;
}

.slot-fishin .btn {
  color: #1e0d04;
  border-color: rgba(255, 192, 70, .54);
  background: linear-gradient(135deg, var(--fish-gold), var(--fish-orange));
  box-shadow: 0 14px 34px rgba(255, 125, 26, .2);
}

.slot-fishin .btn:hover,
.slot-fishin .btn:focus-visible {
  box-shadow: 0 16px 42px rgba(33, 184, 255, .25);
}

.slot-fishin .btn.secondary {
  color: #fff4d4;
  border-color: rgba(137, 240, 255, .36);
  background: rgba(4, 18, 38, .84);
  box-shadow: none;
}

.fishin-panel,
.fishin-lab,
.fishin-planner,
.fishin-strip {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(137, 240, 255, .26);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(6, 41, 78, .92), rgba(10, 10, 25, .98) 64%),
    var(--panel);
  box-shadow: 0 18px 58px rgba(0, 0, 0, .36);
}

.fishin-panel,
.fishin-lab,
.fishin-planner {
  padding: 22px;
}

.fishin-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.fishin-kicker::before {
  content: "";
  width: 18px;
  height: 11px;
  border-radius: 999px 999px 999px 4px;
  background: linear-gradient(135deg, var(--fish-gold), var(--fish-orange));
  box-shadow: 0 0 14px rgba(255, 192, 70, .35);
  transform: skewX(-12deg);
}

.fishin-symbol-art {
  display: grid;
  place-items: center;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(137, 240, 255, .2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 38%, rgba(33, 184, 255, .18), transparent 45%),
    linear-gradient(160deg, rgba(255, 192, 70, .08), rgba(10, 18, 36, .94));
}

.fishin-symbol-art img {
  width: min(420px, 100%);
  filter: drop-shadow(0 24px 42px rgba(0, 0, 0, .42));
}

.fishin-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 3px solid var(--fish-foam);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(90deg, rgba(33, 184, 255, .14), rgba(255, 192, 70, .07));
}

.fishin-note strong {
  display: block;
  margin-bottom: 7px;
  color: #fff3d0;
  font-size: 18px;
}

.fishin-strip {
  min-height: 315px;
  padding: 34px min(48% + 20px, 590px) 34px 34px;
  background:
    linear-gradient(110deg, rgba(7, 58, 104, .98), rgba(7, 16, 34, .97) 64%),
    var(--panel);
}

.fishin-strip-reverse {
  background:
    linear-gradient(110deg, rgba(82, 47, 18, .96), rgba(5, 25, 48, .97) 64%),
    var(--panel);
}

.fishin-strip .fishin-copy {
  position: relative;
  z-index: 2;
}

.fishin-strip img {
  position: absolute;
  right: -56px;
  bottom: -112px;
  z-index: 1;
  width: min(540px, 49%);
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, .46));
  transition: transform .28s ease, filter .28s ease;
}

.fishin-strip:hover img {
  transform: translate(-8px, -8px) rotate(-2deg);
  filter: drop-shadow(0 28px 48px rgba(33, 184, 255, .2));
}

.fishin-lab,
.fishin-planner {
  display: grid;
  gap: 15px;
}

.fish-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.fish-buttons button {
  min-width: 0;
  min-height: 54px;
  border: 1px solid rgba(137, 240, 255, .22);
  border-radius: 8px;
  color: #fff4d1;
  background:
    radial-gradient(circle at 35% 20%, rgba(137, 240, 255, .28), transparent 34%),
    linear-gradient(145deg, #074c80, #09284f 58%, #061426);
  box-shadow: inset -8px -9px 0 rgba(0, 0, 0, .18);
  font-size: 17px;
  font-weight: 950;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.fish-buttons button:hover,
.fish-buttons button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

.fish-buttons button.is-active {
  color: #201004;
  background: linear-gradient(145deg, var(--fish-gold), var(--fish-orange));
  box-shadow: 0 0 20px rgba(255, 192, 70, .25);
}

.fishin-lab-output {
  min-height: 72px;
  padding: 15px;
  border: 1px solid rgba(137, 240, 255, .24);
  border-radius: 7px;
  color: #d9eff4;
  background: rgba(4, 16, 35, .62);
}

.fishin-scorecard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.fishin-scorecard div {
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(255, 192, 70, .2);
  border-radius: 7px;
  background: rgba(4, 18, 38, .55);
}

.fishin-scorecard span,
.fishin-scorecard strong {
  display: block;
}

.fishin-scorecard span {
  color: #b7d5dc;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.fishin-scorecard strong {
  margin-top: 5px;
  color: #fff4cf;
  font-size: 14px;
}

.fishin-deep .section-head {
  max-width: 880px;
}

.fishin-cta {
  background:
    radial-gradient(circle at 78% 40%, rgba(33, 184, 255, .14), transparent 34%),
    linear-gradient(180deg, rgba(8, 38, 70, .35), transparent);
}

.slot-fishin .faq-item {
  padding: 0;
  border-color: rgba(137, 240, 255, .2);
}

.slot-fishin .faq-item summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  color: #fff2d3;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.slot-fishin .faq-item summary::-webkit-details-marker {
  display: none;
}

.slot-fishin .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  color: var(--fish-gold);
  font-size: 25px;
  transform: translateY(-50%);
}

.slot-fishin .faq-item[open] summary::after {
  content: "-";
}

.slot-fishin .faq-item p {
  padding: 0 20px 18px;
}

.slot-fishin input[type="range"] {
  accent-color: var(--fish-blue);
}

@media (max-width: 900px) {
  .slot-fishin .hero h1 {
    font-size: 46px;
  }

  .fishin-strip,
  .fishin-strip-reverse {
    min-height: 390px;
    padding: 28px 28px 185px;
  }

  .fishin-strip img,
  .fishin-strip-reverse img {
    right: 50%;
    bottom: -145px;
    width: min(390px, 74%);
    transform: translateX(50%);
  }

  .fishin-strip:hover img {
    transform: translate(50%, -6px);
  }
}

@media (max-width: 620px) {
  .slot-fishin .hero-inner {
    min-height: auto;
    padding-block: 34px 28px;
  }

  .slot-fishin .hero h1 {
    font-size: 36px;
  }

  .fishin-scorecard,
  .fish-buttons {
    grid-template-columns: 1fr;
  }
}

.slot-card-grid .slot-poster-overlay {
  inset: auto 10px 10px;
  padding: 12px;
}

.slot-card-grid .slot-poster-overlay strong {
  font-size: 21px;
}

.slot-card-grid .slot-poster-overlay p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.42;
}

.slot-card-grid .slot-poster-actions .btn {
  min-height: 36px;
  padding: 8px 10px;
  font-size: 12px;
}

.slot-catalog-section {
  padding-top: 38px;
}

.slot-catalog-section .section-head {
  max-width: 800px;
  margin-bottom: 22px;
}

.slot-catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 430px), 1fr));
  gap: 14px;
}

.slot-catalog-card {
  content-visibility: auto;
  contain-intrinsic-size: 300px 520px;
  display: grid;
  grid-template-columns: clamp(118px, 24%, 150px) minmax(0, 1fr);
  min-height: 276px;
  overflow: hidden;
  border: 1px solid rgba(255, 218, 112, .22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 191, 47, .075), rgba(126, 43, 255, .055)),
    rgba(11, 8, 16, .9);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
}

.slot-catalog-poster {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 191, 47, .16), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(0, 0, 0, .12)),
    #08040d;
}

.slot-catalog-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 218, 112, .12);
  pointer-events: none;
}

.slot-catalog-poster img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease, filter .35s ease;
}

.slot-catalog-card:hover .slot-catalog-poster img,
.slot-catalog-card:focus-within .slot-catalog-poster img {
  filter: saturate(1.08) brightness(.9);
}

.slot-catalog-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
}

.slot-card-meta,
.slot-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.slot-card-meta span,
.slot-tags span {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  border: 1px solid rgba(255, 218, 112, .2);
  border-radius: 999px;
  padding: 5px 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.1;
}

.slot-catalog-body h2 {
  margin: 0;
  font-size: 23px;
  line-height: 1.08;
}

.slot-catalog-body p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 0;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.45;
}

.slot-catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.slot-catalog-actions .btn {
  min-height: 36px;
  padding: 8px 11px;
  font-size: 12px;
}

@media (max-width: 920px) {
  .hero-inner,
  .home-grid,
  .grid.two,
  .grid.three,
  .quick-facts,
  .fact-grid,
  .image-grid,
  .procon,
  .home-feature-grid,
  .play-plaque {
    grid-template-columns: 1fr;
  }

  .sweet-symbol-grid,
  .sweet-compare,
  .bass-symbol-grid,
  .book-symbol-grid {
    grid-template-columns: 1fr;
  }

  .bass-symbol-list,
  .book-symbol-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bass-strip img,
  .book-strip img {
    right: -60px;
    width: min(470px, 52%);
  }

  .bass-catch-card,
  .book-demo-card {
    min-height: 400px;
  }

  .slot-bass .hero-inner,
  .slot-book .hero-inner {
    padding-top: 36px;
  }

  .slot-card-grid {
    grid-template-columns: minmax(0, min(320px, 100%));
    justify-content: center;
  }

  .slot-hub-hero > .wrap {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 0 44px;
  }

  .slot-hub-hero .section-head {
    width: min(700px, 100%);
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .slot-hub-hero h1 {
    max-width: 700px;
    margin-inline: auto;
    font-size: clamp(30px, 6.8vw, 44px);
  }

  .slot-hub-hero .lead {
    max-width: 640px;
    margin-inline: auto;
  }

  .slot-hub-hero > .wrap > .slot-card-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 260px));
    justify-content: center;
  }

  .slot-hub-hero > .wrap > .slot-poster-showcase {
    justify-self: center;
    width: min(260px, 100%);
  }

  .guide-card.poster-card {
    grid-template-columns: 1fr;
  }

  .guide-card.poster-card img {
    min-height: 0;
    aspect-ratio: 3 / 4;
  }

  .slot-poster-showcase {
    min-height: 0;
    aspect-ratio: 3 / 4;
  }

  .slot-poster-showcase > img {
    min-height: 0;
    height: 100%;
  }

  .sloto-guide-card {
    min-height: auto;
    padding: 20px;
    background-size: 120% auto, 132% auto, auto, auto, auto;
    background-position: center top, center 24px, center, center, center;
  }

  .sloto-guide-card img {
    width: min(112%, 720px);
  }

  .hero-inner {
    min-height: auto;
    padding-top: 44px;
  }

  .nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 12px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 12px 0;
  }

  .nav .brand {
    order: 1;
    flex: 0 1 auto;
    justify-self: start;
    min-width: 0;
  }

  .nav-links {
    order: 3;
    flex: 0 0 100%;
    justify-content: center;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .language-menu {
    order: 2;
    flex: 0 1 min(42vw, 148px);
    justify-self: end;
    width: min(42vw, 148px);
    max-width: min(42vw, 148px);
    min-width: 0;
    margin-left: auto;
  }

  .language-menu summary {
    width: 100%;
    max-width: min(42vw, 148px);
    min-height: 40px;
    padding: 7px 10px;
    box-sizing: border-box;
  }

  .language-panel {
    position: absolute;
    right: 0;
    left: auto;
    width: min(360px, calc(100vw - 22px));
    margin-top: 10px;
  }

  .method-art {
    width: min(68%, 300px);
    max-height: 270px;
    margin: 0 auto -4px;
  }
}

@media (max-width: 560px) {
  main section[id] {
    scroll-margin-top: 200px;
  }

  .wrap {
    width: calc(100vw - 22px);
    max-width: 1180px;
  }

  .hero-inner {
    display: block;
    width: 100%;
    max-width: calc(100vw - 22px);
  }

  .hero-inner > * + * {
    margin-top: 24px;
  }

  .home-grid > div:first-child,
  .hero-inner > div:first-child,
  .section-head {
    width: min(340px, 100%);
    max-width: 100%;
  }

  h1 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.08;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .home-hero h1 {
    font-size: 29px;
  }

  .home-hero .lead {
    max-width: 100%;
  }

  .nav {
    display: grid;
    grid-template-columns: auto minmax(132px, 1fr);
    align-items: center;
    gap: 10px;
    min-height: auto;
    padding: 10px 0;
  }

  .nav .brand {
    grid-column: 1;
    min-width: 0;
  }

  .brand img {
    width: min(128px, 34vw);
  }

  .language-menu {
    grid-column: 2;
    position: relative;
    justify-self: end;
    width: min(48vw, 164px);
    max-width: min(48vw, 164px);
    margin-left: 0;
  }

  .language-menu,
  .language-menu summary {
    box-sizing: border-box;
  }

  .language-menu summary {
    width: 100%;
    max-width: 100%;
    gap: 7px;
    min-height: 38px;
    padding: 7px 9px;
  }

  .nav-links {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .nav-links a {
    flex: 1 1 min(30%, 120px);
    max-width: 160px;
    min-width: 0;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 9px;
    overflow: hidden;
    text-align: center;
    text-wrap: balance;
    white-space: normal;
    font-size: 12px;
    line-height: 1.15;
  }

  .language-menu summary .flag {
    width: 28px;
    height: 19px;
    flex-basis: 28px;
  }

  .sloto-guide-card {
    gap: 14px;
    justify-self: start;
    width: calc(100vw - 22px);
    max-width: calc(100vw - 22px);
    padding: 16px;
    min-height: 430px;
    background-size: 130% auto, 142% auto, auto, auto, auto;
    background-position: center top, center 18px, center, center, center;
  }

  .sloto-guide-card img {
    width: 116%;
    max-width: none;
    margin-inline: -8%;
    transform: none;
  }

  .sloto-guide-card:hover img,
  .sloto-guide-card:focus-within img {
    transform: none;
  }

  .sloto-guide-copy {
    justify-self: start;
    width: min(100%, calc(100vw - 110px));
    max-width: calc(100vw - 110px);
    padding: 14px;
  }

  .home-feature-art {
    width: min(82%, 220px);
    height: 150px;
    margin-top: -6px;
  }

  .slot-card-grid {
    grid-template-columns: minmax(0, min(280px, 100%));
  }

  .slot-catalog-section {
    padding-top: 28px;
  }

  .slot-catalog-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .slot-catalog-card {
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 164px;
    contain-intrinsic-size: 164px 360px;
  }

  .slot-catalog-poster {
    aspect-ratio: auto;
    min-height: 164px;
  }

  .slot-catalog-poster img {
    min-height: 0;
  }

  .slot-catalog-body {
    gap: 8px;
    padding: 10px;
  }

  .slot-catalog-body h2 {
    font-size: 19px;
  }

  .slot-catalog-body p {
    -webkit-line-clamp: 3;
    font-size: 13px;
  }

  .slot-card-meta span,
  .slot-tags span {
    padding: 4px 7px;
    font-size: 10px;
  }

  .slot-catalog-actions .btn {
    min-height: 34px;
    padding: 7px 9px;
    font-size: 11px;
  }

  .slot-hub-hero > .wrap {
    gap: 20px;
    padding: 24px 0 36px;
  }

  .slot-hub-hero h1 {
    max-width: 330px;
    font-size: 25px;
    line-height: 1.08;
  }

  .slot-hub-hero .lead {
    max-width: 330px;
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.5;
  }

  .slot-hub-hero > .wrap > .slot-card-grid {
    grid-template-columns: minmax(0, min(260px, 100%));
  }

  .slot-hub-hero > .wrap > .slot-poster-showcase {
    width: min(260px, 100%);
  }

  .method-art {
    width: min(82%, 250px);
    max-height: 250px;
  }

  h2 {
    font-size: 30px;
  }

  .lead,
  p {
    font-size: 16px;
  }

  .section {
    padding: 52px 0;
  }

  .language-panel {
    grid-template-columns: 1fr;
  }

  .slot-poster-overlay {
    inset: auto 12px 12px;
    padding: 14px;
    opacity: 1;
    transform: none;
  }

  .slot-poster-overlay strong {
    font-size: 23px;
  }

  .slot-poster-actions .btn {
    width: 100%;
  }

  .hero-actions,
  .cta-row {
    justify-content: center;
    text-align: center;
  }

  .hero-actions .btn,
  .cta-row .btn {
    width: auto;
    min-width: min(270px, 100%);
  }

  .play-plaque .btn {
    width: auto;
    min-width: min(240px, 100%);
    justify-self: center;
  }

  .sweet-strip {
    padding: 22px;
  }

  .sweet-strip img {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 18px;
  }

  .bass-strip {
    min-height: 0;
    padding: 22px;
  }

  .bass-strip::after {
    display: none;
  }

  .bass-strip img,
  .bass-strip-reverse img {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 380px);
    margin: 18px auto -40px;
  }

  .bass-catch-card {
    min-height: 0;
    padding-right: 22px;
    padding-bottom: 0;
  }

  .bass-catch-card img {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 310px);
    margin: 14px auto -28px;
  }

  .bass-symbol-art {
    min-height: 230px;
  }

  .slot-bass .hero h1 {
    font-size: 28px;
    line-height: 1.08;
  }

  .slot-bass .hero .lead {
    font-size: 16px;
    line-height: 1.58;
  }

  .bass-scorecard {
    grid-template-columns: 1fr 1fr;
  }

  .bass-symbol-list {
    grid-template-columns: 1fr;
  }

  .book-strip {
    min-height: 0;
    padding: 22px;
  }

  .book-strip::after {
    display: none;
  }

  .book-strip img,
  .book-strip-reverse img {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 380px);
    margin: 18px auto -40px;
  }

  .book-demo-card {
    min-height: 0;
    padding-right: 22px;
    padding-bottom: 0;
  }

  .book-demo-card img {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 310px);
    margin: 14px auto -28px;
  }

  .book-symbol-art {
    min-height: 230px;
  }

  .slot-book .hero h1 {
    font-size: 28px;
    line-height: 1.08;
  }

  .slot-book .hero .lead {
    font-size: 16px;
    line-height: 1.58;
  }

  .book-scorecard {
    grid-template-columns: 1fr 1fr;
  }

  .book-symbol-list {
    grid-template-columns: 1fr;
  }

  .book-reel-preview {
    min-height: 180px;
  }

  .book-field-notes {
    grid-template-columns: 1fr;
  }

  .seo-table th,
  .seo-table td {
    display: block;
    width: 100%;
  }

  .seo-table th {
    border-bottom: 0;
    padding-bottom: 6px;
  }
}

@media (max-width: 420px) {
  .nav {
    grid-template-columns: auto minmax(142px, 1fr);
    gap: 8px;
  }

  .brand img {
    width: min(118px, 32vw);
  }

  .language-menu {
    width: min(54vw, 174px);
    max-width: min(54vw, 174px);
  }

  .language-menu summary {
    padding-inline: 8px;
  }

  .language-menu summary > span:last-of-type {
    max-width: 86px;
  }

  .nav-links a {
    flex-basis: calc(33.333% - 6px);
    max-width: none;
    padding-inline: 7px;
    font-size: 11px;
  }
}
/* Wolf Gold guide */
.slot-wolf {
  --wolf-amber: #ffb632;
  --wolf-orange: #ff7a18;
  --wolf-red: #b8331e;
  --wolf-night: #08070b;
  --wolf-panel: rgba(22, 13, 16, .88);
  --wolf-line: rgba(255, 182, 50, .34);
}

.slot-wolf .hero {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 182, 50, .22), transparent 28%),
    linear-gradient(135deg, rgba(9, 7, 12, .95), rgba(53, 18, 13, .68)),
    var(--hero-bg) center/cover;
}

.slot-wolf .hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .48) 54%, rgba(0, 0, 0, .62)),
    repeating-linear-gradient(115deg, rgba(255, 182, 50, .08) 0 1px, transparent 1px 18px);
}

.slot-wolf .hero h1 {
  text-shadow: 0 10px 38px rgba(0, 0, 0, .5), 0 0 22px rgba(255, 122, 24, .22);
}

.slot-wolf .eyebrow,
.slot-wolf .breadcrumbs a,
.wolf-kicker,
.wolf-panel h2,
.wolf-copy h2 {
  color: var(--wolf-amber);
}

.slot-wolf .btn {
  border-color: rgba(255, 214, 116, .72);
  background: linear-gradient(135deg, #ffd45f, var(--wolf-orange) 58%, #f04d22);
  box-shadow: 0 18px 34px rgba(255, 122, 24, .22);
}

.slot-wolf .btn.secondary {
  background: rgba(14, 10, 16, .72);
  color: #fff7d6;
  box-shadow: none;
}

.wolf-poster img {
  object-fit: cover;
  border-color: rgba(255, 182, 50, .42);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .48), 0 0 36px rgba(255, 122, 24, .18);
}

.wolf-panel,
.wolf-lab,
.wolf-strip,
.wolf-cta,
.wolf-session {
  border: 1px solid var(--wolf-line);
  background:
    linear-gradient(145deg, rgba(255, 182, 50, .08), transparent 36%),
    var(--wolf-panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.wolf-panel,
.wolf-lab {
  border-radius: 14px;
  padding: clamp(22px, 4vw, 34px);
}

.wolf-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.wolf-kicker::before {
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, #fff7bf, var(--wolf-amber) 52%, var(--wolf-red));
  box-shadow: 0 0 18px rgba(255, 182, 50, .7);
}

.wolf-art,
.wolf-symbol-card {
  display: grid;
  place-items: center;
  min-height: 280px;
}

.wolf-art img,
.wolf-symbol-card img,
.wolf-strip img {
  width: min(100%, 520px);
  height: auto;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, .34));
}

.wolf-strip {
  overflow: hidden;
  border-radius: 18px;
  margin-inline: auto;
  max-width: min(1180px, calc(100% - 32px));
}

.wolf-strip .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, .8fr);
  align-items: center;
  gap: clamp(20px, 4vw, 48px);
  padding-block: clamp(26px, 5vw, 46px);
}

.wolf-strip-reverse .wrap {
  grid-template-columns: minmax(240px, .8fr) minmax(0, 1.1fr);
}

.wolf-copy {
  max-width: 760px;
}

.wolf-moon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0;
}

.wolf-moon-grid button,
.wolf-reset {
  min-height: 48px;
  border: 1px solid rgba(255, 214, 116, .48);
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(255, 182, 50, .16), rgba(255, 122, 24, .08));
  color: #fff6cf;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.wolf-moon-grid button:hover,
.wolf-moon-grid button:focus-visible,
.wolf-moon-grid button.is-active,
.wolf-reset:hover,
.wolf-reset:focus-visible {
  background: linear-gradient(145deg, #ffd45f, var(--wolf-orange));
  color: #100804;
}

.wolf-lab-output,
.wolf-session strong {
  display: block;
  margin-top: 14px;
  border-radius: 12px;
  padding: 14px 16px;
  background: rgba(0, 0, 0, .28);
  color: #ffe7a1;
  font-weight: 800;
}

.wolf-session {
  margin-top: 22px;
  border-radius: 14px;
  padding: 18px;
}

.wolf-session label {
  display: block;
  margin-top: 10px;
  color: #fff0bd;
  font-weight: 900;
}

.slot-wolf input[type="range"] {
  width: 100%;
  accent-color: var(--wolf-orange);
}

.wolf-gallery .image-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.wolf-cta {
  max-width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
  border-radius: 18px;
  text-align: center;
}

.wolf-cta .wrap {
  padding-block: clamp(28px, 5vw, 46px);
}

@media (max-width: 780px) {
  .wolf-strip .wrap,
  .wolf-strip-reverse .wrap {
    grid-template-columns: 1fr;
  }

  .wolf-strip img {
    max-height: 260px;
    object-fit: contain;
  }

  .wolf-moon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wolf-panel,
  .wolf-lab {
    padding: 20px;
  }
}
/* Starlight Princess guide */
.slot-starlight {
  --star-pink: #ff4fb4;
  --star-hot: #ff2b83;
  --star-violet: #8f55ff;
  --star-blue: #38d7ff;
  --star-gold: #ffd45c;
  --star-panel: rgba(22, 9, 34, .9);
  --star-line: rgba(255, 115, 205, .34);
}

.slot-starlight .hero {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 79, 180, .26), transparent 28%),
    radial-gradient(circle at 80% 18%, rgba(56, 215, 255, .22), transparent 30%),
    linear-gradient(135deg, rgba(7, 3, 18, .96), rgba(48, 14, 70, .72)),
    var(--hero-bg) center/cover;
}

.slot-starlight .hero::before {
  background:
    linear-gradient(90deg, rgba(5, 2, 12, .88), rgba(14, 5, 28, .48) 56%, rgba(5, 2, 12, .72)),
    repeating-linear-gradient(115deg, rgba(255, 212, 92, .08) 0 1px, transparent 1px 18px);
}

.slot-starlight .hero h1 {
  text-shadow: 0 12px 42px rgba(0, 0, 0, .55), 0 0 24px rgba(255, 79, 180, .32);
}

.slot-starlight .eyebrow,
.slot-starlight .breadcrumbs a,
.starlight-kicker,
.starlight-panel h2,
.starlight-copy h2 {
  color: var(--star-gold);
}

.slot-starlight .btn {
  border-color: rgba(255, 212, 92, .72);
  background: linear-gradient(135deg, var(--star-gold), var(--star-pink) 50%, var(--star-violet));
  box-shadow: 0 18px 34px rgba(255, 79, 180, .24);
}

.slot-starlight .btn.secondary {
  background: rgba(17, 8, 29, .72);
  color: #fff2d6;
  box-shadow: none;
}

.starlight-poster img {
  object-fit: cover;
  border-color: rgba(255, 115, 205, .5);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .5), 0 0 38px rgba(255, 79, 180, .22);
}

.starlight-panel,
.starlight-lab,
.starlight-strip,
.starlight-cta,
.starlight-session {
  border: 1px solid var(--star-line);
  background:
    linear-gradient(145deg, rgba(255, 79, 180, .1), transparent 36%),
    var(--star-panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.starlight-panel,
.starlight-lab {
  border-radius: 14px;
  padding: clamp(22px, 4vw, 34px);
}

.starlight-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.starlight-kicker::before {
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, #fff, var(--star-gold) 35%, var(--star-pink) 72%);
  box-shadow: 0 0 18px rgba(255, 79, 180, .8);
}

.starlight-art,
.starlight-symbol-card {
  display: grid;
  place-items: center;
  min-height: 280px;
}

.starlight-art img,
.starlight-symbol-card img,
.starlight-strip img {
  width: min(100%, 520px);
  height: auto;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, .34));
}

.starlight-strip {
  overflow: hidden;
  border-radius: 18px;
  margin-inline: auto;
  max-width: min(1180px, calc(100% - 32px));
}

.starlight-strip .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, .8fr);
  align-items: center;
  gap: clamp(20px, 4vw, 48px);
  padding-block: clamp(26px, 5vw, 46px);
}

.starlight-strip-reverse .wrap {
  grid-template-columns: minmax(240px, .8fr) minmax(0, 1.1fr);
}

.starlight-copy {
  max-width: 760px;
}

.starlight-mult-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0;
}

.starlight-mult-grid button,
.starlight-reset {
  min-height: 48px;
  border: 1px solid rgba(255, 212, 92, .48);
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(255, 79, 180, .18), rgba(143, 85, 255, .12));
  color: #fff7d8;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.starlight-mult-grid button:hover,
.starlight-mult-grid button:focus-visible,
.starlight-mult-grid button.is-active,
.starlight-reset:hover,
.starlight-reset:focus-visible {
  background: linear-gradient(145deg, var(--star-gold), var(--star-pink) 55%, var(--star-blue));
  color: #120816;
}

.starlight-lab-output,
.starlight-session strong {
  display: block;
  margin-top: 14px;
  border-radius: 12px;
  padding: 14px 16px;
  background: rgba(0, 0, 0, .28);
  color: #ffe8fb;
  font-weight: 800;
}

.starlight-session {
  margin-top: 22px;
  border-radius: 14px;
  padding: 18px;
}

.starlight-session label {
  display: block;
  margin-top: 10px;
  color: #fff0bd;
  font-weight: 900;
}

.slot-starlight input[type="range"] {
  width: 100%;
  accent-color: var(--star-pink);
}

.starlight-gallery .image-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.starlight-cta {
  max-width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
  border-radius: 18px;
  text-align: center;
}

.starlight-cta .wrap {
  padding-block: clamp(28px, 5vw, 46px);
}

@media (max-width: 780px) {
  .starlight-strip .wrap,
  .starlight-strip-reverse .wrap {
    grid-template-columns: 1fr;
  }

  .starlight-strip img {
    max-height: 260px;
    object-fit: contain;
  }

  .starlight-mult-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .starlight-panel,
  .starlight-lab {
    padding: 20px;
  }
}

/* Sloto levitation scene on the home hero */
.sloto-orbit-card {
  min-height: 560px;
  padding: 0 0 28px;
  border: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.sloto-orbit-card::before,
.sloto-orbit-card::after {
  display: none;
}

.sloto-orbit-card .sloto-guide-copy {
  z-index: 4;
  width: min(100%, 620px);
  max-width: 620px;
  justify-self: center;
  padding: 10px 12px 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .7);
  backdrop-filter: none;
}

.sloto-orbit-scene {
  position: absolute;
  inset: 0 16px 150px;
  z-index: 1;
  overflow: visible;
  border-radius: 0;
  pointer-events: none;
}

.sloto-orbit-card .sloto-orbit-scene img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: none;
  margin: 0;
  opacity: 1;
  transform-origin: center;
  filter:
    drop-shadow(0 20px 24px rgba(0, 0, 0, .42))
    drop-shadow(0 0 18px rgba(255, 191, 47, .16));
}

.sloto-orbit-glow,
.sloto-orbit-ring {
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
}

.sloto-orbit-glow {
  width: min(70%, 430px);
  aspect-ratio: 1;
  background:
    radial-gradient(circle, rgba(255, 214, 96, .25), transparent 42%),
    radial-gradient(circle, rgba(117, 71, 255, .24), transparent 62%);
  filter: blur(3px);
  animation: slotoAura 5.8s ease-in-out infinite;
}

.sloto-orbit-ring {
  width: min(72%, 470px);
  aspect-ratio: 1 / .42;
  border: 1px solid rgba(255, 191, 47, .34);
  box-shadow: 0 0 22px rgba(159, 85, 255, .18), inset 0 0 22px rgba(39, 217, 255, .12);
}

.sloto-orbit-ring.ring-one {
  rotate: -11deg;
  animation: slotoRingOne 11s linear infinite;
}

.sloto-orbit-ring.ring-two {
  width: min(58%, 360px);
  rotate: 17deg;
  opacity: .55;
  animation: slotoRingTwo 14s linear infinite reverse;
}

.sloto-orbit-character {
  left: 50%;
  top: 4%;
  z-index: 3;
  width: min(45%, 280px) !important;
  animation: slotoLevitate 4.8s ease-in-out infinite;
}

.sloto-orbit-asset {
  z-index: 2;
  animation-name: slotoFloat;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.orbit-classic { left: 3%; top: 35%; width: min(29%, 165px) !important; animation-duration: 6.6s; }
.orbit-starburst { right: 5%; top: 31%; width: min(25%, 142px) !important; animation-duration: 7.4s; animation-delay: -.8s; }
.orbit-olympus { right: 14%; top: 4%; width: min(18%, 104px) !important; animation-duration: 6.8s; animation-delay: -1.4s; }
.orbit-candy { left: 12%; top: 8%; width: min(20%, 112px) !important; animation-duration: 7.2s; animation-delay: -2s; }
.orbit-book { left: 4%; bottom: 3%; width: min(18%, 108px) !important; animation-duration: 8s; animation-delay: -3.2s; }
.orbit-fish { right: 2%; bottom: 4%; width: min(21%, 126px) !important; animation-duration: 7.8s; animation-delay: -2.6s; }
.orbit-princess { left: 31%; top: 0; width: min(17%, 96px) !important; animation-duration: 6.2s; animation-delay: -1.8s; }
.orbit-wolf { right: 27%; bottom: 1%; width: min(17%, 100px) !important; animation-duration: 7s; animation-delay: -3.6s; }

@keyframes slotoLevitate {
  0%, 100% { transform: translate(-50%, 12px) rotate(-1deg); }
  50% { transform: translate(-50%, -10px) rotate(1deg); }
}

@keyframes slotoFloat {
  0%, 100% { transform: translate3d(0, 10px, 0) rotate(-4deg); }
  50% { transform: translate3d(0, -12px, 0) rotate(5deg); }
}

@keyframes slotoAura {
  0%, 100% { opacity: .7; transform: translate(-50%, -50%) scale(.96); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.04); }
}

@keyframes slotoRingOne {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes slotoRingTwo {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (max-width: 760px) {
  .sloto-orbit-card {
    min-height: 470px;
    padding: 0 0 18px;
  }

  .sloto-orbit-scene {
    inset: 0 10px 168px;
  }

  .sloto-orbit-character {
    top: 5%;
    width: min(52%, 190px) !important;
  }

  .orbit-classic { left: -7%; top: 41%; width: 34% !important; }
  .orbit-starburst { right: -5%; top: 38%; width: 30% !important; }
  .orbit-olympus { right: 9%; top: 4%; width: 24% !important; }
  .orbit-candy { left: 3%; top: 8%; width: 25% !important; }
  .orbit-book { left: 1%; bottom: 12%; width: 21% !important; }
  .orbit-fish { right: 0; bottom: 12%; width: 23% !important; }
  .orbit-princess,
  .orbit-wolf { display: none; }

  .sloto-orbit-card .sloto-guide-copy {
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
    padding-inline: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sloto-orbit-glow,
  .sloto-orbit-ring,
  .sloto-orbit-character,
  .sloto-orbit-asset {
    animation: none;
  }
}

/* Lightweight slot showcase on every language homepage */
.home-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(68px, 8vw, 104px) 0;
  border-block: 1px solid rgba(255, 218, 112, .12);
  background:
    linear-gradient(110deg, rgba(255, 122, 26, .055), transparent 30%),
    linear-gradient(290deg, rgba(39, 217, 255, .045), transparent 34%),
    #08060d;
}

.home-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.home-showcase .wrap {
  position: relative;
  z-index: 1;
}

.home-showcase-head {
  display: grid;
  grid-template-columns: minmax(0, 760px) auto;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 30px;
}

.home-showcase-head h2 {
  max-width: 760px;
  margin-bottom: 14px;
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: 1.02;
  text-wrap: balance;
}

.home-showcase-head p:last-child {
  max-width: 720px;
  margin: 0;
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.7;
}

.home-showcase-all {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 218, 112, .4);
  color: var(--text);
  font-weight: 900;
  text-decoration: none;
}

.home-showcase-all span {
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
  rotate: 45deg;
  transition: transform .22s ease;
}

.home-showcase-all:hover span,
.home-showcase-all:focus-visible span {
  transform: translate(4px, -4px);
}

.home-showcase-frame {
  --rail-progress: 0;
  position: relative;
  min-width: 0;
}

.home-showcase-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.home-showcase-count {
  color: var(--muted);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
}

.home-showcase-count::after {
  content: "  /";
  color: rgba(255, 255, 255, .42);
  font-size: 10px;
}

.home-showcase-controls {
  display: flex;
  gap: 8px;
}

.home-showcase-controls button {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 218, 112, .24);
  border-radius: 50%;
  background: rgba(15, 11, 21, .82);
  color: var(--text);
  cursor: pointer;
  transition: border-color .22s ease, background .22s ease, transform .22s ease, opacity .22s ease;
}

.home-showcase-controls button:hover,
.home-showcase-controls button:focus-visible {
  border-color: rgba(255, 191, 47, .7);
  background: rgba(255, 191, 47, .12);
  transform: translateY(-2px);
}

.home-showcase-controls button:disabled {
  cursor: default;
  opacity: .28;
  transform: none;
}

.home-showcase-controls button span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.home-showcase-controls [data-showcase-prev] span {
  transform: translate(-38%, -50%) rotate(-135deg);
}

.home-showcase-controls [data-showcase-next] span {
  transform: translate(-62%, -50%) rotate(45deg);
}

.home-showcase-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(230px, 22vw, 278px);
  gap: 14px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 5px 2px 20px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(255, 191, 47, .35) transparent;
  scrollbar-width: thin;
  overscroll-behavior-inline: contain;
}

.home-slot-card {
  content-visibility: auto;
  contain-intrinsic-size: 278px 548px;
  position: relative;
  display: grid;
  grid-template-rows: 330px minmax(208px, auto);
  min-width: 0;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid hsl(var(--slot-accent) 82% 60% / .28);
  border-radius: 8px;
  background: #100c15;
  box-shadow: 0 22px 46px rgba(0, 0, 0, .34);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.home-slot-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025);
}

.home-slot-card:hover,
.home-slot-card:focus-within {
  z-index: 2;
  border-color: hsl(var(--slot-accent) 88% 64% / .72);
  box-shadow: 0 28px 62px rgba(0, 0, 0, .48), 0 0 26px hsl(var(--slot-accent) 88% 58% / .13);
  transform: translateY(-6px);
}

.home-slot-poster {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 22%, hsl(var(--slot-accent) 90% 55% / .18), transparent 50%),
    #07050b;
}

.home-slot-poster::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  pointer-events: none;
  background: linear-gradient(to top, #100c15, transparent);
}

.home-slot-poster img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .45s ease, filter .45s ease;
}

.home-slot-card:hover .home-slot-poster img,
.home-slot-card:focus-within .home-slot-poster img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.025);
}

.home-slot-number {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 5px;
  background: rgba(6, 4, 9, .72);
  color: rgba(255, 255, 255, .82);
  font-size: 11px;
  font-weight: 950;
  backdrop-filter: blur(10px);
}

.home-slot-info {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 15px;
}

.home-slot-meta {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 11px;
}

.home-slot-meta span {
  max-width: 100%;
  overflow: hidden;
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-slot-meta span + span::before {
  content: "•";
  margin-right: 6px;
  color: hsl(var(--slot-accent) 90% 62%);
}

.home-slot-info h3 {
  margin: 0 0 9px;
  color: var(--text);
  font-size: 23px;
  line-height: 1.08;
  text-wrap: balance;
}

.home-slot-info p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 0 0 15px;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.5;
}

.home-slot-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin-top: auto;
}

.home-slot-actions a {
  display: inline-flex;
  min-width: 0;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 218, 112, .22);
  border-radius: 6px;
  padding: 8px 10px;
  color: var(--text);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.home-slot-actions a:hover,
.home-slot-actions a:focus-visible {
  border-color: hsl(var(--slot-accent) 88% 64% / .7);
  background: hsl(var(--slot-accent) 80% 54% / .12);
}

.home-slot-actions .home-slot-play {
  border-color: transparent;
  background: linear-gradient(135deg, #ffc52f, #ff7a1a);
  color: #13090a;
}

.home-showcase-progress {
  position: relative;
  overflow: hidden;
  height: 2px;
  margin-top: 8px;
  background: rgba(255, 255, 255, .08);
}

.home-showcase-progress span {
  position: absolute;
  inset: 0;
  transform: scaleX(var(--rail-progress));
  transform-origin: left;
  background: linear-gradient(90deg, #ffbf2f, #ff7a1a 54%, #27d9ff);
  transition: transform .12s linear;
}

[dir="rtl"] .home-showcase-head,
[dir="rtl"] .home-slot-info {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] .home-showcase-all span {
  rotate: -135deg;
}

[dir="rtl"] .home-slot-number {
  right: auto;
  left: 12px;
}

[dir="rtl"] .home-slot-meta span + span::before {
  margin-right: 0;
  margin-left: 6px;
}

@media (max-width: 760px) {
  .home-showcase-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
  }

  .home-showcase-head h2 {
    font-size: 36px;
  }

  .home-showcase-head p:last-child {
    font-size: 15px;
    line-height: 1.62;
  }

  .home-showcase-all {
    justify-self: start;
  }

  .home-showcase-rail {
    grid-auto-columns: min(82vw, 298px);
  }

  .home-slot-card {
    grid-template-rows: 350px minmax(204px, auto);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-showcase-rail {
    scroll-behavior: auto;
  }

  .home-slot-card,
  .home-slot-poster img,
  .home-showcase-controls button,
  .home-showcase-progress span {
    transition: none;
  }
}

/* Premium native-language review core */
.premium-local-review {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(125deg, rgba(255, 191, 47, .035), transparent 34%),
    linear-gradient(305deg, rgba(39, 217, 255, .035), transparent 38%);
}

.premium-review-intro {
  max-width: 880px;
  margin-bottom: 26px;
}

.premium-review-intro h2 {
  max-width: 820px;
  margin-bottom: 16px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
  text-wrap: balance;
}

.premium-review-intro > p:last-child {
  color: var(--text-soft);
  font-size: 18px;
  line-height: 1.75;
}

.premium-review-facts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 0 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 218, 112, .2);
  border-radius: 8px;
  background: rgba(10, 7, 14, .72);
}

.premium-review-facts div {
  min-width: 0;
  padding: 14px;
  border-right: 1px solid rgba(255, 255, 255, .07);
}

.premium-review-facts div:last-child {
  border-right: 0;
}

.premium-review-facts dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.premium-review-facts dd {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.premium-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.premium-review-block {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 218, 112, .16);
  border-radius: 8px;
  padding: clamp(20px, 3vw, 30px);
  background:
    linear-gradient(145deg, rgba(255, 191, 47, .055), rgba(39, 217, 255, .025) 60%),
    rgba(12, 8, 17, .84);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .2);
}

.premium-review-block > span:first-child {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 950;
}

.premium-review-block h2 {
  margin-bottom: 13px;
  font-size: clamp(23px, 2.6vw, 32px);
  line-height: 1.08;
  text-wrap: balance;
}

.premium-review-block > p {
  margin: 0;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.72;
}

.premium-mini-lab,
.premium-session-lab {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 218, 112, .14);
}

.premium-mini-lab {
  display: grid;
  gap: 10px;
}

.premium-mini-lab .starlight-mult-grid,
.premium-mini-lab .wolf-moon-grid {
  margin: 0;
}

.premium-lab-output {
  display: grid;
  min-height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 218, 112, .18);
  border-radius: 6px;
  background: rgba(4, 3, 7, .48);
  color: var(--gold);
  font-size: 18px;
}

.premium-mini-lab .starlight-reset,
.premium-mini-lab .wolf-reset {
  min-height: 40px;
}

.premium-session-lab {
  display: grid;
  grid-template-columns: minmax(110px, auto) minmax(120px, 1fr);
  align-items: center;
  gap: 10px 14px;
}

.premium-session-lab label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.premium-session-lab input {
  width: 100%;
  accent-color: var(--gold);
}

.premium-session-lab strong {
  grid-column: 1 / -1;
  display: grid;
  min-height: 42px;
  place-items: center;
  border-radius: 6px;
  background: rgba(4, 3, 7, .48);
  color: var(--gold);
  font-size: 18px;
}

[dir="rtl"] .premium-review-intro,
[dir="rtl"] .premium-review-block,
[dir="rtl"] .premium-review-facts {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] .premium-review-facts div {
  border-right: 0;
  border-left: 1px solid rgba(255, 255, 255, .07);
}

[dir="rtl"] .premium-review-facts div:last-child {
  border-left: 0;
}

@media (max-width: 820px) {
  .premium-review-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-review-facts div {
    border-bottom: 1px solid rgba(255, 255, 255, .07);
  }

  .premium-review-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .premium-review-intro h2 {
    font-size: 31px;
  }

  .premium-review-intro > p:last-child,
  .premium-review-block > p {
    font-size: 15px;
    line-height: 1.65;
  }

  .premium-review-facts {
    grid-template-columns: 1fr 1fr;
  }

  .premium-review-facts div:nth-child(even) {
    border-right: 0;
  }

  .premium-session-lab {
    grid-template-columns: 1fr;
  }

  .premium-session-lab strong {
    grid-column: auto;
  }
}


/* El Torero slot page */
.slot-el-torero {
  --torero-gold: #ffca58;
  --torero-red: #d63821;
  --torero-orange: #ff7a1a;
  --torero-wine: #421111;
  --torero-panel: rgba(25, 10, 12, .88);
  --torero-line: rgba(255, 202, 88, .34);
}

.slot-el-torero .hero {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 202, 88, .22), transparent 30%),
    radial-gradient(circle at 82% 24%, rgba(214, 56, 33, .18), transparent 30%),
    linear-gradient(135deg, rgba(14, 4, 8, .94), rgba(34, 10, 12, .82));
}

.slot-el-torero .hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .5) 56%, rgba(0, 0, 0, .7)),
    var(--hero-bg) center / cover no-repeat;
  opacity: .42;
}

.slot-el-torero .eyebrow,
.slot-el-torero .breadcrumbs a,
.torero-kicker,
.torero-panel h2,
.torero-copy h2 {
  color: var(--torero-gold);
}

.slot-el-torero .btn {
  border-color: rgba(255, 220, 116, .72);
  background: linear-gradient(135deg, #ffe07a, var(--torero-orange) 55%, var(--torero-red));
  box-shadow: 0 18px 34px rgba(214, 56, 33, .24);
}

.slot-el-torero .btn.secondary {
  background: rgba(20, 8, 10, .72);
  color: #fff3c4;
}

.torero-poster img {
  object-fit: cover;
  border-color: rgba(255, 202, 88, .46);
}

.torero-panel,
.torero-lab,
.torero-strip,
.torero-cta {
  border: 1px solid var(--torero-line);
  background:
    linear-gradient(145deg, rgba(255, 202, 88, .08), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(214, 56, 33, .12), transparent 34%),
    var(--torero-panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.torero-panel,
.torero-lab {
  border-radius: 14px;
  padding: clamp(22px, 4vw, 34px);
}

.torero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.torero-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: radial-gradient(circle, #fff7bf, var(--torero-gold) 52%, var(--torero-red));
  box-shadow: 0 0 18px rgba(255, 202, 88, .7);
}

.torero-art,
.torero-symbol-card {
  display: grid;
  place-items: center;
}

.torero-art img,
.torero-symbol-card img,
.torero-strip img {
  width: min(100%, 520px);
  height: auto;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .45));
}

.torero-strip {
  overflow: hidden;
  border-radius: 18px;
  max-width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.torero-strip .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, .85fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
}

.torero-copy {
  max-width: 760px;
}

.torero-cta {
  max-width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
  border-radius: 18px;
  text-align: center;
}

.torero-cta .wrap {
  padding-block: clamp(28px, 5vw, 46px);
}

@media (max-width: 780px) {
  .torero-strip .wrap {
    grid-template-columns: 1fr;
  }

  .torero-panel,
  .torero-lab {
    padding: 20px;
  }
}


/* Cash Connection Book of Ra: held coin chamber */
.cash-connection-premium { display: block; }
.slot-cash-connection .hero::after { background: radial-gradient(circle at 78% 24%, rgba(255, 158, 27, .22), transparent 28%), radial-gradient(circle at 18% 68%, rgba(176, 19, 8, .22), transparent 35%); }
.cash-ra-panel { border-color: rgba(255, 166, 42, .4); background: linear-gradient(145deg, rgba(72, 26, 9, .86), rgba(16, 9, 5, .96)); }
.cash-connection-grid { display: grid; grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr); gap: clamp(24px, 4vw, 64px); align-items: center; }
.cash-connection-art img { width: min(100%, 470px); margin: auto; filter: drop-shadow(0 22px 34px rgba(0,0,0,.48)) drop-shadow(0 0 22px rgba(255,170,32,.24)); animation: cashRelicFloat 6s ease-in-out infinite; }
.slot-cash-connection .cash-connection-art,
.slot-cash-connection .book-symbol-art { display: grid; place-items: center; min-height: 300px; overflow: hidden; }
.slot-cash-connection .cash-connection-art img,
.slot-cash-connection .book-symbol-art img,
.slot-cash-connection .cash-jackpot-stack img,
.slot-cash-connection .book-strip > img { display: block; width: min(100%, 420px); max-width: 420px; max-height: 420px; height: auto; margin-inline: auto; object-fit: contain; }
.cash-lab { margin-top: 24px; padding: 18px; border: 1px solid rgba(255, 177, 61, .38); border-radius: 8px; background: rgba(18, 8, 3, .74); }
.cash-lab p { margin: 0 0 12px; font-weight: 800; color: var(--accent); }
.cash-coin-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.cash-coin-buttons button, .cash-lab-reset { border: 1px solid rgba(255, 177, 61, .46); border-radius: 999px; background: linear-gradient(135deg, rgba(82, 25, 6, .95), rgba(25, 12, 6, .95)); color: var(--text); font: inherit; font-weight: 800; cursor: pointer; padding: 8px 12px; }
.cash-coin-buttons button:hover, .cash-coin-buttons button.is-active, .cash-lab-reset:hover { border-color: var(--accent); background: linear-gradient(135deg, #d67812, #6f2607); }
.cash-lab strong { display: block; min-height: 26px; margin-top: 14px; color: #ffe0a3; }
.cash-lab-reset { margin-top: 10px; font-size: .9rem; }
.cash-ra-strip { border-color: rgba(255, 148, 31, .46); background: linear-gradient(110deg, rgba(69, 19, 5, .9), rgba(12, 8, 5, .92)); }
.cash-jackpot-stack { position: relative; min-height: 420px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255, 174, 57, .38); border-radius: 8px; background: radial-gradient(circle, rgba(162, 63, 7, .38), rgba(14, 8, 4, .95) 68%); }
.cash-jackpot-stack img { width: min(93%, 480px); opacity: .76; filter: drop-shadow(0 16px 24px rgba(0,0,0,.5)); }
.cash-jackpot-copy { position: absolute; display: grid; gap: 9px; text-align: center; text-shadow: 0 3px 14px #000; }
.cash-jackpot-copy span { color: #ffc45d; font-weight: 900; text-transform: uppercase; }
.cash-jackpot-copy strong { font-size: clamp(24px, 3vw, 40px); color: #fff1d1; }
.cash-jackpot-copy p { max-width: 260px; margin: 0 auto; }
.cash-plan { gap: 24px; }
.cash-session { display: grid; grid-template-columns: auto minmax(110px, 200px); gap: 8px 14px; align-items: center; min-width: min(100%, 360px); }
.cash-session label { font-weight: 800; color: #ffd48b; }
.cash-session input { accent-color: #ff9b19; }
.cash-session strong { grid-column: 1 / -1; color: #fff0cc; }
@keyframes cashRelicFloat { 0%,100% { transform: translateY(8px) rotate(-2deg); } 50% { transform: translateY(-10px) rotate(2deg); } }
@media (max-width: 760px) { .cash-connection-grid { grid-template-columns: 1fr; } .cash-connection-art { order: 2; } .cash-jackpot-stack { min-height: 330px; } .cash-session { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .cash-connection-art img { animation: none; } }
