:root {
  --black: #050208;
  --night: #110516;
  --panel: rgba(12, 5, 18, 0.78);
  --panel-strong: rgba(16, 6, 22, 0.92);
  --pink: #ff2f91;
  --pink-soft: #ff8fc4;
  --gold: #f8c96d;
  --gold-light: #ffe7a2;
  --paper: #fff6e8;
  --muted: #dcc6d7;
  --line: rgba(248, 201, 109, 0.34);
  --line-pink: rgba(255, 47, 145, 0.34);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.56);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 47, 145, 0.34), transparent 30rem),
    radial-gradient(circle at 6% 30%, rgba(248, 201, 109, 0.16), transparent 24rem),
    radial-gradient(circle at 95% 55%, rgba(255, 47, 145, 0.18), transparent 22rem),
    linear-gradient(180deg, #050208 0%, #130518 48%, #050208 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(rgba(5, 2, 8, 0.08), rgba(5, 2, 8, 0.9)),
    url("assets/convite-referencia.png") center top / cover;
  filter: blur(3px) saturate(1.42) contrast(1.08);
  transform: scale(1.05);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.5;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle, rgba(255, 246, 208, 0.95) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(248, 201, 109, 0.88) 0 1.2px, transparent 2.4px),
    radial-gradient(circle, rgba(255, 47, 145, 0.78) 0 1px, transparent 2.2px),
    radial-gradient(circle, rgba(255, 255, 255, 0.72) 0 0.8px, transparent 1.8px),
    radial-gradient(circle, rgba(255, 246, 208, 0.9) 0 2px, transparent 3.6px),
    radial-gradient(circle, rgba(255, 47, 145, 0.7) 0 1.7px, transparent 3.4px);
  background-position: 0 0, 0 0, 42px 36px, 10px 92px, 80px 18px, 140px 120px, 18% 22%, 76% 64%;
  background-size: 64px 64px, 64px 64px, 120px 120px, 170px 170px, 230px 230px, 310px 310px, 420px 420px, 520px 520px;
  animation: glitterRain 12s linear infinite, pageTwinkle 3.1s ease-in-out infinite;
}

@keyframes glitterRain {
  0% {
    background-position: 0 0, 0 0, 42px -120px, 10px -60px, 80px -180px, 140px -240px, 18% -20%, 76% -35%;
  }

  100% {
    background-position: 0 0, 0 0, 42px 640px, 10px 760px, 80px 820px, 140px 930px, 18% 120%, 76% 135%;
  }
}

@keyframes pageTwinkle {
  0%,
  100% {
    opacity: 0.28;
    filter: brightness(0.96);
  }

  35% {
    opacity: 0.7;
    filter: brightness(1.28);
  }

  62% {
    opacity: 0.38;
    filter: brightness(1.08);
  }
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

svg {
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.page-shell {
  position: relative;
  width: min(1120px, calc(100% - 28px));
  margin: 0 auto;
  padding: 22px 0 48px;
}

.page-shell::before {
  position: fixed;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.98) 0 1.8px, rgba(255, 231, 162, 0.72) 2px, transparent 8px),
    radial-gradient(circle, rgba(255, 246, 208, 0.92) 0 2.2px, rgba(248, 201, 109, 0.45) 3px, transparent 10px),
    radial-gradient(circle, rgba(255, 47, 145, 0.82) 0 1.7px, rgba(255, 143, 196, 0.42) 3px, transparent 9px),
    radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 1.4px, rgba(255, 231, 162, 0.45) 2.5px, transparent 7px),
    radial-gradient(circle, rgba(248, 201, 109, 0.86) 0 1.8px, rgba(255, 47, 145, 0.35) 3px, transparent 9px),
    radial-gradient(circle, rgba(255, 255, 255, 0.96) 0 1.9px, rgba(255, 231, 162, 0.64) 2.5px, transparent 8px),
    radial-gradient(circle, rgba(255, 47, 145, 0.74) 0 1.8px, rgba(248, 201, 109, 0.38) 3px, transparent 9px),
    radial-gradient(circle, rgba(255, 246, 208, 0.95) 0 2px, rgba(255, 47, 145, 0.34) 3px, transparent 10px),
    radial-gradient(circle, rgba(255, 255, 255, 0.88) 0 1.4px, rgba(248, 201, 109, 0.46) 2.6px, transparent 8px),
    radial-gradient(circle, rgba(248, 201, 109, 0.88) 0 2.1px, rgba(255, 231, 162, 0.4) 3px, transparent 10px);
  background-position: 14% 18%, 82% 24%, 24% 68%, 68% 76%, 48% 42%, 8% 46%, 92% 50%, 38% 18%, 58% 88%, 78% 12%;
  background-repeat: no-repeat;
  background-size: 160px 160px, 190px 190px, 170px 170px, 150px 150px, 210px 210px, 150px 150px, 180px 180px, 170px 170px, 140px 140px, 190px 190px;
  opacity: 0;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 8px rgba(255, 231, 162, 0.72));
  animation: starAppear 7.5s ease-in-out infinite;
}

@keyframes starAppear {
  0% {
    opacity: 0;
    background-position: 14% 18%, 82% 24%, 24% 68%, 68% 76%, 48% 42%, 8% 46%, 92% 50%, 38% 18%, 58% 88%, 78% 12%;
    transform: scale(0.98);
  }

  14% {
    opacity: 0.92;
    transform: scale(1.01);
  }

  28% {
    opacity: 0.08;
    transform: scale(1);
  }

  42% {
    opacity: 0;
    background-position: 72% 16%, 18% 34%, 86% 62%, 36% 82%, 52% 28%, 12% 78%, 88% 30%, 28% 12%, 70% 84%, 46% 62%;
  }

  56% {
    opacity: 0.82;
    transform: scale(1.02);
  }

  72% {
    opacity: 0.12;
  }

  100% {
    opacity: 0;
    background-position: 22% 26%, 74% 36%, 18% 78%, 84% 70%, 48% 54%, 10% 30%, 94% 82%, 34% 36%, 62% 14%, 76% 58%;
    transform: scale(0.99);
  }
}

.hero {
  position: relative;
  min-height: min(900px, calc(100vh - 44px));
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 47, 145, 0.3), transparent 18rem),
    linear-gradient(180deg, rgba(9, 3, 14, 0.52), rgba(9, 3, 14, 0.94));
  box-shadow: var(--shadow), inset 0 0 80px rgba(255, 47, 145, 0.1);
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero::before {
  inset: 18px;
  border: 1px solid rgba(248, 201, 109, 0.58);
  border-radius: 8px;
}

.hero::after {
  inset: 30px;
  border: 1px solid rgba(255, 47, 145, 0.28);
  border-radius: 8px;
  box-shadow: inset 0 0 46px rgba(255, 47, 145, 0.14);
}

.festival-sky {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 232, 162, 0.46), transparent 5rem),
    radial-gradient(circle at 24% 20%, rgba(255, 47, 145, 0.5), transparent 8rem),
    radial-gradient(circle at 78% 17%, rgba(255, 47, 145, 0.42), transparent 8rem),
    linear-gradient(180deg, rgba(8, 2, 10, 0.12), rgba(8, 2, 10, 0.92));
}

