body.query-report-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(217, 189, 145, 0.3), transparent 18%),
    radial-gradient(circle at 88% 12%, rgba(150, 36, 37, 0.08), transparent 18%),
    linear-gradient(180deg, #fbf4ec 0%, #f4eadf 48%, #efe3d8 100%);
  color: #241916;
}

[hidden] {
  display: none !important;
}

.query-report-main {
  width: min(1100px, calc(100vw - 44px));
  margin: 0 auto;
  padding: 7.8rem 0 4rem;
}

.query-report-root {
  display: grid;
  gap: 1.35rem;
}

.query-report-reading {
  display: grid;
  gap: 1.35rem;
}

.query-report-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.7rem;
  flex-wrap: wrap;
}

.query-report-inline-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.query-report-back,
.query-report-primary-btn,
.query-report-secondary-btn,
.query-report-ghost-btn,
.report-export-chip,
.report-export-open-full {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 2.9rem;
  padding: 0 1rem;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, filter 160ms ease, border-color 160ms ease, background 160ms ease;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.query-report-back,
.query-report-ghost-btn {
  border: 1px solid rgba(152, 107, 93, 0.14);
  background: rgba(255, 255, 255, 0.72);
  color: #5d4240;
}

.query-report-primary-btn {
  border: 0;
  background: linear-gradient(135deg, #b82d2a, #8f1717);
  color: #fff9f4;
}

.query-report-secondary-btn {
  border: 1px solid rgba(173, 131, 84, 0.18);
  background: linear-gradient(180deg, rgba(209, 178, 108, 0.16) 0%, rgba(237, 225, 196, 0.32) 100%);
  color: #714c23;
}

.query-report-inline-feedback {
  min-width: 4.6rem;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: #8f1118;
}

.query-report-back:hover,
.query-report-primary-btn:hover,
.query-report-secondary-btn:hover,
.query-report-ghost-btn:hover,
.report-export-chip:hover,
.report-export-open-full:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}

.query-report-loading {
  max-width: 40rem;
  margin: 3rem auto 0;
  padding: 2.6rem;
  border-radius: 2rem;
  border: 1px solid rgba(152, 107, 93, 0.12);
  background: rgba(255, 252, 249, 0.86);
  text-align: center;
  box-shadow: 0 18px 44px rgba(106, 55, 47, 0.06);
}

.query-report-loading h1,
.query-report-hero h1,
.query-report-section-head h2,
.query-report-chapter-card h2,
.query-report-collector-card h2,
.query-report-reflection-card h2,
.artifact-landing h1,
.artifact-landing-card h2,
.report-export-top h2,
.report-export-artifact h3,
.report-export-variants h3,
.report-export-sheet-copy h4,
.report-export-variant h4 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.94;
}

.query-report-loading h1 {
  font-size: clamp(2.8rem, 4vw, 4rem);
}

.query-report-loading p {
  margin: 1rem 0 0;
  font-family: "Literata", serif;
  line-height: 1.8;
  color: rgba(62, 44, 42, 0.8);
}

.query-report-card,
.query-report-hero,
.artifact-landing,
.report-export-shell {
  border: 1px solid rgba(88, 58, 47, 0.1);
  background: rgba(255, 251, 247, 0.9);
  box-shadow: 0 28px 80px rgba(84, 48, 34, 0.1);
}

.query-report-eyebrow,
.query-report-chapter-index,
.artifact-edition,
.artifact-reveal-line,
.query-report-footer-note,
.query-report-hero-badge span,
.query-report-soft-box strong,
.query-report-side-copy span,
.report-export-platforms strong,
.report-export-variant em {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.query-report-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #962425;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
}

.query-report-eyebrow::before {
  content: "";
  width: 1.6rem;
  height: 1px;
  background: rgba(150, 36, 37, 0.38);
}

