:root {
  --bg: #040910;
  --bg-2: #07111d;
  --surface: #091421;
  --surface-2: #0d1a2a;
  --surface-3: #101d2d;
  --line: #213249;
  --line-soft: rgba(107, 139, 180, 0.26);
  --text: #f7fbff;
  --muted: #aab5c5;
  --muted-2: #7788a0;
  --cyan: #2fd7ff;
  --blue: #4a96ff;
  --purple: #a85bff;
  --violet: #7f66ff;
  --gold: #f0a84f;
  --green: #40ef9c;
  --danger: #ff6d8c;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(11, 45, 66, 0.34) 0%, transparent 22%, transparent 78%, rgba(25, 15, 45, 0.32) 100%),
    linear-gradient(180deg, #03070d 0%, #07111d 38%, #040910 100%);
}

a { color: inherit; }
img { display: block; max-width: 100%; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
button, input, textarea, select { font: inherit; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 300px minmax(520px, max-content) 1fr;
  align-items: center;
  gap: 0;
  min-height: 76px;
  padding: 0 66px;
  border-bottom: 1px solid rgba(106, 135, 176, 0.22);
  background: rgba(4, 8, 14, 0.94);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
}

.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.brand img.brand-lockup {
  width: 235px;
  height: 61px;
}

.brand span {
  display: grid;
  gap: 0;
  text-transform: uppercase;
  line-height: 0.94;
}

.brand strong {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand em {
  color: var(--gold);
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 2px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
}

.main-nav a,
.account-menu,
.ghost-link,
.solid-link,
.text-link,
.button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none;
  border: 0;
  color: var(--text);
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

.main-nav a {
  position: relative;
  padding: 27px 0 25px;
  color: #f2f6ff;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px;
  height: 3px;
  border-radius: 999px;
  background: transparent;
}

.main-nav a.active::after,
.main-nav a:hover::after {
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(47, 215, 255, 0.6);
}

.account-menu {
  padding: 0 0 0 2px;
  cursor: pointer;
}

.account-menu svg {
  width: 14px;
  height: 14px;
  stroke-width: 2.2;
}

.header-tools {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 28px;
}

.search-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #dbe6f5;
  text-decoration: none;
}

.search-link svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.8;
}

.account-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ghost-link,
.solid-link,
.button {
  min-width: 104px;
  border-radius: 8px;
  padding: 0 20px;
}

.ghost-link,
.button.outline {
  border: 1px solid rgba(64, 165, 255, 0.78);
  background: rgba(3, 9, 16, 0.38);
  color: #9be6ff;
}

.solid-link,
.button.primary {
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
  background: linear-gradient(135deg, #35cfff 0%, #656dff 55%, #a634e6 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.button.secondary {
  border: 1px solid rgba(168, 91, 255, 0.85);
  color: #ddb7ff;
  background: rgba(12, 9, 21, 0.64);
}

.button svg {
  width: 18px;
  height: 18px;
}

.button.wide { min-width: 162px; }

.home-stage {
  width: min(100% - 128px, 1398px);
  margin: 0 auto;
  padding: 42px 0 36px;
}

.home-hero {
  position: relative;
  min-height: 275px;
  display: grid;
  grid-template-columns: minmax(0, 565px) minmax(0, 1fr);
  align-items: start;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-top: 8px;
}

.hero-copy h1 {
  margin: 0 0 12px;
  font-size: 76px;
  line-height: 0.96;
  font-weight: 850;
  letter-spacing: 0;
  text-shadow: 0 2px 18px rgba(255, 255, 255, 0.12);
}

.hero-gradient-line {
  margin: 0 0 9px;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: 0;
  color: transparent;
  background: linear-gradient(90deg, #38dfff 0%, #627aff 52%, #bd54ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-support {
  margin: 0;
  color: #d3d8e2;
  font-size: 19px;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 21px;
}

.hero-actions .button {
  min-width: 192px;
  min-height: 46px;
  font-size: 16px;
}

.hero-phoenix {
  position: absolute;
  top: -34px;
  right: 28px;
  z-index: 1;
  width: 745px;
  height: 300px;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  filter: drop-shadow(0 22px 32px rgba(0, 0, 0, 0.42));
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.featured-showcase {
  position: relative;
  margin-top: 0;
  border-radius: 8px;
}

.showcase-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.showcase-title span {
  display: block;
  width: 3px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--blue), var(--purple));
}

.showcase-title h2,
.info-panel h2,
.launcher-strip h2,
.section-heading h2,
.admin-title h1 {
  margin: 0;
  font-family: "Bahnschrift", "Segoe UI", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1.15;
  letter-spacing: 0;
}

.featured-rail {
  display: grid;
  grid-template-columns: repeat(4, 322px);
  gap: 14px;
  padding: 0;
}

.featured-card {
  position: relative;
  min-height: 179px;
  overflow: hidden;
  border: 1px solid rgba(117, 142, 178, 0.3);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(13, 24, 38, 0.94), rgba(7, 15, 25, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  text-decoration: none;
}

.featured-card:hover {
  border-color: var(--item-accent);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--item-accent) 55%, transparent), 0 18px 42px rgba(0, 0, 0, 0.28);
}

.featured-card img {
  width: 100%;
  height: 122px;
  object-fit: cover;
}

.featured-card-body {
  display: grid;
  gap: 5px;
  padding: 11px 44px 11px 14px;
  min-height: 57px;
}

.featured-card-body strong {
  font-size: 15px;
  line-height: 1.1;
}

.featured-card-body small {
  color: #b9c2d0;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}

.windows-mark {
  position: absolute;
  right: 15px;
  bottom: 18px;
  display: grid;
  grid-template-columns: repeat(2, 7px);
  grid-template-rows: repeat(2, 7px);
  gap: 2px;
  opacity: 0.82;
}

.windows-mark i {
  display: block;
  background: #dfe7f4;
}

.rail-arrow {
  position: absolute;
  top: 95px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  color: #b6c0ce;
  background: transparent;
  cursor: pointer;
}

.rail-arrow.left { left: -44px; }
.rail-arrow.right { right: -44px; }
.rail-arrow svg { width: 28px; height: 28px; stroke-width: 2.4; }

.launcher-strip {
  display: grid;
  grid-template-columns: 102px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  min-height: 108px;
  margin-top: 20px;
  padding: 8px 28px 8px 16px;
  border: 1px solid rgba(111, 142, 180, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(9, 21, 34, 0.98) 0%, rgba(10, 21, 34, 0.78) 55%, rgba(14, 16, 31, 0.98) 100%);
}

.launcher-strip > img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.launcher-strip h2 {
  font-size: 23px;
  text-transform: none;
}

.launcher-strip p {
  margin: 5px 0 0;
  color: #aeb9ca;
  font-size: 14px;
  line-height: 1.32;
}

.mini-lock {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #d9e4f1;
}

.mini-lock svg {
  width: 15px;
  height: 15px;
}

.launcher-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.launcher-actions .button {
  min-height: 54px;
  font-size: 16px;
}

.lower-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.15fr 1fr;
  gap: 12px;
  margin-top: 18px;
}

.info-panel {
  min-height: 205px;
  overflow: hidden;
  border: 1px solid rgba(111, 142, 180, 0.3);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(8, 19, 31, 0.98), rgba(6, 14, 24, 0.96));
  padding: 15px 16px 14px;
}

