body { background: #f7f7fb; color: #101828; }

.hero {
  background: linear-gradient(135deg, #131827 0%, #2b3155 100%);
  color: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 16px 40px rgba(18, 24, 39, .18);
}

.navbar-glass { backdrop-filter: blur(12px); }

.eyebrow {
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: .8;
}

.page-shell,
.summary-panel,
.summary-stat,
.dashboard-card,
.empty-state,
.admin-card {
  background: #fff;
  border: 1px solid rgba(16,24,40,.06);
  border-radius: 1.25rem;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

.page-shell,
.empty-state { padding: 1.5rem; }

.status-badge {
  font-size: .85rem;
  font-weight: 700;
  border-radius: 999px;
  padding: .5rem .85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}

.status-Live { background: #dcfce7; color: #166534; }
.status-Upcoming { background: #dbeafe; color: #1d4ed8; }
.status-Ended { background: #e5e7eb; color: #374151; }

.event-card {
  min-width: 280px;
  max-width: 340px;
  border: 0;
  border-radius: 1.1rem;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.carousel-row {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: .5rem;
  scroll-snap-type: x proximity;
}

.carousel-row > * { scroll-snap-align: start; }

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.local-time { font-weight: 600; }

.table thead th { white-space: nowrap; }

.code-preview {
  background: #111827;
  color: #f3f4f6;
  border-radius: 1rem;
  padding: 1rem;
  white-space: pre-wrap;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 1.5rem;
}

.summary-grid.compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.summary-grid-readable { align-items: stretch; }
.compact-counters { grid-template-columns: 1fr; }

.summary-stat {
  background: #ffffff;
  border: 1px solid #e9edf3;
  border-radius: 24px;
  padding: 20px 22px;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  box-sizing: border-box;
  overflow: hidden;
}

.summary-stat .status-badge { margin: 0; }

.summary-number {
  font-size: 3rem;
  line-height: 1;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
}

.summary-panel-upgraded { background: rgba(255,255,255,.98); }

.summary-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.summary-stat-readable {
  padding: 1.1rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.summary-stat-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.summary-stat-live {
  background: linear-gradient(180deg, #ffffff 0%, #f2fff6 100%);
  border: 1px solid rgba(22,101,52,.08);
}

.summary-stat-upcoming {
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  border: 1px solid rgba(29,78,216,.08);
}

.summary-stat-ended {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.category-mini-list {
  display: grid;
  gap: .55rem;
}

.category-mini-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .7rem .8rem;
  border-radius: .95rem;
  background: rgba(248,250,252,.95);
  border: 1px solid rgba(16,24,40,.06);
}

.category-mini-name {
  font-size: .95rem;
  font-weight: 600;
  color: #344054;
}

.category-mini-count {
  min-width: 2rem;
  text-align: center;
  font-weight: 800;
  color: #101828;
  background: #fff;
  border-radius: 999px;
  padding: .2rem .6rem;
  border: 1px solid rgba(16,24,40,.08);
}

.category-mini-empty,
.summary-muted-note {
  color: #667085;
  font-size: .95rem;
  line-height: 1.45;
  padding: .25rem 0;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.dashboard-card { padding: 1.25rem; }

.live-card { background: linear-gradient(180deg, #ffffff 0%, #f5fff8 100%); }

.dashboard-meta {
  display: grid;
  gap: .75rem;
}

.dashboard-meta > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding-bottom: .6rem;
  border-bottom: 1px dashed rgba(16,24,40,.10);
}

.dashboard-meta > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.meta-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  font-weight: 700;
  line-height: 1;
}

.reward-pill {
  border-radius: 1rem;
  background: #f8fafc;
  padding: .85rem 1rem;
  color: #475467;
}

.card-check {
  background: #f8fafc;
  border: 1px solid rgba(16,24,40,.08);
  border-radius: 1rem;
  padding: .9rem 1rem;
}

.login-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.alert-bar {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 1.25rem;
  padding: 1rem 1.1rem;
}

.alert-bar-pill {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .7rem 1rem;
  border-radius: 999px;
  background: rgba(34,197,94,.18);
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
}

.alert-bar-pill-upcoming {
  background: rgba(59,130,246,.18);
  color: #dbeafe;
}

.dot-live {
  width: .7rem;
  height: .7rem;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 .25rem rgba(34,197,94,.18);
}

.alert-bar-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
}

.alert-bar-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem 1rem;
  margin-top: .35rem;
  color: rgba(255,255,255,.82);
  font-size: .95rem;
}

.countdown-inline {
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  color: #fff;
}

.counter-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.counter-block {
  border-radius: 1.2rem;
  padding: 1rem;
  border: 1px solid rgba(16,24,40,.08);
}

.counter-block-live {
  background: linear-gradient(180deg, #f4fff7 0%, #ffffff 100%);
}

.counter-block-upcoming {
  background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
}

.counter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .9rem;
}

.counter-head strong {
  font-size: 1.5rem;
  color: #101828;
}

.counter-chip-wrap {
  display: grid;
  gap: .65rem;
}

.counter-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  padding: .75rem .85rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(16,24,40,.07);
}

.counter-chip span {
  color: #344054;
  font-weight: 600;
}

.counter-chip strong {
  min-width: 2rem;
  text-align: center;
  color: #101828;
  font-size: 1rem;
}

.counter-empty {
  padding: .8rem .2rem;
  color: #667085;
}

.focus-panel {
  background: #fff;
  border: 1px solid rgba(16,24,40,.08);
  border-radius: 1.4rem;
  padding: 1.25rem;
  box-shadow: 0 14px 32px rgba(16,24,40,.08);
}

.focus-highlight {
  background: linear-gradient(135deg, #111827 0%, #1f3a8a 100%);
  color: #fff;
  border-radius: 1.15rem;
  padding: 1rem;
}

.focus-label {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: .75;
  margin-bottom: .35rem;
}

.focus-title {
  font-size: 1.15rem;
  font-weight: 800;
}

.focus-meta {
  margin-top: .35rem;
  color: rgba(255,255,255,.82);
}

.focus-list {
  display: grid;
  gap: .75rem;
}

.focus-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .9rem;
  padding: .9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(16,24,40,.08);
  background: #f8fafc;
}

.focus-item-title {
  font-weight: 700;
  color: #101828;
}

.focus-item-meta {
  color: #667085;
  font-size: .92rem;
  margin-top: .15rem;
}

.focus-item-time {
  color: #101828;
  font-weight: 800;
  text-align: right;
}

.emphasis-card {
  border: 1px solid rgba(34,197,94,.14);
  box-shadow: 0 18px 35px rgba(16,24,40,.08);
}

.countdown-block {
  background: #101828;
  color: #fff;
  border-radius: 1rem;
  padding: 1rem 1.05rem;
}

.countdown-block-upcoming { background: #1d4ed8; }

.countdown-label {
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: .72;
  margin-bottom: .35rem;
}

.countdown-value {
  font-size: 1.7rem;
  line-height: 1.05;
  font-weight: 800;
}

.mini-countdown {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 700;
  font-size: .9rem;
}

.dashboard-hero-shell {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.hero-brand img {
  background: #ffffff;
  border-radius: 12px;
  padding: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.hero-brand h1 { line-height: 1.1; }

.hero-brand .eyebrow {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.7;
}

/* Free Dice */
.dice-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.dice-card {
  background: #fff;
  border: 1px solid rgba(16,24,40,.08);
  border-radius: 1.35rem;
  padding: 1.25rem;
  box-shadow: 0 14px 32px rgba(16,24,40,.08);
}

.dice-reward {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  border: 1px solid rgba(16,24,40,.07);
  border-radius: 1rem;
  padding: 1rem;
  color: #344054;
  min-height: 96px;
}

.dice-card-inline {
  padding: 16px 20px;
  border-radius: 18px;
}

.dice-inline-main {
  display: grid;
  grid-template-columns: minmax(200px, 1.2fr) minmax(360px, 1fr) auto;
  align-items: center;
  gap: 20px;
}

.dice-inline-description {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
  min-width: 0;
}

.dice-inline-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
  flex-wrap: wrap;
}

.dice-inline-expiry {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-width: 0;
}

.dice-inline-expiry .local-time {
  font-weight: 600;
  color: #0f172a;
  line-height: 1.2;
}

.dice-inline-status,
.dice-inline-countdown {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.dice-inline-action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.dice-inline-action .btn {
  min-width: 148px;
  height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .summary-grid,
  .summary-grid.compact,
  .summary-grid-readable,
  .alert-bar,
  .counter-sections {
    grid-template-columns: 1fr;
  }

  .focus-item {
    align-items: flex-start;
  }

  .focus-item-time {
    text-align: left;
  }

  .dice-inline-main {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .dice-inline-meta {
    justify-content: space-between;
  }

  .dice-inline-action {
    justify-content: stretch;
  }

  .dice-inline-action .btn {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .dice-card-inline {
    padding: 14px 16px;
  }

  .dice-inline-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .dice-inline-action .btn {
    min-width: 100%;
    height: 46px;
  }
}
.dice-inline-action .btn {
  min-width: 148px;
  height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.site-footer {
  background:
    radial-gradient(circle at top left, rgba(59,130,246,.12), transparent 28%),
    linear-gradient(180deg, #151821 0%, #10131a 100%);
  color: rgba(255,255,255,.88);
  padding: 2rem 0 1.25rem;
  border-top: 1px solid rgba(255,255,255,.05);
}

.footer-ad-wrap {
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border-radius: 1.5rem;
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.75rem;
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
}

.footer-kicker {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255,255,255,.62);
  font-weight: 700;
}

.footer-ad-title {
  font-size: 1.25rem;
  margin: .35rem 0;
}

.footer-ad-text {
  color: rgba(255,255,255,.72);
}

.footer-ad-slot {
  min-height: 110px;
  border: 1px dashed rgba(255,255,255,.25);
  border-radius: 1.25rem;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.7);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.footer-main-upgraded {
  display: grid;
  grid-template-columns: 1.35fr .75fr .75fr 1.1fr;
  gap: 2rem;
  padding: 1rem 0 1.6rem;
  align-items: start;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #fff;
}

.footer-brand:hover {
  color: #fff;
  text-decoration: none;
}

.footer-brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 1rem;
  background: rgba(255,255,255,.06);
  padding: .5rem;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}

.footer-brand-name {
  font-size: 1.35rem;
  font-weight: 800;
}

.footer-brand-tag,
.footer-copy-text {
  color: rgba(255,255,255,.68);
}

.footer-copy-text {
  margin-top: .95rem;
  max-width: 320px;
  line-height: 1.7;
}

.footer-heading {
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255,255,255,.6);
  margin-bottom: 1rem;
  font-weight: 700;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: .8rem;
}

.footer-links a,
.footer-bottom-links a {
  text-decoration: none;
  color: rgba(255,255,255,.9);
  transition: color .18s ease, opacity .18s ease;
}

.footer-links a:hover,
.footer-bottom-links a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-help-panel {
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 1.4rem;
  padding: 1.2rem;
  box-shadow: 0 16px 36px rgba(0,0,0,.2);
}

.footer-help-kicker {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255,255,255,.62);
  font-weight: 700;
  margin-bottom: .45rem;
}

.footer-help-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: .45rem;
}

.footer-help-text {
  color: rgba(255,255,255,.74);
  line-height: 1.65;
  margin-bottom: 1rem;
}

.footer-help-actions {
  display: grid;
  gap: .75rem;
}

.footer-contact-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: .2rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #ffffff 0%, #e7eefc 100%);
  color: #101828 !important;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  text-decoration: none !important;
}

.footer-contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0,0,0,.28);
  filter: brightness(1.02);
  color: #101828 !important;
  text-decoration: none !important;
}

.footer-contact-btn-main {
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.2;
}

.footer-contact-btn small {
  color: #475467;
  font-size: .78rem;
}

.footer-faq-link {
  color: rgba(255,255,255,.78);
  text-decoration: none;
  font-size: .92rem;
}

.footer-faq-link:hover {
  color: #fff;
  text-decoration: none;
}

.footer-social-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  flex-wrap: wrap;
  padding: 1.2rem 0 0;
  border-top: 1px solid rgba(255,255,255,.08);
}

.footer-social-strip-title {
  font-size: .95rem;
  font-weight: 700;
  color: rgba(255,255,255,.82);
}

.footer-social-icons {
  display: flex;
  align-items: center;
  gap: .85rem;
  flex-wrap: wrap;
}

.footer-social-icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: #fff;
  font-size: 1.15rem;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.footer-social-icon:hover {
  color: #fff;
  text-decoration: none !important;
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.06));
  box-shadow: 0 12px 28px rgba(0,0,0,.24);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 1rem;
  margin-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255,255,255,.65);
  flex-wrap: wrap;
}

.footer-bottom-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .footer-ad-wrap,
  .footer-main-upgraded,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-copy-text {
    max-width: none;
  }

  .footer-social-strip {
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .site-footer {
    padding-top: 1.25rem;
  }

  .footer-main-upgraded {
    gap: 1.4rem;
  }

  .footer-social-strip {
    padding-top: 1rem;
  }

  .footer-social-icons {
    gap: .7rem;
  }

  .footer-social-icon {
    width: 42px;
    height: 42px;
    font-size: 1.05rem;
  }

  .legal-shell,
  .contact-card,
  .contact-form-card {
    padding: 1.25rem;
  }
}
.page-shell .event-card {
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.page-shell .event-card h3,
.page-shell .event-card h4 {
    color: #0f172a;
}

.page-shell .event-card p {
    line-height: 1.75;
}
#guideCarousel .carousel-control-prev,
#guideCarousel .carousel-control-next{
    width:50px;
}

#guideCarousel .carousel-item{
    padding:10px 5px;
}



.reward-modal .modal-content,
.reward-modal {
  border: 0;
}

.reward-modal .modal-content {
  border-radius: 1.5rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .18);
}

