:root {
  --bg: #03040a;
  --panel: rgba(5, 9, 28, 0.9);
  --panel-strong: rgba(7, 13, 40, 0.96);
  --text: #f7fbff;
  --muted: rgba(222, 232, 255, 0.72);
  --yellow: #f7b72c;
  --cyan: #00eabd;
  --blue: #126dff;
  --pink: #fd0253;
  --orange: #ff7122;
  --stroke: rgba(255, 255, 255, 0.14);
  --hairline: rgba(255, 255, 255, 0.11);
  --panel-grid: rgba(68, 127, 255, 0.075);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 20% 18%, rgba(0, 234, 189, 0.18), transparent 29%),
    radial-gradient(circle at 78% 9%, rgba(253, 2, 83, 0.18), transparent 28%),
    linear-gradient(135deg, #061019, #09091a 58%, #04040a);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.preview {
  display: grid;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  place-items: center;
  padding: 28px;
  overflow-x: hidden;
}

.phone {
  position: relative;
  width: min(100%, 430px);
  max-width: 100vw;
  min-width: 0;
  min-height: auto;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.42) 29%, rgba(2, 4, 16, 0.96) 56%),
    url("./assets/invite/background.png") center top / cover no-repeat,
    var(--bg);
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.phone::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, transparent 0 23px, rgba(68, 127, 255, 0.12) 24px, transparent 25px),
    linear-gradient(0deg, transparent 0 23px, rgba(68, 127, 255, 0.09) 24px, transparent 25px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(180deg, transparent 6%, black 22%, black 90%, transparent);
  mask-image: linear-gradient(180deg, transparent 6%, black 22%, black 90%, transparent);
  opacity: 0.7;
}

.phone::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 19%, rgba(0, 0, 0, 0.36));
}

.hero {
  position: relative;
  z-index: 1;
  padding: 12px 14px 0;
}

.brand-strip {
  position: relative;
  min-height: 104px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 82% 24%, rgba(253, 2, 83, 0.24), transparent 25%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.05), transparent 34%),
    #151515;
  -webkit-clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
}

.brand-strip::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.28));
}

.brand-strip__logo {
  position: absolute;
  z-index: 2;
  left: 14px;
  top: 13px;
  display: block;
  width: min(47%, 168px);
  height: auto;
}

.brand-strip__blocks {
  position: absolute;
  right: -54px;
  top: -86px;
  width: min(84%, 328px);
  height: auto;
  transform: rotate(-1deg);
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.38));
}

.hero-caption {
  display: grid;
  gap: 5px;
  margin-top: 9px;
  padding: 0 4px;
}

.hero-caption span {
  color: var(--yellow);
  font-family: "Courier New", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-caption strong {
  color: white;
  font-size: 1.18rem;
  line-height: 1.2;
}

.hero-caption p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
  text-wrap: pretty;
}

.cta-panel {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin: 11px 16px 12px;
  padding: 15px 14px 14px;
  border: 1px solid var(--hairline);
  background:
    linear-gradient(180deg, rgba(6, 12, 36, 0.9), rgba(4, 7, 24, 0.96)),
    linear-gradient(90deg, var(--panel-grid) 1px, transparent 1px);
  background-size: auto, 18px 18px;
  box-shadow:
    inset 0 0 0 1px rgba(79, 120, 255, 0.14),
    0 18px 48px rgba(0, 0, 0, 0.24);
  -webkit-clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.panel-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 11px;
}

.panel-title span {
  color: var(--yellow);
  font-family: "Courier New", monospace;
  font-size: 0.74rem;
  font-weight: 900;
}

.panel-title h2 {
  margin: 0;
  color: white;
  font-size: 1.28rem;
  line-height: 1.1;
}

.primary-card,
.ticket {
  position: relative;
  display: block;
  overflow: hidden;
  transition: transform 180ms ease, filter 180ms ease;
}

.primary-card {
  display: grid;
  align-content: center;
  min-height: 112px;
  padding: 16px 128px 16px 18px;
  color: #130d03;
  background:
    linear-gradient(135deg, #ffd75f, var(--yellow) 55%, #ff8d20),
    var(--yellow);
  box-shadow: 0 16px 30px rgba(247, 183, 44, 0.22);
  -webkit-clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.primary-card::before,
.primary-card::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.22);
}