.artifact-landing {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 1.8rem;
  align-items: center;
  padding: 1.8rem;
  border-radius: 2.3rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 189, 145, 0.2), transparent 24%),
    linear-gradient(180deg, rgba(255,252,248,0.98), rgba(247,239,231,0.97));
}

.artifact-landing::before {
  content: "";
  position: absolute;
  right: 7rem;
  top: 2.2rem;
  width: 11rem;
  height: 35rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 14%, rgba(255,255,255,0.56), rgba(255,255,255,0) 24%),
    linear-gradient(180deg, rgba(231, 204, 185, 0.34), rgba(247, 238, 231, 0.08));
  opacity: 0.86;
}

.artifact-landing-copy,
.artifact-landing-card {
  position: relative;
  z-index: 1;
}

.artifact-landing h1 {
  margin-top: 1rem;
  max-width: 6ch;
  font-size: clamp(4rem, 7vw, 5.8rem);
}

.artifact-landing-meta,
.query-report-hero-meta {
  margin-top: 1rem;
  color: #5a473e;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.artifact-landing-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.25rem;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(88, 58, 47, 0.08);
  background: rgba(255,255,255,0.54);
  color: #765f54;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.artifact-landing-pill::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(150, 36, 37, 0.38), rgba(150, 36, 37, 0.06));
}

.artifact-landing-lede,
.query-report-hero-intro,
.query-report-hero-quote p,
.query-report-frame-copy,
.query-report-chapter-copy p,
.query-report-soft-box p,
.query-report-side-copy p,
.query-report-origin-copy p,
.query-report-reflection-card p,
.report-export-intro,
.report-export-summary,
.report-export-sheet-copy p,
.report-export-variant p,
.report-export-platforms p {
  color: #6d5a52;
  font-family: "Literata", serif;
  line-height: 1.8;
}

.artifact-landing-lede {
  max-width: 34rem;
  margin-top: 1.4rem;
  font-size: 1rem;
}

.artifact-landing-actions {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.4rem;
  flex-wrap: wrap;
}

.artifact-landing-note,
.query-report-footer-note {
  margin-top: 1rem;
  color: #8c786f;
  font-size: 0.63rem;
  font-weight: 700;
}

.artifact-landing-card,
.query-report-reflection-card,
.report-export-card {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 189, 145, 0.2), transparent 24%),
    linear-gradient(180deg, rgba(255,252,248,0.98), rgba(247,239,231,0.97));
  border: 1px solid rgba(88, 58, 47, 0.1);
}

.artifact-landing-card {
  padding: 1.6rem;
}

.artifact-landing-card::before,
.report-export-card::before,
.query-report-reflection-card::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at 36% 36%, rgba(255,255,255,0.18), rgba(255,255,255,0) 26%),
    linear-gradient(180deg, rgba(149, 33, 35, 0.18), rgba(120, 20, 22, 0.1));
}

.artifact-landing-card h2 {
  margin-top: 0.9rem;
  font-size: 3.35rem;
}

.artifact-edition {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1rem;
  color: #8c7568;
  font-size: 0.62rem;
  font-weight: 800;
}

.artifact-edition::before,
.artifact-reveal-line::before {
  content: "";
  width: 1.5rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(150, 36, 37, 0.38), rgba(150, 36, 37, 0.08));
}

.artifact-reveal-line {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1rem;
  color: #8d7569;
  font-size: 0.62rem;
  font-weight: 800;
}

.artifact-landing-art,
.query-report-hero-figure,
.query-report-origin-art,
.report-export-art {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 26% 18%, rgba(255,255,255,0.7), rgba(255,255,255,0) 24%),
    linear-gradient(180deg, rgba(250,245,236,0.98), rgba(236,225,210,0.98));
  border: 1px solid rgba(96,65,51,0.08);
  box-shadow: 0 24px 42px rgba(57, 28, 20, 0.12);
}

