@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@500;600;700&display=swap');

:root {
  --ck-bg: #100b18;
  --ck-bg-soft: #1a1226;
  --ck-bg-card: #261a39;

  --ck-text: #faf3ff;
  --ck-text-soft: rgba(250, 243, 255, 0.78);

  --ck-border: rgba(255, 255, 255, 0.13);
  --ck-shadow: 0 22px 56px rgba(0, 0, 0, 0.36);
  --ck-radius: 22px;

  --ck-content: 760px;
  --ck-wide: 1200px;

  --ck-cream: #f5e7bf;
  --ck-plum: #4a2f57;
  --ck-cyan: #39d5e2;
  --ck-pink: #ff4f9f;
  --ck-yellow: #ffd447;

  --ck-accent: var(--ck-cyan);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 79, 159, 0.24), transparent 16%),
    radial-gradient(circle at 84% 18%, rgba(57, 213, 226, 0.20), transparent 20%),
    radial-gradient(circle at 14% 82%, rgba(255, 212, 71, 0.17), transparent 16%),
    linear-gradient(145deg, #100b18 0%, #1a1226 32%, #261a39 64%, #120d1d 100%);
  color: var(--ck-text);
  line-height: 1.65;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 4px);
  background-size: 32px 32px, 32px 32px, auto;
  mix-blend-mode: soft-light;
  opacity: 0.38;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

::selection {
  background: rgba(255, 79, 159, 0.42);
  color: #fff8ef;
}

.site-shell {
  position: relative;
  overflow-x: clip;
  min-height: 100vh;
}

.site-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 22%, rgba(255, 212, 71, 0.13) 0 2px, transparent 3px),
    radial-gradient(circle at 86% 16%, rgba(57, 213, 226, 0.16) 0 3px, transparent 4px),
    radial-gradient(circle at 18% 76%, rgba(255, 79, 159, 0.16) 0 3px, transparent 4px),
    radial-gradient(circle at 82% 72%, rgba(255, 212, 71, 0.13) 0 2px, transparent 3px);
}

.site-glow {
  position: fixed;
  inset: auto;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.48;
  pointer-events: none;
}

.glow-a {
  width: 220px;
  height: 220px;
  left: -40px;
  top: 120px;
  background: var(--ck-pink);
}

.glow-b {
  width: 260px;
  height: 260px;
  right: -60px;
  top: 180px;
  background: var(--ck-cyan);
}

.glow-c {
  width: 220px;
  height: 220px;
  left: 90px;
  bottom: 80px;
  background: var(--ck-yellow);
}

.container-wide {
  width: min(calc(100% - 2rem), var(--ck-wide));
  margin: 0 auto;
}

.container-content {
  width: min(calc(100% - 2rem), var(--ck-content));
  margin: 0 auto;
}

.section {
  margin-top: 3.25rem;
}

.card {
  border: 1px solid var(--ck-border);
  border-radius: var(--ck-radius);
  background: rgba(38, 26, 57, 0.90);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -2px 0 rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
}

.card-highlight {
  position: relative;
  background: linear-gradient(180deg, rgba(32, 21, 45, 0.97), rgba(26, 18, 38, 0.96));
}

.card-highlight::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(57, 213, 226, 0.55),
    rgba(255, 79, 159, 0.48),
    rgba(255, 212, 71, 0.42)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.eyebrow,
.panel-kicker,
.member-chip,
.member-status,
.brand-copy small {
  font-family: "Chakra Petch", Inter, system-ui, sans-serif;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ck-cyan);
  font-weight: 800;
}

.eyebrow-link:hover {
  color: var(--ck-yellow);
}

.site-main {
  padding: 2rem 0 5rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(24, 17, 34, 0.92), rgba(16, 11, 24, 0.78));
  border-bottom: 1px solid var(--ck-border);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  min-height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  min-width: 0;
}

.brand-badge {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(57, 213, 226, 0.48);
  background: rgba(38, 26, 57, 0.98);
  box-shadow:
    0 0 0 2px rgba(255, 79, 159, 0.18),
    0 0 0 5px rgba(255, 212, 71, 0.05),
    0 0 32px rgba(57, 213, 226, 0.16);
  flex: 0 0 auto;
  padding: 0.28rem;
}

.brand-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.brand-copy strong {
  font-size: 1.05rem;
  text-transform: uppercase;
  color: var(--ck-yellow);
  letter-spacing: 0.02em;
}

