/* legacy.css — split from style.css; dead rules pruned. */

body.page-legacy {
  --accent-a: #43f0ee;
  --accent-b: #4b7dff;
  --accent-c: #f66dff;
}
.page-legacy .content-section:first-of-type {
  border-color: color-mix(in srgb, var(--accent-c), #7d9ddd 55%);
}
.page-legacy .content-section--bio {
  border-color: color-mix(in srgb, var(--accent-c), #8eb7ff 42%);
}
.page-legacy .bio-grid {
  margin-top: 1rem;
  align-items: start;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}
.page-legacy .bio-lead {
  border-color: rgba(129, 178, 238, 0.5);
  background: linear-gradient(150deg, rgba(22, 40, 74, 0.94), rgba(16, 31, 61, 0.9));
}
.page-legacy .bio-lead p + p {
  margin-top: 0.55rem;
}
.page-legacy .bio-grid .card {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
}
.page-legacy .bio-card {
  border-color: rgba(125, 171, 238, 0.46);
  background: linear-gradient(155deg, rgba(16, 30, 60, 0.94), rgba(9, 20, 44, 0.9));
}
.page-legacy .bio-card--battlefield, .page-legacy .bio-card--clans {
  align-self: start;
}
.page-legacy .bio-card-kicker {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8ec9ff;
  font-weight: 700;
}
.page-legacy .feature-list--chips {
  margin-top: 0.72rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.page-legacy .feature-list.feature-list--chips li {
  margin: 0;
  padding: 0.34rem 0.6rem;
  padding-left: 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(123, 168, 234, 0.42);
  background: linear-gradient(135deg, rgba(28, 47, 84, 0.9), rgba(14, 30, 58, 0.84));
  font-size: 0.8rem;
  font-weight: 600;
  color: #d9e8ff;
}
.page-legacy .feature-list.feature-list--chips li + li {
  margin-top: 0;
}
.page-legacy .feature-list.feature-list--chips li::before {
  content: none;
  display: none;
}
.page-legacy .clan-intro {
  margin-top: 0.45rem;
  color: #bfd4f0;
  font-size: 0.9rem;
  line-height: 1.45;
}
.page-legacy .clan-role-list {
  margin-top: 0.62rem;
}
.page-legacy .clan-role-list li {
  line-height: 1.35;
}
.page-legacy .clan-role-list strong {
  color: #eef6ff;
}
.page-legacy .content-section--setup {
  border-color: color-mix(in srgb, var(--accent-a), #8cb6ff 52%);
}
.page-legacy .setup-grid {
  margin-top: 0.95rem;
}
.page-legacy .setup-card {
  display: flex;
  flex-direction: column;
}
.page-legacy .setup-kicker {
  margin: 0;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8fcdff;
}
.page-legacy .setup-helper {
  margin-top: 0.35rem;
  color: #b9cde8;
  font-size: 0.86rem;
}
.page-legacy .feature-list {
  margin: 0.7rem 0 0;
  padding: 0;
  list-style: none;
}
.page-legacy .feature-list li {
  position: relative;
  padding-left: 1.05rem;
  color: #d5e2f5;
  font-size: 0.9rem;
}
.page-legacy .feature-list li + li {
  margin-top: 0.42rem;
}
.page-legacy .feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.46rem;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--accent-a), var(--accent-b));
  box-shadow: 0 0 0 2px rgba(77, 156, 255, 0.18);
}
.page-legacy .clan-visuals {
  margin-top: 0.95rem;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.page-legacy .clan-visual {
  margin: 0;
  padding: 0.62rem;
  border-radius: 12px;
  border: 1px solid rgba(129, 175, 240, 0.34);
  background: linear-gradient(160deg, rgba(18, 33, 63, 0.95), rgba(12, 24, 47, 0.9));
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.page-legacy .clan-visual:hover, .page-legacy .clan-visual:focus-within {
  transform: translateY(-2px);
  border-color: rgba(157, 199, 255, 0.58);
  box-shadow: 0 10px 24px rgba(5, 14, 34, 0.4);
}
.page-legacy .clan-visual .image-placeholder, .page-legacy .clan-visual .real-image, .page-legacy .clan-visual .real-embed {
  width: 100%;
  min-height: 0;
  margin-top: 0;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-color: rgba(124, 169, 234, 0.55);
}
.page-legacy .clan-visual p {
  margin: 0.5rem 0 0;
  font-size: 0.86rem;
  font-weight: 600;
  color: #e5f1ff;
  line-height: 1.2;
}
.page-legacy .clan-visual p span {
  display: block;
  margin-top: 0.16rem;
  font-size: 0.72rem;
  font-weight: 500;
  color: #aecaed;
}
.page-legacy .setup-card .image-placeholder, .page-legacy .setup-card .real-image, .page-legacy .setup-card .real-embed {
  min-height: 0;
  aspect-ratio: 16 / 10;
}
.page-legacy .setup-media {
  width: min(100%, 260px);
  display: block;
  margin: 0.85rem auto 0;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 0.3rem;
  border: 1px solid rgba(124, 169, 234, 0.46);
  background: linear-gradient(150deg, rgba(14, 26, 54, 0.95), rgba(8, 18, 39, 0.9));
}
.page-legacy .bio-card--battlefield .real-picture {
  display: flex;
  justify-content: center;
}
.page-legacy .component-checklist {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}
.page-legacy .component-checklist li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #d9e7fc;
  font-size: 0.9rem;
}
.page-legacy .component-checklist li span {
  min-width: 2rem;
  height: 1.45rem;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  padding: 0 0.42rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #071428;
  background: linear-gradient(120deg, var(--accent-a), var(--accent-b));
}
.page-legacy .setup-components-grid {
  margin-top: 0.85rem;
  gap: 0.75rem;
}
.page-legacy .component-tile {
  background: linear-gradient(150deg, rgba(22, 36, 68, 0.92), rgba(16, 29, 57, 0.88));
}
.page-legacy .component-tile h4 {
  margin: 0;
  font-size: 0.92rem;
  color: #e9f3ff;
}
.page-legacy .component-tile .image-placeholder, .page-legacy .component-tile .real-image, .page-legacy .component-tile .real-embed {
  margin-top: 0.55rem;
  min-height: 0;
  aspect-ratio: 4 / 3;
}
.page-legacy .content-section--howto .howto-stage {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page-legacy .content-section--howto .howto-frame {
  width: min(100%, 578px);
  border-radius: 14px;
  border: 1px solid rgba(96, 137, 215, 0.45);
  background: linear-gradient(160deg, rgba(8, 16, 36, 0.95), rgba(8, 17, 43, 0.9));
  padding: 0.65rem;
}
.page-legacy .content-section--howto .howto-frame .image-placeholder, .page-legacy .content-section--howto .howto-frame .real-embed {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  display: block;
}
.page-legacy .content-section--howto .howto-frame .real-embed {
  border-color: rgba(120, 166, 236, 0.55);
}
@media (max-width: 980px) {
.page-legacy .bio-grid {
    grid-template-columns: 1fr;
  }
.page-legacy .setup-components-grid {
    grid-template-columns: 1fr;
  }
.page-legacy .clan-visuals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
.page-legacy .clan-visuals {
    grid-template-columns: 1fr;
  }
.page-legacy .feature-list--chips {
    gap: 0.42rem;
  }
.page-legacy .feature-list.feature-list--chips li {
    width: 100%;
    text-align: center;
  }
}
