:root {
  --sl-ink: #182128;
  --sl-muted: #62707a;
  --sl-soft: #eef1ef;
  --sl-panel: #f8faf8;
  --sl-panel-strong: #ffffff;
  --sl-line: #cbd4d0;
  --sl-line-strong: #aebbb5;
  --sl-accent: #0c7c78;
  --sl-accent-dark: #075956;
  --sl-alert: #c25d45;
  --sl-amber: #b98935;
  --sl-shadow: 0 18px 45px rgba(30, 42, 50, 0.14);
}

body.seismolab-active {
  overflow: hidden;
  background: #dce3df;
}

body.seismolab-active .app-shell {
  grid-template-columns: 72px minmax(0, 1fr);
}

body.seismolab-active .sidebar {
  gap: 18px;
  padding: 14px 10px;
  overflow: hidden;
}

body.seismolab-active .sidebar .brand {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}

body.seismolab-active .sidebar .brand > span:last-child,
body.seismolab-active .sidebar-meter {
  display: none;
}

body.seismolab-active .sidebar .brand-mark {
  width: 42px;
  height: 42px;
}

body.seismolab-active .sidebar .nav-tabs {
  justify-items: center;
}

body.seismolab-active .sidebar .nav-tab {
  display: grid;
  width: 44px;
  min-height: 44px;
  grid-template-columns: 1fr;
  place-items: center;
  padding: 8px;
  font-size: 0;
}

body.seismolab-active .sidebar .tab-icon {
  font-size: 1rem;
}

body.seismolab-active.seismolab-focus .app-shell {
  grid-template-columns: minmax(0, 1fr);
}

body.seismolab-active.seismolab-focus .sidebar {
  display: none;
}

body.seismolab-active .workspace {
  width: 100%;
  max-width: none;
  height: 100vh;
  padding: 0;
}

body.seismolab-active .topbar,
body.seismolab-active .site-footer {
  display: none;
}

.seismolab-view.active {
  display: block;
  height: 100vh;
}

#seismolabRoot,
.sl-shell {
  min-height: 0;
  height: 100%;
}

.sl-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  color: var(--sl-ink);
  background:
    linear-gradient(180deg, rgba(251, 252, 250, 0.98), rgba(229, 235, 231, 0.96)),
    linear-gradient(135deg, rgba(12, 124, 120, 0.08), transparent 42%),
    #e7ece8;
  overflow: hidden;
}

.sl-toolbar {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--sl-line);
  background: rgba(250, 252, 250, 0.95);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
  z-index: 5;
}

.sl-product {
  display: grid;
  min-width: 212px;
  gap: 2px;
  padding-right: 10px;
  border-right: 1px solid var(--sl-line);
}

.sl-product strong {
  font-size: 1.05rem;
  line-height: 1.1;
}

