:root {
  color-scheme: dark;
  --bg: #03010d;
  --bg-surface: rgba(6, 8, 24, 0.92);
  --bg-card: rgba(8, 14, 32, 0.92);
  --accent: #9fffd7;
  --accent-soft: rgba(159, 255, 215, 0.22);
  --accent-strong: #55f0c1;
  --neon: #a37bff;
  --twilight: #101433;
  --text-primary: #f7fff9;
  --text-muted: rgba(214, 238, 232, 0.7);
  --border: rgba(163, 123, 255, 0.35);
  --surface-blur: 22px;
  --shadow: 0 32px 70px rgba(2, 5, 18, 0.75);
  --max-width: 1180px;
}

body :not(input):not(textarea),
body::before,
body::after {
  caret-color: transparent;
}

input,
textarea {
  caret-color: #aafbe1;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Urbanist", system-ui, -apple-system, sans-serif;
  background:
    radial-gradient(circle at 15% 10%, rgba(163, 123, 255, 0.24), transparent 60%),
    radial-gradient(circle at 70% 0%, rgba(68, 199, 255, 0.18), transparent 52%),
    linear-gradient(180deg, #03010d, #050417 55%, #020109);
  color: var(--text-primary);
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.page-layout {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  gap: 32px;
  align-items: start;
}

@media (max-width: 768px) {
  .page-layout {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }

  .header-actions {
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
  }

  .ticker {
    width: 100%;
    justify-content: space-between;
  }

  .auth-pill {
    width: 100%;
    justify-content: space-between;
  }

  .content-column {
    gap: 28px;
  }

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

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

  .ad-column {
    order: 3;
  }
}

.site-header,
.site-footer {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding: 24px 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.site-footer {
  padding-bottom: 16px;
  justify-content: center;
  text-align: center;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.slogan {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  max-width: 420px;
}

.brand-logo {
  width: clamp(140px, 22vw, 182px);
  aspect-ratio: 800 / 360;
  display: block;
  background: linear-gradient(120deg, rgba(159, 255, 215, 0.95), rgba(132, 154, 255, 0.92));
  mask: url("/static/nilkkitie-logo.svg") center/contain no-repeat;
  -webkit-mask: url("/static/nilkkitie-logo.svg") center/contain no-repeat;
  filter: drop-shadow(0 18px 40px rgba(28, 90, 60, 0.45));
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 10px;
}

.ticker-value {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.unit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.05rem;
}

.kultahippu-icon {
  width: 32px;
  height: 32px;
  image-rendering: pixelated;
  filter: drop-shadow(0 6px 14px rgba(8, 22, 16, 0.45));
}

.ticker-icon {
  width: 22px;
  height: 22px;
  image-rendering: pixelated;
  filter: drop-shadow(0 6px 12px rgba(8, 20, 14, 0.45));
}

.brand-text h1 {
  margin: 0;
  font-size: clamp(1.5rem, 4vw, 2.1rem);
}

.brand-text p {
  margin: 0;
  color: var(--text-muted);
  font-size: 1rem;
}

.header-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  align-items: center;
}

.ticker {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 14px;
  background: rgba(17, 40, 28, 0.65);
  border: 1px solid rgba(47, 232, 150, 0.28);
  box-shadow: 0 16px 40px rgba(8, 24, 12, 0.5);
}

.ticker-label {
  font-size: 0.9rem;
  color: var(--text-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ticker-value {
  font-weight: 600;
  font-size: 1.2rem;
}

.auth-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(5, 10, 24, 0.82);
  border: 1px solid rgba(163, 123, 255, 0.45);
  box-shadow: 0 18px 40px rgba(3, 6, 18, 0.6);
}

.auth-pill.disabled {
  opacity: 0.65;
}

.auth-pill button {
  background: linear-gradient(120deg, rgba(159, 255, 215, 0.95), rgba(132, 154, 255, 0.92));
  color: #020913;
  border-radius: 999px;
  border: none;
  font-weight: 600;
  padding: 10px 14px;
  cursor: pointer;
}

.auth-pill .user-chip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.auth-pill.disabled button {
  cursor: not-allowed;
}

.auth-pill button[hidden] {
  display: none;
}

.user-chip {
  font-size: 0.95rem;
  color: var(--text-muted);
  max-width: 180px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.content-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ad-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

@media (max-width: 768px) {
  .ad-column {
    flex-direction: column;
    gap: 16px;
  }
}

.ad-card {
  border-radius: 18px;
  background: rgba(7, 12, 26, 0.9);
  border: 1px dashed rgba(163, 123, 255, 0.35);
  padding: 18px;
  box-shadow: 0 18px 36px rgba(2, 4, 12, 0.55);
}

.ad-card.muted {
  opacity: 0.72;
}

.ad-label {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 6px;
}

.ad-card h4 {
  margin: 0 0 6px;
}

.ad-card p {
  margin: 0 0 8px;
  color: var(--text-muted);
  line-height: 1.4;
}

.ad-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
  margin-top: 6px;
}

.ad-link::after {
  content: "↗";
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.9em;
}

.ad-tag {
  font-size: 0.8rem;
  color: rgba(159, 255, 215, 0.85);
}

.emoji-link {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(159, 255, 215, 0.3);
  background: rgba(159, 255, 215, 0.08);
  font-size: 1.4rem;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease;
}

.emoji-link:hover {
  background: rgba(159, 255, 215, 0.18);
  transform: translateY(-1px);
}

.emoji-link:active {
  transform: translateY(0);
}

.hero {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: stretch;
}

.hero-text {
  padding: 28px 32px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(163, 123, 255, 0.25), transparent 55%),
    linear-gradient(135deg, rgba(6, 12, 32, 0.95), rgba(3, 9, 18, 0.9));
  backdrop-filter: blur(var(--surface-blur));
  border: 1px solid rgba(163, 123, 255, 0.35);
  box-shadow: 0 45px 90px rgba(2, 5, 18, 0.8);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-text h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
}

.hero-text p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.6;
}

.provider-note {
  margin-top: 8px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  font-family: "IBM Plex Mono", monospace;
}

.provider-note a {
  color: var(--accent);
  text-decoration: none;
}

.provider-note a:hover {
  text-decoration: underline;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
}

button,
.ghost-button {
  border: none;
  font-size: 1rem;
  padding: 12px 20px;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

button {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #02140c;
  font-weight: 600;
  box-shadow: 0 18px 40px rgba(47, 232, 150, 0.34);
}

.primary-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #02140c;
  box-shadow: 0 18px 40px rgba(47, 232, 150, 0.34);
  min-width: 180px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.primary-link:active {
  transform: translateY(1px);
}

button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

button:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 50px rgba(47, 232, 150, 0.4);
}

button:active {
  transform: translateY(0);
}

.ghost-button {
  border: 1px solid rgba(123, 242, 181, 0.4);
  background: transparent;
  color: var(--text-primary);
  text-decoration: none;
  font-weight: 500;
}

.ghost-button:hover {
  background: rgba(123, 242, 181, 0.08);
}

.rate-card {
  position: relative;
  padding: 32px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 80% 15%, rgba(47, 232, 150, 0.15), transparent 55%),
    var(--bg-card);
  border: 1px solid rgba(47, 232, 150, 0.24);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rate-card::after {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 20px;
  background: linear-gradient(155deg, rgba(47, 232, 150, 0.06), transparent);
  pointer-events: none;
}

.rate-card header {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rate-title {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
}

.rate-subtitle {
  font-size: 0.95rem;
  color: rgba(245, 249, 255, 0.75);
}

.rate-value {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: clamp(2.8rem, 6vw, 3.8rem);
  font-weight: 700;
}

.rate-value .unit {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--text-muted);
}

.rate-meta {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}

.rate-meta div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.95rem;
  position: relative;
  z-index: 1;
}

.rate-meta dt {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  color: rgba(245, 249, 255, 0.6);
}

.rate-meta dd {
  margin: 0;
  font-weight: 600;
  color: var(--text-primary);
}

  text-align: center;
  color: var(--text-muted);
}

