:root {
  --bg: #000000;
  --bg-elevated: #0a0303;
  --surface: #140606;
  --border: #4a1010;
  --text: #f2f2f2;
  --muted: #9a9a9a;
  --red: #e10600;
  --red-hot: #ff1a1a;
  --red-dim: rgba(225, 6, 0, 0.28);
  --red-glow: rgba(255, 0, 40, 0.65);
  --font-display: "UnifrakturCook", "Times New Roman", serif;
  --font-body: "Outfit", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  min-height: 100vh;
  overflow-x: hidden;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

/* Atmosphere — cyberpunk horror intensificado */
.atmosphere {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background: #000;
}

.atmosphere-bleed {
  position: absolute;
  inset: -25%;
  background:
    radial-gradient(ellipse 100% 60% at 50% -8%, rgba(220, 0, 20, 0.7), transparent 55%),
    radial-gradient(circle 60% at -10% 100%, rgba(140, 0, 0, 0.65), transparent 50%),
    radial-gradient(circle 55% at 110% 90%, rgba(180, 0, 30, 0.55), transparent 48%),
    radial-gradient(ellipse 45% 35% at 75% 25%, rgba(255, 0, 50, 0.2), transparent 65%),
    radial-gradient(ellipse 40% 45% at 18% 45%, rgba(100, 0, 0, 0.65), transparent 60%),
    radial-gradient(circle at 50% 80%, rgba(60, 0, 0, 0.8), transparent 50%),
    linear-gradient(180deg, #0c0000 0%, #000 35%, #1a0004 100%);
  animation: bleed-pulse 7s ease-in-out infinite;
}

.atmosphere-floor {
  position: absolute;
  left: -20%;
  right: -20%;
  bottom: -5%;
  height: 55%;
  background:
    linear-gradient(180deg, transparent 0%, rgba(255, 0, 40, 0.08) 40%, rgba(180, 0, 20, 0.2) 100%),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 59px,
      rgba(255, 30, 30, 0.22) 59px,
      rgba(255, 30, 30, 0.22) 60px
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 39px,
      rgba(255, 30, 30, 0.18) 39px,
      rgba(255, 30, 30, 0.18) 40px
    );
  transform: perspective(420px) rotateX(62deg);
  transform-origin: center bottom;
  mask-image: linear-gradient(180deg, transparent 0%, black 35%, black 100%);
  opacity: 0.55;
  animation: floor-pulse 5s ease-in-out infinite;
}

.atmosphere-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 20, 40, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 20, 40, 0.12) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse at 50% 35%, black 5%, transparent 72%);
  opacity: 0.85;
  animation: grid-drift 16s linear infinite;
}

.atmosphere-neon {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 0, 40, 0.15) 48%, rgba(255, 40, 60, 0.35) 50%, rgba(255, 0, 40, 0.15) 52%, transparent 100%),
    linear-gradient(0deg, transparent 30%, rgba(255, 0, 30, 0.06) 50%, transparent 70%);
  background-size: 100% 100%, 100% 220%;
  animation: neon-sweep 9s ease-in-out infinite;
  mix-blend-mode: screen;
  opacity: 0.7;
}

.atmosphere-streaks {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      105deg,
      transparent 0,
      transparent 120px,
      rgba(255, 0, 40, 0.04) 120px,
      rgba(255, 0, 60, 0.12) 122px,
      transparent 124px,
      transparent 200px
    );
  animation: streaks-move 12s linear infinite;
  mix-blend-mode: screen;
}

.atmosphere-orbs {
  position: absolute;
  inset: 0;
}

.atmosphere-orbs span {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 40, 40, 0.85) 0%, rgba(180, 0, 0, 0.25) 40%, transparent 70%);
  filter: blur(2px);
  animation: orb-float 8s ease-in-out infinite;
}

.atmosphere-orbs span:nth-child(1) {
  width: 180px;
  height: 180px;
  left: 8%;
  top: 20%;
  animation-duration: 9s;
}

.atmosphere-orbs span:nth-child(2) {
  width: 120px;
  height: 120px;
  right: 12%;
  top: 35%;
  animation-duration: 7s;
  animation-delay: -2s;
}

.atmosphere-orbs span:nth-child(3) {
  width: 220px;
  height: 220px;
  left: 40%;
  bottom: 10%;
  opacity: 0.6;
  animation-duration: 11s;
  animation-delay: -4s;
}

.atmosphere-orbs span:nth-child(4) {
  width: 90px;
  height: 90px;
  right: 28%;
  bottom: 28%;
  animation-duration: 6.5s;
  animation-delay: -1s;
}

