:root {
  color-scheme: dark;
  --bg: #0c0c0e;
  --panel: #111113;
  --panel-2: #141416;
  --panel-3: #17171a;
  --text: #f3f3f4;
  --muted: #a9aab0;
  --dim: #6d6e73;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.14);
  --accent: #8b93e6;
  --accent-dark: #3b4275;
  --accent-soft: rgba(107, 120, 220, 0.1);
  --max: 1180px;
  --radius: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% -20%, rgba(139, 147, 230, 0.16), transparent 34rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 34rem);
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

::selection {
  background: var(--accent-dark);
  color: #fff;
}

.site-shell {
  min-height: 100vh;
  overflow-x: clip;
}

[data-nav] {
  min-height: 81px;
}

.site-nav {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(calc(100% - 32px), 1200px);
  margin: 0;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 16px;
  transition: top 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
}

.site-nav.is-scrolled {
  top: 8px;
  border-color: var(--line);
  background: rgba(18, 18, 22, 0.82);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
}

.brand-mark {
  width: 19px;
  height: 19px;
  border-radius: 0;
  background: transparent;
  display: grid;
  place-items: center;
  padding: 0;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand span {
  color: var(--text);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0;
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #b8b9bd;
  font-size: 14.5px;
}

.nav-links {
  position: relative;
  gap: 6px;
  padding: 4px;
  border-radius: 12px;
}

.nav-actions {
  gap: 16px;
}

.nav-actions .button-small {
  flex: 0 0 auto;
  width: auto;
}

.sign-in {
  appearance: none;
  border: 0;
  background: transparent;
  color: #b8b9bd;
  font: inherit;
  cursor: pointer;
  flex: 0 0 auto;
  padding: 0;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sign-in:hover,
.sign-in.is-signed-in {
  color: #fff;
}

.nav-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 9px;
  color: #b8b9bd;
  transition: color 0.18s ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: #fff;
}

.nav-link.is-active {
  cursor: default;
}

.nav-indicator {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 4px;
  width: var(--tab-w, 0);
  height: calc(100% - 8px);
  border: 1px solid rgba(107, 120, 220, 0.26);
  border-radius: 9px;
  background: rgba(107, 120, 220, 0.12);
  opacity: var(--tab-opacity, 0);
  transform: translateX(var(--tab-x, 0));
  transition: transform 0.24s ease, width 0.24s ease, opacity 0.18s ease;
  pointer-events: none;
}

.button,
.button-secondary,
.button-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}

.button {
  background: var(--accent-dark);
  color: #fff;
  padding: 15px 26px;
}

.button:hover {
  background: #4a538f;
}

.button:disabled,
.button-secondary:disabled {
  cursor: wait;
  opacity: 0.68;
}

.button-small {
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 14px;
}

.button-secondary {
  color: var(--text);
  padding: 15px 22px;
  border-color: var(--line-strong);
  background: transparent;
}

.button-ghost {
  padding: 12px 20px;
  color: var(--text);
  border-color: var(--line-strong);
  background: transparent;
}

.section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-inline: 40px;
}

.hero {
  text-align: center;
  padding-top: 90px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-family: "Space Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.muted-eyebrow {
  color: var(--dim);
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", sans-serif;
  margin: 0;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(44px, 7vw, 74px);
  line-height: 1.02;
  font-weight: 700;
}

.page-title {
  font-size: clamp(40px, 5.4vw, 56px);
  line-height: 1.05;
}

h2 {
  font-size: clamp(32px, 4.4vw, 44px);
  line-height: 1.08;
  font-weight: 700;
}

h3 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}

p {
  margin: 0;
}

.lead {
  max-width: 56ch;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.hero .lead {
  font-size: 19px;
  margin-top: 24px;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 38px 0 16px;
}

.mono-note {
  color: var(--dim);
  font-family: "Space Mono", monospace;
  font-size: 12.5px;
}

.product-window {
  margin-top: 60px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: var(--panel-2);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.6);
}

.window-bar {
  display: flex;
  align-items: stretch;
  height: 54px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #111114;
}

.window-left,
.window-right {
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 9px;
}

.window-right {
  justify-content: flex-end;
  gap: 13px;
}

.traffic-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.window-logo {
  width: 18px;
  height: 18px;
  border-radius: 0;
  background: transparent;
  display: grid;
  place-items: center;
  padding: 0;
}

.window-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.window-wordmark,
.profile-name {
  color: #e8e8ea;
  font-family: "Space Grotesk", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.window-tabs {
  flex: none;
  display: flex;
  align-items: stretch;
  gap: 28px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.window-tabs span {
  display: flex;
  align-items: center;
  color: #75767c;
  border-bottom: 2px solid transparent;
}

.window-tabs .active {
  color: #fff;
  border-color: var(--accent);
}

.avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
}

.window-body {
  min-height: 520px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent),
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.025) 0 12px, transparent 12px 24px);
}

