
  :root {
    --cyan:        #38bdf8;
    --cyan-dim:    #0ea5e9;
    --gold:        #f59e0b;
    --gold-faint:  rgba(245,158,11,0.07);
    --green:       #34d399;
    --green-faint: rgba(52,211,153,0.07);
    --text:        #e2e8f0;
    --text-dim:    #94a3b8;
    --text-muted:  #64748b;
    --surface:     rgba(13, 20, 40, 0.92);
    --surface-2:   rgba(18, 28, 54, 0.85);
    --border:      rgba(56,189,248,0.16);
    --font-body:   'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    --font-mono:   'Orbitron', 'Courier New', monospace;
  }

  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    background: #050b18;
    color: var(--text);
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #stars-canvas {
    position: fixed; inset: 0;
    width: 100%; height: 100%;
    z-index: 0; pointer-events: none;
  }

  .nebula {
    position: fixed; border-radius: 50%; pointer-events: none; z-index: 0;
    filter: blur(120px); opacity: 0.10;
  }
  .nebula-1 { width:640px;height:640px;background:#1e3a8a;top:-160px;left:-160px;animation:drift1 22s ease-in-out infinite alternate; }
  .nebula-2 { width:480px;height:480px;background:#0c4a6e;bottom:-120px;right:-130px;animation:drift2 28s ease-in-out infinite alternate; }
  .nebula-3 { width:360px;height:360px;background:#2e1065;top:38%;left:52%;animation:drift3 19s ease-in-out infinite alternate; }
  @keyframes drift1 { to { transform: translate(55px,35px); } }
  @keyframes drift2 { to { transform: translate(-45px,-30px); } }
  @keyframes drift3 { to { transform: translate(-35px,55px); } }

  .page-wrap {
    position: relative; z-index: 1;
    display: flex; flex-direction: column; align-items: center;
    padding: 28px 20px 60px;
    min-height: 100vh;
  }

  /* ── TOP BAR ── */
  .top-bar {
    width: 100%; max-width: 860px;
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 12px;
    margin-bottom: 36px;
  }

  .status-pill {
    display: flex; align-items: center; gap: 8px;
    background: var(--green-faint);
    border: 1px solid rgba(52,211,153,0.28);
    border-radius: 20px;
    padding: 7px 16px;
    font-family: var(--font-mono);
    font-size: 10px; letter-spacing: 0.07em;
    color: var(--green); white-space: nowrap;
  }
  .status-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--green); box-shadow: 0 0 8px var(--green);
    animation: blink 2.2s ease-in-out infinite; flex-shrink: 0;
  }
  @keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.15} }

  /* ── LANGUAGE SWITCHER ── */
  .lang-switcher {
    display: flex; align-items: center; gap: 4px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 5px 8px;
  }
  .lang-btn {
    display: flex; align-items: center; gap: 5px;
    background: none; border: 1px solid transparent;
    cursor: pointer; border-radius: 5px;
    padding: 5px 10px;
    font-family: var(--font-mono);
    font-size: 10px; letter-spacing: 0.05em;
    color: var(--text-muted);
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    text-decoration: none;
  }
  .lang-btn:hover { background: rgba(56,189,248,0.08); color: var(--text); }
  .lang-btn.active {
    background: rgba(56,189,248,0.12);
    color: var(--cyan);
    border-color: rgba(56,189,248,0.28);
  }
  .lang-flag { font-size: 14px; line-height: 1; }
  .lang-sep  { color: var(--text-muted); opacity: 0.25; font-size: 12px; user-select: none; }

  /* ── HEADER ── */
  .name-transition {
    display: flex; align-items: center; justify-content: center;
    gap: 14px; margin-bottom: 14px; flex-wrap: wrap;
  }
  .name-old {
    font-family: var(--font-mono);
    font-size: clamp(16px, 3.5vw, 28px);
    font-weight: 700; color: var(--text-muted);
    text-decoration: line-through;
    text-decoration-color: rgba(100,116,139,0.5);
    letter-spacing: 0.06em;
  }
  .name-arrow {
    font-size: clamp(20px, 3.5vw, 32px);
    color: var(--cyan-dim); line-height: 1; opacity: 0.7;
  }

  .game-logo { text-align: center; margin-bottom: 8px; }
  .game-logo .eyebrow {
    font-family: var(--font-mono);
    font-size: 9px; letter-spacing: 0.55em;
    color: var(--text-muted); display: block; margin-bottom: 10px;
  }
  .game-logo h1 {
    font-family: var(--font-mono);
    font-size: clamp(38px, 8.5vw, 76px);
    font-weight: 900; line-height: 1; letter-spacing: 0.04em;
    background: linear-gradient(135deg, var(--cyan) 0%, #818cf8 55%, #a78bfa 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 28px rgba(56,189,248,0.22));
  }
  .game-logo .by-line {
    margin-top: 10px; display: block;
    font-family: var(--font-body);
    font-size: clamp(12px, 2vw, 15px); font-weight: 400;
    color: var(--text-muted); letter-spacing: 0.01em;
  }
  .game-logo .by-line strong { color: var(--gold); font-weight: 600; }

  /* ── DIVIDER ── */
  .divider {
    display: flex; align-items: center; gap: 14px;
    width: 100%; max-width: 860px; margin: 28px 0 24px;
  }
  .divider-line {
    flex: 1; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(56,189,248,0.25), transparent);
  }
  .divider-icon { font-size: 16px; opacity: 0.35; flex-shrink: 0; }

  /* ── MAIN BOX ── */
  .main-box {
    width: 100%; max-width: 860px;
    border: 1px solid var(--border);
    border-top: 2px solid var(--cyan);
    border-radius: 10px;
    background: var(--surface);
    padding: 32px 36px;
    margin-bottom: 20px;
    position: relative; overflow: hidden;
    backdrop-filter: blur(12px);
  }
  .main-box::before {
    content: '';
    position: absolute; top: 0; left: -100%; height: 2px; width: 55%;
    background: linear-gradient(90deg, transparent, rgba(56,189,248,0.55), transparent);
    animation: scanline 4.5s linear infinite;
  }
  @keyframes scanline { to { left: 145%; } }

  .box-eyebrow {
    display: flex; align-items: center; gap: 8px;
    font-family: var(--font-mono);
    font-size: 9px; letter-spacing: 0.38em;
    color: var(--cyan); text-transform: uppercase;
    margin-bottom: 18px; opacity: 0.8;
  }
  .box-eyebrow-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--cyan); box-shadow: 0 0 7px var(--cyan);
    animation: blink 2s ease-in-out infinite;
  }
  .box-body {
    font-family: var(--font-body);
    font-size: 15px; line-height: 1.85;
    color: var(--text-dim); font-weight: 400;
  }
  .box-body strong  { color: var(--text); font-weight: 600; }
  .box-body .accent { color: var(--cyan); font-weight: 500; }
  .box-body .studio { color: var(--gold); font-weight: 600; }
  .box-body p + p   { margin-top: 12px; }

  /* ── STATUS CARDS ── */
  .status-grid {
    width: 100%; max-width: 860px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px,1fr));
    gap: 14px; margin-bottom: 24px;
  }
  .status-card {
    background: var(--surface-2);
    border: 1px solid rgba(56,189,248,0.10);
    border-left: 3px solid;
    border-radius: 8px;
    padding: 20px 22px;
    backdrop-filter: blur(8px);
    transition: box-shadow 0.25s, border-color 0.25s;
  }
  .status-card:nth-child(1) { border-left-color: var(--cyan); }
  .status-card:nth-child(2) { border-left-color: var(--gold); }
  .status-card:nth-child(3) { border-left-color: var(--green); }
  .status-card:hover {
    box-shadow: 0 4px 24px rgba(56,189,248,0.07);
    border-color: rgba(56,189,248,0.22);
  }
  .sc-icon { font-size: 20px; margin-bottom: 10px; }

  /* card title — Inter Bold, czytelny rozmiar */
  .sc-title {
    font-family: var(--font-body);
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .status-card:nth-child(1) .sc-title { color: #7dd3fc; }
  .status-card:nth-child(2) .sc-title { color: #fcd34d; }
  .status-card:nth-child(3) .sc-title { color: #6ee7b7; }

  .sc-body {
    font-family: var(--font-body);
    font-size: 13px; line-height: 1.7; color: var(--text-dim);
  }
  .sc-body strong { color: var(--text); font-weight: 600; }

  /* ── CTA ── */
  .cta-section {
    width: 100%; max-width: 860px;
    text-align: center; margin-bottom: 24px;
  }
  .cta-label {
    display: block;
    font-family: var(--font-mono);
    font-size: 9px; letter-spacing: 0.4em;
    color: var(--text-muted); margin-bottom: 14px;
    text-transform: uppercase;
  }
  .cta-link {
    display: inline-flex; align-items: center; gap: 10px;
    background: linear-gradient(135deg, rgba(56,189,248,0.09), rgba(99,102,241,0.09));
    border: 1px solid rgba(56,189,248,0.38);
    border-radius: 8px;
    padding: 18px 42px;
    font-family: var(--font-mono);
    font-size: clamp(12px, 1.8vw, 15px);
    color: var(--cyan); text-decoration: none;
    letter-spacing: 0.04em;
    transition: all 0.28s; word-break: break-all;
  }
  .cta-link:hover {
    background: linear-gradient(135deg, rgba(56,189,248,0.16), rgba(99,102,241,0.16));
    border-color: var(--cyan); color: #fff;
    box-shadow: 0 0 30px rgba(56,189,248,0.16);
    transform: translateY(-2px);
  }

  /* ── STUDIO BAR ── */
  .studio-bar {
    width: 100%; max-width: 860px;
    background: var(--gold-faint);
    border: 1px solid rgba(245,158,11,0.22);
    border-radius: 8px;
    padding: 14px 28px;
    text-align: center; margin-bottom: 28px;
    display: flex; align-items: center; justify-content: center;
    gap: 12px; flex-wrap: wrap;
  }
  .studio-label {
    font-family: var(--font-body);
    font-size: 13px; font-weight: 400; color: var(--text-muted);
  }
  .studio-sep { color: var(--text-muted); opacity: 0.35; }
  .studio-link {
    font-family: var(--font-body);
    font-size: 14px; font-weight: 700;
    color: var(--gold); text-decoration: none;
    transition: color 0.2s;
  }
  .studio-link:hover { color: #fcd34d; }

  /* ── SEO hidden ── */
  .seo-block { width:100%;max-width:860px;padding:0 4px;margin-bottom:16px;font-size:12px;line-height:1.9;color:#050b18; }
  .seo-block a { color:#050b18;text-decoration:none; }

  /* ── FOOTER ── */
  footer {
    width: 100%; max-width: 860px;
    text-align: center;
    font-family: var(--font-mono);
    font-size: 10px; letter-spacing: 0.1em;
    margin-top: auto; color: var(--text-muted);
  }
  footer p { opacity: 0.35; }
  footer a { color: inherit; text-decoration: none; transition: color 0.2s, opacity 0.2s; }
  footer a:hover { color: var(--cyan); opacity: 1; }

  .footer-links {
    display: flex; flex-wrap: wrap;
    justify-content: center; gap: 6px 4px;
    margin-bottom: 14px;
    padding: 12px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }
  .footer-links a {
    color: var(--text-muted);
    font-size: 9px; letter-spacing: 0.12em;
    padding: 4px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    transition: color 0.2s, border-color 0.2s, background 0.2s;
    opacity: 0.6;
  }
  .footer-links a:hover {
    color: var(--cyan);
    border-color: rgba(56,189,248,0.28);
    background: rgba(56,189,248,0.05);
    opacity: 1;
  }

  @media (max-width: 600px) {
    .main-box  { padding: 22px 18px; }
    .cta-link  { padding: 15px 22px; }
    .top-bar   { flex-direction: column-reverse; align-items: flex-start; }
    .lang-switcher { align-self: flex-end; }
  }