/* Marchés de l'énergie — une plateforme Orium. Thème clair uniquement.
   Structure inspirée du langage visuel d'Apple (fond gris très clair, surfaces blanches,
   filets fins, un seul bleu d'action), avec le vert Orium en second accent. */

@font-face { font-family: "Geist"; src: url("../fonts/Geist-Variable.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Geist Mono"; src: url("../fonts/GeistMono-Variable.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }

:root {
  color-scheme: light;
  --page: #f5f6f8;
  --surface: #ffffff;
  --surface-2: #f9fafb;
  --ink: #14171c;
  --ink-2: #3c434d;
  --muted: #666e7a;
  --faint: #99a0aa;
  --hairline: #e3e6eb;
  --hairline-2: #eef0f3;
  --grid: #eceef1;
  --axis: #c9ced6;

  --blue: #0b5fc4;
  --blue-hover: #094fa3;
  --blue-soft: #eaf1fb;
  --green: #0f7b55;
  --green-soft: #e7f4ee;
  --up: #b42318;
  --up-soft: #fcedeb;
  --down: #0f7b55;
  --down-soft: #e7f4ee;
  --amber: #9a5b00;
  --amber-soft: #fdf4e3;

  /* séries des graphiques */
  --s1: #0b5fc4; --s2: #0f7b55; --s3: #e07a1f; --s4: #6d4bc4;
  --s5: #0e9aa7; --s6: #d64545; --s7: #c99400; --s8: #7b838f;
  /* familles d'énergie */
  --g-elec: #0b5fc4; --g-gaz: #0e8f89; --g-petrole: #9a5b00; --g-charbon: #5b6470;
  /* fraîcheur */
  --live: #12a150; --daily: #0b5fc4; --monthly: #6d4bc4;
  --good: #12a150; --warning: #f2a900; --critical: #d83b2f;

  --r-lg: 16px; --r: 12px; --r-sm: 8px;
  --font: "Geist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --lift: 0 1px 2px rgba(20, 30, 50, 0.04), 0 4px 14px rgba(20, 30, 50, 0.06);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--page); color: var(--ink);
  font: 16px/1.55 var(--font); font-feature-settings: "tnum" 1;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--blue-hover); }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; border-radius: 4px; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1320px; margin: 0 auto; padding: 0 24px; }
.skip { position: absolute; left: -9999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 12px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ------------------------------------------------------------------ en-tête */
header.site { background: rgba(255, 255, 255, 0.92); backdrop-filter: saturate(180%) blur(12px); -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--hairline); position: sticky; top: 0; z-index: 20; }
header.site .wrap { display: flex; align-items: center; gap: 20px; min-height: 60px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); flex-shrink: 0; }
.brand:hover { color: var(--ink); }
.brand .logo-slot { width: 30px; height: 30px; flex-shrink: 0; }
.brand .brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand .product { font-weight: 650; font-size: 15.5px; letter-spacing: -0.01em; }
.brand .by { font-size: 11.5px; color: var(--muted); letter-spacing: 0.01em; }
nav.tabs { display: flex; gap: 2px; overflow-x: auto; scrollbar-width: none; margin-left: auto; }
nav.tabs::-webkit-scrollbar { display: none; }
nav.tabs a { text-decoration: none; color: var(--ink-2); padding: 7px 11px; border-radius: 999px; white-space: nowrap; font-size: 14.5px; transition: background .15s, color .15s; }
nav.tabs a:hover { background: var(--hairline-2); color: var(--ink); }
nav.tabs a[aria-current="page"] { background: var(--ink); color: #fff; }

/* ------------------------------------------------------------------ tête de page (message principal + photo) */
main { padding: 20px 0 56px; }
.page-head { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 24px; align-items: stretch; margin-bottom: 20px; }
.page-head .text { display: flex; flex-direction: column; justify-content: center; padding: 4px 0; min-width: 0; }
.crumbs { font-size: 13px; color: var(--muted); margin-bottom: 6px; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--ink); text-decoration: underline; }
h1 { font-size: clamp(26px, 3.2vw, 36px); line-height: 1.1; letter-spacing: -0.025em; font-weight: 650; margin: 0 0 10px; text-wrap: balance; }
.message { font-size: 17px; line-height: 1.5; color: var(--ink-2); margin: 0; max-width: 62ch; text-wrap: pretty; }
.message b { color: var(--ink); font-weight: 600; }
.message .stamp { display: block; font-size: 13px; color: var(--muted); margin-top: 8px; }
.photo { position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 150px; background: var(--hairline-2); }
.photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo .credit { position: absolute; right: 8px; bottom: 8px; font-size: 11px; line-height: 1.3; color: #fff; background: rgba(15, 20, 28, 0.55);
  padding: 3px 7px; border-radius: 6px; text-decoration: none; max-width: 90%; }