.library-ui {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 22px;
  height: 100%;
  min-height: 472px;
}

.sidebar,
.mock-panel,
.feature-card,
.plan-card,
.support-card,
.spec-card,
.article-callout {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #161618, var(--panel));
  border-radius: var(--radius);
}

.sidebar {
  padding: 20px;
}

.sidebar-title {
  color: var(--dim);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.side-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  color: #c9cace;
  background: rgba(255, 255, 255, 0.035);
  font-size: 14px;
}

.side-item.active {
  color: #fff;
  background: var(--accent-soft);
}

.mock-panel {
  padding: 20px;
}

.library-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.search-pill {
  width: min(280px, 40%);
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.game-tile {
  min-height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  overflow: hidden;
  background: #1b1b1f;
}

.game-art {
  height: 104px;
  background:
    linear-gradient(135deg, rgba(139, 147, 230, 0.2), transparent 45%),
    linear-gradient(160deg, #26262a, #111113);
}

.game-meta {
  padding: 10px 12px;
  color: #c4c5c9;
  font-size: 13px;
}

.platforms {
  margin-top: 60px;
  text-align: center;
}

.platform-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 26px;
}

.platform-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  color: #c9cace;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
}

.platform-chip span {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  background: #26262a;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}

.section-spaced {
  margin-top: 130px;
}

.section-heading {
  max-width: 60ch;
  margin-bottom: 54px;
}

.section-heading p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  padding: 32px 30px;
}

.feature-card.large {
  grid-column: span 4;
  padding: 0;
  overflow: hidden;
}

.feature-card.accent {
  grid-column: span 2;
  border-color: rgba(107, 120, 220, 0.22);
  background: linear-gradient(180deg, rgba(107, 120, 220, 0.07), var(--panel));
}

.feature-card.small {
  grid-column: span 2;
}

.feature-copy {
  padding: 32px 34px 24px;
}

.feature-card p {
  margin-top: 8px;
  color: #a0a1a6;
  font-size: 15.5px;
  line-height: 1.55;
}

.placeholder-shot,
.mini-shot {
  display: grid;
  place-items: center;
  margin: 6px 24px 24px;
  min-height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  color: #5a5b60;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  background:
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0 12px, transparent 12px 24px);
}

.mini-shot {
  min-height: 130px;
  color: #6169a8;
  border-color: rgba(107, 120, 220, 0.15);
  background: repeating-linear-gradient(-45deg, rgba(107, 120, 220, 0.05) 0 12px, transparent 12px 24px);
}

.feature-shot {
  margin: 6px 24px 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: #05050a;
}

.feature-shot.mini-shot {
  display: block;
  min-height: 0;
  padding: 0;
  color: inherit;
  background: #05050a;
}

.feature-card.accent .feature-shot {
  margin: 24px 0 0;
}

.feature-shot img {
  display: block;
  width: 100%;
  aspect-ratio: 1224 / 700;
  object-fit: cover;
}

.icon-line {
  width: 26px;
  height: 26px;
  margin-bottom: 20px;
  color: var(--text);
}

.screens-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.tab-row,
.billing-toggle {
  display: flex;
  gap: 8px;
}

.tab-row {
  flex-wrap: wrap;
}

.tab-button,
.billing-button {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: transparent;
  color: #b8b9bd;
  padding: 9px 15px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}

.tab-button.is-active {
  border-color: rgba(107, 120, 220, 0.4);
  background: var(--accent-soft);
  color: var(--accent);
}

.screenshot-body,
.screenshot-stage .window-body {
  min-height: 0;
  padding: 0;
  background: #05050a;
}

.launcher-preview-body,
.launcher-feature-preview,
.screenshot-stage .window-body {
  position: relative;
  height: 0;
  min-height: 0;
  padding: 0 0 calc(700 / 1224 * 100%);
  overflow: hidden;
}

.feature-shot.launcher-feature-preview {
  display: block;
  min-height: 0;
}

