:root {
  color-scheme: dark;
  --bg0: #000104;
  --bg1: #02060c;
  --bg2: #07111a;
  --surface0: rgba(3, 7, 12, 0.72);
  --surface1: rgba(7, 13, 19, 0.92);
  --steel: #aebccc;
  --line: rgba(174, 188, 204, 0.20);
  --line-strong: rgba(174, 188, 204, 0.52);
  --text: #edf5ff;
  --muted: #8b9bab;
  --dim: #52606c;
  --cyan: #8bdfff;
  --blue: #7ca5c9;
  --amber: #d8c18d;
  --green: #82e6c1;
  --danger: #ff7777;
  --radius: 4px;
  --focus: 0 0 0 3px rgba(139, 223, 255, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 44%, rgba(139, 223, 255, 0.045), transparent 18rem),
    radial-gradient(circle at 18% 78%, rgba(174, 188, 204, 0.032), transparent 24rem),
    linear-gradient(150deg, #000104, #020409 52%, #050d14);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body[data-route="home"] {
  background:
    conic-gradient(from 215deg at 50% 50%, transparent 0 12%, rgba(139, 223, 255, 0.045) 13%, transparent 15% 44%, rgba(216, 193, 141, 0.035) 45%, transparent 48% 100%),
    radial-gradient(circle at 50% 50%, rgba(237, 245, 255, 0.13) 0 1px, transparent 2px),
    radial-gradient(circle at 50% 50%, rgba(139, 223, 255, 0.18), transparent 4.4rem),
    radial-gradient(circle at 50% 50%, transparent 0 7.4rem, rgba(0, 1, 4, 0.88) 13.8rem, transparent 28rem),
    radial-gradient(circle at 68% 28%, rgba(216, 193, 141, 0.05), transparent 18rem),
    linear-gradient(150deg, #000104, #020409 52%, #050d14);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    radial-gradient(circle, rgba(237, 245, 255, 0.76) 0 1px, transparent 1.6px),
    linear-gradient(rgba(174,188,204,0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(174,188,204,0.10) 1px, transparent 1px),
    linear-gradient(115deg, transparent 0 48%, rgba(139,223,255,0.12) 49%, transparent 50% 100%);
  background-size: 173px 173px, 96px 96px, 96px 96px, 620px 620px;
  mask-image: radial-gradient(circle at 52% 50%, black, transparent 82%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.34;
  background:
    radial-gradient(ellipse at 50% 48%, transparent 0 52%, rgba(0, 1, 4, 0.52) 84%, rgba(0, 1, 4, 0.86) 100%),
    repeating-linear-gradient(0deg, transparent 0 5px, rgba(174, 188, 204, 0.12) 6px);
  mix-blend-mode: screen;
}

[hidden] {
  display: none !important;
}

button,
a,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

a {
  color: inherit;
}

:focus-visible {
  outline: none;
  box-shadow: var(--focus);
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: var(--radius);
  background: var(--text);
  color: var(--bg0);
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.atmosphere,
.atmosphere span {
  position: fixed;
  pointer-events: none;
}

.atmosphere {
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.machine-vault,
.machine-axis {
  opacity: 0.42;
}

.machine-vault {
  width: clamp(20rem, 42vw, 44rem);
  aspect-ratio: 1;
  border: 1px solid rgba(139, 223, 255, 0.13);
  transform: rotate(18deg);
  background:
    linear-gradient(135deg, transparent 0 28%, rgba(139, 223, 255, 0.025) 28% 29%, transparent 29%),
    linear-gradient(45deg, transparent 0 48%, rgba(174, 188, 204, 0.038) 48% 49%, transparent 49%);
}

.machine-vault::before,
.machine-vault::after,
.machine-axis::before,
.machine-axis::after {
  content: "";
  position: absolute;
}

.machine-vault::before {
  inset: 14%;
  border: 1px solid rgba(174, 188, 204, 0.11);
}

.machine-vault::after {
  inset: 38%;
  border: 1px solid rgba(139, 223, 255, 0.10);
  box-shadow: 0 0 52px rgba(139, 223, 255, 0.05);
}

.vault-a { right: 6vw; top: 19vh; }
.vault-b { left: 4vw; bottom: 9vh; width: clamp(15rem, 30vw, 32rem); opacity: 0.24; transform: rotate(-14deg); }

.machine-axis {
  height: 1px;
  width: 86vw;
  background: linear-gradient(90deg, transparent, rgba(139, 223, 255, 0.22), transparent);
  transform-origin: center;
}

.machine-axis::before,
.machine-axis::after {
  top: -3px;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(174, 188, 204, 0.24);
  background: #000104;
}

.machine-axis::before { left: 23%; }
.machine-axis::after { right: 28%; }
.axis-a { left: 17vw; top: 37vh; transform: rotate(-18deg); }
.axis-b { left: -11vw; top: 75vh; transform: rotate(12deg); opacity: 0.24; }

.star {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: white;
  opacity: 0.66;
}

.star-a { left: 11%; top: 19%; }
.star-b { left: 78%; top: 17%; opacity: 0.42; }
.star-c { left: 63%; top: 72%; opacity: 0.36; }
.star-d { left: 32%; top: 63%; opacity: 0.5; }

.field {
  width: 32rem;
  aspect-ratio: 1;
  border: 1px solid rgba(139, 223, 255, 0.075);
  border-radius: 0;
  filter: blur(0.2px);
  animation: drift 42s linear infinite;
  transform: rotate(21deg);
}

.field::before,
.field::after {
  content: "";
  position: absolute;
  inset: 17%;
  border: 1px solid rgba(174, 188, 204, 0.08);
}

.field-a { left: 5%; top: 2%; }
.field-b { right: 5%; bottom: 2%; animation-duration: 58s; }

.line {
  width: 34vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(115, 216, 255, 0.22), transparent);
  transform: rotate(-18deg);
}

.line-a { left: 55%; top: 34%; }
.line-b { left: 8%; bottom: 24%; opacity: 0.38; }

.edge {
  position: fixed;
  z-index: 20;
  opacity: 0.74;
  transition: opacity 160ms ease;
}

.edge:hover,
.edge:focus-within {
  opacity: 1;
}

body[data-route="home"] .edge-bottom-left,
body[data-route="home"] .edge-bottom-center {
  display: none;
}

body[data-route="home"] .edge-top-right .icon-text,
body[data-route="home"] .edge-bottom-right .icon-text {
  width: 42px;
  min-width: 42px;
  padding: 0;
  color: transparent;
  font-size: 0;
  display: grid;
  place-items: center;
}

body[data-route="home"] .edge-top-right .icon-text::after,
body[data-route="home"] .edge-bottom-right .icon-text::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(237, 245, 255, 0.78);
  box-shadow: 0 0 18px rgba(139, 223, 255, 0.18);
}

body[data-route="home"] [data-profile-button]::after {
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139,223,255,0.78) 0 2px, transparent 3px);
}

body[data-route="home"] [data-open-index]::after {
  transform: rotate(45deg);
  background:
    linear-gradient(90deg, transparent 42%, rgba(139,223,255,0.7) 43% 57%, transparent 58%),
    linear-gradient(0deg, transparent 42%, rgba(139,223,255,0.7) 43% 57%, transparent 58%);
}

body[data-route="home"] [data-open-search]::after {
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 42%, rgba(237,245,255,0.72) 44% 50%, transparent 52%),
    linear-gradient(135deg, transparent 0 58%, rgba(139,223,255,0.72) 59% 67%, transparent 68%);
}

.edge-top-left { left: 24px; top: 20px; }
.edge-top-right { right: 24px; top: 20px; }
.edge-top-right {
  display: flex;
  gap: 10px;
}
.edge-bottom-left { left: 24px; bottom: 22px; }
.edge-bottom-center {
  left: 50%;
  bottom: 31px;
  transform: translateX(-50%);
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 0.82rem;
}
.edge-bottom-right {
  right: 24px;
  bottom: 22px;
  display: flex;
  gap: 10px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body[data-route="home"] .brand span {
  display: none;
}

.brand img {
  filter: drop-shadow(0 0 18px rgba(115, 216, 255, 0.2));
}

.icon-text,
.secondary-action,
.node,
.overlay button,
.signal-list button,
.activity-drawer button,
.activity-drawer a,
.feature button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(6, 10, 17, 0.54);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.icon-text,
.secondary-action,
.overlay button,
.activity-drawer button,
.activity-drawer a,
.feature button {
  padding: 0 14px;
}

.state-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px rgba(127, 224, 167, 0.5);
}

.viewport {
  position: relative;
  z-index: 2;
  min-height: 100svh;
}

.route {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 190ms ease, transform 190ms ease;
  padding: 104px clamp(22px, 6vw, 96px) 96px;
  overflow: hidden;
}

.route::before,
.route::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: opacity 220ms ease;
}

