/* 08 Bridge — a paper map on a dark table. Console's dark chrome, floating instruments, a teal "go" colour. */
:root {
  --bg: #14161a;
  --panel: rgba(28, 31, 36, 0.94);
  --panel-solid: #1c1f24;
  --panel-2: #242830;
  --panel-3: #2b3038;
  --line: #2e333b;
  --line-2: #3b414b;
  --text: #e8e6df;
  --muted: #9a988f;
  --go: #3cc4b5;
  --go-soft: rgba(60, 196, 181, 0.16);
  --go-text: #08211e;
  --accent: #ff3fa4;
  --accent-soft: rgba(255, 63, 164, 0.14);
  --primary: #e8e6df;
  --primary-text: #14161a;
  --danger: #ff7a6e;
  --warn-bg: #3a2f14;
  --radius: 6px;
  --shadow: 0 14px 40px rgba(0, 0, 0, 0.55);
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --display-font: 'Inter', system-ui, sans-serif;
}
html, body { height: 100%; }
body { background: var(--bg); color: var(--text); font-size: 12.5px; }
[hidden] { display: none !important; }
.app { position: fixed; inset: 0; }
h1, h2, h3, h4 { font-family: var(--ui-font); letter-spacing: -0.01em; margin: 0; }
h4 { font-size: 12px; margin: 10px 0 4px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.mono { font-family: var(--mono); font-variant-numeric: tabular-nums; font-size: 11.5px; }
.spacer { flex: 1; }
.eyebrow { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--go); }
kbd { font-family: var(--mono); font-size: 10px; border-color: var(--line-2); color: var(--muted); background: var(--panel-solid); padding: 0 5px; }
kbd.inline { margin: 0; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 5px; border: 2px solid var(--panel-solid); }
::-webkit-scrollbar-track { background: transparent; }
:focus-visible { outline: 2px solid var(--go); outline-offset: 1px; }
.no-motion *, .no-motion *::before, .no-motion *::after { transition: none !important; animation: none !important; }