.festival-sky span {
  position: absolute;
  bottom: 30%;
  width: 2px;
  height: 46%;
  background: linear-gradient(transparent, rgba(255, 47, 145, 0.95), rgba(255, 231, 162, 0.72), transparent);
  box-shadow: 0 0 26px rgba(255, 47, 145, 0.9);
  transform-origin: bottom;
}

.festival-sky span:nth-child(1) {
  left: 16%;
  transform: rotate(36deg);
}

.festival-sky span:nth-child(2) {
  left: 38%;
  height: 54%;
  transform: rotate(14deg);
}

.festival-sky span:nth-child(3) {
  right: 38%;
  height: 54%;
  transform: rotate(-14deg);
}

.festival-sky span:nth-child(4) {
  right: 16%;
  transform: rotate(-36deg);
}

.topbar {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 3;
  display: flex;
  width: min(880px, calc(100% - 44px));
  gap: 4px;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 7px 9px;
  border: 1px solid rgba(248, 201, 109, 0.28);
  border-radius: 999px;
  background: rgba(5, 2, 8, 0.78);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.34), 0 0 24px rgba(255, 47, 145, 0.14);
  transform: translateX(-50%);
  scrollbar-width: none;
  white-space: nowrap;
}

.topbar::-webkit-scrollbar {
  display: none;
}

.topbar a {
  flex: 0 0 auto;
  padding: 9px 11px;
  border-radius: 999px;
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.topbar a:hover {
  background: rgba(255, 47, 145, 0.18);
}

.topbar .topbar__icon-link {
  min-width: 38px;
  padding-inline: 10px;
}

.topbar .topbar__icon-link svg {
  width: 1rem;
  height: 1rem;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(880px, calc(100% - 44px));
  padding: 96px 0 76px;
  text-align: center;
}

.crest {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  margin: 0 auto 24px;
  border: 1px solid rgba(248, 201, 109, 0.85);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 231, 162, 0.16), rgba(255, 47, 145, 0.1)),
    radial-gradient(circle, rgba(255, 47, 145, 0.38), rgba(5, 2, 8, 0.86));
  box-shadow: 0 0 30px rgba(248, 201, 109, 0.28), 0 0 56px rgba(255, 47, 145, 0.32);
}

.crest span {
  color: transparent;
  background: linear-gradient(180deg, #fff7c8, #f8c96d 48%, #b66a22);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Cinzel, Georgia, serif;
  font-size: 2.5rem;
  font-weight: 800;
}

.eyebrow,
.section-kicker {
  margin: 0 0 10px;
  color: var(--gold-light);
  font-family: Cinzel, Georgia, serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}

.script-line {
  margin: 0 0 18px;
  color: var(--pink-soft);
  font-family: Parisienne, cursive;
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: 0.9;
  text-shadow: 0 0 22px rgba(255, 47, 145, 0.72);
}

.hero h1 {
  display: block;
  margin: 0;
}

.hero-logo-title {
  position: relative;
  width: min(860px, 100%);
  margin-inline: auto;
  isolation: isolate;
}

.hero-logo {
  position: relative;
  z-index: 2;
  display: block;
  width: min(820px, 100%);
  margin: 0 auto;
  border-radius: 8px;
  filter:
    drop-shadow(0 0 18px rgba(255, 47, 145, 0.62))
    drop-shadow(0 0 34px rgba(248, 201, 109, 0.46))
    saturate(1.12)
    contrast(1.05);
  mix-blend-mode: screen;
  animation: logoPulse 3.8s ease-in-out infinite, logoStrobe 7.5s steps(1, end) infinite;
}

.hero-logo-aura {
  position: absolute;
  inset: 4% 6%;
  z-index: 1;
  border-radius: 50%;
  background:
    conic-gradient(from 0deg, rgba(255, 47, 145, 0.48), rgba(0, 180, 255, 0.38), rgba(248, 201, 109, 0.48), rgba(164, 68, 255, 0.44), rgba(255, 47, 145, 0.48));
  filter: blur(28px);
  mix-blend-mode: screen;
  opacity: 0.62;
  transform: scale(0.92);
  animation: logoAuraSpin 9s linear infinite, logoAuraBreathe 2.9s ease-in-out infinite;
}

.hero-logo-glow {
  position: absolute;
  inset: 8% 10% 2%;
  z-index: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 58%, rgba(255, 231, 162, 0.72), transparent 18%),
    radial-gradient(circle at 50% 45%, rgba(255, 47, 145, 0.34), transparent 48%);
  filter: blur(24px);
  opacity: 0.86;
  animation: logoGlow 3.2s ease-in-out infinite;
}

.hero-logo-title::before,
.hero-logo-title::after {
  position: absolute;
  z-index: 3;
  width: 84px;
  height: 84px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95), rgba(248, 201, 109, 0.8) 14%, rgba(255, 47, 145, 0.28) 35%, transparent 70%);
  filter: blur(1px);
  opacity: 0.82;
  pointer-events: none;
  animation: sparkle 2.8s ease-in-out infinite;
}

.logo-star {
  position: absolute;
  z-index: 4;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff8cf;
  box-shadow:
    0 0 12px rgba(255, 248, 207, 0.98),
    0 0 26px rgba(248, 201, 109, 0.88),
    0 0 42px rgba(255, 47, 145, 0.58);
  pointer-events: none;
  animation: logoStarTwinkle 2.6s ease-in-out infinite;
}

.logo-star::before,
.logo-star::after {
  position: absolute;
  inset: 50% auto auto 50%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 248, 207, 0.96), transparent);
  transform: translate(-50%, -50%);
}

.logo-star::before {
  width: 34px;
  height: 2px;
}

.logo-star::after {
  width: 2px;
  height: 34px;
}

.logo-star--one {
  top: 25%;
  left: 18%;
}

.logo-star--two {
  top: 31%;
  right: 17%;
  width: 7px;
  height: 7px;
  animation-delay: 0.65s;
}

.logo-star--three {
  left: 31%;
  bottom: 17%;
  width: 6px;
  height: 6px;
  animation-delay: 1.2s;
}

.logo-star--four {
  right: 30%;
  bottom: 22%;
  width: 9px;
  height: 9px;
  animation-delay: 1.8s;
}

.hero-logo-title::before {
  top: 28%;
  left: 18%;
}

.hero-logo-title::after {
  right: 18%;
  bottom: 18%;
  animation-delay: 1.1s;
}

@keyframes logoPulse {
  0%,
  100% {
    filter:
      drop-shadow(0 0 18px rgba(255, 47, 145, 0.55))
      drop-shadow(0 0 34px rgba(248, 201, 109, 0.42))
      saturate(1.12)
      contrast(1.05);
    transform: scale(1);
  }

  50% {
    filter:
      drop-shadow(0 0 28px rgba(255, 47, 145, 0.86))
      drop-shadow(0 0 52px rgba(248, 201, 109, 0.72))
      saturate(1.22)
      contrast(1.08);
    transform: scale(1.018);
  }
}

@keyframes logoGlow {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(0.96);
  }

  50% {
    opacity: 0.96;
    transform: scale(1.06);
  }
}

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

@keyframes logoAuraBreathe {
  0%,
  100% {
    opacity: 0.44;
    filter: blur(24px) hue-rotate(0deg);
  }

  50% {
    opacity: 0.86;
    filter: blur(34px) hue-rotate(80deg);
  }
}

@keyframes logoStrobe {
  0%,
  88%,
  94%,
  100% {
    opacity: 1;
  }

  90%,
  92% {
    opacity: 0.74;
  }
}