.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.panel-heading h2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.panel-heading h2 svg {
  color: var(--cyan);
  width: 19px;
  height: 19px;
}

.panel-heading a,
.text-link {
  color: #5ddfff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.mini-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 70px;
  padding: 0 0 11px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(104, 132, 168, 0.16);
  text-decoration: none;
}

.mini-row:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.mini-row img {
  width: 88px;
  height: 56px;
  object-fit: cover;
  border: 1px solid rgba(102, 132, 172, 0.34);
  border-radius: 4px;
}

.mini-row span,
.icon-row em {
  display: grid;
  gap: 5px;
  font-style: normal;
}

.mini-row strong,
.icon-row strong,
.update-compact strong {
  color: #f6f9ff;
  font-size: 14px;
  line-height: 1.15;
}

.mini-row small,
.icon-row small,
.update-compact small {
  color: #aab4c4;
  font-size: 13px;
  line-height: 1.22;
}

.icon-row {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  text-decoration: none;
}

.icon-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #5f65ff, #8d42db);
}

.icon-row svg {
  width: 22px;
  height: 22px;
}

.icon-row strong {
  color: #cda7ff;
}

.update-compact {
  display: grid;
  grid-template-columns: 48px 1fr 45px;
  align-items: center;
  gap: 10px;
  margin-bottom: 11px;
}

