@font-face {
  font-family: Inter;
  src: url(/fonts/Inter-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(/fonts/Inter-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(/fonts/Inter-ExtraBold.woff2) format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: Londrina Solid;
  src: url(/fonts/LondrinaSolid-Black.woff) format("woff");
  font-weight: 900;
  font-display: swap;
}
:root {
  color: #f4f0e8;
  background: #080808;
  font-family: Inter, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #111111;
  --paper: #f4f0e8;
  --muted: #aaa49c;
  --red: #ba2d0b;
  --red-dark: #701600;
  --yellow: #ffd72e;
  --green: #39b96e;
}
* {
  box-sizing: border-box;
}
html,
body,
#root {
  width: 100%;
  min-width: 320px;
  min-height: 100%;
  margin: 0;
}
body {
  min-height: 100vh;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}
.kiosk-stage {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #050505;
  touch-action: manipulation;
  user-select: none;
}
.kiosk-shell {
  position: relative;
  width: 100vw;
  height: 100vh;
  max-width: 56.25vh;
  max-height: 177.77778vw;
  width: min(100vw, 56.25vh);
  width: min(100vw, 56.25dvh);
  height: min(100vh, 177.77778vw);
  height: min(100dvh, 177.77778vw);
  overflow: hidden;
  container-type: size;
  isolation: isolate;
  background:
    linear-gradient(#111111b8, #111111e6),
    url(/brand/alerte-hit-pattern.svg) center / 100% 100% no-repeat,
    #111;
  box-shadow: 0 0 80px #000000b8;
}
.kiosk-shell:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 5vw 5vw;
  background-size: 5cqw 5cqw;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 52%);
  mask-image: linear-gradient(to bottom, black, transparent 52%);
}
.ambient {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(11vw);
  filter: blur(11cqw);
  opacity: 0.27;
  pointer-events: none;
}
.ambient-one {
  width: 58vw;
  width: 58cqw;
  height: 58vw;
  height: 58cqw;
  top: -20vw;
  top: -20cqw;
  right: -23vw;
  right: -23cqw;
  background: var(--red);
}
.ambient-two {
  width: 55vw;
  width: 55cqw;
  height: 55vw;
  height: 55cqw;
  bottom: 12vh;
  bottom: 12cqh;
  left: -35vw;
  left: -35cqw;
  background: #552015;
}
.kiosk-header {
  position: absolute;
  z-index: 30;
  top: 2.7vh;
  top: 2.7cqh;
  left: 5.2vw;
  left: 5.2cqw;
  right: 5.2vw;
  right: 5.2cqw;
  height: 10.5vh;
  height: 10.5cqh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
.brand-lockup {
  display: flex;
  flex-direction: column;
  gap: 0.75vh;
  gap: 0.75cqh;
}
.brand-lockup img {
  width: 23vw;
  width: 23cqw;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0.7vw 1.3vw rgba(0, 0, 0, 0.35));
  filter: drop-shadow(0 0.7cqw 1.3cqw rgba(0, 0, 0, 0.35));
}
.brand-lockup span {
  color: #cbc6bd;
  font-size: 1.03vw;
  font-size: 1.03cqw;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}