.route::before {
  right: clamp(22px, 9vw, 140px);
  top: 18vh;
  width: clamp(14rem, 28vw, 30rem);
  aspect-ratio: 1;
  border: 1px solid rgba(139, 223, 255, 0.085);
  background:
    linear-gradient(135deg, transparent 0 46%, rgba(216, 193, 141, 0.08) 47%, transparent 48%),
    linear-gradient(45deg, transparent 0 37%, rgba(130, 230, 193, 0.055) 38%, transparent 39%);
  transform: rotate(17deg);
}

.route::after {
  left: clamp(26px, 7vw, 112px);
  bottom: 14vh;
  width: min(62vw, 680px);
  height: 1px;
  background: linear-gradient(90deg, rgba(139,223,255,0.45), rgba(174,188,204,0.12), transparent);
}

.route.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.route.is-active::before,
.route.is-active::after {
  opacity: 1;
}

.route-home.is-active::before {
  left: 50%;
  right: auto;
  top: 50%;
  width: min(76vmin, 720px);
  transform: translate(-50%, -50%) rotate(22deg);
  border-color: rgba(139, 223, 255, 0.12);
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(139,223,255,0.16) 49%, transparent 50% 100%),
    linear-gradient(0deg, transparent 0 48%, rgba(174,188,204,0.12) 49%, transparent 50% 100%);
  animation: slowTurn 64s linear infinite;
}

