/**
 * AJL40 Digital Series
 * © 2026 sultanmuzaffar. Hak cipta terpelihara / All rights reserved.
 * Penggunaan, penyalinan atau pengedaran tanpa kebenaran bertulis adalah dilarang.
 * Unauthorized use, copying or distribution is prohibited.
 */

/* =========================================================================
   AJL 40 — Extras stylesheet
   Powers: Memory Wall, Debate Wall, Listening Literacy, Timeline, Sonic Map,
           Shareable Quote Cards, Cross-Essay Journey Tracker.
   Loaded alongside colors_and_type.css + essay-detail.css.
   ========================================================================= */

/* ===================== MEMORY WALL (Essay 01) ===================== */
.ajl-memwall { padding: 96px 0 128px; }
.ajl-memwall__composer {
  background: var(--ink-raised);
  border: 1px solid var(--gold-wash);
  padding: 32px;
  margin-bottom: 48px;
  display: flex; flex-direction: column; gap: 18px;
}
.ajl-memwall__prompt {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-sans); font-size: 13px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold);
}
.ajl-memwall__textarea {
  background: transparent; border: 0;
  border-bottom: 1px solid var(--ivory-20);
  font-family: var(--font-display); font-weight: 500;
  font-size: 22px; line-height: 1.4; color: var(--ivory);
  padding: 16px 0; outline: none; resize: vertical; min-height: 80px;
  width: 100%;
}
.ajl-memwall__textarea::placeholder { color: var(--ivory-40); font-style: italic; }
.ajl-memwall__textarea:focus { border-bottom-color: var(--ruby); }
.ajl-memwall__meta {
  display: grid; grid-template-columns: 1.5fr 1fr auto; gap: 16px; align-items: end;
}
.ajl-memwall__input {
  background: transparent; border: 0;
  border-bottom: 1px solid var(--ivory-20);
  font-family: var(--font-sans); font-size: 15px; color: var(--ivory);
  padding: 10px 0; outline: none;
}
.ajl-memwall__input:focus { border-bottom-color: var(--ruby); }
select.ajl-memwall__input { padding-right: 28px; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%23B8945A' stroke-width='1.5'><polyline points='1 1 6 6 11 1'/></svg>"); background-repeat: no-repeat; background-position: right 4px center; appearance: none; -webkit-appearance: none; color-scheme: dark; }

.ajl-memwall__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
@media (max-width: 1100px) { .ajl-memwall__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) { .ajl-memwall__grid { grid-template-columns: 1fr; } }
.ajl-memcard {
  background: var(--ink-raised);
  border: 1px solid var(--gold-wash);
  padding: 24px;
  display: flex; flex-direction: column; gap: 14px;
  transition: border-color var(--d-fast) var(--ease-settle), transform var(--d-fast) var(--ease-settle);
}
.ajl-memcard:hover { border-color: var(--ruby); transform: translateY(-2px); }
.ajl-memcard__head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.ajl-memcard__where {
  font-family: var(--font-sans); font-size: 10px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold);
}
.ajl-memcard__decade {
  font-family: var(--font-mono); font-size: 10px; color: var(--ivory-60);
  padding: 4px 8px; border: 1px solid var(--ivory-20);
}
.ajl-memcard__body {
  font-family: var(--font-display); font-weight: 500; font-style: italic;
  font-size: 17px; line-height: 1.45; color: var(--cream); margin: 0;
  letter-spacing: -0.005em;
}
.ajl-memcard__author {
  display: flex; align-items: center; gap: 12px;
  margin-top: auto; padding-top: 12px; border-top: 1px solid var(--gold-wash);
  font-family: var(--font-mono); font-size: 11px; color: var(--ivory-60); letter-spacing: 0.04em;
}
.ajl-memcard__initial {
  width: 24px; height: 24px; background: var(--ruby);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 11px; color: var(--cream);
  letter-spacing: 0;
}

