/* =========================================================
   SolDaily.com — site.css
   A True Manga Special Powered by Sol
   ========================================================= */

:root {
  --bg: #07040b;
  --bg-2: #120713;
  --bg-3: #1d0b10;
  --ink: #fff7df;
  --muted: #f2c987;
  --soft: rgba(255, 247, 223, 0.78);
  --gold: #ffd66b;
  --gold-2: #ffb72e;
  --orange: #ff6b1a;
  --red: #d63417;
  --ember: #ff3d00;
  --blue: #74d7ff;
  --line: rgba(255, 214, 107, 0.24);
  --panel: rgba(24, 8, 14, 0.84);
  --panel-2: rgba(255, 255, 255, 0.075);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
  --glow: 0 0 30px rgba(255, 183, 46, 0.38);
  --max: 1180px;
  --radius: 26px;
  --radius-sm: 16px;
  --font-head: Georgia, "Times New Roman", serif;
  --font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

/* =========================================================
   Base
   ========================================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 183, 46, 0.22), transparent 28rem),
    radial-gradient(circle at 90% 8%, rgba(255, 67, 13, 0.18), transparent 32rem),
    radial-gradient(circle at 50% 100%, rgba(116, 215, 255, 0.1), transparent 35rem),
    linear-gradient(180deg, #050307 0%, #110510 42%, #08040a 100%);
  font-family: var(--font-body);
  line-height: 1.65;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.8) 0 1px, transparent 1px),
    radial-gradient(circle, rgba(255,214,107,0.5) 0 1px, transparent 1px);
  background-size: 130px 130px, 210px 210px;
  background-position: 0 0, 38px 72px;
  opacity: 0.18;
}

body::after {
  content: "";
  position: fixed;
  inset: -20%;
  pointer-events: none;
  z-index: -1;
  background:
    conic-gradient(from 180deg at 50% 50%,
      transparent 0deg,
      rgba(255, 183, 46, 0.07) 48deg,
      transparent 78deg,
      transparent 180deg,
      rgba(255, 83, 18, 0.08) 238deg,
      transparent 280deg);
  animation: solarDrift 28s linear infinite;
}

@keyframes solarDrift {
  to {
    transform: rotate(360deg);
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--gold);
  text-decoration: none;
}

a:hover {
  color: #fff1a8;
  text-decoration: underline;
}

p {
  margin: 0 0 1.15rem;
}

strong {
  color: #fff0a8;
}

hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 2.5rem 0;
}

/* =========================================================
   Layout Helpers
   ========================================================= */

.wrap {
  width: min(var(--max), calc(100% - 36px));
  margin-inline: auto;
}

.section {
  padding: 72px 0;
  position: relative;
}

.section.tight {
  padding: 44px 0;
}

.section-title {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(255, 214, 107, 0.35);
  border-radius: 999px;
  background: rgba(255, 214, 107, 0.08);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.kicker::before {
  content: "☀";
  color: var(--gold-2);
}

h1,
h2,
h3,
h4 {
  margin: 0 0 1rem;
  line-height: 1.06;
  font-family: var(--font-head);
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(3rem, 8vw, 7.4rem);
}

h2 {
  font-size: clamp(2.2rem, 5vw, 4.8rem);
}

h3 {
  font-size: clamp(1.45rem, 3vw, 2.35rem);
}

h4 {
  font-size: 1.12rem;
  letter-spacing: 0.02em;
}

.lede {
  max-width: 820px;
  font-size: clamp(1.12rem, 2vw, 1.4rem);
  color: var(--soft);
}

.center {
  text-align: center;
}

.gold-text {
  color: var(--gold);
}

.flare-text {
  color: var(--orange);
}

.muted {
  color: var(--muted);
}

.small {
  font-size: 0.92rem;
}

/* =========================================================
   Header / Navigation
   ========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background:
    linear-gradient(180deg, rgba(7, 4, 11, 0.96), rgba(7, 4, 11, 0.78));
  border-bottom: 1px solid rgba(255, 214, 107, 0.22);
  backdrop-filter: blur(16px);
}

.navbar {
  width: min(var(--max), calc(100% - 28px));
  min-height: 76px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--ink);
  font-weight: 950;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.brand:hover {
  text-decoration: none;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #fff7bc 0 13%, #ffd66b 14% 34%, #ff8a1d 35% 62%, #b91f12 63% 100%);
  box-shadow:
    0 0 28px rgba(255, 183, 46, 0.8),
    inset 0 0 18px rgba(255, 255, 255, 0.35);
  position: relative;
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 214, 107, 0.45);
  box-shadow: 0 0 24px rgba(255, 107, 26, 0.38);
}

.brand-name {
  display: grid;
}

.brand-name b {
  font-family: var(--font-head);
  font-size: 1.55rem;
  line-height: 1;
}

.brand-name span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
}

.nav-toggle-label {
  display: none;
  width: 46px;
  height: 42px;
  border: 1px solid rgba(255, 214, 107, 0.28);
  border-radius: 14px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background: rgba(255, 214, 107, 0.08);
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: var(--gold);
  position: relative;
}

.nav-toggle-label span::before,
.nav-toggle-label span::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle-label span::before {
  top: -7px;
}

.nav-toggle-label span::after {
  top: 7px;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.28rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu a {
  display: block;
  padding: 0.65rem 0.82rem;
  border-radius: 999px;
  color: rgba(255, 247, 223, 0.88);
  font-size: 0.91rem;
  font-weight: 800;
  text-decoration: none;
}

.nav-menu a:hover,
.nav-menu a[aria-current="page"] {
  color: #170807;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  box-shadow: var(--glow);
}

/* =========================================================
   Hero
   ========================================================= */

.hero {
  min-height: 78vh;
  display: grid;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 214, 107, 0.22);
  background:
    linear-gradient(90deg, rgba(7, 4, 11, 0.92) 0%, rgba(7, 4, 11, 0.68) 44%, rgba(7, 4, 11, 0.28) 100%),
    radial-gradient(circle at 75% 45%, rgba(255, 183, 46, 0.2), transparent 30rem);
}

.hero.hero-image {
  background-size: cover;
  background-position: center top;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 4, 11, 0.1), rgba(7, 4, 11, 0.95)),
    radial-gradient(circle at 22% 46%, rgba(255, 214, 107, 0.12), transparent 28rem);
  pointer-events: none;
}

