/* EscapeVenture global base styles. Generated by scripts/apply_static_global_css.py. */


/* Shell */
:root {
  --ev-font-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ev-font-serif: Georgia, "Times New Roman", serif;
  --ev-font-mono: "IBM Plex Mono", "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --ev-font-display: var(--ev-font-sans);
  --ev-space-1: 4px;
  --ev-space-0-5: 2px;
  --ev-space-1-5: 6px;
  --ev-space-2: 8px;
  --ev-space-3: 10px;
  --ev-space-3-5: 11px;
  --ev-space-4: 12px;
  --ev-space-5: 14px;
  --ev-space-5-5: 15px;
  --ev-space-6: 16px;
  --ev-space-7: 18px;
  --ev-space-7-5: 19px;
  --ev-space-8: 20px;
  --ev-space-8-5: 21px;
  --ev-space-9: 22px;
  --ev-space-10: 24px;
  --ev-space-10-5: 26px;
  --ev-space-11: 28px;
  --ev-space-12: 32px;
  --ev-space-12-5: 34px;
  --ev-space-13: 36px;
  --ev-space-14: 42px;
  --ev-space-15: 44px;
  --ev-space-16: 48px;
  --ev-space-17: 54px;
  --ev-space-18: 56px;
  --ev-space-18-5: 58px;
  --ev-space-19: 64px;
  --ev-space-20: 72px;
  --ev-space-21: 88px;
  --ev-section-pad-y: clamp(var(--ev-space-14), 6vw, var(--ev-space-20));
  --ev-section-pad-y-lg: clamp(var(--ev-space-18), 7vw, 96px);
  --ev-section-pad-x: clamp(var(--ev-space-6), 4vw, var(--ev-space-11));
  --ev-wrap-pad-x: var(--ev-space-6);
  --ev-card-pad: var(--ev-space-9);
  --ev-grid-gap: var(--ev-space-7);
  --ev-hero-pad: clamp(var(--ev-space-12), 5vw, 62px);
  --ev-text-xs: 12px;
  --ev-text-2xs: 11px;
  --ev-text-13: 13px;
  --ev-text-sm: 14px;
  --ev-text-15: 15px;
  --ev-text-base: 16px;
  --ev-text-md: 17px;
  --ev-text-lg: 18px;
  --ev-text-19: 19px;
  --ev-text-xl: 20px;
  --ev-text-2xl: 22px;
  --ev-text-21: 21px;
  --ev-text-3xl: 26px;
  --ev-heading-hero: clamp(38px, 5vw, 68px);
  --ev-heading-hero-lg: clamp(42px, 5.2vw, 72px);
  --ev-heading-section: clamp(32px, 4vw, 52px);
  --ev-heading-section-lg: clamp(38px, 5vw, 68px);
  --ev-heading-card: 25px;
  --ev-heading-shell-panel: clamp(27px, 2.5vw, 34px);
  --ev-heading-shell-card: clamp(22px, 2.3vw, 31px);
  --ev-heading-cwv: clamp(28px, 4vw, 44px);
  --ev-leading-tight: 1.04;
  --ev-leading-copy: 1.55;
  --ev-shell-green: #2f7600;
  --ev-shell-green-2: #245f00;
  --ev-shell-ink: #07100b;
  --ev-shell-panel: #0d130f;
  --ev-shell-muted: #b8c2b3;
  --ev-shell-line: rgba(255, 255, 255, 0.14);
}

html {
  scroll-padding-top: 92px;
}

body {
  overflow-x: hidden;
}

.ev-u-hidden-frame {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
}