/* ===================== DEBATE WALL (Essay 06) ===================== */
.ajl-debate { padding: 96px 0 128px; }
.ajl-debate__intro {
  font-family: var(--font-display); font-weight: 500; font-style: italic;
  font-size: clamp(20px, 2.4vw, 28px); line-height: 1.35;
  color: var(--ivory-80); margin: 0 0 48px; max-width: 720px;
  letter-spacing: -0.01em;
}
.ajl-debate__table {
  position: relative;
  width: 100%; max-width: 720px; margin: 0 auto 56px;
  aspect-ratio: 1 / 1;
}
.ajl-debate__center {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 56%; aspect-ratio: 1 / 1; border-radius: 50%;
  background: var(--ink-raised);
  border: 1px solid var(--gold-wash);
  display: flex; align-items: center; justify-content: center;
  padding: 32px;
  text-align: center;
}
.ajl-debate__center-placeholder {
  font-family: var(--font-sans); font-size: 12px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--ivory-40);
  line-height: 1.5;
}
.ajl-debate__center-quote {
  font-family: var(--font-display); font-weight: 500; font-style: italic;
  font-size: clamp(15px, 1.6vw, 19px); line-height: 1.35;
  color: var(--cream); margin: 0; letter-spacing: -0.005em;
}
.ajl-debate__center-attr {
  font-family: var(--font-sans); font-size: 10px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--ruby-bright);
  margin-top: 16px;
}

.ajl-debate__seat {
  position: absolute;
  left: 50%; top: 50%;
  transform:
    translate(-50%, -50%)
    rotate(var(--angle))
    translateY(-44%)
    rotate(calc(-1 * var(--angle)));
  width: 140px;
  background: var(--ink-raised);
  border: 1px solid var(--gold-wash);
  padding: 16px 18px;
  cursor: pointer;
  display: flex; flex-direction: column; gap: 6px; align-items: center;
  text-align: center;
  transition: all var(--d-fast) var(--ease-settle);
  color: inherit;
}
.ajl-debate__seat:hover { border-color: var(--ruby); transform-origin: center; }
.ajl-debate__seat.is-on {
  border-color: var(--ruby);
  background: var(--ruby-tint);
}
.ajl-debate__seat .icon { color: var(--gold); margin-bottom: 4px; }
.ajl-debate__seat.is-on .icon { color: var(--ruby-bright); }
.ajl-debate__seat-label {
  font-family: var(--font-sans); font-size: 12px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--cream);
}
.ajl-debate__seat-weight {
  font-family: var(--font-mono); font-size: 10px; color: var(--ivory-60);
}

.ajl-debate__prompt {
  background: var(--ink-raised);
  border: 1px solid var(--gold-wash);
  padding: 32px;
  display: flex; flex-direction: column; gap: 16px;
}
.ajl-debate__sentence {
  font-family: var(--font-display); font-weight: 500; font-style: italic;
  font-size: clamp(20px, 2.4vw, 28px); line-height: 1.55;
  color: var(--cream); margin: 0;
  letter-spacing: -0.01em;
}
.ajl-debate__blank {
  display: inline-block; min-width: 240px;
  background: transparent; border: 0;
  border-bottom: 2px solid var(--ruby);
  font-family: var(--font-display); font-weight: 500; font-style: italic;
  font-size: inherit; color: var(--ruby-bright);
  outline: none; padding: 0 4px;
}
.ajl-debate__blank::placeholder { color: var(--ivory-40); }

@media (max-width: 720px) {
  .ajl-debate__table { transform: scale(0.78); transform-origin: center top; }
  .ajl-debate__sentence { font-size: 18px; }
  .ajl-debate__blank { min-width: 140px; }
}

/* ===================== LISTENING LITERACY (Essay 10) ===================== */
.ajl-listen { padding: 96px 0 128px; }
.ajl-listen__layout {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 0;
  border: 1px solid var(--gold-wash);
}
@media (max-width: 900px) { .ajl-listen__layout { grid-template-columns: 1fr; } }
.ajl-listen__list {
  border-right: 1px solid var(--gold-wash);
  display: flex; flex-direction: column;
}
@media (max-width: 900px) { .ajl-listen__list { border-right: 0; border-bottom: 1px solid var(--gold-wash); } }
.ajl-listen__row {
  display: grid; grid-template-columns: 44px 1fr 16px;
  gap: 16px; align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid var(--gold-wash);
  background: transparent; cursor: pointer;
  text-align: left; color: var(--ivory-80);
  transition: all var(--d-fast) var(--ease-settle);
}
.ajl-listen__row:last-child { border-bottom: 0; }
.ajl-listen__row:hover { background: var(--gold-tint); color: var(--ivory); }
.ajl-listen__row.is-on {
  background: var(--ruby);
  color: var(--cream);
}
.ajl-listen__row.is-on .ajl-listen__no { color: var(--cream); }
.ajl-listen__no {
  font-family: var(--font-display); font-weight: 800; font-size: 20px;
  line-height: 1; letter-spacing: -0.03em; color: var(--gold);
}
.ajl-listen__name {
  font-family: var(--font-sans); font-size: 14px; font-weight: 700;
  letter-spacing: 0.04em;
}
.ajl-listen__detail {
  padding: 40px 36px;
  display: flex; flex-direction: column; gap: 16px;
  background: var(--ink-raised);
}
.ajl-listen__title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(28px, 3.2vw, 40px); line-height: 1.05; letter-spacing: -0.025em;
  color: var(--ivory); margin: 0;
}
.ajl-listen__tagline {
  font-family: var(--font-display); font-weight: 500; font-style: italic;
  font-size: 18px; line-height: 1.4; color: var(--gold-bright);
  margin: 0; letter-spacing: -0.005em;
}
.ajl-listen__body {
  font-size: 16px; line-height: 1.65; color: var(--ivory-80); margin: 0;
}
.ajl-listen__example {
  margin-top: 16px; padding: 20px;
  border-left: 3px solid var(--ruby);
  background: var(--ruby-tint);
}
.ajl-listen__example p {
  font-family: var(--font-display); font-weight: 500; font-style: italic;
  font-size: 15px; line-height: 1.5; color: var(--cream); margin: 8px 0 0;
}

