:root {
  --bg: #020d02;
  --lime: #39ff14;
  --navy: #0b1f4a;
  --font-display: "Segoe UI", system-ui, -apple-system, Roboto, sans-serif;
  --font-brand: Impact, "Arial Black", "Segoe UI", system-ui, sans-serif;
  --font-numbers: ui-monospace, "Cascadia Mono", "Segoe UI Mono", Consolas, monospace;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  height: auto !important;
  overflow-x: hidden;
  overflow-y: auto !important;
}
body {
  margin: 0;
  min-height: 100%;
  height: auto !important;
  color: #f1f5f9;
  background: #020d02;
  font-family: var(--font-display);
  padding-bottom: 5.5rem;
  overflow-x: hidden;
  overflow-y: visible !important;
  position: static !important;
}
a { color: inherit; text-decoration: none; }
main { display: block; }

.container-page { width: min(720px, calc(100% - 1.25rem)); margin-inline: auto; }
.container-wide { width: min(1100px, calc(100% - 1.25rem)); margin-inline: auto; }

.site-header {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: auto;
  border-bottom: 3px solid #166534;
  background: #ffffff;
}
.nav-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.12);
}
.nav-pill.is-active { box-shadow: 0 0 0 2px rgba(255,255,255,0.7), 0 4px 12px rgba(0,0,0,0.35); }

/* Demo-style brand block (remember this look) */
.brand-banner.demo-brand {
  background: #ffffff;
  padding: 1.1rem 0.75rem 1.15rem;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}
.demo-logo-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.demo-logo-main {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.95rem, 5.2vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-transform: uppercase;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  min-height: 1.35em;
}
.demo-logo-main span {
  display: inline;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}
