*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --blue: #4F96F4;
  --blue-dark: #2563c7;
  --blue-light: #EEF5FF;
  --text: #1a1a2e;
  --muted: #6b7280;
  --border: #e5e7eb;
  --green: #10b981;
  --amber: #eab308;
  --red: #ef4444;
  --radius: 10px;
  --radius-lg: 16px;
  --gutter: max(40px, calc((100% - 1200px) / 2));
}
body { font-family: Inter, system-ui, sans-serif; color: var(--text); background: #f9fafb; }
a { text-decoration: none; color: inherit; }

/* NAV */
.nav { display: flex; align-items: center; justify-content: space-between; padding: 0 var(--gutter); height: 82px; border-bottom: 1px solid var(--border); background: #fff; position: sticky; top: 0; z-index: 100; transition: box-shadow .2s; }
.nav.scrolled { box-shadow: 0 2px 14px rgba(0,0,0,.07); }
.nav-logo { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 17px; color: var(--blue-dark); text-decoration: none; }
.nav-links { display: flex; gap: 22px; font-size: 14px; color: var(--muted); }
.nav-links a { padding: 7px 16px; border-radius: 20px; background: #f3f4f6; transition: background .15s, color .15s; }
.nav-links a:hover { color: var(--blue-dark); background: #e4eafc; }
.nav-links a.active { color: var(--blue); font-weight: 600; background: var(--blue-light); }
.nav-actions { display: flex; gap: 10px; align-items: center; }
.nav-toggle { display: none; background: none; border: none; color: var(--text); font-size: 26px; cursor: pointer; padding: 0; align-items: center; }
.nav-mobile-extra { display: none; }
.nav-mobile-suffix { display: none; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 6px; padding: 9px 20px; border-radius: 8px; font-size: 14px; font-weight: 500; cursor: pointer; border: none; text-decoration: none; transition: all .15s; font-family: inherit; }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-dark); }
.btn-outline { background: #fff; color: var(--blue); border: 1.5px solid var(--blue); }
.btn-outline:hover { background: var(--blue-light); }
.btn-ghost { background: #fff; color: var(--muted); border: 1.5px solid var(--border); }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue); }
.btn-green { background: var(--green); color: #fff; }
.btn-sm { padding: 6px 14px; font-size: 13px; }

/* CARDS */
.card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); }
.card-header { padding: 14px 18px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.card-title { font-size: 14px; font-weight: 700; display: flex; align-items: center; gap: 6px; }
.card-body { padding: 18px; }

/* TAGS */
.tag { font-size: 11px; padding: 2px 8px; border-radius: 20px; font-weight: 500; display: inline-block; }
.tag-halal { background: #fef3c7; color: #92400e; }
.tag-vegan { background: #dcfce7; color: #166534; }
.tag-vegetarisch { background: #d1fae5; color: #065f46; }
.tag-bio { background: #ecfdf5; color: #065f46; }
.tag-glutenfrei { background: #ede9fe; color: #4c1d95; }
.tag-lieferservice { background: #eff6ff; color: #1e40af; }
.tag-catering { background: #fdf4ff; color: #6b21a8; }
.tag-foodtruck { background: #fff7ed; color: #7c2d12; }
.tag-default { background: #f3f4f6; color: var(--muted); }

/* PAKET-STUFEN-AKZENT (Bronze/Silber/Gold) */
.tier-bronze, .tier-silver, .tier-gold { position: relative; }
.tier-bronze::before, .tier-silver::before, .tier-gold::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
.tier-bronze::before { background: linear-gradient(90deg, #a86523, #e0a564); }
.tier-silver::before { background: linear-gradient(90deg, #8b94a3, #cdd5e0); }
.tier-gold::before { background: linear-gradient(90deg, #bf9526, #f2d57e); }

/* SIEGEL-TOOLTIP */
.tier-tip-pop { position: absolute; z-index: 3000; display: none; background: #1a1a2e; color: #fff; font-size: 12px; line-height: 1.5; padding: 10px 12px; border-radius: 10px; box-shadow: 0 8px 24px rgba(0,0,0,.28); max-width: 280px; }
.pill-gold, .pill-silver, .pill-bronze { cursor: help; }

/* STATUS PILLS */
.pill { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 20px; white-space: nowrap; line-height: 1.4; }
.pill-gold { background: linear-gradient(135deg,#f9e6a0,#e4c252 45%,#c79a2c); color: #5c4600; border: 1px solid #c89b2d; box-shadow: inset 0 1px 0 rgba(255,255,255,.45); }
.pill-silver { background: linear-gradient(135deg,#f0f3f8,#c6ced9 52%,#9faaba); color: #2b3643; border: 1px solid #aab4c1; box-shadow: inset 0 1px 0 rgba(255,255,255,.5); }
.pill-bronze { background: linear-gradient(135deg,#e6b07c,#c67f3e 50%,#a0601f); color: #fff; border: 1px solid #a3661f; box-shadow: inset 0 1px 0 rgba(255,255,255,.3); }
.pill-green { background: #dcfce7; color: #166534; }
.pill-amber { background: #fef3c7; color: #92400e; }
.pill-red { background: #fee2e2; color: #991b1b; }
.pill-blue { background: var(--blue-light); color: var(--blue-dark); }

/* SCORE */
.score-badge { border-radius: 7px; padding: 3px 9px; font-size: 12px; font-weight: 700; color: #fff; }
.score-high { background: var(--green); }
.score-good { background: var(--green); }
.score-mid { background: var(--amber); }
.score-low { background: var(--red); }
/* Score-Siegel (eigenes Badge per CSS-Maske, einfärbbar je Score-Stufe) */
.score-seal { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; width: 48px; height: 48px; flex-shrink: 0; color: #fff; font-weight: 800; font-size: 16px; line-height: 1; -webkit-mask: url('../img/badge.svg') center / contain no-repeat; mask: url('../img/badge.svg') center / contain no-repeat; }
.score-seal small { font-size: 8px; font-weight: 600; opacity: .85; margin-top: 1px; }

/* FOOTER */
.footer { background: #1a1a2e; border-radius: var(--radius-lg) var(--radius-lg) 0 0; margin: 24px var(--gutter) 0; padding: 32px 40px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 28px; }
.footer-brand { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; }
.footer-tagline { font-size: 12px; color: rgba(255,255,255,.5); line-height: 1.6; }
.footer-col h4 { font-size: 11px; font-weight: 600; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 12px; }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,.7); margin-bottom: 6px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { background: #111827; border-radius: 0 0 var(--radius-lg) var(--radius-lg); margin: 0 var(--gutter) 24px; padding: 14px 40px; display: flex; justify-content: space-between; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,.4); }

/* FORMS */
input, select, textarea { width: 100%; padding: 9px 12px; border: 1.5px solid var(--border); border-radius: 8px; font-size: 14px; color: var(--text); background: #fff; outline: none; font-family: inherit; transition: border-color .15s; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); }
label { display: block; font-size: 13px; font-weight: 500; margin-bottom: 5px; }
.field { margin-bottom: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* SECTIONS */
.section { padding: 56px var(--gutter); }
.section-title { font-size: 24px; font-weight: 800; text-align: center; margin-bottom: 8px; }
.section-title span { color: var(--blue); }
.section-sub { font-size: 14px; color: var(--muted); text-align: center; margin-bottom: 36px; }

/* SIDEBAR LAYOUT */
.layout-sidebar { display: grid; grid-template-columns: 220px 1fr; min-height: 100vh; }
.sidebar { background: #fff; border-right: 1px solid var(--border); }
.sidebar-logo { padding: 18px 16px; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 800; color: var(--blue); text-decoration: none; }
.nav-item { display: flex; align-items: center; gap: 10px; padding: 10px 16px; font-size: 13px; color: var(--muted); cursor: pointer; border-left: 3px solid transparent; text-decoration: none; transition: all .15s; }
.nav-item:hover { background: #f9fafb; color: var(--text); }
.nav-item.active { background: var(--blue-light); color: var(--blue); border-left-color: var(--blue); font-weight: 500; }
.nav-section { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; color: rgba(0,0,0,.2); padding: 14px 16px 6px; }
.nav-badge { margin-left: auto; background: var(--blue); color: #fff; font-size: 10px; font-weight: 600; padding: 1px 7px; border-radius: 20px; }

/* NAV (erweitert für Mockup-Look) */
.nav-globe { display: flex; align-items: center; gap: 5px; font-size: 13px; color: var(--muted); cursor: pointer; padding: 6px 8px; border-radius: 8px; }
.nav-globe { border: none; font-family: inherit; }
.nav-globe:hover { background: var(--blue-light); color: var(--blue); }
.nav-lang { position: relative; }
.nav-lang-menu { position: absolute; top: calc(100% + 6px); right: 0; background: #fff; border: 1px solid var(--border); border-radius: 10px; box-shadow: 0 8px 24px rgba(0,0,0,.12); min-width: 160px; padding: 4px; display: none; z-index: 200; }
.nav-lang.open .nav-lang-menu { display: block; }
.nav-lang-menu > div, .nav-lang-menu > button { display: flex; align-items: center; gap: 8px; width: 100%; text-align: left; background: none; border: none; font-family: inherit; font-size: 13px; color: var(--text); padding: 8px 10px; border-radius: 7px; cursor: pointer; }
.nav-lang-menu > button:hover { background: var(--blue-light); }
.nav-lang-menu > div.active { color: var(--blue); font-weight: 600; }
.nav-lang-menu span { margin-left: auto; font-size: 10px; color: var(--muted); background: #f1f5f9; padding: 1px 6px; border-radius: 10px; }

/* HERO (Foto + Hexagon-Siegel) */
.hero-img-wrap { position: relative; border-radius: 20px; overflow: hidden; min-height: 420px;
  background: linear-gradient(135deg, rgba(37,99,199,.55), rgba(79,150,244,.35)), #2a3a5c center/cover no-repeat; }
.hero-img-wrap.has-photo { background-image: linear-gradient(120deg, rgba(20,30,55,.45), rgba(20,30,55,.15)), var(--hero-photo); }
.hero-badge-pos { position: absolute; top: 50%; right: 28px; transform: translateY(-50%); z-index: 2; }
/* Hero-Slider: gestapelte Bild-Ebenen, die crossfaden (Badge bleibt darüber) */
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity .8s ease; z-index: 1; }
.hero-slide.active { opacity: 1; }
a.hero-slide { pointer-events: none; text-decoration: none; }
a.hero-slide.active { pointer-events: auto; cursor: pointer; }

/* HEXAGON-SIEGEL */
/* Rundes, gezacktes Gesundheitssiegel (Form wie das Logo, via badge.svg) */
.hex { position: relative; width: 258px; height: 258px; filter: drop-shadow(0 8px 24px rgba(20,40,90,.30)); }
.hex-outer { position: absolute; inset: 0; background: var(--blue); -webkit-mask: url('../img/badge.svg') center/contain no-repeat; mask: url('../img/badge.svg') center/contain no-repeat; }
.hex-inner { position: absolute; inset: 27px; background: #fff; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 6px 16px; overflow: hidden; }
.hex-check { width: 26px; height: 26px; border-radius: 50%; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 15px; margin-bottom: 3px; }
.hex-label { font-size: 10px; font-weight: 800; letter-spacing: 1px; color: var(--text); line-height: 1.2; margin-bottom: 6px; }
.hex-score { font-size: 52px; font-weight: 900; color: var(--blue); line-height: 1; }
.hex-of { font-size: 12px; color: var(--muted); margin-bottom: 3px; }
.hex-rating { font-size: 11px; font-weight: 800; letter-spacing: .4px; color: var(--text); }
.hex-stars { color: var(--blue); font-size: 13px; letter-spacing: 1px; margin: 3px 0; }
.hex-date { font-size: 9px; color: var(--muted); line-height: 1.3; margin-top: 1px; }

/* SUCHKARTE */
.search-card { max-width: 920px; margin: -28px auto 0; background: var(--blue-light); border-radius: 20px; padding: 24px; position: relative; z-index: 5; }
.search-card h3 { text-align: center; font-size: 19px; font-weight: 700; margin-bottom: 16px; }
.search-grid { display: grid; grid-template-columns: 1fr 1fr 1.4fr auto; gap: 10px; }
.search-field { position: relative; }
.search-field i { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: var(--muted); font-size: 16px; pointer-events: none; }
.search-field select, .search-field input { padding-left: 36px; height: 46px; background: #fff; border-color: #fff; border-radius: 10px; }
.search-card .btn { height: 46px; padding: 0 28px; }

/* SCHRITTE mit Pfeilen */
.steps-flow { display: flex; align-items: flex-start; justify-content: center; gap: 0; flex-wrap: wrap; }
.step-item { flex: 1; min-width: 150px; text-align: center; padding: 0 10px; }
.step-circle { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 26px; color: #fff; margin: 0 auto 14px; }
.step-circle.c-blue { background: var(--blue); }
.step-circle.c-green { background: var(--green); }
.step-item h4 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.step-item p { font-size: 13px; color: var(--muted); line-height: 1.5; }
.step-arrow { display: flex; align-items: center; color: #cbd5e1; font-size: 22px; padding-top: 20px; }

/* LÄNDER & BETRIEBS-KARTEN mit Foto */
.photo-tile { height: 110px; background: linear-gradient(135deg,#dbeafe,#eef5ff) center/cover no-repeat; display: flex; align-items: flex-end; }
.country-card .country-img.photo { height: 110px; background-size: cover; background-position: center; }
.flag-badge { font-size: 18px; }

/* STADT-AUTOCOMPLETE */
.city-ac-wrap { position: relative; }
.city-suggest { position: absolute; top: calc(100% + 4px); left: 0; right: 0; background: #fff; border: 1px solid var(--border); border-radius: 10px; box-shadow: 0 8px 24px rgba(0,0,0,.1); z-index: 200; max-height: 300px; overflow-y: auto; }
.city-suggest-item { padding: 9px 12px; font-size: 14px; cursor: pointer; display: flex; align-items: center; gap: 8px; }
.city-suggest-item i { color: var(--blue); font-size: 15px; flex-shrink: 0; }
.city-suggest-item:hover, .city-suggest-item.active { background: var(--blue-light); }
.city-suggest-item .ci-sub { color: var(--muted); font-size: 12px; }
.city-suggest-state { padding: 10px 12px; font-size: 13px; color: var(--muted); }

/* ÜBERSICHTSSEITEN (Länder / Städte) */
.ov-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 14px; }
.ov-card { display: flex; align-items: center; gap: 12px; padding: 16px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: #fff; transition: border-color .15s, box-shadow .15s; }
.ov-card:hover { border-color: var(--blue); box-shadow: 0 6px 20px rgba(79,150,244,.12); }
.ov-flag { font-size: 30px; line-height: 1; flex-shrink: 0; }
.ov-name { font-size: 15px; font-weight: 700; }
.ov-sub { font-size: 12px; color: var(--muted); display: block; margin-top: 2px; }
.city-group { margin-bottom: 28px; }
.city-group h3 { font-size: 17px; font-weight: 700; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.city-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.city-chip { display: inline-flex; align-items: center; gap: 5px; padding: 8px 14px; border-radius: 30px; border: 1px solid var(--border); background: #fff; font-size: 13px; font-weight: 500; color: var(--text); transition: all .15s; }
.city-chip:hover { border-color: var(--blue); background: var(--blue-light); color: var(--blue-dark); }

/* FOTO-UPLOADER */
.pu-dropzone { border: 2px dashed var(--border); border-radius: var(--radius-lg); padding: 28px; text-align: center; cursor: pointer; background: #f9fafb; transition: all .15s; }
.pu-dropzone:hover, .pu-dropzone.drag { border-color: var(--blue); background: var(--blue-light); }
.pu-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; margin-top: 14px; }
.pu-shot { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: #fff; }
.pu-shot .img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; background: #eef2f7; }
.pu-shot .meta { padding: 7px 9px; font-size: 11px; color: var(--muted); }
.pu-shot .meta b { color: var(--text); }
.savings { color: var(--green); font-weight: 600; }

/* UTILS */
.stars { color: #f59e0b; }
.text-muted { color: var(--muted); }
.text-blue { color: var(--blue); }
.text-green { color: var(--green); }
.mt-1 { margin-top: 8px; } .mt-2 { margin-top: 16px; } .mt-3 { margin-top: 24px; }
.mb-1 { margin-bottom: 8px; } .mb-2 { margin-bottom: 16px; } .mb-3 { margin-bottom: 24px; }
.flex { display: flex; } .flex-center { display: flex; align-items: center; } .gap-1 { gap: 8px; } .gap-2 { gap: 16px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 768px) {
  .nav { padding: 0 16px; flex-wrap: wrap; height: auto; min-height: 82px; }
  .nav-logo { height: 82px; }
  .nav-toggle { display: flex; height: 82px; margin-left: auto; }
  .nav-links { display: none; width: 100%; flex-direction: column; gap: 0; }
  .nav-links a { padding: 13px 2px; border-top: 1px solid var(--border); border-radius: 0; background: transparent; font-size: 15px; }
  .nav-actions { display: none; width: 100%; flex-direction: column; align-items: stretch; gap: 10px; padding: 12px 0 16px; }
  .nav-actions .nav-globe { justify-content: center; }
  .nav-actions .btn { width: 100%; justify-content: center; }
  .nav-mobile-suffix { display: inline; }
  .nav.open .nav-links, .nav.open .nav-actions, .nav.open .nav-mobile-extra { display: contents; }
  .nav.open .nav-links > a, .nav.open .nav-mobile-extra > a, .nav.open .nav-actions > * { width: 100%; box-sizing: border-box; }
  .nav .nav-logo, .nav .nav-toggle { order: 0; }
  .nav .m-cta { order: 1; margin: 10px 0 4px; }
  .nav .m-suche { order: 2; }
  .nav .m-anfrage { order: 3; }
  .nav .m-pruefer { order: 4; }
  .nav .m-ueber { order: 5; }
  .nav .nav-lang { order: 6; margin-bottom: 16px; }
  .nav-mobile-extra a { padding: 13px 2px; border-top: 1px solid var(--border); font-size: 15px; color: var(--muted); }
  .nav-mobile-extra a:hover, .nav-mobile-extra a.active { color: var(--blue); }
  .section { padding: 32px 16px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr 1fr; margin: 16px 12px 0; padding: 24px 20px; gap: 22px 18px; }
  .footer > div:first-child { grid-column: 1 / -1; }
  .footer-tagline { margin-bottom: 0; }
  .footer-col h4 { margin-bottom: 8px; }
  .footer-bottom { margin: 0 12px 16px; padding: 16px 20px; flex-direction: column; align-items: center; text-align: center; gap: 10px; }
  .footer-bottom p { text-align: center; }
  .footer-bottom > div { justify-content: center; }
  .layout-sidebar { grid-template-columns: minmax(0, 1fr); }
  .main-content { min-width: 0; }
  .sidebar { display: flex; flex-wrap: wrap; align-items: stretch; gap: 8px; min-width: 0; border-right: none; border-bottom: 1px solid var(--border); padding: 0 14px 14px; background: #fff; }
  .sidebar-logo { flex-basis: 100%; padding: 15px 2px; margin-bottom: 2px; border-bottom: 1px solid var(--border); border-right: none; font-size: 15px; }
  .sidebar > .nav-section { display: block; flex-basis: 100%; padding: 8px 2px 0; color: #9ca3af; }
  .sidebar > div:not(.nav-section):not(.sidebar-logo) { display: none; }
  .nav-item { flex: 1 1 calc(50% - 4px); min-width: 0; box-sizing: border-box; border: 1px solid var(--border); border-radius: 12px; padding: 9px 12px; font-size: 13px; background: #fff; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; gap: 8px; }
  .nav-item .nav-badge { margin-left: auto; }
  .nav-item:hover { background: #f9fafb; }
  .nav-item.active { background: var(--blue-light); border-color: var(--blue); color: var(--blue); font-weight: 600; }
}
/* Phones: gepaarte Formularfelder stapeln (Modals/Formulare bleiben gut bedienbar) */
@media (max-width: 520px) {
  .field-row { grid-template-columns: 1fr; }
}

/* =====================================================================
   Konsistente Interaktions-Effekte (Hover / Aktiv) – global, überall geladen.
   Schließt Lücken bei klickbaren Elementen, damit sich alles „anfassbar" anfühlt.
   ===================================================================== */
/* Prüfer-/Team-Karten (klickbar): gleicher Lift wie .biz-card */
a.team-card { transition: border-color .15s, box-shadow .15s, transform .15s; }
a.team-card:hover { border-color: var(--blue); box-shadow: 0 6px 20px rgba(79,150,244,.12); transform: translateY(-2px); }
/* Durchsuchbare Auswahl: Maus-Hover wie Tastatur-Auswahl */
.hyg-ss-item { transition: background .12s; }
.hyg-ss-item:hover { background: var(--blue-light); }
/* Filter-Tabs (Admin/Prüfer) */
.ba-tab { transition: border-color .15s, color .15s, background .15s; }
.ba-tab:hover { border-color: var(--blue); color: var(--blue-dark); }
/* „Alle anzeigen →"-Links: Pfeil rückt beim Hover */
.link-arrow { transition: color .15s, gap .15s; }
.link-arrow:hover { color: var(--blue-dark); gap: 8px; }
/* Buttons: dezentes Drück-Feedback */
.btn:active { transform: translateY(1px); }
/* Sichtbarer Fokusring für Tastatur-Navigation (Barrierefreiheit) */
a:focus-visible, button:focus-visible, .btn:focus-visible,
input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--blue); outline-offset: 2px;
}
