/* Hébergeurs.eu — charte graphique partagée */
:root {
  --blue: oklch(0.55 0.15 255);
  --blue-ink: oklch(0.4 0.13 260);
  --blue-tint: oklch(0.95 0.02 255);
  --blue-tint-2: oklch(0.96 0.03 255);
  --ink: oklch(0.22 0.02 250);
  --ink-soft: oklch(0.3 0.02 250);
  --muted: oklch(0.45 0.02 250);
  --muted-2: oklch(0.5 0.02 250);
  --faint: oklch(0.55 0.02 250);
  --bg: oklch(0.96 0.006 250);
  --card: #ffffff;
  --border: oklch(0.91 0.01 250);
  --border-soft: oklch(0.94 0.008 250);
  --line: oklch(0.93 0.01 250);
  --dark: oklch(0.25 0.03 258);
  --dark-bar: oklch(0.22 0.03 258);
  --darker: oklch(0.19 0.02 258);
  --green: oklch(0.42 0.12 155);
  --green-bg: oklch(0.96 0.03 145);
  --amber: oklch(0.55 0.08 80);
  --amber-bg: oklch(0.96 0.04 85);
  --red: oklch(0.6 0.14 30);
  --grad: linear-gradient(180deg, oklch(0.97 0.02 255) 0%, oklch(0.96 0.006 250) 100%);
  --sans: 'IBM Plex Sans', system-ui, sans-serif;
  --display: 'Space Grotesk', system-ui, sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); font-family: var(--sans); color: var(--ink); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: var(--display); letter-spacing: -0.02em; margin: 0; }
a { color: inherit; text-decoration: none; }
a:hover { opacity: 0.82; }
img { max-width: 100%; }
input { font-family: inherit; }
.mono { font-family: var(--mono); }
.eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue); }
.container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.container-wide { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.ic { display: block; color: var(--blue); }
.ic svg { width: 100%; height: 100%; display: block; }

/* ---- utility bar ---- */
.util { background: var(--dark-bar); color: oklch(0.78 0.02 258); font-size: 12.5px; }
.util .container, .util .container-wide { display: flex; align-items: center; justify-content: space-between; padding-top: 8px; padding-bottom: 8px; }
.util b { color: #fff; }
.util-links { display: flex; align-items: center; gap: 20px; }
.pulse { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: oklch(0.75 0.16 150); animation: omPulse 2s ease-in-out infinite; }
@keyframes omPulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.5); opacity: 0.4; } }
@keyframes omFade { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }

/* ---- nav ---- */
.nav { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; }
.nav .container, .nav .container-wide { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; padding-bottom: 18px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 700; font-size: 21px; letter-spacing: -0.015em; }
.brand-dot {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  flex-shrink: 0;
}
.brand span { color: var(--blue); }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 500; color: var(--muted); }
.nav-links a.active { color: var(--blue); font-weight: 600; }
.btn { background: var(--blue); color: #fff; padding: 10px 18px; border-radius: 10px; font-weight: 600; border: none; cursor: pointer; font-size: 14px; }
.btn-lg { padding: 14px 28px; border-radius: 11px; font-size: 15px; }

/* ---- hero ---- */
.hero { background: linear-gradient(180deg, oklch(0.97 0.02 255) 0%, oklch(0.99 0.004 250) 100%); text-align: center; }
.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 62px 40px 54px;
  min-height: 420px;
}
.hero h1 { font-size: 56px; line-height: 1.03; font-weight: 700; max-width: 860px; }
.hero h1 .accent { color: var(--blue); }
.hero .lead { margin: 0; font-size: 18px; line-height: 1.5; color: var(--muted); max-width: 640px; }
.ticker { display: inline-flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: 7px 16px; font-size: 13px; font-weight: 500; box-shadow: 0 8px 24px -16px rgba(30,50,120,0.5); }
.ticker .live { display: inline-flex; align-items: center; gap: 8px; color: var(--green); }
.ticker .sep { width: 1px; height: 14px; background: var(--border); }
.ticker .msg { min-width: 220px; text-align: left; color: var(--muted); font-family: var(--mono); font-size: 12.5px; }
.ticker .msg.fade { animation: omFade 0.5s ease; }
.searchbar { position: relative; width: 100%; max-width: 740px; background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 10px; display: flex; gap: 10px; box-shadow: 0 24px 60px -34px rgba(30,50,120,0.45); }
.searchbar .field { flex: 1; display: flex; align-items: center; gap: 12px; padding: 0 16px; color: var(--faint); font-size: 16px; min-width: 0; }
.search-ring { width: 18px; height: 18px; border-radius: 50%; border: 2px solid var(--faint); flex-shrink: 0; }
.home-search__suggest {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 22px 48px -28px rgba(30, 50, 120, 0.5);
  max-height: 360px;
  overflow: auto;
  text-align: left;
}
.home-search__suggest[hidden] { display: none; }
.home-search__option {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px 12px;
  border-radius: 12px;
  cursor: pointer;
}
.home-search__option:hover,
.home-search__option.is-active {
  background: var(--blue-tint);
}
.home-search__option--all {
  margin-top: 4px;
  border-top: 1px solid var(--border-soft);
  border-radius: 0 0 12px 12px;
  padding-top: 12px;
}
.home-search__option-kind {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue);
}
.home-search__option-kind--muted { color: var(--faint); letter-spacing: 0; }
.home-search__option-label {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--ink);
}
.home-search__option-meta {
  font-size: 12px;
  font-weight: 500;
  color: var(--faint);
  font-family: var(--mono);
}
.home-search__option-label mark {
  background: oklch(0.93 0.06 95);
  color: inherit;
  border-radius: 3px;
  padding: 0 2px;
}
.home-search__option--all .home-search__option-label {
  font-weight: 500;
  color: var(--muted);
}
.chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.chip { background: #fff; border: 1px solid var(--border); color: var(--muted); font-size: 13px; font-weight: 500; padding: 8px 14px; border-radius: 999px; cursor: pointer; }

/* ---- stats ---- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.stat { padding: 24px; text-align: center; border-right: 1px solid var(--border-soft); }
.stat:last-child { border-right: none; }
.stat .num { font-family: var(--display); font-size: 30px; font-weight: 700; color: var(--blue); }
.stat .lbl { font-size: 13px; color: var(--muted-2); margin-top: 2px; }

/* ---- sections ---- */
.section { padding: 56px 0; }
.section--tint { background: oklch(0.98 0.006 255); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 22px; }
.sec-head.center { flex-direction: column; align-items: center; text-align: center; margin-bottom: 30px; }
.sec-head h2 { font-size: 32px; font-weight: 700; margin-top: 6px; }
.sec-link { font-size: 14px; font-weight: 600; color: var(--blue); white-space: nowrap; }

/* ---- generic cards & grids ---- */
.card { background: #fff; border: 1px solid var(--border); border-radius: 16px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* host cards */
.host-card { padding: 20px; display: flex; flex-direction: column; gap: 14px; }
.host-top { display: flex; align-items: center; justify-content: space-between; }
.host-id { display: flex; align-items: center; gap: 10px; }
.logo { width: 40px; height: 40px; border-radius: 10px; background: var(--blue-tint); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 700; color: oklch(0.5 0.12 255); }
.host-name { font-weight: 700; font-size: 16px; }
.host-loc { font-size: 12px; color: var(--faint); font-family: var(--mono); }
.badge { font-size: 11px; font-weight: 600; color: var(--muted); background: oklch(0.96 0.006 250); border: 1px solid var(--border); padding: 4px 8px; border-radius: 6px; }
.badge-score { background: var(--green-bg); color: var(--green); font-size: 13px; font-weight: 700; padding: 4px 9px; border-radius: 8px; }
.badge-score .sm { font-weight: 500; opacity: 0.7; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; }
.host-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; border-top: 1px dashed var(--border); font-size: 13px; color: var(--muted-2); }
.host-foot b { font-family: var(--display); font-size: 18px; color: var(--ink); }
.host-foot .fiche { font-weight: 600; color: var(--blue); }

/* steps / criteria / points */
.step { padding: 26px; display: flex; flex-direction: column; gap: 12px; }
.step .n { width: 38px; height: 38px; border-radius: 10px; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 700; font-size: 18px; }
.step h3 { font-size: 18px; font-weight: 700; }
.step p { margin: 0; font-size: 14px; line-height: 1.5; color: var(--muted); }
.crit { padding: 20px; display: flex; flex-direction: column; gap: 8px; }
.crit .ic { width: 26px; height: 26px; }
.crit .lbl { font-weight: 700; font-size: 15px; }
.crit .desc { font-size: 12.5px; color: var(--muted-2); line-height: 1.45; }
.tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.tab {
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid var(--border);
  color: var(--muted);
  background: #fff;
  cursor: pointer;
}
.tab.active { background: var(--dark); color: #fff; border-color: var(--dark); }
button.tab:hover { opacity: 1; }

/* ---- featured table ---- */
.ftable { border: 1px solid var(--border); border-radius: 16px; overflow: hidden; background: #fff; }
.ftable .thead, .ftable .trow { display: grid; grid-template-columns: 1.5fr repeat(5, 1fr); align-items: center; }
.ftable .thead { background: oklch(0.97 0.008 250); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; color: var(--muted); }
.ftable .thead > div { padding: 14px 12px; text-align: center; }
.ftable .thead > div:first-child { text-align: left; padding-left: 20px; }
.ftable .trow { border-top: 1px solid var(--border-soft); font-size: 14px; }
.ftable .trow > div { padding: 16px 12px; text-align: center; }
.ftable .trow .name { padding-left: 20px; text-align: left; font-weight: 700; font-family: var(--display); font-size: 16px; }

/* ---- why / points ---- */
.point { border: 1px solid var(--border); border-radius: 14px; padding: 20px; background: #fff; }
.point .sq { width: 10px; height: 10px; border-radius: 3px; background: var(--blue); margin-bottom: 12px; }
.point h4 { font-size: 15px; margin-bottom: 6px; }
.point p { margin: 0; font-size: 13px; line-height: 1.5; color: var(--muted); }
.why { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 40px; align-items: start; }
.why p { font-size: 15px; line-height: 1.6; color: var(--muted); margin: 8px 0 0; }
.underline-link { display: inline-block; margin-top: 18px; font-size: 14px; font-weight: 600; color: var(--blue); border-bottom: 2px solid var(--blue); padding-bottom: 2px; }

/* ---- blog cards ---- */
.strip { background-image: repeating-linear-gradient(135deg, rgba(0,0,0,0.05) 0 8px, transparent 8px 16px); }
.post { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.post .thumb { height: 160px; border-bottom: 1px solid var(--border); }
.post .body { padding: 6px 20px 22px; display: flex; flex-direction: column; gap: 10px; }
.post.post--text .body { padding: 22px 22px 24px; }
.post .cat { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--blue); }
.post h3 { font-size: 19px; font-weight: 600; line-height: 1.25; }
.post p { margin: 0; font-size: 13.5px; line-height: 1.55; color: var(--muted); }
.post .meta { font-size: 12px; color: var(--faint); font-family: var(--mono); }

/* guides */
.guide { border: 1px solid var(--border); border-radius: 16px; padding: 24px; background: #fff; display: flex; flex-direction: column; gap: 10px; min-height: 170px; }
.guide .kicker { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted-2); }
.guide h3 { font-size: 20px; font-weight: 600; line-height: 1.2; }
.guide p { margin: 0; font-size: 14px; line-height: 1.5; color: var(--muted); }
.guide .more { margin-top: auto; font-size: 13px; font-weight: 600; color: var(--blue); }

/* ---- CTA / newsletter ---- */
.cta-dark { background: var(--dark); border-radius: 18px; padding: 36px 40px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #fff; }
.cta-dark h3 { font-size: 26px; font-weight: 700; margin-bottom: 8px; }
.cta-dark p { margin: 0; font-size: 15px; color: oklch(0.8 0.02 258); max-width: 480px; }
.newsletter { background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 40px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.newsletter h3 { font-size: 26px; font-weight: 700; margin-bottom: 8px; }
.newsletter p { margin: 0; font-size: 15px; color: var(--muted); max-width: 460px; }
.email-field { display: flex; gap: 10px; background: var(--bg); border: 1px solid var(--border); padding: 8px; border-radius: 12px; }
.email-field span { padding: 12px 16px; color: var(--faint); font-size: 15px; min-width: 220px; }

/* ---- footer ---- */
.footer { background: var(--darker); color: oklch(0.72 0.02 258); }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 32px; padding: 48px 0 32px; border-bottom: 1px solid oklch(0.3 0.02 258); }
.footer-brand .brand { color: #fff; margin-bottom: 12px; }
.footer-brand p { margin: 0; font-size: 13px; line-height: 1.6; max-width: 280px; }
.footer-powered { margin-top: 14px; font-size: 12.5px; }
.footer-powered a { color: #fff; font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; font-size: 13.5px; }
.footer-col .h { color: #fff; font-weight: 600; margin-bottom: 4px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 24px 0; font-size: 12.5px; flex-wrap: wrap; }
.footer-bottom .eu { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); }
.footer-bottom .eu .sq { width: 8px; height: 8px; border-radius: 2px; background: var(--blue); }
/* =====================================================
   COMPARATEUR
   ===================================================== */
.legend { display: flex; gap: 18px; font-size: 12.5px; color: var(--muted-2); }
.legend span { display: inline-flex; align-items: center; gap: 6px; }
.legend .yes { color: var(--green); font-weight: 700; font-size: 15px; }
.legend .no { color: oklch(0.72 0.03 30); font-weight: 700; font-size: 15px; }
.host-selector { background: oklch(0.98 0.004 250); border-bottom: 1px solid var(--line); }
.host-selector .container-wide { padding-top: 20px; padding-bottom: 20px; }
.hs-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted-2); margin-bottom: 12px; }
.hs-bar { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 10px; }
.hs-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.hs-chip { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; padding: 7px 10px 7px 7px; border-radius: 999px; border: 1px solid var(--blue); background: var(--blue-tint-2); color: var(--blue-ink); }
.hs-chip .av { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 700; font-size: 13px; background: var(--blue); color: #fff; }
.hs-chip .x { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; margin-left: 2px; border: none; border-radius: 50%; background: transparent; color: var(--blue-ink); font-size: 16px; line-height: 1; cursor: pointer; opacity: 0.7; }
.hs-chip .x:hover { opacity: 1; background: oklch(0.92 0.03 255); }
.hs-picker { position: relative; flex: 1; min-width: 220px; max-width: 360px; }
.hs-picker.is-full { display: none; }
.hs-search { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 8px 14px; }
.hs-search:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-tint-2); }
.hs-search input { border: none; outline: none; background: transparent; font-size: 14px; width: 100%; color: var(--ink); }
.hs-suggest { position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 40; margin: 0; padding: 6px; list-style: none; background: #fff; border: 1px solid var(--border); border-radius: 12px; box-shadow: 0 12px 28px oklch(0.4 0.04 250 / 0.12); max-height: 280px; overflow-y: auto; }
.hs-suggest[hidden] { display: none; }
.hs-opt { display: flex; align-items: center; gap: 10px; width: 100%; padding: 8px 10px; border: none; border-radius: 8px; background: transparent; text-align: left; cursor: pointer; font: inherit; color: var(--ink); }
.hs-opt:hover, .hs-opt.is-active { background: var(--blue-tint-2); }
.hs-opt .av { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 700; font-size: 13px; background: oklch(0.95 0.01 250); color: oklch(0.5 0.12 255); flex-shrink: 0; }
.hs-opt .meta { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.hs-opt .nm { font-size: 14px; font-weight: 600; }
.hs-opt .co { font-size: 12px; color: var(--muted); }
.hs-suggest-empty { padding: 12px 10px; font-size: 13px; color: var(--muted); }
.toolbar { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 61px; z-index: 20; }
.toolbar .container-wide { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; padding-top: 14px; padding-bottom: 14px; }
.search-input { flex: 1; min-width: 220px; display: flex; align-items: center; gap: 10px; background: var(--bg); border: 1px solid var(--border); border-radius: 10px; padding: 9px 14px; }
.search-input input { border: none; outline: none; background: transparent; font-size: 14px; width: 100%; color: var(--ink); }
.chk { display: inline-flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 600; padding: 9px 14px; border-radius: 10px; cursor: pointer; border: 1px solid var(--border); background: #fff; color: var(--muted); }
.chk .box { width: 16px; height: 16px; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 11px; color: #fff; border: 2px solid oklch(0.75 0.02 250); background: #fff; }
.chk.on { border-color: var(--blue); background: var(--blue-tint-2); color: var(--blue-ink); }
.chk.on .box { border-color: var(--blue); background: var(--blue); }
.link-btn { font-size: 13px; font-weight: 600; color: var(--blue); cursor: pointer; padding: 9px 14px; background: none; border: none; }
.mtx-wrap { border: 1px solid var(--border); border-radius: 18px; overflow-x: auto; background: #fff; }
.mtx-wrap::-webkit-scrollbar { height: 10px; }
.mtx-wrap::-webkit-scrollbar-thumb { background: oklch(0.85 0.01 250); border-radius: 10px; }
.mtx-head { display: grid; border-bottom: 2px solid var(--border); background: #fff; }
.mtx-head .crit-col { position: sticky; left: 0; z-index: 2; background: #fff; padding: 18px 20px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted-2); border-right: 1px solid var(--line); display: flex; align-items: flex-end; }
.mtx-host { padding: 16px; text-align: center; border-right: 1px solid var(--border-soft); position: relative; }
.mtx-host .av { width: 42px; height: 42px; margin: 0 auto 8px; border-radius: 11px; background: var(--blue-tint); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 700; font-size: 19px; color: oklch(0.5 0.12 255); }
.mtx-host .nm { font-family: var(--display); font-weight: 700; font-size: 15px; }
.mtx-host .co { font-size: 11.5px; color: var(--faint); font-family: var(--mono); margin-top: 2px; }
.mtx-host .x { position: absolute; top: 10px; right: 10px; width: 22px; height: 22px; border-radius: 50%; background: oklch(0.96 0.006 250); color: var(--muted-2); font-size: 14px; display: flex; align-items: center; justify-content: center; cursor: pointer; border: 1px solid var(--border); }
.cat-row { background: oklch(0.97 0.01 255); border-bottom: 1px solid var(--line); cursor: pointer; position: sticky; left: 0; }
.cat-row .cat-inner { position: sticky; left: 0; padding: 13px 20px; display: flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 700; font-size: 14px; color: oklch(0.3 0.05 260); }
.cat-row .chev { display: inline-block; width: 14px; color: var(--blue); font-size: 12px; }
.cat-row .cnt { font-family: var(--mono); font-size: 11px; font-weight: 500; color: var(--faint); }
.mtx-row { display: grid; border-bottom: 1px solid oklch(0.95 0.006 250); }
.mtx-row:hover { background: oklch(0.985 0.006 255); }
.mtx-row .lbl { position: sticky; left: 0; z-index: 1; background: #fff; padding: 13px 20px 13px 34px; font-size: 13.5px; color: var(--muted); border-right: 1px solid var(--border-soft); display: flex; align-items: center; }
.mtx-row:hover .lbl { background: oklch(0.985 0.006 255); }
.cell { padding: 13px 14px; text-align: center; font-size: 13.5px; border-right: 1px solid oklch(0.95 0.006 250); display: flex; align-items: center; justify-content: center; color: var(--ink-soft); }
.cell .yes { color: var(--green); }
.cell .no { color: oklch(0.72 0.03 30); font-size: 17px; }
.cell .note { background: var(--green-bg); color: var(--green); font-weight: 700; padding: 4px 10px; border-radius: 8px; font-family: var(--display); font-size: 13.5px; }
.mtx-empty { padding: 48px; text-align: center; color: var(--muted-2); font-size: 14px; }
.note-line { margin-top: 14px; font-size: 12.5px; color: var(--faint); font-family: var(--mono); }

/* =====================================================
   FICHE
   ===================================================== */
.fiche-head { background: var(--grad); border-bottom: 1px solid var(--line); }
.crumb { padding: 18px 0; font-size: 13px; color: var(--muted-2); font-family: var(--mono); }
.crumb .cur { color: var(--ink-soft); }
.fiche-card { background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 32px; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; box-shadow: 0 24px 60px -44px rgba(30,50,120,0.4); }
.fiche-id { display: flex; align-items: center; gap: 22px; }
.fiche-logo { width: 84px; height: 84px; border-radius: 18px; background: var(--blue-tint); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 700; font-size: 40px; color: oklch(0.5 0.12 255); }
.fiche-title { display: flex; align-items: center; gap: 12px; }
.fiche-title h1 { font-size: 34px; font-weight: 700; }
.pill-dark { background: var(--dark); color: #fff; font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 999px; }
.fiche-loc { font-size: 14px; color: var(--muted-2); font-family: var(--mono); }
.fiche-score { text-align: right; display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
.fiche-score .big { font-family: var(--display); font-size: 44px; font-weight: 700; color: var(--green); }
.fiche-score .of { font-size: 15px; color: var(--muted-2); }
.fiche-score .sub { font-size: 12.5px; color: var(--muted-2); }
.specs { margin-top: 20px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.spec { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 18px; }
.spec .ic { width: 22px; height: 22px; margin-bottom: 10px; }
.spec .lbl { font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted-2); margin-bottom: 4px; }
.spec .val { font-family: var(--display); font-weight: 700; font-size: 19px; }
.fiche-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 24px; padding: 32px 0 40px; }
.col { display: flex; flex-direction: column; gap: 24px; }
.panel { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 28px; }
.panel h2 { font-size: 22px; font-weight: 700; margin-bottom: 20px; }
.panel-sm { padding: 24px; }
.panel-sm h2 { font-size: 20px; font-weight: 700; margin-bottom: 16px; }
.score-row { display: grid; grid-template-columns: 150px 1fr 42px; align-items: center; gap: 14px; }
.score-row .rl { font-size: 14px; font-weight: 500; color: var(--muted); }
.bar { height: 8px; border-radius: 999px; background: oklch(0.95 0.008 250); overflow: hidden; }
.bar > i { display: block; height: 100%; border-radius: 999px; background: var(--blue); }
.score-row .rv { font-family: var(--display); font-weight: 700; font-size: 14px; text-align: right; }
.rows { display: flex; flex-direction: column; gap: 16px; }
.list-tight { display: flex; flex-direction: column; gap: 12px; }
.pc-item { display: flex; gap: 10px; font-size: 14px; line-height: 1.45; color: var(--ink-soft); }
.pc-item .p { color: oklch(0.5 0.13 155); font-weight: 700; flex-shrink: 0; }
.pc-item .c { color: var(--red); font-weight: 700; flex-shrink: 0; }
.h-pro { color: var(--green); font-size: 16px; font-weight: 700; margin-bottom: 14px; }
.h-con { color: var(--red); font-size: 16px; font-weight: 700; margin-bottom: 14px; }
.verdict { background: var(--dark); color: #fff; border-radius: 18px; padding: 28px; }
.verdict .eyebrow { color: oklch(0.7 0.14 255); margin-bottom: 8px; }
.verdict h3 { font-size: 20px; font-weight: 700; margin-bottom: 10px; }
.verdict p { margin: 0; font-size: 15px; line-height: 1.65; color: oklch(0.85 0.02 258); }
.plan { border: 1px solid var(--border); border-radius: 14px; padding: 18px; display: flex; align-items: center; justify-content: space-between; }
.plan.feat { border-color: var(--blue); background: oklch(0.98 0.015 255); }
.plan .pn { font-weight: 700; font-family: var(--display); font-size: 16px; }
.plan .pd { font-size: 12.5px; color: var(--muted-2); }
.plan .pp { font-family: var(--display); font-weight: 700; font-size: 20px; text-align: right; }
.plan .pu { font-size: 11px; color: var(--muted-2); text-align: right; }
.alt { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: 12px; border: 1px solid var(--border-soft); }
.alt .logo { width: 36px; height: 36px; border-radius: 9px; }
.alt .an { font-weight: 700; font-size: 14px; }
.alt .al { font-size: 12px; color: var(--faint); font-family: var(--mono); }
.compare-cta { background: linear-gradient(180deg, oklch(0.97 0.02 255), #fff); border: 1px solid oklch(0.88 0.03 255); border-radius: 18px; padding: 24px; display: block; }
.compare-cta .t { font-family: var(--display); font-weight: 700; font-size: 17px; margin-bottom: 6px; }
.compare-cta .d { font-size: 13.5px; color: var(--muted); margin-bottom: 12px; }
.compare-cta .m { font-size: 13px; font-weight: 600; color: var(--blue); }
.fiche-reviewed { font-family: var(--mono); font-size: 11.5px; color: var(--faint); margin: -4px 0 8px; }
.host-highlights { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.host-highlights li { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; font-size: 13.5px; padding-bottom: 10px; border-bottom: 1px solid var(--border-soft); }
.host-highlights li:last-child { border-bottom: 0; padding-bottom: 0; }
.host-highlights__label { color: var(--muted); }
.host-highlights__value { font-weight: 600; color: var(--ink); text-align: right; }
.host-faq__list { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.host-faq__item { border: 1px solid var(--border-soft); border-radius: 12px; padding: 14px 16px; background: oklch(0.985 0.004 250); }
.host-faq__item summary { cursor: pointer; font-weight: 600; font-size: 15px; color: var(--ink); list-style: none; }
.host-faq__item summary::-webkit-details-marker { display: none; }
.host-faq__item[open] summary { margin-bottom: 8px; color: var(--blue-ink); }
.host-faq__item p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--ink-soft); }
.host-related { padding: 8px 0 48px; }

/* =====================================================
   BLOG
   ===================================================== */
.featured { display: grid; grid-template-columns: 1.1fr 1fr; background: var(--dark); border-radius: 20px; overflow: hidden; color: #fff; margin-top: 12px; }
.featured .txt { padding: 40px; display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.featured .tagpill { align-self: flex-start; background: var(--blue); font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 999px; }
.featured h2 { font-size: 32px; font-weight: 700; line-height: 1.1; }
.featured p { margin: 0; font-size: 15px; line-height: 1.6; color: oklch(0.82 0.02 258); max-width: 440px; }
.featured .meta { font-family: var(--mono); font-size: 12.5px; color: oklch(0.72 0.02 258); }
.featured .img { min-height: 300px; background-color: oklch(0.3 0.03 258); }
.featured__media {
  position: relative;
  min-height: 300px;
  background: oklch(0.22 0.03 258);
  overflow: hidden;
}
.featured__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, oklch(0.25 0.03 258 / 0.35) 0%, transparent 40%);
  pointer-events: none;
}
.featured__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}
.cat-filter { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; }
.blog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  padding: 32px 0 20px;
  flex-wrap: nowrap;
}
.blog-toolbar .cat-filter {
  flex: 1 1 auto;
  min-width: 0;
  align-items: center;
}
.blog-search {
  position: relative;
  flex: 0 0 260px;
  width: 260px;
  max-width: 100%;
}
.blog-search__field {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0 14px;
  min-height: 42px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.blog-search__field:focus-within {
  border-color: oklch(0.72 0.08 255);
  box-shadow: 0 0 0 3px oklch(0.9 0.04 255);
}
.blog-search__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border: 2px solid var(--faint);
  border-radius: 50%;
  position: relative;
}
.blog-search__icon::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  background: var(--faint);
  border-radius: 1px;
  right: -5px;
  bottom: -1px;
  transform: rotate(45deg);
}
.blog-search__input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 14px;
  color: var(--ink);
  padding: 10px 0;
  min-width: 0;
}
.blog-search__input::placeholder { color: var(--faint); }
.blog-search__input::-webkit-search-cancel-button { -webkit-appearance: none; }
.blog-search__suggest {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 18px 40px -24px rgba(30, 50, 120, 0.45);
  max-height: 320px;
  overflow: auto;
}
.blog-search__option {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 10px;
  cursor: pointer;
}
.blog-search__option:hover,
.blog-search__option.is-active {
  background: var(--blue-tint);
}
.blog-search__option-cat {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue);
}
.blog-search__option-title {
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--ink);
}
.blog-search__option-title mark {
  background: oklch(0.93 0.06 95);
  color: inherit;
  border-radius: 3px;
  padding: 0 2px;
}
.blog-search__status {
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--muted);
}

/* =====================================================
   ARTICLE DETAIL
   ===================================================== */
.article-hero {
  background: var(--dark);
  color: #fff;
  border-bottom: 1px solid oklch(0.32 0.03 258);
  overflow: hidden;
}
.article-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(180px, 0.75fr);
  gap: 0;
  min-height: 340px;
  padding-top: 0;
  padding-bottom: 0;
}
.article-hero__copy {
  padding: 44px 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  max-width: 720px;
}
.article-hero .crumb { color: oklch(0.72 0.02 258); }
.article-hero .crumb a { color: oklch(0.82 0.02 258); }
.article-hero .crumb .cur { color: oklch(0.9 0.01 258); }
.article-hero .eyebrow { color: oklch(0.78 0.08 250); }
.article-hero__title {
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0;
  max-width: 14em;
}
.article-hero__lead {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  color: oklch(0.88 0.015 258);
  max-width: 540px;
}
.article-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  font-family: var(--mono);
  font-size: 12.5px;
  color: oklch(0.7 0.02 258);
}
.article-hero__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: oklch(0.5 0.02 258);
}
.article-hero__visual {
  position: relative;
  min-height: 100%;
  background: oklch(0.22 0.03 258);
  overflow: hidden;
}
.article-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, oklch(0.25 0.03 258 / 0.55) 0%, transparent 45%);
  pointer-events: none;
}
.article-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  object-position: center;
}

.article-main { padding-top: 36px; }
.article-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 720px);
  gap: 48px;
  justify-content: center;
  align-items: start;
  padding-bottom: 40px;
}
.article-layout--solo {
  grid-template-columns: minmax(0, 720px);
}
.article-toc,
.article-prose {
  min-width: 0;
  max-width: 100%;
}
.article-toc {
  position: sticky;
  top: 96px;
}
.article-toc__inner {
  padding: 4px 0 4px 14px;
  border-left: 2px solid var(--border);
}
.article-toc__label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--faint);
  margin-bottom: 12px;
}
.article-toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.article-toc a {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  color: var(--muted);
  font-weight: 500;
}
.article-toc a:hover { color: var(--blue); opacity: 1; }
.article-toc__item--h3 { padding-left: 12px; }
.article-toc__item--h3 a { font-size: 12.5px; color: var(--faint); }

