:root {
  color-scheme: dark;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f3f1eb;
  background: #060a10;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: radial-gradient(ellipse at 23% 48%, #0b27364d, transparent 49%), radial-gradient(ellipse at 95% 8%, #72522312, transparent 45%), #060a10;
}
a { color: inherit; text-decoration: none; }
.gold { color: #e5c58a; }
.preview-header {
  width: min(1440px, 100%);
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-inline: auto;
  padding: 20px 56px;
}
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 23px; font-weight: 720; letter-spacing: -.9px; }
.brand img { object-fit: contain; }
.private-label { display: inline-flex; align-items: center; gap: 9px; color: #a8a89f; font-size: 9px; letter-spacing: 2px; }
.private-label svg { color: #d9bd86; }
.preview-main {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 68px);
  width: min(1320px, 100%);
  margin-inline: auto;
  padding: 12px 56px 36px;
}
.studio-art { position: relative; isolation: isolate; min-width: 0; margin: 0; display: grid; justify-items: center; }
.studio-naga { position: relative; z-index: 1; display: block; width: 112%; max-width: 680px; height: auto; max-height: min(68svh, 710px); object-fit: contain; filter: drop-shadow(0 24px 32px #0007); }
.studio-spotlight { position: absolute; z-index: -1; inset: -10% -15% -5%; pointer-events: none; background: radial-gradient(ellipse at 49% 38%, #11678b29, transparent 63%); }
.studio-orbit { position: absolute; bottom: 3%; left: 6%; width: 88%; height: 11%; border-radius: 50%; border: 1px solid #72a1b922; box-shadow: 0 0 50px #0f7c9c12, inset 0 0 30px #0f7c9c0d; }
.studio-art figcaption { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 8px; color: #829397; font-size: 8px; letter-spacing: 2.5px; white-space: nowrap; }
.caption-rule { height: 1px; width: 30px; background: #758c9140; }
.entrance { position: relative; width: 100%; max-width: 440px; padding: 36px 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #c5ad80; font-size: 9px; font-weight: 600; letter-spacing: 2.3px; margin-bottom: 25px; }
.status-dot { width: 5px; height: 5px; border-radius: 50%; background: #e5c58a; box-shadow: 0 0 12px #d6b67450; }
h1 { margin: 0 0 22px; font-size: clamp(35px, 3.8vw, 54px); line-height: 1.11; letter-spacing: -2px; font-weight: 530; }
h1 .gold { background: linear-gradient(105deg, #f3ddb0, #c59c59); background-clip: text; -webkit-background-clip: text; color: transparent; }
.intro { margin: 0 0 32px; color: #98a1ac; font-size: 13px; line-height: 1.8; }
#preview-form { padding-top: 25px; border-top: 1px solid #bca37426; }
.field { margin-bottom: 15px; }
.field label { display: block; margin-bottom: 10px; color: #c5c9ce; font-size: 11px; font-weight: 500; }
.field input { width: 100%; height: 56px; padding: 0 17px; border: 1px solid #35404d; border-radius: 6px; background: linear-gradient(110deg, #111922, #0c121b); color: #f1f5fa; font-size: 16px; font-family: inherit; box-shadow: inset 0 1px 0 #fff03; transition: border-color .15s; }
#preview-code { letter-spacing: 2px; text-transform: uppercase; }
.field input::placeholder { color: #667382; font-size: 13px; letter-spacing: 1.6px; }
.field input:focus-visible { outline: 2px solid #edc46b; outline-offset: 3px; border-color: #edc46b; }
.field input[aria-invalid=true] { border-color: #ed998d; }
#enter-button { width: 100%; height: 54px; padding: 0 20px; border: 1px solid #eed6a4; border-radius: 6px; display: flex; align-items: center; justify-content: space-between; background: linear-gradient(105deg, #f0d49b, #d5b06b); box-shadow: inset 0 1px 0 #fff5, 0 5px 20px #c5a1630c; color: #211d16; font-family: inherit; font-size: 13px; font-weight: 700; cursor: pointer; margin-top: 16px; transition: filter .18s, box-shadow .18s; }
#enter-button:hover { filter: brightness(1.08); box-shadow: inset 0 1px 0 #fff5, 0 5px 25px #c5a16320; }
#enter-button:focus-visible, a:focus-visible { outline: 2px solid #efc568; outline-offset: 4px; }
#enter-button:disabled { opacity: .65; cursor: wait; }
.form-error { margin: 12px 0 0; color: #edb0a5; font-size: 12px; line-height: 1.55; }
.perks { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 23px; font-size: 10px; color: #9ca6b1; }
.perks strong { color: #d6bd8c; font-weight: 600; }
.perk-divider { width: 1px; height: 12px; background: #35404a; }
.session-note { margin: 12px 0 0; color: #7b8998; font-size: 10px; text-align: center; line-height: 1.5; }
.preview-footer { width: min(1440px, 100%); margin: 0 auto; padding: 22px 56px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid #a5b6c014; color: #7e8c9a; font-size: 10px; }
.preview-footer p { margin: 0; display: flex; align-items: center; gap: 14px; line-height: 1.7; }
.preview-footer strong { color: #b59f77; font-weight: 500; font-size: 8px; letter-spacing: 1px; white-space: nowrap; }
.preview-footer a { white-space: nowrap; font-size: 10px; color: #a1abb4; }
.preview-footer a:hover { color: #efc568; }
.mobile-break { display: none; }
[hidden] { display: none !important; }
body[data-owner=true] #preview-code { text-transform: none; letter-spacing: 1px; }
body[data-owner=true] h1 { font-size: 39px; }

@media (min-width: 861px) and (max-height: 700px) {
  .preview-header { min-height: 72px; padding-block: 14px; }
  .preview-main { padding-block: 0 16px; }
  .entrance { padding-block: 16px; }
  .eyebrow { margin-bottom: 18px; }
  .intro { margin-bottom: 20px; }
  h1 { margin-bottom: 16px; }
  #preview-form { padding-top: 20px; }
}
@media (max-width: 860px) {
  .preview-header { min-height: 72px; padding: 14px 28px; }
  .brand { font-size: 21px; }
  .brand img { width: 38px; height: 38px; }
  .preview-main { display: flex; flex-direction: column; justify-content: center; gap: 20px; padding: 6px 28px 28px; }
  .studio-art { width: 100%; }
  .studio-naga { width: auto; max-width: 100%; height: clamp(150px, 27svh, 270px); max-height: none; }
  .studio-art figcaption { display: none; }
  .studio-orbit { left: calc(50% - 110px); width: 220px; bottom: 2%; }
  .studio-spotlight { inset: -10% 10%; }
  .entrance { padding: 0; max-width: 400px; }
  .eyebrow { margin-bottom: 14px; }
  h1 { font-size: 38px; margin-bottom: 15px; letter-spacing: -1.5px; }
  .intro { margin-bottom: 20px; font-size: 12px; line-height: 1.7; }
  #preview-form { padding-top: 19px; }
  .preview-footer { padding: 18px 28px; }
  .preview-footer p { display: block; font-size: 9px; }
  .preview-footer strong { display: block; margin-bottom: 4px; }
  .mobile-break { display: block; }
  body[data-owner=true] h1 { font-size: 32px; }
  body[data-owner=true] .studio-naga { height: min(20svh, 170px); }
}
@media (max-width: 480px) {
  .preview-header { padding-inline: 22px; min-height: 64px; }
  .brand { font-size: 19px; gap: 5px; }
  .brand img { width: 33px; height: 33px; }
  .private-label { font-size: 7px; letter-spacing: 1.2px; gap: 6px; }
  .private-label svg { width: 10px; }
  .preview-main { padding-inline: 26px; gap: 15px; }
  h1 { font-size: 36px; }
  .eyebrow { font-size: 8px; letter-spacing: 2px; }
  .preview-footer { position: relative; display: block; padding: 16px 22px; }
  .preview-footer a { position: absolute; right: 22px; top: 16px; font-size: 9px; }
}
@media (max-width: 860px) and (max-height: 720px) {
  .preview-header { min-height: 54px; padding-block: 10px; }
  .preview-main { gap: 8px; padding-top: 0; padding-bottom: 15px; }
  .studio-naga { height: 20svh; min-height: 96px; }
  .eyebrow { margin-bottom: 10px; }
  h1 { font-size: 30px; margin-bottom: 10px; letter-spacing: -1.1px; }
  .intro { margin-bottom: 12px; font-size: 11px; line-height: 1.6; }
  #preview-form { padding-top: 13px; }
  .field { margin-bottom: 10px; }
  .field label { margin-bottom: 7px; font-size: 10px; }
  .field input { height: 46px; font-size: 16px; }
  .field input::placeholder { font-size: 11px; }
  #enter-button { height: 46px; margin-top: 11px; }
  .perks { margin-top: 15px; font-size: 9px; gap: 14px; }
  .session-note { font-size: 9px; margin-top: 8px; }
  .preview-footer { padding-block: 12px; }
  .preview-footer a { top: 12px; }
  body[data-owner=true] .studio-naga { height: 16svh; min-height: 80px; }
  body[data-owner=true] h1 { font-size: 28px; }
}
@media (max-width: 360px) and (max-height: 620px) {
  .studio-naga { height: 96px; }
  .preview-main { gap: 6px; padding-bottom: 12px; }
  h1 { font-size: 28px; }
  .intro { margin-bottom: 10px; }
  #preview-form { padding-top: 10px; }
  .perks { margin-top: 12px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; } }
