:root {
  --ink: #0a0b09;
  --paper: #f2f2ed;
  --acid: #83a83a;
  --acid-bright: #a6d34d;
  --line: rgba(10, 11, 9, 0.16);
  --muted: #77796f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

svg {
  display: block;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(22px, 4vw, 72px);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  font-size: 14px;
}

.brand-dot {
  width: 12px;
  height: 12px;
  background: var(--acid-bright);
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(166, 211, 77, .65);
}

.site-header nav {
  display: flex;
  gap: 34px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-header nav a {
  color: rgba(255,255,255,.72);
  transition: color .2s ease;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: var(--acid-bright);
}

.mobile-nav { display: none; }

.mobile-nav-toggle {
  min-width: 92px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.17);
  color: #fff;
  background: rgba(8,9,7,.78);
  cursor: pointer;
  font: 900 9px/1 Arial, sans-serif;
  letter-spacing: .13em;
}

.mobile-nav-toggle i,
.mobile-nav-toggle i::before {
  width: 13px;
  height: 1px;
  display: block;
  background: var(--acid-bright);
  content: "";
  transition: transform .2s ease;
}

.mobile-nav-toggle i::before { transform: translateY(4px); }
.mobile-nav.is-open .mobile-nav-toggle i { transform: rotate(45deg); }
.mobile-nav.is-open .mobile-nav-toggle i::before { transform: rotate(-90deg); }

.mobile-nav nav {
  position: absolute;
  top: calc(100% + 1px);
  right: 18px;
  left: 18px;
  display: none;
  padding: 8px 18px;
  border: 1px solid rgba(255,255,255,.15);
  color: #fff;
  background: rgba(9,10,8,.97);
  box-shadow: 0 28px 70px rgba(0,0,0,.5);
  backdrop-filter: blur(18px);
}

.mobile-nav.is-open nav { display: grid; }
.mobile-nav nav a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mobile-nav nav a:last-child { border-bottom: 0; }
.mobile-nav nav a span { color: var(--acid-bright); font-size: 9px; }

.header-status {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}

.header-status span,
.status-pill span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acid-bright);
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  50% { opacity: .35; }
}

.hero {
  position: relative;
  min-height: 820px;
  height: 94vh;
  max-height: 980px;
  padding: 150px clamp(22px, 7vw, 128px) 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr);
  align-items: center;
  gap: 7vw;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 44%, rgba(131,168,58,.14), transparent 26%),
    linear-gradient(140deg, #10120e 0%, #080907 68%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, transparent, #000 50%, #000);
}

.hero-noise {
  position: absolute;
  inset: 0;
  opacity: .22;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.17) .6px, transparent .6px);
  background-size: 5px 5px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.eyebrow {
  color: rgba(255,255,255,.52);
}

.eyebrow span,
.section-kicker span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--acid-bright);
  letter-spacing: 0;
}

.hero h1 {
  margin: 34px 0 22px;
  display: flex;
  flex-direction: column;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 950;
  font-size: clamp(86px, 9.5vw, 164px);
  line-height: .75;
  letter-spacing: -.075em;
  text-transform: uppercase;
}

.hero h1 .acid {
  color: var(--acid-bright);
  -webkit-text-stroke: 1px var(--acid-bright);
}

.hero-copy > p {
  max-width: 610px;
  margin: 40px 0 0;
  color: rgba(255,255,255,.64);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.55;
}