.hero-inner {
  width: min(var(--max), calc(100% - 36px));
  margin-inline: auto;
  padding: clamp(90px, 12vw, 150px) 0;
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 760px;
}

.hero h1 {
  max-width: 930px;
  text-shadow:
    0 4px 18px rgba(0,0,0,0.55),
    0 0 34px rgba(255, 183, 46, 0.28);
}

.hero .lede {
  color: rgba(255, 247, 223, 0.9);
  text-shadow: 0 3px 12px rgba(0,0,0,0.6);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.solar-burst {
  position: absolute;
  right: -140px;
  top: 90px;
  width: min(48vw, 600px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,255,235,0.95) 0 8%, rgba(255,214,107,0.8) 9% 22%, rgba(255,107,26,0.44) 23% 46%, transparent 47%);
  filter: blur(0.2px);
  opacity: 0.45;
  animation: pulseSun 5s ease-in-out infinite alternate;
}

@keyframes pulseSun {
  from {
    transform: scale(0.96);
    opacity: 0.36;
  }
  to {
    transform: scale(1.04);
    opacity: 0.52;
  }
}

/* =========================================================
   Buttons
   ========================================================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.82rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 214, 107, 0.36);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(0,0,0,0.28);
}

.btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.btn.primary {
  color: #170807;
  background: linear-gradient(135deg, #fff1a8, var(--gold), var(--orange));
  border-color: transparent;
  box-shadow:
    0 22px 44px rgba(255, 107, 26, 0.28),
    0 0 26px rgba(255, 214, 107, 0.3);
}

.btn.ghost {
  background: rgba(7, 4, 11, 0.4);
}

/* =========================================================
   Cards / Grids
   ========================================================= */

.grid {
  display: grid;
  gap: 1.15rem;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  position: relative;
  padding: 1.3rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    var(--panel);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 214, 107, 0.16), transparent 18rem),
    radial-gradient(circle at 100% 100%, rgba(255, 107, 26, 0.11), transparent 16rem);
  pointer-events: none;
}

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

.card h3 a,
.card h4 a {
  color: var(--ink);
}

.card h3 a:hover,
.card h4 a:hover {
  color: var(--gold);
}

.card p {
  color: var(--soft);
}

.card .card-img {
  margin: -1.3rem -1.3rem 1.15rem;
  height: 220px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 214, 107, 0.2);
}

.card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.card.featured {
  border-color: rgba(255, 214, 107, 0.48);
  background:
    linear-gradient(180deg, rgba(255, 214, 107, 0.14), rgba(255, 255, 255, 0.045)),
    rgba(24, 8, 14, 0.88);
}