.brand-copy small {
  color: rgba(250, 243, 255, 0.68);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-nav {
  justify-self: center;
}

.site-nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1.2rem;
  align-items: center;
}

.site-nav a {
  color: rgba(250, 243, 255, 0.88);
  font-weight: 700;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.025);
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.site-nav a:hover,
.site-nav .nav-current a {
  color: var(--ck-cyan);
  border-color: rgba(57, 213, 226, 0.28);
  background: rgba(57, 213, 226, 0.08);
  text-shadow: 0 0 16px rgba(57, 213, 226, 0.22);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-self: end;
  flex-wrap: wrap;
}

.member-status,
.member-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  font-weight: 800;
  white-space: nowrap;
}

.member-status {
  border: 1px solid rgba(57, 213, 226, 0.28);
  background: rgba(57, 213, 226, 0.08);
  color: var(--ck-cyan);
  font-size: 0.92rem;
}

.member-status-paid {
  border-color: rgba(255, 212, 71, 0.34);
  background: rgba(255, 212, 71, 0.10);
  color: var(--ck-yellow);
}

.member-status-icon {
  display: inline-flex;
  width: 1.1rem;
  height: 1.1rem;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  line-height: 1;
}

.member-chip {
  border: 1px solid rgba(57, 213, 226, 0.28);
  background: rgba(57, 213, 226, 0.08);
  color: var(--ck-cyan);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.member-chip-paid {
  border-color: rgba(255, 212, 71, 0.34);
  background: rgba(255, 212, 71, 0.10);
  color: var(--ck-yellow);
  box-shadow: 0 0 18px rgba(255, 212, 71, 0.12);
}

.member-chip-dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
  flex: 0 0 auto;
}

.member-chip-label {
  line-height: 1;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 0.95rem 1.2rem;
  position: relative;
  font-weight: 800;
  border: 1px solid transparent;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -2px 0 rgba(0, 0, 0, 0.18);
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(180deg, #ffe072 0%, var(--ck-yellow) 100%);
  color: #241a31;
  box-shadow:
    0 10px 28px rgba(255, 212, 71, 0.28),
    0 6px 0 rgba(113, 52, 10, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.30);
}

.button-primary:hover {
  border-color: rgba(255, 79, 159, 0.35);
  box-shadow:
    0 14px 34px rgba(255, 212, 71, 0.28),
    0 8px 0 rgba(113, 52, 10, 0.34),
    0 0 0 1px rgba(255, 79, 159, 0.14);
}

.button-secondary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--ck-text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    inset 0 -2px 0 rgba(0, 0, 0, 0.18);
}

.button-secondary:hover {
  border-color: rgba(57, 213, 226, 0.48);
  color: var(--ck-cyan);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    inset 0 -2px 0 rgba(0, 0, 0, 0.18),
    0 0 18px rgba(57, 213, 226, 0.12);
}

.button-small {
  padding: 0.72rem 0.95rem;
}

.text-link {
  color: var(--ck-yellow);
  font-weight: 700;
}

.text-link:hover {
  color: var(--ck-cyan);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 2rem;
  align-items: center;
  padding-top: 1rem;
}

.hero-copy {
  position: relative;
}

/*.hero-copy::after {
  content: "ONLINE";
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  padding: 0.42rem 0.68rem;
  border-radius: 999px;
  border: 1px solid rgba(57, 213, 226, 0.28);
  background: rgba(57, 213, 226, 0.08);
  color: var(--ck-cyan);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}*/

.hero-title {
  margin: 0.7rem 0 0;
  font-size: clamp(3rem, 8vw, 5.6rem);
  line-height: 0.93;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--ck-yellow);
  text-wrap: balance;
  text-shadow:
    0 2px 0 rgba(35, 25, 46, 0.96),
    0 5px 0 rgba(255, 79, 159, 0.92),
    0 9px 0 rgba(92, 30, 69, 0.72),
    0 18px 26px rgba(0, 0, 0, 0.36);
}

.hero-intro {
  max-width: 62ch;
  font-size: 1.14rem;
  color: var(--ck-text-soft);
  margin: 1.2rem 0 0;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.8rem;
}

.hero-panel {
  padding: 1.5rem;
  transform: rotate(-1deg);
  border-radius: 20px;
}

.panel-kicker {
  color: var(--ck-pink);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 800;
}

