:root {
  --ink: #fff4d6;
  --muted: #aeb3be;
  --line: #444a58;
  --paper: #111319;
  --surface: #1b1e26;
  --surface-raised: #242833;
  --surface-deep: #0c0e14;
  --accent: #ffc857;
  --accent-deep: #e77c34;
  --cheese: #ffc857;
  --peach: #ff9a6f;
  --mouse-soft: #e6a15b;
  --sage: #61e7e2;
  --good: #61e7e2;
  --bad: #ff736b;
  --cream: #fff4d6;
  --cyan: #61e7e2;
  --shadow: 8px 8px 0 rgba(0, 0, 0, 0.36);
  --shadow-small: 4px 4px 0 rgba(0, 0, 0, 0.38);
  --radius: 12px;
  --display-font:
    ui-rounded, "Arial Rounded MT Bold", "PingFang SC", "Microsoft YaHei",
    sans-serif;
  --ui-font:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "PingFang SC", "Microsoft YaHei", sans-serif;
  --mono-font: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

html {
  color-scheme: dark;
}

body.jerry-tech {
  position: relative;
  min-width: 320px;
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    radial-gradient(
      circle at center,
      rgba(255, 200, 87, 0.115) 0 1px,
      transparent 1.3px
    ),
    linear-gradient(rgba(97, 231, 226, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(97, 231, 226, 0.035) 1px, transparent 1px);
  background-size:
    18px 18px,
    52px 52px,
    52px 52px;
  font-family: var(--ui-font);
  isolation: isolate;
}

body.jerry-tech::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: repeating-linear-gradient(
    0deg,
    transparent 0 5px,
    rgba(255, 255, 255, 0.014) 5px 6px
  );
}

body.jerry-tech::after {
  content: "";
  position: fixed;
  top: 22%;
  right: 0;
  z-index: -1;
  width: 7px;
  height: 36vh;
  background: var(--accent);
  box-shadow: 0 44vh 0 var(--cyan);
  pointer-events: none;
}

body.jerry-tech ::selection {
  color: #111319;
  background: var(--accent);
}
body.jerry-tech :focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}
body.jerry-tech code,
body.jerry-tech .mono {
  font-family: var(--mono-font);
}

.jerry-tech .site-shell {
  position: relative;
  isolation: isolate;
  width: min(1340px, calc(100% - 32px));
}

/* Global command header */
.jerry-tech .topbar {
  position: relative;
  z-index: 40;
  height: 78px;
  grid-template-columns: 1fr auto 1fr;
  padding: 0 18px;
  background: rgba(17, 19, 25, 0.96);
  border: 2px solid #050609;
  border-top-color: var(--accent);
  box-shadow: var(--shadow-small);
}

.jerry-tech .topbar::before,
.jerry-tech .topbar::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.jerry-tech .topbar::before {
  right: 16px;
  bottom: -2px;
  width: 116px;
  height: 2px;
  background: var(--cyan);
  box-shadow: -129px 0 0 rgba(97, 231, 226, 0.35);
}

.jerry-tech .topbar::after {
  top: 9px;
  right: 9px;
  width: 5px;
  height: 5px;
  background: var(--accent);
  box-shadow:
    0 9px 0 var(--accent-deep),
    0 18px 0 var(--cyan);
}

.jerry-tech .mobile-menu-toggle,
.jerry-tech .mobile-nav-heading,
.jerry-tech .mobile-nav-account,
.jerry-tech .mobile-menu-scrim,
.jerry-tech .mobile-cross-band,
.jerry-tech .desktop-cross-background,
.jerry-tech .hero-actions-mobile {
  display: none;
}

.jerry-tech .brand {
  gap: 10px;
}
.jerry-tech .brand-mascot {
  width: 58px;
  height: 48px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  animation: none;
}

.jerry-tech .brand-mascot::before,
.jerry-tech .brand-mascot::after {
  content: none;
}

.jerry-tech .brand-mascot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  filter: none;
}
.jerry-tech .brand-lockup {
  display: grid;
  gap: 2px;
}
.jerry-tech .brand-lockup > span {
  font-family: var(--display-font);
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.055em;
}
.jerry-tech .brand-lockup strong {
  color: var(--cream);
  font-weight: 900;
}
.jerry-tech .brand-lockup em {
  color: var(--accent);
  font-style: normal;
  font-weight: 900;
}
.jerry-tech .brand-lockup small {
  color: var(--cyan);
  font: 700 8px/1 var(--mono-font);
  letter-spacing: 0.18em;
}

.jerry-tech .topbar nav {
  gap: 8px;
  padding: 5px;
  background: #0b0d12;
  border: 1px solid #353a46;
  border-radius: 9px;
}
.jerry-tech .topbar nav a {
  position: relative;
  min-width: 76px;
  padding: 11px 13px 10px;
  color: #a9aebb;
  border: 1px solid transparent;
  border-radius: 6px;
  font: 750 12px/1 var(--ui-font);
  text-align: center;
  letter-spacing: 0.04em;
}
.jerry-tech .topbar nav a:hover {
  color: var(--cream);
  background: #242833;
  border-color: #414754;
}
.jerry-tech .topbar nav a.active {
  color: #13151a;
  background: var(--accent);
  border-color: #06070a;
  box-shadow: inset 0 -3px 0 var(--accent-deep);
}
.jerry-tech .topbar nav a.active::after {
  left: 9px;
  bottom: 50%;
  width: 4px;
  height: 4px;
  background: #121419;
  border-radius: 0;
  transform: translateY(50%);
}

.jerry-tech .account-link {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
}
.jerry-tech .account-link > a:not(.quiet-button) {
  padding: 8px 10px 8px 14px;
  background: #0b0d12;
  border-left: 2px solid var(--cyan);
}
.jerry-tech .account-link > a strong {
  color: var(--cream);
  font: 800 12px/1 var(--ui-font);
}
.jerry-tech .account-link > a small {
  color: var(--cyan);
  font-family: var(--mono-font);
}
.jerry-tech .account-link .text-button {
  padding: 9px 10px;
  color: #989eaa;
  background: transparent;
  border: 1px solid #3a404c;
  border-radius: 5px;
}

.system-ticker {
  position: relative;
  z-index: 15;
  height: 36px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  margin-top: 9px;
  overflow: hidden;
  color: #b9bec8;
  background: #080a0f;
  border: 1px solid #343946;
  font: 700 9px/1 var(--mono-font);
  letter-spacing: 0.13em;
}
.ticker-badge,
.ticker-clock {
  position: relative;
  z-index: 2;
  height: 100%;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  background: #12151b;
}
.ticker-badge {
  color: var(--cyan);
  border-right: 1px solid #343946;
}
.ticker-badge i {
  width: 6px;
  height: 6px;
  margin-right: 9px;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(97, 231, 226, 0.12);
  animation: jp-live-pulse 1.8s ease-out infinite;
}
.ticker-clock {
  color: var(--accent);
  border-left: 1px solid #343946;
}
.ticker-window {
  min-width: 0;
  overflow: hidden;
}
.ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
  animation: jp-ticker 30s linear infinite;
}
.ticker-track b {
  color: var(--accent-deep);
  font-size: 7px;
}
.system-ticker:hover .ticker-track {
  animation-play-state: paused;
}

/* Desktop background ribbons: the bands stay fixed while their type moves. */
@media (min-width: 1081px) {
  .jerry-tech .desktop-cross-background {
    position: fixed;
    inset: 123px 0 0;
    z-index: 0;
    display: block;
    overflow: hidden;
    overflow: clip;
    contain: paint;
    pointer-events: none;
  }
  .jerry-tech main,
  .jerry-tech .site-shell > footer {
    position: relative;
    z-index: 2;
  }
  .desktop-cross-band {
    position: absolute;
    left: 50%;
    display: block;
    overflow: hidden;
    color: rgba(255, 244, 214, 0.22);
    background: rgba(8, 10, 15, 0.56);
    border-top: 1px solid rgba(97, 231, 226, 0.2);
    border-bottom: 1px solid rgba(97, 231, 226, 0.12);
    box-shadow:
      0 5px 0 rgba(0, 0, 0, 0.13),
      inset 0 2px 0 rgba(255, 255, 255, 0.018);
    font-family: var(--mono-font);
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.72);
    transform-origin: center;
    white-space: nowrap;
  }
  .desktop-cross-band-main {
    top: 29%;
    width: 148vw;
    height: 58px;
    border-color: rgba(97, 231, 226, 0.24);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.16em;
    transform: translateX(-50%) rotate(-7deg);
  }
  .desktop-cross-band-cyan {
    top: 7%;
    width: 154vw;
    height: 22px;
    color: rgba(97, 231, 226, 0.29);
    background:
      repeating-linear-gradient(90deg, rgba(97, 231, 226, 0.055) 0 4px, transparent 4px 13px),
      rgba(10, 13, 18, 0.34);
    border-color: rgba(97, 231, 226, 0.22);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.24em;
    transform: translateX(-50%) rotate(16deg);
  }
  .desktop-cross-band-amber {
    top: 55%;
    width: 152vw;
    height: 76px;
    color: rgba(255, 200, 87, 0.2);
    background:
      linear-gradient(90deg, rgba(231, 124, 52, 0.075), transparent 31%, rgba(255, 200, 87, 0.055) 68%, transparent),
      repeating-linear-gradient(90deg, rgba(255, 200, 87, 0.032) 0 3px, transparent 3px 12px),
      rgba(15, 17, 23, 0.46);
    border-top: 2px solid rgba(255, 200, 87, 0.18);
    border-bottom: 2px solid rgba(231, 124, 52, 0.14);
    font-size: 14px;
    font-weight: 950;
    letter-spacing: 0.18em;
    transform: translateX(-50%) rotate(-15deg);
  }
  .desktop-cross-track {
    width: max-content;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    will-change: transform;
  }
  .desktop-cross-track span {
    flex: 0 0 auto;
    padding-inline: 48px;
  }
  .desktop-cross-band-main .desktop-cross-track {
    animation: jp-ticker 18s linear infinite;
  }
  .desktop-cross-band-cyan .desktop-cross-track {
    animation: jp-ticker 14s linear infinite reverse;
  }
  .desktop-cross-band-amber .desktop-cross-track {
    animation: jp-ticker 22s linear infinite;
  }
}