@keyframes sparkle {
  0%,
  100% {
    opacity: 0.15;
    transform: scale(0.72);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.08);
  }
}

@keyframes logoStarTwinkle {
  0%,
  100% {
    opacity: 0.16;
    transform: scale(0.62) rotate(0deg);
  }

  45% {
    opacity: 1;
    transform: scale(1.22) rotate(45deg);
  }

  62% {
    opacity: 0.34;
    transform: scale(0.82) rotate(70deg);
  }
}

.hero__text {
  width: max-content;
  max-width: 100%;
  margin: 30px auto 0;
  color: var(--muted);
  font-family: Parisienne, cursive;
  font-size: clamp(1.55rem, 4vw, 2.75rem);
  line-height: 1.05;
  white-space: nowrap;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:not(:disabled):hover {
  transform: translateY(-2px);
}

.button:disabled {
  cursor: default;
  opacity: 0.75;
}

.button.is-locked {
  cursor: default;
  opacity: 0.62;
  transform: none;
}

.button--primary {
  color: #22020f;
  background: linear-gradient(135deg, var(--gold-light), var(--gold) 46%, var(--pink-soft));
  box-shadow: 0 0 30px rgba(255, 47, 145, 0.36), 0 14px 30px rgba(0, 0, 0, 0.38);
}

.button--ghost {
  color: var(--gold-light);
  border-color: rgba(248, 201, 109, 0.58);
  background: rgba(5, 2, 8, 0.48);
  backdrop-filter: blur(10px);
}

.button--danger {
  color: #fff6e8;
  border-color: rgba(255, 47, 145, 0.7);
  background: rgba(255, 47, 145, 0.18);
  box-shadow: 0 0 18px rgba(255, 47, 145, 0.22);
}

.button--compact {
  min-height: 46px;
  padding-inline: 18px;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.countdown__label {
  grid-column: 1 / -1;
  margin: 0 0 -2px;
  color: var(--gold-light);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(248, 201, 109, 0.48);
}

.countdown__item {
  position: relative;
  overflow: hidden;
  padding: 24px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: center;
  background: linear-gradient(180deg, rgba(15, 5, 22, 0.86), rgba(7, 2, 10, 0.9));
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34), inset 0 0 34px rgba(255, 47, 145, 0.08);
}

.countdown__item::before {
  position: absolute;
  inset: 8px;
  content: "";
  border: 1px solid rgba(255, 47, 145, 0.25);
  pointer-events: none;
}

.countdown__item strong {
  display: block;
  color: var(--gold-light);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.8rem, 6vw, 3.6rem);
  text-shadow: 0 0 20px rgba(248, 201, 109, 0.42);
}

.countdown__item span {
  color: var(--pink-soft);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-heading {
  display: grid;
  gap: 8px;
  justify-items: center;
  margin: 38px 0 18px;
  text-align: center;
}

.section-heading h2,
.final-cta h2,
.notice-card h2,
.modal__panel h2,
.admin-page h1 {
  margin: 0;
  color: var(--gold-light);
  font-family: Cinzel, Georgia, serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading h2 {
  font-size: clamp(1.7rem, 4vw, 3rem);
}

.details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.info-card,
.notice-card,
.message-card,
.mural-form,
.mural-list-wrap,
.modal__panel,
.admin-table-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(15, 5, 22, 0.86), rgba(7, 2, 10, 0.92));
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.42), inset 0 0 44px rgba(255, 47, 145, 0.08);
}

.info-card::after,
.notice-card::after,
.message-card::after,
.mural-form::after,
.mural-list-wrap::after,
.modal__panel::after {
  position: absolute;
  inset: 10px;
  content: "";
  border: 1px solid rgba(248, 201, 109, 0.18);
  pointer-events: none;
}

.info-card {
  min-height: 280px;
  padding: 28px;
  text-align: center;
}

.info-card--featured {
  border-color: rgba(255, 47, 145, 0.56);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 47, 145, 0.18), transparent 18rem),
    linear-gradient(180deg, rgba(20, 6, 26, 0.9), rgba(7, 2, 10, 0.92));
}

.icon-ring {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  margin: 0 auto 18px;
  border: 1px solid rgba(255, 47, 145, 0.78);
  border-radius: 50%;
  color: var(--gold-light);
  background:
    radial-gradient(circle, rgba(255, 47, 145, 0.32), rgba(5, 2, 8, 0.9)),
    linear-gradient(135deg, rgba(248, 201, 109, 0.18), transparent);
  box-shadow: 0 0 30px rgba(255, 47, 145, 0.34);
}

.icon-ring svg {
  width: 30px;
  height: 30px;
}

.icon-ring--small {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  margin: 0;
}

.icon-ring--small svg {
  width: 24px;
  height: 24px;
}

.info-card h3 {
  margin: 0;
  color: var(--gold-light);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.25rem, 2.3vw, 1.8rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.info-card p,
.notice-card p,
.final-cta p,
.modal__panel p {
  color: var(--muted);
  line-height: 1.7;
}

.info-card p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 0;
}

.text-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 8px;
  color: var(--pink-soft);
  font-weight: 900;
  letter-spacing: 0.05em;
  text-decoration-color: rgba(255, 143, 196, 0.42);
  text-transform: uppercase;
}

.notice-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  margin-top: 18px;
}

.notice-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 28px;
}

.notice-card > div:last-child {
  position: relative;
  z-index: 1;
}

.notice-card--gift {
  align-items: stretch;
}

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

.pix-option {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(248, 201, 109, 0.36);
  border-radius: 8px;
  color: var(--gold-light);
  background: rgba(5, 2, 8, 0.54);
  font-weight: 900;
  text-decoration: none;
  box-shadow: inset 0 0 24px rgba(255, 47, 145, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.pix-option:hover {
  border-color: rgba(255, 47, 145, 0.72);
  background: rgba(255, 47, 145, 0.14);
  transform: translateY(-2px);
}

.pix-key {
  margin-bottom: 0;
  color: var(--gold-light);
}

.pix-key strong {
  color: var(--pink-soft);
}

.empty-section {
  min-height: 112px;
  margin-top: 18px;
  padding: 30px;
  border: 1px dashed rgba(248, 201, 109, 0.26);
  border-radius: 8px;
  background: rgba(5, 2, 8, 0.34);
  text-align: center;
}

.more-info-section {
  position: relative;
  margin-top: 18px;
}

.more-info-section::after {
  display: none;
}

.info-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.info-list article {
  padding: 20px;
  border: 1px solid rgba(248, 201, 109, 0.18);
  border-radius: 8px;
  background: rgba(5, 2, 8, 0.48);
}

.info-list h3 {
  margin: 0 0 10px;
  color: var(--gold-light);
  font-family: Cinzel, Georgia, serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.info-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.info-list p + p {
  margin-top: 10px;
}

.info-list strong {
  color: var(--pink-soft);
}

.section-heading--compact {
  margin-top: 0;
}

.section-heading p {
  width: min(620px, 100%);
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.mural-section {
  margin-top: 18px;
}

.memories-section,
.playlist-section {
  margin-top: 18px;
}

.framed-section + .framed-section {
  margin-top: clamp(28px, 5vw, 48px);
}

.framed-section {
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid rgba(248, 201, 109, 0.48);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 47, 145, 0.09), transparent 32%),
    radial-gradient(circle at 82% 8%, rgba(255, 231, 162, 0.14), transparent 34%),
    rgba(6, 1, 9, 0.7);
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.34),
    inset 0 0 32px rgba(255, 47, 145, 0.1),
    inset 0 0 0 1px rgba(255, 117, 185, 0.2);
}

.framed-section::before {
  position: absolute;
  inset: 10px;
  z-index: 0;
  content: "";
  border: 1px solid rgba(255, 117, 185, 0.36);
  border-radius: 14px;
  pointer-events: none;
}

.framed-section::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent, rgba(255, 231, 162, 0.12), transparent),
    radial-gradient(circle at 18px 18px, rgba(255, 231, 162, 0.55) 0 1px, transparent 2px),
    radial-gradient(circle at calc(100% - 18px) 18px, rgba(255, 231, 162, 0.55) 0 1px, transparent 2px),
    radial-gradient(circle at 18px calc(100% - 18px), rgba(255, 231, 162, 0.55) 0 1px, transparent 2px),
    radial-gradient(circle at calc(100% - 18px) calc(100% - 18px), rgba(255, 231, 162, 0.55) 0 1px, transparent 2px);
  opacity: 0.75;
  pointer-events: none;
}

