/* Minecraft Türkiye — sosyal akış */

.vgnw-social-page,
.vgnw-social-embed {
  --social-red: #ed2c29;
  --social-red-dark: #9f1715;
  --social-canvas: #171615;
  --social-card: #262423;
  --social-raised: #302d2c;
  --social-edge: #504e4e;
  color: #fff;
  font-family: "Minecraft Seven v2", "Minecraft Seven", sans-serif;
}

.vgnw-social-page *,
.vgnw-social-embed * {
  box-sizing: border-box;
  border-radius: 0 !important;
}

.vgnw-social-page {
  min-height: 70vh;
  background: var(--social-canvas);
  padding-bottom: 56px;
}

.vgnw-social-shell {
  width: min(1200px, calc(100% - 32px));
  margin-inline: auto;
}

.vgnw-social-hero {
  padding: 64px 0 48px;
  background: #100f0e;
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.32);
}

.vgnw-social-hero__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 8px;
  color: #fff;
  background: var(--social-red);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.42);
  font-family: "Minecraft Five", monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.vgnw-social-hero h1,
.vgnw-social-side h2 {
  margin: 0;
  font-family: "Minecraft", "Minecraft Ten", sans-serif;
  line-height: 1;
}

.vgnw-social-hero h1 {
  font-size: clamp(34px, 5vw, 56px);
}

.vgnw-social-hero p {
  max-width: 680px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 1.55;
}

.vgnw-social-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 26px;
  align-items: start;
  padding-top: 32px;
}

.vgnw-social-main,
.vgnw-social-feed {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.vgnw-social-side {
  position: sticky;
  top: 96px;
}

.vgnw-social-side__card {
  padding: 22px;
  background: var(--social-card);
  box-shadow: inset -4px 4px 0 rgba(255, 255, 255, 0.06), inset 4px -4px 0 #000;
}

.vgnw-social-side h2 {
  font-size: 22px;
}

.vgnw-social-side p,
.vgnw-social-side li {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.55;
}

.vgnw-social-side ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding-left: 18px;
}

.vgnw-social-notice {
  padding: 13px 16px;
  border-left: 4px solid var(--social-red);
  background: #2b1b1a;
  color: rgba(255, 255, 255, 0.84);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.28);
  font-size: 13px;
}

.vgnw-social-notice--error {
  border-left-color: var(--social-red);
  background: #351817;
  color: #ffd9d8;
}

.vgnw-social-login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  background: var(--social-card);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.32);
}

.vgnw-social-login p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.vgnw-social-login a,
.vgnw-social-composer button,
.vgnw-social-reply-form button,
.vgnw-social-report button {
  border: 0;
  padding: 11px 15px;
  background: var(--social-red);
  color: #fff;
  box-shadow: 0 3px 0 #6f1210;
  font-family: "Minecraft Five", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
}

.vgnw-social-login a:hover,
.vgnw-social-composer button:hover,
.vgnw-social-reply-form button:hover,
.vgnw-social-report button:hover {
  background: var(--social-red-dark);
}

.vgnw-social-composer button:disabled,
.vgnw-social-reply-form button:disabled,
.vgnw-social-report button:disabled,
.vgnw-social-action-form button:disabled {
  opacity: 0.52;
  cursor: wait;
}

.vgnw-social-composer {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  background: var(--social-card);
  box-shadow: inset -4px 4px 0 rgba(255, 255, 255, 0.07), inset 4px -4px 0 #000;
}

.vgnw-social-composer__avatar img {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: cover;
  background: #151413;
  image-rendering: pixelated;
}

