:root {
  --social-bg: #010503;
  --social-panel: #020906;
  --social-line: rgba(var(--theme-rgb-49-151-91), .46);
  --social-line-soft: rgba(var(--theme-rgb-49-81-63), .48);
  --social-copy: #eff8f1;
  --social-muted: #83958a;
}

html.is-social-open,
body.is-social-open {
  overflow: hidden !important;
  overscroll-behavior: none !important;
}

body.is-social-open #market {
  visibility: hidden !important;
}

body.is-social-open .site-header {
  position: fixed !important;
  inset: 0 0 auto !important;
  z-index: 1500 !important;
  width: 100%;
  opacity: 1 !important;
  pointer-events: auto !important;
}

body.is-social-open .site-header::before {
  opacity: 1 !important;
  background: #010503 !important;
}

body.is-social-open .site-header .primary-nav button.is-active::after,
body.is-social-open .site-header .primary-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.social-hub[hidden] { display: none !important; }

.social-hub {
  position: fixed;
  inset: var(--header-height, 58px) 0 0;
  z-index: 1420;
  isolation: isolate;
  overflow: hidden;
  color: var(--social-copy);
  background:
    radial-gradient(circle at 50% 2%, rgba(var(--theme-rgb-0-255-102), .065), transparent 25%),
    linear-gradient(90deg, rgba(var(--theme-rgb-49-81-63), .03) 1px, transparent 1px),
    linear-gradient(rgba(var(--theme-rgb-49-81-63), .03) 1px, transparent 1px),
    var(--social-bg);
  background-size: auto, 64px 64px, 64px 64px, auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity .08s cubic-bezier(.22, .72, .18, 1);
}

.social-hub::before,
.social-hub::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.social-hub::before {
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 7%, rgba(var(--theme-rgb-0-255-102), .1) 7.05%, transparent 7.1% 92.9%, rgba(var(--theme-rgb-0-255-102), .1) 92.95%, transparent 93%),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, .22));
  opacity: .48;
}

.social-hub::after {
  inset: auto 0 0;
  height: 1px;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(var(--theme-rgb-0-255-102), .35);
}

.social-hub.is-open {
  opacity: 1;
  pointer-events: auto;
}

.social-hub.is-embedded {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.social-hub button,
.social-hub textarea {
  font: inherit;
}

.social-hub button {
  color: inherit;
  border: 0;
  background: transparent;
}

.social-hub button:focus-visible,
.social-hub textarea:focus-visible,
.social-feed:focus-visible {
  outline: 1px solid var(--accent);
  outline-offset: 3px;
}

.social-hub button:disabled {
  cursor: not-allowed;
  opacity: .26;
}

.social-hub svg {
  width: 21px;
  height: 21px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1.6;
}

.social-hub__chrome {
  position: absolute;
  inset: 10px clamp(18px, 2vw, 36px) auto;
  z-index: 4;
  display: grid;
  grid-template-columns: auto minmax(40px, 1fr) auto;
  align-items: center;
  gap: 14px;
  color: #5f7568;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 1.15px;
  pointer-events: none;
}

.social-hub__chrome i {
  height: 1px;
  background: linear-gradient(90deg, rgba(var(--theme-rgb-49-81-63), .25), rgba(var(--theme-rgb-0-255-102), .34), rgba(var(--theme-rgb-49-81-63), .25));
}

.social-stage {
  width: min(100%, 1420px);
  height: 100%;
  margin-inline: auto;
  padding: 28px clamp(16px, 2.2vw, 34px) 18px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(10px, 1.25vw, 20px);
}

.social-pagination {
  flex: 0 0 62px;
  min-width: 0;
  display: grid;
  grid-template-rows: 48px auto 48px;
  align-content: center;
  justify-items: center;
  gap: 11px;
}

.social-pagination button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--social-line-soft);
  color: #a8b9ae;
  background: rgba(2, 10, 6, .82);
  transition: color .14s ease, border-color .14s ease, background .14s ease, transform .14s ease;
}