.route-home.is-active::after {
  left: 50%;
  bottom: auto;
  top: 50%;
  width: min(90vmin, 860px);
  height: min(90vmin, 860px);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(139, 223, 255, 0.07);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 20%, rgba(139,223,255,0.13) 20.4% 20.8%, transparent 21.2% 31%, rgba(174,188,204,0.07) 31.4% 31.8%, transparent 32.2% 42%, rgba(216,193,141,0.06) 42.4% 42.8%, transparent 43.2% 100%),
    conic-gradient(from 70deg, transparent 0 18%, rgba(139,223,255,0.13) 19%, transparent 20% 47%, rgba(174,188,204,0.08) 48%, transparent 50% 100%);
  animation: slowTurn 92s linear infinite reverse;
}

.focal {
  position: absolute;
  left: clamp(24px, 7vw, 118px);
  top: 23vh;
  width: min(820px, calc(100vw - 48px));
  display: grid;
  grid-template-columns: minmax(220px, 340px) minmax(260px, 1fr);
  gap: clamp(22px, 5vw, 58px);
  align-items: center;
}

.route-home .focal {
  left: 50%;
  top: 50%;
  width: min(48vmin, 440px);
  min-height: min(48vmin, 440px);
  grid-template-columns: 1fr;
  place-items: center;
  gap: 0;
  transform: translate(-50%, -50%);
}

.signal-object {
  position: relative;
  aspect-ratio: 1;
  border: 1px solid rgba(139, 223, 255, 0.24);
  border-radius: 2px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, transparent 0 12%, rgba(139,223,255,0.11) 12% 13%, transparent 13% 100%),
    linear-gradient(45deg, transparent 0 47%, rgba(174,188,204,0.10) 47% 48%, transparent 48%),
    radial-gradient(circle, rgba(139, 223, 255, 0.05), rgba(255,255,255,0.018) 45%, rgba(0,0,0,0.06) 70%);
  box-shadow: inset 0 0 120px rgba(139, 223, 255, 0.07), 0 0 130px rgba(139, 223, 255, 0.05);
  clip-path: polygon(8% 0, 100% 0, 100% 82%, 82% 100%, 0 100%, 0 8%);
}

.route-home .signal-object {
  width: min(38vmin, 340px);
  border-radius: 50%;
  border-color: rgba(139, 223, 255, 0.18);
  background:
    radial-gradient(circle, rgba(237,245,255,0.92) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(0,1,4,0.98) 0 25%, rgba(139,223,255,0.12) 26% 30%, transparent 32%),
    conic-gradient(from 28deg, transparent 0 18%, rgba(139,223,255,0.18) 19%, transparent 21% 48%, rgba(216,193,141,0.13) 49%, transparent 51% 100%);
  box-shadow:
    0 0 72px rgba(139, 223, 255, 0.16),
    0 0 170px rgba(0, 1, 4, 0.7),
    inset 0 0 104px rgba(0, 1, 4, 0.86);
  clip-path: none;
}

.route-home .signal-object::before {
  inset: -22%;
  border-radius: 50%;
  border-color: rgba(139, 223, 255, 0.11);
  animation: slowTurn 38s linear infinite;
}

.route-home .signal-object::after {
  inset: -44%;
  border-radius: 50%;
  border-color: rgba(174, 188, 204, 0.07);
  animation: slowTurn 56s linear infinite reverse;
}

.route-home .signal-object img {
  width: 45%;
  height: 45%;
  border-radius: 0;
  clip-path: none;
  filter: saturate(0.82) contrast(1.26) brightness(1.08) drop-shadow(0 0 36px rgba(139, 223, 255, 0.48));
}

.signal-object::before,
.signal-object::after {
  content: "";
  position: absolute;
  inset: -12%;
  border: 1px solid rgba(188, 215, 238, 0.12);
  border-radius: 2px;
  animation: breath 7s ease-in-out infinite;
}

.signal-object::after {
  inset: 18%;
  border-color: rgba(174, 188, 204, 0.16);
  animation-duration: 11s;
}

.signal-object img {
  width: 76%;
  height: 76%;
  border-radius: 2px;
  object-fit: contain;
  filter: saturate(0.48) contrast(1.28) brightness(0.74) drop-shadow(0 0 28px rgba(139, 223, 255, 0.16));
  clip-path: polygon(8% 0, 100% 0, 100% 82%, 82% 100%, 0 100%, 0 8%);
}