.hero-actions {
  margin-top: 38px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.button-primary,
.button-ghost {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 1px solid rgba(255,255,255,.18);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}

.button-primary {
  gap: 24px;
  background: var(--acid-bright);
  border-color: var(--acid-bright);
  color: var(--ink);
}

.button-primary svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.button-primary:hover,
.button-primary:focus-visible,
.button-ghost:hover,
.button-ghost:focus-visible {
  transform: translateY(-3px);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  background: rgba(255,255,255,.08);
}

.hero-art {
  position: relative;
  z-index: 2;
  justify-self: center;
  width: min(38vw, 550px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.logo-frame {
  position: relative;
  z-index: 2;
  width: 72%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  border: 10px solid rgba(255,255,255,.035);
  box-shadow: 0 0 0 1px rgba(166,211,77,.65), 0 30px 90px rgba(0,0,0,.45);
  background: #fff;
  transform: rotate(-4deg);
}

.logo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05) rotate(4deg);
}

.hero-art::before,
.hero-art::after {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
}

.hero-art::after {
  inset: -4%;
  border-style: dashed;
  border-color: rgba(166,211,77,.2);
  animation: rotate 30s linear infinite;
}

@keyframes rotate { to { transform: rotate(360deg); } }

.hero-orbit {
  position: absolute;
  width: 11px;
  height: 11px;
  background: var(--acid-bright);
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(166,211,77,.9);
}

.orbit-one { top: 14%; left: 17%; }
.orbit-two { right: 10%; bottom: 25%; width: 6px; height: 6px; }

.frame-label {
  position: absolute;
  z-index: 3;
  padding: 7px 10px;
  background: var(--ink);
  border: 1px solid rgba(255,255,255,.17);
  color: rgba(255,255,255,.58);
  font: 700 9px/1 Arial, sans-serif;
  letter-spacing: .16em;
}

.frame-label-top { top: 9%; right: 2%; }
.frame-label-bottom { left: 1%; bottom: 13%; }

.hero-index {
  position: absolute;
  right: clamp(22px, 4vw, 72px);
  bottom: 38px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .2em;
  color: rgba(255,255,255,.35);
}

.ticker {
  overflow: hidden;
  background: var(--acid-bright);
  color: var(--ink);
  border-top: 1px solid #b9ec59;
  border-bottom: 1px solid #71922f;
}

.ticker > div {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  padding: 0 34px;
  font: 950 12px/1 Arial, sans-serif;
  letter-spacing: .13em;
}

.ticker i { font-style: normal; font-size: 8px; }

.section-shell {
  width: min(100% - 44px, 1380px);
  margin: 0 auto;
}

.about {
  padding-top: 120px;
  padding-bottom: 130px;
}

.section-kicker {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.section-kicker.light {
  color: rgba(255,255,255,.48);
  border-color: rgba(255,255,255,.14);
}

.about-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 8vw;
  padding-top: 70px;
}

.about h2,
.coming h2,
.roster-head h2 {
  margin: 0;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -.06em;
}

.about h2 {
  font-size: clamp(54px, 6vw, 102px);
  line-height: .88;
}

.about h2 span,
.coming h2 span,
.roster-head h2 span {
  color: var(--acid);
}

.about-copy .lead {
  margin: 0;
  max-width: 680px;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.28;
  letter-spacing: -.025em;
}

.principles {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.principles article {
  min-height: 230px;
  padding: 26px 22px 0 0;
  border-right: 1px solid var(--line);
}

.principles article + article { padding-left: 22px; }
.principles article:last-child { border-right: 0; }
.principles strong { color: var(--acid); font-size: 10px; }
.principles h3 { margin: 45px 0 10px; font-size: 15px; text-transform: uppercase; }
.principles p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.rosters {
  padding: 116px 0 130px;
  color: #fff;
  background: #10110f;
  border-top: 1px solid #1c1e1a;
}

.roster-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  padding: 62px 0 45px;
}

.roster-head h2 {
  font-size: clamp(58px, 7vw, 118px);
  line-height: .84;
}

.roster-head p {
  margin: 24px 0 0;
  color: rgba(255,255,255,.5);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  padding: 12px 15px;
  border: 1px solid rgba(255,255,255,.14);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.roster-toolbar {
  min-height: 52px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 16px;
  border: 1px solid rgba(166,211,77,.24);
  background: rgba(166,211,77,.045);
}

.roster-toolbar p,
.roster-notice {
  margin: 0;
  color: rgba(255,255,255,.48);
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: .06em;
}

.roster-notice { color: var(--acid-bright); text-align: right; }

.member-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.staff-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.member-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  background: #151713;
}

.member-card.is-filled { border-color: rgba(166,211,77,.38); }

.member-edit {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  min-width: 44px;
  height: 28px;
  padding: 0 9px;
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.72);
  background: rgba(8,9,7,.75);
  backdrop-filter: blur(8px);
  cursor: pointer;
  font: 900 8px/1 Arial, sans-serif;
  letter-spacing: .12em;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.member-edit:hover,
.member-edit:focus-visible {
  color: var(--ink);
  border-color: var(--acid-bright);
  background: var(--acid-bright);
}

.member-photo {
  position: relative;
  aspect-ratio: .92;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: rgba(255,255,255,.16);
  background:
    linear-gradient(135deg, transparent 47%, rgba(166,211,77,.14) 47%, rgba(166,211,77,.14) 49%, transparent 49%),
    #1d201a;
}

.staff-grid .member-photo { aspect-ratio: 2.3; }

.member-photo::after {
  content: "";
  position: absolute;
  width: 48%;
  aspect-ratio: 1;
  border: 1px solid rgba(166,211,77,.17);
  border-radius: 50%;
  pointer-events: none;
}

.member-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-photo:has(img)::after { display: none; }
.member-photo > span { font-size: clamp(34px, 4vw, 60px); font-weight: 950; letter-spacing: -.08em; }

.member-info { min-height: 144px; padding: 18px 16px 20px; }
.staff-grid .member-info { min-height: 128px; }
.member-info small { color: var(--acid-bright); font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.member-info strong { display: block; margin-top: 16px; font-size: clamp(15px, 1.35vw, 22px); line-height: 1; letter-spacing: -.02em; }
.member-info > span { display: block; margin-top: 7px; color: rgba(255,255,255,.5); font-size: 11px; }
.member-info p { margin: 10px 0 0; color: rgba(255,255,255,.4); font-size: 10px; line-height: 1.4; }
.member-info a { display: inline-block; margin-top: 13px; color: var(--acid-bright); font-size: 8px; font-weight: 900; letter-spacing: .1em; }

.editor-backdrop[hidden] { display: none !important; }
.editor-backdrop {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  overflow-y: auto;
  background: rgba(0,0,0,.74);
  backdrop-filter: blur(10px);
}

.roster-editor {
  width: min(100%, 560px);
  padding: 28px;
  border: 1px solid rgba(166,211,77,.4);
  color: #fff;
  background: #11130f;
  box-shadow: 0 30px 100px rgba(0,0,0,.55);
}

.editor-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.editor-head small { color: var(--acid-bright); font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.editor-head h3 { margin: 8px 0 0; font-size: 34px; letter-spacing: -.04em; }
.editor-head button {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  background: transparent;
  cursor: pointer;
  font-size: 24px;
}

.roster-editor > label {
  display: block;
  margin-top: 17px;
  color: rgba(255,255,255,.5);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.roster-editor input {
  width: 100%;
  height: 46px;
  margin-top: 7px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 0;
  outline: none;
  color: #fff;
  background: #191c16;
  font: 500 13px/1 Arial, sans-serif;
}

.roster-editor input:focus { border-color: var(--acid-bright); }
.roster-editor input::placeholder { color: rgba(255,255,255,.2); }

.editor-actions {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 10px;
}

.editor-actions button {
  min-height: 48px;
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.65);
  background: transparent;
  cursor: pointer;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}

.editor-actions .save-button { color: var(--ink); border-color: var(--acid-bright); background: var(--acid-bright); }
.editor-actions button:disabled { cursor: wait; opacity: .6; }

.admin-page {
  min-height: 100vh;
  color: #fff;
  background:
    radial-gradient(circle at 85% 10%, rgba(131,168,58,.12), transparent 25%),
    #0b0d0a;
}

.admin-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 4vw, 72px);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.admin-back {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.65);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}

.admin-shell { width: min(100% - 44px, 1180px); margin: 0 auto; padding: 72px 0 110px; }
.admin-title { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; padding: 55px 0 48px; }
.admin-title small { color: var(--acid-bright); font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.admin-title h1 { margin: 12px 0 0; font: 950 clamp(58px, 8vw, 112px)/.82 "Arial Narrow", Arial, sans-serif; letter-spacing: -.065em; }
.admin-title h1 span { color: var(--acid-bright); }
.admin-title p { margin: 0; color: rgba(255,255,255,.5); font-size: 14px; line-height: 1.6; }
.admin-notice { margin: 0 0 15px; padding: 14px 16px; border: 1px solid rgba(166,211,77,.3); color: var(--acid-bright); font-size: 11px; }

.admin-role-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.13); }
.admin-role {
  min-height: 92px;
  display: grid;
  grid-template-columns: 44px 1fr 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.13);
  border-right: 1px solid rgba(255,255,255,.13);
  color: #fff;
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: background .2s ease;
}
.admin-role:nth-child(even) { border-right: 0; }
.admin-role:hover, .admin-role:focus-visible { background: rgba(166,211,77,.08); }
.admin-role > span { color: var(--acid-bright); font-size: 10px; font-weight: 900; }
.admin-role strong { font-size: 15px; text-transform: uppercase; }
.admin-role small { color: rgba(255,255,255,.38); font-size: 10px; }
.admin-role i { color: var(--acid-bright); font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .08em; }

