:root {
  --card-red: #b75155;
  --card-cream: #f4ead7;
  --table-green: #15261f;
  --table-edge: #263d32;
}

.playing-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 12%, rgba(45, 78, 61, .2), transparent 30%),
    radial-gradient(circle at 90% 20%, rgba(120, 55, 59, .12), transparent 28%),
    radial-gradient(circle at 70% 90%, rgba(215, 179, 106, .08), transparent 25%),
    #070611;
}

.playing-light {
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(90px);
  opacity: .34;
}

.light-one {
  width: 380px;
  height: 380px;
  top: 16%;
  left: -170px;
  background: #28503d;
}

.light-two {
  width: 330px;
  height: 330px;
  right: -150px;
  bottom: 8%;
  background: #63353b;
}

.playing-header {
  position: relative;
  z-index: 10;
  width: min(1320px, calc(100% - 40px));
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.playing-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #a89db2;
  font-size: 12px;
  transition: color .2s ease;
}

.playing-back:hover {
  color: var(--gold-soft);
}

.playing-main {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0 110px;
}

.playing-intro {
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: center;
  gap: 60px;
  padding: 0 34px 66px;
}

.playing-intro h1 {
  max-width: 880px;
  font-family: "Cinzel", serif;
  font-size: clamp(44px, 5.8vw, 78px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.035em;
}

.playing-intro h1 em {
  display: block;
  color: var(--gold-soft);
  font-style: italic;
  font-weight: 500;
}

.playing-intro-copy > p:last-child {
  max-width: 710px;
  margin-top: 24px;
  color: var(--muted);
  line-height: 1.8;
}

.suit-orbit {
  position: relative;
  width: 290px;
  height: 290px;
  display: grid;
  place-items: center;
  margin-left: auto;
  border: 1px solid rgba(240, 215, 155, .13);
  border-radius: 50%;
  animation: orbitPulse 6s ease-in-out infinite;
}

.suit-orbit::before,
.suit-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.suit-orbit::before {
  inset: 17%;
  border: 1px dashed rgba(240, 215, 155, .12);
  animation: suitSpin 22s linear infinite;
}

.suit-orbit::after {
  inset: -18px;
  border: 1px solid rgba(44, 79, 61, .22);
}

@keyframes orbitPulse {
  0%, 100% { box-shadow: 0 0 45px rgba(44, 79, 61, .08); }
  50% { box-shadow: 0 0 75px rgba(44, 79, 61, .2); }
}

@keyframes suitSpin {
  to { transform: rotate(360deg); }
}

.suit-orbit > span {
  position: absolute;
  z-index: 2;
  font-size: 24px;
}

.suit-heart {
  top: -12px;
  left: 48%;
  color: var(--card-red);
}

.suit-diamond {
  right: -8px;
  top: 48%;
  color: var(--card-red);
}

.suit-club {
  bottom: -13px;
  left: 48%;
  color: var(--gold-soft);
}

.suit-spade {
  left: -8px;
  top: 48%;
  color: var(--gold-soft);
}

.orbit-card {
  position: relative;
  width: 132px;
  aspect-ratio: .68;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(240, 215, 155, .35);
  border-radius: 12px;
  background:
    repeating-linear-gradient(45deg, transparent 0 8px, rgba(240, 215, 155, .028) 8px 9px),
    radial-gradient(circle, rgba(44, 79, 61, .24), transparent 62%),
    #100c19;
  box-shadow: 0 28px 60px rgba(0, 0, 0, .35);
  transform: rotate(5deg);
  animation: cardHover 5s ease-in-out infinite;
}

.orbit-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(240, 215, 155, .16);
  border-radius: 8px;
}

.orbit-card small,
.orbit-card span {
  color: #786f7e;
  font-family: "Cinzel", serif;
  font-size: 7px;
  letter-spacing: .18em;
}

