/* Generated by scripts/build-game-shell.mjs from the existing AutoCEO design system. */
:root {
  --bg: #02030a;
  --bg-soft: #070914;
  --panel: rgba(12, 15, 31, 0.72);
  --panel-strong: rgba(15, 18, 39, 0.92);
  --line: rgba(255, 255, 255, 0.11);
  --line-strong: rgba(20, 241, 149, 0.36);
  --text: #f8fbff;
  --muted: #aeb9d8;
  --soft: #dfe6ff;
  --green: #14f195;
  --violet: #7b5cff;
  --cyan: #4de0ff;
  --orange: #ff8a4c;
  --radius: 8px;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.5);
}
body {
  min-width: 320px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 6%, rgba(123, 92, 255, 0.26), transparent 28rem),
    radial-gradient(circle at 86% 10%, rgba(20, 241, 149, 0.13), transparent 24rem),
    linear-gradient(180deg, #02030a 0%, #070914 44%, #02030a 100%);
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.034) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.78), transparent 78%);
  z-index: -1;
}
.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.brand img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(20, 241, 149, 0.46);
  box-shadow: 0 0 24px rgba(20, 241, 149, 0.24);
}
.nav__links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.nav__links a {
  text-decoration: none;
  transition: color 0.2s ease;
}
.nav__links a:hover {
  color: var(--green);
}
.language-selector {
  max-width: 148px;
  min-height: 38px;
  padding: 0 30px 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--soft);
  background: #0b0e1d;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  cursor: pointer;
}
.language-selector:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.button--primary {
  color: #02030a;
  background: linear-gradient(135deg, var(--green), var(--cyan) 58%, var(--violet));
  box-shadow: 0 18px 52px rgba(20, 241, 149, 0.2);
}
.button--secondary {
  color: var(--soft);
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.16);
}
.button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.42);
}
:root {
  --bg: #05060b;
  --bg-soft: #080b11;
  --panel: rgba(12, 16, 25, 0.88);
  --panel-strong: rgba(17, 24, 39, 0.96);
  --line: rgba(151, 164, 184, 0.16);
  --line-strong: rgba(46, 242, 180, 0.38);
  --text: #f7f9fc;
  --muted: #97a4b8;
  --soft: #dce4f0;
  --green: #2ef2b4;
  --violet: #7c6bff;
  --cyan: #54ddf2;
  --gold: #f4c96b;
  --orange: #ff6b57;
  --radius: 18px;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}
body {
  background:
    radial-gradient(circle at 76% 5%, rgba(124, 107, 255, 0.15), transparent 34rem),
    radial-gradient(circle at 8% 18%, rgba(46, 242, 180, 0.07), transparent 28rem),
    linear-gradient(180deg, #05060b 0%, #080b11 48%, #05060b 100%);
}
body::before {
  background-size: 72px 72px;
  opacity: 0.58;
}
.container {
  width: min(1200px, calc(100% - 56px));
}
.brand {
  font-size: 0.86rem;
  letter-spacing: 0.11em;
}
.brand img {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border-color: rgba(46, 242, 180, 0.36);
  box-shadow: 0 0 28px rgba(46, 242, 180, 0.13);
}
.nav__links {
  gap: 22px;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
}
.language-selector,
.social-link {
  background: #0c1019;
  border-color: rgba(151, 164, 184, 0.2);
}
.button {
  min-height: 44px;
  padding-inline: 18px;
  border-radius: 12px;
  font-size: 0.72rem;
  letter-spacing: 0.09em;
}
.button--primary {
  color: #04110d;
  background: var(--green);
  box-shadow: 0 16px 44px rgba(46, 242, 180, 0.16);
}
.button--secondary {
  background: rgba(17, 24, 39, 0.86);
  border-color: rgba(151, 164, 184, 0.22);
}