/* ---- base.css overrides ---- */
.btn { background: var(--panel-2); border-color: var(--line-2); }
.btn:hover:not(:disabled) { background: var(--panel-3); border-color: #4a515c; }
.btn.primary { background: var(--go); color: var(--go-text); border-color: var(--go); font-weight: 600; }
.btn.primary:hover:not(:disabled) { background: #5ad7c9; }
.btn.go { background: var(--go); color: var(--go-text); border-color: var(--go); font-weight: 600; }
.btn.go:hover:not(:disabled) { background: #5ad7c9; border-color: #5ad7c9; }
.btn.go.big { width: 100%; justify-content: center; padding: 9px 12px; font-size: 14px; margin-top: 6px; }
.btn.danger { color: var(--danger); }
.seg { background: var(--panel-2); border-color: var(--line-2); }
.seg-btn.on { background: var(--go); color: var(--go-text); }
.toggle { background: var(--panel-2); border-color: var(--line-2); }
.toggle.on { background: var(--panel-3); color: var(--text); border-color: #4a515c; }
.chip { background: var(--panel-3); color: var(--muted); text-transform: none; }
.chip.gm, .gm-badge { background: #4a1f2a; color: #ff9c9c; }
.lock-badge { background: #4a3a14; color: #f5d78a; }
.chip.size-metropolis, .chip.size-city { background: #4a3a14; color: #f5d78a; }
.chip.size-town { background: #17403b; color: #7fe0d3; }
.chip.kind-lair { background: #4a1f2a; color: #ff9c9c; }
.warning { color: #f5d78a; }
input[type="text"], input[type="search"], input[type="number"], select, input:not([type]) { background: #12141a; border-color: var(--line-2); color: var(--text); }
select option { background: #12141a; }
input[type="range"] { accent-color: var(--go); }
.switch .track { background: #3b414b; }
.switch input:checked + .track { background: var(--go); }
.switch .track::after { background: #e8e6df; }
.impact { background: var(--panel-3); }
.impact.hot { background: var(--go-soft); color: var(--go); }
.var-group { background: var(--panel-solid); }
.var-row, table.props tr, .el-deps { border-color: var(--line); }
.list-head .search { background: #12141a; border-color: var(--line-2); }
.element-list .item:hover, .element-list .item.hovered { background: var(--panel-3); }
.element-list .item.selected { background: var(--accent-soft); box-shadow: inset 3px 0 0 var(--accent); }
.ctx-menu, .popover { background: var(--panel-solid); border-color: var(--line-2); box-shadow: var(--shadow); font-size: 12px; }
.ctx-group { border-color: var(--line); }
.ctx-item:hover:not(:disabled) { background: var(--panel-3); color: var(--go); }
.ctx-item.primary { color: var(--go); }
.progress { background: rgba(20, 22, 26, 0.92); border-bottom-color: var(--line-2); height: 20px; }
.progress-bar { background: var(--go); opacity: 0.85; }
.progress-label { color: var(--text); font-family: var(--mono); font-size: 11px; }
.toast { background: var(--panel-2); border-color: var(--line-2); border-left-color: var(--go); }
.toast.warn { border-left-color: var(--danger); }
.toasts { right: auto; left: 50%; bottom: 52px; transform: translateX(-50%); align-items: center; }
.crumb { color: var(--muted); }
.crumb.current { color: var(--text); }
button.link { color: var(--go); }
.el-head h2 { font-size: 18px; }
.map-info h2 { font-size: 15px; }
code { background: rgba(255,255,255,0.06); color: var(--text); font-family: var(--mono); }

/* ---- world list ---- */
.list-page { position: absolute; inset: 0; overflow: auto; }
.list-head { display: flex; align-items: center; justify-content: space-between; height: 56px; padding: 0 24px; background: var(--panel-solid); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand h1 { font-size: 16px; font-weight: 700; }
.brand-mark { display: block; width: 26px; height: 26px; border-radius: 50%; background: radial-gradient(circle at 40% 40%, #7fe0d3, var(--go) 60%, #1c6e66); }
.world-create, .world-card { background: var(--panel-solid); border-color: var(--line-2); }
.world-card p { color: var(--muted); }

/* ================================================================ the bridge */
.stage { position: absolute; inset: 0; }
.stage .map { position: absolute; inset: 0; }
.stage .mapsvg { background: var(--bg); --paper: #efe6d0; }
.stage .mapsvg.mode-symbol { background: var(--bg); }
.stage .mapsvg .callout-box { fill: #fffdf7; }
.stage .mapsvg .dim-veil { fill-opacity: 0.55; }
.stage .mapsvg .preview-mask { fill-opacity: 0.35; fill: #0a0b0d; }
.mapsvg.picking { cursor: crosshair; }
.app.cleared .ccard, .app.cleared .status { display: none; }
.restore-pill { position: absolute; top: 14px; left: 50%; transform: translateX(-50%); z-index: 12; display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border: 1px solid var(--line-2); border-radius: 999px; background: var(--panel); box-shadow: var(--shadow); cursor: pointer; font-size: 12px; color: var(--text); }
.restore-pill kbd { margin: 0; }

/* the instrument (foldable card) */
.ccard { position: absolute; display: flex; flex-direction: column; min-height: 0; background: var(--panel); border: 1px solid var(--line-2); border-radius: 10px; box-shadow: var(--shadow); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); z-index: 10; }
.ccard-head { display: flex; align-items: center; gap: 6px; padding: 7px 8px 6px 12px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; flex: none; }
.ccard-head .icon { color: var(--go); }
.ccard-title { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ccard-toggle { padding: 2px; border: none; background: none; color: var(--muted); }
.ccard-toggle:hover { color: var(--text); background: var(--panel-3); }
.ccard.collapsed { border-radius: 999px; }
.ccard-tab { display: inline-flex; align-items: center; gap: 7px; padding: 6px 12px 6px 9px; border: none; background: none; cursor: pointer; color: var(--text); font-size: 11.5px; font-weight: 600; white-space: nowrap; }
.ccard-tab .icon { color: var(--go); }

/* ---- command bar (top) ---- */
.cmd-card { top: 14px; left: 14px; right: 368px; margin: 0 auto; width: fit-content; max-width: calc(100vw - 396px); z-index: 20; }
.cmd-card.collapsed { left: 50%; right: auto; transform: translateX(-50%); }
.cmd-card .ccard-head { display: none; }
.cmd-row-wrap { display: flex; align-items: center; gap: 6px; padding: 6px 8px; flex-wrap: wrap; justify-content: center; }
.cmd-search { display: flex; align-items: center; gap: 6px; padding: 0 8px; border: 1px solid var(--line-2); border-radius: 999px; background: #12141a; color: var(--muted); min-width: 260px; }
.cmd-search:focus-within { border-color: var(--go); box-shadow: 0 0 0 2px var(--go-soft); }
.cmd-input { border: none !important; background: none !important; padding: 6px 2px; width: 100%; outline: none; color: var(--text); }
.cmd-input::-webkit-search-cancel-button { filter: invert(0.7); }
.cmd-chips { display: flex; gap: 4px; flex-wrap: wrap; }
.fchip { display: inline-flex; align-items: center; gap: 6px; padding: 3px 9px 3px 7px; border-radius: 999px; border: 1px solid var(--line-2); background: var(--panel-2); color: var(--muted); font-size: 11.5px; cursor: pointer; white-space: nowrap; }
.fchip .sw { width: 8px; height: 8px; border-radius: 2px; background: var(--line-2); }
.fchip.on { color: var(--text); border-color: #4a515c; background: var(--panel-3); }
.fchip.on .sw { background: var(--go); }
.fchip.na { opacity: 0.4; }
.fchip kbd { margin-left: 2px; padding: 0 4px; font-size: 9.5px; }
.cmd-sep { width: 1px; height: 22px; background: var(--line-2); margin: 0 2px; }
.cmd-group { display: flex; gap: 4px; align-items: center; }
.cmd-fold { padding: 4px; border: none; background: none; color: var(--muted); }
.cmd-results { position: absolute; top: calc(100% + 6px); left: 0; right: 0; max-height: 50vh; overflow: auto; background: var(--panel-solid); border: 1px solid var(--line-2); border-radius: 10px; box-shadow: var(--shadow); padding: 4px 0 6px; }
.cmd-head { display: flex; justify-content: space-between; gap: 10px; padding: 6px 12px 4px; font-size: 11px; color: var(--text); }
.cmd-head .muted { font-size: 10.5px; }
.cmd-row { display: flex; align-items: center; gap: 8px; padding: 6px 12px; cursor: pointer; }
.cmd-row:hover, .cmd-row.active { background: var(--panel-3); }
.cmd-row.active { box-shadow: inset 3px 0 0 var(--go); }
.cmd-row .icon { color: var(--muted); flex: none; }
.cmd-name { font-weight: 600; white-space: nowrap; }
.cmd-sub { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11.5px; }
.cmd-row .btn.small { padding: 2px 8px; font-size: 11px; }
.cmd-empty { padding: 10px 12px; }
.lock-ic { color: #f5d78a; }

/* ---- ladder (bottom-left) ---- */
.ladder { left: 14px; bottom: 14px; width: 250px; max-height: calc(100vh - 28px); transition: width .18s ease; }
.ladder.moving { width: 460px; }
.ladder .ccard-head { padding: 5px 8px 4px 12px; }
.ladder-rows { display: flex; flex-direction: column; overflow: auto; min-height: 0; }
.ladder-row { display: flex; flex-direction: column; gap: 4px; padding: 8px 10px; border-top: 1px solid var(--line); }
.ladder-row:first-child { border-top: none; }
.ladder-row.ancestor { cursor: pointer; }
.ladder-row.ancestor:hover { background: var(--panel-2); }
.ladder-label { display: flex; align-items: baseline; gap: 6px; min-width: 0; }
.ladder-label b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12.5px; }
.ladder-scale { font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); flex: none; }
.ladder-up { margin-left: auto; color: var(--muted); }
.ladder-row.parent .ladder-label { cursor: pointer; }
.ladder-row.parent .ladder-label:hover b { color: var(--go); }
.ladder-thumb { height: 92px; border-radius: 6px; overflow: hidden; border: 1px solid var(--line-2); background: #0e1013; }
.ladder-thumb .mapsvg { pointer-events: none; cursor: default; background: #0e1013; }
.ladder-thumb .mapsvg .preview-frame { stroke: var(--go); stroke-dasharray: none; }
.ladder-thumb .mapsvg .preview-corners, .ladder-thumb .mapsvg .preview-cross { stroke: var(--go); }
.ladder-thumb .mapsvg .preview-label { display: none; }
.ladder-parent { display: flex; flex-direction: column; border: 1px solid var(--line-2); border-radius: 6px; overflow: hidden; background: #0e1013; }
.mini-head { display: flex; align-items: center; gap: 6px; padding: 3px 8px; border-bottom: 1px solid var(--line); background: var(--panel-2); }
.mini-head .mini-title { color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10.5px; }
.mini-head .btn.small { padding: 1px 8px; font-size: 11px; }
.mini-head .btn.primary { background: var(--go); border-color: var(--go); }
.mini-map { height: 150px; background: #0e1013; }
.ladder-parent.moving .mini-map { height: 300px; }
.ladder-parent:not(.moving) .mini-map .mapsvg { pointer-events: none; cursor: default; }
.mini-map .mapsvg { box-shadow: none; background: #0e1013; }
.mini-map .mapsvg .preview-frame { stroke: var(--accent); stroke-dasharray: none; }
.mini-map .mapsvg .preview-corners, .mini-map .mapsvg .preview-cross { stroke: var(--accent); }
.mini-map .mapsvg .handle-box { stroke: var(--accent); }
.mini-map .mapsvg .preview-mask { fill-opacity: 0.45; }
.ladder-row.current { background: var(--go-soft); box-shadow: inset 3px 0 0 var(--go); }
.ladder-row.current .ladder-scale { color: var(--go); }
.ladder-name { font-size: 14px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ladder-count { margin-left: auto; }
.ladder-floor:empty { display: none; }
.ladder-floor .floor-select { font-size: 11.5px; color: var(--muted); }
.ladder-row.future { flex-direction: row; flex-wrap: wrap; gap: 4px 12px; color: var(--muted); font-size: 11px; padding-top: 6px; padding-bottom: 6px; }
.future-step { display: inline-flex; align-items: center; gap: 3px; opacity: 0.7; }
.stage-dots { display: inline-flex; gap: 4px; }
.stage-dots .dot { width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center; font: 700 10px var(--ui-font); font-style: normal; border: 1.5px solid var(--line-2); color: var(--muted); }
.stage-dots .dot.current { background: var(--go); border-color: var(--go); color: var(--go-text); }
.stage-dots .dot.cached { background: var(--go-soft); border-color: var(--go); color: var(--go); }

/* ---- dock (right) ---- */
.dock { right: 14px; top: 14px; bottom: 14px; width: 340px; }
.dock.collapsed { bottom: auto; width: auto; }
.ladder.collapsed { width: auto; }
.dock-wrap { position: relative; flex: 1; min-height: 0; overflow: hidden; }
.dock-body { position: absolute; inset: 0; overflow: auto; display: flex; flex-direction: column; }
.dock-body.covered { visibility: hidden; overflow: hidden; }
.choices-content { padding: 10px 10px 12px; display: flex; flex-direction: column; gap: 8px; }
.lead { margin: 0 2px 2px; line-height: 1.4; }
.choices-content .card { display: flex; gap: 10px; align-items: flex-start; padding: 9px; border: 1px solid var(--line-2); border-radius: 9px; background: var(--panel-2); }
.choices-content .card.cand { cursor: pointer; flex-wrap: wrap; }
.choices-content .card.cand:hover { border-color: #4a515c; background: var(--panel-3); }
.choices-content .card.cand.selected { border-color: var(--go); box-shadow: 0 0 0 1px var(--go); }
.choices-content .card.custom { border-style: dashed; }
.card-text { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.card-title { font-weight: 700; font-size: 14px; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.card-facts { font-size: 11px; line-height: 1.35; }
.thumb { position: relative; border-radius: 6px; overflow: hidden; background: #0e1013; border: 1px solid var(--line-2); flex: none; }
.thumb .mapsvg { cursor: default; --paper: #e9e0cb; }
.thumb .mapsvg .lbl, .thumb .mapsvg .layer-labels, .thumb .mapsvg .glyphs-tree, .thumb .mapsvg .coast-glow, .thumb .mapsvg .sym, .thumb .mapsvg .road-casing, .thumb .mapsvg .road-trail { display: none; }
.thumb .mapsvg .road-major { stroke-width: 1px; } .thumb .mapsvg .road-minor { stroke-width: 0.6px; }
.thumb .mapsvg .river { stroke-width: 0.9px !important; } .thumb .mapsvg .kingdom-border { stroke-width: 1px; stroke-dasharray: none; }
.cand-edit { flex-basis: 100%; border-top: 1px dashed var(--line-2); padding-top: 8px; display: flex; flex-direction: column; gap: 4px; }
.cand-edit input[type="range"] { width: 100%; }
.cand-edit p { margin: 0; }
.choices-content .card.anywhere { align-items: center; border-style: dashed; color: var(--muted); }
.choices-content .card.anywhere .icon { color: var(--go); }
.choices-content .card.current-region { background: var(--go-soft); border-color: transparent; }
.choices-content .card.battle-spot { flex-direction: column; gap: 8px; }
.choices-content .card.battle-spot .card-title .icon { color: var(--go); }
.choices-content .card.battle-spot.picking { outline: 2px dashed var(--go); outline-offset: -2px; }
.choices-content .card.battle-spot.placed { border-color: var(--go); }
.picking-msg { display: inline-flex; align-items: center; gap: 5px; color: var(--go); font-weight: 600; }
.steppers { gap: 10px; }
.stepper { display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; color: var(--muted); }
.stepper input { width: 58px; }
.filter-row { padding: 0 2px; color: var(--muted); }
.filter-row select { flex: 1; }
.section { border-top: 1px solid var(--line); }
.section summary { display: flex; align-items: center; justify-content: space-between; padding: 8px 4px 4px; cursor: pointer; list-style: none; font-weight: 700; font-size: 13px; }
.section summary::-webkit-details-marker { display: none; }
.section summary .count { font: 500 11px var(--ui-font); color: var(--muted); background: var(--panel-3); border-radius: 999px; padding: 1px 7px; }
.section.active-floor summary { color: var(--go); }
.rows { list-style: none; margin: 0; padding: 0 0 4px; }
.row-item { display: flex; align-items: center; gap: 8px; padding: 4px 6px 4px 8px; border-radius: 6px; cursor: pointer; border-left: 3px solid transparent; }
.row-item:hover, .row-item.hovered { background: var(--panel-3); }
.row-item.selected { background: var(--accent-soft); border-left-color: var(--accent); }
.row-main { flex: 1; min-width: 0; }
.row-title { display: flex; align-items: center; gap: 6px; font-size: 12.5px; }
.row-title .icon { color: var(--muted); flex: none; }
.row-title .name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.row-sub { font-size: 11px; margin-top: 1px; padding-left: 19px; }
.row-item .btn.go.small { opacity: 0; transition: opacity .12s; padding: 3px 9px; }
.row-item:hover .btn.go.small, .row-item.selected .btn.go.small, .row-item.hovered .btn.go.small { opacity: 1; }
.rows .empty { padding: 4px 8px 8px; }
.inline-info { padding: 4px; }
.refine { margin-top: auto; border-top: 1px solid var(--line-2); background: var(--panel-2); }
.refine > summary { display: flex; align-items: center; gap: 8px; padding: 9px 12px; cursor: pointer; list-style: none; font-weight: 700; font-size: 12.5px; }
.refine > summary::-webkit-details-marker { display: none; }
.refine > summary .icon { color: var(--go); }
.refine > summary .muted { margin-left: auto; font-weight: 400; }
.refine-body { padding: 0 10px 10px; }
.focus-vars { display: flex; flex-direction: column; border: 1px solid var(--line-2); border-radius: var(--radius); background: var(--panel-solid); }
.focus-vars .var-row:first-child { border-top: none; }
.focus-foot { justify-content: space-between; margin-top: 6px; }
.inspector { position: absolute; inset: 0; overflow: auto; padding: 8px 12px 14px; background: var(--panel-solid); animation: slide-in .18s ease-out; }
@keyframes slide-in { from { transform: translateX(24px); opacity: 0; } to { transform: none; opacity: 1; } }
.back-btn { display: inline-flex; align-items: center; gap: 4px; border: none; background: none; padding: 4px 6px 8px 0; color: var(--go); font-weight: 600; cursor: pointer; }
.inspector .el-head .close { display: none; }
.inspector .el-nav .btn.primary { background: var(--go); border-color: var(--go); }

/* ---- status (bottom-right) ---- */
.status { position: absolute; right: 14px; bottom: 14px; display: flex; align-items: center; gap: 14px; padding: 5px 12px; font-size: 11px; color: var(--muted); font-variant-numeric: tabular-nums; white-space: nowrap; pointer-events: none; z-index: 9; background: var(--panel); border: 1px solid var(--line-2); border-radius: 999px; }
.coords { min-width: 150px; text-align: right; }
.scale-bar { display: inline-flex; align-items: center; gap: 8px; }
.scale-line { display: inline-block; height: 5px; border: 1.5px solid var(--text); border-top: none; width: 80px; position: relative; }
.scale-line::after { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; border-left: 1px solid var(--text); }
.scale-text { font-weight: 700; color: var(--text); }
.pick-hint { position: absolute; left: 50%; top: 72px; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 6px; background: var(--go); color: var(--go-text); padding: 6px 12px; border-radius: 999px; font-size: 12.5px; font-weight: 600; box-shadow: var(--shadow); pointer-events: none; z-index: 12; }
.hover-tip { position: fixed; left: 0; top: 0; z-index: 40; pointer-events: none; display: flex; flex-direction: column; gap: 1px; padding: 4px 9px 5px; background: var(--panel-solid); border: 1px solid var(--line-2); border-radius: 6px; box-shadow: var(--shadow); font-size: 12px; max-width: 320px; }
.hover-tip span { font-size: 10.5px; color: var(--muted); }

/* ---- popovers ---- */
.menu-pop { display: flex; flex-direction: column; gap: 6px; width: 300px; }
.menu-pop h3 { font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin: 6px 0 2px; }
.menu-pop h3:first-child { margin-top: 0; }
.leg-row { display: grid; grid-template-columns: 52px 1fr 26px; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); }
.leg-row output { text-align: right; font-variant-numeric: tabular-nums; color: var(--text); font-size: 11.5px; }
.leg-row input[type="range"] { min-width: 0; height: 16px; }
.leg-row.toggle-row { grid-template-columns: 1fr auto; }
.layers { display: flex; gap: 4px; flex-wrap: wrap; }
.menu-actions { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--line); }
.all-vars-wrap { width: 460px; max-height: 70vh; overflow: auto; }
.all-vars-wrap h3 { font-size: 15px; margin-bottom: 8px; }
.about { width: 460px; font-size: 12.5px; line-height: 1.45; }
.about h3 { font-size: 16px; margin-bottom: 4px; color: var(--go); }
.about p { margin: 0 0 8px; }
.about ul { margin: 0; padding-left: 18px; display: flex; flex-direction: column; gap: 7px; }
.about li b { color: var(--go); }
.export-menu { min-width: 300px; }
