:root {
  --ink: #112136;
  --muted: #5f6f7f;
  --pink: #ef3f8f;
  --hot-pink: #cf146b;
  --aqua: #19c4d2;
  --teal: #078a9a;
  --sun: #ffd451;
  --paper: #fff9f3;
  --white: #ffffff;
  --line: rgba(17, 33, 54, 0.14);
  --soft-line: rgba(255, 255, 255, 0.58);
  --shadow: 0 22px 70px rgba(18, 45, 70, 0.18);
  --tight-shadow: 0 12px 34px rgba(17, 33, 54, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 92px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 16% 18%, rgba(239, 63, 143, 0.16), transparent 28rem),
    radial-gradient(circle at 84% 42%, rgba(25, 196, 210, 0.18), transparent 30rem),
    linear-gradient(180deg, #e8fbff 0%, #fff9f3 48%, #ffffff 100%);
}

a {
  color: inherit;
}

.hero {
  min-height: 92vh;
  padding: clamp(26px, 5vw, 72px) clamp(18px, 4vw, 64px) 116px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(232, 251, 255, 0.96) 0%, rgba(232, 251, 255, 0.8) 38%, rgba(232, 251, 255, 0.28) 100%),
    url("../assets/backgrounds/hero-background.png") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -8vw -11vw 45vw;
  height: 28vw;
  background: linear-gradient(90deg, rgba(25, 196, 210, 0.25), rgba(239, 63, 143, 0.2));
  transform: rotate(-7deg);
  border-radius: 8px;
  pointer-events: none;
}

.hero-grid,
.split,
.evening-section,
.video-band,
.form-section,
.footer,
.admin,
.thanks,
.legal {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 450px);
  gap: clamp(28px, 6vw, 74px);
  align-items: center;
  padding-top: clamp(18px, 4vh, 44px);
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--hot-pink);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  line-height: 0.96;
  letter-spacing: 0;
}

h1 {
  max-width: 700px;
  font-size: clamp(3.7rem, 10vw, 8rem);
  color: var(--hot-pink);
  text-shadow: 3px 3px 0 var(--sun), 7px 7px 0 rgba(25, 196, 210, 0.35);
}

h2 {
  font-size: clamp(2.15rem, 6vw, 4.2rem);
}

.split h2,
.video-band h2,
.form-section h2 {
  color: var(--hot-pink);
  text-shadow: 2px 2px 0 var(--sun), 5px 5px 0 rgba(25, 196, 210, 0.3);
}

.split h2,
.form-section h2 {
  font-size: clamp(2.35rem, 5vw, 4.1rem);
}

.lead {
  max-width: 590px;
  margin: 24px 0 0;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 5px 5px 0 rgba(17, 33, 54, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translate(-1px, -1px);
  box-shadow: 7px 7px 0 rgba(17, 33, 54, 0.18);
}

.button.primary {
  background: var(--pink);
  color: var(--white);
}

.button.ghost {
  background: rgba(255, 255, 255, 0.72);
}

.button.full {
  width: 100%;
}

.poster {
  position: relative;
  margin: 0;
}

.poster img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border: 10px solid var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}

.info-wrap {
  position: relative;
  margin-top: -74px;
  padding: 28px 18px 58px;
  isolation: isolate;
  background:
    linear-gradient(135deg, #ef3f8f 0%, #cf146b 46%, #ff78b9 100%);
}

.info-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 212, 81, 0.12), rgba(25, 196, 210, 0.16));
}