.roster-layout {
  display: grid;
  grid-template-columns: 1.55fr .8fr;
  gap: 18px;
}

.roster-card {
  border: 1px solid rgba(255,255,255,.14);
  background: #161814;
}

.featured { padding: 26px; }

.card-topline,
.card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.42);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .17em;
}

.card-topline { padding-bottom: 23px; border-bottom: 1px solid rgba(255,255,255,.1); }

.player-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 10px;
  padding: 24px 0;
}

.player-slot {
  padding: 10px;
  border: 1px solid rgba(255,255,255,.1);
  background: #11130f;
}

.player-avatar {
  position: relative;
  aspect-ratio: .84;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.22);
  background:
    linear-gradient(135deg, transparent 46%, rgba(166,211,77,.18) 46%, rgba(166,211,77,.18) 48%, transparent 48%),
    #1d201a;
}

.player-avatar::after {
  content: "";
  position: absolute;
  width: 55%;
  aspect-ratio: 1;
  border: 1px solid rgba(166,211,77,.22);
  border-radius: 50%;
}

.player-avatar span { font-size: 44px; font-weight: 950; letter-spacing: -.08em; }
.player-slot strong { display: block; margin-top: 14px; font-size: 11px; letter-spacing: .05em; }
.player-slot small { display: block; margin-top: 5px; color: rgba(255,255,255,.35); font-size: 8px; letter-spacing: .06em; }