.signal-object img[src*="survival-kingdoms"] {
  object-fit: cover;
  filter: saturate(0.72) contrast(1.18) brightness(0.86);
}

.copy {
  max-width: 420px;
}

.route-home .copy {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.copy p[data-home-body]:empty {
  display: none;
}

.kicker {
  margin: 0 0 10px;
  color: var(--cyan);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 14px;
  font-size: clamp(3.4rem, 8.7vw, 8rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-shadow: 0 0 42px rgba(139, 223, 255, 0.11);
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(2.2rem, 5.8vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  letter-spacing: 0;
}

p {
  color: var(--muted);
  line-height: 1.55;
}

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

.primary-action {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius);
  background: var(--text);
  color: var(--bg0);
  padding: 0 18px;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
}

.node {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 6px;
  min-width: 172px;
  padding: 14px 16px;
  text-align: left;
  color: var(--text);
  text-decoration: none;
  background:
    linear-gradient(90deg, rgba(139, 223, 255, 0.10), transparent 36%),
    rgba(3, 7, 12, 0.56);
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 70px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.035);
  clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 13px 100%, 0 calc(100% - 13px));
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.route-home .node {
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  border-radius: 50%;
  clip-path: none;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle, rgba(139,223,255,0.18), transparent 49%),
    rgba(0, 1, 4, 0.52);
  box-shadow:
    0 0 32px rgba(139, 223, 255, 0.08),
    inset 0 0 0 1px rgba(255,255,255,0.025);
  animation: nodeSignal 7.6s ease-in-out infinite;
}

.route-home .node span,
.route-home .node strong,
.route-home .node em {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.route-home .node::before {
  left: 50%;
  top: 50%;
  width: clamp(3rem, 8vw, 6.8rem);
  transform: translateY(-50%);
  opacity: 0.28;
}

.route-home .node::after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  border: 1px solid rgba(237, 245, 255, 0.82);
  box-shadow: 0 0 20px rgba(139, 223, 255, 0.26);
}

.route-home .node:hover,
.route-home .node:focus-visible {
  transform: translateY(-2px) scale(1.08);
}

.route-home .node-game::after {
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139,223,255,0.82) 0 2px, transparent 3px);
}

.route-home .node-apps::after {
  transform: rotate(45deg);
  background: linear-gradient(90deg, transparent 43%, rgba(139,223,255,0.62) 44% 56%, transparent 57%);
}

.route-home .node-shop::after {
  border-radius: 1px;
  background: linear-gradient(135deg, rgba(216,193,141,0.72), transparent 44%);
}

.route-home .node-community::after {
  border-radius: 50%;
  border-style: double;
  border-width: 3px;
}

.route-home .node-hidden::after {
  width: 20px;
  height: 12px;
  transform: skewX(-22deg);
  background: rgba(174,188,204,0.08);
}

.node::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 50%;
  width: 18px;
  height: 1px;
  background: rgba(139, 223, 255, 0.42);
}

.node:hover,
.node:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(139, 223, 255, 0.58);
  background:
    linear-gradient(90deg, rgba(139, 223, 255, 0.16), transparent 42%),
    rgba(6, 12, 19, 0.74);
}

.node strong {
  font-size: 1.08rem;
}

.node span,
.node em {
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
}

.node-game { right: 23vw; top: 17vh; }
.node-stars { right: 26vw; top: 38vh; }
.node-apps { left: 23vw; top: 31vh; animation-delay: -1.8s; }
.node-shop { right: 21vw; bottom: 25vh; animation-delay: -3.2s; }
.node-community { left: 50vw; bottom: 16vh; animation-delay: -4.9s; }
.node-hidden { left: 19vw; bottom: 18vh; opacity: 0.72; animation-delay: -6.1s; }