.article-prose.content-md {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 17.5px;
  line-height: 1.75;
  color: var(--ink-soft);
}
.article-prose.content-md > p:first-of-type {
  font-size: 19px;
  line-height: 1.65;
  color: var(--ink);
}
.article-prose.content-md h2 {
  font-size: 28px;
  line-height: 1.2;
  margin: 48px 0 16px;
  letter-spacing: -0.025em;
  scroll-margin-top: 96px;
}
.article-prose.content-md h3 {
  font-size: 20px;
  margin: 32px 0 12px;
  scroll-margin-top: 96px;
}
.article-prose.content-md p { margin: 0 0 18px; }
.article-prose.content-md ul,
.article-prose.content-md ol { margin: 0 0 20px; padding-left: 22px; }
.article-prose.content-md li { margin-bottom: 8px; }
.article-prose.content-md li::marker { color: var(--blue); }
.article-prose.content-md hr {
  border: 0;
  height: 1px;
  background: var(--border);
  margin: 40px 0;
}
.article-prose.content-md blockquote {
  margin: 28px 0;
  padding: 4px 0 4px 22px;
  border-left: 3px solid var(--blue);
  color: var(--ink);
  font-size: 18.5px;
  line-height: 1.55;
  font-family: var(--display);
  letter-spacing: -0.015em;
}
.article-prose.content-md blockquote p { margin: 0; }
.article-prose.content-md strong { color: var(--ink); font-weight: 600; }
.article-prose.content-md code {
  font-family: var(--mono);
  font-size: 0.86em;
  background: var(--blue-tint);
  color: var(--blue-ink);
  padding: 2px 6px;
  border-radius: 6px;
}
.article-prose.content-md pre {
  background: var(--dark);
  color: oklch(0.92 0.01 258);
  border-radius: 14px;
  padding: 18px 20px;
  overflow: auto;
  margin: 0 0 22px;
}
.article-prose.content-md pre code {
  background: transparent;
  color: inherit;
  padding: 0;
  font-size: 13.5px;
}

