/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .fixed {
    position: fixed;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
}
:root {
  color-scheme: dark;
  --navy: #080d20;
  --navy2: #111735;
  --lav: #a78bfa;
  --rose: #fb7185;
  --gold: #e7c987;
  --ink: #f5f2ff;
  --muted: #b9b6ce;
}
html,body {
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-width: 360px;
  background: radial-gradient(circle at 80% 8%,rgba(134,92,246,.16),transparent 31rem),radial-gradient(circle at 7% 38%,rgba(251,113,133,.08),transparent 24rem),var(--navy);
  color: var(--ink);
  font-family: Inter,ui-sans-serif,system-ui,sans-serif;
  line-height: 1.6;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image: radial-gradient(circle,rgba(255,255,255,.6) 0 1px,transparent 1px);
  background-size: 47px 47px;
  mask-image: linear-gradient(to bottom,black,transparent 70%);
}
h1,h2,h3,.serif {
  font-family: 'Playfair Display',Georgia,serif;
  line-height: 1.08;
  letter-spacing: -.02em;
}
.shell {
  width: min(1120px,calc(100% - 32px));
  margin-inline: auto;
}
.nav {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.brand {
  color: white;
  text-decoration: none;
  font-family: 'Playfair Display',serif;
  font-weight: 700;
  font-size: 1.25rem;
}
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 31px;
  height: 31px;
  margin-right: 8px;
  border: 1px solid rgba(231,201,135,.7);
  border-radius: 50%;
  color: var(--gold);
}
.navlinks {
  display: flex;
  gap: 22px;
  align-items: center;
}
.navlinks a {
  color: var(--muted);
  text-decoration: none;
  font-size: .9rem;
}
.navlinks a:hover {
  color: white;
}
.hero {
  padding: 78px 0 70px;
  display: grid;
  grid-template-columns: 1.13fr .87fr;
  gap: 72px;
  align-items: center;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .19em;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 700;
}
.display {
  font-size: clamp(3rem,6vw,5.5rem);
  margin: 17px 0 22px;
  max-width: 780px;
}
.gradient-text {
  background: linear-gradient(110deg,#fff 12%,#c9b9ff 56%,#ffb4c2);
  background-clip: text;
  color: transparent;
}
.lead {
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 650px;
}
.actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 34px;
}
.btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 14px 23px;
  min-height: 52px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .2s transform,.2s box-shadow;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-primary {
  color: #100d22;
  background: linear-gradient(135deg,#c9b8ff,#fb9caf);
  box-shadow: 0 14px 40px rgba(167,139,250,.24);
}
.btn-secondary {
  color: white;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.05);
}
.btn-danger {
  color: #fecdd3;
  border: 1px solid rgba(251,113,133,.45);
  background: transparent;
}
.note {
  color: #908ba8;
  font-size: .82rem;
}
.hero-cards {
  height: 420px;
  position: relative;
}
.tarot {
  width: 205px;
  aspect-ratio: 2/3;
  border-radius: 16px;
  padding: 10px;
  background: linear-gradient(145deg,rgba(231,201,135,.9),rgba(167,139,250,.8));
  box-shadow: 0 30px 70px rgba(0,0,0,.45);
  position: absolute;
}
.tarot:before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 11px;
}
.tarot-inner {
  height: 100%;
  border-radius: 9px;
  display: grid;
  place-items: center;
  text-align: center;
  background: radial-gradient(circle,rgba(167,139,250,.23),transparent 45%),#101733;
  color: var(--gold);
  font-family: 'Playfair Display',serif;
}
.tarot-inner span {
  display: block;
  font-family: Inter,sans-serif;
  color: #b9b6ce;
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  margin-top: 8px;
}
.hero-cards .tarot:nth-child(1) {
  transform: rotate(-12deg);
  left: 10px;
  top: 60px;
}
.hero-cards .tarot:nth-child(2) {
  transform: rotate(3deg);
  left: 130px;
  top: 20px;
  z-index: 2;
}
.hero-cards .tarot:nth-child(3) {
  transform: rotate(14deg);
  left: 235px;
  top: 74px;
}
.trust {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  color: #aba7c0;
  font-size: .82rem;
  margin-top: 26px;
}
.trust span:before {
  content: '✦';
  color: var(--gold);
  margin-right: 8px;
}
.section {
  padding: 76px 0;
}
.section-title {
  font-size: clamp(2.1rem,4vw,3.2rem);
  margin: 8px 0 12px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.panel {
  position: relative;
  border: 1px solid rgba(255,255,255,.1);
  background: linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 20px 55px rgba(0,0,0,.16);
}
.stepnum {
  color: var(--gold);
  font-family: 'Playfair Display',serif;
  font-size: 1.6rem;
}
.panel h3 {
  font-size: 1.35rem;
  margin: 15px 0 8px;
}
.panel p {
  color: var(--muted);
  margin: 0;
}
.flow {
  max-width: 750px;
  margin: 34px auto 80px;
}
.progress {
  display: flex;
  gap: 8px;
  margin: 24px 0 34px;
}
.progress i {
  height: 3px;
  flex: 1;
  background: rgba(255,255,255,.12);
  border-radius: 4px;
}
.progress i.active {
  background: linear-gradient(90deg,var(--lav),var(--rose));
}
.choice-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
  margin: 26px 0;
}
.choice {
  display: block;
  position: relative;
}
.choice input {
  position: absolute;
  opacity: 0;
}
.choice-content {
  display: block;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 20px;
  background: rgba(255,255,255,.035);
  cursor: pointer;
  min-height: 100%;
  transition: .18s;
}
.choice input:checked+.choice-content {
  border-color: var(--lav);
  background: rgba(167,139,250,.14);
  box-shadow: 0 0 0 3px rgba(167,139,250,.1);
}
.choice-title {
  font-weight: 700;
  display: block;
}
.choice-copy {
  color: var(--muted);
  font-size: .87rem;
  margin-top: 4px;
  display: block;
}
.field {
  width: 100%;
  background: #0c122b;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 15px;
  color: white;
  padding: 15px 16px;
  font: inherit;
  outline: none;
}
.field:focus {
  border-color: var(--lav);
  box-shadow: 0 0 0 3px rgba(167,139,250,.12);
}
textarea.field {
  min-height: 140px;
  resize: vertical;
}
.label {
  display: block;
  margin: 18px 0 8px;
  font-weight: 700;
}
.error {
  color: #fda4af;
  font-size: .86rem;
  margin-top: 7px;
}
.flash {
  padding: 13px 16px;
  border-radius: 13px;
  margin: 14px 0;
  background: rgba(74,222,128,.12);
  border: 1px solid rgba(74,222,128,.32);
}
.flash.error {
  background: rgba(251,113,133,.1);
  border-color: rgba(251,113,133,.35);
}
.deck-grid {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 12px;
  margin: 28px 0;
}
.deck-card {
  aspect-ratio: 2/3;
  position: relative;
}
.deck-card input {
  position: absolute;
  opacity: 0;
}
.cardback {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(231,201,135,.48);
  border-radius: 11px;
  background: radial-gradient(circle at center,rgba(167,139,250,.55) 0 3%,transparent 4%),repeating-radial-gradient(circle at center,transparent 0 13px,rgba(231,201,135,.18) 14px 15px),#131a3b;
  cursor: pointer;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-family: 'Playfair Display',serif;
  transition: .2s;
}
.deck-card input:checked+.cardback {
  transform: translateY(-8px);
  border-color: #fff;
  box-shadow: 0 14px 30px rgba(167,139,250,.28);
}
.deck-card input:checked+.cardback:after {
  content: 'Selected';
  font: 600 .62rem Inter,sans-serif;
  position: absolute;
  bottom: 8px;
  color: white;
}
.reading-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  margin: 28px 0;
}
.reading-card {
  min-width: 0;
}
.face {
  aspect-ratio: 2/3;
  border-radius: 16px;
  border: 1px solid rgba(231,201,135,.5);
  background: radial-gradient(circle at top,rgba(167,139,250,.24),transparent 45%),#121935;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px;
  color: var(--gold);
  box-shadow: 0 20px 45px rgba(0,0,0,.22);
}
.face.reversed {
  transform: rotate(180deg);
}
.face .symbol {
  font-size: 2.5rem;
  margin-bottom: 14px;
}
.position {
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #9e99b6;
  margin-bottom: 10px;
}
.card-name {
  font-family: 'Playfair Display',serif;
  font-size: 1.25rem;
}
.orientation {
  font-size: .75rem;
  color: #9e99b6;
  margin-top: 7px;
}
.interpretation {
  margin-top: 18px;
  color: var(--muted);
  font-size: .92rem;
}
.locked {
  position: relative;
  max-height: 265px;
  overflow: hidden;
}
.locked:after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent,var(--navy) 82%);
}
.paywall {
  text-align: center;
  padding: 34px;
  margin-top: -14px;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(167,139,250,.3);
  border-radius: 22px;
  background: linear-gradient(145deg,#171b3d,#10152f);
}
.result-block {
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.result-block h2 {
  font-size: 1.55rem;
  margin: 0 0 10px;
}
.result-block p {
  color: var(--muted);
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  margin-top: 32px;
}
.price {
  font-size: 2.5rem;
  font-family: 'Playfair Display',serif;
  color: white;
  margin: 14px 0;
}
.footer {
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 80px;
  padding: 34px 0 50px;
  color: #8f8aa4;
  font-size: .8rem;
}
.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}
.footer a {
  color: #aaa5bd;
  text-decoration: none;
  margin-right: 16px;
}
.prose {
  color: var(--muted);
}
.prose h2 {
  color: white;
  font-size: 1.7rem;
  margin-top: 32px;
}
.breadcrumbs {
  font-size: .78rem;
  color: #908ba8;
  margin-bottom: 26px;
}
.breadcrumbs a {
  color: #bcb5e9;
}
.faq details {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 17px 0;
}
.faq summary {
  cursor: pointer;
  font-weight: 700;
}
.faq p {
  color: var(--muted);
}
.table-wrap {
  overflow-x: auto;
}
.table {
  width: 100%;
  border-collapse: collapse;
  font-size: .85rem;
}
.table th,.table td {
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding: 12px;
}
.table th {
  color: var(--gold);
}
[x-cloak] {
  display: none !important;
}
@media (max-width:820px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 50px;
  }
  .hero-cards {
    height: 330px;
    max-width: 430px;
    margin: auto;
    width: 100%;
  }
  .hero-cards .tarot {
    width: 155px;
  }
  .hero-cards .tarot:nth-child(2) {
    left: 105px;
  }
  .hero-cards .tarot:nth-child(3) {
    left: 195px;
  }
  .grid-3,.price-grid {
    grid-template-columns: 1fr;
  }
  .deck-grid {
    grid-template-columns: repeat(4,1fr);
  }
  .navlinks a:not(.keep) {
    display: none;
  }
}
@media (max-width:520px) {
  .shell {
    width: min(100% - 24px,1120px);
  }
  .nav {
    height: 64px;
  }
  .hero {
    padding-top: 36px;
    gap: 30px;
  }
  .display {
    font-size: 2.8rem;
  }
  .hero-cards {
    height: 285px;
    transform: scale(.88);
    transform-origin: left top;
  }
  .choice-grid {
    grid-template-columns: 1fr;
  }
  .deck-grid {
    grid-template-columns: repeat(3,1fr);
    gap: 9px;
  }
  .reading-grid {
    gap: 9px;
  }
  .card-name {
    font-size: .92rem;
  }
  .face {
    padding: 8px;
  }
  .face .symbol {
    font-size: 1.65rem;
  }
  .position {
    font-size: .55rem;
  }
  .orientation {
    font-size: .62rem;
  }
  .actions .btn {
    width: 100%;
  }
  .trust {
    gap: 10px;
    flex-direction: column;
  }
}
.content-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: .2s transform,.2s border-color;
}
.content-link:hover {
  transform: translateY(-3px);
  border-color: rgba(167,139,250,.55);
}
.content-link h2 {
  font-size: 1.25rem;
}
.app-cta {
  margin: 34px 0;
  background: linear-gradient(135deg,rgba(167,139,250,.16),rgba(251,113,133,.08));
}
.app-cta h2 {
  margin: 12px 0;
}
.safety-note,.safety-response {
  margin-top: 30px;
}
.safety-response {
  border-color: rgba(251,191,36,.45);
}
.shuffle-stage {
  text-align: center;
  padding: 26px;
}
.shuffle-card {
  width: 70px;
  aspect-ratio: 2/3;
  margin: auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 8px;
  background: #151c3f;
  color: var(--gold);
  animation: shuffle .65s ease-in-out infinite alternate;
}
.reveal-card {
  animation: reveal .6s ease both;
}
.card-detail {
  max-width: 250px;
  margin: 28px auto;
}
.related {
  margin-top: 32px;
}
.share-canvas {
  width: 100%;
  height: auto;
  border: 1px solid rgba(231,201,135,.35);
  border-radius: 18px;
}
.share-channels {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 18px 0;
}
.share-channels a {
  color: #d8ccff;
}
.copy-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}
.copy-row .field {
  min-width: 0;
}
@keyframes shuffle {
  to {
    transform: translateX(28px) rotate(8deg);
  }
}
@keyframes reveal {
  from {
    transform: rotateY(90deg);
    opacity: .2;
  }
  to {
    transform: rotateY(0);
    opacity: 1;
  }
}
@media (max-width:520px) {
  .copy-row {
    align-items: stretch;
    flex-direction: column;
  }
}