/* ===================== AJL 40 TIMELINE (Data Viz A) ===================== */
.ajl-tline { padding: 128px 0; background: var(--ink-raised); }
.ajl-tline__layout {
  position: relative;
  border-top: 1px solid var(--gold-wash);
  border-bottom: 1px solid var(--gold-wash);
  padding: 32px 0 48px;
  margin: 32px 0 0;
  overflow-x: auto;
}
.ajl-tline__rail { position: relative; min-width: 1280px; padding: 0 32px; }

/* Phase bands across the top */
.ajl-tline__phases {
  display: grid; grid-template-columns: repeat(40, 1fr);
  height: 32px; gap: 4px;
  margin-bottom: 28px;
}
.ajl-tline__phase {
  grid-column: var(--col-start) / var(--col-end);
  background: var(--gold-tint);
  border-left: 2px solid var(--gold);
  padding: 6px 10px;
  display: flex; align-items: center;
  font-family: var(--font-sans); font-size: 9px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold);
}
.ajl-tline__phase[data-tech="digital"] { background: var(--ruby-tint); border-left-color: var(--ruby); color: var(--ruby-bright); }

/* Years scale */
.ajl-tline__years {
  display: grid; grid-template-columns: repeat(40, 1fr);
  margin-top: 32px; padding-top: 12px;
  border-top: 1px solid var(--gold-wash);
  position: relative;
}
.ajl-tline__year {
  grid-column: var(--col) / span 1;
  font-family: var(--font-mono); font-size: 11px; color: var(--ivory-60);
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.ajl-tline__year.is-major { color: var(--gold); font-weight: 600; }

/* Markers */
.ajl-tline__markers {
  display: grid; grid-template-columns: repeat(40, 1fr);
  position: relative;
  min-height: 200px;
  gap: 0;
}
.ajl-tline__marker {
  grid-column: var(--col) / span 4;
  position: relative;
  padding: 16px 12px 0 12px;
  align-self: var(--align, start);
}
.ajl-tline__marker--low { padding-top: 80px; }
.ajl-tline__dot {
  position: absolute; left: 12px; top: -8px;
  width: 12px; height: 12px;
  background: var(--gold);
  border: 2px solid var(--ink-raised);
}
.ajl-tline__marker--ruby .ajl-tline__dot { background: var(--ruby); }
.ajl-tline__stick {
  position: absolute; left: 17px; top: 4px; bottom: 0;
  width: 1px; background: var(--gold-wash);
}
.ajl-tline__year-tag {
  font-family: var(--font-mono); font-size: 11px; font-weight: 600;
  color: var(--gold); letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.ajl-tline__marker--ruby .ajl-tline__year-tag { color: var(--ruby-bright); }
.ajl-tline__title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 14px; line-height: 1.2; letter-spacing: -0.01em;
  color: var(--cream); margin: 0;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.ajl-tline__essay {
  font-family: var(--font-sans); font-size: 9px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--ivory-40);
  margin-top: 6px;
}

/* ===================== SONIC MAP (Data Viz D) ===================== */
.ajl-sonic { padding: 128px 0; }
.ajl-sonic__layout {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: center;
}
@media (max-width: 900px) { .ajl-sonic__layout { grid-template-columns: 1fr; gap: 32px; } }

.ajl-sonic__map {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 640px; margin: 0 auto;
}
.ajl-sonic__svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.ajl-sonic__line { stroke: var(--gold-wash); stroke-width: 1; fill: none; }
.ajl-sonic__line.is-on { stroke: var(--ruby); stroke-width: 2; }

.ajl-sonic__center {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 30%; aspect-ratio: 1 / 1;
  background: var(--ink-raised);
  border: 1px solid var(--gold);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  padding: 16px;
}
.ajl-sonic__center-label {
  font-family: var(--font-sans); font-size: 9px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold);
}
.ajl-sonic__center-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(20px, 2.6vw, 32px); line-height: 1; letter-spacing: -0.025em;
  color: var(--ivory); margin-top: 6px;
}

