
@font-face {
  font-family: 'JacquardaBastarda-9';
  src: url('https://humantooth.neocities.org/fonts/JacquardaBastarda9.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --cream: #eaeee6;
  --cream-light: #f0f3ed;
  --blush: #dde2d8;
  --blush-muted: rgba(195, 206, 195, 0.3);

  /* cool accents  */
  --teal-gray: #889A9B;
  --dusty: #7C3034;

  /* text */
  --text: #4a4345;
  --text-muted: #7a7270;
  --text-faint: #b0a8a6;

  /* borders */
  --border: #5a5355;
  --border-light: #9a9295;

  /* fonts */
  --font-display: 'JacquardaBastarda-9', serif;
  --font-body: 'Courier New', 'Courier', monospace;
}

::selection {
  background-color: var(--dusty);
  color: var(--cream);
}

::-webkit-scrollbar { width: 7px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb {
  border: 1px dotted var(--border);
  background-color: var(--cream);
  border-radius: 5px;
  transition: 0.25s;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--dusty);
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 99;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
}

body {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--text);
  background: var(--cream);
  margin: 0;
  padding: 0;
  min-height: 100vh;
  line-height: 1.5;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://baalbek.neocities.org/floral-wallpaper.jpg");
  background-repeat: repeat;
  opacity: 0.1; 
  z-index: -1;
  pointer-events: none;
}

a {
  color: var(--dusty);
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 2px;
  transition: all 0.2s ease;
}
a:hover {
  color: var(--text);
}

h1, h2 {
  font-family: var(--font-display);
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: var(--text);
}
h1 {
  font-family: 'Courier New', monospace;
  font-size: 8px;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: pre;
  text-align: end;
  color: var(--text-muted);
  margin-block-end: 0.4em;
  max-width: 720px;
  margin-inline: auto;
  padding: 40px 24px 0 24px;
  overflow: hidden;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: unset;
}
h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 6px;
  letter-spacing: 2px;
}

p { margin: 3px 0; line-height: 1.6; }
b { color: var(--teal-gray); font-weight: bold; }
i { color: var(--text-muted); font-style: italic; }

.site-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px 28px;
  max-width: 720px;
  margin: 0 auto;
  padding: 8px 48px 16px 48px;
}

#side-nav {
  justify-self: end;
  max-width: 240px;
}

.nav-home-link {
  font-size: 11px;
  margin-bottom: 0.6em;
  letter-spacing: 1px;
}

.nav-preamble {
  font-style: italic;
  font-size: 11px;
  color: var(--text-muted);
  margin-bottom: 0.6em;
  line-height: 1.5;
}

.nav-list {
  margin: 0;
}

.nav-list dt {
  font-style: italic;
  line-height: 1.6;
}

.nav-list dt::before {
  content: "𝜗ৎ ";
  font-style: normal;
  color: var(--text-faint);
}

.nav-list dt.nav-group-label {
  font-style: normal;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--text-faint);
  margin-top: 0.8em;
  margin-bottom: 0.15em;
}

.nav-list dt.nav-group-label::before {
  content: none;
}

.nav-list dd {
  font-size: 10px;
  color: var(--text-muted);
  margin-left: 1.4em;
  margin-bottom: 0.15em;
}

/* version label under nav */
.nav-version {
  font-size: 10px;
  color: var(--text-faint);
  margin-top: 1em;
  margin-bottom: 0.3em;
  letter-spacing: 0.5px;
}

.nav-version span {
  font-weight: bold;
  color: var(--text-muted);
}

.nav-version a {
  font-size: 10px;
}
.titlecard pre {
  font-size: clamp(0.3rem, 1.2vw, 1rem);
  line-height: 1.2;
  overflow: hidden;
  white-space: pre;
}

.est-date {
  font-weight: normal;
  font-size: 9px;
  color: var(--text-faint);
  font-style: italic;
  letter-spacing: 0.3px;
}

.nav-dusty-title {
  font-style: italic;
  font-size: 10px;
  color: var(--text-faint);
  margin-top: 0.8em;
}

.nav-dusty-links {
  list-style: none;
  padding: 0;
  margin: 0.2em 0 0 0;
  font-size: 11px;
}

.nav-dusty-links li {
  display: inline;
}
.nav-dusty-links li:not(:first-of-type)::before {
  content: " - ";
  color: var(--text-faint);
}

#content-area {
  min-width: 0;
}

/* intro */
#intro {
  margin-bottom: 12px;
}
#intro p {
  margin-block: 0.33em;
}