.vgnw-social-composer__main {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.vgnw-social-composer__target {
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr);
  gap: 12px;
  align-items: center;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.vgnw-social-composer select,
.vgnw-social-composer textarea,
.vgnw-social-reply-form textarea,
.vgnw-social-report textarea {
  width: 100%;
  border: 1px solid var(--social-edge);
  outline: 0;
  background: #151413;
  color: #fff;
  font: inherit;
}

.vgnw-social-composer select {
  min-height: 40px;
  padding: 8px 10px;
}

.vgnw-social-composer textarea {
  min-height: 96px;
  padding: 14px;
  resize: vertical;
  line-height: 1.45;
}

.vgnw-social-composer select:focus,
.vgnw-social-composer textarea:focus,
.vgnw-social-reply-form textarea:focus,
.vgnw-social-report textarea:focus {
  border-color: var(--social-red);
  outline: 2px solid var(--social-red);
  outline-offset: 2px;
}

.vgnw-social-composer__foot {
  display: flex;
  align-items: center;
  gap: 12px;
}

.vgnw-social-composer__foot small {
  margin-right: auto;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
}

.vgnw-social-composer__media {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 11px;
  border: 1px solid var(--social-edge);
  background: #211f1e;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Minecraft Five", monospace;
  font-size: 9px;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.vgnw-social-composer__media input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.vgnw-social-composer__preview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.vgnw-social-composer__preview img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  image-rendering: pixelated;
}

.vgnw-social-form-status {
  min-height: 16px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}

.vgnw-social-form-status.is-error {
  color: #ff8d89;
}

.vgnw-social-tabs {
  display: flex;
  gap: 1px;
  overflow-x: auto;
  background: #100f0e;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}

.vgnw-social-tabs a {
  display: block;
  flex: 0 0 auto;
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.56);
  font-family: "Minecraft Five", monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.vgnw-social-tabs a:hover,
.vgnw-social-tabs a.is-active {
  background: var(--social-red);
  color: #fff;
}

.vgnw-social-card {
  min-width: 0;
  background: var(--social-card);
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.32);
  scroll-margin-top: 90px;
}

.vgnw-social-card__head {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 15px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.vgnw-social-card__identity,
.vgnw-social-card__target {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #fff;
  text-decoration: none;
}

.vgnw-social-card__identity img,
.vgnw-social-card__target img {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  object-fit: cover;
  background: #151413;
  image-rendering: pixelated;
}

.vgnw-social-card__target img {
  width: 28px;
  height: 28px;
}

.vgnw-social-card__identity strong,
.vgnw-social-card__target strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.vgnw-social-card__target strong {
  color: #f1b4b2;
}

.vgnw-social-card__identity:hover strong,
.vgnw-social-card__target:hover strong {
  color: var(--social-red);
}

.vgnw-social-card__arrow {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.36);
  font-size: 22px;
  line-height: 1;
}

.vgnw-social-card__stamp {
  display: grid;
  justify-items: end;
  gap: 4px;
  margin-left: auto;
  flex: 0 0 auto;
}

.vgnw-social-card__stamp span {
  color: var(--social-red);
  font-family: "Minecraft Five", monospace;
  font-size: 8px;
  letter-spacing: 0.08em;
}

.vgnw-social-card__stamp time {
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
}

.vgnw-social-card__text {
  padding: 18px 18px 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.55;
}

.vgnw-social-card__text p {
  margin: 0 0 10px;
}

.vgnw-social-card__text p:last-child {
  margin-bottom: 0;
}

.vgnw-social-card__media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  padding: 0 18px 18px;
}

.vgnw-social-card__media--1 {
  grid-template-columns: 1fr;
}

.vgnw-social-card__media img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  background: #100f0e;
  image-rendering: pixelated;
}

.vgnw-social-card__media--1 img {
  height: auto;
  max-height: 560px;
  object-fit: contain;
}

.vgnw-social-card__actions {
  display: flex;
  align-items: stretch;
  gap: 1px;
  padding: 0 18px 18px;
}

.vgnw-social-card__actions > button,
.vgnw-social-card__actions > a,
.vgnw-social-action-form button,
.vgnw-social-report summary {
  min-height: 34px;
  border: 0;
  padding: 9px 11px;
  background: #181716;
  color: rgba(255, 255, 255, 0.62);
  font-family: "Minecraft Five", monospace;
  font-size: 8px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.vgnw-social-action-form {
  margin: 0;
}

.vgnw-social-action-form button.is-active,
.vgnw-social-card__actions > button:hover,
.vgnw-social-card__actions > a:hover,
.vgnw-social-action-form button:hover,
.vgnw-social-report summary:hover {
  background: var(--social-red);
  color: #fff;
}

.vgnw-social-card__actions b {
  margin-left: 3px;
  color: inherit;
}

.vgnw-social-report {
  position: relative;
  margin-left: auto;
}

.vgnw-social-report summary {
  display: flex;
  align-items: center;
  list-style: none;
}

.vgnw-social-report summary::-webkit-details-marker {
  display: none;
}

.vgnw-social-report form {
  position: absolute;
  z-index: 5;
  right: 0;
  top: calc(100% + 6px);
  display: grid;
  gap: 8px;
  width: min(290px, 78vw);
  padding: 12px;
  border: 1px solid var(--social-edge);
  background: #100f0e;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.4);
}

.vgnw-social-report textarea {
  min-height: 72px;
  padding: 10px;
  resize: vertical;
  font-size: 12px;
}

.vgnw-social-card__replies {
  display: grid;
  gap: 9px;
  margin: 0 18px 14px;
  padding: 12px;
  background: #1b1918;
}

.vgnw-social-card__replies[hidden],
.vgnw-social-reply-form[hidden] {
  display: none;
}

.vgnw-social-reply {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 9px;
}

.vgnw-social-reply__avatar {
  width: 34px;
  height: 34px;
  object-fit: cover;
  image-rendering: pixelated;
}

.vgnw-social-reply__body {
  min-width: 0;
}

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

.vgnw-social-reply__meta > time {
  margin-left: auto;
}

.vgnw-social-reply__meta a,
.vgnw-social-reply__meta strong {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.vgnw-social-reply__meta time {
  color: rgba(255, 255, 255, 0.34);
  font-size: 9px;
}

.vgnw-social-reply__report {
  margin-left: 0;
}

.vgnw-social-reply__report summary {
  min-height: 0;
  padding: 3px 5px;
  font-size: 7px;
}

.vgnw-social-reply p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.45;
}

.vgnw-social-reply-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: end;
  padding: 0 18px 18px;
}