.framed-section > .section-heading,
.framed-section > .memories-layout,
.framed-section > .mural-layout {
  position: relative;
  z-index: 1;
}

.framed-section > .section-heading {
  margin-top: 0;
}

.memories-section:not(.framed-section)::after {
  display: none;
}

.memories-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 18px;
}

.memory-carousel,
.memory-form {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(248, 201, 109, 0.18);
  border-radius: 8px;
  background: rgba(5, 2, 8, 0.48);
}

.memory-carousel {
  min-height: 360px;
  display: grid;
  place-items: center;
}

.memory-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 600ms ease;
}

.memory-slide--active {
  opacity: 1;
}

.memory-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  background: rgba(5, 2, 8, 0.86);
}

.memory-slide::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  content: "";
  background: linear-gradient(transparent, rgba(5, 2, 8, 0.78));
}

.memory-slide span {
  position: absolute;
  left: 18px;
  bottom: 50px;
  z-index: 1;
  color: var(--gold-light);
  font-weight: 900;
}

.memory-dots {
  position: absolute;
  inset: auto 16px 16px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.memory-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(248, 201, 109, 0.72);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 10px rgba(255, 47, 145, 0.22);
  cursor: pointer;
}

.memory-dot--active {
  width: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-light), var(--pink-soft));
  box-shadow: 0 0 18px rgba(248, 201, 109, 0.45);
}

.memory-form {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 24px;
}

.memory-form label {
  display: grid;
  gap: 8px;
  color: var(--gold-light);
  font-weight: 800;
}

.memory-form input {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(248, 201, 109, 0.38);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--paper);
  background: rgba(5, 2, 8, 0.72);
  outline: none;
}

.memory-note {
  display: block;
  margin-top: -8px;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
  text-align: center;
}

.mural-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  margin-top: 24px;
}

.mural-form,
.mural-list-wrap {
  padding: 24px;
}

.mural-form {
  display: grid;
  gap: 16px;
}

.mural-form label {
  display: grid;
  gap: 8px;
  color: var(--gold-light);
  font-weight: 800;
}

.mural-form input,
.mural-form textarea {
  width: 100%;
  border: 1px solid rgba(248, 201, 109, 0.38);
  border-radius: 8px;
  padding: 14px;
  color: var(--paper);
  background: rgba(5, 2, 8, 0.72);
  outline: none;
  resize: vertical;
}

.rsvp-form input[type="text"],
.dependent-name,
.mural-form input,
.mural-form textarea,
.memory-form input[type="text"] {
  text-transform: uppercase;
}

.mural-form input[type="url"] {
  text-transform: none;
}

.mural-form input {
  min-height: 52px;
}

.mural-form input:focus,
.mural-form textarea:focus {
  border-color: var(--pink-soft);
  box-shadow: 0 0 0 3px rgba(255, 47, 145, 0.18);
}

.mural-list-wrap h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: var(--gold-light);
  font-family: Cinzel, Georgia, serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mural-list {
  position: relative;
  z-index: 1;
  min-height: 245px;
}

.playlist-list {
  position: relative;
  z-index: 1;
  display: grid;
  max-height: 430px;
  min-height: 360px;
  gap: 10px;
  overflow-y: auto;
  padding-right: 6px;
  scroll-behavior: smooth;
}

.playlist-list::-webkit-scrollbar {
  width: 6px;
}

.playlist-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(248, 201, 109, 0.36);
}

.mural-pager {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.mural-pager[hidden] {
  display: none;
}

.mural-pager span {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.mural-message {
  padding: 18px;
  border: 1px solid rgba(248, 201, 109, 0.18);
  border-radius: 8px;
  background: rgba(5, 2, 8, 0.52);
}

.mural-message--slide {
  display: none;
  min-height: 245px;
  max-height: 245px;
  overflow-y: auto;
}

.mural-message--active {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mural-message p {
  margin: 0 0 10px;
  color: var(--paper);
  line-height: 1.7;
}

.mural-message strong {
  color: var(--pink-soft);
}

.playlist-song {
  position: relative;
  display: grid;
  grid-template-columns: auto 78px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 10px 12px;
  border: 1px solid rgba(248, 201, 109, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 47, 145, 0.14), transparent 42%),
    rgba(5, 2, 8, 0.58);
  box-shadow: inset 0 0 44px rgba(248, 201, 109, 0.06);
}

.playlist-song:not(.playlist-song--with-thumb) {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.playlist-song__number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(248, 201, 109, 0.42);
  border-radius: 50%;
  color: var(--gold-light);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1rem;
  font-weight: 900;
  text-shadow: 0 0 18px rgba(248, 201, 109, 0.34);
}

.playlist-song__thumb {
  width: 78px;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(248, 201, 109, 0.3);
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
}

.playlist-song__info {
  min-width: 0;
}

.playlist-song strong {
  display: block;
  overflow: hidden;
  color: var(--gold-light);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(0.9rem, 2vw, 1.08rem);
  line-height: 1.15;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.playlist-song__listen {
  display: inline-grid;
  min-height: 34px;
  place-items: center;
  border: 1px solid rgba(248, 201, 109, 0.44);
  border-radius: 999px;
  padding: 0 14px;
  color: #22020f;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  font-size: 0.72rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.playlist-song p {
  overflow: hidden;
  margin: 4px 0 0;
  color: var(--paper);
  font-size: 0.82rem;
  font-weight: 800;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.playlist-song small {
  display: block;
  overflow: hidden;
  margin-top: 3px;
  color: var(--pink-soft);
  font-size: 0.72rem;
  font-weight: 800;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.mural-empty {
  color: var(--muted);
  line-height: 1.7;
}

.mural-admin-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.mural-admin-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 2, 8, 0.78);
}

.mural-admin-card h2 {
  margin: 8px 0;
  color: var(--gold-light);
  font-family: Cinzel, Georgia, serif;
}

.mural-admin-card p {
  color: var(--paper);
  line-height: 1.6;
}

.mural-admin-card small {
  color: var(--muted);
}

.mural-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.admin-actions-row,
.admin-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.filter-button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(248, 201, 109, 0.34);
  border-radius: 999px;
  color: var(--gold-light);
  background: rgba(5, 2, 8, 0.46);
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-button.is-active {
  color: #22020f;
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
}

.conciliation-filter-grid,
.conciliation-sort-grid {
  display: grid;
  width: min(920px, 100%);
  margin-inline: auto;
  gap: 10px;
}

.conciliation-filter-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.conciliation-sort-grid {
  width: min(460px, 100%);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
}

.conciliation-filter-grid .filter-button,
.conciliation-sort-grid .filter-button {
  width: 100%;
  min-width: 0;
  padding-inline: 10px;
  white-space: normal;
  line-height: 1.15;
}

.gate-control-grid {
  display: grid;
  width: min(920px, 100%);
  margin-inline: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.gate-control-grid .filter-button,
.gate-control-link {
  display: grid;
  width: 100%;
  min-height: 38px;
  min-width: 0;
  place-items: center;
  border: 1px solid rgba(248, 201, 109, 0.34);
  border-radius: 999px;
  padding-inline: 10px;
  color: var(--gold-light);
  background: rgba(5, 2, 8, 0.46);
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
}

.memory-admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.memory-admin-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 2, 8, 0.78);
}

.memory-admin-card img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.memory-admin-card > div {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.memory-admin-card h2 {
  margin: 0;
  color: var(--gold-light);
  font-family: Cinzel, Georgia, serif;
}

.memory-admin-card small {
  color: var(--muted);
}

.mural-badge {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--gold-light);
  background: rgba(248, 201, 109, 0.14);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mural-badge--pendente {
  color: var(--gold-light);
}

.mural-badge--aprovada {
  color: #b8ffdc;
}

.mural-badge--reprovada {
  color: var(--pink-soft);
}

.mural-badge--excluida {
  color: #ffb4c8;
  background: rgba(255, 47, 145, 0.18);
}

.final-cta {
  display: grid;
  justify-items: center;
  margin-top: 14px;
  padding: 0 0 18px;
  text-align: center;
}

.message-card {
  display: grid;
  gap: 14px;
  justify-items: center;
  padding: clamp(32px, 6vw, 58px);
  text-align: center;
}

.admin-home-hero p {
  max-width: 720px;
}

.admin-home-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.admin-home-card {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  padding: 24px;
  border: 1px solid rgba(248, 201, 109, 0.42);
  border-radius: 14px;
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 231, 162, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(255, 47, 145, 0.12), rgba(6, 1, 9, 0.86));
  color: var(--paper);
  text-decoration: none;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.32), inset 0 0 28px rgba(255, 47, 145, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.admin-home-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 231, 162, 0.78);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.38), 0 0 24px rgba(255, 47, 145, 0.18);
}