.widgets-row {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.widget {
  flex: 1;
  background-color: var(--cream-light);
  padding: 8px;
  border: 1px dotted var(--border);
}

/*
   CANTOR'S LIBRARY WIDGET */
.widget--library {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px;
  font-family: var(--font-body);
}

.library-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.library-title {
  font-size: 12px;
  font-weight: bold;
  color: var(--text-dark);
  letter-spacing: 0.04em;
}

.library-wander {
  background: none;
  border: none;
  font-size: 14px;
  color: var(--text-faint);
  cursor: pointer;
  padding: 0 2px;
  line-height: 1;
  transition: color 0.2s;
  font-family: var(--font-body);
}

.library-wander:hover {
  color: var(--dusty);
}

.library-coords {
  font-size: 9px;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  border-bottom: 1px dotted var(--border);
  padding-bottom: 5px;
}

.library-text {
  font-size: 10.5px;
  line-height: 1.55;
  color: var(--text-dark);
  text-align: justify;
  hyphens: auto;
  letter-spacing: 0.01em;
  min-height: 60px;
  opacity: 0.8;
}

.library-footer {
  font-size: 8px;
  color: var(--text-faint);
  letter-spacing: 0.1em;
  text-align: right;
  border-top: 1px dotted var(--border);
  padding-top: 4px;
  margin-top: auto;
}

/*
   CROW ASCII ART (shrine replacement) */
.widget--shrine {
  background: transparent;
  border: none;
  padding: 0;
  overflow: hidden;
}

.shrine-art {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.crow-ascii {
  font-family: 'Courier New', monospace;
  font-size: 1.85px;
  line-height: 1.05;
  color: var(--text);
  margin: 0;
  padding: 0;
  white-space: pre;
  opacity: 0.85;
  mix-blend-mode: multiply;
  user-select: none;
  pointer-events: none;
}

/*
   INTRO HOVER — guest response */
.intro-hover {
  cursor: default;
}

.intro-response {
  display: none;
}

.intro-hover:hover .intro-default {
  display: none;
}

.intro-hover:hover .intro-response {
  display: block;
  font-style: italic;
  color: var(--text-muted);
}

/*
   COMPASS DIRECTION RECTANGLES */
.compass-half {
  display: flex;
  gap: 6px;
}

.compass-rect {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 100px;
  background-color: var(--cream-light);
  border: 1px dotted var(--border);
  text-decoration: none;
  color: var(--text-faint);
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
  font-family: var(--font-body);
}

.compass-rect:hover {
  color: var(--dusty);
  border-color: var(--dusty);
  background-color: var(--blush-muted);
}

.compass-rect .compass-arrow {
  font-size: 20px;
  line-height: 1;
}

.compass-rect .compass-label {
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: lowercase;
}

.calendar-wrapper {
  position: relative;  
  padding-bottom: 50px; 

}

.view-all {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 8px;  
  text-align: center;
  color: #666;
  margin: 0;
}
.post-full {
  background-color: var(--cream-light);
  padding: 10px;
  border: 1px dotted var(--border);
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 8px;
}

.post-row {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.post-half {
  flex: 1;
  background-color: var(--cream-light);
  padding: 8px;
  border: 1px dotted var(--border);
  box-sizing: border-box;
  max-height: 250px;
  overflow-y: auto;
}

.post-half2 {
  flex: 1;
  background-color: var(--cream-light);
  padding: 8px;
  border: 1px dotted var(--border);
  box-sizing: border-box;
  max-height: 700px;
  overflow-y: auto;
}

/*
   TITLES  */
.title {
  margin-bottom: 5px;
  padding: 3px 0;
  border-bottom: 1px dotted var(--border);
  font-weight: bold;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 1px;
  color: var(--text);
}

/*
   PAGES */
.page {
  display: none;
}
.page.active {
  display: block;
}

/*
   GREENHOUSE (replaces retrieved personal items) */
.greenhouse {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.greenhouse img {
  width: 100%;
  height: auto;
  display: block;
  image-rendering: pixelated;
  filter: contrast(0.85) saturate(0.6) sepia(0.15);
  mix-blend-mode: multiply;
  opacity: 0.85;
}

.greenhouse:hover img {
  filter: contrast(0.9) saturate(0.75) sepia(0.1);
  opacity: 1;
  transform: scale(1.15) translateY(-2px);
}

/*
   CLIENT SHEET TABLE */
.info-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 11px;
}
.info-table th {
  border: 1px dotted var(--cream);
  background-color: var(--text);
  color: var(--cream);
  padding: 2px 4px;
  text-align: left;
  font-weight: normal;
  width: 35%;
}
.info-table td {
  border: 1px dotted var(--border);
  background-color: var(--cream-light);
  padding: 2px 4px;
}

/*
   UPDATE LOG */
.update-log {
  max-height: none;
  overflow-y: auto;
  padding-right: 5px;
  word-wrap: break-word;
  font-size: 11px;
}

/* clickable entry titles in site updates */
.entry-link {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}

.entry-link:hover {
  color: var(--dusty);
  letter-spacing: 0;
}

.entry-link b {
  color: var(--text);
  font-size: 10px;
  letter-spacing: 0.5px;
}

/* calendar */

#calendar-container {
  overflow: visible !important;
}

#calendar-container table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px 2px;
  font-size: 10px;
  text-align: center;
}
#calendar-container th {
  font-size: 9px;
  font-weight: normal;
  color: var(--text-muted);
  padding: 1px;
}
#calendar-container td {
  padding: 1px;
  height: 18px;
  border-radius: 8px;
  background-color: var(--blush-muted);
  transition: background-color 0.2s;
}
#calendar-container td:hover {
  background-color: var(--blush);
}
#calendar-container td.today {
  background-color: var(--dusty);
  color: var(--cream);
  font-weight: bold;
}
#calendar-container td.neighbor {
  color: var(--text-faint);
  background: transparent;
  font-size: 9px;
}
#calendar-container .cal-header {
  font-weight: bold;
  text-align: center;
  margin-bottom: 3px;
  font-size: 10px;
  letter-spacing: 1px;
}

