


 /* Dashboard */

.board-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.board-card { position: relative; background-color: #fff; padding: 1rem; border-radius: 0.75rem; box-shadow: 0 1px 3px rgba(0,0,0,0.1); border: none; border-left: 4px solid transparent; display: flex; flex-direction: column; align-items: flex-start; text-align: left; cursor: pointer; transition: transform 0.1s; width: 100%; }
.board-card:active { transform: scale(0.95); }

.card-badge { position: absolute; top: 0.5rem; right: 0.5rem; background-color: var(--slate-800); color: white; font-size: 10px; font-weight: 700; width: 1.25rem; height: 1.25rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.card-badge.bg-badge-emerald { background-color: var(--emerald-500); }
.card-badge.bg-badge-amber { background-color: var(--amber-500); }
.card-badge.bg-badge-red { background-color: var(--red-500); }
.card-title { font-weight: 700; color: var(--slate-800); font-size: 1rem; margin-top: 0.25rem; }
.card-subtitle { font-size: 10px; color: var(--slate-400); text-transform: uppercase; margin-top: 0.25rem; }
.card-icon-wrapper { width: 2rem; height: 2rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; }
.card-cabcde { border-left-color: var(--red-500); } .icon-cabcde { background-color: var(--red-50); color: var(--red-500); }
.card-bodycheck { border-left-color: var(--pink-500); } .icon-bodycheck { background-color: #fdf2f8; color: var(--pink-500); }
.card-samplers { border-left-color: var(--blue-500); } .icon-samplers { background-color: #eff6ff; color: var(--blue-500); }
.card-opqrst { border-left-color: var(--teal-500); } .icon-opqrst { background-color: #f0fdfa; color: var(--teal-500); }
.card-befast { border-left-color: var(--purple-500); } .icon-befast { background-color: #faf5ff; color: var(--purple-600); }
.card-gcs { border-left-color: var(--amber-500); } .icon-gcs { background-color: var(--amber-100); color: var(--amber-600); }
.letter-badge, .opqrst-letter, .samplers-letter { display: flex; align-items: center; justify-content: center; font-weight: 900; flex-shrink: 0; }
.letter-badge { width: 2.5rem; height: 2.5rem; border-radius: 0.375rem; font-size: 1.25rem; }
.opqrst-letter, .samplers-letter { width: 1.5rem; font-size: 1.125rem; text-align: center; }
.opqrst-letter { color: var(--teal-500); } .samplers-letter { color: var(--blue-500); } .samplers-letter.letter-small { font-size: 1rem; font-weight: 700; }
.badge-crit { background-color: var(--slate-200); color: var(--slate-800); } .badge-airway { background-color: var(--red-100); color: var(--red-600); } .badge-breathing { background-color: rgba(59, 130, 246, 0.1); color: var(--blue-500); } .badge-circulation { background-color: rgba(16, 185, 129, 0.1); color: var(--emerald-600); } .badge-disability { background-color: var(--amber-100); color: var(--amber-600); } .badge-exposure { background-color: rgba(249, 115, 22, 0.1); color: var(--orange-500); }
.schemata-item { display: flex; flex-direction: column; gap: 0.25rem; }
.schemata-divider { border-top: 1px solid var(--slate-200); width: 100%; margin: 0.5rem 0; }
.schemata-label { font-weight: 700; font-size: 0.875rem; }
.schemata-text { font-size: 0.875rem; color: var(--slate-800); line-height: 1.4; margin: 0; }
.schemata-alert-text { font-size: 0.75rem; color: var(--red-600); font-style: italic; margin-top: 0.125rem; font-weight: 700; display: block; }

.btn-pulse-action { width: 100%; background-color: var(--red-500); color: white; font-weight: 700; padding: 1rem; border-radius: 1rem; border: none; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.75rem; box-shadow: 0 4px 6px rgba(0,0,0,0.05); transition: all 0.2s; }
.btn-pulse-action:hover { background-color: var(--red-600); }
.btn-pulse-action:active { transform: scale(0.95); }
.btn-pulse-action.measuring { background-color: var(--emerald-500); }
.btn-pulse-action.measuring .pulse-badge-time { background-color: var(--emerald-700); }

.pulse-clock-circle { position: relative; width: 2rem; height: 2rem; border-radius: 50%; border: 2px solid rgba(255,255,255,0.9); box-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.pulse-clock-hand { position: absolute; width: 2px; height: 12px; background-color: white; left: calc(50% - 1px); bottom: 50%; border-radius: 99px; transform-origin: bottom center; transform: rotate(0deg); transition: transform 0.1s linear; }
.pulse-btn-label { display: flex; align-items: center; justify-content: center; gap: 0.5rem; letter-spacing: 0.1em; font-size: 11px; text-transform: uppercase; }
.pulse-badge-time { background-color: var(--red-700); padding: 0.125rem 0.5rem; border-radius: 0.25rem; font-family: var(--font-mono); box-shadow: inset 0 2px 4px rgba(0,0,0,0.2); }
.pulse-input-area { margin-top: 0.5rem; }
.pulse-input-instruction { font-size: 10px; color: var(--slate-400); text-transform: uppercase; font-weight: 700; margin-bottom: 0.5rem; text-align: center; }
.pulse-input-group { display: flex; width: 100%; gap: 0.5rem; }
.pulse-number-input { flex: 1; min-width: 0; background-color: var(--slate-50); padding: 0.75rem; border: 1px solid var(--slate-200); border-radius: 0.75rem; text-align: center; font-weight: 700; font-size: 1.125rem; outline: none; transition: border-color 0.2s; }
.pulse-number-input:focus { border-color: var(--red-500); }
.btn-pulse-reset { flex: none; width: 3.5rem; background-color: var(--slate-100); border: 1px solid var(--slate-200); display: flex; align-items: center; justify-content: center; border-radius: 0.75rem; cursor: pointer; transition: transform 0.1s; color: var(--slate-700); }
.btn-pulse-reset:active { transform: scale(0.95); }
.pulse-result-box { margin-top: 1rem; padding: 0.75rem; background-color: var(--red-50); border-radius: 0.75rem; border: 1px solid #fee2e2; text-align: center; }
.pulse-result-label { font-size: 10px; color: var(--red-400); text-transform: uppercase; font-weight: 700; }
.pulse-result-value { font-size: 1.875rem; font-weight: 900; color: var(--red-600); }
.bpm-unit { font-size: 0.875rem; font-weight: 400; }
.bpm-warning { color: var(--amber-500) !important; }

/* Digitale Reanimations- / Puls-Uhr */
.timer-case { background: linear-gradient(135deg, #222222 0%, #181818 100%); padding: 20px 25px; border-radius: 12px; border: 2px solid #2d2d2d; text-align: center; width: 98%; margin: 10px auto auto auto; max-width: 500px; box-sizing: border-box; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), inset 0 1px 2px rgba(255,255,255,0.05); }
.timer-case .title { color: #ccc; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px; font-weight: bold; }
.display-window { position: relative; background-color: #050000; border: 3px solid #1a1a1a; border-radius: 6px; padding: 12px 15px; box-shadow: inset 0 0 15px rgba(0,0,0,0.9); display: block; }
.digital-text { font-family: 'Orbitron', monospace; font-size: 2.0rem; font-weight: 700; letter-spacing: 4px; white-space: nowrap; line-height: 1; display: flex; justify-content: center; }
.display-bg { color: rgba(255, 0, 0, 0.03); user-select: none; }
.display-fg { position: absolute; top: 12px; left: 0; right: 0; margin: 0 auto; color: #ff1111; text-shadow: 0 0 4px rgba(255, 17, 17, 0.6), 0 0 12px rgba(255, 17, 17, 0.3); }
.colon { animation: blink 1s steps(1, start) infinite; }
.labels { display: flex; justify-content: space-between; font-family: 'Orbitron', monospace; font-size: 0.6rem; color: #ccc; margin-top: 8px; letter-spacing: 1px; padding: 0 4px; }
.labels span { width: 22%; text-align: center; }
.finished-message { color: #ff1111; font-family: 'Orbitron', monospace; font-size: 1.8rem; animation: panic 0.5s infinite alternate; letter-spacing: 1px; }

/* Scoped Module-Eingaben */
.schema-text-input, .opqrst-text-input, .samplers-text-input, .funk-input-text { width: 100%; padding: 0.625rem 0.75rem; font-size: 0.875rem; border: 1px solid var(--slate-200); border-radius: 0.5rem; outline: none; text-align:center; background-color: #ffffff; transition: all 0.15s ease; font-family: var(--font-sans); }
.schema-text-input { margin-top: 0.5rem; }
.funk-input-text { margin-bottom: 0.75rem; font-weight: 700; color: var(--slate-700); }
.schema-text-input:focus, .opqrst-text-input:focus, .samplers-text-input:focus, .funk-input-text:focus { border-color: var(--slate-400); box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.15); }

.val-display { font-size: 0.75rem; margin-top: 0.375rem; font-weight: 500; }
.val-empty { color: var(--slate-400); font-style: italic; }
.val-display.val-filled { color: var(--slate-800); font-style: normal; font-weight: 700; background-color: var(--slate-200); padding: 0.25rem 0.5rem; border-radius: 0.25rem; display: inline-block; }


/* Settings Switch */
.setting-item { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; border-bottom: 1px solid #eee; }
.switch { position: relative; display: inline-block; width: 50px; height: 24px; }
.switch input { opacity: 0; width: 0; height: 0; }
.slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; transition: .4s; border-radius: 24px; }
.slider:before { position: absolute; content: ""; height: 18px; width: 18px; left: 3px; bottom: 3px; background-color: white; transition: .4s; border-radius: 50%; }
input:checked + .slider { background-color: #2563eb; }
input:checked + .slider:before { transform: translateX(26px); }

/* BEFAST */
.befast-letter { width: 1.5rem; font-size: 1.125rem; font-weight: 900; color: var(--purple-600); text-align: center; flex-shrink: 0; }
.befast-checkbox { width: 1.25rem; height: 1.25rem; accent-color: var(--purple-600); cursor: pointer; }
.befast-checkbox-label { font-size: 0.75rem; font-weight: 700; color: var(--slate-700); cursor: pointer; }
.stroke-timer-display { font-family: var(--font-mono); color: #e9d5ff; letter-spacing: 0.05em; font-size: 0.875rem; }
.stroke-warning { color: var(--red-400) !important; animation: pulse 1s infinite; }


/* BODYCHECK */
.btn-bodycheck-clear { font-size: 0.625rem; background-color: rgba(0, 0, 0, 0.2); padding: 0.25rem 0.5rem; border-radius: 0.25rem; border: none; color: white; cursor: pointer; font-weight: 700; text-transform: uppercase; transition: all 0.15s; }
.btn-bodycheck-clear:hover { background-color: rgba(0, 0, 0, 0.3); }
.btn-bodycheck-clear:active { transform: scale(0.95); }
.bodycheck-svg-container { position: relative; width: 100%; margin: 0 auto 1rem auto; background-color: #ffffff; border: 1px solid var(--slate-200); border-radius: 0.75rem; box-shadow: 0 1px 2px rgba(0,0,0,0.05); overflow: hidden; }
.bodycheck-svg { width: 100%; height: auto; cursor: crosshair; display: block; }
.bodycheck-marker-list { display: flex; flex-direction: column; gap: 0.5rem; }
.bodycheck-alert-banner { font-size: 0.75rem; color: var(--red-500); font-weight: 700; text-transform: uppercase; margin-bottom: 1rem; }
.bodycheck-step { display: flex; flex-direction: column; gap: 0.25rem; margin-bottom: 0.75rem; }
.bodycheck-region { font-weight: 700; font-size: 0.875rem; color: var(--pink-500); text-transform: uppercase; }
.bodycheck-instruction { font-size: 0.875rem; color: var(--slate-800); }
.bodycheck-instruction em { color: var(--red-600); font-style: italic; font-weight: 500; }
.body-marker-circle { fill: var(--red-500); stroke: #ffffff; stroke-width: 2px; }
.body-marker-text { font-size: 10px; fill: #ffffff; text-anchor: middle; font-weight: bold; }
.body-marker-list-item { display: flex; align-items: center; gap: 0.75rem; background-color: #ffffff; padding: 0.5rem; border-radius: 0.25rem; border: 1px solid var(--slate-200); font-size: 0.875rem; font-weight: 700; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.body-marker-badge { background-color: var(--red-500); color: #ffffff; width: 1.25rem; height: 1.25rem; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 10px; }

/* BOS Funk & FMS Status */
.fms-table { width: 100%; border-collapse: collapse; text-align: center; font-size: 0.875rem; background-color: #ffffff; }
.fms-table th { padding: 0.5rem; color: var(--slate-700); font-weight: 600; font-size: 0.8125rem; background-color: var(--slate-50); }
.fms-table tr { border-bottom: 1px solid var(--slate-200); } .fms-table td { padding: 0.5rem; vertical-align: middle; }
.fms-badge { width: 1.5rem; height: 1.5rem; display: flex; align-items: center; justify-content: center; border-radius: 0.25rem; color: white; font-weight: 700; margin: 0 auto; }
.bg-fms-1 { background-color: var(--emerald-500); } .bg-fms-2 { background-color: var(--emerald-600); } .bg-fms-3 { background-color: var(--amber-500); } .bg-fms-4 { background-color: var(--red-500); } .bg-fms-5 { background-color: var(--blue-500); } .bg-fms-6 { background-color: var(--slate-500); } .bg-fms-7 { background-color: var(--orange-500); } .bg-fms-8 { background-color: var(--purple-500); } .bg-fms-9 { background-color: var(--teal-500); } .bg-fms-0 { background-color: var(--red-600); }
.text-dark { color: var(--slate-900); } .text-large { font-size: 1.125rem; }
.spell-word-break { display: inline-block; background-color: var(--slate-800); color: #ffffff; padding: 0.125rem 0.5rem; border-radius: 0.25rem; font-size: 10px; font-weight: 900; text-transform: uppercase; margin: 0.5rem 0; }
.spell-hyphen { display: inline-block; background-color: var(--slate-500); color: #ffffff; padding: 0.125rem 0.5rem; border-radius: 0.25rem; font-size: 10px; font-weight: 900; text-transform: uppercase; margin: 0 0.25rem; }
.spell-char-box { display: inline-block; background-color: #eff6ff; color: #1e40af; padding: 0.125rem 0.375rem; border-radius: 0.25rem; border: 1px solid #bfdbfe; margin: 0.25rem 0.125rem; }
.spell-char-box strong { color: #1d4ed8; font-weight: 900; margin-right: 0.125rem; }
.spell-char-fallback { display: inline-block; font-weight: 900; color: var(--slate-800); padding: 0 0.25rem; }
.decoder-result-container { display: flex; flex-direction: column; gap: 0.5rem; }
.decoder-result-row { display: flex; justify-content: space-between; align-items: center; background-color: var(--slate-100); padding: 0.5rem; border-radius: 0.25rem; }
.decoder-result-row.highlight { background-color: #ecfdf5; border: 1px solid #a7f3d0; }
.decoder-label { color: var(--slate-500); font-size: 0.75rem; text-transform: uppercase; }
.decoder-result-row.highlight .decoder-label { color: var(--emerald-700); }
.decoder-val { color: var(--slate-800); font-weight: 900; font-size: 1.125rem; }
.decoder-result-row.highlight .decoder-val { color: var(--emerald-900); text-align: right; }


/* ==========================================================================
   14. VIEW STYLES: RECHNER & MATRIX (GCS, AVPU, MANV, mSTART)
   ========================================================================== */
.gcs-info-box { padding: 0.75rem; font-size: 0.75rem; color: var(--slate-500); border-bottom: 1px solid var(--slate-200); background-color: var(--slate-50); }
.gcs-body { padding: 1rem; background-color: #ffffff; display: flex; flex-direction: column; gap: 1.25rem; }
.gcs-control-group { display: flex; flex-direction: column; gap: 0.5rem; }
.gcs-group-header { display: flex; justify-content: space-between; align-items: flex-end; }
.gcs-input-label { font-size: 0.75rem; font-weight: 700; color: var(--slate-400); text-transform: uppercase; }
.gcs-status-badge { font-size: 0.75rem; font-weight: 700; color: var(--blue-500); background-color: #eff6ff; padding: 0.25rem 0.5rem; border-radius: 0.25rem; }
.gcs-btn-row { display: flex; width: 100%; gap: 0.25rem; }
.gcs-btn { flex: 1; background-color: var(--slate-100); color: var(--slate-700); border: 1px solid var(--slate-200); padding: 0.5rem 0; font-weight: 700; font-size: 0.875rem; border-radius: 0.375rem; cursor: pointer; transition: all 0.1s ease; }
.gcs-btn.active { background-color: var(--slate-800) !important; color: #ffffff !important; border-color: var(--slate-900) !important; }

.gcs-result-display { background-color: var(--slate-900); border-radius: 0.75rem; padding: 1.25rem; margin-top: 0.5rem; display: flex; justify-content: space-around; align-items: center; box-shadow: inset 0 2px 4px rgba(0,0,0,0.3); }
.gcs-score-label { font-size: 10px; color: var(--slate-400); text-transform: uppercase; font-weight: 700; margin-bottom: 0.25rem; }
.gcs-score-number { font-size: 3rem; font-weight: 900; color: #ffffff; line-height: 1; }
.gcs-desc-text { font-size: 0.875rem; font-weight: 700; color: var(--emerald-500); text-transform: uppercase; }
.gcs-desc-block { display: flex; flex-direction: column; align-items: flex-end; gap: 0.25rem; text-align: right; }
.gcs-sht-text { font-size: 0.6875rem; color: var(--slate-400); font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em; }
.gcs-action-badge { font-size: 0.625rem; background-color: var(--red-600); color: white; padding: 0.25rem 0.5rem; border-radius: 0.25rem; font-weight: 700; margin-top: 0.25rem; text-transform: uppercase; letter-spacing: 0.05em; box-shadow: 0 2px 4px rgba(0,0,0,0.2); }
.gcs-badge-warn { background-color: var(--amber-500); }
.gcs-safe { color: var(--emerald-400) !important; }
.gcs-warn { color: var(--amber-400) !important; }
.gcs-danger { color: var(--red-500) !important; }

/* AVPU Schema */
.avpu-list { display: flex; flex-direction: column; background-color: #ffffff; }
.avpu-row { padding: 0.75rem 1rem; display: flex; gap: 0.75rem; border-bottom: 1px solid var(--slate-100); align-items: center; }
.avpu-row:last-of-type { border-bottom: none; }
.avpu-unresponsive { background-color: rgba(254, 242, 242, 0.7); }
.avpu-label { font-weight: 900; width: 3.5rem; color: var(--slate-800); font-size: 0.875rem; }
.avpu-text { font-size: 0.875rem; color: var(--slate-700); flex: 1; }

/* MANV Matrix */
.matrix-container { width: 100%; margin: 0 auto; max-height: 600px; overflow: auto; border: 1px solid var(--slate-300); border-radius: 0.75rem; background-color: #ffffff; }
.dispo-table { width: 100%; border-collapse: collapse; font-size: 0.8125rem; white-space: nowrap; text-align: center; }
.dispo-table th, .dispo-table td { border-right: 1px solid var(--slate-100); padding: 4px; vertical-align: middle; }
.dispo-table tbody tr { border-bottom: 1px solid var(--slate-200); }
.sticky-header { position: sticky; top: 0; z-index: 20; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
.sticky-header tr { border-bottom: 2px solid var(--slate-400); }
.rotate-header { writing-mode: vertical-rl; transform: rotate(180deg); text-align: left; padding: 8px 10px; max-height: 120px; font-weight: bold; background-color: var(--slate-100); }
.col-r-stufe { padding: 12px; text-align: left; font-weight: 900; background-color: var(--slate-50); color: var(--slate-800); min-width: 80px; vertical-align: bottom; }
.cell-r-stufe { padding: 10px 12px; text-align: left; font-weight: bold; background-color: #ffffff; }
.dispo-grenze { background-color: var(--slate-800); color: #ffffff; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; font-size: 0.75rem; }
.dispo-grenze td { padding: 10px; border: none; }

.col-fw-lead { background-color: #fca5a5; color: #7f1d1d; } .col-fw { background-color: var(--red-500); color: #ffffff; }
.col-cmd { background-color: var(--orange-500); color: #ffffff; } .col-med-cmd { background-color: #fcd34d; color: #713f12; }
.col-med { background-color: #86efac; color: #14532d; font-size: 15px; } .col-sup-tech { background-color: #fef08a; color: #713f12; }
.col-psnv { background-color: var(--purple-500); color: #ffffff; } .col-zvr { background-color: #facc15; color: #713f12; }
.col-empty { background-color: var(--slate-50); color: var(--slate-300); }

/* mSTART Algorithmus */
.algorithm-intro { font-size: 0.875rem; font-weight: 700; margin-bottom: 0.75rem; color: var(--slate-800); }
.algorithm-list { list-style-type: decimal; padding-left: 1.5rem; color: var(--slate-700); font-size: 0.875rem; font-weight: 600; }
.algorithm-list > li { margin-bottom: 0.5rem; line-height: 1.4; padding-left: 0.25rem; }
.algorithm-sublist { font-weight: 500; font-size: 0.75rem; list-style-type: disc; padding-left: 1.5rem; color: var(--slate-600); margin-top: 0.375rem; }
.algorithm-sublist > li { margin-bottom: 0.25rem; }

.highlight-green { color: var(--emerald-600); font-weight: 700; }
.highlight-black { color: #000000; font-weight: 700; }
.highlight-red { color: var(--red-600); font-weight: 700; }
.highlight-yellow { color: var(--amber-600); font-weight: 700; }
.manv-vector-graphic { width: 100%; height: auto; display: block; margin-top: 1rem; }
.manv-explanation { font-size: 0.875rem; color: var(--slate-700); line-height: 1.5; }
.input-wrap input {
  text-align: left!important;
}


/* ==========================================================================
   16. VIEW STYLES: AN DER EINSATZSTELLE (SCENE)
   ========================================================================== */
.body-spaced { display: flex; flex-direction: column; gap: 0.75rem; }
.body-text-flow { display: flex; flex-direction: column; gap: 0.375rem; font-weight: 500; color: var(--slate-700); line-height: 1.5; font-size: 0.875rem; }
.scene-item { display: flex; flex-direction: column; gap: 0.125rem; }
.scene-divider { border-top: 1px solid var(--slate-200); width: 100%; margin: 0.25rem 0; }
.scene-label { display: block; font-weight: 700; font-size: 0.875rem; }
.scene-text { font-size: 0.875rem; color: var(--slate-800); line-height: 1.4; margin: 0; }

.header-with-badge { display: flex; justify-content: space-between; align-items: center; gap: 0.5rem; }
.header-inline-badge { background-color: var(--red-800); padding: 0.125rem 0.5rem; border-radius: 0.25rem; font-size: 10px; font-weight: 700; color: #ffffff; text-transform: uppercase; letter-spacing: 0.05em; }
.acronym-letter { color: var(--red-600); font-size: 1.125rem; font-weight: 900; margin-right: 0.125rem; }

/* Gefahrenmatrix */
.body-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.5rem; font-size: 0.875rem; }
.matrix-item { display: flex; align-items: center; gap: 0.25rem; color: var(--slate-700); font-weight: 500; }
.matrix-letter { color: var(--orange-600); font-weight: 900; font-size: 1rem; width: 1rem; text-align: center; }
.matrix-alert-banner { grid-column: span 2 / span 2; text-align: center; margin-top: 0.5rem; font-size: 0.75rem; font-weight: 700; color: var(--red-600); background-color: var(--red-50); padding: 0.375rem; border-radius: 0.375rem; border: 1px solid var(--red-100); text-transform: uppercase; letter-spacing: 0.05em; }

.spacer-bottom-tiny { margin-bottom: 0.25rem; }
.zone-list { display: flex; flex-direction: column; gap: 0.375rem; list-style: none; font-size: 0.75rem; padding-left: 0.125rem; margin: 0; color: var(--slate-700); line-height: 1.3; }
.zone-list li { display: flex; align-items: flex-start; gap: 0.25rem; }