.atmosphere-orbs span:nth-child(5) {
  width: 140px;
  height: 140px;
  left: 22%;
  top: 55%;
  animation-duration: 8.5s;
  animation-delay: -3s;
}

.atmosphere-glitch {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 18%, rgba(255, 0, 40, 0.08) 18.2%, transparent 18.5%),
    linear-gradient(180deg, transparent 62%, rgba(255, 0, 60, 0.12) 62.3%, transparent 62.8%),
    linear-gradient(180deg, transparent 81%, rgba(180, 0, 20, 0.1) 81.2%, transparent 81.6%);
  animation: glitch-bars 5.5s steps(1) infinite;
  mix-blend-mode: screen;
}

.atmosphere-veins {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      -22deg,
      transparent 0,
      transparent 32px,
      rgba(200, 0, 20, 0.05) 32px,
      rgba(200, 0, 20, 0.05) 34px
    ),
    repeating-linear-gradient(
      68deg,
      transparent 0,
      transparent 48px,
      rgba(255, 0, 50, 0.04) 48px,
      rgba(255, 0, 50, 0.04) 50px
    );
  mix-blend-mode: screen;
  opacity: 0.9;
}

.atmosphere-noise {
  position: absolute;
  inset: -50%;
  width: 200%;
  height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
  opacity: 0.18;
  mix-blend-mode: overlay;
  animation: noise-jitter 0.28s steps(2) infinite;
}

.atmosphere-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 18%, rgba(0, 0, 0, 0.55) 70%, rgba(0, 0, 0, 0.92) 100%),
    linear-gradient(90deg, rgba(50, 0, 0, 0.7), transparent 15%, transparent 85%, rgba(50, 0, 0, 0.7));
  box-shadow: inset 0 0 160px rgba(100, 0, 0, 0.55);
}

.atmosphere-scan {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0, 0, 0, 0.22) 2px,
    rgba(0, 0, 0, 0.22) 4px
  );
  opacity: 0.45;
  mix-blend-mode: multiply;
}

@keyframes bleed-pulse {
  0%, 100% { transform: scale(1); filter: brightness(1) saturate(1.2) hue-rotate(0deg); }
  50% { transform: scale(1.06); filter: brightness(1.25) saturate(1.5) hue-rotate(-4deg); }
}

@keyframes floor-pulse {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 0.7; }
}

@keyframes grid-drift {
  from { transform: translateY(0); }
  to { transform: translateY(40px); }
}

@keyframes neon-sweep {
  0%, 100% { background-position: 0 0, 0 0%; opacity: 0.5; }
  50% { background-position: 0 0, 0 100%; opacity: 0.9; }
}

@keyframes streaks-move {
  from { transform: translateX(0); }
  to { transform: translateX(-200px); }
}

@keyframes orb-float {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.55; }
  50% { transform: translate(12px, -28px) scale(1.12); opacity: 0.9; }
}

@keyframes glitch-bars {
  0%, 88%, 100% { opacity: 0; transform: none; }
  89% { opacity: 1; transform: translateX(-4px); }
  91% { opacity: 0.7; transform: translateX(6px); }
  93% { opacity: 1; transform: translateX(-2px); }
  95% { opacity: 0; }
}

@keyframes noise-jitter {
  0% { transform: translate(0, 0); }
  33% { transform: translate(-2%, 1.5%); }
  66% { transform: translate(1.5%, -2%); }
  100% { transform: translate(0, 0); }
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(0, 0, 0, 0.78);
  border-bottom: 1px solid rgba(225, 6, 0, 0.35);
  box-shadow: 0 0 40px rgba(180, 0, 20, 0.15);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text);
  flex-shrink: 0;
}

.brand-logo {
  width: 52px;
  height: 52px;
  border-radius: 4px;
  object-fit: contain;
  background: #000;
  border: 1px solid rgba(225, 6, 0, 0.45);
  box-shadow: 0 0 18px var(--red-glow);
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.65rem;
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--red-hot);
  text-shadow:
    0 0 12px var(--red-glow),
    0 0 28px rgba(255, 0, 40, 0.45);
}

.brand-name span {
  color: #ff4d4d;
}

.tabs {
  display: flex;
  gap: 6px;
}

.tab-btn {
  appearance: none;
  border: 1px solid transparent;
  background: transparent;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}

.tab-btn:hover {
  color: var(--text);
}

.tab-btn.is-active {
  color: var(--text);
  border-color: var(--red);
  background: var(--red-dim);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
}

