:root {
  color-scheme: dark;
  --bg: #060912;
  --bg2: #0b1220;
  --surface: rgba(255, 255, 255, 0.06);
  --surface2: rgba(255, 255, 255, 0.09);
  --border: rgba(255, 255, 255, 0.12);
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.68);
  --accent: #20e3ff;
  --accent2: #ff9d2e;
  --shadow: 0 14px 40px rgba(0, 0, 0, 0.55);
  --radius: 18px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  color: var(--text);
  font: 16px/1.5 ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    "Apple Color Emoji", "Segoe UI Emoji";
  background: radial-gradient(1200px 900px at 20% 10%, rgba(32, 227, 255, 0.12), transparent 55%),
    radial-gradient(900px 700px at 90% 10%, rgba(255, 157, 46, 0.1), transparent 52%),
    radial-gradient(1200px 900px at 30% 120%, rgba(116, 68, 255, 0.14), transparent 55%),
    linear-gradient(180deg, var(--bg), var(--bg2));
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(32, 227, 255, 0.65);
  text-underline-offset: 4px;
}

.wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 18px;
}

.muted {
  color: var(--muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
  background: rgba(6, 9, 18, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
}

.brand-logo {
  display: block;
  height: 44px;
  width: auto;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.4));
}

.nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.nav a {
  padding: 8px 10px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.78);
}

.nav a:hover {
  text-decoration: none;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.92);
}

.hero {
  padding: 40px 0 24px;
}

.hero-inner {
  position: relative;
  display: grid;
  gap: 22px;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  padding: 26px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(var(--radius) + 4px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.pill {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 10px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgba(32, 227, 255, 0.22);
  background: rgba(32, 227, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
}

.hero-title {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 44px);
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.hero-subtitle {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  max-width: 64ch;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 650;
  letter-spacing: 0.01em;
}

.btn:hover {
  text-decoration: none;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.btn.primary {
  border-color: rgba(32, 227, 255, 0.28);
  background: linear-gradient(180deg, rgba(32, 227, 255, 0.22), rgba(32, 227, 255, 0.06));
}

.hero-art {
  position: relative;
  min-height: 180px;
}

.hero-orb {
  position: absolute;
  inset: auto;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.9;
  background: radial-gradient(circle at 30% 30%, rgba(32, 227, 255, 0.95), rgba(32, 227, 255, 0));
  right: -60px;
  top: -40px;
}

.hero-orb.two {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 157, 46, 0.9), rgba(255, 157, 46, 0));
  right: 40px;
  top: 60px;
}

.hero-orb.three {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle at 30% 30%, rgba(116, 68, 255, 0.75), rgba(116, 68, 255, 0));
  right: -120px;
  top: 110px;
}

.section {
  padding: 30px 0 44px;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.section-head h2 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.01em;
}

.section-head p {
  margin: 0;
  max-width: 70ch;
  font-size: 14px;
}

.grid {
  display: grid;
  gap: 14px;
}

.posters-grid {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.gallery-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.card {
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.card-body {
  padding: 14px;
}

.poster {
  display: block;
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.04);
}

.poster-card {
  cursor: zoom-in;
  transition: transform 120ms ease;
}

.poster-card:hover {
  transform: translateY(-2px);
}

.poster-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}

.poster-title {
  font-weight: 750;
  letter-spacing: 0.01em;
}

.featured {
  display: grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px;
}

.featured-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  width: fit-content;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
}

.badge.next {
  border-color: rgba(32, 227, 255, 0.25);
  background: rgba(32, 227, 255, 0.12);
}

.badge.prev {
  border-color: rgba(255, 157, 46, 0.22);
  background: rgba(255, 157, 46, 0.1);
}

.featured-title {
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.01em;
}

.kv {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.kv-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.kv-label {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 650;
}

.kv-value {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: right;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.15);
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.86);
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.86);
  cursor: pointer;
}

.icon-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.lineup {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.lineup-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.lineup-name {
  font-weight: 750;
}

.lineup-time {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-variant-numeric: tabular-nums;
}

.skeleton-card {
  display: grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  gap: 16px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  padding: 16px;
  overflow: hidden;
}

.skeleton-poster {
  aspect-ratio: 3 / 4;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06));
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
}

.skeleton-lines {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 10px;
}

.skeleton-line {
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06));
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
}

.skeleton-line.short {
  width: 70%;
}

@keyframes shimmer {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(10, 14, 26, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(-6px);
}

.lightbox {
  width: min(900px, calc(100% - 28px));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(6, 9, 18, 0.9);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.7);
  padding: 0;
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.75);
}

.lightbox-inner {
  position: relative;
  padding: 16px;
  display: grid;
  gap: 12px;
}

.lightbox-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.lightbox-caption {
  margin: 0;
  font-size: 14px;
}

.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  line-height: 1;
}

.site-footer {
  padding: 22px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(6, 9, 18, 0.55);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo {
  width: 52px;
  height: 52px;
}

.footer-title {
  font-weight: 800;
  letter-spacing: 0.02em;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.photos-grid {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.04);
}

.photo-card {
  cursor: zoom-in;
}

.form {
  padding: 16px;
}

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

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

.field.wide {
  grid-column: 1 / -1;
}

.field-label {
  font-weight: 750;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.84);
}

.field-help {
  font-size: 13px;
}

.input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.92);
}

.input:focus {
  outline: 2px solid rgba(32, 227, 255, 0.28);
  outline-offset: 2px;
}

.divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 14px 0;
}

.log {
  margin: 0;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.18);
  max-height: 260px;
  overflow: auto;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 860px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-art {
    min-height: 120px;
    order: -1;
  }

  .featured,
  .skeleton-card {
    grid-template-columns: 1fr;
  }

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