.card-foot {
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.card-foot strong { color: var(--acid-bright); font-size: 9px; }

.roster-stack { display: grid; gap: 18px; }

.compact {
  min-height: 230px;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 22px;
  padding: 28px;
  overflow: hidden;
}

.compact .big-number {
  font-size: 74px;
  font-weight: 950;
  line-height: .8;
  letter-spacing: -.09em;
  color: var(--acid-bright);
}

.compact small { color: rgba(255,255,255,.32); font-size: 8px; letter-spacing: .16em; }
.compact h3 { margin: 11px 0 5px; font-size: 16px; }
.compact p { margin: 0; color: rgba(255,255,255,.45); font-size: 12px; line-height: 1.4; }
.compact .plus { position: absolute; right: 20px; top: 16px; color: rgba(255,255,255,.24); font-size: 38px; font-weight: 200; }
.muted-card .big-number { color: rgba(255,255,255,.12); }

.coming { padding-top: 120px; padding-bottom: 140px; }
.coming h2 { max-width: 1000px; margin: 65px 0 60px; font-size: clamp(60px, 8vw, 130px); line-height: .84; }

.coming-grid { border-top: 1px solid var(--ink); }
.coming-item {
  min-height: 92px;
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  transition: background .2s ease, padding .2s ease;
}

.coming-item:hover { background: rgba(131,168,58,.08); padding: 0 18px; }
.coming-item > span { color: var(--acid); font-size: 10px; font-weight: 800; }
.coming-item strong { font-size: clamp(17px, 2vw, 25px); letter-spacing: -.02em; }
.coming-item svg { width: 23px; fill: none; stroke: var(--acid); stroke-width: 1.8; }
.coming-item b { color: var(--acid); font-size: 20px; font-weight: 500; }

footer {
  min-height: 190px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 70px;
  padding: 35px clamp(22px, 7vw, 128px);
  color: #fff;
  background: #090a08;
  border-top: 1px solid #1d2119;
}

.footer-logo { display: flex; align-items: center; gap: 16px; }
.mini-logo { width: 68px; height: 68px; overflow: hidden; border-radius: 50%; background: #fff; }
.mini-logo img { width: 100%; height: 100%; object-fit: cover; }
.footer-logo strong { display: block; font-size: 22px; letter-spacing: .08em; }
.footer-logo span, .telegram-link span { display: block; margin-top: 3px; color: rgba(255,255,255,.35); font-size: 8px; letter-spacing: .17em; }
.telegram-link { min-width: 180px; }
.telegram-link strong { display: block; margin-top: 9px; font-size: 12px; color: var(--acid-bright); }
.telegram-link:hover strong, .telegram-link:focus-visible strong { color: #fff; }

.back-top {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.15);
  color: var(--acid-bright);
  transition: background .2s ease;
}
.back-top:hover { background: rgba(166,211,77,.1); }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 18px; }
  .site-header nav { display: none; }
  .mobile-nav { display: block; justify-self: end; }
  .hero { grid-template-columns: 1.1fr .9fr; gap: 24px; padding-left: 42px; padding-right: 42px; }
  .hero-art { width: min(43vw, 480px); }
  .about-grid { grid-template-columns: 1fr; gap: 50px; }
  .roster-layout { grid-template-columns: 1fr; }
  .roster-stack { grid-template-columns: 1fr 1fr; }
  .member-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .member-grid .member-card:nth-child(4), .member-grid .member-card:nth-child(5) { grid-column: span 1; }
  .admin-title { grid-template-columns: 1fr; gap: 25px; }
  .admin-role-list { grid-template-columns: 1fr; }
  .admin-role { border-right: 0; }
}