.artifact-landing-art,
.report-export-art {
  margin-top: 1.3rem;
  border-radius: 1.75rem 1.75rem 1.3rem 1.3rem;
  aspect-ratio: 0.92;
}

.query-report-hero-figure {
  width: 100%;
  max-width: 15.5rem;
  border-radius: 7rem 7rem 1.7rem 1.7rem;
  aspect-ratio: 0.98;
}

.artifact-landing-art img,
.query-report-hero-figure img,
.query-report-origin-art img,
.report-export-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.46) sepia(0.24) brightness(1.08) contrast(0.92);
  mix-blend-mode: multiply;
  opacity: 0.84;
  transform: scale(1.06);
}

.artifact-landing-art::before,
.query-report-hero-figure::after,
.query-report-origin-art::before,
.report-export-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(39,26,22,0.08)),
    radial-gradient(circle at 24% 16%, rgba(255,255,255,0.72), rgba(255,255,255,0) 24%),
    linear-gradient(90deg, rgba(255,255,255,0.08), rgba(255,255,255,0) 28%, rgba(34,24,20,0.06) 58%, rgba(255,255,255,0) 78%);
}

.artifact-landing-art::after,
.query-report-hero-figure::before,
.query-report-origin-art::after,
.report-export-art::after {
  content: "";
  position: absolute;
  inset: 11px 13px 13px 10px;
  border-radius: 1.45rem 1.45rem 0.95rem 0.95rem;
  border: 1px solid rgba(161, 125, 103, 0.12);
}

.artifact-landing-seal,
.report-export-seal {
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 33% 30%, rgba(255,255,255,0.22), rgba(255,255,255,0) 20%),
    radial-gradient(circle at 68% 72%, rgba(84, 12, 14, 0.14), rgba(84, 12, 14, 0) 28%),
    linear-gradient(180deg, rgba(151, 34, 36, 0.88), rgba(119, 19, 21, 0.8));
  color: #fff8f2;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 12px 22px rgba(120, 20, 22, 0.18);
  transform: rotate(-7deg);
  opacity: 0.94;
}

.query-report-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 280px;
  gap: 1.8rem;
  padding: 1.8rem;
  overflow: hidden;
  border-radius: 2.15rem;
  background:
    radial-gradient(circle at 78% 22%, rgba(226, 172, 148, 0.18), transparent 20%),
    linear-gradient(135deg, rgba(255, 253, 250, 0.97), rgba(247, 238, 229, 0.94));
}

.query-report-hero::after {
  content: "";
  position: absolute;
  right: 13rem;
  top: 1.2rem;
  width: 11rem;
  height: 26rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,0.6), rgba(255,255,255,0) 32%),
    linear-gradient(180deg, rgba(231, 204, 185, 0.45), rgba(247, 238, 231, 0.12));
  opacity: 0.7;
}

.query-report-hero-copy,
.query-report-hero-art {
  position: relative;
  z-index: 1;
}

.query-report-hero h1 {
  margin-top: 1rem;
  font-size: clamp(3.4rem, 6vw, 5.5rem);
  max-width: 8ch;
  letter-spacing: -0.035em;
}

.query-report-hero-intro {
  max-width: 42ch;
  margin-top: 1.35rem;
  font-size: 1.02rem;
}

.query-report-hero-quote {
  margin-top: 1.45rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(88, 58, 47, 0.08);
}

.query-report-hero-quote blockquote {
  margin: 0;
  max-width: 26ch;
  color: #332320;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.6rem;
  line-height: 0.96;
}

.query-report-hero-quote p {
  margin: 0.85rem 0 0;
  max-width: 40ch;
  font-size: 0.9rem;
}

.query-report-hero-art {
  display: flex;
  align-items: end;
  justify-content: center;
}

.query-report-hero-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  padding: 0.8rem 0.9rem;
  border-radius: 1rem;
  background: rgba(28,18,15,0.68);
  color: #fff8f2;
}

.query-report-hero-badge strong {
  display: block;
  font-size: 1.2rem;
}

