/* Server introductions use the forum's shared fonts, surfaces and block frames. */
.server-page--profile {
  --server-line: rgba(255,255,255,.08);
  --server-frame: inset -4px 4px 0 rgba(255,255,255,.06), inset 4px -4px 0 rgba(0,0,0,.5), 0 4px 0 rgba(0,0,0,.35);
  --server-nav-top: 82px;
  padding-top: var(--space-6);
  color: var(--fg-1);
  font-family: var(--font-body);
}
.server-page--profile [hidden] { display: none !important; }
.server-page--profile :is(button,a,summary,.server-gallery-viewport):focus-visible { outline: 2px solid var(--mctr-red); outline-offset: 4px; }
.server-profile-cover { width: min(var(--layout-content-width),calc(100% - 40px)); margin-inline: auto; margin-bottom: 0; }
.server-page--profile .server-hero-fg { position: relative; width: 100%; min-height: 0; padding: 36px 32px; background: transparent; box-shadow: none; display: flex; flex-direction: column; gap: 22px; text-align: center; }
.server-profile-topline { position: absolute; top: 20px; right: 24px; display: flex; justify-content: flex-end; align-items: center; }

.server-profile-identity { display: flex; flex-direction: column; align-items: center; gap: 16px; width: 100%; min-width: 0; }
.server-page--profile .server-hero-fg__logo { position: static; width: 96px; height: 88px; transform: none; object-fit: contain; }
.server-profile-identity__text { width: 100%; min-width: 0; }
.server-page--profile .server-hero-fg__title-row h1 { font: clamp(34px,4vw,52px)/1.1 var(--font-display); margin: 0; }
.server-page--profile .server-hero-fg__meta { margin-top: 16px; gap: 10px 20px; }
.server-page--profile .server-hero-fg__meta > span { min-height: 0; color: var(--fg-2); font: 15px/1.5 var(--font-body); }
.server-page--profile .server-hero-fg__badges { margin-top: 14px; gap: 6px; }
.server-page--profile .server-hero-fg__badges :is(span,a) { min-height: 0; padding: 4px 8px; background: var(--bg-darker); color: var(--fg-3); font: 10px/1.4 var(--font-pixel); text-decoration: none; text-transform: uppercase; transition: color 180ms,background 180ms; }
.server-page--profile .server-hero-fg__badges a:hover { color: var(--fg-1); background: var(--bg-3); }
.server-page--profile .server-profile-about { width: min(760px,100%); padding: 0; margin: 0; background: transparent; box-shadow: none; }
.server-page--profile .server-profile-about h2 { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.server-page--profile .server-entry-content,.server-about-preview { color: var(--fg-2); font: 18px/1.65 var(--font-body); overflow-wrap: anywhere; }
.server-page--profile .server-entry-content p,.server-about-preview { margin: 0; }
.server-page--profile .server-about-preview { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.server-page--profile .server-entry-content > * + * { margin-top: 14px; }
.server-page--profile .server-entry-content :is(img,video,iframe) { max-width: 100%; }
.server-page--profile .server-entry-content img { height: auto; margin-inline: auto; }
.server-page--profile .server-text-action { margin-top: 10px; padding: 8px 12px; border: 1px solid var(--server-line); background: transparent; color: var(--fg-2); font: 10px/1.4 var(--font-pixel); cursor: pointer; }
.server-page--profile .server-text-action:hover { color: var(--fg-1); background: var(--bg-3); }
.server-page--profile .server-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 22px; margin-top: 16px; }
.server-page--profile .server-links :is(a,span) { display: inline-flex; align-items: center; gap: 8px; min-height: 36px; padding: 4px 0; color: var(--fg-2); background: transparent; box-shadow: none; font: 15px/1.5 var(--font-body); text-decoration: none; border-bottom: 1px solid var(--server-line); transition: color 180ms,border-color 180ms; }
.server-page--profile .server-links a:hover { color: var(--fg-1); background: transparent; box-shadow: none; border-bottom-color: var(--mctr-red); }
.server-links svg { width: 17px; height: 17px; flex-shrink: 0; color: var(--fg-3); }
.server-status-signal { display: inline-block; width: 15px; height: 15px; flex-shrink: 0; color: var(--status-offline); }
.server-hero-fg__status.is-online .server-status-signal { color: var(--status-online); }
.server-profile-connect { display: grid; grid-template-columns: minmax(0,max-content) 140px; width: max-content; max-width: 100%; gap: 12px; align-items: stretch; }
.server-page--profile .server-hero-fg__ip { position: relative; display: block; box-shadow: none; min-width: 0; }
.server-page--profile .server-ip-copy { display: flex; align-items: center; justify-content: space-between; gap: 44px; width: 100%; height: 100%; min-height: 76px; padding: 16px 24px; background: var(--bg-darker); color: var(--fg-1); border: 0; text-align: left; white-space: normal; box-shadow: var(--server-frame); text-transform: none; letter-spacing: 0; cursor: pointer; position: relative; isolation: isolate; transition: background var(--dur-fast); }
.server-page--profile .server-ip-copy:hover { background: var(--bg-3); }
.server-ip-copy__text { display: grid; gap: 8px; min-width: 0; }
.server-ip-copy__text small { color: var(--fg-muted); font: 9px/1.3 var(--font-pixel); }
.server-page--profile .server-ip-copy__value { font: 700 13px/1.6 var(--font-pixel); letter-spacing: 1.5px; text-transform: uppercase; overflow-wrap: anywhere; }
.server-ip-copy__affordance { width: 76px; display: grid; justify-items: center; gap: 6px; flex-shrink: 0; font: 8px/1.3 var(--font-pixel); color: var(--fg-3); }
.server-page--profile .server-ip-copy__icon { width: 20px; height: 20px; }
.server-page--profile .server-ip-status,.server-page--profile .server-ip-status:not(:empty) { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; min-height: 0; padding: 0; }
.server-page--profile .server-ip-copy.is-copied { box-shadow: var(--server-frame); color: var(--fg-1); }
.server-page--profile .server-ip-copy.is-copied :is(small,.server-ip-copy__affordance) { color: var(--fg-1); }
.server-page--profile .server-ip-copy.is-copy-error { box-shadow: inset 0 -3px var(--mctr-red); }
.server-page--profile .server-hero-vote { width: auto; min-width: 0; min-height: 76px; margin: 0; padding: 14px 12px; display: flex; flex-direction: column; justify-content: center; gap: 10px; background: var(--mctr-red); box-shadow: inset 0 -4px var(--mctr-red-dark); text-decoration: none; }
.server-page--profile .server-hero-vote strong { font: 12px/1.2 var(--font-pixel); }
.server-page--profile .server-hero-vote > span { border: 0; padding: 0; font: 13px/1.2 var(--font-body); color: var(--fg-2); }
.server-page--profile .server-hero-vote { transition: background 200ms ease,box-shadow 200ms ease; }
.server-page--profile .server-hero-vote:hover { filter: none; transform: none; background: var(--mctr-red-dark); box-shadow: inset 0 -4px rgba(0,0,0,.3); }
.server-page--profile .server-verified-badge { z-index: 40; }
.server-verified-badge > button { border: 0; background: transparent; color: var(--status-online); width: 30px; height: 34px; display: grid; place-items: center; padding: 2px; cursor: help; }
.server-verified-badge > button svg { width: 26px; height: 26px; }
.server-page--profile .server-verified-badge__tooltip { display: none; top: calc(100% + 8px); left: 50%; right: auto; width: 264px; max-width: calc(100vw - 32px); transform: translateX(calc(-50% + var(--tooltip-shift,0px))); border: 0; background: var(--bg-darker); padding: 16px; box-shadow: var(--server-frame); text-align: left; pointer-events: none; }
.server-page--profile .server-verified-badge__tooltip::before { display: none; }
.server-page--profile .server-verified-badge__tooltip strong { display: block; color: var(--fg-1); font: 15px/1.4 var(--font-body); }
.server-page--profile .server-verified-badge__tooltip small { display: block; margin-top: 6px; color: var(--fg-3); font: 13px/1.5 var(--font-body); }
.server-page--profile .server-verified-badge:hover .server-verified-badge__tooltip { opacity: 0; visibility: hidden; }
.server-page--profile .server-verified-badge.is-visible .server-verified-badge__tooltip { display: block; opacity: 1; visibility: visible; pointer-events: auto; }
.server-section-nav { position: static; padding: 0 24px 4px; border-top: 1px solid var(--server-line); }
.server-section-nav summary { display: none; list-style: none; cursor: pointer; padding: 16px 4px; color: var(--fg-2); font: 15px/1.5 var(--font-body); }
.server-section-nav summary::-webkit-details-marker { display: none; }
.server-section-nav summary span { font-size: 22px; }
.server-section-nav__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 2px 10px; padding: 8px 0; }
.server-section-nav a { padding: 10px 6px; color: var(--fg-3); font: 13px/1.5 var(--font-body); text-transform: none; text-decoration: none; border-bottom: 2px solid transparent; transition: color 180ms,border-color 180ms; }
.server-section-nav a:hover,.server-section-nav a[aria-current] { color: var(--fg-1); border-bottom-color: var(--mctr-red); }
.server-page--profile .server-page-content { padding-top: 28px; gap: 28px; }
.server-page--profile :is(section[id],#genel-bakis,#comments,#ani-paylas,#yetkili-alimlari,#server-recruitments-title) { scroll-margin-top: calc(var(--server-nav-top) + 20px); }
.server-page--profile .server-page-content > .server-detail-section { padding: 36px 32px; background: var(--bg-2); box-shadow: var(--server-frame); }
.server-page--profile .server-detail-section h2 { margin: 0 0 28px; text-align: center; font: 40px/1.15 var(--font-display); }
.server-page--profile .server-section-heading { display: flex; flex-direction: column; align-items: center; gap: 8px; margin-bottom: 28px; text-align: center; }
.server-page--profile .server-section-heading h2 { margin: 8px 0 0; }
.server-eyebrow { color: var(--fg-muted); font: 10px/1.5 var(--font-pixel); }
.server-section-note { color: var(--fg-muted); font: 13px/1.5 var(--font-body); }
.server-section-empty { margin: 0; text-align: center; color: var(--fg-3); font: 16px/1.6 var(--font-body); }
.server-page--profile .server-feature-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.server-page--profile .server-feature-card { flex: 0 0 calc((100% - (var(--feature-columns,5) - 1)*12px)/var(--feature-columns,5)); min-width: 0; padding: 22px 12px; background: var(--bg-darker); box-shadow: var(--shadow-card-seat); }
.server-page--profile .server-feature-card img { width: 44px; height: 44px; order: -1; margin-bottom: 4px; }
.server-page--profile .server-feature-card span { font: 18px/1.4 var(--font-body); overflow-wrap: anywhere; }
.server-page--profile .server-feature-card small { color: var(--fg-muted); font: 13px/1.4 var(--font-body); }
.server-page--profile .server-system-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.server-page--profile .server-system-card { flex: 1 1 280px; max-width: calc(50% - 8px); padding: 28px 24px; text-align: center; background: var(--bg-darker); box-shadow: var(--server-frame); }
.server-page--profile .server-system-card img { width: 64px; height: 64px; margin: 0 auto 20px; image-rendering: pixelated; }
.server-page--profile .server-system-card h3 { font: 28px/1.2 var(--font-display); margin: 0; }
.server-page--profile .server-system-card p { color: var(--fg-2); font: 16px/1.65 var(--font-body); margin-top: 12px; }
.server-gallery-viewport { position: relative; overflow: hidden; background: var(--bg-darker); touch-action: pan-y pinch-zoom; cursor: grab; }
.server-gallery-viewport.is-dragging { cursor: grabbing; }
.server-page--profile .server-gallery-main { display: block; width: 100%; height: clamp(240px,42vw,520px); object-fit: contain; background: var(--bg-darker); border: 0; user-select: none; -webkit-user-drag: none; }
.server-page--profile .server-gallery-ghost { position: absolute; inset: 0; pointer-events: none; }
.server-page--profile .server-gallery-nav { top: 50%; transform: translateY(-50%); width: 44px; height: 44px; display: grid; place-items: center; border: 0; background: var(--bg-button); box-shadow: var(--shadow-card-seat); z-index: 2; transition: opacity 180ms ease,background 180ms ease; }
@media (hover:hover) and (pointer:fine) {
  .server-page--profile .server-gallery-nav { opacity: 0; pointer-events: none; }
  .server-page--profile .server-gallery-viewport:is(:hover,:focus-within) .server-gallery-nav { opacity: 1; pointer-events: auto; }
}
.server-gallery-nav svg { width: 18px; height: 18px; }
.server-page--profile .server-gallery-nav:hover { background: var(--mctr-red); }
.server-page--profile .server-gallery-index { font: 12px/1.4 var(--font-pixel); color: var(--fg-muted); }
.server-page--profile .server-gallery-thumbs { justify-content: safe center; }
.server-page--profile .server-gallery-thumb.is-active { border-color: var(--mctr-red); }
.server-gallery[data-gallery-count="1"] :is(.server-gallery-nav,.server-gallery-index,.server-gallery-thumbs) { display: none; }
/* Restore the original large body-skin cards; role colors belong to that component. */
.server-page--profile .server-team-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.server-page--profile .server-team-card { flex: 0 0 calc(25% - 9px); min-width: 0; }
.server-page--profile .server-team-name { max-width: 100%; font-size: clamp(22px,2.2vw,34px); overflow-wrap: anywhere; }
.server-page--profile .server-recruitment-topics { margin-top: 32px; padding-top: 28px; }
.server-page--profile .server-recruitment-topics__list { padding: 4px; }
.server-page--profile .server-recruitment-topics .vgnw-thread-row { background: var(--bg-2); }
.server-page--profile .server-map-head { text-align: center; }
.server-page--profile .server-map-head p { margin: 0 auto; color: var(--fg-3); }
/* Charts retain their data distribution. */
.server-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 0 24px; padding: 4px; background: var(--bg-darker); box-shadow: var(--server-frame); }
.server-metrics > div { padding: 20px; border-left: 1px solid var(--server-line); }
.server-metrics > div:first-child { border-left: 0; }
.server-metrics dt { color: var(--fg-3); font: 13px/1.4 var(--font-body); }
.server-metrics dd { margin: 10px 0 6px; color: var(--fg-1); font: 36px/1 var(--font-display); }
.server-metrics small { display: block; color: var(--fg-3); font: 11px/1.5 var(--font-body); }
.server-charts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.server-chart { min-width: 0; padding: 24px; background: var(--bg-darker); box-shadow: var(--server-frame); }
.server-chart > header { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; min-height: 45px; padding: 0 0 18px; border-bottom: 1px solid var(--server-line); }
.server-chart h3 { margin: 0; color: var(--fg-1); font: 22px/1.2 var(--font-display); }
.server-chart header p { margin: 6px 0 0; color: var(--fg-3); font: 11px/1.4 var(--font-body); }
.server-chart-switch { display: flex; padding: 3px; background: var(--bg-darker); flex-shrink: 0; }
.server-chart-switch button { border: 0; background: transparent; padding: 8px; color: var(--fg-3); font: 8px/1.2 var(--font-pixel); cursor: pointer; }
.server-chart-switch button[aria-pressed=true] { background: var(--bg-3); color: var(--fg-1); }
.server-chart-summary { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin: 20px 0 14px; }
.server-chart-summary > strong { font: 30px/1 var(--font-display); color: var(--fg-1); }
.server-chart-summary small { display: block; margin-top: 6px; font: 11px/1.3 var(--font-body); color: var(--fg-3); }
.server-chart-summary > span { color: var(--fg-3); font: 11px/1.6 var(--font-body); text-align: right; }
.server-chart-summary b { color: var(--fg-3); font-weight: 400; }
.server-line-chart { position: relative; padding-top: 5px; }
.server-chart-ceiling { position: absolute; left: 0; top: 0; color: var(--fg-3); font: 10px/1 var(--font-body); }
.server-line-chart svg { display: block; width: 100%; height: 170px; overflow: visible; }
.server-chart-grid { stroke: var(--server-line); fill: none; stroke-dasharray: 3 4; }
.server-chart-line { stroke: var(--status-online); fill: none; stroke-width: 2; vector-effect: non-scaling-stroke; }
.server-line-chart circle { fill: var(--status-online); }
.server-chart-axis { display: flex; justify-content: space-between; margin: 8px 0 12px; color: var(--fg-3); font: 10px/1.4 var(--font-body); }
.server-vote-chart { display: grid; grid-template-columns: repeat(30, minmax(0, 1fr)); align-items: stretch; gap: 3px; height: 175px; padding-top: 22px; border-bottom: 1px solid var(--border-default); background: repeating-linear-gradient(to top, transparent 0, transparent 49px, var(--server-line) 49px, var(--server-line) 50px); }
.server-vote-chart__day { display: flex; align-items: end; justify-content: stretch; position: relative; outline-offset: 2px; }
.server-vote-chart__bar { display: block; width: 100%; height: max(1px, var(--bar-height)); background: var(--mctr-red); }
.server-vote-chart__tip { display: none; position: absolute; bottom: calc(var(--bar-height, 100%) + 6px); left: 50%; transform: translateX(-50%); white-space: nowrap; background: var(--bg-darker); border: 1px solid var(--border-default); padding: 5px 7px; color: var(--fg-1); font: 11px/1.3 var(--font-body); z-index: 2; }
.server-vote-chart__day:first-child .server-vote-chart__tip { left: 0; transform: none; }
.server-vote-chart__day:nth-last-child(-n+3) .server-vote-chart__tip { left: auto; right: 0; transform: none; }
.server-vote-chart__day:hover .server-vote-chart__tip, .server-vote-chart__day:focus .server-vote-chart__tip { display: block; }
.server-vote-chart__day:hover .server-vote-chart__bar { background: var(--mctr-red-soft); }
.server-chart-tabs { display: flex; flex-wrap: wrap; gap: 4px 16px; margin: 14px 0 0; border-bottom: 1px solid var(--server-line); }
.server-chart-tabs button { padding: 10px 0; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--fg-3); font: 14px/1.5 var(--font-body); cursor: pointer; }
.server-chart-tabs button:hover { color: var(--fg-1); }
.server-chart-tabs button[aria-selected=true] { color: var(--fg-1); border-bottom-color: var(--mctr-red); }
.server-chart.is-enhanced .server-chart-stage { height: 340px; }
.server-chart.is-enhanced [data-chart-view-panel] { height: 100%; overflow: auto; scrollbar-width: thin; scrollbar-color: var(--bg-3) transparent; overscroll-behavior: contain; }
.server-chart-table { padding-top: 20px; color: var(--fg-3); font: 13px/1.5 var(--font-body); }
.server-chart-table table { width: 100%; text-align: left; border-collapse: collapse; }
.server-chart-table caption { text-align: left; padding: 0 0 10px; }
.server-chart-table :is(th, td) { border-bottom: 1px solid var(--server-line); padding: 10px 8px; font-weight: 400; }
.server-chart-table :is(th,td):last-child { text-align: right; }
.server-chart-table thead th { position: sticky; top: 0; background: var(--bg-darker); color: var(--fg-1); }
.server-chart-table tbody tr:hover { background: var(--bg-2); }
.server-voter-rank { width: 50px; color: var(--fg-1); font-family: var(--font-pixel); font-size: 10px; }
.server-chart-empty { padding: 44px 12px; color: var(--fg-3); font: 14px/1.7 var(--font-body); min-height: 207px; }
.server-chart-zero { color: var(--fg-3); font: 12px/1.5 var(--font-body); }