.md-callout {
  margin: 28px 0;
  padding: 20px 22px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: #fff;
}
.md-callout p:last-child { margin-bottom: 0; }
.md-callout--note {
  background: var(--blue-tint);
  border-color: oklch(0.88 0.04 255);
}
.article-prose.content-md .md-callout--note strong { color: var(--blue-ink); }
.md-callout--warn,
.md-callout--warning {
  background: var(--amber-bg);
  border-color: oklch(0.88 0.05 85);
}
.md-callout--climax {
  position: relative;
  margin: 40px 0;
  padding: 28px 28px 28px 32px;
  background: var(--dark);
  color: #fff;
  border: none;
  border-radius: 20px;
  overflow: hidden;
}
.md-callout--climax::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--blue);
}
.md-callout--climax::after {
  content: "";
  position: absolute;
  right: -40px; top: -40px;
  width: 160px; height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, oklch(0.45 0.12 255 / 0.35), transparent 70%);
  pointer-events: none;
}
.md-callout--climax p {
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  color: oklch(0.9 0.02 258);
}
.article-prose.content-md .md-callout--climax strong {
  display: block;
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 10px;
}

.md-table-wrap {
  margin: 28px 0;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
}
.md-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
  min-width: 560px;
}
.md-table th {
  text-align: left;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  background: oklch(0.975 0.008 255);
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
}
.md-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border-soft);
  vertical-align: top;
  color: var(--ink-soft);
}
.md-table tr:last-child td { border-bottom: none; }
.md-table tr:hover td { background: oklch(0.985 0.006 255); }

