:root {
  --bg: #0c0c14;
  --bg-card: #14141f;
  --bg-elevated: #1a1a28;
  --text: #d4d4dc;
  --text-secondary: #7a7a8e;
  --text-muted: #6b6b80;
  --accent: #6366f1;
  --accent-soft: rgba(99, 102, 241, 0.12);
  --border: rgba(255, 255, 255, 0.08);
  --radius: 14px;
  --max-width: 960px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(99, 102, 241, 0.18), transparent),
    var(--bg);
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-header {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 2.5rem 1.5rem 1rem;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.25rem 0.65rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text-secondary);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.hero p {
  margin: 0;
  max-width: 42rem;
  color: var(--text-secondary);
  font-size: 1.1rem;
}

main {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 1rem 1.5rem 3rem;
}

.grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
}

.card h2,
.card h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

.card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.card a.stretched {
  display: block;
  margin-top: 0.75rem;
  font-weight: 600;
}

.section {
  margin-top: 2rem;
}

.section h2 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.section > p,
.lead {
  margin: 0 0 1rem;
  color: var(--text-secondary);
  max-width: 42rem;
}

.feature-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--text-secondary);
}

.feature-list li {
  margin-bottom: 0.5rem;
}

.feature-list strong {
  color: var(--text);
}

.muted {
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pill-list li {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--accent-soft);
  border: 1px solid rgba(99, 102, 241, 0.25);
  font-size: 0.9rem;
}

.contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(99, 102, 241, 0.45);
  background: var(--accent-soft);
  color: var(--text);
  font-weight: 600;
  text-decoration: none;
}

.btn:hover {
  background: rgba(99, 102, 241, 0.22);
  text-decoration: none;
}

.site-footer {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 1.5rem;
  color: var(--text-secondary);
  font-size: 0.85rem;
  border-top: 1px solid var(--border);
}

.theme-godunder {
  --accent: #22c55e;
  --accent-soft: rgba(34, 197, 94, 0.12);
  --max-width: 1040px;
}

.theme-godunder .topnav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid var(--border);
  background: rgba(12, 12, 20, 0.92);
  backdrop-filter: blur(10px);
}

.theme-godunder .topnav-brand {
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  letter-spacing: -0.02em;
}

.theme-godunder .topnav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  font-size: 0.9rem;
}

.theme-godunder .topnav-links a {
  color: var(--text-secondary);
  text-decoration: none;
}

.theme-godunder .topnav-links a:hover,
.theme-godunder .topnav-links a[aria-current="page"] {
  color: var(--accent);
  text-decoration: none;
}

.theme-godunder .hero-personal,
.theme-godunder .hero-tech {
  padding-top: 2rem;
}

.theme-godunder .hero-personal.hero-shell::before {
  background:
    radial-gradient(ellipse 70% 55% at 85% 15%, rgba(99, 102, 241, 0.18), transparent),
    radial-gradient(ellipse 50% 40% at 10% 30%, rgba(129, 140, 248, 0.08), transparent);
}

.theme-godunder .hero-personal .hero-visual img {
  border-color: rgba(99, 102, 241, 0.4);
}

.theme-godunder .stat-row {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  max-width: var(--max-width);
  margin: 1.5rem auto 0;
  padding: 0 1.5rem 1.25rem;
}

.theme-godunder .stat {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.9rem 1rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease;
}

.theme-godunder a.stat:hover,
.theme-godunder a.stat-link:hover {
  text-decoration: none;
  border-color: rgba(34, 197, 94, 0.45);
}

.theme-godunder .stat strong {
  font-size: 0.92rem;
  color: var(--text);
}

.theme-godunder .stat span {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.theme-godunder .gu-home-feed-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-top: 1rem;
}

.theme-godunder .gu-home-feed-card {
  padding: 1rem 1.1rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.theme-godunder .gu-home-feed-card h3 {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
}

.theme-godunder .gu-home-feed-card h3 a {
  color: var(--text);
  text-decoration: none;
}

.theme-godunder .gu-home-feed-card h3 a:hover {
  color: var(--accent);
  text-decoration: underline;
}

.theme-godunder .gu-home-feed-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-godunder .gu-home-feed-list li {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-bottom: 0.65rem;
}

.theme-godunder .gu-home-feed-list li:last-child {
  margin-bottom: 0;
}

.theme-godunder .gu-home-feed-list a {
  font-size: 0.86rem;
  line-height: 1.35;
  color: var(--text);
  text-decoration: none;
}

.theme-godunder .gu-home-feed-list a:hover {
  color: var(--accent);
  text-decoration: underline;
}

.theme-godunder .gu-home-feed-meta {
  font-size: 0.72rem;
  color: var(--text-muted);
}

.theme-godunder .gu-home-feed-empty {
  font-size: 0.85rem;
  color: var(--text-secondary);
}

.theme-godunder .gu-home-feed-stamp {
  margin: 1rem 0 0;
  font-size: 0.8rem;
}

.theme-godunder .hero-shell {
  position: relative;
  padding-bottom: 0.5rem;
}

.theme-godunder .hero-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 100%;
  background:
    radial-gradient(ellipse 70% 55% at 85% 15%, rgba(34, 197, 94, 0.14), transparent),
    radial-gradient(ellipse 50% 40% at 10% 30%, rgba(56, 189, 248, 0.06), transparent);
  pointer-events: none;
  z-index: 0;
}

