/* Play Game Non Stop — additions on top of cloned Next.js CSS */

/* Language switcher (injected into <header>) */
header{position:relative}
.lang-switch{position:absolute;top:14px;right:16px;z-index:5;display:flex;gap:2px;
  border:1px solid var(--color-border-strong);border-radius:999px;overflow:hidden;
  background:#08080d99;backdrop-filter:blur(6px)}
.lang-switch .ls{padding:5px 11px;font-size:.72rem;font-weight:600;letter-spacing:.04em;
  line-height:1;text-decoration:none;color:var(--color-text-muted);
  transition:color .2s ease,background .2s ease}
.lang-switch .ls:hover{color:var(--color-text)}
.lang-switch .ls.active{background:var(--color-gold);color:var(--color-text-inverse)}

/* Brand wordmark (replaces the raster logo image) */
.brand-word{font-family:var(--font-display),Georgia,serif;font-weight:700;
  font-size:1.55rem;letter-spacing:.005em;line-height:1;white-space:nowrap;
  color:var(--color-text)}
.brand-word .bw-accent{color:var(--color-gold)}
.Footer-module__JGhRua__logoLink .brand-word{font-size:1.3rem}
@media(max-width:520px){.brand-word{font-size:1.2rem}}

/* Legal entity block (injected into footer brand column) */
.footer-legal{margin-top:14px;font-style:normal;font-size:.78rem;line-height:1.6;
  color:var(--color-text-subtle)}

@media(max-width:520px){.lang-switch{top:10px;right:10px}.lang-switch .ls{padding:4px 9px}}
