:root {
  --paper: #121914;
  --ink: #ece4c8;
  --soft-ink: #d3c9ad;
  --muted: #929b7c;
  --line: #59674f;
  --card-face: #d8d0ad;
  --card-face-2: #eee3bd;
  --amber: #d8a64d;
  --lichen: #a6c56d;
  --coral: #d66578;
  --teal: #6bc9b2;
  --violet: #9d83c6;
  --bruise: #44375e;
  --bog: #14251d;
  --font-verse: "Averia Serif Libre", Georgia, serif;
  --font-ui: "Syne Mono", ui-monospace, monospace;
  --font-display: "Averia Gruesa Libre", "Averia Sans Libre", sans-serif;
}

body {
  isolation: isolate;
  background:
    radial-gradient(68vw 50vh at 8% -8%, rgba(157, 131, 198, .18), transparent 68%),
    radial-gradient(45vw 70vh at 102% 28%, rgba(107, 201, 178, .13), transparent 66%),
    radial-gradient(34vw 30vh at 57% 96%, rgba(214, 101, 120, .09), transparent 72%),
    radial-gradient(28vw 42vh at 21% 72%, rgba(166, 197, 109, .07), transparent 74%),
    linear-gradient(154deg, #17231c, #101812 48%, #171426);
}

body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  pointer-events: none;
  filter: blur(1px);
  animation: field-drift 17s ease-in-out infinite alternate;
}

body::before {
  width: min(62vw, 780px);
  height: min(48vw, 590px);
  left: -19vw;
  bottom: -24vw;
  border-radius: 42% 58% 67% 33% / 55% 36% 64% 45%;
  background:
    radial-gradient(circle at 62% 31%, rgba(216, 166, 77, .08), transparent 8%),
    radial-gradient(ellipse at 48% 55%, rgba(107, 201, 178, .065), transparent 58%);
  box-shadow: inset -18px 11px 80px rgba(157, 131, 198, .04);
}

body::after {
  width: min(40vw, 500px);
  height: min(30vw, 390px);
  right: -15vw;
  top: 16vh;
  border-radius: 61% 39% 35% 65% / 44% 68% 32% 56%;
  background: radial-gradient(ellipse at 40% 48%, rgba(166, 197, 109, .055), transparent 61%);
  animation-duration: 23s;
  animation-direction: alternate-reverse;
}

@keyframes field-drift {
  from { transform: translate3d(-1.5%, 1%, 0) rotate(-1deg) scale(.98); }
  to { transform: translate3d(2%, -1.5%, 0) rotate(2deg) scale(1.035); }
}

header {
  position: relative;
  padding-top: 18px;
  padding-bottom: 10px;
  border: 0;
}

header::after {
  content: "outside language / receiving";
  position: absolute;
  right: clamp(16px, 4vw, 44px);
  bottom: 1px;
  padding: 4px 10px 5px;
  color: #bdc9a0;
  background: linear-gradient(145deg, rgba(76, 92, 70, .68), rgba(38, 50, 42, .54));
  border: 1px solid rgba(146, 160, 122, .33);
  border-radius: 13px 8px 16px 7px;
  box-shadow: inset 1px 1px 1px rgba(220, 233, 185, .12), 0 5px 18px rgba(6, 12, 8, .2);
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
  transform: rotate(.45deg);
}

h1 {
  color: #e9dfbe;
  font-family: var(--font-display);
  font-size: clamp(29px, 4vw, 48px);
  font-weight: 400;
  line-height: .85;
  letter-spacing: .07em;
  text-shadow: 1px 0 rgba(107, 201, 178, .32), -1px 1px rgba(214, 101, 120, .27), 0 7px 22px rgba(6, 11, 8, .3);
  transform: rotate(-.35deg) skewX(-1deg);
}

h1::before {
  content: "//";
  margin-right: .2em;
  color: var(--coral);
  letter-spacing: -.18em;
  text-shadow: 2px 0 rgba(107, 201, 178, .5);
}

h1 small {
  margin-left: 1.1em;
  color: #98a482;
  font-family: var(--font-ui);
  font-size: 8px;
  font-weight: 400;
  letter-spacing: .15em;
}

