body.ws-body {
  margin: 0;
  min-height: 100vh;
  background: #070b14;
}
.ws-page {
  --ws-ink: #e8eef8;
  --ws-muted: #94a3b8;
  --ws-line: rgba(148, 163, 184, 0.18);
  --ws-panel: rgba(11, 18, 32, 0.88);
  max-width: 1240px;
  margin: 0 auto;
  padding: 1.4rem var(--site-pad, 1.25rem) 3rem;
  color: var(--ws-ink);
}
.ws-hero {
  max-width: 44rem;
  margin: 0 0 1.35rem;
}
.ws-kicker {
  margin: 0 0 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #93c5fd;
}
.ws-hero h1 {
  margin: 0 0 0.55rem;
  font-family: Outfit, DM Sans, sans-serif;
  font-size: clamp(1.7rem, 3.4vw, 2.35rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.ws-hero h1 em {
  font-style: normal;
  color: #bfdbfe;
}
.ws-hero > p {
  margin: 0;
  color: var(--ws-muted);
  line-height: 1.55;
  font-size: 1.02rem;
}
.ws-shell {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  gap: 0.85rem;
}
.ws-palette {
  grid-row: 1 / 3;
  background: var(--ws-panel);
  border: 1px solid var(--ws-line);
  border-radius: 16px;
  padding: 0.85rem 0.75rem 1rem;
}
.ws-palette h2,
.ws-facts h2,
.ws-brief h2,
.ws-method h2 {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #cbd5e1;
}
.ws-group {
  margin: 0 0 0.75rem;
}
.ws-group p {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #64748b;
}
.ws-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.ws-tool {
  appearance: none;
  border: 1px solid var(--ws-line);
  background: rgba(15, 23, 42, 0.7);
  color: var(--ws-ink);
  border-radius: 9px;
  padding: 0.38rem 0.5rem;
  font-size: 0.74rem;
  font-weight: 600;
  cursor: pointer;
}
.ws-tool:hover,
.ws-tool.is-on {
  border-color: rgba(96, 165, 250, 0.55);
  background: rgba(37, 99, 235, 0.28);
}
.ws-floor-row {
  display: flex;
  gap: 0.35rem;
  align-items: center;
  margin-bottom: 0.55rem;
}
.ws-stage-wrap {
  position: relative;
  min-height: clamp(620px, 74vh, 880px);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--ws-line);
  background:
    radial-gradient(1200px 500px at 50% 120%, rgba(37, 99, 235, 0.18), transparent 55%),
    linear-gradient(180deg, #0b1220 0%, #070b14 100%);
}
.ws-hud {
  position: absolute;
  z-index: 3;
  left: 0.8rem;
  right: 0.8rem;
  top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  pointer-events: none;
}
.ws-chip {
  pointer-events: none;
  background: rgba(8, 13, 24, 0.72);
  border: 1px solid var(--ws-line);
  border-radius: 999px;
  padding: 0.28rem 0.65rem;
  font-size: 0.74rem;
  font-weight: 650;
  backdrop-filter: blur(10px);
}
.ws-chip strong {
  color: #93c5fd;
  font-weight: 800;
}
.ws-hint {
  position: absolute;
  z-index: 3;
  left: 0.8rem;
  bottom: 0.75rem;
  right: 3.4rem;
  margin: 0;
  color: #94a3b8;
  font-size: 0.78rem;
}
.ws-viewport {
  position: absolute;
  inset: 0;
  perspective: 1400px;
  cursor: grab;
  overflow: hidden;
  outline: none;
}
.ws-viewport.is-drag {
  cursor: grabbing;
}
.ws-viewport.is-space {
  cursor: move;
}
.ws-viewport.is-pan {
  cursor: grabbing;
}
.ws-world {
  position: absolute;
  left: 50%;
  top: 56%;
  width: 680px;
  height: 680px;
  transform-style: preserve-3d;
  transform: translate(calc(-50% + var(--ws-pan-x, 0px)), calc(-50% + var(--ws-pan-y, 0px))) rotateX(62deg) rotateZ(var(--ws-az, -38deg)) scale(var(--ws-zoom, 1.35));
  --ws-cell: 2%;
  --ws-cell-major: 4%;
}
.ws-zoom {
  position: absolute;
  z-index: 4;
  right: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.32rem;
  padding: 0.45rem 0.32rem;
  border-radius: 14px;
  background: rgba(8, 13, 24, 0.78);
  border: 1px solid var(--ws-line);
  backdrop-filter: blur(10px);
}
.ws-zoom button {
  appearance: none;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 8px;
  border: 1px solid var(--ws-line);
  background: rgba(15, 23, 42, 0.8);
  color: #e2e8f0;
  font: 700 1rem/1 inherit;
  cursor: pointer;
}
.ws-zoom button:hover {
  border-color: rgba(96, 165, 250, 0.55);
  background: rgba(37, 99, 235, 0.28);
}
.ws-zoom input[type="range"] {
  writing-mode: vertical-lr;
  direction: rtl;
  width: 1.15rem;
  height: 118px;
  accent-color: #60a5fa;
  cursor: pointer;
}
.ws-zoom-lbl {
  font-size: 0.66rem;
  font-weight: 800;
  color: #93c5fd;
  letter-spacing: 0.02em;
}
.ws-slab {
  position: absolute;
  inset: 0;
  overflow: visible;
  transform-style: preserve-3d;
  background:
    linear-gradient(rgba(186, 210, 240, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(186, 210, 240, 0.22) 1px, transparent 1px),
    linear-gradient(rgba(186, 210, 240, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(186, 210, 240, 0.1) 1px, transparent 1px),
    linear-gradient(180deg, rgba(186, 214, 255, 0.11), rgba(15, 23, 42, 0.14));
  background-size: var(--ws-cell-major) var(--ws-cell-major), var(--ws-cell-major) var(--ws-cell-major), var(--ws-cell) var(--ws-cell), var(--ws-cell) var(--ws-cell), auto;
  border: 1px solid rgba(186, 214, 255, 0.22);
  border-radius: 10px;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16);
  pointer-events: auto;
  transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}
.ws-slab:not(.is-live) .ws-item {
  opacity: 0.38;
  pointer-events: auto;
  filter: saturate(0.35);
}
.ws-slab.is-hot:not(.is-live) {
  background:
    linear-gradient(rgba(125, 211, 252, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, 0.28) 1px, transparent 1px),
    linear-gradient(rgba(125, 211, 252, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, 0.14) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 189, 248, 0.2), rgba(30, 64, 99, 0.22));
  background-size: var(--ws-cell-major) var(--ws-cell-major), var(--ws-cell-major) var(--ws-cell-major), var(--ws-cell) var(--ws-cell), var(--ws-cell) var(--ws-cell), auto;
  border-color: rgba(125, 211, 252, 0.55);
  box-shadow: 0 0 0 1px rgba(125, 211, 252, 0.25), 0 18px 32px rgba(14, 165, 233, 0.12);
}
.ws-slab.is-live {
  background:
    linear-gradient(rgba(186, 210, 240, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(186, 210, 240, 0.28) 1px, transparent 1px),
    linear-gradient(rgba(148, 163, 184, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.14) 1px, transparent 1px),
    linear-gradient(180deg, #24344f, #152033);
  background-size: var(--ws-cell-major) var(--ws-cell-major), var(--ws-cell-major) var(--ws-cell-major), var(--ws-cell) var(--ws-cell), var(--ws-cell) var(--ws-cell), auto;
  border-color: rgba(96, 165, 250, 0.55);
  box-shadow:
    0 0 0 1px rgba(96, 165, 250, 0.28),
    0 36px 48px rgba(0, 0, 0, 0.38);
}
.ws-slab.is-live.is-hot {
  border-color: rgba(147, 197, 253, 0.85);
  background:
    linear-gradient(rgba(147, 197, 253, 0.32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(147, 197, 253, 0.32) 1px, transparent 1px),
    linear-gradient(rgba(147, 197, 253, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(147, 197, 253, 0.16) 1px, transparent 1px),
    linear-gradient(180deg, #2b4468, #1a2c48);
  background-size: var(--ws-cell-major) var(--ws-cell-major), var(--ws-cell-major) var(--ws-cell-major), var(--ws-cell) var(--ws-cell), var(--ws-cell) var(--ws-cell), auto;
}
.ws-uv {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
}
.ws-uv[data-uv="tl"] { left: 0; top: 0; }
.ws-uv[data-uv="tr"] { left: 100%; top: 0; }
.ws-uv[data-uv="br"] { left: 100%; top: 100%; }
.ws-uv[data-uv="bl"] { left: 0; top: 100%; }
.ws-slab-tag {
  position: absolute;
  left: -2.55rem;
  top: 42%;
  z-index: 4;
  min-width: 1.7rem;
  padding: 0.22rem 0.38rem;
  border-radius: 7px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(8, 13, 24, 0.72);
  color: #94a3b8;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  pointer-events: auto;
}
.ws-slab.is-live .ws-slab-tag,
.ws-slab.is-hot .ws-slab-tag {
  color: #dbeafe;
  border-color: rgba(96, 165, 250, 0.45);
  background: rgba(37, 99, 235, 0.35);
}
.ws-item {
  position: absolute;
  transform-style: preserve-3d;
  width: 36px;
  height: 24px;
  margin: -12px 0 0 -18px;
  padding: 0;
  border: 0;
  background: none;
  overflow: visible;
  cursor: grab;
  user-select: none;
  touch-action: none;
  transform: translateZ(2px) rotateZ(var(--ws-rot, 0deg));
}
.ws-item.is-on {
  filter: drop-shadow(0 0 8px rgba(96, 165, 250, 0.85));
}
.ws-item * {
  cursor: inherit;
}
.ws-hit {
  position: absolute;
  inset: -12px -10px -18px;
  z-index: 3;
}
.ws-item.is-hold {
  cursor: grabbing;
  z-index: 6;
  filter: drop-shadow(0 0 10px rgba(147, 197, 253, 0.95));
}
.ws-viewport.is-hold {
  cursor: grabbing;
}
.ws-mesh {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}
.ws-face {
  position: absolute;
  left: 0;
  top: 0;
  background: #3b82f6;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.ws-item--inbound .ws-face { background: #166534; }
.ws-item--outbound .ws-face { background: #9a3412; }
.ws-item--packing .ws-face { background: #6d28d9; }
.ws-item--stock .ws-face { background: #a16207; }
.ws-item--jack .ws-face { background: #ca8a04; }
.ws-item--rf .ws-face { background: #2563eb; }
.ws-box .ws-front {
  width: 36px;
  height: 20px;
  transform: rotateX(-90deg) translateY(-10px) translateZ(12px);
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.35);
}
.ws-box .ws-top {
  width: 36px;
  height: 24px;
  transform: translateZ(20px);
  opacity: 0.92;
}
.ws-box .ws-side {
  width: 24px;
  height: 20px;
  transform: rotateY(90deg) rotateX(-90deg) translateY(-10px) translateZ(24px);
  filter: brightness(0.78);
}
.ws-item--rackWide,
.ws-item--rackNarrow,
.ws-item--rackRetail {
  width: 12%;
  height: 3%;
  margin: 0;
  --rk-bays: 3;
  --rk-h: 66px;
  --rk-step: 22px;
  --rk-box-h: 16px;
  transform: translate(-50%, -50%) translateZ(2px) rotateZ(var(--ws-rot, 0deg));
}
.ws-item--rackNarrow {
  height: 2.5%;
  --rk-h: 108px;
  --rk-step: 27px;
  --rk-box-h: 20px;
}
.ws-item--rackRetail {
  width: 10%;
  height: 2.5%;
  --rk-bays: 4;
  --rk-h: 60px;
  --rk-step: 12px;
  --rk-box-h: 9px;
}
.ws-item--rackWide .ws-hit,
.ws-item--rackNarrow .ws-hit,
.ws-item--rackRetail .ws-hit {
  inset: -4px;
}
.ws-rack {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  pointer-events: none;
}
.ws-rk {
  position: absolute;
  box-sizing: border-box;
  transform-style: preserve-3d;
}
.ws-rk-up {
  left: calc(var(--i) * (100% - 2px) / var(--rk-bays));
  width: 2px;
  height: 2px;
}
.ws-rk-up--f { top: 0; }
.ws-rk-up--bk { top: auto; bottom: 0; }
.ws-rk-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: var(--rk-h);
  background: #60a5fa;
  transform-origin: top center;
  transform: rotateX(-90deg);
}
.ws-rk-line--side {
  width: var(--rk-h);
  height: 3px;
  transform-origin: left center;
  transform: rotateY(-90deg);
}
.ws-rk-beam {
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(#fbbf24, #ea580c 55%, #c2410c);
  border: 1px solid #9a3412;
  transform-origin: top center;
  transform: translateZ(calc(var(--lv) * var(--rk-step))) rotateX(-90deg);
}
.ws-rk-beam--f { top: 0; }
.ws-rk-beam--bk { top: auto; bottom: 0; }
.ws-rk-box {
  left: calc(var(--bay) * 100% / var(--rk-bays) + 2px);
  width: calc(100% / var(--rk-bays) - 4px);
  top: 2px;
  height: calc(100% - 4px);
  transform: translateZ(calc(var(--lv) * var(--rk-step) + 2px));
}
.ws-rk-box-top,
.ws-rk-box-front,
.ws-rk-box-side,
.ws-rk-box-label {
  position: absolute;
  box-sizing: border-box;
}
.ws-rk-box-top {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(120, 113, 108, 0.18) 1px, transparent 1px),
    linear-gradient(180deg, #d6c7a8, #b8a88a);
  background-size: 33% 100%, auto;
  border: 1px solid #8b7355;
}
.ws-rk-box-front {
  left: 0;
  right: 0;
  height: var(--rk-box-h);
  background: linear-gradient(#c4b59a, #9a8464);
  border: 1px solid #7c6a4d;
  transform: rotateX(-90deg);
  transform-origin: top;
}
.ws-rk-box-side {
  top: 0;
  right: 0;
  width: var(--rk-box-h);
  height: 100%;
  background: #a89574;
  border: 1px solid #7c6a4d;
  transform: rotateY(-90deg);
  transform-origin: right;
}
.ws-rk-box-label {
  left: 34%;
  width: 32%;
  height: 5px;
  top: 0;
  background: #f8fafc;
  border: 1px solid #64748b;
  transform: rotateX(-90deg) translateY(8px);
  transform-origin: top;
}
.ws-item--rf { width: 14px; height: 14px; }
.ws-item--forklift {
  width: 52px;
  height: 22px;
  margin: -11px 0 0 -26px;
}
.ws-item--forklift .ws-hit {
  inset: -28px -12px -16px;
}
.ws-lift {
  width: 52px;
  height: 22px;
  transform-style: preserve-3d;
}
.ws-lk {
  position: absolute;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transform-style: preserve-3d;
}
.ws-lk-counter {
  left: 0;
  top: 3px;
  width: 10px;
  height: 14px;
  background: #9a3412;
  transform: rotateX(-90deg) translateY(-7px) translateZ(9px);
}
.ws-lk-body {
  left: 8px;
  top: 3px;
  width: 18px;
  height: 16px;
  background: #ea580c;
  transform: rotateX(-90deg) translateY(-8px) translateZ(9px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.34);
}
.ws-lk-body-top {
  left: 8px;
  top: 3px;
  width: 18px;
  height: 16px;
  background: #f97316;
  border-color: rgba(254, 215, 170, 0.35);
  transform: translateZ(16px);
}
.ws-lk-cabin {
  left: 11px;
  top: 5px;
  width: 12px;
  height: 14px;
  background:
    linear-gradient(#bae6fd, #38bdf8) 2px 2px / 8px 7px no-repeat,
    #c2410c;
  transform: translateZ(16px) rotateX(-90deg) translateY(-7px) translateZ(9px);
}
.ws-lk-roof {
  left: 10px;
  top: 4px;
  width: 14px;
  height: 16px;
  background: #7c2d12;
  transform: translateZ(30px);
  opacity: 0.92;
}
.ws-lk-mast {
  top: 4px;
  width: 3px;
  height: 36px;
  background: linear-gradient(90deg, #1e293b, #475569 55%, #334155);
  border-color: rgba(15, 23, 42, 0.45);
  transform: rotateX(-90deg) translateY(-18px) translateZ(9px);
}
.ws-lk-mast--l { left: 26px; }
.ws-lk-mast--r { left: 31px; }
.ws-lk-carriage {
  left: 25px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #64748b;
  transform: translateZ(10px) rotateX(-90deg) translateY(-5px) translateZ(9px);
}
.ws-lk-tine {
  width: 20px;
  height: 3px;
  background: #e2e8f0;
  border-color: #94a3b8;
  box-shadow: 0 2px 0 #64748b;
  transform: translateZ(7px);
}
.ws-lk-tine--l { left: 32px; top: 5px; }
.ws-lk-tine--r { left: 32px; top: 14px; }
.ws-lk-wheel {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 35%, #f97316 0 1.4px, transparent 1.5px),
    #111827;
  border-color: #1e293b;
  transform: rotateX(-90deg) translateY(-3.5px) translateZ(2px);
}
.ws-lk-wheel--rl { left: 2px; top: 3px; width: 6px; height: 6px; }
.ws-lk-wheel--rr { left: 2px; top: 14px; width: 6px; height: 6px; }
.ws-lk-wheel--fl { left: 18px; top: 2px; }
.ws-lk-wheel--fr { left: 18px; top: 14px; }
.ws-item--worker .ws-hit {
  inset: -28px -6px -6px;
}
.ws-item--worker {
  width: 10px;
  height: 8px;
  margin: -4px 0 0 -5px;
}
.ws-figure {
  width: 10px;
  height: 8px;
  transform-style: preserve-3d;
}
.ws-fig {
  position: absolute;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.14);
  transform-style: preserve-3d;
}
.ws-fig-leg {
  width: 2px;
  height: 11px;
  top: 3px;
  background: #1e3a5f;
  transform: rotateX(-90deg) translateY(-5.5px) translateZ(3px);
}
.ws-fig-leg--l { left: 3px; }
.ws-fig-leg--r { left: 5px; }
.ws-fig-torso {
  left: 2px;
  top: 2px;
  width: 6px;
  height: 11px;
  background:
    linear-gradient(#fde047, #fde047) 0 5px / 100% 2px no-repeat,
    linear-gradient(#f59e0b, #d97706);
  transform: translateZ(11px) rotateX(-90deg) translateY(-5.5px) translateZ(3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.28);
}
.ws-fig-arm {
  width: 2px;
  height: 9px;
  top: 3px;
  background: #c2410c;
  transform: translateZ(13px) rotateX(-90deg) translateY(-4.5px) translateZ(3px);
}
.ws-fig-arm--l { left: 0; }
.ws-fig-arm--r { left: 8px; }
.ws-fig-head {
  left: 3px;
  top: 2px;
  width: 4px;
  height: 5px;
  border-radius: 1px;
  background: #e8b89a;
  transform: translateZ(22px) rotateX(-90deg) translateY(-2.5px) translateZ(3px);
}
.ws-fig-hat {
  left: 2px;
  top: 2px;
  width: 6px;
  height: 3px;
  border-radius: 1px 1px 0 0;
  background: #eab308;
  transform: translateZ(27px) rotateX(-90deg) translateY(-1.5px) translateZ(3px);
}
.ws-facts {
  background: var(--ws-panel);
  border: 1px solid var(--ws-line);
  border-radius: 16px;
  padding: 0.95rem 1rem 1.1rem;
}
.ws-fields {
  display: grid;
  gap: 0.75rem;
}
.ws-field label {
  display: block;
  font-size: 0.78rem;
  font-weight: 650;
  margin-bottom: 0.28rem;
}
.ws-field .ws-note {
  margin: 0.28rem 0 0;
  font-size: 0.75rem;
  color: var(--ws-muted);
  line-height: 1.45;
}
.ws-field select,
.ws-field textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--ws-line);
  background: #0f172a;
  color: var(--ws-ink);
  padding: 0.45rem 0.55rem;
  font: inherit;
}
.ws-field textarea {
  min-height: 6.5rem;
  resize: vertical;
  line-height: 1.45;
}
.ws-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.ws-brief {
  grid-column: 1 / -1;
  background: var(--ws-panel);
  border: 1px solid var(--ws-line);
  border-radius: 16px;
  padding: 1rem 1.1rem 1.15rem;
}
.ws-cards {
  display: grid;
  gap: 0.65rem;
}
@media (min-width: 800px) {
  .ws-cards { grid-template-columns: 1fr 1fr; }
}
.ws-card {
  border: 1px solid var(--ws-line);
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  background: rgba(15, 23, 42, 0.55);
}
.ws-card h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
}
.ws-card p {
  margin: 0;
  color: var(--ws-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}
.ws-card--wms {
  border-color: rgba(96, 165, 250, 0.4);
  background: rgba(37, 99, 235, 0.12);
}
.ws-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.9rem;
}
.ws-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 0;
  border-radius: 10px;
  padding: 0.62rem 1rem;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(90deg, #2563eb, #1d4ed8);
}
.ws-btn--ghost {
  background: transparent;
  color: #e2e8f0;
  border: 1px solid var(--ws-line);
}
.ws-method {
  grid-column: 1 / -1;
  margin-top: 0.2rem;
  color: var(--ws-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}
.ws-method a { color: #93c5fd; }
@media (max-width: 900px) {
  .ws-shell {
    grid-template-columns: 1fr;
  }
  .ws-palette { grid-row: auto; }
  .ws-stage-wrap { min-height: min(70vh, 620px); }
  .ws-world { width: 520px; height: 520px; }
}
