/*███████████████████████████████████
╔═════════════════════════════════╗
  █████╗  ▄█▄ ▄█▄   ███████╗ ║█████
 ██╔═══██╗███▄███  ║███════ ██╔══╝ 
 ██║    ██║██ ██╔█ ╔████╗   ██   ███
 ██║    ██║██║║║██║ ██╔ ═╝  ██   ██ 
 █████╔╝  ██║║║██║  ██       ███║
 ╚══C═O═P═Y═R═I═G═H═T═©═2═0═2═6══╝  
╚═════════════════════════════════╝
╔═════════════════════════════════╗
║ 2 OVERCLOCKED MINDS FRACTALS GLOBAL ° ║
║ 0 fractals.ca ° All Rights Reserved ° ║
║ 2 /dev/null/lib/styles.css 04.12.26 ° ║
║ 6 Visuals, Skin ° lexi@fractals.ca  ° ║
╚═════════════════════════════════╝
█████████████████████████████████████*/



:root {
  --bg:         #050208;
  --bg-panel:   rgba(5,2,8,0.94);
  --crimson:    #cc1133;
  --crimson-dim:#881122;
  --violet:     #8833ff;
  --violet-dim: #551199;
  --gold:       #cc8822;
  --gold-dim:   #885500;
  --text:       #c8b8d8;
  --text-dim:   #5a4a6a;
  --text-head:  #ede4ff;
  --border:     rgba(180,10,60,0.14);
  --console-bg: #020104;
  --c-text:     #00cc44;
  --c-dim:      #007722;
  --c-direct:   #cc2200;
  --c-warn:     #cc8800;
  --c-sys:      #334455;
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background-color: var(--bg);
  color: var(--text);
  font-family: 'Courier New', Courier, monospace;
  font-size: 1rem;
  line-height: 1.85;
  min-height: 100vh;
}

/* =============================================================
   HEADER
   ============================================================= */
.fractal-header {
  background: url('https://fractals.ca/img/banner0.png') no-repeat center top;
  background-size: cover;
  height: 140px;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--border);
}

/* =============================================================
   NAV
   ============================================================= */
nav.top-bar {
  display: flex;
  justify-content: stretch;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 4px;
}

.nav-link {
  flex: 1;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: var(--crimson);
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.58rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  border-right: 1px solid rgba(180,10,60,0.18);
  transition: background 0.2s, color 0.2s;
  user-select: none;
  text-shadow: 0 0 8px rgba(180,10,60,0.7);
}
.nav-link:last-child { border-right: none; }

.nav-link.active {
  background: rgba(180,10,60,0.16);
  color: #fff;
  text-shadow: 0 0 12px rgba(180,10,60,0.9);
  box-shadow: inset 0 -2px 0 var(--crimson);
}

.nav-link:hover {
  background: rgba(180,10,60,0.10);
  color: #fff;
  text-shadow: 0 0 10px rgba(180,10,60,0.8);
}

.nav-link[data-path="home"],
.nav-link[data-path="img"] {
  color: var(--violet-dim);
  text-shadow: 0 0 8px rgba(100,20,200,0.5);
}
.nav-link[data-path="home"]:hover,
.nav-link[data-path="img"]:hover {
  color: var(--violet);
  background: rgba(100,20,200,0.10);
  text-shadow: 0 0 10px rgba(120,40,220,0.8);
}

/* =============================================================
   DISPLAY AREA
   ============================================================= */
#display-area {
  max-width: 920px;
  margin: 2rem auto;
  padding: 2.5rem 2.8rem;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  box-shadow: 0 0 60px rgba(0,0,0,0.85);
  min-height: 60vh;
}

/* =============================================================
   TYPOGRAPHY
   ============================================================= */
h1 {
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--text-head);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--border);
  text-shadow: 0 0 20px rgba(180,10,60,0.22);
}

h2 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--crimson);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 2rem 0 0.6rem;
}

h3 {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-head);
  margin: 1.5rem 0 0.4rem;
  opacity: 0.8;
}

h4 {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--crimson);
  letter-spacing: 0.04em;
  margin: 1.2rem 0 0.4rem;
  background: transparent;
}

p {
  margin-bottom: 1.6rem;
  color: var(--text);
  font-size: 0.97rem;
  line-height: 1.9;
  max-width: 72ch;
}
p:last-child { margin-bottom: 0; }

.section-meta {
  font-size: 0.7rem;
  color: var(--text-dim);
  letter-spacing: 0.05em;
  margin-bottom: 1.6rem;
}

