:root {
  --vc-bg: #0b0e14;
  --vc-surface: #1d2026;
  --vc-surface-low: #191c22;
  --vc-surface-high: #272a31;
  --vc-text: #e1e2eb;
  --vc-muted: #baccb0;
  --vc-primary: #39ff14;
}

* {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background:
    radial-gradient(circle at 20% 0%, rgba(57, 255, 20, 0.08), transparent 28rem),
    radial-gradient(circle at 90% 10%, rgba(76, 214, 255, 0.07), transparent 24rem),
    var(--vc-bg);
  color: var(--vc-text);
  font-family: "Be Vietnam Pro", Inter, "Noto Sans", "Segoe UI", Roboto, Arial, sans-serif;
}

img,
video,
iframe {
  max-width: 100%;
}

.custom-logo-link img {
  max-height: 48px;
  width: auto;
}

.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a,
.primary-mobile-menu .current-menu-item > a,
.primary-mobile-menu .current-menu-ancestor > a {
  color: var(--vc-primary);
}

.primary-menu a:empty,
.primary-mobile-menu a:empty,
.footer-menu a:empty {
  display: none;
}

.entry-content {
  word-break: normal;
}

.entry-content > * + * {
  margin-top: 1rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: var(--vc-text);
  font-family: "Plus Jakarta Sans", "Be Vietnam Pro", "Noto Sans", sans-serif;
  font-weight: 800;
  line-height: 1.2;
}

.entry-content h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.entry-content h3 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}

.entry-content p,
.entry-content li {
  color: var(--vc-muted);
  line-height: 1.8;
}

.entry-content a {
  color: var(--vc-primary);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.4rem;
}

.entry-content ul {
  list-style: disc;
}

.entry-content ol {
  list-style: decimal;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.nav-links .page-numbers {
  min-width: 2.5rem;
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: var(--vc-surface);
  color: var(--vc-muted);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-weight: 700;
}

.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
  background: var(--vc-primary);
  color: #107100;
}

.widget ul {
  display: grid;
  gap: 0.75rem;
}

.widget a {
  color: var(--vc-muted);
  transition: color 0.2s ease;
}

.widget a:hover {
  color: var(--vc-primary);
}

.site-header {
  grid-area: header;
}

.site-header__inner {
  width: 100%;
}

.site-branding a {
  text-transform: uppercase;
  font-style: italic;
}

.main-navigation {
  margin-left: clamp(3rem, 6vw, 6.25rem);
}

.main-navigation a {
  color: rgba(225, 226, 235, 0.62);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  color: var(--vc-primary);
}