.update-compact > span {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(115, 143, 181, 0.3);
  border-radius: 6px;
  color: var(--gold);
  background: rgba(255, 255, 255, 0.03);
  font-size: 9px;
  font-weight: 900;
  text-align: center;
}

.update-compact div {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.update-compact strong,
.update-compact small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.update-compact time {
  color: #aab4c4;
  font-size: 12px;
  text-align: right;
}

.stay-loop p {
  margin: 0 0 18px;
  color: #d3d9e4;
  font-size: 14px;
  line-height: 1.45;
}

.stay-loop form {
  display: grid;
  grid-template-columns: 1fr 48px;
  min-height: 44px;
  overflow: hidden;
  border: 1px solid rgba(111, 142, 180, 0.36);
  border-radius: 6px;
  background: rgba(4, 10, 17, 0.72);
}

.stay-loop input {
  width: 100%;
  min-width: 0;
  border: 0;
  color: var(--text);
  background: transparent;
  padding: 0 15px;
  outline: 0;
}

.stay-loop input::placeholder { color: #909cae; }
.stay-loop button {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #34d8ff, #267ed6);
  cursor: pointer;
}

.stay-loop button svg {
  width: 22px;
  height: 22px;
}

.social-strip {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.social-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #8f94ff;
  text-decoration: none;
}

.benefit-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
  padding: 18px 90px 0;
  border-top: 1px solid rgba(111, 142, 180, 0.18);
}

.benefit-strip div {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.benefit-strip svg {
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  color: #55dfff;
}

.benefit-strip span {
  display: grid;
  gap: 3px;
}

.benefit-strip strong {
  font-size: 14px;
  color: #acdfff;
}

.benefit-strip small {
  color: #9ba8b8;
  font-size: 13px;
}

.page-shell {
  width: min(100% - 96px, 1200px);
  margin: 0 auto;
  padding: 46px 0 64px;
}

.section { margin-top: 44px; }

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.section-heading h2 {
  font-size: 34px;
}

.section-heading p {
  margin: 8px 0 0;
  color: var(--muted);
  max-width: 650px;
}

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

.content-card {
  --item-accent: var(--cyan);
  border: 1px solid var(--line);
  background: rgba(16, 26, 41, 0.88);
  border-radius: 8px;
  overflow: hidden;
  min-height: 100%;
}

.media-frame { background: #050b13; border-bottom: 1px solid var(--line-soft); }
.media-frame img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.content-card-body { padding: 18px; }
.card-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.content-topline { color: var(--item-accent); font-size: 11px; font-weight: 900; letter-spacing: 0; }
.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 0 8px;
  border: 1px solid rgba(240, 168, 79, 0.55);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(240, 168, 79, 0.08);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.content-card h3 { margin: 8px 0 8px; font-size: 24px; }
.content-card p { color: var(--muted); margin: 0; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin: 16px 0; }
.tag-row span { color: var(--text); font-size: 12px; border: 1px solid var(--line-soft); border-radius: 7px; padding: 5px 8px; background: rgba(6, 13, 22, 0.72); }
.text-link { justify-content: flex-start; min-height: auto; }
.coming-soon-card {
  border-color: rgba(240, 168, 79, 0.38);
}

.compact-heading {
  align-items: start;
}

.game-detail {
  scroll-margin-top: 96px;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.97fr);
  gap: 22px;
  border: 1px solid rgba(111, 142, 180, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(12, 25, 40, 0.96), rgba(8, 13, 27, 0.96)),
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--item-accent) 23%, transparent), transparent 24rem);
  padding: clamp(18px, 3vw, 26px);
}

.detail-media {
  display: grid;
  gap: 12px;
  align-self: start;
}

.detail-hero-image,
.detail-shot-grid img {
  width: 100%;
  object-fit: cover;
  border: 1px solid rgba(111, 142, 180, 0.32);
  border-radius: 8px;
  background: #050a11;
}

.detail-hero-image {
  aspect-ratio: 16 / 9;
}

.detail-shot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.detail-shot-grid img {
  aspect-ratio: 16 / 9;
}

.detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.detail-kicker {
  display: flex;
  margin-bottom: 10px;
}

.detail-kicker span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #06111b;
  background: var(--item-accent);
  font-size: 11px;
  font-weight: 900;
}

.detail-copy h2 {
  margin: 0 0 12px;
  font-family: "Bahnschrift", "Segoe UI", Arial, sans-serif;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1;
}

.detail-copy p {
  margin: 0;
  color: #c9d8eb;
  font-size: 17px;
  line-height: 1.52;
}