.ev-u-svg-defs {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.ev-u-text-green {
  color: #347f00 !important;
}

.ev-u-text-md {
  font-size: var(--ev-text-md) !important;
}

.ev-u-link-underline {
  color: inherit;
  text-decoration: underline;
}

.ev-legacy-meta {
  margin-bottom: 0;
  font-size: 0.875em;
}

/* EV design-system primitives. Keep these selectors stronger than page-local
   wrappers such as ".ev-kids-page a { color: inherit; }". */
.ev-page {
  --ev-ds-green: #2f7600;
  --ev-ds-green-hover: #245f00;
  --ev-ds-ink: #171717;
  --ev-ds-paper: #fffdf8;
  --ev-ds-line: rgba(23, 23, 23, 0.14);
  --ev-ds-radius: 8px;
  --ev-ds-radius-lg: 14px;
  --ev-ds-shadow: 0 18px 50px rgba(18, 23, 20, 0.12);
  font-family: var(--ev-font-sans);
}

.ev-page .ev-font-sans {
  font-family: var(--ev-font-sans) !important;
}

.ev-page .ev-font-serif {
  font-family: var(--ev-font-serif) !important;
}

.ev-page .ev-font-display {
  font-family: var(--ev-font-display) !important;
}

.ev-page a.ev-btn,
.ev-page button.ev-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: var(--ev-space-4) var(--ev-space-7);
  border: 1px solid var(--ev-ds-ink);
  border-radius: var(--ev-ds-radius);
  color: var(--ev-ds-ink) !important;
  background: transparent;
  font-family: var(--ev-font-sans);
  font-size: var(--ev-text-sm);
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-shadow: none !important;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.ev-page a.ev-btn:hover,
.ev-page a.ev-btn:focus-visible,
.ev-page button.ev-btn:hover,
.ev-page button.ev-btn:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.ev-page a.ev-btn--primary,
.ev-page button.ev-btn--primary {
  border-color: var(--ev-ds-green) !important;
  background: var(--ev-ds-green) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.ev-page a.ev-btn--primary:hover,
.ev-page a.ev-btn--primary:focus-visible,
.ev-page button.ev-btn--primary:hover,
.ev-page button.ev-btn--primary:focus-visible {
  border-color: var(--ev-ds-green-hover) !important;
  background: var(--ev-ds-green-hover) !important;
  color: #fff !important;
}

.ev-page a.ev-btn--secondary,
.ev-page button.ev-btn--secondary {
  border-color: rgba(23, 23, 23, 0.78) !important;
  background: transparent !important;
  color: var(--ev-ds-ink) !important;
  box-shadow: none;
}

.ev-page a.ev-btn--secondary:hover,
.ev-page a.ev-btn--secondary:focus-visible,
.ev-page button.ev-btn--secondary:hover,
.ev-page button.ev-btn--secondary:focus-visible {
  border-color: var(--ev-ds-ink) !important;
  background: var(--ev-ds-ink) !important;
  color: #fff !important;
}

.ev-page .ev-shell-footer a.ev-btn--secondary,
.ev-page .ev-shell-footer button.ev-btn--secondary,
.ev-page .evk-hero a.ev-btn--secondary,
.ev-page .evk-hero button.ev-btn--secondary,
.ev-page .evf-hero a.ev-btn--secondary,
.ev-page .evf-hero button.ev-btn--secondary,
.ev-page [class*="__hero"] a.ev-btn--secondary,
.ev-page [class*="__hero"] button.ev-btn--secondary {
  border-color: rgba(255, 255, 255, 0.62) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

.ev-page .ev-shell-footer a.ev-btn--secondary:hover,
.ev-page .ev-shell-footer a.ev-btn--secondary:focus-visible,
.ev-page .evk-hero a.ev-btn--secondary:hover,
.ev-page .evk-hero a.ev-btn--secondary:focus-visible,
.ev-page .evf-hero a.ev-btn--secondary:hover,
.ev-page .evf-hero a.ev-btn--secondary:focus-visible,
.ev-page [class*="__hero"] a.ev-btn--secondary:hover,
.ev-page [class*="__hero"] a.ev-btn--secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.9) !important;
  background: rgba(255, 255, 255, 0.16) !important;
  color: #fff !important;
}

.ev-page .ev-card {
  overflow: hidden;
  border: 1px solid var(--ev-ds-line);
  border-radius: var(--ev-ds-radius-lg);
  background: var(--ev-ds-paper);
  box-shadow: var(--ev-ds-shadow);
}

.ev-page .ev-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 24px auto 0;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 18px 54px rgba(23, 23, 23, 0.09);
  backdrop-filter: blur(10px);
}

.ev-page .ev-proof-strip__item {
  position: relative;
  min-height: 104px;
  padding: 22px 26px;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(248, 244, 236, 0.84));
}

.ev-page .ev-proof-strip__item:not(:first-child) {
  border-left: 1px solid rgba(23, 23, 23, 0.1);
}