.sl-product span,
.sl-panel-heading span,
.sl-task-header span,
.sl-dialog-heading span,
.sl-guide-banner span {
  color: var(--sl-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sl-toolbar-group {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border: 1px solid rgba(203, 212, 208, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.sl-toolbar-spacer {
  flex: 1;
}

.sl-model-select select,
.sl-field input,
.sl-field select,
.sl-property-field input {
  min-height: 34px;
  width: 100%;
  border: 1px solid var(--sl-line);
  border-radius: 7px;
  color: var(--sl-ink);
  background: #fff;
}

.sl-model-select select {
  min-width: 210px;
  max-width: 280px;
  padding: 0 32px 0 10px;
}

.sl-tool-button,
.sl-icon-button,
.sl-mini-icon,
.sl-add-row,
.sl-danger-button {
  border: 1px solid var(--sl-line);
  border-radius: 7px;
  color: var(--sl-ink);
  background: #fff;
  transition:
    border-color 0.16s ease,
    background 0.16s ease,
    color 0.16s ease,
    box-shadow 0.16s ease;
}

.sl-tool-button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 10px;
  font-weight: 800;
  white-space: nowrap;
}

.sl-icon-button,
.sl-mini-icon {
  display: inline-grid;
  place-items: center;
  font-weight: 900;
}

.sl-icon-button {
  width: 34px;
  height: 34px;
  font-size: 1rem;
}

.sl-mini-icon {
  width: 28px;
  height: 28px;
  font-size: 0.82rem;
}

.sl-tool-button:hover,
.sl-icon-button:hover,
.sl-mini-icon:hover,
.sl-add-row:hover,
.sl-danger-button:hover {
  border-color: rgba(12, 124, 120, 0.45);
  background: #edf7f5;
  color: var(--sl-accent-dark);
  box-shadow: 0 0 0 3px rgba(12, 124, 120, 0.08);
}

.sl-tool-button.primary,
.sl-tool-button.active,
.sl-icon-button.active,
.task-button.active {
  border-color: rgba(12, 124, 120, 0.48);
  color: #fff;
  background: var(--sl-accent);
}

.sl-tool-button.ghost {
  background: transparent;
}

.sl-tool-button.danger,
.sl-icon-button.danger:hover,
.sl-mini-icon.danger:hover,
.sl-danger-button {
  border-color: rgba(194, 93, 69, 0.45);
  color: #9c3e2e;
}

.sl-tool-button:disabled,
.sl-icon-button:disabled,
.sl-mini-icon:disabled,
.sl-add-row:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  box-shadow: none;
}

.sl-guide-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(184, 153, 85, 0.34);
  background: #fbf4e6;
}

.sl-guide-banner strong {
  display: block;
  margin-top: 2px;
}

.sl-guide-banner-actions {
  display: flex;
  gap: 8px;
}

.sl-workspace-grid {
  display: grid;
  grid-template-columns: var(--sl-tree-width, 240px) 6px minmax(0, 1fr) 6px var(--sl-inspector-width, 232px);
  min-height: 0;
  flex: 1;
  gap: 8px;
  padding: 12px;
}

.sl-workspace-grid > * {
  min-width: 0;
}

.sl-shell.tree-collapsed .sl-workspace-grid {
  grid-template-columns: minmax(0, 1fr) 6px var(--sl-inspector-width, 232px);
}

.sl-shell.inspector-collapsed .sl-workspace-grid {
  grid-template-columns: var(--sl-tree-width, 240px) 6px minmax(0, 1fr);
}

.sl-shell.tree-collapsed.inspector-collapsed .sl-workspace-grid,
.sl-shell.focus-mode .sl-workspace-grid {
  grid-template-columns: minmax(0, 1fr);
}

.sl-shell.tree-collapsed .sl-tree-panel,
.sl-shell.tree-collapsed .sl-tree-resizer,
.sl-shell.inspector-collapsed .sl-inspector-panel,
.sl-shell.inspector-collapsed .sl-inspector-resizer,
.sl-shell.focus-mode .sl-tree-panel,
.sl-shell.focus-mode .sl-tree-resizer,
.sl-shell.focus-mode .sl-inspector-panel,
.sl-shell.focus-mode .sl-inspector-resizer {
  display: none;
}

.sl-layout-resizer {
  position: relative;
  min-height: 0;
  border-radius: 6px;
  cursor: col-resize;
  touch-action: none;
}

.sl-layout-resizer::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 54px;
  border-radius: 999px;
  background: var(--sl-line-strong);
  content: "";
  transform: translate(-50%, -50%);
  transition: height 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.sl-layout-resizer:hover::before,
body.sl-layout-resizing .sl-layout-resizer::before {
  height: 86px;
  background: var(--sl-accent);
  box-shadow: 0 0 0 3px rgba(12, 124, 120, 0.12);
}

body.sl-layout-resizing,
body.sl-layout-resizing * {
  cursor: col-resize !important;
  user-select: none !important;
}

.sl-panel,
.sl-viewport-panel {
  min-height: 0;
  border: 1px solid var(--sl-line);
  border-radius: 8px;
  background: rgba(248, 250, 248, 0.96);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.82) inset;
  overflow: hidden;
}

.sl-panel {
  display: flex;
  flex-direction: column;
}

.sl-tree-panel,
.sl-inspector-panel {
  font-size: 0.88rem;
}

.sl-panel-heading,
.sl-task-header {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  padding: 8px 10px;
  border-bottom: 1px solid var(--sl-line);
  background: rgba(255, 255, 255, 0.72);
}

.sl-panel-heading strong,
.sl-task-header strong,
.sl-dialog-heading strong {
  display: block;
  margin-top: 2px;
  font-size: 0.88rem;
}

.sl-panel-heading-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sl-count {
  display: inline-flex;
  min-width: 42px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sl-line);
  border-radius: 999px;
  color: var(--sl-muted);
  background: #fff;
  font-size: 0.76rem;
  font-weight: 900;
}

.sl-tree-scroll,
.sl-inspector-scroll,
.sl-task-scroll {
  min-height: 0;
  flex: 1;
  overflow: auto;
}

.sl-tree-scroll,
.sl-inspector-scroll {
  padding: 9px;
}

.sl-tree-list {
  display: grid;
  gap: 8px;
}

.sl-v2-workflow {
  display: grid;
  gap: 7px;
  margin-bottom: 9px;
  padding: 8px;
  border: 1px solid rgba(12, 124, 120, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(237, 247, 245, 0.95), rgba(248, 250, 248, 0.96)),
    #edf7f5;
}

.sl-structure-stack {
  display: grid;
  gap: 7px;
  padding: 9px;
  border: 1px solid rgba(69, 105, 116, 0.28);
  border-radius: 7px;
  background: #edf2f1;
}