.route-head {
  max-width: 760px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.route:not(.route-home) .route-head {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 16px 24px;
  padding-top: 10px;
}

.route:not(.route-home) .route-head .kicker {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0;
  color: var(--amber);
}

.route:not(.route-home) .route-head h2 {
  margin: 0;
}

.route:not(.route-home) .route-head::after {
  content: "";
  width: min(58vw, 720px);
  height: 1px;
  grid-column: 1 / -1;
  background: linear-gradient(90deg, rgba(139,223,255,0.42), rgba(174,188,204,0.12), transparent);
}

.route[data-page="games"] .route-head,
.route[data-page="apps"] .route-head,
.route[data-page="shop"] .route-head,
.route[data-page="community"] .route-head {
  max-width: 1180px;
  margin-bottom: 24px;
}

.route[data-page="games"] .route-head h2,
.route[data-page="apps"] .route-head h2 {
  font-size: clamp(3.1rem, 7.8vw, 7rem);
  text-shadow: 0 0 52px rgba(139, 223, 255, 0.13);
}

.route[data-page="games"]::before,
.route[data-page="apps"]::before {
  right: 4vw;
  top: 10vh;
  width: clamp(22rem, 42vw, 52rem);
  opacity: 0.68;
  border-color: rgba(139, 223, 255, 0.12);
}

.route[data-page="shop"]::before,
.route[data-page="community"]::before,
.route[data-page="create"]::before {
  right: 8vw;
  top: 18vh;
  width: clamp(17rem, 32vw, 38rem);
  opacity: 0.5;
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(230px, 0.55fr) minmax(230px, 0.55fr);
  gap: 12px;
  max-width: 1120px;
  align-items: stretch;
  position: relative;
  z-index: 2;
}

.feature,
.activity-drawer article,
.profile-grid article,
.metric-row article,
.dashboard-console article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(139, 223, 255, 0.055), transparent 38%),
    rgba(3, 7, 12, 0.62);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.035);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.feature {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 136px;
  padding: 14px;
  position: relative;
  overflow: hidden;
}

.feature::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-top: 1px solid rgba(139, 223, 255, 0.16);
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(139, 223, 255, 0.08) 45%, transparent 46%),
    radial-gradient(ellipse at 14% 18%, rgba(139, 223, 255, 0.13), transparent 34%);
  opacity: 0.72;
}

.feature > * {
  position: relative;
  z-index: 1;
}

.feature-large {
  grid-column: span 2;
  grid-row: auto;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1fr);
  align-content: end;
  min-height: 226px;
}

.feature img,
.empty-object {
  position: relative;
  width: 100%;
  aspect-ratio: 1.25;
  border-radius: var(--radius);
  object-fit: cover;
  background: radial-gradient(circle at 50% 50%, rgba(115, 216, 255, 0.16), rgba(255,255,255,0.03) 55%, rgba(0,0,0,0.12));
}

.feature img[src$=".svg"] {
  object-fit: contain;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(139,223,255,0.08), transparent 48%),
    rgba(0, 1, 4, 0.34);
}

.feature-large img {
  aspect-ratio: 1.46;
  object-position: center;
}

.empty-object {
  overflow: hidden;
}

.empty-object::before,
.empty-object::after {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(139, 223, 255, 0.18);
  transform: rotate(18deg);
}

.empty-object::after {
  inset: 34%;
  border-color: rgba(216, 193, 141, 0.18);
  transform: rotate(-18deg);
}

.feature a,
.feature button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: var(--radius);
  color: var(--text);
  text-decoration: none;
}

.feature a {
  border: 1px solid var(--line);
  padding: 0 14px;
}

.feature-dim {
  opacity: 0.72;
}

.route[data-page="games"] .editorial-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.62fr);
  grid-auto-rows: minmax(154px, auto);
  gap: 16px;
  max-width: 1180px;
}

.route[data-page="games"] .feature {
  min-height: 168px;
  border-color: rgba(139, 223, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(139, 223, 255, 0.09), transparent 46%),
    linear-gradient(180deg, rgba(3, 7, 12, 0.86), rgba(1, 3, 8, 0.72));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255,255,255,0.04);
}

.route[data-page="games"] .feature-large {
  grid-column: span 1;
  grid-row: span 2;
  min-height: 412px;
  grid-template-columns: 1fr;
  align-content: end;
  padding: 0;
}

.route[data-page="games"] .feature-large img {
  position: absolute;
  inset: 0;
  height: 100%;
  aspect-ratio: auto;
  opacity: 0.68;
  filter: saturate(0.76) contrast(1.16) brightness(0.74);
  mask-image: linear-gradient(90deg, black 0 55%, transparent 92%);
}

.route[data-page="games"] .feature-large::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 18% 18%, rgba(139, 223, 255, 0.14), transparent 34%),
    linear-gradient(90deg, rgba(0, 1, 4, 0.22), rgba(0, 1, 4, 0.82) 76%),
    linear-gradient(0deg, rgba(0, 1, 4, 0.86), transparent 42%);
  pointer-events: none;
}

.route[data-page="games"] .feature-large > div {
  max-width: 520px;
  align-self: end;
  padding: clamp(18px, 3vw, 34px);
  margin-left: auto;
}

.route[data-page="games"] .feature:not(.feature-large) img,
.route[data-page="games"] .feature:not(.feature-large) .empty-object {
  border-color: rgba(139, 223, 255, 0.14);
  filter: saturate(0.62) contrast(1.18) brightness(0.72);
}

.route[data-page="games"] .feature h3 {
  font-size: clamp(1.3rem, 2.4vw, 2.05rem);
}

.route[data-page="games"] .feature p:not(.kicker) {
  max-width: 22rem;
}

.route[data-page="games"] .feature a,
.route[data-page="games"] .feature button {
  border-color: rgba(139, 223, 255, 0.22);
  background: rgba(0, 3, 9, 0.48);
  backdrop-filter: blur(10px);
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  position: relative;
  z-index: 2;
}

