:root {
  color-scheme: dark;
  --bg: #061018;
  --surface: #0c1821;
  --surface-2: #11222d;
  --line: #24404d;
  --line-bright: #347085;
  --text: #fff9ef;
  --muted: #a9bdc6;
  --cyan: #12c4d5;
  --gold: #f4b63d;
  --coral: #f07575;
  --green: #71c49a;
  --blue: #4e7ee8;
  --shadow: 0 18px 50px rgba(0, 0, 0, .26);
  --header-height: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 22px); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font: 400 16px/1.6 "DM Sans", Arial, sans-serif;
  letter-spacing: 0;
}
body:has(dialog[open]) { overflow: hidden; }
button, input { font: inherit; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
svg { width: 18px; height: 18px; stroke-width: 1.8; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  transform: translateY(-140%);
  background: var(--cyan);
  color: #04131c;
  font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 10px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid rgba(77, 115, 130, .36);
  background: rgba(6, 16, 24, .94);
  backdrop-filter: blur(16px);
}
.brand-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  color: var(--text);
  text-decoration: none;
}
.brand-link img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border: 1px solid var(--line-bright);
  border-radius: 50%;
}
.brand-link span { display: grid; line-height: 1.05; }
.brand-link strong { font-size: 15px; }
.brand-link small {
  margin-top: 4px;
  color: var(--cyan);
  font: 500 9px "DM Mono", monospace;
  text-transform: uppercase;
}
.main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 38px);
}
.main-nav a {
  position: relative;
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
}
.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  background: var(--cyan);
  transform-origin: left;
  transition: transform .2s ease;
}
.main-nav a:hover, .main-nav a:focus-visible { color: var(--text); }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-button {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.icon-button:hover { border-color: var(--cyan); background: var(--surface-2); transform: translateY(-1px); }
.icon-button:focus-visible, .button:focus-visible, .filter-button:focus-visible, .text-button:focus-visible, a:focus-visible, input:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.social-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid #b94d80;
  border-radius: 6px;
  background: #792d53;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.menu-button, .mobile-menu { display: none; }

.portal-hero {
  position: relative;
  min-height: min(760px, calc(100vh - var(--header-height)));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  align-items: end;
  gap: clamp(30px, 6vw, 90px);
  padding: clamp(78px, 10vw, 138px) clamp(20px, 6vw, 92px) clamp(48px, 7vw, 92px);
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: url("/brand/le-declic-cover.png") center / cover no-repeat;
  opacity: .38;
}
.portal-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(4, 15, 25, .78);
}
.hero-content { align-self: center; max-width: 700px; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font: 500 11px/1.4 "DM Mono", monospace;
  text-transform: uppercase;
}
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 {
  max-width: 900px;
  margin: 0;
  font: 400 clamp(44px, 7vw, 96px)/1.02 "Libre Baskerville", Georgia, serif;
}
.hero-intro {
  max-width: 610px;
  margin: 22px 0 0;
  color: #d5e2e5;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.4;
}
.hero-actions, .network-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 16px;
  border: 1px solid var(--line-bright);
  border-radius: 6px;
  background: transparent;
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); border-color: var(--cyan); }
.button.primary { border-color: var(--cyan); background: var(--cyan); color: #03131c; }
.button.secondary { background: var(--surface-2); }
.button.quiet { background: rgba(5, 20, 31, .72); }
.button.instagram { border-color: #d45c92; background: #792d53; }
.button.facebook { border-color: #7398ea; background: #315bb0; }
.live-line {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 13px;
}
.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(113, 196, 154, .12);
  animation: pulse 2s ease-in-out infinite;
}

.spotlight {
  position: relative;
  min-height: 440px;
  align-self: end;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  border: 1px solid var(--line-bright);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}
.spotlight-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .52;
}
.spotlight::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3, 16, 25, .55);
}
.spotlight-copy {
  position: relative;
  z-index: 1;
  padding: clamp(24px, 5vw, 40px);
}
.spotlight-copy .meta { color: var(--gold); }
.spotlight h2 {
  margin: 10px 0 12px;
  font: 400 clamp(26px, 3.2vw, 42px)/1.15 "Libre Baskerville", Georgia, serif;
}
.spotlight p { margin: 0; color: #d9e4e5; line-height: 1.55; }
.spotlight-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }

.pulse-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: #0a151d;
}
.pulse-bar > div {
  min-height: 112px;
  display: grid;
  align-content: center;
  padding: 20px clamp(18px, 3vw, 42px);
  border-right: 1px solid var(--line);
}
.pulse-bar > div:last-child { border-right: 0; }
.pulse-bar strong {
  font: 700 26px "DM Mono", monospace;
  color: var(--gold);
}
.pulse-bar span { color: var(--muted); font-size: 12px; }
.progress-track {
  height: 3px;
  display: block;
  margin-top: 10px;
  overflow: hidden;
  background: #24323a;
}
.progress-track span { display: block; width: 0; height: 100%; background: var(--cyan); transition: width .5s ease; }

.section-shell {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(64px, 9vw, 116px) clamp(18px, 5vw, 72px);
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.section-heading h2, .network-copy h2 {
  max-width: 780px;
  margin: 0;
  font: 400 clamp(30px, 4vw, 50px)/1.15 "Libre Baskerville", Georgia, serif;
}
.section-heading p:not(.eyebrow) { max-width: 650px; margin: 12px 0 0; color: var(--muted); }
.section-tools { display: flex; align-items: center; gap: 8px; }
.search-field {
  width: min(360px, 38vw);
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
}
.search-field:focus-within { border-color: var(--cyan); }
.search-field svg { color: var(--muted); }
.search-field input {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
}
.search-field input::placeholder { color: #78909a; }
.filter-row {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  padding-bottom: 4px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.filter-button {
  min-height: 36px;
  flex: 0 0 auto;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}
.filter-button:hover { border-color: var(--line-bright); color: var(--text); }
.filter-button.active { border-color: var(--cyan); background: #113440; color: #ecfdff; }

.article-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}
.article-card {
  grid-column: span 4;
  min-width: 0;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.article-card:hover { transform: translateY(-5px); border-color: var(--line-bright); box-shadow: var(--shadow); }
.article-card:nth-child(7n + 1) { grid-column: span 6; }
.article-card:nth-child(7n + 2) { grid-column: span 6; }
.card-image-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #112735;
}
.card-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  pointer-events: none;
}
.card-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.article-card:hover .card-image-wrap img { transform: scale(1.035); }
.image-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 30px;
  background: #0d2a39;
  color: var(--cyan);
}
.image-fallback svg { width: 44px; height: 44px; }
.save-button {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  border-color: rgba(255, 255, 255, .22);
  background: rgba(3, 14, 22, .78);
}
.save-button.saved { color: var(--gold); border-color: var(--gold); }
.card-body { flex: 1; display: flex; flex-direction: column; padding: 19px; }
.card-meta, .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  color: var(--cyan);
  font: 500 10px/1.45 "DM Mono", monospace;
  text-transform: uppercase;
}
.card-meta span + span::before { content: "·"; margin-right: 7px; color: var(--gold); }
.article-card h3 {
  margin: 10px 0 9px;
  font: 400 clamp(20px, 2vw, 27px)/1.25 "Libre Baskerville", Georgia, serif;
}
.article-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
}
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  font-weight: 700;
  cursor: pointer;
}
.text-button:hover { color: var(--cyan); }
.network-link {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--muted);
}
.network-link:hover { border-color: var(--cyan); color: var(--cyan); }
.center-action { display: grid; place-items: center; margin-top: 28px; }
.empty-state { padding: 70px 20px; text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.empty-state svg { width: 38px; height: 38px; color: var(--cyan); }
.empty-state h3 { margin: 16px 0 4px; font: 400 24px "Libre Baskerville", Georgia, serif; }
.empty-state p { margin: 0 0 18px; color: var(--muted); }

.continue-section { padding-top: 0; }
.rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 34%);
  gap: 14px;
  overflow-x: auto;
  padding: 4px 2px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}
