:root {
  --lp-black: #07050a;
  --lp-charcoal: #120b18;
  --lp-panel: #1b1024;
  --lp-pink: #ff4fb8;
  --lp-red: #ff255f;
  --lp-cyan: #31e7ff;
  --lp-violet: #7c3cff;
  --lp-cream: #fff7fb;
  --lp-muted: #b9a9c2;
  --lp-line: rgba(255, 79, 184, 0.24);
  --lp-radius: 8px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--lp-black);
  color: var(--lp-cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  background: rgba(7, 5, 10, 0.94);
  border-bottom: 1px solid var(--lp-line);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
}

.site-logo,
.site-nav,
.footer-links {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.site-logo {
  text-decoration: none;
  font-weight: 900;
}

.site-logo__mark {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid var(--lp-pink);
  border-radius: 50%;
  color: var(--lp-cream);
  box-shadow: 0 0 22px rgba(255, 79, 184, 0.34);
}

.site-nav a,
.footer-links a,
.nav-button {
  color: var(--lp-muted);
  text-decoration: none;
  font: inherit;
  font-size: 0.95rem;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-nav a:hover,
.footer-links a:hover,
.nav-button:hover {
  color: var(--lp-cyan);
}

.age-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem clamp(1rem, 4vw, 3rem);
  background: #1a0a16;
  border-bottom: 1px solid var(--lp-line);
  color: var(--lp-cream);
}

.age-strip span {
  margin-left: 0.5rem;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: 4rem;
  align-items: center;
  min-height: 570px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 2.25rem clamp(1rem, 4vw, 3rem) 2.75rem;
  background:
    linear-gradient(90deg, rgba(255, 79, 184, 0.12), transparent 28%) left bottom / 1px 62% no-repeat,
    var(--lp-black);
}

.age-check-shell {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 13rem);
  padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 4vw, 3rem);
  background:
    linear-gradient(115deg, rgba(7, 5, 10, 0.96), rgba(7, 5, 10, 0.72)),
    url("/assets/images/lil-panic-hero.png");
  background-position: center;
  background-size: cover;
}

.age-check-panel {
  width: min(100%, 560px);
  padding: clamp(1.2rem, 4vw, 2rem);
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: rgba(18, 11, 24, 0.9);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.36);
}

.age-check-panel h1 {
  margin: 0;
  font-size: clamp(2.2rem, 8vw, 4.5rem);
  line-height: 0.95;
}

.hero-section h1,
.page-heading h1 {
  margin: 0;
  color: var(--lp-cream);
  line-height: 0.95;
}

.hero-section h1 {
  max-width: 7ch;
  font-size: 5.75rem;
  letter-spacing: 0;
  text-shadow: 0 0 34px rgba(255, 79, 119, 0.26);
}

.page-heading h1 {
  font-size: clamp(2.4rem, 7vw, 5rem);
}

.page-heading h2 {
  margin: 0;
  color: var(--lp-cream);
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 1;
}

.hero-section p,
.page-heading p {
  max-width: 46rem;
  color: var(--lp-cream);
  font-size: 1.08rem;
}

.hero-section__content {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--lp-cyan);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-actions,
.stream-gate__actions,
.inline-form {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.3rem;
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid transparent;
  border-radius: var(--lp-radius);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button--primary {
  background: var(--lp-pink);
  color: var(--lp-black);
  box-shadow: 0 0 28px rgba(255, 79, 184, 0.3);
}

.button--secondary {
  border-color: var(--lp-line);
  color: var(--lp-cream);
  background: rgba(255, 255, 255, 0.04);
}

.hero-card,
.content-panel,
.feature-block {
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: rgba(18, 11, 24, 0.84);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.26);
}

.hero-card,
.content-panel,
.feature-block {
  padding: clamp(1.1rem, 3vw, 2rem);
}