.query-report-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 1.25rem;
}

.query-report-main-stack,
.query-report-side-stack,
.query-report-side-copy {
  display: grid;
  gap: 1.15rem;
}

.query-report-frame-card,
.query-report-chapter-card,
.query-report-timeline-card,
.query-report-origin-card,
.query-report-collector-card,
.query-report-reflection-card {
  padding: 1.45rem;
  border-radius: 1.95rem;
}

.query-report-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
}

.query-report-section-head h2 {
  margin-top: 0.65rem;
  font-size: 2.35rem;
}

.query-report-section-head p {
  margin: 0;
  color: #6d5a52;
  font-size: 0.7rem;
  line-height: 1.55;
  letter-spacing: 0.02em;
  max-width: 16ch;
}

.query-report-frame-copy {
  margin: 0.8rem 0 0;
  font-size: 0.95rem;
}

.query-report-chapter-head {
  display: grid;
  gap: 0.65rem;
}

.query-report-chapter-index {
  color: #962425;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  font-weight: 700;
}

.query-report-chapter-card h2 {
  font-size: 2.55rem;
  max-width: 10ch;
}

.query-report-chapter-kicker {
  max-width: 38ch;
  color: #41312d;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75rem;
  line-height: 1.04;
}

.query-report-chapter-body,
.query-report-origin-grid,
.report-export-body,
.report-export-sheet {
  display: grid;
  gap: 1rem;
}

.query-report-chapter-body {
  grid-template-columns: 1.12fr 0.88fr;
  margin-top: 1rem;
}

.query-report-chapter-copy p,
.query-report-origin-copy p {
  margin: 0;
  font-size: 0.9rem;
}

.query-report-chapter-side {
  display: grid;
  gap: 0.85rem;
}

.query-report-soft-box,
.query-report-side-copy article,
.report-export-variant,
.report-export-platforms,
.report-export-variants {
  border-radius: 1.25rem;
  border: 1px solid rgba(88, 58, 47, 0.08);
}

.query-report-soft-box {
  padding: 1rem;
  background: rgba(255,255,255,0.7);
}

.query-report-soft-box strong,
.query-report-side-copy span {
  display: block;
  color: #8f756c;
  font-size: 0.66rem;
  font-weight: 800;
}

.query-report-soft-box p {
  margin: 0.6rem 0 0;
  font-size: 0.82rem;
}

.query-report-listblock ul {
  margin: 0.7rem 0 0;
  padding-left: 1rem;
}

.query-report-listblock li {
  margin: 0.35rem 0 0;
  color: #6d5a52;
  font-family: "Literata", serif;
  font-size: 0.82rem;
  line-height: 1.7;
}

.query-report-timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.query-report-timeline-item {
  padding: 1rem;
  border-radius: 1.2rem;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(88, 58, 47, 0.08);
}

.query-report-timeline-label {
  color: #962425;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.query-report-timeline-item h3 {
  margin: 0.6rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  line-height: 0.95;
}

.query-report-timeline-item p {
  margin: 0.6rem 0 0;
  color: #6d5a52;
  font-family: "Literata", serif;
  font-size: 0.76rem;
  line-height: 1.65;
}

