/* ═══════════════════════════════════════════════════════════════════
   landing-09 — UNGATE → SOURCE showcase (#ungate-show) + whole-page
   mobile pass (2026-07-05). Additive file: loaded after landing-01..08,
   cascade wins. All selectors ug-scoped or inside media blocks.
   ═══════════════════════════════════════════════════════════════════ */

/* ---------- section + stage ---------- */
.ug-show { position: relative; }
.ug-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.ug-stage { position: relative; max-width: 1120px; margin: 0 auto; perspective: 1700px; padding: 0 8px; }

/* ---------- frame — noir app surface, resting UP-tilt ---------- */
.ug-frame {
  --spx: 50%; --spy: 30%;
  position: relative; isolation: isolate;
  border-radius: 20px; overflow: hidden;
  background:
    radial-gradient(ellipse 80% 55% at 50% 0%, rgba(255,255,255,0.02), transparent 70%),
    linear-gradient(180deg, #0d0d0f, #070708);
  border: 1px solid rgba(255,255,255,0.07);
  box-shadow: 0 40px 120px -30px rgba(0,0,0,0.85), inset 0 1px 0 rgba(255,255,255,0.05),
              0 0 90px -45px rgba(74,222,128,0.35);
  transform-style: preserve-3d;
  transform: rotateX(calc(5deg + var(--tiltX, 0deg))) rotateY(calc(5deg + var(--tiltY, 0deg)));
  transition: transform .5s var(--ease-out);
  /* bottom fade into the galaxy; horizontal fade kept SOFT — unlike nova,
     both edges here carry content (badges/ROI right, paste panel left) */
  mask-image:
    linear-gradient(180deg, #000 0%, #000 82%, rgba(0,0,0,0.55) 94%, transparent 100%),
    linear-gradient(90deg, #000 0%, #000 78%, rgba(0,0,0,0.88) 93%, rgba(0,0,0,0.62) 100%);
  -webkit-mask-image:
    linear-gradient(180deg, #000 0%, #000 82%, rgba(0,0,0,0.55) 94%, transparent 100%),
    linear-gradient(90deg, #000 0%, #000 78%, rgba(0,0,0,0.88) 93%, rgba(0,0,0,0.62) 100%);
  mask-composite: intersect;
  -webkit-mask-composite: source-in;
  font-family: 'Inter', sans-serif; letter-spacing: -0.005em;
}
.ug-spot {
  position: absolute; inset: 0; pointer-events: none; z-index: 6;
  background: radial-gradient(360px 260px at var(--spx) var(--spy), rgba(255,255,255,0.045), transparent 70%);
  opacity: 0; transition: opacity .3s ease;
}
.ug-frame:hover .ug-spot { opacity: 1; }
.ug-chrome {
  display: flex; align-items: center; gap: 12px; padding: 11px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(180deg, rgba(255,255,255,0.025), transparent);
}

/* ---------- two-phase body ---------- */
.ug-body { position: relative; min-height: 478px; }
.ug-pane {
  position: absolute; inset: 0; padding: 18px;
  opacity: 0; transform: translateY(10px); pointer-events: none;
  transition: opacity .45s ease, transform .45s var(--ease-out);
}
.ug-pane.active { opacity: 1; transform: none; }

/* ---------- pane 1 · eligibility checker ---------- */
.ug-pane-elig { display: grid; grid-template-columns: 300px 1fr; gap: 16px; }
.ug-elig-left { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.ug-panel-head { display: flex; flex-direction: column; gap: 3px; padding: 2px 2px 0; }
.ug-panel-head b { font-size: 13px; font-weight: 600; color: var(--fg); letter-spacing: -0.01em; }
.ug-panel-head span { font-size: 10.5px; color: var(--fg-mute); }
.ug-paste {
  position: relative; flex: 1; min-height: 240px; border-radius: 12px; overflow: hidden;
  background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08);
  padding: 12px 14px; font-family: 'JetBrains Mono', monospace; font-size: 11.5px; line-height: 1.9;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.ug-paste.flash { border-color: rgba(74,222,128,0.45); box-shadow: 0 0 0 3px rgba(74,222,128,0.08), inset 0 0 40px -20px rgba(74,222,128,0.25); }
.ug-paste-ph { color: rgba(255,255,255,0.22); white-space: pre-line; transition: opacity .25s ease; }
.ug-paste.filled .ug-paste-ph { opacity: 0; }
.ug-paste-lines { position: absolute; inset: 12px 14px auto; color: rgba(255,255,255,0.75); }
.ug-paste-lines i {
  display: block; font-style: normal; opacity: 0; transform: translateY(4px);
  transition: opacity .25s ease, transform .25s ease;
}
.ug-paste-lines i.in { opacity: 1; transform: none; }
.ug-paste-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.ug-count { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--fg-mute); }
.ug-check-btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 9px;
  background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.06));
  border: 1px solid rgba(255,255,255,0.16);
  font-size: 11.5px; font-weight: 600; color: var(--fg); letter-spacing: -0.005em;
  transition: transform .15s ease, background .2s ease;
}
.ug-check-btn.press { transform: scale(0.94); }
.ug-spin {
  width: 11px; height: 11px; border-radius: 50%; display: none;
  border: 1.6px solid rgba(255,255,255,0.25); border-top-color: rgba(255,255,255,0.9);
  animation: ugSpin .7s linear infinite;
}
.ug-check-btn.busy .ug-spin { display: inline-block; }
@keyframes ugSpin { to { transform: rotate(360deg); } }

.ug-elig-right { display: flex; flex-direction: column; min-width: 0; }
.ug-results-head {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 2px 4px 10px;
}
.ug-selall { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; color: var(--fg-mute); }
.ug-cb {
  width: 14px; height: 14px; border-radius: 4.5px; flex-shrink: 0; position: relative;
  border: 1px solid rgba(255,255,255,0.25); background: rgba(255,255,255,0.03);
  transition: background .2s ease, border-color .2s ease;
}
.ug-cb.on { background: rgba(74,222,128,0.9); border-color: rgba(74,222,128,0.9); }
.ug-cb.on::after {
  content: ''; position: absolute; left: 4px; top: 1.5px; width: 4px; height: 7.5px;
  border: solid #06130a; border-width: 0 1.8px 1.8px 0; transform: rotate(42deg);
}
.ug-results-meta { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; color: rgba(255,255,255,0.3); }
.ug-rows { display: flex; flex-direction: column; gap: 6px; flex: 1; }
.ug-row {
  display: flex; align-items: center; gap: 11px; padding: 9px 12px; border-radius: 11px;
  background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06);
  opacity: 0; transform: translateY(6px);
  transition: opacity .3s ease, transform .3s var(--ease-out), border-color .25s ease, background .25s ease;
}
.ug-row.in { opacity: 1; transform: none; }
.ug-row.picked { background: rgba(74,222,128,0.05); border-color: rgba(74,222,128,0.22); }
.ug-row-asin { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; color: rgba(255,255,255,0.38); flex-shrink: 0; width: 78px; }
.ug-row-name { font-size: 12px; font-weight: 500; color: var(--fg); letter-spacing: -0.01em; flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ug-row-skel { flex: 1; height: 10px; border-radius: 6px; background: linear-gradient(90deg, rgba(255,255,255,0.05), rgba(255,255,255,0.12), rgba(255,255,255,0.05)); background-size: 200% 100%; animation: ugShimmer 1.1s linear infinite; }
@keyframes ugShimmer { from { background-position: 200% 0; } to { background-position: -200% 0; } }
.ug-badge {
  flex-shrink: 0; display: inline-flex; align-items: center; gap: 5px;
  padding: 3.5px 9px; border-radius: 6px;
  font-size: 8.5px; font-weight: 700; letter-spacing: .09em;
  opacity: 0; transform: scale(.8);
  transition: opacity .25s ease, transform .3s cubic-bezier(.34,1.56,.64,1);
}
.ug-badge.pop { opacity: 1; transform: none; }
.ug-badge.ok   { color: #4ade80; background: rgba(74,222,128,0.10); border: 1px solid rgba(74,222,128,0.28); }
.ug-badge.warn { color: #F0C94A; background: rgba(244,197,66,0.09); border: 1px solid rgba(244,197,66,0.28); }
.ug-badge.no   { color: #f87171; background: rgba(248,113,113,0.09); border: 1px solid rgba(248,113,113,0.26); }
.ug-bulkbar {
  margin-top: 10px; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 9px 12px; border-radius: 12px;
  background: rgba(74,222,128,0.06); border: 1px solid rgba(74,222,128,0.2);
  opacity: 0; transform: translateY(10px);
  transition: opacity .35s ease, transform .35s var(--ease-out);
}
.ug-bulkbar.show { opacity: 1; transform: none; }
.ug-bulk-meta { font-size: 10.5px; color: var(--fg-mute); font-variant-numeric: tabular-nums; }
.ug-source-btn {
  display: inline-flex; align-items: center; gap: 7px; padding: 8px 15px; border-radius: 9px;
  background: linear-gradient(180deg, #34d374, #22a85a);
  border: 1px solid rgba(74,222,128,0.5);
  box-shadow: 0 4px 18px -6px rgba(52,211,116,0.5);
  font-size: 11.5px; font-weight: 700; color: #06130a; letter-spacing: -0.005em;
  transition: transform .15s ease;
}
.ug-source-btn.press { transform: scale(0.94); }

/* ---------- pane 2 · sourcing console ---------- */
.ug-pane-src { display: flex; flex-direction: column; gap: 14px; }
.ug-console {
  border-radius: 12px; overflow: hidden;
  background: #08090a; border: 1px solid rgba(255,255,255,0.08);
}
.ug-console-head {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 8px 13px; border-bottom: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.02);
}
.ug-console-title { display: inline-flex; align-items: center; gap: 7px; font-family: 'JetBrains Mono', monospace; font-size: 10px; font-weight: 600; letter-spacing: .08em; color: rgba(255,255,255,0.6); text-transform: uppercase; }
.ug-console-title i { width: 6px; height: 6px; border-radius: 99px; background: #4ade80; animation: pulse 2s infinite; }
.ug-console-meta { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; color: rgba(255,255,255,0.32); }
.ug-log { padding: 11px 13px; min-height: 122px; display: flex; flex-direction: column; gap: 5px; }
.ug-log i {
  display: flex; align-items: baseline; gap: 8px; font-style: normal;
  font-family: 'JetBrains Mono', monospace; font-size: 10.5px; line-height: 1.5; color: rgba(255,255,255,0.55);
  opacity: 0; transform: translateX(-4px); transition: opacity .25s ease, transform .25s ease;
}
.ug-log i.in { opacity: 1; transform: none; }
.ug-log i::before { content: '▸'; color: rgba(74,222,128,0.6); flex-shrink: 0; }
.ug-log i b { color: rgba(255,255,255,0.8); font-weight: 500; }
.ug-log i em { font-style: normal; color: #4ade80; margin-left: 12px; flex-shrink: 0; }
.ug-src-results { display: flex; flex-direction: column; gap: 6px; }
.ug-src-row {
  display: flex; align-items: center; gap: 12px; padding: 10px 13px; border-radius: 11px;
  background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06);
  opacity: 0; transform: translateY(7px);
  transition: opacity .3s ease, transform .35s var(--ease-out);
}
.ug-src-row.in { opacity: 1; transform: none; }
.ug-src-row.buy { border-color: rgba(74,222,128,0.18); }
.ug-src-name { font-size: 12px; font-weight: 500; color: var(--fg); letter-spacing: -0.01em; flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ug-src-route { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: rgba(255,255,255,0.45); flex-shrink: 0; }
.ug-src-route b { color: rgba(255,255,255,0.75); font-weight: 500; }
.ug-src-num { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; font-weight: 600; flex-shrink: 0; width: 88px; text-align: right; font-variant-numeric: tabular-nums; }
.ug-src-num.pos { color: #4ade80; } .ug-src-num.neg { color: #f87171; }
.ug-src-num span { display: block; font-size: 8.5px; font-weight: 500; color: rgba(255,255,255,0.32); letter-spacing: .06em; }
.ug-verdict {
  flex-shrink: 0; padding: 4px 10px; border-radius: 6px;
  font-size: 8.5px; font-weight: 800; letter-spacing: .1em;
  opacity: 0; transform: scale(.8);
  transition: opacity .25s ease, transform .3s cubic-bezier(.34,1.56,.64,1);
}
.ug-verdict.pop { opacity: 1; transform: none; }
.ug-verdict.buy { color: #06130a; background: linear-gradient(180deg, #34d374, #22a85a); border: 1px solid rgba(74,222,128,0.5); box-shadow: 0 3px 14px -5px rgba(52,211,116,0.55); }
.ug-verdict.pass { color: rgba(255,255,255,0.45); background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); }
.ug-summary {
  margin-top: 4px; display: flex; align-items: center; flex-wrap: wrap; gap: 7px 18px;
  padding: 11px 14px; border-radius: 12px;
  background: rgba(74,222,128,0.05); border: 1px solid rgba(74,222,128,0.18);
  opacity: 0; transform: translateY(8px);
  transition: opacity .4s ease, transform .4s var(--ease-out);
}
.ug-summary.show { opacity: 1; transform: none; }
.ug-summary b { font-size: 12px; font-weight: 700; color: var(--fg); font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }
.ug-summary b em { font-style: normal; color: #4ade80; }
.ug-summary span { font-size: 10px; color: var(--fg-mute); }
.ug-summary .ug-vault { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-family: 'JetBrains Mono', monospace; font-size: 9.5px; color: #4ade80; }

/* ---------- cursor actor ---------- */
.ug-cursor {
  position: absolute; left: 0; top: 0; z-index: 8; pointer-events: none;
  /* --cx/--cy are px offsets set by JS (translate % would be self-relative) */
  transform: translate(var(--cx, -60px), var(--cy, -60px));
  transition: transform .65s cubic-bezier(.3,.7,.25,1), opacity .3s ease;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,0.55));
}
.ug-cursor svg { display: block; transition: transform .13s ease; transform-origin: 30% 20%; }
.ug-cursor.down svg { transform: scale(.8); }
.ug-cursor.off { opacity: 0; }
.ug-ripple {
  position: absolute; left: 0; top: 0; z-index: 7; pointer-events: none;
  width: 34px; height: 34px; margin: -17px 0 0 -17px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.55);
  opacity: 0; transform: scale(.25);
}
.ug-ripple.go { animation: ugRipple .55s ease-out; }
@keyframes ugRipple {
  0% { opacity: .85; transform: scale(.25); }
  100% { opacity: 0; transform: scale(1.5); }
}

/* ---------- light theme ---------- */
[data-theme="light"] .ug-frame { background: #fdfdfd; border-color: rgba(0,0,0,0.12); box-shadow: 0 30px 80px -30px rgba(0,0,0,0.35), 0 0 90px -45px rgba(34,168,90,0.25); }
[data-theme="light"] .ug-chrome { border-bottom-color: rgba(0,0,0,0.07); background: linear-gradient(180deg, rgba(0,0,0,0.02), transparent); }
[data-theme="light"] .ug-frame .ns-url { color: rgba(0,0,0,0.5); background: rgba(0,0,0,0.04); border-color: rgba(0,0,0,0.08); }
[data-theme="light"] .ug-frame .ns-live { color: rgba(0,0,0,0.55); }
[data-theme="light"] .ug-panel-head b, [data-theme="light"] .ug-row-name, [data-theme="light"] .ug-src-name, [data-theme="light"] .ug-summary b { color: #16181d; }
[data-theme="light"] .ug-panel-head span, [data-theme="light"] .ug-count, [data-theme="light"] .ug-selall, [data-theme="light"] .ug-bulk-meta, [data-theme="light"] .ug-summary span { color: rgba(0,0,0,0.5); }
[data-theme="light"] .ug-paste { background: rgba(0,0,0,0.025); border-color: rgba(0,0,0,0.1); }
[data-theme="light"] .ug-paste-ph { color: rgba(0,0,0,0.28); }
[data-theme="light"] .ug-paste-lines { color: rgba(0,0,0,0.72); }
[data-theme="light"] .ug-check-btn { background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.04)); border-color: rgba(0,0,0,0.14); color: #16181d; }
[data-theme="light"] .ug-spin { border-color: rgba(0,0,0,0.2); border-top-color: rgba(0,0,0,0.7); }
[data-theme="light"] .ug-cb { border-color: rgba(0,0,0,0.3); background: rgba(0,0,0,0.02); }
[data-theme="light"] .ug-results-meta { color: rgba(0,0,0,0.35); }
[data-theme="light"] .ug-row, [data-theme="light"] .ug-src-row { background: rgba(0,0,0,0.02); border-color: rgba(0,0,0,0.08); }
[data-theme="light"] .ug-row.picked { background: rgba(34,168,90,0.06); border-color: rgba(34,168,90,0.3); }
[data-theme="light"] .ug-row-asin { color: rgba(0,0,0,0.4); }
[data-theme="light"] .ug-row-skel { background: linear-gradient(90deg, rgba(0,0,0,0.05), rgba(0,0,0,0.11), rgba(0,0,0,0.05)); background-size: 200% 100%; }
[data-theme="light"] .ug-badge.ok { color: #15803d; background: rgba(34,168,90,0.09); border-color: rgba(34,168,90,0.3); }
[data-theme="light"] .ug-badge.warn { color: #a16207; background: rgba(202,138,4,0.09); border-color: rgba(202,138,4,0.3); }
[data-theme="light"] .ug-badge.no { color: #b91c1c; background: rgba(220,38,38,0.07); border-color: rgba(220,38,38,0.25); }
[data-theme="light"] .ug-bulkbar { background: rgba(34,168,90,0.06); border-color: rgba(34,168,90,0.25); }
[data-theme="light"] .ug-src-route { color: rgba(0,0,0,0.45); }
[data-theme="light"] .ug-src-route b { color: rgba(0,0,0,0.7); }
[data-theme="light"] .ug-src-num.pos { color: #15803d; } [data-theme="light"] .ug-src-num.neg { color: #b91c1c; }
[data-theme="light"] .ug-src-num span { color: rgba(0,0,0,0.35); }
[data-theme="light"] .ug-verdict.pass { color: rgba(0,0,0,0.45); background: rgba(0,0,0,0.04); border-color: rgba(0,0,0,0.1); }
[data-theme="light"] .ug-summary { background: rgba(34,168,90,0.05); border-color: rgba(34,168,90,0.22); }
[data-theme="light"] .ug-summary b em, [data-theme="light"] .ug-summary .ug-vault { color: #15803d; }
[data-theme="light"] .ug-src-row.buy { border-color: rgba(34,168,90,0.25); }
/* console stays dark in light mode on purpose — it's a terminal */

/* ---------- card mobile (≤900 flatten tilt, ≤640 stack) ---------- */
@media (max-width: 900px) {
  .ug-frame { transform: rotateX(2deg); mask-image: linear-gradient(180deg, #000 0%, #000 86%, transparent 100%); -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 86%, transparent 100%); }
}
@media (max-width: 640px) {
  /* panes leave absolute-overlay mode: display-swap so the frame takes the
     active pane's natural height (absolute panes clipped the taller mobile
     content) */
  .ug-body { min-height: 0; }
  .ug-pane { position: static; display: none; opacity: 1; transform: none; padding: 12px; }
  .ug-pane.active { animation: ugPaneIn .45s ease; }
  .ug-pane-elig.active { display: grid; }
  .ug-pane-src.active { display: flex; }
  .ug-pane-src { padding-bottom: 46px; } /* keep the vault payoff line above the bottom fade */
  .ug-pane-elig { grid-template-columns: 1fr; grid-template-rows: auto auto; gap: 12px; }
  .ug-elig-left { gap: 8px; }
  .ug-paste { min-height: 0; flex: 0 0 auto; height: 92px; font-size: 10.5px; line-height: 1.7; padding: 10px 12px; }
  .ug-paste-lines { inset: 10px 12px auto; column-count: 2; column-gap: 14px; }
  /* chrome bar: keep to one row — url truncates, badge never wraps */
  .ug-chrome { gap: 8px; padding: 9px 12px; }
  .ug-chrome .ns-url { min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; line-height: 1.6; font-size: 9.5px; padding: 4px 10px; }
  .ug-chrome .ns-live { white-space: nowrap; flex-shrink: 0; }
  .ug-row { padding: 8px 10px; gap: 8px; }
  .ug-row-asin { width: auto; }
  .ug-row-name { font-size: 11.5px; }
  .ug-badge { font-size: 8px; padding: 3px 7px; }
  .ug-console-meta { display: none; }
  .ug-log { min-height: 108px; }
  .ug-log i { font-size: 9.5px; }
  .ug-src-row { flex-wrap: wrap; gap: 6px 10px; padding: 9px 11px; }
  .ug-src-name { flex-basis: 100%; }
  .ug-src-route { font-size: 9.5px; }
  .ug-src-num { width: auto; margin-left: auto; }
  .ug-summary { gap: 6px 12px; padding: 10px 12px; }
  .ug-summary .ug-vault { margin-left: 0; flex-basis: 100%; }
}
@media (max-width: 400px) {
  .ug-row-asin { display: none; }
}
@keyframes ugPaneIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* ═══════════════════════════════════════════════════════════════════
   WHOLE-PAGE MOBILE PASS (≤640px) — Deliverable B
   Section-scoped fixes; showcase cards first, page sections below.
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 640px) {
  /* shared card chrome (nova / keepa / ungate / sheets bars): one row, no wrap */
  .ns-url { min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; line-height: 1.7; font-size: 9.5px; max-width: none; }
  .ns-live { white-space: nowrap; flex-shrink: 0; }
  /* nova: footer strip wraps cleanly, brand line gets its own row above the fade */
  .ns-foot { flex-wrap: wrap; row-gap: 3px; padding-bottom: 18px; }
  .ns-foot .ns-foot-r { flex-basis: 100%; margin-left: 0; }
  /* seller spy: stat tiles must shrink inside the frame (1fr auto-min overflowed) */
  .sp-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .sp-stat { min-width: 0; }
  .sp-stat-v { flex-wrap: wrap; }
  /* #how feature tiles: collapse the desktop viz min-height (agent tile had
     ~400px of dead space under its two rows) */
  .int-viz.int-viz-tall { min-height: 0; }
}

/* ---------- reduced motion: static end-state, no cursor ---------- */
@media (prefers-reduced-motion: reduce) {
  .ug-cursor, .ug-ripple { display: none; }
  .ug-frame { transform: none; transition: none; }
  .ug-body { min-height: 0; }
  .ug-pane { position: static; opacity: 1; transform: none; transition: none; }
  .ug-pane-src { border-top: 1px solid rgba(255,255,255,0.06); }
  .ug-row, .ug-log i, .ug-src-row { opacity: 1; transform: none; transition: none; }
  .ug-badge, .ug-verdict { opacity: 1; transform: none; transition: none; }
  .ug-bulkbar, .ug-summary { opacity: 1; transform: none; transition: none; }
  .ug-spin { animation: none; display: none; }
  .ug-row-skel { animation: none; }
}