.hero-card__frame,
.stream-placeholder {
  display: grid;
  place-items: center;
  min-height: 18rem;
  margin-top: 1rem;
  border: 1px solid rgba(49, 231, 255, 0.3);
  border-radius: var(--lp-radius);
  background: linear-gradient(135deg, rgba(255, 79, 184, 0.12), rgba(49, 231, 255, 0.1)), #0f0715;
  color: var(--lp-muted);
  text-align: center;
}

.offline-stream {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--lp-radius);
  background: #080808;
}

.offline-stream > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
  filter: grayscale(1) contrast(0.82) brightness(0.46);
  transform: scale(1.02);
}

.offline-stream__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(7, 7, 7, 0.12), rgba(7, 7, 7, 0.58)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0, rgba(255, 255, 255, 0.025) 1px, transparent 1px, transparent 4px);
}

.offline-stream__status {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.68);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.offline-stream__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #8a8a8a;
}

.offline-stream__message {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(88%, 520px);
  padding: 1.25rem;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(4, 4, 4, 0.72);
  text-align: center;
  backdrop-filter: blur(7px);
}

.offline-stream__message h2,
.offline-stream__message p {
  margin: 0;
}

.offline-stream__message .eyebrow {
  margin-bottom: 0.35rem;
  color: #d6d6d6;
}

.offline-stream__message p:last-child {
  margin-top: 0.4rem;
  color: #c5c5c5;
}

.offline-stream__controls {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: 0.9rem minmax(80px, 1fr) auto 1rem;
  align-items: center;
  gap: 0.75rem;
  padding: 1.6rem 1rem 0.8rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  color: #b7b7b7;
  font-size: 0.68rem;
  font-weight: 900;
}

.offline-stream__play {
  width: 0;
  height: 0;
  border-top: 0.38rem solid transparent;
  border-bottom: 0.38rem solid transparent;
  border-left: 0.62rem solid #b7b7b7;
}

.offline-stream__track {
  height: 2px;
  background: rgba(255, 255, 255, 0.28);
}

.offline-stream__track i {
  display: block;
  width: 12%;
  height: 100%;
  background: #8a8a8a;
}

.offline-stream__screen {
  width: 0.9rem;
  height: 0.65rem;
  border: 1px solid #b7b7b7;
}

.image-frame {
  overflow: hidden;
  margin-top: 1rem;
  border: 1px solid rgba(49, 231, 255, 0.3);
  border-radius: var(--lp-radius);
  background: #0f0715;
}

.image-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.hero-portrait {
  position: relative;
  overflow: hidden;
  width: min(100%, 430px);
  justify-self: end;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 79, 184, 0.38);
  border-radius: var(--lp-radius);
  background: #100712;
  box-shadow: 20px 24px 0 rgba(255, 79, 184, 0.08);
}

.hero-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}

.hero-portrait::after {
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  background: linear-gradient(transparent, rgba(7, 5, 10, 0.55));
  content: "";
  pointer-events: none;
}

.hero-portrait__status {
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
}

.hero-portrait__status .status-pill {
  background: rgba(7, 5, 10, 0.82);
  backdrop-filter: blur(12px);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--lp-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--lp-cream);
  font-weight: 900;
}

.status-pill::before {
  content: "";
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: var(--lp-red);
  box-shadow: 0 0 16px var(--lp-red);
}

.status-pill--live_public::before,
.status-pill--live_regulars::before {
  background: var(--lp-cyan);
  box-shadow: 0 0 16px var(--lp-cyan);
}

.section-grid,
.pricing-grid,
.rail-grid,
.legal-list,
.visual-grid,
.account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 3rem);
}

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

.account-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
}

.visual-grid.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-inline: 0;
}

.public-photo-section {
  padding: 4rem clamp(1rem, 4vw, 3rem);
  background: #0b070d;
  border-block: 1px solid var(--lp-line);
}

.public-photo-section__heading {
  max-width: 760px;
  margin-bottom: 1.5rem;
}

.public-photo-wall {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: repeat(2, minmax(240px, 330px));
  gap: 0.85rem;
  max-width: 1400px;
}