.info-band {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.info-band article {
  min-height: 118px;
  background: rgba(255, 255, 255, 0.94);
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-bottom: 5px solid var(--sun);
  border-radius: 8px;
  padding: 17px 20px 16px;
  box-shadow: 0 18px 42px rgba(17, 33, 54, 0.14);
  backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stats article {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  padding: 22px;
  box-shadow: var(--tight-shadow);
  backdrop-filter: blur(12px);
}

.info-band span,
.stats span {
  display: block;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.info-band span {
  color: var(--hot-pink);
  font-size: clamp(1rem, 1.18vw, 1.18rem);
  line-height: 0.95;
  margin-bottom: 10px;
  text-shadow: 1px 1px 0 var(--sun), 3px 3px 0 rgba(25, 196, 210, 0.28);
}

.stats span {
  color: var(--hot-pink);
}

.info-band strong,
.stats strong {
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.28;
}

.split,
.form-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 64px);
  padding: 88px 18px;
  align-items: start;
}

.split {
  position: relative;
}

.split::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(232, 251, 255, 0.82) 52%, rgba(255, 249, 243, 0.94)),
    radial-gradient(circle at 8% 24%, rgba(239, 63, 143, 0.12), transparent 24rem),
    radial-gradient(circle at 92% 72%, rgba(25, 196, 210, 0.16), transparent 26rem);
}

.form-section {
  position: relative;
}

.form-section::before {
  content: "";
  position: absolute;
  inset: 22px calc(50% - 50vw);
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(232, 251, 255, 0.9), rgba(255, 255, 255, 0.82) 48%, rgba(255, 231, 242, 0.86)),
    radial-gradient(circle at 8% 78%, rgba(239, 63, 143, 0.18), transparent 22rem),
    radial-gradient(circle at 92% 18%, rgba(25, 196, 210, 0.2), transparent 24rem);
  border-top: 2px solid rgba(25, 196, 210, 0.18);
  border-bottom: 2px solid rgba(239, 63, 143, 0.14);
}

.split p,
.form-intro p,
.thanks p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.rsvp-highlight {
  max-width: 520px;
  margin-top: 18px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.74);
  border-left: 6px solid var(--pink);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(17, 33, 54, 0.08);
  backdrop-filter: blur(10px);
}

.rsvp-highlight strong {
  color: var(--hot-pink);
  font-weight: 1000;
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature-list div {
  border-left: 8px solid var(--aqua);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  padding: 18px 20px;
  font-weight: 900;
  box-shadow: var(--tight-shadow);
  backdrop-filter: blur(12px);
}

.evening-section {
  position: relative;
  padding: 88px 18px;
}

.evening-section::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(14, 18, 43, 0.98) 0%, rgba(62, 31, 94, 0.98) 36%, rgba(124, 37, 128, 0.96) 68%, rgba(34, 25, 65, 0.98) 100%),
    radial-gradient(circle at 12% 22%, rgba(255, 212, 81, 0.22), transparent 18rem),
    radial-gradient(circle at 74% 18%, rgba(239, 63, 143, 0.36), transparent 26rem),
    radial-gradient(circle at 90% 82%, rgba(25, 196, 210, 0.16), transparent 22rem);
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head h2 {
  color: var(--pink);
  text-shadow: 2px 2px 0 var(--sun), 5px 5px 0 rgba(25, 196, 210, 0.34);
}

.evening-section .eyebrow {
  color: var(--sun);
}

.evening-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.evening-card {
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.46);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.evening-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.evening-card div {
  padding: 22px;
}

.evening-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--hot-pink);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.evening-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  line-height: 1;
}

.evening-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.55;
}

.video-band {
  display: grid;
  grid-template-columns: minmax(260px, 410px) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  padding: 70px 18px;
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
}

.video-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 230px;
  border: 8px solid var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
  text-decoration: none;
  transform: rotate(-1deg);
}

.video-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.video-card span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 11px 14px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--pink);
  color: var(--white);
  font-weight: 900;
  box-shadow: 4px 4px 0 rgba(17, 33, 54, 0.2);
}

.video-link {
  font-weight: 900;
  color: var(--hot-pink);
}