.app-card {
  display: grid;
  grid-template-columns: minmax(150px, 0.36fr) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 310px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(139,223,255,0.12), transparent 38%),
    rgba(3, 7, 12, 0.74);
  padding: 20px;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  position: relative;
  overflow: hidden;
}

.app-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(174, 188, 204, 0.10);
  pointer-events: none;
}

.app-card::after {
  content: "";
  position: absolute;
  right: -20%;
  bottom: -42%;
  width: 62%;
  aspect-ratio: 1;
  border: 1px solid rgba(139, 223, 255, 0.10);
  transform: rotate(24deg);
  pointer-events: none;
}

.app-card > * {
  position: relative;
  z-index: 1;
}

.app-card-oaksend {
  background:
    linear-gradient(135deg, rgba(216,193,141,0.18), transparent 42%),
    rgba(5, 8, 10, 0.78);
}

.app-card-circadian {
  background:
    linear-gradient(135deg, rgba(130,230,193,0.14), transparent 42%),
    rgba(5, 8, 10, 0.78);
}

.app-logo {
  display: grid;
  place-items: center;
  min-height: 190px;
  border: 1px solid rgba(174, 188, 204, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(213,225,230,0.86)),
    rgba(255, 255, 255, 0.92);
  padding: 14px;
  box-shadow: 0 24px 72px rgba(0,0,0,0.28), inset 0 0 0 1px rgba(0,0,0,0.04);
}

.app-logo img {
  max-width: 100%;
  max-height: 132px;
  object-fit: contain;
}

.app-card h3 {
  margin: 0 0 8px;
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
}

.app-card p:not(.kicker) {
  color: var(--steel);
  line-height: 1.55;
}

.future-game {
  display: inline-flex;
  width: fit-content;
  margin: 4px 0 16px;
  border: 1px solid rgba(139, 223, 255, 0.22);
  border-radius: var(--radius);
  color: var(--cyan);
  padding: 6px 8px;
  font-size: 0.78rem;
}

.app-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  text-decoration: none;
  padding: 0 14px;
}

.signal-list {
  display: grid;
  gap: 8px;
  max-width: 920px;
  position: relative;
  z-index: 2;
}

.signal-list a,
.signal-list button,
.overlay-grid a,
.overlay-grid button {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(139,223,255,0.075), transparent 34%),
    rgba(3, 7, 12, 0.62);
  color: var(--text);
  padding: 0 18px;
  text-align: left;
  text-decoration: none;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.signal-list a::before,
.signal-list button::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(139,223,255,0.48);
}

.signal-list a,
.signal-list button {
  justify-content: flex-start;
}

.signal-list span,
.overlay-grid span {
  margin-left: auto;
}

.signal-list a:hover,
.signal-list button:hover,
.activity-drawer article:hover,
.feature:hover {
  border-color: rgba(139, 223, 255, 0.38);
  background: rgba(8, 15, 23, 0.86);
}

.auth-panel {
  display: grid;
  gap: 12px;
  max-width: 720px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface0);
  padding: 18px;
  backdrop-filter: blur(14px);
}

.auth-event {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 10px;
  align-items: center;
  min-height: 58px;
  border: 1px solid rgba(139, 223, 255, 0.20);
  border-radius: var(--radius);
  background: rgba(1, 6, 10, 0.72);
  padding: 10px 12px;
}

.auth-event strong,
.auth-event em {
  display: block;
}

.auth-event em {
  grid-column: 2;
  color: var(--muted);
  font-style: normal;
  font-size: 0.88rem;
}

.auth-event[data-tone="success"] {
  border-color: rgba(130, 230, 193, 0.54);
}

.auth-event[data-tone="error"] {
  border-color: rgba(255, 119, 119, 0.58);
}

.machine-light {
  width: 9px;
  height: 22px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 20px rgba(139,223,255,0.62);
}

.auth-event[data-tone="success"] .machine-light {
  background: var(--green);
  box-shadow: 0 0 20px rgba(130,230,193,0.68);
}

.auth-event[data-tone="error"] .machine-light {
  background: var(--danger);
  box-shadow: 0 0 20px rgba(255,119,119,0.68);
}

.auth-panel label {
  display: grid;
  gap: 8px;
}

.auth-panel label span,
.auth-panel p {
  color: var(--muted);
}

.auth-panel input {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 0 14px;
}

.signal-list span,
.overlay-grid span {
  color: var(--muted);
}

.activity-drawer {
  display: grid;
  grid-template-columns: repeat(2, minmax(250px, 1fr));
  gap: 12px;
  max-width: 1080px;
  position: relative;
  z-index: 2;
}

.activity-drawer article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 18px;
  align-items: center;
  min-height: 104px;
  padding: 16px;
}

.activity-drawer span {
  color: var(--muted);
}