.article-cta { margin-top: 8px; }
.article-related { padding-bottom: 28px; }

@keyframes articleReveal {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.article-hero__copy { animation: articleReveal 0.55s ease both; }
.article-hero__visual { animation: articleReveal 0.7s ease 0.08s both; }
.article-prose > *:nth-child(-n+4) { animation: articleReveal 0.5s ease both; }
.article-prose > *:nth-child(1) { animation-delay: 0.12s; }
.article-prose > *:nth-child(2) { animation-delay: 0.18s; }
.article-prose > *:nth-child(3) { animation-delay: 0.24s; }
.article-prose > *:nth-child(4) { animation-delay: 0.3s; }

/* ---- forms / content / a11y ---- */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.searchbar .field { flex: 1; }
.searchbar input, .email-field input, .contact-form input, .contact-form textarea {
  width: 100%; border: none; outline: none; background: transparent; font: inherit; color: var(--ink);
}
.searchbar input { font-size: 16px; padding: 8px 0; }
.email-field { align-items: center; }
.email-field input { padding: 12px 16px; min-width: 180px; }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; font-size: 14px; font-weight: 600; color: var(--muted); }
.contact-form input, .contact-form textarea {
  border: 1px solid var(--border); background: var(--bg); border-radius: 12px; padding: 12px 14px; font-weight: 400;
}
.content-md { font-size: 16px; line-height: 1.7; color: var(--ink-soft); }
.content-md h2 { font-size: 24px; margin: 28px 0 12px; color: var(--ink); }
.content-md h3 { font-size: 20px; margin: 22px 0 10px; color: var(--ink); }
.content-md p { margin: 0 0 14px; }
.content-md ul, .content-md ol { margin: 0 0 16px; padding-left: 22px; }
.content-md li { margin-bottom: 6px; }
.content-md a { color: var(--blue); font-weight: 600; }
.content-md a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 3px; }
.ftable a.trow { color: inherit; }
.ftable a.trow:hover { background: oklch(0.985 0.006 255); opacity: 1; }
.lang-switch a { color: oklch(0.78 0.02 258); }
.nav-toggle {
  display: none; width: 42px; height: 42px; border: 1px solid var(--border); border-radius: 10px;
  background: #fff; padding: 10px; flex-direction: column; justify-content: space-between; cursor: pointer;
}
.nav-toggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; }

