
/* Staff Cinematic Upgrade - Primal Domination */
.staff-cinematic-page {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 5%, rgba(224, 35, 53, 0.18), transparent 34rem),
    radial-gradient(circle at 80% 10%, rgba(255, 190, 64, 0.10), transparent 28rem),
    linear-gradient(180deg, rgba(10, 11, 17, 0.65), rgba(5, 7, 12, 1));
}
.staff-command-hero {
  position: relative;
  isolation: isolate;
  padding: 7rem 0 4.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(120deg, rgba(132, 19, 35, 0.24), transparent 45%),
    radial-gradient(circle at 50% -10%, rgba(255,255,255,0.06), transparent 24rem);
}
.staff-command-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.85), transparent 78%);
}
.staff-hero-orb {
  position: absolute;
  width: 22rem;
  height: 22rem;
  border-radius: 999px;
  filter: blur(44px);
  opacity: .38;
  z-index: -1;
}
.orb-red { background: rgba(230, 45, 62, .55); left: -6rem; top: 2rem; }
.orb-gold { background: rgba(255, 187, 66, .34); right: 8%; top: 4rem; }
.staff-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .75fr);
  gap: 2rem;
  align-items: center;
}
.staff-hero-copy h1 {
  max-width: 900px;
  margin: .85rem 0 1.2rem;
  font-size: clamp(3.5rem, 7vw, 7.7rem);
  line-height: .9;
  letter-spacing: -0.075em;
  text-wrap: balance;
  text-shadow: 0 22px 70px rgba(0,0,0,.55);
}
.staff-kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .48rem .85rem;
  border: 1px solid rgba(255, 204, 90, .36);
  border-radius: 999px;
  color: #ffd672;
  background: linear-gradient(135deg, rgba(255, 197, 66, .12), rgba(225, 42, 58, .12));
  font-weight: 900;
  box-shadow: 0 0 36px rgba(218, 41, 56, .12);
}
.small-kicker { font-size: .82rem; margin-bottom: .85rem; }
.pulse-dot {
  width: .55rem;
  height: .55rem;
  border-radius: 999px;
  background: #ff344f;
  box-shadow: 0 0 0 0 rgba(255, 52, 79, .75);
  animation: staffPulse 1.8s infinite;
}
@keyframes staffPulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 52, 79, .65); }
  70% { box-shadow: 0 0 0 12px rgba(255, 52, 79, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 52, 79, 0); }
}
.staff-hero-actions,
.staff-chip-row,
.panel-topline {
  display: flex;
  gap: .75rem;
  align-items: center;
  flex-wrap: wrap;
}
.staff-hero-actions { margin-top: 2rem; }
.staff-ghost-btn { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.04); }
.staff-quick-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  gap: .75rem;
  margin-top: 2rem;
  max-width: 760px;
}
.staff-quick-stats div {
  padding: 1rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.045);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.staff-quick-stats strong { display: block; color: #fff; font-size: 1.7rem; line-height: 1; }
.staff-quick-stats span {
  display: block;
  margin-top: .35rem;
  color: rgba(218, 226, 255, .78);
  font-weight: 800;
  font-size: .84rem;
}
.staff-command-panel,
.staff-profile-card,
.staff-standard-card,
.staff-cta-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.025)),
    radial-gradient(circle at 20% 0%, rgba(225, 42, 58, .18), transparent 18rem);
  box-shadow: 0 24px 90px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
}
.staff-command-panel { border-radius: 2rem; padding: 1.4rem; }
.staff-command-panel h2 { margin: 1rem 0 .5rem; font-size: 2.1rem; }
.staff-command-panel p { color: rgba(226, 231, 255, .82); }
.panel-topline { justify-content: space-between; }
.panel-status { display: inline-flex; align-items: center; gap: .45rem; color: #9dffcf; font-weight: 900; font-size: .85rem; }
.panel-status span { width: .55rem; height: .55rem; border-radius: 99px; background: #43ef93; box-shadow: 0 0 18px rgba(67,239,147,.75); }
.command-list { display: grid; gap: .7rem; margin-top: 1.2rem; }
.command-list div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: .15rem .85rem;
  align-items: center;
  padding: .95rem;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 1rem;
  background: rgba(5, 7, 12, .46);
}
.command-list span { grid-row: span 2; color: #ffd46b; font-weight: 950; font-size: 1.1rem; }
.command-list strong { color: #fff; font-size: 1.05rem; }
.command-list em { color: rgba(219, 226, 255, .72); font-style: normal; font-size: .88rem; }
.staff-section { padding: 4.25rem 0; }
.staff-section-title h2 { font-size: clamp(2.2rem, 4vw, 4rem); letter-spacing: -.05em; }
.cinematic-staff-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.staff-profile-card {
  min-height: 100%;
  padding: 1.25rem;
  border-radius: 1.6rem;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.staff-profile-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 210, 91, .32);
  box-shadow: 0 34px 100px rgba(0,0,0,.42), 0 0 44px rgba(220, 37, 52, .12), inset 0 1px 0 rgba(255,255,255,.1);
}
.profile-glow {
  position: absolute;
  inset: auto -40% -35% -40%;
  height: 10rem;
  background: radial-gradient(circle, rgba(220, 38, 55, .32), transparent 68%);
  pointer-events: none;
}
.pink-glow { background: radial-gradient(circle, rgba(240, 78, 180, .32), transparent 68%); }
.profile-head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.staff-avatar {
  display: grid;
  place-items: center;
  width: 4.15rem;
  height: 4.15rem;
  flex: 0 0 auto;
  border-radius: 1.1rem;
  color: #fff;
  font-weight: 950;
  font-size: 1.35rem;
  background: linear-gradient(135deg, #ff334e, #991526 55%, #3a1019);
  box-shadow: 0 18px 40px rgba(220, 38, 55, .28), inset 0 1px 0 rgba(255,255,255,.26);
}
.elite-avatar { border: 1px solid rgba(255, 218, 112, .35); }
.pink-avatar { background: linear-gradient(135deg, #ff64c7, #c82587 55%, #42102e); }
.open-avatar { background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.05)); border: 1px dashed rgba(255,255,255,.28); }
.staff-profile-card h3 { margin: .35rem 0 .15rem; font-size: 1.55rem; }
.staff-tagline { margin: 0; color: rgba(220, 226, 255, .70); font-size: .9rem; }
.staff-profile-card > p { color: rgba(228, 234, 255, .82); }
.staff-chip-row { margin: 1rem 0; }
.staff-chip-row span {
  padding: .42rem .65rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255, 232, 164, .92);
  background: rgba(255,255,255,.045);
  font-size: .78rem;
  font-weight: 850;
}
.staff-favorites {
  position: relative;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(226, 232, 255, .78);
  font-size: .92rem;
}
.staff-favorites strong { color: #fff; }
.staff-standards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.staff-standard-card { border-radius: 1.45rem; padding: 1.3rem; }
.standard-icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  font-size: 1.4rem;
}
.staff-standard-card h3 { margin-top: .75rem; }
.staff-standard-card p { color: rgba(226,232,255,.78); }
.staff-cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1rem;
  padding: 1.6rem;
  border-radius: 1.6rem;
}
.staff-cta-panel h2 { margin: .4rem 0; font-size: clamp(1.65rem, 3vw, 2.75rem); letter-spacing: -.045em; }
.staff-cta-panel p { max-width: 760px; color: rgba(226,232,255,.78); }
@media (max-width: 980px) {
  .staff-hero-grid,
  .cinematic-staff-grid,
  .staff-standards-grid { grid-template-columns: 1fr; }
  .staff-quick-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .staff-command-hero { padding-top: 5.5rem; }
}
@media (max-width: 620px) {
  .staff-hero-copy h1 { font-size: clamp(3rem, 17vw, 4.5rem); }
  .staff-quick-stats { grid-template-columns: 1fr; }
  .profile-head { align-items: flex-start; }
  .staff-cta-panel { flex-direction: column; align-items: flex-start; }
}