.query-report-brush-dots {
  display: flex;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.query-report-brush-dots span {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: #d8c0a6;
  opacity: 0.3;
}

.query-report-brush-dots span.is-on {
  opacity: 1;
  background: #9f4638;
}

.query-report-origin-grid {
  grid-template-columns: 1.08fr 220px;
  margin-top: 1rem;
}

.query-report-origin-art {
  border-radius: 1.65rem;
}

.query-report-collector-card {
  background: linear-gradient(180deg, rgba(43,28,24,0.97), rgba(34,22,19,0.97));
  color: #fff8f2;
}

.query-report-collector-card h2 {
  margin-top: 0.75rem;
  font-size: 2.15rem;
  max-width: 7ch;
}

.query-report-collector-card > p {
  margin: 0.85rem 0 0;
  color: rgba(255,246,238,0.76);
  font-family: "Literata", serif;
  font-size: 0.82rem;
  line-height: 1.6;
}

.query-report-side-copy article {
  padding: 0.9rem;
  background: rgba(255,248,242,0.08);
}

.query-report-side-copy p {
  margin: 0.55rem 0 0;
  color: rgba(255,245,236,0.84);
  font-size: 0.76rem;
  line-height: 1.68;
}

.query-report-snapshot-grid {
  display: grid;
  gap: 0.6rem;
  margin-top: 0.65rem;
}

.query-report-snapshot-row {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  color: rgba(255,245,236,0.84);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.76rem;
}

.query-report-snapshot-row span:first-child {
  color: rgba(239, 200, 180, 0.88);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.64rem;
}

.query-report-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.6rem;
}

.query-report-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  background: rgba(255,248,242,0.12);
  color: rgba(255,245,236,0.88);
  font-size: 0.66rem;
  line-height: 1.25;
}

.query-report-pill-dots {
  display: inline-flex;
  gap: 0.28rem;
}

.query-report-pill-dots i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
}

.query-report-reflection-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(213, 95, 68, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255, 253, 250, 0.96), rgba(247, 238, 229, 0.93));
}

.query-report-reflection-card h2 {
  margin-top: 0.8rem;
  font-size: 2.15rem;
  max-width: 9ch;
}

.query-report-reflection-quote {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 1.2rem;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(88, 58, 47, 0.08);
}

.query-report-reflection-quote blockquote {
  margin: 0;
  color: #312220;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 0.98;
}

.query-report-reflection-actions {
  display: flex;
  gap: 0.8rem;
  margin-top: 0.95rem;
  flex-wrap: wrap;
}

.query-report-blessing {
  padding: 0 0.5rem;
  text-align: center;
  color: #7a6359;
  font-family: "Literata", serif;
  font-size: 0.92rem;
  line-height: 1.75;
}

.query-report-toast {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 80;
  max-width: 24rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(35, 25, 23, 0.94);
  color: #fff8f2;
  box-shadow: 0 22px 48px rgba(37, 25, 23, 0.22);
}

.query-report-toast[data-error="true"] {
  background: rgba(126, 26, 27, 0.94);
}

.report-export-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
}

.report-export-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(40, 27, 23, 0.2);
  backdrop-filter: blur(8px);
}

.report-export-shell {
  position: relative;
  width: min(980px, calc(100vw - 24px));
  max-height: min(92vh, 920px);
  margin: 2.2rem auto;
  padding: 1.5rem 1.6rem 1.6rem;
  overflow: auto;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 189, 145, 0.2), transparent 26%),
    linear-gradient(180deg, rgba(255,252,248,0.98), rgba(247,239,231,0.97));
}

.report-export-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  border: 1px solid rgba(88, 58, 47, 0.08);
  background: rgba(255,255,255,0.74);
  color: #6d564b;
}

.report-export-intro {
  max-width: 42ch;
  margin: 0.7rem 0 0;
  font-size: 0.88rem;
}

.report-export-body {
  grid-template-columns: 1.3fr 0.7fr;
  margin-top: 1.2rem;
}

.report-export-artifact,
.report-export-variants {
  padding: 1.25rem;
  border-radius: 1.75rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 189, 145, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255,252,248,0.98), rgba(247,239,231,0.97));
  border: 1px solid rgba(88, 58, 47, 0.08);
}

.report-export-artifact h3 {
  margin-top: 0.65rem;
  font-size: 2.5rem;
}

.report-export-artifact blockquote {
  margin: 1rem 0 0;
  max-width: 11ch;
  color: #312220;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.05rem;
  line-height: 0.95;
}

.report-export-summary {
  max-width: 42ch;
  margin-top: 1rem;
  font-size: 0.88rem;
}