.status {
  padding: 6px 10px 6px 8px;
  color: #9da88d;
  background: rgba(31, 44, 35, .5);
  border: 1px solid rgba(122, 143, 112, .28);
  border-radius: 16px 9px 14px 20px;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: lowercase;
  box-shadow: inset 1px 1px 2px rgba(214, 225, 188, .06);
}

.light {
  width: 9px;
  height: 9px;
  border-radius: 58% 42% 67% 33% / 43% 62% 38% 57%;
  background: var(--amber);
  box-shadow: 0 0 11px rgba(216, 166, 77, .5), inset 2px 2px 2px rgba(243, 223, 155, .35);
  animation: status-pulse 3.7s ease-in-out infinite alternate;
}

.light.live { background: var(--lichen); box-shadow: 0 0 12px rgba(166, 197, 109, .52), inset 2px 2px 2px rgba(230, 240, 191, .3); }
.light.warn { background: var(--coral); box-shadow: 0 0 13px rgba(214, 101, 120, .58), inset 2px 2px 2px rgba(249, 181, 184, .26); }

@keyframes status-pulse {
  from { transform: scale(.88) skewX(-3deg); filter: saturate(.88); }
  to { transform: scale(1.13) skewX(2deg); filter: saturate(1.16); }
}

#table {
  gap: 27px 23px;
  padding-top: 26px;
}

#deck {
  width: 232px;
  min-height: 372px;
  filter: drop-shadow(0 20px 30px rgba(3, 9, 5, .4));
  transition: transform .3s cubic-bezier(.22, .84, .25, 1.14), filter .3s ease;
}

#deck:hover {
  transform: translateY(-4px) rotate(-.9deg) scale(.992, 1.012);
  filter: drop-shadow(0 23px 32px rgba(3, 9, 5, .48)) saturate(1.08);
}

#deck:active { transform: translateY(-1px) rotate(.2deg) scale(.975, .988); }

.back {
  border: 1px solid #64735c;
  border-radius: 31px 18px 40px 21px;
  background:
    radial-gradient(ellipse at 23% 18%, rgba(190, 218, 139, .18), transparent 29%),
    radial-gradient(ellipse at 79% 71%, rgba(157, 131, 198, .22), transparent 38%),
    radial-gradient(circle at 62% 37%, rgba(214, 101, 120, .13), transparent 17%),
    linear-gradient(156deg, #314236, #192a21 46%, #261d34 106%);
  box-shadow:
    inset 2px 2px 2px rgba(224, 235, 191, .12),
    inset -7px -9px 21px rgba(5, 10, 7, .38),
    0 16px 36px rgba(6, 11, 8, .28);
}

.back::before {
  content: "";
  position: absolute;
  inset: 15px 17px 18px 14px;
  border: 1px solid rgba(180, 205, 152, .22);
  border-radius: 43% 57% 39% 61% / 56% 35% 65% 44%;
  box-shadow: inset 8px -5px 28px rgba(107, 201, 178, .06);
  transform: rotate(-1.6deg);
}

.back::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 23px;
  right: 23px;
  top: 28px;
  border-radius: 54% 46% 62% 38% / 40% 58% 42% 60%;
  background: radial-gradient(circle at 35% 30%, rgba(230, 238, 186, .48), rgba(107, 201, 178, .16) 28%, rgba(42, 69, 52, .16) 70%);
  box-shadow: 0 0 19px rgba(107, 201, 178, .13), inset -3px -3px 8px rgba(18, 26, 21, .46);
}

.back:nth-child(1) { transform: rotate(2.8deg) translate(7px, 5px); opacity: .53; }
.back:nth-child(2) { transform: rotate(-2deg) translate(-4px, 2px); opacity: .79; }
.back.top { gap: 5px; }

.back.top .sigil {
  color: var(--coral);
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 400;
  line-height: .7;
  letter-spacing: -.22em;
  text-shadow: 4px 1px rgba(107, 201, 178, .28), 0 0 22px rgba(214, 101, 120, .28);
  transform: skewX(-11deg) rotate(-2deg);
}

