/* Puur weer — chrome-CSS, 1-op-1 uit docs/puurweer-mock.html (stap 5 / §9.1).
 * Fonts (Archivo + IBM Plex Mono) zijn self-hosted + gesubset (latin) — géén CDN/
 * third-party (niet-onderhandelbaar). Bron: Fontsource (Archivo variabel 400–700,
 * IBM Plex Mono 400/500/600), woff2 in site/fonts/. unicode-range = latin → andere
 * tekens vallen terug op de system-stack. */

/* bron: Fontsource @fontsource-variable/archivo (OFL) */
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/archivo-latin-wght-normal.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* bron: Fontsource @fontsource/ibm-plex-mono (OFL) */
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ibm-plex-mono-latin-400-normal.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/ibm-plex-mono-latin-500-normal.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/ibm-plex-mono-latin-600-normal.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: light dark;
  --paper: light-dark(#f3f5f8, #0d1014);
  --panel: light-dark(#ffffff, #14181e);
  --panel-2: light-dark(#eef1f5, #1a1f26);
  --ink: light-dark(#16181b, #e9ebee);
  --ink-soft: light-dark(#3b3f46, #c3c7cd);
  --muted: light-dark(#6b7280, #888e97);
  --line: light-dark(#e4e8ee, #232a32);
  --line-soft: light-dark(#eef1f5, #1b2128);
  --accent: light-dark(#2c6fb0, #6fb4ea);
  --rain: #3f86c6;
  --rain-soft: light-dark(#d6e4f3, #1c2c3a);

  --f-display: "Archivo", system-ui, -apple-system, sans-serif;
  --f-ui: "Archivo", system-ui, -apple-system, sans-serif;
  --f-mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;

  --pad: clamp(1.1rem, 0.7rem + 2.2vw, 2.4rem);
  --r: 18px;
  --shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 14px 30px -22px rgba(16, 24, 40, 0.22);
  --maxw: 920px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--f-ui);
  font-size: clamp(15px, 14px + 0.25vw, 17px);
  line-height: 1.5;
  letter-spacing: -0.005em;
  font-feature-settings:
    "tnum" 1,
    "lnum" 1;
  -webkit-font-smoothing: antialiased;
  background-image: radial-gradient(
    120% 80% at 50% -10%,
    color-mix(in oklab, var(--panel) 60%, transparent),
    transparent 60%
  );
}
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--pad) 4rem;
}
h1,
h2,
h3 {
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
button {
  font: inherit;
  color: inherit;
}
:focus-visible {
  outline: 2.5px solid var(--accent);
  outline-offset: 3px;
  border-radius: 6px;
}

header.top {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(1.1rem, 2.5vw, 1.8rem) var(--pad) 0.8rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.brand {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-right: auto;
}
.brand b {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
}
.brand .tag {
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.search {
  position: relative;
  flex: 1 1 260px;
  max-width: 380px;
}
.search input {
  width: 100%;
  font: inherit;
  padding: 0.62rem 0.9rem 0.62rem 2.3rem;
  background: var(--panel);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 999px;
  transition:
    border-color 0.15s,
    box-shadow 0.15s;
}
.search input::placeholder {
  color: var(--muted);
}
.search input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--accent) 18%, transparent);
  outline: none;
}
.search svg.ic {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.05rem;
  height: 1.05rem;
  color: var(--muted);
  pointer-events: none;
}
.listbox {
  position: absolute;
  z-index: 30;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 18px 40px -22px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  padding: 4px;
  display: none;
}
.listbox.open {
  display: block;
}
.listbox [role="option"] {
  padding: 0.55rem 0.7rem;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
}
.listbox [role="option"] small {
  color: var(--muted);
}
.listbox [role="option"][aria-selected="true"] {
  background: color-mix(in oklab, var(--accent) 14%, transparent);
}
.listbox .empty {
  padding: 0.6rem 0.7rem;
  color: var(--muted);
}

/* hero */
.hero {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: var(--pad);
  margin-top: 0.6rem;
  box-shadow: var(--shadow);
}
.place {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--ink-soft);
}
.place .pin {
  width: 1rem;
  height: 1rem;
  color: var(--accent);
}
.place b {
  font-weight: 600;
  color: var(--ink);
}
.place .hint {
  font-size: 0.78rem;
  color: var(--muted);
}
/* antwoord-zin: de vraag eerst beantwoorden */
.answer {
  font-size: 1.06rem;
  color: var(--ink-soft);
  margin: 0.9rem 0 0;
  max-width: 48ch;
}
.nowline {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.hero-icon {
  flex: 0 0 auto;
  width: clamp(2.4rem, 1.7rem + 4.5vw, 3.4rem);
  height: clamp(2.4rem, 1.7rem + 4.5vw, 3.4rem);
  color: var(--ink-soft);
}
.hero-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.temp {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(4rem, 3rem + 11vw, 7rem);
  line-height: 0.86;
  letter-spacing: -0.035em;
  color: var(--temp, inherit);
  font-variant-numeric: tabular-nums;
}
.temp sup {
  font-size: 0.34em;
  font-weight: 400;
  top: -0.95em;
  color: var(--muted);
}
.now-label {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  font-weight: 600;
  margin: 0.6rem 0 -0.1rem;
}
.cond {
  display: flex;
  flex-direction: column;
}
.cond .feels-big {
  font-size: 1.02rem;
  color: var(--ink-soft);
  font-weight: 500;
  margin-top: 0.15rem;
}
.today-range {
  margin: 0.5rem 0 0;
  font-family: var(--f-mono);
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.today-range .tr-label {
  font-family: var(--f-ui);
  font-size: 0.8rem;
  color: var(--muted);
  margin-right: 0.3rem;
}
.today-range .tr-max {
  font-weight: 600;
  color: var(--ink);
}
.today-range .tr-min {
  color: var(--muted);
}
.today-range .tr-rain {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: 0.7rem;
  padding-left: 0.7rem;
  border-left: 1px solid var(--line);
  color: var(--rain);
}
.today-range .tr-rain svg {
  width: 0.8rem;
  height: 0.8rem;
}
.today-range .tr-rain.dry {
  color: var(--muted);
}
.chips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-top: 1.1rem;
}
.chips .chip {
  min-width: 0;
}
.updated {
  margin-top: 1rem;
  font-size: 0.74rem;
  color: var(--muted);
}
.updated.stale {
  color: light-dark(#8a5a12, #e2b257);
  font-weight: 500;
}
.chip {
  background: var(--panel-2);
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  padding: 0.55rem 0.7rem 0.6rem;
  display: flex;
  flex-direction: column;
  min-width: 92px;
}
.chip-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  min-height: 22px;
}
.chip .k {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.6rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chip .v {
  font-family: var(--f-mono);
  font-size: 1.05rem;
  font-weight: 500;
  margin-top: 0.4rem;
  line-height: 1.1;
}
.chip .compass,
.chip-ic {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}
.chip-ic svg {
  width: 100%;
  height: 100%;
  display: block;
}
.chip-ic-hum {
  color: var(--accent);
}
.compass-n {
  font-family: var(--f-mono);
  font-size: 7.5px;
  fill: var(--muted);
  text-anchor: middle;
}
.chip-sub {
  font-family: var(--f-ui);
  font-size: 0.74rem;
  color: var(--muted);
  font-weight: 500;
  margin-top: 0.12rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chip-pollen .v,
.chip-pollen .chip-sub {
  text-transform: capitalize;
}
.meter {
  display: block;
  height: 5px;
  border-radius: 999px;
  background: var(--line-soft);
  margin-top: 0.6rem;
  overflow: hidden;
}
.meter-fill {
  display: block;
  height: 100%;
  background: var(--accent);
  border-radius: 999px;
  min-width: 3px;
}

.sec {
  margin-top: 2.2rem;
}
.sec > h2 {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 0.7rem;
}

/* tabs vandaag / 14 dagen */
.tabs {
  display: inline-flex;
  gap: 0.25rem;
  padding: 0.25rem;
  background: var(--panel-2);
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  margin-bottom: 1.5rem;
}
.tab {
  appearance: none;
  border: none;
  background: transparent;
  font: inherit;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--muted);
  padding: 0.45rem 1.05rem;
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.15s;
}
.tab[aria-selected="true"] {
  background: var(--panel);
  color: var(--ink);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.view-place {
  font-size: 0.92rem;
  color: var(--ink-soft);
  margin: 0 0 1.1rem;
}
.view-place b {
  font-weight: 600;
  color: var(--ink);
}

/* losse-waarde stip op de gedeelde as (komende uren), zelfde track als de 14-daagse */
.rdot {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 3px var(--panel);
}
.rdot.now {
  box-shadow:
    0 0 0 3px var(--panel),
    0 0 0 5px color-mix(in oklab, var(--accent) 70%, transparent);
}
.day.is-now .dow {
  color: var(--accent);
}

/* weerwaarschuwing — alleen zichtbaar bij actieve code; kleur draagt betekenis + tekst zegt het expliciet */
.warn {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 0.9rem;
  border-radius: var(--r);
  margin-bottom: 1.4rem;
  border: 1px solid;
}
.warn[hidden] {
  display: none;
}
.warn-ic {
  width: 1.45rem;
  height: 1.45rem;
  flex: 0 0 auto;
}
.warn-txt {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.warn-txt b {
  font-size: 0.95rem;
}
.warn-txt span {
  font-size: 0.82rem;
  opacity: 0.82;
}
.warn-geel {
  background: light-dark(#fbf3d0, #39330f);
  border-color: light-dark(#e6cf6e, #6a5d22);
  color: light-dark(#574412, #ecdf9e);
}
.warn-oranje {
  background: light-dark(#fae0c4, #3f2910);
  border-color: light-dark(#e7a868, #7d4f1f);
  color: light-dark(#673910, #f2c79a);
}
.warn-rood {
  background: light-dark(#f7d3cf, #3d1512);
  border-color: light-dark(#dd9089, #7c322a);
  color: light-dark(#6b1f18, #f2b2a9);
}

/* radar als antwoord-tijdlijn */
.radar {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: var(--pad);
  box-shadow: var(--shadow);
}
.rain-answer {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(1.35rem, 1.1rem + 2vw, 1.9rem);
  letter-spacing: -0.015em;
  margin: 0 0 1rem;
}
.timeline {
  display: flex;
  gap: 2px;
  height: 56px;
  align-items: flex-end;
}
.timeline i {
  flex: 1 1 0;
  border-radius: 3px 3px 0 0;
  min-height: 3px;
}
.timeline-axis {
  display: flex;
  justify-content: space-between;
  font-family: var(--f-mono);
  font-size: 0.7rem;
  color: var(--muted);
  margin: 0.35rem 2px 1.3rem;
}
.canvas-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: var(--panel-2);
}
canvas#radar {
  display: block;
  width: 100%;
  height: auto;
}
.controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 0.9rem;
}
.playbtn {
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--panel-2);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: border-color 0.15s;
}
.playbtn:hover {
  border-color: var(--accent);
}
.playbtn svg {
  width: 1.1rem;
  height: 1.1rem;
}
input[type="range"] {
  flex: 1;
  accent-color: var(--rain);
}
.ts {
  font-family: var(--f-mono);
  font-size: 0.85rem;
  min-width: 4.5rem;
  text-align: right;
  color: var(--ink-soft);
}
.legend {
  display: flex;
  gap: 1rem;
  margin-top: 0.7rem;
  font-size: 0.78rem;
  color: var(--muted);
  flex-wrap: wrap;
}
.legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.legend i {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 3px;
  display: inline-block;
}

/* per uur — vorm van de dag */
.hourly {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: var(--pad) var(--pad) 0.9rem;
  box-shadow: var(--shadow);
}
.hourly-svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.hl-t {
  font-family: var(--f-mono);
  font-size: 11px;
  fill: var(--ink-soft);
  text-anchor: middle;
  font-weight: 600;
}
.hl-x {
  font-family: var(--f-mono);
  font-size: 11px;
  fill: var(--ink-soft);
  text-anchor: middle;
  font-weight: 500;
}
.hl-now {
  font-family: var(--f-mono);
  font-size: 10.5px;
  fill: var(--accent);
  text-anchor: start;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.hourly-cap {
  font-size: 0.76rem;
  color: var(--muted);
  margin: 0.6rem 0 0;
}

/* komende dagen — rijen op één gedeelde temperatuur-as (Dark Sky) */
.days {
  display: flex;
  flex-direction: column;
}
.day {
  display: grid;
  grid-template-columns: 4.2rem 1.6rem 1fr 5.4rem;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 0.15rem;
  border-bottom: 1px solid var(--line-soft);
}
.day:last-of-type {
  border-bottom: none;
}
.day .dow {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  font-size: 0.86rem;
  font-weight: 600;
}
.day .dow .ddate {
  font-size: 0.66rem;
  font-weight: 500;
  color: var(--muted);
}
.day .glyph {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--ink-soft);
}
.rbar {
  position: relative;
  height: 1.5rem;
}
.rtrack {
  position: absolute;
  left: 1.9rem;
  right: 1.9rem;
  top: 50%;
  transform: translateY(-50%);
  height: 7px;
  background: var(--line-soft);
  border-radius: 999px;
}
.rfill {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 999px;
  min-width: 7px;
}
.rmin,
.rmax {
  position: absolute;
  top: 50%;
  font-family: var(--f-mono);
  font-size: 0.82rem;
  white-space: nowrap;
}
.rmin {
  transform: translate(-100%, -50%);
  margin-left: -6px;
  color: var(--muted);
}
.rmax {
  transform: translateY(-50%);
  margin-left: 6px;
  font-weight: 600;
}
.day .pop {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  line-height: 1.1;
  color: var(--rain);
}
.day .pop .pop-pct {
  display: inline-flex;
  align-items: baseline;
  gap: 0.3rem;
  font-size: 0.8rem;
  font-weight: 600;
}
.day .pop .kans {
  font-family: var(--f-ui);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
}
.day .pop .pop-mm {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-family: var(--f-mono);
  font-size: 0.7rem;
  color: var(--muted);
  white-space: nowrap;
}
.day .pop .pop-cat {
  font-family: var(--f-ui);
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--rain);
}
.day .pop svg {
  width: 0.8rem;
  height: 0.8rem;
}
.day .pop.dry {
  color: var(--muted);
}
.day .pop.dry .pop-pct {
  font-weight: 400;
}
.days-cap {
  font-size: 0.76rem;
  color: var(--muted);
  margin: 0.6rem 0 0;
  max-width: 60ch;
}
.radar-drift {
  margin: 0.55rem 0 0;
  font-size: 0.82rem;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.radar-drift[hidden] {
  display: none;
}
@media (max-width: 430px) {
  .day {
    grid-template-columns: 3.4rem 1.4rem 1fr 5rem;
    gap: 0.4rem;
  }
}

footer {
  margin-top: 3rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.7;
}
footer b {
  color: var(--ink-soft);
  font-weight: 600;
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}
@media (prefers-reduced-motion: no-preference) {
  @keyframes rowIn {
    from {
      opacity: 0;
      transform: translateY(5px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes barGrow {
    from {
      transform: scaleX(0);
    }
    to {
      transform: scaleX(1);
    }
  }
  @keyframes dotIn {
    from {
      opacity: 0;
      transform: translate(-50%, -50%) scale(0.4);
    }
    to {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
    }
  }
  @keyframes nowPulse {
    0%,
    100% {
      box-shadow:
        0 0 0 3px var(--panel),
        0 0 0 4px color-mix(in oklab, var(--accent) 60%, transparent);
    }
    50% {
      box-shadow:
        0 0 0 3px var(--panel),
        0 0 0 9px color-mix(in oklab, var(--accent) 0%, transparent);
    }
  }
  .days .day {
    animation: rowIn 0.4s cubic-bezier(0.2, 0.7, 0.2, 1) both;
  }
  .rfill {
    transform-origin: left center;
    animation: barGrow 0.55s cubic-bezier(0.2, 0.7, 0.2, 1) 0.08s both;
  }
  .rdot {
    animation: dotIn 0.4s ease 0.1s both;
  }
  .rdot.now {
    animation:
      dotIn 0.4s ease 0.1s both,
      nowPulse 2.6s ease-in-out 1s infinite;
  }
}

/* Hulppagina's (zoekresultaten, 404, foutpagina) — niet in de mock; neutraal, op de tokens. */
.hero h1 {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 0.3rem;
}
.search-results {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.search-results a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.7rem 0.9rem;
  background: var(--panel-2);
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  color: var(--ink);
  text-decoration: none;
}
.search-results a:hover {
  border-color: var(--accent);
}
.search-results small {
  color: var(--muted);
}