.vgnw-social-reply-form label {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
}

.vgnw-social-reply-form textarea {
  min-height: 64px;
  padding: 10px;
  resize: vertical;
  font-size: 12px;
}

.vgnw-social-empty {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 42px 20px;
  background: var(--social-card);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.32);
  text-align: center;
}

.vgnw-social-empty strong {
  font-family: "Minecraft Ten", "Minecraft", sans-serif;
  font-size: 22px;
}

.vgnw-social-empty span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

.vgnw-social-pagination {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-top: 8px;
}

.vgnw-social-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 8px;
  background: var(--social-card);
  color: #fff;
  font-family: "Minecraft Five", monospace;
  font-size: 9px;
  text-decoration: none;
}

.vgnw-social-pagination .current,
.vgnw-social-pagination a:hover {
  background: var(--social-red);
}

.vgnw-social-embed {
  display: grid;
  gap: 16px;
}

.server-detail-section__social-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.server-detail-section__social-head h2 {
  margin-bottom: 7px;
}

.server-detail-section__social-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.server-detail-section__social-head > a {
  flex: 0 0 auto;
  color: #fff;
  font-family: "Minecraft Five", monospace;
  font-size: 9px;
  text-decoration-color: var(--social-red);
  text-underline-offset: 4px;
}

.vgnw-pf__wall-social {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.vgnw-social-card--compact .vgnw-social-card__head {
  padding: 10px;
}

.vgnw-social-card--compact .vgnw-social-card__identity img,
.vgnw-social-card--compact .vgnw-social-card__target img {
  width: 28px;
  height: 28px;
}

.vgnw-social-card--compact .vgnw-social-card__identity strong,
.vgnw-social-card--compact .vgnw-social-card__target strong {
  font-size: 11px;
}

.vgnw-social-card--compact .vgnw-social-card__stamp,
.vgnw-social-card--compact .vgnw-social-card__replies,
.vgnw-social-card--compact .vgnw-social-reply-form,
.vgnw-social-card--compact .vgnw-social-report {
  display: none;
}

.vgnw-social-card--compact .vgnw-social-card__text {
  padding: 12px;
  font-size: 12px;
}

.vgnw-social-card--compact .vgnw-social-card__media {
  padding: 0 12px 12px;
}

.vgnw-social-card--compact .vgnw-social-card__media img {
  max-height: 220px;
}

.vgnw-social-card--compact .vgnw-social-card__actions {
  padding: 0 12px 12px;
}

@media (max-width: 900px) {
  .vgnw-social-layout {
    grid-template-columns: 1fr;
  }

  .vgnw-social-side {
    position: static;
  }
}

@media (max-width: 640px) {
  .vgnw-social-shell {
    width: min(100% - 26px, 1200px);
  }

  .vgnw-social-hero {
    padding: 42px 0 34px;
  }

  .vgnw-social-composer {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 13px;
  }

  .vgnw-social-composer__avatar img {
    width: 38px;
    height: 38px;
  }

  .vgnw-social-composer__target {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .vgnw-social-composer__foot {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .vgnw-social-composer__foot small {
    order: 3;
    width: 100%;
  }

  .vgnw-social-composer__foot button {
    margin-left: auto;
  }

  .vgnw-social-card__head {
    flex-wrap: wrap;
    padding: 13px;
  }

  .vgnw-social-card__identity,
  .vgnw-social-card__target {
    max-width: calc(50% - 18px);
  }

  .vgnw-social-card__stamp {
    width: calc(100% - 43px);
    grid-auto-flow: column;
    justify-content: space-between;
    justify-items: start;
    margin: 2px 0 0 43px;
  }

  .vgnw-social-card__text {
    padding: 15px 13px 12px;
  }

  .vgnw-social-card__media {
    padding: 0 13px 13px;
  }

  .vgnw-social-card__media img {
    height: 180px;
  }

  .vgnw-social-card__actions {
    flex-wrap: wrap;
    padding: 0 13px 13px;
  }

  .vgnw-social-report {
    margin-left: 0;
  }

  .vgnw-social-card__replies {
    margin-inline: 13px;
  }

  .vgnw-social-reply-form {
    grid-template-columns: 1fr;
    padding-inline: 13px;
  }

  .server-detail-section__social-head {
    align-items: start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vgnw-social-page *,
  .vgnw-social-embed * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