.back.top .deck-name {
  color: #e9dfbe;
  font-family: var(--font-display);
  font-size: 28px;
  letter-spacing: .13em;
  text-shadow: 1px 1px rgba(157, 131, 198, .42);
}

.back.top .count {
  color: #afc88a;
  font-size: 9px;
  letter-spacing: .17em;
}

@keyframes churn {
  0%, 100% { transform: skewX(-11deg) rotate(-2deg) scale(.97, 1.02); }
  46% { transform: skewX(-7deg) rotate(3deg) scale(1.08, .93); }
  73% { transform: skewX(-14deg) rotate(0deg) scale(1.01, 1.06); }
}

.card {
  width: 300px;
  min-height: 486px;
  padding: 7px;
  overflow: hidden;
  color: #252a20;
  border: 1px solid #62705b;
  border-radius: var(--r1, 27px) var(--r2, 18px) var(--r3, 36px) var(--r4, 15px);
  background:
    radial-gradient(ellipse at var(--bloom-x, 28%) var(--bloom-y, 20%), rgba(166, 197, 109, .25), transparent 30%),
    radial-gradient(ellipse at 88% 76%, rgba(157, 131, 198, .25), transparent 42%),
    radial-gradient(circle at 12% 82%, rgba(214, 101, 120, .12), transparent 19%),
    linear-gradient(153deg, #405141, #203228 46%, #30243e 114%);
  box-shadow:
    inset 2px 2px 2px rgba(228, 237, 198, .13),
    inset -8px -9px 24px rgba(6, 12, 8, .33),
    0 19px 46px rgba(6, 10, 8, .43);
  filter: none;
}

.card > * { position: relative; z-index: 1; }

.card::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 145px;
  height: 112px;
  left: calc(var(--bloom-x, 28%) - 70px);
  top: calc(var(--bloom-y, 20%) - 50px);
  border-radius: 48% 52% 63% 37% / 56% 36% 64% 44%;
  background: radial-gradient(ellipse at 34% 30%, rgba(226, 237, 192, .18), rgba(107, 201, 178, .06) 34%, transparent 69%);
  filter: blur(.35px);
  animation: membrane var(--pulse, 8s) ease-in-out infinite alternate;
  pointer-events: none;
}

.card::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 13px;
  height: 10px;
  top: 16px;
  right: 18px;
  border-radius: 57% 43% 64% 36% / 39% 63% 37% 61%;
  background: radial-gradient(circle at 34% 30%, #d8e29e, #6f9874 38%, #394c45 72%);
  box-shadow: 0 0 11px rgba(166, 197, 109, .35), inset -2px -2px 3px rgba(25, 40, 31, .5);
  pointer-events: none;
}

@keyframes membrane {
  from { transform: translate(-3px, 2px) rotate(-3deg) scale(.92, 1.04); border-radius: 48% 52% 63% 37% / 56% 36% 64% 44%; opacity: .62; }
  to { transform: translate(6px, -4px) rotate(4deg) scale(1.08, .93); border-radius: 57% 43% 39% 61% / 43% 61% 39% 57%; opacity: 1; }
}

.channel {
  min-height: 28px;
  margin: 1px 6px 6px 4px;
  padding: 6px 16px 6px 11px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  color: #c9d1b3;
  background: linear-gradient(145deg, rgba(31, 48, 38, .88), rgba(57, 50, 70, .68));
  border: 1px solid rgba(156, 178, 135, .32);
  border-radius: 15px 8px 18px 10px;
  box-shadow: inset 1px 1px 2px rgba(224, 235, 192, .12), 0 4px 12px rgba(5, 11, 7, .22);
  font-size: 7.5px;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: lowercase;
  transform: rotate(-.35deg);
}

.channel strong {
  color: #e8dba9;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .1em;
  text-shadow: 1px 0 rgba(214, 101, 120, .35);
}