/* holiday colours */

/* jacin's feast — warm gold */
#calendar-container td.holiday-jacin {
  background-color: #f0daa0 !important;
}

/* remembrance day — dusty purple */
#calendar-container td.holiday-remembrance {
  background-color: #B89DBC !important;
}

/* mourning day — muted slate-blue */
#calendar-container td.holiday-mourning {
  background-color: #b5c4d0 !important;
}

/* wrath of mars — dusty terracotta */
#calendar-container td.holiday-mars {
  background-color: #dba898 !important;
}

/* afqa day — soft sage green */
#calendar-container td.holiday-afqa {
  background-color: #b8ceaf !important;
}

/* wolf's week anchor (sep 23) — deep dusty */
#calendar-container td.holiday-wolf {
  background-color: var(--dusty);
  color: var(--cream);
  font-weight: bold;
}

/* wolf's week surrounding days — lighter dusty */
#calendar-container td.holiday-wolf-week {
  background-color: #e0a5ad;
}

/* samhain mint harvest — cool mint */
#calendar-container td.holiday-samhain {
  background-color: #a8d5c2;
}

/* telling of time — warm amber */
#calendar-container td.holiday-telling {
  background-color: #dfc19a;
}

/* holiday dot colour override (use darker dot) */
#calendar-container td[class*="holiday-"] .cal-details summary::after {
  background-color: var(--text);
}

#calendar-container td.holiday-wolf .cal-details summary::after {
  background-color: var(--cream);
}

#calendar-container td:not(.neighbor):not(.today):not(.has-activity) {
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 2px,
    rgba(247, 213, 218, 0.15) 2px,
    rgba(247, 213, 218, 0.15) 3px
  );
}

/* calendar ac days */
#calendar-container td.has-activity {
  background-color: var(--blush);
  background-image:
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 2px,
      rgba(84, 73, 71, 0.06) 2px,
      rgba(84, 73, 71, 0.06) 3px
    );
  position: relative;
}

#calendar-container td.has-activity.today {
  background-color: var(--dusty);
  color: var(--cream);
}

/* the summary (day number) */
#calendar-container .cal-details {
  height: 100%;
  cursor: pointer;
}

#calendar-container .cal-details summary {
  display: block;
  list-style: none;
  height: 100%;
  align-content: center;
  border-radius: 8px;
  font-weight: bold;
}
#calendar-container .cal-details summary::-webkit-details-marker {
  display: none;
}

#calendar-container .cal-details summary::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--dusty);
}

#calendar-container td.has-activity.today .cal-details summary::after {
  background-color: var(--cream);
}

/* the popup that appears on click */
#calendar-container .cal-details[open] {
  position: absolute;
  z-index: 100000;
  height: auto;
  background-color: var(--cream-light);
  border: 1px dotted var(--border);
  border-radius: 8px;
  min-width: 80px;
  margin-top: -2px;
  margin-left: -8px;
  box-shadow: 0 2px 8px rgba(74, 67, 69, 0.1);
}

#calendar-container .cal-details[open] summary {
  border-bottom: 1px dotted var(--border-light);
  padding: 2px 8px;
  border-radius: 8px 8px 0 0;
  background-color: var(--blush);
}

#calendar-container td.has-activity.today .cal-details[open] summary {
  background-color: var(--dusty);
  color: var(--cream);
}

#calendar-container .cal-details[open] summary::after {
  display: none;
}

.cal-popup {
  padding: 4px 8px 6px 8px;
  text-align: left;
}