/* ---- directory filters ---- */
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.dir-head .dir-title { font-size: 40px; font-weight: 700; margin: 8px 0; }
.dir-lead { margin: 0; font-size: 16px; color: var(--muted); max-width: 640px; line-height: 1.5; }
.dir-main { padding-top: 24px; padding-bottom: 64px; }
.dir-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 28px; align-items: start; }
.dir-mobile-bar { display: none; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.dir-filters-btn {
  display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--border);
  border-radius: 12px; padding: 11px 16px; font: inherit; font-weight: 600; color: var(--ink); cursor: pointer;
}
.dir-filters-btn__count {
  min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px; background: var(--blue);
  color: #fff; font-size: 12px; display: inline-flex; align-items: center; justify-content: center;
}
.dir-sidebar { position: sticky; top: 84px; }
.dir-sidebar__backdrop { display: none; }
.dir-sidebar__panel {
  background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 18px 16px 16px;
  display: flex; flex-direction: column; gap: 4px; max-height: calc(100vh - 110px); overflow: auto;
}
.dir-sidebar__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.dir-sidebar__title { font-family: var(--display); font-size: 18px; font-weight: 700; }
.dir-sidebar__meta { font-size: 12px; color: var(--muted-2); margin-top: 2px; }
.dir-sidebar__close {
  display: none; width: 36px; height: 36px; border: 1px solid var(--border); border-radius: 10px;
  background: #fff; font-size: 22px; line-height: 1; cursor: pointer; color: var(--muted);
}
.dir-filter-block { margin-bottom: 8px; }
.dir-search {
  display: flex; align-items: center; gap: 10px; border: 1px solid var(--border); border-radius: 12px;
  padding: 10px 12px; background: var(--bg);
}
.dir-search input {
  width: 100%; border: 0; outline: 0; background: transparent; font: inherit; font-size: 14px; color: var(--ink);
}
.dir-group { border-top: 1px solid var(--border-soft); padding: 10px 0; }
.dir-group > summary {
  list-style: none; cursor: pointer; font-size: 13px; font-weight: 700; color: var(--ink-soft);
  display: flex; align-items: center; justify-content: space-between; gap: 8px; user-select: none;
}
.dir-group > summary::-webkit-details-marker { display: none; }
.dir-group > summary::after {
  content: ''; width: 7px; height: 7px; border-right: 1.5px solid var(--faint); border-bottom: 1.5px solid var(--faint);
  transform: rotate(45deg); transition: transform 0.15s ease; margin-top: -4px;
}
.dir-group[open] > summary::after { transform: rotate(225deg); margin-top: 2px; }
.dir-options { display: flex; flex-direction: column; gap: 2px; margin-top: 10px; }
.dir-options--scroll { max-height: 220px; overflow: auto; padding-right: 4px; }
.dir-check {
  display: grid; grid-template-columns: 16px minmax(0, 1fr) auto; align-items: center; gap: 10px;
  padding: 7px 6px; border-radius: 8px; cursor: pointer; font-size: 13.5px; color: var(--ink-soft);
}
.dir-check:hover { background: oklch(0.975 0.008 255); }
.dir-check input { width: 15px; height: 15px; accent-color: var(--blue); margin: 0; }
.dir-check__label { min-width: 0; }
.dir-check__count { font-family: var(--mono); font-size: 11px; color: var(--faint); }
.dir-sidebar__actions {
  display: none; gap: 10px; align-items: center; justify-content: space-between;
  border-top: 1px solid var(--border-soft); padding-top: 14px; margin-top: 8px; position: sticky; bottom: 0; background: #fff;
}
.dir-reset { font-size: 13px; font-weight: 600; color: var(--blue); }
.dir-toolbar {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; flex-wrap: wrap;
}
.dir-count { margin: 0; }
.dir-sort { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); font-weight: 600; }
.dir-sort select {
  border: 1px solid var(--border); background: #fff; border-radius: 10px; padding: 8px 12px;
  font: inherit; font-size: 13px; font-weight: 600; color: var(--ink); cursor: pointer;
}
.dir-sort--mobile { display: none; }
.dir-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.dir-chip {
  display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--border);
  border-radius: 999px; padding: 6px 12px; font-size: 13px; font-weight: 600; color: var(--ink-soft);
}
.dir-chip:hover { border-color: var(--blue); color: var(--blue); opacity: 1; }
.dir-chip__x { color: var(--faint); font-size: 16px; line-height: 1; }
.dir-chip--clear { background: var(--blue-tint); border-color: transparent; color: var(--blue); }
.dir-grid { gap: 16px; }
.dir-empty { grid-column: 1 / -1; color: var(--muted); margin: 12px 0; }