.launcher-preview {
  --lp-bg: #05060c;
  --lp-bg-2: #080815;
  --lp-surface-1: #05050d;
  --lp-surface-2: #07080f;
  --lp-surface-3: #0a0b14;
  --lp-surface-4: #0d0f1a;
  --lp-text: #fff;
  --lp-dim: #aeb4c8;
  --lp-muted: #80849a;
  --lp-border: #191a25;
  --lp-border-strong: #242634;
  --lp-accent: #3b4275;
  --lp-accent-light: #50588e;
  --lp-success: #4f8a6f;
  --lp-danger: #bb4242;
  --lp-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 1224px !important;
  height: 700px !important;
  padding: 14px;
  overflow: hidden;
  color: var(--lp-text);
  background: var(--lp-bg);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  text-align: left;
  pointer-events: none;
  transform: scale(var(--lp-scale, 1));
  transform-origin: top left;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.launcher-preview *,
.launcher-preview img {
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.launcher-feature-preview .launcher-preview {
  min-height: 0;
}

.lp-panel,
.lp-game-card,
.lp-media-card,
.lp-toolbar,
.lp-social-panel,
.lp-mod-detail {
  border: 1px solid var(--lp-border);
  background: rgba(7, 8, 15, 0.92);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.lp-panel {
  display: flex;
  flex-direction: column;
  min-height: 0;
  border-radius: var(--lp-radius);
  padding: 12px;
}

.lp-panel h4,
.lp-home-main h4,
.lp-mod-content h4 {
  margin: 0 0 8px;
  color: var(--lp-text);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lp-home {
  display: grid;
  grid-template-columns: minmax(150px, 18%) 1fr;
  gap: 12px;
  height: 100%;
}

.lp-friends-panel header,
.lp-playtime header,
.lp-social-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.lp-friends-panel header {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--lp-border);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.lp-friends-panel header span,
.lp-social-list > strong {
  color: var(--lp-muted);
  font-size: 10px;
}

.lp-friends-list,
.lp-social-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}

.lp-friend {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 9px;
}

.lp-friend.is-offline {
  opacity: 0.48;
}

.lp-avatar {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, hsl(var(--avatar-hue), 60%, 42%), hsl(calc(var(--avatar-hue) + 20), 55%, 32%));
  font-size: 15px;
  font-weight: 800;
}

.lp-friend-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.lp-friend-copy strong {
  overflow: hidden;
  color: var(--lp-text);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lp-friend-copy span {
  overflow: hidden;
  color: var(--lp-muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lp-home-main {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  gap: 8px;
}

.lp-home-row {
  flex: 0 0 auto;
}

.lp-row-cards,
.lp-media-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.lp-game-card {
  position: relative;
  min-height: 128px;
  overflow: hidden;
  border-radius: var(--lp-radius);
  background: var(--lp-surface-2);
}

.lp-library-grid .lp-game-card {
  min-height: 252px;
}

.lp-game-card.is-active {
  border-color: var(--lp-accent-light);
  box-shadow: 0 0 0 1px rgba(80, 88, 142, 0.55);
}

.lp-game-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lp-card-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.82));
}

.lp-game-meta {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: grid;
  gap: 3px;
}

.lp-game-meta strong {
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.lp-game-meta span {
  color: var(--lp-muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.lp-game-meta em {
  width: max-content;
  margin-top: 4px;
  padding: 3px 8px;
  border: 1px solid var(--lp-success);
  border-radius: 999px;
  color: #5ff09a;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.lp-media-card {
  min-width: 0;
  overflow: hidden;
  border-radius: var(--lp-radius);
  background: var(--lp-surface-2);
}

.lp-clips .lp-media-card {
  min-height: 160px;
}

.lp-media-art {
  position: relative;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 78% 22%, hsla(var(--shot-hue), 65%, 62%, 0.48), transparent 24%),
    linear-gradient(145deg, hsl(var(--shot-hue), 50%, 32%), #07080f 82%);
}

.lp-media-art::before,
.lp-media-art::after {
  content: "";
  position: absolute;
  left: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.lp-media-art::before {
  top: 18px;
  width: 38%;
  height: 8px;
}

.lp-media-art::after {
  top: 38px;
  width: 26%;
  height: 5px;
}

.lp-media-type,
.lp-media-duration,
.lp-media-date {
  position: absolute;
  z-index: 1;
  border-radius: var(--lp-radius);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-media-type {
  top: 8px;
  left: 8px;
  padding: 3px 7px;
  background: rgba(59, 66, 117, 0.88);
  color: #c4c9ec;
}

.lp-media-type.is-screenshot {
  background: rgba(79, 138, 111, 0.88);
  color: #b9e4ce;
}

.lp-media-duration,
.lp-media-date {
  right: 8px;
  bottom: 8px;
  padding: 3px 6px;
  background: rgba(0, 0, 0, 0.66);
  color: #fff;
}

.lp-media-copy {
  display: grid;
  gap: 2px;
  padding: 9px 10px 10px;
}

.lp-media-copy strong {
  overflow: hidden;
  color: var(--lp-text);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.lp-media-copy span {
  overflow: hidden;
  color: var(--lp-muted);
  font-size: 9px;
  font-weight: 800;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.lp-stats-row {
  flex: 0 0 auto;
}

.lp-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.lp-stats-grid div {
  display: grid;
  place-items: center;
  min-height: 70px;
  border: 1px solid var(--lp-border);
  background: #05060c;
}

.lp-stats-grid strong {
  font-size: 18px;
}

.lp-stats-grid span,
.lp-stats-grid small {
  color: var(--lp-muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.lp-stats-grid small {
  color: #81c99b;
}

.lp-home-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 0;
  gap: 8px;
  flex: 1 1 auto;
}

.lp-playtime header strong {
  color: var(--lp-text);
  font-size: 18px;
}

.lp-bars {
  display: flex;
  align-items: end;
  gap: 8px;
  flex: 1;
  min-height: 92px;
  padding: 8px 10px 18px;
}

.lp-bars span {
  position: relative;
  flex: 1;
  height: var(--bar);
  min-height: 12px;
  background: rgba(255, 255, 255, 0.12);
}

.lp-bars span:nth-child(7) {
  background: var(--lp-accent-light);
}

.lp-bars i {
  position: absolute;
  bottom: -16px;
  left: 50%;
  color: var(--lp-muted);
  font-size: 9px;
  font-style: normal;
  transform: translateX(-50%);
}

.lp-playtime footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--lp-border);
  padding-top: 8px;
  color: var(--lp-muted);
  font-size: 9px;
  font-weight: 800;
}

.lp-playtime footer strong {
  color: var(--lp-text);
}

.lp-actions div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  flex: 1;
}

.lp-actions button,
.lp-toolbar button,
.lp-mod-content button,
.lp-profile-list button {
  border: 1px solid var(--lp-border-strong);
  border-radius: var(--lp-radius);
  background: rgba(10, 11, 20, 0.9);
  color: var(--lp-text);
  font: inherit;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lp-actions button {
  min-height: 54px;
}

.lp-toolbar {
  height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: rgba(9, 10, 20, 0.92);
}

.lp-toolbar span,
.lp-toolbar strong {
  color: var(--lp-dim);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.lp-toolbar span.is-active {
  padding: 10px 12px;
  border-radius: var(--lp-radius);
  background: var(--lp-accent);
  color: #fff;
}

.lp-toolbar button {
  min-height: 32px;
  padding: 0 13px;
}

.lp-toolbar-spacer {
  flex: 1;
}

.lp-toolbar-divider {
  width: 1px;
  height: 36px;
  background: var(--lp-border);
}

.lp-icon-group,
.lp-view-group,
.lp-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lp-icon-group span,
.lp-view-group span {
  display: grid;
  place-items: center;
  min-width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid var(--lp-border-strong);
  background: rgba(7, 8, 15, 0.8);
}

.lp-view-group {
  gap: 0;
}

.lp-view-group span + span {
  border-left: 0;
}

.lp-tabs {
  min-width: 500px;
  height: 42px;
  padding: 4px;
  border: 1px solid var(--lp-border-strong);
  background: #05060c;
}

.lp-tabs span {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
}

.lp-tabs b {
  display: inline-grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 10px;
}

.lp-media-toolbar .lp-search {
  margin-left: auto;
}

.lp-media-toolbar strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.lp-media-toolbar strong i,
.lp-record-button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--lp-dim);
}

.lp-icon-button,
.lp-record-button {
  width: 32px;
  min-width: 32px;
  padding: 0 !important;
}

.lp-search {
  height: 34px;
  min-width: 282px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--lp-border-strong);
  border-radius: var(--lp-radius);
  color: var(--lp-muted);
  background: #05060c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lp-library,
.lp-clips,
.lp-mods {
  padding: 0;
}

.lp-library-body,
.lp-mods-layout {
  display: grid;
  grid-template-columns: 252px 1fr;
  min-height: 0;
  height: calc(100% - 58px);
}

.lp-library-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  overflow: hidden;
  padding: 14px 12px;
  border-right: 1px solid var(--lp-border);
  background: #05060c;
}

.lp-library-list strong {
  margin: 8px 0 4px;
  color: var(--lp-accent-light);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.lp-library-list span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 27px;
  overflow: hidden;
  color: var(--lp-text);
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lp-library-list img,
.lp-library-list i {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background: linear-gradient(135deg, var(--lp-accent), var(--lp-surface-4));
  object-fit: cover;
}

.lp-library-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: start;
  gap: 14px;
  overflow: hidden;
  padding: 14px;
}

.lp-media-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-content: start;
  gap: 12px;
  overflow: hidden;
  height: calc(100% - 58px);
  padding: 14px;
}

.lp-social-shot {
  position: relative;
  padding: 0;
}

.lp-social-shot .lp-home {
  height: 100%;
  padding: 14px;
  filter: brightness(0.42);
}

.lp-social-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 386px;
  padding: 18px 18px 24px;
  border-radius: 0;
  background: rgba(9, 10, 20, 0.96);
}

.lp-social-panel header {
  justify-content: flex-start;
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--lp-border);
}

.lp-social-panel header div {
  display: grid;
  gap: 3px;
}

.lp-social-panel header strong {
  font-size: 14px;
}

.lp-social-panel header small {
  color: var(--lp-muted);
  font-size: 10px;
  font-weight: 800;
}

.lp-social-panel header button {
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: var(--lp-muted);
  font: inherit;
  font-size: 20px;
  font-weight: 700;
}

.lp-social-panel header button:first-of-type {
  margin-left: auto;
}

.lp-social-panel nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 10px 0 28px;
  border: 1px solid var(--lp-border);
}

.lp-social-panel nav span {
  padding: 13px 8px;
  color: var(--lp-muted);
  background: rgba(255, 255, 255, 0.02);
  font-size: 10px;
  font-weight: 900;
  text-align: center;
}

.lp-social-panel nav .is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.lp-mod-detail {
  overflow: hidden;
  border: 0;
  border-radius: 0;
}

.lp-mod-hero {
  height: 292px;
  overflow: hidden;
}

.lp-mod-hero img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: brightness(0.72);
}

.lp-mod-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 88px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--lp-border);
  background: #080815;
}