.cal-popup-date {
  font-size: 9px;
  color: var(--text-faint);
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.cal-popup ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cal-popup li {
  font-size: 10px;
  line-height: 1.5;
  padding: 1px 0;
  color: var(--text);
}

.cal-popup li::before {
  content: '- ';
  color: var(--text-faint);
}

/* map page (deleted) */
.map-page {
  background-color: #1a1c1e;
  color: #c8c6c4;
  border-color: #3a3c3e;
}
.map-page h2 {
  color: #c8c6c4;
}
.map-body {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.map-diagram { flex: 0 0 35%; }
.figure-svg {
  width: 100%;
  color: #6a6c6e;
}
.map-marker { fill: var(--dusty); }
.map-sitemap { flex: 1; }
.map-section { margin-bottom: 8px; }
.map-label {
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 1px;
  color: #9a9c9e;
}
.map-section ul {
  list-style: none;
  padding-left: 12px;
  margin: 2px 0 6px 0;
}
.map-section li {
  font-size: 11px;
  margin: 1px 0;
}
.map-section a {
  color: var(--dusty);
  text-decoration: underline;
  text-decoration-style: dotted;
}
.map-section a:hover {
  color: #c8c6c4;
}

/*
   TAB BAR */
.tab-bar {
  display: flex;
  gap: 0;
  margin: 8px 0;
  border-bottom: 1px dotted var(--border);
}
.tab-btn {
  font-family: var(--font-body);
  font-size: 11px;
  padding: 4px 10px;
  background: transparent;
  color: var(--text-muted);
  border: 1px dotted var(--border);
  border-bottom: none;
  cursor: pointer;
  transition: all 0.2s;
}
.tab-btn.active {
  color: var(--dusty);
  background-color: var(--cream-light);
  font-weight: bold;
}
.tab-btn:hover { color: var(--dusty); }
.tab-content { display: none; padding: 8px 0; }
.tab-content.active { display: block; }

/*
   LIKES/DISLIKES */
.likes-list {
  list-style: none;
  padding: 0;
  margin: 4px 0;
  font-size: 11px;
}
.likes-list li { margin: 2px 0; }

/*
   MICROBLOG */
.microblog-entry {
  font-size: 11px;
  padding: 4px 0;
  border-bottom: 1px dotted var(--border-light);
  margin: 4px 0;
}
.micro-date {
  color: var(--teal-gray);
  font-weight: bold;
}

/*
   COMMONPLACE QUOTES */
.commonplace-quote {
  font-style: italic;
  color: var(--text-muted);
  padding: 8px 12px;
  border-left: 2px dotted var(--dusty);
  margin: 8px 0;
}

/*
   STAMPS GRID */
.stamps-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  padding: 8px 0;
}
.stamp-placeholder {
  width: 88px;
  height: 31px;
  border: 1px dotted var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  color: var(--text-faint);
}

/*
   SITE BLINKIE (bottom, replaces link me) */
.site-blinkie {
  display: inline-block;
  border: 1px dotted var(--border);
  padding: 3px 12px;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(to right, var(--cream-light), var(--blush-muted), var(--cream-light));
  background-size: 200% 100%;
  animation: blinkie-shimmer 4s ease-in-out infinite;
  color: var(--text-muted);
  margin-bottom: 6px;
}

@keyframes blinkie-shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/*
   FOOTER */
#footer {
  max-width: 720px;
  margin: 8px auto 40px auto;
  padding: 8px 48px 0 48px;
  font-size: 11px;
  text-align: center;
  border-top: 1px dotted var(--border-light);
  color: var(--text-muted);
}

.footer-text {
  font-size: 10px;
  color: var(--text-faint);
}

/*
   GUESTBOOK & OEKAKI */

/* oekaki panel */
.oekaki-panel {
  max-height: none;
  overflow: visible;
}

#oekaki-canvas {
  width: 100%;
  height: auto;
  border: 1px dotted var(--border);
  background: #fff;
  cursor: crosshair;
  display: block;
  box-sizing: border-box;
}

.oekaki-tools {
  margin-top: 6px;
}

.oekaki-tools-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  margin-bottom: 4px;
}

.oekaki-btn {
  font-family: var(--font-body);
  font-size: 10px;
  padding: 2px 6px;
  background: transparent;
  border: 1px dotted var(--border);
  color: var(--text-muted);
  cursor: pointer;
  transition: all 0.2s;
}

.oekaki-btn:hover {
  color: var(--dusty);
  border-color: var(--dusty);
}

.oekaki-btn.oekaki-post {
  background-color: var(--blush-muted);
  color: var(--text);
  font-weight: bold;
}

.oekaki-btn.oekaki-post:hover {
  background-color: var(--blush);
}

#oekaki-color {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 1px dotted var(--border);
  background: none;
  cursor: pointer;
}

#oekaki-size {
  width: 60px;
  height: 4px;
  accent-color: var(--dusty);
}

.oekaki-status {
  font-size: 9px;
  color: var(--text-faint);
  margin: 2px 0 0 0;
  min-height: 1em;
}

.archive-note {
  font-size: 9px;
  color: var(--text-faint);
  font-style: italic;
  margin-bottom: 6px;
}

.archive-note a {
  color: var(--dusty);
  font-size: 9px;
}