.admin-home-card span {
  display: block;
  color: var(--gold-light);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.admin-home-card strong {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.45;
}

.admin-quiz-panel {
  margin-top: 24px;
}

.admin-quiz-panel h2 {
  margin: 0;
  color: var(--gold-light);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.5rem, 4vw, 2.4rem);
}

.admin-quiz-table td small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

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

.analytics-card {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(248, 201, 109, 0.28);
  border-radius: 16px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 47, 145, 0.18), transparent 62%),
    rgba(5, 2, 8, 0.72);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
}

.analytics-card h2 {
  margin: 0 0 12px;
  color: var(--gold-light);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1rem, 2vw, 1.25rem);
  letter-spacing: 0.04em;
}

.analytics-card span {
  display: block;
  color: var(--line-pink);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.analytics-card strong {
  display: block;
  margin-top: 8px;
  color: var(--gold-light);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.9rem, 5vw, 3rem);
}

.analytics-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.analytics-bar {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(248, 201, 109, 0.18);
  border-radius: 12px;
  background: rgba(5, 2, 8, 0.48);
}

.analytics-bar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--paper);
  font-weight: 900;
  min-width: 0;
}

.analytics-bar__head strong {
  min-width: 0;
  overflow: hidden;
  color: var(--paper);
  font-family: inherit;
  font-size: 0.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.analytics-bar__head span {
  flex: 0 0 auto;
  color: var(--gold-light);
  font-size: 0.86rem;
  letter-spacing: 0;
  text-transform: none;
}

.analytics-bar__track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.analytics-bar__fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold-light), var(--line-pink));
  box-shadow: 0 0 18px rgba(255, 47, 145, 0.46);
}

.analytics-page {
  max-width: 1320px;
}

.analytics-page .admin-dashboard-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.analytics-page .stat-card {
  min-width: 0;
  padding: 14px;
}

.analytics-page .stat-card strong {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
}

.analytics-page .admin-table-wrap {
  overflow-x: auto;
}

.analytics-page .admin-table {
  min-width: 980px;
}

.analytics-page .admin-table th,
.analytics-page .admin-table td {
  max-width: 210px;
  padding: 12px 14px;
  overflow: hidden;
  font-size: 0.86rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tables-page {
  max-width: 1500px;
}

.tables-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.table-card {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(248, 201, 109, 0.36);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 231, 162, 0.16), transparent 42%),
    radial-gradient(circle at 10% 0%, rgba(255, 47, 145, 0.14), transparent 45%),
    rgba(5, 2, 8, 0.74);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.36), inset 0 0 34px rgba(255, 47, 145, 0.08);
}

.table-card__center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  min-height: 74px;
  border: 2px solid rgba(255, 231, 162, 0.78);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 231, 162, 0.18), transparent 58%),
    rgba(10, 2, 12, 0.92);
  box-shadow: 0 0 38px rgba(255, 47, 145, 0.22), inset 0 0 28px rgba(248, 201, 109, 0.12);
  text-align: center;
}