/* Panels */
.panel {
  display: none;
  animation: fade-up 0.45s ease;
  min-height: calc(100vh - 72px - 90px);
  padding-bottom: 64px;
}

.panel.is-active {
  display: block;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.85); }
}

@keyframes float-a {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes float-b {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(1.5deg); }
}

@keyframes float-c {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}

/* Hero */
.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, transparent 40%, rgba(2, 0, 0, 0.85) 100%),
    radial-gradient(ellipse 80% 60% at 75% 35%, rgba(255, 0, 30, 0.28), transparent 55%),
    radial-gradient(circle at 15% 70%, rgba(90, 0, 0, 0.5), transparent 45%);
}

.hero-inner {
  padding: 64px 0 100px;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-logo {
  width: min(320px, 72vw);
  height: auto;
  border-radius: 6px;
  margin-bottom: 28px;
  object-fit: contain;
  background: #000;
  border: 2px solid rgba(225, 6, 0, 0.55);
  box-shadow:
    0 0 40px var(--red-glow),
    0 0 80px rgba(255, 0, 40, 0.25),
    0 20px 50px rgba(0, 0, 0, 0.7);
  animation: fade-up 0.7s ease, logo-pulse 4.5s ease-in-out infinite;
}

@keyframes logo-pulse {
  0%, 100% {
    box-shadow:
      0 0 40px var(--red-glow),
      0 0 80px rgba(255, 0, 40, 0.25),
      0 20px 50px rgba(0, 0, 0, 0.7);
  }
  50% {
    box-shadow:
      0 0 55px rgba(255, 20, 20, 0.7),
      0 0 110px rgba(255, 0, 40, 0.4),
      0 20px 50px rgba(0, 0, 0, 0.7);
  }
}

@keyframes glitch-text {
  0%, 92%, 100% { transform: none; }
  93% { transform: translate(-2px, 1px); }
  94% { transform: translate(2px, -1px); }
  95% { transform: none; }
  96% { transform: translate(1px, 2px); }
}

.hero h1 {
  font-family: var(--font-body);
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 500;
  color: var(--muted);
  max-width: 28ch;
  line-height: 1.4;
  margin-bottom: 16px;
  animation: fade-up 0.7s ease 0.08s both;
}

.hero-lead {
  color: #c8c8c8;
  font-size: 1.05rem;
  max-width: 42ch;
  margin-bottom: 36px;
  animation: fade-up 0.7s ease 0.16s both;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  animation: fade-up 0.7s ease 0.24s both;
}

.hero-scanline {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
  opacity: 0.35;
  animation: scan 7s linear infinite;
}

@keyframes scan {
  from { top: 10%; }
  to { top: 90%; }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 4px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.15s, box-shadow 0.2s, background 0.2s, border-color 0.2s;
}

.btn-primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 10px 28px var(--red-glow);
}

.btn-primary:hover {
  background: var(--red-hot);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--text);
  border-color: var(--border);
}

.btn-outline:hover {
  border-color: var(--red);
  color: #fff;
}

.btn-block {
  width: 100%;
}

/* Panel heads */
.panel-head {
  padding: 48px 0 20px;
}

.panel-head h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-bottom: 10px;
  color: var(--red-hot);
  text-shadow: 0 0 24px var(--red-glow);
}

.panel-head p {
  color: var(--muted);
  max-width: 50ch;
}

/* Quem somos */
.about-layout {
  display: grid;
  grid-template-columns: minmax(180px, 280px) 1fr;
  gap: 48px;
  align-items: center;
  padding: 56px 0 40px;
}

.about-logo {
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 6px;
  border: 1px solid rgba(225, 6, 0, 0.45);
  box-shadow: 0 0 36px var(--red-glow);
  background: #000;
  justify-self: center;
}

.about-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-bottom: 20px;
  color: var(--red-hot);
  text-shadow: 0 0 24px var(--red-glow);
}

.about-copy p {
  color: var(--muted);
  margin-bottom: 16px;
  max-width: 54ch;
  font-size: 1.05rem;
}

.about-copy strong {
  color: var(--text);
}

.about-copy em {
  color: var(--red-hot);
  font-style: normal;
  font-weight: 600;
}

.about-points {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 28px 0 22px;
  max-width: 54ch;
}

.about-points li {
  position: relative;
  padding-left: 20px;
  color: #cfcfcf;
  font-size: 0.98rem;
}

.about-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  background: var(--red);
  box-shadow: 0 0 10px var(--red-glow);
}