.orbit-card strong {
  margin: 20px 0;
  color: var(--gold-soft);
  font-size: 54px;
}

@keyframes cardHover {
  0%, 100% { transform: translateY(0) rotate(5deg); }
  50% { transform: translateY(-12px) rotate(2deg); }
}

.playing-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  min-height: 760px;
  overflow: hidden;
  border: 1px solid rgba(240, 215, 155, .14);
  border-radius: 28px;
  background: rgba(13, 10, 23, .84);
  box-shadow: 0 35px 100px rgba(0, 0, 0, .35);
  backdrop-filter: blur(24px);
}

.playing-sidebar {
  display: flex;
  flex-direction: column;
  padding: 34px 28px;
  border-right: 1px solid rgba(255, 255, 255, .06);
  background: rgba(255, 255, 255, .014);
}

.sidebar-label {
  color: #70677a;
  font-family: "Cinzel", serif;
  font-size: 9px;
  letter-spacing: .25em;
}

.playing-progress {
  margin-top: 33px;
  list-style: none;
}

.playing-progress li {
  position: relative;
  min-height: 94px;
  display: grid;
  grid-template-columns: 37px 1fr;
  gap: 12px;
  color: #6d6574;
}

.playing-progress li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 29px;
  bottom: 5px;
  width: 1px;
  background: rgba(255, 255, 255, .07);
}

.playing-progress li > span {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 50%;
  background: #0c0915;
  font-family: "Cinzel", serif;
  font-size: 9px;
}

.playing-progress strong,
.playing-progress small {
  display: block;
}

.playing-progress strong {
  margin: 4px 0 6px;
  color: #8d8496;
  font-family: "Cinzel", serif;
  font-size: 13px;
}

.playing-progress small {
  font-size: 10px;
}

.playing-progress li.active > span,
.playing-progress li.complete > span {
  border-color: rgba(240, 215, 155, .48);
  color: var(--gold-soft);
  box-shadow: 0 0 20px rgba(215, 179, 106, .1);
}

.playing-progress li.active strong,
.playing-progress li.complete strong {
  color: var(--text);
}

.playing-progress li.complete::after {
  background: linear-gradient(var(--gold), rgba(215, 179, 106, .1));
}

.suit-legend {
  margin-top: 20px;
  padding: 23px 0;
  border-top: 1px solid rgba(255, 255, 255, .06);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.suit-legend > div {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}

.suit-legend > div > span {
  width: 26px;
  color: #d6cbb8;
  font-size: 20px;
  text-align: center;
}

.suit-legend .red {
  color: var(--card-red);
}

.suit-legend p strong,
.suit-legend p small {
  display: block;
}

.suit-legend p strong {
  color: #b9afbf;
  font-size: 10px;
}

.suit-legend p small {
  margin-top: 4px;
  color: #655e6c;
  font-size: 8px;
}

.playing-note {
  display: flex;
  gap: 10px;
  margin-top: auto;
  padding: 16px;
  border: 1px solid rgba(240, 215, 155, .08);
  border-radius: 14px;
  color: #776e80;
  font-size: 10px;
  line-height: 1.55;
}

.playing-note span {
  color: var(--gold);
}

.playing-content {
  min-width: 0;
  padding: clamp(30px, 5vw, 64px);
}

.playing-step {
  animation: playingStepIn .5s ease both;
}

.playing-step[hidden] {
  display: none;
}

@keyframes playingStepIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.playing-step-heading {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  margin-bottom: 34px;
}

.playing-step-heading > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240, 215, 155, .24);
  border-radius: 50%;
  color: var(--gold);
  font-family: "Cinzel", serif;
  font-size: 11px;
}

.playing-step-heading .eyebrow {
  margin-bottom: 10px;
}

.playing-step-heading h2,
.playing-result-heading h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.15;
}

.selection-heading p:last-child {
  margin-top: 11px;
  color: #918899;
  line-height: 1.6;
}

