body.landing-immersive #topbar,
body.landing-immersive #bottom-nav {
  display: none;
}

body.landing-immersive #app {
  max-width: none;
}

body.landing-immersive #view {
  padding: 0;
}

body.landing-standalone #view {
  padding: 0;
}

.lp-root {
  min-height: 100dvh;
  color: var(--text);
  overflow: hidden;
  background:
    radial-gradient(70% 42% at 50% 0%, rgba(34, 211, 238, .2), transparent 70%),
    radial-gradient(40% 28% at 92% 18%, rgba(255, 61, 154, .18), transparent 70%),
    linear-gradient(180deg, #070b18 0%, #090e20 44%, #050813 100%);
}

.lp-rich {
  --lp-max: 1120px;
}

.lp-top {
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  width: min(calc(100% - 28px), var(--lp-max));
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 12px;
  border: 1px solid rgba(148, 163, 255, .25);
  border-radius: 20px;
  background: rgba(7, 11, 24, .58);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}

.lp-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
}

.lp-brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #04101c;
  font-weight: 950;
  letter-spacing: -.08em;
  background: linear-gradient(135deg, #22d3ee, #8b5cf6 65%, #ff3d9a);
  box-shadow: 0 0 26px rgba(34, 211, 238, .45);
}

.lp-brand b,
.lp-brand small {
  display: block;
  line-height: 1.05;
}

.lp-brand b {
  font-size: 13px;
  letter-spacing: .08em;
}

.lp-brand small {
  margin-top: 3px;
  color: #93a4d8;
  font-size: 10px;
  font-weight: 800;
}

.lp-top-cta {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  color: #04101c;
  text-decoration: none;
  font-size: 12px;
  font-weight: 950;
  background: linear-gradient(95deg, #22d3ee, #8b5cf6);
  box-shadow: 0 10px 24px rgba(34, 211, 238, .2);
}

.lp-hero-rich {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  isolation: isolate;
  padding: 92px 16px 28px;
}

.lp-hero-visual {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.lp-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
  filter: saturate(1.12) contrast(1.06);
}

.lp-hero-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 11, 24, .95) 0%, rgba(7, 11, 24, .62) 40%, rgba(7, 11, 24, .18) 75%),
    linear-gradient(180deg, rgba(7, 11, 24, .45) 0%, rgba(7, 11, 24, .18) 38%, #070b18 100%);
}

.lp-orb {
  position: absolute;
  z-index: -2;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  filter: blur(38px);
  opacity: .35;
  pointer-events: none;
}

.lp-orb-cyan {
  left: -90px;
  top: 18%;
  background: #22d3ee;
}

.lp-orb-pink {
  right: -120px;
  bottom: 18%;
  background: #ff3d9a;
}

.lp-hero-copy {
  width: min(100%, var(--lp-max));
  margin: 0 auto;
  padding-bottom: 16px;
}

.lp-kicker,
.lp-section-head > span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 8px;
  padding: 6px 11px;
  border: 1px solid rgba(34, 211, 238, .42);
  border-radius: 999px;
  color: #7deeff;
  background: rgba(34, 211, 238, .1);
  font-size: 10.5px;
  font-weight: 950;
  letter-spacing: .14em;
}

.lp-hero h1 {
  max-width: 760px;
  margin-top: 16px;
  font-size: clamp(44px, 12vw, 96px);
  line-height: .92;
  letter-spacing: -.08em;
  font-weight: 950;
  text-shadow: 0 0 36px rgba(34, 211, 238, .18);
}

.lp-lead {
  max-width: 610px;
  margin-top: 18px;
  color: #d5ddff;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.82;
  font-weight: 750;
}

.lp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 24px;
}

.lp-cta {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border-radius: 17px;
  border: 0;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 950;
}

