@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("fonts/plus-jakarta-sans-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("fonts/plus-jakarta-sans-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("fonts/plus-jakarta-sans-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("fonts/plus-jakarta-sans-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("fonts/plus-jakarta-sans-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --bg: #030303;
  --ink: #f8f4ea;
  --muted: #9b968c;
  --acid: #c8ff2e;
  --orange: #ff7a1a;
  --blue: #5b7cff;
  --line: rgba(248,244,234,.14);
  --panel: rgba(248,244,234,.06);
  --panel2: rgba(248,244,234,.1);
  --shadow: 0 34px 100px rgba(0,0,0,.55);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 76% 18%, rgba(200,255,46,.13), transparent 24%),
    radial-gradient(circle at 16% 88%, rgba(255,122,26,.14), transparent 28%),
    linear-gradient(180deg, #050505, #090909 48%, #030303);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .075;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
.site-header {
  width: min(1220px, calc(100% - 28px));
  margin: 18px auto 0;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(3,3,3,.72);
  backdrop-filter: blur(20px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding-left: 4px;
  font-weight: 800;
  letter-spacing: -.025em;
}
.brand img { width: 44px; height: 44px; border-radius: 14px; }
nav { display: flex; gap: 6px; flex-wrap: wrap; }
nav a {
  padding: 11px 14px;
  border-radius: 14px;
  color: var(--muted);
  font-weight: 750;
}
nav a.active, nav a:hover {
  color: #111;
  background: var(--acid);
}
main {
  width: min(1220px, calc(100% - 32px));
  margin: 54px auto 72px;
}
.flash {
  margin-bottom: 22px;
  padding: 14px 18px;
  border: 1px solid rgba(200,255,46,.36);
  border-radius: 16px;
  background: rgba(200,255,46,.1);
  color: #ecffc0;
}
.flash.error {
  border-color: rgba(255,122,26,.5);
  background: rgba(255,122,26,.12);
}
.scene {
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  gap: 54px;
  align-items: center;
}
.micro-label,
.eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 9px 12px;
  border-radius: 999px;
  background: var(--acid);
  color: #111;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .72rem;
  font-weight: 800;
}
.scene h1,
.page-hero h1,
.bonus-stage h1 {
  max-width: 920px;
  margin: 24px 0 18px;
  font-size: clamp(3.25rem, 7.2vw, 7.4rem);
  line-height: .94;
  letter-spacing: -.04em;
  text-transform: none;
  font-weight: 700;
}
.scene h1 {
  max-width: 780px;
  font-size: clamp(3.4rem, 7.8vw, 7.8rem);
}
.scene p,
.page-hero p,
.bonus-stage p {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.62;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.button, button {
  min-height: 52px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 800;
  cursor: pointer;
}
.primary, button { background: var(--acid); color: #111; }
.ghost { border-color: var(--line); background: var(--panel); color: var(--ink); }
.dictation-object {
  position: relative;
  min-height: 520px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  border: 1px solid rgba(248,244,234,.16);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(248,244,234,.11), rgba(248,244,234,.035)),
    radial-gradient(circle at 40% 20%, rgba(200,255,46,.18), transparent 36%);
  box-shadow: var(--shadow);
  transform: rotate(2.2deg);
  overflow: hidden;
}
.dictation-object::before {
  content: "LIVE";
  position: absolute;
  left: 26px;
  top: 100px;
  color: rgba(248,244,234,.045);
  font-size: 8rem;
  font-weight: 800;
  letter-spacing: -.055em;
}
.object-top {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--acid);
  font-weight: 800;
}
.object-top img { width: 64px; height: 64px; border-radius: 18px; }
.transcript-line {
  position: relative;
  z-index: 1;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(0,0,0,.32);
  color: rgba(248,244,234,.78);
  font-size: 1.05rem;
}
.transcript-line.active {
  color: #111;
  background: var(--acid);
}
.pulse-row {
  height: 60px;
  display: flex;
  gap: 7px;
  align-items: center;
}
.pulse-row i {
  width: 9px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--acid), var(--orange));
}
.pulse-row i:nth-child(1) { height: 18px; }
.pulse-row i:nth-child(2) { height: 42px; }
.pulse-row i:nth-child(3) { height: 55px; }
.pulse-row i:nth-child(4) { height: 28px; }
.pulse-row i:nth-child(5) { height: 60px; }
.pulse-row i:nth-child(6) { height: 36px; }
.pulse-row i:nth-child(7) { height: 22px; }
.pulse-row i:nth-child(8) { height: 48px; }
.manifesto {
  margin: 10px 0 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.manifesto p {
  min-height: 150px;
  margin: 0;
  padding: 22px;
  display: flex;
  align-items: flex-end;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--panel);
  color: rgba(248,244,234,.82);
  font-size: 1.28rem;
  line-height: 1.15;
  letter-spacing: -.025em;
}
.edition-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.edition-card,
.soft-card,
.price-card,
.redeem-card,
.legal-list article,
.account-panel,
.card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
  box-shadow: var(--shadow);
}
.edition-card {
  position: relative;
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.edition-card:hover { transform: translateY(-5px); border-color: rgba(200,255,46,.46); }
.edition-card::after {
  content: "";
  position: absolute;
  inset: auto -32px -56px auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(248,244,234,.07);
}
.edition-badge {
  width: fit-content;
  padding: 9px 12px;
  border-radius: 999px;
  color: #111;
  background: var(--acid);
  font-size: .74rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.basis-card { background: rgba(248,244,234,.055); }
.basis-card .edition-badge { background: rgba(248,244,234,.86); }
.pro-card {
  min-height: 305px;
  margin-top: -30px;
  color: #111;
  border-color: rgba(200,255,46,.75);
  background:
    radial-gradient(circle at 80% 18%, rgba(255,255,255,.45), transparent 24%),
    linear-gradient(145deg, var(--acid), #eaff84 48%, var(--orange));
}
.pro-card::before {
  content: "PRO";
  position: absolute;
  right: -14px;
  bottom: -30px;
  color: rgba(0,0,0,.12);
  font-size: 8.8rem;
  font-weight: 800;
  letter-spacing: -.045em;
}
.pro-card .edition-badge { background: #111; color: var(--acid); }
.bonus-card {
  border-color: rgba(255,122,26,.35);
  background:
    linear-gradient(145deg, rgba(255,122,26,.18), rgba(248,244,234,.055)),
    var(--panel);
}
.bonus-card .edition-badge { background: var(--orange); color: #111; }
.edition-strip small,
.split-story span,
.label {
  display: block;
  margin-bottom: 12px;
  color: var(--orange);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .72rem;
}
.pro-card small { color: rgba(0,0,0,.72); }
.edition-strip strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 18px;
  font-size: clamp(1.75rem, 3.2vw, 3.25rem);
  line-height: .88;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.edition-card em {
  position: relative;
  z-index: 1;
  max-width: 290px;
  color: var(--muted);
  font-style: normal;
  font-weight: 760;
  line-height: 1.35;
}
.pro-card em { color: rgba(0,0,0,.72); }
.bonus-card strong { color: var(--orange); }
.bonus-card em { color: rgba(248,244,234,.78); }
.pro-card strong,
.pro-card small { color: #111; }
.basis-card strong { color: rgba(248,244,234,.92); }
.pricing {
  align-items: stretch;
}
.page-hero { margin-bottom: 36px; }
.page-hero.slim h1 { font-size: clamp(3rem, 8vw, 7rem); }
.auth-layout,
.pricing,
.bonus-stage,
.account-panel,
.legal-list {
  display: grid;
  gap: 16px;
}
.auth-layout { grid-template-columns: 1fr 1fr; }
form { display: grid; gap: 14px; }
label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 750;
}
input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(248,244,234,.08);
  color: var(--ink);
  font: inherit;
  outline: none;
}
.account-panel { grid-template-columns: repeat(3, 1fr); }
.account-panel strong { display: block; font-size: 1.25rem; }
.pricing { grid-template-columns: .82fr 1.18fr; }
.price-card {
  position: relative;
  overflow: hidden;
}
.price-card h2 {
  margin: 18px 0 0;
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  line-height: .82;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.price-card ul {
  padding-left: 20px;
  color: var(--muted);
  line-height: 2;
}
.price {
  margin: 20px 0 8px;
  font-size: clamp(2.3rem, 5vw, 4.9rem);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.04em;
}
.plan-note {
  max-width: 420px;
  margin: 0 0 24px;
  color: var(--muted);
  font-weight: 760;
  line-height: 1.45;
}
.muted-price {
  background:
    linear-gradient(160deg, rgba(248,244,234,.07), rgba(248,244,234,.025));
}
.muted-price::after {
  content: "BASIS";
  position: absolute;
  right: -18px;
  bottom: -22px;
  color: rgba(248,244,234,.045);
  font-size: 6.8rem;
  font-weight: 800;
  letter-spacing: -.045em;
}
.pro-price {
  color: #111;
  border-color: rgba(200,255,46,.9);
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.46), transparent 25%),
    linear-gradient(145deg, rgba(200,255,46,.98), rgba(255,122,26,.78));
  transform: translateY(-18px);
}
.pro-price::after {
  content: "PRO";
  position: absolute;
  right: -12px;
  bottom: -42px;
  color: rgba(0,0,0,.1);
  font-size: 11rem;
  font-weight: 800;
  letter-spacing: -.045em;
}
.pro-price ul { color: rgba(0,0,0,.68); }
.pro-price .plan-note { color: rgba(0,0,0,.66); }
.pro-price .button,
.pro-price button {
  position: relative;
  z-index: 1;
  background: #111;
  color: var(--acid);
}
.pill {
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.12);
  color: inherit;
  font-weight: 800;
}
.pro-callout {
  margin-top: 18px;
  padding: 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(255,122,26,.35);
  border-radius: 28px;
  background: linear-gradient(90deg, rgba(255,122,26,.18), rgba(248,244,234,.055));
}
.pro-callout span {
  padding: 9px 12px;
  border-radius: 999px;
  background: var(--orange);
  color: #111;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .72rem;
}
.pro-callout strong {
  font-size: 1.15rem;
  line-height: 1.25;
}
.bonus-stage { grid-template-columns: 1fr 430px; align-items: center; min-height: 560px; }
.bonus-stage h1 {
  color: var(--orange);
  text-shadow: 0 0 34px rgba(255,122,26,.2);
}
.bonus-proof {
  width: min(520px, 100%);
  margin-top: 30px;
  padding: 24px;
  border: 1px solid rgba(255,122,26,.38);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 18%, rgba(255,122,26,.24), transparent 30%),
    rgba(248,244,234,.055);
}
.bonus-proof span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--orange);
  color: #111;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.bonus-proof strong {
  display: block;
  font-size: clamp(2rem, 4vw, 4.8rem);
  line-height: .86;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.bonus-proof small {
  display: block;
  margin-top: 16px;
  max-width: 340px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.45;
}
.redeem-card {
  border-color: rgba(255,122,26,.45);
  background:
    linear-gradient(160deg, rgba(255,122,26,.2), rgba(248,244,234,.06));
}
.redeem-card h2 {
  margin-top: 18px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: .88;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.legal-list { grid-template-columns: 1fr; }
footer {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto 36px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  text-align: right;
}
.admin-login { max-width: 520px; }
.admin-main { margin-top: 42px; }
.admin-header nav a.active {
  color: #111;
  background: var(--acid);
}
.admin-hero {
  margin-bottom: 24px;
}
.admin-stats {
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.stat-card {
  min-height: 185px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
  box-shadow: var(--shadow);
}
.stat-card small {
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .72rem;
}
.stat-card strong {
  display: block;
  color: var(--acid);
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: .9;
  letter-spacing: -.04em;
}
.stat-card span {
  color: rgba(248,244,234,.78);
  font-weight: 700;
}
.admin-section-head {
  margin-bottom: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}
.admin-section-head h1 {
  margin: 18px 0 0;
  font-size: clamp(2.8rem, 7vw, 6.4rem);
  line-height: .9;
  letter-spacing: -.04em;
}
.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.actions { display: flex; flex-wrap: wrap; gap: 8px; }
.actions form { display: inline; }
.actions button { min-height: 34px; font-size: .82rem; }
.bonus-form { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; align-items: end; }
.muted-row { opacity: .42; }
code { color: var(--acid); }
.muted { color: var(--muted); }
.card { margin-bottom: 22px; }
@media (max-width: 900px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  nav { width: 100%; }
  .scene, .manifesto, .edition-strip, .auth-layout, .pricing, .bonus-stage, .account-panel, .bonus-form, .admin-stats { grid-template-columns: 1fr; }
  .scene h1, .page-hero h1, .bonus-stage h1 { letter-spacing: -.055em; }
  .dictation-object { transform: none; min-height: 430px; }
  .admin-section-head { align-items: flex-start; flex-direction: column; }
}
