/* ════════════════════════════════════════════════════════════
   HAWKEYE DESIGN SYSTEM — COMPONENTS
   hawkeye-components.css · v1.0 · Mai 2026

   Voraussetzung: hawkeye-tokens.css (Custom Properties)

   Einbinden:
     <link rel="stylesheet" href="/assets/css/hawkeye-tokens.css">
     <link rel="stylesheet" href="/assets/css/hawkeye-components.css">
════════════════════════════════════════════════════════════ */

/* ════ APP BAR (PWA) ════════════════════════════════════════ */
.app-bar {
  background: var(--navy);
  border-bottom: 1px solid rgba(0,188,212,.2);
  padding: 0 16px; height: 48px;
  display: flex; align-items: center; gap: 10px;
}
.app-bar__title {
  font-size: 13px; font-weight: 900; letter-spacing: .12em;
  color: var(--cyan); text-transform: uppercase;
}
.app-bar__back {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: var(--r-sm);
  background: rgba(255,255,255,.06); border: none;
  color: rgba(255,255,255,.7); font-size: 16px; cursor: pointer;
  transition: background .15s;
}
.app-bar__back:hover { background: rgba(255,255,255,.12); }
.app-bar__spacer { flex: 1; }
.app-bar__badge {
  font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  background: rgba(0,188,212,.15); color: var(--cyan);
  border: 1px solid rgba(0,188,212,.3); padding: 3px 8px; border-radius: 3px;
  white-space: nowrap;
}

/* ── Legacy alias (Styleguide Demo) ── */
.demo-app-bar { background: var(--navy); border-bottom: 1px solid rgba(0,188,212,.2); padding: 0 16px; height: 48px; display: flex; align-items: center; gap: 10px; border-radius: var(--r-md) var(--r-md) 0 0; }
.demo-app-bar .bar-title { font-size: 13px; font-weight: 900; letter-spacing: .12em; color: var(--cyan); text-transform: uppercase; }
.demo-app-bar .bar-back { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: var(--r-sm); background: rgba(255,255,255,.06); border: none; color: rgba(255,255,255,.7); font-size: 16px; cursor: pointer; }
.demo-app-bar .bar-spacer { flex: 1; }
.demo-app-bar .bar-badge { font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; background: rgba(0,188,212,.15); color: var(--cyan); border: 1px solid rgba(0,188,212,.3); padding: 3px 8px; border-radius: 3px; }