/* guestbook panel — htmlcommentbox overrides */
.guestbook-panel {
  max-height: none;
  overflow: visible;
}
#page-guestbook .guestbook-panel {
  max-height: 400px;
  overflow-y: auto;
}
#HCB_comment_box {
  font-family: var(--font-body) !important;
  font-size: 11px !important;
  color: var(--text) !important;
  background: transparent !important;
}
#HCB_comment_box .hcb-comment-text,
#HCB_comment_box .hcb-comment {
  font-size: 0.9em !important;
  line-height: 1.5 !important;
}
#HCB_comment_box .hcb-comment-hdr {
  font-size: 0.8em !important;
}
#HCB_comment_box textarea,
#HCB_comment_box input.text {
  font-family: var(--font-body) !important;
  font-size: 11px !important;
  color: var(--text) !important;
  background-color: var(--cream-light) !important;
  border: 1px dotted var(--border) !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 4px !important;
}

#HCB_comment_box textarea {
  min-height: 60px !important;
  resize: vertical !important;
}

#HCB_comment_box input.submit {
  font-family: var(--font-body) !important;
  font-size: 10px !important;
  background: var(--blush-muted) !important;
  border: 1px dotted var(--border) !important;
  color: var(--text) !important;
  cursor: pointer !important;
  padding: 3px 10px !important;
}

#HCB_comment_box input.submit:hover {
  background: var(--blush) !important;
}

#HCB_comment_box div.comment {
  border-bottom: 1px dotted var(--border-light) !important;
  margin-bottom: 4px !important;
  padding-bottom: 4px !important;
}

#HCB_comment_box a {
  color: var(--dusty) !important;
}

#HCB_comment_box span.home-desc {
  font-size: 9px !important;
  opacity: 0.3 !important;
}

.blog-entry {
  position: relative;
}

.blog-entry .stamp {
  position: absolute;
  top: -15px;
  right: -10px;
  width: 90px;
  height: auto;
  z-index: 1;
}
.blog-entry .signature {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 201px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.oekaki-link {
  font-size: 9px;
  color: var(--text-faint);
  margin: 4px 0 0 0;
  font-style: italic;
}

.oekaki-link a {
  color: var(--dusty);
  font-size: 9px;
}

/* gallery halves */
.gallery-half {
  max-height: 350px;
  overflow-y: auto;
}

/* your art */
.yourart-item {
  width: 100%;
  border: 1px dotted var(--border);
  background-color: var(--cream-light);
  padding: 4px;
  text-align: center;
}

.yourart-item img {
  width: 100%;
  height: auto;
  display: block;
}

.yourart-credit {
  font-size: 8px;
  color: var(--text-muted);
  margin-top: 2px;
  letter-spacing: 0.3px;
}

/* oekaki gallery */
.oekaki-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-start;
  font-size: 10px;
  color: var(--text-faint);
}

.oekaki-gallery-item {
  width: 100%;
  border: 1px dotted var(--border);
  background-color: var(--cream-light);
  padding: 4px;
  text-align: center;
}

.oekaki-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

.oekaki-gallery-item .oekaki-date {
  font-size: 8px;
  color: var(--text-faint);
  margin-top: 2px;
  letter-spacing: 0.5px;
}

/*
   TAROT TERMINAL (crow's laptop) */
.tarot-page {
  background-color: #1a1814 !important;
  border-color: var(--border) !important;
}

.tarot-page h2 {
  color: #c8b8a0;
}

.tarot-page p,
.tarot-page i {
  color: #8a7e6e;
}

.tarot-terminal-wrap {
  margin-top: 10px;
}

.tarot-terminal {
  width: 100%;
  height: 400px;
  background-color: #0d0c0a;
  border: 1px solid #5a5040;
  padding: 10px;
  overflow-y: auto;
  box-sizing: border-box;
  font-family: 'Courier New', monospace;
  font-size: 11px;
  color: #c8b8a0;
  line-height: 1.4;
}

.tarot-terminal .command {
  color: #c8b8a0;
}

.tarot-terminal .error {
  color: var(--dusty);
}

.tarot-terminal .ascii-art {
  white-space: pre;
  font-size: 10px;
  line-height: 1.15;
  color: #a89880;
}

.tarot-terminal b {
  color: #c8b8a0;
  font-weight: bold;
}

.tarot-terminal ul {
  list-style: none;
  padding-left: 1em;
  margin: 4px 0;
}

.tarot-terminal li {
  font-size: 11px;
  margin: 2px 0;
  color: #a89880;
}

.tarot-terminal li b {
  color: #c8b8a0;
}

.tarot-terminal p {
  margin: 4px 0;
  color: #a89880;
}

.tarot-input {
  width: 100%;
  background-color: #0d0c0a;
  border: 1px solid #5a5040;
  border-top: none;
  color: #c8b8a0;
  font-family: 'Courier New', monospace;
  font-size: 11px;
  outline: none;
  padding: 6px 10px;
  box-sizing: border-box;
}

.tarot-input::placeholder {
  color: #5a5040;
}

/* tarot spread grids */
.tarot-terminal .spread-container-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6px;
}