.ev-page .ev-proof-strip__value {
  display: block;
  color: var(--ev-ds-ink);
  font-family: var(--ev-font-sans);
  font-size: clamp(25px, 2.15vw, 34px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.ev-page .ev-proof-strip__label {
  display: block;
  max-width: 24ch;
  margin-top: 9px;
  color: #5f5b55;
  font-size: var(--ev-text-13);
  font-weight: 600;
  line-height: 1.38;
}

@media (max-width: 980px) {
  .ev-page .ev-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ev-page .ev-proof-strip__item:nth-child(odd) {
    border-left: 0;
  }

  .ev-page .ev-proof-strip__item:nth-child(n+3) {
    border-top: 1px solid rgba(23, 23, 23, 0.1);
  }
}

@media (max-width: 560px) {
  .ev-page .ev-proof-strip {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  .ev-page .ev-proof-strip__item {
    min-height: auto;
    padding: 18px 20px;
  }

  .ev-page .ev-proof-strip__item:not(:first-child) {
    border-left: 0;
    border-top: 1px solid rgba(23, 23, 23, 0.1);
  }

  .ev-page .ev-proof-strip__value {
    font-size: 30px;
  }
}

/* Static export layout primitives. Old Joomla/Gantry g-* classes are migrated
   out of HTML; keep this block scoped to EV-owned classes only. */
.ev-page .ev-static-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: var(--ev-grid-gap);
  width: min(1120px, calc(100% - (var(--ev-wrap-pad-x) * 2)));
  margin-inline: auto;
}

.ev-page .ev-static-block {
  flex: 1 1 min(260px, 100%);
  min-width: 0;
}

.ev-page .ev-static-grid > .ev-static-block:only-child {
  flex-basis: 100%;
}

.ev-page .ev-static-content,
.ev-page .ev-static-particle {
  min-width: 0;
  max-width: 100%;
}

.ev-page .ev-static-block.center,
.ev-page .center {
  text-align: center;
}

.ev-page .ev-static-block.avatar img,
.ev-page .avatar img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 999px;
}

.ev-page .section-horizontal-paddings {
  padding-inline: var(--ev-section-pad-x);
}

.ev-page .section-vertical-paddings {
  padding-block: var(--ev-section-pad-y);
}

.ev-page .ev-static-content :where(p, li) {
  line-height: var(--ev-leading-copy);
}

.ev-page .ev-static-content :where(h2, h3) {
  line-height: var(--ev-leading-tight);
}

.ev-page .ev-online-redesign__games {
  gap: clamp(var(--ev-space-7), 2.4vw, var(--ev-space-10-5));
  align-items: stretch;
}

.ev-page .ev-online-redesign__game {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-color: rgba(18, 23, 20, 0.14);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 242, 0.98)),
    #fffdf8;
  box-shadow: 0 22px 58px rgba(18, 23, 20, 0.14);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.ev-page .ev-online-redesign__game:hover {
  transform: translateY(-3px);
  border-color: rgba(47, 118, 0, 0.26);
  box-shadow: 0 30px 72px rgba(18, 23, 20, 0.20);
}

.ev-page .ev-online-redesign__game-media {
  aspect-ratio: 16 / 10;
}

.ev-page .ev-online-redesign__game-media video,
.ev-page .ev-online-redesign__game-media img {
  filter: saturate(1.04) contrast(1.04);
  transform: scale(1.01);
}

.ev-page .ev-online-redesign__game-media::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.68)),
    radial-gradient(520px 220px at 18% 12%, rgba(255, 255, 255, 0.12), transparent 62%);
}

.ev-page .ev-online-redesign__game-type {
  bottom: 16px;
  left: 18px;
  padding: var(--ev-space-2) var(--ev-space-4);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 16, 11, 0.88);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.ev-page .ev-online-redesign__game-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(var(--ev-space-8), 2.2vw, var(--ev-space-10-5));
}

.ev-page .ev-online-redesign__game-body h3 {
  font-size: var(--ev-heading-shell-panel);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.ev-page .ev-online-redesign__game-meta {
  display: inline-flex;
  width: fit-content;
  margin-top: 12px;
  padding: var(--ev-space-1-5) var(--ev-space-3);
  border-radius: 999px;
  background: rgba(47, 118, 0, 0.10);
  color: #2f651c;
  font-size: var(--ev-text-xs);
  line-height: 1;
}

.ev-page .ev-online-redesign__game-copy {
  margin-top: 14px;
  color: #565149;
  font-size: var(--ev-text-base);
  line-height: 1.56;
}

.ev-page .ev-online-redesign__price {
  margin-top: auto;
  padding-top: 20px;
  color: #171717;
  font-size: var(--ev-text-lg);
}

.ev-page .ev-online-redesign__note {
  margin-top: 4px;
  color: #6a655e;
}

.ev-page .ev-online-redesign__card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  align-items: stretch;
  gap: var(--ev-space-3);
  margin-top: 22px;
}

@media (max-width: 420px) {
  .ev-page .ev-online-redesign__card-actions {
    grid-template-columns: 1fr;
  }
}

.ev-shell-main {
  display: block;
}

