/* zeclayer.world v2 — Varo's register (varo.rialto.xyz, measured): black canvas, Outfit UI, Roboto Serif
   display with an italic cream <em>, Bungee wordmark, white/black primary button, hairline rules,
   4–6px radii, cream live banner #e8dcc2, mint/red for moves. One pink is ours: the shield mark. */
:root {
  --ink: #000; --ink-2: #0c0c0c; --ink-3: #141414;
  --rule: rgba(255,255,255,.08); --rule-2: rgba(255,255,255,.14);
  --paper: #fff; --paper-2: rgba(255,255,255,.72); --paper-3: rgba(255,255,255,.45);
  --cream: #e8dcc2; --cream-2: #f3ead6; --cream-dim: rgba(232,220,194,.35);
  --mint: rgb(52,210,110); --red: rgb(247,100,103); --zec: #f4b728; --zec-dim: rgba(244,183,40,.35); --zec-soft: rgba(244,183,40,.12);
  --display: "Roboto Serif", "Iowan Old Style", "Palatino Linotype", Palatino, serif;
  --sans: "Outfit", system-ui, sans-serif; --wordmark: "Bungee", "Outfit", sans-serif;
  --max: 1080px; --r: 6px;
}
* { box-sizing: border-box; }
html { background: var(--ink); color: var(--paper); }
body { margin: 0; font-family: var(--sans); font-size: 15px; line-height: 1.45; background: var(--ink) radial-gradient(1200px 500px at 60% -10%, rgba(232,220,194,.06), transparent 60%); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
[hidden] { display: none !important; }
::selection { background: #fff; color: #000; }
:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.row { display: flex; align-items: center; gap: 16px; }
.muted { color: var(--paper-2); }
.small { font-size: 13.5px; }
.cream { color: var(--cream); }
.up { color: var(--mint); } .down { color: var(--red); }

/* ---------- boot: the mark, the word, one cream line ---------- */
#boot { position: fixed; inset: 0; z-index: 50; background: #000; display: grid; place-content: center; justify-items: center; gap: 14px; transition: opacity .45s ease, visibility .45s; }
#boot.out { opacity: 0; visibility: hidden; }
#boot .bmark { width: 64px; height: 64px; border-radius: 12px; overflow: hidden; animation: bpop .6s cubic-bezier(.2,.9,.2,1) both; }
#boot .bmark img { width: 100%; height: 100%; display: block; }
#boot .bword { font-family: var(--wordmark); font-size: 20px; letter-spacing: .04em; animation: bfade .5s .2s both; }
#boot .bline { width: 160px; height: 2px; background: var(--rule-2); overflow: hidden; border-radius: 2px; }
#boot .bline i { display: block; height: 100%; width: 0; background: var(--cream); animation: bfill 1.1s .25s ease-out both; }
@keyframes bpop { from { transform: scale(.6); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes bfade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@keyframes bfill { to { width: 100%; } }

/* ---------- header ---------- */
.top { position: sticky; top: 0; z-index: 20; background: rgba(0,0,0,.85); backdrop-filter: blur(10px); border-bottom: 1px solid var(--rule); }
.top .row { height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand .mark { width: 30px; height: 30px; border-radius: 7px; overflow: hidden; display: block; }
.brand .mark img { width: 100%; height: 100%; display: block; }
.brand .word { font-family: var(--wordmark); font-size: 18px; letter-spacing: .02em; }
.nav { display: flex; gap: 4px; margin-left: 18px; }
.nl { background: transparent; border: 0; padding: 8px 12px; border-radius: var(--r); font-size: 14px; color: var(--paper-2); }
.nl:hover { color: #fff; background: var(--ink-2); }
.nl[aria-selected="true"] { color: #fff; background: var(--ink-3); }
.right { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.pill { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--paper-3); padding: 7px 11px; border: 1px solid var(--rule); border-radius: var(--r); }
.pill.chain i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 3px rgba(52,210,110,.18); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 4px; padding: 10px 16px; font-size: 14px; font-weight: 600; border: 1px solid transparent; transition: background .15s, border-color .15s, transform .15s; }
.btn.white { background: #fff; color: #000; border-color: #fff; }
.btn.white:hover { background: #ededed; border-color: #ededed; }
.btn.ghost { background: transparent; color: #fff; border-color: var(--rule-2); }
.btn.ghost:hover { border-color: #fff; }
.btn.big { width: 100%; padding: 13px 16px; font-size: 15px; }
.btn[disabled] { opacity: .5; cursor: not-allowed; }
.btn.tiny { padding: 6px 10px; font-size: 12.5px; }

/* ---------- page skeleton ---------- */
main { padding: 22px 0 60px; }
.stack { display: flex; flex-direction: column; gap: 22px; }
section { min-width: 0; }
.sh { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
h2 { font-family: var(--display); font-weight: 500; font-size: 20px; margin: 0; }
h3 { font-family: var(--display); font-weight: 500; font-size: 19px; margin: 0; }
.ph h1, .hero h1 { font-family: var(--display); font-weight: 500; font-size: 32px; line-height: 1.15; margin: 0; letter-spacing: -.005em; }
.ph h1 em, .hero h1 em { font-style: italic; color: var(--cream); }
.ph p { margin: 8px 0 0; max-width: 62ch; }
.card { background: var(--ink-2); border: 1px solid var(--rule); border-radius: var(--r); padding: 20px; }
.cap { font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--paper-3); margin-bottom: 8px; }
.note { border: 1px solid var(--rule); border-left: 3px solid var(--cream); background: var(--ink-2); border-radius: var(--r); padding: 12px 14px; color: var(--paper-2); font-size: 14px; }
.note code { font-family: ui-monospace, Menlo, monospace; font-size: 12.5px; color: var(--cream); }
.empty { color: var(--paper-3); padding: 18px; text-align: center; border: 1px dashed var(--rule-2); border-radius: var(--r); width: 100%; grid-column: 1 / -1; }
td.empty { border: 0; }

/* ---------- banner + hero (as on Varo's home) ---------- */
.banner { display: flex; justify-content: space-between; align-items: center; gap: 12px; background: var(--cream); color: #000; border-radius: var(--r); padding: 11px 16px; font-size: 14.5px; font-weight: 500; animation: rise .5s .1s both; }
.banner b { font-weight: 700; margin-right: 6px; }
.banner .r { color: rgba(0,0,0,.72); font-weight: 400; }
.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #0f0f0f, #060606); border: 1px solid var(--rule); border-radius: var(--r); padding: 36px 36px 32px; animation: rise .55s .2s both; }
.hero::after { content: ""; position: absolute; right: -80px; top: -80px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(232,220,194,.10), transparent 60%); pointer-events: none; }
.hmark { width: 48px; height: 48px; border-radius: 10px; overflow: hidden; margin-bottom: 18px; }
.hmark img { width: 100%; height: 100%; display: block; }
.hero p { margin: 12px 0 0; max-width: 64ch; color: var(--paper-2); font-size: 15.5px; }
.ctas { display: flex; gap: 10px; margin-top: 22px; }
@keyframes rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* ---------- launched-here strip ---------- */
.strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.tk { display: flex; align-items: center; gap: 12px; background: var(--ink-2); border: 1px solid var(--rule); border-radius: var(--r); padding: 12px 14px; text-align: left; transition: border-color .15s, transform .15s; animation: rise .4s both; }
.tk:hover { border-color: var(--rule-2); transform: translateY(-1px); }
.tk .im { width: 40px; height: 40px; border-radius: 8px; background: var(--ink-3) center / cover no-repeat; flex: 0 0 auto; display: grid; place-items: center; font-weight: 600; color: var(--paper-3); }
.tk .nm { font-weight: 600; font-size: 14.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tk .sy { color: var(--paper-3); font-size: 13px; }
.tk .num { margin-left: auto; text-align: right; font-variant-numeric: tabular-nums; }
.tk .num b { display: block; font-weight: 600; }
.tk .num span { font-size: 12.5px; }

/* ---------- tabs + table ---------- */
.tabs { display: flex; align-items: center; gap: 4px; background: var(--ink-2); border: 1px solid var(--rule); border-radius: var(--r); padding: 4px; margin-bottom: 10px; }
.tabs .t { background: transparent; border: 0; padding: 8px 12px; border-radius: 4px; font-size: 13.5px; color: var(--paper-2); }
.tabs .t[aria-selected="true"] { background: var(--ink-3); color: #fff; }
.tabs input { margin-left: auto; background: #000; border: 1px solid var(--rule); border-radius: 4px; padding: 8px 10px; font-size: 13.5px; min-width: 240px; }
.tablewrap { overflow-x: auto; border: 1px solid var(--rule); border-radius: var(--r); background: rgba(12,12,12,.6); }
table { width: 100%; border-collapse: collapse; }
th { text-align: left; font-weight: 500; font-size: 13px; color: var(--paper-2); padding: 12px 14px; border-bottom: 1px solid var(--rule); white-space: nowrap; }
td { padding: 12px 14px; border-bottom: 1px solid var(--rule); font-size: 15px; vertical-align: middle; white-space: nowrap; }
tr:last-child td { border-bottom: 0; }
tbody tr { transition: background .12s; }
tbody tr[data-open] { cursor: pointer; }
tbody tr[data-open]:hover { background: var(--ink-3); }
th.n, td.n { text-align: right; font-variant-numeric: tabular-nums; }
.tcell { display: flex; align-items: center; gap: 10px; }
.tcell .im { width: 32px; height: 32px; border-radius: 7px; background: var(--ink-3) center / cover no-repeat; flex: 0 0 auto; }
.tcell .nm { font-weight: 600; line-height: 1.1; }
.tcell .sy { color: var(--paper-3); font-size: 13px; }
.chip { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--cream); border: 1px solid var(--cream-dim); border-radius: 4px; padding: 3px 8px; }
.chip i { width: 34px; height: 8px; background: repeating-linear-gradient(90deg, var(--cream-dim) 0 4px, transparent 4px 6px); border-radius: 2px; }

/* ---------- launch page ---------- */
.two { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 18px; align-items: start; }
.col { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.side { position: sticky; top: 80px; }
.grid2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.f { display: flex; flex-direction: column; gap: 6px; margin-top: 12px; }
.f > span { font-size: 13px; color: var(--paper-2); }
.f small { color: var(--paper-3); }
.f input, .f select, .f textarea { background: #000; border: 1px solid var(--rule-2); border-radius: var(--r); padding: 11px 12px; font-size: 15px; width: 100%; }
.f input:focus, .f select:focus, .f textarea:focus { outline: 0; border-color: #fff; }
.f textarea { resize: vertical; min-height: 84px; }
.f select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--paper-2) 50%), linear-gradient(135deg, var(--paper-2) 50%, transparent 50%); background-position: calc(100% - 18px) 55%, calc(100% - 13px) 55%; background-size: 5px 5px; background-repeat: no-repeat; }
.drop { position: relative; border: 1px dashed var(--rule-2); border-radius: var(--r); background: #000; min-height: 120px; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 14px; cursor: pointer; transition: border-color .15s; }
.drop:hover, .drop.over { border-color: var(--cream); }
.drop img { width: 72px; height: 72px; border-radius: 10px; object-fit: cover; }
.drop .dtext { text-align: center; display: grid; gap: 4px; }
.drop .dtext b { font-weight: 600; font-size: 14.5px; }
.drop .dtext small { color: var(--paper-3); font-size: 12.5px; }
.drop input[type="file"] { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.social { margin-top: 12px; }
.social summary { cursor: pointer; color: var(--paper-2); font-size: 14px; list-style: none; }
.social summary::before { content: "+ "; color: var(--cream); }
.social[open] summary::before { content: "− "; }
.rec { display: flex; justify-content: space-between; align-items: center; gap: 10px; background: #000; border: 1px solid var(--rule-2); border-radius: var(--r); padding: 11px 12px; margin: 10px 0; }
.rec .who { font-weight: 600; }
.rec .share { color: var(--cream); font-size: 13px; }
.steps { display: grid; gap: 6px; font-size: 14px; }
.steps .step { display: flex; gap: 10px; color: var(--paper-2); padding: 8px 12px; background: var(--ink-2); border: 1px solid var(--rule); border-radius: var(--r); }
.steps .step .i { color: var(--paper-3); }
.steps .step.ok .i { color: var(--mint); }
.steps .step.err, .steps .step.err .i { color: var(--red); }
.steps .step a { color: var(--cream); text-decoration: underline; }
.pv { display: flex; align-items: center; gap: 12px; padding: 4px 0 12px; border-bottom: 1px solid var(--rule); margin-bottom: 10px; }
.pimg { width: 44px; height: 44px; border-radius: 9px; background: var(--ink-3) center / cover no-repeat; flex: 0 0 auto; }
.pname { font-weight: 600; font-size: 15px; }
.psym { color: var(--paper-3); font-size: 13px; }
.pcap { margin-left: auto; font-weight: 600; }
.kv { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; border-bottom: 1px solid var(--rule); font-size: 14px; }
.kv:last-child { border-bottom: 0; }
.kv span { color: var(--paper-3); }
.kv b { font-weight: 500; text-align: right; }
.kvs { display: grid; }
.list { margin: 0 0 14px; padding: 0; list-style: none; display: grid; gap: 7px; font-size: 14px; color: var(--paper-2); }
.list li::before { content: "✓"; color: var(--mint); margin-right: 8px; }

/* ---------- how ---------- */
.three { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.three .card { display: flex; flex-direction: column; gap: 10px; animation: rise .45s both; }
.three .card:nth-child(2) { animation-delay: .1s; } .three .card:nth-child(3) { animation-delay: .2s; }
.three .card.hot { border-color: var(--cream-dim); background: linear-gradient(180deg, rgba(232,220,194,.06), var(--ink-2) 60%); }
.three .no { font-size: 11.5px; letter-spacing: .12em; color: var(--cream); }
.three p { margin: 0; color: var(--paper-2); font-size: 14.5px; }
.three .ft { margin-top: auto; padding-top: 10px; border-top: 1px solid var(--rule); font-size: 12.5px; color: var(--paper-3); }
.three .ft i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--mint); margin-right: 8px; }

/* ---------- payouts ---------- */
.claim { display: inline-flex; gap: 8px; align-items: center; }

/* ---------- modal ---------- */
.modal { position: fixed; inset: 0; z-index: 40; background: rgba(0,0,0,.7); display: grid; place-items: center; padding: 20px; backdrop-filter: blur(6px); }
.mbox { position: relative; width: min(560px, 100%); background: var(--ink-2); border: 1px solid var(--rule-2); border-radius: 8px; padding: 22px; animation: rise .25s both; }
.mbox .x { position: absolute; right: 10px; top: 8px; background: transparent; border: 0; font-size: 22px; color: var(--paper-2); }
.mhead { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.mhead .im { width: 52px; height: 52px; border-radius: 10px; background: var(--ink-3) center / cover no-repeat; }
.mhead .nm { font-family: var(--display); font-size: 22px; font-weight: 500; }
.mhead .sy { color: var(--paper-3); }
.addr { font-family: ui-monospace, Menlo, monospace; font-size: 12.5px; color: var(--paper-2); word-break: break-all; }
.mact { display: flex; gap: 8px; margin-top: 14px; flex-wrap: wrap; }

/* ---------- footer ---------- */
.foot { border-top: 1px solid var(--rule); padding: 18px 0 28px; color: var(--paper-3); font-size: 13px; }
.foot .row { justify-content: space-between; }
.foot .links { display: flex; gap: 14px; }
.foot .links a:hover { color: #fff; }

@media (max-width: 900px) {
  .two { grid-template-columns: 1fr; } .side { position: static; }
  .three, .strip { grid-template-columns: 1fr; }
  .nav { display: none; } .pill { display: none; }
  .hero { padding: 24px; } .ph h1, .hero h1 { font-size: 26px; }
  .tabs { flex-wrap: wrap; } .tabs input { min-width: 0; width: 100%; margin: 4px 0 0; }
}

/* ---------- Zcash: gold is the z-side ---------- */
.zc { color: var(--zec); font-style: normal; }
h2 em.zc { font-family: var(--sans); font-size: 13px; font-weight: 400; letter-spacing: .04em; text-transform: uppercase; }
.chip { color: var(--zec); border-color: var(--zec-dim); }
.chip i { background: repeating-linear-gradient(90deg, var(--zec-dim) 0 4px, transparent 4px 6px); }
.cream, .kv b.cream, td.cream, .tk .num b.cream { color: var(--zec); }
.rec .share { color: var(--zec); }
.three .card.hot { border-color: var(--zec-dim); background: linear-gradient(180deg, var(--zec-soft), var(--ink-2) 60%); }
.three .no { color: var(--zec); }
.note { border-left-color: var(--zec); }
.note code { color: var(--zec); }
#boot .bsub { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--zec); animation: bfade .5s .35s both; }
#boot .bline i { background: linear-gradient(90deg, var(--cream), var(--zec)); }

/* ---------- Zcash pulse strip ---------- */
.zpulse { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) 260px; gap: 0; background: var(--ink-2); border: 1px solid var(--rule); border-radius: var(--r); overflow: hidden; }
.zp { padding: 14px 18px; border-right: 1px solid var(--rule); display: grid; gap: 3px; min-width: 0; }
.zp span { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--paper-3); }
.zp b { font-size: 20px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.zp small { font-size: 12.5px; color: var(--paper-3); }
.zp small.up { color: var(--mint); } .zp small.down { color: var(--red); }
.zp:first-child b { color: var(--zec); font-variant-numeric: tabular-nums; }
.zspark { width: 100%; height: 100%; display: block; background: linear-gradient(180deg, var(--zec-soft), transparent); }

/* ---------- the t-side | z-side diagram ---------- */
.tz { display: grid; grid-template-columns: minmax(0, 1fr) 160px minmax(0, 1fr); gap: 14px; align-items: stretch; margin-top: 22px; }
.tz .side { background: #000; border: 1px solid var(--rule-2); border-radius: var(--r); padding: 14px 16px; display: grid; gap: 8px; align-content: start; }
.tz .side.z { border-color: var(--zec-dim); background: linear-gradient(180deg, var(--zec-soft), #000 70%); }
.tz .lab { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--paper-3); display: flex; align-items: center; gap: 8px; }
.tz .lab i { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-style: normal; font-weight: 700; font-size: 12px; background: #fff; color: #000; }
.tz .z .lab i { background: var(--zec); }
.tz .z .lab { color: var(--zec); }
.tz .who { font-family: var(--display); font-size: 20px; font-weight: 500; }
.tz .addr { font-family: ui-monospace, Menlo, monospace; font-size: 12px; color: var(--paper-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tz .addr.zs { color: var(--zec); }
.tz .addr.zs b { display: inline-block; font-weight: 400; letter-spacing: -.05em; opacity: .7; animation: zshimmer 2.4s linear infinite; }
@keyframes zshimmer { 0%, 100% { opacity: .45; } 50% { opacity: .9; } }
.tz ul { margin: 2px 0 0; padding-left: 16px; font-size: 13.5px; color: var(--paper-2); display: grid; gap: 3px; }
.tz .flow { display: grid; align-content: center; justify-items: center; gap: 6px; text-align: center; font-size: 11.5px; color: var(--paper-3); }
.tz .flow svg { width: 150px; height: 60px; overflow: visible; }
.tz .flow path { fill: none; stroke: var(--rule-2); stroke-width: 2; stroke-dasharray: 4 6; }
.tz .flow circle { fill: var(--zec); filter: drop-shadow(0 0 6px var(--zec)); }
@media (max-width: 900px) { .tz { grid-template-columns: 1fr; } .tz .flow svg { transform: rotate(90deg); height: 40px; } .zpulse { grid-template-columns: 1fr 1fr; } .zspark { display: none; } }

/* ---------- "Zcash, applied" ---------- */
.card.map { display: grid; gap: 10px; }
.card.map .from { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--paper-3); display: flex; gap: 8px; align-items: center; }
.card.map .from i { font-style: normal; color: var(--zec); font-size: 16px; }
.card.map .arrow { color: var(--zec); font-size: 20px; line-height: 1; }
.card.map .to { font-family: var(--display); font-size: 22px; font-weight: 500; }
.card.map p { margin: 0; color: var(--paper-2); font-size: 14px; }

/* ---------- reveal motion ---------- */
.rv { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.8,.2,1); }
.rv.in { opacity: 1; transform: none; }
.hero { animation: none; }
.hero.rv { transition-delay: .05s; }
.banner { animation: none; }
tbody tr { animation: rise .35s both; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } }

/* ---------- the film preloader ---------- */
#film { position: fixed; inset: 0; z-index: 60; background: #000; display: grid; place-items: center; transition: opacity .5s ease, visibility .5s; }
#film.out { opacity: 0; visibility: hidden; }
.film-box { position: relative; width: min(1120px, 96vw); aspect-ratio: 16 / 9; background: #000; border: 1px solid var(--rule-2); border-radius: 10px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.6), 0 0 0 1px rgba(244,183,40,.08); animation: filmIn .7s cubic-bezier(.2,.9,.2,1) both; }
@keyframes filmIn { from { opacity: 0; transform: scale(.94) translateY(14px); } to { opacity: 1; transform: none; } }
.film-box video { width: 100%; height: 100%; display: block; object-fit: cover; }
.film-top, .film-foot { position: absolute; left: 0; right: 0; display: flex; align-items: center; gap: 14px; padding: 14px 18px; }
.film-top { top: 0; justify-content: space-between; background: linear-gradient(180deg, rgba(0,0,0,.7), transparent); }
.film-foot { bottom: 0; background: linear-gradient(0deg, rgba(0,0,0,.8), transparent); }
.film-brand { display: flex; align-items: center; gap: 10px; font-family: var(--wordmark); font-size: 15px; letter-spacing: .03em; }
.film-brand img { width: 26px; height: 26px; border-radius: 6px; }
.film-brand em { font-family: var(--display); font-style: italic; font-size: 14px; color: var(--zec); letter-spacing: 0; text-transform: none; }
.film-cap { font-size: 13px; color: var(--paper-2); min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.film-prog { flex: 1 1 auto; height: 3px; background: rgba(255,255,255,.14); border-radius: 3px; overflow: hidden; }
.film-prog i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--cream), var(--zec)); }
@media (max-width: 700px) { .film-cap { display: none; } }