.public-photo {
  position: relative;
  overflow: hidden;
  min-width: 0;
  margin: 0;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: var(--lp-charcoal);
}

.public-photo--tall {
  grid-row: 1 / span 2;
}

.public-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.public-photo--tall img {
  object-position: 50% 24%;
}

.public-photo:nth-child(2) img {
  object-position: 50% 30%;
}

.public-photo:nth-child(3) img {
  object-position: 50% 30%;
}

.public-photo figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 2.75rem 1rem 0.85rem;
  background: linear-gradient(transparent, rgba(7, 5, 10, 0.88));
  color: var(--lp-cream);
  font-weight: 800;
}

.public-funnel {
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 3rem);
}

.public-funnel--dark {
  background: #100712;
  border-block: 1px solid var(--lp-line);
}

.public-funnel--inline {
  padding-inline: 0;
  padding-bottom: 0;
}

.link-grid,
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.media-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: rgba(18, 11, 24, 0.84);
  text-decoration: none;
}

.media-card:hover {
  border-color: rgba(49, 231, 255, 0.55);
}

.media-card__preview {
  display: grid;
  place-items: center;
  min-height: 15rem;
  background: #0f0715;
}

.media-card__preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.media-card__video {
  color: var(--lp-cyan);
  font-weight: 900;
  text-transform: uppercase;
}

.media-card__body {
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
}

.media-card__body h3 {
  margin: 0;
  font-size: 1.25rem;
}

.media-card__body p,
.media-card__meta {
  margin: 0;
  color: var(--lp-muted);
  font-size: 0.92rem;
}

.media-callout {
  margin-top: 1rem;
}

.media-viewer {
  overflow: hidden;
  margin: 1rem 0;
  border: 1px solid rgba(49, 231, 255, 0.3);
  border-radius: var(--lp-radius);
  background: #0f0715;
}

.media-viewer img,
.media-viewer video {
  display: block;
  width: 100%;
  max-height: 75vh;
  object-fit: contain;
}

.media-comments {
  display: grid;
  gap: 1rem;
}

.comment-list {
  display: grid;
  gap: 0.75rem;
}

.comment-row {
  padding: 0.8rem;
  border: 1px solid rgba(255, 79, 184, 0.18);
  border-radius: var(--lp-radius);
  background: rgba(255, 255, 255, 0.04);
}

.comment-row p {
  margin: 0.2rem 0 0;
  overflow-wrap: anywhere;
}

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

.menu-layout,
.bundle-grid,
.menu-meta {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}

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

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

.menu-section,
.bundle-card {
  min-height: 100%;
  padding: 1rem;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: rgba(18, 11, 24, 0.84);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

.menu-section h3,
.bundle-card h3 {
  margin: 0 0 0.9rem;
  color: var(--lp-cream);
  font-size: 1.25rem;
}

.menu-lines {
  display: grid;
  gap: 0.85rem;
}

.menu-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(255, 79, 184, 0.18);
}

.menu-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.menu-line strong {
  display: block;
  color: var(--lp-cream);
}

.menu-line span,
.menu-section__note,
.bundle-card p:not(.price) {
  color: var(--lp-muted);
  font-size: 0.92rem;
}

.menu-line__price {
  color: var(--lp-pink);
  font-size: 1.15rem;
  font-weight: 900;
  white-space: nowrap;
}

.menu-section__note {
  margin: 1rem 0 0;
}

.link-card,
.offer-card {
  display: grid;
  gap: 0.55rem;
  align-content: start;
  min-height: 100%;
  padding: 1rem;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: rgba(18, 11, 24, 0.84);
  text-decoration: none;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

.link-card:hover,
.offer-card:hover {
  border-color: rgba(49, 231, 255, 0.5);
}

.link-card strong,
.offer-card h3 {
  margin: 0;
  color: var(--lp-cream);
  font-size: 1.15rem;
  line-height: 1.1;
}

.link-card p,
.offer-card p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 0.94rem;
}