.card-number {
  color: var(--gold);
  font-family: var(--font-head);
  font-size: 3rem;
  line-height: 1;
  opacity: 0.72;
}

/* =========================================================
   Manga / Feature Blocks
   ========================================================= */

.manga-strip {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.25rem;
  align-items: stretch;
  padding: 1.25rem;
  border: 1px solid rgba(255, 214, 107, 0.28);
  border-radius: calc(var(--radius) + 8px);
  background:
    linear-gradient(135deg, rgba(255, 214, 107, 0.13), rgba(255, 107, 26, 0.09)),
    rgba(7, 4, 11, 0.72);
  box-shadow: var(--shadow);
}

.manga-strip img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--radius);
}

.manga-copy {
  padding: clamp(1rem, 3vw, 2rem);
  align-self: center;
}

.callout {
  padding: clamp(1.3rem, 4vw, 2.5rem);
  border-radius: calc(var(--radius) + 10px);
  border: 1px solid rgba(255, 214, 107, 0.32);
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 214, 107, 0.22), transparent 18rem),
    linear-gradient(135deg, rgba(255, 107, 26, 0.14), rgba(116, 215, 255, 0.08)),
    rgba(7, 4, 11, 0.8);
  box-shadow: var(--shadow);
}

.pullquote {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  border-left: 5px solid var(--gold);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: rgba(255, 214, 107, 0.08);
  color: #fff3bf;
  font-family: var(--font-head);
  font-size: clamp(1.35rem, 3vw, 2.1rem);
  line-height: 1.25;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.2rem 0 0;
}

.badge {
  display: inline-flex;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 214, 107, 0.28);
  background: rgba(255, 214, 107, 0.08);
  color: #ffe6a1;
  font-size: 0.86rem;
  font-weight: 850;
}

/* =========================================================
   Article Pages
   ========================================================= */

.article-hero {
  padding: clamp(70px, 9vw, 120px) 0 54px;
  background:
    radial-gradient(circle at 24% 10%, rgba(255, 214, 107, 0.22), transparent 28rem),
    linear-gradient(180deg, rgba(255, 107, 26, 0.08), transparent);
  border-bottom: 1px solid rgba(255, 214, 107, 0.22);
}

.article-hero .wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
}

.article-hero img {
  width: 100%;
  border-radius: calc(var(--radius) + 8px);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 214, 107, 0.24);
  object-fit: cover;
  object-position: center top;
}

.article {
  width: min(860px, calc(100% - 36px));
  margin-inline: auto;
  padding: 60px 0;
}

.article h2 {
  margin-top: 2.4rem;
}

.article h3 {
  margin-top: 2rem;
}

.article ul,
.article ol {
  padding-left: 1.3rem;
  color: var(--soft);
}

.article li {
  margin-bottom: 0.62rem;
}

.article-note {
  margin: 2rem 0;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(116, 215, 255, 0.26);
  border-radius: var(--radius-sm);
  background: rgba(116, 215, 255, 0.07);
  color: rgba(232, 248, 255, 0.9);
}

/* =========================================================
   Character Cards
   ========================================================= */

.character-card {
  min-height: 100%;
}

.character-card .role {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.78rem;
}

.character-card h3 {
  margin-top: 0.45rem;
}

.character-meta {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.character-meta div {
  padding: 0.75rem;
  border: 1px solid rgba(255, 214, 107, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

/* =========================================================
   Tables
   ========================================================= */

.table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(255, 214, 107, 0.22);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
  background: rgba(7, 4, 11, 0.72);
}

th,
td {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid rgba(255, 214, 107, 0.18);
  vertical-align: top;
  text-align: left;
}

th {
  color: #180706;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

td {
  color: rgba(255, 247, 223, 0.86);
}

tr:last-child td {
  border-bottom: 0;
}

/* =========================================================
   Forms
   ========================================================= */

.form-card {
  padding: clamp(1.2rem, 4vw, 2rem);
  border: 1px solid rgba(255, 214, 107, 0.25);
  border-radius: var(--radius);
  background: rgba(24, 8, 14, 0.82);
  box-shadow: var(--shadow);
}

label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--gold);
  font-weight: 900;
}

input,
textarea,
select {
  width: 100%;
  min-height: 46px;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(255, 214, 107, 0.26);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid rgba(255, 214, 107, 0.5);
  border-color: rgba(255, 214, 107, 0.75);
}

/* =========================================================
   Footer
   ========================================================= */

.site-footer {
  padding: 54px 0 34px;
  border-top: 1px solid rgba(255, 214, 107, 0.22);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 214, 107, 0.14), transparent 22rem),
    linear-gradient(180deg, rgba(7, 4, 11, 0.86), #050307);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 1.5rem;
}

