@font-face {
  font-family: "Baizery Brand";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/cormorant-garamond-latin-600-normal.woff2?v=1") format("woff2");
}

@font-face {
  font-family: "Baizery Brand";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/cormorant-garamond-latin-700-normal.woff2?v=1") format("woff2");
}

@font-face {
  font-family: "Baizery UI";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/outfit-latin-600-normal.woff2?v=1") format("woff2");
}

@font-face {
  font-family: "Baizery UI";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/outfit-latin-700-normal.woff2?v=1") format("woff2");
}

@font-face {
  font-family: "Baizery Body";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/inter-latin-400-normal.woff2?v=1") format("woff2");
}

@font-face {
  font-family: "Baizery Body";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/inter-latin-600-normal.woff2?v=1") format("woff2");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

:root {
  --font-brand: "Baizery Brand", "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --font-display: "Baizery UI", "Outfit", "SF Pro Display", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Segoe UI", sans-serif;
  --font-ui: "Baizery Body", "Inter", -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Segoe UI", sans-serif;
  --font-mono: ui-monospace, "SF Mono", "Cascadia Code", "Roboto Mono", Menlo, Consolas, monospace;

  --serif: var(--font-brand);
  --sans: var(--font-ui);
  --wool: #1b3d34;
  --wool-deep: #142e27;
  --wool-highlight: #234c41;
  --recess: #122923;
  --bone: #f4f7f4;
  --brass: #dfd7c5;
  --brass-dark: #8c8270;
  --ink: #111317;
  --page: #142e27;
  --fcb-chrome-header: #0f241f;
  --fcb-chrome-footer: #163d30;
  --muted: rgba(235, 242, 236, 0.65);
  --peek: 22px;
  --well-gap: clamp(4px, 0.55vw, 8px);
  --well-mid: clamp(6px, 1.1vw, 16px);
  --card-w: 130px;
  --card-h: 200px;
}

html,
body {
  height: 100%;
  margin: 0;
  background-color: var(--fcb-chrome-header);
  color-scheme: dark;
  font-family: var(--sans);
  color: var(--bone);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.body-static {
  height: auto;
  min-height: 100%;
}

body.body-play {
  --fcb-head-h: calc(40px + env(safe-area-inset-top, 0px));
}

.page-main {
  background: #eef5eb;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.font-display,
.fcb-h1,
.below__title,
.beginner-guide__body > h2,
.beginner-guide__body > h3,
.copy-block-title,
.content-feature h3,
.guide-section-title,
.below-faq h2,
.record-h,
.house-ad-title {
  font-family: var(--serif);
  letter-spacing: 0.02em;
}

.stat-val,
.score-num {
  font-family: var(--sans);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

.wool {
  background: var(--wool);
}

.table-shell {
  padding: 0;
  border: 0;
  background: var(--wool);
  height: calc(100dvh - var(--fcb-head-h));
  max-height: calc(100dvh - var(--fcb-head-h));
  box-shadow: none;
  overflow: hidden;
}

.table-shell .casino-inner {
  border: 0;
  box-shadow: none;
  height: 100%;
  max-height: 100dvh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.felt-stage-wrap {
  width: 100%;
}

.felt-stage {
  position: relative;
  display: flex;
  min-height: 0;
  flex: 1;
}

.fcb-chrome-header {
  position: relative;
  z-index: 200;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding: env(safe-area-inset-top, 0px) 16px 0;
  min-height: calc(48px + env(safe-area-inset-top, 0px));
  border-bottom: 1px solid rgba(196, 165, 116, 0.2);
  background: var(--fcb-chrome-header);
}

.fcb-felt-header {
  width: 100%;
  max-width: 100%;
}

.fcb-brand {
  display: flex;
  min-width: 0;
  grid-column: 1;
  justify-self: start;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--bone);
}

.brand-word {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  line-height: 1;
  white-space: nowrap;
}

.brand-word__studio {
  font-family: var(--font-brand);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.brand-word__sep {
  color: rgba(207, 176, 116, 0.7);
  font-family: var(--font-brand);
  font-size: 16px;
  font-weight: 600;
  user-select: none;
  transform: translateY(-1px);
}

.brand-word__game {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  color: #dfd7c5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.house-ad-brand {
  display: block;
  font-family: var(--font-brand);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 4px;
}

.house-ad-sub {
  display: block;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  color: #dfd7c5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fcb-content-nav {
  position: relative;
  display: flex;
  grid-column: 2;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.fcb-nav-toggle {
  display: grid;
}

.fcb-nav-panel {
  display: none;
}

.fcb-content-nav.is-open .fcb-nav-panel {
  display: flex;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 220;
  min-width: 176px;
  flex-direction: column;
  gap: 2px;
  padding: 8px;
  border-radius: 12px;
  background: rgba(15, 36, 31, 0.96);
  border: 1px solid rgba(196, 165, 116, 0.35);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.4);
  transform: translateX(-50%);
}

.fcb-content-nav a {
  display: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--bone);
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.15s ease, color 0.15s ease;
}

.fcb-content-nav.is-open .fcb-nav-panel a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
}

.fcb-content-nav.is-open .fcb-nav-panel a:hover,
.fcb-content-nav.is-open .fcb-nav-panel a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  opacity: 1;
}

.fcb-content-nav a:hover {
  color: #fff;
  opacity: 1;
}

@media (max-width: 1023px) {
  .fcb-chrome-header {
    display: flex;
    gap: 4px;
  }
  .fcb-brand {
    flex: 1;
    min-width: 0;
  }
  .brand-word__sep,
  .brand-word__game {
    display: none;
  }
  .fcb-content-nav,
  .fcb-utils {
    flex-shrink: 0;
  }
  .fcb-content-nav {
    position: static;
  }
  .fcb-content-nav.is-open .fcb-nav-panel {
    top: calc(100% + 8px);
    right: 8px;
    left: auto;
    transform: none;
  }
}

.fcb-utils {
  position: relative;
  display: flex;
  grid-column: 3;
  justify-self: end;
  align-items: center;
  gap: 4px;
}

.icon-btn.fcb-utils-toggle {
  display: none;
}

.fcb-utils-extra,
.fcb-utils.is-open .fcb-utils-extra {
  display: flex;
  position: static;
  align-items: center;
  gap: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.icon-btn {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--bone);
  text-decoration: none;
  cursor: pointer;
}

.icon-btn:hover {
  background: rgba(255, 255, 255, 0.05);
}

.icon-btn svg {
  width: 18px;
  height: 18px;
}

.icon-btn[data-fcb-sound] {
  grid-template-areas: "s";
}

.icon-btn[data-fcb-sound] svg {
  grid-area: s;
}

.more-pill.is-open {
  border-color: rgba(212, 175, 55, 0.55);
}

.more-pill {
  display: none;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--bone);
  background: transparent;
  cursor: pointer;
}

.more-wrap {
  position: relative;
}

.more-games-pop {
  position: fixed;
  inset-inline: 8px;
  top: 52px;
  z-index: 210;
  display: flex;
  max-height: 85vh;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(20, 56, 42, 0.98), rgba(11, 35, 26, 0.99));
  border: 1px solid rgba(212, 175, 55, 0.45);
  box-shadow: 0 28px 65px -12px rgba(0, 0, 0, 0.85), 0 0 0 1px rgba(212, 175, 55, 0.2) inset;
  backdrop-filter: blur(12px);
  transform-origin: top right;
  animation: popIn 0.16s ease-out;
}