.tarot-terminal .spread-container-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 6px;
}

.tarot-terminal .spread-container {
  display: grid;
  grid-template-areas:
    ". card5 . . card10"
    "card3 card1 card2 card6 card9"
    ". card4 . . card8"
    ". . . . card7";
  grid-gap: 6px;
}

.tarot-terminal .spread-container .card-1 { grid-area: card1; }
.tarot-terminal .spread-container .card-2 { grid-area: card2; }
.tarot-terminal .spread-container .card-3 { grid-area: card3; }
.tarot-terminal .spread-container .card-4 { grid-area: card4; }
.tarot-terminal .spread-container .card-5 { grid-area: card5; }
.tarot-terminal .spread-container .card-6 { grid-area: card6; }
.tarot-terminal .spread-container .card-7 { grid-area: card7; }
.tarot-terminal .spread-container .card-8 { grid-area: card8; }
.tarot-terminal .spread-container .card-9 { grid-area: card9; }
.tarot-terminal .spread-container .card-10 { grid-area: card10; }

/* tarot scrollbar */
.tarot-terminal::-webkit-scrollbar { width: 7px; }
.tarot-terminal::-webkit-scrollbar-track { background: #0d0c0a; }
.tarot-terminal::-webkit-scrollbar-thumb {
  background: #5a5040;
  border-radius: 5px;
}
.tarot-terminal::-webkit-scrollbar-thumb:hover {
  background: #c8b8a0;
}

/*
   RESPONSIVE */
@media (max-width: 640px) {
  .site-grid {
    grid-template-columns: 1fr;
    padding: 24px 16px 16px 16px;
    gap: 12px;
  }

  h1 {
    text-align: center;
    font-size: 5px;
    padding: 12px 8px 0;
    overflow-x: auto;
  }

  #side-nav {
    justify-self: start;
    max-width: 100%;
    border-bottom: 1px dotted var(--border-light);
    padding-bottom: 12px;
    margin-bottom: 4px;
  }

  .widgets-row {
    flex-direction: column;
  }

  .post-row {
    flex-direction: column;
  }

  .map-body {
    flex-direction: column;
  }

  #footer {
    padding: 8px 16px 0 16px;
  }
}


/* awornneedle */
.lastfm-list {
  font-size: 11px;
}

.lastfm-track {
  padding: 3px 0;
  border-bottom: 1px dotted var(--border-light);
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.lastfm-track .track-name {
  font-weight: bold;
  color: var(--text);
}

.lastfm-track .track-artist {
  color: var(--text-muted);
  font-size: 10px;
}

.lastfm-track .now-playing-badge {
  font-size: 8px;
  color: var(--dusty);
  letter-spacing: 0.5px;
  font-weight: bold;
}

.top-artists-list {
  list-style: none;
  counter-reset: artist;
  padding: 0;
  margin: 4px 0;
  font-size: 11px;
}

.top-artists-list li {
  counter-increment: artist;
  padding: 2px 0;
  border-bottom: 1px dotted var(--border-light);
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.top-artists-list li::before {
  content: counter(artist) "𑣲";
  color: var(--text-faint);
  font-size: 9px;
  min-width: 16px;
}

.top-artists-list li b {
  color: var(--text);
}

.play-count {
  font-size: 9px;
  color: var(--text-faint);
  margin-left: auto;
}

.playlists-scroll {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 4px;
}

.playlists-list {
  list-style: none;
  padding: 0;
  margin: 4px 0;
  font-size: 11px;
}

.playlists-list li {
  padding: 2px 0;
  color: var(--text-muted);
  line-height: 1.5;
}

.lastfm-credit,
.letterboxd-credit,
.goodreads-credit,
.steam-credit {
  font-size: 9px;
  color: var(--text-faint);
  margin-top: 6px;
  font-style: italic;
}

.loading-text {
  color: var(--text-faint);
  font-style: italic;
  font-size: 10px;
}

/*
   A STAMP COLLECTION — buttons + birds */
.stamps-grid img {
  image-rendering: pixelated;
  vertical-align: middle;
}

.stamps-grid a {
  text-decoration: none;
  display: inline-block;
}

.blinkies-row {
  opacity: 0.7;
}

.gcp-dot-container {
  margin-top: 16px;
  text-align: center;
}

.gcp-dot-widget {
  border: none;
  width: 120px;
  height: 120px;
  opacity: 0.8;
}

/* hoard blinkies & badges */
.hoard-blinkies {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  padding: 8px 0;
}

.hoard-blinkie {
  image-rendering: pixelated;
  height: 31px;
  vertical-align: middle;
  opacity: 0.85;
}

.birds-list {
  list-style: none;
  padding: 0;
  margin: 4px 0;
  font-size: 11px;
}

.birds-list li {
  padding: 2px 0;
}

.bird-special {
  color: var(--dusty);
  font-style: italic;
}

.bird-nick {
  font-size: 9px;
  color: var(--text-faint);
}

.birds-intro {
  margin-bottom: 4px;
}

/*
   A CAROUSEL — webrings */
.webrings-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.webring-card {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border: 1px dotted var(--border-light);
  background-color: var(--blush-muted);
}

.webring-badge {
  max-height: 40px;
  max-width: 150px;
  image-rendering: pixelated;
}

.webring-nav {
  font-size: 14px;
}

.webring-nav a {
  text-decoration: none;
  color: var(--text-faint);
}

.webring-nav a:hover {
  color: var(--dusty);
}

.webring-label {
  font-size: 10px;
  letter-spacing: 1px;
  color: var(--text-muted);
}

.webring-text {
  font-style: italic;
}

/*
   AN ALBUM — photo grid */
.album-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}

.album-thumb {
  display: inline-block;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border: 1px dotted var(--border);
  text-decoration: none;
}

.album-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.8) contrast(1.05);
  transition: filter 0.3s ease;
}