.playing-intent-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.playing-intent {
  min-height: 176px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .024), rgba(255, 255, 255, .01));
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.playing-intent:hover {
  transform: translateY(-5px);
  border-color: rgba(240, 215, 155, .24);
}

.playing-intent.selected {
  border-color: rgba(240, 215, 155, .5);
  background:
    radial-gradient(circle at 50% 0%, rgba(44, 79, 61, .3), transparent 56%),
    rgba(240, 215, 155, .03);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .2);
}

.playing-intent > span {
  margin-bottom: auto;
  color: var(--gold-soft);
  font-size: 29px;
}

.playing-intent:first-child > span,
.playing-intent:nth-child(2) > span {
  color: var(--card-red);
}

.playing-intent strong {
  margin-bottom: 7px;
  font-family: "Cinzel", serif;
  font-size: 15px;
}

.playing-intent small {
  color: #837a8c;
  font-size: 10px;
  line-height: 1.45;
}

.playing-form {
  max-width: 620px;
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.playing-form label {
  position: relative;
  display: block;
}

.playing-form label > span {
  display: block;
  margin-bottom: 9px;
  color: #b3a8bd;
  font-size: 12px;
}

.playing-form label > span small {
  color: #70677a;
}

.playing-form input,
.playing-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 13px;
  outline: 0;
  background: rgba(255, 255, 255, .025);
  color: var(--text);
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.playing-form input {
  height: 53px;
  padding: 0 17px;
}

.playing-form textarea {
  min-height: 110px;
  resize: vertical;
  padding: 15px 17px 30px;
  line-height: 1.6;
}

.playing-form input:focus,
.playing-form textarea:focus {
  border-color: rgba(240, 215, 155, .38);
  box-shadow: 0 0 0 4px rgba(215, 179, 106, .05);
}

.playing-form input::placeholder,
.playing-form textarea::placeholder {
  color: #5c5562;
}

.playing-count {
  position: absolute;
  right: 14px;
  bottom: 10px;
  color: #5f5866;
  font-size: 9px;
}

.playing-count b {
  font-weight: 500;
}

.playing-primary {
  margin-top: 24px;
}

.playing-slots {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 28px;
}

.playing-slot {
  position: relative;
  min-height: 84px;
  padding: 15px 12px 13px 41px;
  border: 1px dashed rgba(255, 255, 255, .09);
  border-radius: 14px;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.playing-slot > span {
  position: absolute;
  left: 12px;
  top: 15px;
  color: #615968;
  font-family: "Cinzel", serif;
  font-size: 8px;
}

.playing-slot strong,
.playing-slot small {
  display: block;
}

.playing-slot strong {
  margin-bottom: 6px;
  font-family: "Cinzel", serif;
  font-size: 10px;
}

.playing-slot small {
  color: #6d6574;
  font-size: 9px;
  line-height: 1.35;
}

.playing-slot.active {
  transform: translateY(-3px);
  border-color: rgba(240, 215, 155, .34);
  background: rgba(240, 215, 155, .025);
}

.playing-slot.filled {
  border-style: solid;
  border-color: rgba(44, 79, 61, .6);
  background: rgba(44, 79, 61, .12);
}

.playing-slot.filled small {
  color: #b0a5b6;
}

.playing-table {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(240, 215, 155, .1);
  border-radius: 220px;
  background:
    radial-gradient(circle at 50% 45%, rgba(38, 69, 54, .85), rgba(18, 37, 29, .96) 58%, #101c17 100%);
  box-shadow:
    inset 0 0 0 12px rgba(34, 57, 47, .5),
    inset 0 0 60px rgba(0, 0, 0, .38),
    0 25px 55px rgba(0, 0, 0, .22);
}

.playing-table::before {
  content: "";
  position: absolute;
  inset: 21px;
  border: 1px solid rgba(240, 215, 155, .1);
  border-radius: inherit;
}

.table-mark {
  position: absolute;
  inset: 0;
  opacity: .055;
  pointer-events: none;
}

.table-mark span {
  position: absolute;
  color: var(--card-cream);
  font-size: 64px;
}

.table-mark span:nth-child(1) { top: 18%; left: 18%; }
.table-mark span:nth-child(2) { top: 18%; right: 18%; }
.table-mark span:nth-child(3) { bottom: 18%; left: 18%; }
.table-mark span:nth-child(4) { bottom: 18%; right: 18%; }

.playing-deck {
  position: relative;
  width: min(760px, 92%);
  height: 300px;
}

.deck-card {
  --card-index: 0;
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 104px;
  aspect-ratio: .68;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  transform-origin: 50% 160%;
  transform:
    translateX(-50%)
    rotate(calc((var(--card-index) - 8.5) * 5deg))
    translateY(calc(var(--card-offset) * 2px));
  transition: transform .28s ease, filter .28s ease, opacity .28s ease;
}

.deck-card:hover:not(:disabled) {
  z-index: 30 !important;
  transform:
    translateX(-50%)
    rotate(calc((var(--card-index) - 8.5) * 5deg))
    translateY(-28px);
  filter: drop-shadow(0 20px 18px rgba(0, 0, 0, .28));
}

.deck-card:disabled {
  cursor: default;
}

.deck-card.chosen {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(-130px) scale(.72);
}

.deck-card.shuffling {
  animation: deckShuffle .78s ease both;
  animation-delay: calc(var(--card-index) * 18ms);
}

@keyframes deckShuffle {
  0% {
    transform: translateX(-50%) rotate(calc((var(--card-index) - 8.5) * 5deg));
  }
  45% {
    transform: translateX(calc(-50% + ((var(--card-index) - 8) * -8px))) translateY(-70px) rotate(0);
  }
  100% {
    transform:
      translateX(-50%)
      rotate(calc((var(--card-index) - 8.5) * 5deg))
      translateY(calc(var(--card-offset) * 2px));
  }
}

.card-back {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(240, 215, 155, .38);
  border-radius: 10px;
  background:
    repeating-linear-gradient(45deg, transparent 0 6px, rgba(240, 215, 155, .035) 6px 7px),
    repeating-linear-gradient(-45deg, transparent 0 6px, rgba(240, 215, 155, .025) 6px 7px),
    #171023;
  box-shadow: 0 14px 24px rgba(0, 0, 0, .3);
}

.card-back::before,
.card-back::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(240, 215, 155, .17);
  border-radius: 7px;
}

.card-back::before {
  inset: 7px;
}

.card-back::after {
  inset: 14px;
  border-style: dashed;
}

.card-back-mark {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--gold-soft);
  font-family: "Cinzel", serif;
  font-size: 31px;
}

.card-back-mark::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(240, 215, 155, .16);
  border-radius: 50%;
  transform: rotate(45deg);
}