.more-games-pop[hidden] {
  display: none;
}

@keyframes popIn {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.more-games-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px 14px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
  background: rgba(0, 0, 0, 0.18);
}

.more-games-head-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.more-games-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.more-games-head h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 700;
  color: #f7e8c1;
}

.more-games-badge {
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #eed786;
  background: rgba(212, 175, 55, 0.18);
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.more-games-sub {
  margin: 2px 0 0;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(248, 251, 247, 0.6);
}

.more-games-close {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(248, 251, 247, 0.7);
  cursor: pointer;
}

.more-games-close:hover {
  background: rgba(255, 255, 255, 0.1);
}

.more-games-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  overflow: auto;
  padding: 12px 16px 16px;
  max-height: calc(85vh - 72px);
}

.more-cat {
  border-radius: 12px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.more-cat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

.more-cat-head h3 {
  margin: 0;
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--brass);
}

.more-cat-pip {
  font-size: 14px;
}

.more-cat-pip.pip-s,
.more-cat-pip.pip-c,
.more-cat-pip.pip-d {
  color: #c7d8a5;
}

.more-cat-pip.pip-h {
  color: #ff8093;
}

.more-cat-count {
  font-size: 11px;
  color: rgba(248, 251, 247, 0.4);
}

.more-cat-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.more-game-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid transparent;
  color: var(--bone);
  text-decoration: none;
  transition: background 0.15s ease;
}

.more-game-link:hover {
  background: rgba(255, 255, 255, 0.1);
}

.more-game-link.is-current {
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.22), rgba(212, 175, 55, 0.08));
  border-color: rgba(212, 175, 55, 0.4);
}

.mini-card {
  display: grid;
  place-items: center;
  width: 24px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 3.5px;
  font-size: 12px;
  background: #f4f7f2;
  border: 1px solid rgba(0, 0, 0, 0.18);
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.22);
}

.mini-card.is-active {
  background: #fffdf7;
  border-color: #d4af37;
  box-shadow: 0 2px 6px rgba(212, 175, 55, 0.35), inset 0 0 0 1px #f7e8c1;
}

.more-game-text {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  line-height: 1.35;
}