/* Buttons and inputs */
.jerry-tech .primary-button,
.jerry-tech .quiet-button,
.jerry-tech .copy-button,
.jerry-tech .download-button,
.jerry-tech .text-button {
  position: relative;
  overflow: hidden;
}
.jerry-tech .primary-button {
  min-height: 46px;
  padding: 0 23px;
  color: #121419;
  background: var(--accent);
  border: 2px solid #06070a;
  border-radius: 7px;
  box-shadow: 4px 4px 0 var(--accent-deep);
  font-weight: 850;
  letter-spacing: 0.02em;
}
.jerry-tech .primary-button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35%;
  width: 24%;
  background: rgba(255, 255, 255, 0.42);
  transform: skewX(-24deg);
  transition: left 0.42s ease;
}
.jerry-tech .primary-button:hover {
  color: #0c0e13;
  background: #ffd477;
  transform: translate(-1px, -1px);
  box-shadow: 6px 6px 0 var(--accent-deep);
}
.jerry-tech .primary-button:hover::after {
  left: 112%;
}
.jerry-tech .primary-button:active {
  transform: translate(3px, 3px);
  box-shadow: 1px 1px 0 var(--accent-deep);
}
.jerry-tech .quiet-button,
.jerry-tech .copy-button {
  color: var(--cream);
  background: #171a21;
  border: 1px solid #555c6a;
  border-radius: 6px;
}
.jerry-tech .quiet-button:hover,
.jerry-tech .copy-button:hover {
  color: var(--cyan);
  background: #20242d;
  border-color: var(--cyan);
  box-shadow: 3px 3px 0 rgba(97, 231, 226, 0.19);
}
.jerry-tech .text-button {
  color: #c0c4cd;
}
.jerry-tech .text-button:hover {
  color: var(--accent);
}

.jerry-tech input,
.jerry-tech select {
  color: var(--cream);
  background: #0e1016;
  border: 1px solid #434a57;
  border-bottom: 2px solid #59616f;
  border-radius: 6px;
  caret-color: var(--cyan);
}
.jerry-tech input::placeholder {
  color: #686e7a;
}
.jerry-tech input:focus,
.jerry-tech select:focus,
.jerry-tech .auth-card input:focus {
  color: #fff9e8;
  background: #12151c;
  border-color: var(--cyan);
  box-shadow:
    0 0 0 3px rgba(97, 231, 226, 0.1),
    inset 4px 0 0 var(--cyan);
  outline: 0;
}

/* Home hero */
.jerry-tech main {
  min-height: calc(100vh - 190px);
}
.jerry-tech .hero {
  position: relative;
  min-height: 600px;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.82fr);
  gap: 48px;
  padding: 58px 3vw 46px;
}
.jerry-tech .hero::before {
  content: "JP // 001";
  position: absolute;
  top: 24px;
  left: 3vw;
  color: #5c626f;
  font: 700 9px/1 var(--mono-font);
  letter-spacing: 0.16em;
}
.jerry-tech .hero-copy {
  position: relative;
  z-index: 3;
}
.jerry-tech .eyebrow,
.jerry-tech .section-kicker {
  color: var(--cyan);
  font: 800 10px/1.4 var(--mono-font);
  letter-spacing: 0.17em;
}
.jerry-tech .eyebrow::before {
  content: "[";
  color: var(--accent);
  margin-right: 2px;
}
.jerry-tech .eyebrow::after {
  content: "]";
  color: var(--accent);
  margin-left: 2px;
}
.jerry-tech .live-dot {
  background: var(--cyan);
  border-radius: 1px;
  box-shadow: 0 0 0 5px rgba(97, 231, 226, 0.11);
  animation: jp-live-pulse 1.8s ease-out infinite;
}
.jerry-tech .live-dot.muted {
  background: #707684;
  box-shadow: none;
  animation: none;
}
.jerry-tech .hero h1,
.jerry-tech .auth-intro h1,
.jerry-tech .downloads-hero h1,
.jerry-tech .not-found h1 {
  margin: 22px 0 24px;
  color: var(--cream);
  font-family: var(--display-font);
  font-size: clamp(52px, 5.8vw, 78px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: -0.065em;
  text-wrap: balance;
}
.jerry-tech .hero h1 em {
  color: var(--accent);
  font-style: normal;
  text-shadow: 4px 4px 0 #5c310f;
}
.jerry-tech .hero-statement {
  white-space: nowrap;
}
.jerry-tech .hero-copy > p {
  max-width: 680px;
  color: #c8cbd2;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
.jerry-tech .hero-actions {
  gap: 28px;
}

.jerry-tech .hero-portrait {
  position: relative;
  width: min(470px, 100%);
  aspect-ratio: 1 / 1.08;
  overflow: visible;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  isolation: isolate;
}
.jerry-tech .hero-portrait::before,
.jerry-tech .hero-portrait::after {
  content: none;
}
.jerry-tech .hero-art {
  position: absolute;
  top: 0;
  bottom: -12px;
  left: 50%;
  z-index: 3;
  aspect-ratio: 640 / 753;
  transform: translateX(-50%);
}
.jerry-tech .hero-mascot {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  animation: none;
  opacity: 1;
  transition: opacity 0.18s ease;
}
.jerry-tech .hero-mascot img {
  width: 100%;
  height: 100%;
  object-position: center bottom;
  filter: saturate(1.08) contrast(1.03);
}
.hero-tail-canvas,
.hero-cutout-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}
.hero-tail-canvas {
  z-index: 0;
}
.hero-cutout-canvas {
  z-index: 1;
  filter: saturate(1.08) contrast(1.03);
}
.hero-art.tail-canvas-ready .hero-mascot {
  opacity: 0;
}
.hero-art.tail-canvas-ready .hero-tail-canvas,
.hero-art.tail-canvas-ready .hero-cutout-canvas {
  opacity: 1;
}
.hero-machine-fx {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.server-fan {
  transform-box: view-box;
  transform-origin: 0 0;
  animation: jp-fan-spin 1.78s linear infinite;
  will-change: transform;
}
.server-fan.fan-fast {
  animation-duration: 1.28s;
}
.server-fan.fan-medium {
  animation-duration: 1.72s;
}
.server-fan.fan-slow {
  animation-duration: 2.34s;
}
.server-fan.fan-reverse {
  animation-direction: reverse;
}
.server-fan.fan-offset-a {
  animation-delay: -0.37s;
}
.server-fan.fan-offset-b {
  animation-delay: -0.83s;
}
.server-fan.fan-offset-c {
  animation-delay: -1.21s;
}
.pad-screen-base {
  fill: rgba(2, 18, 22, 0.95);
}
.pad-screen-grid {
  fill: none;
  stroke: rgba(97, 231, 226, 0.12);
  stroke-width: 0.65;
}
.pad-screen-label,
.pad-screen-value {
  font-family: var(--mono-font);
  paint-order: stroke;
  stroke: rgba(0, 16, 19, 0.72);
  stroke-width: 0.55;
}
.pad-screen-label {
  fill: rgba(135, 255, 248, 0.7);
  font-size: 3.7px;
  font-weight: 800;
  letter-spacing: 0.34px;
}
.pad-screen-value {
  color: #b9fff9;
  fill: currentColor;
  font-size: 5.8px;
  font-weight: 900;
  letter-spacing: -0.3px;
}
.pad-sol-value {
  color: var(--accent);
}
.pad-chart-shadow,
.pad-chart-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pad-chart-shadow {
  stroke: rgba(25, 119, 119, 0.68);
  stroke-width: 2.7;
}
.pad-chart-line {
  stroke: #68fff4;
  stroke-width: 1.25;
  stroke-dasharray: 17 7;
  filter: drop-shadow(0 0 1.5px rgba(97, 231, 226, 0.9));
  animation: jp-pad-data-flow 2.8s linear infinite;
}
.pad-chart-pulse {
  color: var(--accent);
  fill: currentColor;
  filter: drop-shadow(0 0 2px currentColor);
  transform-box: fill-box;
  transform-origin: center;
  animation: jp-pad-data-pulse 1.35s ease-out infinite;
}
.rack-led {
  opacity: 0.18;
  animation: jp-led-blink 1.65s steps(2, end) infinite;
  filter: drop-shadow(0 0 2px currentColor);
}
.rack-led.led-cyan {
  color: var(--cyan);
  fill: currentColor;
}
.rack-led.led-amber {
  color: var(--accent);
  fill: currentColor;
}
.rack-led.led-beat-a {
  animation-duration: 1.48s;
}
.rack-led.led-beat-b {
  animation-duration: 2.08s;
  animation-delay: -0.74s;
}
.rack-led.led-beat-c {
  animation-duration: 0.92s;
  animation-delay: -0.31s;
}
.rack-led.led-beat-d {
  animation-duration: 2.7s;
  animation-delay: -1.17s;
}
.cigar-ember {
  transform-box: fill-box;
  transform-origin: center;
  animation: jp-ember-glow 2.15s ease-in-out infinite;
}
.cigar-ember-halo {
  fill: rgba(255, 35, 24, 0.24);
  stroke: rgba(255, 83, 38, 0.46);
  stroke-width: 0.8;
  transform-box: fill-box;
  transform-origin: center;
  mix-blend-mode: screen;
  animation: jp-ember-halo 2.15s ease-in-out infinite;
}
.cigar-ember-core {
  fill: #ff3527;
  filter:
    drop-shadow(0 0 2px rgba(255, 47, 31, 0.95))
    drop-shadow(0 0 5px rgba(255, 48, 22, 0.72));
}
.cigar-ember-hot {
  fill: #ffd36a;
  opacity: 0.92;
  filter: drop-shadow(0 0 2px rgba(255, 206, 91, 0.9));
}
.smoke-stroke {
  fill: none;
  stroke: rgba(231, 237, 235, 0.68);
  stroke-width: 2.7;
  stroke-linecap: round;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center bottom;
  animation: jp-smoke-rise 4.8s ease-out infinite;
  filter: blur(0.45px);
  will-change: transform, opacity;
}
.smoke-two {
  stroke-width: 2.4;
  animation-delay: -1.65s;
  animation-duration: 5.25s;
}
.smoke-three {
  stroke-width: 2.7;
  animation-delay: -3.35s;
  animation-duration: 5.7s;
}
/* Metric panels */
.jerry-tech .stats-grid {
  gap: 14px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.jerry-tech .stat-card {
  min-height: 154px;
  padding: 22px 22px 19px;
  color: var(--cream);
  background-color: var(--surface);
  background-image: linear-gradient(
    90deg,
    rgba(97, 231, 226, 0.06) 1px,
    transparent 1px
  );
  background-size: 32px 100%;
  border: 2px solid #06070a;
  border-top-color: #4a505e;
  border-left: 2px solid #06070a;
  border-radius: 11px 4px 11px 4px;
  box-shadow: var(--shadow-small);
}
.jerry-tech .stat-card:first-child {
  border-left: 2px solid #06070a;
}
.jerry-tech .stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  width: 52px;
  height: 3px;
  background: var(--accent-deep);
  border-radius: 0;
}
.jerry-tech .stat-card::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 14px;
  width: 34px;
  height: 16px;
  background: radial-gradient(
      circle,
      rgba(255, 200, 87, 0.34) 0 2px,
      transparent 2.4px
    )
    0 0 / 9px 9px;
  border-radius: 0;
  box-shadow: none;
}
.jerry-tech .stat-card.featured {
  color: #121419;
  background: var(--accent);
  border-color: #06070a;
  box-shadow: 6px 6px 0 var(--accent-deep);
}
.jerry-tech .stat-card.featured::before {
  left: auto;
  right: 16px;
  width: 68px;
  background: #15171c;
}
.jerry-tech .stat-card.featured::after {
  background: radial-gradient(
      circle,
      rgba(19, 21, 26, 0.35) 0 2px,
      transparent 2.4px
    )
    0 0 / 9px 9px;
}
.jerry-tech .stat-card > span {
  color: #aeb4bf;
  font: 750 11px/1.3 var(--ui-font);
  letter-spacing: 0.04em;
}
.jerry-tech .stat-card.featured > span,
.jerry-tech .stat-card.featured small {
  color: #513814;
}
.jerry-tech .stat-card strong {
  margin-top: 17px;
  color: var(--cream);
  font-family: var(--mono-font);
  font-size: clamp(29px, 3.2vw, 42px);
  font-weight: 850;
  letter-spacing: -0.055em;
}
.jerry-tech .stat-card.featured strong {
  color: #121419;
}
.jerry-tech .stat-card small {
  color: #8f96a4;
  font-family: var(--mono-font);
}
.jerry-tech .stat-card small b {
  color: inherit;
  font-weight: 800;
}
.jerry-tech .platform-card strong {
  color: var(--cream);
  font-family: var(--display-font);
  letter-spacing: -0.035em;
}
.jerry-tech .platform-card.featured strong {
  color: #121419;
}
.jerry-tech .platform-card small {
  font-family: var(--ui-font);
  font-weight: 650;
}
.jerry-tech .metric-updated {
  animation: jp-number-flash 0.65s ease;
}

.telemetry-rail {
  min-height: 45px;
  display: grid;
  grid-template-columns: 1.25fr repeat(4, 1fr);
  align-items: center;
  gap: 0;
  margin: 15px 0 0;
  color: #8f96a2;
  background: #090b10;
  border: 1px solid #3d4350;
  border-left: 3px solid var(--cyan);
  font: 650 9px/1 var(--mono-font);
  letter-spacing: 0.08em;
}
.telemetry-rail > span {
  min-width: 0;
  padding: 10px 15px;
  border-left: 1px solid #313641;
}
.telemetry-rail > span:first-child {
  border-left: 0;
}
.telemetry-rail b {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  color: var(--cream);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.telemetry-title {
  color: var(--cyan);
}
.telemetry-title i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  background: var(--cyan);
  animation: jp-live-pulse 1.8s ease-out infinite;
}

.jerry-tech .split-section {
  position: relative;
  margin: 108px 2vw 100px;
  gap: 86px;
}
.jerry-tech .split-section::before {
  content: "";
  position: absolute;
  top: -36px;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    var(--accent),
    rgba(255, 200, 87, 0.06) 42%,
    var(--cyan)
  );
}
.jerry-tech .split-section h2,
.jerry-tech .launch-panel h2,
.jerry-tech .section-heading h2,
.jerry-tech .instructions h2 {
  color: var(--cream);
  font-family: var(--display-font);
  font-weight: 900;
  letter-spacing: -0.045em;
}
.feature-intro {
  position: relative;
}
.jerry-tip {
  max-width: 420px;
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 13px;
  margin-top: 34px;
  padding: 10px 15px 10px 8px;
  color: #17191e;
  background: var(--cream);
  border: 2px solid #050609;
  border-radius: 10px 10px 3px 10px;
  box-shadow: 5px 5px 0 var(--accent-deep);
  transform: rotate(-1deg);
}
.jerry-tip img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  animation: jp-brand-bob 4s ease-in-out infinite;
}
.jerry-tip p {
  margin: 0;
}
.jerry-tip strong,
.jerry-tip span {
  display: block;
}
.jerry-tip strong {
  margin-bottom: 6px;
  color: #8b470e;
  font: 900 10px/1 var(--mono-font);
  letter-spacing: 0.12em;
}
.jerry-tip span {
  color: #4b4338;
  font-size: 11px;
  line-height: 1.55;
}
.jerry-tech .feature-list {
  display: grid;
  gap: 12px;
}
.jerry-tech .feature-list article {
  position: relative;
  grid-template-columns: 48px 1fr;
  padding: 22px;
  background: #191c23;
  border: 1px solid #444a57;
  border-left: 3px solid var(--accent-deep);
  border-radius: 8px;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}