.section-label {
  font-size: 0.65rem;
  color: var(--text-dim);
  letter-spacing: 0.2em;
  margin-bottom: 1.4rem;
  text-transform: uppercase;
}
.section-label span { color: var(--crimson); }

.tag {
  display: inline-block;
  font-size: 0.67rem;
  color: rgba(180,10,60,0.65);
  border: 1px solid var(--border);
  padding: 2px 8px;
  margin-right: 6px;
  border-radius: 2px;
}

/* =============================================================
   CARDS
   ============================================================= */
.card-ui {
  border: 1px solid rgba(180,10,60,0.18);
  padding: 1.8rem 2rem;
  margin-bottom: 2.5rem;
  background: rgba(180,10,60,0.025);
}
.card-ui h2 {
  font-size: 0.9rem;
  color: var(--text-head);
  text-transform: none;
  letter-spacing: 0.01em;
  margin: 0 0 0.5rem 0;
}

/* =============================================================
   SPECIES CARDS
   ============================================================= */
.species-card {
  border: 1px solid rgba(180,10,60,0.18);
  padding: 0;
  margin-bottom: 1.2rem;
  background: rgba(180,10,60,0.02);
}
.species-card.s-classified { border-color: rgba(180,10,40,0.30); }

.s-classified-banner {
  background: rgba(140,5,20,0.22);
  border-bottom: 1px solid rgba(180,10,30,0.28);
  padding: 0.28rem 0.9rem;
  font-size: 0.58rem;
  color: rgba(220,50,40,0.88);
  letter-spacing: 0.18em;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.s-class-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--crimson);
  flex-shrink: 0;
  animation: nc-blink 1.2s ease-in-out infinite;
}
@keyframes nc-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.1; } }

.card-header {
  padding: 0.9rem 1rem 0.7rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  user-select: none;
}
.card-header:hover { background: rgba(255,255,255,0.015); }

.card-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-head);
  letter-spacing: 0.04em;
  display: block;
  line-height: 1.2;
}
.s-classified .card-name { color: rgba(220,150,140,0.88); }

.card-pronunciation {
  font-size: 0.62rem;
  color: var(--text-dim);
  letter-spacing: 0.1em;
  display: block;
  margin-top: 0.2rem;
}

.card-badges {
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.badge {
  font-size: 0.54rem;
  letter-spacing: 0.1em;
  padding: 0.1rem 0.45rem;
  border: 1px solid;
  text-transform: uppercase;
  white-space: nowrap;
}
.badge-dominant   { border-color: rgba(180,10,40,0.40);  color: rgba(220,100,120,0.82); }
.badge-creature   { border-color: rgba(140,60,0,0.40);   color: rgba(200,130,70,0.82); }
.badge-ancient    { border-color: rgba(120,20,180,0.40); color: rgba(180,100,220,0.82); }
.badge-org        { border-color: rgba(160,80,0,0.40);   color: rgba(200,160,80,0.82); }
.badge-extra      { border-color: rgba(10,60,180,0.50);  color: rgba(80,140,220,0.85); }
.badge-individual { border-color: rgba(180,10,40,0.40);  color: rgba(220,100,120,0.82); }
.badge-history    { border-color: rgba(120,20,180,0.40); color: rgba(180,100,220,0.82); }
.badge-institution{ border-color: rgba(160,80,0,0.40);   color: rgba(200,160,80,0.82); }
.badge-world      { border-color: rgba(10,60,180,0.50);  color: rgba(80,140,220,0.85); }
.badge-capital    { border-color: rgba(180,10,40,0.40);  color: rgba(220,100,120,0.82); }
.badge-region     { border-color: rgba(140,60,0,0.40);   color: rgba(200,130,70,0.82); }
.badge-natural    { border-color: rgba(10,120,60,0.40);  color: rgba(80,200,120,0.82); }
.badge-structure  { border-color: rgba(160,80,0,0.40);   color: rgba(200,160,80,0.82); }
.badge-lair       { border-color: rgba(120,20,180,0.40); color: rgba(180,100,220,0.82); }
.badge-landmark   { border-color: rgba(10,60,180,0.50);  color: rgba(80,140,220,0.85); }

.card-toggle {
  font-size: 0.72rem;
  color: var(--text-dim);
  flex-shrink: 0;
  margin-top: 0.2rem;
  transition: transform 0.2s;
  min-width: 16px;
  text-align: right;
}
.card-toggle.open { transform: rotate(90deg); color: var(--crimson-dim); }

.card-body {
  display: none;
  padding: 0 1rem 1rem;
  border-top: 1px solid var(--border);
}

.card-location {
  font-size: 0.6rem;
  color: var(--violet-dim);
  letter-spacing: 0.18em;
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--border);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.card-alts {
  font-size: 0.6rem;
  color: var(--text-dim);
  margin-bottom: 0.65rem;
  line-height: 1.7;
}
.card-alts span { color: var(--gold-dim); }

.card-desc {
  font-size: 0.88rem;
  color: var(--text);
  line-height: 1.78;
}
.card-desc p { margin-bottom: 0.7rem; }
.card-desc p:last-child { margin-bottom: 0; }

/* =============================================================
   FILTER BAR
   ============================================================= */
.filter-bar {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
}

.filter-btn {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: var(--crimson);
  border: 1px solid rgba(180,10,60,0.28);
  padding: 4px 12px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  background: transparent;
  text-transform: uppercase;
}
.filter-btn:hover { background: rgba(180,10,60,0.10); color: #fff; }
.filter-btn.active {
  background: rgba(180,10,60,0.16);
  color: #fff;
  border-color: var(--crimson);
}

/* =============================================================
   GRIDS
   ============================================================= */
.species-grid { display: flex; flex-direction: column; }

.locs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.2rem;
}

.loc-card {
  border: 1px solid var(--border);
  padding: 1.4rem;
  background: rgba(180,10,60,0.02);
}

.loc-card-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--violet);
  letter-spacing: 0.05em;
  margin-bottom: 0.3rem;
}