.more-game-name-row {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.more-game-name {
  font-size: 15px;
  font-weight: 500;
}

.more-game-link.is-current .more-game-name {
  color: #fff;
}

.more-game-tag {
  flex-shrink: 0;
  border-radius: 4px;
  padding: 1px 6px;
  font-size: 10px;
  font-weight: 600;
  color: rgba(248, 251, 247, 0.75);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.more-game-tag.is-hot {
  color: #ff9daa;
  background: rgba(196, 30, 58, 0.28);
  border-color: rgba(196, 30, 58, 0.45);
}

.more-game-en {
  font-size: 11px;
  color: rgba(248, 251, 247, 0.5);
}

.more-game-playing {
  flex-shrink: 0;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f7e8c1;
  background: rgba(212, 175, 55, 0.25);
  border: 1px solid rgba(212, 175, 55, 0.5);
}

.more-game-arrow {
  flex-shrink: 0;
  font-size: 11px;
  color: var(--brass);
  opacity: 0;
  transition: opacity 0.15s ease;
}

.more-game-link:hover .more-game-arrow {
  opacity: 1;
}

.found-faint {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.found-pip {
  width: 32px;
  height: 32px;
  opacity: 0.28;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5));
}

.play-row {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1;
}

.fcb-main-play {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 10px;
  -webkit-overflow-scrolling: touch;
}

.table-view {
  margin: 0 auto;
  width: 100%;
  max-width: none;
  min-height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: 4px;
}

.board-stack {
  width: 100%;
  max-width: calc(8 * var(--card-w) + 6 * var(--well-gap) + var(--well-mid) + 16px);
  margin: 0 auto;
  min-height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.title-cluster {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.title-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 2px;
}

.title-rule::before,
.title-rule::after {
  content: "";
  height: 1px;
  width: clamp(24px, 6vw, 90px);
  flex: none;
  background: linear-gradient(90deg, transparent, rgba(196, 165, 116, 0.45));
}

.title-rule::after {
  transform: scaleX(-1);
}

.fcb-h1 {
  margin: 0;
  white-space: nowrap;
  font-family: var(--font-display);
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.fcb-h1 .dot {
  color: var(--brass);
}

.brass-bead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  border-radius: 999px;
  background: #eef3ec;
  color: #142e27;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

.brass-bead[data-fcb-deal] {
  flex-shrink: 0;
  min-width: 5.2rem;
  height: 22px;
  cursor: pointer;
  padding: 0 10px;
  background: rgba(18, 41, 35, 0.7);
  color: #f4f7f4;
  border: 1px solid rgba(203, 178, 130, 0.35);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 3px rgba(0, 0, 0, 0.2);
  font-family: var(--font-mono);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 999px;
}

.brass-bead[data-fcb-deal]:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(18, 41, 35, 0.9);
}

[data-mode="daily"] .brass-bead[data-fcb-deal] {
  cursor: default;
  pointer-events: none;
}

[data-mode="daily"] .brass-bead[data-fcb-deal]:hover {
  color: #e5ede4;
  border-color: rgba(255, 255, 255, 0.22);
}

.fcb-content-nav a:hover,
.fcb-content-nav a[aria-current="page"] {
  opacity: 1;
  color: #fff;
}

.deal-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.deal-copy {
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(248, 251, 247, 0.72);
  display: grid;
  place-items: center;
  cursor: pointer;
}

.deal-copy:hover,
.deal-copy.is-done {
  color: var(--bone);
  background: rgba(255, 255, 255, 0.08);
}

.deal-flag {
  display: none;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--brass);
}

.deal-flag.is-dead {
  color: #f3c7a4;
}

.deal-pop {
  position: fixed;
  z-index: 220;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  background: radial-gradient(circle at 50% 30%, #1a423a 0%, #0f241f 100%);
  border: 1px solid rgba(196, 165, 116, 0.45);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  max-width: calc(100vw - 24px);
  box-sizing: border-box;
}

.deal-pop[hidden] {
  display: none !important;
}

.deal-pop-lab {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c4a574;
}

.deal-pop-input {
  width: 9rem;
  height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(196, 165, 116, 0.4);
  background: rgba(12, 28, 24, 0.85);
  color: #f8fbf7;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.deal-pop-input:focus,
.deal-pop-input:focus-visible {
  outline: none;
}

.deal-pop-go {
  height: 32px;
  padding: 0 12px;
  font-size: 13px;
  border-radius: 8px;
}

.wells,
.cascades {
  display: flex;
  min-width: 0;
  column-gap: var(--well-mid);
  padding: 8px;
}

.well-bank,
.cascade-bank {
  display: grid;
  min-width: 0;
  flex: 1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--well-gap);
  align-items: start;
}

.recess {
  background: var(--recess);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.55), inset 0 1px 2px rgba(0, 0, 0, 0.4);
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 4px;
}

.well-slot,
.cascade-empty,
.cascade-card {
  aspect-ratio: 167.087 / 242.667;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  pointer-events: auto;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

.cascades {
  margin-top: clamp(8px, 2vw, 16px);
  min-height: 0;
  flex: 1;
  overflow: hidden;
}

.cascade {
  --col-peek: var(--peek);
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.well-slot,
.cascade-empty {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cascade-empty {
  opacity: 0.3;
}

.cascade-card {
  display: block;
  background: transparent;
  overflow: visible;
}

.cascade-card + .cascade-card {
  margin-top: calc(var(--col-peek, var(--peek)) - var(--card-h, calc(100% * 242.667 / 167.087)));
}

.table-card {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(0, 0, 0, 0.2);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.cascade-card:hover .table-card,
.well-slot:hover .table-card {
  transform: none;
}

@media (hover: hover) {
  .cascade-card:hover .table-card,
  .well-slot:hover .table-card {
    transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.38), 0 1px 2px rgba(0, 0, 0, 0.25);
  }
}

.cascade-card.is-sel .table-card,
.well-slot.is-sel .table-card,
.card-focus .table-card {
  outline: none;
  box-shadow: inset 0 0 0 1.5px rgba(0, 0, 0, 0.4), 0 0 0 3.5px #facc15, 0 4px 14px rgba(0, 0, 0, 0.55);
  transform: none;
}

.card-focus .table-card:hover {
  transform: none;
}

.cascade-card.is-glow .table-card,
.well-slot.is-glow,
.cascade-empty.is-glow {
  outline: none;
  box-shadow: inset 0 0 0 1.5px rgba(0, 0, 0, 0.35), 0 0 0 3px #34d399, 0 0 14px rgba(52, 211, 153, 0.5);
  opacity: 1;
  transform: none;
}

.cascade-card.is-hint .table-card,
.well-slot.is-hint,
.cascade-empty.is-hint {
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.5), 0 0 0 4px #fbbf24, 0 0 24px rgba(251, 191, 36, 0.9), 0 4px 16px rgba(0, 0, 0, 0.6);
  transform: none;
}

.cascade-card.is-drag .table-card,
.well-slot.is-drag .table-card {
  opacity: 0.38;
}

.drag-ghost {
  position: fixed;
  z-index: 400;
  pointer-events: none;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.35));
}

.drag-ghost.is-fly {
  will-change: transform;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.32));
}