.jerry-tech .feature-list article:first-child {
  padding-top: 22px;
  border-top: 1px solid #444a57;
}
.jerry-tech .feature-list article:hover {
  background: #20242c;
  border-color: var(--cyan);
  transform: translateX(5px);
}
.jerry-tech .feature-list article > span {
  width: 36px;
  height: 36px;
  color: #13151a;
  background: var(--accent);
  border: 2px solid #050609;
  border-radius: 6px 6px 2px 6px;
  box-shadow: 3px 3px 0 var(--accent-deep);
  font-family: var(--mono-font);
  font-weight: 850;
}
.jerry-tech .feature-list h3 {
  color: var(--cream);
  font-family: var(--display-font);
  font-weight: 850;
}
.jerry-tech .feature-list p {
  color: #aeb3be;
}

/* Console headings and workspace */
.jerry-tech .console-heading {
  position: relative;
  margin: 30px 0 24px;
  padding: 38px 34px 31px;
  overflow: hidden;
  background-color: #191c23;
  background-image: linear-gradient(
    90deg,
    rgba(97, 231, 226, 0.035) 1px,
    transparent 1px
  );
  background-size: 34px 100%;
  border: 2px solid #050609;
  border-left: 5px solid var(--accent);
  border-radius: 14px 5px 14px 5px;
  box-shadow: var(--shadow-small);
}
.jerry-tech .console-heading::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background: radial-gradient(
      circle,
      rgba(255, 200, 87, 0.13) 0 2px,
      transparent 2.5px
    )
    0 0/13px 13px;
  opacity: 0.75;
}
.jerry-tech .console-heading::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 18px;
  width: 68px;
  height: 2px;
  background: var(--cyan);
  box-shadow: -20px -8px 0 rgba(97, 231, 226, 0.28);
}
.jerry-tech .console-heading > * {
  position: relative;
  z-index: 2;
}
.jerry-tech .console-heading h1 {
  color: var(--cream);
  font-family: var(--display-font);
  font-size: clamp(40px, 4.2vw, 56px);
  font-weight: 950;
  letter-spacing: -0.055em;
}
.jerry-tech .wallet-line {
  color: #9299a7;
  font-family: var(--mono-font);
}
.jerry-tech .identity-chip {
  min-width: 210px;
  color: #17191f;
  background: var(--accent);
  border: 2px solid #050609;
  border-radius: 8px 8px 3px 8px;
  box-shadow: 4px 4px 0 var(--accent-deep);
}
.jerry-tech .identity-chip span,
.jerry-tech .identity-chip small {
  color: #5d431b;
  font-family: var(--mono-font);
}
.jerry-tech .identity-chip strong {
  color: #15171c;
  font-weight: 900;
}

.jerry-tech .project-status-lockup {
  position: relative;
  gap: 11px;
  padding: 8px 11px 8px 5px;
  background: #0d0f14;
  border: 1px solid #484e5b;
  border-radius: 12px;
}
.jerry-tech .project-mascot {
  width: 72px;
  height: 72px;
  animation: jp-brand-bob 4s ease-in-out infinite;
}
.project-status-copy {
  display: grid;
  gap: 5px;
}
.project-status-copy small {
  color: #858c99;
  font: 650 9px/1.3 var(--mono-font);
}
.jerry-tech .status-pill.large {
  padding: 0;
  color: var(--cyan);
  background: transparent;
  border: 0;
  font-weight: 850;
}

.jerry-tech .project-tabs {
  gap: 8px;
  margin-top: 42px;
  margin-bottom: 28px;
  padding: 6px;
  background: #090b10;
  border: 2px solid #050609;
  border-bottom: 2px solid #050609;
  border-radius: 9px;
  box-shadow: var(--shadow-small);
}
.jerry-tech .project-tabs button {
  min-height: 50px;
  margin: 0;
  padding: 0 20px;
  color: #9ca2ae;
  background: #171a21;
  border: 1px solid #353b47;
  border-bottom: 1px solid #353b47;
  border-radius: 6px;
}
.jerry-tech .project-tabs button::before {
  content: "◇";
  margin-right: 2px;
  color: #626977;
}
.jerry-tech .project-tabs button.active {
  color: #14161b;
  background: var(--accent);
  border-color: #06070a;
  border-bottom-color: #06070a;
  box-shadow: inset 0 -3px 0 var(--accent-deep);
}
.jerry-tech .project-tabs button.active::before {
  content: "◆";
  color: #14161b;
}
.jerry-tech .project-tabs button.active small {
  color: #654815;
}
.jerry-tech .project-tab-panel:not([hidden]) {
  animation: jp-panel-enter 0.34s ease both;
}

