/* [next]/internal/font/google/sora_fa411aba.module.css [app-client] (css) */
@font-face {
  font-family: Sora;
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url("../media/b886574ba42c3409-s.1f4af8e6.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Sora;
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url("../media/c41ca59f1c34ba31-s.p.e20f337c.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Sora Fallback;
  src: local(Arial);
  ascent-override: 85.29%;
  descent-override: 25.5%;
  line-gap-override: 0.0%;
  size-adjust: 113.73%;
}

.sora_fa411aba-module__f2bFNa__className {
  font-family: Sora, Sora Fallback;
  font-style: normal;
}

.sora_fa411aba-module__f2bFNa__variable {
  --font-sans: "Sora", "Sora Fallback";
}

/* [next]/internal/font/google/fraunces_c6739ef4.module.css [app-client] (css) */
@font-face {
  font-family: Fraunces;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/1e219c03c996efbd-s.ba7d7329.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Fraunces;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/b35b0dbffda7f2c4-s.0c27b1b4.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Fraunces;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/03bda585a99c6450-s.p.ad37b9d9.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Fraunces Fallback;
  src: local(Times New Roman);
  ascent-override: 84.71%;
  descent-override: 22.09%;
  line-gap-override: 0.0%;
  size-adjust: 115.45%;
}

.fraunces_c6739ef4-module__GMQS3G__className {
  font-family: Fraunces, Fraunces Fallback;
  font-style: normal;
}

.fraunces_c6739ef4-module__GMQS3G__variable {
  --font-serif: "Fraunces", "Fraunces Fallback";
}

/* [project]/apps/web/app/globals.css [app-client] (css) */
:root {
  --bg: #0b0c10;
  --bg-soft: #13151e;
  --glow: #ff6f59;
  --accent: #ffd166;
  --ink: #f5f4f0;
  --muted: #b4b0a6;
  --surface: #12141ed9;
  --border: #ffffff1f;
  --aqua: #4cc9f0;
}

html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  color: var(--ink);
  background: radial-gradient(circle at top left, #1b1f2e, var(--bg));
  font-family: var(--font-sans), "Sora", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

.presave-shell {
  gap: 40px;
  min-height: 100vh;
  padding: 80px 8vw 120px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.presave-shell:before, .presave-shell:after {
  content: "";
  filter: blur(20px);
  z-index: 0;
  border-radius: 50%;
  width: 420px;
  height: 420px;
  position: absolute;
}

.presave-shell:before {
  background: radial-gradient(circle, #4cc9f059, #0000 60%);
  top: -140px;
  right: -120px;
}

.presave-shell:after {
  background: radial-gradient(circle, #ff6f594d, #0000 60%);
  bottom: -160px;
  left: -140px;
}

.presave-hero {
  z-index: 1;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  align-items: center;
  gap: 48px;
  min-height: calc(100vh - 120px);
  animation: .9s both fadeInUp;
  display: grid;
  position: relative;
}

.hero-copy {
  gap: 16px;
  max-height: calc(100vh - 140px);
  padding-right: 10px;
  display: grid;
  overflow-y: auto;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .3em;
  color: var(--muted);
  font-size: 12px;
}

.title {
  font-family: var(--font-serif), "Fraunces", serif;
  margin: 16px 0 10px;
  font-size: clamp(36px, 6vw, 56px);
}

.subtitle {
  color: var(--muted);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.stat-row {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 18px;
  padding: 16px 0;
  display: grid;
}

.hero-media {
  align-self: start;
  place-items: center;
  display: grid;
  position: sticky;
  top: 32px;
}

.media-frame {
  aspect-ratio: 1;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, #ffffff14, #fff0);
  border-radius: 24px;
  place-items: center;
  width: min(320px, 70vw);
  padding: 16px;
  display: grid;
  position: relative;
  box-shadow: 0 30px 80px #03040873;
}

.vinyl {
  opacity: .85;
  background: radial-gradient(circle, #20222b 0%, #101118 55%, #07080d 100%);
  border-radius: 50%;
  width: 70%;
  height: 70%;
  position: absolute;
  top: 15%;
  right: -18%;
  box-shadow: inset 0 0 0 8px #ffffff0a;
}

.meta-title {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  font-size: 13px;
}

.meta-value {
  margin-top: 6px;
  font-size: 18px;
}

.artwork {
  z-index: 1;
  border: 1px solid #ffffff29;
  border-radius: 18px;
  width: 100%;
  box-shadow: 0 20px 40px #05040c73;
}

.presave-panel {
  z-index: 1;
  place-items: center;
  display: grid;
  position: relative;
}

.panel-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 28px;
  gap: 20px;
  width: min(640px, 100%);
  padding: 32px;
  display: grid;
  box-shadow: 0 30px 80px #04060a73;
}

.panel-header h2 {
  font-family: var(--font-serif), "Fraunces", serif;
  margin: 8px 0;
  font-size: 28px;
}

.panel-kicker {
  text-transform: uppercase;
  letter-spacing: .24em;
  color: var(--muted);
  font-size: 12px;
}

.panel-footer {
  color: var(--muted);
  border-top: 1px solid var(--border);
  justify-content: space-between;
  padding-top: 12px;
  font-size: 12px;
  display: flex;
}

.presave-form {
  gap: 14px;
  display: grid;
}

.cta-row {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.platform-list {
  flex-direction: column;
}

.platform-list .cta {
  justify-content: center;
  width: 100%;
}

.platform-scroll {
  max-height: none;
  padding-right: 0;
  overflow: visible;
}

.cta {
  border: 1px solid var(--border);
  color: var(--ink);
  background: #1c202d;
  border-radius: 14px;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  font-weight: 600;
  transition: transform .2s, box-shadow .2s;
  display: inline-flex;
}

.cta.primary {
  background: var(--accent);
  color: #1a1200;
  border-color: #0000;
  box-shadow: 0 14px 30px #ffd16633;
}

.cta.full {
  justify-content: center;
  width: 100%;
}

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

.cta.disabled {
  color: #7d8294;
  box-shadow: none;
  pointer-events: none;
  opacity: .7;
  background: #12141ecc;
  border-color: #4e526280;
  transform: none;
}

.input {
  border: 1px solid var(--border);
  color: var(--ink);
  background: #1c202de6;
  border-radius: 12px;
  padding: 12px 14px;
}

.auth-error {
  color: #ff8c70;
  font-size: 14px;
}

.auth-success {
  color: #a8ffb5;
  font-size: 14px;
}

.consent-block {
  gap: 10px;
  margin-bottom: 12px;
  display: grid;
}

.consent-row {
  color: var(--muted);
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  display: flex;
}

.consent-note {
  color: var(--muted);
  gap: 6px;
  margin-top: 12px;
  font-size: 12px;
  display: grid;
}

.consent-row input[type="checkbox"] {
  margin-top: 4px;
}

.mono {
  font-family: var(--font-serif), "Fraunces", serif;
  color: var(--accent);
  font-style: italic;
}

@media (max-width: 720px) {
  .presave-shell {
    padding: 60px 6vw 80px;
  }

  .presave-hero {
    grid-template-columns: 1fr;
  }

  .hero-media {
    order: -1;
  }

  .hero-copy {
    max-height: none;
    padding-right: 0;
    overflow: visible;
  }

  .hero-media {
    position: static;
  }

  .panel-card {
    padding: 24px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__8a8581cd._.css.map*/