.drag-ghost .table-card {
  display: block;
  width: 100%;
  height: auto;
}

.drag-ghost.is-fly .table-card {
  height: 100%;
  object-fit: fill;
  transition: none;
}

.is-landing .table-card {
  opacity: 0;
  transition: none;
  transform: none;
}

.is-settling .table-card {
  transition: none;
  transform: none;
}

@media (hover: hover) {
  .cascade-card.is-settling:hover .table-card,
  .well-slot.is-settling:hover .table-card {
    transform: none;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.22));
  }
}

.is-dim {
  opacity: 0.5;
}

.rail-btn:disabled {
  pointer-events: none;
  cursor: default;
}

.rail-wrap {
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
}

.play-toast {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  z-index: 180;
  width: max-content;
  max-width: min(92vw, 320px);
  margin: 0;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
  color: #f8fbf7;
  background: rgba(15, 36, 31, 0.92);
  border: 1px solid rgba(196, 165, 116, 0.35);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  pointer-events: none;
  opacity: 0;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.play-toast[hidden] {
  display: none !important;
}

.play-toast.is-in {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.play-toast.is-out {
  opacity: 0;
  transform: translateX(-50%) translateY(-6px);
}

.win-overlay {
  position: fixed;
  inset: 0;
  z-index: 280;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(16px, env(safe-area-inset-top)) 20px max(16px, env(safe-area-inset-bottom));
  background: rgba(10, 24, 18, 0.78);
  backdrop-filter: blur(8px);
}

.win-panel {
  width: min(420px, 100%);
  padding: 36px 28px 28px;
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(20, 56, 42, 0.98), rgba(11, 35, 26, 0.99));
  border: 1px solid rgba(212, 175, 55, 0.48);
  box-shadow: 0 32px 80px -12px rgba(0, 0, 0, 0.85), 0 0 0 1px rgba(212, 175, 55, 0.2) inset;
  text-align: center;
}

.win-panel__title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
  color: #f7e8c1;
}

.win-panel__num {
  font-family: var(--sans);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  font-weight: 700;
  letter-spacing: 0;
}

.win-panel__meta {
  margin: 12px 0 0;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  color: rgba(248, 251, 247, 0.72);
}

.win-panel__actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.win-panel__btn {
  min-width: 132px;
  height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
}

.rail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: clamp(12px, 2.5vh, 32px) 0 clamp(8px, 1.5vh, 20px);
}

.brass-btn,
.brass-outline-btn {
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.15s ease-in-out;
}

.brass-btn:focus-visible,
.brass-outline-btn:focus-visible,
button:focus-visible {
  outline: 2px solid #f3faef;
  outline-offset: 3px;
}

.brass-btn {
  background: #eef3ec;
  color: #142e27;
  border: 1px solid rgba(255, 255, 255, 0.6);
  font-weight: 700;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.brass-btn:hover {
  background: #ffffff;
  color: #0e221d;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.brass-outline-btn {
  background: rgba(255, 255, 255, 0.06);
  color: var(--bone);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  font-weight: 600;
}

.brass-outline-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.rail-btn {
  font-family: var(--sans);
  font-weight: 500;
  letter-spacing: 0.01em;
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
  white-space: nowrap;
}

.rail-btn-primary {
  letter-spacing: 0.04em;
}

.rail .rail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: 0 0 auto;
  height: 38px;
  padding: 0 10px;
  font-size: 13.5px;
  font-weight: 600;
}