.playing-selection-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin-top: 25px;
}

.playing-selection-footer .primary-button {
  justify-self: end;
}

.selection-counter {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: #77707e;
  font-size: 10px;
}

.selection-counter strong {
  color: var(--gold-soft);
  font-family: "Cinzel", serif;
  font-size: 22px;
}

.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 21px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 999px;
  background: transparent;
  color: #a69cab;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease;
}

.secondary-button:hover {
  border-color: rgba(240, 215, 155, .34);
  color: var(--gold-soft);
}

.primary-button:disabled,
.secondary-button:disabled {
  cursor: not-allowed;
  opacity: .35;
  transform: none;
  box-shadow: none;
}

.playing-result-heading {
  max-width: 850px;
  margin-bottom: 38px;
}

.playing-result-heading > p:last-child {
  margin-top: 15px;
  color: #93899d;
  line-height: 1.7;
}

.playing-reading-grid {
  display: grid;
  gap: 16px;
}

.playing-reading-card {
  --delay: 0ms;
  display: grid;
  grid-template-columns: 154px 1fr;
  gap: 27px;
  align-items: center;
  min-height: 240px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .02), transparent 48%),
    rgba(255, 255, 255, .012);
  opacity: 0;
  transform: translateY(18px);
  animation: readingAppear .6s var(--delay) ease forwards;
}

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

