:root {
  --bg: #0f0c0a;
  --bg-card: #1a1512;
  --border: #3d2e24;
  --text: #faf6f0;
  --muted: #a89888;
  --accent: #e85d04;
  --accent-glow: #f48c06;
  --gold: #fbbf24;
  --teal: #2dd4bf;
  --font-display: "Archivo Black", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  min-height: 100vh;
}

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  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.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  z-index: 0;
}

a {
  color: var(--teal);
}

a:hover {
  color: var(--gold);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0.85rem 1.5rem;
  background: #ffffff;
  border-bottom: 1px solid #e5e0d8;
  box-shadow: 0 1px 0 rgb(0 0 0 / 0.06);
}

.logo {
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.badge {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--gold);
  background: var(--bg-card);
  border: 1px solid rgb(251 191 36 / 0.4);
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem 1rem;
  flex-wrap: wrap;
  margin-left: auto;
}

.site-nav a {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #4a4038;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--accent);
}

.blog-teaser {
  margin: 2rem 0;
  padding: 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
}

.blog-teaser-inner {
  display: grid;
  gap: 1.25rem;
  align-items: center;
}

.blog-teaser-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  margin: 0.35rem 0 0.75rem;
  color: var(--accent-glow);
}

.blog-teaser-copy p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.blog-teaser-thumb {
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 8px 28px rgb(0 0 0 / 0.35);
}

.blog-teaser-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-main {
  position: relative;
  z-index: 1;
  max-width: 52rem;
  margin: 0 auto;
  padding: 2rem 0 3rem;
}

.blog-index-header h1,
.blog-post-header h1 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  margin: 0.35rem 0 0.75rem;
  line-height: 1.15;
}

.blog-index-lede,
.blog-dek {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0 0 1.5rem;
}

.blog-meta {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
}

.blog-feed {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.blog-card {
  margin: 0;
}

.blog-card article {
  padding: 1.25rem 1.35rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold);
  border-radius: 0 0.5rem 0.5rem 0;
}

.blog-card h2 {
  margin: 0.35rem 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
}

.blog-card h2 a {
  text-decoration: none;
  color: var(--text);
}

.blog-card h2 a:hover {
  color: var(--gold);
}

.blog-card p {
  margin: 0 0 0.85rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.blog-read-more {
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog-back {
  margin: 0 0 1rem;
  font-size: 0.88rem;
}

.blog-post-body {
  margin-top: 1.5rem;
}

main {
  position: relative;
  z-index: 1;
  max-width: 52rem;
  margin: 0 auto;
  padding: 0 1.5rem 4rem;
}

.hero {
  padding: 3.5rem 0 2.5rem;
}

.eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.75rem;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 8vw, 4rem);
  line-height: 1.05;
  margin: 0 0 1.25rem;
}

.hero h1 .accent {
  color: var(--accent-glow);
}

.lead {
  font-size: 1.15rem;
  color: var(--muted);
  max-width: 38rem;
  margin: 0 0 1.75rem;
}

.lead strong {
  color: var(--text);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  transition: transform 0.12s, filter 0.12s;
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.btn.primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-glow));
  color: #0f0c0a;
}

.btn.ghost {
  border: 1px solid var(--border);
  color: var(--text);
}

.quote-block {
  margin: 2rem 0 3rem;
  padding: 1.75rem;
  background: var(--bg-card);
  border-left: 4px solid var(--gold);
  border-radius: 0 0.75rem 0.75rem 0;
}

.quote-block blockquote {
  margin: 0;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.5;
}

.quote-block cite {
  display: block;
  margin-top: 1rem;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
  color: var(--gold);
}

.quote-note {
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
  color: var(--muted);
}

section h2 {
  font-family: var(--font-display);
  font-size: 1.65rem;
  margin: 0 0 1.25rem;
}

.cards {
  display: grid;
  gap: 1rem;
}

.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  padding: 1.25rem 1.35rem;
}

.card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--accent-glow);
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

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

.logo-link {
  display: block;
  line-height: 0;
}