.rail .rail-btn svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  opacity: 0.88;
}

.rail .rail-btn-primary svg {
  opacity: 1;
}

.rail .rail-btn[data-fcb-act="hint"] {
  flex: 0 0 auto;
  padding-inline: 10px;
}

.rail-hint-swap {
  display: inline-grid;
  justify-items: center;
  font-size: 12.5px;
}

.rail-hint-swap > * {
  grid-area: 1 / 1;
}

.rail-hint-ghost {
  visibility: hidden;
  pointer-events: none;
}

.rail .rail-btn[aria-busy="true"] {
  cursor: wait;
  animation: fcb-hint-pulse 1.1s ease-in-out infinite;
}

@keyframes fcb-hint-pulse {
  50% { opacity: 0.62; }
}

.rail .rail-btn.rail-wide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rail-auto-full {
  display: inline;
}

.rail-auto-short {
  display: none;
}

.rail .brass-btn:active,
.rail .brass-outline-btn:active {
  transform: scale(0.95);
}

.ad-house {
  margin: 8px auto 12px;
  width: 320px;
  max-width: 100%;
  height: auto;
  min-height: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  text-align: center;
  border-radius: 12px;
  background: rgba(18, 41, 35, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  padding: 12px 14px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.ad-house:hover {
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.32);
  transform: translateY(-1px);
}

.house-ad-cta {
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 36px;
  max-width: 100%;
  border-radius: 999px;
  padding: 0 14px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  flex: 0 1 auto;
  background: #eef3ec;
  color: #142e27;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.house-ad-title {
  margin: 0;
  color: #f4f7f4;
  line-height: 1.25;
  text-align: center;
}

.house-ad-body {
  display: none;
  margin: 12px 0 0;
  color: rgba(235, 242, 236, 0.75);
  font-size: 13.5px;
}

.fcb-aside {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  padding: 0 10px 4px;
}

.fcb-aside .fcb-aside-title,
.fcb-aside .score-plaque {
  display: none;
}

.more-caret {
  font-size: 8px;
  margin-left: 6px;
}

.fcb-aside-title {
  margin: 0;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brass);
}

.score-plaque {
  background: rgba(18, 41, 35, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.score-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  text-align: center;
}

.score-cell {
  border-radius: 8px;
  background: rgba(12, 29, 24, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.35);
  padding: 10px 8px;
}

.score-num {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #f4f7f4;
  font-variant-numeric: tabular-nums;
}

.score-lab {
  margin: 2px 0 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(239, 248, 238, 0.6);
}

.score-plaque-meta p {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 14px;
  color: var(--muted);
}

.score-plaque-meta p + p {
  margin-top: 8px;
}

.score-plaque-meta strong {
  color: var(--bone);
  font-weight: 700;
}

.score-plaque-meta .aside-best {
  color: var(--brass);
}

.record-view {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 24px 8px 40px;
  box-sizing: border-box;
}

.record-back {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.record-kicker {
  margin: 0;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--brass);
}

.record-h {
  margin: 4px 0 0;
  text-align: center;
  font-size: clamp(28px, 4vw, 34px);
  font-weight: 600;
}

.record-stats {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(6.5rem, 1.45fr) minmax(0, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 24px;
  padding: 20px 0;
  text-align: center;
}

.record-stat {
  padding: 0 10px;
  min-width: 0;
}

.record-stat:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.record-deals-wrap {
  margin-top: 28px;
  text-align: center;
}

.record-note {
  margin: 32px auto 0;
  max-width: 36rem;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.record-clear {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.record-clear-msg {
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: var(--bone);
}

.record-clear-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.record-deals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

.stat-val {
  margin: 0;
  font-size: clamp(22px, 7vw, 34px);
  font-weight: 600;
  white-space: nowrap;
}

.stat-lab {
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.rules-overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: rgba(10, 24, 18, 0.78);
  backdrop-filter: blur(8px);
}

.rules-overlay[hidden],
[hidden] {
  display: none !important;
}

.rules-panel {
  display: flex;
  width: 100%;
  max-width: 740px;
  max-height: 90vh;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(20, 56, 42, 0.98), rgba(11, 35, 26, 0.99));
  border: 1px solid rgba(212, 175, 55, 0.48);
  box-shadow: 0 32px 80px -12px rgba(0, 0, 0, 0.85), 0 0 0 1px rgba(212, 175, 55, 0.2) inset;
  color: var(--bone);
}

.rules-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.rules-head-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.rules-head-brand p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(19px, 2.5vw, 21px);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #f7e8c1;
}

.rules-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(248, 251, 247, 0.8);
  font-size: 16px;
  cursor: pointer;
}

.rules-close:hover {
  background: rgba(255, 255, 255, 0.1);
}

.rules-body {
  flex: 1;
  overflow: auto;
  padding: 20px 24px;
}

.rules-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  background: rgba(0, 0, 0, 0.22);
}

.rules-foot a {
  color: var(--brass);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.rules-foot a:hover {
  text-decoration: underline;
}

.rules-foot-btn {
  height: 40px;
  border-radius: 999px;
  padding: 0 28px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.rules-grid {
  display: grid;
  gap: 12px;
}

.rules-grid-3 {
  grid-template-columns: 1fr;
}

.rules-card {
  border-radius: 12px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.22);
}

.rules-card-title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: var(--brass);
}