.table-card__center span {
  color: var(--line-pink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.table-card__center strong {
  color: var(--gold-light);
  font-family: Cinzel, Georgia, serif;
  font-size: 2.4rem;
  line-height: 1;
}

.table-card__center small {
  color: rgba(255, 246, 222, 0.72);
  font-weight: 800;
}

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

.seat-select {
  display: grid;
  min-width: 0;
  gap: 6px;
  padding: 12px;
  border: 1px solid rgba(255, 47, 145, 0.3);
  border-radius: 14px;
  background: rgba(5, 2, 8, 0.78);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.seat-select span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(248, 201, 109, 0.58);
  border-radius: 50%;
  background: rgba(5, 2, 8, 0.94);
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 900;
}

.seat-search,
.seat-select select {
  width: 100%;
  min-width: 0;
  min-height: 36px;
  border: 1px solid rgba(248, 201, 109, 0.18);
  border-radius: 999px;
  outline: none;
  background: rgba(0, 0, 0, 0.24);
  color: var(--paper);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
}

.seat-search {
  padding: 0 12px;
}

.seat-select select option {
  color: #120715;
}

.seat-select__select--empty {
  border-color: rgba(255, 78, 130, 0.6) !important;
}

.seat-clear {
  min-height: 30px;
  border: 1px solid rgba(255, 143, 196, 0.42);
  border-radius: 999px;
  background: rgba(255, 47, 145, 0.1);
  color: var(--pink-soft);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 900;
  cursor: pointer;
  text-transform: uppercase;
}

.seat-clear:hover {
  border-color: rgba(255, 231, 162, 0.62);
  color: var(--gold-light);
}

.tables-layout--map {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.table-card--map {
  gap: 14px;
}

.table-map-seats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.table-map-seat {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 10px;
  border: 1px solid rgba(248, 201, 109, 0.18);
  border-radius: 12px;
  background: rgba(5, 2, 8, 0.56);
}

.table-map-seat span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(248, 201, 109, 0.58);
  border-radius: 50%;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 900;
}

.table-map-seat strong {
  min-width: 0;
  display: -webkit-box;
  overflow: hidden;
  color: var(--paper);
  font-size: 0.68rem;
  line-height: 1.12;
  text-overflow: clip;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.table-map-seat--free {
  border-color: rgba(92, 255, 170, 0.32);
  background: rgba(92, 255, 170, 0.08);
}

.table-map-seat--free strong {
  color: rgba(173, 255, 210, 0.92);
}

.quiz-row-winner {
  background: linear-gradient(90deg, rgba(255, 231, 162, 0.14), rgba(255, 47, 145, 0.09));
  box-shadow: inset 4px 0 0 rgba(255, 231, 162, 0.95);
}

.quiz-answer-list {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.quiz-answer-list li {
  display: grid;
  gap: 3px;
  padding: 10px;
  border: 1px solid rgba(248, 201, 109, 0.2);
  border-radius: 10px;
  background: rgba(5, 2, 8, 0.5);
}

.quiz-answer-list strong {
  color: var(--gold-light);
}

.quiz-answer-list span,
.quiz-answer-list small {
  color: var(--paper);
}

.quiz-answer-right {
  border-color: rgba(92, 255, 170, 0.52) !important;
}

.quiz-answer-wrong {
  border-color: rgba(255, 78, 130, 0.58) !important;
}

.quiz-page {
  min-height: 100vh;
  display: grid;
  align-items: center;
}

.quiz-card {
  width: min(100%, 860px);
  margin: 0 auto;
}

.quiz-start-form {
  width: min(100%, 620px);
  display: grid;
  gap: 16px;
}

.quiz-start-form label {
  display: grid;
  gap: 8px;
  color: var(--gold-light);
  font-weight: 900;
}

.quiz-start-form input {
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(248, 201, 109, 0.5);
  border-radius: 12px;
  color: var(--paper);
  background: rgba(5, 2, 8, 0.78);
  font: inherit;
  font-weight: 800;
  outline: none;
  text-transform: uppercase;
}

.quiz-start-form input:focus {
  border-color: var(--pink-soft);
  box-shadow: 0 0 0 3px rgba(255, 47, 145, 0.16);
}

.quiz-progress {
  width: min(100%, 620px);
  display: grid;
  gap: 8px;
  color: var(--gold-light);
  font-weight: 900;
}

.quiz-progress > div {
  height: 10px;
  overflow: hidden;
  border: 1px solid rgba(248, 201, 109, 0.42);
  border-radius: 999px;
  background: rgba(5, 2, 8, 0.72);
}

.quiz-progress span span,
.quiz-progress > div span,
#quizProgressBar {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold-light), var(--pink-soft));
  box-shadow: 0 0 18px rgba(255, 47, 145, 0.34);
  transition: width 220ms ease;
}

.quiz-question-box,
.quiz-result {
  width: min(100%, 720px);
  padding: clamp(20px, 4vw, 32px);
  border: 1px solid rgba(248, 201, 109, 0.28);
  border-radius: 14px;
  background: rgba(5, 2, 8, 0.56);
  box-shadow: inset 0 0 24px rgba(255, 47, 145, 0.08);
}

.quiz-question-number {
  margin: 0 0 8px;
  color: var(--pink-soft);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quiz-question-box h2 {
  margin: 0;
  color: var(--gold-light);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.35rem, 4vw, 2.25rem);
}

.quiz-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.quiz-option {
  min-height: 58px;
  border: 1px solid rgba(248, 201, 109, 0.42);
  border-radius: 12px;
  color: var(--paper);
  background: rgba(8, 0, 10, 0.78);
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.quiz-option:hover,
.quiz-option.is-selected {
  transform: translateY(-2px);
  color: #22020f;
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold-light), var(--pink-soft));
}

.quiz-option:disabled {
  cursor: default;
  opacity: 1;
}

.quiz-option.is-correct {
  color: #062214;
  border-color: rgba(92, 255, 170, 0.95);
  background: linear-gradient(135deg, #b7ffd7, #43e58f);
  box-shadow: 0 0 22px rgba(67, 229, 143, 0.34);
}

.quiz-option.is-wrong {
  color: #fff6f8;
  border-color: rgba(255, 78, 130, 0.95);
  background: linear-gradient(135deg, rgba(126, 8, 48, 0.95), rgba(255, 47, 145, 0.58));
}

.quiz-feedback {
  min-height: 24px;
  margin: 16px 0 0;
  font-weight: 900;
}

.quiz-feedback--right {
  color: #b7ffd7;
}

.quiz-feedback--wrong {
  color: var(--pink-soft);
}

.quiz-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.quiz-result__score {
  margin: 0;
  color: var(--gold-light);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.4rem, 4vw, 2.3rem);
  font-weight: 900;
}

.quiz-code-box {
  display: grid;
  gap: 8px;
  margin-top: 20px;
  padding: 18px;
  border: 1px solid rgba(255, 231, 162, 0.58);
  border-radius: 12px;
  background: rgba(255, 47, 145, 0.12);
}

.quiz-code-box span,
.quiz-code-box small {
  color: var(--muted);
}

.quiz-code-box strong {
  color: var(--gold-light);
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  letter-spacing: 0.08em;
}

.final-cta p {
  width: min(620px, 100%);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(5, 2, 8, 0.78);
  backdrop-filter: blur(12px);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9;
}

.whatsapp-float__link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 7px 18px 7px 7px;
  border: 1px solid rgba(37, 211, 102, 0.62);
  border-radius: 999px;
  color: var(--paper);
  background: linear-gradient(135deg, rgba(5, 2, 8, 0.95), rgba(11, 45, 28, 0.96));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.48), 0 0 34px rgba(37, 211, 102, 0.24);
  backdrop-filter: blur(12px);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float__link:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.52), 0 0 42px rgba(37, 211, 102, 0.34);
}

.whatsapp-float__icon {
  display: grid;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: #072414;
  background: #25d366;
  box-shadow: 0 0 26px rgba(37, 211, 102, 0.5);
}

.whatsapp-float__icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.8;
}

.whatsapp-float strong {
  display: block;
  color: var(--gold-light);
  font-weight: 900;
}

.whatsapp-float small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.92rem;
}

.secret-admin-link {
  position: fixed;
  left: 14px;
  bottom: 14px;
  z-index: 7;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(248, 201, 109, 0.18);
  border-radius: 50%;
  color: rgba(248, 201, 109, 0.38);
  background: rgba(5, 2, 8, 0.18);
  opacity: 0.34;
  text-decoration: none;
  transition: opacity 160ms ease, transform 160ms ease, color 160ms ease, background 160ms ease;
}

.secret-admin-link:hover,
.secret-admin-link:focus-visible {
  color: var(--gold-light);
  background: rgba(5, 2, 8, 0.78);
  opacity: 1;
  transform: translateY(-2px);
}

.secret-admin-link svg {
  width: 15px;
  height: 15px;
}

.music-toggle {
  position: fixed;
  left: 52px;
  bottom: 14px;
  z-index: 8;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(248, 201, 109, 0.28);
  border-radius: 50%;
  color: rgba(248, 201, 109, 0.72);
  background: rgba(5, 2, 8, 0.38);
  box-shadow: 0 0 18px rgba(248, 201, 109, 0.08);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  opacity: 0.68;
  transition: opacity 160ms ease, transform 160ms ease, color 160ms ease, background 160ms ease;
}