.rail .article-card { grid-column: auto; min-height: 350px; scroll-snap-align: start; }
.living-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0b1715; }
.living-band .section-shell { width: min(100%, 1540px); }
.rail-controls { display: flex; gap: 8px; }
.living-rail { grid-auto-columns: minmax(300px, 29%); }
.living-rail .article-card { border-color: #2f5748; background: #10231e; }
.reels-section { padding-top: clamp(64px, 8vw, 104px); }
.reels-rail { grid-auto-columns: minmax(250px, 24%); }
.reel-card {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #111b2c;
  text-decoration: none;
}
.reel-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .46; transition: transform .45s ease; }
.reel-card::after { content: ""; position: absolute; inset: 0; background: rgba(5, 12, 22, .48); }
.reel-card:hover > img { transform: scale(1.04); }
.reel-card:hover { border-color: #d45c92; }
.reel-card-copy { position: relative; z-index: 1; width: 100%; padding: 24px; }
.reel-play {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid #e073a4;
  border-radius: 50%;
  background: #792d53;
}
.reel-card h3 { margin: 9px 0 0; font: 400 23px/1.3 "Libre Baskerville", Georgia, serif; }

.network-section {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
}
.network-copy > p:not(.eyebrow) { max-width: 690px; color: var(--muted); font-size: 17px; }
.community-board { border: 1px solid var(--line); background: var(--surface); }
.community-prompt, .community-note { padding: clamp(24px, 4vw, 38px); }
.community-prompt { border-bottom: 1px solid var(--line); }
.community-prompt > svg { width: 30px; height: 30px; margin-bottom: 18px; color: var(--gold); }
.community-prompt h3 { margin: 8px 0 20px; font: 400 24px/1.4 "Libre Baskerville", Georgia, serif; }
.community-note { display: flex; align-items: flex-start; gap: 14px; color: var(--muted); font-size: 13px; }
.community-note svg { flex: 0 0 auto; color: var(--green); }
.community-note p { margin: 0; }
.community-note strong { color: var(--text); }

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px 50px;
  align-items: center;
  padding: 34px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #040b10;
}
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 52px; height: 52px; object-fit: contain; border: 1px solid var(--line); border-radius: 50%; }
.footer-brand div { display: grid; }
.footer-brand span { color: var(--muted); font-size: 12px; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; }
.site-footer a { color: var(--muted); font-size: 13px; text-decoration: none; }
.site-footer a:hover { color: var(--cyan); }
.site-footer > p { grid-column: 1 / -1; margin: 0; color: #728790; font-size: 11px; }

dialog {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
}
dialog::backdrop { background: rgba(0, 0, 0, .76); backdrop-filter: blur(8px); }
.reader-shell {
  min-height: 100%;
  width: min(100%, 920px);
  margin-left: auto;
  padding: clamp(24px, 5vw, 64px);
  background: #09141c;
  box-shadow: -20px 0 70px rgba(0, 0, 0, .42);
}
.reader-close { position: sticky; z-index: 2; top: 0; margin-left: auto; }
.reader-hero { margin: 10px 0 42px; }
.reader-hero img { width: 100%; max-height: 480px; margin-bottom: 28px; object-fit: cover; border: 1px solid var(--line); border-radius: 8px; }
.reader-hero h2 { margin: 10px 0 14px; font: 400 clamp(32px, 6vw, 58px)/1.12 "Libre Baskerville", Georgia, serif; }
.reader-hero > p { color: #c7d6da; font-size: 18px; }
.lesson-step { position: relative; padding: 30px 0 30px 38px; border-top: 1px solid var(--line); }
.lesson-step::before {
  content: attr(data-step);
  position: absolute;
  top: 32px;
  left: 0;
  color: var(--gold);
  font: 500 12px "DM Mono", monospace;
}
.lesson-step h3 { margin: 6px 0 12px; font: 400 25px/1.3 "Libre Baskerville", Georgia, serif; }
.lesson-step p { margin: 0; color: #c6d4d7; font-size: 17px; line-height: 1.75; }
.reader-footer { display: flex; flex-wrap: wrap; gap: 10px; padding: 34px 0; border-top: 1px solid var(--line); }
.search-dialog-shell {
  width: min(100% - 28px, 760px);
  max-height: min(760px, calc(100vh - 48px));
  margin: 24px auto;
  overflow: hidden auto;
  border: 1px solid var(--line-bright);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}
.search-dialog-head {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}
.search-dialog-head > svg { color: var(--cyan); }
.search-dialog-head input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--text); font-size: 18px; }
.search-results { padding: 8px; }
.search-result {
  width: 100%;
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 10px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}
.search-result:hover { background: var(--surface-2); }
.search-result img { width: 70px; height: 70px; object-fit: cover; border-radius: 4px; }
.search-result strong { display: block; line-height: 1.35; }
.search-result span { color: var(--muted); font-size: 12px; }

.toast-region { position: fixed; z-index: 500; right: 18px; bottom: 18px; display: grid; gap: 8px; }
.toast {
  max-width: min(390px, calc(100vw - 36px));
  padding: 12px 15px;
  border: 1px solid var(--line-bright);
  border-radius: 6px;
  background: #10232d;
  box-shadow: var(--shadow);
  animation: toast-in .22s ease both;
}
.skeleton {
  position: relative;
  overflow: hidden;
  background: #152733;
}
.skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 35%;
  background: rgba(255, 255, 255, .06);
  animation: loading 1.25s ease-in-out infinite;
}
.spotlight-skeleton { min-height: 440px; }
.card-skeleton { grid-column: span 4; min-height: 390px; border-radius: 8px; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.portal-hero .reveal { opacity: 1; transform: none; }

@keyframes loading { from { transform: translateX(-120%); } to { transform: translateX(330%); } }
@keyframes pulse { 50% { opacity: .45; transform: scale(.88); } }
@keyframes toast-in { from { opacity: 0; transform: translateY(8px); } }

@media (max-width: 1080px) {
  .main-nav { gap: 18px; }
  .portal-hero { grid-template-columns: 1fr 380px; gap: 34px; }
  .article-card { grid-column: span 6; }
  .article-card:nth-child(7n + 1), .article-card:nth-child(7n + 2) { grid-column: span 6; }
  .pulse-bar { grid-template-columns: repeat(2, 1fr); }
  .pulse-bar > div:nth-child(2) { border-right: 0; }
  .pulse-bar > div:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 820px) {
  :root { --header-height: 64px; }
  .site-header { grid-template-columns: 1fr auto; padding: 8px 16px; }
  .main-nav, .social-button span { display: none; }
  .social-button { width: 40px; padding: 0; justify-content: center; }
  .menu-button { display: grid; }
  .mobile-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    padding: 12px 16px 18px;
    border-bottom: 1px solid var(--line);
    background: #07121a;
  }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { padding: 12px 4px; border-bottom: 1px solid var(--line); color: var(--muted); text-decoration: none; }
  .portal-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 76px; }
  .spotlight { min-height: 390px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .section-tools, .search-field { width: 100%; }
  .network-section { grid-template-columns: 1fr; }
  .rail, .living-rail { grid-auto-columns: minmax(280px, 78%); }
  .reels-rail { grid-auto-columns: minmax(250px, 72%); }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
}