.rules-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(248, 251, 247, 0.88);
}

.rules-card .rules-card-title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--brass);
}

.rules-card-wide {
  margin-top: 16px;
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
}

.rules-card-wide h3 {
  color: #f7e8c1;
  font-size: 18px;
  letter-spacing: 0.04em;
}

.rules-card-wide p {
  color: rgba(248, 251, 247, 0.9);
}

.rules-extra-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rules-extra-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(248, 251, 247, 0.9);
}

.rules-extra-list li > span {
  flex: 1;
  min-width: 0;
}

.rules-extra-list li::before {
  content: "◆";
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 12px;
  color: var(--brass);
}

.rules-extra-list li + li {
  margin-top: 12px;
}

.rules-extra-list strong {
  color: var(--bone);
  font-weight: 700;
}

.rules-card-tip {
  margin-top: 16px;
  background: rgba(212, 175, 55, 0.08);
  border-color: rgba(212, 175, 55, 0.28);
}

.rules-tip-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.rules-tip-title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #f7e8c1;
}

.rules-tip-sub {
  font-size: 13px;
  color: rgba(248, 251, 247, 0.65);
}

.below {
  background: #eef5eb;
  color: #183d31;
}

.below__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 64px 24px;
}

.below__lead {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.guide-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 1.5;
  color: #70897d;
}

.guide-breadcrumb a {
  color: #557867;
  text-decoration: none;
}

.guide-breadcrumb a:hover {
  color: #1d4d3d;
}

.below__title {
  margin: 0;
  text-align: center;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.15;
  color: #183d31;
}

.below__intro {
  margin: 20px auto 0;
  text-align: center;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.75;
  color: #456356;
}

.below__resource-links {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.below__resource-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid #b7cdbf;
  background: #e3ede0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #1d4d3d;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(24, 61, 49, 0.06);
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

.below__resource-link:hover {
  border-color: #1d4d3d;
  background: #d8e7d5;
}

.below__resource-link[aria-current="page"] {
  border-color: #1d4d3d;
  background: #d8e7d5;
}

.below__lead .below__resource-links + .below__resource-links {
  margin-top: 14px;
}

.guide-section-title {
  margin: 0;
  color: #183d31;
  text-align: center;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
}

.beginner-guide {
  margin-top: 64px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.beginner-guide__body > h2,
.beginner-guide__body > h3,
.copy-block-title,
.below-faq h2 {
  color: #183d31;
  text-align: center;
}

.beginner-guide__body > h2,
.beginner-guide__body > h3,
.copy-block-title {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
}

.beginner-guide__item-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(19px, 2vw, 20px);
  font-weight: 700;
  color: #183d31;
  text-align: left;
}

.beginner-guide__item-text {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.75;
  color: #587166;
}

.beginner-guide__grid {
  margin-top: 40px;
  display: grid;
  gap: 32px;
}

.beginner-guide__item {
  border-radius: 16px;
  border: 1px solid #b7cdbf;
  background: #f4f9f2;
  padding: 24px;
  box-shadow: 0 1px 2px rgba(24, 61, 49, 0.05);
}

.copy-features {
  max-width: 880px;
  margin: 64px auto 0;
}

.copy-checks {
  margin-top: 64px;
}

.copy-checks .below__stats {
  margin-top: 40px;
}

.content-feature {
  margin-top: 64px;
  display: grid;
  gap: 32px;
  border-top: 1px solid #b7cdbf;
  padding-top: 48px;
}

.content-feature__body h3 {
  margin: 0;
  text-align: left;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 700;
  color: #183d31;
}

.content-feature__body p {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.75;
  color: #587166;
}

.content-feature__media {
  min-height: 200px;
  aspect-ratio: 11 / 8;
  border-radius: 16px;
  border: 1px solid #b7cdbf;
  background: #dce7dd;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(24, 61, 49, 0.06);
}

.content-feature__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guide-card-links {
  margin-top: 24px;
  justify-content: center;
}

.below__stats {
  margin-top: 64px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 16px;
  border-top: 1px solid #b7cdbf;
  padding-top: 48px;
}

.below__stat {
  margin: 0;
  border-radius: 12px;
  border: 1px solid #b7cdbf;
  background: #eef5e8;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  text-align: center;
  box-shadow: 0 1px 2px rgba(24, 61, 49, 0.05);
}

.below__stat strong {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #183d31;
  text-align: center;
}

.below__stat span {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #587166;
}

.below-faq {
  margin-top: 64px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #b7cdbf;
  padding-top: 56px;
}

.below-faq h2 {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
}

.below-faq-list {
  margin-top: 40px;
  border-top: 1px solid #b7cdbf;
  border-bottom: 1px solid #b7cdbf;
}

.below-faq details {
  border-bottom: 1px solid #b7cdbf;
  padding: 20px 0;
}

.below-faq details:last-child {
  border-bottom: 0;
}

.below-faq summary {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  font-family: var(--sans);
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  list-style: none;
  color: #183d31;
}

.below-faq summary:hover {
  color: #1d4d3d;
}

.faq-plus {
  margin-left: 16px;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 400;
  color: #5a806e;
  transition: transform 0.15s ease;
}

.below-faq details[open] .faq-plus {
  transform: rotate(45deg);
}

.below-faq details p {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.75;
  color: #587166;
}

.below .content-feature,
.below .below__stats,
.below .below-faq {
  border-top: 0;
  padding-top: 0;
}


.fcb-chrome-footer {
  background: var(--fcb-chrome-footer);
  padding: 48px 20px calc(48px + env(safe-area-inset-bottom));
  color: #ecf4e9;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.5;
}

.footer-brand {
  align-items: center;
}

.footer-brand-text {
  display: flex;
  flex-direction: column;
}

.footer-brand-name {
  font-family: var(--font-brand);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #ffffff;
  line-height: 1;
}

.footer-brand-sub {
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #88ac9c;
}

.footer-blurb {
  margin: 20px 0 0;
  max-width: 280px;
  font-size: 14px;
  line-height: 1.7;
  color: #b8cec1;
}

.footer-grid > section > p:first-of-type:not(.footer-blurb) {
  margin-top: 20px;
}

.footer-grid nav > p,
.footer-grid > div > p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #eff7eb;
}

