/* Full layout restoration for 3d-json-editor */
body.page-tool-3d-json-editor {
  --json-bg: rgba(16, 10, 13, 0.36);
  --json-panel: rgba(24, 14, 18, 0.58);
  --json-panel2: rgba(26, 15, 20, 0.48);
  --json-panel3: rgba(20, 12, 15, 0.38);
  --json-line: #3a2328;
  --json-text: #f4f4f6;
  --json-muted: #c8afb5;
  --json-accent: #d83a4f;
  --json-accent2: #ff6b7c;
  --json-good: #79d18f;
  --json-warn: #f0b85a;
  --json-bad: #ff8c8c;
  --json-shadow: 0 14px 34px rgba(0,0,0,.34);
}

body.page-tool-3d-json-editor .tool-stage {
  padding: 0;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor.uses-3d-json-editor-css > .content {
  display: flex;
  flex-direction: column;
  min-height: 44rem;
  height: calc(100vh - 15.25rem);
  max-height: 100vh;
  overflow: hidden;
  padding: .7rem;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 1rem;
  background: var(--page-card-surface-tint), rgba(18, 10, 13, 0.34);
  box-sizing: border-box;
  backdrop-filter: blur(16px);
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor *,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor *::before,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor *::after {
  box-sizing: border-box;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .editor-shell {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  padding: .5rem 0 .9rem;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .app {
  display: grid;
  grid-template-columns: 26.25rem minmax(0, 1fr);
  gap: .65rem;
  height: 100%;
  max-height: 100%;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .sidebar,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .main {
  min-height: 0;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .sidebar {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .sidebar-scroll {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: .25rem;
  scrollbar-gutter: stable;
  overscroll-behavior: contain;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .panel,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .toolbar,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .viewer-shell,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .context-menu,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .context-submenu {
  background: var(--page-card-surface-tint-soft), var(--json-panel);
  border: 1px solid var(--json-line);
  border-radius: .9rem;
  box-shadow: var(--json-shadow);
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .sidebar-scroll > .panel {
  flex: 0 0 auto;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .settings-panel[open] {
  display: block;
  min-height: 0;
  overflow: visible;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .settings-panel[open] > .panel-body {
  min-height: 0;
  overflow: visible;
  scrollbar-gutter: stable;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor details.panel {
  overflow: hidden;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor details.panel > .panel-body {
  max-height: none;
  overflow: visible;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor details > summary {
  list-style: none;
  cursor: pointer;
  padding: .75rem .85rem;
  background: linear-gradient(180deg, rgba(20,20,22,.98), rgba(13,13,15,.98));
  border-bottom: 1px solid rgba(255,255,255,.03);
  font-weight: 700;
  letter-spacing: .02em;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor details > summary::-webkit-details-marker {
  display: none;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .panel-body {
  padding: .75rem;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .toolbar {
  padding: .5rem;
  display: flex;
  justify-content: flex-end;
  gap: .5rem;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .toolbar-group {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor button,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .mode-btn,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .action-btn,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .small-btn,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .tab-btn,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .subbtn {
  border: 1px solid var(--json-line);
  background: linear-gradient(180deg, #1c1d20, #131417);
  color: var(--json-text);
  border-radius: .62rem;
  padding: .5rem .65rem;
  cursor: pointer;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .mode-btn.active,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .tab-btn.active {
  outline: 2px solid rgba(216,58,79,.75);
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor button:hover,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .mode-btn:hover,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .action-btn:hover,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .small-btn:hover,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .tab-btn:hover,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .subbtn:hover {
  filter: brightness(1.08);
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .action-btn.good {
  background: linear-gradient(180deg, #1f4e32, #173824);
  border-color: #2a6f49;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .action-btn.warn {
  background: linear-gradient(180deg, #4f401e, #382d15);
  border-color: #6b5630;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .action-btn.bad {
  background: linear-gradient(180deg, #4b2328, #351a1f);
  border-color: #6a3137;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .control-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 .45rem;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .control-table td {
  vertical-align: top;
  padding: 1px 0;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .control-table td.label {
  width: 6.75rem;
  padding: .32rem .5rem 0 0;
  color: var(--json-muted);
  font-size: .75rem;
  letter-spacing: .02em;
  white-space: nowrap;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .control-table td.control {
  width: auto;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 6.9rem;
  gap: .5rem;
  align-items: center;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .pair.compact {
  grid-template-columns: minmax(0, 1fr) 5.75rem;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .pair.angle-pair {
  grid-template-columns: 3.25rem minmax(0, 1fr);
  align-items: center;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .pair.angle-pair .dial-source {
  display: none;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .pair.angle-pair .num-input {
  grid-column: 2;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .dial-source,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .ghost-field,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .mini-note,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .summary-note,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .hint,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .axis-up-row {
  display: none;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .readonly-pill {
  width: 100%;
  height: 2.35rem;
  display: flex;
  align-items: center;
  padding: 0 .65rem;
  border: 1px solid var(--json-line);
  border-radius: .62rem;
  background: var(--json-panel2);
  color: var(--json-text);
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  flex-wrap: wrap;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .toggle {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--json-text);
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .toggle-row .toggle {
  flex: 1 1 auto;
  min-width: 0;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .input,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .num-input,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor select,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor textarea {
  width: 100%;
  border: 1px solid var(--json-line);
  border-radius: .62rem;
  background: var(--json-panel2);
  color: var(--json-text);
  outline: none;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .input,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .num-input,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor select {
  padding: .5rem .62rem;
  height: 2.35rem;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .num-input {
  text-align: right;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor textarea {
  min-height: 9.4rem;
  max-height: 26.25rem;
  padding: .65rem .8rem;
  resize: vertical;
  font: 12px/1.45 Consolas, Monaco, monospace;
  white-space: pre;
  overflow: auto;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .subpanel {
  margin-top: .5rem;
  border: 1px solid var(--json-line);
  border-radius: .75rem;
  background: var(--page-card-surface-tint-soft), rgba(6, 7, 9, 0.72);
  overflow: hidden;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .subpanel summary {
  padding: .6rem .75rem;
  cursor: pointer;
  color: var(--json-muted);
  font-size: .75rem;
  list-style: none;
  background: rgba(3, 4, 6, 0.6);
  border-bottom: 1px solid rgba(255,255,255,.04);
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .subpanel summary::-webkit-details-marker {
  display: none;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .subpanel .panel-body {
  padding: .62rem;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .tight-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: .5rem;
  margin-top: .5rem;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .double-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: .5rem;
  margin-top: .5rem;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .triple-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: .5rem;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .quad-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: .5rem;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .inline-fields {
  display: grid;
  gap: .5rem;
  margin-top: .5rem;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .inline-field {
  display: grid;
  grid-template-columns: 7.5rem minmax(0,1fr);
  gap: .5rem;
  align-items: center;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .inline-field span {
  font-size: .75rem;
  color: var(--json-muted);
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .editor-grid {
  display: grid;
  gap: .5rem;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .mode-panel {
  display: none;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .mode-panel.active {
  display: block;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor input[type="range"] {
  appearance: none;
  width: 100%;
  height: .9rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(216,58,79,.16), rgba(255,107,124,.24));
  border: 1px solid rgba(216,58,79,.28);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.15);
  margin: 0;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 1.12rem;
  height: 1.12rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffb3bf, #d83a4f);
  border: 1px solid rgba(255,255,255,.45);
  box-shadow: 0 0 0 3px rgba(216,58,79,.18), 0 2px 8px rgba(0,0,0,.32);
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor input[type="range"]::-moz-range-thumb {
  width: 1.12rem;
  height: 1.12rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffb3bf, #d83a4f);
  border: 1px solid rgba(255,255,255,.45);
  box-shadow: 0 0 0 3px rgba(216,58,79,.18), 0 2px 8px rgba(0,0,0,.32);
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor input[type="range"]::-moz-range-track {
  height: .9rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(216,58,79,.16), rgba(255,107,124,.24));
  border: 1px solid rgba(216,58,79,.28);
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .status {
  min-height: 1.25rem;
  color: var(--json-muted);
  font-size: .82rem;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .status.good { color: var(--json-good); }
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .status.warn { color: var(--json-warn); }
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .status.bad { color: var(--json-bad); }

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .main {
  display: grid;
  grid-template-rows: auto minmax(0,1fr);
  gap: .65rem;
  min-height: 0;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .viewer-shell {
  padding: .5rem;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .viewer-wrap {
  position: relative;
  flex: 1;
  min-height: 0;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor canvas {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: .75rem;
  border: 1px solid var(--json-line);
  background: linear-gradient(180deg, rgba(216,58,79,.06), rgba(216,58,79,0) 24%), #0a0b0c;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .overlay {
  position: absolute;
  top: .62rem;
  left: .62rem;
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  pointer-events: none;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .chip {
  background: rgba(10,10,12,.9);
  border: 1px solid var(--json-line);
  border-radius: 999px;
  padding: .45rem .62rem;
  font-size: .75rem;
  color: var(--json-muted);
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .viewer-bottom-stats {
  position: absolute;
  left: .62rem;
  right: .62rem;
  bottom: .62rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: .5rem;
  pointer-events: none;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .metric {
  padding: .5rem .62rem;
  border-radius: .62rem;
  border: 1px solid var(--json-line);
  background: rgba(10,10,12,.92);
  min-width: 0;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .metric .k {
  font-size: .67rem;
  color: var(--json-muted);
  text-transform: uppercase;
  letter-spacing: .03em;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .metric .v {
  font-size: .8rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .tab-row {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  margin-bottom: .5rem;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .output-box textarea {
  min-height: 10.625rem;
  height: 22vh;
  max-height: 30vh;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .marquee-box {
  position: absolute;
  border: 1px dashed rgba(255,107,124,.95);
  background: rgba(216,58,79,.10);
  pointer-events: none;
  display: none;
  z-index: 9;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .context-menu {
  position: fixed;
  z-index: 50;
  min-width: 9.25rem;
  max-width: 10.25rem;
  background: rgba(16,16,18,.98);
  border: 1px solid var(--json-line);
  border-radius: .75rem;
  box-shadow: 0 18px 40px rgba(0,0,0,.4);
  padding: .38rem;
  display: none;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .context-menu.open {
  display: block;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .context-item {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  color: var(--json-text);
  padding: .55rem .68rem;
  border-radius: .5rem;
  cursor: pointer;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .context-item:hover {
  background: rgba(216,58,79,.14);
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .context-item.danger {
  color: #ffb3bf;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .context-item.has-submenu::after {
  content: "›";
  float: right;
  color: var(--json-muted);
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .context-submenu {
  position: fixed;
  z-index: 51;
  min-width: 14.375rem;
  max-width: 16.25rem;
  background: rgba(16,16,18,.98);
  border: 1px solid var(--json-line);
  border-radius: .75rem;
  box-shadow: 0 18px 40px rgba(0,0,0,.42);
  padding: .5rem;
  display: none;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .context-submenu.open {
  display: block;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .submenu-title {
  font-size: .75rem;
  color: var(--json-muted);
  padding: .15rem .25rem .5rem;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .submenu-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: .38rem;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .submenu-grid.three {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor #advancedSelectedHost {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 52;
  width: 21.25rem;
  max-width: min(21.25rem, calc(100% - 1.5rem));
  display: none;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor #advancedSelectedHost.show {
  display: block;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor #advancedSelectedHost .subpanel {
  margin-top: 0;
  background: var(--page-card-surface-tint-soft), rgba(5, 6, 8, 0.78);
  box-shadow: 0 18px 40px rgba(0,0,0,.42);
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor #advancedSelectedHost .panel-body {
  max-height: min(72vh, 38.75rem);
  overflow: auto;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor #advancedSelectedHost .control-table td.label {
  width: 4.75rem;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor #advancedSelectedHost .tight-row {
  grid-template-columns: minmax(0,1fr) auto auto;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .sidebar-scroll,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .panel-body,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor textarea,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .output-box {
  scrollbar-width: thin;
  scrollbar-color: rgba(216,58,79,.34) rgba(18,18,22,.55);
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .sidebar-scroll::-webkit-scrollbar,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .panel-body::-webkit-scrollbar,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor textarea::-webkit-scrollbar,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .output-box::-webkit-scrollbar {
  width: .62rem;
  height: .62rem;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .sidebar-scroll::-webkit-scrollbar-thumb,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .panel-body::-webkit-scrollbar-thumb,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor textarea::-webkit-scrollbar-thumb,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .output-box::-webkit-scrollbar-thumb {
  background: rgba(216,58,79,.34);
  border-radius: 999px;
  border: 2px solid transparent;
}

body.page-tool-3d-json-editor .tool-embed--3d-json-editor .sidebar-scroll::-webkit-scrollbar-track,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .panel-body::-webkit-scrollbar-track,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor textarea::-webkit-scrollbar-track,
body.page-tool-3d-json-editor .tool-embed--3d-json-editor .output-box::-webkit-scrollbar-track {
  background: rgba(0,0,0,.12);
}

@media (max-width: 87.5rem) {
  body.page-tool-3d-json-editor .tool-embed--3d-json-editor .viewer-bottom-stats {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}

@media (max-width: 75rem) {
  body.page-tool-3d-json-editor .tool-embed--3d-json-editor.uses-3d-json-editor-css > .content {
    height: auto;
    min-height: calc(100vh - 1.25rem);
    max-height: none;
    overflow: visible;
  }

  body.page-tool-3d-json-editor .tool-embed--3d-json-editor .editor-shell {
    overflow: visible;
    padding-bottom: 3.75rem;
  }

  body.page-tool-3d-json-editor .tool-embed--3d-json-editor .app {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
  }

  body.page-tool-3d-json-editor .tool-embed--3d-json-editor .sidebar {
    overflow: visible;
  }

  body.page-tool-3d-json-editor .tool-embed--3d-json-editor .sidebar-scroll {
    overflow: visible;
  }

  body.page-tool-3d-json-editor .tool-embed--3d-json-editor .main {
    grid-template-rows: auto 45rem;
  }

  body.page-tool-3d-json-editor .tool-embed--3d-json-editor .viewer-bottom-stats {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