.lp-mod-title h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0;
}

.lp-mod-title span {
  color: var(--lp-muted);
  font-size: 11px;
  font-weight: 800;
}

.lp-mod-title button {
  border: 1px solid #e0bf2d;
  border-radius: var(--lp-radius);
  background: transparent;
  color: #ffd84a;
  padding: 10px 18px;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
}

.lp-mod-content {
  display: grid;
  grid-template-columns: 238px 1fr;
  gap: 30px;
  padding: 22px 20px;
}

.lp-mod-content aside {
  display: grid;
  align-content: start;
  gap: 12px;
}

.lp-mod-content aside span {
  color: var(--lp-muted);
  font-size: 10px;
  font-weight: 900;
  text-align: center;
}

.lp-mod-content aside button:first-child {
  min-height: 54px;
  background: var(--lp-accent-light);
}

.lp-profile-list header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.lp-profile-list header div {
  display: flex;
  gap: 8px;
}

.lp-profile-list article {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  min-height: 66px;
  padding: 14px;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  background: #05060c;
}

.lp-profile-list article:first-of-type {
  border-color: var(--lp-accent-light);
}

.lp-profile-list article div {
  display: grid;
  gap: 4px;
}

.lp-profile-list article strong {
  color: #fff;
  font-size: 13px;
}