.primary-card::before {
  right: 16px;
  top: 16px;
  width: 62px;
  height: 62px;
  clip-path: polygon(0 0, 70% 0, 70% 22%, 100% 22%, 100% 74%, 72% 74%, 72% 100%, 0 100%);
  opacity: 0.22;
}

.primary-card::after {
  inset: auto 0 0 auto;
  width: 104px;
  height: 10px;
}

.primary-card span {
  display: block;
  font-family: "Courier New", monospace;
  font-size: 0.74rem;
  font-weight: 900;
}

.primary-card strong {
  display: block;
  margin-top: 9px;
  font-size: 2.12rem;
  line-height: 0.96;
  white-space: nowrap;
}

.primary-card b {
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 52%;
  transform: translateY(-50%);
  font-family: "Courier New", monospace;
  font-size: 2.92rem;
  line-height: 0.9;
}

.entry-stack {
  display: grid;
  gap: 8px;
  margin-top: 9px;
}

.entry-bento {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-rows: 92px;
  gap: 10px;
}

.entry-single {
  grid-template-columns: minmax(0, 1fr);
}

.entry-single .ticket {
  min-height: 112px;
  padding: 16px 18px;
}

.entry-single .ticket strong {
  font-size: 1.44rem;
}

.entry-single .ticket em {
  font-size: 0.88rem;
}

.ticket {
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "head head"
    "title title"
    "action action";
  align-content: space-between;
  min-height: 0;
  padding: 12px 14px 12px 15px;
  border: 1px solid currentColor;
  border: 1px solid color-mix(in srgb, currentColor 52%, transparent);
  background:
    linear-gradient(90deg, currentColor 0 4px, transparent 4px),
    rgba(1, 6, 22, 0.88);
  background:
    radial-gradient(circle at 100% 100%, color-mix(in srgb, currentColor 18%, transparent), transparent 46%),
    rgba(1, 6, 22, 0.88);
  -webkit-clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.ticket--tall {
  grid-row: span 2;
}

.ticket::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58px;
  height: 38px;
  background: currentColor;
  clip-path: polygon(42% 0, 100% 0, 100% 100%, 0 100%, 0 42%, 42% 42%);
  opacity: 0.16;
}

.ticket::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: currentColor;
  opacity: 0.74;
  pointer-events: none;
  z-index: 1;
}

.ticket:focus,
.ticket:active {
  outline: none;
}

.ticket:focus-visible {
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.18),
    0 0 0 4px currentColor;
}

.ticket__head {
  grid-area: head;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-family: "Courier New", monospace;
  font-size: 0.72rem;
  font-weight: 900;
}

.ticket__head span {
  position: relative;
  z-index: 2;
  color: currentColor;
}

.ticket__head b {
  display: inline-grid;
  place-items: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid currentColor;
  border: 1px solid color-mix(in srgb, currentColor 72%, transparent);
  color: currentColor;
  font-size: 0.72rem;
  background: rgba(255, 255, 255, 0.04);
  background: color-mix(in srgb, currentColor 10%, transparent);
}

.ticket strong {
  grid-area: title;
  min-width: 0;
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 7px;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.12;
}

.ticket p {
  max-width: 21em;
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
  text-wrap: pretty;
}

.ticket em {
  grid-area: action;
  justify-self: start;
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-top: 8px;
  color: #fff;
  font-family: "Courier New", monospace;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
}

.ticket em::after {
  content: " →";
}

.ticket--cyan {
  color: var(--cyan);
}

.ticket--blue {
  color: #4f8cff;
}

.ticket--pink {
  color: #ff3030;
  z-index: 1;
}

.ticket--pink:focus,
.ticket--pink:active {
  color: #ff3030;
}

.station-panel,
.guest-panel,
.creator-panel {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin: 0 16px 0;
}

