/* Displaid — catalogue theme (ported from karsten.cv/work). Dark, one red mark,
   rails of posters. Chain values stay monospace so hashes compare by eye. */

:root {
  color-scheme: dark;
  --bg: #0a0a0b; --bg-2: #141416; --bg-3: #1c1c1f;
  --line: #26262a; --line-2: #35353b;
  --fg: #fff; --fg-2: #d2d2d6; --fg-3: #8c8c95;
  --red: #e50914; --red-hi: #f6121d; --red-soft: #ff5560;
  --pass: #4ade80; --fail: #f87171; --pending: #33373c; --amber: #f59e0b;
  --tile-w: 214px; --gutter: clamp(20px, 4.4vw, 58px);
  --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--fg-2); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; }
img { max-width: 100%; }
code, .mono { font-family: var(--mono); font-variant-numeric: tabular-nums; }

.skip { position: absolute; left: -9999px; padding: 10px 16px; background: var(--bg-2); border: 1px solid var(--red); border-radius: 6px; color: #fff; z-index: 200; }
.skip:focus { left: 16px; top: 16px; }

/* nav */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px var(--gutter); background: linear-gradient(180deg, rgba(6,6,8,.92) 0%, rgba(6,6,8,.55) 55%, transparent 100%); transition: background .3s; }
nav.solid { background: rgba(8,8,10,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand { font-size: clamp(15px, 2vw, 19px); font-weight: 800; letter-spacing: .04em; color: var(--red); text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.brand span { color: var(--fg); font-weight: 600; letter-spacing: .02em; text-transform: none; font-size: .8em; margin-left: 8px; }
.navlinks { display: flex; align-items: center; gap: clamp(14px, 2.4vw, 30px); }
.navlinks a { font-size: 13.5px; font-weight: 500; color: var(--fg-2); text-decoration: none; transition: color .2s; white-space: nowrap; }
.navlinks a:hover { color: #fff; }
.navlinks a.btn-w, .navlinks a.btn-w:hover { color: #0a0a0b; }
.navlinks .live { display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 12px; color: var(--fg-3); }
.navlinks .live i { width: 7px; height: 7px; border-radius: 50%; background: var(--pass); box-shadow: 0 0 0 0 rgba(74,222,128,.6); animation: pulse 2.2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(74,222,128,.55); } 70% { box-shadow: 0 0 0 7px rgba(74,222,128,0); } 100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); } }
@media (max-width: 680px) { .navlinks a.hide-sm, .navlinks .live { display: none; } }

/* hero */
.hero { position: relative; min-height: min(88vh, 780px); display: flex; align-items: flex-end; padding: 120px var(--gutter) clamp(46px, 7vw, 86px); overflow: hidden; }
/* plate: the listed banner itself, blurred and darkened, full bleed (the Paul Gibbs on-set treatment) */
.hero-bg { position: absolute; inset: 0; z-index: 0; background: url(img/banner-plate.jpg) 70% 40% / cover no-repeat; }
.hero-bg::before { content: ""; position: absolute; inset: 0; background: radial-gradient(92% 78% at 74% 22%, rgba(120,26,34,.22) 0%, rgba(24,6,10,.25) 52%, rgba(10,10,11,.5) 82%); }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,11,.98) 0%, rgba(10,10,11,.95) 28%, rgba(10,10,11,.82) 44%, rgba(10,10,11,.5) 60%, rgba(10,10,11,.22) 80%, rgba(10,10,11,.1) 100%), linear-gradient(0deg, var(--bg) 0%, rgba(10,10,11,.6) 18%, transparent 50%), repeating-linear-gradient(0deg, rgba(255,255,255,.02) 0 1px, transparent 1px 3px); }
/* key art: the real banner with the seven on-chain zones drawn over it */
.hero-art { position: absolute; right: clamp(-60px, -2vw, 0px); top: 42%; width: min(44vw, 700px); z-index: 0; transform: translateY(-50%) rotate(-3deg); }
.plate { position: relative; aspect-ratio: 3/1; border-radius: 8px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.12); animation: drift 28s ease-in-out infinite alternate; }
.plate img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.85) brightness(.8); }
.plate .z { position: absolute; border: 1px solid var(--red-soft); background: rgba(229,9,20,.14); border-radius: 3px; display: flex; flex-direction: column; justify-content: space-between; padding: 5px 7px; font-family: var(--mono); font-size: clamp(8px, .95vw, 12px); color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,.8); backdrop-filter: blur(1px); }
.plate .z b { font-weight: 800; } .plate .z small { color: #ffd0d3; font-size: .85em; }
.plate .z.s { flex-direction: row; align-items: center; gap: 6px; padding: 4px 7px; overflow: hidden; }
.plate .z.listed { border-color: var(--amber); background: rgba(245,158,11,.10); } .plate .z.listed small { color: #fcd68a; }
.plate-tag { position: absolute; left: 10px; bottom: 8px; font-family: var(--mono); font-size: 10.5px; color: #fff; background: rgba(0,0,0,.55); border: 1px solid rgba(255,255,255,.2); border-radius: 3px; padding: 3px 7px; backdrop-filter: blur(4px); }
@keyframes drift { from { transform: scale(1) translate3d(0,0,0); } to { transform: scale(1.03) translate3d(-1%, 1%, 0); } }
@media (prefers-reduced-motion: reduce) { .plate { animation: none; } }
@media (max-width: 960px) { .hero-art { display: none; } .hero-bg { background-position: 60% 30%; } }
.hero-inner { position: relative; z-index: 1; max-width: 700px; }
.badge-row { display: flex; align-items: center; gap: 11px; margin-bottom: 20px; flex-wrap: wrap; }
.n-mark { font-weight: 800; color: var(--red); font-size: 13px; letter-spacing: .32em; }
.badge-row .kind { font-size: 12.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--fg-2); font-weight: 600; }
h1.hero-title { margin: 0; font-weight: 800; font-size: clamp(38px, 7.4vw, 84px); line-height: .98; letter-spacing: -.035em; color: #fff; text-shadow: 0 3px 26px rgba(0,0,0,.6); }
h1.hero-title em { font-style: normal; color: var(--red-hi); }
.hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 14px; margin: 22px 0 0; font-size: 14.5px; color: var(--fg-2); font-weight: 500; }
.hero-meta .pill { border: 1px solid var(--line-2); border-radius: 4px; padding: 2px 9px; font-size: 12px; letter-spacing: .08em; color: var(--fg-3); }
.hero-meta .yr { color: #8de08d; font-weight: 700; }
.hero-desc { margin: 20px 0 0; max-width: 60ch; font-size: clamp(15.5px, 2vw, 17.5px); line-height: 1.6; color: var(--fg-2); text-shadow: 0 2px 14px rgba(0,0,0,.7); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; gap: 9px; padding: 12px 26px; border-radius: 5px; border: 0; font-size: 15.5px; font-weight: 700; text-decoration: none; cursor: pointer; transition: all .18s; font-family: inherit; }
.btn-w { background: #fff; color: #0a0a0b; }
.btn-w:hover { background: #d9d9dd; }
.btn-g { background: rgba(109,109,115,.55); color: #fff; }
.btn-g:hover { background: rgba(109,109,115,.38); }
.btn-r { background: var(--red); color: #fff; }
.btn-r:hover { background: var(--red-hi); }
.btn-sm { padding: 8px 16px; font-size: 13.5px; }

/* stats band — every figure is read from chain by app.js */
.stats-band { position: relative; z-index: 3; padding: 0 var(--gutter); margin: -26px 0 18px; }
.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 7px; overflow: hidden; max-width: 1180px; margin: 0 auto; }
.stat-strip div { background: var(--bg-2); padding: 22px 18px; }
.stat-strip .n { display: block; font-size: clamp(26px, 4.2vw, 38px); font-weight: 800; color: #fff; line-height: 1; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.stat-strip .n small { font-size: .45em; color: var(--fg-3); font-weight: 600; letter-spacing: 0; margin-left: 4px; }
.stat-strip .l { display: block; margin-top: 9px; font-size: 11px; letter-spacing: .17em; text-transform: uppercase; color: var(--fg-3); font-weight: 600; }
@media (max-width: 700px) { .stat-strip { grid-template-columns: repeat(2, 1fr); } }

/* rails */
.rows { position: relative; z-index: 2; margin-top: 14px; padding-bottom: 22px; }
.row { margin-bottom: clamp(30px, 4.4vw, 48px); }
.row-head { display: flex; align-items: baseline; gap: 12px; padding: 0 var(--gutter); margin-bottom: 13px; }
.row-head h2 { margin: 0; font-size: clamp(16px, 2.3vw, 22px); font-weight: 700; color: #e8e8ec; letter-spacing: -.012em; }
.row-head .count { font-size: 12.5px; color: var(--fg-3); font-weight: 500; font-family: var(--mono); }
.row-head .right { margin-left: auto; font-size: 12.5px; color: var(--fg-3); }
.row-head .right button { background: none; border: 1px solid var(--line-2); color: var(--fg-2); border-radius: 4px; padding: 4px 10px; font: inherit; font-size: 12px; cursor: pointer; }
.row-head .right button:hover { border-color: var(--fg-3); color: #fff; }
.rail-wrap { position: relative; }
.rail { display: flex; gap: 10px; padding: 32px var(--gutter); margin: -32px 0; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x proximity; scroll-padding-inline: var(--gutter); scrollbar-width: none; -ms-overflow-style: none; }
.rail::-webkit-scrollbar { display: none; }
.rail[aria-busy="true"] { pointer-events: none; }
.arrow { position: absolute; top: 0; bottom: 0; width: 52px; z-index: 20; display: none; align-items: center; justify-content: center; background: rgba(8,8,10,.62); border: 0; cursor: pointer; color: #fff; font-size: 26px; line-height: 1; transition: background .2s; }
html.js .rail-wrap:hover .arrow { display: flex; }
.arrow:hover { background: rgba(8,8,10,.86); }
.arrow.prev { left: 0; } .arrow.next { right: 0; }
@media (max-width: 900px) { html.js .rail-wrap:hover .arrow { display: none; } }
@media (max-width: 560px) { :root { --tile-w: 160px; } }

/* tiles — a listing is a poster whose art is its zone map */
.tile { position: relative; flex: 0 0 auto; width: var(--tile-w); aspect-ratio: 2/3; border-radius: 5px; overflow: hidden; scroll-snap-align: start; background: #1a1a1d; transition: transform .28s cubic-bezier(.2,.7,.3,1), box-shadow .28s; text-decoration: none; display: block; border: 1px solid transparent; }
.tile.wide { width: calc(var(--tile-w) * 1.6); aspect-ratio: 1/1; }
.tile.listing { width: calc(var(--tile-w) * 1.7); }
.surface-img { position: absolute; left: 0; right: 0; top: 0; aspect-ratio: 3/1; overflow: hidden; background: #000 center / cover no-repeat; }
.surface-img .cut { position: absolute; border: 1px solid var(--amber); box-shadow: 0 0 0 9999px rgba(6,6,8,.72); border-radius: 2px; }
.surface-img .cut::after { content: attr(data-id); position: absolute; left: 4px; top: 2px; font: 800 9px/1 var(--mono); color: #fff; text-shadow: 0 1px 3px #000; }
.tile.listing .tile-face { top: auto; height: 50%; justify-content: flex-end; }
.tile.listing .tile-face::after { background: linear-gradient(180deg, rgba(20,20,22,1) 0%, rgba(20,20,22,1) 100%); }
.tile.listing .t-title { font-size: 15px; }
.tile.listing .t-sub { text-transform: none; letter-spacing: 0; font-size: 11px; color: var(--fg-3); }
.tile.listing .t-net { top: auto; bottom: 10px; right: 10px; }
.tile.listing .t-book { margin-top: 8px; font: 700 12px/1 var(--sans); color: #fff; text-decoration: none; }
.tile.listing .t-book:hover { color: var(--red-soft); }
.tile.listing { aspect-ratio: 4/3; }
.tile.listing .tile-face { height: 56%; }
.row-note { margin: 18px var(--gutter) 0; font-size: 13.5px; color: var(--fg-3); max-width: 70ch; }
.tile.listing .t-when { font: 500 9.5px/1 var(--mono); color: var(--fg-3); margin-top: 6px; }
@media (hover: hover) { .tile:hover { transform: scale(1.07); z-index: 15; box-shadow: 0 16px 40px rgba(0,0,0,.66); border-color: var(--line-2); } }
.tile:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
.tile-face { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 12px 12px 11px; }
.tile-face::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.35) 50%, rgba(0,0,0,.88) 100%); }
.tile-face > * { position: relative; z-index: 1; }
.t-role { font-size: 9.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--red-soft); text-shadow: 0 1px 6px rgba(0,0,0,.9); }
.t-title { font-size: 17px; font-weight: 800; line-height: 1.1; color: #fff; letter-spacing: -.022em; margin: 3px 0 6px; text-shadow: 0 2px 12px rgba(0,0,0,.7); font-family: var(--mono); }
.t-sub { font-size: 10.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.9); }
.t-yr { position: absolute; top: 8px; left: 8px; z-index: 2; font-size: 9.5px; font-weight: 800; letter-spacing: .09em; color: #fff; background: rgba(0,0,0,.5); border: 1px solid rgba(255,255,255,.22); border-radius: 3px; padding: 3px 6px; backdrop-filter: blur(4px); }
.t-net { position: absolute; top: 8px; right: 8px; z-index: 2; font-size: 8.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #fff; background: rgba(0,0,0,.46); border: 1px solid rgba(255,255,255,.24); border-radius: 3px; padding: 4px 7px; backdrop-filter: blur(4px); }
.t-net.ok { color: #8de08d; border-color: rgba(141,224,141,.4); }
.t-net.live { color: #8de08d; }
.t-net.warn { color: var(--amber); border-color: rgba(245,158,11,.4); }
.tile-art { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 14% 10% 34%; }
.tile-art.p1 { background: linear-gradient(145deg, #8e0f2e 0%, #3d0616 58%, #160209 100%); }
.tile-art.p2 { background: linear-gradient(145deg, #a3122a 0%, #40060f 56%, #120206 100%); }
.tile-art.p3 { background: linear-gradient(145deg, #3d4b60 0%, #1b232f 56%, #080b0f 100%); }
.tile-art.p4 { background: linear-gradient(145deg, #a8842c 0%, #4a3a10 56%, #151005 100%); }
.zonemap { position: relative; width: 100%; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.22); border-radius: 3px; overflow: hidden; }
.zonemap span { position: absolute; background: rgba(229,9,20,.55); border: 1px solid var(--red-hi); box-shadow: 0 0 0 1px rgba(0,0,0,.35) inset; }
.zonemap .av { position: absolute; left: 3%; bottom: -30%; width: 18%; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.14); border: 1px dashed rgba(255,255,255,.4); }

/* booking tile internals */
.tile .body { position: absolute; inset: 0; padding: 40px 12px 12px; display: flex; flex-direction: column; gap: 8px; z-index: 1; }
.tile .kv { display: grid; grid-template-columns: auto 1fr; gap: 3px 10px; font-size: 11px; color: var(--fg-3); }
.tile .kv dt { margin: 0; letter-spacing: .06em; text-transform: uppercase; font-weight: 600; }
.tile .kv dd { margin: 0; color: #fff; font-family: var(--mono); text-align: right; }
.ticks { display: grid; grid-template-columns: repeat(24, 1fr); gap: 2px; }
.tick { height: 6px; border-radius: 1px; background: var(--pending); }
.tick--pass { background: var(--pass); } .tick--fail { background: var(--fail); }
.bar { display: flex; height: 8px; border-radius: 2px; background: var(--pending); overflow: hidden; }
.bar span { display: block; height: 100%; }
.bar .pass { background: var(--pass); } .bar .fail { background: var(--fail); }
.legend { display: flex; gap: 10px; font-size: 10.5px; color: var(--fg-3); font-family: var(--mono); flex-wrap: wrap; }
.legend i { display: inline-block; width: 8px; height: 8px; border-radius: 2px; margin-right: 4px; vertical-align: middle; }
.payout { margin-top: auto; border-top: 1px solid var(--line-2); padding-top: 8px; }
.payout .lbl { font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--red-soft); font-weight: 800; margin-bottom: 4px; }

/* empty / error / skeleton */
.state { flex: 0 0 auto; width: min(100%, 560px); border: 1px dashed var(--line-2); border-radius: 7px; padding: 24px 22px; color: var(--fg-3); font-size: 14.5px; }
.state h3 { margin: 0 0 6px; color: #fff; font-size: 16px; }
.state p { margin: 0; }
.state button { margin-top: 12px; }
.skeleton { flex: 0 0 auto; width: var(--tile-w); aspect-ratio: 2/3; border-radius: 5px; background: linear-gradient(90deg, #141416 25%, #1c1c1f 50%, #141416 75%); background-size: 200% 100%; }
@media (prefers-reduced-motion: no-preference) { .skeleton { animation: shimmer 1.4s infinite; } }
@keyframes shimmer { to { background-position: -200% 0; } }

/* sections */
section.block { padding: clamp(44px, 6.5vw, 80px) var(--gutter); border-top: 1px solid var(--line); }
.inner { max-width: 1180px; margin: 0 auto; }
.kicker { font-size: 11.5px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: var(--red); margin: 0 0 16px; }
.block h2.big { margin: 0 0 22px; font-size: clamp(24px, 3.8vw, 38px); font-weight: 800; letter-spacing: -.028em; color: #fff; line-height: 1.08; }
.block .sub { margin: -6px 0 8px; font-size: 16.5px; color: var(--fg-3); max-width: 70ch; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(232px, 1fr)); gap: 12px; margin-top: 26px; }
.card { background: var(--bg-2); border: 1px solid var(--line); border-radius: 7px; padding: 24px 22px; text-decoration: none; display: block; transition: border-color .2s, transform .2s; }
.card .num { font-size: 12px; font-weight: 800; color: var(--red); letter-spacing: .18em; display: block; margin-bottom: 12px; }
.card h3 { margin: 0 0 8px; font-size: 16.5px; color: #fff; font-weight: 700; letter-spacing: -.01em; }
.card p { margin: 0; font-size: 14.5px; line-height: 1.62; color: var(--fg-3); }
.card code { font-size: .88em; background: var(--bg-3); border: 1px solid var(--line); border-radius: 4px; padding: 1px 5px; color: #e8e8ec; }
.prose { max-width: 72ch; font-size: 16.5px; line-height: 1.72; }
.prose p { margin: 0 0 17px; }
.prose strong { color: #fff; font-weight: 600; }
.two-col { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(26px, 5vw, 62px); align-items: start; margin-top: 24px; }
@media (max-width: 840px) { .two-col { grid-template-columns: 1fr; } }
.two-col .lead { font-size: 19px; color: #fff; }

/* craft band: the plate behind glass cards (from the Paul Gibbs site) */
.craft { position: relative; overflow: hidden; }
.craft::before { content: ""; position: absolute; inset: 0; z-index: 0; background: url(img/banner-plate.jpg) 50% 40% / cover no-repeat; }
.craft::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(10,10,11,.96) 0%, rgba(10,10,11,.9) 24%, rgba(10,10,11,.68) 46%, rgba(10,10,11,.5) 70%, rgba(10,10,11,.44) 100%), linear-gradient(180deg, var(--bg) 0%, rgba(10,10,11,.35) 22%, rgba(10,10,11,.35) 74%, var(--bg) 100%); }
.craft .inner { position: relative; z-index: 2; }
.craft .card { background: rgba(17,17,19,.74); backdrop-filter: blur(12px); border-color: rgba(255,255,255,.1); }
@media (max-width: 760px) { .craft::after { background: linear-gradient(180deg, var(--bg) 0%, rgba(10,10,11,.62) 16%, rgba(10,10,11,.8) 60%, var(--bg) 100%); } }
img.template { display: block; width: 100%; height: auto; border: 1px solid var(--line-2); border-radius: 8px; }

/* the banner as seven sponsor slots */
.banner-demo { position: relative; width: 100%; aspect-ratio: 3/1; background: linear-gradient(135deg, #1a1a1e, #0f0f11); border: 1px solid var(--line-2); border-radius: 8px; overflow: visible; margin-top: 8px; }
.banner-demo .z { position: absolute; border: 1px solid var(--red-soft); background: rgba(229,9,20,.12); border-radius: 3px; display: flex; flex-direction: column; justify-content: space-between; padding: 6px 8px; font-family: var(--mono); font-size: clamp(9px, 1.1vw, 13px); color: #fff; transition: background .2s; }
.banner-demo .z:hover { background: rgba(229,9,20,.32); }
.banner-demo .z b { font-weight: 800; }
.banner-demo .z small { color: var(--fg-3); font-size: .85em; }
.banner-demo .z.s { flex-direction: row; align-items: center; gap: 6px; padding: 4px 7px; overflow: hidden; }
.banner-demo .z.sold { border-color: rgba(141,224,141,.7); background: rgba(74,222,128,.10); }
.banner-demo .z.sold small { color: #8de08d; }
.banner-demo .avatar { position: absolute; left: 3%; bottom: -28%; width: 16%; aspect-ratio: 1; border-radius: 50%; background: #0a0a0b; border: 2px dashed var(--fg-3); display: flex; align-items: center; justify-content: center; font-size: clamp(8px, .9vw, 11px); color: var(--fg-3); text-align: center; line-height: 1.2; }
.banner-legend { display: flex; gap: 18px; margin-top: clamp(40px, 6vw, 64px); font-size: 12.5px; color: var(--fg-3); flex-wrap: wrap; }
.banner-legend i { display: inline-block; width: 10px; height: 10px; border-radius: 2px; margin-right: 6px; vertical-align: middle; border: 1px solid; }

table.meas { width: 100%; border-collapse: collapse; font-size: 13.5px; margin-top: 18px; font-family: var(--mono); }
table.meas th, table.meas td { text-align: left; padding: 8px 10px; border-bottom: 1px solid var(--line); }
table.meas th { color: var(--fg-3); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-family: var(--sans); }
table.meas td.ok { color: #8de08d; } table.meas td.bad { color: var(--fail); }
.meas-wrap { overflow-x: auto; }

/* footer */
footer { padding: clamp(40px, 6vw, 64px) var(--gutter); border-top: 1px solid var(--line); font-size: 13.5px; color: var(--fg-3); }
footer .inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; }
@media (max-width: 760px) { footer .inner { grid-template-columns: 1fr; } }
footer a { color: var(--fg-2); text-decoration: none; }
footer a:hover { color: #fff; }
footer dl { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: 6px 14px; font-family: var(--mono); font-size: 12px; }
footer dt { color: var(--fg-3); } footer dd { margin: 0; color: var(--fg-2); word-break: break-all; }
footer p { margin: 0 0 10px; }
