/* Investor design system (plan §8c). Warm editorial brand + a precise data layer.
   Tokens forked from kolko-struva; IBM Plex Mono + tabular figures = the "trader"
   data layer. Mobile-first 480px column on every viewport. Larger type scale for
   readability — money + headlines lead, the mono data layer stays legible. */
:root {
  --cream: #faf8f4;
  --surface: #f3f1ec;
  --white: #fff;
  --ink: #1b1a18;
  --ink-soft: #555;
  --line: #e7e2da;
  --green: #1d7d5a;
  --ochre: #936518; /* darkened from #c08a3a → ~4.8:1 on cream (AA for the small "обявен" badge + grade B) */
  --terra: #b0544b;
  --teal: #59bab8;
  --r-sm: 6px;
  --r-md: 10px;
  --mono: 'IBM Plex Mono', ui-monospace, monospace;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Sofia Sans', sans-serif;
  color: var(--ink);
  background: var(--cream);
  min-height: 100dvh;
  font-size: 17px;
  line-height: 1.5;
}
#app { max-width: 480px; margin: 0 auto; padding: 0 max(16px, env(safe-area-inset-right)) 96px max(16px, env(safe-area-inset-left)); display: flex; flex-direction: column; min-height: 100dvh; }
#app:has(.home), #app:has(.howto) { padding-bottom: 24px; } /* these screens carry their own buttons; no sticky-button clearance needed */
.num { font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1; }
/* keep headline money figures on one line (a wrapped "185 000 €" looks broken) */
.hud .cash, .hud .nw .v, .deal .price, .end-nw { white-space: nowrap; }
.up { color: var(--green); }
.down { color: var(--terra); }
.ic { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; vertical-align: -3px; }
.boot { padding: 80px 0; text-align: center; color: var(--ink-soft); }

/* a11y: a visible keyboard-focus ring on the warm palette, and honor reduced motion */
:focus-visible { outline: 2px solid var(--teal); outline-offset: 2px; border-radius: var(--r-sm); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important; scroll-behavior: auto !important;
  }
}

/* header */
.hd { display: flex; align-items: baseline; justify-content: space-between; padding: max(16px, env(safe-area-inset-top)) 0 10px; border-bottom: 1px solid var(--line); }
.wm { font-weight: 900; font-size: 27px; letter-spacing: -.02em; text-decoration: none; color: var(--ink); }
.wm .by { display: block; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-soft); margin-top: 1px; }
.hd-right { display: flex; gap: 12px; align-items: center; }
.hd-lb, .hd-x, .hd-i { background: none; border: 0; color: var(--ink-soft); cursor: pointer; font-size: 20px; padding: 4px; min-width: 44px; min-height: 44px; display: grid; place-items: center; }

/* home */
.home { flex: 1; display: flex; flex-direction: column; padding: 14px 0 0; }
/* Rotating hero: three condition-graded frames crossfade (разруха → ремонт → лукс),
   telling the flip story before a word is read. The frames stack and animate via
   staggered delays off a single keyframe; reduced motion shows one static frame. */