.lp-profile-list article span {
  color: var(--lp-muted);
  font-size: 10px;
  font-weight: 900;
}

.clip-ui,
.friends-ui,
.mods-ui,
.discover-ui {
  height: 100%;
  min-height: 512px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(17, 17, 19, 0.9);
  padding: 26px;
}

.clip-timeline {
  margin-top: 26px;
  height: 260px;
  border-radius: 14px;
  border: 1px solid rgba(107, 120, 220, 0.18);
  background: linear-gradient(180deg, rgba(107, 120, 220, 0.1), transparent), #151519;
}

.friend-list,
.mod-list,
.discover-grid {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.friend-row,
.mod-row,
.discover-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  padding: 16px;
}

.pricing-center {
  text-align: center;
}

.billing-toggle {
  display: inline-flex;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  margin: 30px 0 40px;
}

.billing-button {
  border: 0;
  border-radius: 999px;
  padding: 9px 20px;
}

.billing-button.is-active {
  background: var(--text);
  color: var(--bg);
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  text-align: left;
}

.plan-card {
  position: relative;
  padding: 26px 22px;
}

.plan-card.featured {
  border-color: rgba(107, 120, 220, 0.4);
  background: linear-gradient(180deg, rgba(107, 120, 220, 0.07), var(--panel));
}

.popular {
  position: absolute;
  top: 18px;
  right: 18px;
  border-radius: 999px;
  background: var(--accent-dark);
  padding: 3px 8px;
  color: #fff;
  font-family: "Space Mono", monospace;
  font-size: 10px;
}

.plan-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.plan-blurb {
  min-height: 54px;
  color: #8a8b90;
  font-size: 13px;
  line-height: 1.5;
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 20px 0 22px;
}