.jerry-tech .epoch-toolbar {
  color: var(--cream);
  background-color: #14171e;
  background-image: linear-gradient(90deg, rgba(97, 231, 226, 0.035) 1px, transparent 1px);
  background-size: 26px 100%;
  border: 2px solid #050609;
  border-left: 3px solid var(--cyan);
  border-radius: 8px 3px 8px 3px;
  box-shadow: var(--shadow-small);
}
.jerry-tech .epoch-toolbar-copy > span,
.jerry-tech .epoch-toolbar label {
  color: #8f96a4;
  font-family: var(--mono-font);
}
.jerry-tech .epoch-toolbar-copy > strong {
  color: var(--cream);
  font-family: var(--display-font);
  font-size: 18px;
}
.jerry-tech .epoch-toolbar-copy > small {
  color: #858d99;
  font-family: var(--mono-font);
}
.jerry-tech .epoch-toolbar select {
  color: var(--cream);
  background-color: #0d1015;
  border-color: #454c59;
  font-family: var(--mono-font);
  font-weight: 750;
}
.jerry-tech .reward-card {
  background-image:
    linear-gradient(rgba(255, 190, 79, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 190, 79, 0.055) 1px, transparent 1px);
  background-size: 22px 22px;
}
.jerry-tech .reward-card::before {
  background: var(--cyan);
}
.jerry-tech .reward-card strong {
  color: var(--accent);
  font-family: var(--display-font);
}
.jerry-tech .reward-card strong em {
  color: #b3b8c2;
  font-family: var(--mono-font);
}
.jerry-tech .reward-breakdown {
  color: #8e95a2;
  font-family: var(--mono-font);
}
.jerry-tech .reward-breakdown b {
  color: var(--cyan);
}

/* Cards and projects */
.jerry-tech .project-grid {
  gap: 20px;
}
.jerry-tech .project-list-grid {
  gap: 16px;
}
.jerry-tech .project-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  color: var(--cream);
  background-color: #1a1d25;
  background-image:
    linear-gradient(rgba(97, 231, 226, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(97, 231, 226, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  border: 2px solid #050609;
  border-top-color: var(--accent);
  border-radius: 14px 5px 14px 5px;
  box-shadow: var(--shadow);
}
.jerry-tech .project-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 5px;
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
  transition: left 0.35s ease;
}
.jerry-tech .project-card::after {
  right: 27px;
  bottom: 78px;
  width: 36px;
  height: 24px;
  background: radial-gradient(
      circle,
      rgba(255, 200, 87, 0.35) 0 2px,
      transparent 2.5px
    )
    0 0/10px 10px;
  border-radius: 0;
  box-shadow: none;
}
.jerry-tech .project-card:hover {
  color: var(--cream);
  background-color: #222630;
  border-color: var(--cyan);
  transform: translateY(-4px) rotate(-0.2deg);
  box-shadow: 11px 11px 0 rgba(0, 0, 0, 0.42);
}
.jerry-tech .project-card:hover::before {
  left: calc(100% + 10px);
}
.jerry-tech .project-symbol {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: #13151a;
  background: var(--accent);
  border: 2px solid #050609;
  border-radius: 50%;
  box-shadow: 4px 4px 0 var(--accent-deep);
  font: 900 18px/1 var(--mono-font);
}
.jerry-tech .project-symbol::before,
.jerry-tech .project-symbol::after {
  background: #ff9a6f;
  border: 2px solid #050609;
}
.jerry-tech .project-card h2 {
  color: var(--cream);
  font-family: var(--display-font);
  font-weight: 900;
}
.jerry-tech .project-card > p {
  color: #aeb4bf;
}
.jerry-tech .project-metrics {
  border-color: #444a57;
}
.jerry-tech .project-metrics span strong {
  color: var(--cream);
  font-family: var(--mono-font);
  font-weight: 800;
}
.jerry-tech .project-metrics span small {
  color: #848b99;
  font-family: var(--mono-font);
}
.jerry-tech .project-card footer {
  min-height: auto;
  color: #8e95a2;
  border-top-color: #444a57;
}
.jerry-tech .project-card footer em {
  color: var(--accent);
  font-style: normal;
  font-weight: 800;
}
.jerry-tech .project-card.project-row {
  min-height: 176px;
  padding: 25px 28px;
  border-top-color: #454c59;
}
.jerry-tech .project-card.project-row::after {
  right: 18px;
  bottom: 18px;
}
.jerry-tech .project-card.project-row:hover {
  transform: translateX(3px);
}
.jerry-tech .project-logo {
  background: #090b10;
  border: 2px solid #050609;
  border-top-color: #414957;
  border-radius: 14px 5px 14px 5px;
  box-shadow: 5px 5px 0 rgba(0,0,0,.38);
}
.jerry-tech .project-logo img {
  filter: drop-shadow(0 0 10px rgba(0,240,222,.16));
}
.jerry-tech .project-logo b {
  color: var(--cyan);
  font-family: var(--mono-font);
}
.jerry-tech .project-row-copy > small {
  color: var(--cyan);
  font-family: var(--mono-font);
  font-weight: 800;
}
.jerry-tech .project-card.project-row h2 {
  margin: 8px 0 7px;
}
.jerry-tech .project-card.project-row .project-row-copy > p {
  color: #959ca8;
}
.jerry-tech .project-row .project-metrics {
  margin: 0;
  padding: 12px 24px;
  border-top: 0;
  border-bottom: 0;
  border-left: 1px solid #444a57;
  border-right: 1px solid #444a57;
}
.jerry-tech .project-row-action em {
  color: var(--accent);
  font-family: var(--mono-font);
  font-style: normal;
  font-weight: 850;
}

/* Data tables */
.jerry-tech .table-section {
  margin-top: 36px;
}
.jerry-tech .section-heading {
  margin-bottom: 18px;
}
.jerry-tech .section-heading h2 {
  font-size: 34px;
}
.jerry-tech .updated-label {
  position: relative;
  padding: 8px 12px 8px 27px;
  color: var(--cyan);
  background: #11141a;
  border: 1px solid #3f4653;
  border-radius: 5px;
  font-family: var(--mono-font);
}
.jerry-tech .updated-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 6px;
  height: 6px;
  background: var(--cyan);
  transform: translateY(-50%);
  animation: jp-live-pulse 1.8s ease-out infinite;
}
.jerry-tech .table-wrap {
  position: relative;
  overflow-x: auto;
  color: #d9dce3;
  background: #11141a;
  border: 2px solid #050609;
  border-top-color: var(--cyan);
  border-radius: 11px 4px 11px 4px;
  box-shadow: var(--shadow-small);
}
.jerry-tech .table-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 120px;
  height: 2px;
  background: var(--accent);
}
.jerry-tech table {
  color: #d9dce3;
}
.jerry-tech th {
  padding: 13px 15px;
  color: #8f96a4;
  background: #20242d;
  border-bottom: 1px solid #454b58;
  font-family: var(--mono-font);
  font-weight: 800;
  letter-spacing: 0.08em;
}
.jerry-tech td {
  padding: 15px;
  border-top-color: #363c48;
}
.jerry-tech tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.018);
}
.jerry-tech tbody tr {
  position: relative;
  transition:
    background 0.18s ease,
    box-shadow 0.18s ease;
}
.jerry-tech tbody tr:hover {
  background: rgba(97, 231, 226, 0.075);
  box-shadow: inset 3px 0 0 var(--cyan);
}
.jerry-tech tbody tr.is-online {
  box-shadow: inset 2px 0 0 rgba(97, 231, 226, 0.55);
}
.jerry-tech td strong {
  color: var(--cream);
}
.jerry-tech td small {
  color: #858c99;
}
.jerry-tech .type-badge {
  color: #181a20;
  background: var(--accent);
  border: 1px solid #06070a;
  border-radius: 4px;
  font-family: var(--mono-font);
  box-shadow: 2px 2px 0 #85501b;
}
.jerry-tech .type-gpu {
  color: #042624;
  background: var(--cyan);
  box-shadow: 2px 2px 0 #147b78;
}
.jerry-tech .miner-sol-output strong {
  color: var(--accent);
  font-family: var(--mono-font);
  font-size: 14px;
}
.jerry-tech .miner-sol-output small {
  color: var(--cyan);
  font-family: var(--mono-font);
}
.jerry-tech .status-pill {
  font-family: var(--mono-font);
  font-weight: 750;
}
.jerry-tech .status-pill::before {
  content: "[";
  opacity: 0.58;
}
.jerry-tech .status-pill::after {
  content: "]";
  opacity: 0.58;
}
.jerry-tech .status-pill.online {
  color: var(--cyan);
}
.jerry-tech .status-pill.online i {
  background: var(--cyan);
  border-radius: 1px;
  box-shadow: 0 0 0 4px rgba(97, 231, 226, 0.1);
  animation: jp-live-pulse 1.8s ease-out infinite;
}
.jerry-tech .status-pill.offline {
  color: #8a919d;
}
.jerry-tech .status-pill.offline i {
  border-radius: 1px;
  background: #6e7480;
}
.jerry-tech .status-pill.archived {
  color: var(--accent);
}
.jerry-tech .status-pill.archived i {
  border-radius: 1px;
  background: var(--accent);
  box-shadow: none;
}
.jerry-tech tbody tr.is-archived {
  box-shadow: inset 2px 0 0 rgba(255, 190, 79, 0.34);
}

.jerry-tech .empty-state {
  position: relative;
  overflow: hidden;
  padding: 56px 30px;
  color: var(--cream);
  background: #161920;
  border: 2px dashed #505764;
  border-radius: 10px;
}
.jerry-tech .empty-state::before {
  width: 84px;
  height: 84px;
  filter: saturate(1.1);
  animation: jp-brand-bob 4s ease-in-out infinite;
}
.jerry-tech .empty-state::after {
  content: "暂无数据";
  display: block;
  margin-top: 18px;
  color: #666d7a;
  font: 700 8px/1 var(--mono-font);
  letter-spacing: 0.16em;
}
.jerry-tech .empty-state strong {
  color: var(--cream);
  font-family: var(--display-font);
  font-weight: 900;
}