.header-banner {
  display: block;
  max-width: min(520px, 92vw);
  height: auto;
}

.hero-brand {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.hero-mascot-card {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.5rem;
  background: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid #e5e0d8;
  box-shadow: 0 4px 16px rgb(0 0 0 / 0.22);
}

.hero-mascot {
  display: block;
  width: min(125px, 28vw);
  height: auto;
}

.hero-brand-copy {
  min-width: 0;
}

.hero-brand .eyebrow {
  margin-bottom: 0.5rem;
}

.hero-brand h1 {
  margin-bottom: 0;
}

.trophy-case,
.badge-callout,
.guestbook-erasure {
  margin-bottom: 3.5rem;
}

.trophy-intro {
  color: var(--muted);
  margin: 0 0 1.5rem;
  font-size: 0.95rem;
}

.trophy-feature {
  margin: 0 0 1.5rem;
  padding: 1rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  text-align: center;
}

.trophy-feature img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 0.35rem;
  border: 1px solid var(--border);
}

.trophy-feature figcaption {
  margin-top: 0.85rem;
  font-size: 0.9rem;
  color: var(--muted);
  font-style: italic;
}

.trophy-feature figcaption em {
  color: var(--gold);
  font-style: italic;
}

.trophy-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
}

.trophy-item {
  margin: 0;
  padding: 0.85rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  text-align: center;
}

.trophy-item img {
  display: block;
  width: 100%;
  max-height: 140px;
  object-fit: contain;
  margin: 0 auto 0.65rem;
  image-rendering: auto;
}

.trophy-item figcaption {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.4;
}

.trophy-item figcaption strong {
  color: var(--text);
}

.badge-callout {
  padding: 1.5rem;
  background: rgb(232 93 4 / 0.08);
  border: 1px solid rgb(232 93 4 / 0.25);
  border-radius: 0.75rem;
}

.badge-callout p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.badge-row img {
  border-radius: 0.35rem;
  border: 1px solid var(--border);
  background: var(--bg-card);
  object-fit: contain;
}

.guestbook-erasure {
  padding: 1.5rem;
  background: rgb(220 38 38 / 0.06);
  border: 1px solid rgb(220 38 38 / 0.2);
  border-radius: 0.75rem;
}

.guestbook-erasure p {
  margin: 0 0 0.85rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.guestbook-erasure p:last-child {
  margin-bottom: 0;
}

.guestbook-note {
  font-size: 0.85rem !important;
  font-style: italic;
  color: var(--gold) !important;
  padding-top: 0.5rem;
  border-top: 1px solid var(--border);
}

.guestbook-old-copy {
  margin: 1rem 0 1.25rem;
  padding: 1rem 1.15rem;
  background: rgb(0 0 0 / 0.2);
  border: 1px solid var(--border);
  border-radius: 0.6rem;
}

.guestbook-old-copy h3 {
  margin: 0 0 0.7rem;
  font-size: 1rem;
  color: var(--gold);
}

.guestbook-old-copy ul {
  margin: 0;
  padding-left: 1.2rem;
}

.guestbook-old-copy li {
  margin: 0 0 0.55rem;
  color: var(--text);
  font-size: 0.9rem;
}

.guestbook-proof {
  margin: 0 0 1rem;
  background: #ffffff;
  border: 1px solid #e5e0d8;
  border-radius: 0.6rem;
  overflow: hidden;
}

.guestbook-proof img {
  display: block;
  width: 100%;
  height: auto;
}

.guestbook-proof figcaption {
  margin: 0;
  padding: 0.75rem 0.95rem;
  font-size: 0.86rem;
  color: var(--muted);
  background: var(--bg-card);
  border-top: 1px solid var(--border);
}

.wikipedia-erasure,
.teeman-trail {
  margin-bottom: 3.5rem;
  padding: 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
}

.wikipedia-erasure p,
.teeman-trail p {
  margin: 0 0 0.85rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.wikipedia-erasure p:last-child,
.teeman-trail p:last-child {
  margin-bottom: 0;
}

.wiki-debate {
  margin: 1rem 0;
  padding: 1rem 1.15rem;
  background: rgb(0 0 0 / 0.2);
  border-left: 4px solid var(--teal);
  border-radius: 0 0.5rem 0.5rem 0;
}

.wiki-debate p {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--text);
}

.wiki-debate p:last-child {
  margin-bottom: 0;
}

.wiki-debate cite {
  display: block;
  font-size: 0.8rem;
  font-style: normal;
  color: var(--muted);
}

.teeman-callout {
  margin: 1rem 0;
  padding: 1rem 1.15rem;
  background: rgb(251 191 36 / 0.08);
  border: 1px solid rgb(251 191 36 / 0.25);
  border-radius: 0.5rem;
}

.teeman-callout p {
  margin: 0;
  color: var(--text) !important;
  font-size: 0.95rem;
}

.teeman-callout strong {
  color: var(--text);
  font-weight: 700;
  display: inline;
}

.teeman-callout .callout-kicker strong,
.teeman-callout-irony li > strong:first-child {
  color: var(--gold);
}

.teeman-callout .callout-kicker strong {
  display: block;
  margin-bottom: 0.45rem;
}

.teeman-callout .callout-kicker {
  margin-bottom: 0.45rem;
}

.teeman-callout .callout-kicker strong {
  margin-bottom: 0;
}

.teeman-header-row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1rem;
}