.detail-feature-list {
  display: grid;
  gap: 9px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.detail-feature-list li {
  position: relative;
  padding-left: 20px;
  color: #dce8f7;
}

.detail-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--item-accent);
}

.detail-actions {
  margin-top: 22px;
}

.launcher-band,
.labs-band,
.guide-band {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(16, 26, 41, 0.9), rgba(16, 24, 39, 0.7));
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}

.launcher-band p,
.labs-band p,
.guide-band p { color: var(--muted); margin: 6px 0 0; }

.update-list { display: grid; gap: 10px; }
.update-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  border-top: 1px solid var(--line-soft);
  padding: 14px 0;
}
.update-row span { color: var(--gold); font-weight: 800; }
.update-row p { margin: 4px 0 0; color: var(--muted); }

.labs-hero {
  min-height: 520px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
}

.product-shot {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #07101b;
  box-shadow: var(--shadow);
}

.product-shot img { border-radius: 6px; border: 1px solid var(--line-soft); }
.feature-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.feature-rail article { border: 1px solid var(--line); border-radius: 8px; padding: 16px; background: rgba(16, 26, 41, 0.84); }
.feature-rail strong { color: var(--cyan); display: block; margin-bottom: 8px; }
.feature-rail p { color: var(--muted); margin: 0; font-size: 14px; }

.split-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: 30px;
  align-items: center;
  border: 1px solid rgba(111, 142, 180, 0.32);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(8, 19, 31, 0.96), rgba(12, 15, 30, 0.96));
  padding: clamp(26px, 5vw, 46px);
}

.split-panel h1 {
  margin: 0 0 14px;
  font-family: "Bahnschrift", "Segoe UI", Arial, sans-serif;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.98;
}

.split-panel p {
  max-width: 760px;
  color: #c7d5e8;
  font-size: 18px;
  line-height: 1.52;
}

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

.value-grid article,
.contact-card {
  border: 1px solid rgba(111, 142, 180, 0.3);
  border-radius: 8px;
  background: rgba(10, 22, 36, 0.9);
  padding: 18px;
}

.value-grid strong,
.contact-card > strong,
.faq-list strong {
  display: block;
  color: var(--cyan);
  margin-bottom: 8px;
}

.value-grid p,
.contact-card span,
.faq-list p {
  color: var(--muted);
  line-height: 1.45;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 18px;
}

.contact-card h2 {
  margin: 0 0 16px;
  font-family: "Bahnschrift", "Segoe UI", Arial, sans-serif;
  font-size: 30px;
}

.contact-card a {
  color: var(--cyan);
  text-decoration: none;
}

.modern-form {
  display: grid;
  gap: 13px;
}

.modern-form label {
  display: grid;
  gap: 7px;
  color: #dce8f7;
  font-weight: 800;
}

.modern-form input,
.modern-form textarea {
  width: 100%;
  color: var(--text);
  background: #050c15;
  border: 1px solid rgba(111, 142, 180, 0.38);
  border-radius: 8px;
  padding: 12px 13px;
  outline: 0;
}

.modern-form input:focus,
.modern-form textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(47, 215, 255, 0.12);
}

.check-row {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 10px !important;
  color: var(--muted) !important;
  font-weight: 700 !important;
}

.check-row input {
  width: 16px;
  height: 16px;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
}

.form-status.success { color: var(--green); }
.form-status.error { color: var(--danger); }

.honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.captcha-row {
  display: grid;
  grid-template-columns: minmax(190px, 0.9fr) minmax(120px, 0.5fr);
  align-items: end;
  gap: 12px;
}

.captcha-question {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(111, 142, 180, 0.3);
  border-radius: 8px;
  color: var(--cyan);
  background: rgba(4, 10, 17, 0.66);
  font-weight: 900;
}

.auth-shell {
  width: min(100% - 32px, 510px);
  margin: 0 auto;
  padding: 56px 0 70px;
}

.auth-card {
  border: 1px solid rgba(111, 142, 180, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(10, 22, 36, 0.98), rgba(11, 14, 28, 0.98)),
    radial-gradient(circle at 100% 0%, rgba(168, 91, 255, 0.22), transparent 20rem);
  padding: clamp(22px, 5vw, 34px);
  box-shadow: var(--shadow);
}