/* Setup, admin and settlement panels */
.jerry-tech .settings-grid,
.jerry-tech .admin-grid,
.jerry-tech .settlement-workbench {
  gap: 20px;
}
.jerry-tech .setting-card,
.jerry-tech .admin-card,
.jerry-tech .payout-card,
.jerry-tech .settlement-card,
.jerry-tech .download-card {
  position: relative;
  color: var(--cream);
  background-color: #191c23;
  background-image: linear-gradient(
    90deg,
    rgba(97, 231, 226, 0.03) 1px,
    transparent 1px
  );
  background-size: 36px 100%;
  border: 2px solid #050609;
  border-top-color: #4e5563;
  border-radius: 12px 4px 12px 4px;
  box-shadow: var(--shadow-small);
}
.jerry-tech .setting-card::before,
.jerry-tech .admin-card::before,
.jerry-tech .settlement-card::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 22px;
  width: 58px;
  height: 3px;
  background: var(--accent);
}
.jerry-tech .setting-card h2,
.jerry-tech .admin-card h2,
.jerry-tech .settlement-card h2 {
  color: var(--cream);
  font-family: var(--display-font);
  font-weight: 900;
}
.jerry-tech .setting-lead,
.jerry-tech .admin-card > p,
.jerry-tech .payout-form-footer small {
  color: #a3a9b5;
}
.jerry-tech .launch-settings::after {
  background: rgba(255, 200, 87, 0.23);
}
.jerry-tech .download-button {
  color: var(--cream);
  background: #101218;
  border: 1px solid #414854;
  border-left: 3px solid var(--accent-deep);
  border-radius: 7px;
}
.jerry-tech .download-button:hover {
  color: var(--cream);
  background: #242832;
  border-color: var(--cyan);
  transform: translateY(-2px);
  box-shadow: 4px 4px 0 rgba(97, 231, 226, 0.18);
}
.jerry-tech .download-button small {
  color: #858d9a;
}
.jerry-tech .download-button.sealed-download {
  background:
    linear-gradient(135deg, rgba(97, 231, 226, 0.12), transparent 58%),
    #101218;
  border-color: #3b6367;
  border-left-color: var(--cyan);
}
.jerry-tech .download-button.sealed-download:hover {
  border-color: var(--cyan);
  box-shadow:
    4px 4px 0 rgba(97, 231, 226, 0.2),
    inset 0 0 24px rgba(97, 231, 226, 0.07);
}
.jerry-tech .download-edition {
  color: #081011;
  background: var(--cyan);
  border: 1px solid #06070a;
  box-shadow: 1px 1px 0 #06070a;
}
.jerry-tech .sealed-download-note {
  color: #8f97a4;
}
.jerry-tech .sealed-download-note strong,
.jerry-tech .sealed-download-note code {
  color: var(--cyan);
}
.jerry-tech .setup-steps li {
  color: #b9bec8;
  background: #111319;
  border: 1px solid #424957;
  border-radius: 6px;
}
.jerry-tech .setup-steps li > span {
  color: var(--accent);
  font-family: var(--mono-font);
  font-weight: 800;
}
.jerry-tech .setup-steps li:hover {
  border-color: var(--cyan);
  background: #161a21;
}
.jerry-tech .command-box {
  color: var(--cyan);
  background: #080a0e;
  border: 1px solid #424957;
  border-left: 3px solid var(--cyan);
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(97, 231, 226, 0.04);
}
.jerry-tech .command-box button {
  color: #17191f;
  background: var(--accent);
  border: 1px solid #06070a;
  font-weight: 850;
}
.jerry-tech .command-box button:hover {
  color: #121419;
  background: #ffd573;
}
.jerry-tech .pool-id-caption {
  color: #8f96a3;
}
.jerry-tech .pool-id-caption code {
  color: var(--cyan);
}
.jerry-tech .admin-card label,
.jerry-tech .payout-card label,
.jerry-tech .settlement-form label {
  color: #c3c7cf;
}
.jerry-tech .protocol-card li {
  color: #aeb3bd;
  border-top-color: #434957;
}
.jerry-tech .protocol-card li span {
  color: var(--accent);
  font-family: var(--mono-font);
}

.jerry-tech .settlement-filter {
  color: var(--cream);
  background: #171a21;
  border: 2px solid #050609;
  border-left: 3px solid var(--cyan);
  box-shadow: var(--shadow-small);
}
.jerry-tech .settlement-filter label {
  color: #aeb4bf;
}
.jerry-tech .settlement-filter > span {
  color: #8e95a2;
  font-family: var(--mono-font);
}
.jerry-tech .audit-card {
  background-color: #12151b;
}
.jerry-tech .settlement-preview dl,
.jerry-tech .audit-card dl {
  border-top-color: #414754;
}
.jerry-tech .settlement-preview dl div,
.jerry-tech .audit-card dl div {
  border-bottom-color: #414754;
}
.jerry-tech .audit-card dt {
  color: #858d9a;
}
.jerry-tech .audit-card dd {
  color: var(--cream);
  font-family: var(--mono-font);
}
.jerry-tech .readiness {
  border-width: 1px;
}
.jerry-tech .readiness.ready {
  color: var(--cyan);
  background: rgba(97, 231, 226, 0.07);
  border-color: rgba(97, 231, 226, 0.44);
}
.jerry-tech .readiness.blocked {
  color: #ff9c94;
  background: rgba(255, 115, 107, 0.06);
  border-color: rgba(255, 115, 107, 0.35);
}
.jerry-tech .hash-line {
  color: #747c89;
  font-family: var(--mono-font);
}
.jerry-tech .settlement-state {
  color: var(--accent);
  background: #111319;
  border-color: #535a67;
  font-family: var(--mono-font);
}
.jerry-tech .state-paid,
.jerry-tech .state-frozen {
  color: var(--cyan);
  border-color: rgba(97, 231, 226, 0.38);
  background: rgba(97, 231, 226, 0.06);
}
.jerry-tech .locked-copy {
  color: #aeb3be;
  background: #101218;
  border-color: #454c59;
}
.jerry-tech .address-cell code {
  color: #9da4b1;
}

/* Personal center and two-factor security */
.account-summary-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 20px;
  margin-bottom: 20px;
}
.account-card,
.two-factor-section,
.security-history {
  position: relative;
  color: var(--cream);
  background-color: #191c23;
  background-image: linear-gradient(90deg, rgba(97, 231, 226, 0.03) 1px, transparent 1px);
  background-size: 36px 100%;
  border: 2px solid #050609;
  border-radius: 12px 4px 12px 4px;
  box-shadow: var(--shadow-small);
}
.account-card {
  min-height: 250px;
  padding: 30px;
}
.account-card::before,
.two-factor-section::before,
.security-history::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 22px;
  width: 58px;
  height: 3px;
  background: var(--accent);
}
.account-card h2,
.two-factor-heading h2 {
  margin: 12px 0 0;
  color: var(--cream);
  font-family: var(--display-font);
  font-size: 31px;
  font-weight: 900;
  letter-spacing: -0.04em;
}
.account-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  margin: 28px 0 0;
  border-top: 1px solid #424956;
}
.account-meta div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
  padding: 15px 0;
  border-bottom: 1px solid #343a46;
}
.account-meta dt {
  color: #818996;
  font: 700 10px/1.4 var(--mono-font);
}
.account-meta dd {
  min-width: 0;
  margin: 0;
  color: #d8dbe1;
  font-size: 12px;
  text-align: right;
}
.secure-text {
  color: var(--cyan) !important;
}
.session-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}
.session-card p {
  max-width: 470px;
  margin: 18px 0 0;
  color: #9da4b0;
  font-size: 13px;
  line-height: 1.7;
}
.danger-button {
  color: #ff928b !important;
  border-color: rgba(255, 115, 107, 0.46) !important;
}
.danger-button:hover {
  color: #17191f !important;
  background: #ff928b !important;
  border-color: #050609 !important;
}
.two-factor-section {
  margin: 0 0 26px;
  padding: 32px;
  border-top-color: var(--cyan);
}
.two-factor-section::before {
  background: var(--cyan);
}
.two-factor-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.security-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid;
  border-radius: 999px;
  font: 800 10px/1 var(--mono-font);
}
.security-status i {
  width: 7px;
  height: 7px;
  background: currentColor;
  border-radius: 50%;
}
.security-status.is-secure {
  color: var(--cyan);
  background: rgba(97, 231, 226, 0.07);
  border-color: rgba(97, 231, 226, 0.38);
}
.security-status.needs-action {
  color: var(--accent);
  background: rgba(255, 200, 87, 0.07);
  border-color: rgba(255, 200, 87, 0.42);
}
.two-factor-enabled {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 24px;
  padding: 25px;
  background: #101319;
  border: 1px solid rgba(97, 231, 226, 0.38);
  border-left: 4px solid var(--cyan);
  border-radius: 8px;
}
.two-factor-shield {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: #111319;
  background: var(--cyan);
  clip-path: polygon(50% 0, 91% 17%, 84% 72%, 50% 100%, 16% 72%, 9% 17%);
  font: 950 26px/1 var(--display-font);
}
.two-factor-enabled strong {
  color: var(--cream);
  font-size: 17px;
}
.two-factor-enabled p {
  max-width: 760px;
  margin: 8px 0 7px;
  color: #aeb4bf;
  font-size: 13px;
  line-height: 1.7;
}
.two-factor-enabled small {
  color: #747c89;
  font: 700 10px/1.5 var(--mono-font);
}
.two-factor-disable {
  margin-top: 18px;
  padding: 0 18px;
  background: #111319;
  border: 1px solid #3d4450;
  border-radius: 7px;
}
.two-factor-disable summary {
  padding: 16px 0;
  color: #a8aeba;
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
}
.two-factor-disable form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: end;
  gap: 14px;
  padding: 0 0 18px;
}
.two-factor-disable form > p {
  grid-column: 1 / -1;
  margin: 0;
  color: #858c98;
  font-size: 12px;
  line-height: 1.6;
}
.two-factor-disable label,
.two-factor-form label {
  display: grid;
  gap: 8px;
  color: #c3c7cf;
  font-size: 11px;
  font-weight: 700;
}
.two-factor-disable input,
.two-factor-form input {
  width: 100%;
  height: 46px;
  padding: 0 13px;
  color: var(--cream);
  background: #0d0f14;
  border: 1px solid #424956;
  border-radius: 7px;
  outline: 0;
  font: 650 13px/1 var(--ui-font);
}
.two-factor-setup {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 24px;
}
.qr-card {
  padding: 22px;
  background: #101218;
  border: 1px solid #424956;
  border-radius: 8px;
}
.qr-frame {
  width: min(270px, 100%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  padding: 12px;
  overflow: hidden;
  color: #333;
  background: #fff;
  border: 5px solid var(--cream);
  border-radius: 7px;
  font-size: 12px;
  text-align: center;
}
.qr-frame svg {
  width: 100%;
  height: 100%;
  display: block;
}
.qr-card > p {
  margin: 18px auto;
  color: #999fab;
  font-size: 12px;
  line-height: 1.65;
  text-align: center;
}
.manual-secret {
  display: grid;
  gap: 9px;
  padding-top: 16px;
  border-top: 1px solid #393f4b;
}
.manual-secret span {
  color: #818895;
  font-size: 10px;
}
.manual-secret code {
  color: var(--cyan);
  font: 750 12px/1.6 var(--mono-font);
  overflow-wrap: anywhere;
}
.manual-secret button {
  width: fit-content;
  padding: 0;
  color: var(--accent);
  background: transparent;
  font-size: 11px;
  font-weight: 800;
}
.two-factor-form {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-content: start;
  gap: 22px 18px;
  padding: 26px;
  background: #111319;
  border: 1px solid #424956;
  border-radius: 8px;
}
.setup-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #14161b;
  background: var(--accent);
  border: 2px solid #050609;
  border-radius: 5px;
  box-shadow: 2px 2px 0 var(--accent-deep);
  font: 850 11px/1 var(--mono-font);
}
.two-factor-form strong {
  color: var(--cream);
  font-size: 15px;
}
.two-factor-form p {
  margin: 7px 0 0;
  color: #9299a5;
  font-size: 12px;
  line-height: 1.65;
}
.two-factor-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.two-factor-fields > strong,
.two-factor-fields > p {
  grid-column: 1 / -1;
}
.two-factor-fields .primary-button {
  width: fit-content;
  grid-column: 1 / -1;
}
.security-history {
  margin-bottom: 80px;
  padding: 30px;
}
.security-history .section-heading {
  position: relative;
  z-index: 1;
}
.security-event-list {
  display: grid;
  border-top: 1px solid #404753;
}
.security-event-list article {
  display: grid;
  grid-template-columns: 12px 1fr;
  align-items: center;
  gap: 14px;
  padding: 16px 4px;
  border-bottom: 1px solid #343a45;
}
.security-event-dot {
  width: 8px;
  height: 8px;
  background: var(--cyan);
  border-radius: 1px;
  box-shadow: 0 0 0 4px rgba(97, 231, 226, 0.08);
}
.security-event-list strong,
.security-event-list small {
  display: block;
}
.security-event-list strong {
  color: #d9dce2;
  font-size: 13px;
}
.security-event-list small {
  margin-top: 5px;
  color: #7f8794;
  font: 700 10px/1.4 var(--mono-font);
}
.two-factor-gate {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 13px;
  margin-top: 8px;
  padding: 15px;
  background: rgba(255, 200, 87, 0.06);
  border: 1px solid rgba(255, 200, 87, 0.35);
  border-left: 3px solid var(--accent);
  border-radius: 7px;
}
.two-factor-gate > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #14161b;
  background: var(--accent);
  border-radius: 50%;
  font-weight: 950;
}
.two-factor-gate strong {
  color: var(--cream);
  font-size: 12px;
}
.two-factor-gate p {
  margin: 4px 0 0;
  color: #9097a3;
  font-size: 10px;
}