.teeman-header-copy {
  min-width: 0;
}

.teeman-header-copy h2 {
  margin: 0 0 0.35rem;
}

.teeman-avatar-circle {
  flex-shrink: 0;
  margin: 0;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--gold);
  box-shadow: 0 4px 20px rgb(0 0 0 / 0.35);
  background: #fff;
}

.teeman-avatar-circle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.teeman-avatar-caption {
  margin: 0;
  font-size: 0.85rem;
  color: var(--teal);
  font-style: italic;
}

.teeman-lede {
  font-size: 1rem;
  color: var(--muted);
  margin-bottom: 1.25rem;
}

.teeman-expose {
  margin: 0 0 1.5rem;
  padding: 0;
  background: #ffffff;
  border: 1px solid #e5e0d8;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 8px 32px rgb(0 0 0 / 0.35);
}

.teeman-expose img {
  display: block;
  width: 100%;
  height: auto;
}

.teeman-expose figcaption {
  padding: 1rem 1.15rem;
  font-size: 0.88rem;
  color: var(--muted);
  background: var(--bg-card);
  border-top: 1px solid var(--border);
  line-height: 1.5;
}

.teeman-expose figcaption strong {
  color: var(--accent-glow);
  font-size: 0.95rem;
}

.expose-tags {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.78rem;
  color: var(--teal);
  letter-spacing: 0.03em;
}

.teeman-callout-award .callout-punch {
  margin: 0.65rem 0 0;
  font-size: 0.92rem;
  color: var(--muted);
}

.teeman-accolades {
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.teeman-accolade {
  margin: 0;
  padding: 1rem 1.15rem;
  background: rgb(0 0 0 / 0.22);
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold);
  border-radius: 0 0.5rem 0.5rem 0;
}

.teeman-accolade h4 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--gold);
}

.teeman-accolade ul {
  margin: 0;
  padding-left: 1.15rem;
}

.teeman-accolade li {
  margin: 0 0 0.55rem;
  font-size: 0.92rem;
  color: var(--text);
  line-height: 1.55;
}

.teeman-accolade li:last-child {
  margin-bottom: 0;
}

.teeman-trail > ul {
  margin: 0.35rem 0 1.25rem;
  padding: 0.85rem 1rem 0.85rem 2rem;
  background: rgb(0 0 0 / 0.22);
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold);
  border-radius: 0 0.5rem 0.5rem 0;
  list-style: disc;
}

.teeman-trail > ul li {
  margin: 0 0 0.55rem;
  font-size: 0.92rem;
  line-height: 1.55;
}

.teeman-trail > ul li:last-child {
  margin-bottom: 0;
}

.teeman-trail strong {
  color: inherit;
  font-weight: 700;
  display: inline;
}