.footer-credit {
  margin: 28px 0 0;
  max-width: 230px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 11px;
  line-height: 1.6;
  color: #9cb9aa;
}

.footer-credit a {
  color: #c4d8cc;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(255, 255, 255, 0.3);
}

.footer-credit a:hover {
  color: #fff;
}

.footer-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  gap: 48px;
}

.footer-games {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.footer-grid a {
  font-size: 14px;
  line-height: 1.5;
  color: #c4d8cc;
  text-decoration: none;
}

.footer-grid a:hover {
  color: #fff;
}

.lang-wrap {
  position: relative;
  display: inline-block;
  margin-top: 28px;
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid #d0e0d2;
  background: #eef5e8;
  padding: 10px 14px;
  color: #1d4d3d;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.lang-globe {
  color: #3d7a65;
}

.lang-caret {
  color: #668476;
}

.lang-list {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  min-width: 190px;
  border-radius: 14px;
  border: 1px solid #d0e0d2;
  background: #eef5e8;
  padding: 6px;
  list-style: none;
}

.lang-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 9px;
  color: #1d4d3d;
  font-size: 14px;
}

.lang-check {
  color: #3d7a65;
}

.lang-list a:hover,
.footer-grid .lang-list a:hover {
  color: #1d4d3d;
  background: #dce9d8;
}

.lang-list a[aria-current="page"] {
  background: #dce9d8;
  font-weight: 600;
  color: #1d4d3d;
}

.footer-legal {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.footer-legal li {
  margin: 0 0 12px;
}

.footer-base {
  max-width: 1160px;
  margin: 48px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 13px;
  color: #9cb9aa;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.article {
  max-width: 960px;
  margin: 0 auto;
  padding: 64px 24px;
  color: #183d31;
  background: transparent;
  min-height: 0;
}

.article h1 {
  margin: 0 0 18px;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.08;
}

.article h2 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.2;
}

.article p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.article p + p {
  margin-top: 14px;
}

.article section {
  margin-top: 30px;
}

.article a {
  color: #1d4d3d;
}

.article-action {
  margin-top: 30px;
  font-weight: 700;
}

.notfound-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.brand__mark {
  width: 52px;
  height: 52px;
  display: block;
  border-radius: 8px;
}