.theme-godunder .hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
}

.theme-godunder .hero-copy .lead {
  max-width: none;
}

.theme-godunder .hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(34, 197, 94, 0.35);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.42);
}

.theme-godunder .topic-grid--home {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

@media (min-width: 900px) {
  .theme-godunder .topic-grid--home {
    grid-template-columns: repeat(2, 1fr);
  }
}

.theme-godunder .topic-grid--compact {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  max-width: 52rem;
}

.theme-godunder .topic-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 1rem;
}

.theme-godunder .topic-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.15rem 1.2rem 1.2rem;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.theme-godunder a.topic-card:hover {
  text-decoration: none;
  border-color: rgba(34, 197, 94, 0.45);
  transform: translateY(-2px);
}

.theme-godunder .topic-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}

.theme-godunder .topic-card p {
  margin: 0;
  flex: 1;
  color: var(--text-secondary);
  font-size: 0.92rem;
}

.theme-godunder .topic-link {
  display: inline-block;
  margin-top: 0.65rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent);
}

.theme-godunder .btn-primary {
  background: rgba(34, 197, 94, 0.22);
  border-color: rgba(34, 197, 94, 0.5);
}

.theme-godunder .btn-ghost {
  background: transparent;
  border-color: var(--border);
  color: var(--text-secondary);
}

.theme-godunder .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.theme-godunder .gu-embed {
  margin-top: 1rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  background: var(--bg-card);
}

.theme-godunder .gu-embed iframe {
  display: block;
  width: 100%;
  min-height: 520px;
  border: 0;
  background: #fff;
}

.theme-godunder .gu-embed.compact iframe {
  min-height: 360px;
}

.theme-godunder .gu-embed + .gu-embed {
  margin-top: 1rem;
}

.theme-godunder .gu-article-body {
  color: var(--text);
  max-width: 52rem;
}