.panel-title {
  margin: 0.65rem 0 0;
  font-size: 2rem;
  line-height: 1.05;
  color: var(--ck-cream);
  text-shadow:
    0 1px 0 rgba(35, 25, 46, 0.96),
    0 3px 0 rgba(255, 79, 159, 0.45),
    0 7px 18px rgba(0, 0, 0, 0.20);
}

.panel-title a:hover {
  color: var(--ck-cyan);
}

.panel-excerpt {
  color: var(--ck-text-soft);
  margin-top: 1rem;
}

.hero-panel-list {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.hero-panel-list li {
  position: relative;
  padding-left: 1.4rem;
  line-height: 1.5;
}

.hero-panel-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ck-accent);
  font-weight: 700;
}

.meta-line {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
  align-items: center;
  color: rgba(250, 243, 255, 0.58);
  font-size: 0.88rem;
  margin-top: 1rem;
}

.meta-line-vertical {
  justify-content: flex-end;
  text-align: right;
}

.meta-line a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.meta-line a:hover {
  color: var(--ck-accent);
  border-bottom-color: currentColor;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.8rem;
}

.tag-chip {
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  color: rgba(250, 243, 255, 0.90);
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tag-chip:hover {
  color: var(--ck-pink);
  border-color: rgba(255, 79, 159, 0.35);
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.3rem;
}

.section-head h2,
.archive-head h1 {
  margin: 0.4rem 0 0;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1;
  text-shadow:
    0 1px 0 rgba(35, 25, 46, 0.96),
    0 3px 0 rgba(255, 79, 159, 0.36),
    0 7px 18px rgba(0, 0, 0, 0.20);
}

.archive-head {
  padding-top: 1rem;
  margin-bottom: 1rem;
}

.archive-head p {
  max-width: 60ch;
  color: var(--ck-text-soft);
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.post-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.post-card,
.post-row,
.cta-box,
.content-cta
.hero-panel {
  backdrop-filter: blur(8px);
}

.post-card,
.post-row {
  position: relative;
  overflow: hidden;
}

.post-card {
  border: 1px solid var(--ck-border);
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(38, 26, 57, 0.96), rgba(26, 18, 38, 0.94));
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  position: relative;
}

.post-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(57, 213, 226, 0.06), transparent 35%, rgba(255, 79, 159, 0.05) 70%, transparent);
}

.post-card:hover {
  border-color: rgba(255, 79, 159, 0.38);
}

.post-card-link {
  display: block;
  height: 100%;
}

.post-card-image-wrap {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.post-card-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.post-card:hover .post-card-image {
  transform: scale(1.03);
}

.post-card-content {
  padding: 1.3rem;
}

.post-card-title {
  margin: 0.6rem 0 0;
  font-size: 1.5rem;
  line-height: 1.1;
  text-shadow:
    0 1px 0 rgba(35, 25, 46, 0.96),
    0 2px 0 rgba(255, 79, 159, 0.24),
    0 6px 14px rgba(0, 0, 0, 0.18);
}

.post-card-excerpt {
  margin: 0.8rem 0 0;
  color: var(--ck-text-soft);
}

.post-listing {
  display: grid;
  gap: 1rem;
}

.post-row {
  border: 1px solid var(--ck-border);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(41, 28, 60, 0.94), rgba(26, 18, 38, 0.92));
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.post-row:hover {
  border-color: rgba(57, 213, 226, 0.38);
}

.post-card::after,
.post-row::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(57, 213, 226, 0.05), transparent 28%, rgba(255, 79, 159, 0.06) 68%, transparent),
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.012) 0,
      rgba(255, 255, 255, 0.012) 1px,
      transparent 1px,
      transparent 4px
    );
  opacity: 0.55;
}

.post-row-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.2rem 1.25rem;
}

.post-row h3 {
  margin: 0.35rem 0 0;
  font-size: 1.35rem;
  line-height: 1.15;
  text-shadow:
    0 1px 0 rgba(35, 25, 46, 0.96),
    0 2px 0 rgba(255, 79, 159, 0.24),
    0 6px 14px rgba(0, 0, 0, 0.18);
}

.post-row p {
  margin: 0.65rem 0 0;
  color: var(--ck-text-soft);
}

.post-full {
  padding-top: 1rem;
}

.post-header {
  margin-bottom: 2rem;
}