.fcb-brand .brand__mark {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .rules-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .footer-games {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 28px;
  }
  .page-main {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .below__inner {
    padding: 96px 48px;
  }
  .copy-features .content-feature + .content-feature {
    margin-top: 80px;
  }
  .content-feature {
    gap: 48px;
  }
  .fcb-chrome-header {
    padding-left: 32px;
    padding-right: 32px;
  }
  .fcb-main-play {
    padding-left: 40px;
    padding-right: 40px;
  }
  .title-rule {
    margin-bottom: 4px;
  }
  .deal-flag {
    display: inline;
  }
  .cascades {
    margin-top: 16px;
  }
  .record-view {
    padding-top: 40px;
  }
  .record-stats {
    margin-top: 32px;
    padding: 28px 0;
  }
  .rail {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .rail .rail-btn {
    flex: none;
    height: 40px;
    padding: 0 14px;
    font-size: 14px;
    gap: 7px;
  }

  .rail .rail-btn[data-fcb-act="hint"] {
    flex: none;
    padding-inline: 14px;
  }

  .rail-hint-swap {
    font-size: inherit;
  }

  .rail .rail-btn svg {
    width: 16px;
    height: 16px;
  }
  .rail .rail-btn.rail-wide {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .rail-auto-full {
    display: inline;
  }
  .rail-auto-short {
    display: none;
  }
  .fcb-chrome-footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1600px) {
  :root {
    --well-gap: 16px;
    --well-mid: 28px;
  }
}

@media (min-width: 1024px) {
  .fcb-nav-toggle {
    display: none;
  }
  .fcb-nav-panel,
  .fcb-content-nav.is-open .fcb-nav-panel {
    display: flex;
    position: static;
    top: auto;
    left: auto;
    min-width: 0;
    flex-direction: row;
    gap: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }
  .fcb-content-nav a,
  .fcb-content-nav.is-open .fcb-nav-panel a {
    display: inline;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
  .fcb-content-nav.is-open .fcb-nav-panel a:hover,
  .fcb-content-nav.is-open .fcb-nav-panel a[aria-current="page"] {
    background: transparent;
  }
  .more-pill {
    display: inline-flex;
  }
  .more-icon {
    display: none;
  }
  .fcb-aside {
    display: flex;
    width: 360px;
    gap: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(18, 41, 35, 0.55);
    padding: 24px;
  }
  .fcb-aside .fcb-aside-title,
  .fcb-aside .score-plaque {
    display: block;
  }
  .fcb-aside .ad-house {
    margin-top: auto;
    margin-bottom: 0;
  }
  .play-row {
    flex-direction: row;
  }
  .ad-house {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    height: auto;
    min-height: 250px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 24px;
    background: rgba(18, 41, 35, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  }
  .house-ad-title {
    font-size: 24px;
    text-align: center;
    color: #f4f7f4;
  }
  .house-ad-body {
    display: block;
    color: rgba(235, 242, 236, 0.75);
    text-align: center;
  }
  .house-ad-cta {
    margin-top: 20px;
    height: 40px;
    padding: 0 20px;
    font-size: 13px;
    background: #eef3ec;
    color: #142e27;
  }
  .more-games-pop {
    position: absolute;
    inset-inline: auto;
    right: 0;
    top: calc(100% + 12px);
    width: min(1080px, 94vw);
    max-width: none;
  }
  .more-games-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-height: 80vh;
  }
  .beginner-guide__grid {
    grid-template-columns: 1fr 1fr;
  }
  .content-feature {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .content-feature--reverse .content-feature__media {
    order: 2;
  }
  .below__stats {
    grid-template-columns: repeat(4, 1fr);
  }
  .copy-checks .below__stats {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1.6fr 0.72fr;
  }
  .footer-grid.footer-grid--no-more {
    grid-template-columns: 1fr 0.72fr;
  }
  .footer-base {
    flex-direction: row;
    justify-content: space-between;
  }
}

.fcb-pwa-guide {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: max(16px, env(safe-area-inset-top)) 16px max(16px, env(safe-area-inset-bottom));
}

.fcb-pwa-guide[hidden] {
  display: none;
}

.fcb-pwa-guide__backdrop {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: rgba(8, 40, 30, 0.55);
  cursor: pointer;
  backdrop-filter: blur(4px);
}

.fcb-pwa-guide__card {
  position: relative;
  z-index: 1;
  width: min(20.5rem, calc(100vw - 1.5rem));
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(28, 82, 63, 0.18);
  background: #edf5e8;
  box-shadow: 0 18px 48px rgba(8, 40, 30, 0.28);
}

.fcb-pwa-guide__head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 16px 12px;
  background: linear-gradient(165deg, #dceee4 0%, #edf5e8 60%);
  border-bottom: 1px solid rgba(28, 82, 63, 0.12);
}

.fcb-pwa-guide__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  flex-shrink: 0;
  background: #edf5e8;
  box-shadow: 0 2px 8px rgba(11, 55, 40, 0.14);
}

.fcb-pwa-guide__name {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #183d31;
  line-height: 1.25;
}

.fcb-pwa-guide__host {
  margin: 2px 0 0;
  font-size: 0.75rem;
  color: #4e7a68;
  line-height: 1.3;
}

.fcb-pwa-guide__kicker {
  margin: 12px 16px 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1c523f;
}

.fcb-pwa-guide__kicker[hidden],
.fcb-pwa-guide__steps[hidden] {
  display: none;
}

.fcb-pwa-guide__steps {
  list-style: none;
  margin: 10px 16px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fcb-pwa-guide__steps li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #183d31;
}

.fcb-pwa-guide__n {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  background: #1c523f;
  margin-top: 1px;
}

.fcb-pwa-guide__share {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 2px;
  vertical-align: -2px;
  color: #1c523f;
}

.fcb-pwa-guide__actions {
  display: flex;
  gap: 8px;
  padding: 14px 16px 16px;
}

.fcb-pwa-guide__primary,
.fcb-pwa-guide__ghost {
  flex: 1;
  min-height: 40px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
}

.fcb-pwa-guide__primary {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #3d7a65, #245747);
  box-shadow: 0 4px 14px rgba(11, 55, 40, 0.25);
}

.fcb-pwa-guide__primary:hover {
  filter: brightness(1.08);
}

.fcb-pwa-guide__ghost {
  border: 1px solid rgba(28, 82, 63, 0.22);
  background: #f8fbf7;
  color: #183d31;
}

.fcb-pwa-guide__ghost:hover {
  background: #eef5eb;
}