.theme-godunder .gu-article-body .gu-article-block {
  margin-bottom: 1rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

.theme-godunder .gu-article-p {
  margin: 0 0 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.theme-godunder .gu-article-heading {
  margin: 1.5rem 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.01em;
}

.theme-godunder .gu-article-heading:first-child {
  margin-top: 0;
}

.theme-godunder .gu-article-list {
  margin: 0 0 1.25rem;
  padding-left: 1.35rem;
  color: var(--text-secondary);
}

.theme-godunder .gu-article-list li {
  margin-bottom: 0.45rem;
  line-height: 1.6;
}

.theme-godunder .gu-article-callout {
  display: block;
  margin: 0 0 1.25rem;
  padding: 0.85rem 1rem;
  border-left: 3px solid rgba(99, 102, 241, 0.65);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: rgba(99, 102, 241, 0.1);
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.55;
}

.theme-godunder .gu-article-code {
  margin: 0 0 1.25rem;
  padding: 1rem 1.1rem;
  overflow-x: auto;
  background: #0a0a12;
  border: 1px solid rgba(34, 197, 94, 0.22);
  border-radius: var(--radius);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.theme-godunder .gu-article-code code {
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.86rem;
  line-height: 1.55;
  color: #c8e6d0;
  white-space: pre-wrap;
  word-break: break-word;
}

.theme-godunder .gu-article-code.gu-article-xml {
  border-color: rgba(56, 189, 248, 0.25);
}

.theme-godunder .gu-article-code.gu-article-xml code {
  color: #b8d4e8;
}

.theme-godunder .gu-article-body pre,
.theme-godunder .gu-article-pre {
  margin: 0 0 1rem;
  padding: 1rem 1.1rem;
  overflow-x: auto;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--text);
  white-space: pre-wrap;
}

.theme-godunder .gu-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.theme-godunder .gu-migrate {
  padding: 1.25rem;
  border-radius: var(--radius);
  border: 1px dashed rgba(34, 197, 94, 0.35);
  background: rgba(34, 197, 94, 0.06);
}

.theme-godunder .gu-migrate p {
  margin: 0 0 0.5rem;
  color: var(--text-secondary);
}

.theme-godunder.subpage .subpage-hero {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 1.5rem 1.5rem 0.5rem;
}

.theme-godunder .breadcrumb {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  color: var(--text-secondary);
}

.theme-godunder .breadcrumb a {
  color: var(--text-secondary);
}

.theme-godunder .breadcrumb a:hover {
  color: var(--text);
}

.theme-godunder .subsection-title {
  margin: 1.75rem 0 0.75rem;
  font-size: 1rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.theme-godunder .gu-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 1rem;
}

.theme-godunder .gu-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.theme-godunder .gu-table th,
.theme-godunder .gu-table td {
  padding: 0.65rem 0.85rem;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

.theme-godunder .gu-table th {
  background: rgba(34, 197, 94, 0.08);
  color: var(--text-secondary);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.theme-godunder .gu-table tr:last-child td {
  border-bottom: none;
}

.theme-godunder .gu-table a {
  font-weight: 600;
}

.theme-godunder .gu-dead,
.theme-godunder .gu-archived {
  color: var(--text-secondary);
  text-decoration: line-through;
}

.theme-godunder .gu-badge {
  display: inline-block;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.theme-godunder .gu-badge-ok {
  background: rgba(34, 197, 94, 0.16);
  color: #86efac;
}

.theme-godunder .gu-badge-lookup {
  background: rgba(56, 189, 248, 0.14);
  color: #7dd3fc;
}

.theme-godunder .gu-badge-archived {
  background: rgba(245, 158, 11, 0.14);
  color: #fcd34d;
}

.theme-godunder .gu-badge-missing,
.theme-godunder .gu-badge-dead {
  background: rgba(248, 113, 113, 0.14);
  color: #fca5a5;
}

.theme-godunder .gu-feed-board {
  margin-top: 0.5rem;
}

.theme-godunder .gu-feed-board--loading .gu-feed-loading {
  margin: 1rem 0;
}

.theme-godunder .gu-live-feed-stamp {
  margin: 0.75rem 0 0;
  font-size: 0.8rem;
}

.theme-godunder .gu-tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border);
}

.theme-godunder .gu-tab {
  appearance: none;
  border: 1px solid var(--border);
  background: var(--bg-card);
  color: var(--text-secondary);
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.theme-godunder .gu-tab:hover {
  color: var(--text);
  border-color: rgba(34, 197, 94, 0.35);
}

.theme-godunder .gu-tab.is-active {
  color: #86efac;
  border-color: rgba(34, 197, 94, 0.55);
  background: rgba(34, 197, 94, 0.12);
}

.theme-godunder .gu-tabpanel[hidden] {
  display: none;
}

.theme-godunder .gu-feed-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.theme-godunder .gu-feed-item {
  padding: 0.85rem 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-card);
  transition: border-color 0.15s ease;
}

.theme-godunder .gu-feed-item:hover {
  border-color: rgba(34, 197, 94, 0.35);
}

.theme-godunder .gu-feed-title {
  display: block;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.35;
  color: var(--text);
  text-decoration: none;
}

.theme-godunder a.gu-feed-title:hover {
  color: var(--accent);
  text-decoration: none;
}

.theme-godunder .gu-feed-meta {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  color: var(--text-secondary);
}

.theme-godunder .gu-feed-empty {
  margin: 0;
  padding: 1.25rem;
  border: 1px dashed var(--border);
  border-radius: var(--radius);
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.theme-godunder .gu-dday {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 30;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  width: fit-content;
  max-width: calc(100vw - 2rem);
  padding: 0.45rem 0.6rem;
  border-radius: 10px;
  border: 1px solid rgba(34, 197, 94, 0.35);
  background: rgba(12, 12, 20, 0.88);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, padding 0.2s ease;
  cursor: default;
}

.theme-godunder .gu-dday-metric {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0;
  width: fit-content;
}

.theme-godunder .gu-dday-metric + .gu-dday-metric {
  padding-top: 0.35rem;
  border-top: 1px solid rgba(34, 197, 94, 0.18);
}

.theme-godunder .gu-dday-value {
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
  color: #86efac;
  line-height: 1.1;
  flex: 0 0 auto;
}

.theme-godunder .gu-dday-suffix,
.theme-godunder .gu-dday-kicker {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 0;
  opacity: 0;
  transition: max-width 0.25s ease, opacity 0.2s ease, margin 0.2s ease;
}

.theme-godunder .gu-dday-suffix {
  font-size: 0.78rem;
  color: var(--text-secondary);
}

.theme-godunder .gu-dday-kicker {
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.theme-godunder .gu-dday:hover .gu-dday-suffix,
.theme-godunder .gu-dday:focus-within .gu-dday-suffix {
  max-width: 12rem;
  opacity: 1;
  margin-left: 0.45rem;
}

.theme-godunder .gu-dday:hover .gu-dday-kicker,
.theme-godunder .gu-dday:focus-within .gu-dday-kicker {
  max-width: 8rem;
  opacity: 1;
  margin-left: 0.45rem;
}

.theme-godunder .gu-dday:hover .gu-dday-value,
.theme-godunder .gu-dday:focus-within .gu-dday-value {
  font-size: 1.15rem;
}

.theme-godunder .gu-dday:hover,
.theme-godunder .gu-dday:focus-within {
  transform: translateY(-3px);
  border-color: rgba(34, 197, 94, 0.6);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.45);
  padding: 0.5rem 0.75rem;
}

.theme-godunder .gu-gaming-subnav,
.theme-godunder .gu-coding-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.theme-godunder .gu-gaming-subnav a,
.theme-godunder .gu-coding-subnav a {
  display: inline-flex;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  color: var(--text-secondary);
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
}

.theme-godunder .gu-gaming-subnav a:hover,
.theme-godunder .gu-coding-subnav a:hover {
  color: var(--text);
  border-color: rgba(34, 197, 94, 0.35);
  text-decoration: none;
}

.theme-godunder .gu-gaming-subnav a[aria-current="page"],
.theme-godunder .gu-coding-subnav a[aria-current="page"] {
  color: #86efac;
  border-color: rgba(34, 197, 94, 0.55);
  background: rgba(34, 197, 94, 0.1);
}

.theme-godunder .gu-eco-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.theme-godunder .gu-spec-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.theme-godunder .gu-spec-list li {
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--bg-card);
  font-size: 0.92rem;
}

.theme-godunder .gu-parts-intro {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.theme-godunder .gu-parts-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.theme-godunder .gu-parts-row {
  display: grid;
  grid-template-columns: minmax(5.5rem, 7rem) 1fr;
  gap: 0.65rem 1rem;
  padding: 0.6rem 0.75rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--bg-card);
  font-size: 0.92rem;
}

.theme-godunder .gu-parts-row dt {
  margin: 0;
  font-weight: 600;
  color: var(--accent);
}

.theme-godunder .gu-parts-row dd {
  margin: 0;
  line-height: 1.45;
}

.theme-godunder .gu-parts-row a {
  color: var(--text);
  text-decoration-color: rgba(34, 197, 94, 0.45);
}

.theme-godunder .gu-parts-row a:hover {
  color: var(--accent);
}

@media (max-width: 640px) {
  .theme-godunder .gu-parts-row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .theme-godunder .hero-layout {
    grid-template-columns: 1fr;
  }

  .theme-godunder .hero-visual {
    order: -1;
  }

  .theme-godunder .topnav-links {
    width: 100%;
  }

  .theme-godunder .gu-embed iframe {
    min-height: 420px;
  }

  .theme-godunder.gaming-page .gu-stream-panel {
    grid-template-columns: 1fr;
  }
}

/* Gaming section — retro HUD + fiery heroes from original Google Sites */
.theme-godunder.gaming-page {
  --gaming-fire: #e85d04;
  --gaming-ember: #f59e0b;
  --gaming-hud-green: #22c55e;
  --gaming-hud-blue: #38bdf8;
  --gaming-rock: #3d2914;
  background:
    radial-gradient(ellipse 70% 45% at 50% -5%, rgba(232, 93, 4, 0.14), transparent),
    radial-gradient(ellipse 45% 35% at 92% 55%, rgba(56, 189, 248, 0.07), transparent),
    radial-gradient(ellipse 35% 30% at 8% 70%, rgba(34, 197, 94, 0.06), transparent),
    var(--bg);
}

.theme-godunder.gaming-page .subpage-hero.gaming-hero {
  position: relative;
  max-width: none;
  margin: 0 0 1.25rem;
  padding: 2.75rem 1.5rem 2.25rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(56, 189, 248, 0.22);
}

.theme-godunder.gaming-page .gaming-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.62;
  pointer-events: none;
}

.theme-godunder.gaming-page .gaming-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(8, 8, 14, 0.94) 0%, rgba(8, 8, 14, 0.72) 42%, rgba(8, 8, 14, 0.38) 100%),
    linear-gradient(180deg, transparent 35%, rgba(8, 8, 14, 0.96) 100%);
  pointer-events: none;
}