.lp-cta-main {
  min-width: min(260px, 100%);
  color: #03101c;
  background: linear-gradient(95deg, #22d3ee 0%, #7c6dff 55%, #ff3d9a 118%);
  box-shadow: 0 18px 42px rgba(34, 211, 238, .28), inset 0 1px 0 rgba(255,255,255,.52);
}

.lp-cta-sub {
  min-width: min(190px, 100%);
  background: rgba(9, 14, 32, .72);
  border: 1px solid rgba(148, 163, 255, .34);
  backdrop-filter: blur(10px);
}

.lp-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.lp-trust-row span {
  padding: 6px 9px;
  border-radius: 999px;
  color: #b9c5f3;
  background: rgba(15, 21, 44, .62);
  border: 1px solid rgba(148, 163, 255, .2);
  font-size: 11px;
  font-weight: 850;
}

.lp-float-card {
  position: absolute;
  z-index: 4;
  width: min(270px, calc(100% - 34px));
  padding: 14px;
  border-radius: 18px;
  background: rgba(10, 15, 34, .74);
  border: 1px solid rgba(34, 211, 238, .32);
  box-shadow: 0 18px 60px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
}

.lp-float-card b,
.lp-float-card span {
  display: block;
}

.lp-float-card b {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.35;
}

.lp-live {
  width: max-content;
  padding: 3px 8px;
  border-radius: 999px;
  color: #04101c;
  background: #34d399;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
}

.lp-odds-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 10px;
}

.lp-odds-row span {
  padding: 8px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  background: rgba(34, 211, 238, .14);
  border: 1px solid rgba(34, 211, 238, .25);
  font-size: 11px;
  font-weight: 900;
}

.lp-float-predict {
  right: max(18px, calc((100% - var(--lp-max)) / 2));
  bottom: 108px;
}

.lp-float-reward {
  right: max(38px, calc((100% - var(--lp-max)) / 2 + 100px));
  bottom: 28px;
  width: min(230px, calc(100% - 34px));
  border-color: rgba(255, 193, 77, .38);
}

.lp-float-reward > span {
  color: #ffc14d;
  font-size: 11px;
  font-weight: 950;
}

.lp-float-reward img {
  width: 20px;
  height: 20px;
  vertical-align: -5px;
}

.lp-strip {
  width: min(calc(100% - 28px), var(--lp-max));
  margin: -20px auto 34px;
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: 1fr 18px 1fr 18px 1fr 18px 1fr;
  gap: 8px;
  padding: 12px;
  border-radius: 24px;
  background: rgba(9, 14, 32, .82);
  border: 1px solid rgba(80, 170, 255, .32);
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
  backdrop-filter: blur(18px);
}

.lp-strip div {
  min-height: 64px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(34, 211, 238, .12), rgba(139, 92, 246, .08));
}

.lp-strip b {
  font-size: 15px;
}

.lp-strip span {
  display: block;
  margin-top: 3px;
  color: #97a8da;
  font-size: 10px;
  font-weight: 850;
}

.lp-strip i {
  align-self: center;
  height: 2px;
  background: linear-gradient(90deg, #22d3ee, #ff3d9a);
  box-shadow: 0 0 12px rgba(34, 211, 238, .5);
}

.lp-showcase,
.lp-battle-block,
.lp-live-board,
.lp-system-grid,
.lp-build-panel,
.lp-armory,
.lp-daily,
.lp-faq,
.lp-final-rich,
.lp-panel {
  width: min(calc(100% - 28px), var(--lp-max));
  margin: 0 auto 18px;
}

.lp-showcase {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 16px;
  align-items: stretch;
}

.lp-showcase-card,
.lp-loop-art,
.lp-panel,
.lp-battle-block,
.lp-live-board,
.lp-build-panel,
.lp-armory,
.lp-daily,
.lp-faq,
.lp-final-rich {
  border-radius: 30px;
  border: 1px solid rgba(80, 170, 255, .28);
  background:
    radial-gradient(90% 100% at 100% 0%, rgba(255, 61, 154, .12), transparent 60%),
    linear-gradient(155deg, rgba(25, 34, 67, .88), rgba(9, 14, 32, .94));
  box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
}

.lp-showcase-main {
  padding: clamp(20px, 4vw, 34px);
}

.lp-section-head h2,
.lp-battle-copy h2,
.lp-final-rich h2 {
  margin-top: 12px;
  font-size: clamp(27px, 4.8vw, 48px);
  line-height: 1.05;
  letter-spacing: -.06em;
}

.lp-showcase-main p,
.lp-battle-copy p,
.lp-final-rich p,
.lp-note {
  margin-top: 14px;
  color: #b7c4f4;
  font-size: 14px;
  line-height: 1.85;
  font-weight: 720;
}

.lp-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 22px;
}