.playing-card-face {
  position: relative;
  width: 132px;
  aspect-ratio: .68;
  display: grid;
  place-items: center;
  justify-self: center;
  overflow: hidden;
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .96), var(--card-cream) 78%);
  color: #18141c;
  box-shadow: 0 20px 35px rgba(0, 0, 0, .32);
  transform-style: preserve-3d;
  animation: faceFlip .75s calc(var(--delay) + 100ms) ease both;
}

@keyframes faceFlip {
  from { transform: rotateY(90deg); }
  to { transform: rotateY(0); }
}

.playing-card-face.red {
  color: #a52f37;
}

.face-corner {
  position: absolute;
  top: 9px;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Cinzel", serif;
  font-weight: 700;
  line-height: .95;
}

.face-corner.bottom {
  top: auto;
  left: auto;
  right: 10px;
  bottom: 9px;
  transform: rotate(180deg);
}

.face-corner strong {
  font-size: 18px;
}

.face-corner span {
  margin-top: 3px;
  font-size: 16px;
}

.face-center {
  display: grid;
  place-items: center;
  text-align: center;
}

.face-center .suit-symbol {
  font-size: 50px;
}

.face-center .court-mark {
  margin-bottom: 8px;
  font-family: "Cinzel", serif;
  font-size: 36px;
}

.face-center small {
  color: currentColor;
  font-family: "Cinzel", serif;
  font-size: 7px;
  letter-spacing: .15em;
  opacity: .72;
}

.reading-position {
  color: var(--gold);
  font-family: "Cinzel", serif;
  font-size: 9px;
  letter-spacing: .2em;
}

.playing-reading-copy h3 {
  margin: 9px 0 12px;
  font-family: "Cinzel", serif;
  font-size: 24px;
}

.playing-reading-copy > p {
  color: #a69cac;
  font-size: 13px;
  line-height: 1.8;
}

.playing-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 17px;
}

.playing-keywords span {
  padding: 7px 10px;
  border: 1px solid rgba(240, 215, 155, .1);
  border-radius: 999px;
  color: #867d8e;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.playing-summary {
  display: grid;
  grid-template-columns: 136px 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  padding: 32px;
  border: 1px solid rgba(240, 215, 155, .18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 10% 50%, rgba(44, 79, 61, .26), transparent 27%),
    rgba(240, 215, 155, .025);
}

.summary-seal {
  width: 108px;
  height: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(240, 215, 155, .28);
  border-radius: 50%;
  color: var(--gold-soft);
  box-shadow: inset 0 0 30px rgba(240, 215, 155, .05);
}

.summary-seal span {
  font-size: 39px;
}

.summary-seal small {
  margin-top: 4px;
  font-family: "Cinzel", serif;
  font-size: 7px;
  letter-spacing: .16em;
}

.playing-summary h3 {
  margin-bottom: 13px;
  font-family: "Cinzel", serif;
  font-size: 27px;
}

.playing-summary > div:last-child > p:last-of-type {
  color: #a69cac;
  line-height: 1.8;
}

.energy-balance {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-top: 20px;
}

.energy-item {
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 11px;
  color: #746d7a;
  font-size: 9px;
  text-align: center;
}

.energy-item strong {
  display: block;
  margin-bottom: 4px;
  color: #bbb1c0;
  font-family: "Cinzel", serif;
  font-size: 15px;
}

.energy-item.red strong {
  color: #c77477;
}

.playing-result-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