.theme-godunder.gaming-page .gaming-hero--gamer-info::before {
  background-image: url("/images/gaming-hero-gamer-info.jpg");
}

.theme-godunder.gaming-page .gaming-hero--streams::before {
  background-image:
    linear-gradient(135deg, rgba(15, 23, 42, 0.55) 0%, rgba(30, 41, 59, 0.35) 50%, rgba(15, 23, 42, 0.6) 100%),
    url("/images/gaming-streams-reference.jpg");
  background-size: cover, cover;
  background-position: center, center top;
  opacity: 0.85;
}

.theme-godunder.gaming-page .gaming-hero--hud::before {
  background-image: url("/images/gaming-hud-descent.jpg");
  background-position: center 35%;
  opacity: 0.48;
}

.theme-godunder.gaming-page .gaming-hero > * {
  position: relative;
  z-index: 1;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}

.theme-godunder.gaming-page .gaming-hero h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(2rem, 5vw, 2.75rem);
  letter-spacing: -0.02em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.65);
}

.theme-godunder.gaming-page .gaming-hero .lead {
  max-width: 40rem;
  color: rgba(212, 212, 220, 0.92);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}

.theme-godunder.gaming-page .gaming-hero .eyebrow {
  border-color: rgba(56, 189, 248, 0.35);
  color: #7dd3fc;
  background: rgba(8, 8, 14, 0.55);
}

