html, body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", system-ui, sans-serif;
}

.tod-body,
.tod-theme,
.tod-theme h1,
.tod-theme h2,
.tod-theme h3,
.tod-theme h4,
.tod-theme h5,
.tod-theme h6,
.tod-theme p,
.tod-theme a,
.tod-theme button,
.tod-theme li,
.tod-theme span,
.tod-theme .cmn-btn,
.tod-theme .section-title,
.tod-theme .hero__title,
.tod-theme .navbar,
.admin-shell {
  font-family: "Poppins", system-ui, sans-serif !important;
}

.tod-theme .site-logo img {
  max-height: 52px;
  width: auto;
  border-radius: 12px;
}

.tod-theme .badge-audience {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(90deg, #7b2ff7, #f107a3);
}

.tod-theme .nav-right .cmn-btn,
.tod-theme .nav-download-btn,
.tod-theme .cmn-btn {
  color: #fff !important;
}

.tod-theme .header .nav-right a.cmn-btn,
.tod-theme .header .nav-right a.nav-download-btn {
  background-color: transparent !important;
  background-image: linear-gradient(0deg, #e2906e 0%, #e83a99 100%) !important;
  color: #ffffff !important;
  box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(232, 58, 153, 0.5) !important;
  padding: 10px 22px !important;
  font-size: 14px !important;
  min-width: auto;
}

.tod-theme .hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.tod-theme .mode-card {
  overflow: hidden;
}

.tod-theme .mode-card__visual {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tod-theme .mode-card__emoji {
  font-size: 72px;
  line-height: 1;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35));
}

.tod-theme .mode-card__content {
  padding: 22px 24px !important;
}

.tod-theme .mode-card__content .game-card__title {
  margin-bottom: 10px;
}

.tod-theme .mode-card .game-card__thumb,
.tod-theme .mode-card .game-card__action,
.tod-theme .mode-card .game-card__info .thumb {
  display: none;
}

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

.locale-switcher {
  position: relative;
  width: 84px;
  height: 38px;
  flex: 0 0 auto;
}

.locale-select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.locale-select__value,
.locale-select__caret {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
}

.locale-select__value {
  left: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.locale-select__caret {
  right: 14px;
  font-size: 11px;
  opacity: 0.85;
}

.locale-switcher::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.tod-theme .footer-download-link {
  color: inherit;
  text-decoration: none;
}

.tod-theme .subscribe-area .cmn-btn {
  display: inline-block;
}

.tod-theme .post-card p {
  margin-top: 10px;
  opacity: 0.85;
}

.admin-shell {
  min-height: 100vh;
  background: #0b0614;
  color: #f7f2ff;
}

.admin-shell .shell {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 20px;
}

.admin-shell .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.admin-shell .button-primary {
  background: linear-gradient(90deg, #7b2ff7, #f107a3);
  color: white;
}

.admin-shell .button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
}

.admin-shell .button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.blog-article-body {
  max-width: 760px;
}

.blog-article-body p {
  margin-bottom: 1rem;
  line-height: 1.7;
}

.tod-theme .mode-card--link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tod-theme .mode-card--link:hover {
  transform: translateY(-4px);
  color: inherit;
  text-decoration: none;
}

.tod-theme .mode-detail-hero {
  padding: 160px 0 80px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .tod-theme .mode-detail-hero {
    padding: 130px 0 64px;
  }
}

.tod-theme .mode-detail-article h2 {
  margin: 2rem 0 1rem;
  font-size: 1.6rem;
}

.tod-theme .mode-detail-article p {
  margin-bottom: 1.15rem;
  line-height: 1.8;
  font-size: 1.05rem;
}

.tod-theme .footer-section {
  position: relative;
  padding-bottom: 0;
}

.tod-theme .footer-section .subscribe-area {
  margin-bottom: 40px;
}

.tod-theme .footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #0b1230;
  padding: 18px 0;
  margin-top: 20px;
}

.tod-theme .footer-bottom-bar .copy-right-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}

.tod-theme .mode-detail-hero__inner {
  max-width: 760px;
  color: #fff;
}

.tod-theme .mode-detail-hero__emoji {
  display: block;
  font-size: 72px;
  line-height: 1;
  margin-bottom: 18px;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35));
}

.tod-theme .mode-detail-hero__badge {
  margin-bottom: 14px;
}

.tod-theme .mode-detail-hero__title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 16px;
  color: #fff;
}

.tod-theme .mode-detail-hero__body {
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 0;
  max-width: 42rem;
}

.tod-panel {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
}

@media (max-width: 1199px) {
  .locale-switcher {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .locale-switcher {
    width: 76px;
    height: 34px;
  }
}