.activity-drawer button,
.activity-drawer a {
  grid-row: 1 / 3;
  grid-column: 2;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.profile-grid,
.metric-row,
.dashboard-console {
  display: grid;
  gap: 14px;
  max-width: 980px;
}

.profile-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.profile-grid article,
.metric-row article {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.dashboard-console {
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  margin-top: 14px;
}

.dashboard-console article {
  display: grid;
  gap: 8px;
  padding: 18px;
  min-height: 96px;
  background:
    linear-gradient(90deg, rgba(139,223,255,0.12), transparent 22%),
    var(--surface0);
}

.console-label {
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.profile-grid span,
.metric-row span,
.metric-row em {
  color: var(--muted);
  font-style: normal;
}

.journey-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 980px;
  margin-top: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface0);
  backdrop-filter: blur(14px);
}

.journey-panel p {
  margin: 6px 0 0;
  color: var(--muted);
}

.metric-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metric-row strong {
  font-size: 2rem;
}

.mobile-nav {
  display: none;
}

.overlay {
  width: min(760px, calc(100vw - 28px));
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(3, 6, 11, 0.94);
  color: var(--text);
  padding: 0;
}

.overlay::backdrop {
  background: rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(7px);
}

.overlay-shell {
  padding: 22px;
}

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

.overlay-grid,
.search-results {
  display: grid;
  gap: 10px;
}

.search-field {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.search-field span {
  color: var(--muted);
}

.search-field input {
  min-height: 50px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 0 14px;
}

.search-results button,
.search-results a {
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface0);
  color: var(--text);
  padding: 0 14px;
  text-align: left;
  text-decoration: none;
}

@keyframes drift {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes breath {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.025); opacity: 1; }
}

@keyframes slowTurn {
  from { rotate: 0deg; }
  to { rotate: 360deg; }
}