.theme-godunder.gaming-page .gaming-hero .breadcrumb,
.theme-godunder.gaming-page .gaming-hero .breadcrumb a {
  color: rgba(212, 212, 220, 0.82);
}

.theme-godunder.gaming-page .gaming-hero .breadcrumb a:hover {
  color: #fff;
}

.theme-godunder.gaming-page .gu-gaming-subnav a {
  border-radius: 6px;
  border-color: rgba(56, 189, 248, 0.28);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: rgba(10, 10, 18, 0.65);
}

.theme-godunder.gaming-page .gu-gaming-subnav a:hover {
  color: #86efac;
  border-color: rgba(34, 197, 94, 0.45);
  box-shadow: 0 0 14px rgba(34, 197, 94, 0.18);
}

.theme-godunder.gaming-page .gu-gaming-subnav a[aria-current="page"] {
  color: #bbf7d0;
  border-color: rgba(34, 197, 94, 0.55);
  background: linear-gradient(180deg, rgba(34, 197, 94, 0.18), rgba(56, 189, 248, 0.08));
  box-shadow:
    inset 0 0 0 1px rgba(34, 197, 94, 0.25),
    0 0 16px rgba(56, 189, 248, 0.2);
}

.theme-godunder.gaming-page .card,
.theme-godunder.gaming-page .gu-spec-list li,
.theme-godunder.gaming-page .gu-parts-row {
  border-color: rgba(56, 189, 248, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(56, 189, 248, 0.08),
    0 8px 24px rgba(0, 0, 0, 0.28);
}

.theme-godunder.gaming-page .section h2 {
  color: #86efac;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.theme-godunder.gaming-page .gu-stream-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.25rem;
  align-items: start;
}

.theme-godunder.gaming-page .gu-stream-shot {
  margin: 0;
  border: 1px solid rgba(56, 189, 248, 0.35);
  border-radius: 10px;
  overflow: hidden;
  background: #0a0a12;
  box-shadow:
    inset 0 0 0 1px rgba(34, 197, 94, 0.15),
    0 12px 32px rgba(0, 0, 0, 0.45);
}

.theme-godunder.gaming-page .gu-stream-shot img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  object-position: left top;
}

.theme-godunder.gaming-page .gu-stream-rules {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(34, 197, 94, 0.28);
  border-radius: 10px;
  background: rgba(10, 10, 18, 0.82);
}

.theme-godunder.gaming-page .gu-stream-rules h2 {
  margin-top: 0;
}

.theme-godunder.gaming-page .gu-rules-list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.45rem;
  font-size: 0.92rem;
  line-height: 1.45;
}

.theme-godunder.gaming-page .gu-rules-list li::marker {
  color: var(--gaming-hud-blue);
  font-weight: 700;
}

.theme-godunder.gaming-page .gu-watch-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(56, 189, 248, 0.3);
  border-radius: 10px;
  background: rgba(10, 10, 18, 0.75);
}

.theme-godunder.gaming-page .gu-watch-bar a {
  font-weight: 700;
  color: #7dd3fc;
}

.theme-godunder .topic-card--gaming {
  background:
    linear-gradient(145deg, rgba(232, 93, 4, 0.12), rgba(10, 10, 18, 0.95)),
    var(--bg-card);
  border-color: rgba(232, 93, 4, 0.28);
}

.theme-godunder .topic-card--gaming .topic-link {
  color: #fbbf24;
}

.theme-kittenclubber {
  --accent: #e879a9;
  --accent-soft: rgba(232, 121, 169, 0.14);
  --bg: #0a0806;
  --bg-card: #14100c;
  --text: #f5e6d3;
  --text-secondary: #a89078;
  --border: rgba(245, 198, 120, 0.12);
}

.theme-kittenclubber body,
body.theme-kittenclubber {
  background:
    radial-gradient(ellipse 90% 45% at 50% -10%, rgba(245, 158, 11, 0.14), transparent),
    radial-gradient(ellipse 60% 40% at 100% 80%, rgba(232, 121, 169, 0.08), transparent),
    var(--bg);
}

.theme-kittenclubber .kc-hero {
  position: relative;
  margin: 0;
  max-width: none;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}

.theme-kittenclubber .kc-hero-img {
  display: block;
  width: 100%;
  max-height: min(72vh, 720px);
  object-fit: cover;
  object-position: center 35%;
  filter: saturate(0.92) contrast(1.12) sepia(0.18);
}

.theme-kittenclubber .kc-cctv-feed {
  position: relative;
  overflow: hidden;
  background: #050403;
}

.theme-kittenclubber .kc-cctv-feed::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0) 2px,
      rgba(0, 0, 0, 0.07) 2px,
      rgba(0, 0, 0, 0.07) 4px
    );
  mix-blend-mode: multiply;
  opacity: 0.55;
}

.theme-kittenclubber .kc-cctv-feed img {
  filter: saturate(0.88) contrast(1.1) sepia(0.22);
}