.social-pagination button:hover:not(:disabled),
.social-pagination button:focus-visible {
  color: var(--accent);
  border-color: var(--accent);
  background: rgba(var(--theme-rgb-0-255-102), .06);
  transform: translateY(-1px);
}

.social-pagination output {
  color: #778a7e;
  font-size: 10px;
  letter-spacing: .75px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.social-feed-shell {
  flex: 0 1 clamp(520px, 66vw, 820px);
  min-width: 350px;
  height: 100%;
  display: grid;
  grid-template-rows: 58px minmax(0, 1fr);
}

.social-feed-heading {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 4px 10px;
  border-bottom: 1px solid var(--social-line-soft);
}

.social-feed-heading > div {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.social-feed-heading span,
.social-comments > header span {
  color: var(--accent);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.25px;
}

.social-feed-heading strong,
.social-comments > header strong {
  overflow: hidden;
  color: #aebdb3;
  font-size: 10px;
  line-height: 1.25;
  letter-spacing: .8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.social-feed-heading [data-social-close] {
  min-width: 82px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--social-line-soft);
  color: #879a8e;
  font-size: 9px;
  letter-spacing: 1px;
}

.social-feed-heading [data-social-close] svg { width: 14px; height: 14px; }
.social-feed-heading [data-social-close]:hover { color: var(--accent); border-color: var(--accent); }

.social-feed {
  min-height: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  scroll-snap-type: y mandatory;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
  background: #000;
  border: 1px solid rgba(var(--theme-rgb-49-151-91), .56);
  border-top: 0;
  box-shadow: 0 22px 62px rgba(0, 0, 0, .45), 0 0 30px rgba(var(--theme-rgb-0-255-102), .035);
}

.social-feed::-webkit-scrollbar { display: none; }

.social-post {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  background: #000;
}

.social-post__media {
  position: relative;
  isolation: isolate;
  min-width: 0;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  container-type: size;
  background:
    radial-gradient(circle at 50% 40%, rgba(var(--theme-rgb-0-255-102), .12), transparent 42%),
    #010503;
}

.social-post__player {
  --social-media-aspect: 16 / 9;
  --social-media-ratio: 1.7777777778;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: var(--social-media-aspect);
  overflow: hidden;
  background: #000;
}

@supports (width: 1cqw) {
  .social-post__player {
    width: min(100cqw, calc(100cqh * var(--social-media-ratio)));
    height: min(100cqh, calc(100cqw / var(--social-media-ratio)));
  }
}

.social-post__player video,
.social-post__player iframe {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #000;
}

.social-post__player iframe {
  border: 0;
}

.social-post.is-protected-proof .social-post__actions {
  display: none;
}

.social-post.is-protected-proof {
  grid-template-columns: minmax(0, 1fr);
  height: 100%;
  min-height: 100%;
}

.social-post.is-protected-proof.has-protected-actions {
  grid-template-columns: minmax(0, 1fr) 72px;
}

.social-post.is-protected-proof .social-post__media {
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
}

.social-post.is-protected-proof.has-protected-actions .social-post__actions {
  display: grid;
}

.social-post__wash {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 4, 2, .08) 0 48%, rgba(0, 4, 2, .88) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .18), transparent 24% 78%, rgba(0, 0, 0, .13));
  pointer-events: none;
}

.social-post__overlay {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: grid;
  gap: 8px;
  padding: 82px clamp(18px, 4vw, 28px) clamp(18px, 3.2vh, 28px);
  pointer-events: none;
}