.site-header__cta {
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3.3rem;
  padding: 0 1.65rem;
  overflow: hidden;
  border: 1px solid rgba(57, 255, 20, 0.5);
  border-radius: 999px;
  color: #061006;
  background:
    linear-gradient(135deg, #39ff14 0%, #8cff69 48%, #e5ffd7 100%);
  box-shadow:
    0 0 0 0.35rem rgba(57, 255, 20, 0.06),
    0 0.75rem 1.9rem rgba(57, 255, 20, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
  font-family: var(--vc-font-heading);
  font-size: 0.92rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transform: translateZ(0);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.site-header__cta::before {
  content: "";
  position: absolute;
  inset: -40% auto -40% -55%;
  width: 48%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
  transform: rotate(18deg);
  transition: left 0.55s ease;
}

.site-header__cta-icon {
  position: relative;
  z-index: 1;
  font-size: 1.15rem;
  font-variation-settings: "FILL" 1;
}

.site-header__cta span {
  position: relative;
  z-index: 1;
}

.site-header__cta:hover {
  color: #061006;
  filter: saturate(1.08);
  transform: translateY(-0.12rem);
  box-shadow:
    0 0 0 0.45rem rgba(57, 255, 20, 0.08),
    0 1rem 2.4rem rgba(57, 255, 20, 0.34),
    0 0 2.2rem rgba(57, 255, 20, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.site-header__cta:hover::before {
  left: 115%;
}

.site-header__cta:active {
  transform: translateY(0) scale(0.97);
}

#hero-carousel > .relative {
  border-radius: 1.25rem;
}

.hero-slide__shade {
  background:
    linear-gradient(90deg, rgba(11, 14, 20, 0.86), rgba(11, 14, 20, 0.34) 44%, rgba(11, 14, 20, 0.12)),
    linear-gradient(180deg, rgba(11, 14, 20, 0.08), rgba(11, 14, 20, 0.92));
}

.hero-slide__content {
  z-index: 2;
}

.hero-slide__badge {
  color: #052900;
  background: var(--vc-primary);
}

.hero-slide__title {
  color: #fff;
  font-family: "Be Vietnam Pro", "Plus Jakarta Sans", "Noto Sans", sans-serif;
  font-weight: 900;
  letter-spacing: -0.06em;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.62);
}

.hero-slide__excerpt {
  color: rgba(225, 226, 235, 0.86);
  font-family: "Be Vietnam Pro", Inter, "Noto Sans", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  line-height: 1.78;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
}

.hero-slide__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.65rem;
  padding: 0.95rem 2.35rem;
  border-radius: 1rem;
  font-family: "Be Vietnam Pro", "Plus Jakarta Sans", sans-serif;
  font-weight: 900;
  letter-spacing: 0.01em;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.hero-slide__button:hover {
  transform: translateY(-0.12rem);
}

.hero-slide__button--primary {
  color: #052900;
  background: var(--vc-primary);
  box-shadow: 0 0 30px rgba(57, 255, 20, 0.25);
}

.hero-slide__button--ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
}

.hero-slide__button--ghost:hover {
  background: rgba(255, 255, 255, 0.18);
}

.site-shell {
  display: grid;
  grid-template-columns: 18rem minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  min-height: calc(100vh - 5rem);
  background: linear-gradient(90deg, rgba(25, 28, 34, 0.98) 0 18rem, transparent 18rem);
}

.site-stage {
  min-width: 0;
  background:
    linear-gradient(90deg, rgba(57, 255, 20, 0.035), transparent 18rem),
    rgba(11, 14, 20, 0.82);
}

.site-main {
  width: min(100%, 80rem);
  min-height: 58vh;
  margin: 0 auto;
  padding: 2rem;
}

.home .site-main {
  padding-bottom: 0.75rem;
}

.home .site-main > section:last-of-type {
  margin-bottom: 0.75rem;
}

.site-sidebar {
  position: relative;
  align-self: stretch;
  min-height: calc(100vh - 5rem);
  z-index: 40;
  padding: 2.4rem 1.25rem;
  background: rgba(25, 28, 34, 0.96);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 40px 0 60px rgba(11, 14, 20, 0.18);
}

.site-sidebar__panel {
  min-height: calc(100vh - 9.8rem);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.site-sidebar__brand {
  padding: 0 0.75rem 1.25rem;
}

.site-sidebar__title {
  display: inline-flex;
  color: var(--vc-primary);
  font-family: "Plus Jakarta Sans", "Be Vietnam Pro", "Noto Sans", sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 16px rgba(57, 255, 20, 0.45);
}

.site-sidebar__brand p,
.site-sidebar__hint {
  margin-top: 0.45rem;
  color: rgba(225, 226, 235, 0.42);
  font-size: 0.78rem;
}

.site-sidebar__nav,
.site-sidebar__categories {
  display: grid;
  gap: 0.35rem;
}

.site-sidebar__section {
  display: grid;
  gap: 0.55rem;
}

.site-sidebar__eyebrow {
  color: var(--vc-primary);
  font-family: "Space Grotesk", "Be Vietnam Pro", "Noto Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-sidebar__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 3.35rem;
  padding: 0.82rem 0.85rem;
  border-radius: 1rem;
  color: rgba(225, 226, 235, 0.48);
  font-family: "Plus Jakarta Sans", "Be Vietnam Pro", "Noto Sans", sans-serif;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.site-sidebar__link .material-symbols-outlined {
  color: rgba(186, 204, 176, 0.56);
}

.site-sidebar__link:hover,
.site-sidebar__link.is-active {
  color: var(--vc-primary);
  background: rgba(29, 32, 38, 0.9);
  transform: translateX(0.25rem);
}

.site-sidebar__link:hover .material-symbols-outlined,
.site-sidebar__link.is-active .material-symbols-outlined {
  color: var(--vc-primary);
}

.site-sidebar__panel--game-only {
  gap: 1.25rem;
}

.site-sidebar__game-head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem 0.75rem 0.35rem;
}

.site-sidebar__game-head > .material-symbols-outlined {
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  color: #061006;
  background: linear-gradient(135deg, var(--vc-primary), #a6ff7a);
  box-shadow: 0 0 1.4rem rgba(57, 255, 20, 0.2);
  font-variation-settings: "FILL" 1;
}

.site-sidebar__game-head h2 {
  margin: 0.2rem 0 0;
  color: #fff;
  font-family: var(--vc-font-heading);
  font-size: 1.08rem;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.site-sidebar__game-categories {
  display: grid;
  gap: 0.8rem;
}

.site-sidebar__game-category {
  position: relative;
  display: grid;
  grid-template-columns: 2.8rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  min-height: 4.35rem;
  padding: 0.85rem 0.9rem;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--sidebar-accent, #39ff14) 26%, rgba(255, 255, 255, 0.08));
  border-radius: 1.2rem;
  color: rgba(235, 245, 238, 0.82);
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--sidebar-accent, #39ff14) 18%, transparent), transparent 7rem),
    linear-gradient(145deg, rgba(29, 32, 38, 0.88), rgba(14, 18, 25, 0.92));
  text-decoration: none;
  box-shadow: 0 0.9rem 2rem rgba(0, 0, 0, 0.16);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.site-sidebar__game-category::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.25rem;
  background: var(--sidebar-accent, #39ff14);
  box-shadow: 0 0 1rem color-mix(in srgb, var(--sidebar-accent, #39ff14) 45%, transparent);
  opacity: 0.9;
}

.site-sidebar__game-category:hover,
.site-sidebar__game-category.is-active {
  color: #fff;
  transform: translateX(0.22rem);
  border-color: color-mix(in srgb, var(--sidebar-accent, #39ff14) 58%, rgba(255, 255, 255, 0.12));
  background:
    radial-gradient(circle at 12% 22%, color-mix(in srgb, var(--sidebar-accent, #39ff14) 28%, transparent), transparent 7rem),
    linear-gradient(145deg, rgba(34, 38, 47, 0.96), rgba(12, 17, 25, 0.96));
  box-shadow:
    0 1.15rem 2.4rem rgba(0, 0, 0, 0.24),
    0 0 1.5rem color-mix(in srgb, var(--sidebar-accent, #39ff14) 13%, transparent);
}

.site-sidebar__game-category-icon {
  position: relative;
  z-index: 1;
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  color: var(--sidebar-accent, #39ff14);
  background: color-mix(in srgb, var(--sidebar-accent, #39ff14) 13%, rgba(255, 255, 255, 0.04));
  border: 1px solid color-mix(in srgb, var(--sidebar-accent, #39ff14) 24%, rgba(255, 255, 255, 0.08));
  font-size: 1.45rem;
  font-variation-settings: "FILL" 1;
}

.site-sidebar__game-category-text {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  gap: 0.2rem;
}

.site-sidebar__game-category-text strong {
  overflow: hidden;
  color: inherit;
  font-family: var(--vc-font-heading);
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.15;
  text-overflow: ellipsis;
}

.site-sidebar__game-category-text small {
  color: color-mix(in srgb, var(--sidebar-accent, #39ff14) 72%, rgba(225, 226, 235, 0.5));
  font-family: var(--vc-font-label);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-sidebar__game-category-arrow {
  position: relative;
  z-index: 1;
  color: var(--sidebar-accent, #39ff14);
  font-size: 1.1rem;
  opacity: 0.45;
  transform: translateX(-0.2rem);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.site-sidebar__game-category:hover .site-sidebar__game-category-arrow,
.site-sidebar__game-category.is-active .site-sidebar__game-category-arrow {
  opacity: 1;
  transform: translateX(0);
}

.site-sidebar__widgets {
  display: grid;
  gap: 1rem;
  overflow: auto;
  padding-right: 0.25rem;
}

.sidebar-widget {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  background: rgba(29, 32, 38, 0.72);
}

.sidebar-widget__title {
  margin-bottom: 0.8rem;
  color: var(--vc-text);
  font-weight: 800;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-sidebar__bottom {
  margin-top: 1rem;
  display: grid;
  gap: 0.85rem;
}

.site-sidebar__upgrade,
.site-sidebar__support {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 3.2rem;
  border-radius: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-sidebar__upgrade {
  color: #052900;
  background: linear-gradient(135deg, var(--vc-primary), #79ff5b);
  box-shadow: 0 0 26px rgba(57, 255, 20, 0.22);
}

.site-sidebar__support {
  justify-content: flex-start;
  padding: 0 1.1rem;
  color: var(--vc-primary);
  background: rgba(255, 255, 255, 0.08);
}

.site-footer {
  width: min(100%, 96rem);
  margin: 0 auto;
  padding: clamp(2.25rem, 4vw, 3.25rem) clamp(1.5rem, 3vw, 2.5rem) 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1.75rem 1.75rem 0 0;
  background:
    linear-gradient(180deg, rgba(20, 24, 31, 0.96), rgba(7, 11, 16, 0.98)),
    radial-gradient(circle at 8% 12%, rgba(57, 255, 20, 0.13), transparent 18rem),
    radial-gradient(circle at 92% 92%, rgba(76, 214, 255, 0.08), transparent 18rem),
    #080c11;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 -1.5rem 4rem rgba(0, 0, 0, 0.22);
}

.footer-columns {
  display: grid;
  grid-template-columns: minmax(22rem, 1.35fr) repeat(2, minmax(13rem, 0.8fr));
  gap: clamp(1.75rem, 4vw, 4.25rem);
  align-items: start;
}

.footer-brand,
.footer-column {
  position: relative;
  min-height: 100%;
}

.footer-column {
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.025);
}

.footer-logo,
.footer-column h4,
.footer-widget__title {
  color: var(--vc-text);
  font-family: "Plus Jakarta Sans", "Be Vietnam Pro", "Noto Sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer-logo {
  margin-bottom: 1rem;
  width: fit-content;
  color: var(--vc-primary);
  font-size: clamp(2.25rem, 3vw, 3rem);
  font-style: italic;
  letter-spacing: -0.07em;
  text-shadow: 0 0 18px rgba(57, 255, 20, 0.45), 0 0 34px rgba(57, 255, 20, 0.16);
}

.footer-brand p,
.footer-contact,
.footer-column p,
.footer-column li,
.footer-bottom {
  color: rgba(186, 204, 176, 0.58);
  font-size: 0.9rem;
  line-height: 1.72;
  letter-spacing: 0.035em;
}

.footer-column h4 {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1rem;
}

.footer-column h4::before {
  content: "";
  width: 0.45rem;
  height: 1.2rem;
  border-radius: 999px;
  background: var(--vc-primary);
  box-shadow: 0 0 16px rgba(57, 255, 20, 0.42);
}

.footer-brand > p {
  max-width: 26rem;
  margin-bottom: 1.2rem;
}

.footer-contact {
  display: grid;
  gap: 0.65rem;
}

.footer-contact p {
  display: grid;
  grid-template-columns: 2.1rem minmax(0, 1fr);
  align-items: start;
  margin: 0;
}

.footer-contact .material-symbols-outlined {
  width: 1.65rem;
  height: 1.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.55rem;
  color: #071007;
  background: var(--vc-primary);
  font-size: 1rem;
  box-shadow: 0 0 18px rgba(57, 255, 20, 0.24);
}

.footer-column ul,
.footer-menu {
  display: grid;
  gap: 0.75rem;
}

.footer-column a,
.footer-menu a,
.footer-contact a {
  color: rgba(186, 204, 176, 0.62);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-column a:hover,
.footer-menu a:hover,
.footer-contact a:hover {
  color: var(--vc-primary);
  transform: translateX(3px);
}

.footer-icons {
  display: flex;
  gap: 1rem;
  margin-top: 1.2rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-bottom .footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.5rem;
}

.back-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 50;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #052900;
  background: var(--vc-primary);
  box-shadow: 0 0 28px rgba(57, 255, 20, 0.35);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.home-section-title {
  color: var(--vc-text);
  font-size: clamp(1.55rem, 2.1vw, 2rem);
  line-height: 1.08;
  text-shadow: 0 2px 0 rgba(250, 92, 28, 0.28);
}

.home-ranked-section,
.home-partner-section {
  position: relative;
}

.home-ranked-grid {
  gap: clamp(1.25rem, 2vw, 2rem);
}

.home-ranked-card {
  min-height: 14.5rem;
  border-radius: 1.35rem;
  background:
    linear-gradient(145deg, rgba(33, 36, 43, 0.98), rgba(27, 30, 36, 0.98)),
    radial-gradient(circle at 20% 0%, rgba(57, 255, 20, 0.08), transparent 16rem);
  border: 1px solid rgba(255, 255, 255, 0.045);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.home-ranked-card:hover {
  transform: translateY(-0.22rem);
  border-color: rgba(57, 255, 20, 0.22);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
}

.home-rank-badge {
  min-width: 5.3rem;
  height: 5.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 1.25rem 0.45rem 1.65rem;
  font-size: clamp(3rem, 4.6vw, 4.7rem);
  line-height: 0.9;
  border-radius: 0 0 0.15rem 0;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.2);
}

.home-ranked-media {
  flex: 0 0 34%;
  min-height: 14.5rem;
  overflow: hidden;
}

.home-ranked-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.home-ranked-card:hover .home-ranked-media img {
  transform: scale(1.055);
  filter: saturate(1.08) contrast(1.03);
}

.home-ranked-content {
  width: auto;
  flex: 1 1 auto;
  padding: clamp(1.35rem, 2.2vw, 2rem);
}

.home-ranked-title {
  order: 1;
  margin-bottom: 0.8rem;
  font-size: clamp(1.35rem, 1.7vw, 1.75rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.home-ranked-tags {
  order: 2;
  margin: 0 0 1.1rem;
}

.home-ranked-tags span {
  background: rgba(255, 255, 255, 0.09);
  color: rgba(211, 238, 197, 0.82);
  letter-spacing: 0.11em;
}

.home-ranked-excerpt {
  order: 3;
  margin-bottom: 1.55rem;
  color: rgba(176, 205, 225, 0.82);
  font-size: 0.95rem;
  line-height: 1.72;
}

.home-ranked-button {
  order: 4;
  border-radius: 999px;
  padding: 0.72rem 1.9rem;
  font-size: 0.9rem;
  letter-spacing: 0.015em;
}

.home-partner-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1rem, 1.7vw, 1.5rem);
}

.home-partner-card {
  border-radius: 1.35rem;
  background: rgba(27, 30, 36, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.045);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.25);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.home-partner-card:hover {
  transform: translateY(-0.3rem);
  border-color: rgba(57, 255, 20, 0.24);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.36), 0 0 30px rgba(57, 255, 20, 0.055);
}

.home-partner-card img {
  transform: scale(1.01);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.home-partner-card:hover img {
  transform: scale(1.075);
  filter: saturate(1.08);
}

.home-partner-title {
  bottom: 0.95rem;
  left: 0.95rem;
  right: 0.95rem;
}

.home-partner-title p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.72rem;
  letter-spacing: 0.035em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.72);
}

.home-section-link {
  color: var(--vc-primary);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.home-section-link:hover {
  text-decoration: underline;
}

.home-recent-grid,
.home-mini-grid,
.home-affiliate-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.6vw, 1.5rem);
}

.home-recent-card,
.home-mini-card,
.home-affiliate-card,
.home-news-card {
  border-radius: 1.4rem;
  background: rgba(28, 31, 38, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.055);
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.home-recent-card:hover,
.home-mini-card:hover,
.home-affiliate-card:hover,
.home-news-card:hover {
  transform: translateY(-0.28rem);
  border-color: rgba(57, 255, 20, 0.26);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.34), 0 0 28px rgba(57, 255, 20, 0.06);
}

.home-recent-card__media,
.home-news-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.home-recent-card__media img,
.home-news-card__media img,
.home-affiliate-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.home-recent-card:hover img,
.home-news-card:hover img,
.home-affiliate-card:hover img {
  transform: scale(1.07);
  filter: saturate(1.08) contrast(1.03);
}

.home-recent-card__play {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #052900;
  background: var(--vc-primary);
  box-shadow: 0 0 24px rgba(57, 255, 20, 0.34);
}

.home-recent-card h3 {
  padding: 1rem 1rem 0.35rem;
  color: var(--vc-text);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
}

.home-recent-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0 1rem 1rem;
  color: rgba(148, 163, 184, 0.78);
  font-size: 0.75rem;
}

.home-mini-card {
  min-height: 13.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.45rem;
  color: var(--vc-text);
  background:
    radial-gradient(circle at 25% 10%, rgba(57, 255, 20, 0.11), transparent 10rem),
    linear-gradient(145deg, rgba(30, 34, 42, 0.96), rgba(14, 17, 24, 0.96));
}

.home-top-mini-grid .home-mini-card {
  min-height: 18rem;
  isolation: isolate;
  padding: 1.15rem;
  justify-content: flex-end;
}

.home-top-mini-grid .home-mini-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 36%),
    radial-gradient(circle at 50% 18%, rgba(57, 255, 20, 0.26), transparent 9rem);
  opacity: 0.72;
}

.home-top-mini-grid .home-mini-card::after {
  content: "";
  position: absolute;
  inset: auto 1.25rem 1.15rem 1.25rem;
  height: 42%;
  z-index: -1;
  border-radius: 1.15rem;
  background: linear-gradient(180deg, transparent, rgba(5, 8, 13, 0.88));
  pointer-events: none;
}

.home-mini-card__avatar {
  width: 100%;
  min-height: 9.2rem;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at 50% 42%, rgba(57, 255, 20, 0.28), transparent 5.5rem),
    linear-gradient(145deg, rgba(57, 255, 20, 0.13), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(57, 255, 20, 0.16);
  box-shadow: inset 0 0 28px rgba(255, 255, 255, 0.045);
}

.home-mini-card__avatar .material-symbols-outlined {
  width: 5.4rem;
  height: 5.4rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #071008;
  font-size: 3rem;
  background: linear-gradient(135deg, #39ff14, #a6ff7a);
  box-shadow: 0 0 34px rgba(57, 255, 20, 0.36);
}

.home-top-mini-grid .home-mini-card__icon {
  display: none;
}

.home-mini-card--blue {
  background:
    radial-gradient(circle at 25% 10%, rgba(52, 102, 255, 0.18), transparent 10rem),
    linear-gradient(145deg, rgba(30, 34, 42, 0.96), rgba(14, 17, 24, 0.96));
}

.home-mini-card--blue .home-mini-card__avatar {
  background:
    radial-gradient(circle at 50% 42%, rgba(52, 102, 255, 0.3), transparent 5.5rem),
    linear-gradient(145deg, rgba(52, 102, 255, 0.15), rgba(255, 255, 255, 0.035));
  border-color: rgba(52, 102, 255, 0.22);
}

.home-mini-card--blue .home-mini-card__avatar .material-symbols-outlined {
  color: #f7fbff;
  background: linear-gradient(135deg, #3266ff, #73d7ff);
  box-shadow: 0 0 34px rgba(52, 102, 255, 0.4);
}

.home-mini-card--orange {
  background:
    radial-gradient(circle at 25% 10%, rgba(250, 92, 28, 0.18), transparent 10rem),
    linear-gradient(145deg, rgba(30, 34, 42, 0.96), rgba(14, 17, 24, 0.96));
}

.home-mini-card--orange .home-mini-card__avatar {
  background:
    radial-gradient(circle at 50% 42%, rgba(250, 92, 28, 0.3), transparent 5.5rem),
    linear-gradient(145deg, rgba(250, 92, 28, 0.16), rgba(255, 255, 255, 0.035));
  border-color: rgba(250, 92, 28, 0.22);
}

.home-mini-card--orange .home-mini-card__avatar .material-symbols-outlined {
  color: #fff8f3;
  background: linear-gradient(135deg, #fa5c1c, #ffd166);
  box-shadow: 0 0 34px rgba(250, 92, 28, 0.4);
}

.home-mini-card--purple {
  background:
    radial-gradient(circle at 25% 10%, rgba(167, 77, 255, 0.18), transparent 10rem),
    linear-gradient(145deg, rgba(30, 34, 42, 0.96), rgba(14, 17, 24, 0.96));
}

.home-mini-card--purple .home-mini-card__avatar {
  background:
    radial-gradient(circle at 50% 42%, rgba(167, 77, 255, 0.3), transparent 5.5rem),
    linear-gradient(145deg, rgba(167, 77, 255, 0.16), rgba(255, 255, 255, 0.035));
  border-color: rgba(167, 77, 255, 0.22);
}

.home-mini-card--purple .home-mini-card__avatar .material-symbols-outlined {
  color: #fff8ff;
  background: linear-gradient(135deg, #a74dff, #ff4fd8);
  box-shadow: 0 0 34px rgba(167, 77, 255, 0.4);
}

.home-mini-card__icon {
  width: 3.6rem;
  height: 3.6rem;
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
  border-radius: 999px;
  color: var(--vc-primary);
  background: rgba(57, 255, 20, 0.1);
  border: 1px solid rgba(57, 255, 20, 0.18);
}

.home-mini-card h3 {
  color: var(--vc-text);
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 0.55rem;
}

.home-mini-card p {
  color: rgba(176, 205, 225, 0.72);
  font-size: 0.9rem;
  line-height: 1.6;
}

.home-mini-card__cta {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--vc-primary);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.home-top-mini-grid .home-mini-card__cta {
  width: 100%;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.15rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: #071008;
  background: linear-gradient(135deg, #39ff14, #a6ff7a);
  box-shadow: 0 12px 30px rgba(57, 255, 20, 0.18);
}

.home-favorite-games-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.7vw, 1.5rem);
}

.home-favorite-game-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 1.35rem;
  border: 1px solid color-mix(in srgb, var(--game-accent, #39ff14) 18%, rgba(255, 255, 255, 0.08));
  background:
    radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--game-accent, #39ff14) 20%, transparent), transparent 10rem),
    linear-gradient(155deg, rgba(30, 34, 42, 0.98), rgba(9, 13, 20, 0.98));
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.3);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.home-favorite-game-card:hover {
  transform: translateY(-0.35rem);
  border-color: color-mix(in srgb, var(--game-accent, #39ff14) 48%, rgba(255, 255, 255, 0.12));
  box-shadow:
    0 1.7rem 4rem rgba(0, 0, 0, 0.38),
    0 0 2rem color-mix(in srgb, var(--game-accent, #39ff14) 16%, transparent);
}

.home-favorite-game-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.home-favorite-game-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.06);
  transform: scale(1.01);
  transition: transform 0.55s ease, filter 0.55s ease;
}

.home-favorite-game-card:hover .home-favorite-game-card__media img {
  filter: saturate(1.2) contrast(1.1);
  transform: scale(1.09);
}

.home-favorite-game-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 20%, color-mix(in srgb, var(--game-accent, #39ff14) 28%, transparent), transparent 8rem),
    linear-gradient(180deg, transparent 34%, rgba(5, 8, 13, 0.9));
  pointer-events: none;
}

.home-favorite-game-card__avatar {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  width: 3.65rem;
  height: 3.65rem;
  display: grid;
  place-items: center;
  border-radius: 1.05rem;
  color: #071008;
  background: linear-gradient(135deg, var(--game-accent, #39ff14), #e7ffd8);
  box-shadow: 0 0 1.6rem color-mix(in srgb, var(--game-accent, #39ff14) 38%, transparent);
}

.home-favorite-game-card__avatar .material-symbols-outlined {
  font-size: 2rem;
  font-variation-settings: "FILL" 1;
}

.home-favorite-game-card__play {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  width: 3.25rem;
  height: 3.25rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #071008;
  background: var(--game-accent, #39ff14);
  box-shadow: 0 0 1.4rem color-mix(in srgb, var(--game-accent, #39ff14) 35%, transparent);
  transform: scale(0.94);
  transition: transform 0.24s ease;
}

.home-favorite-game-card:hover .home-favorite-game-card__play {
  transform: scale(1.06);
}

.home-favorite-game-card__badge {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  z-index: 2;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  color: #071008;
  background: var(--game-accent, #39ff14);
  font-family: var(--vc-font-label);
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.home-favorite-game-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1rem;
}

.home-favorite-game-card__term {
  width: fit-content;
  margin-bottom: 0.55rem;
  color: var(--game-accent, #39ff14);
  font-family: var(--vc-font-label);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.home-favorite-game-card h3 {
  margin: 0 0 0.55rem;
  color: #fff;
  font-family: var(--vc-font-heading);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  font-weight: 950;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.home-favorite-game-card h3 a {
  color: inherit;
  text-decoration: none;
}

.home-favorite-game-card h3 a:hover {
  color: var(--game-accent, #39ff14);
}

.home-favorite-game-card p {
  margin: 0 0 1rem;
  color: rgba(176, 205, 225, 0.74);
  font-size: 0.86rem;
  line-height: 1.55;
}

.home-favorite-game-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
  color: rgba(226, 239, 231, 0.8);
  font-family: var(--vc-font-label);
  font-size: 0.74rem;
  font-weight: 800;
}

.home-favorite-game-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.home-favorite-game-card__meta .material-symbols-outlined {
  color: var(--game-accent, #39ff14);
  font-size: 1rem;
  font-variation-settings: "FILL" 1;
}

.home-favorite-game-card__cta {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: #071008;
  background: linear-gradient(135deg, var(--game-accent, #39ff14), #d9ffd0);
  font-family: var(--vc-font-label);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  box-shadow: 0 0.9rem 2rem color-mix(in srgb, var(--game-accent, #39ff14) 18%, transparent);
}

@media (max-width: 1200px) {
  .home-favorite-games-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .home-favorite-games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .home-favorite-games-grid {
    grid-template-columns: 1fr;
  }

  .home-favorite-game-card__media {
    aspect-ratio: 16 / 10;
  }
}

.home-affiliate-card {
  position: relative;
  aspect-ratio: 3 / 4;
  display: block;
  border-radius: 1.25rem;
}

.home-affiliate-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.84));
  pointer-events: none;
}

.home-affiliate-card span {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.9rem;
  z-index: 1;
  color: var(--vc-text);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.6vw, 1.5rem);
}

.home-news-card__body {
  padding: 1.15rem;
}

.home-news-card__body span {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--vc-primary);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-news-card h3 {
  color: var(--vc-text);
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.22;
  margin-bottom: 0.7rem;
}

.home-news-card p {
  color: rgba(176, 205, 225, 0.72);
  font-size: 0.92rem;
  line-height: 1.65;
}

.about-demo-page {
  margin: -2rem;
  color: var(--vc-text);
}

.about-demo-page img {
  display: block;
}

.about-hero {
  position: relative;
  min-height: 38.4rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 5vw, 4rem);
  border-radius: 0 0 2.2rem 2.2rem;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.06), 0 2rem 5rem rgba(0, 0, 0, 0.28);
}

.about-hero__bg,
.about-hero__bg::before,
.about-hero__bg::after {
  position: absolute;
  inset: 0;
}

.about-hero__bg::before,
.about-hero__bg::after {
  content: "";
  z-index: 1;
}

.about-hero__bg::before {
  background:
    radial-gradient(circle at 76% 43%, rgba(155, 92, 255, 0.18), transparent 24rem),
    linear-gradient(90deg, rgba(4, 8, 18, 0.96), rgba(4, 8, 18, 0.78) 34%, rgba(4, 8, 18, 0.14) 72%);
}

.about-hero__bg::after {
  background:
    linear-gradient(180deg, rgba(3, 7, 18, 0.18) 0%, rgba(3, 7, 18, 0.05) 42%, #10131a 100%),
    linear-gradient(0deg, rgba(57, 255, 20, 0.08), transparent 18%);
}

.about-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: saturate(1.14) contrast(1.08);
  opacity: 0.92;
}

.about-hero__content {
  position: relative;
  z-index: 2;
  max-width: 48rem;
}

.about-hero h1 {
  color: #fff;
  font-family: "Be Vietnam Pro", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2.8rem, 5.6vw, 5.5rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  text-wrap: balance;
}

.about-hero h1 span {
  color: var(--vc-primary);
  font-style: italic;
  text-shadow: 0 0 20px rgba(57, 255, 20, 0.38);
}

.about-hero p {
  max-width: 42rem;
  margin-top: 1.5rem;
  color: rgba(225, 226, 235, 0.9);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.72;
}

.about-bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
  padding: clamp(4rem, 7vw, 6rem) clamp(2rem, 5vw, 4rem);
  background: #10131a;
}

.about-bento__mission,
.about-value-card,
.about-pro-card {
  border-radius: 2rem;
  border: 1px solid rgba(133, 150, 124, 0.1);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.about-bento__mission {
  grid-column: span 8;
  min-height: 19rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(2rem, 4vw, 3.5rem);
  background: #191c22;
}

.about-eyebrow {
  display: block;
  margin-bottom: 1.4rem;
  color: var(--vc-primary);
  font-family: "Be Vietnam Pro", "Space Grotesk", sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.about-bento h2,
.about-story h2,
.about-newsletter h2 {
  color: #fff;
  font-family: "Be Vietnam Pro", "Plus Jakarta Sans", sans-serif;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.about-bento__mission h2 {
  max-width: 42rem;
  margin-bottom: 1.4rem;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.02;
}

.about-bento__mission h2 span,
.about-story h2 span {
  color: var(--vc-primary);
  font-style: italic;
}

.about-bento__mission p,
.about-story p,
.about-newsletter p {
  color: rgba(225, 226, 235, 0.78);
  line-height: 1.78;
}

.about-bento__line {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.4rem;
}

.about-bento__line i {
  width: 6rem;
  height: 0.22rem;
  background: var(--vc-primary);
}

.about-bento__line span {
  color: rgba(148, 163, 184, 0.72);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-value-card {
  grid-column: span 4;
  min-height: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  background: #1d2026;
}

.about-value-card--tall {
  min-height: 19rem;
}

.about-value-card--high {
  background: #272a31;
}

.about-value-card .material-symbols-outlined {
  margin-bottom: 1rem;
  color: var(--vc-primary);
  font-size: 4rem;
}

.about-value-card h3 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 0.7rem;
}

.about-value-card p {
  color: rgba(225, 226, 235, 0.72);
  font-size: 0.86rem;
  line-height: 1.62;
}

.about-pro-card {
  grid-column: span 4;
  min-height: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  color: #052900;
  background: var(--vc-primary);
}

.about-pro-card h3 {
  font-family: "Be Vietnam Pro", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 900;
  font-style: italic;
  line-height: 0.92;
  text-transform: uppercase;
}

.about-pro-card p {
  margin-top: 0.45rem;
  color: rgba(5, 41, 0, 0.78);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(3rem, 6vw, 5rem);
  align-items: center;
  padding: clamp(4rem, 7vw, 6rem) clamp(2rem, 5vw, 4rem);
  background: #0b0e14;
}

.about-story__visual {
  position: relative;
}

.about-story__corner {
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 6rem;
  height: 6rem;
  border-top: 0.28rem solid var(--vc-primary);
  border-left: 0.28rem solid var(--vc-primary);
  z-index: 2;
}

.about-story__frame {
  position: relative;
  padding: 1rem;
  border-radius: 1.25rem;
  background:
    linear-gradient(145deg, rgba(57, 255, 20, 0.12), rgba(167, 77, 255, 0.1)),
    #1d2026;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5), 0 0 32px rgba(57, 255, 20, 0.08);
}

.about-story__frame img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0.65rem;
  filter: saturate(1.1) contrast(1.04);
  transition: filter 0.5s ease, transform 0.5s ease;
}

.about-story__frame:hover img {
  filter: saturate(1.2) contrast(1.08);
  transform: scale(1.015);
}

.about-story__year {
  position: absolute;
  right: -1.8rem;
  bottom: -1.8rem;
  padding: 1.2rem 1.7rem;
  border-radius: 1.2rem;
  color: #052900;
  background: var(--vc-primary);
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  transform: rotate(-1deg);
}

.about-story__content h2 {
  margin-bottom: 1.6rem;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.05;
}

.about-story__content p + p {
  margin-top: 1rem;
}

.about-outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  padding: 0.95rem 1.85rem;
  border: 2px solid var(--vc-primary);
  border-radius: 999px;
  color: var(--vc-primary);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.about-outline-button:hover {
  color: #052900;
  background: var(--vc-primary);
  box-shadow: 0 0 24px rgba(57, 255, 20, 0.24);
}

.about-newsletter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 0 clamp(2rem, 5vw, 4rem) clamp(4rem, 7vw, 6rem);
  padding: clamp(2rem, 4vw, 3.5rem);
  overflow: hidden;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(57, 255, 20, 0.16), transparent 16rem),
    #191c22;
}

.about-newsletter h2 {
  margin-bottom: 0.6rem;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.about-newsletter__form {
  display: flex;
  gap: 0.65rem;
  width: min(100%, 32rem);
}

.about-newsletter__form input {
  flex: 1;
  min-height: 3.5rem;
  border: 0;
  border-radius: 1rem;
  padding: 0 1.4rem;
  color: #fff;
  background: #272a31;
}

.about-newsletter__form input:focus {
  outline: 2px solid var(--vc-primary);
  outline-offset: 2px;
}

.about-newsletter__form button {
  min-height: 3.5rem;
  border: 0;
  border-radius: 1rem;
  padding: 0 1.6rem;
  color: #052900;
  background: var(--vc-primary);
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-demo-page {
  margin: -2rem;
  color: var(--vc-text);
}

.contact-hero {
  position: relative;
  min-height: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  padding: 5rem 1.5rem 7rem;
  border-radius: 0 0 2rem 2rem;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.06), 0 1.8rem 4.8rem rgba(0, 0, 0, 0.25);
}

.contact-hero__bg {
  position: absolute;
  inset: 0;
  background-position: center right;
  background-size: cover;
  filter: saturate(1.14) contrast(1.06);
}

.contact-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 8, 12, 0.26), rgba(3, 8, 12, 0.78) 62%, #0b0e14),
    linear-gradient(90deg, rgba(3, 8, 12, 0.78), rgba(3, 8, 12, 0.2) 50%, rgba(3, 8, 12, 0.58)),
    radial-gradient(circle at 56% 30%, rgba(57, 255, 20, 0.24), transparent 24rem);
}

.contact-hero__content {
  position: relative;
  z-index: 1;
  max-width: 56rem;
}

.contact-hero h1 {
  color: #fff;
  font-family: "Be Vietnam Pro", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(3rem, 6.2vw, 5.9rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.contact-hero h1 span {
  color: var(--vc-primary);
}

.contact-hero p {
  max-width: 48rem;
  margin: 1.2rem auto 0;
  color: rgba(225, 226, 235, 0.7);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}

.contact-panel {
  position: relative;
  z-index: 2;
  max-width: 76rem;
  margin: -6rem auto 0;
  padding: 0 1.5rem 6rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(18rem, 5fr);
  gap: 2rem;
}

.contact-form-card,
.contact-info-card,
.contact-social-card {
  border-radius: 2rem;
  border: 1px solid rgba(133, 150, 124, 0.1);
  background: rgba(29, 32, 38, 0.97);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.28);
}

.contact-form-card {
  padding: clamp(2rem, 4vw, 3.5rem);
}

.contact-form-card h2 {
  margin-bottom: 2.2rem;
  color: #fff;
  font-family: "Be Vietnam Pro", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.055em;
}

.contact-alert {
  margin-bottom: 1.5rem;
  padding: 1rem 1.2rem;
  border-radius: 1rem;
  font-weight: 700;
}

.contact-alert--success {
  color: var(--vc-primary);
  background: rgba(57, 255, 20, 0.09);
  border: 1px solid rgba(57, 255, 20, 0.28);
}

.contact-alert--error {
  color: #ffb4ab;
  background: rgba(147, 0, 10, 0.25);
  border: 1px solid rgba(255, 180, 171, 0.32);
}

.contact-form,
.contact-info-stack {
  display: grid;
  gap: 1.5rem;
}

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

.contact-form label {
  display: grid;
  gap: 0.7rem;
}

.contact-form label span {
  color: rgba(148, 163, 184, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-radius: 1rem;
  padding: 1rem 1.35rem;
  color: var(--vc-text);
  background: rgba(25, 28, 34, 0.82);
  outline: 1px solid transparent;
  transition: outline-color 0.2s ease, background 0.2s ease;
}

.contact-form textarea {
  min-height: 10rem;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline-color: rgba(57, 255, 20, 0.75);
  background: rgba(25, 28, 34, 1);
}

.contact-form button {
  position: relative;
  width: fit-content;
  min-height: 3.55rem;
  border: 0;
  border-radius: 0;
  padding: 0 3rem;
  color: #052900;
  background: var(--vc-primary);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-form button:hover {
  transform: translateY(-0.15rem);
  box-shadow: 0 0 30px rgba(57, 255, 20, 0.34);
}

.contact-info-card {
  display: flex;
  gap: 1.5rem;
  padding: 2rem;
  transition: background 0.25s ease, transform 0.25s ease;
}

.contact-info-card:hover {
  background: rgba(39, 42, 49, 0.98);
  transform: translateY(-0.18rem);
}

.contact-info-card__icon {
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  color: var(--vc-primary);
  background: rgba(57, 255, 20, 0.1);
}

.contact-info-card h3,
.contact-social-card h3 {
  margin-bottom: 0.6rem;
  color: #fff;
  font-size: 1.18rem;
  font-weight: 900;
}

.contact-info-card p,
.contact-info-card a,
.contact-info-card small,
.contact-social-card p {
  color: rgba(225, 226, 235, 0.68);
  line-height: 1.65;
}

.contact-info-card a {
  color: var(--vc-primary);
  font-size: 0.86rem;
  font-weight: 800;
}

.contact-info-card a .material-symbols-outlined {
  font-size: 1rem;
}

.contact-phone {
  color: rgba(225, 226, 235, 0.82) !important;
  font-size: 1.6rem;
  font-weight: 900;
}

.contact-social-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(39, 42, 49, 0.98), rgba(11, 14, 20, 0.98));
}

.contact-social-card__links {
  display: flex;
  gap: 0.75rem;
}

.contact-social-card__links a {
  width: 2.55rem;
  height: 2.55rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: rgba(225, 226, 235, 0.72);
  background: rgba(29, 32, 38, 0.95);
}

.contact-social-card__links a:hover {
  color: #052900;
  background: var(--vc-primary);
}

.contact-map-card {
  position: relative;
  height: 24rem;
  margin-top: 3.5rem;
  overflow: hidden;
  border-radius: 2rem;
  filter: grayscale(1);
  transition: filter 0.5s ease;
}

.contact-map-card:hover {
  filter: grayscale(0);
}

.contact-map-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-map-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(57, 255, 20, 0.05);
}

.contact-map-card__label {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  max-width: 22rem;
  padding: 1.5rem;
  border: 1px solid rgba(57, 255, 20, 0.2);
  border-radius: 0.25rem;
  background: rgba(39, 42, 49, 0.9);
  backdrop-filter: blur(12px);
}

.contact-map-card__label p {
  color: var(--vc-primary);
  font-weight: 900;
  margin-bottom: 0.25rem;
}

.contact-map-card__label strong {
  color: #fff;
  font-weight: 700;
}

.news-archive-page {
  margin: -2rem;
  padding: clamp(1.5rem, 3vw, 3rem);
  color: var(--vc-text);
  background:
    radial-gradient(circle at 12% 4%, rgba(57, 255, 20, 0.08), transparent 24rem),
    radial-gradient(circle at 100% 16%, rgba(255, 120, 64, 0.08), transparent 22rem),
    #070b10;
}

.news-archive-hero {
  position: relative;
  min-height: clamp(28rem, 48vw, 36rem);
  margin-bottom: clamp(2.25rem, 5vw, 4rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.7rem;
  background: #0b1016;
  box-shadow: 0 2rem 5.5rem rgba(0, 0, 0, 0.48);
}

.news-archive-hero__media,
.news-archive-hero__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.news-archive-hero__media img {
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.8s ease;
}

.news-archive-hero:hover .news-archive-hero__media img {
  transform: scale(1.08);
}

.news-archive-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.92), rgba(5, 7, 10, 0.48) 52%, rgba(5, 7, 10, 0.18)),
    linear-gradient(0deg, rgba(5, 7, 10, 0.96), transparent 66%);
}

.news-archive-hero__content {
  position: absolute;
  left: clamp(1.5rem, 5vw, 4rem);
  right: clamp(1.5rem, 5vw, 4rem);
  bottom: clamp(1.5rem, 4vw, 3rem);
  z-index: 1;
  max-width: 58rem;
}

.news-archive-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  margin-bottom: 1.1rem;
  padding: 0 1rem;
  border-radius: 999px;
  color: #071007;
  background: var(--vc-primary);
  font-family: var(--vc-font-label);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 0 28px rgba(57, 255, 20, 0.26);
}

.news-archive-hero h1 {
  max-width: 56rem;
  margin: 0 0 1rem;
  color: #fff;
  font-family: var(--vc-font-heading);
  font-size: clamp(2.25rem, 4.4vw, 4.35rem);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-wrap: balance;
}

.news-archive-hero h1 a {
  color: inherit;
  text-decoration: none;
}

.news-archive-hero h1 a:hover {
  color: var(--vc-primary);
}

.news-archive-hero p {
  max-width: 44rem;
  margin: 0 0 1.6rem;
  color: rgba(210, 224, 220, 0.82);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.75;
}

.news-archive-hero__button {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 3.1rem;
  padding: 0 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  font-family: var(--vc-font-heading);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.news-archive-hero__button:hover {
  color: #071007;
  background: var(--vc-primary);
  transform: translateY(-2px);
}

.news-archive-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  overflow-x: auto;
  padding-bottom: 0.35rem;
}

.news-archive-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: rgba(225, 226, 235, 0.72);
  background: rgba(29, 32, 38, 0.92);
  font-family: var(--vc-font-label);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.news-archive-tabs a:hover,
.news-archive-tabs a.is-active {
  border-color: rgba(57, 255, 20, 0.42);
  color: #071007;
  background: var(--vc-primary);
  transform: translateY(-2px);
  box-shadow: 0 0 24px rgba(57, 255, 20, 0.18);
}

.news-archive-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.6rem;
}

.news-archive-heading span {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--vc-primary);
  font-family: var(--vc-font-label);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.news-archive-heading h2 {
  margin: 0;
  color: #fff;
  font-family: var(--vc-font-heading);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 950;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.news-archive-heading p {
  max-width: 33rem;
  margin: 0;
  color: rgba(176, 205, 225, 0.7);
  line-height: 1.75;
}

.news-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.1rem, 2vw, 1.75rem);
}

.news-archive-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 1.25rem;
  background: rgba(28, 31, 38, 0.95);
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.news-archive-card:hover {
  transform: translateY(-0.35rem);
  border-color: rgba(57, 255, 20, 0.28);
  box-shadow: 0 1.4rem 3.4rem rgba(57, 255, 20, 0.08);
}

.news-archive-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.news-archive-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.news-archive-card:hover .news-archive-card__media img {
  transform: scale(1.08);
}

.news-archive-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 9, 13, 0.72), transparent 58%);
}

.news-archive-card__media span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  color: #071007;
  background: var(--vc-primary);
  font-family: var(--vc-font-label);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.news-archive-card__body {
  padding: 1.35rem;
}

.news-archive-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 0.8rem;
  color: #738197;
  font-family: var(--vc-font-label);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-archive-card h3 {
  margin: 0 0 0.8rem;
  color: #fff;
  font-family: var(--vc-font-heading);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.news-archive-card h3 a {
  color: inherit;
  text-decoration: none;
}

.news-archive-card h3 a:hover {
  color: var(--vc-primary);
}

.news-archive-card p {
  margin: 0;
  color: rgba(176, 205, 225, 0.72);
  line-height: 1.72;
}

.news-archive-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1.15rem;
  color: var(--vc-primary);
  font-family: var(--vc-font-label);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.news-archive-card__link:hover {
  color: #fff;
}

.news-archive-card__link .material-symbols-outlined {
  font-size: 1rem;
}

.news-archive-pagination {
  display: flex;
  justify-content: center;
  margin-top: clamp(2rem, 5vw, 4rem);
}

.news-archive-empty {
  display: grid;
  min-height: 28rem;
  place-items: center;
  padding: 3rem 1rem;
  text-align: center;
}

.news-archive-empty .material-symbols-outlined {
  color: var(--vc-primary);
  font-size: 4rem;
}

.news-archive-empty h1 {
  margin: 0.75rem 0;
  color: #fff;
  font-family: var(--vc-font-heading);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 950;
}

.news-archive-empty p {
  color: rgba(176, 205, 225, 0.75);
}

.news-archive-empty a {
  display: inline-flex;
  margin-top: 1.5rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  color: #071007;
  background: var(--vc-primary);
  font-weight: 900;
  text-decoration: none;
}

.single-post-page,
.single-author-box,
.single-related-posts,
.single-comments-area {
  width: min(100%, 58rem);
  margin-inline: auto;
}

.single-post-page {
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.single-post-inner {
  position: relative;
}

.single-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1.6rem;
  color: rgba(186, 204, 176, 0.58);
  font-family: var(--vc-font-label);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.single-breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.single-breadcrumb a:hover {
  color: var(--vc-primary);
}

.single-breadcrumb .material-symbols-outlined {
  font-size: 0.85rem;
}

.single-breadcrumb > span:last-child {
  max-width: 18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single-article-header {
  margin-bottom: 2rem;
}

.single-category-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  margin-bottom: 1.2rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff5a1f, #a332ff);
  font-family: var(--vc-font-label);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 0 28px rgba(255, 90, 31, 0.2);
}

.single-article-header h1 {
  margin: 0 0 1.8rem;
  color: #fff;
  font-family: var(--vc-font-heading);
  font-size: clamp(2.65rem, 6vw, 5.25rem);
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: -0.08em;
}

.single-meta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}

.single-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.single-author__avatar,
.single-author-box__avatar {
  display: block;
  border: 1px solid rgba(57, 255, 20, 0.35);
  border-radius: 999px;
  object-fit: cover;
}

.single-author__name {
  display: block;
  color: #fff;
  font-family: var(--vc-font-heading);
  font-weight: 900;
  text-decoration: none;
}

.single-author__name:hover {
  color: var(--vc-primary);
}

.single-author p {
  margin: 0.25rem 0 0;
  color: #8d9a94;
  font-family: var(--vc-font-label);
  font-size: 0.78rem;
  font-weight: 700;
}

.single-author p span {
  margin: 0 0.35rem;
  opacity: 0.45;
}

.single-action-buttons {
  display: flex;
  gap: 0.55rem;
}

.single-action-buttons button,
.single-share {
  display: inline-grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: #baccb0;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.single-action-buttons button:hover,
.single-share:hover {
  transform: translateY(-2px);
  color: #071007;
  background: var(--vc-primary);
}

.single-featured-image {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0 0 clamp(2.5rem, 5vw, 4rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.6rem;
  background: #0b1016;
  box-shadow: 0 1.6rem 4.5rem rgba(0, 0, 0, 0.35);
}

.single-featured-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 8, 12, 0.68), transparent 52%);
  pointer-events: none;
}

.single-featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.single-featured-image:hover img {
  transform: scale(1.055);
}

.single-entry-content {
  color: rgba(225, 226, 235, 0.78);
  font-size: clamp(1.04rem, 1.35vw, 1.18rem);
  line-height: 1.9;
}

.single-entry-content > * + * {
  margin-top: 1.45rem;
}

.single-entry-content p,
.single-entry-content li {
  color: rgba(225, 226, 235, 0.78);
}

.single-entry-content h2,
.single-entry-content h3 {
  margin-top: 2.4rem;
  color: #fff;
  font-family: var(--vc-font-heading);
  font-weight: 950;
  letter-spacing: -0.05em;
}

.single-entry-content h2 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.single-entry-content h3 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.single-entry-content blockquote {
  margin: 2rem 0;
  padding: 1.45rem 1.65rem;
  border-left: 4px solid var(--vc-primary);
  border-radius: 0 1.1rem 1.1rem 0;
  color: #fff;
  background: rgba(28, 31, 38, 0.95);
  font-family: var(--vc-font-heading);
  font-size: 1.22rem;
  font-style: italic;
  font-weight: 800;
}

.single-entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 1.15rem;
}

.single-entry-content figure {
  margin-inline: 0;
}

.single-entry-content figcaption {
  margin-top: 0.65rem;
  color: #738197;
  font-size: 0.86rem;
  text-align: center;
}

.single-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin-top: 2rem;
  color: #8d9a94;
}

.single-page-links span {
  display: inline-flex;
  min-width: 2.2rem;
  min-height: 2.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  color: #071007;
  background: var(--vc-primary);
  font-weight: 900;
}

.single-post-footer {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.single-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.8rem;
}

.single-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0 1rem;
  border-radius: 999px;
  color: #9eaaad;
  background: rgba(255, 255, 255, 0.06);
  font-family: var(--vc-font-label);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}

.single-tags a:hover {
  color: var(--vc-primary);
  background: rgba(57, 255, 20, 0.08);
}

.single-share-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.single-share-row > span {
  color: #8d9a94;
  font-family: var(--vc-font-label);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.single-share--facebook {
  color: #fff;
  background: #1877f2;
}

.single-share--x {
  color: #fff;
  background: #1da1f2;
}

.single-share--copy {
  color: #071007;
  background: var(--vc-primary);
}

.single-author-box {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 3rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.35rem;
  background: rgba(28, 31, 38, 0.92);
}

.single-author-box span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--vc-primary);
  font-family: var(--vc-font-label);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.single-author-box a {
  color: #fff;
  font-family: var(--vc-font-heading);
  font-size: 1.18rem;
  font-weight: 900;
  text-decoration: none;
}

.single-author-box p {
  margin: 0.55rem 0 0;
  color: rgba(225, 226, 235, 0.72);
  line-height: 1.75;
}

.single-related-posts {
  margin-bottom: 3.5rem;
}

.single-related-posts h2 {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0 0 1.6rem;
  color: #fff;
  font-family: var(--vc-font-heading);
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  font-weight: 950;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.single-related-posts h2 span {
  width: 0.5rem;
  height: 2rem;
  border-radius: 999px;
  background: var(--vc-primary);
  box-shadow: 0 0 18px rgba(57, 255, 20, 0.45);
}

.single-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.single-related-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1.05rem;
  background: rgba(28, 31, 38, 0.95);
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.single-related-card:hover {
  transform: translateY(-0.28rem);
  border-color: rgba(57, 255, 20, 0.28);
}

.single-related-card img {
  display: block;
  width: 100%;
  height: 10rem;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.single-related-card:hover img {
  transform: scale(1.08);
}

.single-related-card div {
  padding: 1rem;
}

.single-related-card span {
  color: var(--vc-primary);
  font-family: var(--vc-font-label);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.single-related-card h3 {
  margin: 0.45rem 0 0;
  color: #fff;
  font-family: var(--vc-font-heading);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
}

.single-comments-area {
  margin-bottom: 4rem;
}

.single-comments-area .comments-area,
.single-comments-area #comments {
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.35rem;
  background: rgba(28, 31, 38, 0.78);
}

.game-archive-page,
.single-game-page,
.single-game-related {
  margin: -2rem;
  padding: clamp(1.5rem, 3vw, 3rem);
  color: var(--vc-text);
  background:
    radial-gradient(circle at 10% 0%, color-mix(in srgb, var(--game-accent, #39ff14) 16%, transparent), transparent 26rem),
    radial-gradient(circle at 95% 10%, rgba(255, 255, 255, 0.035), transparent 24rem),
    #070b10;
}

.game-archive-hero {
  position: relative;
  display: flex;
  min-height: clamp(22rem, 35vw, 28rem);
  align-items: flex-end;
  margin-bottom: clamp(2rem, 5vw, 3.25rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.5rem;
  background: #10141b;
  box-shadow: 0 1.6rem 4.5rem rgba(0, 0, 0, 0.38);
}

.game-archive-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}

.game-archive-hero__shade,
.single-game-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 12, 0.92), rgba(5, 8, 12, 0.38), rgba(5, 8, 12, 0.12)),
    linear-gradient(0deg, rgba(5, 8, 12, 0.96), transparent 65%);
}

.game-archive-hero__content {
  position: relative;
  z-index: 1;
  max-width: 44rem;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.game-archive-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2rem;
  margin-bottom: 1rem;
  padding: 0 1rem;
  border-radius: 999px;
  color: #071007;
  background: var(--game-accent, var(--vc-primary));
  font-family: var(--vc-font-label);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 0 24px color-mix(in srgb, var(--game-accent, #39ff14) 35%, transparent);
}

.game-archive-hero h1 {
  margin: 0 0 1rem;
  color: #fff;
  font-family: var(--vc-font-heading);
  font-size: clamp(3rem, 7vw, 5.8rem);
  font-style: italic;
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: -0.085em;
}

.game-archive-hero p,
.game-index-hero p,
.game-category-tile p,
.game-empty-state p,
.single-game-hero p,
.single-game-content {
  color: rgba(186, 204, 176, 0.78);
  line-height: 1.78;
}

.game-archive-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.game-library-tabs {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.game-category-pills {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
}

.game-category-pills a {
  display: inline-flex;
  min-height: 2.55rem;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 1.25rem;
  border-radius: 999px;
  color: #d7ded4;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.88rem;
  font-weight: 850;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.game-category-pills a:hover,
.game-category-pills a.is-active {
  color: #071007;
  background: var(--game-accent, var(--vc-primary));
  transform: translateY(-1px);
}

.game-sort-note {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #8e9a90;
  font-family: var(--vc-font-label);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.game-sort-note .material-symbols-outlined {
  color: var(--game-accent, var(--vc-primary));
}

.game-library-section-title {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0 0 1.6rem;
}

.game-library-section-title span {
  width: 0.45rem;
  height: 2.25rem;
  border-radius: 999px;
  background: var(--game-accent, var(--vc-primary));
  box-shadow: 0 0 20px color-mix(in srgb, var(--game-accent, #39ff14) 45%, transparent);
}

.game-library-section-title h2 {
  margin: 0;
  color: #fff;
  font-family: var(--vc-font-heading);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.game-grid--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.game-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1.05rem;
  background: rgba(28, 31, 38, 0.94);
  box-shadow: 0 1rem 2.6rem rgba(0, 0, 0, 0.26);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.game-card:hover {
  transform: translateY(-0.3rem) scale(1.015);
  border-color: color-mix(in srgb, var(--game-accent, #39ff14) 35%, rgba(255, 255, 255, 0.08));
  box-shadow: 0 1.5rem 3rem color-mix(in srgb, var(--game-accent, #39ff14) 10%, transparent);
}

.game-card__media {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  text-decoration: none;
}

.game-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.game-card:hover .game-card__media img {
  transform: scale(1.1);
}

.game-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 8, 12, 0.9), transparent 55%);
}

.game-card__play {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  color: #071007;
  background: rgba(5, 8, 12, 0.42);
  opacity: 0;
  backdrop-filter: blur(5px);
  transition: opacity 0.22s ease;
}

.game-card__play span {
  display: grid;
  width: 4rem;
  height: 4rem;
  place-items: center;
  border-radius: 999px;
  background: var(--game-accent, var(--vc-primary));
  box-shadow: 0 0 28px color-mix(in srgb, var(--game-accent, #39ff14) 40%, transparent);
}

.game-card:hover .game-card__play {
  opacity: 1;
}

.game-card__badges {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.game-card__badges span {
  padding: 0.22rem 0.45rem;
  border-radius: 0.35rem;
  color: #071007;
  background: var(--game-accent, var(--vc-primary));
  font-family: var(--vc-font-label);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.game-card__body {
  padding: 1rem;
}

.game-card h3 {
  margin: 0 0 0.55rem;
  color: #fff;
  font-family: var(--vc-font-heading);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.game-card h3 a {
  color: inherit;
  text-decoration: none;
}

.game-card h3 a:hover {
  color: var(--game-accent, var(--vc-primary));
}

.game-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: #8e9a90;
  font-family: var(--vc-font-label);
  font-size: 0.72rem;
}

.game-card__meta > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.game-card__meta strong {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  color: var(--game-accent, var(--vc-primary));
  font-weight: 900;
}

.game-card__meta .material-symbols-outlined {
  font-size: 0.95rem;
  font-variation-settings: "FILL" 1;
}

.game-card__cta {
  display: inline-flex;
  margin-top: 0.85rem;
  color: var(--game-accent, var(--vc-primary));
  font-family: var(--vc-font-label);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.game-archive-pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.game-index-hero {
  margin-bottom: 2rem;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(57, 255, 20, 0.13), transparent 20rem),
    rgba(28, 31, 38, 0.72);
}

.game-index-hero span,
.game-archive-heading h2 {
  color: var(--vc-primary);
  font-family: var(--vc-font-label);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.game-index-hero h1 {
  max-width: 54rem;
  margin: 0.8rem 0 1rem;
  color: #fff;
  font-family: var(--vc-font-heading);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: -0.085em;
}

.game-category-showcase {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 3rem;
}

.game-category-tile {
  min-height: 13.5rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
  background: rgba(28, 31, 38, 0.88);
  text-decoration: none;
  transition: transform 0.24s ease, border-color 0.24s ease;
}

.game-category-tile:hover {
  transform: translateY(-0.25rem);
  border-color: var(--game-accent, var(--vc-primary));
}

.game-category-tile > span {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 1rem;
  color: #071007;
  background: var(--game-accent, var(--vc-primary));
}

.game-category-tile h2 {
  margin: 0 0 0.6rem;
  color: #fff;
  font-family: var(--vc-font-heading);
  font-size: 1.2rem;
  font-weight: 900;
}

.game-category-tile strong {
  color: var(--game-accent, var(--vc-primary));
  font-family: var(--vc-font-label);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.game-archive-heading {
  margin-bottom: 1.3rem;
}

.game-archive-heading h2 {
  margin: 0;
  font-size: 0.82rem;
}

.game-empty-state {
  display: grid;
  min-height: 24rem;
  place-items: center;
  padding: 3rem 1rem;
  text-align: center;
}

.game-empty-state .material-symbols-outlined {
  color: var(--game-accent, var(--vc-primary));
  font-size: 4rem;
}

.game-empty-state h2 {
  margin: 0.75rem 0 0;
  color: #fff;
  font-family: var(--vc-font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
}

.single-game-page {
  padding-bottom: 0;
}

.single-game-hero {
  position: relative;
  min-height: clamp(30rem, 48vw, 42rem);
  overflow: hidden;
  border-radius: 1.6rem;
  background: #10141b;
}

.single-game-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-game-hero__content {
  position: absolute;
  left: clamp(1.5rem, 5vw, 4rem);
  right: clamp(1.5rem, 5vw, 4rem);
  bottom: clamp(1.5rem, 5vw, 4rem);
  z-index: 1;
  max-width: 50rem;
}

.single-game-badge {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0 1rem;
  border-radius: 999px;
  color: #071007;
  background: var(--game-accent, var(--vc-primary));
  font-family: var(--vc-font-label);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.single-game-hero h1 {
  margin: 0 0 1rem;
  color: #fff;
  font-family: var(--vc-font-heading);
  font-size: clamp(3rem, 8vw, 6.5rem);
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: -0.085em;
}

.single-game-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.3rem 0;
}

.single-game-stats span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 2.4rem;
  padding: 0 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font-family: var(--vc-font-label);
  font-size: 0.78rem;
  font-weight: 900;
}

.single-game-play {
  display: inline-flex;
  align-items: center;
  min-height: 3.4rem;
  padding: 0 1.6rem;
  border-radius: 999px;
  color: #071007;
  background: var(--game-accent, var(--vc-primary));
  font-family: var(--vc-font-label);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 0 30px color-mix(in srgb, var(--game-accent, #39ff14) 26%, transparent);
}

.single-game-frame {
  margin-top: 2rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.35rem;
  background: #000;
}

.single-game-frame iframe {
  display: block;
  width: 100%;
  min-height: 38rem;
  border: 0;
}

.single-game-instant {
  margin-top: 2rem;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--game-accent, #39ff14) 34%, rgba(255, 255, 255, 0.08));
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 16% 0%, color-mix(in srgb, var(--game-accent, #39ff14) 18%, transparent), transparent 18rem),
    linear-gradient(145deg, rgba(17, 21, 30, 0.98), rgba(4, 8, 14, 0.98));
  box-shadow:
    0 1.5rem 4rem rgba(0, 0, 0, 0.3),
    0 0 2rem color-mix(in srgb, var(--game-accent, #39ff14) 10%, transparent);
}

.single-game-instant__hud {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.single-game-instant__hud span {
  color: var(--game-accent, #39ff14);
  font-family: var(--vc-font-label);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.single-game-instant__hud h2 {
  margin: 0.25rem 0 0;
  color: #fff;
  font-family: var(--vc-font-heading);
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  font-weight: 950;
}

.single-game-instant__stats {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.single-game-instant__stats strong {
  min-width: 6.5rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: #071008;
  background: linear-gradient(135deg, var(--game-accent, #39ff14), #dfffd4);
  font-family: var(--vc-font-label);
  font-size: 0.9rem;
  font-weight: 950;
  text-align: center;
}

.single-game-instant__arena {
  position: relative;
  min-height: clamp(24rem, 48vw, 34rem);
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--game-accent, #39ff14) 12%, transparent), transparent 16rem);
  background-size: 42px 42px, 42px 42px, auto;
}

.single-game-instant__intro {
  position: absolute;
  inset: 1.25rem;
  z-index: 5;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.9rem;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.2rem;
  background: rgba(7, 11, 18, 0.82);
  text-align: center;
  backdrop-filter: blur(10px);
}

.single-game-instant__intro[hidden] {
  display: none;
}

.single-game-instant__intro > .material-symbols-outlined {
  width: 5rem;
  height: 5rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #071008;
  background: var(--game-accent, #39ff14);
  font-size: 2.6rem;
  box-shadow: 0 0 2rem color-mix(in srgb, var(--game-accent, #39ff14) 36%, transparent);
}

.single-game-instant__intro h3 {
  margin: 0;
  color: #fff;
  font-family: var(--vc-font-heading);
  font-size: clamp(1.7rem, 4vw, 3rem);
  font-weight: 950;
}

.single-game-instant__intro p {
  max-width: 36rem;
  margin: 0;
  color: rgba(225, 226, 235, 0.76);
  line-height: 1.7;
}

.single-game-instant__intro button {
  min-height: 3.2rem;
  margin-top: 0.6rem;
  padding: 0 1.6rem;
  border: 0;
  border-radius: 999px;
  color: #071008;
  background: linear-gradient(135deg, var(--game-accent, #39ff14), #dcffd0);
  font-family: var(--vc-font-label);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.instant-target {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--target-accent, #39ff14) 55%, rgba(255, 255, 255, 0.16));
  border-radius: 999px;
  color: #071008;
  background:
    radial-gradient(circle at 35% 25%, rgba(255,255,255,0.95), transparent 1.1rem),
    linear-gradient(135deg, var(--target-accent, #39ff14), #e5ffd7);
  box-shadow:
    0 0 1.4rem color-mix(in srgb, var(--target-accent, #39ff14) 42%, transparent),
    0 0 0 0.5rem color-mix(in srgb, var(--target-accent, #39ff14) 10%, transparent);
  cursor: crosshair;
  animation: instantTargetPop 0.18s ease-out;
}

.instant-target .material-symbols-outlined {
  font-size: 1.9rem;
  font-variation-settings: "FILL" 1;
  pointer-events: none;
}

.instant-target.is-hit {
  animation: instantTargetHit 0.14s ease-out forwards;
}

@keyframes instantTargetPop {
  from { opacity: 0; transform: scale(0.5); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes instantTargetHit {
  to { opacity: 0; transform: scale(1.45); }
}

.single-game-content {
  max-width: 58rem;
  margin: 2rem auto 0;
  padding-bottom: 3rem;
}

.single-game-related {
  padding-top: 0;
}

.single-game-related h2 {
  margin: 0 0 1.25rem;
  color: #fff;
  font-family: var(--vc-font-heading);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 950;
  letter-spacing: -0.06em;
}

.policy-demo-page {
  margin: -2rem;
  min-height: 100vh;
  color: var(--vc-text);
  background:
    radial-gradient(circle at 12% 0%, rgba(57, 255, 20, 0.08), transparent 28rem),
    radial-gradient(circle at 95% 12%, rgba(255, 255, 255, 0.035), transparent 24rem),
    #06090d;
  padding: clamp(3rem, 6vw, 5.5rem) clamp(1.25rem, 4vw, 3rem);
}

.policy-inner {
  width: min(100%, 68rem);
  margin: 0 auto;
}

.policy-inner--narrow {
  width: min(100%, 58rem);
}

.policy-hero {
  margin-bottom: clamp(2rem, 5vw, 4.5rem);
}

.policy-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.35rem;
  color: #9eb394;
  font-family: var(--vc-font-label);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.policy-pill::before {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: var(--vc-primary);
  box-shadow: 0 0 22px rgba(57, 255, 20, 0.65);
}

.policy-hero h1 {
  max-width: 56rem;
  margin: 0 0 1.25rem;
  color: #f4f4f7;
  font-family: var(--vc-font-heading);
  font-size: clamp(3.4rem, 8vw, 6.9rem);
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: -0.085em;
}

.policy-hero h1 span {
  color: var(--vc-primary);
  font-style: italic;
  text-shadow: 0 0 26px rgba(57, 255, 20, 0.3);
}

.policy-lead {
  max-width: 46rem;
  margin: 0;
  color: #98a794;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.85;
}

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

.policy-grid--cookies {
  align-items: stretch;
}

.policy-card {
  position: relative;
  overflow: hidden;
  min-height: 18rem;
  padding: clamp(1.45rem, 3vw, 2.35rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.6rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    #11161c;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.28);
}

.policy-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -45% auto;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: rgba(57, 255, 20, 0.09);
  filter: blur(3rem);
  pointer-events: none;
}

.policy-card--accent {
  background:
    radial-gradient(circle at 100% 0%, rgba(57, 255, 20, 0.16), transparent 17rem),
    #161b21;
}

.policy-card--wide {
  grid-column: 1 / -1;
}

.policy-card--split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  gap: 1.25rem;
  align-items: stretch;
  padding: 0;
}

.policy-card--split > div {
  padding: clamp(1.45rem, 3vw, 2.35rem);
}

.policy-card--dark {
  min-height: auto;
  background: #070a0f;
}

.policy-card__head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}

.policy-icon {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  place-items: center;
  border-radius: 1rem;
  color: var(--vc-primary);
  background: rgba(57, 255, 20, 0.1);
  box-shadow: inset 0 0 0 1px rgba(57, 255, 20, 0.22);
}

.policy-card h2,
.policy-card h3,
.policy-cta h2 {
  margin: 0;
  color: #fff;
  font-family: var(--vc-font-heading);
  font-weight: 900;
  letter-spacing: -0.045em;
}

.policy-card h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
}

.policy-card h3 {
  color: var(--vc-primary);
  font-size: 1.04rem;
}

.policy-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 1rem;
  color: #9eaaad;
  line-height: 1.8;
}

.policy-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.9rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.policy-list li {
  display: flex;
  gap: 0.75rem;
  color: #b8c7b1;
  line-height: 1.55;
}

.policy-list span {
  color: var(--vc-primary);
  font-weight: 900;
}

.policy-mini-grid,
.cookie-types,
.policy-rights-grid,
.terms-rule-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.policy-mini-grid div,
.cookie-types div,
.terms-rule-grid div {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
}

.policy-mini-grid span,
.cookie-types span {
  display: block;
  margin-bottom: 0.25rem;
  color: #8e9a90;
  font-family: var(--vc-font-label);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.policy-mini-grid strong {
  color: #fff;
  font-size: 0.96rem;
}

.policy-image-card {
  position: relative;
  min-height: 20rem;
  margin: 0;
  overflow: hidden;
  border-radius: 0 1.6rem 1.6rem 0;
  background: #05080b;
}

.policy-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 20rem;
  object-fit: cover;
  filter: grayscale(0.55) saturate(1.15);
  opacity: 0.74;
  transition: transform 0.6s ease, filter 0.6s ease, opacity 0.6s ease;
}

.policy-card--split:hover .policy-image-card img {
  transform: scale(1.06);
  filter: grayscale(0) saturate(1.25);
  opacity: 0.95;
}

.policy-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.policy-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0 1rem;
  border: 1px solid rgba(57, 255, 20, 0.28);
  border-radius: 999px;
  color: var(--vc-primary);
  background: rgba(57, 255, 20, 0.07);
  font-family: var(--vc-font-label);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.policy-rights-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.policy-rights-grid p {
  margin-top: 0.65rem;
  font-size: 0.95rem;
}

.policy-cta {
  margin-top: 1.25rem;
  padding: clamp(2.2rem, 5vw, 4rem);
  border: 1px solid rgba(57, 255, 20, 0.16);
  border-radius: 1.8rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(57, 255, 20, 0.14), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012));
  text-align: center;
}

.policy-cta h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.policy-cta p {
  max-width: 38rem;
  margin: 1rem auto 0;
  color: #9eaaad;
  line-height: 1.75;
}

.policy-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.policy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.95rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  font-family: var(--vc-font-label);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.policy-button:hover {
  transform: translateY(-2px);
  border-color: rgba(57, 255, 20, 0.6);
}

.policy-button--primary {
  color: #041005;
  background: var(--vc-primary);
  border-color: var(--vc-primary);
  box-shadow: 0 0 24px rgba(57, 255, 20, 0.25);
}

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

.cookie-types div {
  min-height: 12rem;
}

.cookie-types h3,
.terms-rule-grid h3 {
  margin: 0.25rem 0 0.55rem;
}

.policy-updated {
  display: inline-flex;
  margin-top: 1.4rem;
  color: #708171;
  font-family: var(--vc-font-label);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.policy-demo-page--terms .policy-hero h1 {
  font-style: italic;
  text-transform: uppercase;
}

.policy-demo-page--terms .policy-lead {
  padding-left: 1.25rem;
  border-left: 2px solid var(--vc-primary);
}

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

.terms-card--wide {
  grid-column: 1 / -1;
}

.terms-number {
  display: block;
  margin-bottom: 1.2rem;
  color: rgba(57, 255, 20, 0.28);
  font-family: var(--vc-font-heading);
  font-size: 4rem;
  font-weight: 950;
  line-height: 0.8;
}

.terms-green-card {
  position: relative;
  min-height: 23rem;
  overflow: hidden;
  border-radius: 1.6rem;
  background: var(--vc-primary);
}

.terms-green-card img {
  width: 100%;
  height: 100%;
  min-height: 23rem;
  object-fit: cover;
  mix-blend-mode: multiply;
  opacity: 0.48;
}

.terms-green-card strong {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  color: #071007;
  font-family: var(--vc-font-heading);
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

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

.home-showcase {
  position: relative;
}

.home-category-card,
.home-feature-card,
.home-guide-card,
.home-cta {
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(145deg, rgba(29, 32, 38, 0.78), rgba(11, 14, 20, 0.72)),
    radial-gradient(circle at 0% 0%, rgba(57, 255, 20, 0.08), transparent 16rem);
  border-radius: 1.25rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
}

.home-category-card {
  min-height: 13.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  color: var(--vc-text);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.home-category-card:hover {
  transform: translateY(-0.25rem);
  border-color: rgba(57, 255, 20, 0.36);
  box-shadow: 0 20px 60px rgba(57, 255, 20, 0.08);
}

.home-category-card__icon,
.home-feature-card .material-symbols-outlined,
.home-guide-card .material-symbols-outlined {
  width: 3.5rem;
  height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  border-radius: 999px;
  color: var(--vc-primary);
  background: rgba(57, 255, 20, 0.1);
}

.home-category-card h3,
.home-feature-card h3,
.home-guide-card h3 {
  color: var(--vc-text);
  font-family: "Plus Jakarta Sans", "Be Vietnam Pro", "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 0.6rem;
}

.home-category-card p,
.home-feature-card p,
.home-guide-card p,
.home-cta p {
  color: rgba(186, 204, 176, 0.72);
  line-height: 1.75;
}

.home-feature-card,
.home-guide-card {
  min-height: 15rem;
  padding: 2rem;
}

.home-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
  padding: clamp(1.6rem, 3.5vw, 3rem);
  overflow: hidden;
}

.home-cta h2 {
  max-width: 52rem;
  color: var(--vc-text);
  font-family: "Plus Jakarta Sans", "Be Vietnam Pro", "Noto Sans", sans-serif;
  font-size: clamp(2rem, 4vw, 4.5rem);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 1rem;
}

.home-cta a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0 1.5rem;
  border-radius: 999px;
  color: #052900;
  background: var(--vc-primary);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (max-width: 1199px) {
  .site-main,
  #main-content {
    padding: 1.5rem;
  }

  .site-shell {
    grid-template-columns: 16.5rem minmax(0, 1fr);
  }
}

@media (max-width: 1023px) {
  .lg\:grid-cols-3,
  .lg\:grid-cols-4,
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .home-recent-grid,
  .home-mini-grid,
  .home-affiliate-grid,
  .home-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .about-bento__mission,
  .about-value-card,
  .about-pro-card {
    grid-column: span 1;
  }

  .about-story {
    grid-template-columns: 1fr;
  }

  .about-newsletter {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

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

  .news-archive-heading {
    align-items: flex-start;
    flex-direction: column;
  }

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

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

  .game-category-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .game-archive-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .policy-demo-page {
    margin: -1.5rem;
  }

  .policy-card--split {
    grid-template-columns: 1fr;
  }

  .policy-image-card {
    min-height: 17rem;
    border-radius: 0 0 1.6rem 1.6rem;
  }

  .policy-image-card img {
    min-height: 17rem;
  }

  .cookie-types,
  .policy-rights-grid,
  .terms-rule-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  header.sticky {
    height: 4.5rem;
    gap: 0.75rem;
  }

  header.sticky .text-2xl {
    font-size: 1.25rem;
  }

  header.sticky a.bg-gradient-to-r {
    display: none;
  }

  #mobile-primary-menu {
    position: sticky;
    top: 4.5rem;
    z-index: 49;
  }

  .site-shell {
    display: block;
    background: rgba(11, 14, 20, 0.92);
  }

  .site-stage {
    order: 1;
  }

  .site-sidebar {
    display: none;
  }

  .site-sidebar__panel {
    height: auto;
    min-height: 0;
  }

  .site-sidebar__widgets {
    overflow: visible;
  }

  .site-main,
  #main-content {
    margin-left: 0;
    padding: 1rem;
  }

  .home-ranked-card {
    flex-direction: column;
  }

  .home-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.5rem;
  }

  .home-cta h2 {
    font-size: clamp(2rem, 9vw, 2.75rem);
    line-height: 1.08;
    letter-spacing: -0.055em;
  }

  .home-cta p {
    max-width: 100%;
  }

  .home-cta a {
    width: 100%;
    max-width: 18rem;
    min-height: 3rem;
    padding-inline: 1rem;
    white-space: normal;
    text-align: center;
  }

  .home-ranked-media {
    width: 100%;
    flex-basis: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .home-ranked-content {
    width: 100%;
  }

  .home-rank-badge {
    min-width: 4.4rem;
    height: 4.35rem;
    font-size: 3.35rem;
  }

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

  .home-recent-grid,
  .home-mini-grid,
  .home-affiliate-grid,
  .home-news-grid {
    grid-template-columns: 1fr;
  }

  .about-demo-page {
    margin: -1rem;
  }

  .about-hero {
    min-height: 32rem;
    padding: 3rem 1.25rem;
  }

  .about-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.75rem);
    line-height: 1.12;
    letter-spacing: -0.025em;
  }

  .about-bento {
    grid-template-columns: 1fr;
    padding: 3rem 1.25rem;
  }

  .about-bento__mission,
  .about-value-card,
  .about-pro-card {
    grid-column: span 1;
    min-height: auto;
  }

  .about-story {
    padding: 3rem 1.25rem;
  }

  .about-story__year {
    right: 1rem;
    bottom: -1.2rem;
  }

  .about-newsletter {
    margin: 0 1.25rem 3rem;
    padding: 1.5rem;
  }

  .about-newsletter__form {
    flex-direction: column;
  }

  .contact-demo-page {
    margin: -1rem;
  }

  .contact-hero {
    min-height: 22rem;
    padding: 4rem 1rem 6.5rem;
  }

  .contact-panel {
    margin-top: -5rem;
    padding: 0 1rem 3rem;
  }

  .contact-form-card,
  .contact-info-card,
  .contact-social-card {
    border-radius: 1.35rem;
  }

  .contact-form-card {
    padding: 1.5rem;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
  }

  .contact-form button {
    width: 100%;
  }

  .contact-info-card,
  .contact-social-card {
    padding: 1.35rem;
  }

  .contact-map-card {
    height: 18rem;
    margin-top: 2rem;
    border-radius: 1.35rem;
  }

  .contact-map-card__label {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }

  .news-archive-page {
    margin: -1rem;
    padding: 1rem;
  }

  .news-archive-hero {
    min-height: 30rem;
    border-radius: 1.25rem;
  }

  .news-archive-hero__overlay {
    background:
      linear-gradient(0deg, rgba(5, 7, 10, 0.96), rgba(5, 7, 10, 0.24)),
      linear-gradient(90deg, rgba(5, 7, 10, 0.78), transparent);
  }

  .news-archive-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.4rem);
  }

  .news-archive-grid {
    grid-template-columns: 1fr;
  }

  .single-post-page,
  .single-author-box,
  .single-related-posts,
  .single-comments-area {
    width: 100%;
  }

  .single-article-header h1 {
    font-size: clamp(2.2rem, 12vw, 3.35rem);
  }

  .single-meta-bar,
  .single-author-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .single-action-buttons {
    width: 100%;
  }

  .single-featured-image {
    border-radius: 1.15rem;
  }

  .single-related-grid {
    grid-template-columns: 1fr;
  }

  .game-archive-page,
  .single-game-page,
  .single-game-related {
    margin: -1rem;
    padding: 1rem;
  }

  .game-archive-hero,
  .single-game-hero {
    min-height: 30rem;
    border-radius: 1.15rem;
  }

  .game-archive-hero h1,
  .single-game-hero h1,
  .game-index-hero h1 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .game-grid,
  .game-grid--compact,
  .game-category-showcase {
    grid-template-columns: 1fr;
  }

  .game-card__media {
    aspect-ratio: 16 / 11;
  }

  .single-game-frame iframe {
    min-height: 24rem;
  }

  .policy-demo-page {
    margin: -1rem;
    padding: 3rem 1rem;
  }

  .policy-hero h1 {
    font-size: clamp(2.75rem, 16vw, 4.2rem);
    letter-spacing: -0.075em;
  }

  .policy-grid,
  .terms-bento,
  .policy-mini-grid {
    grid-template-columns: 1fr;
  }

  .policy-card,
  .policy-cta {
    border-radius: 1.25rem;
  }

  .policy-card--split > div {
    padding: 1.45rem;
  }

  .policy-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .policy-button {
    width: 100%;
  }

  .site-footer {
    padding: 2.25rem 1rem 1.25rem;
    border-radius: 1.25rem 1.25rem 0 0;
  }

  .footer-columns {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom .footer-menu {
    justify-content: flex-start;
  }

  #hero-carousel .relative.h-\[600px\] {
    height: 500px;
  }

  #hero-carousel .absolute.bottom-16 {
    left: 1.25rem;
    right: 1.25rem;
    top: 1.75rem;
    bottom: auto;
  }

  #hero-carousel h1 {
    font-size: clamp(1.85rem, 8.7vw, 2.85rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
    margin-bottom: 1rem;
  }

  #hero-carousel p {
    font-size: 0.95rem;
  }

  #hero-carousel .flex.items-center.gap-4 {
    flex-wrap: wrap;
  }

  #hero-carousel a {
    padding: 0.85rem 1.1rem;
  }

  .grid {
    gap: 1rem;
  }
}

@media (max-width: 479px) {
  .site-main,
  #main-content {
    padding: 0.875rem;
  }

  .sm\:grid-cols-2,
  .lg\:grid-cols-3,
  .lg\:grid-cols-4,
  .xl\:grid-cols-5 {
    grid-template-columns: 1fr;
  }

  #hero-carousel .relative.h-\[600px\] {
    height: 430px;
  }

  #hero-carousel .absolute.bottom-16 {
    top: 1.25rem;
  }

  #hero-carousel h1 {
    font-size: clamp(1.65rem, 8.4vw, 2.45rem);
  }

  .entry-content {
    font-size: 0.95rem;
  }
}

@media (max-width: 359px) {
  header.sticky {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #hero-carousel .absolute.bottom-8.right-12 {
    right: 1.25rem;
  }
}
