/* ---------------------------------------------
   NarcyNarc — style-dark (organized version)
   Generated with love by Bro 💖

   HOW TO USE:
   - Keep global/base rules at the top.
   - Add/modify components in section 4.
   - Page/section-specific styles live in section 5.
   - Utilities/effects (like :target glow) live in section 6.
   - Keyframes, Media Queries, and Print styles are at the end.

   TIP: Avoid redefining the same selector later in the file.
        If you need to specialize, scope it (e.g., .comic-grid img).

   --------------------------------------------- */
/* ==== 0. VARIABLES, RESET & BASE ==== */
html, body {
margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
body {
font-family: "Comic Neue", cursive;
  background-color: #202020;   /* ==== Background Color see header color and footer color ==== */
  color: #d7d3cb;
}
.about-intro, .about-body {
font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 20px;
}
:root {
--pill-bg1: #3b3b3b;
  --pill-bg2: #1c1c1c;
  --pill-border: rgba(255,255,255,0.28);
  --pill-hover: #AB6D8E;  
  --pill-text: #ffffff;
}
body.focus-mode ul.glossary-list > li {
opacity: 0.35;
  filter: blur(0px);
  transition: opacity 0.18s ease;
}
body.focus-mode ul.glossary-list > li.is-current {
opacity: 1;
}
a.chip, a.term, a[href*="glossary.html#"], a[href*="/glossary.html#"] {
display:inline;
  padding:0;
  border:0 !important;                 
  background:transparent;
  font-weight:inherit;
  text-decoration:none !important;     
  cursor:pointer;
}
a.chip:link, a.term:link, a[href*="glossary.html#"]:link, a[href*="/glossary.html#"]:link {
color:var(--narcy-pink);
}
a.chip:visited, a.term:visited, a[href*="glossary.html#"]:visited, a[href*="/glossary.html#"]:visited {
color:var(--narcy-teal);
}
a.chip:hover, a.term:hover, a[href*="glossary.html#"]:hover, a[href*="/glossary.html#"]:hover, a.chip:focus-visible, a.term:focus-visible, a[href*="glossary.html#"]:focus-visible, a[href*="/glossary.html#"]:focus-visible {
color:var(--narcy-teal-hover);
  text-decoration:underline !important;
  text-decoration-style:solid;

  outline:none;
}
/* ==== 1. LINKS & TYPOGRAPHY ==== */
.caption {
font-size: 0.9em;
  color: #aaa;
  font-style: italic;
}
.side-menu a:hover {
background: linear-gradient(180deg, var(--nav-hover-top) 0%, var(--nav-hover-bot) 100%);
  border-left-color: var(--nav-accent);
}
.site-title {
font-size: 2em;
  color: #e49ac2;
  font-family: "Comic Neue", sans-serif;
  margin-bottom: 5px;
}
a:link {
color: white;
}
a:visited {
color: #ff99cc;
}
a:hover {
color: #fff; 
  text-decoration: underline;
}
a:active {
color: #ff66b2;
}
.site-tagline {
font-size: 1.1em;
  font-style: italic;
  color: #aaa;
}
.read-more a:hover {
text-decoration: underline;
}
.key-takeaways a:hover {
color: #fff;
  border-bottom-color: #9ad7d3;
}
.return-link a:hover {
background: rgba(228, 154, 194, 0.2);
  color: #fff;
}
a.term:link, a.term:visited {
color: #ffccff;
  border-bottom: 1px none;
}
a.term:hover {
color: #ffffff;
}
.highlight-box-chip a:hover {
color: #fff;
  border-bottom-color: #9ad7d3;
}
a.chip, a.term {
display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: inherit;
  text-decoration: none;
  border-bottom: none !important; 
  cursor: pointer;
}
a.chip:link, a.term:link {
color: var(--narcy-pink);
}
a.chip:visited, a.term:visited {
color: var(--narcy-teal);
}
a.chip:hover, a.term:hover, a.chip:focus-visible, a.term:focus-visible {
color: var(--narcy-teal-hover);
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 2px;
  outline: none;
}
.side-menu a, .side-menu a:link, .side-menu a:visited {
color: var(--nav-link);
  text-decoration: none;
  border: 0;
  display: block;                   
  padding: 12px 20px;
  border-left: 3px solid transparent; 
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}
.side-menu a:focus-visible {
outline: 2px solid var(--nav-accent);
  outline-offset: -2px;             
  background: linear-gradient(180deg, var(--nav-hover-top) 0%, var(--nav-hover-bot) 100%);
}
.sitemap-list a, .sitemap-list a:link, .sitemap-list a:visited {
text-decoration: none;
  border: 0 !important;     
  color: #D7D3CB; 
  display: inline-block;     
  padding: 2px 0;
}
.sitemap-list a:visited {
color: var(--narcy-teal);
}
.sitemap-list a:hover, .sitemap-list a:focus-visible {
color: var(--narcy-teal-hover);
  text-decoration: underline;
  text-underline-offset: 2px;
  outline: none;
}
.sitemap-list > a:visited, .sitemap-list > li > a:visited {
color: var(--narcy-teal, #66e0d1);
}
.sitemap-list > a:hover, .sitemap-list > li > a:hover, .sitemap-list > a:focus-visible, .sitemap-list > li > a:focus-visible {
color: var(--narcy-teal-hover, #8feadd);
  text-decoration: underline;
  text-underline-offset: 2px;
  border-left-color: var(--accent);   
  outline: none;
}
.see-also .chip a:hover {
color: #e6e6e6; text-decoration: underline;
}
.definition-box .chip a:hover, .definition-box .chip a:focus-visible {
border-color: #8D3C67;
  background: linear-gradient(180deg, #4a4a4a 0%, #202020 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 3px 10px rgba(0,0,0,0.45);
  outline: none;
}
.definition-box .chip a:active {
transform: translateY(0);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 1px 3px rgba(0,0,0,0.25);
}
.definition-box .chip a:visited {
color: #fff;
}
a.term::after {
content: none;
}
/* ==== 2. LAYOUT CONTAINERS (wrappers, columns, grids) ==== */
.container {
max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}
.right-column figure {
margin: 0 0 18px;
}
.right-column figure:last-child {
margin-bottom: 0;
}
.explanation-columns {
display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}
.explanation-columns ul, .explanation-columns ol {
padding-left: 20px;
}
.left-column {
flex: 2;
  min-width: 250px;
  margin-top: 0px;
}
.right-column {
flex: 1;
  min-width: 200px;
  margin-top: 0px;
}
.right-column img {
width: 100%;
  border-radius: 8px;
  margin-bottom: 8px;
}
.term-block {
display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin: 2rem 0;
}
.term-block:nth-child(even) {
flex-direction: row-reverse;
}
.term-image {
flex: 0 0 180px;
}
.term-image img {
width: 100%;
  height: auto;
  border-radius: 10px;
}
.term-description {
flex: 1;
}
.archive-grid {
display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.comic-grid {
display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0.5rem 0 0;
}
.nk-card-row {
display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); 
  gap: 16px;
  align-items: start;
}
/* ==== 3. NAVIGATION (header, hamburger, side-menu) ==== */
header, footer {
background-color: #202020;
  padding: 20px;
  text-align: center;
  border-bottom: 2px solid #A09D9D;
}
footer {
border-top: 2px solid #A09D9D;
  border-bottom: none;
  margin-top: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.nav-menu {
display: flex;
  justify-content: center;
  gap: 20px;
  padding: 15px;
  background-color: #181818;
  border-bottom: 1px solid #ccc;
}
.nav-menu a {
text-decoration: none;
  color: #181818;
  font-weight: bold;
}
.term-header {
text-align: center;
  margin-bottom: 20px;
}
.term-header-left {
text-align: left;
  margin-bottom: 20px;
}
.term-header h2 {
font-family: "Comic Neue", cursive;
  font-size: 2em;
  margin-bottom: 10px;
}
.term-header-left h2 {
font-family: "Comic Neue", cursive;
  font-size: 2em;
  margin-bottom: 10px;
}
.term-header .term-definition {
font-size: 1em;
  font-style: italic;
  color: #d7d3cb;
  max-width: 700px;
  margin: 0 auto;
}
.hamburger {
  color: #e49ac2; /* narcy pink */
  background-color: transparent;
  display: block;
  font-size: 28px;
  cursor: pointer;
  padding: 10px;
  position: fixed; /* stays in view when scrolling */
  top: 15px;
  left: 15px;
  border-radius: 8px;
  z-index: 1001;
  transition: background 0.2s ease;
}

.hamburger:hover {
background: rgba(228, 154, 194, 0.15);
  color: #e49ac2;
}

@media screen and (max-height: 500px) and (orientation: landscape) {
  .hamburger {
    font-size: 18px;
    top: 6px;
    left: 6px;
    padding: 6px;
  }
}
.side-menu {
position: fixed;
  top: 0;
  left: -200px;
  width: 200px;
  height: 100%;
  background-color: #1c1c1c;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  padding-top: 60px;
  transition: left 0.3s ease-in-out;
  z-index: 1000;
}
.side-menu a {
  font-family: "Comic Neue", sans-serif;
  font-size: 1.1em;
  display: block;
  color: #e49ac2;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.side-menu a:hover {
  background: rgba(255, 255, 255, 0.08);   /* subtle row highlight */
  /*box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.15); /* lighter inner glow */
  cursor: pointer;
}

.side-menu.show {
left: 0;
}

#narcy-hatch {
position: absolute;
  top: 10px;
  left: 60px;
  width: 80px;
  z-index: 1002;
}
.site-header {
position: relative;
}
.narcy-search-link {
position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #ffccff;
  text-decoration: none;
  padding: 10px;
  border-radius: 8px;
}
.narcy-search-link:hover {
background: rgba(228, 154, 194, 0.15);
  color: #e49ac2;
}
.side-menu a[aria-current="page"], .side-menu a.is-current {
background: var(--nav-active);
  border-left-color: var(--nav-accent);
  font-weight: 700;
}
/* ==== 4. REUSABLE COMPONENTS (cards, buttons, chips, boxes) ==== */
* {
box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.comic-panel {
margin-bottom: 40px;
  background-color: #202020;
  padding: 20px;
  border-radius: 10px;
/*  box-shadow: 0 0 15px rgba(228, 154, 194, 0.1);*/
}
.comic-panel img {
width: 100%;
  border-radius: 6px;
}

.comic-caption {
font-family: "Comic Neue", cursive;
  font-size: 1.1em;
  font-style: italic;
  color: #d7d3cb;
  margin: 0px 0; 
  padding: 10px 0; 
  text-align: center;
}
.comic-caption-left {
font-family: "Comic Neue", cursive;
  font-size: 1.1em;
  font-style: italic;
  color: #d7d3cb;
  margin: 20px 0; 
  padding: 10px 0; 
  text-align: left;
}
.about-narcy {
background-color: #1a1a1a;
  border: 2px solid #d7d3cb333;
  padding: 30px;
  margin: 40px auto;
  max-width: 800px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-family: "Comic Neue", sans-serif;
  color: #d7d3cb;
}
.about-heading {
font-size: 2em;
  text-align: center;
  color: #e49ac2;
  margin-bottom: 20px;
}
.about-warning {
font-size: 1em;
  color: #e35683;
  background-color: #2a2a2a;
  padding: 10px 15px;
  border-left: 4px solid #e35683;
  border-radius: 6px;
}
.full-comic {
width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.read-more {
text-align: center;
  margin-top: -15px;
  font-weight: bold;
}
.read-more a {
color: #e49ac2;
  text-decoration: none;
}
.comic-explanation ul, .comic-explanation ol {
padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.narcy-quote {
background-color: #1f1f1f;
  border-left-color: #ffd700;
  margin: 0 0 0px 0; 
  
  font-family: "Comic Neue", cursive;
  font-size: 1.1em;
}
.explain-intro {
font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 1.5em;
  color: #d7d3cb;
}
.explain-heading {
margin-top: 5px;
}
.comic-actions {
display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
  justify-content: center;
}
.more-narcy a {
background-color: #fceef5;
  color: #000;
  padding: 6px 12px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
button {
padding: 6px 12px;
  font-size: 0.9em;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  flex: 1 1 auto;
  max-width: 180px;
}
.button-facebook {
background-color: #4267b2;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
}
.button-twitter {
background-color: #191919;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #ccc;
}
.button-default {
background-color: #ccc;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
}
.button-explain {
background-color: #e49ac2;
  color: black;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.tribute-wrapper {
display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.tribute-image img {
max-width: 180px;
  width: 100%;
  border-radius: 10px;
  background-color: #1f1f1f;
  margin-top: 50px;
}
.tribute-text {
flex: 1;
  min-width: 250px;
  text-align: left;
}
.scene-break {
text-align: center;
  margin: 40px auto;
  font-style: italic;
  color: #aaa;
}
.portrait {
max-width: 400px;
  margin: 0 auto;
  display: block;
}
.narcy-speak {
font-family: "Comic Neue", cursive;
  font-weight: bold;
  color: #e49ac2;
}
table {
width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
table th, table td {
border: 1px solid #666;
  padding: 10px;
  text-align: left;
}
table thead {
background-color: #2b2b2b;
  color: #ffccff;
}
.visitor-prompt {
margin-top: 40px;
  padding: 20px;
  background-color: #2a2a2a;
  border-left: 4px solid #e49ac2;
  border-radius: 8px;
  font-style: italic;
  color: #ddd;
}
.reveal-toggle {
text-align: center;
  margin-top: 30px;
}
.reveal-toggle button {
background-color: #7c3aed;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 6px;
  font-size: 1rem;
}
.reveal-toggle img {
max-width: 100%;
  height: auto;
  margin-top: 20px;
}
.comic-card {
width: 250px;
  background-color: #252525;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px #00000050;
  transition: transform 0.2s ease;
}
.comic-card:hover {
transform: scale(1.02);
}
.comic-card img {
width: 100%;
  display: block;
}
.comic-card h2 {
font-family: "Comic Neue", sans-serif;
  font-size: 0.8em;
  padding: 10px 10px 0;
  color: #ffccff;
}
.comic-card h3 {
font-family: "Comic Neue", sans-serif;
  font-size: 0.6em;
  padding: 8px 10px 0;
  color: #e6b3e6;
}
.comic-card .burb {
font-size: 0.85em;
  color: #ccc;
  padding: 0 10px 10px;
}
.content-warning {
color: #e49ac2;
  background-color: #2c2c2c;
  border-left: 4px solid #e49ac2;
  padding: 12px 16px;
  margin: 24px 0;
  font-style: italic;
  font-size: 0.95rem;
  line-height: 1.5;
  box-shadow: 0 0 6px rgba(228, 154, 194, 0.2);
}
.alert-box {
background-color: #3a1f1f;
  border-left-color: #ff4c4c;
  margin: 0 0 0px 0; 
  
  color: #ffcccc;
  font-weight: bold;
}
.glossary-box {
background-color: #223;
  border-left-color: #66ccff;
  
  color: #ccf;
}
.qa-block {
margin: 20px auto;
  padding: 25px;
  max-width: 700px;
  
  font-family: "Comic Neue", cursive;
  color: #f0e0ec;
  line-height: 1.6;
}
.qa-block p {
margin-bottom: 15px;
}
.qa-block .drphil {
color: #ffd699;
  font-weight: bold;
}
.qa-block .narcy {
color: #90f0e4;
  font-weight: bold;
}
.my-mag-icon {
color: #e49ac2;
}
.highlight-box {
background-color: #2a2a2a;
  border-left: 4px solid #e49ac2;
  padding: 15px 20px 15px 25px;
  margin: 0px 0 0px 0; 
  border-radius: 8px;
  font-style: italic;
  font-family: "Comic Neue", cursive;
}
.highlight-box ul {
list-style-position: outside; 
  padding-left: 20px; 
  margin: 0;
}
.highlight-box li {
margin: 0.5em 0;
}
.highlight-box .hb-title {
font-style: normal;
  font-weight: 700;
  color: #e49ac2; 
  margin-bottom: 6px;
}
.key-takeaways {
background: #101010;
  border: 1px solid #343434; 
  border-radius: 12px; 
  padding: 16px 18px 16px 22px;
  margin: 14px 0;
  color: #eee;
  font-family: "Comic Neue", cursive;
  font-style: italic;
  position: relative;
}
.key-takeaways::before {
content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px; 
  background: #8ecae6; 
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.key-takeaways .kt-title {
font-style: normal;
  font-weight: 700;
  color: #8ecae6; 
  margin: 0 0 6px 0;
}
.key-takeaways ul {
list-style-position: outside;
  padding-left: 20px;
  margin: 0;
}
.key-takeaways li {
margin: 0.5em 0;
  color: #e6e6e6;
}
.key-takeaways a {
color: #cfe;
  text-decoration: none;
  border-bottom: 1px dotted #6aa5a3;
}
.comic-actions button {
display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.15s ease;
}
.comic-actions .button-facebook {
background-color: #1877f2;
}
.comic-actions .button-facebook:hover {
background-color: #0f5ec7;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  transform: translateY(-1px);
}
.comic-actions .button-twitter {
background-color: #000000;
}
.comic-actions .button-twitter:hover {
background-color: #222;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  transform: translateY(-1px);
}
.comic-actions .button-default {
background-color: #d4c2a8; 
  color: #111;
}
.comic-actions .button-default:hover {
background-color: #e7dac3;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  transform: translateY(-1px);
}
.comic-actions button:active {
transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/*  Buttons Below Social media Buttons */
.read-next {
display: inline-block;
  padding: 10px 18px;
  border-radius: 25px;
  font-family: inherit;
  text-decoration: none;
  background-color: #020202;
  color: white;
  transition: background-color 0.3s ease;

  
  white-space: normal;       
  text-align: center;        
  word-break: break-word;
}
.read-next:hover {
background: linear-gradient(180deg, var(--btn-hover-top) 0%, var(--btn-hover-mid) 60%, var(--btn-hover-bot) 100%);
  border-color: rgba(255,255,255,0.35);
  box-shadow: var(--btn-shadow);
  transform: translateY(-1px);
}
.comic-quote {
text-align: center;
  font-style: italic;
  margin: 10px 0 1em;
}
.comic-quote p {
margin: 0;
}
.verse-banner {
margin: 28px 0;
  padding: 18px;
  border: 1px dashed #2a2a2a;
  border-radius: 12px;
  background: #101010;
}
.verse-banner .btns {
display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.btn {
display: inline-block;
  padding: 0.6rem 0.9rem;
  border-radius: 10px;
  background: #d7d3cb;
  color: #111;
  text-decoration: none;
}
.btn.ghost {
background: transparent;
  border: 1px solid #444;
  color: #ddd;
}
.nk-spotlight {
display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  margin: 1.5rem auto;
  flex-wrap: wrap; 
  max-width: 900px;
}
.nk-spotlight .nk-term {
background: #191919;
  color: #eee;
}
.nk-spotlight .nk-term strong {
display: block;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  color: var(--nk-basic);
}
.definition-box {
border: 2px solid rgba(255, 255, 255, 0.25);
  background: #191919; 
  color: #f0f0f0;
  padding: 20px 24px;
  margin: 24px 0;
  border-radius: 12px;
  line-height: 1.6;
  box-shadow: 0 4px 20px rgba(0,0,0,0.35);
}
.definition-title {
font-size: 1.25rem;
  color: #e49ac2; 
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.definition-hint {
font-size: 0.95rem;
  color: #aaa;
  margin: 8px 0;
}
.definition-cta {
margin-top: 12px;
  font-size: 1.3rem;
}
.definition-box hr {
border: none;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin: 10px 0 16px;
}
.hint-icon {
font-size: 1.1em;
  opacity: 0.85;
}
.glossary-list {
list-style-type: disc; 
  padding-left: 1.5rem; 
  margin: 0 0 1rem 0;
}
ul.glossary-list > li.is-current {
background: rgba(228, 154, 194, 0.12);
  border-left: 4px solid rgba(228, 154, 194, 0.9);
  box-shadow: 0 0 0 2px rgba(228, 154, 194, 0.25) inset, 0 0 18px rgba(228, 154, 194, 0.35);
  border-radius: 10px;
  padding: 8px 12px;
}
.highlight-box-chip {
background: #101010; 
  border: 1px solid #343434; 
  border-radius: 12px; 
  padding: 16px 18px 16px 22px;
  margin: 14px 0;
  font-style: italic;
  font-family: "Comic Neue", cursive;
  color: #eee; 
  position: relative;
}
.highlight-box-chip::before {
content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px; 
  background: #e49ac2; 
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.highlight-box-chip ul {
list-style-position: outside;
  padding-left: 20px;
  margin: 0;
}
.highlight-box-chip li {
margin: 0.5em 0;
  color: #e6e6e6;
}
.highlight-box-chip a {
color: #cfe; 
  text-decoration: none;
  border-bottom: 1px dotted #6aa5a3;
}
.highlight-box-chip a.term:link, a.term:visited {
color: #ffccff;
  border-bottom: none;
}
.chips {
display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 0.5rem;
  margin: 0.5rem 0 0;
}
.chip {
display: inline;               
  padding: 0;
  border: 0;
  background: transparent;
  color: #e49ac2;                
  font-weight: inherit;          
  text-decoration: none;
}
.chip:hover {
color: #e062b6;
}
.chip:focus-visible {
color: #ff9ad5;                
  text-decoration: underline;    
  outline: none;
}
.chip:visited {
color: #e062b6;
}
.nk-glossary a.term {
border-bottom: none;                 
  cursor: pointer;                     
  color: #ff76c8;                      
  text-decoration: none;
}
.nk-glossary a.term:hover, .nk-glossary a.term:focus-visible {
text-decoration: underline;          
  text-decoration-style: solid;
  text-underline-offset: 2px;
  outline: none;
}
.read-next:active {
transform: translateY(0);
  box-shadow: none;
}
.read-next:focus-visible {
outline: 2px solid var(--btn-focus);
  outline-offset: 2px;
}
.read-next:visited {
color: var(--btn-text);
}
.read-next.read-next--ghost {
background: transparent;
  border-color: rgba(255,255,255,0.28);
}
.read-next.read-next--ghost:hover {
background: rgba(255,255,255,0.04);
  box-shadow: var(--btn-shadow);
}
.sitemap-list {
list-style: none;
  padding: 0;
  margin-left: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: .25rem 1rem;
  line-height: 1.8;
}
.sitemap-list a[aria-current="page"] {
font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sitemap-box {
position: relative;
  padding: 16px 16px 16px 22px;             
  border: 1px solid var(--box-border);
  border-radius: 14px;
  background: linear-gradient(180deg, var(--box-bg-top), var(--box-bg-bot));
  box-shadow: var(--box-shadow);
  overflow: hidden;
}
.sitemap-box::before {
content: "";
  position: absolute;
  inset: 0;
  width: 6px;
  left: 0;
  background: linear-gradient(180deg, var(--accent), transparent 70%);
  opacity: 0.8;
}
.sitemap-box::after {
content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 60%;
  height: 180%;
  background: radial-gradient(60% 60% at 30% 40%, var(--accent-fade), transparent 60%);
  pointer-events: none;
  filter: blur(8px);
  opacity: .25;
}
.sitemap-title {
margin: 0 0 10px 0;
  font-size: 1.05rem;
  color: var(--title);
  letter-spacing: .2px;
}
.sitemap-list > a, .sitemap-list > li > a {
display: inline-block;
  padding: 2px 0 2px 2px;  
  border-left: 2px solid transparent; 
  text-decoration: none;
  color: #D7D3CB;   
  transition: color 140ms ease, border-color 140ms ease;
}
.sitemap-box:focus-within {
box-shadow: 0 0 0 2px var(--accent-fade), var(--box-shadow);
  border-color: rgba(102,224,209,.35);
}
.chip-info {
margin-left:4px; font-size:.8em;
}
.chip-icon {
color:#ff9ad5; text-decoration:none;
}
.chip-icon:hover, .chip-icon:focus-visible {
color:#8feadd; text-decoration:underline;
}
.glossary-list li:target {
font-size: 1.2em;
  line-height: 1.6;
  padding: 8px 12px;
  border-radius: 10px;
  background-clip: padding-box;
}
.glossary-list li:target > strong {
font-size: 1.3em;
}
.actions-row {
display: flex;
  flex-wrap: wrap;          
  justify-content: center;
  gap: 15px;
}
.see-also {
margin: 0.5rem 0 0.7rem;
  font-size: 0.9rem;
  color: #bdbdbd;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: baseline;
}
.see-also .label {
text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 800;
  font-size: .75rem;
  color: #9f9f9f;
  margin-right: .3rem;
}
.see-also .chip {
display: inline;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  transition: all .2s ease;
}
.see-also .chip a {
color: #9f9f9f;
  font-weight: 600;
  text-decoration: none;
}
ul.glossary-list > li:target .see-also .chip {
display: inline-block;
  padding: 0.3rem 0.85rem;         
  font-size: 1rem;                 
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06); 
  box-shadow: 0 2px 8px rgba(0,0,0,0.3) inset, 0 2px 4px rgba(0,0,0,0.35);
}
ul.glossary-list > li:target .see-also .chip a {
color: var(--pill-text);
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
ul.glossary-list > li:target .see-also .chip:hover {
border-color: var(--pill-hover);
  background: linear-gradient(180deg, #4c4c4c 0%, #222 100%);
  transform: translateY(-1px) scale(1.05);
  transition: transform .15s ease, background .15s ease;
}
.definition-box .chip a {
display: inline-block;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #3b3b3b 0%, #1c1c1c 100%);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 2px 6px rgba(0,0,0,0.35);
  
  transform: translateY(-2px);
  margin-bottom: 10px;
}
.definition-box p {
margin-top: 0.25rem;
  margin-bottom: 0.6rem;
}
ul.glossary-list > li > strong a.permalink.term::after {
content: "📖";
  margin-left: .35rem;
  opacity: .9;
  vertical-align: baseline;
}
.see-also a.term::after {
content: none !important;
}
/* ==== 5. PAGE / SECTION-SPECIFIC COMPONENTS ==== */
.narcy-degree-wall {
padding: 2em;
  margin-top: 3em;
  color: #d7d3cb;
}
.degree-wall-content {
display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.degree-image {
width: 100%;
  max-width: 700px;
  margin-bottom: 1em;
 /* border: 4px double #e49ac2;*/
  background: black;
  padding: 6px;
}
.degree-summary {
max-width: 700px;
}
#extra-extra-article {
background-color: #f5f5dc; 
  padding: 30px;
  border: 1px solid #ccc;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  color: #111;
  font-family: "Arial", serif;
  column-count: 2;
  column-gap: 40px;
  background-image: url("images/newsprint-texture.png"); 
  background-size: cover;
}
#extra-extra-article img.headline-photo {
display: block;
  margin: 0 auto 20px auto;
  width: 300px;
  height: auto;
  filter: grayscale(100%);
}
.narcy-tribute {
margin: 60px auto;
  text-align: center;
  max-width: 800px;
  padding: 30px;
  background-color: #1f1f1f;
  border-radius: 12px;
  border: 2px dashed #e49ac2;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.narcy-tribute h3 {
color: #e49ac2;
  font-size: 1.5em;
}
.narcy-tribute p {
font-style: italic;
  color: #d7d3cb;
  font-size: 1.1em;
  line-height: 1.6;
}
.narcy-tribute .signature {
margin-top: 20px;
  color: #aaa;
  font-style: normal;
}
.narcy-tribute.fade-in.visible {
opacity: 1;
  transform: translateY(0);
}
.narcy-tribute.visible {
opacity: 1;
  transform: translateY(0);
}
.small-panel {
width: 300px;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  display: block;
  margin: 0 auto 10px;
}
.mini-scene {
text-align: center;
  margin-bottom: 30px;
}
.comic-image figcaption {
text-align: center;
  margin-top: 20px; 
  font-size: 0.95rem; 
  font-style: italic; 
  font-family: "Comic Neue", cursive, sans-serif;
  color: #ddd;
}
.comic-image {
text-align: center;
  margin-top: 20px;
}
.projection-intro-snippet {
margin-top: 5px;
}
.projection-intro-snippet h3 {
margin-top: 20px; 
  font-size: 1.25rem; 

  font-family: "Comic Neue", cursive, sans-serif;
  color: #fff;
}
.faq-block {
margin: 40px 0;
  padding: 20px;
  border: 2px dashed #444;
  border-radius: 12px;
  background: #101010;
  color: #d7d3cb;
  font-family: "Comic Neue", cursive, sans-serif;
}
.faq-block h2 {
color: var(--brand-accent, #d7d3cb);
  margin-bottom: 1em;
}
.faq-block details {
margin-bottom: 1em;
}
.faq-block summary {
font-weight: bold;
  cursor: pointer;
}
.faq-block p {
margin: 0.5em 0 0 1em;
}
.dont-be-narcy {
margin: 0.5em 0;
  padding: 0.5em;
  
  background: #181818;
  color: #f2f2f2;
  font-family: "Comic Neue", cursive, sans-serif;
}
.dont-be-narcy h2 {
color: var(--brand-accent, #d7d3cb);
  margin-bottom: 1.9em;
}
.dont-be-narcy em {
color: #d7d3cb;
  font-style: normal;
  font-weight: bold;
}
.nk-core > strong {
position: relative;
  color: var(--nk-core);
}
.nk-core > strong::after {
content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: color-mix(in srgb, var(--nk-core) 55%, white);
  opacity: 0.65;
}
.nk-tag.core {
display: inline-block;
  margin-left: 0.4rem;
  font: 600 11px/1.6 system-ui, sans-serif;
  padding: 0.05rem 0.45rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--nk-core) 18%, var(--nk-muted, #191919));
  color: var(--nk-core);
}
li.nk-core {
background: linear-gradient(90deg, color-mix(in srgb, var(--nk-core) 8%, #000) 0%, transparent 60%);
  border-radius: 8px;
  padding: 0.25rem 0.4rem;
}
.narrative-box {
background: #101010;
  border: 1px solid #343434;
  border-radius: 12px;
  color: #eee;
  padding: 16px 18px 16px 22px;
  margin: 14px 0;
  max-width: 850px;
}
.memory-blurb {
margin: 2.5em auto;
  max-width: 720px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #ddd;
  font-style: italic;
  text-align: center;
}
.keith-drop {
margin: 3em auto;
  max-width: 640px;
  text-align: center;
  font-size: 1.2rem;
  font-style: italic;
  color: #e49ac2; 
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 1em 0;
}
.sitemap-nav {
margin: 1rem 0 0;
}
.glossary-count {
font-size: 1.0rem;
  font-weight: 300;
  color: var(--narcy-pink);
  margin-bottom: 1rem;
  text-align: center;
}
/* ==== 6. UTILITIES & EFFECTS (targets, focus, helpers) ==== */
.fancy-hr {
border: 0;
  height: 1px;
  width: 95%;
  margin: 50px auto;
  padding: 1px;
  background: linear-gradient(to right, transparent, #e49ac2 40%, transparent);
  box-shadow: 0 0 4px #e49ac2;
}
.my-1em {
margin-block: 1em;
}
.narcy-inline {
float: right;
  width: clamp(96px, 22vw, 160px);
  height: auto;
  border-radius: 50%;
  shape-outside: circle(50%);
  margin: 0 0 0.75rem 1rem;
}
.narcy-inline.left {
float: left;
  margin: 0 1rem 0.75rem 0;
}
.return-link {
padding-bottom: calc(50px + env(safe-area-inset-bottom));
}
.return-link a {
display: inline-block;
  font-size: 1rem; 
  line-height: 1;
  padding: 14px 14px;
  border-radius: 9999px;
  border: 2px solid #ffccff;
  background: rgba(228, 154, 194, 0.12);
  color: #ffccff;
  font-weight: 500;
  text-decoration: none;
}
.has-return-bar {
padding-bottom: calc(90px + env(safe-area-inset-bottom));
}
.term {
border-bottom: 1px dotted #e49ac2;
  cursor: help;
  color: #ffccff;
}
.term:hover {
color: #ffffff;
}
[id] {
scroll-margin-top: 80px;
}
:target {
background: rgba(var(--hl-r), var(--hl-g), var(--hl-b), 0.14); 
  border-left: 4px solid rgba(var(--hl-r), var(--hl-g), var(--hl-b), 0.9);
  box-shadow: 0 0 0 2px rgba(var(--hl-r), var(--hl-g), var(--hl-b), 0.25) inset, 0 0 18px rgba(var(--hl-r), var(--hl-g), var(--hl-b), 0.35);
  animation: flash 900ms ease-out;
}
li:target, p:target, h2:target, h3:target, div:target, dt:target, dd:target {
padding: 20px 12px; 
  margin: 20px 0px 20px 0px;
  border-radius: 10px; 
  background-clip: padding-box; 
   font-size: 1.3em;      
  line-height: 1.6;
}
li:target {
padding-left: 14px;
}
.return-link button#return-link-close {
position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  color: #ffccff;
  font-size: 1.5rem;
  cursor: pointer;
}
.return-link button#return-link-close:hover {
color: #fff;
}
.return-link button#return-link-close:focus-visible {
outline: 2px solid #fff;
  outline-offset: 2px;
}
.focus-toggle {
position: fixed;
  right: 14px;
  bottom: calc(70px + env(safe-area-inset-bottom));
  z-index: 10001;
  padding: 10px 14px;
  border-radius: 9999px;
  border: 1px solid #333;
  background: #111;
  color: #ffccff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}
.has-return-bar .focus-toggle {
bottom: calc(120px + env(safe-area-inset-bottom));
}
.focus-toggle:hover {
color: #fff;
  border-color: #444;
}
/* ==== 7. KEYFRAMES ==== */
@keyframes flash {
  0% {
    background: rgba(var(--hl-r), var(--hl-g), var(--hl-b), 0.35);
  }
  100% {
    background: rgba(var(--hl-r), var(--hl-g), var(--hl-b), 0.14);
  }
}
@keyframes nk-zoom-in {
  0% {
    transform: scale(0.97);
    opacity: 0.85;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* ==== 8. MEDIA QUERIES ==== */
@media (max-width: 600px) {
  .nav-menu {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .hamburger {
    color: #e49ac2;
    background-color: transparent;
    display: block;
  }
  .nav-menu {
    display: none;
  }
}
@media (max-width: 768px) {
  #extra-extra-article {
    column-count: 1;
  }
}
@media (max-width: 768px) {
  .full-comic {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 500px) {
  .comic-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 500px) {
  .comic-actions {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .comic-actions {
    flex: 0 0 auto;
    width: auto;
    margin: 4px;
  }
}
@media (max-width: 768px) {
  .parallax-panel img {
    width: 100%;
    height: auto;
  }
  .highlight-box-dp {
    max-width: 92%;
    margin: 12px auto 24px;
    padding: 12px 14px;
    font-size: clamp(0.95rem, 2.6vw, 1rem);
    line-height: 1.45;
  }
  .highlight-box-dp h4 {
    font-size: clamp(1rem, 3vw, 1.15rem);
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .highlight-box-dp {
    max-width: 95%;
    padding: 10px 12px;
  }
}
@media (max-width: 700px) {
  .key-takeaways {
    padding: 14px 14px 14px 18px;
  }
}
@media (prefers-color-scheme: dark) {
  .key-takeaways {
    background-color: #1f2124; /* dark gray */
    border-left-color: #8ecae6; /* keep the light blue accent */
    color: #e9eaec; /* readable text */
  }
  .key-takeaways .kt-title {
    color: #ffffff;
  }
}
@media (max-width: 600px) {
  div[style*="display:flex"] {
    flex-direction: column !important;
    align-items: center !important;
  }
  div[style*="display:flex"] a {
    width: 100%;
    max-width: 300px; /* keeps buttons from being full-screen wide */
    text-align: center;
  }
}
@media (max-width: 600px) {
  .comic-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .comic-actions button {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .read-next {
    display: block;
    width: 100%;
    margin: 5px 0;
  }
}
@media (max-width: 640px) {
  .narcy-inline {
    float: none;
    display: block;
    margin: 0 auto 0.75rem;
    shape-outside: none;
  }
}
@media (min-width: 1280px) {
  .nk-card-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 980px) {
  .nk-card-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .nk-card-row {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  :target {
    animation: none;
  }
}
@media (max-width: 700px) {
  .highlight-box-chip {
    padding: 14px 14px 14px 18px;
  }
}
@media (max-width: 600px) {
  .read-next {
    display: block;
    width: 100%;
    margin: 6px 0;
    text-align: center;
  }
}
@media (max-width: 600px){
  .sitemap-box{ border-radius: 12px; padding: 14px 12px 14px 20px; }
  .sitemap-list{ grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .actions-row { 
    flex-direction: column;   /* stack vertically */
    align-items: stretch; 
  }
  .actions-row .read-next {
    width: 100%;              /* full width pills */
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .definition-box .chip a { transition: none; }
}
/* ==== 9. PRINT STYLES ==== */
@media print {
  body {
    background: white !important;
    color: black !important;
  }

  header,
  .hamburger,
  #narcy-hatch,
  .side-menu,
  .comic-image,
  .comic-caption,
  blockquote,
  footer,
  .print-btn {
    display: none !important;
  }
  .print-btn:hover {
    background: #f3a9d2;
    box-shadow: 0 0 12px gold;
  }
  .container {
    margin: 0;
    padding: 0;
  }
  .checklist {
    background: white !important;
    border: none !important;
    color: black !important;
    box-shadow: none !important;
  }
  textarea,
  select,
  input[type="checkbox"] {
    print-color-adjust: exact;
  }
}
@media print {
  .return-link {
    display: none !important;
  }
}
/* ===== Glossary return/dismiss bar ===== */
.return-bar{
  position: sticky;      /* stays visible when scrolling */
  top: 0;
  z-index: 50;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  background: rgba(24,24,24,0.92);   /* opaque enough to not be see-through */
  backdrop-filter: saturate(1.1) blur(2px);
  border-bottom: 1px solid #333;
}

/* Make both <a.read-next> and <button.read-next> look identical */
.return-bar .read-next,
.return-bar .read-next:link,
.return-bar .read-next:visited,
.return-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  padding: 8px 14px;
  background: rgba(34, 34, 34, 0.95);
  border: 1px solid #989898;
  border-radius: 10px; /* Rounded container */
  margin: 0 0 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

/* Hover/active states */
.return-bar .read-next:hover,
.return-bar button.read-next:hover{
  background-color: #343434;
  border-color: #555;
}
.return-bar .read-next:active,
.return-bar button.read-next:active{
  transform: translateY(1px);
}

/* If global styles force links to brand colors, keep this bar unified */
.return-bar .read-next { color: #eee !important; }
/* === Return Bar Controls (Additions) === */
.return-bar.is-active {
  display: flex;              /* show bar only when active */
  justify-content: flex-start;
}

#topBtn {
  margin-left: auto;          /* pushes it to the right edge */
}

/* Make sure buttons all share same look */
.return-bar .read-next,
.return-bar button.read-next {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 8px 12px;
  min-height: 34px;
  border-radius: 6px;
  border: 1px solid #444;
  background: #444;
  color: #eee;
  cursor: pointer;
  text-decoration: none;
}

.return-bar .read-next:hover,
.return-bar button.read-next:hover {
  background: #555;
}
/* Default state (before targeting) */
ul.glossary-list > li {
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  background-color: transparent;
}

/* When targeted or marked current */
ul.glossary-list > li:target,
ul.glossary-list > li.is-current {
  background-color: #202020; /* your lighter pink/gray container color */
  box-shadow: 0 0 8px rgba(228, 154, 194, 0.6);
}
/* === Highlight Box (Glossary Target) === */
ul.glossary-list > li:target,
ul.glossary-list > li.is-current {
  background-color: #191919;
  border: 1px solid rgba(228, 154, 194, 0.5); /* subtle Narcy pink border */
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(228, 154, 194, 0.3);
  padding: 12px 16px;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

/* === Affirmations Timeline Box === */
.timeline-box {
  margin: 24px 0 8px;
  padding: 16px 18px;
  background: rgba(24, 24, 24, 0.92);
  border: 1px solid #333;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.timeline-box h2 {
  margin: 6px 0 14px;
  font-size: 1.2rem;
  letter-spacing: 0.2px;
}
.timeline {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
  border-left: 2px solid rgba(228, 154, 194, 0.4); /* Narcy pink spine */
}
.timeline > li {
  position: relative;
  margin: 12px 0 14px 0;
  padding-left: 14px;
}
.timeline > li::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(228, 154, 194, 0.9);
  box-shadow: 0 0 10px rgba(228, 154, 194, 0.6);
}
.t-year {
  font-weight: 700;
  color: #e49ac2; /* Narcy pink */
  margin-bottom: 4px;
}
.t-body h3 {
  margin: 0 0 4px;
  font-size: 1rem;
}
.t-body p {
  margin: 0 0 10px;
  color: #ddd;
}
.timeline-note {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed #444;
}
.timeline-note h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}
.timeline-note ul {
  margin: 0;
  padding-left: 18px;
}
.timeline-note li {
  margin: 6px 0;
}
.timeline-box .see-also {
  margin-top: 8px;
}
.timeline-box .term.chip {
  margin-right: 6px;
}
@media (max-width: 640px) {
  .timeline-box {
    padding: 14px;
  }
  .timeline {
    padding-left: 8px;
  }
  .timeline > li {
    padding-left: 12px;
  }
}
/* === Callout: Narcy Affirmations === */
.callout-box.narcy-use {
  margin: 10px 0px 0px 0px;
  padding: 16px 18px;
  background: rgba(32, 32, 32, 0.9);
  border: 1px solid rgba(228, 154, 194, 0.4);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}
.callout-box.narcy-use h2 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  color: #e49ac2; /* Narcy pink */
}
.callout-box.narcy-use p {
  margin: 0 0 10px;
  color: #ddd;
}
.callout-box.narcy-use ul.examples {
  margin: 0;
  padding-left: 18px;
}
.callout-box.narcy-use ul.examples li {
  margin: 6px 0;
  color: #eee;
}
.callout-box.narcy-use .see-also {
  margin-top: 12px;
}
.callout-box.narcy-use .term.chip {
  margin-right: 6px;
}
/* === Core 30 (Unified) =============================== */
:root{
  --core30: #f4d06f;        /* swap to #66e0d1 for Narcy teal */
  --core30-ink: #111;       /* text on gold */
  --core30-glow: rgba(244,208,111,.22);
}

/* Highlight any <li class="core"> (global) */
li.core{
  background: linear-gradient(90deg, var(--core30-glow), transparent 55%);
  border-left: 4px solid var(--core30);
  padding-left: 10px;
  border-radius: 6px;
}

/* Strong title inside the core item */
li.core > strong,
.glossary li.core strong {  /* keeps compatibility if you scope glossary items */
  color: var(--core30) !important;
}

/* Inline chips/links for core terms */
a.term-chip.core,
a.core-term{
  background: var(--core30);
  color: var(--core30-ink) !important;
  border: 1px solid rgba(0,0,0,.25);
  border-radius: 999px;
  padding: 2px 8px;
  text-decoration: none;
}
/* ===================================================== */
/* --- Home wide, centered --- */
.home-wide .container{
  max-width:1160px !important;
  margin:0 auto;
  padding-inline:16px;
}

/* --- Two-column grid (main + 400px sidebar) --- */
.home-grid{
  display:grid;
  grid-template-columns: 1fr;       /* mobile default */
  gap:24px;
}
@media (min-width:1024px){
  .home-grid{ grid-template-columns: minmax(0,1fr) 400px; } /* ← 400px rail */
}

/* Prevent nested containers from re-capping width */
.home-wide .comic-panel,
.home-wide .archive-grid{ max-width:100% !important; width:100%; margin:0; }

/* Feature band (newest thumbnail) */
.feature-band{
  display:grid; gap:16px; align-items:center;
  grid-template-columns: 220px 1fr;
  background:#141414; border:1px solid #2b2b2b; border-radius:14px; padding:14px;
}
.feature-thumb{ width:100%; aspect-ratio:16/9; object-fit:cover; border-radius:10px; }
.feature-title{ margin:0 0 6px; font-size:1.25rem; }
.feature-meta{ opacity:.8; margin:0 0 8px; }
.feature-blurb{ margin:0; }
@media (max-width:700px){ .feature-band{ grid-template-columns:1fr; } }

/* Card grid helpers */
.card-grid{ display:grid; gap:16px; }
.grid-2{ grid-template-columns:repeat(2,1fr); }
@media (max-width:860px){ .grid-2{ grid-template-columns:1fr; } }

/* Standard list cards (for Latest) */
.list-card{ background:#181818; border:1px solid #333; border-radius:12px; overflow:hidden; }
.card-link{ display:grid; grid-template-rows:auto 1fr; color:inherit; text-decoration:none; }
.card-hero{ width:100%; aspect-ratio:16/9; object-fit:cover; }
.card-body{ padding:12px; }
.card-title{ margin:0 0 4px; font-size:1.06rem; }
.card-meta{ opacity:.8; font-size:.88rem; margin:0 0 8px; }
.card-blurb{ margin:0; opacity:.95; }
/* === Core pages: shared container, breadcrumbs, toolbar, buttons === */
.core-wrap{
  max-width:1100px;
  margin:0 auto;          /* center the page */
  padding:0 16px;         /* small gutter */
}

/* unified breadcrumbs */
.breadcrumbs, .crumbs{
  color:#bfbfbf;
  font-size:.9rem;
  margin:8px 0 14px;
}
.breadcrumbs a, .crumbs a{
  color:#bfbfbf;
  text-decoration:none;
}
.breadcrumbs a:hover{ text-decoration:underline; }

/* page title/subtitle (left-aligned utility look) */
.core-hero{ text-align:left; margin:5px 0 10px; }
.core-hero h1{ color:#ff76c8; margin:0 0 6px; font-size:1.6rem; }
.core-hero .sub{ color:#cfcfcf; margin:0 0 14px; }

/* toolbar (left-aligned buttons) */
.core-toolbar, .toolbar{
  display:flex; gap:10px; flex-wrap:wrap;
  justify-content:flex-start;
  margin:10px 0 14px;
}
.core-btn, .btn{
  background:#1f1f1f;
  border:1px solid #333;
  color:#fff;
  border-radius:12px;
  padding:10px 14px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.core-btn:hover, .btn:hover{ background:#272727; }
.core-btn.teal, .btn.primary{ border-color:#34d1bf; }
.core-btn.pink, .btn.pink{ border-color:#ff76c8; }

/* === Refresher-only board sizing (no extra inner wrap) === */
.narcy-match .board{
  grid-template-columns:1.1fr 1.3fr;  /* wider defs column */
  gap:30px;
}

/* Print normalize for all three */
@media print{
  .breadcrumbs,.crumbs,.core-toolbar,.toolbar,.controls{ display:none !important; }
  body{ background:#fff !important; color:#000 !important; }
}
.under-refine {
  background:#222;
  border-left:4px solid #ff76c8;
  color:#bdbdbd;
  padding:6px 12px;
  border-radius:8px;
  margin:12px 0 16px;
  text-align:left;
  font-size:.9rem;
  max-width:900px;
}
/* === CORE COLOR TUNING — Narcy Edition === */
:root {
  --narcy-pink: #ff4fb5;   /* deeper pink */
  --narcy-teal: #2fe8d0;   /* brighter teal */
  --narcy-bg: #151515;
  --narcy-ink: #e9e9e9;
}

/* === Logger pills & button accent refinements === */

/* Pills (tactic buttons) — thin teal border, soft hover pulse */
.term-card {
  border: 1px solid var(--narcy-teal);
  background: #1f1f1f;
  border-radius: 999px;
  color: var(--narcy-ink);
  padding: 8px 14px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.term-card:hover {
  background: rgba(47,232,208,0.1);
  transform: translateY(-1px);
}
.term-card.hot {
  border-left: 4px solid var(--narcy-teal);
  background: rgba(47,232,208,0.15);
}

/* === Toolbar & action buttons === */
.btn, .core-btn {
  background: #1f1f1f;
  border: 1px solid var(--narcy-pink);
  color: var(--narcy-ink);
  border-radius: 12px;
  padding: 10px 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease-in-out;
}
.btn:hover, .core-btn:hover {
  background: rgba(255,79,181,0.1);
  color: #fff;
  transform: translateY(-1px);
}

/* === Utility buttons (Print, CSV, PDF) === */
.btn.primary, #downloadCsv, #downloadPdf, #downloadTxt {
  border-color: var(--narcy-teal);
  color: var(--narcy-teal);
}
.btn.primary:hover,
#downloadCsv:hover, #downloadPdf:hover, #downloadTxt:hover {
  background: rgba(47,232,208,0.15);
  color: #fff;
}

/* === Under refinement notice === */
.under-refine {
  background: #222;
  border-left: 4px solid var(--narcy-pink);
  color: #bdbdbd;
  padding: 6px 12px;
  border-radius: 8px;
  margin: 12px 0 16px;
  text-align: left;
  font-size: .9rem;
  max-width: 900px;
}
/* === NARCY THEME OVERRIDES (place LAST) =========================== */
:root{
  --narcy-pink:#ff4fb5;
  --narcy-teal:#2fe8d0;
}

/* Default: toolbar buttons = pink */
.core-toolbar .core-btn,
.toolbar .btn{
  border-color: var(--narcy-pink) !important;
}

/* Utility / action buttons = teal */
.toolbar .btn.primary,
#downloadCsv, #downloadPdf, #downloadTxt,
#dlSheet {                       /* counter-core download button */
  border-color: var(--narcy-teal) !important;
  color: var(--narcy-teal) !important;
}
.toolbar .btn.primary:hover,
#downloadCsv:hover, #downloadPdf:hover, #downloadTxt:hover,
#dlSheet:hover{
  background: rgba(47,232,208,.15) !important;
  color:#fff !important;
}

/* Explicit variants still work */
.core-toolbar .core-btn.teal { border-color: var(--narcy-teal) !important; color: var(--narcy-teal) !important; }
.core-toolbar .core-btn.pink { border-color: var(--narcy-pink) !important; }

/* Logger “pills” = teal ring */
.term-card{
  border:1px solid var(--narcy-teal) !important;
  background:#1f1f1f;
  border-radius:999px;
}
.term-card:hover{ background:rgba(47,232,208,.10); transform:translateY(-1px); }

/* Danger stays red, if you use it */
.btn.danger{ border-color:#e45b5b !important; color:#e45b5b !important; }
.btn.danger:hover{ background:rgba(228,91,91,.12) !important; color:#fff !important; }
/* === Refresher Controls Buttons — Narcy Utility Teal === */
.controls button {
  background:#1f1f1f;
  border:1px solid var(--narcy-teal);
  color:var(--narcy-teal);
  border-radius:10px;
  padding:8px 14px;
  margin-right:8px;
  cursor:pointer;
  transition:all 0.2s ease-in-out;
}
.controls button:hover {
  background:rgba(47,232,208,0.15);
  color:#fff;
  transform:translateY(-1px);
}

/* Optional: score label style to match theme */
.controls .score {
  color:var(--narcy-pink);
  font-weight:bold;
  margin-left:10px;
}
/* === FINAL OVERRIDES: Refresher Controls (make teal pop) === */
.narcy-match .controls button {
  background: #1f1f1f !important;
  border: 1px solid var(--narcy-teal) !important;
  color: var(--narcy-teal) !important;
  border-radius: 10px;
  padding: 8px 14px;
  margin-right: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.narcy-match .controls button:hover {
  background: rgba(47,232,208,0.15) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

/* Score label pops pink beside them */
.narcy-match .controls .score {
  color: var(--narcy-pink) !important;
  font-weight: 700;
  margin-left: 10px;
}

/* Instagram In-App Browser Fix */
@supports (-webkit-touch-callout: none) {
  body.instagram-inapp header.site-header {
    padding-top: 22px;
    font-size: 0.92rem;
  }
  body.instagram-inapp .site-title {
    font-size: 1.1rem;
  }
  body.instagram-inapp .my-mag-icon,
  body.instagram-inapp .hamburger {
    transform: scale(0.82);
    margin-top: 4px;
  }
}