.social-post__identity {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-post__avatar,
.social-comment__avatar {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(var(--theme-rgb-0-255-102), .72);
  color: var(--accent);
  background: #06110a;
  font-weight: 850;
}

.social-post__avatar {
  width: 36px;
  height: 36px;
}

.social-post__avatar img,
.social-comment__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-post__identity > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.social-post__identity strong {
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  letter-spacing: .25px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.social-post__identity time {
  color: #a6b5ab;
  font-size: 9px;
  letter-spacing: .8px;
}

.social-post h2 {
  margin: 2px 0 0;
  color: #fff;
  font-size: clamp(20px, 2.1vw, 29px);
  line-height: .98;
  letter-spacing: -.2px;
  text-transform: uppercase;
  text-wrap: balance;
}

.social-post__overlay > p {
  max-width: 42ch;
  margin: 0;
  color: #d2ded6;
  font-family: ui-monospace, "Cascadia Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  line-height: 1.48;
}

.social-post__evidence {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 2px;
}

.social-post__evidence span,
.social-post__evidence strong {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(var(--theme-rgb-49-151-91), .7);
  background: rgba(0, 7, 3, .78);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .72px;
}

.social-post__evidence span { color: #c5d4ca; }
.social-post__evidence strong { color: #001607; border-color: var(--accent); background: var(--accent); }

.social-post__evidence.is-approved-earned {
  align-items: stretch;
  gap: 9px;
}

.social-post__evidence.is-approved-earned span {
  min-height: 34px;
  padding-inline: 12px;
  border-color: rgba(var(--theme-rgb-0-255-102), .88);
  color: #effff4;
  background: rgba(0, 18, 8, .9);
  font-size: 11px;
  letter-spacing: 1.15px;
}

.social-post__evidence.is-approved-earned strong {
  min-height: 42px;
  padding-inline: 15px;
  border-color: #8affb3;
  background: linear-gradient(135deg, #a2ffc1, #2eff78);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .6), 0 0 24px rgba(var(--theme-rgb-0-255-102), .28);
  color: #001607;
  font-size: clamp(13px, 1.35vw, 18px);
  letter-spacing: .85px;
  text-shadow: 0 1px rgba(255, 255, 255, .36);
}

.social-post__actions {
  position: relative;
  z-index: 4;
  display: grid;
  align-content: end;
  justify-items: center;
  gap: 10px;
  padding: 18px 8px 24px;
  border-left: 1px solid var(--social-line-soft);
  background: linear-gradient(180deg, rgba(1, 8, 4, .86), rgba(0, 4, 2, .98));
}

.social-action {
  width: 52px;
  min-height: 54px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  border: 1px solid transparent !important;
  color: #a5b5ab !important;
  transition: color .14s ease, border-color .14s ease, background .14s ease, transform .14s ease;
}

.social-action span {
  color: inherit;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .65px;
}

.social-action--views {
  cursor: default;
  color: #d8ffe5 !important;
}

.social-action--views svg {
  stroke: var(--accent);
  fill: none;
}

.social-action--views span {
  color: #fff;
  font-size: 12px;
}

.social-action--views small {
  max-width: 52px;
  color: #8fa99a;
  font-size: 7px;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: .55px;
  text-align: center;
}

.social-post.is-protected-proof .social-action span {
  max-width: 48px;
  font-size: 7px;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
}

.social-action:hover,
.social-action:focus-visible,
.social-action.is-active {
  color: var(--accent) !important;
  border-color: rgba(var(--theme-rgb-0-255-102), .56) !important;
  background: rgba(var(--theme-rgb-0-255-102), .055) !important;
  transform: translateY(-1px);
}

.social-action--like.is-active svg { fill: currentColor; }
.social-action.has-error { color: #ff776f !important; border-color: rgba(255, 119, 111, .62) !important; }

.social-post__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 64px;
  height: 64px;
  display: none;
  place-items: center;
  border: 1px solid var(--accent) !important;
  color: var(--accent) !important;
  background: rgba(0, 7, 3, .88) !important;
  transform: translate(-50%, -50%);
}

.social-post__play svg { width: 26px; height: 26px; fill: currentColor; }
.social-post.requires-play .social-post__play {
  top: 14px;
  right: auto;
  left: 14px;
  width: 44px;
  height: 44px;
  display: grid;
  opacity: .92;
  transform: none;
}

.social-post.requires-play .social-post__play:hover,
.social-post.requires-play .social-post__play:focus-visible { opacity: 1; }

.social-state {
  min-height: 0;
  height: 100%;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 11px;
  padding: 28px;
  border: 1px solid rgba(var(--theme-rgb-49-151-91), .56);
  border-top: 0;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(var(--theme-rgb-0-255-102), .07) 50%, transparent 50.2%),
    linear-gradient(transparent 49.8%, rgba(var(--theme-rgb-0-255-102), .07) 50%, transparent 50.2%),
    radial-gradient(circle at center, rgba(var(--theme-rgb-0-255-102), .055), transparent 35%),
    #010503;
  background-size: 44px 44px, 44px 44px, auto, auto;
  text-align: center;
}

.social-state[hidden] { display: none !important; }

.social-state__signal {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid var(--social-line);
  color: var(--accent);
  background: rgba(0, 8, 4, .85);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 1px;
}

.social-state strong {
  color: #eef7f1;
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1;
  letter-spacing: -.3px;
}

.social-state p {
  max-width: 42ch;
  margin: 0;
  color: #8ea095;
  font-family: ui-monospace, "Cascadia Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  line-height: 1.65;
}

.social-state__retry {
  min-width: 118px;
  min-height: 42px;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--accent) !important;
  color: var(--accent) !important;
  font-size: 10px !important;
  letter-spacing: 1px;
}

.social-state__retry svg { width: 16px; height: 16px; }
.social-state[data-state="loading"] .social-state__signal { animation: social-pulse 1.15s ease-in-out infinite alternate; }

@keyframes social-pulse {
  to { color: #001106; background: var(--accent); box-shadow: 0 0 22px rgba(var(--theme-rgb-0-255-102), .28); }
}

.social-comments {
  flex: 0 0 0;
  width: 0;
  min-width: 0;
  height: 100%;
  display: grid;
  grid-template-rows: 58px minmax(0, 1fr) auto;
  overflow: hidden;
  border: 0 solid var(--social-line);
  background: rgba(1, 8, 4, .985);
  opacity: 0;
  pointer-events: none;
  transform: translateX(10px);
  transition: width .2s cubic-bezier(.22, .72, .18, 1), flex-basis .2s cubic-bezier(.22, .72, .18, 1), opacity .16s ease, transform .2s ease, border-width .2s ease;
}

.social-comments.is-open {
  flex-basis: clamp(340px, 29vw, 430px);
  width: clamp(340px, 29vw, 430px);
  border-width: 1px;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.social-comments > header {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 14px 0 18px;
  border-bottom: 1px solid var(--social-line-soft);
}

.social-comments > header > div {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.social-comments > header button {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--social-line-soft);
  color: #8fa197;
}

.social-comments > header button:hover { color: var(--accent); border-color: var(--accent); }
.social-comments > header button svg { width: 15px; height: 15px; }

.social-comments__list {
  min-height: 0;
  margin: 0;
  padding: 8px 18px 18px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--theme-rgb-0-255-102), .38) transparent;
  list-style: none;
}

.social-comment {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 11px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(var(--theme-rgb-49-81-63), .36);
}

.social-comment__avatar {
  width: 34px;
  height: 34px;
  font-size: 10px;
}

.social-comment > div { min-width: 0; }
.social-comment header { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.social-comment header strong { overflow: hidden; color: #dbe7df; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.social-comment header time { flex: 0 0 auto; color: #71857a; font-size: 9px; letter-spacing: .5px; }
.social-comment p { margin: 7px 0 0; color: #b9c8bf; font-family: ui-monospace, "Cascadia Mono", "SFMono-Regular", Consolas, monospace; font-size: 12px; line-height: 1.55; overflow-wrap: anywhere; }

.social-comments__state {
  align-self: center;
  padding: 28px;
  color: #71857a;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: .75px;
  text-align: center;
}

.social-comments__state[hidden] { display: none !important; }

.social-comment-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px;
  gap: 0;
  border-top: 1px solid var(--social-line-soft);
  background: #010503;
}

.social-comment-form label { min-width: 0; }

.social-comment-form textarea {
  width: 100%;
  min-height: 72px;
  max-height: 150px;
  display: block;
  resize: vertical;
  padding: 14px 16px;
  border: 0;
  color: #e2eee6;
  background: transparent;
  font-family: ui-monospace, "Cascadia Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  line-height: 1.45;
}

.social-comment-form textarea::placeholder { color: #53665a; letter-spacing: .75px; }

.social-comment-form button {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  border-left: 1px solid var(--social-line-soft);
  color: var(--accent);
  font-size: 9px;
  letter-spacing: .75px;
}

.social-comment-form button:hover { background: rgba(var(--theme-rgb-0-255-102), .055); }
.social-comment-form button svg { width: 17px; height: 17px; }

.social-comment-form output {
  grid-column: 1 / -1;
  min-height: 22px;
  padding: 5px 14px;
  border-top: 1px solid rgba(var(--theme-rgb-49-81-63), .32);
  color: #819489;
  font-size: 9px;
  line-height: 1.3;
  letter-spacing: .65px;
}

@media (max-width: 1040px) {
  .social-stage { gap: 8px; padding-inline: 10px; }
  .social-pagination { flex-basis: 48px; }
  .social-pagination button { width: 40px; height: 40px; }
  .social-feed-shell { flex-basis: 500px; }
  .social-comments.is-open { flex-basis: min(36vw, 390px); width: min(36vw, 390px); }
}

@media (max-width: 760px) {
  .social-hub { top: var(--header-height, 64px); background-size: auto, 46px 46px, 46px 46px, auto; }
  .social-hub__chrome { display: none; }
  .social-stage { width: 100%; padding: 0; display: block; }
  .social-feed-shell { width: 100%; min-width: 0; height: 100%; grid-template-rows: 54px minmax(0, 1fr); }
  .social-feed-heading { padding: 0 12px; background: rgba(1, 7, 4, .96); }
  .social-feed-heading strong { font-size: 9px; }
  .social-feed-heading [data-social-close] { min-width: 42px; width: 42px; border: 0; }
  .social-feed-heading [data-social-close] span { display: none; }
  .social-feed { width: 100%; border-inline: 0; }
  .social-post { grid-template-columns: minmax(0, 1fr) 62px; }
  .social-post__media { min-height: 0; }
  .social-post__overlay { padding: 72px 16px 18px; }
  .social-post h2 { font-size: clamp(21px, 7.2vw, 30px); }
  .social-post__actions { padding: 12px 5px 18px; }
  .social-action { width: 48px; min-height: 52px; }
  .social-pagination {
    position: absolute;
    left: 9px;
    top: 50%;
    z-index: 12;
    width: 42px;
    display: grid;
    grid-template-rows: 40px auto 40px;
    padding: 4px 0;
    background: rgba(0, 5, 2, .62);
    backdrop-filter: blur(8px);
    transform: translateY(-50%);
  }
  .social-pagination button { width: 36px; height: 36px; background: rgba(0, 5, 2, .75); }
  .social-pagination output { font-size: 8px; }
  .social-comments,
  .social-comments.is-open {
    position: fixed;
    inset: auto 0 0;
    z-index: 30;
    width: 100%;
    height: min(72dvh, 620px);
    border-width: 1px 0 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition: opacity .16s ease, transform .22s cubic-bezier(.22, .72, .18, 1);
  }
  .social-comments.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .social-hub.has-comments-open::after {
    z-index: 20;
    inset: 0;
    height: auto;
    background: rgba(0, 3, 1, .58);
    box-shadow: none;
    pointer-events: auto;
  }
}

@media (max-width: 420px) {
  .social-feed-heading > div strong { max-width: 230px; }
  .social-post { grid-template-columns: minmax(0, 1fr) 58px; }
  .social-post__actions { padding-inline: 3px; }
  .social-action { width: 46px; }
  .social-post__evidence { align-items: flex-start; flex-direction: column; }
  .social-post__evidence span,
  .social-post__evidence strong { min-height: 24px; }
  .social-post__evidence.is-approved-earned span { min-height: 30px; }
  .social-post__evidence.is-approved-earned strong {
    min-height: 36px;
    font-size: 13px;
  }
}

@media (max-height: 690px) and (min-width: 761px) {
  .social-stage { padding-top: 19px; padding-bottom: 10px; }
  .social-feed-shell { grid-template-rows: 48px minmax(0, 1fr); }
  .social-feed-heading { padding-bottom: 6px; }
  .social-post__overlay { gap: 5px; padding-bottom: 15px; }
  .social-post h2 { font-size: 21px; }
  .social-post__identity { display: none; }
  .social-comments { grid-template-rows: 48px minmax(0, 1fr) auto; }
}

@media (prefers-reduced-motion: reduce) {
  .social-hub,
  .social-comments,
  .social-pagination button,
  .social-action { transition: none !important; }
  .social-state[data-state="loading"] .social-state__signal { animation: none; }
  .social-feed { scroll-behavior: auto; }
}

/* Protected proof playback keeps its status visible without covering the
   footage. Its sound control remains available because audible autoplay is a
   browser decision even when a launch began with an explicit site click. */
.social-post.is-protected-proof .social-post__wash {
  background: linear-gradient(
    180deg,
    transparent 60%,
    rgba(0, 5, 2, .32) 76%,
    rgba(0, 5, 2, .9) 100%
  );
}

.social-post.is-protected-proof .social-post__overlay {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 4px 10px;
  padding: 42px 14px 12px;
}

.social-post.is-protected-proof .social-post__identity {
  grid-column: 1;
  grid-row: 1;
  gap: 7px;
}

.social-post.is-protected-proof .social-post__avatar {
  width: 42px;
  height: 42px;
}

.social-post.is-protected-proof .social-post__identity strong {
  font-size: 14px;
}

.social-post.is-protected-proof .social-post__identity time {
  display: none;
}

.social-post.is-protected-proof h2 {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
  max-width: 34ch;
  margin: 0;
  overflow: hidden;
  font-size: clamp(14px, 1.35vw, 18px);
  line-height: 1.08;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  white-space: nowrap;
}

.social-post.is-protected-proof .social-post__caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.social-post.is-protected-proof .social-post__evidence {
  grid-column: 2;
  grid-row: 1 / 3;
  align-items: flex-end;
  align-self: end;
  flex-flow: column nowrap;
  gap: 5px;
  margin: 0;
}

.social-post.is-protected-proof .social-post__evidence span,
.social-post.is-protected-proof .social-post__evidence strong,
.social-post.is-protected-proof .social-post__evidence.is-approved-earned span,
.social-post.is-protected-proof .social-post__evidence.is-approved-earned strong {
  max-width: min(46vw, 220px);
  min-height: 25px;
  padding-inline: 8px;
  font-size: 9px;
  line-height: 1.15;
  letter-spacing: .55px;
  text-align: right;
  white-space: normal;
}

.social-post.is-protected-proof
  .social-post__evidence.is-approved-earned strong {
  max-width: min(56vw, 320px);
  min-height: 54px;
  padding-inline: 18px;
  border-width: 2px;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .72),
    0 0 32px rgba(var(--theme-rgb-0-255-102), .38);
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.05;
  letter-spacing: 1px;
}

@media (max-width: 760px) {
  .social-post.is-protected-proof .social-post__overlay {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    padding: 36px 12px 10px;
  }

  .social-post.is-protected-proof .social-post__evidence {
    grid-column: 1;
    grid-row: 3;
    align-items: center;
    justify-self: start;
    max-width: 100%;
    flex-direction: row;
  }

  .social-post.is-protected-proof .social-post__evidence span,
  .social-post.is-protected-proof .social-post__evidence strong,
  .social-post.is-protected-proof .social-post__evidence.is-approved-earned span,
  .social-post.is-protected-proof .social-post__evidence.is-approved-earned strong {
    max-width: calc(50% - 3px);
    min-height: 44px;
    font-size: clamp(14px, 4.4vw, 20px);
  }
}