.music-toggle:hover,
.music-toggle:focus-visible,
.music-toggle--active {
  color: #22020f;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  opacity: 1;
  transform: translateY(-2px);
}

.music-toggle--attention {
  animation: musicPulse 900ms ease-in-out 2;
}

#backgroundMusicPlayer {
  position: fixed;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

@keyframes musicPulse {
  50% {
    box-shadow: 0 0 0 8px rgba(248, 201, 109, 0.18);
    transform: translateY(-2px) scale(1.08);
  }
}

.quiz-invite {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 8;
  width: min(330px, calc(100vw - 36px));
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid rgba(248, 201, 109, 0.58);
  border-radius: 16px;
  color: var(--paper);
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 231, 162, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 47, 145, 0.2), rgba(5, 2, 8, 0.96));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.52), 0 0 30px rgba(255, 47, 145, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.quiz-invite--visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.quiz-invite span {
  color: var(--pink-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quiz-invite strong {
  color: var(--gold-light);
  font-family: Cinzel, Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.15;
  text-transform: uppercase;
}

.quiz-invite small {
  color: var(--muted);
  line-height: 1.45;
}

.quiz-invite .button {
  width: 100%;
  margin-top: 4px;
}

.quiz-invite__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(248, 201, 109, 0.42);
  border-radius: 50%;
  color: var(--gold-light);
  background: rgba(5, 2, 8, 0.7);
  cursor: pointer;
}

.countdown-alert {
  z-index: 30;
  background: rgba(3, 0, 5, 0.82);
  backdrop-filter: blur(8px);
}

.countdown-alert__panel {
  position: relative;
  width: min(420px, calc(100vw - 34px));
  padding: 36px 28px 30px;
  border: 2px solid rgba(248, 201, 109, 0.85);
  border-radius: 14px;
  color: #160016;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 238, 190, 0.96));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.65), 0 0 42px rgba(248, 201, 109, 0.42);
  animation: alertPop 360ms ease both;
}

.countdown-alert__panel .modal__close {
  color: #160016;
  border-color: rgba(71, 39, 0, 0.28);
  background: rgba(255, 255, 255, 0.7);
}

.countdown-alert__kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border: 1px solid rgba(71, 39, 0, 0.22);
  border-radius: 999px;
  color: #6e0040;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.countdown-alert h2 {
  margin: 0;
  color: #160016;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(2.4rem, 12vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.countdown-alert p {
  margin: 12px 0 24px;
  color: #3f2639;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.countdown-alert__button {
  width: 100%;
}

.party-mural-alert__panel {
  color: var(--paper);
  border-color: rgba(255, 47, 145, 0.72);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 47, 145, 0.42), transparent 16rem),
    linear-gradient(145deg, rgba(28, 6, 34, 0.98), rgba(7, 2, 10, 0.98));
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.72), 0 0 60px rgba(255, 47, 145, 0.28);
}

.party-mural-alert__panel .modal__close {
  color: var(--gold-light);
  border-color: rgba(248, 201, 109, 0.38);
  background: rgba(5, 2, 8, 0.72);
}

.party-mural-alert__panel h2 {
  color: var(--gold-light);
  text-shadow: 0 0 24px rgba(255, 47, 145, 0.54);
}

.party-mural-alert__panel p {
  color: #f3ddea;
  text-transform: none;
  line-height: 1.55;
  letter-spacing: 0;
}

@keyframes alertPop {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.modal--open {
  display: flex;
}

.modal__panel {
  width: min(540px, 100%);
  max-height: calc(100vh - 36px);
  overflow-y: auto;
  padding: 34px;
  scroll-padding-bottom: 96px;
}

.modal__panel .icon-ring {
  margin-bottom: 18px;
}

.modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(248, 201, 109, 0.45);
  border-radius: 50%;
  color: var(--gold-light);
  background: rgba(5, 2, 8, 0.72);
  cursor: pointer;
}

.rsvp-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.rsvp-submit {
  position: sticky;
  bottom: -18px;
  z-index: 3;
  box-shadow: 0 -12px 26px rgba(5, 2, 8, 0.62), 0 0 30px rgba(255, 47, 145, 0.36);
}

.rsvp-form label {
  display: grid;
  gap: 8px;
  color: var(--gold-light);
  font-weight: 800;
}

.rsvp-form input {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(248, 201, 109, 0.38);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--paper);
  background: rgba(5, 2, 8, 0.72);
  outline: none;
}

.rsvp-form input:focus {
  border-color: var(--pink-soft);
  box-shadow: 0 0 0 3px rgba(255, 47, 145, 0.18);
}

.dependents-box {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(248, 201, 109, 0.22);
  border-radius: 8px;
  background: rgba(5, 2, 8, 0.42);
}

.dependents-box strong {
  color: var(--gold-light);
}

.dependents-box p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.dependents-list {
  display: grid;
  gap: 10px;
}

.dependent-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.65fr) auto;
  gap: 10px;
  align-items: end;
  padding: 12px;
  border: 1px solid rgba(255, 47, 145, 0.22);
  border-radius: 8px;
  background: rgba(5, 2, 8, 0.48);
}

.dependent-remove {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 143, 196, 0.42);
  border-radius: 50%;
  color: var(--pink-soft);
  background: rgba(5, 2, 8, 0.62);
  cursor: pointer;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--gold-light);
  font-weight: 800;
}

.form-status--error {
  color: var(--pink-soft);
}

.status-wristband {
  display: inline-block;
  margin: 8px 0 4px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 221, 142, 0.6);
  border-radius: 999px;
  background: rgba(255, 221, 142, 0.1);
  color: var(--gold-light);
}

.status-people {
  display: grid;
  gap: 6px;
  margin-top: 12px;
}

.status-people span {
  display: block;
  color: rgba(255, 246, 222, 0.88);
  font-size: 0.92rem;
  line-height: 1.45;
}

.admin-table-wrap {
  overflow-x: auto;
  margin-top: 18px;
  background: rgba(5, 2, 8, 0.82);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.admin-home-page > .admin-dashboard-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.admin-home-page > .admin-dashboard-grid .admin-stat-row-3 {
  grid-column: span 4;
}

.admin-home-page > .admin-dashboard-grid .admin-stat-row-4 {
  grid-column: span 3;
}

.gate-stats-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.stat-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(15, 5, 22, 0.86), rgba(7, 2, 10, 0.92));
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34), inset 0 0 34px rgba(255, 47, 145, 0.08);
  text-align: center;
}

.stat-card span {
  display: block;
  color: var(--pink-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stat-card strong {
  display: block;
  margin-top: 8px;
  color: var(--gold-light);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.8rem);
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--paper);
}

.admin-table th,
.admin-table td {
  padding: 14px;
  border-bottom: 1px solid rgba(248, 201, 109, 0.18);
  text-align: left;
}