.teeman-trail > p.trail-kicker > strong,
.teeman-trail > p.callout-kicker > strong {
  display: block;
  margin: 1rem 0 0.35rem;
  font-family: var(--font-display);
  color: var(--gold);
}

.teeman-modesty {
  margin: 0 0 1rem;
  padding: 1.15rem 1.25rem;
  background: rgb(251 191 36 / 0.1);
  border: 1px solid rgb(251 191 36 / 0.35);
  border-left: 5px solid var(--gold);
  border-radius: 0 0.5rem 0.5rem 0;
}

.teeman-modesty p {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--text);
}

.teeman-modesty em {
  color: var(--gold);
  font-style: italic;
}

.teeman-modesty cite {
  display: block;
  font-size: 0.85rem;
  font-style: normal;
  color: var(--muted);
}

.teeman-modesty-editorial {
  margin: 0 0 1.5rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--muted);
}

.teeman-quotes p {
  margin: 0 0 0.55rem;
}

.teeman-quotes p:last-of-type {
  margin-bottom: 0.75rem;
}

.teeman-callout-irony {
  background: rgb(239 68 68 / 0.08);
  border-color: rgb(239 68 68 / 0.28);
}

.teeman-callout-thesis {
  background: rgb(45 212 191 / 0.1);
  border-color: rgb(45 212 191 / 0.35);
  border-left-width: 5px;
  border-left-color: var(--teal);
}

.teeman-callout-thesis p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text);
}

.teeman-callout-irony ul {
  margin: 0;
  padding-left: 1.15rem;
}

.teeman-callout-irony li {
  margin: 0 0 0.55rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--text);
}

.teeman-callout-irony li:last-child {
  margin-bottom: 0;
}

.teeman-article figcaption code {
  font-size: 0.85em;
  color: var(--teal);
}

.teeman-subhead {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin: 1.75rem 0 0.75rem;
  color: var(--accent-glow);
}

.archive-note {
  font-size: 0.85rem !important;
  font-style: italic;
}

.grid-section,
.timeline,
.compare,
.receipts,
.manifesto {
  margin-bottom: 3.5rem;
}

.timeline ol {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 2px solid var(--border);
}

.timeline li {
  position: relative;
  padding: 0 0 1.75rem 1.5rem;
}

.timeline li::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0.35rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 3px var(--bg);
}

.timeline time {
  display: block;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  color: var(--gold);
  margin-bottom: 0.25rem;
}

.timeline p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.compare-table {
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  overflow: hidden;
  font-size: 0.9rem;
}

.compare-head,
.compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.compare-head {
  background: rgb(232 93 4 / 0.15);
  font-weight: 700;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--border);
}

.compare-row {
  padding: 0.65rem 1rem;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
}

.compare-row:last-child {
  border-bottom: none;
}

.compare-row.highlight {
  background: rgb(220 38 38 / 0.08);
  color: var(--text);
  font-weight: 600;
}

.compare-note {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: var(--muted);
}

/* Markdown pipe tables (GravMUD compiler) */
.mud-md-table-wrap {
  margin: 1rem 0 1.25rem;
  overflow-x: auto;
}

.mud-md-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  overflow: hidden;
  font-size: 0.9rem;
}