.signup {
  display: grid;
  gap: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  padding: clamp(18px, 4vw, 34px);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-group {
  display: grid;
  gap: 12px;
}

.form-group-head {
  padding: 13px 14px;
  border-left: 5px solid var(--pink);
  border-radius: 8px;
  background: rgba(239, 63, 143, 0.08);
}

.form-group-head span,
.form-group-head small {
  display: block;
}

.form-group-head span {
  color: var(--hot-pink);
  font-weight: 1000;
  text-transform: uppercase;
}

.form-group-head small {
  margin-top: 3px;
  color: var(--muted);
  font-weight: 800;
}

label,
legend {
  color: var(--ink);
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  margin-top: 8px;
  border: 2px solid rgba(17, 33, 54, 0.18);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
  background: var(--white);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: var(--aqua);
  box-shadow: 0 0 0 4px rgba(25, 196, 210, 0.16);
}

textarea {
  resize: vertical;
}

fieldset,
.status-toggle {
  border: 2px dashed rgba(239, 63, 143, 0.32);
  border-radius: 8px;
  padding: 14px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

fieldset input,
.status-toggle input,
.privacy-check input {
  width: auto;
  margin: 0 7px 0 0;
}

.payment-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.payment-options legend {
  margin-bottom: 10px;
}

.payment-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 12px;
  border: 2px solid rgba(17, 33, 54, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  cursor: pointer;
}

.payment-option:has(input:checked) {
  border-color: var(--pink);
  background: rgba(239, 63, 143, 0.08);
}

.payment-icon {
  width: 42px;
  height: 32px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 1000;
  box-shadow: 3px 3px 0 rgba(17, 33, 54, 0.12);
}

.paypal-icon {
  background: var(--white);
  padding: 4px 5px;
}

.paypal-icon img {
  display: block;
  width: 100%;
  max-height: 20px;
}

.cash-icon {
  position: relative;
  background: #fff7cf;
}

.cash-icon::before,
.cash-icon::after {
  content: "";
  position: absolute;
}

.cash-icon::before {
  width: 18px;
  height: 11px;
  border: 2px solid var(--ink);
  border-radius: 3px;
  background: var(--sun);
}

.cash-icon::after {
  width: 5px;
  height: 5px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.privacy-check {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
}

.privacy-check a,
.legal a,
.footer a {
  color: var(--hot-pink);
  font-weight: 900;
}

.total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  background: linear-gradient(135deg, #e8fbff, #fff7cf);
  border: 1px solid rgba(25, 196, 210, 0.18);
  border-radius: 8px;
  padding: 16px;
}

.total span,
.paypal-note {
  color: var(--ink);
  font-weight: 900;
}

.total strong {
  font-size: 1.35rem;
}

.music-player {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 3;
  width: min(560px, calc(100% - 28px));
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--pink), var(--hot-pink));
  color: var(--white);
  box-shadow: 7px 7px 0 rgba(17, 33, 54, 0.22), 0 18px 50px rgba(207, 20, 107, 0.28);
}

.music-player strong,
.music-player span {
  display: block;
}

.music-player strong {
  font-size: 1rem;
}

.music-status {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 800;
}

.music-toggle {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--sun);
  color: var(--ink);
  cursor: pointer;
  box-shadow: 4px 4px 0 rgba(17, 33, 54, 0.18);
}

.play-icon {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--ink);
}

.music-player.is-playing .play-icon {
  width: 16px;
  height: 18px;
  margin-left: 0;
  border: 0;
  background:
    linear-gradient(90deg, var(--ink) 0 6px, transparent 6px 10px, var(--ink) 10px 16px);
}

.thanks-page,
.admin-page {
  min-height: 100vh;
}

.thanks {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 90px 18px;
  background:
    linear-gradient(90deg, rgba(232, 251, 255, 0.94), rgba(255, 231, 242, 0.76)),
    url("../assets/backgrounds/hero-background.png") center / cover no-repeat;
}