.price {
  font-family: "Space Grotesk", sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.period {
  color: #8a8b90;
  font-size: 13px;
}

.plan-card .button,
.plan-card .button-secondary {
  width: 100%;
  padding: 12px;
  font-size: 14.5px;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 22px 0 0;
  margin: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #c4c5c9;
  font-size: 13.5px;
  line-height: 1.4;
}

.check {
  flex: none;
  color: var(--accent);
  font-weight: 700;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  color: var(--text);
  font-family: "Space Grotesk", sans-serif;
  font-size: 17.5px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.faq-icon {
  color: var(--dim);
  font-size: 26px;
  transition: transform 0.2s ease, color 0.2s ease;
}

.faq-item.is-open .faq-icon {
  color: var(--accent);
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.28s ease, opacity 0.2s ease;
}

.faq-item.is-open .faq-answer {
  max-height: 260px;
  opacity: 1;
}

.faq-answer p {
  padding: 0 24px 24px;
  color: #a0a1a6;
  font-size: 15.5px;
  line-height: 1.6;
}

.cta-panel {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: #121214;
  padding: 72px 40px;
  text-align: center;
}

.cta-panel p {
  max-width: 48ch;
  margin: 16px auto 34px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.footer {
  margin-top: 90px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--bg);
}

.footer-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 56px 40px 60px;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-about {
  max-width: 30ch;
}

.footer-about p,
.footer-bottom {
  color: #7d7e83;
  font-size: 14px;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  gap: 64px;
  flex-wrap: wrap;
}

.footer-col-title {
  margin-bottom: 16px;
  color: var(--dim);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-col a {
  color: #b8b9bd;
  font-size: 14.5px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-top: 52px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-bottom .mono-note {
  font-size: 13px;
}

.page-hero {
  padding-top: 80px;
  text-align: center;
}

.feature-tour {
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-top: 70px;
}

.feature-row {
  display: flex;
  align-items: center;
  gap: 44px;
}

.feature-row:nth-child(even) {
  flex-direction: row-reverse;
}

.feature-row > * {
  flex: 1;
  min-width: 0;
}

.icon-box {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(107, 120, 220, 0.22);
  border-radius: 12px;
  background: var(--accent-soft);
  margin-bottom: 20px;
}

.icon-box span {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: var(--accent);
}

.detail-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.detail-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #c4c5c9;
  font-size: 14.5px;
  line-height: 1.45;
}

.tour-shot {
  min-height: 280px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background:
    #121214 repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0 12px, transparent 12px 24px);
  display: grid;
  place-items: center;
  color: #5a5b60;
  font-family: "Space Mono", monospace;
  font-size: 12px;
}

.compare-table {
  position: relative;
  overflow: visible;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.compare-row {
  position: relative;
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  background: var(--bg);
}

.compare-row:nth-child(odd):not(.compare-head) {
  background: rgba(255, 255, 255, 0.015);
}

.compare-row:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.compare-head {
  background: var(--panel-2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
}

.compare-head,
.compare-row:first-child {
  border-radius: var(--radius) var(--radius) 0 0;
}

.compare-row > div {
  padding: 15px 12px;
  color: #a0a1a6;
  font-size: 13.5px;
  text-align: center;
}

.compare-row > div:first-child {
  padding-left: 24px;
  color: #c4c5c9;
  font-size: 14px;
  text-align: left;
}

.compare-head > div:first-child {
  color: var(--dim);
  font-family: "Space Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-feature {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #c4c5c9;
  font: inherit;
  text-align: left;
  cursor: help;
}

.compare-feature:focus-visible {
  outline: 2px solid rgba(139, 147, 230, 0.65);
  outline-offset: 4px;
  border-radius: 6px;
}

.compare-help {
  flex: none;
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(139, 147, 230, 0.35);
  border-radius: 50%;
  color: var(--accent);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  line-height: 1;
}

.compare-tooltip {
  position: absolute;
  left: 0;
  bottom: calc(100% + 12px);
  z-index: 20;
  width: min(330px, calc(100vw - 56px));
  padding: 12px 14px;
  border: 1px solid rgba(139, 147, 230, 0.28);
  border-radius: 10px;
  background: rgba(18, 18, 22, 0.96);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.45);
  color: #d7d8dc;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.compare-tooltip::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 100%;
  border: 7px solid transparent;
  border-top-color: rgba(18, 18, 22, 0.96);
}

.compare-feature:hover .compare-tooltip,
.compare-feature:focus-visible .compare-tooltip {
  opacity: 1;
  transform: translateY(0);
}

.download-grid,
.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.download-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  background: var(--panel);
  padding: 30px 28px;
}

.download-card.detected {
  border-color: rgba(107, 120, 220, 0.4);
  background: linear-gradient(180deg, rgba(107, 120, 220, 0.07), var(--panel));
}

.download-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.05);
}

.download-icon span {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: var(--accent);
}

.detected-label {
  position: absolute;
  top: 18px;
  right: 18px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--bg);
  padding: 4px 9px;
  font-family: "Space Mono", monospace;
  font-size: 10.5px;
}