.album-thumb:hover img {
  filter: grayscale(0) contrast(1);
}

/*
   A SHOEBOX — hoard tags + journal */
.hoard-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 4px 0;
}

.hoard-tag {
  font-size: 9px;
  padding: 2px 8px;
  border: 1px dotted var(--border-light);
  color: var(--text-muted);
  letter-spacing: 0.3px;
  background-color: var(--blush-muted);
}

.journal-entries {
  padding: 4px 0;
}

.journal-entry {
  font-size: 11px;
  padding: 4px 0;
  border-bottom: 1px dotted var(--border-light);
  color: var(--text-muted);
  font-style: italic;
  line-height: 1.5;
}

.journal-bullet {
  font-style: normal;
  color: var(--text-faint);
  margin-right: 4px;
}

/*
   A DARK THEATRE — films */
.film-stats {
  font-size: 10px;
  color: var(--text-muted);
  letter-spacing: 0.5px;
}

.film-favourites {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  padding: 6px 0;
}

.film-fav-card {
  flex: 1;
  min-width: 80px;
  padding: 8px;
  border: 1px dotted var(--border);
  background-color: var(--blush-muted);
  text-align: center;
}

.film-fav-title {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: var(--text);
  letter-spacing: 0.3px;
}

.film-fav-year {
  display: block;
  font-size: 9px;
  color: var(--text-faint);
  margin-top: 2px;
}

.film-list {
  list-style: none;
  padding: 0;
  margin: 4px 0;
  font-size: 11px;
}

.film-list li {
  padding: 2px 0;
  border-bottom: 1px dotted var(--border-light);
}

.film-year {
  font-size: 9px;
  color: var(--text-faint);
}

.film-stars {
  color: var(--dusty);
  font-size: 10px;
}

/*
   A CRACKED SPINE — books */
.books-shelf {
  padding: 4px 0;
}

.book-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 4px 0;
  border-bottom: 1px dotted var(--border-light);
  font-size: 11px;
}

.book-cover {
  width: 40px;
  height: auto;
  border: 1px dotted var(--border);
  flex-shrink: 0;
}

.book-info {
  flex: 1;
}

.book-title {
  font-weight: bold;
  color: var(--text);
}

.book-author {
  font-size: 10px;
  color: var(--text-muted);
}

/*
   GAMES — steam */
.steam-games {
  padding: 4px 0;
}

.steam-game {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  border-bottom: 1px dotted var(--border-light);
  font-size: 11px;
}

.steam-icon {
  width: 80px;
  height: auto;
  border: 1px dotted var(--border);
  flex-shrink: 0;
}

.steam-game-name {
  font-weight: bold;
  color: var(--text);
}

.steam-playtime {
  font-size: 9px;
  color: var(--text-faint);
  margin-left: auto;
}

/*
   A LIT ALTAR — shrine cards */
.shrine-row .post-half {
  max-height: none;
  overflow: visible;
}

.shrine-card {
  overflow: visible;
}

.shrine-details {
  width: 100%;
}

.shrine-summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 4px;
}

.shrine-summary::-webkit-details-marker {
  display: none;
}

.shrine-summary-wide {
  justify-content: center;
  padding: 8px;
}

.shrine-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 1px dotted var(--border);
  filter: grayscale(1) contrast(1.1);
  transition: filter 0.3s;
}

.shrine-details[open] .shrine-img {
  filter: grayscale(0.5) contrast(1.05);
}

.shrine-name {
  font-weight: bold;
  font-size: 12px;
  color: var(--text);
  letter-spacing: 0.5px;
}

.shrine-name-jp {
  font-size: 9px;
  color: var(--text-muted);
  font-weight: normal;
}

.shrine-body {
  padding: 8px 4px;
  font-size: 11px;
  line-height: 1.6;
}

.shrine-body p {
  margin: 3px 0;
  color: var(--text-muted);
  font-style: italic;
}

.shrine-meta {
  font-size: 9px;
  color: var(--text-faint);
  letter-spacing: 0.5px;
  font-style: normal !important;
}