.home-hero { position: relative; width: 100%; aspect-ratio: 16 / 10; border-radius: var(--r-md); overflow: hidden; margin: 2px 0 10px; background: linear-gradient(135deg, #f2eadb 0%, #ddccac 100%); }
.hero-frame { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; animation: heroRotate 15s ease-in-out infinite both; animation-delay: calc(var(--i, 0) * 5s); }
@keyframes heroRotate {
  0% { opacity: 0; } 6% { opacity: 1; } 27% { opacity: 1; } 33.333% { opacity: 0; } 100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-frame { animation: none; }
  .hero-frame--still { opacity: 1; } /* one calm frame instead of a crossfade */
}
.home-intro { flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.home-lead { font-size: 29px; font-weight: 800; letter-spacing: -.01em; line-height: 1.2; margin: 0; }
.home-p { color: #2b2926; margin: 0; font-size: 18px; line-height: 1.5; }
.home-q { font-size: 22px; font-weight: 800; margin: 4px 0 14px; }
.home-foot { margin-top: 22px; font-size: 13px; color: var(--ink-soft); }

/* how it works (the explainer shown before a run) */
.howto { flex: 1; padding: 16px 0 0; }
.howto-h { font-size: 27px; font-weight: 800; letter-spacing: -.01em; line-height: 1.2; margin: 0 0 12px; }
/* „Твоят пазар" — promoted from a micro-label to a real headline so the chart reads as
   the player's OWN market, not a generic illustration. */
.howto-mine { font-size: 23px; font-weight: 900; color: var(--ink); letter-spacing: -.01em; line-height: 1.1; margin: 16px 0 10px; }
.howto-mine-sub { display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-soft); margin-top: 4px; }
.howto-goal { margin-bottom: 6px; }
.howto-lead { font-size: 18px; line-height: 1.5; color: #2b2926; margin: 0 0 6px; }
.howto-loop-t { font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); margin: 20px 0 12px; }
.howto-steps { list-style: none; display: flex; flex-direction: column; gap: 14px; margin: 0 0 18px; }
.howto-step { display: flex; gap: 12px; align-items: flex-start; }
.howto-n { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; background: var(--green); color: #fff; font-family: var(--mono); font-size: 14px; font-weight: 700; font-style: normal; display: grid; place-items: center; }
.howto-step > div { font-size: 17px; line-height: 1.45; }
.howto-label { font-weight: 800; }
.howto-text { color: #2b2926; }
.howto-score { font-size: 16px; line-height: 1.5; font-weight: 600; background: var(--surface); border-radius: var(--r-md); padding: 13px 15px; margin: 0 0 18px; }
/* the 30-year chart: a clear colour-coded legend, then one plain mini line per metric */
.legend { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: -4px 0 12px; }
.lg { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 700; }
.lg i { width: 22px; height: 4px; border-radius: 2px; background: currentColor; flex: 0 0 auto; }
.lg b { color: var(--ink); font-family: var(--mono); font-weight: 700; } /* the line's real „now" value */
.lg i.dash { border-radius: 0; background: repeating-linear-gradient(90deg, currentColor 0 5px, transparent 5px 9px); }
.howto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 0 18px; }
.mini-chart { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 8px 8px 6px; }
.mc-t { font-size: 13px; font-weight: 800; margin-bottom: 4px; }

/* buttons */
.btn { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 15px; margin-bottom: 10px; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--white); color: var(--ink); font-family: 'Sofia Sans'; font-weight: 800; font-size: 18px; cursor: pointer; text-decoration: none; min-height: 50px; }
.btn.primary { background: var(--green); color: #fff; border-color: var(--green); }
.btn.ghost { background: none; border-color: transparent; color: var(--ink-soft); }
.mini { padding: 9px 13px; border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--white); font-family: 'Sofia Sans'; font-weight: 700; font-size: 15px; cursor: pointer; min-height: 42px; }
.mini.primary { background: var(--green); color: #fff; border-color: var(--green); }
.mini[disabled] { opacity: .4; cursor: not-allowed; }
.btn:active, .mini:active { transform: translateY(1px); } /* tactile press (reduced-motion guard neutralizes it) */

/* HUD */
.hud { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; padding: 12px 0 10px; border-bottom: 1px solid var(--line); }
.hud .cash { font-weight: 800; font-size: 28px; letter-spacing: -.01em; }
.hud .meta { font-family: var(--mono); font-size: 13px; color: var(--ink-soft); margin-top: 2px; }
.hud .nw { text-align: right; }
.hud .nw .v { font-weight: 700; font-size: 18px; }
.hud .nw .num:last-child { font-size: 13px; font-weight: 700; }
.hud .nw .delta { white-space: nowrap; } /* the benchmark label lengthens the delta — never wrap the row */
.ring { width: 44px; height: 44px; border: 0; padding: 0; cursor: pointer; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--teal) calc(var(--p) * 1%), var(--line) 0); }
.ring i { width: 36px; height: 36px; border-radius: 50%; background: var(--cream); display: grid; place-items: center; font-size: 12px; font-weight: 800; font-style: normal; font-variant-numeric: tabular-nums; }

.regime { font-size: 15px; color: var(--ink-soft); margin: 12px 0 4px; font-weight: 600; }
.regime b { color: var(--ink); }
.headline { font-size: 13.5px; color: var(--ink-soft); font-style: italic; margin: 0 0 8px; padding-left: 10px; border-left: 2px solid var(--ochre); }
.headline .tele { display: block; font-style: normal; font-weight: 700; font-size: 12.5px; margin-top: 3px; }
.headline .tele.up { color: var(--green); }
.headline .tele.down { color: var(--terra); }

/* on-advance quarter recap (digest) */
.digest { position: relative; background: var(--white); border: 1px solid var(--line); border-left: 3px solid var(--teal); border-radius: var(--r-md); padding: 11px 12px; margin: 4px 0 12px; }
.dg-t { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 5px; }
.dg-l { font-size: 14px; color: #2b2926; padding: 1px 0; }
.dg-bad { color: var(--terra); font-weight: 800; }
.dg-x { position: absolute; top: 6px; right: 6px; background: none; border: 0; color: var(--ink-soft); cursor: pointer; font-size: 16px; min-width: 44px; min-height: 44px; display: grid; place-items: center; }

/* chart (the hero) */
.chart-wrap { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 8px; margin-bottom: 16px; }
.chart-wrap--hero { padding: 10px; border-color: var(--ink-soft); } /* the run-up hero — a touch more presence */
.chart { display: block; }
.chart .axis { font-family: var(--mono); font-size: 11px; fill: var(--ink-soft); }

/* sections + deals */
.sec { font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); margin: 6px 0 8px; }
.deals { display: flex; flex-direction: column; gap: 8px; }
.deal { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 11px 12px; }
.deal .t { font-weight: 700; font-size: 16px; }
.deal .t span { color: var(--ink-soft); font-weight: 600; }
.deal .row { display: flex; justify-content: space-between; align-items: center; margin-top: 6px; gap: 8px; }
.deal .price { font-weight: 800; font-size: 19px; }
.deal .sub { font-family: var(--mono); font-size: 13px; color: var(--ink-soft); }
.buys { display: flex; gap: 6px; }

/* portfolio */
.portfolio { margin: 14px 0 0; }
.portfolio summary { cursor: pointer; font-weight: 800; font-size: 15px; color: var(--ink-soft); padding: 8px 0; list-style: none; }
.portfolio summary::-webkit-details-marker { display: none; }
.portfolio summary::after { content: '▾'; display: inline-block; margin-left: 6px; transition: transform .15s ease; }
.portfolio[open] summary::after { transform: rotate(180deg); } /* caret reflects open/closed state */
.hold { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 10px 12px; margin-bottom: 8px; }
.hold.under { border-color: var(--terra); }
.hold .t { font-weight: 700; font-size: 15px; }
.hold .t span { color: var(--ink-soft); font-weight: 600; }
.hold .t em { font-style: normal; font-size: 12px; font-weight: 800; color: var(--terra); text-transform: uppercase; }
.hold .t em.listed { color: var(--ochre); }
.hold .t em.reno { color: var(--ink-soft); } /* renovation is a neutral in-progress state, not danger-red */
.hold .sub { font-family: var(--mono); font-size: 13px; color: var(--ink-soft); margin-top: 4px; }
.acts { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; align-items: flex-start; }

/* deal card — photo hero (design direction A) + tiered facts */
.deal { padding: 0; overflow: hidden; }
.deal .dbody { padding: 11px 12px 12px; }
.ph { position: relative; aspect-ratio: 16 / 9; background: var(--surface); }
.ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* a designed placeholder when a photo is missing: a warm editorial wash + a muted
   building mark (the condition pill + the card title carry the rest of the context). */
.ph-fallback { background: linear-gradient(135deg, #f2eadb 0%, #ddccac 100%); display: grid; place-items: center; }
.ph-icon { width: 60px; height: 60px; fill: none; stroke: rgba(27, 26, 24, .26); stroke-width: 1.5; }
.ph .cond { position: absolute; top: 9px; left: 9px; font-size: 11.5px; font-weight: 800; padding: 4px 9px; border-radius: 999px; background: rgba(27, 26, 24, .62); color: #fff; }
.deal .fin { font-family: var(--mono); font-size: 12px; color: var(--ink-soft); margin-top: 8px; overflow-wrap: anywhere; }
.reno-chip { display: inline-flex; gap: 6px; align-items: baseline; margin-top: 9px; font-size: 12.5px; background: var(--surface); border-radius: var(--r-sm); padding: 5px 9px; color: #5a5043; }
.reno-chip b { color: var(--ink); font-weight: 700; }

/* deal carousel — one deal at a time: ‹ N/total › + the card + a "Напред" skip */
.carousel { display: flex; flex-direction: column; gap: 8px; }
.deal-nav { display: flex; align-items: center; justify-content: center; gap: 16px; }
.navarrow { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--ink); font-size: 24px; line-height: 1; cursor: pointer; display: grid; place-items: center; }
.navarrow:active { transform: translateY(1px); }
.navarrow[disabled] { opacity: .35; cursor: not-allowed; }
.deal-count { font-family: var(--mono); font-size: 14px; color: var(--ink-soft); min-width: 52px; text-align: center; }
.deal-skip { margin: 2px 0 0; }
.no-deals { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 18px; text-align: center; color: var(--ink-soft); }

/* holding row — Sell ▾ / Ремонт ▾ disclosure menus */
.menu-wrap > summary { list-style: none; display: inline-flex; }
.menu-wrap > summary::-webkit-details-marker { display: none; }
.menu { display: flex; flex-direction: column; margin-top: 6px; border: 1px solid var(--line); border-radius: var(--r-sm); overflow: hidden; }
.menu button { display: flex; justify-content: space-between; gap: 10px; width: 100%; min-height: 44px; border: 0; border-bottom: 1px solid var(--line); background: var(--white); padding: 10px 12px; font-family: 'Sofia Sans'; font-weight: 600; font-size: 14px; cursor: pointer; text-align: left; }
.menu button:last-child { border-bottom: 0; }
.menu button:active { background: var(--surface); }
.menu button .num { color: var(--ink-soft); font-size: 13px; }
.menu button.cur { background: var(--surface); font-weight: 800; } /* the holding's current rent stance */
.reno-prog { font-family: var(--mono); font-size: 13px; color: var(--ink-soft); padding: 9px 0; }

.advance { position: sticky; bottom: calc(12px + env(safe-area-inset-bottom)); margin-top: 16px; box-shadow: 0 8px 24px -12px rgba(27, 26, 24, .4); }

/* end / debrief */
.end { padding: 18px 0; text-align: center; }
.grade { font-size: 64px; font-weight: 900; line-height: 1; margin: 6px 0; }
.gS { color: var(--green); } .gA { color: var(--teal); } .gB { color: var(--ochre); } .gC { color: var(--terra); }
.end-nw { font-weight: 800; font-size: 32px; }
.end-sub { color: var(--ink-soft); font-size: 16px; margin: 4px 0 14px; }
.end-msg { color: #2b2926; margin: 12px 0; font-size: 17px; }
.badge { display: inline-block; background: var(--green); color: #fff; border-radius: 999px; padding: 6px 14px; font-weight: 800; font-size: 15px; margin: 6px 0; }
.badges { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin: 10px 0; }
.badge2 { background: var(--surface); color: var(--ink); border: 1px solid var(--line); border-radius: 999px; padding: 5px 12px; font-weight: 700; font-size: 13px; }
.standing { font-family: var(--mono); font-size: 14px; color: var(--ink-soft); margin: 8px 0; }
.end-acts { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }

/* leaderboard */
.board { text-align: left; margin: 18px 0; border-top: 1px solid var(--line); }
.board h3 { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-soft); margin: 14px 0 8px; }
.brow { display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: baseline; padding: 8px 0; border-bottom: 1px solid var(--line); }
.brow.me { background: var(--surface); }
.brow .rank { font-family: var(--mono); color: var(--ink-soft); font-weight: 600; }
.brow .bn { font-weight: 700; }
.brow .bs { font-family: var(--mono); font-weight: 600; }
/* podium (top 3): gilded rank + the optional tap-to-call phone under the name */
.brow.r1 .rank, .brow.r2 .rank, .brow.r3 .rank { color: var(--ochre); font-weight: 800; }
.brow .bph { display: block; margin-top: 2px; font-family: var(--mono); font-size: 13px; font-weight: 600; color: var(--green); text-decoration: none; }

/* strategy board — an explainer panel, deliberately UNLIKE „Класация днес": a white
   card, absolute net worth, NO rank numbers (not a player race). Its own container
   class (rows keep .brow for the shared grid) so it never reads as the player board. */
.sboard { border: 1px solid var(--line); border-radius: var(--r-md); background: var(--white); padding: 2px 12px 8px; margin: 18px 0; }
.sboard h3 { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-soft); margin: 12px 0 1px; }
.board-dek { font-size: 12px; color: var(--ink-soft); margin: 0 0 4px; }
.brow--strat { grid-template-columns: 1fr auto; } /* drop the rank column */
.brow--strat .bn { font-weight: 700; }
.brow--strat .bcap { display: block; margin-top: 2px; font-weight: 600; font-size: 12px; color: var(--ink-soft); }
.brow--strat .bs { color: var(--ink); } /* absolute money, neutral — not a ±% signal */
.brow--strat.me { background: var(--surface); border-left: 3px solid var(--ink); padding-left: 9px; } /* a non-colour cue beyond the tint */

/* end-screen rank headline (leads; the beat-market-% sits demoted in .end-sub) */
.end-rank { font-size: 19px; font-weight: 800; margin: 2px 0; }

/* screen-reader-only */
.vh { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* milestone push opt-in banner (debrief) */
.push-prompt { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); padding: 12px 14px; margin: 8px 0 12px; }
.push-prompt p { font-size: 15px; line-height: 1.4; margin: 0 0 8px; }
.push-prompt .buys { gap: 8px; }

/* визитка: name (+ „Друго" reroll) + optional podium phone */
.visit { text-align: left; margin: 18px 0 6px; }
.visit h3 { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-soft); margin: 16px 0 8px; }
.visit-row { display: flex; gap: 6px; align-items: stretch; }
.visit-row .mini { white-space: nowrap; margin: 0; }
.vin { width: 100%; padding: 12px 13px; margin-bottom: 8px; border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--white); color: var(--ink); font-family: 'Sofia Sans'; font-size: 16px; }
.vin:focus { outline: none; border-color: var(--green); }
.visit-row .vin { margin-bottom: 8px; }
.visit-save { width: 100%; }
.visit-note { font-size: 12px; color: var(--ink-soft); margin: 4px 0 0; }

/* flash toast */
.flash { position: fixed; left: 50%; bottom: calc(80px + env(safe-area-inset-bottom)); transform: translateX(-50%) translateY(10px); background: var(--ink); color: var(--cream); padding: 11px 17px; border-radius: 999px; font-size: 15px; font-weight: 700; opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; z-index: 50; max-width: min(90vw, 448px); }
.flash.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* inline glossary term — a dotted-underline word (not an ⓘ glyph) */
.term { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; border-bottom: 1px dotted currentColor; }

/* guided first-run coachmarks — warm-ink dim + a one-line bubble; the lit element rises above */
.coach-dim { position: fixed; inset: 0; background: rgba(27, 26, 24, .58); z-index: 1000; }
.coach-lit { position: relative; z-index: 1001; border-radius: var(--r-md); box-shadow: 0 0 0 3px var(--cream), 0 0 0 6px var(--ochre); }
.coach-bubble { position: fixed; left: 50%; bottom: calc(20px + env(safe-area-inset-bottom)); transform: translateX(-50%); width: min(92vw, 440px); background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 14px 16px; z-index: 1002; box-shadow: 0 12px 32px -14px rgba(27, 26, 24, .5); }
.coach-tx { font-size: 16px; font-weight: 700; color: var(--ink); margin: 0 0 10px; }
.coach-acts { display: flex; align-items: center; gap: 12px; }
.coach-acts .mini { min-height: 44px; }
.coach-skip { margin-left: auto; background: none; border: 0; color: var(--ink-soft); font-family: 'Sofia Sans'; font-weight: 700; font-size: 14px; cursor: pointer; min-height: 44px; padding: 0 6px; }

/* glossary popover (an inline term tapped) */
.gloss-dim { position: fixed; inset: 0; background: rgba(27, 26, 24, .45); z-index: 1010; }
.gloss-card { position: fixed; left: 50%; bottom: calc(20px + env(safe-area-inset-bottom)); transform: translateX(-50%); width: min(92vw, 440px); background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 16px 16px 18px; z-index: 1011; box-shadow: 0 12px 32px -14px rgba(27, 26, 24, .5); }
.gloss-term { font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 6px; }
.gloss-tx { font-size: 16px; color: #2b2926; margin: 0; line-height: 1.45; }

/* glossary reference list on the ℹ screen */
.gloss-list { margin: 0 0 16px; }
.gloss-list div { padding: 8px 0; border-bottom: 1px solid var(--line); }
.gloss-list dt { font-weight: 800; color: var(--ink); font-size: 15px; }
.gloss-list dd { margin: 3px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 1.4; }

.howto-tag { font-weight: 700; color: var(--ink); margin: 12px 0 16px; }
