/* Sketchier Reprint Desk.
   Printed-proof-sheet look: one blue ink plus a yellow spot color on paper.
   Every text/background pair is at least 9:1 (WCAG). --brand (#004aad, 7.8:1 on paper)
   is kept for rules, fills and the logo only, never for text. */

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  src: url(/fonts/archivo-latin-wdth-normal.woff2) format("woff2-variations");
}
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url(/fonts/newsreader-latin-wght-normal.woff2) format("woff2-variations");
}
@font-face {
  font-family: "Newsreader";
  font-style: italic;
  font-display: swap;
  font-weight: 200 800;
  src: url(/fonts/newsreader-latin-wght-italic.woff2) format("woff2-variations");
}

:root {
  --paper: #fbfaf6;
  --ink: #0a1a3a;      /* 16.5:1 on paper */
  --blue: #003a8c;     /* 10.1:1 on paper; white on it 10.6:1 */
  --deep: #002f73;     /* white on it 12.7:1; yellow on it 9.8:1 */
  --brand: #004aad;    /* logo blue: rules and fills only */
  --spot: #ffe14a;     /* ink on it 13.2:1 */
  --display: "Archivo", "Arial Narrow", sans-serif;
  --text: "Newsreader", Georgia, serif;
  --wrap: 78rem;
  --gut: clamp(1rem, 3vw, 2rem);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 1.0625rem/1.55 var(--text);
  font-optical-sizing: auto;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; }
h1, h2, h3 { margin: 0; }

.skip {
  position: absolute; left: var(--gut); top: -4rem;
  background: var(--spot); color: var(--ink); padding: 0.5rem 0.9rem;
  font: 700 1rem var(--display); z-index: 10;
}
.skip:focus { top: 0.5rem; }

/* ---------- Masthead ---------- */

.mast {
  border-bottom: 7px solid var(--brand);
  box-shadow: 0 4px 0 var(--paper), 0 6px 0 var(--brand);
  margin-bottom: 6px;
}
.mast-inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 1.1rem var(--gut) 0.9rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 0.5rem 1.5rem;
}
.mast-logo img { width: 15rem; }
.mast-name {
  margin: 0;
  font: 900 2.6rem/0.85 var(--display);
  font-stretch: 68%;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  padding-left: 1.5rem;
  border-left: 2px solid var(--ink);
}
.mast-name a { color: var(--ink); text-decoration: none; }
.mast-nav { display: flex; gap: 1.25rem; font: 650 0.95rem var(--display); font-stretch: 85%; text-transform: uppercase; letter-spacing: 0.06em; }
.mast-nav a { color: var(--ink); text-decoration: none; padding: 0.25rem 0; border-bottom: 2px solid transparent; }
.mast-nav a:hover, .mast-nav a[aria-current] { border-bottom-color: var(--ink); }
.mast-nav .mast-sub { background: var(--blue); color: #fff; padding: 0.25rem 0.6rem; border: 0; }
.mast-nav .mast-sub:hover { background: var(--ink); }

main { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); }

/* ---------- Terms line ---------- */