.download-card .button,
.download-card .button-secondary {
  width: 100%;
  padding: 13px;
}

.quick-specs,
.requirements-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.spec-card {
  padding: 24px;
}

.spec-card h3 {
  margin-bottom: 14px;
  font-size: 16px;
}

.spec-lines {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.release-list {
  max-width: 820px;
  margin: 48px auto 0;
  padding-inline: 40px;
}

.release {
  display: flex;
  gap: 28px;
  padding-bottom: 36px;
}

.release-meta {
  flex: none;
  width: 96px;
  padding-top: 2px;
  text-align: right;
}

.release-version {
  font-family: "Space Grotesk", sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.release-date {
  margin-top: 4px;
  color: var(--dim);
  font-family: "Space Mono", monospace;
  font-size: 11.5px;
}

.release-body {
  position: relative;
  flex: 1;
  min-width: 0;
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.release-body::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
}

.release-items {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.release-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.tag {
  flex: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 3px 8px;
  color: #c4c5c9;
  font-family: "Space Mono", monospace;
  font-size: 10.5px;
}

.tag.new {
  border-color: rgba(107, 120, 220, 0.35);
  background: rgba(107, 120, 220, 0.15);
  color: #a7aeef;
}

.tag.fixed {
  background: rgba(255, 255, 255, 0.03);
  color: #8a8b90;
}

.requirements-list {
  grid-template-columns: 1fr;
}

.requirement-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
}

.requirement-title {
  padding: 20px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-family: "Space Grotesk", sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.requirement-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.requirement-col {
  padding: 22px 26px;
}

.requirement-col:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.req-label {
  margin-bottom: 16px;
  color: var(--dim);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.req-label.rec {
  color: #a7aeef;
}

.req-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 14px;
}

.req-row span:first-child {
  color: #8a8b90;
}

.req-row span:last-child {
  color: #d0d1d5;
  text-align: right;
}

.note-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.note-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
  padding: 16px 20px;
}

.note-item::before {
  content: "";
  flex: none;
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.support-grid {
  grid-template-columns: 1fr 1fr;
}

.support-card {
  padding: 28px;
  scroll-margin-top: 100px;
}

.support-card.accent {
  border-color: rgba(107, 120, 220, 0.25);
  background: linear-gradient(180deg, rgba(107, 120, 220, 0.06), var(--panel));
}

.support-card svg {
  margin-bottom: 16px;
  color: var(--accent);
}

.support-card p,
.article-page p,
.note-item p,
.release-item p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.6;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7fd88f;
  font-family: "Space Mono", monospace;
  font-size: 11px;
}

.status-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7fd88f;
}

.article-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 70px 40px 0;
}

.article-page .date {
  margin: 12px 0 40px;
  color: var(--dim);
  font-family: "Space Mono", monospace;
  font-size: 12.5px;
}

.article-page section {
  margin-bottom: 34px;
}

.article-page h2 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}

.article-page p {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.7;
}

.article-callout {
  margin-top: 20px;
  padding: 22px 24px;
  border-color: rgba(107, 120, 220, 0.22);
  background: rgba(107, 120, 220, 0.06);
}

.auth-copy {
  margin: 12px 0 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.auth-page {
  padding-top: 84px;
  padding-bottom: 80px;
}

.auth-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
  gap: 58px;
  align-items: center;
}

.auth-intro .lead {
  max-width: 590px;
}

.auth-card {
  padding: 28px;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: rgba(17, 17, 19, 0.9);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

.auth-card h2 {
  font-size: 30px;
  line-height: 1.1;
}

.auth-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 22px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.auth-switch-button {
  min-height: 38px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}

.auth-switch-button.is-active {
  background: rgba(107, 120, 220, 0.16);
  color: #fff;
}

.auth-form {
  display: grid;
  gap: 16px;
}

.auth-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
}

.auth-form input,
.auth-form textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
  outline: none;
}

.auth-form input {
  height: 48px;
  padding: 0 14px;
}

.auth-form textarea {
  min-height: 108px;
  padding: 13px 14px;
  resize: vertical;
}

.auth-form input:focus,
.auth-form textarea:focus {
  border-color: rgba(139, 147, 230, 0.78);
  box-shadow: 0 0 0 3px rgba(139, 147, 230, 0.14);
}