.post-title {
  margin: 0.8rem 0 0;
  font-size: clamp(2.3rem, 6vw, 4.7rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: balance;
  color: var(--ck-cream);
  text-shadow:
    0 2px 0 rgba(35, 25, 46, 0.96),
    0 5px 0 rgba(255, 79, 159, 0.68),
    0 9px 0 rgba(92, 30, 69, 0.50),
    0 18px 26px rgba(0, 0, 0, 0.28);
}

.post-custom-excerpt {
  margin: 1rem 0 0;
  color: var(--ck-text-soft);
  font-size: 1.18rem;
}

.post-meta {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  color: rgba(250, 243, 255, 0.60);
  font-weight: 600;
}

.post-meta a,
.post-card-meta a,
.post-row-meta a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.post-meta a:hover,
.post-card-meta a:hover,
.post-row-meta a:hover {
  color: var(--ck-accent);
  border-bottom-color: currentColor;
}

.post-feature-image {
  margin: 1.6rem 0 0;
}

.post-feature-image img {
  width: 100%;
  border-radius: 22px;
  border: 1px solid var(--ck-border);
}

.post-feature-image figcaption {
  margin-top: 0.7rem;
  color: rgba(250, 243, 255, 0.56);
  font-size: 0.92rem;
}

.post-content {
  font-size: 1.1rem;
  color: rgba(250, 243, 255, 0.90);
}

.post-content > * + * {
  margin-top: 1.4rem;
}

.post-content h2,
.post-content h3,
.post-content h4 {
  line-height: 1.06;
  margin-top: 2.3rem;
  color: var(--ck-yellow);
  text-shadow:
    0 2px 0 rgba(35, 25, 46, 0.96),
    0 4px 0 rgba(255, 79, 159, 0.42),
    0 8px 18px rgba(0, 0, 0, 0.24);
}

.post-content a {
  color: var(--ck-cyan);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.post-content blockquote {
  margin: 2rem 0;
  padding: 1.2rem 1.4rem;
  border-left: 4px solid var(--ck-pink);
  border-radius: 0 18px 18px 0;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(250, 243, 255, 0.90);
}

.post-content code,
.post-content pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.post-content :not(pre) > code {
  background: rgba(255, 255, 255, 0.08);
  padding: 0.18rem 0.42rem;
  border-radius: 8px;
  font-size: 0.9em;
}

.post-content pre {
  overflow-x: auto;
  padding: 1rem 1.1rem;
  background: #120f1d;
  border: 1px solid rgba(57, 213, 226, 0.24);
  border-radius: 20px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.post-content hr {
  border: 0;
  border-top: 1px solid var(--ck-border);
  margin: 2.2rem 0;
}

.post-content img {
  border-radius: 18px;
  border: 1px solid var(--ck-border);
}

.kg-width-wide img,
.kg-width-full img {
  width: 100%;
}

.kg-card.kg-bookmark-card,
.kg-card.kg-callout-card,
.kg-card.kg-toggle-card {
  border-radius: 22px;
  overflow: hidden;
}

.post-footer {
  margin-top: 2.2rem;
}

.post-card-image-link,
.post-card-title a,
.post-row-title a {
  text-decoration: none;
}

.post-card-image-link {
  display: block;
}

.post-card-title,
.post-row-title,
.post-row h3 {
  margin: 0.45rem 0 0;
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.post-card-title a,
.post-row-title a {
  color: var(--ck-cream);
  text-decoration: none;
  text-shadow:
    0 2px 0 rgba(35, 25, 46, 0.96),
    0 4px 0 rgba(255, 79, 159, 0.62),
    0 7px 0 rgba(92, 30, 69, 0.48),
    0 13px 18px rgba(0, 0, 0, 0.25);
  transition:
    color 0.18s ease,
    transform 0.18s ease,
    text-shadow 0.18s ease;
}

.post-card-title a:hover,
.post-row-title a:hover {
  color: var(--ck-yellow);
  text-shadow:
    0 2px 0 rgba(35, 25, 46, 0.96),
    0 4px 0 rgba(57, 213, 226, 0.55),
    0 7px 0 rgba(255, 79, 159, 0.42),
    0 13px 18px rgba(0, 0, 0, 0.28);
}

.post-card-title {
  font-size: 1.75rem;
}

.post-row-title {
  font-size: 1.45rem;
}

.post-card-excerpt,
.post-row p {
  margin-top: 0.9rem;
  color: var(--ck-text-soft);
}

.post-row-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.2rem 1.3rem;
}

.post-row-copy {
  min-width: 0;
}

.post-meta-pills,
.post-row-meta-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.post-row-meta-icons {
  justify-content: flex-end;
  align-items: center;
  max-width: 310px;
}

.meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.46rem;
  min-height: 2rem;
  padding: 0.46rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  color: rgba(250, 243, 255, 0.84);
  font-size: 0.82rem;
  line-height: 1;
  white-space: nowrap;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -2px 0 rgba(0, 0, 0, 0.16),
    0 5px 14px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

.meta-pill:hover {
  transform: translateY(-1px);
  border-color: rgba(57, 213, 226, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -2px 0 rgba(0, 0, 0, 0.16),
    0 0 0 1px rgba(57, 213, 226, 0.12),
    0 7px 16px rgba(0, 0, 0, 0.14);
}

.meta-pill-link {
  color: rgba(250, 243, 255, 0.9);
  text-decoration: none;
}

.meta-pill-link:hover {
  color: var(--ck-cyan);
}

.meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 999px;
  font-size: 0.72rem;
  line-height: 1;
  color: #1a1226;
  background: linear-gradient(180deg, #ffe072 0%, var(--ck-yellow) 100%);
  box-shadow:
    0 2px 0 rgba(113, 52, 10, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  flex: 0 0 auto;
}

.post-card .eyebrow,
.post-row .eyebrow {
  margin-bottom: 0.35rem;
}

.cta-box {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.4rem 1.8rem;
  align-items: center;
  border: 1px solid rgba(214, 73, 121, 0.26);
  border-radius: 20px;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(38, 23, 36, 0.96), rgba(24, 18, 29, 0.96));
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.cta-copy {
  min-width: 0;
}

.cta-box h2 {
  margin: 0.45rem 0 0;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.02;
}

.cta-box p {
  margin: 0.75rem 0 0;
  max-width: 58ch;
  color: var(--ck-text-soft);
}

.cta-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  align-self: center;
  min-width: 210px;
}

.cta-actions .button {
  width: 100%;
  min-height: 54px;
  padding-inline: 1.2rem;
  white-space: nowrap;
}

.content-cta {
  margin: 2.5rem 0;
  border-radius: 24px;
  overflow: hidden;
}

.content-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.4rem 1.8rem;
  align-items: center;
  padding: 1.6rem;
  position: relative;
}

.content-cta-copy {
  min-width: 0;
}

.content-cta h2 {
  margin: 0.45rem 0 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.02;
  color: var(--ck-cream);
  text-shadow:
    0 2px 0 rgba(35, 25, 46, 0.96),
    0 4px 0 rgba(255, 79, 159, 0.35),
    0 10px 18px rgba(0, 0, 0, 0.22);
}

.content-cta p {
  margin: 0.8rem 0 0;
  max-width: 58ch;
  color: var(--ck-text-soft);
}

.content-cta-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  min-width: 220px;
}

.content-cta-actions .button {
  width: 100%;
  min-height: 52px;
  white-space: nowrap;
}

.empty-state {
  grid-column: 1 / -1;
  max-width: 760px;
  margin: 0 auto;
  padding: 3rem;
  border: 2px solid var(--ck-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.empty-state h2 {
  margin-bottom: 0.75rem;
}

.empty-state p {
  max-width: 42rem;
  margin: 0 auto 1.5rem;
  opacity: 0.9;
}

.error-page {
  padding: 4rem 0 2rem;
}

.error-box {
  max-width: 780px;
  margin: 0 auto;
  padding: 3rem;
  text-align: center;
}

.error-box h1 {
  margin-bottom: 1rem;
}

.error-box p {
  max-width: 42rem;
  margin: 0 auto;
  opacity: 0.9;
  line-height: 1.7;
}

.error-actions {
  display: flex;
  justify-content: center;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}

.site-footer {
  position: relative;
  margin-top: 4rem;
  border-top: 1px solid var(--ck-border);
  background:
    linear-gradient(180deg, rgba(20, 13, 29, 0.86), rgba(14, 10, 22, 0.96));
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(57, 213, 226, 0.05), transparent 28%, rgba(255, 79, 159, 0.06) 68%, transparent),
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.015) 0,
      rgba(255, 255, 255, 0.015) 1px,
      transparent 1px,
      transparent 4px
    );
  opacity: 0.6;
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto auto;
  gap: 2rem;
  align-items: end;
  padding: 2rem 0 2.4rem;
}

.footer-brand {
  min-width: 0;
}

.footer-copy {
  max-width: 48ch;
  margin: 0.8rem 0 0;
  color: var(--ck-text-soft);
  line-height: 1.65;
}

.footer-made {
  margin-top: 1rem;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(250, 243, 255, 0.62);
}

.footer-made span {
  color: var(--ck-pink);
  text-shadow: 0 0 12px rgba(255, 79, 159, 0.35);
}

.footer-links,
.footer-meta {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: flex-end;
}

.footer-links a,
.footer-meta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  color: var(--ck-text);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -2px 0 rgba(0, 0, 0, 0.18);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

.footer-links a:hover,
.footer-meta a:hover {
  transform: translateY(-1px);
  border-color: rgba(57, 213, 226, 0.36);
  color: var(--ck-cyan);
  box-shadow:
    0 0 0 1px rgba(57, 213, 226, 0.1),
    0 8px 18px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -2px 0 rgba(0, 0, 0, 0.18);
}

.footer-meta a {
  color: var(--ck-yellow);
}

.footer-meta a:hover {
  color: var(--ck-cyan);
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  align-items: center;
  margin-top: 2rem;
}

.pagination a,
.pagination span {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--ck-border);
  background: rgba(255, 255, 255, 0.05);
}