.ajl-sonic__node {
  position: absolute;
  left: 50%; top: 50%;
  transform:
    translate(-50%, -50%)
    rotate(var(--angle))
    translateY(-42%)
    rotate(calc(-1 * var(--angle)));
  width: 132px;
  background: var(--ink-raised);
  border: 1px solid var(--gold-wash);
  padding: 12px 14px;
  cursor: pointer;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px; align-items: center;
  transition: all var(--d-fast) var(--ease-settle);
  color: inherit;
}
.ajl-sonic__node:hover { border-color: var(--ruby); }
.ajl-sonic__node.is-on {
  border-color: var(--ruby); background: var(--ruby);
  color: var(--cream);
}
.ajl-sonic__node-name {
  font-family: var(--font-sans); font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.ajl-sonic__node-origin {
  font-family: var(--font-mono); font-size: 9px; color: var(--ivory-60);
  letter-spacing: 0.06em;
}
.ajl-sonic__node.is-on .ajl-sonic__node-origin { color: var(--ruby-tint); color: rgba(244,236,219,0.7); }

.ajl-sonic__detail {
  display: flex; flex-direction: column; gap: 12px;
  padding: 32px;
  background: var(--ink-raised);
  border: 1px solid var(--gold-wash);
  min-height: 240px;
}
.ajl-sonic__detail-eyebrow {
  font-family: var(--font-sans); font-size: 10px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--ruby-bright);
}
.ajl-sonic__detail-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(24px, 3vw, 36px); line-height: 1.05; letter-spacing: -0.025em;
  color: var(--ivory); margin: 0;
}
.ajl-sonic__detail-body {
  font-size: 15px; line-height: 1.65; color: var(--ivory-80); margin: 0;
}
.ajl-sonic__detail-meta {
  display: flex; gap: 16px; margin-top: 12px; padding-top: 16px;
  border-top: 1px solid var(--gold-wash);
  font-family: var(--font-mono); font-size: 10px; color: var(--ivory-60); letter-spacing: 0.08em;
}
.ajl-sonic__detail-meta strong { color: var(--gold); font-weight: 600; margin-right: 4px; }

.ajl-sonic__placeholder {
  font-family: var(--font-display); font-weight: 500; font-style: italic;
  font-size: 18px; line-height: 1.5; color: var(--ivory-40); margin: 0;
}

@media (max-width: 600px) {
  .ajl-sonic__node { width: 88px; padding: 8px 10px; transform:
    translate(-50%, -50%) rotate(var(--angle)) translateY(-44%) rotate(calc(-1 * var(--angle))); }
  .ajl-sonic__node-name { font-size: 9px; }
  .ajl-sonic__node-origin { display: none; }
}

/* ===================== SHARE CARDS (per pull quote) ===================== */
.ajl-sharecard {
  position: relative; display: inline-block; margin-top: 12px;
}
.ajl-sharecard__btn {
  background: transparent; border: 0; cursor: pointer;
  font-family: var(--font-sans); font-size: 10px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--ruby-bright);
  display: inline-flex; align-items: center; gap: 8px; padding: 4px 0;
  transition: color var(--d-fast) var(--ease-settle);
}
.ajl-sharecard__btn:hover { color: var(--ruby); }
[data-surface="bone"] .ajl-sharecard__btn { color: var(--ruby); }
[data-surface="bone"] .ajl-sharecard__btn:hover { color: var(--ruby-deep); }
.ajl-sharecard__menu {
  position: absolute; left: 0; top: 100%; margin-top: 8px;
  background: var(--ink-raised); border: 1px solid var(--gold-wash);
  display: flex; flex-direction: column; min-width: 180px; z-index: 20;
  box-shadow: 0 16px 40px -8px rgba(0,0,0,0.5);
}
.ajl-sharecard__menu button {
  background: transparent; border: 0; cursor: pointer;
  padding: 14px 18px;
  font-family: var(--font-sans); font-size: 12px; font-weight: 600;
  letter-spacing: 0.06em; color: var(--ivory-80);
  text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  border-bottom: 1px solid var(--gold-wash);
}
.ajl-sharecard__menu button:last-child { border-bottom: 0; }
.ajl-sharecard__menu button:hover { background: var(--ruby-tint); color: var(--cream); }
.ajl-sharecard__menu .dim {
  font-family: var(--font-mono); font-size: 10px; color: var(--ivory-40);
  letter-spacing: 0.04em;
}