.auth-actions {
  display: grid;
  gap: 12px;
}

.auth-message {
  min-height: 20px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.45;
}

.auth-message[data-kind="error"] {
  color: #ff9b9b;
}

.auth-message[data-kind="success"] {
  color: #9ee6b1;
}

.auth-card .button,
.auth-card .button-secondary {
  width: 100%;
}

.account-page {
  padding-top: 74px;
  padding-bottom: 80px;
}

.account-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 40px;
}

.account-head .button-secondary {
  width: auto;
}

.account-empty,
.account-card {
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: rgba(17, 17, 19, 0.9);
}

.account-empty {
  max-width: 560px;
  padding: 34px;
}

.account-empty h2,
.account-card h2 {
  font-size: 28px;
  line-height: 1.1;
}

.account-empty p {
  margin: 12px 0 24px;
  color: var(--muted);
  line-height: 1.6;
}

.account-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 22px;
  align-items: start;
}

.account-card {
  padding: 26px;
}

.account-summary {
  grid-row: span 2;
}

.account-meta {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.account-meta div {
  display: grid;
  gap: 5px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.account-meta span {
  color: var(--dim);
  font-size: 12.5px;
}

.account-meta strong {
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.account-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.account-actions .button-secondary,
.account-actions .button-ghost {
  width: 100%;
  padding-inline: 12px;
}

.account-message {
  margin-top: 20px;
}

@media (max-width: 980px) {
  .nav-links {
    gap: 4px;
  }

  .account-grid {
    grid-template-columns: 1fr;
  }

  .account-summary {
    grid-row: auto;
  }

  .account-actions {
    grid-template-columns: 1fr;
  }

  .auth-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .auth-page {
    padding-top: 58px;
  }

  .window-tabs {
    gap: 14px;
    font-size: 12px;
  }

  .profile-name,
  .window-right svg {
    display: none;
  }

  .library-ui {
    grid-template-columns: 1fr;
  }

  .sidebar {
    display: none;
  }

  .game-grid,
  .plans-grid,
  .download-grid,
  .quick-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card.large,
  .feature-card.accent,
  .feature-card.small {
    grid-column: span 3;
  }

  .feature-row,
  .feature-row:nth-child(even) {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 720px) {
  [data-nav] {
    min-height: 123px;
  }

  .site-nav {
    align-items: flex-start;
    flex-wrap: wrap;
    top: 8px;
    padding: 12px 14px;
  }

  .site-nav.is-scrolled {
    top: 6px;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 6px;
    overflow-x: auto;
    padding-top: 4px;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-actions {
    margin-left: auto;
  }

  .nav-actions .button-small {
    padding: 9px 12px;
  }

  .section,
  .footer-inner,
  .release-list,
  .article-page {
    padding-inline: 22px;
  }

  .hero,
  .page-hero {
    padding-top: 62px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .button-secondary,
  .button-ghost {
    width: 100%;
  }

  .auth-card {
    padding: 24px 20px;
  }

  .account-page {
    padding-top: 58px;
  }

  .account-head {
    align-items: stretch;
    flex-direction: column;
  }

  .account-card,
  .account-empty {
    padding: 24px 20px;
  }

  .window-bar {
    height: 46px;
  }

  .window-tabs {
    display: none;
  }

  .window-body {
    min-height: auto;
    padding: 14px;
  }

  .game-grid,
  .plans-grid,
  .download-grid,
  .quick-specs,
  .support-grid,
  .requirement-cols,
  .compare-row {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card.large,
  .feature-card.accent,
  .feature-card.small {
    grid-column: span 1;
  }

  .screens-head {
    align-items: flex-start;
  }

  .screenshot-stage .window-body,
  .clip-ui,
  .friends-ui,
  .mods-ui,
  .discover-ui {
    min-height: 360px;
  }

  .screenshot-body,
  .screenshot-stage .window-body {
    min-height: 0;
  }

  .launcher-preview-body,
  .launcher-feature-preview,
  .screenshot-stage .window-body {
    height: 0;
    min-height: 0;
    padding: 0 0 calc(700 / 1224 * 100%);
  }

  .cta-panel {
    padding: 44px 22px;
  }

  .footer-links {
    gap: 32px;
  }

  .release {
    gap: 16px;
  }

  .release-meta {
    width: 72px;
  }

  .requirement-col:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .compare-head > div:not(:first-child),
  .compare-row > div:not(:first-child) {
    text-align: left;
    padding-left: 24px;
  }

  .compare-row > div:first-child {
    background: rgba(255, 255, 255, 0.025);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
  }
}