@media (max-width: 1000px) {
  .hero h1 { font-size: 42px; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .why, .fiche-grid, .featured, .footer-top { grid-template-columns: 1fr; }
  .specs { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .container, .container-wide { padding-left: 20px; padding-right: 20px; }
  .nav-toggle { display: flex; }
  .nav-links {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: #fff; border-bottom: 1px solid var(--line); flex-direction: column;
    align-items: stretch; gap: 0; padding: 12px 20px 20px; box-shadow: 0 16px 30px -24px rgba(30,50,120,0.5);
  }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 12px 0; border-bottom: 1px solid var(--border-soft); }
  .nav-links a.btn { text-align: center; margin-top: 8px; border-bottom: none; }
  .nav { position: sticky; }
  .nav .container, .nav .container-wide { position: relative; }
  .fiche-card { grid-template-columns: 1fr; }
  .fiche-score { align-items: flex-start; text-align: left; }
  .cta-dark, .newsletter { flex-direction: column; align-items: stretch; padding: 28px; }
  .ftable { overflow-x: auto; }
  .ftable .thead, .ftable .trow { min-width: 720px; }
  .util-links a:not(:last-child) { display: none; }
  .blog-search { flex-basis: 220px; width: 220px; }
  .dir-layout { grid-template-columns: 1fr; }
  .dir-mobile-bar { display: flex; }
  .dir-sort--desktop { display: none; }
  .dir-sort--mobile { display: inline-flex; }
  .dir-sidebar { position: fixed; inset: 0; z-index: 40; pointer-events: none; }
  .dir-sidebar.is-open { pointer-events: auto; }
  .dir-sidebar__backdrop {
    display: block; position: absolute; inset: 0; background: rgba(20, 28, 48, 0.42); border: 0; opacity: 0;
    transition: opacity 0.2s ease;
  }
  .dir-sidebar.is-open .dir-sidebar__backdrop { opacity: 1; }
  .dir-sidebar__panel {
    position: absolute; top: 0; bottom: 0; left: 0; width: min(360px, 92vw); max-height: none;
    border-radius: 0; border: 0; border-right: 1px solid var(--border);
    transform: translateX(-105%); transition: transform 0.22s ease; box-shadow: 16px 0 40px -28px rgba(20, 30, 60, 0.55);
  }
  .dir-sidebar.is-open .dir-sidebar__panel { transform: translateX(0); }
  .dir-sidebar__close { display: inline-flex; align-items: center; justify-content: center; }
  .dir-sidebar__actions { display: flex; }
  body.dir-filters-open { overflow: hidden; }
  .article-hero__inner { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .article-hero__visual,
  .article-hero__visual img { min-height: 180px; }
  .article-hero__copy { padding: 36px 0 28px; max-width: none; min-width: 0; }
  .article-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .article-toc { position: static; }
  .article-toc__inner {
    padding: 16px 18px;
    border-left: none;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #fff;
  }
  .article-toc ol { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; }
  .article-toc__item--h3 { padding-left: 0; grid-column: 1 / -1; }
  .article-toc a { padding: 6px 0; }
}

/* =====================================================
   GUIDE PAR USAGE
   ===================================================== */
.guide-head {
  padding: 40px 0 8px;
  background: var(--grad);
  border-bottom: 1px solid var(--border-soft);
}
.guide-head h1 {
  font-size: clamp(30px, 3.6vw, 42px);
  font-weight: 700;
  margin: 8px 0 10px;
  letter-spacing: -0.03em;
  max-width: 16em;
}
.guide-lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 620px;
}
.guide-page { padding: 28px 0 72px; }
.guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 28px;
  align-items: start;
}
.guide-questions { display: flex; flex-direction: column; gap: 18px; }
.guide-step {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 22px 24px 24px;
}
.guide-step__meta {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 16px;
}
.guide-step__n {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.guide-step h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 4px;
}
.guide-step__meta p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--muted);
}
.guide-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.guide-options--prio {
  grid-template-columns: repeat(3, 1fr);
}
.guide-opt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  text-align: left;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: oklch(0.99 0.004 250);
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
.guide-opt:hover {
  border-color: oklch(0.78 0.05 255);
  opacity: 1;
}
.guide-opt.is-on {
  border-color: var(--blue);
  background: var(--blue-tint);
  box-shadow: inset 0 0 0 1px var(--blue);
}
.guide-opt__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
}
.guide-opt__text {
  font-size: 12.5px;
  line-height: 1.4;
  color: var(--muted);
}
.guide-opt--chip .guide-opt__text { font-size: 12px; }
.guide-refine {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 4px;
  padding: 20px 20px 8px;
  border-radius: 20px;
  border: 1px dashed oklch(0.82 0.04 255);
  background:
    linear-gradient(180deg, oklch(0.985 0.012 255), #fff 40%);
}
.guide-refine__head { margin-bottom: 2px; }
.guide-refine__head h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 4px 0 6px;
}
.guide-refine__head p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--muted);
  max-width: 52ch;
}
.guide-step--nested {
  padding: 18px 18px 20px;
  border-radius: 16px;
  background: #fff;
}
.guide-step--nested .guide-step__n {
  background: oklch(0.42 0.08 255);
  font-size: 14px;
  width: 30px;
  height: 30px;
}
.guide-more {
  display: inline-flex;
  margin: 12px 0 0;
  padding: 4px 0;
}
.guide-reset-wrap { padding: 4px 2px 0; }
.guide-results { position: sticky; top: 88px; }
.guide-results__card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 22px 22px 20px;
  box-shadow: 0 18px 40px -28px rgba(20, 30, 60, 0.35);
}
.guide-results__head { margin-bottom: 16px; }
.guide-results__head h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 6px 0 6px;
  letter-spacing: -0.02em;
}
.guide-results__hint {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--muted);
}
.guide-results__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 180px;
}
.guide-host {
  display: grid;
  grid-template-columns: 28px 40px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid var(--border-soft);
  background: oklch(0.995 0.003 250);
  opacity: 0;
  transform: translateY(6px);
  animation: guideIn 0.35s ease forwards;
  animation-delay: calc(var(--i, 0) * 45ms);
}
.guide-host:hover {
  border-color: oklch(0.8 0.04 255);
  opacity: 1;
}
@keyframes guideIn {
  to { opacity: 1; transform: translateY(0); }
}
.guide-host__rank {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--faint);
  text-align: center;
}
.guide-host__logo {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--blue-tint);
  color: var(--blue-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-weight: 700;
  font-size: 16px;
}
.guide-host__body { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.guide-host__name { font-weight: 700; font-size: 14.5px; }
.guide-host__meta {
  font-size: 12px;
  color: var(--faint);
  font-family: var(--mono);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.guide-host__why {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.4;
  color: var(--muted);
}
.guide-host__why-label {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blue);
}
.guide-results__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border-soft);
}
.guide-results__actions[hidden] { display: none !important; }
.guide-results__actions .btn { text-align: center; }
.guide-results__actions .btn[hidden] { display: none !important; }
.btn-ghost {
  background: transparent;
  color: var(--blue-ink);
  border: 1px solid var(--border);
}
.btn-ghost:hover { background: var(--blue-tint); opacity: 1; }
.guide-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 200px;
  padding: 24px 12px;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.guide-empty p { margin: 0; max-width: 260px; }