.theme-kittenclubber .kc-cctv-hud {
  position: absolute;
  inset: 0;
  pointer-events: none;
  padding: 0.65rem 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.35rem 0.75rem;
  font-family: ui-monospace, "Cascadia Mono", "Consolas", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(245, 230, 211, 0.92);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
}

.theme-kittenclubber .kc-cctv-rec {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 700;
  color: #fca5a5;
}

.theme-kittenclubber .kc-cctv-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 6px rgba(239, 68, 68, 0.75);
  animation: kc-rec-blink 1.4s ease-in-out infinite;
}

@keyframes kc-rec-blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.35;
  }
}

.theme-kittenclubber .kc-cctv-cam {
  flex: 1;
  text-align: center;
  color: rgba(187, 247, 208, 0.88);
}

.theme-kittenclubber .kc-cctv-ts {
  color: rgba(245, 198, 120, 0.9);
}

.theme-kittenclubber .kc-cctv-feed-hero .kc-cctv-hud {
  padding: 0.85rem 1rem;
  font-size: clamp(0.65rem, 1.6vw, 0.78rem);
}

.theme-kittenclubber .kc-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(10, 8, 6, 0.15) 0%,
    rgba(10, 8, 6, 0.35) 45%,
    rgba(10, 8, 6, 0.82) 100%
  );
}

.theme-kittenclubber .kc-hero-brand {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 230, 211, 0.75);
}

.theme-kittenclubber .kc-hero-title {
  margin: 0;
  font-size: clamp(2.4rem, 8vw, 4.5rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.65);
}

.theme-kittenclubber .kc-hero-title::after {
  content: "";
  display: block;
  width: min(280px, 60vw);
  height: 3px;
  margin: 0.65rem auto 0;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.theme-kittenclubber .kc-hero-tagline {
  margin: 1rem 0 0;
  max-width: 28rem;
  font-size: 1.05rem;
  color: var(--text-secondary);
  font-style: italic;
}

.theme-kittenclubber .kc-main {
  max-width: 920px;
}

.theme-kittenclubber .kc-warning {
  padding: 0.75rem 1rem;
  border-left: 3px solid var(--accent);
  background: rgba(232, 121, 169, 0.08);
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.theme-kittenclubber .kc-stat-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.theme-kittenclubber .kc-stat {
  padding: 1rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-card);
  text-align: center;
}

.theme-kittenclubber .kc-stat-value {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fbbf24;
  line-height: 1.1;
}

.theme-kittenclubber .kc-stat-label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.8rem;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.theme-kittenclubber .kc-rules {
  margin: 0;
  padding-left: 1.25rem;
  color: var(--text-secondary);
}

.theme-kittenclubber .kc-rules li {
  margin-bottom: 0.65rem;
}

.theme-kittenclubber .kc-rules li::marker {
  color: var(--accent);
}

.theme-kittenclubber .kc-card p {
  margin-bottom: 0.5rem;
}

.theme-kittenclubber .kc-card p:last-child {
  margin-bottom: 0;
}

.theme-kittenclubber .kc-log {
  margin: 0;
  padding-left: 1rem;
  color: var(--text-secondary);
  font-size: 0.92rem;
}

.theme-kittenclubber .kc-log li {
  margin-bottom: 0.45rem;
}

.theme-kittenclubber .kc-log time {
  font-family: ui-monospace, "Cascadia Mono", "Consolas", monospace;
  font-size: 0.82rem;
  color: rgba(187, 247, 208, 0.75);
}

.theme-kittenclubber .kc-quote blockquote {
  margin: 0;
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.06), rgba(232, 121, 169, 0.06));
}

.theme-kittenclubber .kc-quote p {
  margin: 0;
  font-size: 1.15rem;
  font-style: italic;
  color: var(--text);
}

.theme-kittenclubber .kc-quote footer {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.theme-kittenclubber .kc-footer {
  font-style: italic;
}

.theme-kittenclubber .kc-gallery-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.theme-kittenclubber .kc-figure {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(187, 247, 208, 0.14);
  background: var(--bg-card);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35);
}

.theme-kittenclubber .kc-figure-wide {
  grid-column: 1 / -1;
}

.theme-kittenclubber .kc-figure img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.theme-kittenclubber .kc-figure figcaption {
  padding: 0.85rem 1rem 1rem;
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.45;
}

.theme-kittenclubber .kc-figure figcaption strong {
  color: var(--text);
}

.theme-kittenclubber .kc-field-notes p + p {
  margin-top: 0.85rem;
}

.theme-kittenclubber .kc-spotlight {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  padding: 1.25rem;
  border-radius: calc(var(--radius) + 2px);
  border: 1px solid var(--border);
  background: linear-gradient(145deg, rgba(20, 16, 12, 0.95), rgba(10, 8, 6, 0.6));
}

.theme-kittenclubber .kc-spotlight h2 {
  margin-top: 0;
}

.theme-kittenclubber .kc-cctv-feed-spotlight {
  border-radius: 12px;
  border: 1px solid rgba(187, 247, 208, 0.18);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}