.loc-card-region {
  font-size: 0.6rem;
  color: var(--text-dim);
  letter-spacing: 0.2em;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
}

.loc-card-desc {
  font-size: 0.85rem;
  color: var(--text-dim);
  line-height: 1.75;
  max-width: none;
  margin-bottom: 0;
}

.loc-img-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: rgba(180,10,60,0.04);
  border: 1px dashed rgba(180,10,60,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}
.loc-img-placeholder span {
  font-size: 0.56rem;
  color: var(--text-dim);
  letter-spacing: 0.15em;
}

.loc-tag {
  display: inline-block;
  font-size: 0.54rem;
  letter-spacing: 0.1em;
  padding: 0.1rem 0.42rem;
  border: 1px solid rgba(140,60,0,0.35);
  color: rgba(180,130,60,0.80);
  margin-top: 0.55rem;
  text-transform: uppercase;
}

/* =============================================================
   LORE ENTRIES
   ============================================================= */
.lore-entry {
  border: 1px solid var(--border);
  border-left: 2px solid var(--crimson-dim);
  padding: 1.4rem;
  margin-bottom: 1.2rem;
  background: rgba(180,10,60,0.02);
}

.lore-placeholder-block {
  background: rgba(180,10,60,0.03);
  border: 1px dashed rgba(180,10,60,0.18);
  padding: 1.4rem;
  font-size: 0.65rem;
  color: var(--text-dim);
  letter-spacing: 0.16em;
  line-height: 2.2;
  margin-top: 1.4rem;
}

/* =============================================================
   MEDIA PLAYER
   ============================================================= */
.media-back-bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.2rem;
}

.media-back-btn {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--crimson);
  border: 1px solid rgba(180,10,60,0.30);
  padding: 4px 12px;
  cursor: pointer;
  transition: background 0.2s;
  background: transparent;
}
.media-back-btn:hover { background: rgba(180,10,60,0.10); color: #fff; }

.media-now-playing {
  font-size: 0.62rem;
  color: var(--text-dim);
  letter-spacing: 0.15em;
}

.media-player-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid rgba(180,10,60,0.20);
  overflow: hidden;
  position: relative;
  margin-bottom: 1.4rem;
}
.media-player-frame iframe { width: 100%; height: 100%; display: block; border: none; }
.media-player-frame video  { width: 100%; height: 100%; display: block; }

.media-placeholder-text {
  position: absolute; inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  color: var(--text-dim);
  letter-spacing: 0.22em;
  flex-direction: column;
  gap: 0.5rem;
}

.media-list-label {
  font-size: 0.62rem;
  color: var(--text-dim);
  letter-spacing: 0.28em;
  margin-bottom: 0.9rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--border);
}

.media-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 0.75rem;
  border: 1px solid var(--border);
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: border-color 0.18s, background 0.18s;
  background: transparent;
}
.media-item:hover  { border-color: rgba(180,10,60,0.30); background: rgba(180,10,60,0.03); }
.media-item.playing{ border-color: var(--crimson); background: rgba(180,10,60,0.07); }

.media-item-num {
  font-size: 0.62rem;
  color: var(--crimson);
  flex-shrink: 0;
  margin-top: 0.1rem;
  min-width: 2rem;
}