.server-page--profile .server-section-intro { color: var(--fg-3); font: 16px/1.6 var(--font-body); text-align: center; margin: -14px 0 24px; }
.server-memory-composer { margin: 0 auto 24px; text-align: center; }
.server-memory-composer > summary,.server-memory-login { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 12px 20px; color: var(--fg-1); background: var(--bg-button); box-shadow: var(--shadow-card-seat); cursor: pointer; font: 10px/1.5 var(--font-pixel); list-style: none; text-decoration: none; }
.server-memory-composer > summary::-webkit-details-marker { display: none; }
.server-memory-composer > summary:hover,.server-memory-login:hover { background: var(--mctr-red); }
.server-memory-composer[open] > summary { margin-bottom: 20px; }
.server-memory-composer > div { text-align: left; }
.server-memory-login { display: flex; width: fit-content; margin: 0 auto 24px; }
.server-page--profile .server-detail-section--memories :is(.vgnw-social-composer,.vgnw-social-feed) { width: 100%; max-width: none; margin-inline: auto; }
.server-page--profile .vgnw-social-card__target,.server-page--profile .vgnw-social-card__arrow { display: none; }
.server-page--profile .vgnw-social-card { background: var(--bg-darker); }
.server-memory-slider { min-width: 0; width: 100%; }
.server-memory-controls { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin: 0 0 14px; }
.server-memory-controls > span { margin-right: 8px; color: var(--fg-3); font: 13px/1.5 var(--font-body); }
.server-memory-controls button { display: grid; place-items: center; width: 40px; height: 38px; border: 0; color: var(--fg-2); background: var(--bg-button); box-shadow: var(--shadow-card-seat); cursor: pointer; }
.server-memory-controls button:hover:not(:disabled) { background: var(--bg-3); color: var(--fg-1); }
.server-memory-controls button:disabled { opacity: .35; cursor: default; }
.server-memory-controls svg { width: 16px; height: 16px; }
.server-page--profile .server-memory-slider .vgnw-social-feed { display: flex; align-items: flex-start; gap: 24px; padding: 4px 4px 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--bg-3) transparent; }
.server-memory-slider .vgnw-social-feed.is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
.server-page--profile .server-memory-slider .vgnw-social-card { flex: 0 0 calc((100% - 24px) / 2); min-width: 0; max-width: none; margin: 0; scroll-snap-align: start; display: flex; flex-direction: column; min-height: 400px; height: auto; overflow: visible; }
.server-memory-slider .vgnw-social-card__text { overflow-wrap: anywhere; }
.server-memory-slider .vgnw-social-card__text.is-collapsed { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }
.server-memory-expand { margin: 0 18px 16px; padding: 4px 0; color: var(--fg-3); border: 0; border-bottom: 1px solid var(--server-line); background: transparent; font: 13px/1.5 var(--font-body); cursor: pointer; }
.server-memory-expand:hover { color: var(--fg-1); border-bottom-color: var(--mctr-red); }
.server-memory-slider .vgnw-social-card__actions { flex-wrap: wrap; margin-top: auto; padding: 16px 20px; border-top: 1px solid var(--server-line); gap: 12px; }
.server-memory-slider .vgnw-social-card__actions :is(.vgnw-post__action,.vgnw-post__like) { min-height: 40px; padding: 8px 12px; font-size: 10px; background: transparent; }
.server-memory-slider .vgnw-social-card__actions .vgnw-social-action-icon { width: 14px; height: 14px; }
.server-memory-slider .vgnw-social-card__head { padding: 18px 20px; gap: 12px; }
.server-memory-slider .vgnw-social-card__identity strong { font: 17px/1.4 var(--font-body); }
.server-memory-slider .vgnw-social-card__stamp { margin-left: auto; }
.server-memory-slider .vgnw-social-card__stamp span { display: none; }
.server-memory-slider .vgnw-social-card__stamp time { color: var(--fg-3); font: 13px/1.4 var(--font-body); }
.server-memory-slider .vgnw-social-card__text { padding: 20px; font: 18px/1.7 var(--font-body); }
.server-memory-slider .vgnw-social-card__media { padding: 0 20px 20px; gap: 8px; flex-shrink: 0; max-height: none; }
.server-memory-slider .vgnw-social-card__media img { height: 220px; max-height: none; object-fit: cover; image-rendering: auto; }
.server-memory-slider .vgnw-social-card__media--1 img { height: 340px; max-height: none; object-fit: contain; }
.server-memory-slider .vgnw-social-youtube { margin: 0 20px 20px; padding: 0; }
.server-memory-slider .vgnw-social-youtube img { height: 100%; object-fit: cover; }
.server-memory-menu { position: relative; flex: 0 0 auto; }
.server-memory-menu > summary { display: grid; place-items: center; width: 36px; height: 36px; list-style: none; cursor: pointer; color: var(--fg-2); background: var(--bg-button); font: 20px/1 var(--font-body); }
.server-memory-menu > summary::-webkit-details-marker { display: none; }
.server-memory-menu__panel { position: absolute; z-index: 10; right: 0; top: calc(100% + 8px); width: min(300px,calc(100vw - 68px)); padding: 12px; background: var(--bg-2); border: 1px solid var(--border-default); box-shadow: var(--shadow-forum-panel); }
.server-memory-menu__panel :is([data-social-share],.vgnw-social-report > summary) { display: flex; align-items: center; gap: 10px; width: 100%; min-height: 42px; padding: 10px; color: var(--fg-1); background: transparent; border: 0; font: 15px/1.4 var(--font-body); cursor: pointer; }
.server-memory-menu__panel :is([data-social-share],.vgnw-social-report > summary):hover { background: var(--bg-button); }
.server-memory-menu__panel .vgnw-social-report { margin: 0; }
.server-memory-viewer { box-sizing: border-box; width: min(1440px,calc(100vw - 48px)); height: min(1000px,calc(100dvh - 48px)); max-width: none; max-height: none; margin: auto; padding: 0; border: 4px solid var(--bg-3); background: var(--bg-darker); color: var(--fg-1); box-shadow: var(--shadow-forum-panel); }
.server-memory-viewer[open] { display: flex; flex-direction: column; }
.server-memory-viewer [hidden] { display: none !important; }
.server-memory-viewer::backdrop { background: rgb(0 0 0 / .88); }
.server-memory-viewer__bar { display: flex; align-items: center; gap: 20px; padding: 12px 16px; border-bottom: 1px solid var(--border-default); }
.server-memory-viewer__bar span { margin-right: auto; font: 16px/1.4 var(--font-body); }
.server-memory-viewer__bar a { color: var(--fg-2); font: 14px/1.4 var(--font-body); }
.server-memory-viewer button { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 auto; border: 0; background: var(--bg-button); color: var(--fg-1); font: 24px/1 var(--font-body); cursor: pointer; }
.server-memory-viewer__stage { display: flex; align-items: center; justify-content: center; flex: 1; min-height: 0; padding: 16px; gap: 12px; }
.server-memory-viewer__stage img { display: block; min-width: 0; width: 100%; height: 100%; object-fit: contain; image-rendering: auto; }
.server-memory-viewer__stage button:disabled { opacity: .3; cursor: default; }
.server-memory-viewer__error { text-align: center; font: 16px/1.5 var(--font-body); }
.server-memory-viewer-open { overflow: hidden; }
@media(max-width:760px) {
  .server-page--profile .server-memory-slider .vgnw-social-card { flex-basis: 92%; min-height: 320px; }
  .server-page--profile .server-memory-slider .vgnw-social-feed { gap: 16px; }
  .server-memory-slider .vgnw-social-card__head { position: relative; flex-wrap: wrap; padding: 14px; gap: 8px; }
  .server-memory-menu { position: static; }
  .server-memory-menu__panel { left: 12px; right: 12px; width: auto; top: calc(100% - 8px); }
  .server-memory-slider .vgnw-social-card__identity { flex: 1; }
  .server-memory-slider .vgnw-social-card__stamp { order: 3; width: 100%; margin: 0; text-align: left; }
  .server-memory-slider .vgnw-social-card__text { padding: 16px; font-size: 17px; }
  .server-memory-slider .vgnw-social-card__media { padding: 0 12px 16px; }
  .server-memory-slider .vgnw-social-card__media img { height: 160px; }
  .server-memory-slider .vgnw-social-card__media--1 img { height: auto; max-height: 400px; }
  .server-memory-slider .vgnw-social-card__actions { padding: 12px; gap: 4px; }
  .server-memory-slider .vgnw-social-card__actions :is(.vgnw-post__action,.vgnw-post__like) { padding-inline: 6px; font-size: 9px; }
  .server-memory-viewer { width: calc(100vw - 16px); height: calc(100dvh - 24px); }
  .server-memory-viewer__bar { padding: 8px; gap: 10px; }
  .server-memory-viewer__bar span { font-size: 14px; }
  .server-memory-viewer__stage { position: relative; padding: 8px 8px 58px; }
  .server-memory-viewer__stage button { position: absolute; bottom: 8px; left: calc(50% - 50px); }
  .server-memory-viewer__stage button:last-child { left: calc(50% + 6px); }
}
.server-memory-slider .vgnw-social-report[open] { flex-basis: 100%; margin-left: 0; }
.server-memory-slider .vgnw-social-report form { position: static; width: 100%; max-width: 100%; margin-top: 12px; }
.server-memory-empty { display: flex; align-items: center; justify-content: center; gap: 24px; padding: 28px; background: var(--bg-darker); box-shadow: var(--shadow-card-seat); }
.server-memory-empty img { width: 64px; height: 64px; object-fit: contain; image-rendering: pixelated; }
.server-memory-empty strong { color: var(--fg-2); font: 18px/1.4 var(--font-body); }
.server-memory-empty p { margin: 8px 0 0; color: var(--fg-muted); font: 15px/1.6 var(--font-body); }
.server-memory-pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; margin-top: 24px; }
.server-memory-pagination .page-numbers { padding: 12px; background: var(--bg-button); box-shadow: var(--shadow-card-seat); color: var(--fg-2); font: 12px/1.4 var(--font-body); text-decoration: none; }
.server-memory-pagination .current { background: var(--mctr-red); color: var(--fg-1); }
.server-page--profile .vgnw-comments { margin: 0; padding: 0; }
.server-page--profile .vgnw-comments-empty { margin: 0 0 24px; color: var(--fg-3); text-align: center; font: 17px/1.6 var(--font-body); }
.server-page--profile .vgnw-comment-login { display: flex; flex-direction: column; align-items: center; gap: 16px; background: var(--bg-darker); box-shadow: var(--shadow-card-seat); padding: 28px; margin: 0; }
.server-page--profile .vgnw-comment-login span { color: var(--fg-3); font: 15px/1.6 var(--font-body); text-align: center; }
.server-page--profile .vgnw-comment-login a { padding: 14px 22px; background: var(--mctr-red); box-shadow: inset 0 -4px var(--mctr-red-dark); color: var(--fg-1); font: 10px/1.4 var(--font-pixel); text-decoration: none; }
.server-page--profile .vgnw-comment-form { max-width: none; }
.server-page--profile .vgnw-comment-list { margin-top: 28px; }
.server-page--profile .server-comment { padding: 0; margin: 0 0 16px; background: transparent; box-shadow: none; }
.server-page--profile .server-comment .vgnw-post { margin: 0; min-height: 280px; }
.server-page--profile .server-comment .vgnw-post__body { display: flex; flex-direction: column; }
.server-page--profile .server-comment .vgnw-post__content { flex: 1; }
.server-comment-owner { display: block; margin-top: 10px; color: var(--fg-muted); font: 12px/1.4 var(--font-body); }
.server-page--profile .simple-reply-editor { min-height: 140px; }
.server-page--profile .server-comment .vgnw-post__footer a { font: 10px/1.5 var(--font-pixel); color: var(--fg-2); }
@media (max-width:1050px) {
  .server-page--profile .server-feature-card { flex-basis: calc(25% - 9px); }
  .server-charts { grid-template-columns: minmax(0,1fr); }
  .server-metrics > div { padding: 20px 16px; }
}
@media (max-width:760px) {
  .server-page--profile .server-feature-card { flex-basis: calc(33.333% - 8px); }
  .server-page--profile .server-team-card { flex-basis: calc(50% - 6px); }
  .server-page--profile .server-system-card { max-width: 100%; }
  .server-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .server-metrics > div:nth-child(3) { border-left: 0; }
  .server-metrics > div:nth-child(n+3) { border-top: 1px solid var(--server-line); }
}
@media (max-width:600px) {
  .server-page--profile { --server-nav-top: 68px; padding-top: 16px; }
  .server-page--profile .server-hero-fg { padding: 16px 16px 28px; gap: 22px; }
  .server-profile-topline { position: static; width: 100%; margin-bottom: -12px; }

  .server-page--profile .server-hero-fg__logo { width: 96px; height: 88px; }
  .server-page--profile .server-hero-fg__title-row h1 { font-size: 34px; }
  .server-page--profile .server-hero-fg__meta { margin-top: 12px; gap: 8px 14px; }
  .server-page--profile .server-hero-fg__meta > span { font-size: 13px; }
  .server-page--profile .server-hero-fg__badges :is(span,a) { font-size: 9px; }
  .server-page--profile .server-entry-content,.server-about-preview { font-size: 16px; }
  .server-profile-connect { grid-template-columns: minmax(0,1fr) 86px; gap: 8px; }
  .server-page--profile .server-ip-copy { padding: 14px 16px; gap: 16px; min-height: 72px; }
  .server-page--profile .server-ip-copy__value { font-size: 10px; letter-spacing: .8px; }
  .server-ip-copy__text small { font-size: 8px; }
  .server-ip-copy__affordance > span { display: none; }
  .server-page--profile .server-ip-copy__icon { width: 16px; height: 16px; }
  .server-page--profile .server-hero-vote { min-height: 72px; padding-inline: 6px; }
  .server-page--profile .server-hero-vote strong { font-size: 10px; }
  .server-page--profile .server-hero-vote > span { font-size: 11px; }
  .server-section-nav { padding: 0 18px 4px; }
  .server-section-nav summary { display: flex; justify-content: space-between; align-items: center; }
  .server-section-nav__links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .server-section-nav a { padding: 10px; }
  .server-section-nav details[open] summary span { transform: rotate(45deg); }
  .server-page--profile .server-comment .vgnw-post { min-height: 220px; }
  .server-page--profile .server-page-content { gap: 20px; padding-top: 20px; }
  .server-page--profile .server-page-content > .server-detail-section { padding: 28px 16px; }
  .server-page--profile .server-detail-section h2 { font-size: 30px; margin-bottom: 24px; }
  .server-page--profile .server-section-heading h2 { margin-bottom: 0; }
  .server-page--profile .server-feature-card { flex-basis: calc(50% - 6px); padding: 18px 10px; }
  .server-page--profile .server-feature-card span { font-size: 16px; }
  .server-page--profile .server-feature-card small { font-size: 12px; }
  .server-page--profile .server-system-card { padding: 24px 20px; }
  .server-page--profile .server-system-card h3 { font-size: 26px; }
  .server-page--profile .server-recruitment-topics__head h3 { font-size: 21px; }
  .server-metrics dd { font-size: 30px; }
  .server-metrics dt { font-size: 13px; }
  .server-chart { padding: 20px 14px; }
  .server-chart > header { flex-wrap: wrap; }
  .server-chart-summary > span { max-width: 112px; }
  .server-vote-chart { gap: 2px; }
  .server-memory-empty { padding: 24px 18px; flex-direction: column; text-align: center; gap: 16px; }
}
@media (prefers-reduced-motion:reduce) {
  .server-page--profile * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

.server-page--profile .server-team-grid.is-large{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;padding-bottom:16px;scroll-snap-type:x proximity;scrollbar-color:var(--bg-3) transparent}
.server-page--profile .server-team-grid.is-large .server-team-card{flex:0 0 calc((100% - 48px)/5);min-width:200px;scroll-snap-align:start}
.server-page--profile .server-team-grid.is-large .server-team-name{font-size:clamp(20px,2vw,27px)}
.server-faq-owner{margin-top:26px;border-top:1px solid var(--server-line);padding-top:20px}.server-faq-owner summary{cursor:pointer;font:12px var(--font-pixel)}.server-faq-owner form{display:grid;gap:18px;margin-top:22px}.server-faq-owner label{display:grid;gap:10px;min-width:0}.server-faq-owner input,.server-faq-owner textarea{width:100%;padding:12px;background:var(--bg-darker);border:1px solid var(--bg-3);color:var(--fg-1);font:16px/1.7 var(--font-body)}.server-faq-owner fieldset{border:1px solid var(--bg-3);padding:18px;display:grid;gap:12px}.server-faq-owner legend{padding:0 8px;color:var(--fg-3)}
.server-chart-switch{flex-wrap:wrap}
@media(max-width:760px){.server-page--profile .server-team-grid.is-large .server-team-card{flex-basis:210px}.server-chart>header{flex-wrap:wrap}}

/* A soft leading edge enters from the right, then fades away without rewinding.
   Keep the pixel frame above the fill so success never flattens the block. */
.server-page--profile .server-ip-copy::before { content:""; position:absolute; inset:0 auto 0 0; width:calc(100% + 32px); z-index:-1; background:linear-gradient(90deg,transparent,var(--status-online) 32px); opacity:0; transform:translateX(100%); transition:opacity 220ms ease-out,transform 0s 220ms; pointer-events:none; }
.server-page--profile .server-ip-copy::after { content:""; position:absolute; inset:0; box-shadow:var(--server-frame); pointer-events:none; }
.server-page--profile .server-ip-copy.is-copied::before { opacity:1; transform:translateX(-32px); transition:transform 360ms cubic-bezier(.16,1,.3,1),opacity 100ms ease-out; }
.server-ip-copy__text small,.server-ip-copy__affordance { transition:color 180ms ease-out; }
@media(max-width:600px){.server-ip-copy__affordance{width:20px}}
@media(prefers-reduced-motion:reduce){.server-page--profile .server-ip-copy::before,.server-ip-copy__text small,.server-ip-copy__affordance{transition:none}}