/* Auth */
.jerry-tech .auth-layout {
  position: relative;
  min-height: calc(100vh - 190px);
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 430px);
  gap: 70px;
  padding: 58px 4vw 72px;
}
.jerry-tech .auth-intro {
  position: relative;
  min-height: 540px;
  max-width: none;
  display: grid;
  align-content: center;
  padding: 54px 310px 54px 44px;
  overflow: hidden;
  background-color: #191c23;
  background-image:
    linear-gradient(rgba(97, 231, 226, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(97, 231, 226, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  border: 2px solid #050609;
  border-left: 5px solid var(--cyan);
  border-radius: 16px 5px 16px 5px;
  box-shadow: var(--shadow);
}
.jerry-tech .auth-intro::before {
  content: "账户安全登录";
  position: absolute;
  top: 16px;
  right: 18px;
  color: #6c7380;
  font: 700 8px/1 var(--mono-font);
  letter-spacing: 0.14em;
}
.jerry-tech .auth-intro::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 250px;
  height: 250px;
  border: 1px dashed rgba(97, 231, 226, 0.27);
  border-radius: 50%;
  animation: jp-orbit 20s linear infinite;
}
.jerry-tech .auth-intro h1 {
  position: relative;
  z-index: 2;
  font-size: clamp(46px, 5vw, 68px);
}
.jerry-tech .auth-intro > p {
  position: relative;
  z-index: 2;
  color: #afb5c0;
}
.jerry-tech .auth-intro ol {
  position: relative;
  z-index: 3;
}
.jerry-tech .auth-intro li {
  color: #afb5c0;
  font-family: var(--mono-font);
}
.jerry-tech .auth-intro li span {
  color: #14161b;
  background: var(--accent);
  border: 2px solid #050609;
  border-radius: 5px;
  box-shadow: 2px 2px 0 var(--accent-deep);
}
.auth-mascot {
  position: absolute;
  right: 8px;
  bottom: 4px;
  z-index: 2;
  width: 300px;
  height: 300px;
  display: block;
  animation: jp-mascot-breathe 4.6s ease-in-out infinite;
  transform-origin: center bottom;
}
.auth-mascot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.jerry-tech .auth-card {
  position: relative;
  padding: 31px;
  color: var(--cream);
  background: #15181f;
  border: 2px solid #050609;
  border-top-color: var(--accent);
  border-radius: 13px 5px 13px 5px;
  box-shadow:
    8px 8px 0 #07080c,
    10px 10px 0 var(--accent-deep);
}
.jerry-tech .auth-card::before {
  content: "账户登录";
  display: block;
  margin-bottom: 16px;
  color: var(--cyan);
  font: 800 9px/1 var(--mono-font);
  letter-spacing: 0.16em;
}
.jerry-tech .auth-card::after {
  top: -39px;
  right: 17px;
  width: 72px;
  height: 72px;
  filter: saturate(1.12);
  animation: jp-brand-bob 4s ease-in-out infinite;
}
.jerry-tech .auth-tabs {
  padding: 4px;
  background: #080a0e;
  border: 1px solid #393f4b;
  border-radius: 7px;
}
.jerry-tech .auth-tabs button {
  color: #9299a6;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
}
.jerry-tech .auth-tabs button.active {
  color: #14161b;
  background: var(--accent);
  border-color: #050609;
  box-shadow: inset 0 -3px 0 var(--accent-deep);
  font-weight: 850;
}
.jerry-tech .auth-card label {
  color: #c3c7d0;
}
.jerry-tech .auth-card input {
  color: var(--cream);
  background: #0d0f14;
  border-color: #424956;
}
.jerry-tech .password-field button {
  color: var(--cyan);
}
.jerry-tech .auth-footnote {
  color: #7f8794;
  border-top-color: #414754;
}

/* Toast and feedback */
.jerry-tech .toast-stack {
  top: 98px;
}
.jerry-tech .toast {
  min-height: 78px;
  color: var(--cream);
  background: #191c23;
  border: 2px solid #050609;
  border-left: 4px solid var(--accent);
  border-radius: 9px 3px 9px 3px;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.45);
  transform: translateX(30px) rotate(0.4deg);
}
.jerry-tech .toast.is-visible {
  transform: translateX(0) rotate(0);
}
.jerry-tech .toast::before {
  content: "";
  position: absolute;
  right: 36px;
  bottom: -6px;
  width: 58px;
  height: 58px;
  background: url("/assets/mascot/jerry-status-96.webp") center/contain
    no-repeat;
  opacity: 0.16;
}
.jerry-tech .toast-mark {
  color: #14161b;
  background: var(--accent);
  border: 1px solid #050609;
  border-radius: 5px;
  box-shadow: 2px 2px 0 var(--accent-deep);
  font-family: var(--mono-font);
}
.jerry-tech .toast-success {
  border-left-color: var(--cyan);
}
.jerry-tech .toast-success .toast-mark {
  color: #082725;
  background: var(--cyan);
  box-shadow: 2px 2px 0 #147b78;
}
.jerry-tech .toast-error {
  border-left-color: var(--bad);
}
.jerry-tech .toast-error .toast-mark {
  color: #fff;
  background: var(--bad);
  box-shadow: 2px 2px 0 #7d2823;
}
.jerry-tech .toast-copy strong {
  color: var(--cream);
}
.jerry-tech .toast-copy > span {
  color: #adb3be;
}
.jerry-tech .toast-close {
  color: #8e95a2;
}
.jerry-tech .toast-close:hover {
  color: var(--cream);
  background: #292d37;
}
.jerry-tech .toast-progress {
  height: 3px;
  background: var(--accent);
}
.jerry-tech .toast-success .toast-progress {
  background: var(--cyan);
}

/* Footer */
.jerry-tech .site-shell > footer {
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  color: #757c89;
  border-top: 1px solid #3d4350;
  font-family: var(--mono-font);
}
.footer-brand {
  color: #949ba7;
}
.footer-brand i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  background: var(--accent);
}
.footer-motto {
  color: #9ca3af;
}
.footer-code {
  justify-self: end;
  color: var(--cyan);
}

/* Motion reveal */
.js-motion .motion-item {
  opacity: 0;
  transform: translateY(18px);
}
.js-motion .motion-item.is-revealed {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.48s ease,
    transform 0.48s cubic-bezier(0.2, 0.75, 0.25, 1);
}
.js-motion .motion-item:nth-child(2) {
  transition-delay: 0.05s;
}
.js-motion .motion-item:nth-child(3) {
  transition-delay: 0.1s;
}
.js-motion .motion-item:nth-child(4) {
  transition-delay: 0.15s;
}

