﻿:root {
  --bg: #111418;
  --bg-2: #1c2228;
  --steel: #c9d0d4;
  --steel-2: #f2f4f3;
  --steel-3: #818b91;
  --panel: rgba(235, 239, 239, .92);
  --panel-dark: rgba(35, 42, 48, .9);
  --ink: #101317;
  --light-ink: #edf1f1;
  --muted: #667178;
  --line: rgba(255, 255, 255, .22);
  --line-dark: rgba(16, 19, 23, .18);
  --accent: #c83f32;
  --accent-2: #0a6d73;
  --amber: #d39c39;
  --shadow: 0 28px 70px rgba(0, 0, 0, .28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--light-ink);
  background:
    linear-gradient(115deg, rgba(255,255,255,.08), transparent 18%, transparent 78%, rgba(255,255,255,.06)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.028) 0 1px, transparent 1px 88px),
    radial-gradient(ellipse at 50% -20%, #39424a 0, transparent 52%),
    linear-gradient(160deg, var(--bg), #090b0d 64%, #1c1513);
  background-attachment: fixed;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.04), transparent 28%, rgba(0,0,0,.34));
  mix-blend-mode: screen;
  opacity: .62;
}
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.app-shell { display: grid; grid-template-columns: 320px minmax(0, 1fr); min-height: 100vh; position: relative; }
.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 24px;
  border-right: 1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(180deg, rgba(244,246,246,.12), rgba(27,33,39,.84)),
    linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,0));
  backdrop-filter: blur(22px) saturate(1.1);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.brand { display: flex; align-items: center; gap: 13px; color: inherit; text-decoration: none; }
.brand-mark {
  width: 58px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #111418;
  background: linear-gradient(115deg, #fff 0, #aab3b9 28%, #f8fbfa 48%, #6d777f 78%, #e8eceb 100%);
  border: 1px solid rgba(255,255,255,.64);
  border-bottom-color: rgba(0,0,0,.48);
  border-radius: 4px 8px 4px 8px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 12px 28px rgba(0,0,0,.34);
}
.brand strong { display: block; font-size: 18px; letter-spacing: 0; }
.brand small { display: block; color: #aab4b9; margin-top: 3px; letter-spacing: 0; }
.search-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.07));
  padding: 11px 13px;
  border-radius: 7px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}