.media-item-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-head);
  display: block;
  margin-bottom: 0.2rem;
}

.media-item-meta {
  font-size: 0.58rem;
  color: var(--text-dim);
  letter-spacing: 0.15em;
}

/* =============================================================
   BLOG / LOG
   ============================================================= */
.blog-title {
  color: var(--crimson) !important;
  text-shadow: 0 0 12px rgba(180,10,60,0.35);
  font-style: normal;
  margin-bottom: 0.4rem !important;
}

.blog-byline {
  color: var(--violet);
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  margin-bottom: 1.4rem;
  font-style: normal;
  max-width: none;
  border-bottom: 1px solid rgba(100,20,200,0.20);
  padding-bottom: 0.8rem;
}

.blog-footer {
  color: var(--violet);
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  margin-top: 1.4rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(100,20,200,0.22);
}

/* =============================================================
   MAIL FORM
   ============================================================= */
#mail-form { max-width: 600px; }
.mail-field { margin-bottom: 1.2rem; }

.mail-label {
  display: block;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.68rem;
  color: var(--crimson);
  letter-spacing: 0.1em;
  margin-bottom: 0.4rem;
}

.mail-input {
  width: 100%;
  background: rgba(0,0,0,0.6);
  border: 1px solid rgba(180,10,60,0.22);
  color: var(--text);
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.88rem;
  padding: 0.6rem 0.8rem;
  outline: none;
  transition: border-color 0.2s;
}
.mail-input:focus {
  border-color: var(--crimson);
  box-shadow: 0 0 8px rgba(180,10,60,0.16);
}

.mail-textarea { height: 160px; resize: vertical; }
.mail-actions { display: flex; gap: 1rem; margin-top: 1.4rem; }

.mail-btn {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.72rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--crimson);
  border: 1px solid rgba(180,10,60,0.35);
  padding: 8px 20px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  background: transparent;
  user-select: none;
}
.mail-btn:hover { background: rgba(180,10,60,0.12); color: #fff; }
.mail-btn-clear { color: var(--text-dim); border-color: rgba(90,74,106,0.30); }
.mail-btn-clear:hover { background: rgba(90,74,106,0.10); color: var(--text); }

#mail-status {
  margin-top: 1rem;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.78rem;
  min-height: 1.2rem;
}

/* =============================================================
   ACTION BUTTONS
   ============================================================= */
.btn-action {
  display: inline-block;
  margin-top: 1rem;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.72rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--crimson);
  border: 1px solid rgba(180,10,60,0.35);
  padding: 7px 18px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  background: transparent;
}
.btn-action:hover { background: rgba(180,10,60,0.12); color: #fff; }

/* =============================================================
   BOOK LANDING
   ============================================================= */
.book-landing { display: flex; flex-direction: column; gap: 2rem; }
.book-hero { text-align: center; }
.book-cover-placeholder { display: inline-block; }

/* =============================================================
   CONSOLE
   ============================================================= */
#console-wrap {
  position: fixed;
  top: 140px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--console-bg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#matrixCanvas {
  display: none;
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  z-index: 2;
  pointer-events: none;
}

#consoleTerminal {
  position: relative;
  z-index: 1;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: 'Courier New', Courier, monospace;
}

#consoleTitleBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 1rem;
  border-bottom: 1px solid rgba(0,180,60,0.08);
  background: rgba(0,0,0,0.3);
  flex-shrink: 0;
}

#consoleTitleText {
  font-size: 0.55rem;
  color: var(--c-dim);
  letter-spacing: 0.12em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#consoleTitleStatus {
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  flex-shrink: 0;
  margin-left: 1rem;
}

.c-status-ok   { color: var(--c-text);   }
.c-status-warn { color: var(--c-warn);   }
.c-status-err  { color: var(--c-direct); }

#consoleScreen {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
  padding: 0.6rem 0.9rem 3.5rem;
  scroll-behavior: smooth;
}
#consoleScreen::-webkit-scrollbar { width: 3px; }
#consoleScreen::-webkit-scrollbar-track { background: transparent; }
#consoleScreen::-webkit-scrollbar-thumb { background: rgba(0,180,60,0.18); }

.c-line {
  font-size: 0.72rem;
  line-height: 1.55;
  color: var(--c-text);
  white-space: pre-wrap;
  word-break: break-all;
  opacity: 0;
  transition: opacity 0.3s;
}
.c-line.visible     { opacity: 1; }
.c-line.c-directive { color: var(--c-direct); }
.c-line.c-warn      { color: var(--c-warn); }
.c-line.c-sys       { color: var(--c-sys); }
.c-line.c-bright    { color: #00ff55; }

#consoleInputRow {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.35rem 0.9rem 0.5rem;
  border-top: 1px solid rgba(0,180,60,0.12);
  display: flex;
  align-items: center;
  background: rgba(2,1,4,0.92);
  z-index: 10;
}