.auth-card h1 {
  margin: 0 0 10px;
  font-family: "Bahnschrift", "Segoe UI", Arial, sans-serif;
  font-size: clamp(36px, 6vw, 54px);
  line-height: 1;
}

.auth-card > p {
  margin: 0 0 22px;
  color: #c7d5e8;
  line-height: 1.5;
}

.field-error,
.auth-error {
  color: var(--danger);
  font-size: 13px;
  line-height: 1.35;
}

.field-hint {
  color: var(--muted-2);
  font-size: 12px;
  font-weight: 700;
}

.auth-error {
  margin: 0 0 14px;
}

.auth-switch {
  margin: 17px 0 0;
  color: var(--muted);
}

.auth-switch a,
.auth-help-link {
  color: var(--cyan);
  font-weight: 800;
  text-decoration: none;
}

.auth-note {
  margin-top: 18px;
  border-top: 1px solid rgba(111, 142, 180, 0.18);
  padding-top: 15px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list article {
  border-top: 1px solid rgba(111, 142, 180, 0.18);
  padding-top: 12px;
}

.faq-list article:first-child {
  border-top: 0;
  padding-top: 0;
}

.leaderboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.leader-card {
  border: 1px solid rgba(111, 142, 180, 0.3);
  border-radius: 8px;
  background: rgba(10, 22, 36, 0.9);
  padding: 18px;
}

.leader-card h3 {
  margin: 0 0 14px;
  font-size: 24px;
}

.leader-table {
  width: 100%;
  border-collapse: collapse;
}

.leader-table th,
.leader-table td {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(111, 142, 180, 0.18);
  text-align: left;
}

.leader-table th {
  color: var(--cyan);
  font-size: 12px;
  text-transform: uppercase;
}

.leader-table td {
  color: #dce8f7;
}

.leader-table tr:last-child td {
  border-bottom: 0;
}

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

.package-card {
  --item-accent: var(--cyan);
  overflow: hidden;
  border: 1px solid rgba(111, 142, 180, 0.34);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(12, 25, 40, 0.96), rgba(7, 15, 25, 0.98));
  min-height: 100%;
}

.package-card:hover {
  border-color: var(--item-accent);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
}

.package-media {
  border-bottom: 1px solid rgba(111, 142, 180, 0.22);
  background: #050a11;
}

.package-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.package-body {
  padding: 18px;
}

.package-body > span {
  display: inline-flex;
  margin-bottom: 9px;
  color: var(--item-accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.package-body h3 {
  margin: 0 0 9px;
  font-size: 24px;
}

.package-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.package-body ul {
  display: grid;
  gap: 8px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.package-body li {
  position: relative;
  padding-left: 18px;
  color: #dce8f7;
  font-size: 14px;
}

.package-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--item-accent);
}

.comparison-wrap {
  overflow-x: auto;
  border: 1px solid rgba(111, 142, 180, 0.3);
  border-radius: 8px;
  background: rgba(7, 15, 25, 0.74);
}

.comparison-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 13px 15px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(111, 142, 180, 0.18);
}

.comparison-table th {
  color: var(--cyan);
  background: rgba(11, 27, 44, 0.92);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.comparison-table td {
  color: #dce8f7;
  font-size: 14px;
}

.comparison-table tr:last-child td {
  border-bottom: 0;
}

.guide-page .page-shell {
  width: min(100% - 96px, 1200px);
}

.guide-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 24px;
  align-items: center;
  border: 1px solid rgba(111, 142, 180, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(8, 19, 31, 0.98), rgba(15, 18, 36, 0.94)),
    radial-gradient(circle at 85% 20%, rgba(168, 91, 255, 0.26), transparent 22rem);
  padding: clamp(24px, 5vw, 46px);
}

.guide-hero h1 {
  margin: 0 0 12px;
  font-family: "Bahnschrift", "Segoe UI", Arial, sans-serif;
  font-size: clamp(42px, 6vw, 70px);
  line-height: 0.98;
}

.guide-hero p {
  max-width: 760px;
  margin: 0;
  color: #c7d5e8;
  font-size: 18px;
  line-height: 1.52;
}

.guide-version {
  display: grid;
  gap: 7px;
  border: 1px solid rgba(111, 142, 180, 0.32);
  border-radius: 8px;
  background: rgba(4, 10, 17, 0.66);
  padding: 20px;
}

.guide-version strong {
  color: var(--cyan);
  font-size: 12px;
  text-transform: uppercase;
}

.guide-version span {
  font-size: 25px;
  font-weight: 900;
}