@keyframes nodeSignal {
  0%, 100% {
    box-shadow:
      0 0 28px rgba(139, 223, 255, 0.07),
      inset 0 0 0 1px rgba(255,255,255,0.025);
  }
  45% {
    box-shadow:
      0 0 42px rgba(139, 223, 255, 0.18),
      inset 0 0 0 1px rgba(255,255,255,0.05);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 980px) {
  .editorial-grid,
  .app-grid,
  .profile-grid,
  .metric-row,
  .dashboard-console {
    grid-template-columns: 1fr;
  }

  .activity-drawer {
    grid-template-columns: 1fr;
  }

  .node-hidden {
    left: auto;
    right: 12vw;
  }
}

@media (max-width: 760px) {
  html {
    overflow-x: hidden;
  }

  body {
    overflow-y: auto;
    overflow-x: hidden;
  }

  .edge {
    position: absolute;
  }

  .edge-top-left { left: 18px; top: 16px; }
  .edge-top-right { right: 14px; top: 16px; }
  .edge-top-right {
    gap: 6px;
  }
  .edge-top-right [data-profile-button] {
    display: none;
  }
  .edge-top-right .icon-text {
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.82rem;
    background: rgba(3, 6, 11, 0.82);
    backdrop-filter: blur(12px);
  }
  .edge-bottom-left,
  .edge-bottom-center {
    display: none;
  }

  .edge-bottom-right {
    right: 14px;
    top: 70px;
    bottom: auto;
    display: flex;
    gap: 8px;
    opacity: 0.9;
  }

  .edge-bottom-right [data-open-search] {
    display: none;
  }

  .edge-bottom-right .icon-text {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.84rem;
    background: rgba(3, 6, 11, 0.82);
    backdrop-filter: blur(12px);
  }

  .viewport {
    min-height: calc(100svh - 58px);
  }

  .route {
    position: relative;
    display: none;
    min-height: calc(100svh - 58px);
    padding: 104px 16px 156px;
    transform: none;
    overflow: hidden;
  }

  .route-home {
    padding-top: 96px;
  }

  .route.is-active {
    display: block;
  }

  .route::before {
    right: -22vw;
    top: 14vh;
    width: 58vw;
    opacity: 0.48;
  }

  .route::after {
    left: 16px;
    bottom: 78px;
    width: calc(100vw - 32px);
  }

  .route-home.is-active {
    display: block;
    min-height: calc(100svh - 58px);
  }

  .focal {
    position: relative;
    inset: auto;
    width: 100%;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .route-home .focal {
    position: absolute;
    left: 50%;
    top: 47%;
    width: min(72vw, 316px);
    min-height: min(72vw, 316px);
    transform: translate(-50%, -50%);
  }

  .copy .actions {
    display: none;
  }

  .signal-object {
    width: min(42vw, 164px);
    margin-inline: auto;
  }

  .route-home .signal-object {
    width: min(58vw, 236px);
  }

  h1 {
    font-size: clamp(2.72rem, 13.4vw, 3.82rem);
    margin-bottom: 10px;
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 2.55rem);
  }

  .route:not(.route-home) .route-head {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-bottom: 12px;
  }

  .route:not(.route-home) .route-head .kicker {
    writing-mode: horizontal-tb;
    transform: none;
  }

  .route[data-page="games"] .route-head,
  .route[data-page="apps"] .route-head,
  .route[data-page="shop"] .route-head,
  .route[data-page="community"] .route-head {
    margin-bottom: 14px;
  }

  .route[data-page="games"] .route-head h2,
  .route[data-page="apps"] .route-head h2 {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }

  .node {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 0;
    min-height: 50px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    transform: none !important;
  }

  .route-home .node {
    position: absolute;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    grid-template-columns: 1fr;
  }

  .route-home .node::after {
    width: 15px;
    height: 15px;
  }

  .route-home .node-game { left: 50%; top: 16%; transform: translateX(-50%) !important; }
  .route-home .node-apps { left: 11%; top: 42%; }
  .route-home .node-shop { right: 11%; top: 42%; }
  .route-home .node-community { left: 29%; bottom: 18%; }
  .route-home .node-hidden { right: 29%; bottom: 18%; left: auto; margin-bottom: 0; }

  .node-hidden {
    margin-bottom: 60px;
  }

  .node::before {
    display: none;
  }

  .node strong {
    font-size: 0.98rem;
  }

  .node span,
  .node em {
    font-size: 0.72rem;
  }

  .node em {
    display: none;
  }

  .editorial-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .route[data-page="games"] .editorial-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 10px;
  }

  .feature {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
    min-height: 96px;
    overflow-wrap: anywhere;
  }

  .feature h3 {
    font-size: 1rem;
  }

  .feature p {
    margin-bottom: 10px;
    font-size: 0.9rem;
  }

  .feature-large {
    grid-column: auto;
    grid-row: auto;
    min-height: 112px;
    grid-template-columns: 98px minmax(0, 1fr);
  }

  .route[data-page="games"] .feature,
  .route[data-page="games"] .feature-large {
    min-height: 108px;
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 98px minmax(0, 1fr);
    padding: 12px;
  }

  .route[data-page="games"] .feature-large img {
    position: relative;
    inset: auto;
    height: auto;
    opacity: 1;
    mask-image: none;
  }

  .route[data-page="games"] .feature-large::after {
    display: none;
  }

  .route[data-page="games"] .feature-large > div {
    padding: 0;
    margin-left: 0;
  }

  .route[data-page="games"] .feature h3 {
    font-size: 1rem;
  }

  .feature img,
  .empty-object {
    aspect-ratio: 1.08;
    min-height: 72px;
  }

  .feature img {
    object-fit: contain;
    background:
      linear-gradient(135deg, rgba(139,223,255,0.055), transparent 45%),
      rgba(0, 1, 4, 0.52);
  }

  .app-card {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 14px;
    padding: 14px;
  }

  .app-logo {
    min-height: 106px;
  }

  .app-logo img {
    max-height: 88px;
  }

  .activity-drawer article {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 86px;
    overflow-wrap: anywhere;
  }

  .activity-drawer button,
  .activity-drawer a {
    min-width: 68px;
    padding: 0 10px;
  }

  .signal-list a,
  .signal-list button {
    min-height: 52px;
    gap: 10px;
    padding: 0 12px;
    overflow-wrap: anywhere;
  }

  .signal-list span,
  .overlay-grid span {
    text-align: right;
  }

  .journey-panel {
    display: grid;
    gap: 14px;
  }

  .mobile-nav {
    position: fixed;
    z-index: 30;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid var(--line);
    background: rgba(3, 6, 11, 0.84);
    backdrop-filter: blur(14px);
    padding-bottom: env(safe-area-inset-bottom);
  }

  .mobile-nav button {
    min-height: 48px;
    border: 0;
    border-right: 1px solid rgba(188, 215, 238, 0.08);
    background: transparent;
    color: var(--text);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0;
  }

  .mobile-nav button[aria-current="page"] {
    color: var(--cyan);
    background: linear-gradient(180deg, rgba(139,223,255,0.11), rgba(139,223,255,0.02));
  }

  body[data-route="home"] .mobile-nav {
    display: none;
  }

  body[data-route="home"] .edge-bottom-right [data-open-search] {
    display: none;
  }
}

@media (max-width: 420px) {
  .brand span {
    font-size: 0.92rem;
  }

  .signal-object {
    width: min(48vw, 178px);
  }

  .route {
    padding-left: 14px;
    padding-right: 14px;
  }

  .route-home .focal {
    width: min(76vw, 292px);
    min-height: min(76vw, 292px);
  }

  .route-home .signal-object {
    width: min(60vw, 218px);
  }

  .auth-panel,
  .profile-grid article,
  .dashboard-console article,
  .journey-panel,
  .feature,
  .activity-drawer article {
    padding: 12px;
  }
}