.theme-kittenclubber .kc-spotlight-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.theme-kittenclubber .kc-bullets {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  color: var(--text-secondary);
}

.theme-kittenclubber .kc-bullets li {
  margin-bottom: 0.4rem;
}

.theme-kittenclubber .kc-quotes h2 {
  margin-bottom: 1rem;
}

.theme-kittenclubber .kc-quote-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.theme-kittenclubber .kc-quote-card {
  margin: 0;
  padding: 1rem 1.1rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-card);
}

.theme-kittenclubber .kc-quote-card p {
  margin: 0;
  font-size: 1rem;
  font-style: italic;
  color: var(--text);
}

.theme-kittenclubber .kc-quote-card footer {
  margin-top: 0.65rem;
  font-size: 0.85rem;
  color: var(--text-secondary);
}

@media (max-width: 640px) {
  .theme-kittenclubber .kc-hero-img {
    max-height: 55vh;
  }

  .theme-kittenclubber .kc-hero-overlay {
    justify-content: flex-end;
    padding-bottom: 2.5rem;
  }

  .theme-kittenclubber .kc-gallery-grid {
    grid-template-columns: 1fr;
  }

  .theme-kittenclubber .kc-spotlight {
    grid-template-columns: 1fr;
  }

  .theme-kittenclubber .kc-spotlight-img {
    order: -1;
  }
}

.theme-securecloudpos {
  --accent: #38bdf8;
  --accent-soft: rgba(56, 189, 248, 0.12);
}

.theme-cdccentral {
  --accent: #6366f1;
  --accent-soft: rgba(99, 102, 241, 0.12);
  --max-width: 1080px;
}

.theme-cdccentral .topnav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid var(--border);
  background: rgba(12, 12, 20, 0.92);
  backdrop-filter: blur(10px);
}

.theme-cdccentral .topnav-brand {
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  letter-spacing: -0.02em;
}

.theme-cdccentral .topnav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  font-size: 0.9rem;
}

.theme-cdccentral .topnav-links a {
  color: var(--text-secondary);
  text-decoration: none;
}

.theme-cdccentral .topnav-links a:hover {
  color: var(--text);
  text-decoration: none;
}

.theme-cdccentral .hero-business {
  padding-top: 2rem;
}

.theme-cdccentral .hero-shell {
  position: relative;
  padding-bottom: 0.5rem;
}

.theme-cdccentral .hero-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 100%;
  background:
    radial-gradient(ellipse 70% 55% at 85% 15%, rgba(99, 102, 241, 0.16), transparent),
    radial-gradient(ellipse 50% 40% at 10% 30%, rgba(56, 189, 248, 0.08), transparent);
  pointer-events: none;
  z-index: 0;
}

.theme-cdccentral .hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
}

.theme-cdccentral .hero-copy .lead {
  max-width: none;
}

.theme-cdccentral .hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(129, 140, 248, 0.4);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(99, 102, 241, 0.12) inset;
}

.theme-cdccentral .hero-visual-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-top: 0.65rem;
}

.theme-cdccentral .hero-visual-links a {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #1a1a28 0%, #14141f 100%);
  transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.theme-cdccentral .hero-visual-links a:hover {
  text-decoration: none;
  border-color: rgba(99, 102, 241, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

.theme-cdccentral .hero-visual-links img {
  display: block;
  width: 100%;
  height: 52px;
  object-fit: contain;
  object-position: center;
  padding: 6px 8px 2px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.theme-cdccentral .hero-visual-links span {
  padding: 0.2rem 0.35rem 0.35rem;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--text-secondary);
  text-align: center;
}

.theme-cdccentral .stat-row-visual {
  position: relative;
  z-index: 1;
}

.theme-cdccentral .stat-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.theme-cdccentral .stat-link:hover {
  text-decoration: none;
  border-color: rgba(99, 102, 241, 0.45);
  transform: translateY(-1px);
}

.theme-cdccentral .stat-icon {
  display: block;
  width: 100%;
  height: 58px;
  object-fit: contain;
  object-position: center;
  padding: 6px 10px;
  border-radius: 10px;
  margin-bottom: 0.55rem;
  background: linear-gradient(180deg, #1a1a28 0%, #14141f 100%);
  border: 1px solid var(--border);
}

.theme-cdccentral .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.theme-cdccentral .btn-primary {
  background: rgba(99, 102, 241, 0.28);
  border-color: rgba(99, 102, 241, 0.55);
}

.theme-cdccentral .btn-ghost {
  background: transparent;
  border-color: var(--border);
  color: var(--text-secondary);
}

.theme-cdccentral .stat-row {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  margin-top: 1.5rem;
}

.theme-cdccentral .stat {
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-card);
}

.theme-cdccentral .stat strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
}

.theme-cdccentral .stat span {
  color: var(--text-secondary);
  font-size: 0.85rem;
}

.theme-cdccentral .pillar {
  border-left: 3px solid var(--accent);
  padding-left: 1rem;
  margin-bottom: 1.25rem;
}

.theme-cdccentral .pillar h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}

.theme-cdccentral .pillar p {
  margin: 0;
  color: var(--text-secondary);
}

.theme-cdccentral .cta-band {
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: var(--radius);
  border: 1px solid rgba(99, 102, 241, 0.35);
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.14), rgba(99, 102, 241, 0.04));
}