.demo-logo-main .brand-space {
  display: inline;
  width: auto;
}
.demo-logo-rule {
  width: min(88%, 320px);
  height: 2px;
  margin: 0.4rem auto 0.35rem;
  background: #166534;
  border-radius: 999px;
}
.demo-logo-sub {
  font-family: var(--font-display);
  font-size: clamp(0.85rem, 3.4vw, 1.25rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.demo-satta { color: #dc2626; margin-right: 0.3rem; }
.demo-matka { color: #1d4ed8; }
.demo-logo-url {
  margin-top: 0.25rem;
  font-family: var(--font-display);
  font-size: clamp(0.72rem, 2.8vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #a78bfa;
}
.header-clock {
  margin: 0.7rem auto 0;
  width: min(300px, 94%);
  min-height: 4.1rem;
  display: grid;
  justify-items: center;
  gap: 0.18rem;
  padding: 0.55rem 0.9rem 0.6rem;
  border-radius: 1rem;
  background: linear-gradient(165deg, #1a1030 0%, #0c1224 45%, #061018 100%);
  border: 1px solid rgba(250, 204, 21, 0.45);
  box-shadow:
    0 8px 22px rgba(15, 23, 42, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 0 24px rgba(250, 204, 21, 0.08);
}
.header-clock-top {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.header-clock-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.22), 0 0 10px rgba(34, 197, 94, 0.85);
  animation: clockPulse 1.4s ease-in-out infinite;
}
@keyframes clockPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.85); }
}
.header-clock-label {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #fde68a;
}
.header-clock-time {
  font-family: var(--font-numbers);
  font-size: clamp(1.35rem, 5.5vw, 1.7rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #fef08a;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
  min-width: 11ch;
  text-align: center;
  text-shadow: 0 0 14px rgba(250, 204, 21, 0.45);
}
.header-clock-date {
  font-size: 0.72rem;
  font-weight: 700;
  color: #93c5fd;
  min-height: 1em;
  letter-spacing: 0.02em;
}
@media (max-width: 420px) {
  .brand-banner.demo-brand {
    padding: 0.75rem 0.5rem 0.85rem;
  }
  .demo-logo-main {
    font-size: 0.88rem;
    letter-spacing: 0;
  }
  .demo-logo-sub {
    font-size: 0.82rem;
  }
  .demo-logo-url {
    font-size: 0.7rem;
  }
}

.keyword-box {
  margin: 0.85rem auto 0;
  width: min(920px, 100%);
  border-radius: 1rem;
  border: 1px solid rgba(57,255,20,0.35);
  background: linear-gradient(180deg, rgba(10,40,10,0.95), rgba(3,18,3,0.98));
  box-shadow: inset 0 1px 0 rgba(159,232,112,0.18), 0 8px 22px rgba(0,0,0,0.35);
  padding: 0.85rem 1rem;
  min-height: 4.5rem;
}
.keyword-box-text {
  margin: 0;
  color: #d7f7b8;
  font-size: 0.78rem;
  line-height: 1.65;
  font-weight: 650;
  text-align: center;
  word-break: break-word;
}
.keyword-item { color: #9fe870; }
.keyword-sep { color: rgba(57,255,20,0.55); font-weight: 800; }

.hero {
  text-align: center;
  padding: 1.25rem 0 0.5rem;
}
.hero h1 {
  margin: 0;
  font-family: var(--font-brand);
  font-size: clamp(1.15rem, 4.8vw, 1.75rem);
  letter-spacing: 0.03em;
  line-height: 1.25;
  min-height: 2.6em;
  color: #39ff14;
  text-shadow: 0 0 12px rgba(57, 255, 20, 0.35);
}
.hero p { margin: 0.5rem 0 0; color: #cbd5e1; font-size: 0.9rem; }

.section-title {
  text-align: center;
  color: var(--lime);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 0;
  font-size: 1.05rem;
}

.results-grid {
  display: grid;
  gap: 0.9rem;
  padding: 1rem 0 0.5rem;
}

.market-result-card {
  background: #fff;
  border-radius: 1.1rem;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,0.28);
  border: 1px solid rgba(0,0,0,0.06);
  min-height: 18.6rem;
  contain: layout style;
}
.market-result-card.is-hot {
  background: linear-gradient(180deg, #fff566 0%, #ffe600 45%, #fff8a0 100%);
}
.card-inner { padding: 1rem 1rem 0.95rem; text-align: center; }
.market-title {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #0b1f4a;
  font-size: 1.05rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  min-height: 1.5rem;
}
.diamond {
  width: 0.55rem;
  height: 0.55rem;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #fcd34d, #f97316);
  display: inline-block;
  flex: 0 0 auto;
}
.result-line {
  margin-top: 0.75rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.45rem;
  font-family: var(--font-numbers);
  min-height: 3.25rem;
}
.side-num {
  color: #0b1f4a;
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 0.2rem;
  display: inline-block;
  min-width: 3.6ch;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.jodi-num {
  color: #000;
  font-size: clamp(2rem, 8vw, 3rem);
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  min-width: 2.6ch;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.dash { color: #94a3b8; padding-bottom: 0.45rem; width: 0.7rem; text-align: center; }
.result-date-line {
  margin: 0.3rem 0 0;
  min-height: 1.1rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}
.market-result-card.is-hot .result-date-line { color: #7c6f13; }
.card-divider {
  margin: 0.7rem 0 0.85rem;
  border-top: 1px dashed #cbd5e1;
}
.time-refresh-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.65rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, #0b1f4a, #122a5c);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 6px 16px rgba(11,31,74,0.22);
}
.market-result-card.is-hot .time-refresh-bar {
  background: linear-gradient(180deg, #1a1400, #2a2208);
}
.time-block { display: flex; flex-direction: column; align-items: center; gap: 0.12rem; }
.time-label {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,230,100,0.9);
}
.time-value {
  font-family: var(--font-numbers);
  font-size: 0.98rem;
  font-weight: 800;
  color: #fff;
}
.card-refresh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 999px;
  padding: 0.48rem 0.9rem;
  font-size: 0.72rem;
  font-weight: 800;
  color: #0b1f4a;
  background: linear-gradient(180deg, #fff36a, #ffd400);
  box-shadow: 0 4px 12px rgba(0,0,0,0.22);
  cursor: pointer;
  white-space: nowrap;
}
.card-refresh-btn.is-spinning {
  opacity: 0.85;
  pointer-events: none;
}
.chart-wrap { margin-top: 0.75rem; min-height: 2.75rem; }
.chart-btn {
  display: flex;
  width: 100%;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.85rem;
  padding: 0.85rem 1rem;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(90deg, #c026ff, #7c3aed 45%, #5b21b6);
  box-shadow: 0 6px 16px rgba(109,40,217,0.45);
}

.markets-info-box {
  max-height: 220px;
  overflow-y: auto;
  border-radius: 1rem;
  border: 1.5px solid rgba(57,255,20,0.45);
  background: linear-gradient(180deg, #061606, #031003);
  box-shadow: inset 0 1px 0 rgba(159,232,112,0.12), 0 10px 24px rgba(0,0,0,0.35);
  padding: 1rem 1.05rem;
  margin-top: 0.85rem;
  scrollbar-width: thin;
  scrollbar-color: #39ff14 #102010;
}
.markets-info-box p {
  margin: 0;
  color: #d8f0c8;
  font-size: 0.9rem;
  line-height: 1.7;
}
.markets-info-box p + p { margin-top: 0.9rem; }
.markets-info-box strong { color: var(--lime); font-weight: 900; }

.card-surface {
  background: #0a1a0a;
  border: 1px solid rgba(57,255,20,0.18);
  border-radius: 1rem;
  box-shadow: 0 8px 28px rgba(0,0,0,0.35);
  padding: 1.1rem;
}
.card-surface h2 { margin: 0; color: #fff; font-size: 1.1rem; }
.card-surface p { margin: 0.7rem 0 0; color: #cbd5e1; font-size: 0.9rem; line-height: 1.6; }

.faq details {
  background: #0a1a0a;
  border: 1px solid rgba(57,255,20,0.18);
  border-radius: 1rem;
  padding: 0.95rem 1rem;
  margin-top: 0.55rem;
}
.faq summary { cursor: pointer; font-weight: 700; color: #fff; list-style: none; }
.faq details p { margin: 0.55rem 0 0; color: #94a3b8; font-size: 0.88rem; }

.load-chart-card {
  background: linear-gradient(180deg, #ffffff, #f7f9ff);
  border-radius: 1.25rem;
  padding: 1.25rem;
  box-shadow: 0 10px 28px rgba(0,0,0,0.28);
  border: 2px solid #ffe600;
  margin-top: 0.85rem;
}
.load-chart-card h2 {
  margin: 0;
  color: #0b1f4a;
  font-size: 1.15rem;
  font-weight: 900;
  text-align: center;
}
.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.28rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #fff;
  background: linear-gradient(135deg, #ef4444, #b91c1c);
  animation: live-pulse 1.6s infinite;
}
@keyframes live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(239,68,68,0.5); }
  70% { box-shadow: 0 0 0 10px rgba(239,68,68,0); }
  100% { box-shadow: 0 0 0 0 rgba(239,68,68,0); }
}
.load-controls {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}
@media (min-width: 640px) {
  .load-controls { grid-template-columns: 1.4fr 1fr 1fr; }
  .keyword-box-text { font-size: 0.86rem; }
}
.load-label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.75rem;
  font-weight: 800;
  color: #334155;
}
.load-select, .form-input, .form-select {
  width: 100%;
  border-radius: 0.8rem;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0b1f4a;
  padding: 0.7rem 0.8rem;
  font-size: 0.92rem;
  font-weight: 700;
}
.vote-list { display: grid; gap: 0.55rem; margin-top: 1rem; }
.vote-row {
  width: 100%;
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.65rem;
  align-items: center;
  padding: 0.65rem 0.7rem;
  border-radius: 0.95rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  text-align: left;
}
.vote-row.is-aaya { border: 2px solid #22c55e; background: #f0fdf4; }
.vote-row.is-mine { box-shadow: inset 0 0 0 1px rgba(124,58,237,0.35); }
.vote-digit {
  width: 2.4rem; height: 2.4rem;
  display: grid; place-items: center;
  border-radius: 0.7rem;
  font-weight: 900;
  font-family: var(--font-numbers);
  background: #fff;
  border: 2px solid currentColor;
}
.vote-digit.very_high { color: #ef4444; }
.vote-digit.high { color: #f59e0b; }
.vote-digit.moderate { color: #22c55e; }
.vote-digit.low, .vote-digit.very_low { color: #3b82f6; }
.vote-main { display: grid; gap: 0.35rem; min-width: 0; }
.vote-track { height: 0.72rem; border-radius: 999px; background: #e2e8f0; overflow: hidden; }
.vote-fill { display: block; height: 100%; border-radius: 999px; }
.vote-fill.very_high { background: linear-gradient(90deg, #fb7185, #ef4444); }
.vote-fill.high { background: linear-gradient(90deg, #fbbf24, #f59e0b); }
.vote-fill.moderate { background: linear-gradient(90deg, #4ade80, #22c55e); }
.vote-fill.low, .vote-fill.very_low { background: linear-gradient(90deg, #60a5fa, #3b82f6); }
.vote-right { display: flex; flex-wrap: wrap; align-items: center; gap: 0.4rem; }
.vote-percent { font-weight: 900; color: #0f172a; font-family: var(--font-numbers); min-width: 2.6rem; }
.vote-pill {
  display: inline-flex; align-items: center; gap: 0.2rem;
  border-radius: 999px; padding: 0.2rem 0.55rem;
  font-size: 0.72rem; font-weight: 800;
}
.vote-pill.very_high { background: #fee2e2; color: #b91c1c; }
.vote-pill.high { background: #fef3c7; color: #b45309; }
.vote-pill.moderate { background: #dcfce7; color: #15803d; }
.vote-pill.low, .vote-pill.very_low { background: #dbeafe; color: #1d4ed8; }
.aaya-tag {
  border-radius: 999px; background: #fee2e2; color: #b91c1c;
  padding: 0.15rem 0.5rem; font-size: 0.7rem; font-weight: 900;
}
.load-meta-line {
  margin-top: 0.75rem;
  text-align: center;
  color: #475569;
  font-size: 0.82rem;
  font-weight: 700;
}
.load-msg { margin-top: 0.55rem; text-align: center; color: #16a34a; font-size: 0.82rem; font-weight: 700; min-height: 1.1rem; }

.history-article {
  border-radius: 1.15rem;
  border: 1px solid rgba(57,255,20,0.28);
  background: linear-gradient(180deg, #071607, #031003);
  padding: 1.25rem 1.1rem 1.4rem;
  color: #dbe7d4;
  line-height: 1.7;
  margin-top: 1.5rem;
}
.history-article-title {
  margin: 0 0 0.85rem;
  color: var(--lime);
  font-size: 1.35rem;
  font-weight: 900;
}
.history-article h3 { margin: 1.25rem 0 0.55rem; color: #fff; font-size: 1.05rem; }
.history-article p { margin: 0.55rem 0 0; font-size: 0.92rem; color: #c9d8c0; }
.history-notice {
  margin-top: 1.25rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(251,191,36,0.45);
  background: rgba(251,191,36,0.1);
  padding: 0.9rem 1rem;
}
.history-notice h3 { margin-top: 0; color: #fbbf24; }
.history-notice p { color: #fde68a; }

.filters {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0;
}
@media (min-width: 700px) {
  .filters { grid-template-columns: 1.2fr 1fr 1fr 1fr auto; align-items: end; }
}
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; padding: 0.7rem 1rem;
  font-weight: 800; border: 0; cursor: pointer;
  background: linear-gradient(135deg, #a855f7, #6d28d9); color: #fff;
}
.table-wrap { overflow-x: auto; margin-top: 0.75rem; }
table.history-table {
  width: 100%;
  border-collapse: collapse;
  background: #0a1a0a;
  border-radius: 1rem;
  overflow: hidden;
}
table.history-table th, table.history-table td {
  padding: 0.7rem 0.75rem;
  border-bottom: 1px solid rgba(57,255,20,0.12);
  text-align: left;
  font-size: 0.85rem;
}
table.history-table th { color: var(--lime); font-size: 0.75rem; text-transform: uppercase; }
table.history-table td { color: #e2e8f0; font-family: var(--font-numbers); }
.pager { display: flex; gap: 0.5rem; justify-content: center; margin: 1rem 0; flex-wrap: wrap; }
.pager a, .pager span {
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(57,255,20,0.25);
  font-size: 0.8rem;
  font-weight: 700;
}
.pager .current { background: var(--lime); color: #021002; }

.site-footer {
  margin-top: 2rem;
  border-top: 2px solid #39ff14;
  background: #000;
  padding: 1.5rem 0 6rem;
}
.footer-nav-panel {
  margin-inline: auto;
  width: min(560px, 100%);
  text-align: center;
  border-radius: 1.1rem;
  border: 1px solid rgba(57,255,20,0.35);
  background: #050505;
  padding: 1.15rem 1rem 1.3rem;
  box-shadow: 0 10px 28px rgba(0,0,0,0.45);
}
.footer-nav-brand {
  margin: 0 0 0.35rem;
  color: #39ff14;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.footer-bolt { color: #f59e0b; }
.footer-domain {
  margin: 0 0 0.9rem;
  color: #9fe870;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: lowercase;
}
.footer-nav-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.55rem; }
.footer-pill { font-size: 0.82rem; padding: 0.55rem 0.95rem; }
.footer-nav-note {
  margin: 1rem auto 0;
  max-width: 34rem;
  color: #cbd5e1;
  font-size: 0.8rem;
  line-height: 1.5;
}
.footer-contact-btn {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  padding: 0.8rem 1.45rem;
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(22,163,74,0.4);
}
.footer-copy { margin-top: 1.1rem; text-align: center; }
.footer-copy p {
  margin: 0.2rem 0 0;
  color: #c8f5a8;
  font-size: 0.78rem;
  font-weight: 700;
}
.footer-copy p:first-child {
  color: #39ff14;
  text-transform: uppercase;
  font-size: 0.72rem;
}
.footer-site-name {
  color: #94a3b8 !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

.floating-action {
  position: fixed;
  bottom: 1rem;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  padding: 0.75rem 1.2rem;
  font-weight: 800;
  color: #fff;
  border: 0;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}
.floating-action.whatsapp { left: 0.85rem; background: linear-gradient(135deg, #25d366, #128c7e); }
.floating-action.refresh { right: 0.85rem; background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.floating-action.call { display: none !important; }

.page-pad { padding: 1.25rem 0 2rem; }
.muted { color: #94a3b8; font-size: 0.88rem; text-align: center; }

.contact-box a { color: var(--lime); font-weight: 800; }

.seo-kw-line {
  text-align: center;
  color: #86efac;
  font-weight: 700;
  font-size: 0.88rem;
  margin: -0.35rem 0 0.85rem;
  line-height: 1.45;
}
.seo-related { margin-top: 1.25rem; }

.feature-card {
  background: #0a1a0a;
  border: 1px solid rgba(57,255,20,0.2);
  border-radius: 1rem;
  padding: 1rem;
  margin-top: 0.85rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.feature-card h2 {
  margin: 0 0 0.4rem;
  color: #39ff14;
  font-size: 1.1rem;
}
.feature-body {
  color: #dbe7d4;
  font-size: 0.92rem;
  line-height: 1.6;
}
.vip-card { border-color: rgba(220,38,38,0.45); }
.vip-badge {
  display: inline-block;
  background: #dc2626;
  color: #fff;
  font-weight: 900;
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  font-size: 0.75rem;
}
.vip-when { color: #fca5a5; font-weight: 700; margin: 0.55rem 0; }
.vip-img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 0.9rem;
  border: 2px solid #dc2626;
}
.vip-content {
  margin-top: 0.75rem;
  color: #fee2e2;
  text-align: center;
  white-space: pre-line;
  line-height: 1.5;
}
.notice-imgs {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.75rem;
}
.notice-imgs img {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid rgba(57,255,20,0.25);
}
.gallery-grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.85rem;
}
@media (min-width: 640px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; }
}
.gallery-item {
  background: #0a1a0a;
  border: 1px solid rgba(57,255,20,0.2);
  border-radius: 1rem;
  overflow: hidden;
}
.gallery-item img {
  width: 100%;
  display: block;
  max-height: 260px;
  object-fit: cover;
}
.gallery-item h3 {
  margin: 0.65rem 0.75rem 0.25rem;
  color: #39ff14;
  font-size: 0.95rem;
}
.gallery-item p {
  margin: 0 0.75rem 0.8rem;
  color: #94a3b8;
  font-size: 0.82rem;
}
.red-cell { color: #ef4444 !important; }

.chart-market-grid {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}
.chart-market-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  padding: 0.9rem 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(90deg, #c026ff, #7c3aed 45%, #5b21b6);
  box-shadow: 0 6px 16px rgba(109,40,217,0.45);
}
.chart-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin: 0.85rem 0 1rem;
}
.chart-nav a, .chart-nav .btn {
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font-size: 0.8rem;
  font-weight: 800;
  background: #0b1f4a;
  color: #fff;
  border: 1px solid rgba(57,255,20,0.25);
}
.panel-title {
  text-align: center;
  color: #39ff14;
  font-size: 1.05rem;
  font-weight: 900;
  margin: 1rem 0 0.75rem;
}
.live-card {
  max-width: 560px;
  margin: 0.75rem auto 1rem;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.18);
}
.live-header {
  background: #0b1c3f;
  padding: 0.85rem 1rem;
  text-align: center;
  border-bottom: 2px solid #c9a227;
}
.live-header h2 {
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
.live-result-row { display: flex; min-height: 110px; }
.live-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.live-col.open { background: #e8f1fc; }
.live-col.jodi { background: #fff; border-left: 1px solid #e5e7eb; border-right: 1px solid #e5e7eb; }
.live-col.close { background: #e6f6ef; }
.live-label {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #334155;
}
.live-num {
  margin-top: 0.35rem;
  font-family: var(--font-numbers);
  font-size: 1.6rem;
  font-weight: 900;
  color: #0b1f4a;
}
.live-footer-text {
  text-align: center;
  padding: 0.65rem;
  font-size: 0.78rem;
  color: #475569;
  background: #f8fafc;
}

.panel-chart-box {
  width: 100%;
  max-width: 900px;
  margin: 0.5rem auto 1.25rem;
  background: #000;
  border: 3px solid #6f24d8;
  overflow: hidden;
  font-family: Georgia, "Times New Roman", serif;
}
.panel-chart-row {
  display: grid;
  grid-template-columns: 100px repeat(var(--panel-days, 6), minmax(0, 1fr));
  width: 100%;
  min-height: 72px;
  background: #fff;
  border-bottom: 2px solid #111;
}
.panel-chart-row:last-child { border-bottom: 0; }
.panel-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2px;
  border-right: 1px solid #222;
  font-size: 11px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.15;
  color: #111;
}
.panel-cell {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) 10px;
  align-items: center;
  column-gap: 1px;
  padding: 1px;
  border-right: 1px solid #222;
  overflow: hidden;
}
.panel-cell:last-child { border-right: 0; }
.panel-side {
  width: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.02;
  color: #111;
}
.panel-jodi {
  text-align: center;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  color: #050505;
  text-shadow: 1px 1px 0 #d9b84d;
}
.panel-jodi.red {
  color: #e60000 !important;
  text-shadow: none !important;
}
.panel-day-header {
  min-height: 42px;
  background: #6f24d8 !important;
}
.panel-day-header .panel-date {
  color: #fff !important;
  background: #6f24d8 !important;
}
.panel-day-name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  color: #fff !important;
  background: #6f24d8 !important;
  border-right: 1px solid rgba(255,255,255,.35);
}
.panel-day-name:last-child { border-right: 0; }

@media (max-width: 600px) {
  .panel-chart-row {
    grid-template-columns: 70px repeat(var(--panel-days, 6), minmax(0, 1fr));
    min-height: 58px;
  }
  .panel-date { font-size: 9px; }
  .panel-day-name { font-size: 9px; }
  .panel-cell { grid-template-columns: 8px minmax(0, 1fr) 8px; }
  .panel-side { width: 8px; font-size: 9px; }
  .panel-jodi { font-size: 15px; }
  .chart-nav a, .chart-nav .btn { font-size: 0.72rem; padding: 0.45rem 0.65rem; }
}