.terms {
  margin: 0;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--ink);
  font-size: 1rem;
}
.terms-tag {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.2rem 0.45rem 0.15rem;
  background: var(--spot);
  font: 800 0.8rem var(--display);
  letter-spacing: 0.08em;
}
.credit-label {
  margin: 0 0 0.4rem;
  font: 700 0.8rem var(--display);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* ---------- Library ---------- */

.lib { padding: 2rem 0 3rem; }
.lib-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 0.5rem 2rem;
  margin-bottom: 1rem;
}
.lib-head h1 {
  font: 900 2.4rem/0.9 var(--display);
  font-stretch: 66%;
  text-transform: uppercase;
}
.count {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.3rem;
  padding: 0.15rem 0.35rem 0.1rem;
  background: var(--blue);
  color: #fff;
  font-size: 1.1rem;
  font-stretch: 85%;
  line-height: 1;
}
.lib-sub { margin: 0; font-size: 1rem; }
.month[hidden] { display: none; }
.month-h {
  margin: 1.8rem 0 0;
  padding: 0.35rem 0 0.3rem;
  font: 800 1.35rem/1 var(--display);
  font-stretch: 72%;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--blue);
  border-bottom: 3px solid var(--ink);
}
.filter { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.filter label { display: grid; gap: 0.2rem; font: 700 0.75rem var(--display); text-transform: uppercase; letter-spacing: 0.1em; }
.filter select, .filter input {
  font: 500 1rem var(--display);
  font-stretch: 90%;
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 0;
  padding: 0.4rem 0.5rem;
  min-width: 12rem;
}
.filter input { min-width: 17rem; }

.no { font-weight: 800; color: var(--blue); letter-spacing: 0.02em; }

/* Library rows: first panel | details | credit line | actions */
.rows { list-style: none; margin: 0; padding: 0; }
.row {
  display: grid;
  grid-template-columns: 15rem minmax(0, 1fr) minmax(0, 1.2fr) 12.5rem;
  grid-template-areas: "img meta credit acts";
  gap: 1.5rem;
  align-items: start;
  padding: 1.25rem 0.75rem;
  border-bottom: 1px solid var(--ink);
}
.row[hidden] { display: none; }
.row-img { grid-area: img; display: block; border: 1px solid var(--ink); background: #fff; }
.row-img img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; object-position: left top; }
.row-meta { grid-area: meta; }
.row-no { margin: 0 0 0.3rem; font: 500 0.95rem var(--display); font-stretch: 88%; display: flex; gap: 0.8rem; }
.row-title { font: 850 1.9rem/0.95 var(--display); font-stretch: 68%; text-transform: uppercase; }
.row-title a { color: var(--ink); text-decoration: none; }
.row-title a:hover { text-decoration: underline; text-decoration-thickness: 2px; }
.row-sub { margin: 0.5rem 0 0; font: italic 400 1.05rem/1.4 var(--text); }
.row-credit { grid-area: credit; border-left: 4px solid var(--brand); padding-left: 0.9rem; }
.row-credit .credit-text { margin: 0; font: 500 1rem/1.45 var(--text); }
.row-credit a { color: var(--ink); }
.row-acts { grid-area: acts; display: flex; flex-direction: column; gap: 0.5rem; }
.row-acts .act, .row-acts .copy { text-align: left; }
.row-acts .act-main { background: var(--blue); color: #fff; border-color: var(--blue); }
.row-acts .act-main:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.row.picked { background: var(--spot); }
/* Blue text is only 7.5:1 on yellow, so selected rows switch to ink. */
.row.picked .no, .row.picked .act:not(.act-main), .row.picked .copy { color: var(--ink); border-color: var(--ink); }
.row-acts small { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.02em; }
.pick { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.3rem 0; font: 700 0.85rem var(--display); font-stretch: 85%; text-transform: uppercase; letter-spacing: 0.06em; cursor: pointer; }
.pick[hidden] { display: none; }
.pick input { width: 1.2rem; height: 1.2rem; margin: 0; accent-color: var(--blue); }

/* Pager */
.pager { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 1rem; margin: 1rem 0; font: 600 0.95rem var(--display); font-stretch: 88%; }
.pager[hidden] { display: none; }
.pager-where { margin: 0 auto 0 0; }
.pager-nums { display: flex; gap: 0.3rem; align-items: center; }
.pager button {
  font: inherit;
  color: var(--ink);
  background: transparent;
  border: 2px solid var(--ink);
  border-radius: 0;
  min-width: 2.4rem;
  padding: 0.35rem 0.55rem;
  cursor: pointer;
}
.pager button:hover { background: var(--spot); }
.pager button[aria-current] { background: var(--ink); color: #fff; }
.pager button:disabled { border-style: dashed; cursor: default; background: transparent; }
.pager .gap { padding: 0 0.2rem; }

.act, .copy {
  font: 700 0.85rem/1 var(--display);
  font-stretch: 85%;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--blue);
  background: transparent;
  border: 2px solid var(--blue);
  border-radius: 0;
  padding: 0.45rem 0.55rem 0.4rem;
  text-decoration: none;
  cursor: pointer;
}
.act:hover, .copy:hover { background: var(--spot); color: var(--ink); border-color: var(--ink); }
.copy.done { background: var(--spot); color: var(--ink); border-color: var(--ink); }

.empty { padding: 2rem 0; font-size: 1.2rem; }
.linkish { font: inherit; color: var(--blue); background: none; border: 0; padding: 0; text-decoration: underline; cursor: pointer; }

/* ---------- Questions ---------- */

.faq { padding: 2.5rem 0 4rem; }
.faq h1 {
  font: 900 clamp(2.6rem, 6vw, 4.2rem)/0.9 var(--display);
  font-stretch: 64%;
  text-transform: uppercase;
  padding-bottom: 0.9rem;
  border-bottom: 3px solid var(--ink);
}
.faq dl { margin: 0; }
.qa {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  gap: 0.5rem 2rem;
  padding: 1.1rem 0 0.4rem;
  border-bottom: 1px solid var(--ink);
}
.qa dt { font: 800 1.45rem/1.05 var(--display); font-stretch: 72%; color: var(--blue); }
.qa dd { margin: 0; max-width: 40em; font-size: 1.1rem; }
.qa dd p { margin: 0 0 0.8rem; }

/* ---------- Strip page ---------- */

.strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 23rem;
  grid-template-areas: "art info" "essay info";
  gap: 0 3rem;
  padding: 2rem 0 3rem;
}
.strip-info { grid-area: info; align-self: start; position: sticky; top: 1rem; }
.strip-art { grid-area: art; display: grid; gap: 1.5rem; }
.strip-art img { border: 1px solid var(--ink); background: #fff; width: 100%; }
.strip-meta { margin: 0 0 0.3rem; font: 500 1rem var(--display); font-stretch: 88%; display: flex; gap: 1rem; }
.strip h1 {
  font: 900 clamp(2.4rem, 4.2vw, 3.6rem)/0.9 var(--display);
  font-stretch: 64%;
  text-transform: uppercase;
}
.strip-sub { margin: 0.7rem 0 0; font: italic 400 1.2rem/1.4 var(--text); }
.files { list-style: none; margin: 1.4rem 0 0; padding: 0; display: grid; gap: 0.6rem; }
.dl {
  display: block;
  width: 100%;
  text-align: left;
  background: var(--blue);
  color: #fff;
  border: 2px solid var(--blue);
  border-radius: 0;
  text-decoration: none;
  padding: 0.85rem 1rem 0.8rem;
  cursor: pointer;
}
.dl strong { display: block; font: 800 1.15rem/1 var(--display); font-stretch: 80%; text-transform: uppercase; letter-spacing: 0.05em; }
.dl strong::after { content: " \2193"; }
.dl span { display: block; margin-top: 0.35rem; font: 500 0.9rem var(--display); font-stretch: 90%; overflow-wrap: anywhere; }
.dl:hover { background: var(--ink); border-color: var(--ink); }
.dl-alt { background: var(--paper); color: var(--blue); }
.dl-alt:hover { background: var(--spot); color: var(--ink); border-color: var(--ink); }
.dl[hidden] { display: none; }
.dl:disabled { cursor: progress; }
.kicker { background: var(--spot); padding: 0.1rem 0.4rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.8rem; align-self: center; }
.flip { display: flex; gap: 1rem; margin-top: 1.2rem; padding-top: 0.8rem; border-top: 1px solid var(--ink); font: 700 0.95rem var(--display); font-stretch: 85%; text-transform: uppercase; letter-spacing: 0.06em; }
.flip a { color: var(--ink); }
.flip a:last-child { margin-left: auto; }
.credit { margin-top: 1.4rem; background: var(--spot); padding: 1rem 1.1rem 1.1rem; border-left: 10px solid var(--brand); }
.credit-text { margin: 0 0 0.8rem; font: 500 1.1rem/1.4 var(--text); }
.credit a, .license .credit-text a { color: var(--ink); }
.credit .copy { color: var(--ink); border-color: var(--ink); background: var(--paper); }
.credit .copy:hover, .credit .copy.done { background: #fff; }
.strip-links { margin: 1.1rem 0 0; font-size: 1rem; }

.essay { grid-area: essay; margin-top: 2.5rem; border-top: 3px solid var(--ink); }
.essay-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 0.9rem 0; border-bottom: 1px solid var(--ink); margin-bottom: 1.2rem; }
.essay-head h2 { font: 900 1.8rem/1 var(--display); font-stretch: 66%; text-transform: uppercase; }
.essay-body { max-width: 38em; font-size: 1.18rem; line-height: 1.6; }
.essay-body p, .essay-body ul, .essay-body ol, .essay-body blockquote { margin: 0 0 1.05em; }
.essay-body h2, .essay-body h3, .essay-body h4 { font: 800 1.4rem/1.1 var(--display); font-stretch: 75%; margin: 1.6em 0 0.5em; }
.essay-body blockquote { border-left: 4px solid var(--brand); padding-left: 1rem; font-style: italic; }
.essay-body hr { border: 0; border-top: 1px solid var(--ink); margin: 2rem 0; }

.steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 3px solid var(--ink);
  margin-bottom: 4rem;
}
.step { display: block; padding: 1rem 0; font: 800 1.5rem/1.05 var(--display); font-stretch: 70%; text-transform: uppercase; color: var(--ink); text-decoration: none; }
.step span { display: block; font: 600 0.85rem var(--display); letter-spacing: 0.08em; color: var(--blue); margin-bottom: 0.3rem; }
.step-next { text-align: right; border-left: 1px solid var(--ink); padding-left: 1rem; }
a.step:hover { background: var(--spot); }

/* ---------- Bulk download bar ---------- */

.bulk {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: var(--deep);
  color: #fff;
  border-top: 6px solid var(--spot);
  padding: 0.8rem var(--gut);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 1.5rem;
  font: 600 1rem var(--display);
  font-stretch: 90%;
}
.bulk[hidden] { display: none; }
.bulk p { margin: 0; }
.bulk-count strong { font-size: 1.3rem; }
.bulk-what { border: 0; margin: 0; padding: 0; display: flex; gap: 1rem; align-items: center; }
.bulk-what legend { float: left; margin-right: 0.3rem; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.85rem; color: var(--spot); }
.bulk-what label { display: inline-flex; gap: 0.3rem; align-items: center; cursor: pointer; }
.bulk-what input { accent-color: var(--spot); width: 1.1rem; height: 1.1rem; margin: 0; }
.bulk-go { background: var(--spot); color: var(--ink); border: 0; border-radius: 0; padding: 0.6rem 1rem; font: 800 1rem var(--display); text-transform: uppercase; letter-spacing: 0.05em; cursor: pointer; }
.bulk-go:hover { background: #fff; }
.bulk .linkish { color: #fff; }
.bulk-status { flex-basis: 100%; font-weight: 500; }
.bulk-status:empty { display: none; }
.bulk :focus-visible { outline-color: var(--spot); }
body.has-bulk .foot-inner { padding-bottom: clamp(13rem, 26vw, 21rem); }

/* ---------- Plain pages ---------- */

.prose { max-width: 44rem; padding: 2.5rem 0 4rem; font-size: 1.15rem; }
.prose h1 { font: 900 clamp(2.6rem, 6vw, 4.2rem)/0.9 var(--display); font-stretch: 64%; text-transform: uppercase; margin-bottom: 1.2rem; }
.prose h2 { font: 800 1.6rem/1.1 var(--display); font-stretch: 72%; color: var(--blue); margin: 2.2rem 0 0.6rem; padding-top: 0.8rem; border-top: 1px solid var(--ink); }
.prose .lede { font-size: 1.45rem; line-height: 1.4; }
.prose li { margin-bottom: 0.45rem; }
.license .credit-text { background: var(--spot); padding: 1rem 1.1rem; border-left: 10px solid var(--brand); }

/* ---------- Footer ---------- */

.foot {
  position: relative;
  overflow: hidden;
  background: var(--deep);
  color: #fff;
  border-top: 7px solid var(--brand);
}
/* The logo as an oversized watermark, cut off by the page edge. */
.foot-mark {
  position: absolute;
  left: -2%;
  bottom: -1.2rem;
  width: 104%;
  aspect-ratio: 487 / 111;
  background: #0f4290;
  -webkit-mask: url(/logo.png) no-repeat left bottom / contain;
  mask: url(/logo.png) no-repeat left bottom / contain;
  pointer-events: none;
}
.foot-inner {
  position: relative;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 2.5rem var(--gut) clamp(9rem, 22vw, 17rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem 3rem;
}
.foot h2 { font: 800 1.1rem var(--display); text-transform: uppercase; letter-spacing: 0.1em; color: var(--spot); margin-bottom: 0.7rem; }
.foot ul { list-style: none; margin: 0 0 1.1rem; padding: 0; }
.foot .foot-sub { margin: 0 0 0.35rem; font: 700 0.8rem var(--display); text-transform: uppercase; letter-spacing: 0.1em; }
.foot li, .foot p { margin: 0 0 0.45rem; font-size: 1.1rem; }
.foot a { color: #fff; }

/* ---------- Narrow screens ---------- */

@media (max-width: 60rem) {
  .mast-inner { grid-template-columns: auto 1fr; }
  .mast-nav { grid-column: 1 / -1; flex-wrap: wrap; gap: 0.4rem 1rem; }
  .lib-head { grid-template-columns: 1fr; }
  .row { grid-template-columns: 11rem minmax(0, 1fr); grid-template-areas: "img meta" "img credit" "img acts"; gap: 0.9rem 1.25rem; }
  .row-acts { flex-direction: row; flex-wrap: wrap; }
  .strip { grid-template-columns: 1fr; grid-template-areas: "info" "art" "essay"; }
  .strip-info { position: static; margin-bottom: 1.5rem; }
  .qa { grid-template-columns: 1fr; }
}
@media (max-width: 36rem) {
  .mast-logo img { width: 10.5rem; }
  .mast-name { font-size: 1.9rem; padding-left: 1rem; }
  .mast-nav { flex-wrap: nowrap; gap: 0.7rem; font-size: 0.8rem; letter-spacing: 0.03em; }
  .mast-nav .mast-sub { margin-left: auto; padding: 0.2rem 0.45rem; }
  .filter input { min-width: 0; }
  .bulk { gap: 0.5rem 1rem; }
  .flip { font-size: 0.85rem; }
  .row { grid-template-columns: 1fr; grid-template-areas: "img" "meta" "credit" "acts"; padding: 1.1rem 0.5rem; }
  .row-img { max-width: 22rem; }
  .pager-where { flex-basis: 100%; }
        .filter select, .filter input { min-width: 0; width: 100%; }
  .filter select, .filter input { min-width: 0; width: 100%; }
  /* Search gets the full width; the two menus share the row below it. */
  .filter { display: grid; grid-template-columns: 1fr 1fr; }
  .filter label:nth-child(2) { grid-column: 1 / -1; order: -1; }
  .filter label:last-child { grid-column: auto; }
  /* Page numbers don't fit beside Previous/Next on a phone; "Showing" says where you are. */
  .pager-nums { display: none; }
  .pager button[data-page] { flex: 1; }
  .foot-inner { grid-template-columns: 1fr; }
  .step { font-size: 1.2rem; }
}

/* Browsers default placeholders to a light gray that fails 9:1. */
::placeholder { color: var(--blue); opacity: 1; font-style: italic; }

/* ---------- Admin ---------- */

.adm-tabs {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0.6rem var(--gut) 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.6rem;
  font: 700 1rem var(--display);
  font-stretch: 85%;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.adm-tabs a { color: var(--ink); text-decoration: none; padding: 0.4rem 0; border-bottom: 3px solid transparent; }
.adm-tabs a[aria-current] { border-bottom-color: var(--ink); }
.adm-tabs a:hover { border-bottom-color: var(--brand); }
.adm { max-width: var(--wrap); margin: 0 auto; padding: 1rem var(--gut) 4rem; }
.adm h1 { font: 900 2.6rem/0.9 var(--display); font-stretch: 64%; text-transform: uppercase; margin: 0.8rem 0 0.6rem; }
.adm h2 { font: 800 1.3rem var(--display); font-stretch: 75%; text-transform: uppercase; margin: 1.5rem 0 0.4rem; }
.adm-help { max-width: 44em; font-size: 1.05rem; }
.adm-status { min-height: 1.6em; margin: 0; font: 600 1rem var(--display); }
.adm-status:not(:empty) { background: var(--spot); padding: 0.5rem 0.8rem; }
.adm-search { display: grid; gap: 0.25rem; max-width: 24rem; margin: 1rem 0; font: 700 0.8rem var(--display); text-transform: uppercase; letter-spacing: 0.1em; }
.adm-search input { font: 500 1rem var(--display); color: var(--ink); background: #fff; border: 2px solid var(--ink); border-radius: 0; padding: 0.4rem 0.5rem; }
.adm-rows { list-style: none; margin: 0; padding: 0; border-top: 3px solid var(--ink); }
.adm-row { display: grid; grid-template-columns: 4rem minmax(0, 1fr) auto; gap: 1rem; align-items: center; padding: 0.6rem 0; border-bottom: 1px solid var(--ink); }
.adm-row[hidden] { display: none; }
.adm-row img { width: 4rem; height: 4rem; object-fit: cover; object-position: left top; border: 1px solid var(--ink); background: #fff; }
.adm-meta { margin: 0; font: 500 0.9rem var(--display); display: flex; gap: 0.8rem; }
.adm-title { margin: 0.15rem 0 0; font: 800 1.25rem/1.1 var(--display); font-stretch: 75%; }
.adm-title a { color: var(--ink); }
.adm-acts { display: flex; gap: 0.4rem; flex-wrap: wrap; justify-content: flex-end; }
.adm-btn {
  font: 700 0.85rem/1 var(--display);
  font-stretch: 85%;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--blue);
  background: var(--paper);
  border: 2px solid var(--blue);
  border-radius: 0;
  padding: 0.5rem 0.65rem 0.45rem;
  text-decoration: none;
  cursor: pointer;
}
.adm-btn:hover { background: var(--spot); color: var(--ink); border-color: var(--ink); }
.adm-btn:disabled { cursor: progress; border-style: dashed; }
.adm-primary { background: var(--blue); color: #fff; font-size: 1.05rem; padding: 0.8rem 1.1rem; }
.adm-primary:hover { background: var(--ink); color: #fff; }
.adm-empty { font-size: 1.1rem; }
.adm-steps li { margin-bottom: 0.4rem; font-size: 1.05rem; }
.adm-last ul { padding-left: 1.2rem; }
@media (max-width: 36rem) {
  .adm-row { grid-template-columns: 3rem minmax(0, 1fr); }
  .adm-row img { width: 3rem; height: 3rem; }
  .adm-acts { grid-column: 1 / -1; justify-content: flex-start; }
}
.adm-signout { font: inherit; text-transform: inherit; letter-spacing: inherit; color: var(--ink); background: none; border: 0; border-bottom: 2px solid transparent; padding: 0.25rem 0; cursor: pointer; }
.adm-signout:hover { border-bottom-color: var(--ink); }
.adm-login { max-width: 24rem; padding-top: 1rem; display: grid; gap: 0.6rem; }
.adm-login label { font: 700 0.85rem var(--display); text-transform: uppercase; letter-spacing: 0.1em; }
.adm-login input { font: 500 1.1rem var(--display); color: var(--ink); background: #fff; border: 2px solid var(--ink); border-radius: 0; padding: 0.55rem 0.6rem; }
.adm-login .adm-primary { justify-self: start; }