.link-card__tag,
.link-card__status {
  width: fit-content;
  color: var(--lp-cyan);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.link-card__status {
  margin-top: 0.2rem;
  color: var(--lp-pink);
}

.image-feature {
  overflow: hidden;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: rgba(18, 11, 24, 0.84);
}

.image-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.image-feature div {
  padding: 1rem;
}

.image-feature p:last-child {
  margin-bottom: 0;
  color: var(--lp-muted);
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
}

.rail-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
}

.payment-rail {
  position: relative;
  display: grid;
  gap: 0.75rem;
  align-content: start;
  min-height: 100%;
  padding: 1rem;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: rgba(18, 11, 24, 0.84);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.payment-rail--active {
  border-color: rgba(49, 231, 255, 0.45);
}

.payment-rail--disabled {
  filter: grayscale(1);
  opacity: 0.78;
}

.payment-rail--disabled::after {
  content: "";
  position: absolute;
  inset: 50% -18%;
  border-top: 3px solid rgba(255, 107, 157, 0.8);
  transform: rotate(-14deg);
  pointer-events: none;
}

.payment-rail__status {
  width: fit-content;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(49, 231, 255, 0.14);
  border: 1px solid rgba(49, 231, 255, 0.3);
  color: var(--lp-cyan);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.payment-rail__status--disabled {
  background: rgba(255, 107, 157, 0.12);
  border-color: rgba(255, 107, 157, 0.28);
  color: var(--lp-pink);
}

.payment-rail__status--pending {
  background: rgba(255, 214, 102, 0.12);
  border-color: rgba(255, 214, 102, 0.3);
  color: #ffd666;
}

.payment-rail__status--account {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--lp-cream);
}

.payment-rail h3,
.payment-rail p {
  margin: 0;
}

.split-band,
.page-shell {
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 3rem);
}

.split-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: #120b18;
  border-block: 1px solid var(--lp-line);
}

.narrow {
  max-width: 760px;
}

.official-links,
.schedule-list {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.calendar-panel,
.schedule-upcoming {
  margin-top: 1rem;
}

.calendar-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.calendar-toolbar h2 {
  margin: 0;
  text-align: center;
}

.calendar-weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.45rem;
}

.calendar-weekdays {
  margin-bottom: 0.45rem;
  color: var(--lp-cyan);
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.calendar-cell {
  display: grid;
  align-content: start;
  min-height: 7.5rem;
  padding: 0.65rem;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: rgba(255, 255, 255, 0.035);
}

.calendar-cell--empty {
  border-color: transparent;
  background: transparent;
}

.calendar-cell__events {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.65rem;
}

.calendar-cell__events a {
  padding: 0.35rem;
  border: 1px solid rgba(49, 231, 255, 0.24);
  border-radius: 4px;
  color: var(--lp-cream);
  font-size: 0.78rem;
  line-height: 1.25;
  text-decoration: none;
}

.schedule-event {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--lp-line);
}

.schedule-event h3 {
  margin: 0;
}

.schedule-event p {
  margin: 0.25rem 0 0;
  color: var(--lp-muted);
}

.schedule-admin-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
}

.schedule-admin-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  padding-top: 1rem;
  border-top: 1px solid var(--lp-line);
}

.schedule-admin-row label:nth-of-type(5),
.schedule-admin-row .inline-form {
  grid-column: span 3;
}

.link-admin-row label:nth-of-type(8),
.link-admin-row .inline-form {
  grid-column: span 3;
}

.link-admin-row .check-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.link-admin-row .check-row input {
  width: auto;
  min-height: 0;
}

.official-links a,
.schedule-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
}

.form-panel {
  display: grid;
  gap: 1rem;
}

label {
  display: grid;
  gap: 0.35rem;
  color: var(--lp-muted);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 2.75rem;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: #0f0715;
  color: var(--lp-cream);
  padding: 0.7rem 0.8rem;
  font: inherit;
}

textarea {
  min-height: 7rem;
  resize: vertical;
}