.sl-structure-stack.single {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.sl-structure-stack span {
  color: var(--sl-accent-dark);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sl-structure-stack strong {
  display: block;
  color: var(--sl-ink);
  font-size: 0.82rem;
}

.sl-structure-stack-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sl-structure-stack-list {
  display: grid;
  gap: 6px;
}

.sl-structure-stack-list button {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 6px;
  min-width: 0;
  padding: 7px;
  border: 1px solid var(--sl-line);
  border-radius: 6px;
  color: var(--sl-ink);
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.sl-structure-stack-list button.active {
  border-color: var(--sl-accent);
  background: #dcece6;
  box-shadow: inset 3px 0 0 var(--sl-accent);
}

.sl-structure-stack-list button span {
  display: grid;
  min-width: 0;
  gap: 2px;
  color: inherit;
  font-size: 0.64rem;
  text-transform: none;
}

.sl-structure-stack-list button span:last-child {
  padding-left: 7px;
  border-left: 1px solid var(--sl-line);
}

.sl-structure-stack-list button b,
.sl-structure-stack-list button small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sl-structure-stack-list button strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sl-structure-stack p {
  margin: 0;
  color: var(--sl-muted);
  font-size: 0.65rem;
  font-weight: 720;
}

.sl-v2-step {
  display: grid;
  gap: 5px;
  padding: 7px;
  border: 1px solid rgba(203, 212, 208, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.sl-v2-step > span {
  color: var(--sl-accent-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sl-v2-step strong {
  color: var(--sl-ink);
  font-size: 0.8rem;
}

.sl-v2-step small,
.sl-v2-step p {
  margin: 0;
  color: var(--sl-muted);
  font-size: 0.68rem;
  font-weight: 720;
  line-height: 1.4;
}

.sl-v2-step select,
.sl-v2-step input {
  width: 100%;
  min-height: 28px;
  padding: 3px 6px;
  border: 1px solid var(--sl-line);
  border-radius: 7px;
  color: var(--sl-ink);
  background: #fff;
  font-size: 0.72rem;
}

.sl-v2-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}

.sl-v2-controls label {
  display: grid;
  gap: 3px;
}

.sl-v2-workflow-hint {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 5px 7px;
  border-top: 1px solid rgba(12, 124, 120, 0.2);
  color: var(--sl-muted);
  font-size: 0.64rem;
  font-weight: 800;
}

.sl-v2-workflow-hint strong {
  color: var(--sl-accent-dark);
  font-size: inherit;
}

.sl-tree-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 26px 28px 28px 28px;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border: 1px solid var(--sl-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.sl-tree-row.structure-row {
  grid-template-columns: minmax(0, 1fr) 28px;
}

.sl-tree-row.active {
  border-color: rgba(12, 124, 120, 0.55);
  background: #edf7f5;
  box-shadow: 0 0 0 3px rgba(12, 124, 120, 0.08);
}

.sl-tree-main {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  text-align: left;
}

.sl-tree-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.sl-tree-copy strong,
.sl-tree-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sl-tree-copy strong {
  font-size: 0.8rem;
}

.sl-tree-copy small {
  color: var(--sl-muted);
  font-size: 0.66rem;
}

.sl-tree-order {
  color: var(--sl-muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-align: center;
}

.sl-lithology-swatch,
.sl-structure-mark {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid color-mix(in srgb, var(--swatch-accent) 70%, #fff);
  border-radius: 6px;
  background:
    linear-gradient(135deg, transparent 0 45%, color-mix(in srgb, var(--swatch-accent) 45%, transparent) 45% 55%, transparent 55%),
    var(--swatch);
}

.sl-lithology-swatch.large,
.sl-structure-mark.large {
  width: 34px;
  height: 34px;
}

.sl-structure-mark {
  border-color: rgba(194, 93, 69, 0.52);
  background:
    linear-gradient(118deg, transparent 0 44%, #c25d45 45% 55%, transparent 56%),
    #f6eee8;
}

.sl-add-row {
  display: inline-flex;
  width: 100%;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  font-weight: 850;
}

.sl-add-row.compact {
  margin-top: 0;
}

.sl-tree-section-heading {
  margin: 18px 0 8px;
  color: var(--sl-muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sl-empty-tree {
  padding: 14px;
  border: 1px dashed var(--sl-line-strong);
  border-radius: 8px;
  color: var(--sl-muted);
  background: rgba(255, 255, 255, 0.58);
  font-size: 0.84rem;
}

.sl-inline-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
}

.sl-viewport-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.sl-viewport-toolbar {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 12px;
  padding: 9px 12px;
  border-bottom: 1px solid var(--sl-line);
  background: rgba(255, 255, 255, 0.74);
}

.sl-view-mode {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--sl-line);
  border-radius: 8px;
  background: #fff;
}

.sl-view-mode button {
  min-height: 30px;
  padding: 0 9px;
  border: 0;
  border-radius: 6px;
  color: var(--sl-muted);
  background: transparent;
  font-size: 0.78rem;
  font-weight: 850;
}

.sl-view-mode button.active {
  color: #fff;
  background: var(--sl-accent);
}

.sl-view-mode-divider {
  width: 1px;
  margin: 4px 2px;
  background: var(--sl-line);
}

.sl-view-mode .sl-model-note-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.sl-model-note-toggle > span {
  display: inline-grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.65rem;
  font-weight: 900;
}

.sl-viewport-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: auto;
  color: var(--sl-muted);
  font-size: 0.76rem;
  font-weight: 850;
}

.sl-canvas-wrap {
  position: relative;
  min-height: 0;
  background:
    linear-gradient(180deg, #eef1ef, #dde5e0);
  overflow: hidden;
}

.sl-model-note-panel {
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 4;
  display: flex;
  width: min(390px, calc(48% - 18px));
  min-width: 310px;
  flex-direction: column;
  border: 1px solid rgba(118, 137, 129, 0.72);
  border-radius: 7px;
  background: rgba(250, 252, 250, 0.97);
  box-shadow: 0 16px 34px rgba(30, 42, 50, 0.18);
  overflow: hidden;
}

.sl-model-note-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 11px;
  border-bottom: 1px solid var(--sl-line);
  background: #edf3f0;
}

.sl-model-note-header span,
.sl-model-note-scroll section > span {
  display: block;
  color: var(--sl-accent-dark);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sl-model-note-header strong {
  display: block;
  margin-top: 2px;
  font-size: 0.92rem;
}

.sl-model-note-scroll {
  min-height: 0;
  padding: 11px;
  overflow: auto;
}

.sl-model-note-summary {
  margin: 0;
  color: #26353d;
  font-size: 0.8rem;
  font-weight: 760;
  line-height: 1.46;
}

.sl-model-note-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 9px 0 3px;
}

.sl-model-note-tags span {
  padding: 3px 5px;
  border: 1px solid rgba(65, 112, 102, 0.3);
  border-radius: 4px;
  color: var(--sl-accent-dark);
  background: #edf7f5;
  font-size: 0.63rem;
  font-weight: 850;
}

.sl-model-note-scroll section {
  padding: 10px 0;
  border-bottom: 1px solid rgba(203, 212, 208, 0.74);
}

.sl-model-note-scroll section:last-child {
  border-bottom: 0;
}

.sl-model-note-scroll p,
.sl-model-note-scroll ul {
  margin: 5px 0 0;
  color: #33434b;
  font-size: 0.74rem;
  line-height: 1.46;
}

.sl-model-note-scroll ul {
  display: grid;
  gap: 5px;
  padding-left: 17px;
}

.sl-model-note-limit p {
  color: #5b4035;
}

.sl-canvas-svg {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  cursor: crosshair;
}

.sl-canvas-wrap.pan-active .sl-canvas-svg {
  cursor: grab;
}

.sl-layer-polygon,
.sl-boundary-hit,
.sl-fault-line,
.sl-svg-handle {
  cursor: pointer;
}

.sl-layer-polygon:hover {
  stroke: var(--sl-accent);
}

.sl-svg-handle {
  filter: drop-shadow(0 2px 5px rgba(25, 35, 43, 0.26));
}

.sl-fault-handle-hit {
  pointer-events: all;
}

.sl-fault-handle-core {
  filter: drop-shadow(0 2px 5px rgba(25, 35, 43, 0.22));
}

.sl-fault-handle.endpoint .sl-fault-handle-core {
  paint-order: stroke;
}

.sl-fault-handle.active .sl-fault-handle-core,
.sl-fault-handle:hover .sl-fault-handle-core {
  stroke-width: 3.2;
}

.sl-statusbar {
  display: flex;
  min-height: 36px;
  align-items: center;
  gap: 12px;
  padding: 0 12px;
  border-top: 1px solid var(--sl-line);
  color: var(--sl-muted);
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 760;
  overflow: hidden;
  white-space: nowrap;
}

.sl-status-message {
  min-width: 0;
  margin-left: auto;
  color: var(--sl-accent-dark);
  overflow: hidden;
  text-overflow: ellipsis;
}

.sl-topology-ok {
  color: var(--sl-accent-dark);
  font-weight: 850;
}

.sl-topology-warning {
  color: #9c3e2e;
  font-weight: 850;
}

.sl-topology-button {
  padding: 4px 8px;
  border: 1px solid rgba(65, 112, 102, 0.32);
  border-radius: 5px;
  background: rgba(229, 240, 236, 0.82);
  font: inherit;
  cursor: pointer;
}

.sl-topology-button:hover,
.sl-topology-button:focus-visible {
  border-color: var(--sl-accent);
  background: #dcece6;
  outline: none;
}

.sl-v2-termination {
  pointer-events: none;
}

.sl-v2-termination.splay-contact,
.sl-v2-termination.master-zone-contact {
  opacity: 0.58;
}

.sl-v2-termination.active {
  fill: #fff2bd;
  stroke: #ba4b35;
  stroke-width: 3.4;
  opacity: 1;
  filter: drop-shadow(0 0 5px rgba(186, 75, 53, 0.7));
}

.sl-v2-master-zone {
  filter: drop-shadow(0 1px 2px rgba(25, 36, 43, 0.28));
}

.sl-v2-splay-fault {
  opacity: 0.92;
}

.sl-v2-fault.passive-system {
  opacity: 0.48;
}

.sl-v2-fault.active-system {
  filter: drop-shadow(0 1px 2px rgba(25, 36, 43, 0.4));
}

.sl-v2-system-boundary {
  stroke: #667d82;
  stroke-width: 1.2;
  stroke-dasharray: 6 7;
  opacity: 0.28;
  pointer-events: none;
}

.sl-v2-system-boundary.active {
  stroke: var(--sl-accent-dark);
  opacity: 0.48;
}

.sl-v2-system-label {
  fill: #52666b;
  font-weight: 850;
  opacity: 0.62;
  pointer-events: none;
}

.sl-v2-system-label.active {
  fill: var(--sl-accent-dark);
  opacity: 0.94;
}

.sl-v2-extent-controls {
  display: grid;
  gap: 5px;
  grid-column: 1 / -1;
  padding: 6px;
  border: 1px solid rgba(190, 203, 198, 0.9);
  border-radius: 6px;
  background: rgba(245, 248, 246, 0.86);
}

.sl-v2-extent-controls > strong {
  color: var(--sl-accent-dark);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.sl-v2-stepper-field {
  min-width: 0;
}

.sl-v2-stepper {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) 22px;
  align-items: stretch;
}

.sl-v2-stepper input {
  min-width: 0;
  border-radius: 0;
  text-align: center;
  appearance: textfield;
}

.sl-v2-stepper input::-webkit-inner-spin-button,
.sl-v2-stepper input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.sl-v2-stepper button {
  min-width: 0;
  min-height: 26px;
  padding: 0;
  border: 1px solid var(--sl-line);
  background: #e7eeea;
  color: var(--sl-ink);
  font: inherit;
  font-size: 0.68rem;
  font-weight: 900;
  cursor: pointer;
}

.sl-v2-stepper button:first-child {
  border-radius: 5px 0 0 5px;
  border-right: 0;
}

.sl-v2-stepper button:last-child {
  border-radius: 0 5px 5px 0;
  border-left: 0;
}

.sl-v2-stepper button:hover,
.sl-v2-stepper button:focus-visible {
  background: #cfe0d9;
  color: var(--sl-accent-dark);
  outline: none;
}

.sl-v2-stepper button:disabled {
  background: #f1f4f2;
  color: #9ba8a2;
  cursor: not-allowed;
}

.sl-v2-extent-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 9px;
  padding-top: 6px;
  border-top: 1px solid rgba(190, 203, 198, 0.8);
  color: var(--sl-muted);
  font-size: 0.62rem;
}

.sl-v2-extent-metrics strong {
  color: var(--sl-ink);
}

.sl-v2-extent-handle {
  cursor: grab;
  pointer-events: all;
  touch-action: none;
}

.sl-v2-extent-handle .sl-v2-extent-hit {
  fill: transparent;
  stroke: none;
  pointer-events: all;
}

.sl-v2-extent-handle .sl-v2-extent-core {
  fill: #f8faf8;
  stroke: #1d343e;
  stroke-width: 2.2;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 1px 3px rgba(25, 36, 43, 0.35));
}

.sl-v2-extent-handle:hover .sl-v2-extent-core {
  fill: #dcece6;
  stroke: var(--sl-accent-dark);
  stroke-width: 3;
}

.sl-v2-relationship {
  margin: 0;
  color: var(--sl-accent-dark);
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.sl-ss-editor {
  grid-column: 1 / -1;
  border: 1px solid rgba(54, 72, 78, 0.18);
  border-radius: 12px;
  background: #f1f4f2;
  padding: 12px;
}

.sl-ss-editor > header,
.sl-ss-plan-panel > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sl-ss-editor > header div,
.sl-ss-plan-panel > header div {
  display: grid;
  gap: 2px;
}

.sl-ss-editor > header span,
.sl-ss-plan-panel > header span {
  color: #64737a;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sl-ss-editor-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.sl-ss-heading strong {
  font-size: 0.88rem;
}

.sl-ss-regime {
  display: grid;
  justify-items: end;
  border: 1px solid rgba(44, 91, 83, 0.2);
  border-radius: 999px;
  background: #e1ece7;
  padding: 6px 10px;
  color: #31594f;
  font-size: 0.75rem;
  line-height: 1.05;
}

.sl-ss-regime.negative {
  border-color: rgba(42, 102, 119, 0.22);
  background: #deedf0;
  color: #275e6c;
}

.sl-ss-regime small {
  font-size: 0.62rem;
  font-weight: 650;
}

.sl-ss-quick {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.sl-ss-quick.single,
.sl-ss-plan-editor .sl-ss-quick {
  grid-template-columns: minmax(0, 1fr);
}

.sl-ss-quick label {
  display: grid;
  gap: 4px;
}

.sl-ss-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  margin-top: 10px;
  border-radius: 9px;
  background: rgba(43, 65, 70, 0.07);
  padding: 4px;
}

.sl-ss-plan-editor .sl-ss-tabs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sl-ss-tabs button {
  display: grid;
  gap: 1px;
  border-color: transparent;
  background: transparent;
  padding: 7px 5px;
  font-size: 0.7rem;
}

.sl-ss-tabs button.active {
  border-color: rgba(35, 101, 100, 0.2);
  background: #fff;
  color: #176a75;
  box-shadow: 0 1px 4px rgba(32, 55, 61, 0.09);
}

.sl-ss-tabs button small {
  overflow: hidden;
  color: #718087;
  font-size: 0.58rem;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sl-ss-editor fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(54, 72, 78, 0.14);
  border-radius: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.68);
}

.sl-ss-editor .sl-ss-panel {
  display: none;
}

.sl-ss-editor .sl-ss-panel.active {
  display: grid;
}

.sl-ss-section-controls {
  margin-top: 10px !important;
}

.sl-ss-plan-panel .sl-ss-plan-editor {
  margin-top: 10px;
  border-color: rgba(45, 75, 78, 0.15);
  background: rgba(244, 247, 245, 0.86);
}

.sl-ss-editor legend {
  padding: 0 5px;
  color: #26383e;
  font-size: 0.78rem;
  font-weight: 750;
}

.sl-ss-editor label {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.sl-ss-editor input,
.sl-ss-editor select,
.sl-ss-editor button {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(54, 72, 78, 0.22);
  border-radius: 7px;
  background: #fff;
  padding: 7px 8px;
  color: #24343a;
}

.sl-ss-editor button {
  cursor: pointer;
  font-weight: 700;
}

.sl-ss-editor button:disabled {
  cursor: default;
  opacity: 0.45;
}

.sl-ss-check {
  grid-template-columns: auto 1fr !important;
  align-items: center;
  align-self: end;
  padding: 7px 0;
}

.sl-ss-check input {
  width: auto;
}

.sl-ss-actions {
  display: flex;
  gap: 6px;
  grid-column: 1 / -1;
}

.sl-ss-advanced {
  display: none !important;
}

.sl-ss-advanced.visible {
  display: grid !important;
}

.sl-ss-advanced-toggle {
  margin-top: 8px;
  border-color: transparent !important;
  background: transparent !important;
  color: #5b6b70 !important;
  font-size: 0.68rem;
  font-weight: 700 !important;
}

.sl-ss-advanced-toggle.active {
  color: #176a75 !important;
}

.sl-strike-slip-legacy-controls {
  display: none !important;
}

.sl-ss-result {
  grid-column: 1 / -1;
  margin: 0;
  border-radius: 8px;
  background: #e7eeea;
  padding: 8px;
  color: #405158;
  font-size: 0.78rem;
}

.sl-ss-plan-panel {
  border-bottom: 1px solid rgba(45, 62, 68, 0.16);
  background: #edf1ef;
  padding: 10px 14px 12px;
}

.sl-plan-svg {
  display: block;
  width: 100%;
  height: clamp(210px, 28vh, 340px);
  margin-top: 8px;
  border-radius: 10px;
  background: #f8faf8;
  touch-action: none;
}

.sl-ss-plan-domain {
  fill: #f8faf8;
  stroke: #75838a;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.sl-ss-plan-fault {
  fill: none;
  stroke: #293b42;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  cursor: pointer;
}

.sl-ss-plan-fault.transfer,
.sl-ss-plan-fault.linking {
  stroke: #b36a4d;
  stroke-width: 3.5;
  stroke-dasharray: 8 5;
}

.sl-ss-plan-fault.selected {
  stroke: #176a75;
  stroke-width: 7;
}

.sl-ss-footprint {
  fill: rgba(53, 139, 156, 0.18);
  stroke: #358b9c;
  stroke-width: 2;
  stroke-dasharray: 7 5;
  vector-effect: non-scaling-stroke;
}

.sl-ss-footprint.restraining {
  fill: rgba(144, 94, 151, 0.18);
  stroke: #795283;
}

.sl-ss-section-line {
  stroke: #c25d45;
  stroke-width: 2;
  stroke-dasharray: 9 7;
  vector-effect: non-scaling-stroke;
  pointer-events: none;
}

.sl-ss-node {
  cursor: grab;
}

.sl-ss-node-hit {
  fill: transparent;
}

.sl-ss-node-core {
  fill: #f8faf8;
  stroke: #263a42;
  stroke-width: 4;
  vector-effect: non-scaling-stroke;
}

.sl-ss-node.breakpoint .sl-ss-node-core {
  fill: #d9ece9;
  stroke: #247279;
}

.sl-ss-node.junction .sl-ss-node-core {
  fill: #f3d9cb;
  stroke: #a65539;
}

.sl-ss-node.pinned .sl-ss-node-core {
  fill: #d8d9db;
  stroke: #626a70;
}

.sl-ss-node.selected .sl-ss-node-core {
  stroke: #cf6b45;
  stroke-width: 6;
}

@media (max-width: 980px) {
  .sl-ss-editor-grid {
    grid-template-columns: 1fr;
  }

  .sl-ss-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.sl-inspector-section {
  padding: 9px 0;
  border-bottom: 1px solid rgba(203, 212, 208, 0.72);
}

.sl-inspector-section:first-child {
  padding-top: 0;
}

.sl-inspector-section:last-child {
  border-bottom: 0;
}

.sl-section-title {
  display: grid;
  gap: 2px;
  margin-bottom: 7px;
}

.sl-section-title span {
  font-size: 0.76rem;
  font-weight: 900;
}

.sl-section-title small {
  color: var(--sl-muted);
  font-size: 0.66rem;
}

.sl-field,
.sl-property-field {
  display: grid;
  gap: 4px;
  margin-bottom: 7px;
}

.sl-field span,
.sl-property-field span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--sl-muted);
  font-size: 0.7rem;
  font-weight: 900;
}

.sl-field small,
.sl-property-field small {
  color: var(--sl-muted);
  font-size: 0.64rem;
  font-weight: 700;
}

.sl-field input,
.sl-field select,
.sl-property-field input {
  min-height: 29px;
  padding: 4px 7px;
  font-size: 0.74rem;
}

.sl-compact-identity {
  display: grid;
  gap: 5px;
}

.sl-compact-identity .sl-field {
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  margin-bottom: 0;
}

.sl-compact-identity .sl-field > span {
  justify-content: flex-start;
}

.sl-property-grid {
  display: grid;
  gap: 6px;
}

.sl-property-field {
  margin-bottom: 0;
  padding: 7px;
  border: 1px solid var(--sl-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
}

.sl-derived-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 7px;
  padding: 8px;
  border: 1px solid rgba(12, 124, 120, 0.24);
  border-radius: 8px;
  background: #edf7f5;
}

.sl-derived-row strong {
  color: var(--sl-accent-dark);
  white-space: nowrap;
}

.sl-term-link {
  display: inline;
  padding: 0;
  border: 0;
  color: var(--sl-accent-dark);
  background: transparent;
  font-weight: 900;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: rgba(12, 124, 120, 0.26);
  text-underline-offset: 3px;
}

.sl-term-link:hover {
  color: #094744;
  text-decoration-color: currentColor;
}

.sl-interpretation-note {
  color: #26343d;
  font-size: 0.76rem;
  line-height: 1.42;
}

.sl-interpretation-note p {
  margin-bottom: 6px;
}

.sl-network-limit-note {
  margin-top: 10px;
  padding: 10px 11px;
  border: 1px solid rgba(194, 93, 69, 0.26);
  border-radius: 8px;
  color: #4b2c24;
  background: #fff3ee;
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.45;
}

.sl-source-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.sl-source-list .sl-section-title {
  width: 100%;
  margin-bottom: 0;
}

.sl-source-list a {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 8px;
  border: 1px solid var(--sl-line);
  border-radius: 999px;
  color: var(--sl-ink);
  background: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  text-decoration: none;
}

.sl-boundary-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.sl-boundary-pair > div {
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid var(--sl-line);
  border-radius: 8px;
  background: #fff;
}

.sl-boundary-pair small,
.sl-boundary-pair span {
  color: var(--sl-muted);
  font-size: 0.72rem;
}

.sl-metric-list {
  display: grid;
  gap: 7px;
}

.sl-metric-list.compact {
  gap: 5px;
}

.segment-title {
  margin-top: 12px;
}

.sl-metric-list > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 10px;
  border: 1px solid var(--sl-line);
  border-radius: 7px;
  background: #fff;
}

.sl-metric-list span {
  color: var(--sl-muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.sl-metric-list strong {
  text-align: right;
}

.sl-term-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sl-control-point-list {
  display: grid;
  gap: 8px;
}

.sl-control-point-row {
  display: grid;
  grid-template-columns: minmax(82px, 0.9fr) minmax(0, 1fr) minmax(0, 1.15fr) 28px;
  align-items: end;
  gap: 7px;
  padding: 9px;
  border: 1px solid var(--sl-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.sl-control-point-row strong {
  align-self: center;
  font-size: 0.78rem;
}

.sl-control-point-row label {
  display: grid;
  gap: 4px;
}

.sl-control-point-row label span {
  color: var(--sl-muted);
  font-size: 0.68rem;
  font-weight: 900;
}

.sl-control-point-row input {
  width: 100%;
  min-height: 30px;
  padding: 4px 6px;
  border: 1px solid var(--sl-line);
  border-radius: 6px;
  background: #fff;
}

.sl-danger-button {
  width: 100%;
  min-height: 38px;
  font-weight: 900;
}

.sl-task-backdrop {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: none;
  border: 0;
  background: rgba(22, 31, 38, 0.22);
}

.sl-task-drawer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  display: flex;
  width: min(420px, calc(100vw - 24px));
  height: 100%;
  flex-direction: column;
  border-left: 1px solid var(--sl-line);
  background: rgba(249, 251, 249, 0.98);
  box-shadow: var(--sl-shadow);
  transform: translateX(105%);
  transition: transform 0.18s ease;
}

.sl-shell.tasks-open .sl-task-backdrop {
  display: block;
}

.sl-shell.tasks-open .sl-task-drawer {
  transform: translateX(0);
}

.sl-task-scroll {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 12px;
}

.sl-guide-module {
  display: grid;
  gap: 12px;
  padding: 13px;
  border: 1px solid var(--sl-line);
  border-radius: 8px;
  background: #fff;
}

.sl-guide-module.active {
  border-color: rgba(12, 124, 120, 0.42);
  background: #eef7f5;
}

.sl-guide-module strong {
  display: block;
  margin: 2px 0 6px;
}

.sl-guide-module p {
  margin-bottom: 0;
  color: var(--sl-muted);
  font-size: 0.86rem;
  line-height: 1.48;
}

.sl-task-list {
  display: grid;
  gap: 8px;
}

.sl-task-list > div {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  align-items: start;
  padding: 9px;
  border: 1px solid rgba(203, 212, 208, 0.8);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.76);
}

.sl-task-list > div.done {
  border-color: rgba(12, 124, 120, 0.35);
  background: #f3faf8;
}

.sl-task-list span {
  color: var(--sl-accent-dark);
  font-weight: 900;
}

.sl-task-list p {
  color: var(--sl-ink);
}

.sl-dialog {
  width: min(460px, calc(100vw - 32px));
  border: 1px solid var(--sl-line-strong);
  border-radius: 10px;
  color: var(--sl-ink);
  background: #fbfcfb;
  box-shadow: var(--sl-shadow);
}

.sl-dialog::backdrop {
  background: rgba(22, 31, 38, 0.34);
  backdrop-filter: blur(3px);
}

.sl-dialog form,
.sl-dialog > div,
.sl-dialog > p {
  margin: 0;
}

.sl-dialog-heading {
  margin-bottom: 16px;
}

.sl-dialog p {
  color: #2c3b44;
  line-height: 1.55;
}

.sl-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 18px;
}

.sl-topology-dialog {
  width: min(620px, calc(100vw - 32px));
}

.sl-topology-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.sl-topology-summary div {
  display: grid;
  gap: 2px;
  padding: 10px;
  border: 1px solid var(--sl-line);
  border-radius: 6px;
  background: #f3f6f4;
}

.sl-topology-summary strong {
  font-size: 1rem;
}

.sl-topology-summary span,
.sl-topology-components span,
.sl-topology-item span {
  color: var(--sl-muted);
  font-size: 0.72rem;
}

.sl-topology-state {
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border-left: 3px solid #4c8175;
  background: #eaf3ef;
}

.sl-topology-state.invalid {
  border-left-color: #b55441;
  background: #f7eae7;
}

.sl-topology-state span {
  color: #35454d;
  font-size: 0.78rem;
}

.sl-topology-section {
  margin-top: 16px;
}

.sl-topology-section h3 {
  margin: 0 0 7px;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.sl-topology-components {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sl-topology-components li,
.sl-topology-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border: 1px solid var(--sl-line);
  border-radius: 5px;
  background: #f7f9f8;
}

.sl-topology-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  max-height: 190px;
  overflow: auto;
}

.sl-topology-item {
  color: var(--sl-ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.sl-topology-item:hover,
.sl-topology-item:focus-visible {
  border-color: var(--sl-accent);
  background: #eaf3ef;
  outline: none;
}

.sl-topology-empty {
  margin: 0;
  padding: 10px;
  border: 1px dashed var(--sl-line-strong);
  border-radius: 5px;
  background: #f7f9f8;
  font-size: 0.78rem;
}

@media (max-width: 1320px) {
  .sl-workspace-grid {
    padding: 10px;
    gap: 6px;
  }

  .sl-product {
    min-width: 178px;
  }

  .sl-model-select select {
    min-width: 170px;
  }
}

@media (max-width: 1120px) {
  body.seismolab-active {
    overflow: auto;
  }

  body.seismolab-active .app-shell {
    grid-template-columns: minmax(0, 1fr);
    max-width: 100%;
    overflow-x: hidden;
  }

  body.seismolab-active .sidebar {
    width: 100%;
    min-width: 0;
    padding: 14px;
    overflow: auto;
  }

  body.seismolab-active .sidebar .brand {
    grid-template-columns: 46px 1fr;
    justify-items: stretch;
  }

  body.seismolab-active .sidebar .brand > span:last-child {
    display: block;
  }

  body.seismolab-active .sidebar .nav-tabs {
    justify-items: stretch;
  }

  body.seismolab-active .sidebar .nav-tab {
    width: auto;
    grid-template-columns: 28px 1fr;
    place-items: center stretch;
    padding: 8px 10px;
    font-size: 0.88rem;
  }

  body.seismolab-active .workspace,
  .seismolab-view.active,
  #seismolabRoot,
  .sl-shell {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100vh;
  }

  .sl-shell {
    overflow: visible;
  }

  .sl-toolbar {
    position: sticky;
    top: 0;
    flex-wrap: wrap;
  }

  .sl-toolbar-spacer {
    display: none;
  }

  .sl-workspace-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .sl-shell.tree-collapsed .sl-workspace-grid,
  .sl-shell.inspector-collapsed .sl-workspace-grid,
  .sl-shell.tree-collapsed.inspector-collapsed .sl-workspace-grid,
  .sl-shell.focus-mode .sl-workspace-grid {
    grid-template-columns: 1fr;
  }

  .sl-layout-resizer {
    display: none;
  }

  .sl-panel,
  .sl-viewport-panel {
    min-height: 420px;
  }

  .sl-tree-scroll,
  .sl-inspector-scroll {
    max-height: none;
  }

  .sl-canvas-svg {
    min-height: 540px;
  }
}

@media (max-width: 760px) {
  .sl-toolbar {
    gap: 8px;
    padding: 8px;
  }

  .sl-product,
  .sl-toolbar-group,
  .sl-model-tools {
    width: 100%;
  }

  .sl-model-select {
    flex: 1;
  }

  .sl-model-select select {
    width: 100%;
    max-width: none;
  }

  .sl-workspace-grid {
    padding: 8px;
    gap: 8px;
  }

  .sl-viewport-toolbar,
  .sl-statusbar,
  .sl-guide-banner {
    flex-wrap: wrap;
  }

  .sl-viewport-meta,
  .sl-status-message {
    width: 100%;
    margin-left: 0;
  }

  .sl-canvas-svg {
    min-height: 460px;
  }

  .sl-model-note-panel {
    top: 8px;
    right: 8px;
    bottom: 8px;
    width: calc(100% - 16px);
    min-width: 0;
  }

  .sl-boundary-pair,
  .sl-inline-actions,
  .sl-control-point-row {
    grid-template-columns: 1fr;
  }
}