.station-panel {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(247, 183, 44, 0.3);
  background:
    radial-gradient(circle at 84% 0%, rgba(247, 183, 44, 0.12), transparent 25%),
    linear-gradient(180deg, rgba(10, 9, 8, 0.66), rgba(3, 6, 20, 0.9)),
    linear-gradient(90deg, rgba(247, 183, 44, 0.055) 1px, transparent 1px);
  background-size: auto, auto, 18px 18px;
  -webkit-clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.panel-title--small {
  margin-bottom: 10px;
}

.panel-title--small span {
  color: rgba(247, 183, 44, 0.86);
}

.panel-title--small h2 {
  font-size: 1.02rem;
}

.tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.tool-card {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 74px;
  overflow: hidden;
  padding: 12px 11px 10px;
  border: 1px solid rgba(247, 183, 44, 0.34);
  color: var(--yellow);
  background:
    linear-gradient(90deg, rgba(247, 183, 44, 0.09), transparent 48%),
    rgba(1, 6, 22, 0.76);
  -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  transition: transform 180ms ease, filter 180ms ease;
}

.tool-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 34px;
  background: var(--yellow);
  clip-path: polygon(44% 0, 100% 0, 100% 100%, 0 100%, 0 44%, 44% 44%);
  opacity: 0.13;
}

.tool-card span {
  display: block;
  color: var(--yellow);
  font-family: "Courier New", monospace;
  font-size: 0.66rem;
  font-weight: 900;
}

.tool-card strong {
  display: block;
  margin-top: 9px;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.1;
}

.guest-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 108px;
  gap: 12px;
  align-items: stretch;
  min-height: 112px;
  margin-top: 0;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  width: auto;
  text-align: left;
  font: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background:
    radial-gradient(circle at 92% 6%, rgba(0, 234, 189, 0.12), transparent 32%),
    linear-gradient(120deg, rgba(0, 234, 189, 0.08), rgba(18, 109, 255, 0.08) 52%, rgba(253, 2, 83, 0.04)),
    rgba(1, 6, 22, 0.78);
  -webkit-clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.guest-panel::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 128px;
  bottom: 0;
  height: 7px;
  background: linear-gradient(90deg, var(--cyan), var(--blue) 68%, rgba(253, 2, 83, 0.86));
  opacity: 0.72;
}

.guest-panel span {
  display: block;
  color: var(--yellow);
  font-family: "Courier New", monospace;
  font-size: 0.7rem;
  font-weight: 900;
}

.guest-panel strong {
  display: block;
  margin-top: 9px;
  color: #fff;
  font-size: 1.28rem;
  line-height: 1.08;
}

.guest-panel p {
  max-width: 18em;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.42;
  text-wrap: pretty;
}

.guest-poster {
  position: relative;
  display: block;
  min-height: 84px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  background:
    radial-gradient(circle at 20% 18%, rgba(0, 234, 189, 0.22), transparent 28%),
    radial-gradient(circle at 80% 18%, rgba(18, 109, 255, 0.24), transparent 28%),
    linear-gradient(135deg, rgba(0, 234, 189, 0.12), rgba(18, 109, 255, 0.1) 52%, rgba(253, 2, 83, 0.08)),
    rgba(3, 4, 10, 0.92);
  isolation: isolate;
  -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.guest-poster::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.76)),
    linear-gradient(90deg, rgba(0, 234, 189, 0.18), transparent 54%);
  pointer-events: none;
}

.guest-poster::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 4;
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  opacity: 0.9;
}

.guest-poster img {
  position: absolute;
  bottom: 16px;
  width: 52px;
  aspect-ratio: 1201 / 1601;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.42);
}

.guest-poster img:nth-of-type(1) {
  left: 10px;
  z-index: 2;
  transform: rotate(-7deg);
}

.guest-poster img:nth-of-type(2) {
  left: 34px;
  z-index: 1;
  transform: translateY(-8px) rotate(2deg);
}

.guest-poster img:nth-of-type(3) {
  left: 58px;
  z-index: 0;
  transform: translateY(4px) rotate(8deg);
}

.guest-poster em {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 5;
  display: inline-block;
  padding: 3px 7px;
  border: 1px solid rgba(0, 234, 189, 0.42);
  color: rgba(255, 255, 255, 0.78);
  background: rgba(0, 0, 0, 0.46);
  font-size: 0.68rem;
  font-style: normal;
}