@keyframes jp-brand-bob {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-3px) rotate(-1deg);
  }
}
@keyframes jp-mascot-breathe {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.012);
  }
}
@keyframes jp-fan-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes jp-pad-data-flow {
  to {
    stroke-dashoffset: -24;
  }
}
@keyframes jp-pad-data-pulse {
  0% {
    opacity: 0.95;
    transform: scale(0.7);
  }
  72%,
  100% {
    opacity: 0;
    transform: scale(2.2);
  }
}
@keyframes jp-led-blink {
  0%,
  36%,
  100% {
    opacity: 0.12;
  }
  40%,
  72% {
    opacity: 0.96;
  }
  76% {
    opacity: 0.38;
  }
}
@keyframes jp-ember-glow {
  0%,
  100% {
    opacity: 0.64;
    transform: scale(0.86);
  }
  42% {
    opacity: 1;
    transform: scale(1.18);
  }
  58% {
    opacity: 0.9;
    transform: scale(1.04);
  }
}
@keyframes jp-ember-halo {
  0%,
  100% {
    opacity: 0.3;
    transform: scale(0.72);
  }
  42% {
    opacity: 0.86;
    transform: scale(1.22);
  }
  58% {
    opacity: 0.52;
    transform: scale(0.94);
  }
}
@keyframes jp-smoke-rise {
  0% {
    opacity: 0;
    transform: translate(0, 6px) scale(0.74, 0.68);
  }
  16% {
    opacity: 0.58;
  }
  48% {
    opacity: 0.48;
  }
  78% {
    opacity: 0.18;
  }
  100% {
    opacity: 0;
    transform: translate(-8px, -24px) scale(1.16, 1.28);
  }
}
@keyframes jp-live-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(97, 231, 226, 0.38);
  }
  70%,
  100% {
    box-shadow: 0 0 0 7px rgba(97, 231, 226, 0);
  }
}
@keyframes jp-ticker {
  to {
    transform: translateX(-50%);
  }
}
@keyframes jp-orbit {
  to {
    transform: rotate(360deg);
  }
}
@keyframes jp-orbit-reverse {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes jp-scan {
  0%,
  100% {
    top: 5%;
    opacity: 0;
  }
  15% {
    opacity: 0.55;
  }
  75% {
    opacity: 0.35;
  }
  90% {
    top: 92%;
    opacity: 0;
  }
}
@keyframes jp-number-flash {
  0%,
  100% {
    color: inherit;
    text-shadow: none;
  }
  35% {
    color: var(--cyan);
    text-shadow: 0 0 12px rgba(97, 231, 226, 0.75);
  }
}
@keyframes jp-panel-enter {
  from {
    opacity: 0;
    transform: translateY(9px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes jp-bus-packet {
  0% {
    opacity: 0;
    transform: translateX(0) rotate(45deg);
  }
  12%,
  78% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(112px) rotate(225deg);
  }
}

@media (max-width: 1080px) {
  .jerry-tech .site-shell {
    width: min(100% - 28px, 930px);
  }
  .jerry-tech .topbar {
    grid-template-columns: 1fr auto;
    height: 118px;
    padding-top: 8px;
  }
  .jerry-tech .topbar nav {
    order: 3;
    grid-column: 1/-1;
    height: 44px;
    justify-content: center;
    border-top: 1px solid #363c47;
  }
  .jerry-tech .topbar nav a {
    flex: 1;
    min-width: 0;
    padding-inline: 9px;
  }
  .jerry-tech .hero {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  .jerry-tech .hero .eyebrow,
  .jerry-tech .hero-actions {
    justify-content: center;
  }
  .jerry-tech .hero-copy > p {
    margin-inline: auto;
  }
  .jerry-tech .hero-portrait {
    width: 410px;
    margin: 18px auto 34px;
  }
  .jerry-tech .auth-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .jerry-tech .auth-intro {
    min-height: 470px;
  }
  .jerry-tech .auth-card {
    width: min(470px, 100%);
    margin-inline: auto;
  }
  .jerry-tech .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
  .jerry-tech .project-stats .reward-card {
    grid-column: 1/-1;
  }
  .jerry-tech .stat-card:nth-child(3),
  .jerry-tech .stat-card:nth-child(4) {
    border-top: 2px solid #06070a;
  }
  .jerry-tech .stat-card:nth-child(3) {
    border-left: 2px solid #06070a;
  }
}

@media (max-width: 700px) {
  html {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
    overscroll-behavior-x: none;
  }
  body.jerry-tech {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
    overscroll-behavior-x: none;
  }
  body.jerry-tech::after {
    display: none;
  }
  .jerry-tech .site-shell {
    position: relative;
    width: calc(100% - 20px);
  }
  .jerry-tech .topbar {
    height: 70px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-top: 0;
    padding-inline: 10px;
  }
  .jerry-tech .topbar::after {
    display: none;
  }
  .jerry-tech .brand-mascot {
    width: 47px;
    height: 39px;
  }
  .jerry-tech .brand-lockup > span {
    font-size: 17px;
  }
  .jerry-tech .brand-lockup small {
    font-size: 7px;
  }
  .jerry-tech .account-link {
    display: none;
  }
  .jerry-tech .mobile-menu-toggle {
    position: relative;
    z-index: 57;
    width: 44px;
    min-width: 44px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--cream);
    background: #171a21;
    border: 1px solid #4a515f;
    border-bottom: 2px solid #06070a;
    border-radius: 7px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.42);
  }
  .jerry-tech .mobile-menu-toggle:hover,
  .jerry-tech .mobile-menu-toggle[aria-expanded="true"] {
    color: #111319;
    background: var(--accent);
    border-color: #06070a;
  }
  .mobile-menu-icon {
    width: 19px;
    height: 14px;
    display: grid;
    align-content: space-between;
  }
  .mobile-menu-icon i {
    width: 100%;
    height: 2px;
    display: block;
    background: currentColor;
    border-radius: 2px;
    transform-origin: center;
    transition: transform 0.22s ease, opacity 0.16s ease;
  }
  .jerry-tech .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-icon i:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .jerry-tech .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-icon i:nth-child(2) {
    opacity: 0;
  }
  .jerry-tech .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-icon i:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .jerry-tech .topbar nav {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 56;
    width: 66.666vw;
    height: 100vh;
    height: 100dvh;
    order: initial;
    grid-column: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 0 0 max(16px, env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    color: var(--cream);
    background-color: #111319;
    background-image:
      radial-gradient(circle at center, rgba(255, 200, 87, 0.11) 0 1px, transparent 1.35px),
      linear-gradient(rgba(97, 231, 226, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(97, 231, 226, 0.04) 1px, transparent 1px);
    background-size: 18px 18px, 48px 48px, 48px 48px;
    border: 0;
    border-left: 3px solid var(--accent);
    border-radius: 0;
    box-shadow:
      -12px 0 0 rgba(0, 0, 0, 0.28),
      inset 2px 0 0 rgba(97, 231, 226, 0.45);
    visibility: hidden;
    pointer-events: none;
    transform: translateX(104%);
    transition:
      transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1),
      visibility 0.34s ease;
    scrollbar-width: none;
  }
  .jerry-tech .topbar nav::-webkit-scrollbar {
    display: none;
  }
  .jerry-tech .topbar nav::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 7px;
    background: linear-gradient(90deg, var(--accent) 0 62%, var(--accent-deep) 62% 78%, var(--cyan) 78%);
  }
  .jerry-tech .topbar nav::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 4px;
    height: 4px;
    background: rgba(255, 200, 87, 0.48);
    box-shadow:
      -9px 0 0 rgba(255, 200, 87, 0.48),
      -18px 0 0 rgba(255, 200, 87, 0.48),
      0 -9px 0 rgba(255, 200, 87, 0.48),
      -9px -9px 0 rgba(255, 200, 87, 0.48),
      -18px -9px 0 rgba(255, 200, 87, 0.48);
    pointer-events: none;
  }
  .jerry-tech .topbar nav.is-open {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }
  .jerry-tech .mobile-nav-heading {
    position: relative;
    flex: 0 0 auto;
    min-height: 92px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 16px 58px 13px 13px;
    color: var(--cream);
    background: linear-gradient(135deg, rgba(255, 200, 87, 0.16), rgba(231, 124, 52, 0.05) 64%, transparent 64%);
    border-bottom: 2px solid #06070a;
    box-shadow: inset 0 -2px 0 var(--accent-deep);
  }
  .jerry-tech .mobile-nav-mascot {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: var(--accent);
    border: 2px solid #06070a;
    border-radius: 50%;
    box-shadow: 3px 3px 0 var(--accent-deep);
  }
  .jerry-tech .mobile-nav-mascot img {
    width: 48px;
    height: 48px;
    object-fit: contain;
  }
  .jerry-tech .mobile-nav-heading > span:last-child {
    min-width: 0;
    display: grid;
    gap: 6px;
  }
  .jerry-tech .mobile-nav-heading strong {
    color: var(--accent);
    font: 900 13px/1 var(--display-font);
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
  .jerry-tech .mobile-nav-heading small {
    overflow: hidden;
    color: #aeb3be;
    font: 700 9px/1 var(--ui-font);
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .jerry-tech .topbar nav a {
    width: auto;
    min-width: 0;
    min-height: 47px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 12px;
    padding: 0 13px;
    color: #c8cbd2;
    background: rgba(27, 30, 38, 0.92);
    border: 1px solid #414754;
    border-radius: 7px 3px 7px 3px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.34);
    text-align: left;
  }
  .jerry-tech .topbar nav > a:hover {
    color: var(--cream);
    background: #242833;
    border-color: var(--cyan);
  }
  .jerry-tech .topbar nav > a.active {
    color: #111319;
    background: var(--accent);
    border: 2px solid #06070a;
    box-shadow: 4px 4px 0 var(--accent-deep);
  }
  .jerry-tech .topbar nav > a:not(.active)::after {
    content: "→";
    color: var(--cyan);
    font-family: var(--mono-font);
  }
  .jerry-tech .mobile-nav-account {
    position: relative;
    flex: 0 0 auto;
    min-height: 96px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin: auto 12px 4px;
    padding: 14px 13px;
    color: #111319;
    background: var(--cream);
    border: 2px solid #06070a;
    border-radius: 7px 3px 7px 3px;
    box-shadow: 4px 4px 0 var(--accent-deep);
  }
  .jerry-tech .mobile-nav-account span {
    min-width: 0;
    display: grid;
    gap: 5px;
  }
  .jerry-tech .mobile-nav-account small {
    color: #7b6145;
    font: 700 8px/1 var(--mono-font);
    letter-spacing: 0.12em;
  }
  .jerry-tech .mobile-nav-account strong {
    overflow: hidden;
    color: #111319;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .jerry-tech .topbar nav .mobile-nav-account > a {
    width: 100%;
    min-height: 38px;
    margin: 0;
    padding: 0 11px;
    color: var(--cream);
    background: #171a21;
    border: 2px solid #06070a;
    border-radius: 5px;
    box-shadow: 2px 2px 0 #8f4c26;
    font-size: 10px;
    white-space: nowrap;
  }
  .jerry-tech .topbar nav .mobile-nav-account > a::after {
    content: none;
  }
  .jerry-tech .mobile-nav-account b {
    margin-left: 8px;
    color: var(--cyan);
  }
  .jerry-tech .mobile-menu-scrim {
    position: fixed;
    inset: 0;
    z-index: 35;
    display: block;
    background: rgba(5, 6, 9, 0.72);
    backdrop-filter: blur(4px) saturate(0.72);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
  }
  body.jerry-tech.mobile-nav-open {
    overflow: hidden;
  }
  body.jerry-tech.mobile-nav-open .mobile-menu-scrim {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .system-ticker {
    position: absolute;
    top: 428px;
    left: 50%;
    z-index: -1;
    width: 184vw;
    height: 41px;
    grid-template-columns: auto 1fr;
    margin: 0;
    overflow: visible;
    background: rgba(10, 12, 17, 0.72);
    border-color: rgba(97, 231, 226, 0.45);
    box-shadow:
      0 3px 0 rgba(0, 0, 0, 0.44),
      inset 0 2px 0 rgba(255, 200, 87, 0.2);
    transform: translateX(-50%) rotate(-7deg);
    transform-origin: center;
    animation: none;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.14em;
    pointer-events: none;
    will-change: auto;
  }
  .system-ticker::before,
  .system-ticker::after {
    content: none;
    display: none;
  }
  .jerry-tech .mobile-cross-band {
    position: absolute;
    left: 50%;
    z-index: 0;
    display: block;
    overflow: hidden;
    pointer-events: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9);
    transform-origin: center;
    white-space: nowrap;
    will-change: auto;
  }
  .mobile-cross-band-cyan {
    top: -96px;
    width: 128%;
    height: 19px;
    color: rgba(97, 231, 226, 0.42);
    background:
      repeating-linear-gradient(90deg, rgba(97, 231, 226, 0.1) 0 4px, transparent 4px 11px),
      rgba(12, 15, 20, 0.34);
    border-top: 1px solid rgba(97, 231, 226, 0.34);
    border-bottom: 1px solid rgba(97, 231, 226, 0.14);
    font: 950 8px/1 var(--mono-font);
    letter-spacing: 0.22em;
    transform: translateX(-50%) rotate(28deg);
  }
  .mobile-cross-band-amber {
    top: 98px;
    width: 124%;
    height: 57px;
    color: rgba(255, 200, 87, 0.32);
    background:
      linear-gradient(90deg, rgba(231, 124, 52, 0.11), transparent 34%, rgba(255, 200, 87, 0.08) 70%, transparent),
      repeating-linear-gradient(90deg, rgba(255, 200, 87, 0.04) 0 2px, transparent 2px 9px),
      rgba(17, 19, 25, 0.4);
    border-top: 2px solid rgba(255, 200, 87, 0.22);
    border-bottom: 2px solid rgba(231, 124, 52, 0.2);
    font: 950 12px/1 var(--mono-font);
    letter-spacing: 0.14em;
    transform: translateX(-50%) rotate(-16deg);
  }
  .mobile-cross-track {
    width: max-content;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    will-change: transform;
  }
  .mobile-cross-track span {
    flex: 0 0 auto;
    padding-inline: 24px;
  }
  .mobile-cross-band-cyan .mobile-cross-track {
    animation: jp-ticker 7.8s linear infinite;
  }
  .mobile-cross-band-amber .mobile-cross-track {
    animation: jp-ticker 9.4s linear infinite reverse;
  }
  .ticker-window {
    position: relative;
    z-index: 2;
  }
  .ticker-track {
    gap: 30px;
    animation-duration: 11s;
  }
  .ticker-track span,
  .ticker-badge {
    text-shadow:
      1px 0 0 currentColor,
      0 1px 0 currentColor,
      3px 3px 0 rgba(0, 0, 0, 0.8);
  }
  .ticker-clock {
    display: none;
  }
  .ticker-badge {
    padding-inline: 14px;
    font-size: 10px;
  }
  .jerry-tech .hero {
    z-index: 2;
    min-height: auto;
    gap: 14px;
    padding: 34px 7px 28px;
  }
  .jerry-tech .hero::before {
    display: none;
  }
  .jerry-tech .hero h1,
  .jerry-tech .auth-intro h1,
  .jerry-tech .downloads-hero h1 {
    font-size: clamp(42px, 12.5vw, 54px);
  }
  .jerry-tech .hero h1 em {
    text-shadow: 3px 3px 0 #5c310f;
  }
  .jerry-tech .hero-copy > p {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .jerry-tech .hero-actions {
    gap: 16px;
  }
  .jerry-tech .hero-copy .hero-actions {
    display: none;
  }
  .jerry-tech .hero-portrait {
    width: min(340px, calc(100vw - 42px));
    margin: 5px auto 0;
  }
  .jerry-tech .hero-actions-mobile {
    width: min(300px, calc(100vw - 54px));
    display: grid;
    justify-self: center;
    gap: 14px;
    margin: 4px auto 34px;
  }
  .jerry-tech .hero-actions-mobile .primary-button {
    width: 100%;
    min-height: 54px;
    font-size: 15px;
  }
  .jerry-tech .hero-actions-mobile .text-button {
    padding: 8px 12px;
    text-align: center;
  }
  .jerry-tech .stats-grid,
  .jerry-tech .stats-grid.compact,
  .jerry-tech .stats-grid.compact.project-stats {
    grid-template-columns: 1fr;
  }
  .jerry-tech .project-stats .reward-card {
    grid-column: auto;
  }
  .jerry-tech .epoch-toolbar {
    grid-template-columns: 1fr;
    align-items: stretch;
    padding: 16px;
  }
  .jerry-tech .epoch-toolbar-copy {
    grid-column: auto;
  }
  .jerry-tech .epoch-toolbar label,
  .jerry-tech .epoch-toolbar select,
  .jerry-tech .epoch-toolbar .quiet-button {
    width: 100%;
    min-width: 0;
  }
  .jerry-tech .stat-card,
  .jerry-tech .stat-card:first-child,
  .jerry-tech .stat-card:nth-child(n) {
    min-height: 130px;
    border: 2px solid #06070a;
  }
  .telemetry-rail {
    grid-template-columns: 1fr 1fr;
  }
  .telemetry-rail > span {
    border-top: 1px solid #313641;
  }
  .telemetry-title {
    grid-column: 1/-1;
  }
  .telemetry-rail > span:last-child {
    display: none;
  }
  .jerry-tech .split-section {
    margin: 92px 8px 82px;
    gap: 48px;
  }
  .jerry-tech .split-section h2 {
    font-size: 37px;
  }
  .jerry-tip {
    transform: none;
  }
  .jerry-tech .console-heading {
    margin-top: 23px;
    padding: 31px 20px 27px;
  }
  .jerry-tech .console-heading h1 {
    font-size: 42px;
  }
  .jerry-tech .console-heading::before {
    width: 90px;
    opacity: 0.35;
  }
  .jerry-tech .identity-chip {
    width: 100%;
  }
  .jerry-tech .project-status-lockup {
    max-width: 100%;
  }
  .jerry-tech .project-mascot {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
  }
  .jerry-tech .project-tabs {
    position: sticky;
    top: 8px;
    z-index: 20;
    margin-top: 24px;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.4);
  }
  .jerry-tech .project-tabs button {
    padding-inline: 8px;
  }
  .jerry-tech .project-card {
    padding: 24px 20px;
  }
  .jerry-tech .project-card.project-row {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px 19px;
  }
  .jerry-tech .project-row .project-metrics {
    padding: 17px 0;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #444a57;
    border-bottom: 1px solid #444a57;
  }
  .jerry-tech .project-row-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .jerry-tech .responsive-table tr {
    color: var(--cream);
    background: #171a21;
    border: 2px solid #050609;
    border-top-color: #454c59;
    border-radius: 9px 3px 9px 3px;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.34);
  }
  .jerry-tech .responsive-table tbody tr:nth-child(even),
  .jerry-tech .responsive-table tbody tr:hover {
    background: #171a21;
  }
  .jerry-tech .responsive-table td {
    border-top-color: #383e49;
  }
  .jerry-tech .responsive-table td::before {
    color: #78808d;
    font-family: var(--mono-font);
  }
  .jerry-tech .setting-card,
  .jerry-tech .admin-card,
  .jerry-tech .payout-card,
  .jerry-tech .settlement-card {
    padding: 25px 19px;
  }
  .account-summary-grid,
  .two-factor-setup {
    grid-template-columns: 1fr;
  }
  .account-card {
    min-height: auto;
    padding: 24px 19px;
  }
  .account-meta {
    grid-template-columns: 1fr;
  }
  .two-factor-section,
  .security-history {
    padding: 24px 18px;
  }
  .two-factor-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .two-factor-heading h2 {
    font-size: 28px;
  }
  .two-factor-enabled {
    grid-template-columns: 52px 1fr;
    gap: 16px;
    padding: 19px 16px;
  }
  .two-factor-shield {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
  .two-factor-disable form,
  .two-factor-fields {
    grid-template-columns: 1fr;
  }
  .two-factor-disable form > *,
  .two-factor-fields > * {
    grid-column: 1 !important;
  }
  .qr-card,
  .two-factor-form {
    padding: 19px 15px;
  }
  .qr-frame {
    width: min(238px, 100%);
  }
  .two-factor-form {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 20px 12px;
  }
  .setup-number {
    width: 32px;
    height: 32px;
  }
  .two-factor-gate {
    grid-template-columns: 34px 1fr;
  }
  .two-factor-gate .quiet-button {
    grid-column: 2;
    width: fit-content;
  }
  .jerry-tech .auth-layout {
    min-height: auto;
    gap: 24px;
    padding: 18px 6px 70px;
  }
  .jerry-tech .auth-intro {
    min-height: 410px;
    padding: 32px 20px 142px;
    text-align: left;
  }
  .jerry-tech .auth-intro h1 {
    margin-block: 18px;
    font-size: 40px;
    line-height: 1.04;
  }
  .jerry-tech .auth-intro > p {
    font-size: 13px;
    line-height: 1.7;
  }
  .jerry-tech .auth-intro ol {
    display: flex;
    gap: 12px;
    margin: 22px 0 0;
  }
  .auth-mascot {
    right: 6px;
    bottom: -12px;
    width: 175px;
    height: 175px;
    transform: none;
    animation: none;
  }
  .jerry-tech .auth-intro::after {
    right: 13px;
    bottom: 3px;
    width: 150px;
    height: 150px;
    transform: none;
    animation: none;
  }
  .jerry-tech .auth-card {
    order: -1;
    padding: 27px 18px;
  }
  .jerry-tech .toast-stack {
    top: 12px;
  }
  .jerry-tech .site-shell > footer {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-block: 20px;
    text-align: center;
  }
  .footer-code {
    justify-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.jerry-tech *,
  body.jerry-tech *::before,
  body.jerry-tech *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .js-motion .motion-item {
    opacity: 1;
    transform: none;
  }
  .ticker-track,
  .mobile-cross-track,
  .desktop-cross-track {
    transform: none !important;
  }
  .server-fan,
  .rack-led,
  .cigar-ember,
  .cigar-ember-halo,
  .pad-chart-line,
  .pad-chart-pulse {
    animation: none !important;
  }
  .rack-led {
    opacity: 0.72;
  }
  .smoke-stroke {
    display: none;
  }
}