.channel .packet { color: #a9c986; }

.art {
  height: 205px;
  margin: 0 2px;
  overflow: hidden;
  border: 1px solid rgba(145, 163, 126, .48);
  border-radius: 31px 14px 28px 12px;
  background:
    radial-gradient(ellipse at 28% 25%, rgba(107, 201, 178, .18), transparent 56%),
    radial-gradient(ellipse at 76% 77%, rgba(157, 131, 198, .18), transparent 61%),
    #131d18;
  box-shadow: inset 0 0 27px rgba(5, 10, 7, .6), inset 2px 2px 2px rgba(208, 225, 181, .1);
  cursor: zoom-in;
}

.art:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

.art::before {
  content: "zoom +";
  position: absolute;
  z-index: 4;
  right: 9px;
  bottom: 9px;
  padding: 4px 7px;
  color: #e5e5bd;
  background: rgba(24, 39, 31, .78);
  border: 1px solid rgba(190, 210, 158, .35);
  border-radius: 9px 13px 8px 11px;
  font-size: 7px;
  letter-spacing: .11em;
  text-transform: uppercase;
  pointer-events: none;
  opacity: .72;
  transition: opacity .2s ease, transform .2s ease;
}

.art:hover::before { opacity: 1; transform: translateY(-1px); }

.art::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at 72% 18%, rgba(197, 218, 139, .08), transparent 20%),
    radial-gradient(ellipse at 19% 79%, rgba(214, 101, 120, .07), transparent 27%);
  box-shadow: inset 0 0 28px rgba(12, 20, 15, .55);
  mix-blend-mode: screen;
}

.art img {
  filter: saturate(.83) contrast(1.09) sepia(.07);
}

.art img.in { opacity: .82; }

.caption {
  min-height: 28px;
  margin: -15px 11px 0 8px;
  padding: 6px 10px 6px 12px;
  display: flex;
  flex: 0 0 auto;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  color: #536248;
  background: linear-gradient(156deg, rgba(232, 224, 187, .96), rgba(184, 200, 151, .92));
  border: 1px solid rgba(44, 63, 46, .55);
  border-radius: 13px 7px 15px 6px;
  box-shadow: 1px 4px 10px rgba(5, 11, 7, .34), inset 1px 1px 1px rgba(247, 239, 206, .55);
  font-size: 7.5px;
  line-height: 1.25;
  letter-spacing: .06em;
  text-transform: lowercase;
  transform: rotate(.45deg);
}

.caption .srcs {
  min-width: 0;
  overflow: hidden;
  color: #3d6658;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.caption a {
  color: #3b6255;
  text-decoration: none;
  border-bottom: 1px dotted rgba(52, 88, 74, .5);
}