.thanks-card {
  width: min(760px, 100%);
  padding: clamp(24px, 5vw, 48px);
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.thanks-card h1 {
  font-size: clamp(2.8rem, 8vw, 6.2rem);
}

.thanks-actions {
  margin-top: 28px;
}

.footer {
  padding: 34px 18px 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.legal {
  padding: 42px 18px 90px;
}

.legal h1 {
  max-width: 940px;
  margin-top: 22px;
  font-size: clamp(3rem, 9vw, 7rem);
}

.legal-section {
  max-width: 860px;
  margin-top: 46px;
  padding-top: 34px;
  border-top: 2px solid var(--line);
}

.legal-section h2 {
  font-size: clamp(1.85rem, 4vw, 3rem);
}

.legal p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.admin {
  padding: 42px 18px;
}

.admin-head,
.stats,
.admin-dashboard {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.admin-dashboard {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dashboard-card,
.admin-panel {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  box-shadow: var(--tight-shadow);
  backdrop-filter: blur(12px);
}

.dashboard-card {
  min-height: 148px;
  padding: 22px;
  border-bottom: 5px solid var(--pink);
}

.dashboard-card.highlight {
  background: linear-gradient(135deg, var(--pink), var(--hot-pink));
  color: var(--white);
  border-bottom-color: var(--sun);
}

.dashboard-card span,
.dashboard-card small {
  display: block;
}

.dashboard-card span {
  color: var(--hot-pink);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dashboard-card.highlight span,
.dashboard-card.highlight small {
  color: rgba(255, 255, 255, 0.84);
}

.dashboard-card strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.dashboard-card small {
  margin-top: 10px;
  color: var(--muted);
  font-weight: 800;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  margin-bottom: 24px;
}

.admin-panel {
  padding: 22px;
}

.panel-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
  margin-bottom: 18px;
}

.panel-head h2 {
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  text-shadow: none;
}

.panel-head strong {
  color: var(--hot-pink);
  font-size: 1.5rem;
}

.progress {
  height: 18px;
  overflow: hidden;
  border: 2px solid rgba(17, 33, 54, 0.14);
  border-radius: 999px;
  background: #fff7cf;
}

.progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--pink), var(--hot-pink));
}

.mini-stats,
.participant-list {
  display: grid;
  gap: 10px;
}

.mini-stats {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 16px;
}

.mini-stats span,
.participant-list div,
.participant-list p {
  padding: 12px;
  border-radius: 8px;
  background: rgba(232, 251, 255, 0.62);
  font-weight: 850;
}

.participant-list span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.92rem;
}

.open-payments {
  margin-bottom: 24px;
}

.payment-list {
  display: grid;
  gap: 10px;
}

.payment-list p,
.payment-row {
  margin: 0;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 247, 207, 0.72);
}

.payment-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.payment-row strong,
.payment-row span {
  display: block;
}

.payment-row span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 850;
}

.table-wrap {
  overflow-x: auto;
  background: var(--white);
  border-radius: 8px;
  border: 2px solid var(--line);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1200px;
}

th,
td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  background: #e8fbff;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.paid-form {
  margin: 0;
}

.paid-form label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(239, 63, 143, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  cursor: pointer;
}

.paid-form input {
  width: auto;
  margin: 0;
  accent-color: var(--pink);
}

.paid-form span {
  font-weight: 900;
  color: var(--hot-pink);
}

.registration-edit {
  margin-bottom: 24px;
}

.edit-form {
  display: grid;
  gap: 14px;
}

.edit-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 850;
}

.edit-form textarea {
  min-height: 90px;
  resize: vertical;
}

.form-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

.row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.row-actions form {
  margin: 0;
}

.small-button {
  min-height: auto;
  padding: 8px 11px;
  font-size: 0.82rem;
}

.button.danger {
  border-color: #c52b2b;
  background: #c52b2b;
  color: #fff;
}

@media (max-width: 820px) {
  body {
    padding-bottom: 74px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 68px;
  }

  .hero-grid,
  .split,
  .evening-grid,
  .form-section {
    grid-template-columns: 1fr;
  }

  .poster img {
    max-height: 430px;
    transform: none;
  }

  .info-band,
  .stats,
  .admin-dashboard,
  .dashboard-grid,
  .mini-stats {
    grid-template-columns: 1fr;
  }

  .info-wrap {
    margin-top: -28px;
    padding-bottom: 54px;
  }

  .video-band,
  .admin-head {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .admin-head {
    flex-direction: column;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .payment-options {
    grid-template-columns: 1fr;
  }

  .music-player {
    bottom: 10px;
    min-height: 54px;
    width: min(420px, calc(100% - 20px));
    padding: 8px 10px;
    gap: 10px;
  }

  .music-toggle {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .play-icon {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 12px;
  }

  .music-player strong {
    font-size: 0.9rem;
  }

  .music-status {
    font-size: 0.8rem;
  }

  .payment-row {
    grid-template-columns: 1fr;
  }

}