/* ════ BOTTOM NAV (PWA) ═════════════════════════════════════ */
.bottom-nav,
.demo-bottom-nav {
  display: flex; background: var(--navy);
  border-top: 1px solid rgba(0,188,212,.15);
}
.bnav-item {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  gap: 4px; padding: 10px 6px; border: none; background: transparent;
  color: rgba(255,255,255,.45); cursor: pointer; transition: color .15s;
  font-family: var(--font-base);
}
.bnav-item i { font-size: 20px; }
.bnav-item .bnav-lbl { font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.bnav-item.active { color: var(--cyan); }
.bnav-item:hover  { color: rgba(255,255,255,.75); }

/* ════ DESKTOP HEADER CHIP ══════════════════════════════════ */
.hk-chip {
  display: flex; align-items: center; gap: 5px;
  padding: 0 10px; height: 28px; border-radius: var(--r-sm);
  border: 1px solid #1e2d3d; background: rgba(255,255,255,.04);
  white-space: nowrap; flex-shrink: 0;
}
.hk-chip .ic  { font-size: 14px; color: #90a4ae; flex-shrink: 0; }
.hk-chip .lbl { font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #607d8b; white-space: nowrap; }
.hk-chip .val { font-size: 12px; color: #cfd8dc; font-weight: 500; margin-left: 2px; white-space: nowrap; }

/* ── Legacy alias ── */
.hk-chip-demo { display: flex; align-items: center; gap: 5px; padding: 0 10px; height: 28px; border-radius: var(--r-sm); border: 1px solid #1e2d3d; background: rgba(255,255,255,.04); white-space: nowrap; flex-shrink: 0; }
.hk-chip-demo .ic  { font-size: 14px; color: #90a4ae; flex-shrink: 0; }
.hk-chip-demo .lbl { font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #607d8b; white-space: nowrap; }
.hk-chip-demo .val { font-size: 12px; color: #cfd8dc; font-weight: 500; margin-left: 2px; white-space: nowrap; }

/* ════ BUTTONS ══════════════════════════════════════════════ */
.btn-grid { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

.btn {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-base); font-size: var(--size-base);
  font-weight: 700; letter-spacing: .04em;
  border: none; border-radius: var(--r-md); cursor: pointer;
  padding: 10px 18px; transition: all .15s; text-decoration: none;
  white-space: nowrap;
}
.btn-primary   { background: var(--cyan); color: var(--navy); }
.btn-primary:hover { background: var(--cyan-dk); }

.btn-secondary { background: transparent; color: var(--cyan); border: 1.5px solid rgba(0,188,212,.4); }
.btn-secondary:hover { background: rgba(0,188,212,.08); border-color: var(--cyan); }

.btn-ghost { background: transparent; color: #546e7a; border: 1px solid var(--border); }
.btn-ghost:hover { border-color: var(--cyan); color: var(--cyan-dk); }

.btn-danger { background: rgba(220,38,38,.1); color: #dc2626; border: 1px solid rgba(220,38,38,.3); }
.btn-danger:hover { background: rgba(220,38,38,.18); }

.btn-sm { padding: 6px 12px; font-size: var(--size-sm); border-radius: var(--r-sm); }
.btn-lg { padding: 13px 24px; font-size: var(--size-md); }

/* ── Icon Button ── */
.icon-btn {
  width: 36px; height: 36px; border-radius: var(--r-sm);
  border: 1px solid var(--border); background: transparent;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--label); font-size: 16px; cursor: pointer; transition: all .15s;
}
.icon-btn:hover { border-color: var(--cyan); color: var(--cyan); background: rgba(0,188,212,.06); }

/* ════ CHIPS / TAGS ═════════════════════════════════════════ */
.chip-grid { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }

.chip {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: var(--size-sm); font-weight: 600;
  padding: 5px 11px; border-radius: var(--r-full);
  border: 1px solid transparent; cursor: pointer;
  transition: all .15s; font-family: var(--font-base);
}
.chip-default  { background: var(--bg); border-color: var(--border); color: #546e7a; }
.chip-default:hover { border-color: var(--cyan); color: var(--cyan); }
.chip-active   { background: rgba(0,188,212,.12); border-color: var(--cyan); color: var(--cyan-dk); }
.chip-selected { background: var(--cyan); color: var(--navy); border-color: var(--cyan); }

/* ════ HIT ZONE CHIPS (Scoring) ════════════════════════════ */
.hit-grid { display: flex; gap: 10px; flex-wrap: wrap; }

.hit-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px; border-radius: var(--r-md);
  border: 1.5px solid transparent; cursor: pointer;
  transition: all .15s; font-family: var(--font-base);
}
.hit-chip .hc-score { font-size: var(--size-xl); font-weight: 900; line-height: 1; }
.hit-chip .hc-label { font-size: var(--size-xs); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; line-height: 1; }
.hit-chip .hc-sub   { font-size: var(--size-xs); opacity: .7; margin-top: 1px; }
.hit-chip .hc-text  { display: flex; flex-direction: column; }

.hit-kill  { background: rgba(0,188,212,.1);   border-color: rgba(0,188,212,.3);   color: var(--cyan); }
.hit-wound { background: rgba(233,30,140,.1);  border-color: rgba(233,30,140,.3);  color: var(--magenta); }
.hit-miss  { background: rgba(158,158,158,.1); border-color: rgba(158,158,158,.3); color: var(--miss); }
.hit-kill:hover  { background: rgba(0,188,212,.18);   border-color: var(--cyan); }
.hit-wound:hover { background: rgba(233,30,140,.18);  border-color: var(--magenta); }
.hit-miss:hover  { background: rgba(158,158,158,.18); border-color: var(--miss); }
.hit-chip.selected { box-shadow: 0 0 0 2px currentColor; }

/* ════ SCORE BADGE ══════════════════════════════════════════ */
.score-badge-grid { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.score-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: var(--r-full);
  font-size: 15px; font-weight: 900;
}
.score-kill  { background: var(--cyan);    color: var(--navy); }
.score-wound { background: var(--magenta); color: #fff; }
.score-miss  { background: var(--miss);    color: #fff; }

/* ── Shot Badge (Header Pill) ── */
.shot-badge {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 3px 10px; border-radius: var(--r-full);
  background: rgba(0,188,212,.12); border: 1px solid rgba(0,188,212,.35);
  color: var(--cyan); font-size: 12px; font-weight: 700;
}
.shot-badge i { font-size: 13px; }

/* ════ KPI TILES ════════════════════════════════════════════ */
.kpi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border-radius: var(--r-md); overflow: hidden; }
.kpi-tile { background: var(--white); padding: 16px 12px; text-align: center; }
.kpi-tile .kpi-n { font-size: var(--size-2xl); font-weight: 900; color: var(--cyan); line-height: 1; letter-spacing: -.02em; }
.kpi-tile .kpi-l { font-size: var(--size-xs); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--label); margin-top: 5px; }

/* ════ MODE CARDS ═══════════════════════════════════════════ */
.mode-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; max-width: 560px; }
.mode-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--r-xl); padding: 18px 16px;
  cursor: pointer; transition: all .15s;
  display: flex; flex-direction: column; gap: 6px;
}
.mode-card:hover    { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(0,188,212,.12); }
.mode-card.selected { border-color: var(--cyan); background: rgba(0,188,212,.04); }
.mode-card .mc-icon  { font-size: 26px; color: var(--cyan); margin-bottom: 4px; line-height: 1; }
.mode-card .mc-title { font-size: var(--size-base); font-weight: 800; color: #1a2230; }
.mode-card .mc-sub   { font-size: var(--size-sm); color: var(--label); line-height: 1.4; }

/* ════ FORM CONTROLS ════════════════════════════════════════ */
.form-grid  { display: flex; flex-direction: column; gap: 16px; max-width: 400px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-label { font-size: var(--size-sm); font-weight: 700; color: var(--label); letter-spacing: .06em; text-transform: uppercase; }
.form-hint  { font-size: var(--size-xs); color: var(--label); margin-top: 2px; }

.form-input {
  height: 40px; padding: 0 12px; width: 100%;
  font-family: var(--font-base); font-size: var(--size-base); color: #1a2230;
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--r-md); outline: none;
  transition: border-color .15s, box-shadow .15s;
}
.form-input:focus       { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(0,188,212,.15); }
.form-input::placeholder { color: #b0bec5; }
.form-input:disabled    { opacity: .5; cursor: not-allowed; }

/* Native select — Fallback (verwende hw-select für vollständiges Styling) */
.form-select {
  appearance: none; padding-right: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23546e7a' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 10px center;
}

/* ── Textarea ── */
.form-textarea {
  padding: 10px 12px; min-height: 88px; width: 100%;
  font-family: var(--font-base); font-size: var(--size-base); color: #1a2230;
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--r-md); outline: none; resize: vertical; line-height: 1.5;
  transition: border-color .15s, box-shadow .15s;
}
.form-textarea:focus       { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(0,188,212,.15); }
.form-textarea::placeholder { color: #b0bec5; }
.form-textarea:disabled    { opacity: .5; cursor: not-allowed; }

/* ════ STEPPER ══════════════════════════════════════════════ */
.stepper {
  display: inline-flex; align-items: center;
  border: 1.5px solid var(--border); border-radius: var(--r-md); overflow: hidden;
  background: var(--white); align-self: flex-start;
}
.stepper button {
  width: 36px; height: 36px; border: none; background: transparent;
  color: var(--label); font-size: 18px; cursor: pointer; flex-shrink: 0;
  transition: background .12s, color .12s, opacity .15s;
  font-family: var(--font-base);
}
.stepper button:hover    { background: rgba(0,188,212,.08); color: var(--cyan); }
.stepper button:disabled { opacity: .3; cursor: not-allowed; }
.stepper .step-val {
  min-width: 56px; max-width: 90px; text-align: center;
  font-size: var(--size-base); font-weight: 700; color: #1a2230;
  border-left: 1px solid var(--border); border-right: 1px solid var(--border);
  padding: 0 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  line-height: 34px;
}

/* ════ TOGGLE ═══════════════════════════════════════════════ */
.toggle-list { display: flex; flex-direction: column; gap: 14px; }
.toggle-row  { display: flex; align-items: center; gap: 12px; }
.toggle-text { display: flex; flex-direction: column; gap: 1px; }
.toggle-label { font-size: var(--size-base); font-weight: 600; color: #1a2230; }
.toggle-sub   { font-size: var(--size-xs); color: var(--label); }

.toggle { position: relative; display: inline-block; width: 44px; height: 24px; flex-shrink: 0; }
.toggle input { opacity: 0; width: 0; height: 0; position: absolute; }

.toggle-track {
  position: absolute; inset: 0; cursor: pointer;
  background: #d0d8e0; border-radius: var(--r-full);
  border: 1.5px solid #c0cad4;
  transition: background .2s, border-color .2s;
}
.toggle input:checked  ~ .toggle-track { background: var(--cyan); border-color: var(--cyan-dk); }
.toggle input:disabled ~ .toggle-track { opacity: .45; cursor: not-allowed; }

.toggle-track::after {
  content: ''; position: absolute;
  width: 16px; height: 16px; border-radius: 50%;
  background: #fff; top: 2px; left: 2px;
  transition: transform .2s; box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.toggle input:checked ~ .toggle-track::after { transform: translateX(20px); }

/* ════ CUSTOM DROPDOWN (hw-select) ══════════════════════════ */
.hw-select { position: relative; user-select: none; }

.hw-select-trigger {
  height: 40px; padding: 0 36px 0 12px;
  font-family: var(--font-base); font-size: var(--size-base); color: #1a2230;
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--r-md); cursor: pointer;
  display: flex; align-items: center; gap: 8px;
  transition: border-color .15s, box-shadow .15s; position: relative;
}
.hw-select-trigger .hw-sel-icon { font-size: 15px; color: var(--label); flex-shrink: 0; }
.hw-select-trigger .hw-sel-val  { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hw-select-trigger::after {
  content: ''; position: absolute; right: 12px; top: 50%;
  transform: translateY(-50%);
  border-left: 4px solid transparent; border-right: 4px solid transparent;
  border-top: 5px solid var(--label);
  transition: transform .2s, border-color .2s;
}
.hw-select.open .hw-select-trigger {
  border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(0,188,212,.15);
  border-radius: var(--r-md) var(--r-md) 0 0;
}
.hw-select.open .hw-select-trigger::after {
  transform: translateY(-50%) rotate(180deg);
  border-top-color: var(--cyan);
}
.hw-select-panel {
  display: none; position: absolute; left: 0; right: 0; top: 100%; z-index: 60;
  background: var(--white); border: 1.5px solid var(--cyan);
  border-top: none; border-radius: 0 0 var(--r-md) var(--r-md);
  box-shadow: var(--shadow-popup); overflow: hidden;
}
.hw-select.open .hw-select-panel { display: block; }
.hw-select-opt {
  padding: 9px 12px; font-size: var(--size-base); color: #1a2230;
  cursor: pointer; display: flex; align-items: center; gap: 8px;
  transition: background .1s; border-bottom: 1px solid #f4f6f8;
}
.hw-select-opt:last-child        { border-bottom: none; }
.hw-select-opt i                 { font-size: 14px; color: var(--label); flex-shrink: 0; width: 16px; }
.hw-select-opt:hover             { background: rgba(0,188,212,.07); color: var(--cyan-dk); }
.hw-select-opt:hover i           { color: var(--cyan); }
.hw-select-opt.selected          { background: rgba(0,188,212,.1); color: var(--cyan-dk); font-weight: 700; }
.hw-select-opt.selected::after   { content: '✓'; margin-left: auto; font-size: 11px; color: var(--cyan); font-weight: 900; }

/* ════ ALERTS ═══════════════════════════════════════════════ */
.alert-grid { display: flex; flex-direction: column; gap: 10px; }
.alert {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 12px 14px; border-radius: var(--r-md); border-left: 3px solid;
}
.alert i                        { font-size: 16px; flex-shrink: 0; margin-top: 1px; }
.alert .alert-body .alert-title { font-size: var(--size-sm); font-weight: 700; }
.alert .alert-body .alert-msg   { font-size: var(--size-sm); opacity: .8; margin-top: 2px; }
.alert-info  { background: rgba(0,188,212,.08);  border-color: var(--cyan);   color: var(--cyan-dk); }
.alert-warn  { background: rgba(255,109,0,.08);  border-color: var(--orange); color: #e65100; }
.alert-error { background: rgba(220,38,38,.08);  border-color: #dc2626;       color: #dc2626; }
.alert-ok    { background: rgba(46,125,50,.08);  border-color: var(--green);  color: var(--green); }

/* ════ TELEMETRIE ═══════════════════════════════════════════ */
.telem-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border-radius: var(--r-md); overflow: hidden; margin-bottom: 16px; }
.telem-stat  { background: var(--white); padding: 10px 12px; }
.telem-stat .ts-n { font-size: var(--size-lg); font-weight: 900; color: var(--cyan-dk); }
.telem-stat .ts-l { font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--label); margin-top: 2px; }

.telem-list { font-size: var(--size-sm); }
.telem-header {
  display: grid; grid-template-columns: 1fr 80px 90px 120px;
  font-size: var(--size-xs); font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--label); padding: 6px 0; border-bottom: 1.5px solid var(--border);
}
.telem-row {
  display: grid; grid-template-columns: 1fr 80px 90px 120px;
  padding: 7px 0; border-bottom: 1px solid #f0f0f0; align-items: center;
}
.telem-target-lbl { font-size: var(--size-xs); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--cyan); padding: 8px 0 4px; }
.telem-time { font-family: var(--font-mono); font-size: 10px; color: #546e7a; }
.telem-intv { font-family: var(--font-mono); font-size: 10px; color: #1a2230; font-weight: 700; }
.telem-gps  { font-family: var(--font-mono); font-size: 9px; color: #a0aab4; }

/* ════ SPARKLINE ═════════════════════════════════════════════
   Horizontale Mini-Balken für den Verlauf-Panel (Analyse-Screen).
   Kein isDark() im JS — CSS-Cascade übernimmt Light/Dark.
════════════════════════════════════════════════════════════ */
.sparkline-row          { display:flex; align-items:center; gap:8px; padding:3px 0; }
.spark-lbl              { font-size:11px; color:var(--label); min-width:68px; font-family:var(--font-mono); }
.spark-score            { font-size:12px; font-family:var(--font-mono); font-weight:700; color:#90a4ae; min-width:34px; text-align:right; }
.spark-score.current    { color:#1a2230; font-weight:900; }
.spark-track            { flex:1; height:4px; background:#dde1e5; border-radius:2px; overflow:hidden; }
.spark-fill             { height:100%; background:var(--cyan-dk); border-radius:2px; }
.spark-fill.current     { background:var(--cyan); }
html.dark .spark-track        { background:rgba(255,255,255,.10); }
html.dark .spark-fill         { background:var(--cyan-dk); }
html.dark .spark-fill.current { background:var(--cyan); }
html.dark .spark-score        { color:var(--dm-text-2); }
html.dark .spark-score.current{ color:var(--cyan); }

/* ════ SCROLLBAR ════════════════════════════════════════════
   Globale Scrollbar-Gestaltung für Safari, Chrome und Firefox.
   Ersetzt die System-Scrollbars durch ein dezentes, branding-
   konformes Erscheinungsbild — 4 px breit, Cyan-Hover.

   Anwendung:
   • Automatisch global (via *-Selektor im Projekt-CSS)
   • Oder explizit mit .hw-scrollbar auf einem Container

   Light Mode:  Thumb rgba(0,0,0,.15) → Hover #00BCD4 (Cyan)
   Dark Mode:   Thumb rgba(255,255,255,.12) → Hover #00BCD4 (Cyan)

   Tokens (hawkeye-tokens.css):
     --scrollbar-w            4px
     --scrollbar-thumb        rgba(0,0,0,.15)     ← Light
     --scrollbar-thumb        rgba(255,255,255,.12)← Dark (html.dark Override)
     --scrollbar-thumb-hover  rgba(0,188,212,.5)  ← beide Modi
════════════════════════════════════════════════════════════ */

/* Globale Regel — Chrome & Safari: webkit Pseudo-Elemente */
::-webkit-scrollbar              { width: var(--scrollbar-w, 4px); height: var(--scrollbar-w, 4px); }
::-webkit-scrollbar-track        { background: transparent; }
::-webkit-scrollbar-thumb        { background: var(--scrollbar-thumb, rgba(0,0,0,.15)); border-radius: 2px; }
::-webkit-scrollbar-thumb:hover  { background: var(--scrollbar-thumb-hover, rgba(0,188,212,.5)); }
::-webkit-scrollbar-corner       { background: transparent; }
/* Firefox only — Chrome/Safari 121+/18+ würden scrollbar-width über webkit-PS stellen */
@supports (-moz-appearance: none) {
  *                              { scrollbar-width: thin; scrollbar-color: var(--scrollbar-thumb, rgba(0,0,0,.15)) transparent; }
}

/* Utility-Klasse für explizite Anwendung auf einen Container */
.hw-scrollbar::-webkit-scrollbar           { width: var(--scrollbar-w, 4px); }
.hw-scrollbar::-webkit-scrollbar-track    { background: transparent; }
.hw-scrollbar::-webkit-scrollbar-thumb    { background: var(--scrollbar-thumb); border-radius: 2px; }
.hw-scrollbar::-webkit-scrollbar-thumb:hover { background: var(--scrollbar-thumb-hover); }
@supports (-moz-appearance: none) {
  .hw-scrollbar                            { scrollbar-width: thin; scrollbar-color: var(--scrollbar-thumb) transparent; }
}