.theme-cdccentral .cta-band h2 {
  margin: 0 0 0.5rem;
}

.theme-cdccentral .cta-band p {
  margin: 0 0 1rem;
  color: var(--text-secondary);
}

.theme-cdccentral .subsection-title {
  margin: 1.75rem 0 0.75rem;
  font-size: 1rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.theme-cdccentral .topic-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 1.25rem;
}

.theme-cdccentral .topic-grid.compact {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.theme-cdccentral .topic-grid-featured .topic-card img {
  height: 140px;
}

.theme-cdccentral .service-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-top: 1.25rem;
}

.theme-cdccentral .service-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.theme-cdccentral a.service-card:hover {
  text-decoration: none;
  border-color: rgba(99, 102, 241, 0.45);
  transform: translateY(-2px);
}

.theme-cdccentral .service-card img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
  background: var(--bg-elevated);
}

.theme-cdccentral .service-card-body {
  padding: 1rem 1.15rem 1.15rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.theme-cdccentral .service-card-body h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}

.theme-cdccentral .service-card-body p {
  margin: 0;
  flex: 1;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.theme-cdccentral .section-visual .section-banner {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

.theme-cdccentral .media-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 1rem;
}

.theme-cdccentral .media-grid.compact {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.theme-cdccentral .media-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.theme-cdccentral .media-card img {
  display: block;
  width: 100%;
  height: 72px;
  object-fit: cover;
  background: var(--bg-elevated);
}

.theme-cdccentral .media-grid.compact .media-card img {
  height: 56px;
}

.theme-cdccentral .media-card h3 {
  margin: 0;
  padding: 0.85rem 1rem 0.35rem;
  font-size: 1rem;
}

.theme-cdccentral .media-card p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.theme-cdccentral .topic-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.theme-cdccentral .topic-card:hover {
  text-decoration: none;
  border-color: rgba(99, 102, 241, 0.45);
  transform: translateY(-2px);
}

.theme-cdccentral .topic-card img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
  background: var(--bg-elevated);
}

.theme-cdccentral .topic-card-body {
  padding: 1rem 1.15rem 1.15rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.theme-cdccentral .topic-card-body h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  color: var(--text);
}

.theme-cdccentral .topic-card-body p {
  margin: 0;
  flex: 1;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.theme-cdccentral .topic-link {
  display: inline-block;
  margin-top: 0.65rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent);
}

.theme-cdccentral.subpage .subpage-hero {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 1.5rem 1.5rem 0.5rem;
}

.theme-cdccentral .subpage-banner {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  margin-bottom: 1rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

.theme-cdccentral .breadcrumb {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  color: var(--text-secondary);
}

.theme-cdccentral .breadcrumb a {
  color: var(--text-secondary);
}

.theme-cdccentral .breadcrumb a:hover {
  color: var(--text);
}

.theme-cdccentral .split-feature {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(200px, 280px) 1fr;
  align-items: start;
}

.theme-cdccentral .split-feature-img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

.theme-cdccentral .split-feature p {
  margin: 0 0 0.75rem;
  color: var(--text-secondary);
}

@media (max-width: 640px) {
  .site-header {
    padding-top: 1.75rem;
  }

  .theme-cdccentral .topnav-links {
    width: 100%;
  }

  .theme-cdccentral .split-feature {
    grid-template-columns: 1fr;
  }

  .theme-cdccentral .hero-layout {
    grid-template-columns: 1fr;
  }

  .theme-cdccentral .hero-visual {
    order: -1;
  }

  .theme-cdccentral .hero-visual-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Error pages (404 / site errors) — funnel visitors back to site root */
.gu-error-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 4rem);
  padding: 2.5rem 1.5rem;
}

.gu-error-card {
  max-width: 32rem;
  margin: 0 auto;
  padding: 2.5rem 2rem;
  text-align: center;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.gu-error-code {
  margin: 0 0 0.5rem;
  font-size: clamp(3rem, 12vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--text-secondary);
}

.gu-error-card h1 {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}

.gu-error-card p {
  margin: 0 0 1.5rem;
  color: var(--text-secondary);
}

.gu-error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.gu-error-actions .btn {
  min-width: 11rem;
}
/* Godunder Builds tables */
.theme-godunder table.gu-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.95rem;
}
.theme-godunder table.gu-table th,
.theme-godunder table.gu-table td {
  border: 1px solid rgba(255,255,255,0.12);
  padding: 0.55rem 0.7rem;
  text-align: left;
  vertical-align: top;
}
.theme-godunder table.gu-table th {
  font-weight: 600;
}