/* ===================== JOURNEY TRACKER (cross-essay progress) ===================== */
.ajl-journey {
  display: inline-flex; align-items: center; gap: 10px;
  background: transparent; border: 1px solid var(--ivory-20);
  padding: 8px 14px; cursor: pointer;
  font-family: var(--font-sans); font-size: 10px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ivory-80);
  transition: all var(--d-fast) var(--ease-settle);
}
.ajl-journey:hover { border-color: var(--ruby); color: var(--ruby-bright); }
.ajl-journey__count { color: var(--gold); font-family: var(--font-display); font-weight: 800; font-size: 14px; letter-spacing: -0.02em; }
.ajl-journey__count em { font-style: normal; color: var(--ivory-40); }

.ajl-journey-overlay {
  position: fixed; top: 0; right: 0; bottom: 0; width: 380px;
  background: var(--ink-raised); border-left: 1px solid var(--gold-wash);
  z-index: 100;
  box-shadow: -16px 0 40px rgba(0,0,0,0.4);
  display: flex; flex-direction: column;
  animation: journey-slide 320ms var(--ease-settle);
}
@keyframes journey-slide {
  from { transform: translateX(100%); }
  to { transform: none; }
}
.ajl-journey-overlay__head {
  padding: 24px;
  border-bottom: 1px solid var(--gold-wash);
  display: flex; align-items: center; justify-content: space-between;
}
.ajl-journey-overlay__title {
  font-family: var(--font-display); font-weight: 800; font-size: 22px;
  letter-spacing: -0.02em; color: var(--ivory); margin: 0;
}
.ajl-journey-overlay__close {
  background: transparent; border: 0; color: var(--ivory-60); cursor: pointer;
  padding: 4px; display: flex;
}
.ajl-journey-overlay__close:hover { color: var(--gold); }
.ajl-journey-overlay__progress {
  padding: 0 24px 20px;
  display: flex; align-items: center; gap: 14px;
}
.ajl-journey-overlay__bar {
  flex: 1; height: 4px; background: var(--ivory-20); position: relative;
}
.ajl-journey-overlay__fill {
  position: absolute; left: 0; top: 0; bottom: 0; background: var(--gold);
  transition: width 480ms var(--ease-settle);
}
.ajl-journey-overlay__pct {
  font-family: var(--font-mono); font-size: 11px; color: var(--gold);
  letter-spacing: 0.08em;
}
.ajl-journey-overlay__list {
  flex: 1; overflow-y: auto;
  list-style: none; margin: 0; padding: 0;
}
.ajl-journey-overlay__item {
  display: grid; grid-template-columns: 24px 36px 1fr; gap: 12px;
  align-items: center;
  padding: 14px 24px;
  border-bottom: 1px solid var(--gold-wash);
  text-decoration: none; color: inherit;
  background-image: none;
  transition: background var(--d-fast) var(--ease-settle);
}
.ajl-journey-overlay__item:hover { background: var(--gold-tint); }
.ajl-journey-overlay__item.is-active { background: var(--ruby-tint); }
.ajl-journey-overlay__check {
  width: 18px; height: 18px; border: 1px solid var(--ivory-20);
  display: flex; align-items: center; justify-content: center;
  color: transparent;
}
.ajl-journey-overlay__item.is-read .ajl-journey-overlay__check {
  background: var(--gold); border-color: var(--gold); color: var(--ink);
}
.ajl-journey-overlay__no {
  font-family: var(--font-display); font-weight: 800; font-size: 18px;
  letter-spacing: -0.02em; color: var(--ivory-60);
}
.ajl-journey-overlay__item.is-read .ajl-journey-overlay__no { color: var(--gold); }
.ajl-journey-overlay__item.is-active .ajl-journey-overlay__no { color: var(--ruby-bright); }
.ajl-journey-overlay__name {
  font-family: var(--font-sans); font-weight: 600; font-size: 13px;
  line-height: 1.3; color: var(--ivory-80);
}
.ajl-journey-overlay__item.is-read .ajl-journey-overlay__name { color: var(--ivory); }
.ajl-journey-backdrop {
  position: fixed; inset: 0; background: rgba(7,6,10,0.6);
  backdrop-filter: blur(4px); z-index: 99;
  animation: fade-in 320ms var(--ease-settle);
}
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