@media (max-width: 720px) {
  .site-header { min-height: 66px; grid-template-columns: 1fr auto; gap: 12px; padding: 0 16px; }
  .brand { font-size: 12px; }
  .brand-dot { width: 10px; height: 10px; }
  .header-status { display: none; }
  .mobile-nav-toggle { min-width: 84px; padding: 0 11px; }
  .mobile-nav nav { right: 12px; left: 12px; }
  .hero {
    min-height: 0;
    height: auto;
    max-height: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 104px 20px 48px;
    align-content: start;
  }
  .eyebrow { gap: 10px; font-size: 9px; letter-spacing: .14em; }
  .eyebrow span { width: 27px; height: 27px; }
  .hero-copy > p { max-width: 95%; margin-top: 24px; font-size: 15px; line-height: 1.5; }
  .hero h1 { margin: 28px 0 0; font-size: clamp(72px, 24vw, 106px); line-height: .78; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button-primary, .button-ghost { width: 100%; min-height: 50px; }
  .hero-art { width: min(86vw, 380px); margin: 16px auto 0; }
  .logo-frame { width: 64%; border-width: 6px; }
  .hero-art::after { animation-duration: 42s; }
  .frame-label { display: none; }
  .hero-index { display: none; }
  .ticker > div { min-height: 44px; justify-content: space-between; gap: 15px; padding: 0 18px; font-size: 9px; letter-spacing: .08em; }
  .ticker i { font-size: 6px; }
  .section-shell { width: min(100% - 32px, 1380px); }
  .section-kicker { padding-bottom: 18px; font-size: 9px; }
  .about, .coming { padding-top: 72px; padding-bottom: 78px; }
  .about-grid { gap: 36px; padding-top: 38px; }
  .about h2 { font-size: clamp(48px, 15vw, 68px); line-height: .9; }
  .about-copy .lead { font-size: 19px; line-height: 1.35; }
  .principles { grid-template-columns: 1fr; }
  .principles article { min-height: auto; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .principles article + article { padding-left: 0; }
  .principles h3 { margin-top: 24px; }
  .rosters { padding: 72px 0 78px; }
  .roster-head { align-items: start; flex-direction: column; gap: 20px; padding: 38px 0 30px; }
  .roster-head h2 { font-size: clamp(50px, 16vw, 70px); }
  .roster-head p { margin-top: 16px; font-size: 13px; line-height: 1.45; }
  .status-pill { padding: 10px 12px; }
  .player-grid { grid-template-columns: 1fr 1fr; }
  .player-slot:last-child { grid-column: span 2; }
  .player-avatar { aspect-ratio: 1.25; }
  .roster-stack { grid-template-columns: 1fr; }
  .compact { min-height: 200px; }
  .roster-toolbar { align-items: start; flex-direction: column; padding: 14px; }
  .roster-notice { text-align: left; }
  .member-grid, .staff-grid { display: flex; flex-direction: column; gap: 9px; }
  .staff-grid { margin-top: 9px; }
  .member-card { min-height: 132px; display: grid; grid-template-columns: 116px minmax(0, 1fr); }
  .member-photo, .staff-grid .member-photo { width: 116px; height: 100%; min-height: 132px; aspect-ratio: auto; }
  .member-photo > span { font-size: 38px; }
  .member-info, .staff-grid .member-info { min-height: 132px; padding: 20px 16px; align-self: center; }
  .member-info strong { margin-top: 12px; font-size: 20px; }
  .editor-backdrop { align-items: end; padding: 0; }
  .roster-editor { width: 100%; max-height: 92svh; padding: 22px 18px 24px; overflow-y: auto; border-right: 0; border-bottom: 0; border-left: 0; }
  .editor-head { position: sticky; top: -22px; z-index: 2; margin: -22px -18px 0; padding: 20px 18px 18px; background: #11130f; }
  .roster-editor input { height: 48px; font-size: 16px; }
  .editor-actions { position: sticky; bottom: -24px; margin: 24px -18px -24px; padding: 12px 18px 18px; background: #11130f; }
  .coming h2 { margin: 42px 0 36px; font-size: clamp(54px, 17vw, 76px); }
  .coming-item { min-height: 76px; grid-template-columns: 34px 1fr auto; gap: 10px; }
  .coming-item strong { font-size: 16px; }
  footer { min-height: 0; grid-template-columns: 1fr auto; gap: 28px; padding: 30px 18px; }
  .mini-logo { width: 54px; height: 54px; }
  .footer-logo strong { font-size: 18px; }
  .telegram-link { grid-row: 2; min-width: 0; }
  .back-top { grid-column: 2; grid-row: 1 / span 2; width: 46px; height: 46px; }
  .admin-header { min-height: 66px; padding: 0 16px; }
  .admin-shell { width: min(100% - 32px, 1180px); padding: 54px 0 76px; }
  .admin-title { gap: 20px; padding: 40px 0 30px; }
  .admin-title h1 { font-size: clamp(54px, 17vw, 76px); }
  .admin-title p { font-size: 13px; }
  .admin-role { min-height: 84px; grid-template-columns: 30px 1fr auto; gap: 10px; padding: 0 10px; }
  .admin-role small { display: none; }
  .admin-role i { font-size: 7px; }
}

@media (max-width: 420px) {
  .hero { padding-right: 16px; padding-left: 16px; }
  .hero h1 { font-size: clamp(68px, 23.5vw, 96px); }
  .hero-art { width: 92vw; margin-left: -2vw; }
  .ticker > div { font-size: 8px; }
  .member-card { grid-template-columns: 104px minmax(0,1fr); }
  .member-photo, .staff-grid .member-photo { width: 104px; }
  .member-info { padding-right: 12px; padding-left: 13px; }
  .admin-back { padding: 0 10px; font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

.selfhost-login {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #fff;
  background: radial-gradient(circle at 70% 20%, rgba(131,168,58,.16), transparent 28%), #0a0b09;
}
.login-card { width: min(100%, 460px); padding: 32px; border: 1px solid rgba(166,211,77,.34); background: #11130f; }
.login-card .brand { margin-bottom: 48px; }
.login-card small { color: var(--acid-bright); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.login-card h1 { margin: 10px 0 12px; font: 950 48px/.9 "Arial Narrow", Arial, sans-serif; letter-spacing: -.05em; }
.login-card p { margin: 0 0 26px; color: rgba(255,255,255,.45); font-size: 13px; line-height: 1.5; }
.login-card label { display: block; color: rgba(255,255,255,.5); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.login-card input { width: 100%; height: 50px; margin-top: 8px; padding: 0 13px; border: 1px solid rgba(255,255,255,.16); outline: none; color: #fff; background: #191c16; font-size: 16px; }
.login-card input:focus { border-color: var(--acid-bright); }
.login-submit { width: 100%; min-height: 50px; margin-top: 14px; border: 0; color: var(--ink); background: var(--acid-bright); cursor: pointer; font-size: 10px; font-weight: 950; letter-spacing: .12em; }
.login-error { min-height: 20px; margin-top: 13px !important; color: #e38b78 !important; }
.admin-session-bar { display: flex; align-items: center; gap: 10px; }
.admin-logout { min-height: 44px; padding: 0 13px; border: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.65); background: transparent; cursor: pointer; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.photo-upload-row { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 8px; margin-top: 17px; }
.photo-upload-row label { margin: 0; }
.photo-upload-row button { min-height: 46px; padding: 0 14px; border: 1px solid rgba(166,211,77,.35); color: var(--acid-bright); background: transparent; cursor: pointer; font-size: 8px; font-weight: 900; letter-spacing: .08em; }
@media (max-width: 720px) {
  .login-card { padding: 24px 20px; }
  .login-card h1 { font-size: 42px; }
  .admin-session-bar { gap: 6px; }
  .admin-logout { padding: 0 9px; }
  .photo-upload-row { grid-template-columns: 1fr; }
}