.photo .credit:hover { background: rgba(15, 20, 28, 0.75); color: #fff; }
.page-head.compact { grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); margin-bottom: 14px; }
.page-head.compact .photo { min-height: 128px; }
.page-head.text-only { grid-template-columns: 1fr; }

/* ligne « ce que ça change pour un site industriel » */
.industrie { display: flex; gap: 12px; align-items: flex-start; background: var(--green-soft); border: 1px solid color-mix(in srgb, var(--green) 22%, transparent);
  border-radius: var(--r); padding: 12px 14px; margin: 0 0 20px; }
.industrie .ic { flex-shrink: 0; width: 28px; height: 28px; border-radius: 8px; background: var(--green); color: #fff; display: grid; place-items: center; }
.industrie .ic svg { width: 17px; height: 17px; }
.industrie .k { font-size: 12.5px; font-weight: 650; color: var(--green); letter-spacing: 0.01em; margin-bottom: 1px; }
.industrie p { margin: 0; font-size: 15px; color: var(--ink); }
.industrie details { margin-top: 4px; font-size: 13px; color: var(--ink-2); }
.industrie summary { cursor: pointer; color: var(--green); width: fit-content; }
.industrie summary:hover { text-decoration: underline; }

/* ------------------------------------------------------------------ tuiles de l'accueil (esprit « Bourse ») */
.tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(232px, 1fr)); gap: 12px; }
.tile { display: flex; flex-direction: column; gap: 2px; background: var(--surface); border: 1px solid var(--hairline); border-radius: 14px; padding: 11px 14px 9px;
  text-decoration: none; color: var(--ink); min-width: 0; transition: border-color .15s, box-shadow .2s, transform .2s; }