.caption a:hover { color: #6d345c; border-color: currentColor; }

.card.poem h2,
.card.poem .verse,
.card.poem .lineage {
  margin-right: 6px;
  margin-left: 6px;
  background: linear-gradient(105deg, rgba(238, 227, 189, .97), rgba(214, 211, 171, .96) 62%, rgba(208, 196, 179, .95));
}

.card h2 {
  margin-top: 8px;
  margin-bottom: 0;
  padding: 13px 14px 3px;
  color: #38342a;
  border-radius: 20px 11px 0 0;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: .018em;
  text-shadow: 1px 0 rgba(107, 201, 178, .22), -1px 1px rgba(214, 101, 120, .15);
}

.verse {
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 15px 10px;
  color: #35382b;
  font-size: 13.5px;
  line-height: 1.45;
  gap: 6px;
}

.verse .line:nth-child(3n+2) { color: #46513c; }
.verse .line:nth-child(3n+3) { color: #594a5d; }
.w:hover { color: #2d766a; border-color: #2d766a; }

.lineage {
  margin-top: 0;
  margin-bottom: 6px;
  padding: 7px 13px 11px;
  justify-content: flex-start;
  align-items: baseline;
  color: #62644e;
  border: 0;
  border-radius: 0 0 24px 13px;
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: lowercase;
}

.lineage b {
  color: #8c405d;
  font-weight: 400;
}

.card-actions {
  margin: -4px 6px 7px;
  padding: 0 12px 10px;
  display: flex;
  justify-content: flex-end;
  background: linear-gradient(105deg, rgba(238, 227, 189, .97), rgba(214, 211, 171, .96) 62%, rgba(208, 196, 179, .95));
  border-radius: 0 0 22px 12px;
}

.lineage:has(+ .card-actions) { padding-bottom: 5px; border-radius: 0; }

.copy-card,
.zoom-close {
  font: inherit;
  letter-spacing: .1em;
  text-transform: lowercase;
  cursor: pointer;
}

.copy-card {
  padding: 5px 9px;
  color: #526349;
  background: rgba(96, 125, 92, .08);
  border: 1px solid rgba(74, 101, 73, .42);
  border-radius: 10px 7px 12px 6px;
  font-size: 8px;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}

.copy-card:hover,
.copy-card.copied {
  color: #315e52;
  background: rgba(107, 201, 178, .2);
  transform: translateY(-1px);
}

.copy-card:disabled { opacity: .42; cursor: wait; transform: none; }

.card.op .card-actions {
  margin: -8px 14px 12px;
  padding: 0;
  background: none;
}

.card.op .copy-card { color: #c9c1a8; border-color: rgba(202, 193, 167, .3); }

.card.op {
  padding: 7px;
  justify-content: flex-start;
  border-color: #6d6b67;
  background:
    radial-gradient(ellipse at var(--bloom-x, 28%) var(--bloom-y, 20%), rgba(214, 101, 120, .2), transparent 31%),
    radial-gradient(ellipse at 84% 76%, rgba(107, 201, 178, .14), transparent 43%),
    linear-gradient(153deg, #44334e, #25293a 48%, #20372e 112%);
}

.card.op .channel { border-color: rgba(190, 162, 195, .32); }

.card.op .glyph {
  margin-top: 35px;
  color: #d0b26c;
  font-family: var(--font-display);
  font-size: 72px;
  line-height: 1;
  text-shadow: 4px 1px rgba(107, 201, 178, .2), 0 0 26px rgba(214, 101, 120, .24);
}

.card.op h2 {
  margin: 0;
  padding-top: 16px;
  color: #e9dfbd;
  background: none;
  text-align: center;
}

.card.op .gloss {
  flex: 1;
  color: #cfc8ac;
  font-size: 14.5px;
}

button.act {
  color: #263128;
  background:
    radial-gradient(circle at 30% 18%, rgba(242, 234, 187, .64), transparent 21%),
    linear-gradient(145deg, #bacc84, #79a881 55%, #8272a5);
  border: 1px solid #82906e;
  border-radius: 18px 11px 20px 8px;
  box-shadow: inset 2px 2px 2px rgba(240, 239, 190, .42), inset -4px -5px 8px rgba(45, 54, 52, .24), 0 5px 13px rgba(5, 10, 7, .3);
  font-weight: 400;
  transition: transform .22s cubic-bezier(.2, .9, .3, 1.35), filter .22s ease, border-radius .22s ease;
}

button.act:hover {
  color: #233027;
  background:
    radial-gradient(circle at 34% 20%, rgba(249, 232, 205, .65), transparent 21%),
    linear-gradient(145deg, #d18b9e, #7fc6a9 58%, #9f82bf);
  border-color: #9bb795;
  border-radius: 12px 20px 10px 19px;
  transform: translateY(-1px) scale(1.025, .97) rotate(.4deg);
  filter: saturate(1.1);
}

.card.skipped {
  min-height: 205px;
  width: 150px;
  padding: 18px;
  color: #99a184;
  background:
    radial-gradient(ellipse at 26% 21%, rgba(166, 197, 109, .13), transparent 33%),
    linear-gradient(156deg, #28382d, #1c202d);
}

#collageZoom {
  width: min(92vw, 1120px);
  max-width: none;
  max-height: 92vh;
  padding: 0;
  overflow: visible;
  color: var(--ink);
  background: transparent;
  border: 0;
}

#collageZoom::backdrop {
  background: rgba(5, 10, 8, .84);
  backdrop-filter: blur(8px);
}

.zoom-shell {
  padding: 10px;
  background: linear-gradient(153deg, #405141, #203228 46%, #30243e 114%);
  border: 1px solid #718169;
  border-radius: 28px 16px 34px 19px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .65), inset 2px 2px 2px rgba(228, 237, 198, .13);
}

.zoom-head {
  min-height: 42px;
  padding: 2px 5px 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.zoom-head div { display: grid; gap: 2px; }
.zoom-head span { color: #9daa8b; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.zoom-head strong { color: #e9dfbe; font-family: var(--font-display); font-size: clamp(18px, 3vw, 28px); font-weight: 400; }

.zoom-close {
  padding: 7px 10px;
  color: #c9d1b3;
  background: rgba(31, 48, 38, .72);
  border: 1px solid rgba(156, 178, 135, .38);
  border-radius: 13px 8px 16px 7px;
}

.zoom-close:hover { color: #eef0c6; border-color: var(--lichen); }

.zoom-stage {
  position: relative;
  width: 100%;
  height: min(72vh, 720px);
  min-height: 300px;
  overflow: hidden;
  background: #101914;
  border: 1px solid rgba(145, 163, 126, .58);
  border-radius: 22px 11px 28px 14px;
  box-shadow: inset 0 0 50px rgba(5, 10, 7, .68);
}

.zoom-stage img {
  position: absolute;
  object-fit: cover;
  opacity: .88;
  filter: saturate(.9) contrast(1.09) sepia(.05);
}

.zoom-waiting {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.zoom-caption {
  padding: 8px 12px 2px;
  color: #aab497;
  font-size: 8px;
  letter-spacing: .09em;
  text-transform: lowercase;
}

footer {
  border: 1px solid #61705a;
  border-radius: 29px 16px 34px 21px;
  background:
    radial-gradient(ellipse at 12% 18%, rgba(166, 197, 109, .11), transparent 30%),
    radial-gradient(ellipse at 87% 78%, rgba(157, 131, 198, .13), transparent 35%),
    linear-gradient(146deg, rgba(40, 58, 46, .94), rgba(25, 35, 29, .95));
  box-shadow: inset 2px 2px 2px rgba(220, 230, 190, .1), inset -6px -7px 16px rgba(5, 11, 7, .3), 0 14px 36px rgba(6, 10, 8, .42);
  transform: translateX(-50%) rotate(-.55deg);
}

footer::before {
  content: "control tissue";
  position: absolute;
  top: -8px;
  left: 19px;
  padding: 3px 8px;
  color: #c5ceaa;
  background: #2c3e31;
  border: 1px solid #64735c;
  border-radius: 9px 14px 7px 12px;
  font-size: 7px;
  letter-spacing: .12em;
}

footer label {
  color: #b8c0a2;
  font-size: 9.5px;
}

footer input[type="range"] {
  height: 16px;
  accent-color: var(--lichen);
}

footer input[type="range"]::-webkit-slider-runnable-track {
  height: 5px;
  border-radius: 70% 30% 62% 38%;
  background: linear-gradient(90deg, #667d69, #71638a);
  box-shadow: inset 0 1px 2px rgba(7, 14, 9, .55);
}

footer input[type="range"]::-webkit-slider-thumb {
  margin-top: -5px;
  width: 15px;
  height: 15px;
  appearance: none;
  border: 1px solid #82927b;
  border-radius: 56% 44% 63% 37% / 45% 62% 38% 55%;
  background: radial-gradient(circle at 32% 27%, #e2dfa9, #9ebc70 38%, #6e648a 92%);
  box-shadow: 0 1px 5px rgba(7, 10, 8, .45);
}

#newReading {
  color: #d8d5b9;
  background: rgba(92, 75, 106, .28);
  border: 1px solid #6d7563;
  border-radius: 16px 9px 18px 11px;
  transition: transform .2s ease, background .2s ease, border-radius .2s ease;
}

#newReading:hover {
  color: #eef0c6;
  background: rgba(125, 95, 132, .55);
  border-color: #9fa479;
  border-radius: 10px 17px 9px 19px;
  transform: scale(1.025, .97) rotate(.35deg);
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

::selection {
  color: #252c22;
  background: #bad184;
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  body::after,
  .light,
  .card::before { animation: none; }
}

@media (max-width: 700px) {
  header::after { display: none; }
  h1 small { display: block; margin: 8px 0 0 27px; }
  .channel { gap: 6px; }
  footer { border-radius: 24px 13px 28px 17px; }
  #collageZoom { width: 96vw; }
  .zoom-stage { height: 66vh; min-height: 260px; }
}