.shrine-facts {
  list-style: none;
  padding: 0;
  margin: 4px 0;
  font-size: 10px;
}

.shrine-facts li {
  padding: 2px 0;
  color: var(--text-muted);
  font-style: normal;
}

.shrine-facts li::before {
  content: "𑣲 ";
  color: var(--text-faint);
}

.shrine-quote {
  border-left: 2px dotted var(--dusty);
  padding-left: 8px;
  margin: 6px 0;
}

/*
   PIXELTIMES FONT */
@font-face {
  font-family: 'pixeltimes';
  src: url('pixeltimesnewroman.ttf') format('truetype');
  font-display: swap;
}

/*
   A WRITING CIRCLE — muse + laufey */
.muse-section {
  font-family: 'pixeltimes', 'Courier New', monospace;
}

.muse-blinkie {
  width: 121px;
  display: block;
  margin: 6px 0;
  image-rendering: pixelated;
}

.muse-intro {
  font-size: 11px;
  color: var(--text-muted);
  line-height: 1.6;
}

.muse-year {
  font-size: 14px;
  font-weight: bold;
  color: var(--text);
  text-decoration: underline;
  margin: 12px 0 4px;
  letter-spacing: 1px;
}

.muse-month {
  font-size: 11px;
  color: var(--dusty);
  margin: 8px 0 2px;
  letter-spacing: 0.5px;
  font-weight: bold;
}

.muse-entry {
  margin-bottom: 4px;
}

.muse-prompt {
  cursor: pointer;
  font-size: 11px;
  padding: 4px 0;
  color: var(--text-muted);
  list-style: none;
  border-bottom: 1px dotted var(--border-light);
}

.muse-prompt::-webkit-details-marker {
  display: none;
}

.muse-prompt::before {
  content: 'O ';
  font-size: 9px;
}

.muse-entry[open] .muse-prompt::before {
  content: '- ';
}

.muse-body {
  padding: 8px 0;
  font-size: 11px;
  line-height: 1.7;
}

.muse-body p {
  margin: 6px 0;
  color: var(--text-muted);
}

.muse-prompt-text {
  font-weight: bold;
  font-style: italic;
  color: var(--text) !important;
  border-left: 2px dotted var(--dusty);
  padding-left: 8px;
  margin-bottom: 8px !important;
}

.muse-archive-note {
  font-size: 10px;
  color: var(--text-faint);
  margin-top: 4px;
  font-style: italic;
}

/*
   LAUFEY'S BOOK CLUB */
.bookclub-intro {
  font-size: 10px;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.bookclub-list {
  padding: 4px 0;
}

.bookclub-entry {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px dotted var(--border-light);
  font-size: 11px;
  flex-wrap: wrap;
}

.bookclub-month {
  font-size: 9px;
  color: var(--text-faint);
  letter-spacing: 0.5px;
  min-width: 55px;
  text-transform: uppercase;
}

.bookclub-book {
  font-weight: bold;
  color: var(--text);
}

.bookclub-author {
  font-size: 10px;
  color: var(--text-muted);
}

.bookclub-author::before {
  content: '— ';
}

.bookclub-badge {
  font-size: 8px;
  color: var(--dusty);
  letter-spacing: 0.5px;
  font-weight: bold;
  margin-left: auto;
}

.shrine-poem {
  text-align: center;
  font-style: italic !important;
  color: var(--text) !important;
  font-size: 12px;
  letter-spacing: 0.5px;
}
/* STRAWPAGE ART */
.unsent-art-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-start;
  padding: 6px 0;
}
.unsent-art-item {
  width: 100%;
  border: 1px dotted var(--border);
  background-color: var(--cream-light);
  padding: 4px;
  text-align: center;
}
.unsent-art-item img {
  width: 100%;
  height: auto;
  display: block;
  image-rendering: pixelated;
  filter: contrast(0.9) saturate(0.7);
  mix-blend-mode: multiply;
}
.unsent-art-item:hover img {
  filter: contrast(1) saturate(1);
  mix-blend-mode: normal;
}
.unsent-art-credit {
  font-size: 8px;
  color: var(--text-faint);
  margin-top: 2px;
  letter-spacing: 0.3px;
}
/* UNSENT — anon asks */
.unsent-entry {
  padding: 6px 0;
  border-bottom: 1px dotted var(--border-light);
  margin: 4px 0;
}
.unsent-q {
  font-size: 9px;
  color: var(--text-faint);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.unsent-question {
  font-size: 11px;
  font-weight: bold;
  color: var(--text);
  margin: 2px 0;
}
.unsent-answer {
  font-size: 11px;
  color: var(--text-muted);
  font-style: italic;
  margin: 2px 0;
  padding-left: 8px;
  border-left: 2px dotted var(--dusty);
}
.unsent-scroll {
  max-height: 400px;
  overflow-y: auto;
}