.about-note {
  border-left: 3px solid var(--red);
  padding: 12px 0 12px 16px;
  color: var(--muted) !important;
  font-size: 0.95rem !important;
  margin-bottom: 8px !important;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

/* Em construção (Troféus) */
.construction {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 72px 0 80px;
  min-height: calc(100vh - 72px - 90px);
}

.construction-logo {
  width: min(280px, 70vw);
  height: auto;
  border-radius: 6px;
  margin-bottom: 28px;
  border: 2px solid rgba(225, 6, 0, 0.55);
  box-shadow:
    0 0 40px var(--red-glow),
    0 0 80px rgba(255, 0, 40, 0.25);
  animation: float-a 4.8s ease-in-out infinite, logo-pulse 4.8s ease-in-out infinite;
}

.construction h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 2.8rem);
  color: var(--red-hot);
  text-shadow: 0 0 24px var(--red-glow);
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.construction-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  color: var(--text);
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}

.construction-text {
  color: var(--muted);
  max-width: 36ch;
  font-size: 1.05rem;
}

/* Members — floating circles */
.members-stage {
  position: relative;
  width: min(1100px, 94%);
  margin: 20px auto 40px;
  height: min(520px, 62vh);
  min-height: 380px;
}

.member-orb {
  position: absolute;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  width: var(--size, 120px);
  height: var(--size, 120px);
  left: var(--x);
  top: var(--y);
  animation: var(--float, float-a) var(--dur, 5s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  transition: transform 0.25s, filter 0.25s;
  z-index: 1;
}

.member-orb:hover,
.member-orb.is-active {
  z-index: 5;
  filter: drop-shadow(0 0 18px var(--red-glow));
}

.member-orb:hover {
  transform: scale(1.08);
}

.member-orb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--red);
  display: block;
  background: var(--surface);
}

.member-orb .orb-name {
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
  pointer-events: none;
}

.member-orb.is-active .orb-name {
  color: var(--text);
}

.member-detail {
  position: relative;
  display: flex;
  gap: 28px;
  align-items: center;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-left: 3px solid var(--red);
  padding: 28px 32px;
  margin-bottom: 20px;
  animation: fade-up 0.35s ease;
}

.detail-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  color: var(--muted);
  font-size: 1.6rem;
  cursor: pointer;
  line-height: 1;
}

.detail-close:hover {
  color: var(--text);
}

.member-detail-avatar {
  flex-shrink: 0;
}

.member-detail-avatar img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--red);
}

.member-detail-body h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-bottom: 6px;
  color: var(--red-hot);
  text-shadow: 0 0 16px var(--red-glow);
}

.member-role {
  color: var(--red);
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 16px;
}

.contact-dl {
  display: grid;
  gap: 10px;
}

.contact-dl div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 8px;
  align-items: baseline;
}

.contact-dl dt {
  color: var(--muted);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.contact-dl dd {
  font-weight: 500;
  word-break: break-all;
}

.contact-dl dd a {
  color: var(--red-hot);
  text-decoration: none;
  text-shadow: 0 0 10px var(--red-glow);
}

.contact-dl dd a:hover {
  text-decoration: underline;
}

/* Trophies — floating squares */
.trophies-stage {
  position: relative;
  width: min(1100px, 94%);
  margin: 10px auto 36px;
  height: min(560px, 68vh);
  min-height: 420px;
}

.trophy-tile {
  position: absolute;
  width: var(--size, 140px);
  height: var(--size, 140px);
  left: var(--x);
  top: var(--y);
  border: 1px solid var(--border);
  background:
    linear-gradient(160deg, rgba(225, 6, 0, 0.12), transparent 55%),
    var(--surface);
  padding: 14px;
  cursor: pointer;
  text-align: left;
  color: var(--text);
  font-family: var(--font-body);
  animation: var(--float, float-b) var(--dur, 6s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  overflow: hidden;
  z-index: 1;
}

.trophy-tile:hover,
.trophy-tile.is-active {
  border-color: var(--red);
  box-shadow: 0 0 24px var(--red-dim);
  z-index: 4;
}

.trophy-tile:hover {
  transform: scale(1.04);
}

.trophy-tile .tile-num {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--red);
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 8px;
}

.trophy-tile .tile-title {
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.trophy-tile .tile-tag {
  position: absolute;
  bottom: 10px;
  left: 14px;
  right: 14px;
  font-size: 0.68rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.trophy-detail {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-top: 3px solid var(--red);
  padding: 32px;
  margin-bottom: 20px;
  animation: fade-up 0.35s ease;
}

.trophy-detail-meta {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.88rem;
}

.status-pill {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid var(--red);
  color: var(--red);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.trophy-detail h3 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  letter-spacing: 0.03em;
  line-height: 1.05;
  margin-bottom: 14px;
  max-width: 28ch;
}

.trophy-detail p {
  color: var(--muted);
  max-width: 62ch;
  margin-bottom: 22px;
}

/* Denúncia */
.denuncia-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  padding: 56px 0 20px;
  align-items: start;
}

.denuncia-intro h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-bottom: 16px;
  color: var(--red-hot);
  text-shadow: 0 0 24px var(--red-glow);
}

.denuncia-intro p {
  color: var(--muted);
  margin-bottom: 24px;
}

.denuncia-intro strong {
  color: var(--text);
}

.denuncia-points {
  list-style: none;
  display: grid;
  gap: 12px;
}

.denuncia-points li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
}