.header-qr {
  width: 38vw;
  width: 38cqw;
  display: grid;
  grid-template-columns: 13.2vw 1fr;
  grid-template-columns: 13.2cqw 1fr;
  align-items: center;
  gap: 1.5vw;
  gap: 1.5cqw;
  padding: 1.05vw;
  padding: 1.05cqw;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2.1vw;
  border-radius: 2.1cqw;
  background: #141414d1;
  box-shadow: 0 1.2vw 3vw #00000059;
  box-shadow: 0 1.2cqw 3cqw #00000059;
  backdrop-filter: blur(20px);
}
.header-qr-code {
  width: 13.2vw;
  width: 13.2cqw;
  height: 13.2vw;
  height: 13.2cqw;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 1.25vw;
  border-radius: 1.25cqw;
  background: #fff;
}
.header-qr-code svg {
  width: 100%;
  height: 100%;
}
.header-qr-copy {
  display: flex;
  gap: 0.8vw;
  gap: 0.8cqw;
  align-items: flex-start;
  min-width: 0;
}
.header-qr-copy > svg {
  width: 2.25vw;
  width: 2.25cqw;
  flex: 0 0 auto;
  color: var(--yellow);
}
.header-qr-copy p {
  min-width: 0;
  margin: 0;
}
.header-qr-copy strong,
.header-qr-copy span {
  display: block;
}
.header-qr-copy strong {
  color: #fff;
  font-size: 1.28vw;
  font-size: 1.28cqw;
  line-height: 1.25;
}
.header-qr-copy span {
  max-width: 17vw;
  max-width: 17cqw;
  margin-top: 0.55vh;
  margin-top: 0.55cqh;
  overflow: hidden;
  color: var(--muted);
  font-size: 1vw;
  font-size: 1cqw;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slide-viewport {
  position: absolute;
  z-index: 5;
  top: 14.2vh;
  top: 14.2cqh;
  right: 4.6vw;
  right: 4.6cqw;
  bottom: 13.4vh;
  bottom: 13.4cqh;
  left: 4.6vw;
  left: 4.6cqw;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 3.2vw;
  border-radius: 3.2cqw;
  background: #151515;
  box-shadow: 0 2.6vw 7vw #00000073;
  box-shadow: 0 2.6cqw 7cqw #00000073;
}
.slide-transition {
  width: 100%;
  height: 100%;
  animation: slide-in 0.56s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: scale(1.018) translateY(0.6vh);
  }
  0% {
    opacity: 0;
    transform: scale(1.018) translateY(0.6cqh);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.media-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0d0d0d;
}
.media-slide > img,
.media-slide > video {
  width: 100%;
  height: 100%;
  display: block;
}
.media-slide > video {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.kiosk-shell.is-video-active:before,
.kiosk-shell.is-video-active .ambient {
  display: none;
}
.kiosk-shell.is-video-active .header-qr,
.kiosk-shell.is-video-active .manual-controls,
.kiosk-shell.is-video-active .floating-footer {
  backdrop-filter: none;
}
.kiosk-shell.is-video-active .media-caption {
  filter: none;
}
.kiosk-shell.is-video-active .media-vignette {
  background: linear-gradient(to bottom, transparent 66%, rgba(0, 0, 0, 0.72));
}
.media-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 52%, rgba(0, 0, 0, 0.86));
}
.media-caption {
  position: absolute;
  right: 4.5vw;
  right: 4.5cqw;
  bottom: 4.2vh;
  bottom: 4.2cqh;
  left: 4.5vw;
  left: 4.5cqw;
  z-index: 2;
  filter: drop-shadow(0 0.7vw 1vw rgba(0, 0, 0, 0.65));
  filter: drop-shadow(0 0.7cqw 1cqw rgba(0, 0, 0, 0.65));
}
.media-caption > span,
.event-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.65vh 1.4vw;
  padding: 0.65cqh 1.4cqw;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 1.05vw;
  font-size: 1.05cqw;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.media-caption h1 {
  max-width: 76vw;
  max-width: 76cqw;
  margin: 1.2vh 0 0;
  margin: 1.2cqh 0 0;
  color: var(--paper);
  font-family:
    Londrina Solid,
    sans-serif;
  font-size: 6.6vw;
  font-size: 6.6cqw;
  line-height: 0.92;
  text-transform: uppercase;
  text-shadow: 0.35vw 0.45vw 0 var(--red-dark);
  text-shadow: 0.35cqw 0.45cqw 0 var(--red-dark);
}
.media-caption small {
  display: inline-flex;
  align-items: center;
  gap: 0.7vw;
  gap: 0.7cqw;
  margin-top: 1.2vh;
  margin-top: 1.2cqh;
  color: #d3cec6;
  font-size: 1.3vw;
  font-size: 1.3cqw;
}
.media-caption small svg {
  width: 1.5vw;
  width: 1.5cqw;
}
.empty-media,
.empty-section {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8vw;
  padding: 8cqw;
  text-align: center;
  background: #151515;
}
.empty-media svg,
.empty-section svg {
  width: 9vw;
  width: 9cqw;
  height: 9vw;
  height: 9cqw;
  margin-bottom: 2vh;
  margin-bottom: 2cqh;
  color: var(--red);
}
.empty-media strong,
.empty-section h1 {
  margin: 0 0 1vh;
  margin: 0 0 1cqh;
  font-family: Londrina Solid;
  font-size: 5vw;
  font-size: 5cqw;
  text-transform: uppercase;
}
.empty-media span,
.empty-section p {
  max-width: 50vw;
  max-width: 50cqw;
  color: var(--muted);
  font-size: 1.6vw;
  font-size: 1.6cqw;
  line-height: 1.5;
}
.event-slide {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 39.5vh 1fr;
  grid-template-rows: 39.5cqh 1fr;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
}
.event-visual {
  position: relative;
  overflow: hidden;
  background: #171717;
}
.event-visual > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  animation: event-image 10s ease-out both;
}
@keyframes event-image {
  0% {
    transform: scale(1.04);
  }
  to {
    transform: scale(1);
  }
}
.event-visual-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.45),
    transparent 38%,
    rgba(0, 0, 0, 0.55)
  );
}
.event-visual > p {
  position: absolute;
  top: 2.5vh;
  top: 2.5cqh;
  left: 3.7vw;
  left: 3.7cqw;
  display: flex;
  align-items: center;
  gap: 1vw;
  gap: 1cqw;
  margin: 0;
  color: #fff;
  font-size: 1.17vw;
  font-size: 1.17cqw;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.event-visual > p span {
  width: 2.6vw;
  width: 2.6cqw;
  height: 0.25vw;
  height: 0.25cqw;
  background: var(--red);
}
.event-date-stamp {
  position: absolute;
  right: 3.5vw;
  right: 3.5cqw;
  bottom: 2.2vh;
  bottom: 2.2cqh;
  width: 12.4vw;
  width: 12.4cqw;
  height: 12.4vw;
  height: 12.4cqw;
  display: grid;
  place-content: center;
  border: 0.4vw solid var(--yellow);
  border: 0.4cqw solid var(--yellow);
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  text-align: center;
  box-shadow: 0.6vw 0.8vw 0 var(--red-dark);
  box-shadow: 0.6cqw 0.8cqw 0 var(--red-dark);
  transform: rotate(4deg);
}
.event-date-stamp strong {
  font-family: Londrina Solid;
  font-size: 5.5vw;
  font-size: 5.5cqw;
  line-height: 0.72;
}
.event-date-stamp span {
  margin-top: 0.65vh;
  margin-top: 0.65cqh;
  font-size: 1.35vw;
  font-size: 1.35cqw;
  font-weight: 800;
  text-transform: uppercase;
}
.event-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.65vh;
  gap: 1.65cqh;
  padding: 2.5vh 4.2vw 2vh;
  padding: 2.5cqh 4.2cqw 2cqh;
}
.event-content:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 0.55vw;
  height: 0.55cqw;
  background: linear-gradient(90deg, var(--red) 0 70%, var(--yellow) 70%);
}
.event-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 3vw;
  gap: 3cqw;
}
.event-title-row h1 {
  max-width: 64vw;
  max-width: 64cqw;
  margin: 1vh 0 0;
  margin: 1cqh 0 0;
  font-family: Londrina Solid;
  font-size: 5.7vw;
  font-size: 5.7cqw;
  line-height: 0.92;
  text-transform: uppercase;
}
.event-price {
  padding-bottom: 0.2vh;
  padding-bottom: 0.2cqh;
  color: var(--red);
  font-family: Londrina Solid;
  font-size: 4.6vw;
  font-size: 4.6cqw;
  white-space: nowrap;
}
.event-details {
  display: grid;
  grid-template-columns: 1.24fr 0.68fr 1.08fr;
  gap: 1.1vw;
  gap: 1.1cqw;
}
.event-details > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 1.45vw;
  gap: 1.45cqw;
  min-height: 8.4vh;
  min-height: 8.4cqh;
  padding: 1.55vw;
  padding: 1.55cqw;
  border: 1px solid #ded8ce;
  border-radius: 1.45vw;
  border-radius: 1.45cqw;
  background: #fff;
}
.event-details svg {
  width: 3vw;
  width: 3cqw;
  height: 3vw;
  height: 3cqw;
  flex: 0 0 auto;
  color: var(--red);
}
.event-details small,
.event-details strong {
  display: block;
}
.event-details small {
  margin-bottom: 0.55vh;
  margin-bottom: 0.55cqh;
  color: #7d776f;
  font-size: 1.2vw;
  font-size: 1.2cqw;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.event-details strong {
  overflow: hidden;
  font-size: 1.62vw;
  font-size: 1.62cqw;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-details > div:nth-child(1) strong {
  display: -webkit-box;
  font-size: 2.18vw;
  font-size: 2.18cqw;
  line-height: 1.08;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.event-details > div:nth-child(2) strong {
  color: var(--red);
  font-size: 2.75vw;
  font-size: 2.75cqw;
  font-weight: 800;
}
.capacity-card {
  margin-top: auto;
  padding: 1.45vw 1.6vw 1.25vw;
  padding: 1.45cqw 1.6cqw 1.25cqw;
  border: 1px solid #ded8ce;
  border-radius: 1.9vw;
  border-radius: 1.9cqw;
  background: #fff;
  --capacity: var(--green);
}
.capacity-medium {
  --capacity: #e09020;
}
.capacity-low,
.capacity-sold-out {
  --capacity: #d84024;
}
.capacity-heading {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 1.2vw;
  gap: 1.2cqw;
}
.capacity-icon {
  width: 5vw;
  width: 5cqw;
  height: 5vw;
  height: 5cqw;
  display: grid;
  place-items: center;
  border-radius: 1.3vw;
  border-radius: 1.3cqw;
  background: color-mix(in srgb, var(--capacity) 15%, white);
  color: var(--capacity);
}
.capacity-icon svg {
  width: 2.5vw;
  width: 2.5cqw;
}
.capacity-heading small,
.capacity-heading strong {
  display: block;
}
.capacity-heading small {
  color: #77716a;
  font-size: 1vw;
  font-size: 1cqw;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.capacity-heading strong {
  margin-top: 0.2vh;
  margin-top: 0.2cqh;
  color: var(--capacity);
  font-size: 2.25vw;
  font-size: 2.25cqw;
}
.capacity-heading strong i {
  color: #8d8780;
  font-size: 1.4vw;
  font-size: 1.4cqw;
  font-style: normal;
}
.capacity-status {
  justify-self: end;
  padding: 0.65vh 1.25vw;
  padding: 0.65cqh 1.25cqw;
  border-radius: 999px;
  background: color-mix(in srgb, var(--capacity) 14%, white);
  color: var(--capacity);
  font-size: 1vw;
  font-size: 1cqw;
  font-weight: 800;
  text-transform: uppercase;
}
.capacity-track {
  height: 0.65vh;
  height: 0.65cqh;
  margin-top: 1.25vh;
  margin-top: 1.25cqh;
  overflow: hidden;
  border-radius: 999px;
  background: #e9e5de;
}
.capacity-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--capacity);
  transition: width 0.8s ease;
}
.capacity-card > p {
  margin: 0.75vh 0 0;
  margin: 0.75cqh 0 0;
  color: #7a746c;
  font-size: 0.98vw;
  font-size: 0.98cqw;
}
.manual-controls {
  position: absolute;
  z-index: 35;
  right: 50%;
  bottom: 14.6vh;
  bottom: 14.6cqh;
  display: flex;
  gap: 0.8vw;
  gap: 0.8cqw;
  align-items: center;
  padding: 0.65vw;
  padding: 0.65cqw;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: #111111d9;
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 2vh);
  transform: translate(50%, 2cqh);
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
  backdrop-filter: blur(15px);
}
.manual-controls.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(50%);
}
.manual-controls button,
.fullscreen-button {
  width: 4.8vw;
  width: 4.8cqw;
  height: 4.8vw;
  height: 4.8cqw;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #ffffff1a;
  color: #fff;
}
.manual-controls svg,
.fullscreen-button svg {
  width: 2.1vw;
  width: 2.1cqw;
}
.manual-controls .resume-button {
  width: auto;
  display: flex;
  gap: 0.7vw;
  gap: 0.7cqw;
  padding: 0 1.4vw;
  padding: 0 1.4cqw;
  border-radius: 999px;
  background: var(--red);
  font-size: 1.1vw;
  font-size: 1.1cqw;
  font-weight: 800;
}
.manual-controls .resume-button svg {
  width: 1.3vw;
  width: 1.3cqw;
}
.fullscreen-button {
  position: absolute;
  z-index: 36;
  left: 5vw;
  left: 5cqw;
  bottom: 14.9vh;
  bottom: 14.9cqh;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #11111180;
  opacity: 0.42;
}
.floating-footer {
  position: absolute;
  z-index: 40;
  right: 3.7vw;
  right: 3.7cqw;
  bottom: 2.3vh;
  bottom: 2.3cqh;
  left: 3.7vw;
  left: 3.7cqw;
  height: 9.4vh;
  height: 9.4cqh;
  padding: 2.15vh 0.85vw 0.75vw;
  padding: 2.15cqh 0.85cqw 0.75cqw;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 2.4vw;
  border-radius: 2.4cqw;
  background: #141414ed;
  box-shadow: 0 1.8vw 5vw #00000085;
  box-shadow: 0 1.8cqw 5cqw #00000085;
  backdrop-filter: blur(24px);
}
.footer-progress-track {
  position: absolute;
  top: -1.15vh;
  top: -1.15cqh;
  right: 2vw;
  right: 2cqw;
  left: 2vw;
  left: 2cqw;
  height: 0.72vh;
  height: 0.72cqh;
  padding: 0.16vh 0.28vw;
  padding: 0.16cqh 0.28cqw;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: #141414f0;
  box-shadow: 0 0.65vw 1.8vw #00000061;
  box-shadow: 0 0.65cqw 1.8cqw #00000061;
}
.footer-progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--red), #ee6847, var(--yellow));
  transition: width 0.1s linear;
}
.footer-meta {
  position: absolute;
  top: 0.65vh;
  top: 0.65cqh;
  right: 1.8vw;
  right: 1.8cqw;
  left: 1.8vw;
  left: 1.8cqw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #9e9890;
  font-size: 0.9vw;
  font-size: 0.9cqw;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.footer-meta button {
  border: 0;
  background: transparent;
  color: #d8d3cb;
  font-size: 0.9vw;
  font-size: 0.9cqw;
}
.footer-meta button:not(:disabled) {
  color: var(--yellow);
  cursor: pointer;
}
.floating-footer nav {
  height: 100%;
  display: flex;
  gap: 0.65vw;
  gap: 0.65cqw;
}
.floating-footer nav > button {
  min-width: 0;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  gap: 1cqw;
  overflow: hidden;
  padding: 0 1.1vw;
  padding: 0 1.1cqw;
  border: 1px solid transparent;
  border-radius: 1.6vw;
  border-radius: 1.6cqw;
  background: #ffffff0e;
  color: #a9a49d;
  transition:
    flex 0.44s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.22s,
    color 0.22s;
}
.floating-footer nav > button.nav-section-planning {
  background: #63a7ff1a;
  color: #80b9ff;
}
.floating-footer nav > button.nav-section-events {
  background: #ff654f1c;
  color: #ff765f;
}
.floating-footer nav > button.nav-section-ads {
  background: #ffd72e1c;
  color: #ffd72e;
}
.floating-footer nav > button.nav-section-leaderboard {
  background: #c084fc1c;
  color: #c996ff;
}
.floating-footer nav > button:not(.is-active) .nav-icon {
  background: color-mix(in srgb, currentColor 13%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, currentColor 20%, transparent);
}
.floating-footer nav > button.is-active {
  flex: 2.5;
  justify-content: flex-start;
  background: var(--paper);
  color: var(--ink);
  box-shadow: inset 0 -0.35vw #ded7ce;
  box-shadow: inset 0 -0.35cqw #ded7ce;
}
.nav-icon {
  width: 4.8vw;
  width: 4.8cqw;
  height: 4.8vw;
  height: 4.8cqw;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 1.25vw;
  border-radius: 1.25cqw;
  background: #ffffff14;
}
.is-active .nav-icon {
  background: var(--red);
  color: #fff;
}
.nav-icon svg {
  width: 2.25vw;
  width: 2.25cqw;
  height: 2.25vw;
  height: 2.25cqw;
}
.nav-label {
  min-width: 0;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  animation: label-in 0.3s 80ms both;
}
.is-active .nav-label {
  display: flex;
}
@keyframes label-in {
  0% {
    opacity: 0;
    transform: translate(-1vw);
  }
  0% {
    opacity: 0;
    transform: translate(-1cqw);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
.nav-label small {
  color: var(--red);
  font-size: 1.28vw;
  font-size: 1.28cqw;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.nav-label strong {
  max-width: 31vw;
  max-width: 31cqw;
  overflow: hidden;
  font-size: 2.1vw;
  font-size: 2.1cqw;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.admin-app {
  position: fixed;
  inset: 0;
  display: grid;
  grid-template-columns: 268px minmax(0, 1fr);
  overflow: hidden;
  background: #efede8;
  color: #151515;
  user-select: auto;
}
.admin-sidebar {
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 26px 18px 20px;
  overflow-y: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(#111111ed, #111111f7),
    url(/brand/alerte-hit-pattern.svg) center / 250px auto,
    #111;
  color: #fff;
}
.admin-brand {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 0 8px 34px;
  color: #fff;
  text-decoration: none;
}
.admin-brand img {
  width: 74px;
  height: auto;
}
.admin-brand > span {
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}
.admin-brand small {
  display: block;
  margin-top: 3px;
  color: #89857f;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.admin-sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.admin-sidebar nav button {
  width: 100%;
  min-height: 48px;
  display: grid;
  grid-template-columns: 22px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 11px;
  background: transparent;
  color: #a9a59f;
  text-align: left;
  cursor: pointer;
  transition: 0.16s ease;
}
.admin-sidebar nav button:hover {
  background: #ffffff0f;
  color: #fff;
}
.admin-sidebar nav button.is-active {
  border-color: #ffffff1a;
  background: #f4f0e8;
  color: #111;
  box-shadow: 0 5px 14px #0003;
}
.admin-sidebar nav button svg {
  width: 19px;
}
.admin-sidebar nav button span {
  font-size: 13px;
  font-weight: 600;
}
.admin-sidebar nav button i {
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #ffffff1f;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}
.admin-sidebar nav button.is-active i {
  background: var(--red);
  color: #fff;
}
.sidebar-status {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-top: auto;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 13px;
  background: #ffffff0a;
}
.live-dot,
.unsaved-toast span {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #42ca78;
  box-shadow: 0 0 0 5px #42ca781c;
}
.sidebar-status p {
  margin: 0;
}
.sidebar-status strong,
.sidebar-status small {
  display: block;
}
.sidebar-status strong {
  font-size: 12px;
}
.sidebar-status small {
  margin-top: 3px;
  color: #837f79;
  font-size: 10px;
}
.admin-main {
  min-width: 0;
  height: 100dvh;
  overflow-y: auto;
}
.admin-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 34px;
  border-bottom: 1px solid #dedbd4;
  background: #efede8e6;
  backdrop-filter: blur(18px);
}
.breadcrumb {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #96918a;
  font-size: 12px;
}
.breadcrumb i {
  color: #bcb8b1;
  font-style: normal;
}
.breadcrumb strong {
  color: #272522;
}
.topbar-actions,
.heading-actions {
  display: flex;
  gap: 9px;
  align-items: center;
}
.icon-button,
.preview-link,
.save-button,
.primary-button,
.secondary-button,
.danger-button {
  min-height: 40px;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.15s,
    box-shadow 0.15s,
    background 0.15s;
}
.icon-button:active,
.preview-link:active,
.save-button:active,
.primary-button:active,
.secondary-button:active,
.danger-button:active {
  transform: translateY(1px);
}
.icon-button svg,
.preview-link svg,
.save-button svg,
.primary-button svg,
.secondary-button svg,
.danger-button svg {
  width: 16px;
  height: 16px;
}
.icon-button {
  width: 40px;
  padding: 0;
  border-color: #d6d2ca;
  background: transparent;
  color: #55514c;
}
.preview-link,
.secondary-button {
  border-color: #d5d1c9;
  background: #fff;
  color: #292622;
}
.primary-button,
.save-button {
  background: var(--red);
  color: #fff;
  box-shadow: 0 3px 0 var(--red-dark);
}
.primary-button:disabled,
.save-button:disabled {
  opacity: 0.48;
  cursor: default;
  box-shadow: none;
}
.save-button.saved {
  background: #248d50;
  box-shadow: 0 3px #176538;
}
.danger-button {
  border-color: #edc9c0;
  background: #fff6f3;
  color: #b62f13;
}
.primary-button.full,
.secondary-button.full,
.danger-button.full {
  width: 100%;
}
.admin-content {
  width: min(1220px, calc(100% - 68px));
  margin: 0 auto;
  padding: 42px 0 80px;
}
.admin-page-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 36px;
}
.admin-page-heading.compact {
  align-items: center;
  margin-bottom: 28px;
  padding-bottom: 27px;
  border-bottom: 1px solid #d9d5cd;
}
.admin-page-heading > div:first-child > span {
  display: block;
  margin-bottom: 7px;
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.admin-page-heading h1 {
  margin: 0;
  font-family:
    Londrina Solid,
    sans-serif;
  font-size: clamp(42px, 4vw, 60px);
  line-height: 0.95;
  text-transform: uppercase;
}
.admin-page-heading.compact h1 {
  font-size: clamp(34px, 3vw, 48px);
}
.admin-page-heading p {
  max-width: 650px;
  margin: 11px 0 0;
  color: #716c66;
  font-size: 13px;
  line-height: 1.6;
}
.admin-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 19px;
}
.admin-stat-grid button {
  position: relative;
  min-width: 0;
  min-height: 170px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #dad6ce;
  border-radius: 17px;
  background: #f8f6f2;
  color: #181715;
  text-align: left;
  cursor: pointer;
  transition:
    transform 0.18s,
    box-shadow 0.18s;
}
.admin-stat-grid button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px #2a231c14;
}
.admin-stat-grid button > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 11px;
  background: #eeeae3;
  color: var(--red);
}
.admin-stat-grid button svg {
  width: 18px;
}
.admin-stat-grid button small {
  display: block;
  color: #76716b;
  font-size: 11px;
  font-weight: 700;
}
.admin-stat-grid button strong {
  display: block;
  margin-top: 6px;
  font-family: Londrina Solid;
  font-size: 35px;
  line-height: 1;
}
.admin-stat-grid button p {
  position: absolute;
  right: 18px;
  bottom: 17px;
  margin: 0;
  color: #9a958e;
  font-size: 9px;
  text-transform: uppercase;
}
.admin-overview-grid,
.settings-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.8fr);
  gap: 19px;
}
.admin-panel {
  padding: 24px;
  border: 1px solid #dad6ce;
  border-radius: 17px;
  background: #f8f6f2;
}
.panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 22px;
}
.panel-heading small {
  display: block;
  margin-bottom: 4px;
  color: var(--red);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.panel-heading h2 {
  margin: 0;
  font-size: 18px;
}
.panel-heading > svg {
  width: 21px;
  color: #aaa49c;
}
.timeline-panel ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.timeline-panel li {
  display: grid;
  grid-template-columns: 37px 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 64px;
  border-top: 1px solid #e3dfd8;
}
.timeline-panel li > span {
  color: var(--red);
  font-family: Londrina Solid;
  font-size: 21px;
}
.timeline-panel li strong,
.timeline-panel li small {
  display: block;
}
.timeline-panel li strong {
  font-size: 12px;
}
.timeline-panel li small,
.timeline-panel li i {
  margin-top: 4px;
  color: #8f8a83;
  font-size: 9px;
  font-style: normal;
}
.quick-panel > button {
  width: 100%;
  display: grid;
  grid-template-columns: 36px 1fr 20px;
  gap: 12px;
  align-items: center;
  min-height: 66px;
  padding: 0;
  border: 0;
  border-top: 1px solid #e3dfd8;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.quick-panel > button > svg:first-child {
  width: 36px;
  height: 36px;
  padding: 9px;
  border-radius: 10px;
  background: #eeeae3;
  color: var(--red);
}
.quick-panel > button > svg:last-child {
  width: 15px;
  color: #b2ada6;
  transform: rotate(180deg);
}
.quick-panel strong,
.quick-panel small {
  display: block;
}
.quick-panel strong {
  font-size: 11px;
}
.quick-panel small {
  margin-top: 3px;
  color: #8f8a83;
  font-size: 9px;
}
.admin-media-list,
.event-admin-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.admin-media-card {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid #d9d5cd;
  border-radius: 18px;
  background: #faf9f6;
}
.admin-media-preview {
  position: relative;
  min-height: 370px;
  overflow: hidden;
  background: #151515;
}
.admin-media-preview > img,
.admin-media-preview > video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
}
.admin-media-preview > span {
  position: absolute;
  bottom: 14px;
  left: 14px;
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 6px 9px;
  border-radius: 999px;
  background: #111c;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.admin-media-preview > span svg {
  width: 12px;
  height: 12px;
}
.admin-media-empty {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #514d48;
}
.admin-media-empty svg {
  width: 45px;
}
.admin-media-fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px 24px;
}
.admin-card-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 34px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e3dfd7;
}
.switch-row {
  position: relative;
  display: flex !important;
  flex-direction: row !important;
  gap: 9px !important;
  align-items: center;
  color: #45413c;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.switch-row input {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.switch-row > span {
  position: relative;
  width: 36px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #cbc7bf;
  transition: background 0.18s;
}
.switch-row > span:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px #00000040;
  transition: transform 0.18s;
}
.switch-row input:checked + span {
  background: #2ea864;
}
.switch-row input:checked + span:after {
  transform: translate(16px);
}
.switch-row input:focus-visible + span {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}
.row-actions {
  display: flex;
  gap: 5px;
}
.row-actions button {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #dedad3;
  border-radius: 8px;
  background: #fff;
  color: #5f5a54;
  cursor: pointer;
}
.row-actions button.danger {
  color: #c3391d;
}
.row-actions svg {
  width: 14px;
}
.admin-media-fields > label,
.event-edit-grid > label,
.settings-card > label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}
.admin-media-fields label > span,
.event-edit-grid label > span,
.settings-card label > span {
  color: #6e6962;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.admin-media-fields input,
.admin-media-fields select,
.event-edit-grid input,
.settings-card input,
.settings-card select {
  width: 100%;
  height: 39px;
  padding: 0 11px;
  border: 1px solid #d7d3cc;
  border-radius: 9px;
  background: #fff;
  color: #1d1b19;
  font-size: 11px;
}
.admin-media-fields input:focus,
.admin-media-fields select:focus,
.event-edit-grid input:focus,
.settings-card input:focus,
.settings-card select:focus {
  border-color: var(--red);
  outline: 3px solid rgba(186, 45, 11, 0.08);
}
.two-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}
.two-fields > label {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.input-with-icon {
  position: relative;
}
.input-with-icon svg {
  position: absolute;
  top: 12px;
  left: 11px;
  width: 14px;
  color: #9d9891;
}
.input-with-icon input {
  padding-left: 34px;
}
.upload-button {
  width: fit-content;
  min-height: 38px;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
  padding: 0 14px;
  border: 1px dashed #b8b3ab;
  border-radius: 9px;
  background: #f2efe9;
  color: #3c3935;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}
.upload-button svg {
  width: 14px;
}
.upload-button input {
  display: none;
}
.locked-note,
.settings-hint {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: 0;
  color: #89847d;
  font-size: 9px;
  line-height: 1.45;
}
.locked-note svg {
  width: 13px;
  color: #30965e;
}
.admin-empty-card {
  padding: 80px 30px;
  border: 1px dashed #c7c2ba;
  border-radius: 18px;
  text-align: center;
}
.admin-empty-card > svg {
  width: 42px;
  height: 42px;
  color: var(--red);
}
.admin-empty-card h2 {
  margin: 13px 0 4px;
}
.admin-empty-card p {
  max-width: 530px;
  margin: 0 auto 19px;
  color: #77716a;
  font-size: 12px;
  line-height: 1.6;
}
.sync-callout {
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  gap: 11px;
  align-items: center;
  min-height: 58px;
  margin-bottom: 18px;
  padding: 0 15px;
  border: 1px solid #bfe3ce;
  border-radius: 12px;
  background: #eff9f3;
  color: #266342;
}
.sync-callout.error {
  border-color: #efc4ba;
  background: #fff3f0;
  color: #9f321b;
}
.sync-callout > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #2d9a5b1f;
}
.sync-callout svg {
  width: 14px;
}
.sync-callout p {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
}
.sync-callout button {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.event-admin-card {
  overflow: hidden;
  border: 1px solid #d8d4cc;
  border-radius: 15px;
  background: #faf9f6;
}
.event-admin-card summary {
  min-height: 104px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 105px 94px;
  gap: 18px;
  align-items: center;
  padding: 12px 20px 12px 12px;
  list-style: none;
  cursor: pointer;
}
.event-admin-card summary::-webkit-details-marker {
  display: none;
}
.event-admin-card summary > img {
  width: 120px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  background: #222;
}
.event-admin-card summary > div:nth-child(2) {
  min-width: 0;
}
.event-admin-card summary > div:nth-child(2) span,
.event-admin-card summary > div:nth-child(2) strong,
.event-admin-card summary > div:nth-child(2) small {
  display: block;
}
.event-admin-card summary > div:nth-child(2) span {
  margin-bottom: 5px;
  color: var(--red);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.event-admin-card summary > div:nth-child(2) strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-admin-card summary > div:nth-child(2) small {
  margin-top: 6px;
  color: #89847d;
  font-size: 9px;
  text-transform: capitalize;
}
.mini-capacity {
  padding-left: 16px;
  border-left: 1px solid #dedad3;
  color: #278a53;
}
.mini-capacity.low {
  color: #ca4327;
}
.mini-capacity strong,
.mini-capacity small {
  display: block;
}
.mini-capacity strong {
  font-size: 17px;
}
.mini-capacity small {
  margin-top: 3px;
  color: #8a857e;
  font-size: 8px;
}
.event-edit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
  border-top: 1px solid #e2ded7;
  background: #f4f1eb;
}
.event-image-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: end;
  padding: 14px;
  border: 1px solid #ded9d1;
  border-radius: 12px;
  background: #faf8f4;
}
.event-image-tools > label:first-child {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.event-image-tools > label:first-child > span {
  color: #6e6962;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.event-image-tools .upload-button,
.event-image-tools .secondary-button {
  min-height: 39px;
  margin: 0;
}
.event-image-tools > small {
  grid-column: 1 / -1;
  color: #7e7871;
  font-size: 9px;
  line-height: 1.45;
}
.event-edit-grid .wide {
  grid-column: 1 / -1;
}
.event-edit-grid .danger-button {
  width: fit-content;
}
.settings-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}
.settings-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.settings-card .panel-heading {
  margin-bottom: 5px;
}
.settings-card .switch-row {
  margin-bottom: 3px;
}
.settings-card .secondary-button {
  width: fit-content;
}
.settings-card .full {
  width: 100%;
}
.shopify-card {
  grid-row: span 2;
}
.unsaved-toast {
  position: absolute;
  z-index: 100;
  right: 24px;
  bottom: 22px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 11px;
  background: #171717;
  color: #fff;
  box-shadow: 0 10px 30px #00000040;
  font-size: 10px;
  font-weight: 700;
  pointer-events: none;
}
.unsaved-toast span {
  background: var(--yellow);
  box-shadow: 0 0 0 5px #ffd72e1f;
}
.spin {
  animation: admin-spin 0.8s linear infinite;
}
@keyframes admin-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1050px) {
  .admin-app {
    grid-template-columns: 78px minmax(0, 1fr);
  }
  .admin-sidebar {
    padding: 22px 11px;
  }
  .admin-brand {
    justify-content: center;
    margin: 0 0 28px;
  }
  .admin-brand img {
    width: 52px;
  }
  .admin-brand > span,
  .admin-sidebar nav button span,
  .admin-sidebar nav button i,
  .sidebar-status p {
    display: none;
  }
  .admin-sidebar nav button {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    padding: 0;
  }
  .sidebar-status {
    justify-content: center;
    padding: 16px 0;
  }
  .admin-overview-grid {
    grid-template-columns: 1fr;
  }
  .admin-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .admin-media-card {
    grid-template-columns: 220px 1fr;
  }
  .event-admin-card summary {
    grid-template-columns: 96px 1fr 90px;
  }
  .event-admin-card summary > img {
    width: 96px;
  }
  .event-admin-card summary .switch-row {
    display: none !important;
  }
}
@media (max-width: 760px) {
  .admin-app {
    display: block;
    overflow: auto;
  }
  .admin-sidebar {
    display: none;
  }
  .admin-main {
    height: auto;
    min-height: 100dvh;
    overflow: visible;
  }
  .admin-topbar {
    padding: 0 16px;
  }
  .breadcrumb,
  .icon-button,
  .preview-link {
    display: none;
  }
  .topbar-actions {
    margin-left: auto;
  }
  .admin-content {
    width: calc(100% - 28px);
    padding-top: 25px;
  }
  .admin-page-heading {
    display: block;
  }
  .admin-page-heading .primary-button,
  .heading-actions {
    margin-top: 18px;
  }
  .admin-stat-grid,
  .settings-grid,
  .admin-media-card {
    grid-template-columns: 1fr;
  }
  .admin-media-preview {
    min-height: 260px;
  }
  .event-admin-card summary {
    grid-template-columns: 80px 1fr;
  }
  .event-admin-card summary > img {
    width: 80px;
    height: 70px;
  }
  .mini-capacity {
    display: none;
  }
  .event-edit-grid {
    grid-template-columns: 1fr;
  }
  .event-edit-grid .wide {
    grid-column: auto;
  }
  .event-image-tools {
    grid-template-columns: 1fr;
  }
  .event-image-tools > small {
    grid-column: auto;
  }
}