.lp-metric-grid div {
  padding: 13px 10px;
  border-radius: 17px;
  background: rgba(7, 11, 24, .48);
  border: 1px solid rgba(148, 163, 255, .18);
}

.lp-metric-grid strong {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.lp-metric-grid span {
  display: block;
  margin-top: 7px;
  color: #96a6d8;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 850;
}

.lp-loop-art {
  overflow: hidden;
  min-height: 360px;
}

.lp-loop-art img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.lp-market-panel {
  padding: clamp(20px, 4vw, 34px);
}

.lp-category-rich {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.lp-cat {
  min-height: 132px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 22px;
  border: 1px solid color-mix(in srgb, var(--cat, #22d3ee) 46%, transparent);
  background:
    radial-gradient(100% 80% at 50% 0%, color-mix(in srgb, var(--cat, #22d3ee) 22%, transparent), transparent 70%),
    rgba(7, 11, 24, .58);
}

.lp-cat > span {
  font-size: 26px;
}

.lp-cat b {
  color: var(--cat, #22d3ee);
  font-size: 13px;
  line-height: 1.25;
}

.lp-cat small {
  color: #aebbf0;
  font-size: 10.5px;
  line-height: 1.35;
  font-weight: 750;
}

.lp-live-board,
.lp-build-panel,
.lp-armory,
.lp-daily,
.lp-faq {
  padding: clamp(20px, 4vw, 34px);
}

.lp-ticket-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.lp-ticket {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--cat, #22d3ee) 16%, transparent), transparent 54%),
    rgba(7, 11, 24, .58);
  border: 1px solid color-mix(in srgb, var(--cat, #22d3ee) 40%, transparent);
}

.lp-ticket-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.lp-ticket-top span {
  color: var(--cat, #22d3ee);
  font-size: 12px;
  font-weight: 950;
}

.lp-ticket-top b {
  padding: 4px 8px;
  border-radius: 999px;
  color: #04101c;
  background: #34d399;
  font-size: 10px;
}

.lp-ticket h3 {
  margin: 18px 0;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -.04em;
}

.lp-ticket-odds {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.lp-ticket-odds span {
  flex: 1;
  min-width: 72px;
  padding: 9px 8px;
  border-radius: 13px;
  text-align: center;
  color: #dce7ff;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  font-size: 11px;
  font-weight: 900;
}

.lp-system-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.lp-system-card {
  min-height: 210px;
  padding: 18px;
  border-radius: 26px;
  border: 1px solid rgba(148, 163, 255, .22);
  background:
    radial-gradient(90% 70% at 50% 0%, rgba(34, 211, 238, .14), transparent 70%),
    rgba(10, 15, 34, .76);
}

.lp-system-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: rgba(34, 211, 238, .12);
  border: 1px solid rgba(34, 211, 238, .26);
  font-size: 24px;
}

.lp-system-card h3 {
  margin-top: 16px;
  font-size: 18px;
}

.lp-system-card p {
  margin-top: 10px;
  color: #aebbf0;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 720;
}

.lp-build-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 18px;
  margin-top: 22px;
  align-items: center;
}

.lp-city-mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 14px;
  border-radius: 26px;
  background: rgba(5, 9, 22, .64);
  border: 1px solid rgba(34, 211, 238, .18);
  box-shadow: inset 0 0 40px rgba(34, 211, 238, .06);
}

.lp-grid-cell {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #eaf2ff;
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 950;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.lp-grid-cell img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 10px 14px rgba(0,0,0,.35)) drop-shadow(0 0 12px rgba(34, 211, 238, .22));
}

.lp-grid-cell.road { color: #22d3ee; background: rgba(34, 211, 238, .12); }
.lp-grid-cell.police { color: #60a5fa; background: rgba(96, 165, 250, .14); }
.lp-grid-cell.hospital { color: #ff6b8a; background: rgba(255, 77, 109, .14); }
.lp-grid-cell.power { color: #ffc14d; background: rgba(255, 193, 77, .14); }
.lp-grid-cell.shopping { color: #f472b6; background: rgba(244, 114, 182, .14); }
.lp-grid-cell.station { color: #34d399; background: rgba(52, 211, 153, .14); }
.lp-grid-cell.port { color: #38bdf8; background: rgba(56, 189, 248, .14); }
.lp-grid-cell.townhall {
  color: #04101c;
  background: radial-gradient(circle at 50% 20%, rgba(255,255,255,.35), transparent 42%), linear-gradient(135deg, rgba(255,193,77,.78), rgba(34,211,238,.5));
  box-shadow: 0 0 30px rgba(255, 193, 77, .25);
}

.lp-build-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.lp-build-list div {
  padding: 15px;
  border-radius: 18px;
  background: rgba(7, 11, 24, .46);
  border: 1px solid rgba(148, 163, 255, .16);
}

.lp-build-list b {
  display: block;
  font-size: 15px;
}

.lp-build-list span {
  display: block;
  margin-top: 8px;
  color: #aebbf0;
  font-size: 12.5px;
  line-height: 1.55;
  font-weight: 730;
}

.lp-battle-block {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 0;
  overflow: hidden;
}

.lp-battle-art-rich {
  min-height: 470px;
  overflow: hidden;
}

.lp-battle-art-rich img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.05);
}

.lp-battle-copy {
  padding: clamp(22px, 4vw, 38px);
  align-self: center;
}

.lp-checks {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  list-style: none;
}

.lp-checks li {
  position: relative;
  padding: 12px 12px 12px 39px;
  border-radius: 16px;
  background: rgba(7, 11, 24, .45);
  border: 1px solid rgba(148, 163, 255, .16);
  color: #dce5ff;
  font-size: 13px;
  font-weight: 850;
}

.lp-checks li::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #04101c;
  background: #34d399;
  font-size: 12px;
  font-weight: 950;
}

.lp-armory-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.lp-armory-grid article {
  position: relative;
  min-height: 250px;
  padding: 14px;
  border-radius: 24px;
  background: rgba(7, 11, 24, .5);
  border: 1px solid rgba(148, 163, 255, .18);
  overflow: hidden;
}

.lp-armory-grid img {
  width: 100%;
  height: 132px;
  object-fit: contain;
  display: block;
  border-radius: 18px;
  background: radial-gradient(circle at 50% 30%, rgba(34, 211, 238, .16), transparent 68%);
}

.lp-rarity {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 5px 9px;
  border-radius: 999px;
  color: #1a1024;
  background: linear-gradient(95deg, #ffd76a, #ff3d9a 70%, #8b5cf6);
  box-shadow: 0 0 18px rgba(255, 61, 154, .34);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .08em;
}

.lp-rarity-skill {
  color: #04101c;
  background: linear-gradient(95deg, #22d3ee, #8b5cf6);
}

.lp-armory-grid h3 {
  margin-top: 13px;
  font-size: 16px;
}

.lp-armory-grid p {
  margin-top: 8px;
  color: #aebbf0;
  font-size: 12.5px;
  line-height: 1.55;
  font-weight: 730;
}

.lp-daily-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.lp-daily-grid div {
  min-height: 170px;
  padding: 17px;
  border-radius: 24px;
  background:
    radial-gradient(90% 70% at 50% 0%, rgba(255, 61, 154, .12), transparent 70%),
    rgba(7, 11, 24, .5);
  border: 1px solid rgba(148, 163, 255, .18);
}

.lp-daily-grid span {
  font-size: 30px;
}

.lp-daily-grid b {
  display: block;
  margin-top: 16px;
  font-size: 16px;
}

.lp-daily-grid small {
  display: block;
  margin-top: 8px;
  color: #aebbf0;
  font-size: 12.5px;
  line-height: 1.55;
  font-weight: 730;
}

.lp-faq-grid {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.lp-faq details {
  border-radius: 18px;
  background: rgba(7, 11, 24, .48);
  border: 1px solid rgba(148, 163, 255, .16);
  overflow: hidden;
}

.lp-faq summary {
  cursor: pointer;
  padding: 16px 18px;
  color: #fff;
  font-weight: 950;
}

.lp-faq p {
  padding: 0 18px 18px;
  color: #aebbf0;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 730;
}

.lp-final-rich {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 0;
  padding: clamp(24px, 5vw, 44px);
  background:
    radial-gradient(70% 90% at 92% 20%, rgba(255, 61, 154, .25), transparent 70%),
    radial-gradient(70% 90% at 0% 0%, rgba(34, 211, 238, .18), transparent 70%),
    linear-gradient(155deg, rgba(25, 34, 67, .96), rgba(8, 13, 30, .98));
}

.lp-final-actions {
  display: grid;
  gap: 10px;
  min-width: min(320px, 100%);
}

@media (max-width: 820px) {
  .lp-top {
    top: 10px;
    width: calc(100% - 20px);
  }

  .lp-hero-rich {
    min-height: 100svh;
    padding: 84px 14px 28px;
  }

  .lp-hero-visual img {
    object-position: 55% center;
  }

  .lp-hero-vignette {
    background:
      linear-gradient(180deg, rgba(7, 11, 24, .12) 0%, rgba(7, 11, 24, .36) 33%, #070b18 90%),
      linear-gradient(90deg, rgba(7, 11, 24, .78), rgba(7, 11, 24, .22));
  }

  .lp-hero h1 {
    max-width: 420px;
  }

  .lp-float-predict {
    top: 108px;
    right: 14px;
    bottom: auto;
    width: 232px;
  }

  .lp-float-reward {
    display: none;
  }

  .lp-strip {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 8px;
  }

  .lp-strip i {
    display: none;
  }

  .lp-showcase,
  .lp-battle-block,
  .lp-build-layout {
    grid-template-columns: 1fr;
  }

  .lp-loop-art {
    order: -1;
    min-height: 260px;
  }

  .lp-loop-art img {
    min-height: 260px;
  }

  .lp-category-rich {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-ticket-grid,
  .lp-system-grid,
  .lp-armory-grid,
  .lp-daily-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-battle-art-rich,
  .lp-battle-art-rich img {
    min-height: 280px;
  }

  .lp-final-rich {
    display: block;
  }

  .lp-final-actions {
    margin-top: 20px;
  }
}

@media (max-width: 420px) {
  .lp-brand small {
    display: none;
  }

  .lp-top-cta {
    padding: 0 12px;
  }

  .lp-hero h1 {
    font-size: 48px;
  }

  .lp-lead {
    font-size: 14px;
    line-height: 1.7;
  }

  .lp-actions {
    display: grid;
  }

  .lp-cta {
    width: 100%;
  }

  .lp-float-card {
    transform: scale(.86);
    transform-origin: top right;
  }

  .lp-metric-grid {
    grid-template-columns: 1fr;
  }

  .lp-category-rich {
    gap: 8px;
  }

  .lp-cat {
    min-height: 116px;
  }

  .lp-ticket-grid,
  .lp-system-grid,
  .lp-build-list,
  .lp-armory-grid,
  .lp-daily-grid {
    grid-template-columns: 1fr;
  }

  .lp-ticket,
  .lp-system-card,
  .lp-armory-grid article,
  .lp-daily-grid div {
    min-height: auto;
  }
}