.reward-table-wrap {
  border: 1px solid rgba(16,24,40,.08);
  border-radius: 1.2rem;
  overflow: hidden;
  background: #fff;
}

.reward-table thead th {
  background: #131827;
  color: #fff;
  border-bottom: 0;
  padding: 1rem;
}

.reward-table tbody td {
  padding: 1rem;
  vertical-align: middle;
}

.reward-table tbody tr:nth-child(odd) {
  background: #f8fafc;
}

.reward-points-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  padding: .55rem .9rem;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-weight: 700;
}

.reward-empty-state {
  border: 1px dashed rgba(16,24,40,.16);
  border-radius: 1.2rem;
  padding: 1.25rem;
  background: #f8fafc;
}

.reward-modal-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: .9rem;
}

.reward-modal-summary > div {
  background: #f8fafc;
  border: 1px solid rgba(16,24,40,.06);
  border-radius: 1rem;
  padding: .9rem 1rem;
  display: grid;
  gap: .35rem;
}

.reward-event-list {
  display: grid;
  gap: .8rem;
}

.reward-event-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
  background: #f8fafc;
  border: 1px solid rgba(16,24,40,.08);
  border-radius: 1rem;
  padding: .95rem 1rem;
}

.reward-event-item.active {
  border-color: rgba(17,24,39,.35);
  background: #eef2ff;
}

.seo-hero-block {
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,249,250,0.98));
}

.seo-lead {
    font-size: 1.05rem;
    color: #1f2937;
    max-width: 900px;
}

.seo-faq-block h3 {
    color: #111827;
}

.reward-page-card-link,
.reward-event-item-title-link {
    text-decoration: none;
}