.search-wrap input { border: 0; outline: 0; background: transparent; width: 100%; color: var(--light-ink); }
.search-wrap input::placeholder { color: #89949a; }
.category-list { display: grid; gap: 8px; }
.category-list button {
  border: 1px solid transparent;
  border-radius: 3px 8px 3px 8px;
  background: transparent;
  color: #aab4b9;
  padding: 11px 12px 11px 14px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0;
}
.category-list button:hover, .category-list button.is-active {
  border-color: rgba(255,255,255,.26);
  background: linear-gradient(100deg, rgba(237,241,241,.18), rgba(10,109,115,.18));
  color: #fff;
}
.sidebar-card {
  margin-top: auto;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(243,246,246,.2), rgba(49,58,65,.72));
  padding: 18px;
  box-shadow: var(--shadow);
}
.sidebar-card p { color: #b0b8bc; line-height: 1.55; margin: 8px 0 16px; font-size: 14px; }
.main-content { padding: 30px clamp(22px, 4vw, 58px) 58px; }
.topbar { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; margin-bottom: 26px; }
.eyebrow { margin: 0 0 9px; color: #f06b5f; text-transform: uppercase; letter-spacing: 0; font-size: 12px; font-weight: 900; }
h1 { margin: 0; max-width: 760px; font-size: clamp(38px, 5.5vw, 78px); line-height: .9; letter-spacing: 0; font-weight: 800; }
.account-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.primary-btn, .ghost-btn, .icon-btn {
  min-height: 42px;
  border: 1px solid rgba(255,255,255,.35);
  border-bottom-color: rgba(0,0,0,.42);
  border-radius: 4px 8px 4px 8px;
  padding: 0 17px;
  background: linear-gradient(120deg, #f6f8f8, #aeb8be 48%, #f8fbfa);
  color: #101317;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 12px 28px rgba(0,0,0,.22);
}
.ghost-btn { background: linear-gradient(120deg, rgba(255,255,255,.16), rgba(255,255,255,.05)); color: var(--light-ink); }
.primary-btn:hover, .ghost-btn:hover { border-color: rgba(240,107,95,.72); transform: translateY(-1px); }
.icon-btn { width: 38px; min-height: 38px; padding: 0; display: grid; place-items: center; font-size: 22px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 235px; gap: 18px; margin-bottom: 18px; }
.feature-panel, .stats-panel {
  border: 1px solid rgba(255,255,255,.2);
  background: linear-gradient(135deg, rgba(239,242,242,.18), rgba(30,36,42,.72));
  box-shadow: var(--shadow);
  border-radius: 8px;
  overflow: hidden;
}
.feature-panel { min-height: 320px; display: grid; grid-template-columns: minmax(0, 1fr) 410px; }
.feature-copy { padding: 34px; align-self: center; }
.pill {
  display: inline-flex;
  background: linear-gradient(90deg, var(--accent), #7e211b);
  color: #fff;
  padding: 7px 12px;
  border-radius: 3px 8px 3px 8px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}
.feature-copy h2 { margin: 20px 0 12px; font-size: clamp(30px, 4vw, 54px); line-height: .95; letter-spacing: 0; }
.feature-copy p { margin: 0; color: #b7c0c4; max-width: 58ch; line-height: 1.68; }
.feature-visual {
  position: relative;
  min-height: 320px;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), transparent 32%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, #7d878e 0, #f6f8f7 18%, #3e474f 38%, #171b20 67%, #0a6d73 100%);
}
.feature-visual::before {
  content: "";
  position: absolute;
  left: 26px;
  right: 18px;
  bottom: 78px;
  height: 76px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(159,170,176,.96) 42%, rgba(65,74,82,.98) 43%, rgba(238,242,242,.88) 74%, rgba(105,116,124,.92)),
    linear-gradient(90deg, transparent 0, rgba(255,255,255,.92) 46%, transparent 56%);
  clip-path: polygon(0 55%, 11% 32%, 36% 18%, 68% 14%, 100% 0, 91% 70%, 64% 88%, 21% 86%, 3% 72%);
  box-shadow: 0 28px 44px rgba(0,0,0,.38), inset 0 2px 0 rgba(255,255,255,.9);
  z-index: 1;
}
.feature-visual::after {
  content: "";
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: 58px;
  height: 20px;
  border-radius: 8px;
  background: rgba(0,0,0,.42);
  filter: blur(8px);
}
.orbital-card {
  position: absolute;
  z-index: 2;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 3px 8px 3px 8px;
  color: #fff;
  background: linear-gradient(120deg, rgba(16,19,23,.74), rgba(255,255,255,.12));
  font-weight: 900;
  backdrop-filter: blur(8px);
}
.orbital-card.one { left: 34px; top: 34px; }
.orbital-card.two { right: 34px; top: 74px; }
.orbital-card.three { left: 82px; bottom: 34px; }
.signal-bars { position: absolute; right: 34px; bottom: 36px; display: flex; align-items: end; gap: 7px; height: 98px; z-index: 2; }
.signal-bars span { width: 21px; border-radius: 2px 8px 2px 8px; background: linear-gradient(180deg, #fff, #aeb8be 48%, #59646b); opacity: .9; }
.signal-bars span:nth-child(1) { height: 34%; } .signal-bars span:nth-child(2) { height: 62%; } .signal-bars span:nth-child(3) { height: 44%; } .signal-bars span:nth-child(4) { height: 88%; } .signal-bars span:nth-child(5) { height: 70%; }
.stats-panel { display: grid; gap: 1px; background: rgba(255,255,255,.18); }
.stats-panel div { background: linear-gradient(135deg, rgba(242,244,243,.92), rgba(167,177,183,.9)); color: var(--ink); padding: 22px; display: grid; align-content: center; }
.stats-panel strong { font-size: 38px; line-height: 1; letter-spacing: 0; }
.stats-panel span { color: #536068; font-weight: 800; margin-top: 4px; }
.founder-profile-section { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 18px; align-items: stretch; margin: 22px 0; }
.founder-profile-section > div:first-child, .founder-profile-card {
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(242,244,243,.9), rgba(169,179,184,.86));
  color: var(--ink);
  box-shadow: 0 18px 44px rgba(0,0,0,.22);
}
.founder-profile-section > div:first-child { padding: 25px; }
.founder-profile-section h2 { margin: 0 0 10px; font-size: clamp(25px, 3vw, 42px); line-height: .98; letter-spacing: 0; }
.founder-profile-section p { margin: 0; color: #4f5b62; line-height: 1.65; }
.founder-profile-card { padding: 21px; display: grid; gap: 14px; }
.founder-profile-head { display: flex; gap: 12px; align-items: center; }
.founder-profile-head h3 { margin: 0 0 3px; font-size: 20px; letter-spacing: 0; }
.founder-profile-head span, .founder-profile-card p { color: #4f5b62; }
.founder-profile-badges { display: flex; flex-wrap: wrap; gap: 7px; }
.founder-profile-badges span, .founder-profile-badges a { border: 1px solid var(--line-dark); background: rgba(255,255,255,.48); border-radius: 3px 8px 3px 8px; padding: 6px 8px; color: #374149; text-decoration: none; font-size: 12px; font-weight: 900; letter-spacing: 0; }
.profile-empty { display: grid; gap: 12px; align-content: center; min-height: 190px; }
.profile-empty strong { font-size: 20px; }
.toolbar { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin: 22px 0; }
.segmented { display: inline-flex; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.08); padding: 4px; border-radius: 6px 8px 6px 8px; }
.segmented button { border: 0; border-radius: 3px 8px 3px 8px; background: transparent; padding: 10px 15px; color: #aeb8be; font-weight: 900; letter-spacing: 0; }
.segmented button.is-active { background: linear-gradient(120deg, #f6f8f8, #aeb8be 48%, #f8fbfa); color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.product-card {
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(245,247,247,.94), rgba(157,168,175,.9));
  color: var(--ink);
  box-shadow: 0 18px 46px rgba(0,0,0,.22);
  display: grid;
  min-height: 250px;
  overflow: hidden;
  position: relative;
}
.product-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--accent), transparent 34%, var(--accent-2) 68%, var(--amber));
}
.product-card:hover { transform: translateY(-2px); transition: transform .18s ease; }
.product-top { padding: 22px 22px 14px; display: flex; gap: 15px; align-items: flex-start; }
.logo-tile {
  width: 68px;
  height: 44px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.6);
  border-bottom-color: rgba(0,0,0,.34);
  border-radius: 4px 8px 4px 8px;
  color: #fff;
  font-weight: 900;
  font-size: 17px;
  background: linear-gradient(135deg, var(--accent-2), #102429);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.36), 0 10px 20px rgba(0,0,0,.2);
  letter-spacing: 0;
}
.product-card h3 { margin: 0 0 5px; font-size: 22px; letter-spacing: 0; }
.product-card p { margin: 0; color: #4f5b62; line-height: 1.55; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; padding: 0 22px; }
.tag-row span { border: 1px solid var(--line-dark); background: rgba(255,255,255,.5); border-radius: 3px 8px 3px 8px; padding: 5px 8px; color: #4d5960; font-size: 12px; font-weight: 900; letter-spacing: 0; }
.product-actions { margin-top: auto; border-top: 1px solid rgba(16,19,23,.18); display: grid; grid-template-columns: 100px 1fr 1fr; }
.product-actions button { border: 0; border-right: 1px solid rgba(16,19,23,.16); background: rgba(255,255,255,.28); min-height: 54px; font-weight: 900; color: var(--ink); letter-spacing: 0; }
.product-actions button:last-child { border-right: 0; }
.product-actions button.is-voted { background: linear-gradient(120deg, #c83f32, #7e211b); color: #fff; }
dialog { border: 0; padding: 0; background: transparent; width: min(780px, calc(100vw - 28px)); }
dialog::backdrop { background: rgba(5,7,9,.68); backdrop-filter: blur(5px); }
.dialog-frame { position: relative; border: 1px solid rgba(255,255,255,.26); border-radius: 8px; background: linear-gradient(135deg, #f6f8f8, #aeb8be); color: var(--ink); padding: 28px; box-shadow: 14px 14px 0 rgba(0,0,0,.42); }
.close-btn { position: absolute; right: 16px; top: 16px; }
.detail-head { display: flex; gap: 16px; padding-right: 44px; align-items: flex-start; }
.detail-head h2 { margin: 0 0 8px; font-size: 36px; letter-spacing: 0; }
.detail-meta { display: flex; gap: 8px; flex-wrap: wrap; margin: 18px 0; }
.detail-meta span { border: 1px solid var(--line-dark); background: rgba(255,255,255,.48); border-radius: 3px 8px 3px 8px; padding: 7px 9px; color: #4d5960; font-weight: 900; letter-spacing: 0; }
.comment-box { margin-top: 22px; border-top: 1px solid rgba(16,19,23,.18); padding-top: 18px; }
.comment-box textarea, .account-frame input, .account-frame textarea, .account-frame select { width: 100%; border: 1px solid rgba(16,19,23,.22); border-radius: 6px; background: rgba(255,255,255,.62); color: var(--ink); padding: 12px; outline: none; margin-top: 6px; }
.comment-box textarea:focus, .account-frame input:focus, .account-frame textarea:focus, .account-frame select:focus { border-color: var(--accent-2); box-shadow: 0 0 0 3px rgba(10,109,115,.14); }
.comment-box textarea { min-height: 88px; resize: vertical; }
.comment-list { display: grid; gap: 10px; margin-top: 14px; }
.comment { border: 1px solid rgba(16,19,23,.18); border-radius: 7px; background: rgba(255,255,255,.5); padding: 12px; }
.comment strong { display: block; margin-bottom: 4px; }
.account-frame { display: grid; gap: 14px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.account-frame h2 { margin: 0 44px 4px 0; letter-spacing: 0; }
.account-frame label { display: grid; gap: 4px; color: #4f5b62; font-weight: 900; letter-spacing: 0; }
.account-frame .check-row { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.account-frame .check-row input { width: auto; margin: 0; }
.job-alert-fields { border: none; padding: 0; margin: 0 0 16px; }
.job-alert-fields legend { font-size: 13px; font-weight: 700; margin-bottom: 10px; padding: 0; color: #4f5b62; }
.job-alert-fields > div { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 16px; }
.empty-state { color: #c6ced2; }
@media (max-width: 1040px) {
  .app-shell { grid-template-columns: 1fr; }
  .sidebar { position: relative; height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .category-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid, .feature-panel, .founder-profile-section { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .main-content { padding: 22px 16px 44px; }
  .topbar, .toolbar { flex-direction: column; align-items: stretch; }
  .account-actions, .toolbar .ghost-btn { justify-content: stretch; width: 100%; }
  .account-actions button, .toolbar .ghost-btn { width: 100%; }
  .category-list, .product-grid, .form-grid { grid-template-columns: 1fr; }
  .feature-copy { padding: 24px; }
  .feature-visual { min-height: 240px; }
  .segmented { display: grid; grid-template-columns: 1fr; width: 100%; }
  h1 { font-size: 42px; }
  .product-actions { grid-template-columns: 92px 1fr 1fr; }
}
/* Reference-led homepage identity */
body {
  background:
    linear-gradient(180deg, rgba(4,5,6,.18), rgba(4,5,6,.64)),
    url('truthmachiensstyles.jpg') center top / 760px auto repeat-y,
    #101214;
}
body::before {
  background: rgba(6,7,8,.38);
  mix-blend-mode: multiply;
  opacity: 1;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: url('truthmachiensstyles.jpg') center 0 / min(92vw, 860px) auto no-repeat;
  opacity: .72;
  filter: saturate(1.06) contrast(1.04);
}
.sidebar,
.topbar,
.founder-profile-section,
.toolbar,
.product-grid,
.stats-panel {
  position: relative;
  z-index: 2;
}
.sidebar {
  background: rgba(12, 14, 16, .66);
  border-right: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(18px);
}
.main-content { padding-top: 24px; }
.topbar {
  align-items: center;
  padding: 12px 0;
}
.topbar h1 { display: none; }
.computer-mark {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  color: currentColor;
}
.computer-screen,
.computer-base,
.computer-keyboard {
  position: absolute;
  display: block;
  border: 2px solid currentColor;
  background: transparent;
}
.computer-screen::before {
  content: "";
  position: absolute;
  inset: 11%;
  border: 1px solid currentColor;
  opacity: .84;
}
.computer-screen::after {
  content: "";
  position: absolute;
  width: 6%;
  height: 6%;
  right: 10%;
  bottom: 8%;
  border-radius: 50%;
  background: currentColor;
}
.computer-base {
  height: 11%;
  left: 30%;
  right: 30%;
  top: 64%;
}
.computer-keyboard {
  left: 10%;
  right: 10%;
  height: 18%;
  top: 78%;
  transform: skewX(-8deg);
}
.brand-computer {
  width: 56px;
  height: 44px;
  color: rgba(248, 244, 235, .9);
}
.brand-computer .computer-screen {
  left: 10%;
  top: 2%;
  width: 80%;
  height: 58%;
}
.brand strong,
.truth-wordmark {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
}
.brand strong {
  font-size: 21px;
  color: #f6efe3;
  text-shadow: 0 2px 0 rgba(0,0,0,.32);
}
.hero-grid {
  grid-template-columns: minmax(0, 1fr);
  margin: 0 auto 28px;
  max-width: 920px;
}
.feature-panel {
  position: relative;
  min-height: min(82vh, 860px);
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  overflow: visible;
}
.feature-panel::before {
  content: "";
  position: absolute;
  inset: 2% 4%;
  background: url('truthmachiensstyles.jpg') center / contain no-repeat;
  opacity: .96;
  filter: saturate(1.04) contrast(1.02);
  pointer-events: none;
}
.feature-panel::after {
  content: "";
  position: absolute;
  inset: 4% 7%;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.2), transparent 18%, transparent 76%, rgba(0,0,0,.2)),
    radial-gradient(circle at 50% 40%, rgba(255,255,255,.16), transparent 32%);
}
.feature-copy.home-identity {
  position: relative;
  z-index: 1;
  width: min(86vw, 720px);
  padding: 0;
  align-self: center;
  text-align: center;
  color: #f7f0e6;
}
.home-logo-lockup {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 20px;
  margin: 0 auto 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.hero-computer {
  width: min(38vw, 300px);
  height: min(25vw, 195px);
  color: rgba(247, 240, 230, .92);
  filter: drop-shadow(0 6px 0 rgba(0,0,0,.18)) drop-shadow(0 28px 44px rgba(0,0,0,.38));
}
.hero-computer .computer-screen {
  left: 7%;
  top: 0;
  width: 86%;
  height: 63%;
  border-width: 4px;
}
.hero-computer .computer-screen::before { border-width: 2px; }
.hero-computer .computer-base { border-width: 4px; }
.hero-computer .computer-keyboard { border-width: 4px; }
.truth-wordmark {
  font-size: clamp(58px, 11vw, 154px);
  line-height: .72;
  max-width: 760px;
  color: #f7f0e6;
  text-shadow:
    0 3px 0 rgba(80,48,36,.4),
    0 10px 28px rgba(0,0,0,.42);
}
.home-identity .pill {
  margin-bottom: 18px;
  background: transparent;
  border: 1px solid rgba(247,240,230,.54);
  color: #f7f0e6;
  box-shadow: none;
}
.feature-copy h2 {
  margin: 14px auto 10px;
  max-width: 660px;
  color: #f7f0e6;
  font-size: clamp(24px, 3.4vw, 44px);
  text-shadow: 0 8px 28px rgba(0,0,0,.46);
}
.feature-copy p {
  margin: 0 auto;
  max-width: 600px;
  color: rgba(247,240,230,.84);
  text-shadow: 0 5px 20px rgba(0,0,0,.42);
}
.stats-panel {
  display: none;
}
.founder-profile-section,
.product-card,
.founder-profile-section > div:first-child,
.founder-profile-card,
.dialog-frame {
  background: rgba(238, 231, 219, .86);
  color: #17130f;
  backdrop-filter: blur(12px);
}
.product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 760px) {
  body::after { background-size: 122vw auto; }
  .feature-panel { min-height: 720px; }
  .feature-panel::before { inset: 0 -12%; background-size: cover; }
  .hero-computer { width: 220px; height: 145px; }
  .truth-wordmark { font-size: clamp(62px, 20vw, 98px); }
  .product-grid { grid-template-columns: 1fr; }
}
/* Orange paint field + interactive liquid-glass wordmark */
body {
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 238, 184, .82), transparent 18%),
    radial-gradient(circle at 78% 18%, rgba(255, 172, 58, .72), transparent 24%),
    radial-gradient(circle at 44% 68%, rgba(190, 70, 24, .82), transparent 34%),
    linear-gradient(135deg, #f7b13d 0%, #e96f22 38%, #b93d1e 72%, #5a1c13 100%);
}
body::before {
  background:
    repeating-linear-gradient(105deg, rgba(255,255,255,.12) 0 2px, transparent 2px 15px),
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.14), transparent 28%),
    rgba(83, 24, 11, .12);
  mix-blend-mode: soft-light;
  opacity: 1;
}
body::after {
  background:
    url('truthmachiensstyles.jpg') center 0 / min(92vw, 860px) auto no-repeat,
    linear-gradient(135deg, rgba(255,208,98,.24), rgba(184,55,22,.26));
  opacity: .28;
  filter: saturate(1.28) contrast(1.05);
  mix-blend-mode: multiply;
}
.feature-panel::before {
  background:
    radial-gradient(circle at 50% 38%, rgba(255,244,210,.52), transparent 28%),
    url('truthmachiensstyles.jpg') center / contain no-repeat;
  opacity: .36;
  mix-blend-mode: multiply;
}
.hero-computer { display: none; }
.home-logo-lockup { gap: 0; }
.liquid-wordmark {
  --mx: 50%;
  --my: 40%;
  position: relative;
  display: inline-block;
  width: min(94vw, 1020px);
  padding: clamp(18px, 4vw, 42px) clamp(14px, 3vw, 34px);
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 8px;
  color: rgba(255,255,255,.42);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(56px, 11vw, 168px);
  line-height: .78;
  text-align: center;
  white-space: nowrap;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(255,255,255,.92), rgba(255,255,255,.18) 13%, transparent 29%),
    linear-gradient(120deg, rgba(255,255,255,.58), rgba(255,255,255,.12) 42%, rgba(255,255,255,.34)),
    rgba(255,255,255,.08);
  -webkit-background-clip: text, border-box, border-box;
  background-clip: text, border-box, border-box;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 1px 0 rgba(255,255,255,.56),
    0 15px 36px rgba(79,22,8,.34),
    0 34px 80px rgba(79,22,8,.34);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.7),
    inset 0 -18px 38px rgba(255,255,255,.08),
    0 22px 64px rgba(87,25,8,.28);
  backdrop-filter: blur(18px) saturate(1.45) contrast(1.06);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.liquid-wordmark::before,
.liquid-wordmark::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
}
.liquid-wordmark::before {
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(255,255,255,.78), transparent 13%),
    linear-gradient(105deg, transparent 0 18%, rgba(255,255,255,.38) 24%, transparent 36% 100%);
  mix-blend-mode: screen;
  opacity: .86;
}
.liquid-wordmark::after {
  border: 1px solid rgba(255,255,255,.48);
  box-shadow:
    inset 10px 12px 24px rgba(255,255,255,.22),
    inset -14px -18px 34px rgba(113,35,10,.12);
}
.liquid-wordmark:hover {
  transform: translateY(-4px) scale(1.012);
  border-color: rgba(255,255,255,.9);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.86),
    inset 0 -20px 42px rgba(255,255,255,.14),
    0 32px 92px rgba(87,25,8,.38);
}
.feature-copy h2,
.feature-copy p,
.home-identity .pill {
  color: #fff2d7;
  text-shadow: 0 5px 24px rgba(83,24,11,.42);
}
.home-identity .pill { border-color: rgba(255,242,215,.54); }
@media (max-width: 760px) {
  .liquid-wordmark {
    width: min(94vw, 520px);
    white-space: normal;
    font-size: clamp(54px, 17vw, 92px);
  }
}
/* Reset to simple UI over CSS-only orange paint background */
body {
  color: #1a120b;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 235, 172, .9), transparent 18%),
    radial-gradient(circle at 82% 10%, rgba(255, 168, 61, .78), transparent 22%),
    radial-gradient(circle at 28% 72%, rgba(204, 68, 26, .72), transparent 30%),
    radial-gradient(circle at 76% 78%, rgba(112, 36, 20, .62), transparent 28%),
    linear-gradient(135deg, #f9bd45 0%, #ed842b 38%, #c54b22 70%, #6f2718 100%);
  background-attachment: fixed;
}
body::before {
  background:
    repeating-linear-gradient(112deg, rgba(255,255,255,.11) 0 2px, transparent 2px 18px),
    repeating-linear-gradient(22deg, rgba(91,31,13,.08) 0 1px, transparent 1px 22px),
    linear-gradient(180deg, rgba(255,245,220,.18), rgba(97,31,15,.18));
  mix-blend-mode: soft-light;
  opacity: 1;
}
body::after { display: none; }
.app-shell { grid-template-columns: 290px minmax(0, 1fr); }
.sidebar {
  background: rgba(255, 248, 231, .86);
  color: #1a120b;
  border-right: 1px solid rgba(88, 35, 14, .16);
  backdrop-filter: blur(14px);
}
.brand small,
.category-list button,
.sidebar-card p,
.search-wrap input::placeholder { color: #6e4b32; }
.brand strong { color: #1a120b; background: none; -webkit-background-clip: initial; text-shadow: none; }
.brand-computer { display: none; }
.brand::before {
  content: "TM";
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: #1a120b;
  color: #fff4d8;
  border-radius: 8px;
  font-weight: 900;
}
.search-wrap,
.sidebar-card,
.category-list button:hover,
.category-list button.is-active {
  background: rgba(255, 252, 241, .72);
  border-color: rgba(88, 35, 14, .16);
}
.main-content { padding-top: 28px; }
.topbar h1 { display: block; max-width: 720px; color: #fff7e4; text-shadow: 0 8px 28px rgba(80,25,8,.34); }
.eyebrow { color: #571b0d; }
.primary-btn, .ghost-btn, .icon-btn {
  border: 1px solid rgba(45, 20, 10, .22);
  border-radius: 8px;
  background: #1a120b;
  color: #fff4d8;
  box-shadow: 0 10px 24px rgba(87, 25, 8, .18);
}
.ghost-btn { background: rgba(255, 248, 231, .86); color: #1a120b; }
.hero-grid {
  max-width: none;
  grid-template-columns: minmax(0, 1fr) 220px;
  margin: 0 0 18px;
}
.feature-panel,
.stats-panel,
.founder-profile-section > div:first-child,
.founder-profile-card,
.product-card,
.dialog-frame {
  border: 1px solid rgba(88, 35, 14, .16);
  border-radius: 8px;
  background: rgba(255, 248, 231, .88);
  color: #1a120b;
  box-shadow: 0 18px 44px rgba(80,25,8,.18);
  backdrop-filter: blur(12px);
}
.feature-panel {
  min-height: 330px;
  display: grid;
  grid-template-columns: 1fr;
  place-items: stretch;
  overflow: hidden;
}
.feature-panel::before,
.feature-panel::after { display: none; }
.feature-copy.home-identity {
  width: auto;
  padding: 32px;
  text-align: left;
  color: #1a120b;
}
.home-logo-lockup {
  display: block;
  margin: 0 0 18px;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}
.liquid-wordmark,
.truth-wordmark {
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #1a120b;
  -webkit-text-fill-color: currentColor;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(42px, 7vw, 92px);
  line-height: .9;
  text-align: left;
  white-space: normal;
  text-shadow: none;
  box-shadow: none;
  backdrop-filter: none;
  transition: none;
}
.liquid-wordmark::before,
.liquid-wordmark::after { display: none; }
.liquid-wordmark:hover { transform: none; box-shadow: none; }
.hero-computer { display: none; }
.home-identity .pill {
  background: #1a120b;
  color: #fff4d8;
  border: 0;
  text-shadow: none;
}
.feature-copy h2,
.feature-copy p {
  color: #3d2819;
  text-shadow: none;
}
.feature-copy h2 { max-width: 720px; }
.stats-panel { display: grid; }
.stats-panel div { background: rgba(255, 252, 241, .72); color: #1a120b; }
.founder-profile-section { grid-template-columns: minmax(0, 1fr) 390px; }
.product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card p,
.founder-profile-section p,
.founder-profile-head span,
.founder-profile-card p { color: #5d3c26; }
.logo-tile { border-radius: 8px; background: #1a120b !important; color: #fff4d8; }
.tag-row span,
.founder-profile-badges span,
.founder-profile-badges a,
.detail-meta span {
  background: rgba(255, 252, 241, .72);
  color: #5d3c26;
  border-color: rgba(88, 35, 14, .14);
}
.product-actions button { background: rgba(255, 252, 241, .54); }
.product-actions button.is-voted { background: #1a120b; color: #fff4d8; }
@media (max-width: 1040px) {
  .hero-grid,
  .founder-profile-section { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .app-shell { grid-template-columns: 1fr; }
  .feature-panel { min-height: auto; }
  .feature-copy.home-identity { padding: 24px; }
  .product-grid { grid-template-columns: 1fr; }
}
/* Use provided orange paint image as the simple site background */
body {
  background:
    linear-gradient(180deg, rgba(255, 226, 153, .12), rgba(111, 39, 13, .22)),
    url('orange paint.jpg') center center / cover fixed no-repeat,
    #ed842b;
}
body::before {
  background: rgba(255, 157, 34, .08);
  mix-blend-mode: multiply;
  opacity: 1;
}
/* Sharper tiled orange paint texture */
body {
  background:
    linear-gradient(180deg, rgba(255, 225, 149, .08), rgba(120, 40, 10, .14)),
    url('orange paint.jpg') left top / 612px 408px repeat,
    #ed842b;
}
/* Full-page softly blurred orange paint background + Bodoni/Didot home wordmark */
body {
  background: #ed842b;
}
body::before {
  content: "";
  position: fixed;
  inset: -18px;
  z-index: -2;
  pointer-events: none;
  background: url('orange paint.jpg') center center / cover no-repeat;
  filter: blur(5px) saturate(1.08) contrast(1.03);
  transform: scale(1.04);
  opacity: 1;
  mix-blend-mode: normal;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  display: block;
  background: linear-gradient(180deg, rgba(255, 204, 88, .16), rgba(126, 41, 12, .2));
}
.hero-grid {
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: center;
}
.feature-panel {
  min-height: min(78vh, 760px);
  background: rgba(255, 248, 231, .76);
}
.liquid-wordmark,
.truth-wordmark {
  font-family: Didot, "Bodoni 72", "Bodoni MT", "Bodoni Moda", Georgia, serif;
  font-weight: 700;
  font-size: clamp(64px, 12vw, 176px);
  line-height: .82;
  color: #1a120b;
}
/* Thin white masthead + simple catalogue controls */
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding: 14px 0 10px;
  border-bottom: 1px solid rgba(255,255,255,.34);
}
.thin-site-title {
  font-family: Didot, "Bodoni 72", "Bodoni MT", "Bodoni Moda", Georgia, serif;
  font-size: clamp(30px, 4.8vw, 72px);
  font-weight: 700;
  line-height: .9;
  color: #fffaf0;
  text-shadow: 0 5px 20px rgba(99, 31, 8, .34);
}
.hero-grid { display: none; }
.catalogue-panel {
  margin: 22px 0 14px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 8px;
  background: rgba(255, 248, 231, .82);
  box-shadow: 0 18px 44px rgba(90, 31, 8, .2);
  backdrop-filter: blur(10px);
}
.catalogue-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 12px;
  align-items: end;
}
.catalogue-search,
.catalogue-select {
  display: grid;
  gap: 6px;
  color: #4a2b17;
  font-weight: 800;
  font-size: 12px;
}
.catalogue-search input,
.catalogue-select select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(88, 35, 14, .2);
  border-radius: 8px;
  background: rgba(255,255,255,.72);
  color: #1a120b;
  padding: 0 12px;
  outline: none;
}
.catalogue-search input:focus,
.catalogue-select select:focus {
  border-color: rgba(88, 35, 14, .48);
  box-shadow: 0 0 0 3px rgba(255, 148, 42, .24);
}
.toolbar {
  margin: 0 0 16px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 8px;
  background: rgba(255, 248, 231, .68);
  backdrop-filter: blur(8px);
}
.segmented { background: rgba(255,255,255,.48); border-color: rgba(88,35,14,.16); }
.segmented button { color: #5d3c26; }
.segmented button.is-active { background: #1a120b; color: #fff4d8; }
.product-grid { margin-top: 0; }
@media (max-width: 760px) {
  .topbar { align-items: stretch; flex-direction: column; }
  .catalogue-search-row { grid-template-columns: 1fr; }
}
/* Remove left sidebar and center the catalogue layout */
.sidebar { display: none; }
.app-shell { grid-template-columns: 1fr; }
.main-content {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 760px) {
  .main-content { width: min(100% - 28px, 1180px); }
}
/* Slightly lighter orange paint background */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  display: block;
  background: rgba(255, 214, 124, .18);
  mix-blend-mode: screen;
}
/* Final old-computer catalogue redesign */
:root {
  --crt-bg: #07120d;
  --crt-panel: #0d1f16;
  --crt-panel-2: #10271c;
  --crt-line: #2f6f4f;
  --crt-text: #d8ffe4;
  --crt-dim: #80b890;
  --crt-bright: #48ff7b;
  --crt-amber: #f6b94a;
  --crt-red: #ff654f;
}
body {
  color: var(--crt-text);
  background:
    linear-gradient(rgba(7,18,13,.84), rgba(7,18,13,.9)),
    radial-gradient(circle at 50% -10%, rgba(72,255,123,.18), transparent 38%),
    #07120d;
  background-attachment: fixed;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.045) 0 1px, transparent 1px 4px),
    radial-gradient(circle at center, transparent 0, rgba(0,0,0,.36) 72%);
  mix-blend-mode: screen;
  opacity: .72;
}
body::after { display: none; }
.sidebar { display: none; }
.app-shell { grid-template-columns: 1fr; }
.main-content {
  width: min(1220px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 22px 0 56px;
}
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 18px;
  padding: 0 0 14px;
  border-bottom: 1px solid var(--crt-line);
}
.thin-site-title {
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: clamp(38px, 5vw, 84px);
  line-height: .85;
  color: var(--crt-text);
  text-shadow: 0 0 12px rgba(72,255,123,.45), 0 0 34px rgba(72,255,123,.18);
}
.account-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.primary-btn, .ghost-btn, .icon-btn {
  min-height: 40px;
  border: 1px solid var(--crt-line);
  border-radius: 3px;
  background: #10271c;
  color: var(--crt-text);
  box-shadow: inset 0 0 0 1px rgba(72,255,123,.08), 0 0 18px rgba(72,255,123,.08);
  font-weight: 800;
}
.primary-btn:hover, .ghost-btn:hover { background: #153524; border-color: var(--crt-bright); color: #ffffff; transform: none; }
.computer-home { display: grid; gap: 16px; margin-bottom: 16px; }
.boot-window,
.console-panel,
.toolbar,
.product-card,
.dialog-frame {
  border: 1px solid var(--crt-line);
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(16,39,28,.96), rgba(8,20,14,.96));
  color: var(--crt-text);
  box-shadow: 0 0 0 1px rgba(72,255,123,.07), 0 18px 52px rgba(0,0,0,.34), inset 0 0 32px rgba(72,255,123,.035);
}
.boot-bar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--crt-line);
  padding: 8px 12px;
  color: var(--crt-dim);
  font-size: 12px;
  font-weight: 800;
}
.boot-display { padding: clamp(22px, 4vw, 42px); }
.boot-kicker,
.panel-title,
.catalogue-search span,
.catalogue-select span {
  color: var(--crt-amber);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.boot-title {
  margin: 8px 0 10px;
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: clamp(58px, 10vw, 154px);
  line-height: .82;
  color: var(--crt-text);
  text-shadow: 0 0 12px rgba(72,255,123,.42), 0 0 44px rgba(72,255,123,.2);
}
.boot-copy { max-width: 780px; color: var(--crt-dim); line-height: 1.65; margin: 0 0 22px; }
.terminal-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  border: 1px solid var(--crt-line);
  background: #06100b;
  padding: 12px;
  max-width: 860px;
}
.terminal-search span { color: var(--crt-bright); font-weight: 900; }
.terminal-search input,
.catalogue-search input,
.catalogue-select select,
.comment-box textarea,
.account-frame input,
.account-frame textarea,
.account-frame select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--crt-line);
  border-radius: 3px;
  background: #07120d;
  color: var(--crt-text);
  padding: 0 12px;
  outline: none;
}
.terminal-search input::placeholder,
.catalogue-search input::placeholder { color: #5d8b6c; }
.terminal-search input:focus,
.catalogue-search input:focus,
.catalogue-select select:focus { border-color: var(--crt-bright); box-shadow: 0 0 0 3px rgba(72,255,123,.12); }
.catalogue-console {
  display: grid;
  grid-template-columns: 1.15fr .85fr 220px;
  gap: 12px;
}
.console-panel { padding: 14px; }
.section-panel { grid-row: span 2; }
.category-board { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 10px; }
.category-board button,
.tag-cloud button {
  border: 1px solid rgba(47,111,79,.76);
  border-radius: 3px;
  background: #07120d;
  color: var(--crt-dim);
  padding: 9px 10px;
  text-align: left;
  font-weight: 800;
}
.category-board button { display: flex; justify-content: space-between; gap: 8px; }
.category-board button:hover,
.category-board button.is-active,
.tag-cloud button:hover,
.tag-cloud button.is-active { color: var(--crt-text); border-color: var(--crt-bright); background: #123321; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.stats-console { display: grid; gap: 8px; }
.stats-console div { border: 1px solid rgba(47,111,79,.76); background: #07120d; padding: 12px; }
.stats-console strong { display: block; font-size: 30px; line-height: 1; color: var(--crt-bright); }
.stats-console span { color: var(--crt-dim); font-size: 12px; font-weight: 800; }
.founder-console { grid-column: span 2; }
.founder-profile-card { background: transparent; border: 0; box-shadow: none; padding: 10px 0 0; color: var(--crt-text); }
.founder-profile-card p,
.founder-profile-head span { color: var(--crt-dim); }
.catalogue-panel,
.hero-grid,
.founder-profile-section { display: none; }
.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 16px;
  padding: 10px;
}
.segmented { display: flex; border: 1px solid var(--crt-line); background: #07120d; padding: 3px; border-radius: 3px; }
.segmented button { border: 0; border-radius: 2px; background: transparent; color: var(--crt-dim); padding: 9px 12px; font-weight: 900; }
.segmented button.is-active { background: var(--crt-bright); color: #07120d; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.product-card { min-height: 260px; overflow: hidden; }
.product-card::before { background: var(--crt-line); height: 3px; }
.product-top { padding: 18px; }
.logo-tile { width: 56px; height: 42px; border: 1px solid var(--crt-line); border-radius: 3px; background: #07120d !important; color: var(--crt-bright); box-shadow: none; }
.product-card h3 { color: var(--crt-text); }
.product-card p { color: var(--crt-dim); }
.tag-row span,
.detail-meta span,
.founder-profile-badges span,
.founder-profile-badges a {
  border: 1px solid rgba(47,111,79,.76);
  border-radius: 3px;
  background: #07120d;
  color: var(--crt-dim);
}
.product-actions { border-top: 1px solid var(--crt-line); }
.product-actions button { border-right: 1px solid var(--crt-line); background: #07120d; color: var(--crt-text); }
.product-actions button.is-voted { background: var(--crt-bright); color: #07120d; }
.dialog-frame { color: var(--crt-text); }
.detail-head h2,
.account-frame h2 { color: var(--crt-text); }
.comment,
.comment-box textarea,
.account-frame input,
.account-frame textarea,
.account-frame select { background: #07120d; color: var(--crt-text); }
.empty-state { color: var(--crt-text); }
@media (max-width: 1050px) {
  .catalogue-console { grid-template-columns: 1fr 1fr; }
  .stats-console { grid-column: span 2; grid-template-columns: repeat(3, 1fr); }
  .founder-console { grid-column: span 2; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .main-content { width: min(100% - 24px, 1220px); }
  .topbar { flex-direction: column; align-items: stretch; }
  .catalogue-console,
  .category-board,
  .stats-console { grid-template-columns: 1fr; }
  .section-panel,
  .stats-console,
  .founder-console { grid-column: auto; grid-row: auto; }
  .terminal-search { grid-template-columns: 1fr; }
  .toolbar { flex-direction: column; align-items: stretch; }
  .segmented { display: grid; grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
}
/* Quiet directory reset: remove obvious themed blocks */
:root {
  --quiet-bg: #f4efe6;
  --quiet-ink: #17130f;
  --quiet-muted: #6f675d;
  --quiet-line: rgba(23, 19, 15, .14);
  --quiet-soft: rgba(255, 252, 245, .72);
}
body {
  color: var(--quiet-ink);
  background:
    radial-gradient(circle at 22% 0%, rgba(255,255,255,.9), transparent 34%),
    linear-gradient(180deg, #f8f2e8, #eee4d5 100%);
}
body::before,
body::after { display: none; }
.main-content {
  width: min(1060px, calc(100vw - 40px));
  padding: 34px 0 70px;
}
.topbar {
  border: 0;
  margin-bottom: 46px;
  padding: 0;
}
.thin-site-title {
  color: var(--quiet-ink);
  text-shadow: none;
  font-size: clamp(42px, 6vw, 96px);
  line-height: .86;
}
.account-actions { align-items: center; }
.primary-btn,
.ghost-btn,
.icon-btn {
  border: 1px solid var(--quiet-line);
  background: transparent;
  color: var(--quiet-ink);
  box-shadow: none;
  border-radius: 999px;
  min-height: 38px;
  padding: 0 15px;
}
.primary-btn { background: var(--quiet-ink); color: #fffaf0; }
.primary-btn:hover,
.ghost-btn:hover { background: var(--quiet-ink); color: #fffaf0; border-color: var(--quiet-ink); }
.computer-home { gap: 28px; margin-bottom: 26px; }
.boot-window,
.console-panel,
.toolbar,
.product-card,
.dialog-frame {
  border: 0;
  background: transparent;
  color: var(--quiet-ink);
  box-shadow: none;
  border-radius: 0;
}
.boot-bar { display: none; }
.boot-display { padding: 0; }
.boot-kicker {
  color: var(--quiet-muted);
  font-size: 13px;
  text-transform: none;
  font-weight: 700;
  margin: 0 0 8px;
}
.boot-title { display: none; }
.boot-copy {
  max-width: 680px;
  color: var(--quiet-muted);
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 24px;
}
.terminal-search {
  max-width: none;
  grid-template-columns: 1fr;
  gap: 8px;
  border: 0;
  border-bottom: 2px solid var(--quiet-ink);
  background: transparent;
  padding: 0 0 12px;
}
.terminal-search span { color: var(--quiet-muted); font-size: 12px; font-weight: 800; }
.terminal-search input,
.catalogue-search input,
.catalogue-select select,
.comment-box textarea,
.account-frame input,
.account-frame textarea,
.account-frame select {
  border: 0;
  background: transparent;
  color: var(--quiet-ink);
  border-radius: 0;
  min-height: 48px;
  padding: 0;
}
.terminal-search input { font-size: clamp(28px, 4vw, 52px); font-weight: 700; }
.terminal-search input::placeholder { color: rgba(23,19,15,.35); }
.terminal-search input:focus,
.catalogue-search input:focus,
.catalogue-select select:focus { box-shadow: none; border-color: transparent; }
.catalogue-console {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}
.section-panel,
.tag-panel,
.stats-console,
.founder-console { padding: 0; }
.panel-title {
  color: var(--quiet-muted);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
}
.category-board {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
.category-board button,
.tag-cloud button {
  border: 1px solid var(--quiet-line);
  background: rgba(255,255,255,.28);
  color: var(--quiet-muted);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
}
.category-board button { display: inline-flex; align-items: center; gap: 8px; }
.category-board button strong { color: inherit; font-size: 12px; }
.category-board button:hover,
.category-board button.is-active,
.tag-cloud button:hover,
.tag-cloud button.is-active {
  color: #fffaf0;
  border-color: var(--quiet-ink);
  background: var(--quiet-ink);
}
.tag-cloud { gap: 8px; margin: 0; }
.stats-console,
.founder-console { display: none; }
.toolbar {
  margin: 22px 0 12px;
  padding: 0;
  justify-content: space-between;
}
.segmented {
  border: 0;
  background: transparent;
  padding: 0;
  gap: 6px;
}
.segmented button {
  border: 0;
  border-radius: 999px;
  color: var(--quiet-muted);
  padding: 8px 11px;
  background: transparent;
}
.segmented button.is-active { background: var(--quiet-ink); color: #fffaf0; }
.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--quiet-line);
}
.product-card {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border-bottom: 1px solid var(--quiet-line);
  padding: 20px 0;
  overflow: visible;
}
.product-card::before { display: none; }
.product-card:hover { transform: none; }
.product-top {
  padding: 0;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
}
.logo-tile {
  width: 42px;
  height: 42px;
  border: 1px solid var(--quiet-line);
  border-radius: 8px;
  background: var(--quiet-soft) !important;
  color: var(--quiet-ink);
  box-shadow: none;
}
.product-card h3 { color: var(--quiet-ink); font-size: 20px; margin-bottom: 5px; }
.product-card p { color: var(--quiet-muted); max-width: 720px; }
.tag-row {
  grid-column: 1 / -1;
  padding: 12px 0 0 66px;
  gap: 6px;
}
.tag-row span,
.detail-meta span,
.founder-profile-badges span,
.founder-profile-badges a {
  border: 0;
  background: transparent;
  color: var(--quiet-muted);
  padding: 0;
  font-size: 12px;
}
.tag-row span::before { content: '#'; }
.product-actions {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  display: flex;
  border: 0;
  gap: 6px;
}
.product-actions button {
  border: 1px solid var(--quiet-line);
  background: transparent;
  color: var(--quiet-ink);
  border-radius: 999px;
  min-height: 36px;
  padding: 0 12px;
}
.product-actions button.is-voted { background: var(--quiet-ink); color: #fffaf0; }
.dialog-frame {
  background: #f7f0e5;
  border: 1px solid var(--quiet-line);
  border-radius: 8px;
  padding: 28px;
}
@media (max-width: 760px) {
  .main-content { width: min(100% - 28px, 1060px); }
  .topbar { gap: 16px; margin-bottom: 34px; }
  .product-card { grid-template-columns: 1fr; }
  .product-actions { grid-column: 1; grid-row: auto; justify-content: flex-start; margin-top: 14px; }
  .tag-row { padding-left: 0; }
}
/* Use the imported Truth Machines display font more deliberately */
:root {
  --display-font: "Bodoni Moda", Didot, "Bodoni 72", "Bodoni MT", Georgia, serif;
  --body-font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body { font-family: var(--body-font); }
.thin-site-title,
.brand strong,
.boot-title,
.product-card h3,
.detail-head h2,
.account-frame h2,
.panel-title,
.boot-kicker {
  font-family: var(--display-font);
  letter-spacing: 0;
}
.thin-site-title {
  font-weight: 800;
  font-size: clamp(48px, 7vw, 118px);
  line-height: .78;
}
.boot-kicker,
.panel-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  color: var(--quiet-ink);
}
.terminal-search span {
  font-family: var(--display-font);
  font-size: 20px;
  font-weight: 700;
  color: var(--quiet-ink);
}
.terminal-search input {
  font-family: var(--display-font);
  font-weight: 700;
  font-size: clamp(34px, 5.4vw, 74px);
  line-height: .95;
}
.product-card h3 {
  font-weight: 700;
  font-size: clamp(24px, 3vw, 36px);
  line-height: .92;
}
.brand strong { font-weight: 800; }
/* Use provided Truth Machines wordmark image */
.thin-site-title {
  line-height: 0;
}
.truth-wordmark-image {
  display: block;
  width: min(620px, 72vw);
  height: auto;
  image-rendering: auto;
}
@media (max-width: 760px) {
  .truth-wordmark-image { width: min(100%, 520px); }
}
/* Invert white wordmark artwork to black */
.truth-wordmark-image {
  filter: invert(1) contrast(1.15);
}
/* Woodcut wordmark-informed page system */
:root {
  --cut-paper: #f3ead8;
  --cut-paper-2: #e7d8bd;
  --cut-ink: #11100d;
  --cut-muted: #5d5142;
  --cut-rule: rgba(17,16,13,.28);
}
body {
  color: var(--cut-ink);
  background:
    repeating-linear-gradient(0deg, rgba(17,16,13,.035) 0 1px, transparent 1px 7px),
    repeating-linear-gradient(93deg, rgba(17,16,13,.026) 0 1px, transparent 1px 11px),
    radial-gradient(circle at 20% 8%, rgba(255,255,255,.72), transparent 26%),
    linear-gradient(180deg, var(--cut-paper), var(--cut-paper-2));
}
.main-content { width: min(1120px, calc(100vw - 44px)); }
.topbar {
  align-items: flex-end;
  border-bottom: 4px double var(--cut-ink);
  padding-bottom: 16px;
  margin-bottom: 34px;
}
.truth-wordmark-image {
  width: min(720px, 72vw);
  filter: invert(1) contrast(1.35) saturate(.2);
}
.primary-btn,
.ghost-btn,
.icon-btn,
.category-board button,
.tag-cloud button,
.segmented button,
.product-actions button {
  border: 2px solid var(--cut-ink);
  border-radius: 0;
  background: transparent;
  color: var(--cut-ink);
  box-shadow: 3px 3px 0 rgba(17,16,13,.18);
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-weight: 800;
}
.primary-btn,
.segmented button.is-active,
.category-board button.is-active,
.tag-cloud button.is-active,
.product-actions button.is-voted {
  background: var(--cut-ink);
  color: var(--cut-paper);
}
.boot-window,
.console-panel,
.toolbar,
.product-card,
.dialog-frame {
  background: rgba(243,234,216,.72);
  border: 0;
  box-shadow: none;
  color: var(--cut-ink);
}
.boot-display { padding: 0; }
.boot-kicker,
.panel-title,
.terminal-search span {
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: 22px;
  color: var(--cut-ink);
  text-transform: none;
  font-weight: 800;
}
.boot-copy { color: var(--cut-muted); font-size: 18px; }
.terminal-search {
  border: 3px solid var(--cut-ink);
  background: rgba(255,248,235,.42);
  padding: 16px;
  box-shadow: 7px 7px 0 rgba(17,16,13,.16);
}
.terminal-search input {
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  color: var(--cut-ink);
  font-size: clamp(34px, 5vw, 72px);
}
.terminal-search input::placeholder { color: rgba(17,16,13,.38); }
.catalogue-console { gap: 26px; }
.category-board,
.tag-cloud { gap: 10px; }
.category-board button,
.tag-cloud button {
  background: rgba(255,248,235,.32);
  padding: 8px 12px;
}
.toolbar {
  border-top: 2px solid var(--cut-ink);
  border-bottom: 2px solid var(--cut-ink);
  padding: 12px 0;
  margin-top: 30px;
}
.segmented { gap: 8px; }
.product-grid {
  border-top: 0;
  gap: 0;
}
.product-card {
  position: relative;
  border-bottom: 3px double var(--cut-ink);
  padding: 24px 0;
}
.product-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  border-bottom: 1px solid rgba(17,16,13,.22);
}
.logo-tile {
  border: 2px solid var(--cut-ink);
  border-radius: 0;
  background: var(--cut-ink) !important;
  color: var(--cut-paper);
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  box-shadow: 3px 3px 0 rgba(17,16,13,.18);
}
.product-card h3 {
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  color: var(--cut-ink);
  font-size: clamp(28px, 3.3vw, 42px);
}
.product-card p,
.product-card span,
.boot-copy,
.founder-profile-card p { color: var(--cut-muted); }
.tag-row span::before { content: "["; }
.tag-row span::after { content: "]"; }
.product-actions { gap: 8px; }
.product-actions button { min-height: 34px; }
.detail-head h2,
.account-frame h2 {
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  color: var(--cut-ink);
}
.dialog-frame {
  background: var(--cut-paper);
  border: 3px solid var(--cut-ink);
  box-shadow: 9px 9px 0 rgba(17,16,13,.24);
}
.comment-box textarea,
.account-frame input,
.account-frame textarea,
.account-frame select {
  border: 2px solid var(--cut-ink);
  background: rgba(255,248,235,.58);
  color: var(--cut-ink);
}
@media (max-width: 760px) {
  .truth-wordmark-image { width: min(100%, 620px); }
  .topbar { align-items: stretch; }
}
/* Emergency reset: neutral directory UI */
:root {
  --reset-bg: #f7f5f0;
  --reset-paper: #ffffff;
  --reset-ink: #161616;
  --reset-muted: #6b6862;
  --reset-line: #ded9cf;
  --reset-soft: #f0ece4;
}
body {
  margin: 0;
  color: var(--reset-ink);
  background: var(--reset-bg);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body::before,
body::after { display: none !important; }
.sidebar,
.hero-grid,
.catalogue-panel,
.founder-profile-section { display: none !important; }
.app-shell { display: block; min-height: 100vh; }
.main-content {
  width: min(1100px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 32px 0 72px;
}
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 0 14px;
  margin: 0 0 14px;
  border: 0;
}
.thin-site-title { line-height: 0; }
.truth-wordmark-image {
  display: block;
  width: min(520px, 64vw);
  height: auto;
  filter: invert(1) contrast(1.05) !important;
}
.account-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.primary-btn,
.ghost-btn,
.icon-btn,
.product-actions button,
.segmented button,
.category-board button,
.tag-cloud button {
  min-height: 36px;
  border: 1px solid var(--reset-line);
  border-radius: 6px;
  background: #fff;
  color: var(--reset-ink);
  box-shadow: none;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 700;
  padding: 0 12px;
}
.primary-btn,
.segmented button.is-active,
.category-board button.is-active,
.tag-cloud button.is-active,
.product-actions button.is-voted {
  background: var(--reset-ink);
  color: #fff;
  border-color: var(--reset-ink);
}
.primary-btn:hover,
.ghost-btn:hover,
.product-actions button:hover,
.segmented button:hover,
.category-board button:hover,
.tag-cloud button:hover {
  border-color: var(--reset-ink);
  transform: none;
}
.computer-home {
  display: grid;
  gap: 22px;
  margin: 0 0 24px;
}
.boot-window,
.console-panel,
.toolbar,
.product-card,
.dialog-frame {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--reset-ink);
  box-shadow: none;
}
.boot-bar,
.boot-title { display: none; }
.boot-display { padding: 0; }
.boot-kicker,
.panel-title,
.terminal-search span {
  margin: 0 0 8px;
  color: var(--reset-muted);
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.boot-copy {
  max-width: 720px;
  margin: 0 0 24px;
  color: var(--reset-muted);
  font-size: 17px;
  line-height: 1.6;
}
.terminal-search {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  max-width: none;
  padding: 0 0 14px;
  border: 0;
  border-bottom: 2px solid var(--reset-ink);
  background: transparent;
  box-shadow: none;
}
.terminal-search input,
.catalogue-search input,
.catalogue-select select,
.comment-box textarea,
.account-frame input,
.account-frame textarea,
.account-frame select {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--reset-ink);
  outline: none;
  padding: 0;
  font-family: Inter, system-ui, sans-serif;
}
.terminal-search input {
  font-size: clamp(30px, 5vw, 60px);
  font-weight: 800;
  line-height: 1;
}
.terminal-search input::placeholder { color: #b3aea5; }
.catalogue-console {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.section-panel,
.tag-panel,
.stats-console,
.founder-console { padding: 0; }
.category-board,
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
.category-board button,
.tag-cloud button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  color: var(--reset-muted);
  background: #fff;
}
.category-board button strong { font-size: 12px; color: inherit; }
.stats-console,
.founder-console { display: none; }
.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0 0 14px;
  border-bottom: 1px solid var(--reset-line);
}
.segmented {
  display: flex;
  gap: 6px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}
.segmented button { border-radius: 999px; color: var(--reset-muted); background: transparent; }
.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 0;
}
.product-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  min-height: 0;
  padding: 22px 0;
  border-bottom: 1px solid var(--reset-line);
  overflow: visible;
}
.product-card::before,
.product-card::after { display: none; }
.product-card:hover { transform: none; }
.product-top {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  padding: 0;
}
.logo-tile {
  width: 42px;
  height: 42px;
  border: 1px solid var(--reset-line);
  border-radius: 8px;
  background: #fff !important;
  color: var(--reset-ink);
  box-shadow: none;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
}
.product-card h3 {
  margin: 0 0 5px;
  color: var(--reset-ink);
  font-family: Inter, system-ui, sans-serif;
  font-size: 21px;
  line-height: 1.1;
}
.product-card p { margin: 0; color: var(--reset-muted); line-height: 1.5; }
.tag-row {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 12px 0 0 62px;
}
.tag-row span,
.detail-meta span,
.founder-profile-badges span,
.founder-profile-badges a {
  border: 0;
  background: transparent;
  color: var(--reset-muted);
  padding: 0;
  font-size: 12px;
}
.tag-row span::before { content: '#'; }
.tag-row span::after { content: ''; }
.product-actions {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  display: flex;
  gap: 7px;
  border: 0;
}
.product-actions button { border-radius: 999px; background: #fff; }
.dialog-frame {
  background: var(--reset-paper);
  border: 1px solid var(--reset-line);
  border-radius: 8px;
  padding: 28px;
}
.detail-head h2,
.account-frame h2 { color: var(--reset-ink); font-family: Inter, system-ui, sans-serif; }
.comment,
.comment-box textarea,
.account-frame input,
.account-frame textarea,
.account-frame select {
  background: #fff;
  border: 1px solid var(--reset-line);
  border-radius: 6px;
  padding: 12px;
}
@media (max-width: 760px) {
  .main-content { width: min(100% - 28px, 1100px); }
  .topbar { flex-direction: column; align-items: stretch; }
  .truth-wordmark-image { width: min(100%, 520px); }
  .toolbar { flex-direction: column; align-items: stretch; }
  .segmented { flex-wrap: wrap; }
  .product-card { grid-template-columns: 1fr; }
  .product-actions { grid-column: 1; grid-row: auto; justify-content: flex-start; margin-top: 12px; }
  .tag-row { padding-left: 0; }
}
/* Old website search/catalogue box under masthead */
.computer-home {
  margin: 0 0 22px;
  padding: 0;
  border: 2px solid #171717;
  background: #e8e3d7;
  box-shadow: 6px 6px 0 rgba(23, 23, 23, .16);
}
.boot-window,
.console-panel {
  background: transparent;
  border: 0;
}
.boot-window {
  border-bottom: 1px solid #171717;
}
.boot-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
  padding: 6px 10px;
  border-bottom: 2px solid #171717;
  background: #171717;
  color: #f7f5f0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
}
.boot-display {
  padding: 18px;
}
.boot-kicker {
  margin: 0 0 8px;
  color: #4f4b43;
}
.boot-copy {
  margin-bottom: 16px;
  max-width: 760px;
}
.terminal-search {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 2px inset #b8b0a2;
  background: #f8f5ed;
}
.terminal-search span {
  margin: 0;
  color: #171717;
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 900;
}
.terminal-search input {
  min-height: 38px;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 800;
}
.catalogue-console {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 0;
  border-top: 1px solid #171717;
}
.section-panel,
.tag-panel {
  padding: 14px 16px 16px;
}
.section-panel {
  border-right: 1px solid #171717;
}
.panel-title {
  margin: 0 0 10px;
  color: #171717;
  font-size: 12px;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.category-board,
.tag-cloud {
  gap: 6px;
}
.category-board button,
.tag-cloud button {
  border: 1px solid #171717;
  border-radius: 0;
  background: #f8f5ed;
  color: #171717;
  box-shadow: 2px 2px 0 rgba(23,23,23,.12);
  min-height: 32px;
  padding: 6px 9px;
}
.category-board button.is-active,
.tag-cloud button.is-active,
.category-board button:hover,
.tag-cloud button:hover {
  background: #171717;
  color: #f7f5f0;
}
.stats-console,
.founder-console {
  display: none;
}
.toolbar {
  margin-top: 14px;
}
@media (max-width: 760px) {
  .terminal-search,
  .catalogue-console {
    grid-template-columns: 1fr;
  }
  .section-panel {
    border-right: 0;
    border-bottom: 1px solid #171717;
  }
}
/* Minimal search/catalogue reset */
.computer-home {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.boot-window,
.console-panel {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.boot-window { border-bottom: 0; }
.boot-bar { display: none; }
.boot-display { padding: 0; }
.boot-kicker { display: none; }
.boot-copy {
  max-width: 620px;
  margin: 0 0 14px;
  color: var(--reset-muted);
  font-size: 15px;
  line-height: 1.55;
}
.terminal-search {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(520px, 100%);
  padding: 8px 12px;
  border: 1px solid var(--reset-line);
  border-radius: 999px;
  background: #fff;
  box-shadow: none;
}
.terminal-search span {
  margin: 0;
  color: var(--reset-muted);
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
}
.terminal-search input {
  min-height: 28px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.catalogue-console {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  border: 0;
  margin-top: 14px;
}
.section-panel,
.tag-panel {
  padding: 0;
  border: 0;
}
.panel-title {
  display: none;
}
.category-board,
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.category-board button,
.tag-cloud button {
  min-height: 30px;
  border: 1px solid var(--reset-line);
  border-radius: 999px;
  background: transparent;
  color: var(--reset-muted);
  box-shadow: none;
  padding: 5px 10px;
}
.category-board button.is-active,
.tag-cloud button.is-active,
.category-board button:hover,
.tag-cloud button:hover {
  background: var(--reset-ink);
  border-color: var(--reset-ink);
  color: #fff;
}
.toolbar {
  margin-top: 16px;
}
@media (max-width: 760px) {
  .terminal-search {
    width: 100%;
  }
}
/* Elegant unified search + company list surface */
.computer-home {
  margin: 0;
  padding: 18px 18px 14px;
  border: 1px solid var(--reset-line);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: rgba(255,255,255,.62);
}
.boot-copy {
  margin-bottom: 16px;
}
.terminal-search {
  width: min(460px, 100%);
  border: 1px solid transparent;
  background: rgba(255,255,255,.5);
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.terminal-search:focus-within {
  border-color: var(--reset-ink);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(22,22,22,.06);
}
.terminal-search input {
  font-weight: 500;
}
.category-board button,
.tag-cloud button {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.category-board button:hover,
.tag-cloud button:hover {
  background: rgba(22,22,22,.06);
  border-color: transparent;
  color: var(--reset-ink);
}
.category-board button.is-active,
.tag-cloud button.is-active {
  background: var(--reset-ink);
  border-color: var(--reset-ink);
  color: #fff;
}
.toolbar {
  margin: 0;
  padding: 12px 18px;
  border: 1px solid var(--reset-line);
  border-top: 0;
  border-bottom: 0;
  background: rgba(255,255,255,.62);
}
.product-grid {
  padding: 0 18px 4px;
  border: 1px solid var(--reset-line);
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: rgba(255,255,255,.62);
}
.product-card:first-child {
  border-top: 1px solid var(--reset-line);
}
.product-card:last-child {
  border-bottom: 0;
}
.segmented button:hover {
  background: rgba(22,22,22,.06);
  color: var(--reset-ink);
}
.segmented button.is-active:hover {
  background: var(--reset-ink);
  color: #fff;
}
@media (max-width: 760px) {
  .computer-home,
  .toolbar,
  .product-grid { padding-left: 14px; padding-right: 14px; }
}
/* Requested site sections, no founder-profile surface */
.founder-profile-section,
.founder-console { display: none !important; }
.site-sections {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}
.site-sections a {
  color: var(--reset-muted);
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 14px;
  font-weight: 700;
}
.site-sections a:hover,
.site-sections a:focus-visible {
  color: var(--reset-ink);
  border-color: var(--reset-line);
  background: #fff;
  outline: none;
}
@media (max-width: 760px) {
  .site-sections { justify-content: flex-start; }
}
/* De-emphasize tags */
.tag-panel {
  opacity: .54;
  max-height: 34px;
  overflow: hidden;
  transition: opacity .18s ease, max-height .18s ease;
}
.tag-panel:hover,
.tag-panel:focus-within {
  opacity: 1;
  max-height: 180px;
}
.tag-panel .panel-title {
  display: inline-block;
  margin-right: 8px;
  color: var(--reset-muted);
  font-size: 11px;
  text-transform: uppercase;
}
.tag-cloud {
  display: inline-flex;
  vertical-align: middle;
  gap: 5px;
}
.tag-cloud button {
  min-height: 24px;
  padding: 3px 7px;
  border: 0;
  background: transparent;
  color: rgba(22,22,22,.45);
  font-size: 12px;
  box-shadow: none;
}
.tag-cloud button:hover,
.tag-cloud button.is-active {
  background: transparent;
  color: var(--reset-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tag-row {
  opacity: .56;
}
.tag-row span {
  font-size: 11px;
}
@media (max-width: 760px) {
  .tag-panel { max-height: none; opacity: .72; }
}
/* Product Hunt-style compact search */
.topbar {
  align-items: center;
}
.brand-search-row {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.compact-search-trigger {
  min-height: 36px;
  min-width: 180px;
  border: 1px solid var(--reset-line);
  border-radius: 999px;
  background: #fff;
  color: var(--reset-muted);
  text-align: left;
  padding: 0 14px;
  font: 600 14px Inter, system-ui, sans-serif;
}
.compact-search-trigger:hover,
.compact-search-trigger:focus-visible {
  border-color: var(--reset-ink);
  color: var(--reset-ink);
  outline: none;
}
.computer-home {
  display: none;
}
.toolbar {
  margin-top: 0;
  border-bottom: 1px solid var(--reset-line);
}
.product-grid {
  padding: 0;
  border: 0;
  background: transparent;
}
.search-dialog { width: min(760px, calc(100vw - 28px)); }
.search-frame h2 {
  margin: 0 44px 18px 0;
  font: 800 28px Inter, system-ui, sans-serif;
}
.modal-search-label {
  display: grid;
  gap: 8px;
  color: var(--reset-muted);
  font-weight: 800;
  font-size: 12px;
}
.modal-search-label input {
  min-height: 48px;
  border: 1px solid var(--reset-line);
  border-radius: 8px;
  background: #fff;
  color: var(--reset-ink);
  padding: 0 12px;
  outline: none;
  font: 600 17px Inter, system-ui, sans-serif;
}
.modal-search-label input:focus {
  border-color: var(--reset-ink);
  box-shadow: 0 0 0 3px rgba(22,22,22,.06);
}
.modal-filter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 22px;
}
.modal-filter-grid h3 {
  margin: 0 0 10px;
  color: var(--reset-muted);
  font: 800 12px Inter, system-ui, sans-serif;
  text-transform: uppercase;
}
#modalCategoryBoard,
#modalTagCloud {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
#modalCategoryBoard button,
#modalTagCloud button {
  border: 1px solid var(--reset-line);
  border-radius: 999px;
  background: transparent;
  color: var(--reset-muted);
  min-height: 30px;
  padding: 4px 10px;
  font: 700 13px Inter, system-ui, sans-serif;
}
#modalCategoryBoard button.is-active,
#modalTagCloud button.is-active,
#modalCategoryBoard button:hover,
#modalTagCloud button:hover {
  background: var(--reset-ink);
  border-color: var(--reset-ink);
  color: #fff;
}
@media (max-width: 760px) {
  .brand-search-row { flex-direction: column; align-items: flex-start; gap: 12px; }
  .compact-search-trigger { width: 100%; }
  .modal-filter-grid { grid-template-columns: 1fr; }
}
/* Search button lives with sort controls */
.brand-search-row { display: contents; }
.inline-search-trigger {
  margin-left: 8px;
  min-width: 96px;
  text-align: center;
}
.segmented {
  align-items: center;
}
.segmented .compact-search-trigger {
  border-radius: 999px;
}
@media (max-width: 760px) {
  .inline-search-trigger { margin-left: 0; }
}
/* Keep sort/search row naturally aligned under the masthead */
.toolbar {
  margin-top: 0;
}
.product-card .logo-tile,
.detail-head .logo-tile {
  overflow: hidden !important;
  flex: 0 0 auto !important;
  display: grid !important;
  place-items: center !important;
}
.product-card .logo-tile {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  align-self: start !important;
  margin-top: 0 !important;
}
.product-card .logo-tile img,
.detail-head .logo-tile img {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  object-fit: contain !important;
}
.product-top {
  grid-template-columns: 48px minmax(0, 1fr) !important;
  gap: 14px !important;
}
.product-top > div:last-child {
  min-width: 0 !important;
}
.tag-row {
  padding-left: 62px !important;
}
.site-sections a.is-active,
.site-sections a[aria-current="page"] {
  color: var(--reset-ink);
  border-color: var(--reset-ink);
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--reset-ink);
}
.nav-submit-btn {
  min-height: 34px;
  border: 1px solid var(--reset-ink);
  border-radius: 6px;
  background: var(--reset-ink);
  color: #fff;
  padding: 0 12px;
  font: 800 13px Inter, system-ui, sans-serif;
  cursor: pointer;
}
.nav-submit-btn:hover,
.nav-submit-btn:focus-visible {
  background: #fff;
  color: var(--reset-ink);
  outline: none;
}
.registry-thank-you {
  margin: 0;
  border: 1px solid var(--reset-line);
  border-radius: 8px;
  background: #fff;
  color: var(--reset-ink);
  padding: 18px;
  font-weight: 800;
  line-height: 1.45;
}
@media (max-width: 760px) {
  .nav-submit-btn { width: 100%; }
}
.inline-submit-trigger {
  margin-left: 8px;
  min-width: 132px;
  border-color: var(--reset-ink) !important;
  background: var(--reset-ink) !important;
  color: #fff !important;
  text-align: center;
}
.inline-submit-trigger:hover,
.inline-submit-trigger:focus-visible {
  background: #fff !important;
  color: var(--reset-ink) !important;
}
@media (max-width: 760px) {
  .inline-submit-trigger { margin-left: 0; width: 100%; }
}
.job-board-page {
  display: grid;
  gap: 18px;
  padding-bottom: 64px;
}
.job-board-page[hidden] {
  display: none !important;
}
.people-page[hidden] { display: none !important; }
.people-scene {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  overflow: hidden;
  padding: 48px 24px;
}
.ghost-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 20px;
  align-content: start;
}
.ghost-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  animation: ghost-pulse 2.4s ease-in-out infinite;
}
.ghost-card:nth-child(2) { animation-delay: .4s; }
.ghost-card:nth-child(3) { animation-delay: .8s; }
.ghost-card:nth-child(4) { animation-delay: .2s; }
.ghost-card:nth-child(5) { animation-delay: .6s; }
.ghost-card:nth-child(6) { animation-delay: 1s; }
@keyframes ghost-pulse {
  0%, 100% { opacity: .5; }
  50% { opacity: .85; }
}
.ghost-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  flex-shrink: 0;
}
.ghost-lines { flex: 1; display: grid; gap: 8px; }
.ghost-line { height: 9px; border-radius: 4px; background: rgba(255,255,255,0.08); }
.ghost-line.short { width: 55%; }
.coming-soon-wrap {
  position: relative;
  z-index: 1;
  max-width: 560px;
  padding: 40px 44px;
  text-align: center;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(17, 20, 24, 0.72);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.coming-soon-wrap h1 { margin: 0 0 20px; }
.coming-soon-body {
  margin: 0 0 14px;
  line-height: 1.65;
  color: var(--steel-3, #818b91);
}
.contact-page[hidden] { display: none !important; }
.contact-page {
  display: flex;
  justify-content: center;
  padding: 64px 24px 80px;
}
.contact-wrap {
  width: 100%;
  max-width: 520px;
}
.contact-wrap h1 { margin: 0 0 10px; }
.contact-intro {
  margin: 0 0 32px;
  color: var(--steel-3, #818b91);
  line-height: 1.6;
}
.contact-form {
  display: grid;
  gap: 16px;
}
.contact-form label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  color: var(--steel-3, #818b91);
  text-transform: uppercase;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 11px 14px;
  color: var(--steel, #c9d0d4);
  font: 500 15px Inter, system-ui, sans-serif;
  outline: none;
  resize: vertical;
  transition: border-color .15s;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: var(--steel-3, #818b91); }
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.06);
}
.contact-status {
  font-size: 14px;
  color: var(--steel-3, #818b91);
  min-height: 20px;
}
.job-board-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0 14px;
  border-bottom: 1px solid var(--reset-line);
}
.job-board-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--reset-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.job-board-head h1 {
  margin: 0;
  font: 850 34px/1.05 Inter, system-ui, sans-serif;
  letter-spacing: 0;
}
.job-board-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px auto;
  gap: 10px;
}
.job-board-controls input,
.job-board-controls select {
  min-height: 42px;
  border: 1px solid var(--reset-line);
  border-radius: 8px;
  background: #fff;
  color: var(--reset-ink);
  padding: 0 12px;
  font: 700 14px Inter, system-ui, sans-serif;
}
.job-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--reset-line);
}
.job-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--reset-line);
}
.job-card .primary-btn {
  align-self: center;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  min-width: 92px;
  text-align: center;
}
.job-card h2 {
  margin: 6px 0 6px;
  font: 850 22px/1.1 Inter, system-ui, sans-serif;
}
.job-card p {
  max-width: 760px;
  margin: 0;
  color: var(--reset-muted);
  line-height: 1.5;
}
.job-card-meta,
.job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.job-card-meta span,
.job-tags span {
  color: var(--reset-muted);
  font-size: 12px;
  font-weight: 800;
}
.job-card-meta span:not(:last-child)::after {
  content: '/';
  margin-left: 8px;
  color: var(--reset-line);
}
.job-tags {
  margin-top: 12px;
}
.job-tags span::before {
  content: '#';
}
@media (max-width: 760px) {
  .job-board-head,
  .job-card {
    grid-template-columns: 1fr;
    display: grid;
    align-items: stretch;
  }
  .job-board-controls {
    grid-template-columns: 1fr;
  }
  .job-board-head h1 {
    font-size: 28px;
  }
}

[data-company-page][hidden],
.job-board-page[hidden] {
  display: none !important;
}
.job-submit-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.job-submit-note {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--reset-muted);
  max-width: 220px;
}
@media (max-width: 760px) {
  .job-submit-cta { flex-direction: column; align-items: flex-start; }
  .job-submit-note { max-width: none; }
}
.product-actions .vote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 74px;
  white-space: nowrap;
}
.product-actions .vote-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid currentColor;
}
.product-actions .vote-btn strong {
  font: inherit;
  font-weight: 900;
}
.job-card-actions {
  display: grid;
  gap: 8px;
  justify-items: center;
  align-self: center;
}
.job-card-actions .primary-btn,
.job-card-actions .ghost-btn {
  width: 92px;
  justify-content: center;
}
#savedJobsToggle.is-active {
  background: var(--reset-ink, #1a1f23);
  color: #fff;
  border-color: var(--reset-ink, #1a1f23);
}
.job-card-actions .is-saved {
  background: transparent;
  color: var(--reset-ink);
  border-color: var(--reset-ink);
}
.auth-help,
.auth-status {
  margin: 0 0 12px;
  color: var(--reset-muted);
  font-size: 14px;
}
.auth-toggle {
  margin: 10px 0 0;
  font-size: 14px;
  color: var(--reset-muted);
}
.label-optional {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.55;
  margin-left: 4px;
}
.link-btn {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
}
.auth-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}