.check-row {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.check-row input {
  width: auto;
  min-height: auto;
  margin-top: 0.35rem;
}

.notice {
  margin: 1rem clamp(1rem, 4vw, 3rem) 0;
  padding: 0.85rem 1rem;
  border-radius: var(--lp-radius);
  border: 1px solid var(--lp-line);
}

.notice-success {
  background: rgba(49, 231, 255, 0.1);
}

.notice-error {
  background: rgba(255, 37, 95, 0.13);
}

.stream-gate {
  display: grid;
  gap: 1rem;
}

.chat-panel {
  margin-top: 1rem;
}

.chat-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.chat-panel__header h2 {
  margin: 0;
}

.chat-messages {
  display: grid;
  gap: 0.75rem;
  height: min(48vh, 26rem);
  overflow-y: auto;
  padding: 0.85rem;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: #0f0715;
}

.chat-message {
  display: grid;
  gap: 0.2rem;
  padding: 0.7rem;
  border: 1px solid rgba(255, 79, 184, 0.18);
  border-radius: var(--lp-radius);
  background: rgba(255, 255, 255, 0.04);
}

.chat-message__meta {
  color: var(--lp-cyan);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.chat-message p {
  margin: 0;
  overflow-wrap: anywhere;
}

.chat-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  margin-top: 0.85rem;
}

.chat-admin-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.chat-admin-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 0.85rem;
  border-top: 1px solid var(--lp-line);
}

.chat-admin-row p {
  margin: 0.35rem 0 0;
  overflow-wrap: anywhere;
}

.chat-admin-row .chat-message__meta {
  display: block;
  margin-top: 0.25rem;
}

.stream-player {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(49, 231, 255, 0.3);
  border-radius: var(--lp-radius);
  background: #0f0715;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.26);
}

.stream-player iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.price {
  color: var(--lp-cyan);
  font-weight: 900;
}

.description {
  color: var(--lp-muted);
  font-size: 0.92rem;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 0.7rem;
  border-bottom: 1px solid var(--lp-line);
  text-align: left;
}

.site-footer {
  align-items: flex-start;
  border-top: 1px solid var(--lp-line);
  border-bottom: 0;
  color: var(--lp-muted);
}

@media (max-width: 760px) {
  .site-header,
  .site-footer,
  .age-strip,
  .split-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-section,
  .section-grid,
  .pricing-grid,
  .rail-grid,
  .legal-list,
  .link-grid,
  .offer-grid,
  .menu-layout,
  .bundle-grid,
  .menu-meta,
  .visual-grid,
  .visual-grid.compact,
  .account-grid {
    grid-template-columns: 1fr;
  }

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

  .calendar-toolbar,
  .calendar-weekdays,
  .schedule-event,
  .schedule-admin-row,
  .chat-admin-row {
    grid-template-columns: 1fr;
  }

  .calendar-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .calendar-cell {
    min-height: 5.5rem;
    padding: 0.45rem;
  }

  .calendar-cell__events a {
    font-size: 0.7rem;
  }

  .hero-section {
    gap: 1.75rem;
    min-height: auto;
    padding-top: 2rem;
  }

  .hero-section h1 {
    font-size: 3.75rem;
  }

  .hero-portrait {
    width: 100%;
    aspect-ratio: 16 / 9;
    justify-self: stretch;
    box-shadow: 10px 12px 0 rgba(255, 79, 184, 0.08);
  }

  .hero-portrait img {
    object-position: 50% 5%;
  }

  .offline-stream {
    min-height: 240px;
  }

  .offline-stream__message {
    padding: 0.9rem;
  }

  .offline-stream__message h2 {
    font-size: 1.4rem;
  }

  .offline-stream__message p:last-child {
    font-size: 0.82rem;
  }

  .public-photo-section {
    padding-block: 3rem;
  }

  .public-photo-wall {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .public-photo,
  .public-photo--tall {
    grid-row: auto;
    aspect-ratio: 4 / 5;
  }

  .chat-form {
    grid-template-columns: 1fr;
  }
}