.footer-logo {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.65rem;
  border-radius: 16px;
  background: #fff;
}

.footer-logo img {
  width: 180px;
}

.footer-links {
  display: grid;
  gap: 0.45rem;
}

.footer-links a {
  color: rgba(255, 247, 223, 0.78);
}

.footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 214, 107, 0.16);
  color: rgba(255, 247, 223, 0.62);
  font-size: 0.9rem;
}

/* =========================================================
   Utility Page / Sitemap
   ========================================================= */

.link-list {
  display: grid;
  gap: 0.7rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.link-list a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 214, 107, 0.19);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
}

.link-list a:hover {
  border-color: rgba(255, 214, 107, 0.5);
  background: rgba(255, 214, 107, 0.09);
  color: var(--gold);
}

.link-list a::after {
  content: "→";
  color: var(--gold);
}

/* =========================================================
   Readability Fixes
   ========================================================= */

.readable-panel {
  color: var(--ink);
  background: rgba(7, 4, 11, 0.82);
  border: 1px solid rgba(255, 214, 107, 0.26);
  border-radius: var(--radius);
  padding: clamp(1.1rem, 3vw, 2rem);
}

.readable-panel p,
.readable-panel li {
  color: rgba(255, 247, 223, 0.86);
}

.no-white-on-white {
  color: var(--ink) !important;
  background: rgba(7, 4, 11, 0.86) !important;
}

/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 980px) {
  .grid.three,
  .grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-hero .wrap,
  .manga-strip,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .manga-strip img {
    min-height: 280px;
  }

  .article-hero img {
    max-height: 460px;
  }
}

@media (max-width: 780px) {
  .navbar {
    min-height: 68px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-name b {
    font-size: 1.32rem;
  }

  .brand-name span {
    font-size: 0.64rem;
  }

  .nav-toggle-label {
    display: flex;
    flex: 0 0 auto;
  }

  .nav-menu {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem;
    border: 1px solid rgba(255, 214, 107, 0.24);
    border-radius: 22px;
    background: rgba(7, 4, 11, 0.97);
    box-shadow: var(--shadow);
  }

  .nav-menu a {
    border-radius: 14px;
    padding: 0.9rem 1rem;
  }

  .nav-toggle:checked ~ .nav-menu {
    display: flex;
  }

  .hero {
    min-height: 72vh;
  }

  .hero.hero-image {
    background-position: center top;
  }

  .hero-inner {
    padding: 84px 0 78px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .section {
    padding: 54px 0;
  }

  .grid.two,
  .grid.three,
  .grid.four {
    grid-template-columns: 1fr;
  }

  .card .card-img {
    height: 230px;
  }

  .solar-burst {
    width: 78vw;
    right: -38vw;
    top: 80px;
  }
}

@media (max-width: 520px) {
  .wrap,
  .hero-inner,
  .navbar,
  .article,
  .article-hero .wrap {
    width: min(100% - 24px, var(--max));
  }

  h1 {
    font-size: clamp(2.65rem, 14vw, 4.25rem);
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .kicker {
    font-size: 0.68rem;
    letter-spacing: 0.11em;
  }

  .card {
    padding: 1rem;
    border-radius: 20px;
  }

  .card .card-img {
    margin: -1rem -1rem 1rem;
    height: 210px;
  }

  .manga-strip {
    padding: 0.85rem;
    border-radius: 22px;
  }

  .manga-strip img {
    min-height: 230px;
    border-radius: 18px;
  }

  .footer-logo img {
    width: 160px;
  }
}

/* =========================================================
   Print
   ========================================================= */

@media print {
  body {
    background: #fff;
    color: #111;
  }

  body::before,
  body::after,
  .site-header,
  .site-footer,
  .hero-actions,
  .nav-menu,
  .solar-burst {
    display: none !important;
  }

  a {
    color: #111;
    text-decoration: underline;
  }

  .card,
  .callout,
  .readable-panel,
  .article-note {
    box-shadow: none;
    background: #fff;
    color: #111;
    border-color: #bbb;
  }
}