.ev-shell-header,
.ev-shell-footer {
  box-sizing: border-box;
  font-family: var(--ev-font-sans);
  letter-spacing: 0;
}

.ev-shell-header *,
.ev-shell-footer * {
  box-sizing: border-box;
}

.ev-shell-header a,
.ev-shell-footer a {
  color: inherit;
  text-decoration: none;
}

.ev-shell-header {
  position: sticky;
  top: 0;
  z-index: 5000;
  background:
    linear-gradient(180deg, rgba(9, 14, 11, 0.98), rgba(9, 14, 11, 0.92)),
    var(--ev-shell-panel);
  color: #f7fbf4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.ev-shell-header__inner {
  width: min(1240px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--ev-space-7);
}

.ev-shell-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: var(--ev-space-4);
  color: #fff;
}

.ev-shell-brand__mark {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  object-fit: contain;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.10);
}

.ev-shell-brand__text {
  display: grid;
  gap: var(--ev-space-0-5);
  min-width: 0;
}

.ev-shell-brand__name {
  font-size: var(--ev-heading-shell-card);
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.ev-shell-brand__tag {
  color: var(--ev-shell-muted);
  font-size: var(--ev-text-2xs);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.ev-shell-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--ev-space-2);
}

.ev-shell-nav__link,
.ev-shell-lang__link,
.ev-shell-menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #dce5d8;
  font-size: var(--ev-text-sm);
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.ev-shell-nav__link {
  padding: var(--ev-space-3) var(--ev-space-3-5);
}

.ev-shell-nav__link:hover,
.ev-shell-nav__link:focus-visible,
.ev-shell-lang__link:hover,
.ev-shell-lang__link:focus-visible,
.ev-shell-menu:hover,
.ev-shell-menu:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--ev-shell-line);
  outline: none;
}

.ev-shell-nav__link[aria-current="page"] {
  color: #fff;
  background: rgba(80, 166, 5, 0.18);
  border-color: rgba(80, 166, 5, 0.54);
}

.ev-shell-nav__link--cta {
  padding-inline: 16px;
  color: #fff;
  background: var(--ev-shell-green);
  border-color: var(--ev-shell-green);
  box-shadow: none;
}

.ev-shell-nav__link--cta:hover,
.ev-shell-nav__link--cta:focus-visible {
  background: var(--ev-shell-green-2);
  border-color: var(--ev-shell-green-2);
}

.ev-shell-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--ev-space-2);
}

.ev-shell-lang {
  display: flex;
  align-items: center;
  gap: var(--ev-space-0-5);
  padding: var(--ev-space-1);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
}

.ev-shell-lang__link {
  min-width: 38px;
  min-height: 34px;
  padding: var(--ev-space-2) 9px;
  font-size: var(--ev-text-xs);
}

.ev-shell-lang__link[aria-current="page"] {
  color: #fff;
  background: rgba(80, 166, 5, 0.28);
  border-color: rgba(80, 166, 5, 0.42);
}

.ev-shell-menu {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.ev-shell-menu__bars {
  position: relative;
  width: 18px;
  height: 13px;
}

.ev-shell-menu__bars::before,
.ev-shell-menu__bars::after,
.ev-shell-menu__bars span {
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  content: "";
}

.ev-shell-menu__bars::before {
  top: 0;
}

.ev-shell-menu__bars span {
  top: 5.5px;
}

.ev-shell-menu__bars::after {
  bottom: 0;
}

.ev-shell-drawer {
  display: none;
}

.ev-shell-footer {
  background:
    radial-gradient(760px 300px at 12% 0%, rgba(80, 166, 5, 0.20), transparent 62%),
    linear-gradient(180deg, #0c120e 0%, #060806 100%);
  color: #f7fbf4;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ev-shell-footer__inner {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(var(--ev-space-12-5), 5vw, var(--ev-space-18-5)) 0 var(--ev-space-11);
}

.ev-shell-footer__top {
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) minmax(0, 2.8fr);
  gap: clamp(var(--ev-space-10-5), 4vw, 52px);
  align-items: start;
}

.ev-shell-footer__brand {
  display: grid;
  gap: var(--ev-space-5);
}

.ev-shell-footer__brand strong {
  display: block;
  color: #fff;
  font-size: var(--ev-heading-cwv);
  font-weight: 950;
  line-height: 0.98;
}

.ev-shell-footer__brand p {
  max-width: 320px;
  margin: 0;
  color: var(--ev-shell-muted);
  font-size: var(--ev-text-15);
  font-weight: 650;
  line-height: 1.55;
}

.ev-shell-footer__cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ev-space-3);
}