.guide-empty__pulse {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--blue-tint);
  background:
    radial-gradient(circle at 50% 50%, var(--blue) 0 6px, transparent 7px),
    var(--blue-tint-2);
  animation: guidePulse 1.6s ease-in-out infinite;
}
@keyframes guidePulse {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.06); opacity: 1; }
}
.link-btn {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--blue);
  cursor: pointer;
}
.link-btn:hover { opacity: 0.8; }

@media (max-width: 960px) {
  .guide-layout { grid-template-columns: 1fr; }
  .guide-results { position: static; order: -1; }
  .guide-options { grid-template-columns: 1fr; }
  .guide-options--prio { grid-template-columns: 1fr 1fr; }
  .guide-refine { padding: 16px 14px 6px; }
}

@media (max-width: 640px) {
  .hero h1 { font-size: 32px; }
  .hero-inner { padding: 40px 20px 36px; }
  .hero .lead { font-size: 16px; }
  .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .searchbar { flex-direction: column; }
  .sec-head { flex-direction: column; align-items: flex-start; gap: 10px; }
  .sec-head h2, .fiche-title h1 { font-size: 28px; }
  .specs { grid-template-columns: 1fr 1fr; }
  .toolbar { top: 57px; }
  .featured h2 { font-size: 26px; }
  .featured .txt { padding: 28px; }
  .featured__media,
  .featured__media img { min-height: 180px; }
  .blog-toolbar {
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 24px;
  }
  .blog-toolbar .cat-filter { flex: 1 1 100%; }
  .blog-search {
    flex: 1 1 100%;
    width: 100%;
  }
  .article-hero__title { max-width: none; font-size: clamp(28px, 8vw, 36px); }
  .article-hero__lead { font-size: 15.5px; }
  .article-prose.content-md { font-size: 16.5px; line-height: 1.7; }
  .article-prose.content-md > p:first-of-type { font-size: 17.5px; }
  .article-prose.content-md h2 { font-size: 24px; margin-top: 36px; }
  .article-prose.content-md h3 { font-size: 18.5px; }
  .article-prose.content-md pre { padding: 14px 16px; border-radius: 12px; }
  .article-prose.content-md pre code { font-size: 12.5px; }
  .article-prose.content-md blockquote { font-size: 17px; padding-left: 16px; }
  .article-toc ol { grid-template-columns: 1fr; }
  .md-callout--climax { padding: 22px; }
  .article-prose.content-md .md-callout--climax strong { font-size: 19px; }
  .md-callout--climax p { font-size: 16.5px; }
  .guide-head { padding: 28px 0 4px; }
  .guide-page { padding: 20px 0 56px; }
  .guide-step { padding: 18px; }
  .guide-options--prio { grid-template-columns: 1fr; }
  .guide-host {
    grid-template-columns: 22px 36px 1fr auto;
    gap: 8px;
  }
}
