/* Decoherence — white cube. Black on white, hairlines, wall-label type. */
:root {
  --bg: #ffffff;
  --wall: #f7f7f7;
  --ink: #111111;
  --muted: #6b6b6b;      /* 5.7:1 on white */
  --hair: #dcdcdc;
  --hair2: #ececec;
  --red: #c8102e;        /* 5.9:1 on white */
  --kiki: #ff483b;       /* used on illustrations and edges only; noun names stay in ink for contrast */
  --bouba: #87d036;
  --lulu: #ff00ff;
  --card-w: 5rem;
  --card-h: 7rem;
}
* { box-sizing: border-box; }
html { color-scheme: light; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font: 15px/1.5 "Helvetica Neue", Helvetica, Arial, "Liberation Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { margin: 0; font-weight: 400; }
h1 { font-size: 1.05rem; letter-spacing: .12em; text-transform: uppercase; }
h2 { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
button, input, select { font: inherit; }
button { cursor: pointer; border-radius: 0; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
a { color: var(--ink); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
[hidden] { display: none !important; }
svg { display: block; }

.btn {
  background: var(--bg); color: var(--ink); border: 1px solid var(--ink);
  min-height: 44px; padding: .5rem 1.1rem; text-transform: uppercase; font-size: .72rem; letter-spacing: .14em;
}
.btn:hover { background: var(--ink); color: var(--bg); }
.btn.primary { background: var(--ink); color: var(--bg); }
.btn.primary:hover { background: var(--bg); color: var(--ink); }
.btn:disabled { opacity: .3; cursor: not-allowed; }
.btn:disabled:hover { background: var(--bg); color: var(--ink); }
.btn.primary:disabled:hover { background: var(--ink); color: var(--bg); }

/* ---------- header ---------- */
header.top {
  display: flex; align-items: center; justify-content: space-between; gap: .5rem;
  padding: .9rem 1.25rem; border-bottom: 1px solid var(--hair); background: var(--bg);
  position: sticky; top: 0; z-index: 5;
}
header.top h1 a.home { color: inherit; text-decoration: none; display: inline-block; padding: .4rem 0; }
header.top h1 a.home:hover { text-decoration: underline; text-underline-offset: .3em; }
header.top .tools { display: flex; gap: .4rem; }
header.top .btn { min-height: 40px; padding: .3rem .8rem; border-color: var(--hair); white-space: nowrap; }
@media (max-width: 480px) { header.top { padding: .7rem 1rem; } header.top .btn { padding: .3rem .55rem; font-size: .62rem; letter-spacing: .1em; } }
header.top .btn:hover { border-color: var(--ink); }

/* ---------- setup: the entrance wall ---------- */
#setup { max-width: 64rem; margin: 0 auto; padding: 3rem 1.25rem 4rem; }
.wall { max-width: 34rem; margin-bottom: 3rem; }
.wall .title { color: var(--ink); font-size: clamp(2.4rem, 8vw, 4.5rem); font-weight: 300; letter-spacing: -.02em; line-height: 1; margin: 0 0 1rem; }
.wall .dates, .signup .dates { color: var(--muted); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1.5rem; }
.wall p.tag { margin: 0; font-size: 1.05rem; line-height: 1.6; }

.checklist { display: grid; grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr)); gap: 1px; background: var(--hair); border: 1px solid var(--hair); margin-bottom: 3rem; }
.checklist figure { margin: 0; background: var(--bg); padding: 1.25rem 1rem 1rem; display: flex; flex-direction: column; align-items: center; gap: .6rem; }
.checklist figure svg { width: 4.2rem; height: 4.2rem; }
.checklist figcaption { text-align: center; font-size: .72rem; line-height: 1.4; }
.checklist figcaption b { display: block; font-weight: 500; font-size: .85rem; letter-spacing: .02em; }
.checklist figcaption span { color: var(--muted); }

fieldset { border: 0; border-top: 1px solid var(--hair); padding: 1.25rem 0; margin: 0; }
legend { padding: 0 .6rem 0 0; color: var(--muted); text-transform: uppercase; font-size: .7rem; letter-spacing: .14em; }
.row { display: flex; flex-wrap: wrap; gap: .6rem 2rem; align-items: center; }
label.opt { display: inline-flex; align-items: center; gap: .6rem; min-height: 44px; }
input[type=text] { background: var(--bg); color: var(--ink); border: 0; border-bottom: 1px solid var(--ink); padding: .5rem 0; min-height: 44px; width: 12rem; }
input[type=number] { background: var(--bg); color: var(--ink); border: 1px solid var(--hair); padding: .4rem; width: 3.6rem; min-height: 44px; text-align: center; }
input[type=radio], input[type=checkbox] { width: 1.1rem; height: 1.1rem; accent-color: var(--ink); }
.deck-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 1rem; }
.deck-grid h3 { font-size: .7rem; color: var(--muted); text-transform: uppercase; letter-spacing: .14em; margin-bottom: .4rem; }
.deck-grid label { display: flex; align-items: center; justify-content: space-between; gap: .5rem; margin: .25rem 0; }
.deck-total { margin-top: .75rem; color: var(--muted); font-size: .85rem; }
.deck-total.bad { color: var(--red); }
form > .btn { margin-top: 1.5rem; }
@media (max-width: 560px) { .deck-grid { grid-template-columns: 1fr; } }

/* ---------- game layout ---------- */
#game { display: grid; grid-template-columns: 1fr; }
@media (min-width: 960px) {
  #game { grid-template-columns: minmax(0, 1fr) 19rem; }
  #logpanel { border-left: 1px solid var(--hair); height: calc(100vh - 65px); position: sticky; top: 65px; }
  /* the two sides of the table sit next to each other, like two walls of one room */
  #table { display: grid; grid-template-columns: 1fr 1fr; grid-template-areas: "them me" "actions actions"; align-items: start; }
  #side-them { grid-area: them; border-right: 1px solid var(--hair); min-height: calc(100vh - 65px - 62px); }
  #side-me { grid-area: me; }
  #actions { grid-area: actions; }
  .side.them { order: 0; }
}
.side { padding: 1rem 1.25rem 1.25rem; border-bottom: 1px solid var(--hair); background: var(--bg); }
.side.them { background: var(--wall); }
.side .head { display: flex; flex-wrap: wrap; align-items: baseline; gap: .2rem 1.4rem; margin-bottom: .75rem; }
.side .head .name { font-weight: 500; letter-spacing: .02em; }
.side .head .verve { font-size: 2rem; font-weight: 300; letter-spacing: -.02em; }
.side .head .verve.low { color: var(--red); }
.side .head .stat { color: var(--muted); font-size: .78rem; letter-spacing: .04em; }
.side .head button.stat { background: none; border: 0; border-bottom: 1px solid var(--hair); color: var(--muted); padding: .2rem 0; min-height: 32px; }
.side .head button.stat:hover { color: var(--ink); border-color: var(--ink); }
.zone { margin: .6rem 0 0; }
.zone h2 { margin-bottom: .5rem; }
.zone .cards { display: flex; flex-wrap: wrap; align-items: flex-start; gap: .75rem; min-height: 3rem; }
.zone.table .cards, .zone.hand .cards { min-height: var(--card-h); }
.zone .empty { color: var(--muted); font-size: .8rem; align-self: center; letter-spacing: .04em; }

/* ---------- cards: a work and its wall label ---------- */
.card {
  width: var(--card-w); height: var(--card-h); border: 1px solid var(--hair); background: var(--bg); color: var(--ink);
  display: grid; grid-template-rows: 1fr auto; padding: .5rem .35rem .45rem; text-align: center; position: relative;
}
.card svg { width: 100%; height: 100%; max-height: 3.6rem; margin: auto; }
.card .w { font-size: .78rem; font-weight: 500; letter-spacing: .02em; line-height: 1.2; }
.card .k { font-size: .58rem; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; }
.card[aria-pressed="true"] { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
button.card:hover:not(:disabled) { border-color: var(--ink); }
button.card.off { opacity: .35; cursor: default; }
.card.n-kiki svg, .thing.n-kiki .pic, .checklist figure.n-kiki svg { color: var(--kiki); }
.card.n-bouba svg, .thing.n-bouba .pic, .checklist figure.n-bouba svg { color: var(--bouba); }
.card.n-lulu svg, .thing.n-lulu .pic, .checklist figure.n-lulu svg { color: var(--lulu); }
.card.n-kiki, .thing.n-kiki { border-top: 3px solid var(--kiki); }
.card.n-bouba, .thing.n-bouba { border-top: 3px solid var(--bouba); }
.card.n-lulu, .thing.n-lulu { border-top: 3px solid var(--lulu); }
.checklist figure.n-kiki { box-shadow: inset 0 3px 0 var(--kiki); }
.checklist figure.n-bouba { box-shadow: inset 0 3px 0 var(--bouba); }
.checklist figure.n-lulu { box-shadow: inset 0 3px 0 var(--lulu); }
.thing.hilite:hover .pic { color: var(--bg); }
.side.me .zone.hand .cards { gap: .5rem; }

.chain {
  min-height: 44px; border: 1px solid var(--hair); background: var(--bg); color: var(--ink);
  padding: .5rem .8rem; display: inline-flex; align-items: center; gap: .45rem; font-size: .85rem; letter-spacing: .02em;
}
.chain .v, .chain .q { font-weight: 500; }
.chain .slot { color: var(--hair); letter-spacing: -.05em; }
.chain .cost { font-size: .62rem; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; border-left: 1px solid var(--hair); padding-left: .5rem; margin-left: .2rem; }
.chain:disabled { cursor: default; }

.thing {
  width: var(--card-w); height: var(--card-h); border: 1px solid var(--hair); background: var(--bg); color: var(--ink);
  display: grid; grid-template-rows: auto 1fr auto; padding: .35rem .35rem .4rem; position: relative; text-align: center;
}
.thing .top { display: flex; justify-content: space-between; align-items: center; height: 1rem; }
.thing .top svg { width: 1rem; height: 1rem; }
.thing .top .size { font-size: .6rem; color: var(--muted); letter-spacing: .08em; }
.thing .pic { display: flex; align-items: center; justify-content: center; min-height: 0; padding: .15rem 0; }
.thing .pic svg { width: 100%; height: 100%; max-height: 3.2rem; }
.thing .pic.back { margin: .15rem .1rem; background: repeating-linear-gradient(45deg, transparent 0 4px, var(--hair) 4px 5px); }
.thing.hilite:hover .pic.back { background: repeating-linear-gradient(45deg, transparent 0 4px, var(--muted) 4px 5px); }
.thing .label { font-size: .58rem; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; line-height: 1.2; }
.thing .label b { display: block; color: var(--ink); font-weight: 500; font-size: .72rem; text-transform: none; letter-spacing: .02em; }
.thing.hidden { border-style: dashed; }
.thing.measured { background: var(--wall); }
.thing.measured .label { color: var(--ink); }
.thing .link {
  position: absolute; bottom: -.55rem; left: 50%; transform: translateX(-50%); background: var(--bg); border: 1px solid var(--ink); color: var(--ink);
  font-size: .58rem; padding: 0 .4rem; line-height: 1.6; letter-spacing: .1em; white-space: nowrap; text-transform: uppercase;
}
.zone .cards { padding-bottom: .5rem; }
.thing .link.fatal { background: var(--ink); color: var(--bg); }
.thing.hilite, .chain.hilite { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); cursor: pointer; }
.thing.hilite:hover, .chain.hilite:hover { background: var(--ink); color: var(--bg); }
.thing.hilite:hover .label, .thing.hilite:hover .label b, .thing.hilite:hover .top .size, .chain.hilite:hover .cost, .chain.hilite:hover .slot { color: var(--bg); }
button.thing[aria-disabled="true"], button.chain[aria-disabled="true"] { cursor: default; }
button.thing[aria-disabled="true"]:hover, button.chain[aria-disabled="true"]:hover { border-color: var(--hair); }

/* ---------- action bar ---------- */
#actions {
  padding: .7rem 1.25rem; border-bottom: 1px solid var(--hair); background: var(--bg);
  display: flex; flex-wrap: wrap; align-items: center; gap: .6rem; position: sticky; bottom: 0; z-index: 4;
  border-top: 1px solid var(--hair); margin-top: -1px;
}
#actions .btn { white-space: nowrap; }
#status { flex: 1 1 14rem; min-height: 1.5rem; font-size: .92rem; }
#status strong { font-weight: 500; }
#status .warn { color: var(--red); }