.c-prompt-sym {
  font-size: 0.72rem;
  color: var(--c-text);
  flex-shrink: 0;
}

#cTyped {
  font-size: 0.72rem;
  color: #ffffff;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.c-cursor {
  display: inline-block;
  width: 7px; height: 13px;
  background: var(--c-direct);
  margin-left: 1px;
  animation: nc-cursor 1s step-end infinite;
  vertical-align: middle;
  flex-shrink: 0;
}
.c-cursor.green { background: var(--c-text); }
@keyframes nc-cursor { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }

/* body.console-active locks page scroll on mobile */
body.console-active {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* =============================================================
   SCROLLBAR
   ============================================================= */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: #0a0208; }
::-webkit-scrollbar-thumb { background: #2a0a18; }

/* =============================================================
   MOBILE
   ============================================================= */
@media (max-width: 720px) {
  #display-area { padding: 1.4rem 1.1rem; margin: 0.8rem 0.4rem; }
  .nav-link { font-size: 0.46rem; }
  h1 { font-size: 1.1rem; }
  p  { font-size: 0.94rem; }
  .locs-grid { grid-template-columns: 1fr; }
}

/* =============================================================
   NC-CARD alias (JS uses .nc-card, maps to .species-card styles)
   ============================================================= */
.nc-card {
  border: 1px solid rgba(180,10,60,0.18);
  padding: 0;
  margin-bottom: 1.2rem;
  background: rgba(180,10,60,0.02);
}
.nc-card:hover { border-color: rgba(180,10,60,0.32); }
.nc-card.s-classified { border-color: rgba(180,10,40,0.30); }

/* =============================================================
   MEDIA LIST CONTAINER
   ============================================================= */
.media-list {
  border: 1px solid rgba(180,10,60,0.18);
  margin-top: 0.5rem;
}

/* =============================================================
   MEDIA ITEM INFO WRAPPER
   ============================================================= */
.media-item-info {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

/* =============================================================
   BOOK INTRO
   ============================================================= */
.book-intro { width: 100%; }
.book-intro h2 {
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  color: var(--text-head);
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

/* =============================================================
   NC CONSOLE PROMPT COLORS (null_bin_engine.js)
   ============================================================= */
.np-b { color: #ffffff; }
.np-u { color: var(--crimson); }
.np-h { color: var(--violet); }

/* =============================================================
   IMAGE CAROUSEL
   ============================================================= */
.img-carousel {
  position: relative;
  margin-bottom: 0.75rem;
}

.car-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.28rem 0;
  background: rgba(0,0,0,0.5);
  border-top: 1px solid rgba(180,10,60,0.18);
}

.car-btn {
  background: none;
  border: 1px solid rgba(180,10,60,0.35);
  color: var(--crimson);
  font-size: 0.9rem;
  padding: 0.1rem 0.5rem;
  cursor: pointer;
  font-family: 'Courier New', monospace;
  transition: background 0.15s, color 0.15s;
}
.car-btn:hover { background: rgba(180,10,60,0.12); color: #fff; }

.car-count {
  font-size: 0.62rem;
  color: var(--text-dim);
  letter-spacing: 0.1em;
  min-width: 3rem;
  text-align: center;
  font-family: 'Courier New', monospace;
}


/*███████████████████████████████████
╔═════════════════════════════════╗
  █████╗  ▄█▄ ▄█▄   ███████╗ ║█████
 ██╔═══██╗███▄███  ║███════ ██╔══╝ 
 ██║    ██║██ ██╔█ ╔████╗   ██   ███
 ██║    ██║██║║║██║ ██╔ ═╝  ██   ██ 
 █████╔╝  ██║║║██║  ██       ███║
 ╚══C═O═P═Y═R═I═G═H═T═©═2═0═2═6══╝  
╚═════════════════════════════════╝
╔═════════════════════════════════╗
║ 2 OVERCLOCKED MINDS FRACTALS GLOBAL ° ║
║ 0 fractals.ca ° All Rights Reserved ° ║
║ 2 /dev/null/lib/styles.css 04.12.26 ° ║
║ 6 Visuals, Skin ° lexi@fractals.ca  ° ║
╚═════════════════════════════════╝
█████████████████████████████████████*/