.report-export-card {
  margin-top: 1.4rem;
  padding: 2rem 1.9rem 1.65rem;
}

.report-export-noise {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 14% 22%, rgba(154, 118, 99, 0.035), rgba(154, 118, 99, 0) 18%),
    radial-gradient(circle at 78% 72%, rgba(154, 118, 99, 0.03), rgba(154, 118, 99, 0) 20%),
    radial-gradient(circle at 62% 16%, rgba(255,255,255,0.18), rgba(255,255,255,0) 14%);
  mix-blend-mode: multiply;
  opacity: 0.9;
  pointer-events: none;
}

.report-export-sheet {
  position: relative;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  align-items: center;
}

.report-export-sheet::before {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  top: 10px;
  bottom: 6px;
  width: 1px;
  background: linear-gradient(180deg, rgba(161, 125, 103, 0.16), rgba(161, 125, 103, 0.02));
}

.report-export-sheet-copy {
  position: relative;
  padding-right: 0.5rem;
}

.report-export-sheet-copy h4 {
  margin-top: 0.55rem;
  font-size: 2.15rem;
}

.report-export-sheet-copy p {
  max-width: 26ch;
  margin: 0.8rem 0 0;
  font-size: 0.82rem;
}

.report-export-manifesto {
  margin-top: 1rem;
  max-width: 12ch;
  color: #2b1d1a;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  line-height: 0.96;
}

.report-export-seal {
  position: static;
  margin-top: 1.1rem;
  margin-left: 0.35rem;
}

.report-export-side {
  display: grid;
  gap: 0.9rem;
}

.report-export-variants h3 {
  margin-top: 0.65rem;
  font-size: 1.95rem;
}

.report-export-variant-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.9rem;
}

.report-export-variant {
  padding: 0.95rem 1rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(249,243,236,0.72));
}

.report-export-variant:nth-child(2) {
  margin-left: 0.65rem;
}

.report-export-variant:nth-child(3) {
  margin-left: 0.25rem;
}

.report-export-variant h4 {
  margin-top: 0.4rem;
  font-size: 1.5rem;
}

.report-export-variant p {
  margin: 0.5rem 0 0;
  font-size: 0.76rem;
}

.report-export-variant em {
  display: block;
  margin-top: 0.55rem;
  color: #8d7569;
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 700;
}

.report-export-platforms {
  padding: 1rem;
  background: rgba(41, 29, 25, 0.96);
  color: #fff8f2;
}

.report-export-platforms strong {
  display: block;
  color: #efc8b4;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.64rem;
}

.report-export-platforms p {
  margin: 0.55rem 0 0;
  color: rgba(255,245,236,0.64);
  font-size: 0.75rem;
}

.report-export-platform-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.report-export-chip {
  min-height: 2.1rem;
  padding: 0 0.8rem;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,248,242,0.05);
  color: rgba(255,248,242,0.88);
  font-size: 0.6rem;
}

.report-export-open-full {
  margin-top: 0.9rem;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,248,242,0.08);
  color: #fff8f2;
}

.report-export-feedback {
  margin: 0.8rem 0 0;
  color: #efc8b4;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.76rem;
}

body.report-card-modal-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .query-report-main {
    width: min(1100px, calc(100vw - 24px));
    padding-top: 7rem;
  }

  .artifact-landing,
  .query-report-hero,
  .query-report-content,
  .query-report-chapter-body,
  .query-report-origin-grid,
  .query-report-timeline-grid,
  .report-export-body,
  .report-export-sheet {
    grid-template-columns: 1fr;
  }

  .query-report-hero::after,
  .artifact-landing::before,
  .report-export-sheet::before {
    display: none;
  }

  .query-report-hero-figure {
    max-width: 14rem;
  }

  .report-export-artifact blockquote,
  .artifact-landing-card h2 {
    font-size: 2.5rem;
  }
}
