.mex52-games-nav-link[data-section="games"] {
  position: relative;
}

.mex52-games-nav-link[data-section="games"]::after {
  content: "NEW";
  margin-left: auto;
  border-radius: 999px;
  padding: 2px 6px;
  background: #b8d95e;
  color: #163d2b;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .06em;
}

.mex52-games-shortcut {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  padding: 0 13px;
  background: rgba(184,217,94,.11);
  color: #eaf6c5;
  text-decoration: none;
  white-space: nowrap;
}

.mex52-games-shortcut span { color: #b8d95e; }
.mex52-games-shortcut b { font-size: 12px; }
.mex52-games-shortcut:hover { border-color: rgba(184,217,94,.5); background: rgba(184,217,94,.17); }

/* Shared cinema navigation for the standalone game and adult routes. */
.mex52-public-sidebar {
  --gold: #d6a85f;
  position: fixed;
  z-index: 120;
  inset: 0 auto 0 0;
  display: flex;
  width: 92px;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid rgba(255,255,255,.09);
  background: #0d0e12;
  color: #f4f0e8;
  font-family: Inter, "Segoe UI", "Microsoft YaHei", sans-serif;
}
.mex52-public-sidebar .cs3-brand { display:flex; width:100%; height:112px; flex-direction:column; align-items:center; justify-content:center; color:#fff; line-height:.85; text-decoration:none; }
.mex52-public-sidebar .cs3-brand span { color:var(--gold); font-size:25px; font-weight:900; letter-spacing:-.1em; }
.mex52-public-sidebar .cs3-brand b { font-size:19px; letter-spacing:.06em; }
.mex52-public-sidebar .cs3-brand small { margin-top:8px; color:#777980; font-size:7px; letter-spacing:.28em; }
.mex52-public-sidebar .cs3-sidebar-nav { display:flex; flex:1; flex-direction:column; align-items:center; justify-content:center; gap:6px; }
.mex52-public-sidebar .cs3-sidebar-nav a { position:relative; display:flex; box-sizing:border-box; width:91px; min-height:52px; align-items:center; justify-content:center; padding:5px; color:#85878e; font-size:12px; font-weight:600; text-align:center; text-decoration:none; writing-mode:vertical-rl; letter-spacing:.1em; transition:color .2s,background .2s; }
.mex52-public-sidebar .cs3-sidebar-nav a:hover,
.mex52-public-sidebar .cs3-sidebar-nav a.active { color:#fff; background:rgba(255,255,255,.035); }
.mex52-public-sidebar .cs3-sidebar-nav a.active::before { content:""; position:absolute; left:0; width:2px; height:26px; background:var(--gold); }
.mex52-public-sidebar .cs3-sidebar-foot { padding:25px 0; color:#4f5157; font-size:7px; line-height:1.8; text-align:center; letter-spacing:.18em; }
.mex52-public-sidebar .cs3-menu-close,
.mex52-shared-sidebar-page .cs3-route-menu,
.mex52-shared-sidebar-page .cs3-route-backdrop { display:none; }

body.mex52-game-route { box-sizing:border-box; padding-left:92px; }
body.mex52-game-route > .site-header { display:none; }
body.mex52-adult-sidebar-route > #root { box-sizing:border-box; width:calc(100% - 92px); margin-left:92px; }

@media (max-width: 700px) {
  body.mex52-game-route { padding-left:0; }
  body.mex52-adult-sidebar-route > #root { width:100%; margin-left:0; }
  .mex52-public-sidebar { display:none; }
  .mex52-shared-sidebar-page .cs3-route-menu { position:fixed; z-index:121; top:14px; left:14px; display:grid; width:40px; height:40px; place-items:center; border:1px solid rgba(255,255,255,.16); border-radius:50%; background:rgba(13,14,18,.88); color:#fff; font-size:18px; backdrop-filter:blur(10px); }
  body.cs3-route-menu-open .mex52-public-sidebar { display:flex; width:240px; align-items:stretch; box-shadow:24px 0 70px rgba(0,0,0,.52); }
  body.cs3-route-menu-open .mex52-public-sidebar .cs3-brand { align-items:flex-start; padding-left:30px; }
  body.cs3-route-menu-open .mex52-public-sidebar .cs3-sidebar-nav { align-items:stretch; justify-content:flex-start; padding-top:10px; }
  body.cs3-route-menu-open .mex52-public-sidebar .cs3-sidebar-nav a { width:100%; min-height:50px; justify-content:flex-start; padding:0 30px; writing-mode:horizontal-tb; }
  body.cs3-route-menu-open .mex52-public-sidebar .cs3-sidebar-foot { padding-left:30px; text-align:left; }
  body.cs3-route-menu-open .mex52-public-sidebar .cs3-menu-close { position:absolute; z-index:2; top:18px; right:18px; display:block; width:34px; height:34px; border:1px solid rgba(255,255,255,.15); border-radius:50%; background:transparent; color:#fff; font-size:22px; }
  body.cs3-route-menu-open .cs3-route-backdrop { position:fixed; z-index:119; inset:0; display:block; border:0; background:rgba(0,0,0,.62); backdrop-filter:blur(3px); }
  body.cs3-route-menu-open .cs3-route-menu { display:none; }
}

@media (max-width: 700px) {
  .mex52-games-shortcut b { display: none; }
  .mex52-games-shortcut { width: 38px; justify-content: center; padding: 0; }
}