@media (max-width: 1120px) {
  .playing-intent-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .playing-slots {
    grid-template-columns: repeat(3, 1fr);
  }

  .playing-slot:nth-child(4),
  .playing-slot:nth-child(5) {
    grid-column: span 1;
  }

  .playing-table {
    min-height: 390px;
  }

  .deck-card {
    width: 91px;
  }
}

@media (max-width: 850px) {
  .playing-header,
  .playing-main {
    width: min(100% - 28px, 1320px);
  }

  .playing-header {
    height: 74px;
  }

  .playing-back {
    font-size: 0;
  }

  .playing-back span {
    font-size: 18px;
  }

  .playing-main {
    padding-top: 40px;
  }

  .playing-intro {
    grid-template-columns: 1fr;
    padding: 0 12px 54px;
    text-align: center;
  }

  .playing-intro-copy > p:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .suit-orbit {
    width: 240px;
    height: 240px;
    margin: 8px auto 0;
  }

  .playing-shell {
    grid-template-columns: 1fr;
  }

  .playing-sidebar {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
  }

  .playing-progress {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .playing-progress li {
    min-height: auto;
  }

  .playing-progress li:not(:last-child)::after {
    display: none;
  }

  .suit-legend {
    display: none;
  }

  .playing-note {
    margin-top: 16px;
  }

  .playing-content {
    padding: 39px 23px 46px;
  }

  .playing-table {
    border-radius: 80px;
  }

  .playing-deck {
    width: 96%;
  }

  .deck-card {
    width: 78px;
  }
}

@media (max-width: 620px) {
  .playing-intro {
    text-align: left;
  }

  .playing-intro h1 {
    font-size: clamp(39px, 12vw, 56px);
  }

  .playing-intro h1 em {
    display: inline;
  }

  .suit-orbit {
    display: none;
  }

  .playing-sidebar {
    padding: 22px 16px;
  }

  .playing-progress li {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .playing-progress li > span {
    flex: 0 0 29px;
    width: 29px;
    height: 29px;
  }

  .playing-progress li strong {
    margin: 0;
    font-size: 10px;
  }

  .playing-progress li small,
  .playing-note {
    display: none;
  }

  .playing-content {
    padding: 32px 15px 39px;
  }

  .playing-step-heading {
    grid-template-columns: 1fr;
  }

  .playing-step-heading > span {
    width: 39px;
    height: 39px;
  }

  .playing-intent-grid {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  .playing-intent {
    min-height: 135px;
    padding: 16px;
  }

  .playing-intent > span {
    font-size: 24px;
  }

  .playing-slots {
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .playing-slot {
    min-width: 155px;
    scroll-snap-align: start;
  }

  .playing-table {
    min-height: 330px;
    border-radius: 50px;
  }

  .playing-deck {
    height: 245px;
  }

  .deck-card {
    bottom: 10px;
    width: 64px;
    transform:
      translateX(-50%)
      rotate(calc((var(--card-index) - 8.5) * 4deg))
      translateY(calc(var(--card-offset) * 1px));
  }

  .deck-card:hover:not(:disabled) {
    transform:
      translateX(-50%)
      rotate(calc((var(--card-index) - 8.5) * 4deg))
      translateY(-18px);
  }

  .playing-selection-footer {
    grid-template-columns: 1fr;
  }

  .playing-selection-footer > *,
  .playing-selection-footer .primary-button {
    width: 100%;
    justify-self: stretch;
  }

  .selection-counter {
    justify-content: center;
    grid-row: 1;
  }

  .playing-reading-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .playing-keywords {
    justify-content: center;
  }

  .playing-summary {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .summary-seal {
    margin: 0 auto;
  }

  .energy-balance {
    grid-template-columns: repeat(2, 1fr);
  }

  .playing-result-actions {
    flex-direction: column-reverse;
  }

  .playing-result-actions > * {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .suit-orbit,
  .suit-orbit::before,
  .orbit-card,
  .deck-card.shuffling,
  .playing-card-face {
    animation: none !important;
  }
}