.creator-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 96px;
  margin-top: 12px;
  margin-bottom: 22px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(247, 183, 44, 0.28);
  background:
    radial-gradient(circle at 86% 20%, rgba(247, 183, 44, 0.12), transparent 28%),
    linear-gradient(90deg, rgba(247, 183, 44, 0.1), transparent 54%),
    rgba(1, 6, 22, 0.72);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.creator-panel::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 108px;
  height: 10px;
  background: var(--yellow);
  opacity: 0.58;
}

.creator-panel span {
  display: block;
  color: var(--yellow);
  font-family: "Courier New", monospace;
  font-size: 0.7rem;
  font-weight: 900;
}

.creator-panel strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 1.34rem;
  line-height: 1.1;
}

.creator-panel__badge {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(247, 183, 44, 0.7);
  color: var(--yellow);
  background: rgba(247, 183, 44, 0.08);
  font-family: "Courier New", monospace;
  font-size: 0.78rem;
  font-weight: 900;
}

.site-toast {
  position: fixed;
  left: 50%;
  bottom: 26px;
  z-index: 20;
  display: inline-grid;
  min-height: 40px;
  min-width: 112px;
  place-items: center;
  padding: 0 18px;
  border: 1px solid rgba(247, 183, 44, 0.6);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0;
  background:
    linear-gradient(135deg, rgba(247, 183, 44, 0.18), rgba(1, 6, 22, 0.88)),
    rgba(1, 6, 22, 0.92);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 180ms ease, transform 180ms ease;
  -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.site-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

body.is-modal-open {
  overflow: hidden;
}

.schedule-drawer {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.schedule-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.schedule-drawer__scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(18, 109, 255, 0.18), transparent 34%),
    rgba(0, 0, 0, 0.68);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.schedule-drawer__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  width: min(100%, 430px);
  max-height: min(820px, calc(100vh - 36px));
  min-height: min(720px, calc(100vh - 36px));
  max-height: min(820px, calc(100svh - 36px));
  min-height: min(720px, calc(100svh - 36px));
  overflow: hidden;
  border: 1px solid rgba(247, 183, 44, 0.34);
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 113, 34, 0.16), transparent 26%),
    radial-gradient(circle at 10% 14%, rgba(0, 234, 189, 0.14), transparent 29%),
    linear-gradient(90deg, rgba(68, 127, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(68, 127, 255, 0.065) 1px, transparent 1px),
    linear-gradient(180deg, rgba(8, 13, 31, 0.98), rgba(2, 4, 14, 0.98));
  background-size: auto, auto, 24px 24px, 24px 24px, auto;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.58),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  transform: translateY(14px) scale(0.985);
  transition: transform 180ms ease;
  -webkit-clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.schedule-drawer.is-open .schedule-drawer__panel {
  transform: translateY(0) scale(1);
}

.schedule-head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding: 14px 16px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.schedule-head::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--blue) 56%, var(--pink));
  opacity: 0.7;
}

.schedule-head span,
.schedule-tabs button {
  font-family: "Courier New", monospace;
  font-weight: 900;
}

.schedule-head span {
  display: block;
  color: var(--yellow);
  font-size: 0.72rem;
}

.schedule-head h2 {
  margin: 5px 0 0;
  color: #fff;
  font-size: 1.48rem;
  line-height: 1.05;
}