.tile:hover { border-color: color-mix(in srgb, var(--blue) 35%, var(--hairline)); box-shadow: var(--lift); transform: translateY(-1px); color: var(--ink); }
.tile:active { transform: translateY(0); }
.t-head { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; min-width: 0; }
.t-name { font-weight: 620; font-size: 15px; letter-spacing: -0.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
.t-group { font-size: 11.5px; color: var(--muted); white-space: nowrap; display: inline-flex; align-items: center; gap: 5px; flex-shrink: 0; }
.t-group::before { content: ""; width: 7px; height: 7px; border-radius: 2px; background: var(--g, var(--muted)); }
.t-row { display: flex; align-items: center; gap: 8px; margin-top: 2px; }
.t-price { font-size: 25px; font-weight: 640; letter-spacing: -0.02em; line-height: 1.15; }
.t-unit { font-size: 12.5px; color: var(--muted); }
.t-row .chg { margin-left: auto; }
.tile .spark { height: 34px; margin: 5px 0 2px; }
.t-foot { font-size: 11.5px; color: var(--muted); display: flex; align-items: center; gap: 6px; white-space: nowrap; overflow: hidden; }
.tile.nav-tile { justify-content: space-between; background: var(--surface-2); border-style: dashed; }
.tile.nav-tile .t-name { white-space: normal; }
.tile.nav-tile p { margin: 4px 0 0; font-size: 13px; color: var(--ink-2); line-height: 1.4; }
.tile.nav-tile .go { font-size: 13px; color: var(--blue); font-weight: 560; }
.tile.nav-tile:hover .go { text-decoration: underline; }
.tile.pending .t-price { color: var(--faint); font-size: 17px; }
[data-g="Électricité"] { --g: var(--g-elec); } [data-g="Gaz"] { --g: var(--g-gaz); } [data-g="Pétrole"] { --g: var(--g-petrole); } [data-g="Charbon"] { --g: var(--g-charbon); }

/* pastille de variation : couleur + signe + flèche (jamais la couleur seule) */
.chg { display: inline-flex; align-items: center; gap: 3px; font-size: 13px; font-weight: 620; padding: 3px 8px; border-radius: 7px; white-space: nowrap; }
.chg.up { color: var(--up); background: var(--up-soft); }
.chg.down { color: var(--down); background: var(--down-soft); }
.chg.flat { color: var(--ink-2); background: var(--hairline-2); }
.chg small { font-weight: 450; font-size: 11px; opacity: .85; }

.home-foot { display: flex; flex-wrap: wrap; gap: 6px 18px; align-items: center; justify-content: space-between; margin-top: 12px; font-size: 12.5px; color: var(--muted); }
.legend-inline { display: flex; flex-wrap: wrap; gap: 4px 14px; align-items: center; }
.legend-inline span { display: inline-flex; align-items: center; gap: 5px; }

/* repères de fréquence : forme + libellé */
.fq { display: inline-block; width: 8px; height: 8px; flex-shrink: 0; }
.fq.temps_reel { background: var(--live); border-radius: 50%; }
.fq.quotidien { background: var(--daily); border-radius: 2px; }
.fq.hebdo { background: var(--daily); border-radius: 1px; transform: rotate(45deg); }
.fq.mensuel { border: 2px solid var(--monthly); border-radius: 2px; }
.badge { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 560; padding: 2px 9px 2px 7px; border-radius: 999px;
  border: 1px solid var(--hairline); color: var(--ink-2); background: var(--surface); white-space: nowrap; }
.badge.stale { color: var(--amber); border-color: color-mix(in srgb, var(--amber) 40%, transparent); background: var(--amber-soft); }

/* ------------------------------------------------------------------ blocs */
h2 { font-size: 21px; line-height: 1.25; letter-spacing: -0.015em; font-weight: 640; margin: 36px 0 6px; text-wrap: balance; }
h3 { font-size: 16px; font-weight: 620; margin: 0 0 4px; letter-spacing: -0.005em; }
.explain { color: var(--ink-2); max-width: 78ch; margin: 0 0 14px; font-size: 15px; }
.grid { display: grid; gap: 16px; }
.grid.two { grid-template-columns: repeat(auto-fit, minmax(min(100%, 440px), 1fr)); }
.grid.three { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.card { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--r-lg); padding: 18px; min-width: 0; }
.card .top { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; flex-wrap: wrap; }
.value { font-size: 34px; font-weight: 650; letter-spacing: -0.025em; line-height: 1.1; margin: 6px 0 2px; }
.value small { font-size: 15px; font-weight: 450; color: var(--muted); margin-left: 5px; letter-spacing: 0; }
.phrase { font-size: 15px; color: var(--ink); margin: 8px 0 0; max-width: 75ch; }
.meta { font-size: 12.5px; color: var(--muted); margin-top: 10px; display: flex; flex-wrap: wrap; gap: 4px 12px; align-items: center; }
.meta a { color: var(--muted); }
.meta a:hover { color: var(--ink); }
.note { font-size: 13.5px; color: var(--ink-2); background: var(--surface-2); border: 1px solid var(--hairline); border-left: 3px solid var(--s7); padding: 9px 12px; margin-top: 10px; border-radius: var(--r-sm); }
.callout { background: var(--surface); border: 1px dashed var(--axis); border-radius: var(--r); padding: 14px 16px; font-size: 14.5px; color: var(--ink-2); }
code { background: var(--hairline-2); padding: 1px 5px; border-radius: 4px; font-family: var(--mono); font-size: 0.9em; }
.kpis { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin: 10px 0; }
.kpi .label { font-size: 12.5px; color: var(--muted); }
.kpi .v { font-size: 24px; font-weight: 640; letter-spacing: -0.015em; }
.loading { color: var(--muted); font-size: 14px; padding: 18px 0; }
.empty { color: var(--ink-2); font-size: 14px; background: var(--surface-2); border: 1px solid var(--hairline); padding: 12px 14px; border-radius: var(--r-sm); }
.spark { width: 100%; height: 48px; display: block; }

.chart-box { position: relative; height: 320px; overflow: hidden; }
.chart-box.tall { height: 380px; }
.chart-box.short { height: 230px; }

/* sélecteurs */
.controls { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin: 6px 0 12px; }
select { font: inherit; font-size: 14px; padding: 7px 10px; border-radius: var(--r-sm); border: 1px solid var(--hairline); background: var(--surface); color: var(--ink); }
.seg { display: inline-flex; background: var(--hairline-2); border-radius: 10px; padding: 3px; gap: 2px; flex-wrap: wrap; }
.seg button { font: inherit; font-size: 14px; font-weight: 520; padding: 6px 13px; border: 0; border-radius: 8px; background: transparent; color: var(--ink-2); cursor: pointer; transition: background .15s, color .15s; }
.seg button:hover:not(:disabled) { color: var(--ink); }
.seg button[aria-pressed="true"] { background: var(--surface); color: var(--ink); box-shadow: 0 1px 2px rgba(20, 30, 50, .12); }
.seg button:disabled { color: var(--faint); cursor: not-allowed; }
label.check { font-size: 14px; color: var(--ink-2); display: inline-flex; gap: 6px; align-items: center; }

/* tableaux */
.table-wrap { overflow-x: auto; }
table { border-collapse: collapse; width: 100%; font-size: 14px; }
th, td { text-align: left; padding: 8px 9px; border-bottom: 1px solid var(--hairline-2); white-space: nowrap; }
th { font-size: 12.5px; color: var(--muted); font-weight: 560; }
td.num, th.num { text-align: right; font-variant-numeric: tabular-nums; }
tr.hl td { background: var(--blue-soft); font-weight: 600; }
.vars td.per { white-space: normal; }
.vars .cmp { display: block; font-size: 12px; color: var(--muted); line-height: 1.35; margin-top: 1px; }
.bar-cell { position: relative; min-width: 110px; }
.bar-cell i { display: block; height: 9px; border-radius: 0 4px 4px 0; background: var(--s1); }
.heat td.cell { text-align: center; font-variant-numeric: tabular-nums; font-size: 13px; border-bottom-color: var(--surface); }

/* page marché */
.quote { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px 12px; margin: 4px 0 6px; }
.quote .big { font-size: clamp(36px, 5vw, 48px); font-weight: 650; letter-spacing: -0.03em; line-height: 1; }
.quote .unit { font-size: 16px; color: var(--muted); }
.period-sum { font-size: 15px; color: var(--ink-2); margin: 2px 0 10px; }
.period-sum b { color: var(--ink); }
.win-legend { display: flex; gap: 14px; flex-wrap: wrap; font-size: 12.5px; color: var(--muted); margin-top: 8px; }
.win-legend i { display: inline-block; width: 14px; height: 10px; border-radius: 2px; vertical-align: -1px; margin-right: 5px; }
dl.facts { display: grid; grid-template-columns: max-content 1fr; gap: 6px 14px; margin: 0; font-size: 14px; }
dl.facts dt { color: var(--muted); }
dl.facts dd { margin: 0; min-width: 0; }

/* carte */
#map svg { width: 100%; height: auto; display: block; }
#map path.country { stroke: #fff; stroke-width: 0.7; cursor: pointer; transition: opacity .15s; }
#map path.country:hover { opacity: .85; }
#map path.nodata { fill: #e7eaee; cursor: default; }
.map-legend { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); margin-top: 8px; flex-wrap: wrap; }
.map-legend .ramp { height: 10px; width: 170px; border-radius: 3px; }
.map-legend i { width: 12px; height: 10px; display: inline-block; border-radius: 2px; }
.tooltip { position: fixed; pointer-events: none; background: var(--ink); color: #fff; font-size: 13px; padding: 6px 9px; border-radius: 7px; z-index: 50; opacity: 0; transition: opacity .1s; max-width: 260px; }

/* Ecowatt */
.ecowatt { display: flex; gap: 2px; margin-top: 10px; }
.ecowatt span { flex: 1; height: 26px; border-radius: 3px; }
.ew-1 { background: var(--good); } .ew-2 { background: var(--warning); } .ew-3 { background: var(--critical); } .ew-0 { background: color-mix(in srgb, var(--good) 45%, #fff); }
.ew-hours { display: flex; justify-content: space-between; font-size: 11px; color: var(--muted); margin-top: 3px; }
.pill { display: inline-block; padding: 4px 11px; border-radius: 999px; font-weight: 650; font-size: 14px; color: #14171c; }

/* chronologie */
.events { list-style: none; padding: 0; margin: 0; border-left: 2px solid var(--hairline); }
.events li { position: relative; padding: 0 0 18px 20px; cursor: pointer; }
.events li::before { content: ""; position: absolute; left: -7px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--surface); border: 2px solid var(--s3); }
.events li.active::before { background: var(--s3); }
.events li:hover .t { color: var(--blue); }
.events .d { font-size: 13px; color: var(--muted); }
.events .t { font-weight: 620; }
.events .desc { color: var(--ink-2); font-size: 14.5px; margin: 2px 0 4px; max-width: 80ch; }
.events .tags { display: flex; gap: 6px; flex-wrap: wrap; font-size: 12px; }
.tag { padding: 1px 8px; border-radius: 999px; background: var(--surface); border: 1px solid var(--hairline); color: var(--ink-2); text-decoration: none; }

/* pages de texte (sources, méthodes, mentions) */
.prose { max-width: 82ch; }
.prose h2 { margin-top: 32px; }
.prose p, .prose li { color: var(--ink-2); }
.prose td { white-space: normal; vertical-align: top; }
.src-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.src-list li { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--r); padding: 12px 14px; }
.src-list .lic { font-size: 13px; color: var(--muted); }
.src-list .use { font-size: 14px; color: var(--ink-2); margin-top: 2px; }
.todo { background: var(--amber-soft); border-radius: 4px; padding: 0 4px; color: var(--amber); }

/* ------------------------------------------------------------------ pied de page */
footer.site { border-top: 1px solid var(--hairline); background: var(--surface); padding: 26px 0 34px; font-size: 13.5px; color: var(--ink-2); }
footer.site .wrap { display: flex; flex-wrap: wrap; gap: 16px 32px; align-items: flex-start; justify-content: space-between; }
footer.site .brand .product { font-size: 14.5px; }
footer.site nav { display: flex; flex-wrap: wrap; gap: 6px 18px; }
footer.site nav a { color: var(--ink-2); text-decoration: none; }
footer.site nav a:hover { color: var(--ink); text-decoration: underline; }
footer.site .fine { flex-basis: 100%; font-size: 12.5px; color: var(--muted); margin: 0; max-width: 110ch; }

/* écrans d'ordinateur peu hauts : l'accueil doit tenir sans défilement */
@media (min-width: 721px) and (max-height: 760px) {
  .page-head.compact h1 { font-size: 28px; }
  .page-head.compact .message { font-size: 15.5px; }
  .tile .spark { height: 28px; }
}

/* ------------------------------------------------------------------ petits écrans */
@media (max-width: 900px) {
  .page-head, .page-head.compact { grid-template-columns: 1fr; gap: 14px; }
  /* min-height à 0 : sinon le ratio 16/5 calcule la largeur depuis la hauteur minimale et la photo déborde */
  .page-head .photo, .page-head.compact .photo { order: -1; min-height: 0; width: 100%; aspect-ratio: 16 / 5; }
}
@media (max-width: 720px) {
  .wrap { padding: 0 16px; }
  header.site .wrap { flex-wrap: wrap; gap: 6px; padding-top: 8px; min-height: 0; }
  nav.tabs { order: 3; flex-basis: 100%; margin: 0 -16px; padding: 0 28px 8px 16px;
    mask-image: linear-gradient(to right, #000 calc(100% - 28px), transparent); -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 28px), transparent); }
  nav.tabs a { font-size: 14px; padding: 6px 10px; }
  main { padding-top: 14px; }
  .message { font-size: 16px; }
  .chart-box { height: 260px; } .chart-box.tall { height: 300px; }
  h2 { margin-top: 30px; }
  /* accueil : liste compacte façon application Bourse sur téléphone */
  .tiles { grid-template-columns: 1fr; gap: 0; background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--r-lg); overflow: hidden; }
  .tile { display: grid; grid-template-columns: minmax(0, 1fr) 70px auto; grid-template-rows: auto auto; align-items: center; column-gap: 12px;
    border: 0; border-bottom: 1px solid var(--hairline-2); border-radius: 0; padding: 10px 14px; }
  .tile:hover { transform: none; box-shadow: none; }
  .t-head { grid-column: 1; grid-row: 1; flex-direction: column; align-items: flex-start; gap: 0; }
  .t-foot { grid-column: 1 / -1; grid-row: 2; margin-top: 3px; }
  .tile .spark { grid-column: 2; grid-row: 1; height: 30px; margin: 0; }
  .t-row { grid-column: 3; grid-row: 1; flex-direction: column; align-items: flex-end; gap: 3px; margin: 0; }
  .t-row .chg { margin-left: 0; }
  .t-price { font-size: 18px; }
  .t-unit { display: none; }
  .tile.nav-tile { display: flex; border-style: solid; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto !important; } }
@media print {
  header.site { position: static; backdrop-filter: none; }
  .controls .seg, select, .photo { display: none; }
  .card, .callout, tr, .events li { break-inside: avoid; }
}

/* tuile : lien principal étiré sur toute la tuile + lien discret vers la source, au-dessus */
.tile { position: relative; }
.tile .t-link { color: inherit; text-decoration: none; }
.tile .t-link::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }
.tile .t-link:focus-visible { outline: none; }
.tile:has(.t-link:focus-visible) { outline: 2px solid var(--blue); outline-offset: 2px; }
.tile .t-src { position: relative; z-index: 1; color: var(--muted); text-decoration: none; }
.tile .t-src:hover { color: var(--ink); text-decoration: underline; }
.brand .logo-slot + .brand-text { padding-left: 10px; border-left: 1px solid var(--hairline); }