.gh-portal-content h1::before,
.gh-portal-popup h1::before {
  content: "WO FLOPPYS FREUNDE FINDEN";
  display: block;
  margin-bottom: 10px;
  font-family: "Chakra Petch", Inter, system-ui, sans-serif !important;
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ck-cyan);
  text-shadow: none !important;
}

.reading-progress {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1200;
  width: 100%;
  height: 4px;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: rgba(20, 20, 20, 0.08);
  pointer-events: none;
}

.reading-progress::-webkit-progress-bar {
  background: rgba(20, 20, 20, 0.08);
}

.reading-progress::-webkit-progress-value {
  background: var(--ghost-accent-color);
}

.reading-progress::-moz-progress-bar {
  background: var(--ghost-accent-color);
}

.comments-box {
  margin-top: 2.4rem;
  padding: 1.4rem;
  border-radius: 24px;
}

.comments-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.comments-head h2 {
  margin: 0.45rem 0 0;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1.02;
}

.comments-intro {
  margin: 0.7rem 0 0;
  max-width: 58ch;
  color: var(--ck-text-soft);
}

.comments-embed {
  margin-top: 1rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.comments-embed > * {
  border-radius: 18px;
}

.card-highlight::before,
.comments-box::before,
.comments-box::after {
  pointer-events: none;
}

.comments-box,
.comments-embed {
  position: relative;
}

.comments-embed {
  z-index: 2;
}

@media (max-width: 1024px) {
  .hero,
  .header-inner,
  .post-grid-three {
    grid-template-columns: 1fr;
  }

  .site-nav {
    justify-self: start;
  }

  .header-actions {
    display: none;
  }
}

@media (max-width: 900px) {
  .post-row-main {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .post-row-meta-icons {
    justify-content: flex-start;
    max-width: none;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1.2rem;
  }

  .footer-links,
  .footer-meta {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 860px) {
  .cta-box {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .cta-actions {
    width: 100%;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-cta-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .content-cta-actions {
    min-width: 0;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-main {
    padding-top: 1rem;
  }

  .site-nav ul {
    flex-wrap: wrap;
    gap: 0.8rem 1rem;
  }

  .post-grid,
  .post-row-link {
    display: grid;
    grid-template-columns: 1fr;
  }

  .meta-line-vertical {
    justify-content: start;
    text-align: left;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  .post-title {
    font-size: 2.4rem;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .hero-panel {
    transform: none;
  }

  .hero-copy::after {
    letter-spacing: 0.14em;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 0.55rem 0 0.7rem;
    backdrop-filter: blur(12px);
    background: linear-gradient(180deg, rgba(20, 14, 28, 0.94), rgba(16, 11, 22, 0.88));
  }

  .header-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    align-items: start;
    min-height: unset;
  }

  .brand {
    gap: 0.75rem;
    align-items: center;
  }

  .brand-badge {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    padding: 0.22rem;
    box-shadow:
      0 0 0 1px rgba(57, 213, 226, 0.24),
      0 0 0 3px rgba(255, 79, 159, 0.08),
      0 8px 18px rgba(0, 0, 0, 0.22);
  }

  .brand-copy strong {
    font-size: 0.92rem;
    line-height: 1.02;
  }

  .brand-copy small {
    font-size: 0.82rem;
    line-height: 1.2;
    color: rgba(250, 243, 255, 0.72);
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }

  .site-nav {
    width: 100%;
    justify-self: stretch;
  }

  .site-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
  }

  .site-nav li {
    max-width: 100%;
  }

  .site-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.58rem 0.82rem;
    font-size: 0.88rem;
    line-height: 1;
    white-space: nowrap;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.06);
  }

  .header-actions {
    width: 100%;
    justify-self: stretch;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
  }

  .header-actions .button,
  .member-chip,
  .member-status {
    width: auto;
    min-height: 0;
    padding: 0.62rem 0.85rem;
    font-size: 0.85rem;
    border-radius: 14px;
  }

  .member-chip-label,
  .member-status-text {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding-top: 0.5rem;
  }

  .hero-title {
    font-size: clamp(2.4rem, 13vw, 3.9rem);
    line-height: 0.92;
    margin-top: 0.55rem;
    text-wrap: pretty;
  }

  .hero-intro {
    font-size: 1.02rem;
    line-height: 1.6;
    margin-top: 1rem;
    max-width: 100%;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    margin-top: 1.35rem;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 54px;
    padding: 0.9rem 1rem;
  }

  .hero-panel {
    transform: none;
    padding: 1.1rem;
    border-radius: 22px;
  }

  .panel-kicker {
    font-size: 0.74rem;
    letter-spacing: 0.14em;
  }

  .panel-title {
    font-size: 1.45rem;
    line-height: 1.08;
    margin-top: 0.45rem;
  }

  .panel-excerpt {
    font-size: 0.98rem;
    line-height: 1.55;
    margin-top: 0.75rem;
  }

  .hero-panel-list {
    margin-top: 0.95rem;
    gap: 0.55rem;
  }

  .hero-panel-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    margin-top: 1rem;
  }

  .hero-panel-actions .button {
    width: 100%;
  }

  .section {
    margin-top: 2.4rem;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
  }

  .section-head h2,
  .archive-head h1 {
    font-size: clamp(1.85rem, 9vw, 2.4rem);
    line-height: 1.02;
  }

  .post-grid,
  .post-grid-three {
    grid-template-columns: 1fr;
  }

  .post-listing {
    gap: 0.9rem;
  }

  .post-row-link {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding: 1rem 1rem 1.05rem;
  }

  .meta-line-vertical {
    justify-content: flex-start;
    text-align: left;
  }

  .post-card-content {
    padding: 1rem;
  }

  .post-card-title {
    font-size: 1.3rem;
  }

  .post-card-excerpt,
  .post-row p {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .post-card-title {
    font-size: 1.5rem;
  }

  .post-row-title {
    font-size: 1.3rem;
  }

  .post-meta-pills,
  .post-row-meta-icons {
    gap: 0.5rem;
  }

  .meta-pill {
    padding: 0.42rem 0.62rem;
    font-size: 0.78rem;
  }

  .comments-box {
    padding: 1.1rem;
  }

  .comments-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .cta-actions {
    grid-template-columns: 1fr;
  }

  .content-cta {
    margin: 2rem 0;
  }

  .content-cta-inner {
    padding: 1.2rem;
  }

  .content-cta-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .container-wide,
  .container-content {
    width: min(calc(100% - 1rem), var(--ck-wide));
  }

  .header-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
  }

  .header-actions .button,
  .member-chip,
  .member-status {
    flex: 0 0 auto;
    width: auto;
  }

  .site-nav ul {
    gap: 0.45rem;
  }

  .site-nav a {
    font-size: 0.84rem;
    padding: 0.56rem 0.74rem;
  }

  .hero-title {
    font-size: clamp(2.05rem, 11vw, 3rem);
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-actions a:nth-child(3) {
    display: none;
  }

  .button {
    border-radius: 14px;
  }

  .tag-chip {
    font-size: 0.88rem;
    padding: 0.62rem 0.82rem;
  }

  .footer-inner {
    padding: 1.6rem 0 2rem;
  }

  .footer-links,
  .footer-meta {
    gap: 0.5rem;
  }

  .footer-links a,
  .footer-meta a {
    width: 100%;
    justify-content: flex-start;
  }
}