.ev-shell-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--ev-space-9);
}

.ev-shell-footer__col h2 {
  margin: 0 0 var(--ev-space-4);
  color: #a9e88a;
  font-size: var(--ev-text-xs);
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.ev-shell-footer__col ul,
.ev-shell-footer__legal,
.ev-shell-footer__social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ev-shell-footer__col ul {
  display: grid;
  gap: var(--ev-space-2);
}

.ev-shell-footer__col a {
  color: #c7d0c2;
  font-size: var(--ev-text-sm);
  font-weight: 760;
  line-height: 1.35;
}

.ev-shell-footer__col a:hover,
.ev-shell-footer__col a:focus-visible,
.ev-shell-footer__legal a:hover,
.ev-shell-footer__legal a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--ev-shell-green);
  text-underline-offset: 4px;
  outline: none;
}

.ev-shell-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--ev-space-6);
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ev-shell-footer__legal,
.ev-shell-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ev-space-3-5) var(--ev-space-5);
}

.ev-shell-footer__legal a,
.ev-shell-footer__copy {
  color: #aeb9aa;
  font-size: var(--ev-text-13);
  font-weight: 700;
}

.ev-shell-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: var(--ev-space-2) var(--ev-space-3);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #f7fbf4;
  background: rgba(255, 255, 255, 0.06);
  font-size: var(--ev-text-xs);
  font-weight: 850;
}

@media (max-width: 1120px) {
  .ev-shell-header__inner {
    grid-template-columns: minmax(220px, auto) auto;
  }

  .ev-shell-nav {
    display: none;
  }

  .ev-shell-menu {
    display: inline-flex;
  }

  .ev-shell-drawer {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    border-top: 1px solid transparent;
    transition: grid-template-rows 180ms ease, border-color 180ms ease;
  }

  .ev-shell-header.is-open .ev-shell-drawer {
    grid-template-rows: 1fr;
    border-color: rgba(255, 255, 255, 0.10);
  }

  .ev-shell-drawer__inner {
    min-height: 0;
    overflow: hidden;
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--ev-space-2);
  }

  .ev-shell-header.is-open .ev-shell-drawer__inner {
    padding: var(--ev-space-4) 0 var(--ev-space-6);
  }

  .ev-shell-drawer .ev-shell-nav__link {
    justify-content: flex-start;
    min-height: 44px;
    padding: var(--ev-space-4);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 840px) {
  .ev-shell-header__inner {
    width: min(100% - 24px, 1240px);
    min-height: 68px;
    gap: var(--ev-space-3);
  }

  .ev-shell-brand__mark {
    width: 36px;
    height: 36px;
  }

  .ev-shell-brand__name {
    font-size: var(--ev-text-21);
  }

  .ev-shell-brand__tag {
    display: none;
  }

  .ev-shell-lang {
    display: none;
  }

  .ev-shell-drawer__inner {
    width: min(100% - 24px, 1240px);
    grid-template-columns: 1fr 1fr;
  }

  .ev-shell-footer__top,
  .ev-shell-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .ev-shell-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .ev-shell-brand__name {
    font-size: var(--ev-text-19);
  }

  .ev-shell-drawer__inner,
  .ev-shell-footer__top,
  .ev-shell-footer__grid {
    grid-template-columns: 1fr;
  }

  .ev-shell-footer__inner {
    width: min(100% - 24px, 1240px);
  }

  .ev-shell-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* GSC/CWV */
[class*="elfsight-app-"],
[data-elfsight-app-lazy] {
  display: block;
  min-height: 420px;
  contain: layout paint;
}

iframe[src*="google.com/maps"] {
  display: block;
  width: 100%;
  min-height: 320px;
  aspect-ratio: 16 / 10;
  border: 0;
}

[class*="__reviews"],
[class*="__review"] {
  contain: layout paint;
}

[class$="__hero-media"],
[class*="__hero-media "],
[class$="__game-media"],
[class*="__game-media "] {
  contain: layout paint;
}

[class$="__hero-media"] video,
[class*="__hero-media "] video,
[class$="__hero-media"] img,
[class*="__hero-media "] img,
[class$="__game-media"] video,
[class*="__game-media "] video,
[class$="__game-media"] img,
[class*="__game-media "] img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 620px) {
  [class*="elfsight-app-"],
  [data-elfsight-app-lazy] {
    min-height: 360px;
  }

  iframe[src*="google.com/maps"] {
    min-height: 260px;
    aspect-ratio: 4 / 3;
  }
}
