:root {
  --home-bg-top: #fff3e4;
  --home-bg-bottom: #f5d5ad;
  --home-surface: rgba(255, 250, 243, 0.92);
  --home-surface-strong: #fffdf9;
  --home-border: #d56d3e;
  --home-border-soft: rgba(213, 109, 62, 0.24);
  --home-text: #2d190f;
  --home-muted: #6f5547;
  --home-accent: #bf2f66;
  --home-deep: #7d1f13;
  --home-blue: #0d4e84;
  --home-green: #1b7550;
}

body {
  background:
    radial-gradient(circle at top center, rgba(255, 251, 245, 0.82), rgba(255, 251, 245, 0) 34%),
    linear-gradient(180deg, var(--home-bg-top) 0%, var(--home-bg-bottom) 100%);
  padding-bottom: 0;
}

.ticker-bar {
  background: linear-gradient(90deg, #a01855, #d7328a);
  padding: 5px 0;
}

.ticker-content {
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
}

.m-icon,
.text2,
.site-nav {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.m-icon {
  margin-top: 10px;
  margin-bottom: 8px;
  padding: 10px 18px;
  border: 1px solid var(--home-border);
  border-radius: 20px;
  background: rgba(255, 248, 239, 0.88);
  box-shadow: 0 18px 40px rgba(101, 49, 21, 0.12);
}

.m-icon img,
.site-logo {
  display: block;
  margin: 0 auto;
  height: 52px;
  max-width: min(280px, 100%);
  width: auto;
}

.text2 {
  margin-bottom: 8px;
  padding: 12px 18px;
  border: 1px solid var(--home-border);
  border-radius: 20px;
  background: rgba(255, 252, 247, 0.88);
  box-shadow: 0 18px 40px rgba(101, 49, 21, 0.1);
  font-style: normal;
  text-align: center;
}

.text2 h1,
.text2-title {
  margin: 0;
  padding: 0;
  color: var(--home-text);
  font-size: clamp(15px, 1.55vw, 19px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-shadow: none;
}

.text2 h2 {
  display: none;
}

.text2-subtitle {
  max-width: 860px;
  margin: 4px auto 0;
  color: #000;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  text-shadow: none;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-bottom: 14px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.site-nav a {
  padding: 9px 14px;
  border: 1px solid rgba(112, 55, 24, 0.18);
  border-radius: 999px;
  background: rgba(111, 32, 24, 0.92);
  color: #fff7f0;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-shadow: none;
  box-shadow: 0 10px 24px rgba(75, 25, 11, 0.12);
}

.site-nav a:hover,
.site-nav a.active {
  background: var(--home-accent);
  color: #fff;
}

.home-shell {
  max-width: 1180px;
  margin: 0 auto;
  color: var(--home-text);
  font-style: normal;
}

.home-inline-notice,
.home-panel {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(101, 49, 21, 0.1);
}

.home-inline-notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 18px 10px;
  margin-bottom: 14px;
  background: linear-gradient(180deg, #9e1e10 0%, #8d170d 100%);
  border-color: #eb574d;
  text-align: center;
}

.home-inline-notice__label,
.home-kicker,
.home-section-title {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff1f6;
  color: var(--home-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-kicker--soft {
  background: transparent;
  padding: 0;
  border-radius: 0;
  color: #b64e77;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.home-inline-notice p {
  margin: 0;
  text-shadow: none;
}

.home-inline-notice__title {
  color: #fff8f2;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.home-inline-notice__subtitle {
  max-width: 760px;
  color: rgba(255, 247, 240, 0.96);
  font-size: clamp(12px, 1.2vw, 15px);
  font-weight: 700;
  line-height: 1.35;
}

.home-inline-notice__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  margin-top: 2px;
  padding: 11px 22px;
  border: 3px solid rgba(255, 247, 240, 0.92);
  border-radius: 999px;
  background: linear-gradient(180deg, #2d49d0 0%, #2137a8 100%);
  color: #fffdf7;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-shadow: none;
  box-shadow: 0 10px 24px rgba(25, 13, 10, 0.2);
}

.home-inline-notice__button:hover,
.home-inline-notice__button:focus-visible {
  background: linear-gradient(180deg, #3556ec 0%, #2840ba 100%);
  color: #ffffff;
  text-decoration: none;
}

.home-inline-notice--guessing {
  background: linear-gradient(180deg, #6c1558 0%, #4f103f 100%);
  border-color: #d765b2;
}

.home-inline-notice--guessing .home-inline-notice__title {
  color: #fff6fb;
}

.home-inline-notice--guessing .home-inline-notice__subtitle {
  color: rgba(255, 240, 249, 0.94);
}

.home-inline-notice--guessing .home-inline-notice__button {
  background: linear-gradient(180deg, #ffb347 0%, #ff8f2c 100%);
  border-color: rgba(255, 248, 237, 0.94);
  color: #492100;
}

.home-inline-notice--guessing .home-inline-notice__button:hover,
.home-inline-notice--guessing .home-inline-notice__button:focus-visible {
  background: linear-gradient(180deg, #ffc15f 0%, #ff9e43 100%);
  color: #3f1a00;
}

.home-panel {
  padding: 20px;
}

.home-panel--focus {
  padding: 12px 14px 13px;
  margin-bottom: 14px;
  background: linear-gradient(180deg, rgba(255, 249, 241, 0.98), rgba(255, 240, 222, 0.98));
}

.home-focus-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 14px;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 18px;
  background: #6c431f;
  color: #fff8ef;
  font-size: clamp(17px, 1.8vw, 22px);
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(17, 9, 6, 0.2);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
}

.home-focus-subtitle {
  margin: 8px 0 6px;
  color: #1c160f;
  font-size: clamp(14px, 1.45vw, 18px);
  font-style: italic;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.01em;
  text-align: center;
}

.home-focus-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  width: 100%;
  max-width: none;
  margin: 0;
}

.home-focus-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  min-height: 78px;
  padding: 7px 10px 8px;
  border: 1px solid rgba(121, 74, 38, 0.26);
  border-radius: 10px;
  background: #ffd7a8;
  box-shadow: none;
}

.home-focus-card.is-active {
  background: #ffd7a8;
}

.home-focus-card.is-upcoming {
  background: #ffd7a8;
}

.home-focus-name {
  margin: 0;
  color: #172b83;
  font-size: clamp(16px, 1.5vw, 20px);
  font-style: italic;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-align: center;
  text-transform: uppercase;
}

.home-focus-name a,
.home-market-head h3 a,
.home-section-link {
  color: inherit;
  text-decoration: none;
}

.home-focus-name a:hover,
.home-focus-name a:focus-visible,
.home-market-head h3 a:hover,
.home-market-head h3 a:focus-visible,
.home-section-link:hover,
.home-section-link:focus-visible {
  color: var(--home-accent);
  text-decoration: none;
}

.home-focus-result {
  margin: 0;
  color: #7e2460;
  font-family: "Trebuchet MS", "Arial Narrow", sans-serif;
  font-size: clamp(18px, 2vw, 27px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-shadow: none;
}

.home-focus-result.is-empty {
  color: #8a2d70;
  font-size: clamp(14px, 1.3vw, 18px);
  font-style: italic;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
}

.home-focus-note {
  margin: 0;
  color: #1d1b1a;
  font-size: 11px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}

.home-focus-note span {
  opacity: 0.7;
}

.home-panel--markets {
  padding: 0;
  margin-bottom: 14px;
  overflow: hidden;
}

.home-markets-toolbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 18px 20px 14px;
  background: linear-gradient(180deg, rgba(255, 251, 246, 0.98), rgba(255, 245, 233, 0.98));
  border-bottom: 1px solid var(--home-border-soft);
  text-align: center;
}

.home-toolbar-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 720px;
  text-align: center;
}

.home-toolbar-copy h2 {
  margin: 6px 0 6px;
  color: var(--home-text);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.home-section-copy {
  margin: 0;
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.5;
  text-shadow: none;
}

.home-toolbar-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: min(720px, 100%);
}

.home-filter-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  padding: 4px;
  border: 1px solid rgba(112, 55, 24, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  width: min(540px, 100%);
}

.home-filter-chip {
  min-height: 36px;
  padding: 7px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #63473a;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.home-filter-chip.is-active {
  background: #fffdfb;
  color: var(--home-accent);
  box-shadow: 0 8px 18px rgba(75, 25, 11, 0.06);
}

.home-search-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: min(720px, 100%);
}

.home-search-input {
  width: 100%;
  min-height: 46px;
  padding: 11px 16px;
  border: 1px solid var(--home-border-soft);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--home-text);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  outline: none;
}

.home-search-input:focus {
  border-color: var(--home-accent);
  box-shadow: 0 0 0 4px rgba(191, 47, 102, 0.1);
}

.home-search-clear {
  display: none;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid rgba(112, 55, 24, 0.12);
  border-radius: 12px;
  background: #fff8ef;
  color: var(--home-text);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.home-search-clear.is-visible {
  display: inline-block;
}

.home-empty {
  margin: 0 22px 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #fff3f7;
  color: #8d2956;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}

.home-market-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 10px 12px;
}

.home-market-row {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 78px;
  gap: 7px;
  align-items: center;
  padding: 7px 9px;
  border: 1px solid var(--home-border-soft);
  border-radius: 12px;
  background: #ffd6ab;
  box-shadow: none;
}

.home-market-row:nth-child(odd) {
  background: #ffdcb7;
}

.home-market-row.is-live {
  background: #fff75d;
}

.home-market-row.is-live-soft {
  background: #ffe7b9;
}

.home-market-row[hidden] {
  display: none;
}

.home-market-main {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  text-align: center;
}

.home-market-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.home-market-head h3 {
  margin: 0;
  color: #172b83;
  font-size: 16px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.home-market-meta {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.home-market-meta span {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #1d1b1a;
  font-size: 10px;
  font-weight: 900;
  font-style: italic;
}

.home-market-result {
  color: #5b1989;
  font-family: "Trebuchet MS", "Arial Narrow", sans-serif;
  font-size: clamp(20px, 2.15vw, 28px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-shadow: none;
}

.home-market-result.is-empty {
  color: #8b6f61;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-market-side {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-market-side a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 32px;
  padding: 6px 8px;
  border-radius: 12px;
  background: #5b47b8;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.home-market-actions,
.home-live-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.home-market-actions a,
.home-live-actions a {
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--home-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.home-market-actions a:last-child,
.home-live-actions a:last-child {
  background: var(--home-green);
}

.home-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.home-directory-grid {
  align-items: start;
}

.home-panel--featured {
  margin-bottom: 14px;
}

.home-lucky-grid {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.home-golden-card,
.home-final-card,
.home-spotlight-card {
  border: 1px solid var(--home-border-soft);
  border-radius: 18px;
  background: var(--home-surface-strong);
}

.home-golden-card {
  padding: 18px;
}

.home-golden-card span {
  display: block;
  color: #7e6355;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-golden-card strong {
  display: block;
  margin-top: 10px;
  color: #28548f;
  font-size: clamp(30px, 4.2vw, 44px);
  line-height: 1;
  letter-spacing: 0.08em;
}

.home-final-card {
  padding: 14px;
}

.home-final-card__head,
.home-section-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.home-section-row--centered {
  justify-content: center;
  text-align: center;
}

.home-section-row--centered > div {
  width: 100%;
}

.home-section-row--centered .page-panel__copy {
  margin-left: auto;
  margin-right: auto;
}

.home-final-card__head {
  margin-bottom: 10px;
}

.home-final-card__head span {
  color: #3a2418;
  font-size: 14px;
  font-weight: 800;
}

.home-final-card__head small {
  color: #7d6456;
  font-size: 12px;
  font-weight: 700;
}

.home-final-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-height: 312px;
  overflow-y: auto;
  padding-right: 4px;
}

.home-final-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fff6ec;
  text-align: left;
}

.home-final-item span {
  color: #62493d;
  font-size: 12px;
  line-height: 1.35;
}

.home-final-item strong {
  flex: 0 0 auto;
  color: var(--home-accent);
  font-size: 15px;
}

.home-live-badge {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  background: #e1f0e8;
  color: var(--home-green);
  font-size: 12px;
  font-weight: 800;
}

.home-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.home-spotlight-card {
  padding: 14px;
}

.home-spotlight-card h3 {
  margin: 0;
  color: var(--home-text);
  font-size: 13px;
  line-height: 1.35;
}

.home-spotlight-result {
  margin: 10px 0 8px;
  color: var(--home-deep);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  text-shadow: none;
}

.home-spotlight-result.is-empty {
  color: #9a867a;
  font-size: 16px;
  letter-spacing: 0;
}

.home-spotlight-card small {
  display: block;
  margin-bottom: 12px;
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 700;
}

.home-panel--directory {
  padding: 20px;
}

.home-directory-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}

.home-directory-tools {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  min-width: 220px;
}

.home-directory-count {
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3e0d1;
  color: #7a5a49;
  font-size: 11px;
  font-weight: 800;
}

.home-directory-input {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--home-border-soft);
  border-radius: 999px;
  background: #fff;
  color: var(--home-text);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  outline: none;
}

.home-directory-input:focus {
  border-color: var(--home-accent);
  box-shadow: 0 0 0 4px rgba(191, 47, 102, 0.1);
}

.home-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.home-link-grid--scroll {
  max-height: 520px;
  overflow-y: auto;
  padding-right: 4px;
}

.home-link-grid a {
  padding: 11px 12px;
  border: 1px solid var(--home-border-soft);
  border-radius: 14px;
  background: var(--home-surface-strong);
  color: var(--home-text);
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}

.home-link-grid a[hidden] {
  display: none;
}

.home-link-grid a:hover {
  background: #fff5e7;
}

.home-directory-empty {
  margin: 14px 0 0;
  color: #8d2956;
  font-size: 13px;
  font-weight: 700;
}

.page-shell {
  padding-bottom: 12px;
}

.page-hero,
.page-panel {
  margin-bottom: 14px;
}

.page-hero {
  padding: 20px;
}

.page-hero--centered {
  text-align: center;
}

.page-hero--centered .page-breadcrumbs {
  justify-content: center;
}

.page-hero--centered .page-copy {
  margin-left: auto;
  margin-right: auto;
}

.page-hero--centered .page-actions {
  justify-content: center;
}

.page-hero--centered .page-stat-card {
  text-align: center;
}

.page-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #7a5a49;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-breadcrumbs a {
  color: var(--home-accent);
}

.page-title {
  margin: 0;
  color: var(--home-text);
  font-size: clamp(20px, 2.45vw, 29px);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.page-copy {
  margin: 12px 0 0;
  max-width: 760px;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.5;
  text-shadow: none;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.page-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--home-accent);
  color: #fff9f4;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  box-shadow: 0 10px 24px rgba(75, 25, 11, 0.1);
}

.page-button:hover {
  color: #fff;
  text-decoration: none;
}

.page-button--secondary {
  background: var(--home-blue);
}

.page-button--success {
  background: var(--home-green);
}

.page-button--soft {
  border-color: var(--home-border-soft);
  background: #fff6eb;
  color: var(--home-text);
  box-shadow: none;
}

.page-button--soft:hover {
  color: var(--home-text);
}

.page-stat-grid,
.page-grid {
  display: grid;
  gap: 14px;
}

.page-stat-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.page-stat-card,
.page-list-card {
  padding: 14px 16px;
  border: 1px solid var(--home-border-soft);
  border-radius: 18px;
  background: var(--home-surface-strong);
}

.page-stat-card span,
.page-list-card strong {
  display: block;
}

.page-stat-card span {
  color: #7a5a49;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-stat-card strong {
  display: block;
  margin-top: 6px;
  color: var(--home-deep);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.page-stat-card small {
  display: block;
  margin-top: 8px;
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.page-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-panel {
  padding: 20px;
}

.page-panel__title {
  margin: 0;
  color: var(--home-text);
  font-size: 18px;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.page-panel__copy {
  margin: 10px 0 0;
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.5;
}

.page-note {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff5e8;
  color: #765947;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.page-prose {
  display: grid;
  gap: 14px;
}

.page-prose h2 {
  margin: 0;
  color: var(--home-text);
  font-size: 16px;
  line-height: 1.3;
}

.page-prose p {
  margin: 0;
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.62;
}

.page-prose--centered {
  text-align: center;
}

.page-prose--centered h2,
.page-prose--centered p {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

.page-list-grid {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.page-list-card strong {
  margin-bottom: 6px;
  color: var(--home-text);
  font-size: 15px;
  line-height: 1.35;
}

.page-list-card p {
  margin: 0;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.6;
}

.chart-directory-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.chart-directory-row {
  display: grid;
  grid-template-columns: minmax(250px, 1.1fr) minmax(220px, 0.95fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid var(--home-border-soft);
  border-radius: 20px;
  background: #ffdcb7;
}

.chart-directory-row:nth-child(odd) {
  background: #ffd6ab;
}

.chart-directory-main {
  display: grid;
  gap: 10px;
  min-width: 0;
}

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

.chart-directory-head h3 {
  margin: 0;
  min-width: 0;
  color: #172b83;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.chart-directory-head h3 a {
  color: inherit;
  text-decoration: none;
}

.chart-directory-status {
  flex: 0 0 auto;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.chart-directory-status.is-ready {
  background: rgba(27, 124, 74, 0.12);
  color: #23724b;
}

.chart-directory-status.is-pending {
  background: rgba(160, 92, 45, 0.12);
  color: #8a552f;
}

.chart-directory-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.chart-directory-meta span {
  color: #2c241f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.chart-directory-meta strong {
  margin-right: 6px;
  color: #7a5a49;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chart-directory-result {
  color: #5b1989;
  font-family: "Trebuchet MS", "Arial Narrow", sans-serif;
  font-size: clamp(30px, 3vw, 54px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.03em;
}

.chart-directory-result.is-empty {
  color: #8b6f61;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.chart-directory-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 150px));
  gap: 10px;
}

.chart-directory-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 14px;
  border-radius: 16px;
  background: var(--home-blue);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
}

.chart-directory-actions a:last-child {
  background: var(--home-green);
}

.chart-directory-actions a:hover,
.chart-directory-actions a:focus-visible {
  color: #fff;
  text-decoration: none;
}

.guess-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.guess-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid var(--home-border-soft);
  border-radius: 999px;
  background: #fff9f1;
  color: var(--home-text);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease,
    box-shadow 0.18s ease, transform 0.18s ease;
}

.guess-chip:hover {
  background: #fff0de;
  border-color: rgba(191, 47, 102, 0.28);
  transform: translateY(-1px);
}

.guess-chip.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, #bf2f66, #8d2956);
  color: #fff8f1;
  box-shadow: 0 12px 28px rgba(143, 41, 86, 0.2);
}

.guess-chip:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}

.page-stat-card--guess-markets {
  margin-top: 18px;
}

.guess-market-stack {
  display: grid;
  gap: 10px;
  width: 100%;
  margin-top: 16px;
}

.guess-market-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--home-border-soft);
  border-radius: 14px;
  background: #fffaf4;
}

.guess-market-row strong {
  margin: 0;
  color: var(--home-text);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.guess-market-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #bf2f66, #8d2956);
  color: #fff7f0;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(143, 41, 86, 0.18);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.guess-market-button:hover,
.guess-market-button:focus-visible {
  color: #fff7f0;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(143, 41, 86, 0.22);
}

.guess-select-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin-top: 16px;
  align-items: center;
}

.guess-market-select {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--home-border-soft);
  border-radius: 16px;
  background: #fff;
  color: var(--home-text);
  font-size: 14px;
  font-weight: 700;
  outline: none;
  box-shadow: none;
}

.guess-market-select:focus {
  border-color: var(--home-accent);
  box-shadow: 0 0 0 4px rgba(191, 47, 102, 0.1);
}

.guess-market-select:disabled,
.guess-run-button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.guess-run-button {
  min-width: 190px;
}

.guess-page-note {
  margin-top: 16px;
}

.guess-loading-panel {
  text-align: center;
}

.guess-loading-shell {
  display: grid;
  justify-items: center;
  gap: 14px;
  max-width: 640px;
  margin: 0 auto;
}

.guess-spinner {
  width: 56px;
  height: 56px;
  border: 5px solid #f2dece;
  border-top-color: var(--home-accent);
  border-radius: 50%;
  animation: guess-spin 0.9s linear infinite;
}

@keyframes guess-spin {
  to {
    transform: rotate(360deg);
  }
}

.guess-progress {
  width: min(640px, 100%);
  height: 12px;
  margin: 18px auto 0;
  border: 1px solid rgba(191, 47, 102, 0.12);
  border-radius: 999px;
  background: #f8eadf;
  overflow: hidden;
}

.guess-progress__bar {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #bf2f66, #d65f2f);
  transition: width 0.2s linear;
}

.guess-reveal-grid {
  margin-top: 16px;
}

.guess-reveal-grid .home-section-row {
  margin-bottom: 16px;
}

.guess-inner-panel {
  padding: 18px;
}

.guess-section-title {
  margin: 0 0 12px;
  color: var(--home-text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

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

.guess-open-card {
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 18px 14px;
  border: 1px solid var(--home-border-soft);
  border-radius: 18px;
  background: linear-gradient(180deg, #fffdf9 0%, #fff3e5 100%);
  text-align: center;
}

.guess-open-card span {
  color: #7a5a49;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guess-open-card strong {
  color: var(--home-deep);
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
}

.guess-open-card--waiting strong {
  font-size: clamp(20px, 2.8vw, 28px);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.guess-jodi-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.guess-jodi-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 10px;
  border: 1px solid var(--home-border-soft);
  border-radius: 18px;
  background: #fff8ef;
  color: var(--home-deep);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
}

.chart-panel {
  padding: 18px;
  background: #fff4e5;
}

.chart-topbar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.chart-topbar__copy p {
  margin: 8px 0 0;
  color: #7b5b47;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.chart-topbar__copy {
  text-align: center;
}

.chart-shell {
  overflow: auto;
  border: 1px solid #75b1ff;
  border-radius: 20px;
  background: #ffd6a6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.chart-latest-result {
  margin-top: 14px;
  padding: 18px 16px;
  border: 1px solid #75b1ff;
  border-radius: 18px;
  background: #ffdcb4;
  text-align: center;
}

.chart-latest-result h3 {
  margin: 0;
  color: #172b83;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
}

.chart-latest-result p {
  margin: 8px 0 12px;
  color: #7b2b67;
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 900;
  line-height: 1;
}

.chart-table {
  width: 100%;
  border-collapse: collapse;
}

.chart-table thead th {
  padding: 10px 8px;
  background: #7d1f13;
  color: #fff7ef;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.chart-table tbody td {
  padding: 8px 6px;
  border: 1px solid rgba(125, 31, 19, 0.12);
  background: #fffdf8;
  text-align: center;
  font-style: normal;
}

.chart-table tbody tr:nth-child(even) td {
  background: #fff7ee;
}

.chart-table--jodi thead th:first-child,
.chart-table--panel thead th:first-child {
  width: 78px;
}

.chart-table--jodi tbody td:first-child,
.chart-table--panel .chart-date {
  color: #7d6456;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
}

.chart-table--jodi tbody td:first-child {
  background: #ffd6a6;
}

.chart-table--jodi tbody td.chart-hit {
  color: #f23e2f;
}

.chart-table--jodi tbody td:not(:first-child) {
  font-size: 18px;
  font-weight: 900;
  color: #111111;
  letter-spacing: 0.04em;
}

.chart-table--jodi {
  min-width: 860px;
  border-collapse: collapse;
  background: #ffd6a6;
}

.chart-table--jodi thead th {
  padding: 11px 8px;
  background: #ffcc47;
  color: #15120f;
  font-size: 13px;
  font-weight: 900;
  border: 1px solid #75b1ff;
}

.chart-table--jodi tbody td {
  padding: 10px 8px;
  border: 1px solid #75b1ff;
  background: #ffd6a6;
}

.chart-table--jodi tbody tr:nth-child(odd) td {
  background: #ffd6a6;
}

.chart-table--jodi tbody tr:nth-child(even) td {
  background: #ffdcb4;
}

.chart-table--panel {
  min-width: 860px;
  border-collapse: collapse;
  background: #ffd6a6;
}

.chart-table--panel thead tr:first-child th {
  padding: 12px 10px;
  background: #4a59b0;
  color: #fffaf4;
  font-size: 15px;
  font-weight: 900;
  border: 1px solid #75b1ff;
}

.chart-table--panel thead tr:last-child th {
  padding: 11px 8px;
  background: #ffcc47;
  color: #15120f;
  font-size: 13px;
  font-weight: 900;
  border: 1px solid #75b1ff;
}

.chart-table--panel tbody td {
  padding: 8px 5px;
  border: 1px solid #75b1ff;
  background: #ffd6a6;
}

.chart-table--panel tbody tr:nth-child(odd) td {
  background: #ffd6a6;
}

.chart-table--panel tbody tr:nth-child(even) td {
  background: #ffdcb4;
}

.chart-table--panel .chart-open,
.chart-table--panel .chart-close {
  width: 46px;
  font-size: 13px;
  font-weight: 900;
  color: #14110f;
}

.chart-table--panel .chart-jodi {
  width: 52px;
  font-size: 20px;
  font-weight: 900;
  color: #111111;
}

.chart-table--panel .chart-open,
.chart-table--panel .chart-jodi,
.chart-table--panel .chart-close {
  border-left-width: 0;
  border-right-width: 0;
}

.chart-table--panel .chart-open {
  border-left-width: 1px;
}

.chart-table--panel .chart-close {
  border-right-width: 1px;
}

.chart-table--panel .chart-hit {
  color: #f23e2f;
}

.chart-table--panel .chart-date {
  min-width: 110px;
  padding: 10px 8px;
  color: #17120f;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  background: #ffd6a6;
}

.chart-pana-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  line-height: 1;
}

.chart-pana-stack span {
  display: block;
}

.chart-empty {
  color: #9a867a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.home-powered {
  display: none !important;
}

.back-to-top {
  position: fixed;
  bottom: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--home-accent);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 14px 30px rgba(101, 49, 21, 0.18);
  cursor: pointer;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.site-footer-modern {
  width: 100vw;
  max-width: none;
  margin: 28px 0 0;
  margin-left: calc(50% - 50vw);
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #f3e4d5;
  background:
    linear-gradient(180deg, rgba(53, 27, 19, 0.98) 0%, rgba(30, 16, 12, 0.99) 100%);
  border-top: 1px solid rgba(255, 229, 206, 0.12);
  box-shadow: 0 -10px 36px rgba(54, 24, 14, 0.14);
}

footer.site-footer-modern,
footer.site-footer-modern * {
  box-sizing: border-box;
  text-shadow: none;
}

footer.site-footer-modern > .site-footer-modern__inner {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.site-footer-modern__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 24px 18px;
}

.site-footer-modern__top {
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 226, 205, 0.14);
}

.site-footer-modern__brand {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.site-footer-modern__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(255, 229, 208, 0.62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer-modern__logo {
  display: inline-block;
  color: #fff8f2;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.site-footer-modern__copy {
  margin: 12px 0 0;
  color: rgba(255, 236, 220, 0.76);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  text-shadow: none;
}

.site-footer-modern__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 28px;
  width: 100%;
  margin-top: 18px;
}

.site-footer-modern__nav a {
  color: rgba(255, 242, 232, 0.92);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.site-footer-modern__nav a:hover,
.site-footer-modern__nav a:focus-visible,
.site-footer-modern__logo:hover,
.site-footer-modern__logo:focus-visible {
  color: #ffffff;
  opacity: 1;
  transform: translateY(-1px);
}

.site-footer-modern__bottom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 14px;
  padding-top: 12px;
}

.site-footer-modern__bottom p {
  margin: 0;
  color: rgba(255, 229, 212, 0.64);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: none;
}

.site-footer-modern__bottom p:first-child {
  text-align: left;
}

.site-footer-modern__bottom span {
  color: #f0cb9f;
}

.site-footer-modern__bottom p:last-child {
  text-align: right;
}

.mp-clk1,
.clk1-rld {
  display: none !important;
}

.home-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media only screen and (max-width: 1024px) {
  .chart-directory-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .chart-directory-main,
  .chart-directory-result {
    text-align: center;
  }

  .chart-directory-head,
  .chart-directory-meta {
    justify-content: center;
  }

  .chart-directory-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-market-row {
    grid-template-columns: 72px minmax(0, 1fr) 72px;
  }

  .guess-select-panel {
    grid-template-columns: 1fr;
  }

  .guess-run-button {
    width: 100%;
  }

  .guess-market-row {
    flex-direction: column;
    text-align: center;
  }

  .guess-market-button {
    width: 100%;
  }

  .home-spotlight-grid,
  .home-directory-grid,
  .page-grid--two,
  .page-grid--three,
  .page-stat-grid {
    grid-template-columns: 1fr;
  }

  .home-spotlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 760px) {
  .chart-directory-head {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .chart-directory-head h3 {
    font-size: clamp(22px, 7vw, 30px);
  }

  .chart-directory-meta {
    gap: 8px 12px;
  }

  .chart-directory-result {
    font-size: clamp(28px, 9vw, 42px);
  }

  .chart-directory-actions a {
    min-height: 48px;
    font-size: 16px;
  }

  .site-nav {
    display: none;
  }

  .home-focus-head,
  .home-inline-notice,
  .page-actions,
  .chart-topbar,
  .home-directory-top,
  .home-section-row,
  .home-final-card__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-directory-tools {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .page-breadcrumbs {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    text-align: center;
  }

  .home-search-wrap,
  .home-directory-input {
    width: 100%;
  }

  .home-search-input {
    width: 100%;
  }

  .home-section-row--centered,
  .home-section-row--centered > div {
    align-items: center;
    text-align: center;
  }

  .home-focus-grid,
  .home-link-grid,
  .home-final-list {
    grid-template-columns: 1fr;
  }

  .home-spotlight-grid {
    grid-template-columns: 1fr;
  }

  .home-focus-banner {
    min-height: 40px;
    font-size: 20px;
  }

  .home-focus-subtitle {
    font-size: 15px;
  }

  .home-focus-note {
    white-space: normal;
  }

  .home-market-row {
    grid-template-columns: 64px minmax(0, 1fr) 64px;
  }

  .home-market-result {
    text-align: center;
  }

  .home-inline-notice {
    align-items: center;
    text-align: center;
  }

  .home-markets-toolbar,
  .home-toolbar-copy,
  .home-toolbar-side {
    align-items: center;
    text-align: center;
  }

  .home-toolbar-side,
  .home-filter-row,
  .home-search-wrap {
    width: 100%;
    justify-content: center;
  }

  .page-hero,
  .page-panel,
  .chart-panel {
    padding: 18px;
  }

  .page-copy {
    font-size: 13px;
  }

  .guess-loading-shell {
    gap: 12px;
  }

  .guess-open-grid,
  .guess-jodi-grid {
    gap: 8px;
  }

  .guess-open-card {
    min-height: 118px;
    padding: 16px 10px;
  }

  .guess-open-card strong {
    font-size: clamp(30px, 8vw, 44px);
  }

  .guess-open-card--waiting strong {
    font-size: clamp(18px, 5vw, 24px);
  }

  .guess-jodi-pill {
    min-height: 52px;
    font-size: clamp(18px, 5.2vw, 24px);
  }

  .chart-table--jodi tbody td:not(:first-child) {
    font-size: 16px;
  }

  .chart-table--panel .chart-jodi {
    font-size: 17px;
  }

  .chart-table--panel .chart-open,
  .chart-table--panel .chart-close {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .chart-directory-row {
    padding: 14px 12px;
    border-radius: 16px;
  }

  .chart-directory-actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .chart-directory-actions a {
    min-height: 44px;
    font-size: 15px;
  }

  .m-icon,
  .text2,
  .home-inline-notice,
  .home-panel {
    border-radius: 18px;
  }

  .site-nav {
    display: none;
  }

  .m-icon {
    padding: 10px 14px;
  }

  .m-icon img {
    height: 42px;
  }

  .text2 {
    padding: 14px 16px;
  }

  .home-inline-notice {
    padding: 12px 14px 10px;
  }

  .home-inline-notice__button {
    width: 100%;
    min-width: 0;
    padding: 11px 18px;
    font-size: 14px;
  }

  .home-panel {
    padding: 18px 16px;
  }

  .page-hero,
  .page-panel,
  .chart-panel {
    padding: 16px 14px;
  }

  .home-panel--markets {
    padding: 0;
  }

  .home-markets-toolbar,
  .home-market-list,
  .home-empty {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-market-row {
    grid-template-columns: 58px minmax(0, 1fr) 58px;
    gap: 6px;
    padding: 8px 8px;
  }

  .home-market-head h3 {
    font-size: 15px;
  }

  .home-live-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .home-live-actions a {
    padding: 10px 8px;
    font-size: 13px;
  }

  .home-market-side a {
    min-width: 46px;
    min-height: 34px;
    padding: 6px 7px;
    font-size: 11px;
  }

  .home-market-meta {
    gap: 10px;
  }

  .home-market-meta span {
    font-size: 11px;
  }

  .page-button {
    width: 100%;
  }

  .guess-chip {
    width: 100%;
    justify-content: center;
  }

  .guess-open-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .guess-open-card {
    min-height: 102px;
    padding: 14px 8px;
  }

  .guess-open-card span {
    font-size: 11px;
  }

  .guess-open-card strong {
    font-size: clamp(28px, 9vw, 38px);
  }

  .guess-open-card--waiting strong {
    font-size: clamp(16px, 6vw, 22px);
  }

  .guess-jodi-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .page-stat-card strong {
    font-size: 24px;
  }

  .chart-table thead th {
    padding: 8px 6px;
    font-size: 11px;
  }

  .chart-table--jodi tbody td:first-child,
  .chart-table--panel .chart-date {
    font-size: 9px;
  }

  .chart-table--jodi tbody td:not(:first-child) {
    font-size: 15px;
  }

  .chart-table--panel .chart-jodi {
    font-size: 16px;
  }

  .chart-table--panel .chart-open,
  .chart-table--panel .chart-close {
    font-size: 11px;
  }
}

@media only screen and (max-width: 900px) {
  .site-footer-modern__bottom {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .site-footer-modern__nav {
    gap: 10px 18px;
  }

  .site-footer-modern__bottom p:first-child,
  .site-footer-modern__bottom p:last-child {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .site-footer-modern__inner {
    padding: 28px 18px 24px;
  }

  .site-footer-modern__copy {
    font-size: 14px;
  }

  .site-footer-modern__nav {
    gap: 8px 14px;
  }

  .site-footer-modern__nav a,
  .site-footer-modern__bottom p {
    font-size: 13px;
  }
}