@media (max-width: 590px) {
  .brand-link img { width: 40px; height: 40px; }
  .header-actions { gap: 6px; }
  .portal-hero { gap: 22px; padding: 50px 16px 28px; }
  h1 { font-size: clamp(40px, 15vw, 62px); }
  .hero-intro { font-size: 18px; }
  .hero-actions { margin-top: 20px; }
  .live-line { margin-top: 18px; }
  .spotlight { min-height: 260px; }
  .spotlight-copy { padding: 24px 20px; }
  .spotlight-copy h2 { font-size: 27px; }
  .spotlight-copy > p { display: none; }
  .spotlight-actions { margin-top: 18px; }
  .spotlight-actions .button.quiet { display: none; }
  .pulse-bar { grid-template-columns: 1fr; }
  .pulse-bar > div { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section-shell { padding-right: 14px; padding-left: 14px; }
  .article-card, .article-card:nth-child(7n + 1), .article-card:nth-child(7n + 2) { grid-column: span 12; min-height: 0; }
  .card-skeleton { grid-column: span 12; }
  .card-actions { align-items: flex-end; }
  .network-actions { display: grid; }
  .network-actions .button { width: 100%; }
  .reader-shell { padding: 18px; }
  .lesson-step { padding-left: 30px; }
  .search-result { grid-template-columns: 54px 1fr; }
  .search-result img { width: 54px; height: 54px; }
  .search-result > svg { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