.admin-table th {
  color: var(--gold-light);
  font-family: Cinzel, Georgia, serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-table .row-inactive {
  opacity: 0.58;
}

.admin-table .row-inactive td {
  background: rgba(255, 47, 145, 0.04);
}

.gate-table th:first-child,
.gate-table td:first-child {
  min-width: 260px;
}

.gate-present-row td {
  background: rgba(83, 255, 164, 0.06);
}

.gate-minor-row td {
  box-shadow: inset 4px 0 0 rgba(255, 47, 145, 0.8);
}

.gate-minor-row td:nth-child(3) {
  color: var(--pink-soft);
  font-weight: 900;
}

.dependent-admin-list {
  display: grid;
  gap: 4px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.88rem;
}

.dependent-admin-list strong {
  color: var(--pink-soft);
}

.dependent-admin-list span {
  display: block;
}

.conciliation-table th:nth-child(2),
.conciliation-table td:nth-child(2) {
  min-width: 210px;
}

.conciliation-table {
  min-width: 980px;
}

.conciliation-table th:nth-child(6),
.conciliation-table td:nth-child(6) {
  min-width: 220px;
}

.conciliation-table th,
.conciliation-table td {
  padding: 12px 10px;
  vertical-align: top;
}

.conciliation-select {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255, 217, 132, 0.55);
  border-radius: 10px;
  padding: 0 12px;
  background: rgba(8, 0, 10, 0.96);
  color: #fff7d1;
  font-weight: 800;
  outline: none;
}

.conciliation-search-label {
  display: block;
  margin-top: 18px;
  margin-bottom: 8px;
  color: #ffe699;
  font-weight: 900;
}

.conciliation-search {
  width: min(100%, 560px);
  min-height: 48px;
  border: 1px solid rgba(255, 217, 132, 0.55);
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(8, 0, 10, 0.92);
  color: #fff7d1;
  font-weight: 800;
  outline: none;
  box-shadow: inset 0 0 18px rgba(255, 47, 145, 0.08);
}

.conciliation-search::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.conciliation-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: none;
  margin: 0;
}

.conciliation-actions .button {
  width: auto !important;
  flex: 0 0 auto;
  min-height: 32px;
  padding: 7px 10px;
  font-size: 0.72rem;
  white-space: nowrap;
  line-height: 1.1;
}

.conciliation-actions-row td {
  padding-top: 0;
  border-top: 0;
  background: rgba(255, 47, 145, 0.035);
}

.conciliation-table tr:has(+ .conciliation-actions-row) td {
  border-bottom: 0;
  padding-bottom: 6px;
}

.conciliation-actions-row td:first-child {
  background: transparent;
}

@media (max-width: 860px) {
  .page-shell {
    width: min(100% - 20px, 1120px);
    padding-top: 10px;
  }

  .hero {
    min-height: calc(100vh - 20px);
  }

  .hero::before,
  .hero::after {
    inset: 12px;
  }

  .hero__content {
    width: min(100% - 34px, 720px);
    padding-top: 124px;
  }

  .details,
  .notice-grid,
  .mural-layout,
  .memories-layout,
  .stats-grid,
  .info-list,
  .admin-home-grid {
    grid-template-columns: 1fr;
  }

  .quiz-options {
    grid-template-columns: 1fr;
  }

  .mural-admin-card {
    grid-template-columns: 1fr;
  }

  .mural-admin-actions {
    justify-content: flex-start;
  }

  .conciliation-filter-grid,
  .gate-control-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .analytics-grid {
    grid-template-columns: 1fr;
  }

  .tables-layout {
    grid-template-columns: 1fr;
  }

  .tables-layout--map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-home-page > .admin-dashboard-grid .admin-stat-row-3,
  .admin-home-page > .admin-dashboard-grid .admin-stat-row-4 {
    grid-column: span 6;
  }

  .info-card {
    min-height: auto;
  }
}

.admin-dashboard-grid,
.report-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 560px) {
  .analytics-grid {
    grid-template-columns: 1fr;
  }

  .analytics-page .admin-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .analytics-page .stat-card strong {
    font-size: 2rem;
  }

  .analytics-page .admin-table {
    min-width: 860px;
  }

  .admin-home-page > .admin-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-home-page > .admin-dashboard-grid .admin-stat-row-3,
  .admin-home-page > .admin-dashboard-grid .admin-stat-row-4 {
    grid-column: auto;
  }

  .table-card__center strong {
    font-size: 2rem;
  }

  .table-card__seats {
    grid-template-columns: 1fr;
  }

  .tables-layout--map {
    grid-template-columns: 1fr;
  }

  .table-map-seats {
    grid-template-columns: 1fr;
  }

  .topbar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: calc(100% - 22px);
    gap: 5px;
    overflow: visible;
    padding: 7px;
    border-radius: 20px;
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 47, 145, 0.22), transparent 70%),
      rgba(5, 2, 8, 0.88);
  }

  .topbar a {
    display: grid;
    min-height: 36px;
    place-items: center;
    padding: 7px 5px;
    border: 1px solid rgba(248, 201, 109, 0.2);
    background: rgba(255, 255, 255, 0.03);
    font-size: 0.55rem;
    line-height: 1.08;
    text-align: center;
    white-space: normal;
  }

  .topbar a:nth-child(3) {
    grid-column: span 2;
  }

  .topbar .topbar__icon-link {
    min-width: 0;
    padding: 0;
    border-color: rgba(255, 47, 145, 0.44);
    border-radius: 999px;
    background: rgba(255, 47, 145, 0.12);
  }

  .topbar .topbar__icon-link svg {
    width: 1.05rem;
    height: 1.05rem;
  }

  .hero__content {
    padding-top: 138px;
  }

  .eyebrow,
  .section-kicker {
    letter-spacing: 0.2em;
  }

  .hero__text {
    width: 100%;
    font-size: clamp(0.95rem, 3.85vw, 1.22rem);
    letter-spacing: 0;
  }

  .logo-star {
    width: 6px;
    height: 6px;
  }

  .countdown {
    grid-template-columns: 1fr 1fr;
  }

  .notice-card {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .pix-grid {
    grid-template-columns: 1fr 1fr;
  }

  .playlist-list {
    max-height: 390px;
    min-height: 330px;
  }

  .playlist-song,
  .playlist-song:not(.playlist-song--with-thumb) {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .playlist-song__thumb {
    display: none;
  }

  .playlist-song__listen {
    grid-column: 2;
    justify-self: start;
    min-height: 30px;
    margin-top: 4px;
    padding-inline: 12px;
  }

  .conciliation-filter-grid,
  .conciliation-sort-grid,
  .gate-control-grid {
    gap: 8px;
  }

  .conciliation-filter-grid .filter-button,
  .conciliation-sort-grid .filter-button,
  .gate-control-grid .filter-button,
  .gate-control-link {
    min-height: 42px;
    font-size: 0.72rem;
  }

  .button {
    width: 100%;
  }

  .conciliation-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    width: 100%;
  }

  .conciliation-actions .button {
    width: auto !important;
    flex: 0 0 auto;
    min-height: 32px;
    padding: 7px 10px;
    font-size: 0.72rem;
  }

  .modal__panel {
    max-height: calc(100dvh - 18px);
    padding: 24px 18px 18px;
  }

  .modal {
    align-items: flex-start;
    padding: 9px;
  }

  .rsvp-form {
    gap: 13px;
  }

  .rsvp-submit {
    bottom: -8px;
    margin-top: 4px;
  }

  .dependent-item {
    grid-template-columns: 1fr;
  }

  .dependent-remove {
    width: 100%;
    border-radius: 8px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
  }

  .whatsapp-float__link {
    width: 62px;
    min-height: 62px;
    justify-content: center;
    padding: 7px;
  }

  .whatsapp-float__text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