@media (max-width: 1100px) {
  .page-layout {
    grid-template-columns: 1fr;
  }

  .ad-column {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .ad-card {
    flex: 1 1 220px;
  }
}

@media (max-width: 768px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .ticker {
    width: 100%;
    justify-content: space-between;
  }

  .rate-card {
    padding: 24px;
  }

  .brand {
    align-items: flex-start;
  }

  .range-selector {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }

  .range-button {
    flex: 1 1 calc(33% - 10px);
    text-align: center;
  }

  .header-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .auth-pill {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .user-chip {
    max-width: 100%;
  }

  .page-layout {
    padding: 0 16px;
  }

  .ad-column {
    width: 100%;
    flex-direction: column;
  }
}

.fund-section {
  margin-top: 12px;
  padding: 32px;
  border-radius: 28px;
  background: rgba(1, 8, 12, 0.92);
  border: 1px solid rgba(111, 245, 196, 0.2);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.fund-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.fund-header h3 {
  margin: 0 0 8px;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}

.fund-header p {
  margin: 0;
  color: var(--text-muted);
  max-width: 640px;
}

.fund-video {
  margin-top: 16px;
  border-radius: 20px;
  border: 1px solid rgba(159, 255, 215, 0.25);
  overflow: hidden;
  background: rgba(3, 6, 12, 0.9);
  box-shadow: 0 25px 60px rgba(2, 4, 14, 0.65);
  aspect-ratio: 16 / 9;
}

.fund-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.pirjo-note {
  font-style: italic;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 10px;
  max-width: 640px;
}

.fund-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.fund-cta button {
  background: linear-gradient(120deg, rgba(111, 245, 196, 0.95), rgba(56, 157, 255, 0.95));
  color: #021e12;
  border-radius: 999px;
  border: none;
  font-weight: 600;
  padding: 12px 24px;
  cursor: pointer;
}

.fee-pill {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
  font-family: "IBM Plex Mono", monospace;
}

.fund-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.fund-card,
.fund-form-card {
  background:
    linear-gradient(160deg, rgba(5, 8, 18, 0.95), rgba(6, 18, 26, 0.9)),
    var(--bg-card);
  border: 1px solid rgba(163, 123, 255, 0.25);
  border-radius: 22px;
  padding: 24px;
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 70px rgba(2, 4, 12, 0.7);
}

.fund-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 16px;
  margin: 0 0 18px;
}

.fund-metrics dt {
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0 0 6px;
  font-family: "IBM Plex Mono", monospace;
}

.fund-metrics dd {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
}

.fund-progress {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.progress-track {
  width: 100%;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.progress-indicator {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #a37bff, #7dfdce);
  width: 0%;
  transition: width 0.4s ease;
}

.progress-copy {
  font-size: 0.95rem;
  color: var(--text-muted);
}

.fund-story {
  margin: 18px 0 0;
  line-height: 1.6;
  color: var(--text-muted);
}

.fund-form-card form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.amount-picker {
  display: flex;
  align-items: stretch;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(159, 255, 215, 0.35);
  background:
    linear-gradient(160deg, rgba(8, 16, 30, 0.95), rgba(7, 11, 24, 0.9)),
    rgba(3, 6, 14, 0.9);
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.35);
}

.amount-picker input {
  border: none;
  background: transparent;
  color: inherit;
  font-size: 1.2rem;
  text-align: center;
  padding: 14px 8px;
  width: 100%;
  font-variant-numeric: tabular-nums;
}

.amount-picker .stepper {
  width: 52px;
  border: none;
  border-radius: 0;
  background: rgba(163, 123, 255, 0.22);
  color: var(--text-primary);
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s ease;
}

.amount-picker .stepper:first-of-type {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.amount-picker .stepper:last-of-type {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.amount-picker .stepper:active {
  background: rgba(163, 123, 255, 0.35);
}

.fund-form-card label {
  font-size: 0.95rem;
  color: var(--text-muted);
}

.fund-form-card input,
.fund-form-card textarea {
  border-radius: 14px;
  border: 1px solid rgba(111, 245, 196, 0.3);
  background: rgba(2, 6, 8, 0.9);
  color: var(--text-primary);
  font-size: 1rem;
  padding: 12px 14px;
  font-family: inherit;
}

.fund-form-card textarea {
  resize: vertical;
}

.input-note-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.input-note {
  color: var(--text-muted);
  font-size: 0.85rem;
}

.balance-note {
  margin: 2px 0 0;
  font-size: 0.85rem;
  color: rgba(159, 255, 215, 0.85);
  font-family: "IBM Plex Mono", monospace;
}

.form-feedback {
  min-height: 1.4em;
  font-size: 0.95rem;
  color: var(--text-muted);
  margin: 4px 0 0;
}

.form-feedback.error {
  color: #ff7a7a;
}

.form-feedback.success {
  color: #7bf2b5;
}

.donation-feed {
  border: 1px solid rgba(163, 123, 255, 0.25);
  border-radius: 18px;
  padding: 20px 24px;
  background: rgba(4, 8, 18, 0.85);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.donation-feed-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.feed-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-family: "IBM Plex Mono", monospace;
}

.feed-pagination button {
  border: 1px solid rgba(163, 123, 255, 0.35);
  background: transparent;
  color: var(--text-primary);
  padding: 4px 10px;
  border-radius: 999px;
  cursor: pointer;
}

.feed-pagination button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.donation-feed h4 {
  margin: 0;
}

.donation-feed ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.donation-feed li {
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(111, 245, 196, 0.18);
  background: rgba(9, 18, 14, 0.8);
}

.donation-feed li strong {
  display: block;
  font-size: 1rem;
}

.donation-feed li span {
  display: block;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.donation-feed .placeholder {
  text-align: center;
  color: var(--text-muted);
}

.ghost-button.small {
  padding: 8px 16px;
  font-size: 0.9rem;
}

@media (max-width: 720px) {
  .fund-section {
    padding: 24px;
  }
}
.forum-section {
  margin-top: 32px;
  padding: 28px;
  border-radius: 22px;
  border: 1px solid rgba(163, 123, 255, 0.25);
  background: linear-gradient(145deg, rgba(4, 6, 18, 0.95), rgba(6, 10, 26, 0.9));
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.forum-section header h3 {
  margin: 6px 0;
}

.forum-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.forum-post {
  border: 1px solid rgba(163, 123, 255, 0.24);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(2, 5, 12, 0.92);
}

.forum-toggle {
  width: 100%;
  background: none;
  color: inherit;
  border: none;
  padding: 16px 18px;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: inherit;
}

.forum-toggle .glyph {
  font-family: "IBM Plex Mono", monospace;
  color: rgba(163, 123, 255, 0.75);
}

.forum-toggle[aria-expanded="true"] .glyph {
  transform: rotate(45deg);
}

.forum-toggle[aria-expanded="true"] {
  background: rgba(163, 123, 255, 0.08);
}

.forum-body {
  padding: 0 18px 18px;
  border-top: 1px solid rgba(163, 123, 255, 0.2);
  color: var(--text-muted);
  font-size: 0.95rem;
}

.tilannehuone-feed {
  margin: 12px 0 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tilannehuone-feed li {
  line-height: 1.5;
}

.tilannehuone-feed li.placeholder {
  list-style: none;
  color: var(--text-muted);
}
.pinned-feed {
  margin-top: 24px;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(163, 123, 255, 0.25);
  background: rgba(4, 6, 18, 0.9);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pinned-feed ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pinned-feed li {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(163, 123, 255, 0.18);
  background: rgba(2, 5, 12, 0.85);
}

.pinned-feed li strong {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 4px;
}

.pinned-feed li p {
  margin: 0;
  color: var(--text-primary);
}