.guide-version small {
  color: var(--muted);
}

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

.guide-toc a {
  border: 1px solid rgba(111, 142, 180, 0.3);
  border-radius: 8px;
  background: rgba(9, 20, 33, 0.86);
  padding: 12px 14px;
  color: #dbe8f8;
  font-weight: 800;
  text-decoration: none;
}

.guide-toc a:hover {
  border-color: var(--cyan);
  color: var(--cyan);
}

.guide-section,
.guide-callout {
  margin-top: 18px;
  border: 1px solid rgba(111, 142, 180, 0.3);
  border-radius: 8px;
  background: rgba(10, 22, 36, 0.9);
  padding: clamp(20px, 4vw, 30px);
}

.guide-section h2 {
  margin: 0 0 12px;
  font-family: "Bahnschrift", "Segoe UI", Arial, sans-serif;
  font-size: clamp(28px, 4vw, 42px);
}

.guide-section h3 {
  margin: 24px 0 10px;
  font-size: 22px;
}

.guide-section p {
  color: #c7d5e8;
  line-height: 1.55;
}

.guide-steps {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.guide-steps li {
  position: relative;
  counter-increment: step;
  min-height: 50px;
  padding: 13px 14px 13px 54px;
  border: 1px solid rgba(111, 142, 180, 0.22);
  border-radius: 8px;
  color: #dce8f7;
  background: rgba(5, 12, 21, 0.72);
}

.guide-steps li::before {
  content: counter(step);
  position: absolute;
  top: 12px;
  left: 14px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #05101a;
  background: var(--cyan);
  font-weight: 900;
}

.guide-shot,
.guide-grid article {
  border: 1px solid rgba(111, 142, 180, 0.3);
  border-radius: 8px;
  background: rgba(4, 10, 17, 0.72);
}

.guide-shot {
  margin: 18px 0 0;
  padding: 12px;
}

.guide-shot img {
  width: 100%;
  border: 1px solid rgba(111, 142, 180, 0.24);
  border-radius: 6px;
  background: #050a11;
}

.guide-shot figcaption {
  margin-top: 9px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

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

.guide-callout {
  background: rgba(10, 22, 36, 0.94);
  color: #dce8f7;
}

.guide-callout.good { border-color: rgba(64, 239, 156, 0.55); }
.guide-callout.warn { border-color: rgba(240, 168, 79, 0.72); }
.guide-callout.purple { border-color: rgba(168, 91, 255, 0.7); }

.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.guide-grid article {
  padding: 16px;
}

.guide-grid strong {
  display: block;
  color: var(--cyan);
  margin-bottom: 7px;
}

.guide-grid p {
  margin: 0;
  font-size: 14px;
}

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

.admin-shell {
  display: grid;
  grid-template-columns: 268px minmax(0, 1fr);
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(47, 215, 255, 0.11), transparent 26rem),
    radial-gradient(circle at 100% 6%, rgba(168, 91, 255, 0.13), transparent 28rem),
    linear-gradient(180deg, #03070d 0%, #06111d 100%);
}

.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  border-right: 1px solid var(--line);
  background: rgba(5, 12, 21, 0.96);
  padding: 22px 18px;
}

.admin-sidebar .brand {
  margin-bottom: 24px;
}

.admin-sidebar .brand-lockup {
  width: 210px;
  height: auto;
}

.admin-sidebar nav {
  display: grid;
  gap: 8px;
}

.admin-sidebar a {
  color: var(--muted);
  text-decoration: none;
  padding: 11px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
}

.admin-sidebar a.active,
.admin-sidebar a:hover {
  color: var(--text);
  border-color: rgba(47, 215, 255, 0.26);
  background: rgba(50, 217, 242, 0.1);
}

.admin-main {
  min-width: 0;
  padding: 30px;
}

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

.admin-title h1 {
  margin: 0;
  font-family: "Bahnschrift", "Segoe UI", Arial, sans-serif;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 0.98;
}

.admin-title p {
  margin: 8px 0 0;
  max-width: 720px;
}

.admin-title-actions,
.profile-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.admin-grid-six {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.admin-two-col,
.profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.admin-stat,
.admin-panel,
.profile-stat-grid article {
  border: 1px solid rgba(111, 142, 180, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(13, 25, 40, 0.94), rgba(8, 17, 29, 0.92)),
    radial-gradient(circle at 100% 0%, rgba(47, 215, 255, 0.08), transparent 14rem);
  padding: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.admin-stat span,
.profile-stat-grid span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-stat strong,
.profile-stat-grid strong {
  display: block;
  font-size: clamp(25px, 4vw, 34px);
  color: var(--cyan);
  margin-top: 4px;
  line-height: 1;
}

.profile-stat-grid small,
.admin-table small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.admin-notice {
  border: 1px solid rgba(111, 142, 180, 0.32);
  border-radius: 8px;
  padding: 13px 15px;
  font-weight: 800;
}

.admin-notice.good {
  color: var(--green);
  background: rgba(64, 239, 156, 0.08);
  border-color: rgba(64, 239, 156, 0.34);
}

.admin-notice.bad {
  color: var(--danger);
  background: rgba(255, 109, 140, 0.08);
  border-color: rgba(255, 109, 140, 0.34);
}

.admin-table-scroll {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  text-align: left;
  border-bottom: 1px solid var(--line-soft);
  padding: 12px 10px;
  vertical-align: top;
}

.admin-table th {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-table td {
  color: #dce8f7;
  font-size: 14px;
}

.admin-table tr:last-child td {
  border-bottom: 0;
}

.status {
  font-weight: 900;
  color: var(--green);
}

.status.hidden {
  color: var(--danger);
}

.edit-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.edit-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.edit-form input,
.edit-form select,
.edit-form textarea,
.admin-search input,
.admin-search select,
.admin-table input,
.admin-table select,
.copy-field input {
  width: 100%;
  color: var(--text);
  background: #050c15;
  border: 1px solid rgba(111, 142, 180, 0.38);
  border-radius: 8px;
  padding: 10px 11px;
  outline: 0;
}

.edit-form textarea {
  min-height: 96px;
  resize: vertical;
}

.edit-form .wide {
  grid-column: 1 / -1;
}

.section-tight {
  margin-top: 12px;
}

.admin-search {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.admin-search input {
  min-width: 250px;
}

.user-admin-table input,
.user-admin-table select {
  margin-bottom: 7px;
  min-width: 160px;
}

.danger-button {
  color: #ffd4dd !important;
  border-color: rgba(255, 109, 140, 0.6) !important;
}

.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  filter: grayscale(0.35);
}

.profile-shell {
  width: min(100% - 96px, 1240px);
}

.profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 20px;
  align-items: center;
  border: 1px solid rgba(111, 142, 180, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(8, 19, 31, 0.98), rgba(15, 18, 36, 0.94)),
    radial-gradient(circle at 84% 0%, rgba(168, 91, 255, 0.24), transparent 22rem);
  padding: clamp(24px, 5vw, 42px);
}

.profile-hero h1 {
  margin: 0 0 10px;
  font-family: "Bahnschrift", "Segoe UI", Arial, sans-serif;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.98;
}

.profile-hero p {
  max-width: 760px;
  color: #c7d5e8;
  line-height: 1.52;
}

.profile-identity {
  display: grid;
  gap: 7px;
  border: 1px solid rgba(111, 142, 180, 0.32);
  border-radius: 8px;
  background: rgba(4, 10, 17, 0.66);
  padding: 18px;
  overflow-wrap: anywhere;
}

.profile-identity strong {
  color: var(--cyan);
}

.profile-identity span {
  font-weight: 900;
}

.profile-identity small,
.profile-panel p {
  color: var(--muted);
  line-height: 1.45;
}

.profile-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
}

.profile-panel {
  min-height: 100%;
}

.profile-panel h2 {
  margin: 0 0 14px;
  font-size: 24px;
}

.copy-field {
  display: grid;
  gap: 7px;
  color: var(--cyan);
  font-weight: 900;
  margin: 15px 0;
}

.profile-mini-list,
.notification-list,
.shop-preview-list {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.profile-mini-list strong {
  color: var(--cyan);
}

.profile-mini-list span,
.notification-card,
.shop-preview-list a {
  border: 1px solid rgba(111, 142, 180, 0.22);
  border-radius: 8px;
  background: rgba(4, 10, 17, 0.58);
  color: #dce8f7;
  padding: 10px 12px;
}

.game-stat-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.game-stat-list div {
  border: 1px solid rgba(111, 142, 180, 0.22);
  border-radius: 8px;
  padding: 12px;
  background: rgba(4, 10, 17, 0.58);
}

.game-stat-list span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.game-stat-list strong {
  display: block;
  color: var(--green);
  font-size: 24px;
  margin-top: 5px;
}

.notification-card {
  display: grid;
  gap: 6px;
}

.notification-card span {
  color: var(--muted);
}

.notification-card .button {
  justify-self: start;
}

.profile-form {
  border-top: 1px solid rgba(111, 142, 180, 0.18);
  padding-top: 14px;
}

.profile-form:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.shop-card .package-body {
  display: grid;
  gap: 12px;
}

.shop-cost {
  color: var(--green);
  font-size: 24px;
}

.shop-preview-list a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  text-decoration: none;
}

.shop-preview-list span {
  color: var(--green);
  font-weight: 900;
}

.site-footer {
  width: min(100% - 128px, 1398px);
  margin: 0 auto;
  padding: 34px 0 50px;
  border-top: 1px solid rgba(111, 142, 180, 0.18);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
}

.site-footer nav { display: flex; flex-wrap: wrap; gap: 14px; }
.site-footer a { color: var(--text); text-decoration: none; }

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 220px 1fr;
    padding: 0 28px;
  }

  .header-tools {
    grid-column: 2;
    justify-content: flex-end;
    gap: 16px;
  }

  .main-nav {
    justify-content: flex-end;
    gap: 16px;
  }

  .home-stage {
    width: min(100% - 48px, 960px);
  }

  .home-hero {
    min-height: 430px;
    grid-template-columns: 1fr;
  }

  .hero-phoenix {
    top: 120px;
    right: -30px;
    opacity: 0.72;
  }

  .featured-rail,
  .lower-grid,
  .benefit-strip,
  .value-grid,
  .leaderboard-grid,
  .package-grid,
  .shop-grid,
  .profile-stat-grid,
  .admin-grid-six,
  .guide-toc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-hero,
  .profile-hero,
  .split-panel,
  .contact-grid,
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .launcher-strip {
    grid-template-columns: 92px 1fr;
  }

  .launcher-strip > img {
    width: 88px;
    height: 88px;
  }

  .launcher-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .rail-arrow { display: none; }
}