.schedule-head p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.schedule-close {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.schedule-tabs {
  display: flex;
  gap: 8px;
  padding: 10px 16px 9px;
  overflow-x: auto;
  scrollbar-width: none;
}

.schedule-tabs::-webkit-scrollbar {
  display: none;
}

.schedule-tabs button {
  flex: 0 0 auto;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(222, 232, 255, 0.66);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.72rem;
  letter-spacing: 0;
}

.schedule-tabs button.is-active {
  border-color: rgba(247, 183, 44, 0.68);
  color: #07070a;
  background: var(--yellow);
}

.schedule-tabs button:disabled {
  opacity: 0.45;
}

.schedule-gallery {
  min-height: 0;
  margin: 0 14px 14px;
  padding: 4px 0 18px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.schedule-image-card {
  position: relative;
  margin: 0 0 12px;
  padding: 7px;
  overflow: hidden;
  border: 1px solid rgba(247, 183, 44, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 34%),
    rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
  -webkit-clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.schedule-image-card img {
  display: block;
  width: 100%;
  height: auto;
  background: #202020;
}

.audience-drawer__panel {
  grid-template-rows: auto minmax(0, 1fr);
}

.audience-head span {
  color: var(--yellow);
}

.audience-qr-card {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 0;
  margin: 0;
  padding: 18px;
}

.audience-qr-card img {
  display: block;
  width: min(100%, 360px);
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #4365f4;
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(247, 183, 44, 0.2);
}

.lineup-drawer__panel {
  grid-template-rows: auto minmax(0, 1fr);
}

.lineup-head p {
  max-width: 18em;
}

.lineup-strip {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  min-height: 0;
  padding: 16px 18px 22px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.lineup-strip::-webkit-scrollbar {
  display: none;
}

.lineup-card {
  position: relative;
  flex: 0 0 min(86%, 354px);
  align-self: flex-start;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(0, 234, 189, 0.22);
  background:
    radial-gradient(circle at 24% 8%, rgba(0, 234, 189, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 38%),
    rgba(0, 0, 0, 0.2);
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  scroll-snap-align: center;
  -webkit-clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.lineup-card::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  height: 5px;
  background: linear-gradient(90deg, var(--cyan), var(--blue) 58%, var(--pink));
  opacity: 0.74;
}

.lineup-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1201 / 1601;
  object-fit: cover;
  background: #202020;
}

@media (hover: hover) and (pointer: fine) {
  .primary-card:hover,
  .ticket:hover,
  .tool-card:hover,
  .guest-panel:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
  }
}

@media (max-width: 520px) {
  .preview {
    padding: 0;
    place-items: stretch;
  }

  .phone {
    width: 100%;
    max-width: 100vw;
    min-height: 100vh;
    min-height: 100svh;
  }

  .hero {
    padding: 10px 12px 0;
  }

  .brand-strip {
    min-height: 96px;
  }

  .brand-strip__logo {
    left: 12px;
    top: 12px;
    width: min(48%, 150px);
  }

  .brand-strip__blocks {
    right: -66px;
    top: -74px;
    width: min(88%, 300px);
  }

  .hero-caption {
    padding-inline: 4px;
  }

  .hero-caption strong {
    font-size: 1.08rem;
  }

  .cta-panel {
    margin: 10px 12px 0;
  }

  .station-panel,
  .guest-panel,
  .creator-panel {
    margin-inline: 12px;
  }

  .station-panel {
    margin-top: 12px;
  }

  .panel-title h2 {
    max-width: 7.6em;
    font-size: 1.08rem;
    text-align: right;
  }

  .entry-bento {
    grid-auto-rows: 88px;
  }

  .entry-single .ticket {
    min-height: 104px;
  }

  .primary-card strong {
    font-size: 2rem;
  }

  .primary-card b {
    font-size: 2.72rem;
  }

  .guest-panel {
    grid-template-columns: minmax(0, 1fr) 96px;
  }

  .guest-panel::after {
    right: 116px;
  }

  .site-toast {
    bottom: calc(18px + env(safe-area-inset-bottom));
  }

  .schedule-drawer {
    padding: 0;
  }

  .schedule-drawer__panel {
    width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    max-height: 100svh;
    min-height: 100svh;
  }

  .schedule-head {
    padding-top: calc(18px + env(safe-area-inset-top));
  }

}

@media (max-width: 340px) {
  .brand-strip {
    min-height: 90px;
  }

  .brand-strip__logo {
    width: 142px;
  }

  .brand-strip__blocks {
    right: -82px;
    top: -64px;
    width: 280px;
  }

  .primary-card {
    padding-right: 102px;
  }

  .primary-card strong {
    font-size: 1.88rem;
  }

  .primary-card b {
    right: 12px;
    font-size: 2.48rem;
  }

  .ticket {
    padding: 11px 10px 11px 13px;
  }

  .ticket__head {
    gap: 4px;
    font-size: 0.6rem;
  }

  .ticket__head b {
    min-height: 22px;
    padding: 0 5px;
    font-size: 0.62rem;
  }

  .ticket em {
    font-size: 0.64rem;
    white-space: nowrap;
  }
}