/* ---------- log ---------- */
#logpanel { display: flex; flex-direction: column; background: var(--bg); }
#logpanel h2 { padding: .8rem 1.25rem; border-bottom: 1px solid var(--hair); }
#log { list-style: none; margin: 0; padding: .5rem 1.25rem; overflow-y: auto; flex: 1; max-height: 30vh; font-size: .78rem; line-height: 1.45; }
@media (min-width: 960px) { #log { max-height: none; } }
#log li { padding: .2rem 0; color: var(--muted); }
#log li.turn { color: var(--ink); margin-top: .6rem; text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; }
#log li.verve { color: var(--ink); }
#log li.resolve { color: var(--ink); }
#log li.play { color: var(--ink); }
#log li.end { color: var(--red); }

/* ---------- overlays ---------- */
.overlay {
  position: fixed; inset: 0; background: var(--bg); z-index: 20; display: flex; align-items: center; justify-content: center; padding: 1rem;
}
.overlay .box { max-width: 30rem; text-align: center; }
.overlay h2 { color: var(--ink); font-size: 2rem; font-weight: 300; letter-spacing: -.01em; text-transform: none; margin-bottom: .75rem; }
.overlay p { color: var(--muted); }
.overlay .row { justify-content: center; margin-top: 1.5rem; }

dialog {
  background: var(--bg); color: var(--ink); border: 1px solid var(--ink); padding: 0; max-width: min(56rem, 96vw); width: 100%;
  max-height: 90vh;
}
dialog::backdrop { background: rgba(255,255,255,.85); }
dialog .dhead { display: flex; justify-content: space-between; align-items: center; padding: .7rem 1.25rem; border-bottom: 1px solid var(--hair); position: sticky; top: 0; background: var(--bg); }
dialog .dbody { padding: 1.25rem; overflow: auto; max-height: calc(90vh - 62px); }
dialog .dbody h3 { margin: 1.25rem 0 .5rem; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
dialog .dbody h3:first-child { margin-top: 0; }
dialog .dbody p, dialog .dbody li { font-size: .9rem; }
dialog .dbody strong { font-weight: 500; }
.tablewrap { overflow-x: auto; }
table.ref { border-collapse: collapse; width: 100%; font-size: .78rem; }
table.ref th, table.ref td { border: 1px solid var(--hair); padding: .5rem; vertical-align: top; text-align: left; min-width: 9rem; }
table.ref th { font-weight: 500; }
table.ref th.v, table.ref th.q { text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; }
table.ref td b { font-weight: 500; }
ul.discardlist { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
@media (prefers-reduced-motion: no-preference) {
  .thing, .card, .chain { transition: border-color .15s, background-color .15s, color .15s; }
}

/* ---------- helper tooltips ---------- */
.tip {
  position: fixed; z-index: 30; max-width: min(24rem, calc(100vw - 16px)); background: var(--bg); color: var(--ink);
  border: 1px solid var(--ink); padding: .7rem .85rem; font-size: .8rem; line-height: 1.45; pointer-events: none;
}
.tip b.t { display: block; font-weight: 500; font-size: .88rem; margin-bottom: .2rem; }
.tip b.t .k { color: var(--muted); font-weight: 400; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; margin-left: .3rem; }
.tip p { margin: .5rem 0 0; padding-top: .5rem; border-top: 1px solid var(--hair2); }
.tip p b { display: block; font-weight: 500; }
.tip .c { color: var(--muted); }
.tip .warn { color: var(--red); }
#btn-help[aria-pressed="true"] { background: var(--ink); color: var(--bg); border-color: var(--ink); }

/* ---------- digest ---------- */
.overlay.scroll { overflow-y: auto; align-items: flex-start; padding: 3rem 1rem; }
.overlay .box.wide { max-width: 44rem; width: 100%; }
.digest { text-align: left; margin-top: 2.5rem; border-top: 1px solid var(--hair); padding-top: 1.5rem; }
.digest h3 { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin: 1.5rem 0 .6rem; }
.digest h3:first-child { margin-top: 0; }
.digest ul { margin: 0; padding-left: 1.1rem; }
.digest li { margin: .35rem 0; font-size: .9rem; }
.digest .chart { width: 100%; height: auto; margin-bottom: 1rem; color: var(--ink); }
table.ref.digest th[scope=row] { font-weight: 400; color: var(--muted); min-width: 0; }
table.ref.digest td { min-width: 6rem; }
table.ref.digest .c { color: var(--muted); }

/* ---------- verb animations: slow, small, and off when motion is reduced ---------- */
@media (prefers-reduced-motion: no-preference) {
  /* one particle: taps the wall three times, then passes through it (faint while inside), drifts off, and returns */
  .a-knock { animation: a-knock 6s ease-in-out infinite; }
  @keyframes a-knock {
    0%   { transform: translateX(0); opacity: 1; }
    9%   { transform: translateX(19px); }
    18%  { transform: translateX(2px); }
    27%  { transform: translateX(19px); }
    36%  { transform: translateX(2px); }
    45%  { transform: translateX(19px); opacity: 1; animation-timing-function: linear; }
    49%  { transform: translateX(24px); opacity: .3; animation-timing-function: linear; }
    57%  { transform: translateX(36px); opacity: .3; animation-timing-function: linear; }
    61%  { transform: translateX(41px); opacity: 1; animation-timing-function: ease-out; }
    74%  { transform: translateX(60px); opacity: 1; }
    82%  { transform: translateX(60px); opacity: 0; }
    90%  { transform: translateX(0); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
  }
  .a-jump { animation: a-jump 5s ease-in-out infinite; }
  @keyframes a-jump {
    0%, 30% { transform: translateY(48px); }
    38%, 62% { transform: translateY(0); }
    70%, 100% { transform: translateY(48px); }
  }

  /* a wave travelling right into the measurement line: four periods drawn, two shown, slid by one period */
  .a-sound path { animation: a-sound 1.6s linear infinite; }
  @keyframes a-sound { from { transform: translateX(0); } to { transform: translateX(20px); } }

  .a-twin { animation: a-twin 6s ease-in-out infinite; }
  .a-twin.b { animation-name: a-twin-b; }
  @keyframes a-twin { 0%, 44% { opacity: 1; } 50%, 94% { opacity: 0; } 100% { opacity: 1; } }
  @keyframes a-twin-b { 0%, 44% { opacity: 0; } 50%, 94% { opacity: 1; } 100% { opacity: 0; } }

  .a-ring { transform-box: fill-box; transform-origin: center; animation: a-ring 7s ease-in-out infinite; }
  .a-ring.r { animation-delay: -3.5s; }
  @keyframes a-ring { 0%, 100% { transform: scale(.94); } 50% { transform: scale(1.06); } }
}
@media (prefers-reduced-motion: reduce) { .a-twin.b { opacity: 0; } }

/* ---------- noun hover: each one moves in character ---------- */
@media (prefers-reduced-motion: no-preference) {
  .n-kiki svg path, .n-bouba svg path { transform-box: fill-box; transform-origin: center; }
  /* kiki: abrupt, stepped twitches (no easing), while app.js sharpens the spikes */
  .n-kiki:hover svg path, .n-kiki:focus-visible svg path { animation: n-kiki .42s steps(1, end) infinite; }
  @keyframes n-kiki {
    0%   { transform: rotate(-5deg) scale(1.02); }
    20%  { transform: rotate(4deg) scale(1); }
    40%  { transform: rotate(-1deg) scale(1.05); }
    60%  { transform: rotate(6deg) scale(1); }
    80%  { transform: rotate(-3deg) scale(1.03); }
    100% { transform: rotate(2deg) scale(1); }
  }

  /* bouba swells toward the pointer: the path is regenerated from app.js */

  /* inchworm: tail catches up, then head reaches out; crawls right, then back left, so it stays in the card */
  .n-lulu:hover .worm path, .n-lulu:focus-visible .worm path { animation: n-lulu 2.4s ease-in-out infinite; }
  @keyframes n-lulu {
    0%   { stroke-dasharray: 144 400; stroke-dashoffset: 0; }
    25%  { stroke-dasharray: 72 400;  stroke-dashoffset: -72; }
    50%  { stroke-dasharray: 144 400; stroke-dashoffset: 0; }
    75%  { stroke-dasharray: 72 400;  stroke-dashoffset: 0; }
    100% { stroke-dasharray: 144 400; stroke-dashoffset: 0; }
  }
}

/* the boo'd wave is drawn wider than its window (a nested svg viewport), so it can travel */
.a-sound { overflow: hidden; }

/* ---------- newsletter signup on the entrance wall ---------- */
.signup { border-top: 1px solid var(--hair); padding: 1.5rem 0 .5rem; margin-bottom: 1.5rem; }
.signup .dates { margin-bottom: .5rem; }
.signup .tag { max-width: 34rem; margin-bottom: 1rem; font-size: .95rem; }
.signup input[type=email] { background: var(--bg); color: var(--ink); border: 0; border-bottom: 1px solid var(--ink); padding: .5rem 0; min-height: 44px; width: 16rem; max-width: 100%; }
.signup .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.signup-msg { min-height: 1.4rem; margin: .6rem 0 0; font-size: .9rem; color: var(--muted); }
.signup-msg.ok { color: var(--ink); }
.signup-msg.bad { color: var(--red); }

/* ---------- footer ---------- */
.foot {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 1.5rem;
  padding: 1.25rem; border-top: 1px solid var(--hair); background: var(--bg);
  font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted);
}
.foot a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--hair); padding: .2rem 0; }
.foot a:hover { border-color: var(--ink); }

/* ---------- about ---------- */
.foot-links { display: flex; gap: 1.5rem; align-items: center; }
.linklike { background: none; border: 0; padding: .2rem 0; color: var(--ink); font: inherit; letter-spacing: inherit; text-transform: inherit; border-bottom: 1px solid var(--hair); min-height: 32px; }
.linklike:hover { border-color: var(--ink); }
.page.about { max-width: 44rem; margin: 0 auto; padding: 3rem 1.25rem 4rem; }
.page.about .wall { margin-bottom: 2rem; }
.page.about .lede { font-size: 1.15rem; line-height: 1.6; max-width: 36rem; }
.page.about h2:not(.title) { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin: 2rem 0 .6rem; }
.page.about ul.physics { padding-left: 1.1rem; }
.page.about li { margin: .35rem 0; }
.page.about a { color: var(--ink); }
.page.about .signup { border-top: 0; padding-top: .25rem; margin-bottom: .5rem; }
header.top a.btn { display: inline-flex; align-items: center; text-decoration: none; }
.n-kiki svg { overflow: visible; }

.checklist figure:focus-visible { outline: 2px solid var(--ink); outline-offset: -2px; }
.page.ledger table.ref th[scope=col] { text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; color: var(--muted); font-weight: 400; }