.denuncia-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  background: var(--red);
}

.denuncia-form {
  display: grid;
  gap: 16px;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  padding: 28px;
}

.field {
  display: grid;
  gap: 6px;
}

.field label {
  font-size: 0.9rem;
  font-weight: 500;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.opt {
  color: var(--muted);
  font-weight: 400;
}

.req {
  color: var(--red);
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 2px;
  color: var(--text);
  font-family: inherit;
  font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

input::placeholder,
textarea::placeholder {
  color: #666;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--red);
  box-shadow: 0 0 0 3px var(--red-dim);
}

textarea {
  resize: vertical;
  min-height: 120px;
}

.error {
  color: var(--red);
  font-size: 0.8rem;
  min-height: 1em;
}

.file-drop {
  display: grid;
  gap: 6px;
  padding: 20px;
  border: 1px dashed var(--border);
  background: var(--bg);
  cursor: pointer;
  text-align: center;
  transition: border-color 0.2s, background 0.2s;
}

.file-drop:hover,
.file-drop.is-drag {
  border-color: var(--red);
  background: var(--red-dim);
}

.file-drop input {
  position: absolute;
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
}

.file-drop-text {
  font-weight: 500;
  color: var(--text);
}

.file-drop-list {
  font-size: 0.82rem;
  color: var(--muted);
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.92rem;
}

.checkbox input {
  width: auto;
  accent-color: var(--red);
}

.captcha-field {
  margin-top: 4px;
}

.captcha-row {
  display: grid;
  grid-template-columns: 1fr minmax(96px, 120px) 44px;
  gap: 10px;
  align-items: center;
}

.captcha-question {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--text);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.captcha-refresh {
  height: 46px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font-size: 1.2rem;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.captcha-refresh:hover {
  border-color: var(--red);
  color: var(--red-hot);
}

@media (max-width: 520px) {
  .captcha-row {
    grid-template-columns: 1fr 44px;
  }

  .captcha-row input {
    grid-column: 1 / -1;
  }
}

.form-note {
  color: var(--muted);
  font-size: 0.8rem;
  text-align: center;
}

.honey {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--border);
  padding: 24px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 0.88rem;
}

.footer-tag {
  color: var(--red);
  font-weight: 500;
}

/* Responsive */
@media (max-width: 900px) {
  .menu-toggle {
    display: flex;
  }

  .tabs {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: rgba(8, 8, 8, 0.96);
    border-bottom: 1px solid var(--border);
    padding: 12px;
    gap: 4px;
  }

  .tabs.is-open {
    display: flex;
  }

  .tab-btn {
    text-align: left;
    border-radius: 4px;
    padding: 12px 14px;
  }

  .denuncia-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 36px;
  }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 36px;
    text-align: center;
  }

  .about-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .about-points {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .about-note {
    text-align: left;
  }

  .about-actions {
    justify-content: center;
  }

  .members-stage,
  .trophies-stage {
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 28px 16px;
    place-items: center;
    padding: 20px 0 40px;
  }

  .member-orb,
  .trophy-tile {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 120px !important;
    height: 120px !important;
    animation: float-a 5s ease-in-out infinite;
  }

  .trophy-tile {
    width: 100% !important;
    max-width: 160px;
    height: 150px !important;
  }

  .member-detail {
    flex-direction: column;
    text-align: center;
  }

  .contact-dl div {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

@media (max-width: 520px) {
  .field-row {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding: 56px 0 72px;
  }

  .member-detail,
  .trophy-detail,
  .denuncia-form {
    padding: 22px;
  }
}