@media (max-width: 760px) {
  .site-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 18px 14px;
  }

  .brand img {
    width: 50px;
    height: 50px;
  }

  .main-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 14px;
    overflow: visible;
    padding-bottom: 2px;
  }

  .main-nav a {
    padding: 8px 0 12px;
    white-space: nowrap;
  }

  .main-nav a::after {
    bottom: 2px;
  }

  .account-menu {
    display: none;
  }

  .header-tools,
  .account-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .search-link {
    display: none;
  }

  .home-stage,
  .page-shell,
  .guide-page .page-shell,
  .site-footer {
    width: min(100% - 32px, 560px);
  }

  .home-stage {
    padding-top: 28px;
  }

  .home-hero {
    min-height: auto;
    padding-bottom: 24px;
  }

  .hero-copy h1 {
    font-size: 46px;
  }

  .hero-gradient-line {
    font-size: 24px;
  }

  .hero-support {
    font-size: 16px;
  }

  .hero-phoenix {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    margin-top: 22px;
    opacity: 1;
  }

  .hero-actions .button {
    width: 100%;
    min-width: 0;
  }

  .featured-rail,
  .lower-grid,
  .benefit-strip,
  .value-grid,
  .leaderboard-grid,
  .package-grid,
  .shop-grid,
  .profile-stat-grid,
  .admin-grid-six,
  .admin-two-col,
  .profile-grid,
  .guide-toc,
  .guide-shot-grid,
  .detail-shot-grid,
  .guide-grid,
  .contact-grid,
  .feature-grid,
  .feature-rail,
  .hero-panel-row,
  .admin-grid,
  .edit-form {
    grid-template-columns: 1fr;
  }

  .launcher-strip {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .launcher-strip > img {
    width: 78px;
    height: 78px;
  }

  .launcher-actions {
    justify-content: stretch;
    flex-direction: column;
  }

  .launcher-actions .button {
    width: 100%;
  }

  .benefit-strip {
    padding: 18px 0 0;
  }

  .section-heading,
  .site-footer,
  .admin-title {
    display: block;
  }

  .launcher-band,
  .labs-band,
  .guide-band,
  .captcha-row {
    grid-template-columns: 1fr;
  }

  .labs-hero,
  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: relative;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .admin-main {
    padding: 20px 16px 28px;
  }

  .profile-shell {
    width: min(100% - 32px, 560px);
  }
}
