:root {
  --ink: #17201b;
  --muted: #617066;
  --line: #d9e0d7;
  --bg: #f6f7f2;
  --panel: #ffffff;
  --green: #247a56;
  --teal: #0f6f7c;
  --gold: #b67525;
  --red: #b13d35;
  --blue: #335f9f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
}
button, input, select {
  font: inherit;
}
.app-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 252px 1fr;
}
.marketplace-menu-tab {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 0 10px 10px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
  display: none;
  height: 58px;
  justify-content: center;
  left: 0;
  padding: 7px;
  position: fixed;
  top: 16px;
  width: 208px;
  z-index: 8;
}
.marketplace-menu-tab img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.sidebar {
  background: #111915;
  color: white;
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.brand {
  display: flex;
  gap: 12px;
  align-items: center;
}
.brand-logo {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  object-fit: cover;
  background: white;
}
.brand small, .shop-card small, .shop-card span {
  display: block;
  color: #b8c6bc;
  margin-top: 2px;
}
nav {
  display: grid;
  gap: 5px;
}
nav button {
  width: 100%;
  border: 0;
  border-radius: 7px;
  padding: 10px 12px;
  color: #d9e4dd;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
nav button.active, nav button:hover {
  background: #26362f;
  color: #fff;
}
.shop-card {
  margin-top: auto;
  border: 1px solid #34443b;
  border-radius: 8px;
  padding: 12px;
  background: #19231e;
}
main {
  min-width: 0;
  transition: margin-left 180ms ease;
}
.app-shell.marketplace-mode {
  grid-template-columns: 1fr;
}
.app-shell.marketplace-mode .marketplace-menu-tab {
  display: flex;
}
.app-shell.marketplace-mode .sidebar {
  box-shadow: 18px 0 38px rgba(0, 0, 0, .18);
  height: 100vh;
  left: 0;
  max-width: min(290px, 86vw);
  position: fixed;
  top: 0;
  transform: translateX(calc(-100% - 8px));
  width: 252px;
  z-index: 9;
}
.app-shell.marketplace-mode.nav-open .sidebar {
  transform: translateX(0);
}
.app-shell.marketplace-mode.nav-open .marketplace-menu-tab {
  opacity: 0;
  pointer-events: none;
}
.app-shell.marketplace-mode.nav-open main {
  margin-left: 252px;
}
.app-shell.marketplace-mode .topbar {
  display: flex;
  justify-content: space-between;
  min-height: 90px;
  padding-left: 248px;
  padding-right: 0;
  width: 100%;
}
.app-shell.marketplace-mode .topbar > div:first-child {
  display: none;
}
.app-shell.marketplace-mode .actions {
  display: none;
}
.topbar {
  min-height: 96px;
  padding: 24px 30px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.72);
  position: sticky;
  top: 0;
  z-index: 3;
  backdrop-filter: blur(10px);
}
.eyebrow {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 13px;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 0;
  font-size: 30px;
  letter-spacing: 0;
}
.actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.market-user-portal {
  display: none;
}
.app-shell.marketplace-mode .market-user-portal {
  align-items: center;
  display: flex;
  gap: 9px;
  justify-content: end;
  margin-left: auto;
  margin-right: 0;
  min-width: max-content;
  position: static;
}
.portal-control {
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 7px 18px rgba(0, 0, 0, .05);
  min-height: 42px;
}
.market-user-portal button,
.market-user-portal summary {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 650;
  list-style: none;
  padding: 8px 9px;
  white-space: nowrap;
}
.market-user-portal > button {
  text-align: center;
  width: auto;
}
.market-user-portal > [draggable="true"] {
  cursor: grab;
}
.market-user-portal > [draggable="true"]:active {
  cursor: grabbing;
}
.market-user-portal .is-dragging {
  opacity: .45;
}
.market-user-portal .drag-over {
  outline: 2px solid var(--green);
  outline-offset: 3px;
}
.market-user-portal button:hover,
.market-user-portal summary:hover {
  background: #eef3ef;
}
.market-user-portal details {
  position: relative;
}
.market-user-portal details[open] summary {
  background: #eef3ef;
}
.market-user-portal details > div {
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
  display: grid;
  gap: 2px;
  min-width: 205px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 12;
}
.market-user-portal details > div button {
  justify-content: flex-start;
  text-align: left;
  width: 100%;
}
.market-user-portal summary {
  max-width: 126px;
}
.portal-icon {
  position: relative;
}
.portal-icon span {
  align-items: center;
  background: var(--red);
  border-radius: 999px;
  color: white;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  position: absolute;
  right: -2px;
  top: -6px;
}
button {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 9px 12px;
  background: white;
  color: var(--ink);
  cursor: pointer;
}
button.primary {
  background: var(--green);
  border-color: var(--green);
  color: white;
}
#content {
  padding: 26px 30px 46px;
}
.grid {
  display: grid;
  gap: 16px;
}
.grid.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}
.metric strong {
  display: block;
  font-size: 28px;
  margin-top: 5px;
}
.metric span, .subtle {
  color: var(--muted);
  font-size: 13px;
}
.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0 12px;
}
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.runtime-status {
  background: #fbfcf8;
  border: 1px solid var(--line);
  border-radius: 6px;
  margin: -4px 0 18px;
  padding: 10px 12px;
}
.staging-runtime-grid .card {
  min-height: 150px;
}
.staging-work-table {
  margin-bottom: 12px;
}
.work-actions {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.work-actions button {
  min-height: 34px;
  padding: 0 10px;
}
.table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
  background: white;
  border: 1px solid var(--line);
}
.table th, .table td {
  text-align: left;
  padding: 12px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.table th {
  color: var(--muted);
  font-weight: 650;
  background: #fbfcf8;
  font-size: 13px;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 24px;
  border-radius: 999px;
  padding: 3px 9px;
  background: #eef3ef;
  color: #304139;
  font-size: 12px;
}
.pill.green { background: #e4f4eb; color: #166141; }
.pill.gold { background: #fff0d9; color: #7b4b12; }
.pill.red { background: #fae7e5; color: #8d2922; }
.pill.blue { background: #e7eefb; color: #264d86; }
.agent-stack {
  display: grid;
  gap: 8px;
  min-width: 210px;
}
.agent-mini-card {
  background: #f8faf7;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 9px;
}
.agent-mini-card.off {
  background: #fff7f4;
  border-color: #f0cbc5;
}
.agent-mini-card strong,
.agent-mini-card span {
  display: block;
}
.agent-mini-header {
  min-width: 0;
}
.agent-mini-header strong {
  line-height: 1.15;
}
.agent-mini-card span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}
.agent-mini-card button {
  padding: 7px 9px;
}
.agent-actions {
  align-items: center;
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.agent-actions button {
  white-space: nowrap;
}
.agent-mini-card button:last-child {
  width: 100%;
}
.agent-console-table td:nth-child(4),
.agent-console-table td:nth-child(5) {
  font-weight: 800;
}
.progress-row {
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 13px;
}
.progress-row div {
  background: #e7ece8;
  border-radius: 999px;
  grid-column: 1 / -1;
  height: 9px;
  overflow: hidden;
}
.progress-row i {
  background: linear-gradient(90deg, var(--green), var(--gold));
  border-radius: inherit;
  display: block;
  height: 100%;
}
.progress-row strong {
  color: var(--green);
}
.version-ladder {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 16px;
}
.version-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  position: relative;
  background: white;
}
.version-card::after {
  content: ">";
  color: var(--muted);
  font-weight: 900;
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
}
.version-card:last-child::after {
  content: "";
}
.version-card span,
.version-card em {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}
.version-card strong {
  display: block;
  font-size: 17px;
  margin: 5px 0 7px;
}
.version-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}
.version-card.live { border-color: #9acbab; background: #f0faf4; }
.version-card.admin { border-color: #b7c8e8; background: #f3f7ff; }
.version-card.sandbox { border-color: #e3cb9f; background: #fff8ea; }
.version-card.queue { border-color: #d8d6cd; background: #fbfaf5; }
.item-row {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 14px;
  align-items: center;
}
.thumb {
  width: 64px;
  height: 64px;
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(36,122,86,.2), transparent 55%),
    #e8ece5;
  border: 1px solid var(--line);
}
.market-list {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
.market-hero {
  align-items: end;
  background:
    linear-gradient(120deg, rgba(36, 122, 86, 0.12), transparent 42%),
    linear-gradient(260deg, rgba(182, 117, 37, 0.16), transparent 42%),
    white;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 16px;
  padding: 20px;
}
.market-hero h2 {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
  margin-bottom: 10px;
}
.market-hero p:last-child {
  color: var(--muted);
  line-height: 1.45;
  max-width: 780px;
}
.market-search {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(260px, 1fr) 180px 190px auto;
  margin-bottom: 12px;
  padding: 12px;
}
.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.search-layout {
  display: grid;
  gap: 16px;
  grid-template-columns: 260px minmax(0, 1fr);
  margin: 18px 0;
}
.market-filters {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 14px;
}
.market-filters h3 {
  margin-bottom: 2px;
}
.market-filters label {
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
.market-filters label:has(input[type="text"]),
.market-filters label:has(select) {
  align-items: stretch;
  display: grid;
}
.category-tree {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 12px;
}
.category-tree details {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 10px 12px;
}
.category-tree summary {
  cursor: pointer;
  font-weight: 800;
}
.category-tree p {
  color: var(--muted);
  line-height: 1.45;
  margin: 8px 0 0;
}
.market-product-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.market-account-page {
  display: grid;
  gap: 16px;
}
.market-account-page .section-title {
  margin-top: 0;
}
.account-intro {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
  max-width: 840px;
}
.market-account-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.account-card {
  display: grid;
  gap: 10px;
  align-content: start;
}
.account-card h3,
.account-card p {
  margin-bottom: 0;
}
.account-card button {
  justify-self: start;
  margin-top: 4px;
}
.product-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.product-photo {
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(135deg, rgba(36, 122, 86, 0.22), transparent 56%),
    #e8ece5;
  border-bottom: 1px solid var(--line);
}
.product-photo.gold {
  background:
    linear-gradient(135deg, rgba(182, 117, 37, 0.3), transparent 56%),
    #f1eadf;
}
.product-photo.blue {
  background:
    linear-gradient(135deg, rgba(51, 95, 159, 0.24), transparent 56%),
    #e8edf7;
}
.product-body {
  display: grid;
  gap: 8px;
  padding: 14px;
}
.product-body h3 {
  margin-bottom: 0;
}
.product-body p,
.product-body small {
  color: var(--muted);
  line-height: 1.35;
}
.product-body strong {
  font-size: 25px;
}
.product-body div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
}
input, select {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 9px 10px;
  background: white;
  color: var(--ink);
  min-width: 0;
}
.qr-labels {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 14px;
}
.label {
  width: 144px;
  height: 72px;
  border: 1px dashed #777;
  background: white;
  padding: 6px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 7px;
  align-items: center;
}
.qr {
  width: 42px;
  height: 42px;
  background:
    linear-gradient(90deg, #111 8px, transparent 8px 14px, #111 14px 22px, transparent 22px),
    linear-gradient(#111 8px, transparent 8px 14px, #111 14px 22px, transparent 22px);
  background-size: 22px 22px;
  border: 3px solid #111;
}
.label strong {
  font-size: 13px;
}
.label small {
  color: #333;
  font-size: 10px;
}
.split {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 16px;
}
.form-row.single {
  grid-template-columns: 1fr;
}
.garry-schedule-row {
  align-items: end;
  grid-template-columns: minmax(94px, .9fr) minmax(120px, 1.1fr);
}
.garry-schedule-status {
  grid-column: 1 / -1;
  max-width: 220px;
}
.agent-cadence-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 22px;
}
.idea-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.idea-actions button {
  flex: 1 1 88px;
  padding-inline: 10px;
}
.vote-actions {
  display: grid;
  gap: 6px;
  min-width: 132px;
}
.vote-button {
  font-size: .82rem;
  padding: 7px 9px;
}
.vote-button.active {
  border-color: transparent;
  color: #fff;
}
.vote-up.active {
  background: #1f8055;
}
.vote-neutral.active {
  background: #dca600;
  color: #101915;
}
.vote-down.active {
  background: #b63b34;
}
.garry-shell {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr);
}
.garry-phone {
  background:
    radial-gradient(circle at 50% 18%, rgba(36, 122, 86, .24), transparent 34%),
    linear-gradient(160deg, #101915, #1d2a24 55%, #0f1713);
  border-color: #30463b;
  color: white;
  justify-self: center;
  max-width: 620px;
  min-height: 620px;
  overflow: hidden;
  width: min(100%, 620px);
}
.garry-phone::before {
  background: rgba(255, 255, 255, .18);
  border-radius: 999px;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  top: 12px;
  transform: translateX(-50%);
  width: 82px;
}
.garry-phone-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-top: 18px;
}
.garry-orb {
  align-items: center;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, .86), transparent 18%),
    radial-gradient(circle at 50% 50%, rgba(222, 170, 0, .96), rgba(36, 122, 86, .94) 58%, rgba(9, 13, 11, .95));
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .32), inset 0 0 28px rgba(255, 255, 255, .12);
  display: flex;
  justify-content: center;
  margin: 18px auto 28px;
  max-width: 190px;
}
.garry-orb span {
  color: white;
  font-size: 82px;
  font-weight: 900;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .45);
}
.garry-orb.small {
  margin: 18px auto 18px;
  max-width: 120px;
}
.garry-orb.small span {
  font-size: 52px;
}
.garry-phone .eyebrow,
.garry-phone p,
.garry-phone label {
  color: rgba(255, 255, 255, .74);
}
.garry-phone h2 {
  color: white;
  font-size: 34px;
}
.garry-command {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.garry-command textarea {
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  color: var(--ink);
  min-height: 118px;
  padding: 12px;
  resize: vertical;
}
#modal-body textarea {
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: block;
  margin-top: 8px;
  min-height: 120px;
  padding: 12px;
  resize: vertical;
  width: 100%;
}
.garry-command-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.garry-command-actions button:not(.primary) {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .28);
  color: white;
}
.garry-control-panel {
  min-width: 0;
  width: 100%;
}
.garry-control-panel .split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.garry-control-panel .table {
  table-layout: auto;
}
.android-command-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
  margin-bottom: 20px;
}
.android-phone-panel {
  background: #101915;
  color: #fff;
}
.android-phone-screen {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  min-height: 430px;
  padding: 18px;
}
.android-phone-screen h3,
.android-phone-screen p,
.android-phone-screen .eyebrow {
  color: #fff;
}
.android-phone-screen p {
  color: rgba(255, 255, 255, .72);
}
.android-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.android-quick-actions button:not(.primary) {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .25);
  color: #fff;
}
.android-status-card {
  align-self: stretch;
}
.connection-list {
  display: grid;
  gap: 10px;
}
.connection-item {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 12px minmax(0, 1fr) auto;
  padding: 10px;
}
.connection-item p {
  margin: 3px 0 0;
}
.connection-dot {
  border-radius: 50%;
  height: 12px;
  width: 12px;
}
.connection-dot.green { background: #1f8055; }
.connection-dot.gold { background: #dca600; }
.connection-dot.blue { background: #1f6fb8; }
.connection-dot.red { background: #b63b34; }
.android-service-table {
  margin-bottom: 22px;
}
.execution-table {
  min-width: 980px;
}
.execution-table th,
.execution-table td {
  vertical-align: top;
}
.execution-stage-label {
  color: var(--muted);
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 5px;
}
.execution-table .pill {
  justify-content: center;
  min-width: 72px;
}
dialog {
  width: min(760px, calc(100vw - 30px));
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0;
}
dialog::backdrop { background: rgba(0,0,0,.35); }
.modal-head {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#modal-body {
  padding: 16px;
}
@media (max-width: 860px) {
  .app-shell { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .app-shell.marketplace-mode .sidebar {
    max-width: min(290px, 86vw);
    width: min(290px, 86vw);
  }
  .app-shell.marketplace-mode.nav-open .marketplace-menu-tab {
    opacity: 0;
    pointer-events: none;
  }
  .app-shell.marketplace-mode.nav-open main {
    margin-left: min(290px, 86vw);
  }
  .topbar { align-items: flex-start; flex-direction: column; }
  .app-shell.marketplace-mode .topbar {
    padding-left: 18px;
    padding-top: 86px;
  }
  .app-shell.marketplace-mode .market-user-portal {
    flex-wrap: wrap;
    justify-content: start;
    position: static;
  }
  .grid.cols-2, .grid.cols-3, .grid.cols-4, .split, .form-row, .version-ladder, .market-hero, .market-search, .market-product-grid, .market-account-grid, .search-layout, .garry-shell, .android-command-grid { grid-template-columns: 1fr; }
  .garry-phone {
    min-height: auto;
    position: static;
  }
  .version-card::after { content: ""; }
}
