:root {
  color-scheme: dark;
  --ink: #f7f7f5;
  --muted: #aaa9a2;
  --line: rgba(255, 255, 255, 0.14);
  --soft: rgba(255, 255, 255, 0.055);
  --paper: #060706;
  --gold: #d8b36a;
  --sage: #879a88;
  --blue: #6d93b8;
  --panel: #11120f;
}

html {
  scroll-behavior: smooth;
}

/* Shared report theme is opt-in via body.report-page-theme to avoid cross-page collisions. */
body.report-page-theme section[id] {
  scroll-margin-top: 82px;
}

body.report-page-theme {
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.report-page-theme a {
  color: inherit;
  text-decoration: none;
}

body.report-page-theme header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(6, 7, 6, 0.76);
  backdrop-filter: blur(20px);
}

body.report-page-theme .nav {
  min-height: 64px;
}

body.report-page-theme .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
}

body.report-page-theme .brand::before {
  content: "♄";
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #0d0e0d;
  color: var(--ink);
  font-size: 1.2rem;
}

body.report-page-theme .nav a:not(.brand),
body.report-page-theme .nav-link {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

body.report-page-theme .nav a:not(.brand):hover,
body.report-page-theme .nav-link:hover {
  color: var(--ink);
}

body.report-page-theme .hero {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

body.report-page-theme .hero-grid,
body.report-page-theme .hero .wrap {
  position: relative;
}

body.report-page-theme .hero .wrap:not(.hero-grid) {
  padding-right: min(44vw, 540px);
}

body.report-page-theme .hero-grid::after,
body.report-page-theme .hero .wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -24px;
  width: min(44vw, 500px);
  height: min(34vw, 360px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.56)),
    url("/assets/astrovole-table.jpg") center / cover no-repeat;
  opacity: 0.72;
  pointer-events: none;
}

body.report-page-theme .hero .wrap:not(.hero-grid)::after {
  top: 50%;
  bottom: auto;
  width: min(36vw, 440px);
  height: min(28vw, 320px);
  transform: translateY(-42%);
}

body.report-page-theme .hero .wrap:not(.hero-grid) h1,
body.report-page-theme .hero .wrap:not(.hero-grid) .lead {
  max-width: 620px;
}

body.report-page-theme h1 {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(3.1rem, 6vw, 6.4rem);
  line-height: 0.96;
}

body.report-page-theme h2,
body.report-page-theme .form-section-title,
body.report-page-theme .form-block h2 {
  color: var(--ink);
}

body.report-page-theme .lead,
body.report-page-theme .muted,
body.report-page-theme .hint,
body.report-page-theme .form-copy,
body.report-page-theme .method p,
body.report-page-theme .method li,
body.report-page-theme .launch-note {
  color: var(--muted);
}

body.report-page-theme .price-panel,
body.report-page-theme .panel,
body.report-page-theme .method,
body.report-page-theme .form-panel,
body.report-page-theme .form-block,
body.report-page-theme .notice,
body.report-page-theme .check,
body.report-page-theme .step {
  border-color: var(--line);
  border-radius: 8px;
  background: var(--soft);
}

body.report-page-theme .old-price,
body.report-page-theme .product-kicker,
body.report-page-theme .eyebrow {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

body.report-page-theme .launch-price {
  color: var(--ink);
}

body.report-page-theme .button,
body.report-page-theme button.button {
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 900;
}

body.report-page-theme .button.disabled {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.12);
  color: var(--muted);
}

body.report-page-theme input,
body.report-page-theme select,
body.report-page-theme textarea {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}

body.report-page-theme select option {
  color: #171715;
}

body.report-page-theme input:focus,
body.report-page-theme select:focus,
body.report-page-theme textarea:focus {
  outline: 2px solid rgba(216, 179, 106, 0.64);
  outline-offset: 2px;
}

body.report-page-theme .notice.warn {
  border-color: rgba(216, 179, 106, 0.42);
  background: rgba(216, 179, 106, 0.09);
  color: var(--ink);
}

body.report-page-theme .notice.success {
  border-color: rgba(135, 154, 136, 0.5);
  background: rgba(135, 154, 136, 0.12);
}

body.report-page-theme .notice.error,
body.report-page-theme .warning {
  border-color: rgba(204, 88, 88, 0.58);
  background: rgba(204, 88, 88, 0.12);
  color: #ffd8d2;
  text-transform: none !important;
}

body.report-page-theme .service-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

body.report-page-theme .service-links a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--ink);
  font-weight: 800;
}

body.report-page-theme footer {
  border-top-color: var(--line);
  color: var(--muted);
}

@media (max-width: 860px) {
  body.report-page-theme .hero .wrap:not(.hero-grid) {
    padding-right: 0;
  }

  body.report-page-theme .hero-grid::after,
  body.report-page-theme .hero .wrap::after {
    position: relative;
    display: block;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: 220px;
    margin-top: 28px;
    transform: none;
  }

  body.report-page-theme .hero .wrap:not(.hero-grid)::after {
    width: 100%;
    height: 220px;
    transform: none;
  }
}

@media (max-width: 560px) {
  body.report-page-theme h1 {
    font-size: 3.25rem;
  }

  body.report-page-theme .service-links {
    display: grid;
  }

  body.report-page-theme .service-links a,
  body.report-page-theme .button {
    width: 100%;
  }
}