.mud-md-table th,
.mud-md-table td {
  padding: 0.65rem 1rem;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

.mud-md-table th {
  background: rgb(232 93 4 / 0.15);
  font-weight: 700;
  color: var(--text);
}

.mud-md-table td {
  color: var(--muted);
}

.mud-md-table tbody tr:last-child td {
  border-bottom: none;
}

.receipts-intro {
  color: var(--muted);
  margin-bottom: 1rem;
}

.receipt-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.receipt-list li {
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.95rem;
}

.receipt-list a {
  font-weight: 700;
}

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

.manifesto p strong {
  color: var(--text);
}

.sign-off {
  margin-top: 1.5rem !important;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  color: var(--text) !important;
}

.sign-off span {
  font-size: 0.85rem;
  color: var(--muted);
}

.site-footer {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2rem 1.5rem 3rem;
  border-top: 1px solid var(--border);
  font-size: 0.85rem;
  color: var(--muted);
}

.footer-note {
  margin-top: 0.35rem;
  font-size: 0.75rem;
  opacity: 0.7;
}

.footer-credit strong {
  color: var(--teal);
  font-weight: 600;
}

.footer-stack a {
  color: var(--teal);
  text-decoration: none;
}

.footer-stack a:hover {
  text-decoration: underline;
}

.footer-stack code {
  font-size: 0.9em;
  opacity: 0.9;
}

/* Teeman two-panel meme (Ambush vs Negative) */
.teeman-meme {
  margin: 2rem 0 2.5rem;
}

.teeman-meme-lede {
  margin: 0 0 1.5rem;
  font-size: 1.05rem;
  color: var(--text);
  line-height: 1.55;
}

.teeman-meme-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

.teeman-meme-panel {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.15rem 1.2rem 1.25rem;
  border-radius: 0.75rem;
  border: 2px solid var(--border);
  background: var(--bg-card);
  min-width: 0;
}

.teeman-meme-panel--bad {
  border-color: rgb(248 113 113 / 0.45);
  background: rgb(248 113 113 / 0.06);
}

.teeman-meme-panel--good {
  border-color: rgb(251 191 36 / 0.4);
  background: rgb(251 191 36 / 0.06);
}

.teeman-meme-title {
  margin: 0;
  font-family: var(--font-display, "Archivo Black", sans-serif);
  font-size: 1.35rem;
  line-height: 1.2;
  color: var(--text);
}

.teeman-meme-date {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
}

.teeman-meme-cover {
  margin: 0.25rem 0 0;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 6px 24px rgb(0 0 0 / 0.3);
}

.teeman-meme-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.teeman-meme-bullets-label {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.teeman-meme-bullets {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.45;
}

.teeman-meme-bullets li {
  margin-bottom: 0.35rem;
}

.teeman-meme-bullets li:last-child {
  margin-bottom: 0;
}

.teeman-meme-verdict {
  margin: 0.75rem 0 0;
  padding: 0.85rem 1rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  border-top: 3px solid transparent;
}

.teeman-meme-verdict--bad {
  background: rgb(248 113 113 / 0.12);
  border-top-color: rgb(248 113 113 / 0.7);
}

.teeman-meme-verdict--good {
  background: rgb(251 191 36 / 0.12);
  border-top-color: var(--gold);
}

.teeman-meme-verdict-kicker {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.teeman-meme-verdict-quote {
  font-family: var(--font-display, "Archivo Black", sans-serif);
  font-size: 1.25rem;
  line-height: 1.2;
  color: var(--text);
}

.teeman-meme-verdict--bad .teeman-meme-verdict-quote {
  color: rgb(252 165 165);
}

.teeman-meme-verdict--good .teeman-meme-verdict-quote {
  color: var(--gold);
}

.teeman-meme-verdict-note {
  font-size: 0.8rem;
  color: var(--muted);
}

.teeman-meme-footer {
  margin: 1.25rem 0 0.5rem;
  font-size: 1rem;
  color: var(--text);
  text-align: center;
}

.teeman-meme-links {
  margin: 0;
  font-size: 0.85rem;
  text-align: center;
  color: var(--muted);
}

.teeman-meme-links a {
  color: var(--teal);
}

@media (min-width: 720px) {
  .teeman-meme-grid {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .teeman-meme-panel {
    padding: 1.25rem 1.35rem 1.35rem;
  }
}

@media (min-width: 640px) {
  .header-banner {
    max-width: 520px;
  }

  .hero-mascot {
    width: 125px;
  }

  .hero-mascot-card {
    padding: 0.5rem 0.65rem;
  }

  .cards {
    grid-template-columns: 1fr 1fr;
  }

  .blog-teaser-inner {
    grid-template-columns: 1fr min(14rem, 35%);
  }

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

  .teeman-header-row {
    align-items: flex-start;
  }

  .teeman-avatar-circle {
    width: 4.5rem;
    height: 4.5rem;
  }
}
