/*
Theme Name: 9t7 Celestial
Theme URI: https://9t7.net/
Author: UNSTYLISH
Description: 9t7専用の神秘的な占いサイトテーマ
Version: 2.3.6
Text Domain: nine-t-seven
*/

:root {
  --t7-night: #071027;
  --t7-blue: #0d1c43;
  --t7-violet: #2b123f;
  --t7-gold: #d8bd78;
  --t7-ivory: #fff5dc;
  --t7-muted: #c8cee2;
  --t7-line: rgba(222, 197, 130, 0.42);
  --t7-glass: rgba(7, 16, 39, 0.78);
  --t7-serif: "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
  --t7-sans: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--t7-ivory);
  background: var(--t7-night);
  font-family: var(--t7-serif);
}

body.admin-bar .t7-header {
  top: 32px;
}

img {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-weight: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.t7-site {
  position: relative;
  min-height: 100vh;
  background: var(--t7-night);
  font-weight: 500;
}

.t7-stardust {
  position: fixed;
  z-index: 18;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: screen;
}

.t7-stardust::before,
.t7-stardust::after {
  content: "";
  position: absolute;
  inset: -10%;
  background-repeat: repeat;
  transform: translate3d(0, 0, 0);
}

.t7-stardust::before {
  opacity: 0.55;
  background-image:
    radial-gradient(circle, rgba(255, 248, 220, 0.95) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(185, 211, 255, 0.78) 0 1.2px, transparent 2px),
    radial-gradient(circle, rgba(231, 199, 121, 0.72) 0 0.8px, transparent 1.6px);
  background-position: 18px 22px, 96px 74px, 54px 128px;
  background-size: 158px 154px, 213px 207px, 187px 181px;
  animation: t7StardustDrift 28s linear infinite, t7StardustTwinkle 4.8s ease-in-out infinite;
}

.t7-stardust::after {
  opacity: 0.32;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 0.7px, transparent 1.5px),
    radial-gradient(circle, rgba(153, 190, 255, 0.72) 0 1px, transparent 2px);
  background-position: 72px 18px, 28px 96px;
  background-size: 127px 131px, 239px 227px;
  animation: t7StardustDriftReverse 36s linear infinite, t7StardustTwinkle 6.2s ease-in-out -2.1s infinite;
}

@keyframes t7StardustTwinkle {
  0%,
  100% {
    opacity: 0.24;
  }
  48% {
    opacity: 0.72;
  }
  62% {
    opacity: 0.42;
  }
}

@keyframes t7StardustDrift {
  to {
    transform: translate3d(46px, -38px, 0);
  }
}

@keyframes t7StardustDriftReverse {
  to {
    transform: translate3d(-38px, 46px, 0);
  }
}

.t7-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  height: 74px;
  border-bottom: 1px solid var(--t7-line);
  background: linear-gradient(180deg, rgba(4, 11, 29, 0.94), rgba(5, 13, 34, 0.76));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.t7-header__inner {
  width: min(1400px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.t7-logo {
  display: inline-flex;
  align-items: center;
  min-width: 150px;
}

.t7-logo img {
  width: 142px;
  height: auto;
}

.t7-tagline {
  margin-left: 18px;
  color: rgba(255, 245, 220, 0.66);
  font-size: 11px;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.t7-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 36px);
  font-size: 14px;
  letter-spacing: 0.08em;
}

.t7-nav a {
  position: relative;
  padding: 10px 0;
  color: rgba(255, 248, 229, 0.9);
}

.t7-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 2px;
  height: 1px;
  background: var(--t7-gold);
  transition: left 0.3s ease, right 0.3s ease;
}

.t7-nav a:hover::after,
.t7-nav a:focus-visible::after {
  left: 0;
  right: 0;
}

.t7-login {
  min-width: 118px;
  padding: 11px 18px !important;
  border: 1px solid rgba(216, 189, 120, 0.64);
  border-radius: 999px;
  text-align: center;
}

.t7-login::after {
  display: none;
}

.t7-hero {
  position: relative;
  min-height: 1020px;
  overflow: hidden;
  isolation: isolate;
  background: #08122d;
}

.t7-hero__background,
.t7-hero__background img,
.t7-hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.t7-hero__background img {
  object-fit: cover;
  object-position: center center;
}

.t7-hero__veil {
  z-index: 1;
  background:
    radial-gradient(circle at 50% 34%, transparent 0 18%, rgba(4, 10, 27, 0.08) 38%, rgba(4, 10, 27, 0.38) 100%),
    linear-gradient(90deg, rgba(3, 10, 29, 0.38) 0%, transparent 28% 68%, rgba(3, 10, 29, 0.48) 100%),
    linear-gradient(180deg, rgba(3, 9, 24, 0.34), transparent 30%, rgba(3, 9, 24, 0.22) 72%, rgba(3, 9, 24, 0.86));
}

.t7-goddess {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 10px;
  width: clamp(500px, 43vw, 680px);
  height: auto;
  max-width: none;
  transform: translateX(-50%);
  filter: drop-shadow(0 20px 34px rgba(11, 18, 57, 0.42));
  animation: t7Float 8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes t7Float {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-9px);
  }
}

.t7-copy {
  position: absolute;
  z-index: 5;
  top: 140px;
  left: clamp(48px, 6.2vw, 104px);
  width: min(390px, 29vw);
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.72);
}

.t7-eyebrow {
  margin: 0 0 24px;
  color: rgba(255, 248, 229, 0.84);
  font-family: var(--t7-sans);
  font-size: 12px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}

.t7-copy h1 {
  margin: 0;
  color: var(--t7-ivory);
  font-size: clamp(44px, 4vw, 64px);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.05em;
}

.t7-copy__lead {
  margin: 24px 0 0;
  color: rgba(255, 250, 236, 0.88);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}

.t7-copy__whisper {
  display: inline-block;
  margin-top: 26px;
  padding-left: 18px;
  border-left: 1px solid var(--t7-gold);
  color: rgba(242, 235, 218, 0.72);
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0.18em;
}

.t7-side-note {
  position: absolute;
  z-index: 5;
  top: 174px;
  right: clamp(42px, 6vw, 96px);
  width: 190px;
  color: rgba(255, 249, 232, 0.78);
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.72);
}

.t7-side-note p {
  margin: 0 0 26px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.12em;
}

.t7-side-note__mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--t7-gold);
  font-size: 12px;
  letter-spacing: 0.18em;
}

.t7-side-note__mark::after {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--t7-gold);
}

.t7-cta-deck {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 188px;
  width: min(900px, calc(100% - 64px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  transform: translateX(-50%);
}

.t7-reading-card {
  position: relative;
  min-height: 236px;
  padding: 30px 30px 22px;
  border: 1px solid rgba(220, 196, 129, 0.6);
  border-radius: 22px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(73, 116, 203, 0.22), transparent 45%),
    linear-gradient(150deg, rgba(9, 24, 59, 0.92), rgba(5, 13, 36, 0.82));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.38), inset 0 0 38px rgba(94, 131, 213, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.t7-reading-card--personal {
  background:
    radial-gradient(circle at 50% 0%, rgba(172, 78, 205, 0.22), transparent 45%),
    linear-gradient(150deg, rgba(47, 17, 62, 0.92), rgba(22, 11, 45, 0.86));
}

.t7-reading-card__seal {
  position: absolute;
  top: -23px;
  left: 50%;
  width: 62px;
  height: 62px;
  padding: 8px;
  border: 1px solid rgba(219, 194, 126, 0.7);
  border-radius: 50%;
  box-sizing: border-box;
  background: rgba(8, 18, 46, 0.96);
  transform: translateX(-50%);
}

.t7-reading-card h2 {
  margin: 17px 0 10px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.t7-reading-card p {
  min-height: 48px;
  margin: 0 auto 14px;
  color: rgba(239, 234, 224, 0.78);
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.t7-art-button {
  position: relative;
  display: flex;
  width: min(360px, 100%);
  height: 70px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.t7-art-button:hover,
.t7-art-button:focus-visible {
  transform: translateY(-3px);
  filter: brightness(1.14) drop-shadow(0 0 14px rgba(240, 210, 135, 0.35));
}

.t7-art-button img {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.t7-art-button__label {
  padding: 0 34px;
  color: white;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}

.t7-art-button__arrow {
  position: absolute;
  right: 28px;
  top: 50%;
  font-family: var(--t7-sans);
  font-size: 25px;
  transform: translateY(-54%);
}

.t7-card-footnote {
  margin-top: 2px !important;
  color: rgba(219, 200, 151, 0.74) !important;
  font-size: 11px !important;
  letter-spacing: 0.18em !important;
}

.t7-feature-deck {
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: 22px;
  width: min(1050px, calc(100% - 70px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  transform: translateX(-50%);
}

.t7-feature {
  min-height: 128px;
  display: grid;
  grid-template-columns: 82px 1fr 26px;
  align-items: center;
  gap: 12px;
  padding: 18px 18px 18px 12px;
  border: 1px solid rgba(214, 191, 126, 0.5);
  border-radius: 15px;
  box-sizing: border-box;
  background: linear-gradient(145deg, rgba(8, 23, 56, 0.9), rgba(7, 15, 38, 0.74));
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.t7-feature:hover,
.t7-feature:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(235, 211, 146, 0.9);
  background: linear-gradient(145deg, rgba(15, 36, 79, 0.95), rgba(12, 20, 47, 0.85));
}

.t7-feature img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.t7-feature h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.t7-feature p {
  margin: 0;
  color: rgba(233, 231, 226, 0.68);
  font-family: var(--t7-sans);
  font-size: 11px;
  line-height: 1.7;
}

.t7-feature__arrow {
  color: var(--t7-gold);
  font-family: var(--t7-sans);
  font-size: 24px;
}

.t7-content {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(64, 82, 155, 0.22), transparent 38%),
    linear-gradient(180deg, #071027, #090c20 72%, #050914);
}

.t7-section {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 110px 0;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(54px, 8vw, 110px);
  align-items: center;
  border-bottom: 1px solid rgba(216, 189, 120, 0.14);
}

.t7-section--reverse {
  grid-template-columns: 1.2fr 0.8fr;
}

.t7-section__orb {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
}

.t7-section__orb::before,
.t7-section__orb::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(216, 189, 120, 0.28);
  border-radius: 50%;
}

.t7-section__orb::before {
  width: 290px;
  height: 290px;
  box-shadow: 0 0 80px rgba(100, 126, 215, 0.16);
}

.t7-section__orb::after {
  width: 350px;
  height: 350px;
  border-style: dashed;
  animation: t7Spin 28s linear infinite;
}

@keyframes t7Spin {
  to {
    transform: rotate(360deg);
  }
}

.t7-section__orb img {
  position: relative;
  z-index: 2;
  width: 230px;
  height: 230px;
  object-fit: contain;
  filter: drop-shadow(0 0 28px rgba(235, 215, 158, 0.18));
}

.t7-section__text .t7-kicker {
  margin: 0 0 14px;
  color: var(--t7-gold);
  font-family: var(--t7-sans);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.t7-section__text h2 {
  margin: 0 0 24px;
  font-size: clamp(32px, 3.4vw, 49px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.t7-section__text p {
  margin: 0 0 28px;
  color: rgba(233, 234, 240, 0.74);
  font-family: var(--t7-sans);
  font-size: 15px;
  line-height: 2;
}

.t7-reading-list {
  margin: 0 0 34px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}

.t7-reading-list li {
  padding: 13px 8px;
  border: 1px solid rgba(216, 189, 120, 0.24);
  border-radius: 10px;
  color: rgba(255, 248, 229, 0.86);
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.025);
}

.t7-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 26px;
  color: var(--t7-ivory);
}

.t7-price strong {
  color: var(--t7-gold);
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.t7-price span {
  color: rgba(233, 234, 240, 0.62);
  font-family: var(--t7-sans);
  font-size: 12px;
}

.t7-history-link {
  width: fit-content;
  margin: -13px 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(244, 226, 174, 0.86);
  font-family: var(--t7-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

.t7-history-link:hover,
.t7-history-link:focus-visible {
  color: #fff4cf;
  text-shadow: 0 0 14px rgba(255, 224, 147, 0.58);
}

.t7-footer {
  padding: 46px 24px 54px;
  text-align: center;
  color: rgba(232, 229, 220, 0.44);
  font-family: var(--t7-sans);
  font-size: 11px;
  letter-spacing: 0.17em;
}

.t7-footer img {
  width: 168px;
  height: auto;
  max-height: 56px;
  margin: 0 auto 18px;
  object-fit: contain;
}

.t7-footer__brand {
  color: rgba(232, 213, 159, 0.76);
  text-decoration: underline;
  text-decoration-color: rgba(216, 189, 120, 0.34);
  text-underline-offset: 4px;
  transition: color 0.25s ease, text-decoration-color 0.25s ease;
}

.t7-footer__brand:hover,
.t7-footer__brand:focus-visible {
  color: var(--t7-ivory);
  text-decoration-color: var(--t7-gold);
}

.t7-footer__operator {
  margin: 22px 0 12px;
  color: rgba(236, 228, 205, 0.68);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.t7-footer__operator a {
  color: rgba(244, 226, 174, 0.88);
  text-decoration: none;
}

.t7-footer__legal {
  width: min(760px, 100%);
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.t7-footer__legal a {
  color: rgba(232, 229, 220, 0.62);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-decoration: none;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

.t7-footer__legal a:hover,
.t7-footer__legal a:focus-visible,
.t7-footer__operator a:hover,
.t7-footer__operator a:focus-visible {
  color: #fff4cf;
  text-shadow: 0 0 14px rgba(255, 224, 147, 0.38);
}

.t7-legal-drawer {
  position: fixed;
  inset: auto 0 0;
  width: min(920px, 100%);
  max-width: none;
  max-height: min(82dvh, 820px);
  margin: 0 auto;
  padding: 0;
  border: 1px solid rgba(221, 196, 127, 0.58);
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  overflow: hidden;
  color: var(--t7-ivory);
  background:
    radial-gradient(circle at 78% 0%, rgba(119, 89, 181, 0.24), transparent 35%),
    radial-gradient(circle at 18% 0%, rgba(72, 139, 201, 0.2), transparent 34%),
    linear-gradient(160deg, rgba(8, 19, 46, 0.995), rgba(15, 9, 35, 0.995));
  box-shadow: 0 -26px 90px rgba(0, 0, 0, 0.7), inset 0 0 70px rgba(103, 126, 215, 0.06);
  animation: t7LegalSlideUp 0.38s cubic-bezier(0.22, 0.78, 0.28, 1) both;
}

.t7-legal-drawer.is-closing {
  animation: t7LegalSlideDown 0.24s ease-in both;
}

.t7-legal-drawer::backdrop {
  background: rgba(2, 6, 18, 0.82);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.t7-legal-drawer__shell {
  position: relative;
  max-height: min(82dvh, 820px);
  padding: 29px clamp(22px, 6vw, 72px) calc(42px + env(safe-area-inset-bottom));
  box-sizing: border-box;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.t7-legal-drawer__handle {
  width: 58px;
  height: 3px;
  margin: -12px auto 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(166, 205, 255, 0.55), rgba(244, 210, 145, 0.82), rgba(220, 160, 255, 0.55));
}

.t7-legal-drawer__close {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 40px;
  height: 40px;
  padding: 0 0 3px;
  border: 1px solid rgba(216, 189, 120, 0.46);
  border-radius: 50%;
  color: rgba(255, 248, 229, 0.9);
  background: rgba(6, 15, 39, 0.76);
  font-family: var(--t7-sans);
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.t7-legal-drawer__head {
  padding-right: 54px;
}

.t7-legal-drawer__head .t7-kicker {
  margin: 0 0 8px;
}

.t7-legal-drawer__head h2 {
  margin: 0;
  font-size: clamp(24px, 4.2vw, 38px);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.t7-legal-drawer__body {
  margin-top: 24px;
  color: rgba(239, 237, 232, 0.78);
  font-family: var(--t7-sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.035em;
}

.t7-legal-drawer__panel[hidden] {
  display: none;
}

.t7-legal-drawer__panel h3 {
  margin: 26px 0 7px;
  color: #fff3d2;
  font-family: var(--t7-serif);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.t7-legal-drawer__panel h3:first-child {
  margin-top: 0;
}

.t7-legal-drawer__panel p,
.t7-legal-drawer__panel ul,
.t7-legal-drawer__panel ol,
.t7-legal-drawer__panel dl {
  margin: 0 0 16px;
}

.t7-legal-drawer__panel ul,
.t7-legal-drawer__panel ol {
  padding-left: 1.5em;
}

.t7-legal-drawer__panel li + li {
  margin-top: 6px;
}

.t7-legal-drawer__panel dl {
  display: grid;
  grid-template-columns: minmax(132px, 0.34fr) minmax(0, 1fr);
  border-top: 1px solid rgba(216, 189, 120, 0.2);
}

.t7-legal-drawer__panel dt,
.t7-legal-drawer__panel dd {
  margin: 0;
  padding: 12px 10px;
  border-bottom: 1px solid rgba(216, 189, 120, 0.16);
}

.t7-legal-drawer__panel dt {
  color: rgba(255, 241, 205, 0.84);
  font-weight: 600;
}

.t7-legal-drawer__panel a {
  color: #f1d995;
  overflow-wrap: anywhere;
  text-underline-offset: 4px;
}

.t7-legal-drawer__updated {
  margin-top: 28px !important;
  color: rgba(232, 229, 220, 0.48);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

@keyframes t7LegalSlideUp {
  from { opacity: 0; transform: translateY(100%); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes t7LegalSlideDown {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(100%); }
}

.t7-bottom-nav {
  display: none;
}

body.t7-dialog-open {
  overflow: hidden;
}

.t7-dialog {
  width: min(640px, calc(100% - 30px));
  max-height: min(860px, calc(100dvh - 30px));
  padding: 0;
  border: 1px solid rgba(221, 196, 127, 0.65);
  border-radius: 24px;
  overflow: hidden auto;
  color: var(--t7-ivory);
  background:
    radial-gradient(circle at 50% 0%, rgba(88, 108, 202, 0.26), transparent 38%),
    linear-gradient(155deg, rgba(10, 23, 55, 0.985), rgba(16, 10, 39, 0.985));
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.74), inset 0 0 70px rgba(103, 126, 215, 0.08);
}

.t7-dialog::backdrop {
  background: rgba(2, 6, 18, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.t7-dialog__shell {
  position: relative;
  padding: 40px clamp(22px, 5vw, 52px) 42px;
}

.t7-dialog__close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  padding: 0 0 3px;
  border: 1px solid rgba(216, 189, 120, 0.46);
  border-radius: 50%;
  color: rgba(255, 248, 229, 0.86);
  background: rgba(6, 15, 39, 0.78);
  font-family: var(--t7-sans);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.t7-dialog__head {
  text-align: center;
}

.t7-dialog__head img {
  width: 86px;
  height: 86px;
  margin: 0 auto 8px;
  object-fit: contain;
}

[data-t7-dialog="light"] .t7-dialog__head img {
  transform: translate(-3.3%, 5.8%);
}

.t7-dialog__head .t7-kicker {
  margin: 0 0 9px;
  color: var(--t7-gold);
  font-family: var(--t7-sans);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.t7-dialog__head h2 {
  margin: 0 0 12px;
  font-size: clamp(25px, 5vw, 34px);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.t7-dialog__head > p:last-child {
  margin: 0 auto 28px;
  color: rgba(235, 235, 239, 0.7);
  font-family: var(--t7-sans);
  font-size: 13px;
  line-height: 1.8;
}

.t7-fortune-form {
  display: grid;
  gap: 18px;
}

.t7-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.t7-field {
  display: grid;
  gap: 8px;
}

.t7-field label,
.t7-theme-picker legend {
  color: rgba(255, 248, 229, 0.82);
  font-family: var(--t7-sans);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.t7-field input,
.t7-field select {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid rgba(216, 189, 120, 0.34);
  border-radius: 10px;
  box-sizing: border-box;
  color: white;
  color-scheme: dark;
  background: rgba(255, 255, 255, 0.055);
  font-family: var(--t7-sans);
  font-size: 15px;
  outline: none;
}

.t7-field select {
  appearance: none;
  padding-right: 38px;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255, 241, 201, 0.84) 50%),
    linear-gradient(135deg, rgba(255, 241, 201, 0.84) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 22px,
    calc(100% - 14px) 22px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.t7-field select option {
  color: #fff8e5;
  background: #10183a;
}

.t7-field input:focus,
.t7-field select:focus {
  border-color: rgba(232, 207, 140, 0.86);
  box-shadow: 0 0 0 3px rgba(216, 189, 120, 0.11);
}

.t7-theme-picker {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  border: 0;
}

.t7-theme-picker legend {
  margin-bottom: 8px;
}

.t7-theme-picker input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.t7-theme-picker span {
  display: grid;
  min-height: 44px;
  place-items: center;
  border: 1px solid rgba(216, 189, 120, 0.24);
  border-radius: 10px;
  color: rgba(255, 248, 229, 0.72);
  background: rgba(255, 255, 255, 0.035);
  font-size: 13px;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.t7-theme-picker input:checked + span,
.t7-theme-picker input:focus-visible + span {
  border-color: rgba(234, 209, 143, 0.85);
  color: white;
  background: rgba(70, 96, 169, 0.28);
  box-shadow: inset 0 0 24px rgba(101, 130, 216, 0.15);
}

.t7-light-mode-switch {
  padding-top: 4px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  border-top: 1px solid rgba(216, 189, 120, 0.16);
}

.t7-light-mode-switch button {
  min-height: 42px;
  padding: 8px 12px;
  border: 0;
  border-bottom: 1px solid rgba(216, 189, 120, 0.3);
  color: rgba(255, 248, 229, 0.62);
  background: transparent;
  font-family: var(--t7-serif);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: color 0.25s ease, border-color 0.25s ease, text-shadow 0.25s ease;
}

.t7-light-mode-switch button:hover,
.t7-light-mode-switch button:focus-visible,
.t7-light-mode-switch button.is-active {
  border-bottom-color: rgba(241, 215, 148, 0.9);
  color: #fff5dc;
  text-shadow: 0 0 14px rgba(255, 221, 141, 0.42);
}

.t7-light-partner {
  padding: 18px;
  display: grid;
  gap: 16px;
  border: 1px solid rgba(216, 189, 120, 0.3);
  border-radius: 16px;
  background:
    radial-gradient(circle at 88% 12%, rgba(184, 113, 226, 0.16), transparent 36%),
    linear-gradient(145deg, rgba(52, 36, 91, 0.42), rgba(11, 24, 56, 0.72));
  box-shadow: inset 0 0 28px rgba(129, 166, 255, 0.06);
  animation: t7PartnerReveal 0.42s ease both;
}

.t7-light-partner[hidden] {
  display: none;
}

.t7-light-partner__head span,
.t7-light-partner__head strong,
.t7-light-partner__head p {
  display: block;
}

.t7-light-partner__head span {
  margin-bottom: 5px;
  color: var(--t7-gold);
  font-family: var(--t7-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.t7-light-partner__head strong {
  margin-bottom: 5px;
  color: var(--t7-ivory);
  font-size: 17px;
  font-weight: 500;
}

.t7-light-partner__head p {
  margin: 0;
  color: rgba(235, 235, 239, 0.62);
  font-family: var(--t7-sans);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.7;
}

@keyframes t7PartnerReveal {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.t7-submit,
.t7-secondary-button,
.t7-text-button {
  font-family: var(--t7-serif);
  cursor: pointer;
}

.t7-submit {
  width: min(390px, 100%);
  min-height: 58px;
  margin: 4px auto 0;
  padding: 13px 30px;
  border: 1px solid rgba(244, 221, 159, 0.8);
  border-radius: 999px;
  color: white;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 22px rgba(111, 153, 255, 0.22), 0 0 20px rgba(74, 115, 217, 0.16);
}

.t7-submit--light {
  background: linear-gradient(180deg, #153e85, #071f50);
}

.t7-submit--personal {
  background: linear-gradient(180deg, #632872, #31113f);
  box-shadow: inset 0 0 22px rgba(229, 124, 255, 0.18), 0 0 20px rgba(183, 79, 219, 0.14);
}

.t7-submit span {
  float: right;
  font-family: var(--t7-sans);
  font-size: 21px;
  line-height: 16px;
}

.t7-submit b {
  font-weight: 500;
}

.t7-dialog.is-compatibility-mode .t7-submit--light {
  background: linear-gradient(180deg, #633075, #2f1547);
  box-shadow: inset 0 0 22px rgba(229, 124, 255, 0.18), 0 0 20px rgba(183, 79, 219, 0.14);
}

.t7-submit:hover,
.t7-submit:focus-visible,
.t7-secondary-button:hover,
.t7-secondary-button:focus-visible {
  filter: brightness(1.15);
  transform: translateY(-1px);
}

.t7-privacy-note {
  margin: -5px 0 0;
  color: rgba(226, 226, 234, 0.48);
  text-align: center;
  font-family: var(--t7-sans);
  font-size: 11px;
  line-height: 1.7;
}

.t7-reading-progress {
  min-height: 370px;
  padding: 16px 0 8px;
  box-sizing: border-box;
  text-align: center;
}

.t7-reading-progress__orb {
  position: relative;
  width: 190px;
  height: 190px;
  margin: 8px auto 28px;
  display: grid;
  place-items: center;
}

.t7-reading-progress__orb::before {
  content: "";
  position: absolute;
  inset: 36px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249, 226, 164, 0.34), rgba(76, 119, 220, 0.12) 48%, transparent 72%);
  box-shadow: 0 0 44px rgba(137, 174, 255, 0.32), 0 0 82px rgba(226, 195, 119, 0.16);
  animation: t7ReadingGlow 1.15s ease-in-out infinite;
}

.t7-reading-progress__orb span {
  position: absolute;
  inset: 13px;
  border: 1px solid rgba(232, 207, 143, 0.58);
  border-radius: 50%;
  box-shadow: inset 0 0 24px rgba(130, 164, 255, 0.09);
  animation: t7ReadingOrbit 3.2s linear infinite;
}

.t7-reading-progress__orb span::before,
.t7-reading-progress__orb span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--t7-ivory);
  box-shadow: 0 0 10px rgba(255, 241, 196, 0.92);
  transform: translateY(-50%);
}

.t7-reading-progress__orb span::after {
  right: -4px;
  left: auto;
}

.t7-reading-progress__orb span:nth-child(2) {
  inset: 27px;
  border-color: rgba(165, 190, 255, 0.48);
  animation-duration: 2.4s;
  animation-direction: reverse;
}

.t7-reading-progress__orb span:nth-child(3) {
  inset: 42px;
  border-color: rgba(232, 207, 143, 0.38);
  animation-duration: 1.8s;
}

.t7-reading-progress__orb img {
  position: relative;
  z-index: 2;
  width: 112px;
  height: 112px;
  object-fit: contain;
  transform: translate(-3.3%, 5.8%);
  transform-origin: center;
  filter: drop-shadow(0 0 20px rgba(204, 226, 255, 0.48));
  animation: t7ReadingPulse 1.15s ease-in-out infinite;
}

.t7-reading-progress > p {
  margin: 0;
  color: rgba(255, 246, 221, 0.88);
  font-family: var(--t7-sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.t7-reading-progress__dots {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.t7-reading-progress__dots i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--t7-gold);
  box-shadow: 0 0 8px rgba(233, 207, 140, 0.68);
  animation: t7ReadingDot 0.9s ease-in-out infinite;
}

.t7-reading-progress__dots i:nth-child(2) {
  animation-delay: 0.18s;
}

.t7-reading-progress__dots i:nth-child(3) {
  animation-delay: 0.36s;
}

@keyframes t7ReadingOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes t7ReadingPulse {
  0%,
  100% {
    opacity: 0.68;
    transform: translate(-3.3%, 5.8%) scale(0.94);
  }
  50% {
    opacity: 1;
    transform: translate(-3.3%, 5.8%) scale(1.04);
  }
}

@keyframes t7ReadingGlow {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(0.86);
  }
  50% {
    opacity: 1;
    transform: scale(1.14);
  }
}

@keyframes t7ReadingDot {
  0%,
  100% {
    opacity: 0.28;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-5px);
  }
}

.t7-result {
  text-align: center;
}

.t7-result__date {
  margin: 0 0 8px;
  color: var(--t7-gold);
  font-family: var(--t7-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.t7-result h3 {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.t7-result__score {
  width: 128px;
  height: 128px;
  margin: 0 auto 20px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  border: 1px solid rgba(231, 207, 143, 0.65);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(63, 107, 202, 0.3), rgba(6, 19, 48, 0.28));
  box-shadow: 0 0 45px rgba(87, 127, 220, 0.18), inset 0 0 28px rgba(150, 181, 255, 0.12);
}

.t7-result__score--violet {
  background: radial-gradient(circle, rgba(158, 71, 180, 0.3), rgba(29, 10, 45, 0.28));
  box-shadow: 0 0 45px rgba(175, 86, 202, 0.18), inset 0 0 28px rgba(229, 143, 255, 0.1);
}

.t7-result__score strong {
  color: var(--t7-ivory);
  font-size: 48px;
  font-weight: 500;
}

.t7-result__score span {
  margin-left: 3px;
  color: rgba(255, 248, 229, 0.48);
  font-family: var(--t7-sans);
  font-size: 11px;
}

.t7-result__title {
  margin: 0 0 12px;
  color: var(--t7-gold);
  font-size: 19px;
  letter-spacing: 0.09em;
}

.t7-result__message {
  margin: 0 auto 22px;
  color: rgba(241, 239, 234, 0.78);
  font-family: var(--t7-sans);
  font-size: 14px;
  line-height: 2;
  text-align: left;
}

.t7-result__grid {
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.t7-result__grid div {
  padding: 12px 5px;
  border: 1px solid rgba(216, 189, 120, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.t7-result__grid span,
.t7-result__grid strong {
  display: block;
}

.t7-result__grid span {
  margin-bottom: 5px;
  color: rgba(238, 236, 230, 0.58);
  font-family: var(--t7-sans);
  font-size: 11px;
}

.t7-result__grid strong {
  color: var(--t7-gold);
  font-size: 18px;
  font-weight: 500;
}

.t7-result__action {
  margin: 0 0 22px;
  padding: 16px;
  border-left: 1px solid var(--t7-gold);
  color: rgba(241, 239, 234, 0.8);
  background: rgba(255, 255, 255, 0.028);
  text-align: left;
}

.t7-result__action span,
.t7-result__action strong {
  display: block;
}

.t7-result__action span {
  margin-bottom: 7px;
  color: var(--t7-gold);
  font-family: var(--t7-sans);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.t7-result__action strong {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.t7-secondary-button,
.t7-text-button {
  border: 0;
  color: rgba(255, 248, 229, 0.8);
  background: transparent;
}

.t7-secondary-button {
  padding: 10px 20px;
  border: 1px solid rgba(216, 189, 120, 0.38);
  border-radius: 999px;
}

.t7-result__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.t7-deep-detail-button {
  min-height: 38px;
  padding: 9px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(233, 207, 143, 0.58);
  border-radius: 999px;
  box-sizing: border-box;
  color: white;
  background: linear-gradient(180deg, #672d79, #351242);
  box-shadow: inset 0 0 20px rgba(232, 137, 255, 0.14), 0 0 18px rgba(168, 76, 200, 0.14);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: transform 0.24s ease, filter 0.24s ease;
}

.t7-deep-detail-button:hover,
.t7-deep-detail-button:focus-visible {
  filter: brightness(1.16);
  transform: translateY(-1px);
}

.t7-text-button {
  display: block;
  margin: 20px auto 0;
  color: rgba(240, 232, 216, 0.5);
  font-family: var(--t7-sans);
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.t7-history {
  display: grid;
  gap: 10px;
}

.t7-history__empty {
  padding: 30px 14px;
  border: 1px solid rgba(216, 189, 120, 0.2);
  border-radius: 12px;
  color: rgba(235, 233, 226, 0.62);
  text-align: center;
  font-family: var(--t7-sans);
  font-size: 13px;
  line-height: 1.8;
}

.t7-history__item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 14px;
  padding: 14px 16px;
  border: 1px solid rgba(216, 189, 120, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.t7-history__item strong {
  font-size: 14px;
  font-weight: 500;
}

.t7-history__item time,
.t7-history__item span {
  color: rgba(235, 233, 226, 0.52);
  font-family: var(--t7-sans);
  font-size: 11px;
}

.t7-history__item b {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
  color: var(--t7-gold);
  font-size: 24px;
  font-weight: 500;
}

.t7-history__item {
  width: 100%;
  color: inherit;
  font: inherit;
  text-align: left;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.t7-history__item:hover,
.t7-history__item:focus-visible {
  border-color: rgba(216, 189, 120, 0.62);
  background: rgba(216, 189, 120, 0.08);
  transform: translateY(-1px);
}

.t7-history__item:focus-visible {
  outline: 2px solid rgba(88, 217, 255, 0.72);
  outline-offset: 2px;
}

.t7-history-detail__back {
  justify-self: start;
  padding: 6px 0;
  border: 0;
  color: var(--t7-gold);
  background: transparent;
  font-family: var(--t7-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.t7-history-detail__back:hover,
.t7-history-detail__back:focus-visible {
  color: var(--t7-ivory);
}

.t7-history-detail {
  overflow: hidden;
  border: 1px solid rgba(216, 189, 120, 0.28);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(92, 45, 112, 0.16), rgba(255, 255, 255, 0.025));
}

.t7-history-detail__header {
  position: relative;
  padding: 22px 22px 20px;
  border-bottom: 1px solid rgba(216, 189, 120, 0.18);
}

.t7-history-detail__header > span {
  display: block;
  padding-right: 62px;
  color: var(--t7-gold);
  font-family: var(--t7-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.t7-history-detail__header h3 {
  margin: 8px 62px 8px 0;
  color: var(--t7-ivory);
  font-size: clamp(20px, 4vw, 28px);
  font-weight: 500;
  line-height: 1.5;
}

.t7-history-detail__header p {
  margin: 0;
  color: rgba(235, 233, 226, 0.56);
  font-family: var(--t7-sans);
  font-size: 12px;
}

.t7-history-detail__score {
  position: absolute;
  top: 22px;
  right: 22px;
  color: var(--t7-gold);
  font-size: 30px;
  font-weight: 500;
}

.t7-history-detail__profile {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 18px 22px 4px;
  list-style: none;
}

.t7-history-detail__profile li {
  padding: 6px 9px;
  border: 1px solid rgba(216, 189, 120, 0.2);
  border-radius: 999px;
  color: rgba(242, 237, 224, 0.72);
  background: rgba(255, 255, 255, 0.025);
  font-family: var(--t7-sans);
  font-size: 11px;
}

.t7-history-detail__section {
  margin: 0 22px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(216, 189, 120, 0.14);
}

.t7-history-detail__section:last-child {
  border-bottom: 0;
}

.t7-history-detail__section h4 {
  margin: 0 0 9px;
  color: var(--t7-gold);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.t7-history-detail__section p {
  margin: 0;
  color: rgba(242, 237, 224, 0.82);
  font-family: var(--t7-sans);
  font-size: 13px;
  line-height: 1.95;
  white-space: pre-line;
}

.t7-history-detail__scores {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 22px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(216, 189, 120, 0.14);
}

.t7-history-detail__scores div {
  padding: 12px 8px;
  border: 1px solid rgba(216, 189, 120, 0.18);
  border-radius: 10px;
  text-align: center;
}

.t7-history-detail__scores span,
.t7-history-detail__scores strong {
  display: block;
}

.t7-history-detail__scores span {
  color: rgba(235, 233, 226, 0.56);
  font-family: var(--t7-sans);
  font-size: 11px;
}

.t7-history-detail__scores strong {
  margin-top: 5px;
  color: var(--t7-gold);
  font-size: 22px;
  font-weight: 500;
}

.t7-history-detail__steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: history-step;
}

.t7-history-detail__steps li {
  position: relative;
  padding-left: 38px;
  counter-increment: history-step;
}

.t7-history-detail__steps li::before {
  content: counter(history-step, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--t7-gold);
  font-family: var(--t7-sans);
  font-size: 12px;
}

.t7-history-detail__steps strong {
  display: block;
  margin-bottom: 4px;
  color: var(--t7-ivory);
  font-size: 13px;
  font-weight: 600;
}

.t7-history-detail__legacy {
  margin: 22px;
  padding: 18px;
  border: 1px dashed rgba(216, 189, 120, 0.3);
  border-radius: 12px;
  color: rgba(235, 233, 226, 0.66);
  font-family: var(--t7-sans);
  font-size: 12px;
  line-height: 1.85;
}

@media (max-width: 560px) {
  .t7-history-detail__header {
    padding: 18px;
  }

  .t7-history-detail__header h3 {
    margin-right: 48px;
    font-size: 19px;
  }

  .t7-history-detail__score {
    top: 18px;
    right: 18px;
    font-size: 25px;
  }

  .t7-history-detail__profile {
    padding-right: 18px;
    padding-left: 18px;
  }

  .t7-history-detail__section,
  .t7-history-detail__scores {
    margin-right: 18px;
    margin-left: 18px;
  }
}

.t7-premium-card {
  padding: 22px;
  border: 1px solid rgba(225, 199, 130, 0.38);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(100, 42, 116, 0.18), rgba(255, 255, 255, 0.025));
}

.t7-premium-card > strong {
  display: block;
  color: var(--t7-gold);
  text-align: center;
  font-size: 34px;
  font-weight: 500;
}

.t7-premium-card ul {
  margin: 18px 0;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
  color: rgba(241, 239, 234, 0.74);
  font-family: var(--t7-sans);
  font-size: 13px;
}

.t7-premium-card li::before {
  content: "◇";
  margin-right: 9px;
  color: var(--t7-gold);
}

.t7-premium-card > span {
  display: block;
  color: rgba(255, 248, 229, 0.52);
  text-align: center;
  font-family: var(--t7-sans);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.t7-premium-card + .t7-submit {
  display: block;
  margin-top: 20px;
}

.t7-deep-page {
  min-height: 100vh;
  color: var(--t7-ivory);
  background: var(--t7-night);
  font-weight: 500;
}

.t7-deep-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
  background: #08122d;
}

.t7-deep-hero__background,
.t7-deep-hero__background img,
.t7-deep-hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.t7-deep-hero__background img {
  object-fit: cover;
  object-position: center;
}

.t7-deep-hero__veil {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 9, 25, 0.82) 0%, rgba(3, 9, 25, 0.44) 46%, rgba(3, 9, 25, 0.1) 76%),
    linear-gradient(180deg, rgba(3, 9, 24, 0.34), transparent 36%, rgba(3, 9, 24, 0.82));
}

.t7-deep-hero__goddess-stage {
  --t7-deep-goddess-start: 50%;
  --t7-deep-goddess-end: 72%;
  position: absolute;
  z-index: 2;
  left: var(--t7-deep-goddess-end);
  bottom: -180px;
  width: min(620px, 46vw);
  max-width: none;
  transform: translateX(-50%);
  animation: t7DeepGoddessReveal 7.2s cubic-bezier(0.22, 0.68, 0.28, 1) 0.2s both;
  pointer-events: none;
  will-change: left, opacity;
}

.t7-deep-hero__goddess {
  width: 100%;
  height: auto;
  max-width: none;
  filter: drop-shadow(0 20px 34px rgba(11, 18, 57, 0.46));
  animation: t7DeepGoddessFloat 4.6s ease-in-out infinite;
}

@keyframes t7DeepGoddessReveal {
  from {
    left: var(--t7-deep-goddess-start);
    opacity: 0.92;
  }
  to {
    left: var(--t7-deep-goddess-end);
    opacity: 1;
  }
}

@keyframes t7DeepGoddessFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-0.2deg);
  }
  50% {
    transform: translateY(-14px) rotate(0.35deg);
  }
}

.t7-deep-hero__copy {
  position: absolute;
  z-index: 4;
  top: 190px;
  left: clamp(48px, 8vw, 130px);
  width: min(570px, 46vw);
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.74);
}

.t7-deep-hero__copy h1 {
  margin: 0 0 24px;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.06em;
}

.t7-deep-hero__copy > p:last-of-type {
  margin: 0 0 28px;
  color: rgba(249, 244, 232, 0.8);
  font-family: var(--t7-sans);
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.t7-deep-hero__price {
  width: fit-content;
  min-width: 240px;
  padding: 13px 24px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(231, 204, 136, 0.66);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(104, 43, 121, 0.86), rgba(42, 16, 59, 0.9));
  box-shadow: 0 0 28px rgba(172, 88, 199, 0.2), inset 0 0 22px rgba(230, 151, 255, 0.1);
}

.t7-deep-hero__price span,
.t7-deep-hero__price small {
  font-family: var(--t7-sans);
  font-size: 11px;
  font-weight: 500;
}

.t7-deep-hero__price strong {
  color: var(--t7-ivory);
  font-size: 30px;
  font-weight: 500;
}

.t7-deep-content {
  position: relative;
  z-index: 4;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(75, 94, 171, 0.22), transparent 34%),
    linear-gradient(180deg, #071027, #090b1d 74%, #050914);
}

.t7-deep-intro,
.t7-deep-flow,
.t7-deep-sample,
.t7-deep-comparison,
.t7-deep-plan {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 105px 0;
  border-bottom: 1px solid rgba(216, 189, 120, 0.14);
  text-align: center;
}

.t7-deep-content .t7-kicker {
  margin: 0 0 14px;
  color: var(--t7-gold);
  font-family: var(--t7-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.t7-deep-content h2 {
  margin: 0 0 24px;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.t7-deep-limit {
  margin: -4px auto 24px;
  color: rgba(244, 222, 162, 0.92);
  font-family: var(--t7-sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.t7-deep-limit::before,
.t7-deep-limit::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  margin: 0 12px 4px;
  background: linear-gradient(90deg, transparent, rgba(216, 189, 120, 0.72));
}

.t7-deep-limit::after {
  background: linear-gradient(90deg, rgba(216, 189, 120, 0.72), transparent);
}

.t7-deep-lead {
  width: min(760px, 100%);
  margin: 0 auto 54px;
  color: rgba(234, 235, 240, 0.72);
  font-family: var(--t7-sans);
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.t7-deep-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.t7-deep-detail-link {
  height: 100%;
  display: block;
  color: inherit;
  text-decoration: none;
}

.t7-deep-detail-link article {
  height: 100%;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.t7-deep-detail-link:hover article,
.t7-deep-detail-link:focus-visible article {
  border-color: rgba(239, 211, 136, 0.62);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), inset 0 0 30px rgba(136, 167, 242, 0.07);
  transform: translateY(-3px);
}

.t7-deep-detail-link__cta {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(244, 222, 162, 0.88);
  font-family: var(--t7-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.t7-deep-detail-link__cta i {
  font-style: normal;
}

.t7-deep-detail-grid article,
.t7-deep-flow__grid article,
.t7-deep-comparison__grid article {
  border: 1px solid rgba(216, 189, 120, 0.27);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(15, 31, 69, 0.76), rgba(10, 13, 37, 0.68));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.t7-deep-detail-grid article {
  padding: 26px 23px 24px;
}

.t7-deep-detail-grid img {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  object-fit: contain;
}

.t7-deep-detail-grid h3,
.t7-deep-flow__grid h3,
.t7-deep-comparison__grid h3 {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.t7-deep-detail-grid p,
.t7-deep-flow__grid p {
  margin: 0;
  color: rgba(234, 234, 239, 0.65);
  font-family: var(--t7-sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.9;
}

.t7-deep-flow__grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.t7-deep-flow__grid article {
  position: relative;
  padding: 37px 25px 29px;
}

.t7-deep-flow__grid article > span {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(231, 206, 141, 0.6);
  border-radius: 50%;
  color: var(--t7-gold);
  background: #0b1737;
  font-family: var(--t7-sans);
  font-size: 11px;
  font-weight: 500;
  transform: translateX(-50%);
}

.t7-deep-sample {
  position: relative;
}

.t7-deep-sample::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 50%;
  width: min(760px, 86vw);
  height: 360px;
  background: radial-gradient(circle, rgba(118, 90, 190, 0.2), transparent 68%);
  transform: translateX(-50%);
  pointer-events: none;
}

.t7-reading-report {
  position: relative;
  width: min(920px, 100%);
  margin: 50px auto 0;
  padding: 0 54px 48px;
  overflow: hidden;
  border: 1px solid rgba(231, 206, 141, 0.48);
  border-radius: 24px;
  box-sizing: border-box;
  text-align: left;
  background:
    linear-gradient(90deg, transparent 49.85%, rgba(232, 207, 143, 0.08) 50%, transparent 50.15%),
    radial-gradient(circle at 50% 0%, rgba(141, 94, 181, 0.22), transparent 34%),
    linear-gradient(155deg, rgba(17, 35, 76, 0.96), rgba(12, 12, 39, 0.97) 68%, rgba(35, 15, 49, 0.94));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36), inset 0 0 60px rgba(114, 145, 223, 0.05);
}

.t7-reading-report::before,
.t7-reading-report::after {
  content: "";
  position: absolute;
  top: 27px;
  width: 6px;
  height: 6px;
  background: rgba(232, 207, 143, 0.62);
  box-shadow: 0 0 10px rgba(232, 207, 143, 0.4);
  transform: rotate(45deg);
}

.t7-reading-report::before {
  left: 22px;
}

.t7-reading-report::after {
  right: 22px;
}

.t7-reading-report__head {
  min-height: 112px;
  margin: 0 -54px;
  padding: 20px 54px;
  display: grid;
  grid-template-columns: 74px 1fr auto;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(232, 207, 143, 0.28);
  box-sizing: border-box;
  background: rgba(5, 13, 37, 0.34);
}

.t7-reading-report__head img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(204, 218, 255, 0.24));
}

.t7-reading-report__head span,
.t7-reading-report__message > span {
  display: block;
  color: var(--t7-gold);
  font-family: var(--t7-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.t7-reading-report__head p {
  margin: 7px 0 0;
  color: var(--t7-ivory);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.t7-reading-report__head small {
  padding: 7px 12px;
  border: 1px solid rgba(232, 207, 143, 0.36);
  border-radius: 999px;
  color: rgba(242, 232, 207, 0.66);
  font-family: var(--t7-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.t7-reading-report__question {
  margin: 40px 0 0;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: start;
  gap: 18px;
  border-left: 2px solid rgba(232, 207, 143, 0.72);
  background: rgba(5, 12, 34, 0.38);
}

.t7-reading-report__question span,
.t7-reading-report__action > span {
  color: var(--t7-gold);
  font-family: var(--t7-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.t7-reading-report__question p {
  margin: 0;
  color: rgba(249, 244, 231, 0.88);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.t7-reading-report__message {
  padding: 48px 24px 44px;
  text-align: center;
}

.t7-reading-report__message h3 {
  margin: 13px 0 20px;
  color: var(--t7-ivory);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.07em;
}

.t7-reading-report__message p {
  width: min(690px, 100%);
  margin: 0 auto;
  color: rgba(235, 234, 236, 0.72);
  font-family: var(--t7-sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 2.1;
}

.t7-reading-report__signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(232, 207, 143, 0.22);
  border-bottom: 1px solid rgba(232, 207, 143, 0.22);
}

.t7-reading-report__signals section {
  min-height: 188px;
  padding: 27px 24px;
  box-sizing: border-box;
}

.t7-reading-report__signals section + section {
  border-left: 1px solid rgba(232, 207, 143, 0.18);
}

.t7-reading-report__signals span {
  color: rgba(232, 207, 143, 0.7);
  font-family: var(--t7-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.t7-reading-report__signals strong {
  display: block;
  margin: 11px 0 10px;
  color: var(--t7-ivory);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.t7-reading-report__signals p,
.t7-reading-report__chapters p,
.t7-reading-report__timeline p,
.t7-reading-report__action p {
  margin: 0;
  color: rgba(232, 232, 237, 0.65);
  font-family: var(--t7-sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.9;
}

.t7-reading-report__chapters {
  padding: 44px 0 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px;
}

.t7-reading-report__chapters section {
  position: relative;
  padding-top: 19px;
}

.t7-reading-report__chapters section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 1px;
  background: var(--t7-gold);
}

.t7-reading-report__chapters h4 {
  margin: 0 0 14px;
  color: var(--t7-ivory);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.t7-reading-report__timeline {
  position: relative;
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  border-top: 1px solid rgba(232, 207, 143, 0.2);
}

.t7-reading-report__timeline::before {
  content: "";
  position: absolute;
  top: 49px;
  left: 7%;
  right: 7%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 207, 143, 0.38), transparent);
}

.t7-reading-report__timeline div {
  position: relative;
  z-index: 1;
}

.t7-reading-report__timeline span {
  width: 38px;
  height: 38px;
  margin: 0 0 13px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(232, 207, 143, 0.48);
  border-radius: 50%;
  color: var(--t7-gold);
  background: #101a3e;
  font-family: var(--t7-sans);
  font-size: 11px;
  font-weight: 500;
}

.t7-reading-report__timeline strong {
  display: block;
  margin-bottom: 7px;
  color: var(--t7-ivory);
  font-size: 16px;
  font-weight: 500;
}

.t7-reading-report__action {
  margin-top: 8px;
  padding: 28px 31px;
  border: 1px solid rgba(232, 207, 143, 0.4);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(162, 73, 194, 0.18), transparent 45%),
    rgba(42, 18, 63, 0.52);
}

.t7-reading-report__action strong {
  display: block;
  margin: 10px 0 9px;
  color: var(--t7-ivory);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

.t7-reading-report > footer {
  margin-top: 24px;
  color: rgba(235, 232, 225, 0.42);
  font-family: var(--t7-sans);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.t7-deep-sample__cta {
  min-height: 52px;
  margin-top: 30px;
  padding: 11px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid rgba(232, 207, 143, 0.62);
  border-radius: 999px;
  box-sizing: border-box;
  color: white;
  background: linear-gradient(180deg, #672d79, #351242);
  box-shadow: inset 0 0 22px rgba(234, 153, 255, 0.1), 0 0 25px rgba(158, 67, 188, 0.16);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  transition: transform 0.24s ease, filter 0.24s ease;
}

.t7-deep-sample__cta:hover,
.t7-deep-sample__cta:focus-visible {
  filter: brightness(1.15);
  transform: translateY(-2px);
}

.t7-deep-comparison__grid {
  width: min(850px, 100%);
  margin: 44px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.t7-deep-comparison__grid article {
  padding: 34px 32px 30px;
}

.t7-deep-comparison__grid article > span {
  color: var(--t7-gold);
  font-family: var(--t7-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.t7-deep-comparison__grid article > strong {
  display: block;
  margin: 12px 0 18px;
  color: var(--t7-gold);
  font-size: 31px;
  font-weight: 500;
}

.t7-deep-comparison__grid ul {
  margin: 0 0 25px;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
  color: rgba(238, 237, 233, 0.72);
  font-family: var(--t7-sans);
  font-size: 12px;
  font-weight: 500;
}

.t7-deep-comparison__grid li::before {
  content: "◇";
  margin-right: 8px;
  color: var(--t7-gold);
}

.t7-deep-comparison__grid a,
.t7-deep-plan__back {
  min-height: 48px;
  padding: 10px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(232, 207, 141, 0.62);
  border-radius: 999px;
  box-sizing: border-box;
  color: white;
  background: linear-gradient(180deg, #183e80, #0b224f);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.t7-deep-comparison__premium {
  background:
    radial-gradient(circle at 50% 0%, rgba(173, 79, 203, 0.22), transparent 48%),
    linear-gradient(145deg, rgba(62, 23, 77, 0.86), rgba(22, 12, 44, 0.74)) !important;
}

.t7-deep-comparison__premium a {
  background: linear-gradient(180deg, #672d79, #351242);
}

.t7-deep-plan {
  width: min(760px, calc(100% - 48px));
}

.t7-deep-plan > img {
  width: 112px;
  height: 112px;
  margin: 0 auto 10px;
  object-fit: contain;
}

.t7-deep-plan__price {
  margin: 0 0 20px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
}

.t7-deep-plan__price strong {
  color: var(--t7-gold);
  font-size: clamp(58px, 8vw, 88px);
  font-weight: 500;
  line-height: 1;
}

.t7-deep-plan__price span {
  color: rgba(244, 239, 227, 0.72);
  font-family: var(--t7-sans);
  font-size: 13px;
  font-weight: 500;
}

.t7-deep-plan > p {
  margin: 0 0 26px;
  color: rgba(236, 235, 232, 0.68);
  font-family: var(--t7-sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
}

.t7-deep-plan__status {
  width: min(380px, 100%);
  min-height: 58px;
  margin: 0 auto 15px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(235, 210, 144, 0.62);
  border-radius: 999px;
  box-sizing: border-box;
  color: white;
  background: linear-gradient(180deg, #672d79, #351242);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: filter 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.t7-deep-plan__status:hover,
.t7-deep-plan__status:focus-visible {
  filter: brightness(1.14);
  box-shadow: 0 0 26px rgba(207, 112, 225, 0.34);
  transform: translateY(-1px);
}

.t7-deep-plan__sandbox {
  display: block;
  margin: -3px auto 12px;
  color: rgba(244, 239, 227, 0.58);
  font-family: var(--t7-sans);
  font-size: 11px;
  font-weight: 500;
}

.t7-deep-plan__payment-notice {
  width: min(540px, 100%);
  margin: 0 auto 18px;
  padding: 13px 18px;
  border: 1px solid rgba(130, 218, 255, 0.38);
  border-radius: 12px;
  box-sizing: border-box;
  color: rgba(245, 248, 255, 0.88);
  background: rgba(49, 96, 149, 0.2);
  font-family: var(--t7-sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}

.t7-deep-plan__back {
  min-height: 40px;
  border-color: transparent;
  color: rgba(242, 238, 228, 0.58);
  background: transparent;
  font-size: 11px;
}

.t7-deep-mobile-nav {
  display: none;
}

@media (max-width: 1080px) {
  .t7-tagline,
  .t7-side-note {
    display: none;
  }

  .t7-nav {
    gap: 18px;
  }

  .t7-copy {
    left: 40px;
    width: 33vw;
  }

  .t7-copy h1 {
    font-size: 45px;
  }
}

@media (max-width: 820px) {
  body {
    padding-bottom: 86px;
  }

  body.admin-bar .t7-header {
    top: 46px;
  }

  .t7-header {
    height: 62px;
  }

  .t7-header__inner {
    width: calc(100% - 28px);
    justify-content: center;
  }

  .t7-logo {
    min-width: 0;
  }

  .t7-logo img {
    width: 116px;
  }

  .t7-nav {
    display: none;
  }

  .t7-hero {
    min-height: 1570px;
  }

  .t7-hero__background img {
    object-position: center top;
  }

  .t7-hero__veil {
    background:
      linear-gradient(180deg, rgba(2, 8, 23, 0.18), rgba(2, 8, 23, 0.06) 35%, rgba(2, 8, 23, 0.52) 62%, rgba(2, 8, 23, 0.93) 100%),
      radial-gradient(circle at 50% 28%, transparent 0 26%, rgba(2, 8, 23, 0.22) 54%, rgba(2, 8, 23, 0.6) 100%);
  }

  .t7-copy {
    top: 94px;
    left: 22px;
    right: 22px;
    width: auto;
    text-align: center;
  }

  .t7-eyebrow {
    margin-bottom: 14px;
    font-size: 11px;
    letter-spacing: 0.3em;
  }

  .t7-copy h1 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.42;
    letter-spacing: 0.03em;
  }

  .t7-copy__lead {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.9;
  }

  .t7-copy__whisper {
    display: none;
  }

  .t7-goddess {
    top: 305px;
    bottom: auto;
    width: min(108vw, 570px);
  }

  .t7-cta-deck {
    top: 785px;
    bottom: auto;
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .t7-reading-card {
    min-height: 205px;
    padding: 26px 20px 18px;
    border-radius: 18px;
  }

  .t7-reading-card__seal {
    display: none;
  }

  .t7-reading-card h2 {
    margin-top: 0;
    font-size: 19px;
  }

  .t7-reading-card p {
    min-height: auto;
    font-size: 12px;
  }

  .t7-art-button {
    height: 65px;
  }

  .t7-art-button__label {
    font-size: 14px;
  }

  .t7-feature-deck {
    top: 1230px;
    bottom: auto;
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .t7-feature {
    min-height: 94px;
    grid-template-columns: 64px 1fr 22px;
    padding: 10px 14px 10px 9px;
  }

  .t7-feature img {
    width: 60px;
    height: 60px;
  }

  .t7-feature h3 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .t7-feature p {
    font-size: 11px;
  }

  .t7-section,
  .t7-section--reverse {
    width: calc(100% - 34px);
    padding: 74px 0;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .t7-section--reverse .t7-section__orb {
    order: -1;
  }

  .t7-section__orb {
    min-height: 280px;
  }

  .t7-section__orb::before {
    width: 220px;
    height: 220px;
  }

  .t7-section__orb::after {
    width: 265px;
    height: 265px;
  }

  .t7-section__orb img {
    width: 185px;
    height: 185px;
  }

  .t7-section__text {
    text-align: center;
  }

  .t7-section__text h2 {
    font-size: 30px;
  }

  .t7-section__text p {
    font-size: 13px;
  }

  .t7-reading-list {
    gap: 7px;
  }

  .t7-reading-list li {
    padding: 11px 4px;
    font-size: 11px;
  }

  .t7-price {
    justify-content: center;
  }

  .t7-history-link {
    margin-right: auto;
    margin-left: auto;
  }

  .t7-bottom-nav {
    position: fixed;
    z-index: 60;
    left: 50%;
    bottom: max(0px, env(safe-area-inset-bottom));
    display: grid;
    width: min(620px, 100%);
    height: 88px;
    grid-template-columns: repeat(5, 1fr);
    padding: 12px 7px 5px;
    box-sizing: border-box;
    transform: translateX(-50%);
  }

  .t7-bottom-nav__plate {
    position: absolute;
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    filter: drop-shadow(0 -8px 20px rgba(0, 0, 0, 0.38));
  }

  .t7-bottom-nav a {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    gap: 0;
    color: rgba(255, 248, 231, 0.78);
    font-family: var(--t7-sans);
    font-size: 11px;
    letter-spacing: 0.04em;
  }

  .t7-bottom-nav a:nth-of-type(3) {
    transform: translateY(-8px);
    color: white;
  }

  .t7-bottom-nav a img {
    width: 39px;
    height: 39px;
    object-fit: contain;
  }

  .t7-bottom-nav a:nth-of-type(3) img {
    width: 48px;
    height: 48px;
  }

  .t7-footer {
    padding-bottom: 24px;
  }

  .t7-footer__legal {
    width: min(350px, 100%);
    gap: 9px 15px;
  }

  .t7-legal-drawer {
    max-height: 84dvh;
    border-radius: 22px 22px 0 0;
  }

  .t7-legal-drawer__shell {
    max-height: 84dvh;
    padding: 27px 20px calc(122px + env(safe-area-inset-bottom));
  }

  .t7-legal-drawer__close {
    top: 16px;
    right: 16px;
  }

  .t7-legal-drawer__body {
    font-size: 12px;
    line-height: 1.9;
  }

  .t7-legal-drawer__panel dl {
    grid-template-columns: 1fr;
  }

  .t7-legal-drawer__panel dt {
    padding-bottom: 3px;
    border-bottom: 0;
  }

  .t7-legal-drawer__panel dd {
    padding-top: 3px;
  }

  .t7-dialog {
    width: calc(100% - 18px);
    max-height: calc(100dvh - 18px);
    border-radius: 19px;
  }

  .t7-dialog__shell {
    padding: 34px 20px 30px;
  }

  .t7-dialog__head img {
    width: 72px;
    height: 72px;
  }

  .t7-dialog__head h2 {
    font-size: 25px;
  }

  .t7-form-grid {
    grid-template-columns: 1fr;
  }

  .t7-deep-body {
    padding-bottom: 72px;
  }

  .t7-deep-hero {
    min-height: 860px;
  }

  .t7-deep-hero__background img {
    object-position: center top;
  }

  .t7-deep-hero__veil {
    background:
      linear-gradient(180deg, rgba(2, 8, 23, 0.18), rgba(2, 8, 23, 0.18) 42%, rgba(2, 8, 23, 0.88) 80%, #071027),
      radial-gradient(circle at 50% 25%, transparent 0 22%, rgba(2, 8, 23, 0.28) 58%);
  }

  .t7-deep-hero__copy {
    top: 102px;
    left: 20px;
    right: 20px;
    width: auto;
    text-align: center;
  }

  .t7-deep-hero__copy h1 {
    margin-bottom: 18px;
    font-size: clamp(36px, 11vw, 46px);
  }

  .t7-deep-hero__copy > p:last-of-type {
    font-size: 13px;
    line-height: 1.9;
  }

  .t7-deep-hero__price {
    margin: 0 auto;
  }

  .t7-deep-hero__goddess-stage {
    --t7-deep-goddess-start: 50%;
    --t7-deep-goddess-end: 57%;
    left: var(--t7-deep-goddess-end);
    bottom: -175px;
    width: min(114vw, 590px);
    animation-duration: 5.8s;
  }

  .t7-deep-intro,
  .t7-deep-flow,
  .t7-deep-sample,
  .t7-deep-comparison,
  .t7-deep-plan {
    width: calc(100% - 34px);
    padding: 74px 0;
  }

  .t7-deep-content h2 {
    font-size: 30px;
  }

  .t7-deep-lead {
    margin-bottom: 34px;
    font-size: 13px;
  }

  .t7-deep-detail-grid,
  .t7-deep-flow__grid,
  .t7-deep-comparison__grid {
    grid-template-columns: 1fr;
  }

  .t7-deep-detail-grid {
    gap: 10px;
  }

  .t7-deep-detail-grid article {
    min-height: 112px;
    padding: 18px 18px 18px 104px;
    position: relative;
    text-align: left;
  }

  .t7-deep-detail-grid img {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 74px;
    height: 74px;
  }

  .t7-deep-flow__grid {
    gap: 28px;
  }

  .t7-reading-report {
    margin-top: 36px;
    padding: 0 20px 30px;
    border-radius: 18px;
  }

  .t7-reading-report__head {
    min-height: 94px;
    margin: 0 -20px;
    padding: 15px 20px;
    grid-template-columns: 60px 1fr;
    gap: 12px;
  }

  .t7-reading-report__head img {
    width: 60px;
    height: 60px;
  }

  .t7-reading-report__head p {
    font-size: 17px;
  }

  .t7-reading-report__head small {
    display: none;
  }

  .t7-reading-report__question {
    margin-top: 28px;
    padding: 16px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .t7-reading-report__message {
    padding: 38px 0 34px;
  }

  .t7-reading-report__message h3 {
    font-size: 26px;
  }

  .t7-reading-report__signals,
  .t7-reading-report__chapters,
  .t7-reading-report__timeline {
    grid-template-columns: 1fr;
  }

  .t7-reading-report__signals section {
    min-height: 0;
    padding: 23px 17px;
  }

  .t7-reading-report__signals section + section {
    border-top: 1px solid rgba(232, 207, 143, 0.18);
    border-left: 0;
  }

  .t7-reading-report__chapters {
    gap: 30px;
  }

  .t7-reading-report__timeline {
    gap: 22px;
  }

  .t7-reading-report__timeline::before {
    top: 42px;
    bottom: 42px;
    left: 19px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .t7-reading-report__timeline div {
    min-height: 45px;
    padding-left: 55px;
  }

  .t7-reading-report__timeline span {
    position: absolute;
    top: 0;
    left: 0;
  }

  .t7-reading-report__action {
    padding: 23px 20px;
  }

  .t7-deep-comparison__grid {
    gap: 13px;
  }

  .t7-deep-mobile-nav {
    position: fixed;
    z-index: 70;
    left: 0;
    right: 0;
    bottom: max(0px, env(safe-area-inset-bottom));
    min-height: 66px;
    padding: 8px;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 7px;
    border-top: 1px solid rgba(216, 189, 120, 0.42);
    background: rgba(5, 13, 34, 0.95);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
  }

  .t7-deep-mobile-nav a {
    display: grid;
    place-items: center;
    border: 1px solid rgba(216, 189, 120, 0.38);
    border-radius: 999px;
    color: white;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06em;
  }

  .t7-deep-mobile-nav a:last-child {
    background: linear-gradient(180deg, #672d79, #351242);
  }
}

@media (max-width: 380px) {
  .t7-hero {
    min-height: 1600px;
  }

  .t7-copy h1 {
    font-size: 33px;
  }

  .t7-goddess {
    top: 320px;
  }

  .t7-cta-deck {
    top: 790px;
  }

  .t7-feature-deck {
    top: 1234px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .t7-goddess,
  .t7-section__orb::after,
  .t7-stardust::before,
  .t7-stardust::after,
  .t7-reading-progress__orb::before,
  .t7-reading-progress__orb span,
  .t7-reading-progress__orb img,
  .t7-reading-progress__dots i,
  .t7-deep-hero__goddess-stage,
  .t7-deep-hero__goddess {
    animation: none;
  }

  .t7-deep-hero__goddess-stage {
    left: var(--t7-deep-goddess-end);
  }

  .t7-art-button,
  .t7-feature,
  .t7-nav a::after {
    transition: none;
  }
}

/* Celestial altar navigation and owner deep-reading test */
body {
  padding-bottom: 174px;
}

.t7-orbit-nav {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: max(0px, env(safe-area-inset-bottom));
  width: min(1040px, calc(100% - 48px));
  height: 188px;
  margin: 0 auto;
  padding: 0 48px 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) 1.25fr repeat(2, minmax(0, 1fr));
  align-items: end;
  box-sizing: border-box;
  pointer-events: none;
  filter: drop-shadow(0 -18px 34px rgba(0, 0, 0, 0.48));
}

.t7-orbit-nav__altar {
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -120px;
  width: 100%;
  height: auto;
  max-width: none;
  object-position: center bottom;
  transform: translateX(-50%);
  pointer-events: none;
}

.t7-orbit-nav__item,
.t7-orbit-nav__home {
  position: relative;
  z-index: 2;
  pointer-events: auto;
  color: rgba(255, 248, 230, 0.88);
  font-family: var(--t7-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.92), 0 0 14px rgba(236, 211, 145, 0.18);
}

.t7-orbit-nav__item {
  min-width: 0;
  height: 78px;
  padding: 4px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 1px;
  box-sizing: border-box;
  animation: t7OrbitButtonFloat 4.4s ease-in-out infinite;
  transition: color 0.25s ease, filter 0.25s ease;
}

.t7-orbit-nav__item:nth-of-type(2) {
  animation-delay: -1.1s;
}

.t7-orbit-nav__item:nth-of-type(4) {
  animation-delay: -2.2s;
}

.t7-orbit-nav__item:nth-of-type(5) {
  animation-delay: -3.3s;
}

.t7-orbit-nav__item img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(185, 208, 255, 0.3));
  transition: filter 0.25s ease, transform 0.25s ease;
}

.t7-orbit-nav__item span {
  display: block;
  white-space: nowrap;
}

.t7-orbit-nav__item::after {
  content: "";
  position: absolute;
  left: 22%;
  right: 22%;
  bottom: 0;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 239, 183, 0.94), transparent);
  box-shadow: 0 0 12px rgba(255, 230, 151, 0.72);
  transition: opacity 0.25s ease;
}

.t7-orbit-nav__item:hover,
.t7-orbit-nav__item:focus-visible,
.t7-orbit-nav__item.is-current {
  color: white;
  filter: brightness(1.16);
}

.t7-orbit-nav__item:hover img,
.t7-orbit-nav__item:focus-visible img,
.t7-orbit-nav__item.is-current img {
  filter: drop-shadow(0 0 15px rgba(255, 225, 145, 0.64));
  transform: translateY(-2px) scale(1.05);
}

.t7-orbit-nav__item:hover::after,
.t7-orbit-nav__item:focus-visible::after,
.t7-orbit-nav__item.is-current::after {
  opacity: 1;
}

.t7-orbit-nav__home {
  align-self: end;
  height: 142px;
  padding-bottom: 9px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 1px;
  animation: t7OrbitLogoFloat 5.2s ease-in-out infinite;
}

.t7-orbit-nav__home img {
  width: 148px;
  height: 66px;
  object-fit: contain;
  filter: drop-shadow(0 0 13px rgba(255, 226, 157, 0.44));
}

.t7-orbit-nav__home span {
  color: rgba(255, 241, 201, 0.66);
  font-size: 11px;
  letter-spacing: 0.28em;
}

.t7-orbit-nav__glint {
  position: absolute;
  z-index: 3;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 8px #fff, 0 0 17px rgba(230, 204, 137, 0.94), 0 0 32px rgba(151, 180, 255, 0.62);
  animation: t7NavGlint 2.8s ease-in-out infinite;
}

.t7-orbit-nav__glint::before,
.t7-orbit-nav__glint::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: linear-gradient(90deg, transparent, rgba(255, 249, 226, 0.92), transparent);
  transform: translate(-50%, -50%);
}

.t7-orbit-nav__glint::before {
  width: 34px;
  height: 1px;
}

.t7-orbit-nav__glint::after {
  width: 1px;
  height: 34px;
}

.t7-orbit-nav__glint--one {
  top: 58px;
  left: 17%;
}

.t7-orbit-nav__glint--two {
  top: 38px;
  right: 18%;
  animation-delay: -1.4s;
}

@keyframes t7OrbitButtonFloat {
  0%,
  100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes t7OrbitLogoFloat {
  0%,
  100% { transform: translateY(-6px) rotate(-0.25deg); }
  50% { transform: translateY(-15px) rotate(0.25deg); }
}

@keyframes t7NavGlint {
  0%,
  100% { opacity: 0.18; transform: scale(0.55) rotate(0deg); }
  48% { opacity: 1; transform: scale(1.15) rotate(45deg); }
}

.t7-goddess-sparkles {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 95px;
  width: clamp(470px, 41vw, 650px);
  height: clamp(470px, 62vw, 780px);
  max-height: 78%;
  transform: translateX(-50%);
  pointer-events: none;
}

.t7-goddess-sparkles--deep {
  z-index: 3;
  inset: 4% -7% 8%;
  width: auto;
  height: auto;
  max-height: none;
  transform: none;
}

.t7-goddess-sparkles i {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fffdf3;
  box-shadow: 0 0 7px #fff, 0 0 16px rgba(246, 215, 142, 0.95), 0 0 30px rgba(155, 188, 255, 0.72);
  animation: t7GoddessGlint 3.4s ease-in-out infinite;
}

.t7-goddess-sparkles i::before,
.t7-goddess-sparkles i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: linear-gradient(90deg, transparent, rgba(255, 248, 218, 0.94), transparent);
  transform: translate(-50%, -50%);
}

.t7-goddess-sparkles i::before { width: 28px; height: 1px; }
.t7-goddess-sparkles i::after { width: 1px; height: 28px; }
.t7-goddess-sparkles i:nth-child(1) { top: 12%; left: 45%; }
.t7-goddess-sparkles i:nth-child(2) { top: 28%; right: 13%; animation-delay: -0.8s; }
.t7-goddess-sparkles i:nth-child(3) { top: 43%; left: 10%; animation-delay: -1.7s; }
.t7-goddess-sparkles i:nth-child(4) { top: 54%; right: 5%; animation-delay: -2.5s; }
.t7-goddess-sparkles i:nth-child(5) { top: 69%; left: 16%; animation-delay: -1.2s; }
.t7-goddess-sparkles i:nth-child(6) { top: 80%; right: 21%; animation-delay: -2.1s; }
.t7-goddess-sparkles i:nth-child(7) { top: 36%; left: 57%; animation-delay: -3s; }

@keyframes t7GoddessGlint {
  0%,
  100% { opacity: 0.12; transform: scale(0.45) rotate(0deg); }
  50% { opacity: 1; transform: scale(1.25) rotate(55deg); }
}

.t7-deep-test {
  width: min(1040px, calc(100% - 48px));
  margin: 0 auto;
  padding: 105px 0;
  text-align: center;
}

.t7-deep-test__intro > p:last-child {
  width: min(720px, 100%);
  margin: 18px auto 42px;
  color: rgba(237, 235, 230, 0.7);
  font-family: var(--t7-sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
}

.t7-deep-test__badge {
  min-height: 30px;
  margin-bottom: 18px;
  padding: 5px 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(232, 207, 143, 0.44);
  border-radius: 999px;
  color: var(--t7-gold);
  background: rgba(36, 18, 55, 0.7);
  font-family: var(--t7-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.t7-deep-test__form {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: 38px;
  display: grid;
  gap: 22px;
  border: 1px solid rgba(230, 205, 138, 0.42);
  border-radius: 24px;
  box-sizing: border-box;
  text-align: left;
  background:
    radial-gradient(circle at 50% 0%, rgba(100, 77, 166, 0.23), transparent 38%),
    linear-gradient(155deg, rgba(14, 31, 70, 0.94), rgba(19, 10, 42, 0.96));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34), inset 0 0 45px rgba(108, 143, 224, 0.05);
}

.t7-form-grid--deep {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.t7-field select,
.t7-field textarea {
  width: 100%;
  padding: 0 15px;
  border: 1px solid rgba(216, 189, 120, 0.34);
  border-radius: 10px;
  box-sizing: border-box;
  color: white;
  color-scheme: dark;
  background: rgba(255, 255, 255, 0.055);
  font-family: var(--t7-sans);
  font-size: 15px;
  font-weight: 500;
  outline: none;
}

.t7-field select {
  height: 50px;
}

.t7-field select option {
  color: #11182d;
  background: #ffffff;
  font-weight: 600;
}

.t7-field textarea {
  min-height: 150px;
  padding-top: 14px;
  padding-bottom: 14px;
  resize: vertical;
  line-height: 1.8;
}

.t7-field select:focus,
.t7-field textarea:focus {
  border-color: rgba(232, 207, 140, 0.86);
  box-shadow: 0 0 0 3px rgba(216, 189, 120, 0.11);
}

.t7-theme-picker--deep {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.t7-deep-partner-fields[hidden] {
  display: none;
}

.t7-deep-partner-fields {
  padding: 28px;
  display: grid;
  gap: 22px;
  border: 1px solid rgba(233, 202, 126, 0.38);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(145, 102, 199, 0.2), transparent 46%),
    linear-gradient(145deg, rgba(17, 34, 75, 0.78), rgba(30, 13, 53, 0.82));
  box-shadow: inset 0 0 34px rgba(123, 157, 238, 0.05), 0 15px 38px rgba(0, 0, 0, 0.2);
  animation: t7PartnerFieldsReveal 0.42s ease both;
}

.t7-deep-partner-fields__head {
  text-align: center;
}

.t7-deep-partner-fields__head > span {
  display: block;
  color: var(--t7-gold);
  font-family: var(--t7-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.t7-deep-partner-fields__head h3 {
  margin: 7px 0 8px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.t7-deep-partner-fields__head p {
  margin: 0;
  color: rgba(236, 234, 239, 0.68);
  font-family: var(--t7-sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}

@keyframes t7PartnerFieldsReveal {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.t7-deep-test__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(239, 237, 232, 0.72);
  font-family: var(--t7-sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
}

.t7-deep-test__consent input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: #8c5baa;
}

.t7-deep-test__notice,
.t7-deep-test__error {
  margin: 0;
  text-align: center;
  font-family: var(--t7-sans);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.8;
}

.t7-deep-test__notice {
  color: rgba(229, 228, 232, 0.5);
}

.t7-deep-test__error {
  color: #ffe0c4;
}

.t7-deep-test__progress {
  width: min(900px, 100%);
  min-height: 430px;
  margin: 0 auto;
  padding-top: 70px;
  border: 1px solid rgba(230, 205, 138, 0.38);
  border-radius: 24px;
  background: radial-gradient(circle at 50% 42%, rgba(73, 108, 202, 0.18), transparent 46%);
}

.t7-deep-test__progress .t7-reading-progress__orb img {
  transform: translateX(3.6%);
  animation-name: t7ReadingPulseCentered;
}

@keyframes t7ReadingPulseCentered {
  0%,
  100% {
    opacity: 0.68;
    transform: translateX(3.6%) scale(0.94);
  }
  50% {
    opacity: 1;
    transform: translateX(3.6%) scale(1.04);
  }
}

.t7-reading-report--live {
  margin-top: 0;
}

.t7-reading-report__profile {
  margin: 28px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.t7-reading-report__profile span {
  min-height: 30px;
  padding: 5px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(229, 205, 139, 0.3);
  border-radius: 999px;
  color: rgba(250, 242, 219, 0.74);
  background: rgba(5, 13, 37, 0.4);
  font-family: var(--t7-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.t7-reading-report__birth-story {
  padding: 46px 24px 38px;
  text-align: center;
}

.t7-reading-report__birth-story > span {
  color: var(--t7-gold);
  font-family: var(--t7-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.t7-reading-report__birth-story h3 {
  margin: 12px 0 18px;
  color: var(--t7-ivory);
  font-size: clamp(25px, 3.4vw, 36px);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.t7-reading-report__birth-story p {
  width: min(720px, 100%);
  margin: 0 auto;
  color: rgba(236, 234, 232, 0.72);
  font-family: var(--t7-sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 2.1;
}

.t7-reading-report__birthmap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(232, 207, 143, 0.22);
  border-bottom: 1px solid rgba(232, 207, 143, 0.22);
}

.t7-reading-report__birthmap section {
  min-height: 210px;
  padding: 29px 28px;
  box-sizing: border-box;
}

.t7-reading-report__birthmap section:nth-child(even) {
  border-left: 1px solid rgba(232, 207, 143, 0.18);
}

.t7-reading-report__birthmap section:nth-child(n + 3) {
  border-top: 1px solid rgba(232, 207, 143, 0.18);
}

.t7-reading-report__birthmap span {
  color: rgba(232, 207, 143, 0.7);
  font-family: var(--t7-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.t7-reading-report__birthmap strong {
  display: block;
  margin: 11px 0 12px;
  color: var(--t7-ivory);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.t7-reading-report__birthmap p {
  margin: 0;
  color: rgba(232, 232, 237, 0.65);
  font-family: var(--t7-sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.95;
}

.t7-deep-test__retry {
  min-width: 280px;
  margin: 28px auto 0;
  padding: 11px 22px;
  display: block;
  border: 1px solid rgba(232, 207, 143, 0.4);
  border-radius: 999px;
  color: rgba(255, 248, 230, 0.78);
  background: rgba(9, 20, 51, 0.7);
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 820px) {
  body,
  .t7-deep-body {
    padding-bottom: 106px;
  }

  .t7-orbit-nav {
    width: calc(100% - 16px);
    height: 112px;
    padding: 0 12px 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr)) 1.15fr repeat(2, minmax(0, 1fr));
  }

  .t7-orbit-nav__altar {
    bottom: -20px;
  }

  .t7-orbit-nav__item {
    height: 61px;
    padding: 0 2px 4px;
    font-size: 11px;
    letter-spacing: 0;
  }

  .t7-orbit-nav__item img {
    width: 33px;
    height: 33px;
  }

  .t7-orbit-nav__home {
    height: 94px;
    padding-bottom: 2px;
  }

  .t7-orbit-nav__home img {
    width: 84px;
    height: 42px;
  }

  .t7-orbit-nav__home span {
    font-size: 11px;
  }

  .t7-orbit-nav__glint--one {
    top: 30px;
    left: 13%;
  }

  .t7-orbit-nav__glint--two {
    top: 22px;
    right: 14%;
  }

  .t7-goddess-sparkles {
    top: 300px;
    bottom: auto;
    width: min(104vw, 550px);
    height: 520px;
    max-height: none;
  }

  .t7-goddess-sparkles--deep {
    inset: 3% -5% 16%;
    width: auto;
    height: auto;
  }

  .t7-deep-test {
    width: calc(100% - 34px);
    padding: 74px 0;
  }

  .t7-deep-test__form {
    padding: 25px 18px;
    border-radius: 18px;
  }

  .t7-deep-partner-fields {
    padding: 22px 16px;
  }

  .t7-form-grid--deep,
  .t7-theme-picker--deep,
  .t7-reading-report__birthmap {
    grid-template-columns: 1fr;
  }

  .t7-theme-picker--deep {
    gap: 8px;
  }

  .t7-reading-report__birth-story {
    padding: 38px 0 32px;
  }

  .t7-reading-report__birthmap section {
    min-height: 0;
    padding: 24px 17px;
  }

  .t7-reading-report__birthmap section:nth-child(even) {
    border-left: 0;
  }

  .t7-reading-report__birthmap section + section {
    border-top: 1px solid rgba(232, 207, 143, 0.18);
  }

  .t7-deep-test__progress {
    min-height: 390px;
    padding-top: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .t7-orbit-nav__item,
  .t7-orbit-nav__home,
  .t7-orbit-nav__glint,
  .t7-goddess-sparkles i {
    animation: none;
  }
}

/* 1.6.1: visible celestial card artwork, framed seals and travelling light */
@property --t7-result-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.t7-reading-card {
  isolation: isolate;
  overflow: visible;
  background:
    linear-gradient(90deg, rgba(3, 10, 29, 0.08) 0%, rgba(3, 11, 32, 0.64) 30%, rgba(3, 11, 32, 0.68) 70%, rgba(3, 10, 29, 0.08) 100%),
    linear-gradient(180deg, rgba(5, 14, 39, 0.04), rgba(4, 12, 34, 0.24)),
    url("assets/images/9t7-card-light-bg.webp") center / cover no-repeat;
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.4),
    inset 0 0 42px rgba(90, 142, 255, 0.16),
    inset 0 0 0 1px rgba(173, 205, 255, 0.06);
}

.t7-reading-card--personal {
  background:
    linear-gradient(90deg, rgba(25, 7, 39, 0.08) 0%, rgba(28, 8, 46, 0.62) 30%, rgba(28, 8, 46, 0.68) 70%, rgba(25, 7, 39, 0.08) 100%),
    linear-gradient(180deg, rgba(40, 10, 56, 0.04), rgba(21, 7, 38, 0.25)),
    url("assets/images/9t7-card-deep-bg.webp") center / cover no-repeat;
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.4),
    inset 0 0 44px rgba(198, 104, 255, 0.15),
    inset 0 0 0 1px rgba(255, 198, 242, 0.06);
}

.t7-reading-card__seal {
  top: -39px;
  z-index: 4;
  width: 78px;
  height: 78px;
  padding: 10px;
  border: 1px solid rgba(247, 220, 143, 0.92);
  outline: 1px solid rgba(116, 151, 224, 0.2);
  outline-offset: 4px;
  background:
    radial-gradient(circle at 50% 42%, rgba(44, 73, 143, 0.76), rgba(6, 15, 43, 0.98) 68%),
    #07122f;
  box-shadow:
    0 0 0 5px rgba(5, 13, 38, 0.86),
    0 0 18px rgba(255, 222, 139, 0.55),
    0 0 34px rgba(111, 153, 255, 0.34),
    inset 0 0 15px rgba(255, 236, 177, 0.18);
  object-fit: contain;
}

.t7-reading-card--personal .t7-reading-card__seal {
  outline-color: rgba(222, 150, 255, 0.26);
  background:
    radial-gradient(circle at 50% 42%, rgba(105, 47, 132, 0.76), rgba(27, 8, 48, 0.98) 68%),
    #210934;
  box-shadow:
    0 0 0 5px rgba(25, 7, 42, 0.86),
    0 0 18px rgba(255, 218, 150, 0.5),
    0 0 36px rgba(218, 112, 255, 0.36),
    inset 0 0 15px rgba(255, 229, 183, 0.18);
}

.t7-reading-card h2,
.t7-reading-card p,
.t7-reading-card > .t7-art-button {
  position: relative;
  z-index: 1;
  top: 20px;
}

.t7-reading-card h2,
.t7-reading-card p {
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.92), 0 0 18px rgba(4, 10, 28, 0.76);
}

.t7-orbit-nav__item,
.t7-orbit-nav__home {
  top: 20px;
}

.t7-orbit-nav__item:nth-of-type(1),
.t7-orbit-nav__item:nth-of-type(2) {
  left: -30px;
}

.t7-orbit-nav__item:nth-of-type(4),
.t7-orbit-nav__item:nth-of-type(5) {
  left: 20px;
}

.t7-orbit-nav__glint--three {
  top: 91px;
  left: 27%;
  animation-delay: -0.55s;
}

.t7-orbit-nav__glint--four {
  top: 82px;
  right: 28%;
  animation-delay: -1.95s;
}

.t7-orbit-nav__glint--five {
  top: 18px;
  left: 38%;
  animation-delay: -2.3s;
}

.t7-orbit-nav__glint--six {
  top: 20px;
  right: 38%;
  animation-delay: -0.9s;
}

.t7-orbit-nav__glint--seven {
  top: 122px;
  left: 45%;
  animation-delay: -1.75s;
}

.t7-orbit-nav__glint--eight {
  top: 118px;
  right: 45%;
  animation-delay: -0.25s;
}

.t7-orbit-nav__ring-light {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -56px;
  width: 238px;
  height: 238px;
  border-radius: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.t7-orbit-nav__ring-light::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    transparent 0 63%,
    rgba(159, 193, 255, 0.08) 72%,
    rgba(255, 239, 184, 0.8) 82%,
    rgba(255, 255, 255, 0.96) 86%,
    transparent 94% 100%
  );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
  filter: drop-shadow(0 0 7px rgba(255, 229, 154, 0.82));
  animation: t7CenterRingSweep 6.4s linear infinite;
}

.t7-orbit-nav__ring-light::after {
  content: "";
  position: absolute;
  top: 3px;
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fffdf3;
  box-shadow:
    0 0 8px #fff,
    0 0 18px rgba(255, 226, 144, 0.96),
    0 0 34px rgba(157, 187, 255, 0.72);
  transform-origin: 50% 116px;
  animation: t7CenterRingSweep 4.8s linear infinite;
}

.t7-result,
.t7-reading-report {
  --t7-result-angle: 0deg;
  isolation: isolate;
}

.t7-result {
  position: relative;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(232, 207, 143, 0.34);
  border-radius: 20px;
  box-sizing: border-box;
  background:
    radial-gradient(circle at 50% 0%, rgba(94, 118, 201, 0.13), transparent 42%),
    rgba(6, 14, 39, 0.34);
  box-shadow: inset 0 0 32px rgba(103, 139, 230, 0.05), 0 0 26px rgba(97, 139, 229, 0.08);
}

.t7-result::before,
.t7-result::after,
.t7-reading-report::before,
.t7-reading-report::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  width: auto;
  height: auto;
  padding: 2px;
  border-radius: inherit;
  box-sizing: border-box;
  pointer-events: none;
  background: conic-gradient(
    from var(--t7-result-angle),
    transparent 0 66%,
    rgba(133, 176, 255, 0.12) 72%,
    rgba(255, 224, 142, 0.9) 79%,
    #fffdf2 82%,
    rgba(192, 151, 255, 0.76) 86%,
    transparent 93% 100%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  box-shadow: none;
  transform: none;
  animation: t7ResultBorderLight 7.2s linear infinite;
}

.t7-result::after,
.t7-reading-report::after {
  inset: 3px;
  padding: 1px;
  opacity: 0.52;
  animation-delay: -3.6s;
  animation-duration: 9.4s;
}

.t7-result > *,
.t7-reading-report > * {
  position: relative;
  z-index: 1;
}

@keyframes t7CenterRingSweep {
  to { transform: rotate(360deg); }
}

@keyframes t7ResultBorderLight {
  to { --t7-result-angle: 360deg; }
}

@media (max-width: 820px) {
  .t7-hero {
    min-height: 1630px;
  }

  .t7-reading-card {
    padding-top: 60px;
    overflow: hidden;
  }

  .t7-reading-card__seal {
    display: block;
    top: 9px;
    width: 50px;
    height: 50px;
    padding: 7px;
    outline-offset: 2px;
    box-shadow:
      0 0 0 3px rgba(5, 13, 38, 0.82),
      0 0 14px rgba(255, 222, 139, 0.48),
      0 0 24px rgba(111, 153, 255, 0.28);
  }

  .t7-reading-card--personal .t7-reading-card__seal {
    box-shadow:
      0 0 0 3px rgba(25, 7, 42, 0.82),
      0 0 14px rgba(255, 218, 150, 0.44),
      0 0 25px rgba(218, 112, 255, 0.3);
  }

  .t7-feature-deck {
    top: 1290px;
  }

  .t7-orbit-nav__item,
  .t7-orbit-nav__home {
    top: 8px;
  }

  .t7-orbit-nav__item:nth-of-type(1),
  .t7-orbit-nav__item:nth-of-type(2) {
    left: -10px;
  }

  .t7-orbit-nav__item:nth-of-type(4),
  .t7-orbit-nav__item:nth-of-type(5) {
    left: 8px;
  }

  .t7-orbit-nav__ring-light {
    bottom: -20px;
    width: 128px;
    height: 128px;
  }

  .t7-orbit-nav__ring-light::after {
    transform-origin: 50% 61px;
  }

  .t7-orbit-nav__glint--three { top: 53px; left: 28%; }
  .t7-orbit-nav__glint--four { top: 50px; right: 28%; }
  .t7-orbit-nav__glint--five { top: 16px; left: 39%; }
  .t7-orbit-nav__glint--six { top: 16px; right: 39%; }
  .t7-orbit-nav__glint--seven { top: 78px; left: 45%; }
  .t7-orbit-nav__glint--eight { top: 76px; right: 45%; }

  .t7-result {
    padding: 18px 14px;
    border-radius: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .t7-orbit-nav__ring-light::before,
  .t7-orbit-nav__ring-light::after,
  .t7-result::before,
  .t7-result::after,
  .t7-reading-report::before,
  .t7-reading-report::after {
    animation: none;
  }
}

/* 1.7.0: lifted altar, celestial wings, goddess radiance and temple awakening */
body {
  padding-bottom: 224px;
}

.t7-copy h1 {
  font-size: clamp(36px, 3.5vw, 56px);
}

.t7-cta-deck {
  bottom: 295px;
}

.t7-reading-card {
  animation: t7CardLevitation 5.8s ease-in-out infinite;
  will-change: transform, filter;
}

.t7-reading-card--personal {
  animation-delay: -2.9s;
}

.t7-reading-card__seal {
  left: 50%;
  object-position: center;
  transform: translateX(-50%);
}

@keyframes t7CardLevitation {
  0%,
  100% {
    transform: translateY(0);
    filter: brightness(1);
  }
  50% {
    transform: translateY(-10px);
    filter: brightness(1.06);
  }
}

.t7-section__orb img,
[data-t7-dialog="light"] .t7-dialog__head img,
.t7-reading-progress__orb img {
  margin-right: 0;
  margin-left: 0;
  object-position: center center;
  transform: none;
}

.t7-goddess,
.t7-deep-hero__goddess {
  filter:
    drop-shadow(0 0 12px rgba(255, 247, 213, 0.76))
    drop-shadow(0 0 32px rgba(170, 204, 255, 0.58))
    drop-shadow(0 0 64px rgba(211, 149, 255, 0.34))
    drop-shadow(0 20px 34px rgba(11, 18, 57, 0.46));
  will-change: transform, filter;
}

.t7-goddess {
  animation: t7Float 8s ease-in-out infinite, t7GoddessRadiance 4.8s ease-in-out infinite;
}

.t7-deep-hero__goddess {
  animation: t7DeepGoddessFloat 4.6s ease-in-out infinite, t7GoddessRadiance 4.8s ease-in-out infinite -1.7s;
}

.t7-goddess-sparkles::before {
  content: "";
  position: absolute;
  inset: 5% 2% 4%;
  border-radius: 46%;
  opacity: 0.5;
  background:
    radial-gradient(ellipse at 50% 42%, rgba(255, 247, 211, 0.3), rgba(153, 197, 255, 0.18) 35%, rgba(207, 140, 255, 0.1) 56%, transparent 73%);
  filter: blur(24px);
  mix-blend-mode: screen;
  animation: t7AuraBreath 4.8s ease-in-out infinite;
}

@keyframes t7GoddessRadiance {
  0%,
  100% {
    filter:
      drop-shadow(0 0 12px rgba(255, 247, 213, 0.7))
      drop-shadow(0 0 30px rgba(170, 204, 255, 0.52))
      drop-shadow(0 0 58px rgba(211, 149, 255, 0.3))
      drop-shadow(0 20px 34px rgba(11, 18, 57, 0.46));
  }
  50% {
    filter:
      drop-shadow(0 0 18px rgba(255, 251, 226, 0.92))
      drop-shadow(0 0 44px rgba(135, 206, 255, 0.72))
      drop-shadow(0 0 84px rgba(233, 156, 255, 0.46))
      drop-shadow(0 22px 38px rgba(11, 18, 57, 0.5));
  }
}

@keyframes t7AuraBreath {
  0%,
  100% { opacity: 0.34; transform: scale(0.96); }
  50% { opacity: 0.68; transform: scale(1.04); }
}

.t7-orbit-nav {
  bottom: calc(50px + env(safe-area-inset-bottom, 0px));
}

.t7-orbit-nav__wings {
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: calc(-50px - env(safe-area-inset-bottom, 0px));
  width: 100vw;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  opacity: 1;
  pointer-events: none;
  filter: none;
  transform: translateX(-50%);
}

.t7-cursor-stardust {
  position: fixed;
  z-index: 999;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.t7-orbit-nav__altar {
  z-index: 1;
}

.t7-orbit-nav__item,
.t7-orbit-nav__home {
  z-index: 3;
}

.t7-orbit-nav__glint {
  z-index: 5;
}

.t7-orbit-nav__ring-light {
  z-index: 4;
}

.t7-orbit-nav__home {
  isolation: isolate;
}

@media (min-width: 821px) {
  .t7-orbit-nav__home {
    top: 48px;
  }
}

.t7-orbit-nav__home::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -9px;
  width: 156px;
  height: 156px;
  border: 1px solid rgba(255, 238, 187, 0.82);
  border-radius: 50%;
  background:
    radial-gradient(circle at 31% 24%, rgba(255, 255, 255, 0.96) 0 4%, rgba(212, 246, 255, 0.78) 8%, transparent 22%),
    radial-gradient(circle at 66% 68%, rgba(255, 175, 222, 0.92), transparent 37%),
    radial-gradient(circle at 36% 38%, rgba(129, 227, 255, 0.96), rgba(135, 156, 239, 0.9) 42%, rgba(105, 53, 143, 0.96) 73%, #12163c 100%);
  box-shadow:
    inset -18px -24px 34px rgba(30, 15, 77, 0.55),
    inset 17px 16px 30px rgba(224, 252, 255, 0.28),
    0 0 18px rgba(154, 226, 255, 0.72),
    0 0 42px rgba(235, 139, 255, 0.48),
    0 12px 26px rgba(0, 0, 0, 0.42);
  animation: t7CenterOrbPulse 5.2s ease-in-out infinite;
}

.t7-orbit-nav__home::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 94px;
  width: 92px;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.5), transparent 68%);
  filter: blur(4px);
  transform: translateX(-50%) rotate(-11deg);
  pointer-events: none;
}

.t7-orbit-nav__home img,
.t7-orbit-nav__home span {
  position: relative;
  z-index: 2;
}

@keyframes t7CenterOrbPulse {
  0%,
  100% { transform: translateX(-50%) scale(0.97); filter: saturate(0.92) brightness(0.96); }
  50% { transform: translateX(-50%) scale(1.035); filter: saturate(1.12) brightness(1.12); }
}

[data-t7-dialog="light"] {
  overflow: visible;
}

[data-t7-dialog="light"] .t7-dialog__shell {
  z-index: auto;
  max-height: min(860px, calc(100dvh - 30px));
  overflow: hidden auto;
  border-radius: inherit;
}

.t7-dialog__goddess {
  position: absolute;
  z-index: 1;
  left: calc(100% - 42px);
  bottom: -20px;
  width: min(390px, 34vw);
  height: auto;
  max-width: none;
  pointer-events: none;
  filter:
    drop-shadow(0 0 14px rgba(255, 248, 218, 0.82))
    drop-shadow(0 0 36px rgba(139, 208, 255, 0.66))
    drop-shadow(0 0 64px rgba(220, 142, 255, 0.4));
  animation: t7DialogGoddessFloat 5.4s ease-in-out infinite, t7GoddessRadiance 4.8s ease-in-out infinite -1.2s;
}

@keyframes t7DialogGoddessFloat {
  0%,
  100% { transform: translateY(0) rotate(-0.35deg); }
  50% { transform: translateY(-12px) rotate(0.35deg); }
}

.t7-temple-radiance {
  display: block;
  position: absolute;
  z-index: 2;
  top: calc(43% + 30px);
  left: 50%;
  width: 140px;
  height: 215px;
  opacity: 0;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(0.92);
  mix-blend-mode: normal;
  animation: t7TempleAwaken 6.8s ease-out 0.7s forwards, t7TemplePulse 6.4s ease-in-out 7.5s infinite;
}

.t7-temple-radiance:focus-visible {
  outline: 2px solid rgba(255, 238, 183, 0.94);
  outline-offset: 8px;
  border-radius: 44%;
}

.t7-temple-radiance > img {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.86;
  filter:
    blur(0.6px)
    brightness(0.98)
    drop-shadow(0 0 9px rgba(255, 248, 218, 0.46))
    drop-shadow(0 0 22px rgba(152, 205, 255, 0.2));
  animation: t7TempleFigureBreath 6.4s ease-in-out infinite;
}

.t7-temple-radiance::before,
.t7-temple-radiance::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border-radius: 50%;
}

.t7-temple-radiance::before {
  inset: 6% -18% 10%;
  background: radial-gradient(ellipse at 50% 44%, rgba(255, 250, 225, 0.16) 0%, rgba(161, 210, 255, 0.07) 34%, rgba(145, 121, 230, 0.025) 54%, transparent 72%);
  filter: blur(14px);
  animation: t7TempleMist 7.2s ease-in-out infinite;
}

.t7-temple-radiance::after {
  left: 12%;
  right: 12%;
  bottom: 2%;
  height: 20%;
  background: radial-gradient(ellipse at center, rgba(255, 247, 211, 0.22), rgba(143, 202, 255, 0.06) 48%, transparent 74%);
  filter: blur(13px);
  animation: t7TempleGroundGlow 6.4s ease-in-out infinite;
}

.t7-temple-radiance span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fffceb;
  box-shadow: 0 0 8px #fff, 0 0 18px rgba(255, 231, 171, 0.72);
  transform-origin: 0 0;
  animation: t7TempleSpark 4.6s linear infinite;
}

.t7-temple-radiance span:nth-child(1) { margin: -92px 0 0 -64px; }
.t7-temple-radiance span:nth-child(2) { margin: 30px 0 0 73px; animation-delay: -1.55s; }
.t7-temple-radiance span:nth-child(3) { margin: 112px 0 0 -28px; animation-delay: -3.1s; }

.t7-deep-hero__goddess-stage {
  z-index: 3;
}

.t7-deep-hero__copy {
  z-index: 5;
}

@keyframes t7TempleAwaken {
  0% { opacity: 0; transform: translate(-50%, -48%) scale(0.92); }
  52% { opacity: 0.3; }
  100% { opacity: 0.82; transform: translate(-50%, -50%) scale(1); }
}

@keyframes t7TemplePulse {
  0%,
  100% { opacity: 0.74; transform: translate(-50%, -50%) scale(0.99); }
  50% { opacity: 0.84; transform: translate(-50%, -50%) scale(1.01); }
}

@keyframes t7TempleFigureBreath {
  0%,
  100% { opacity: 0.82; transform: translateY(1px); }
  50% { opacity: 0.9; transform: translateY(-2px); }
}

@keyframes t7TempleMist {
  0%,
  100% { opacity: 0.55; transform: scale(0.98); }
  50% { opacity: 0.78; transform: scale(1.025); }
}

@keyframes t7TempleGroundGlow {
  0%,
  100% { opacity: 0.46; transform: scaleX(0.95); }
  50% { opacity: 0.68; transform: scaleX(1.04); }
}

@keyframes t7TempleSpark {
  0% { opacity: 0; transform: rotate(0deg) translateX(42px) scale(0.45); }
  24% { opacity: 1; }
  70% { opacity: 0.7; }
  100% { opacity: 0; transform: rotate(360deg) translateX(128px) scale(1.15); }
}

@media (max-width: 820px) {
  .t7-dialog__goddess {
    display: none;
  }
}

@media (max-width: 820px) {
  body,
  .t7-deep-body {
    padding-bottom: 156px;
  }

  .t7-copy h1 {
    font-size: clamp(30px, 8.8vw, 38px);
  }

  .t7-cta-deck {
    top: 735px;
    bottom: auto;
  }

  .t7-orbit-nav {
    bottom: calc(50px + env(safe-area-inset-bottom, 0px));
  }

  .t7-orbit-nav__wings {
    bottom: calc(-50px - env(safe-area-inset-bottom, 0px));
    width: 100vw;
    height: auto;
    object-position: center bottom;
    opacity: 1;
  }

  .t7-orbit-nav__home::before {
    bottom: -3px;
    width: 96px;
    height: 96px;
  }

  .t7-orbit-nav__home::after {
    bottom: 62px;
    width: 56px;
    height: 22px;
  }

  .t7-temple-radiance {
    top: calc(37% + 20px);
    width: 110px;
    height: 170px;
  }
}

@media (max-width: 380px) {
  .t7-copy h1 {
    font-size: 30px;
  }

  .t7-cta-deck {
    top: 740px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .t7-reading-card,
  .t7-goddess-sparkles::before,
  .t7-orbit-nav__home::before,
  .t7-dialog__goddess,
  .t7-temple-radiance,
  .t7-temple-radiance::before,
  .t7-temple-radiance::after,
  .t7-temple-radiance span {
    animation: none;
  }

  .t7-temple-radiance {
    opacity: 0.78;
    transform: translate(-50%, -50%);
  }

  .t7-temple-radiance > img {
    animation: none;
  }

  .t7-cursor-stardust {
    display: none;
  }
}

/* 1.8.3: compact, image-backed light-reading result */
[data-t7-dialog="light"] {
  max-height: calc(100dvh - 16px);
}

[data-t7-dialog="light"] .t7-dialog__shell {
  max-height: calc(100dvh - 16px);
  overflow: visible;
}

[data-t7-dialog="light"].is-result-ready .t7-dialog__shell {
  height: 100%;
  max-height: none;
  padding: 46px 44px 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

[data-t7-dialog="light"].is-result-ready .t7-dialog__head {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

[data-t7-dialog="light"].is-result-ready .t7-result {
  min-height: 0;
  flex: 1;
  padding: 22px 24px 18px;
  overflow: hidden;
  border-color: rgba(238, 212, 145, 0.5);
  border-radius: 18px;
  background:
    linear-gradient(rgba(5, 14, 39, 0.08), rgba(8, 12, 35, 0.16)),
    url("assets/images/9t7-light-result-frame-bg.webp") center / 100% 100% no-repeat;
  box-shadow:
    inset 0 0 30px rgba(126, 159, 241, 0.08),
    0 0 24px rgba(102, 147, 238, 0.12),
    0 0 46px rgba(197, 139, 255, 0.06);
}

[data-t7-dialog="light"].is-result-ready .t7-result > * {
  z-index: 5;
}

[data-t7-dialog="light"].is-result-ready .t7-dialog__close {
  z-index: 6;
}

[data-t7-dialog="light"].is-result-ready .t7-result__date {
  margin-bottom: 5px;
}

[data-t7-dialog="light"].is-result-ready .t7-result h3 {
  margin-bottom: 7px;
  font-size: 20px;
  line-height: 1.45;
}

[data-t7-dialog="light"].is-result-ready .t7-result__score {
  width: auto;
  height: auto;
  margin-bottom: 4px;
  display: block;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

[data-t7-dialog="light"].is-result-ready .t7-result__score strong {
  color: var(--t7-gold);
  font-size: 34px;
  line-height: 1.1;
}

[data-t7-dialog="light"].is-result-ready .t7-result__score span {
  display: none;
}

[data-t7-dialog="light"].is-result-ready .t7-result__title {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.5;
}

[data-t7-dialog="light"].is-result-ready .t7-result__message {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.72;
  white-space: pre-line;
}

[data-t7-dialog="light"].is-result-ready .t7-result__grid {
  margin-bottom: 12px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 26px;
}

[data-t7-dialog="light"].is-result-ready .t7-result__grid div {
  padding: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  border: 0;
  border-radius: 0;
  background: none;
}

[data-t7-dialog="light"].is-result-ready .t7-result__grid span {
  margin-bottom: 0;
}

[data-t7-dialog="light"].is-result-ready .t7-result__grid strong {
  font-size: 16px;
}

[data-t7-dialog="light"].is-result-ready .t7-result__action {
  margin-bottom: 10px;
  padding: 10px 14px;
}

[data-t7-dialog="light"].is-result-ready .t7-result__action span {
  margin-bottom: 4px;
}

[data-t7-dialog="light"].is-result-ready .t7-result__action strong {
  font-size: 13px;
  line-height: 1.55;
}

[data-t7-dialog="light"].is-result-ready .t7-result__buttons {
  gap: 8px;
}

[data-t7-dialog="light"].is-result-ready .t7-secondary-button,
[data-t7-dialog="light"].is-result-ready .t7-deep-detail-button {
  min-height: 36px;
  padding-top: 7px;
  padding-bottom: 7px;
}

@media (min-width: 821px) {
  [data-t7-dialog="light"] .t7-dialog__goddess {
    z-index: 4;
    left: calc(100% - 220px);
    bottom: -800px;
    width: min(900px, 66vw);
  }

  [data-t7-dialog="light"].is-result-ready .t7-dialog__goddess {
    bottom: -607px;
  }
}

@media (max-width: 820px) {
  [data-t7-dialog="light"].is-result-ready .t7-dialog__shell {
    padding: 46px 14px 0;
  }

  [data-t7-dialog="light"].is-result-ready .t7-result {
    padding: 20px 14px 16px;
  }

  [data-t7-dialog="light"].is-result-ready .t7-result__grid {
    gap: 14px;
  }
}

/* 1.9.0: vertically centered result panel and precision alignment */
[data-t7-dialog="light"].is-result-ready {
  position: fixed;
  top: 50%;
  bottom: auto;
  height: min(733px, calc(100dvh - 10px));
  max-height: calc(100dvh - 10px);
  margin: 0 auto;
  transform: translateY(-50%);
}

#light-reading .t7-section__orb img {
  transform: translate(-7px, 8px);
}

#deep-reading .t7-section__orb img {
  transform: translateX(7px);
}

@media (min-width: 821px) {
  .t7-orbit-nav__item {
    top: 25px;
  }
}

@media (max-width: 820px) {
  .t7-orbit-nav__item {
    top: 13px;
  }
}

/* 1.9.6: place the center orb behind the metal altar frame */
.t7-orbit-nav::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -27px;
  width: 176px;
  height: 176px;
  border: 1px solid rgba(255, 238, 187, 0.82);
  border-radius: 50%;
  background:
    radial-gradient(circle at 31% 24%, rgba(255, 255, 255, 0.96) 0 4%, rgba(212, 246, 255, 0.78) 8%, transparent 22%),
    radial-gradient(circle at 66% 68%, rgba(255, 175, 222, 0.92), transparent 37%),
    radial-gradient(circle at 36% 38%, rgba(129, 227, 255, 0.96), rgba(135, 156, 239, 0.9) 42%, rgba(105, 53, 143, 0.96) 73%, #12163c 100%);
  box-shadow:
    inset -18px -24px 34px rgba(30, 15, 77, 0.55),
    inset 17px 16px 30px rgba(224, 252, 255, 0.28),
    0 0 18px rgba(154, 226, 255, 0.72),
    0 0 42px rgba(235, 139, 255, 0.48),
    0 12px 26px rgba(0, 0, 0, 0.42);
  transform: translateX(-50%);
  animation: t7CenterOrbChromaticGlow 6.8s ease-in-out infinite;
  pointer-events: none;
}

.t7-orbit-nav__home {
  z-index: auto;
  isolation: auto;
  animation: none;
}

.t7-orbit-nav__home::before {
  content: none;
}

.t7-orbit-nav__home img,
.t7-orbit-nav__home span {
  animation: none;
}

@keyframes t7CenterOrbChromaticGlow {
  0%,
  100% {
    opacity: 0.92;
    filter: hue-rotate(-5deg) saturate(0.96) brightness(0.98);
    box-shadow:
      inset -18px -24px 34px rgba(30, 15, 77, 0.55),
      inset 17px 16px 30px rgba(224, 252, 255, 0.28),
      0 0 14px rgba(154, 226, 255, 0.58),
      0 0 34px rgba(235, 139, 255, 0.34),
      0 12px 26px rgba(0, 0, 0, 0.42);
    transform: translateX(-50%);
  }
  50% {
    opacity: 1;
    filter: hue-rotate(8deg) saturate(1.12) brightness(1.08);
    box-shadow:
      inset -18px -24px 34px rgba(30, 15, 77, 0.48),
      inset 17px 16px 30px rgba(224, 252, 255, 0.38),
      0 0 23px rgba(154, 226, 255, 0.82),
      0 0 52px rgba(235, 139, 255, 0.54),
      0 12px 26px rgba(0, 0, 0, 0.42);
    transform: translateX(-50%);
  }
}

@media (max-width: 820px) {
  .t7-orbit-nav::before {
    bottom: -7px;
    width: 106px;
    height: 106px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .t7-orbit-nav::before,
  .t7-orbit-nav__home img,
  .t7-orbit-nav__home span {
    animation: none;
  }
}

/* 1.9.7: mobile-first hero composition and text-led navigation */
@media (max-width: 820px) {
  body,
  .t7-deep-body {
    padding-bottom: 108px;
  }

  .t7-deep-hero {
    min-height: 860px;
  }

  .t7-deep-hero__veil {
    background:
      linear-gradient(180deg, rgba(2, 8, 23, 0.22), rgba(2, 8, 23, 0.24) 44%, rgba(2, 8, 23, 0.74) 72%, #071027),
      radial-gradient(circle at 50% 24%, transparent 0 20%, rgba(2, 8, 23, 0.32) 60%);
  }

  .t7-deep-hero__copy {
    top: 72px;
    left: 20px;
    right: 20px;
    display: flex;
    width: auto;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .t7-deep-hero__copy h1 {
    margin-bottom: 16px;
    font-size: clamp(38px, 10.6vw, 44px);
    line-height: 1.34;
    letter-spacing: 0.045em;
  }

  .t7-deep-hero__copy > p:last-of-type {
    max-width: 350px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.78;
  }

  .t7-deep-hero__copy > p:last-of-type br {
    display: none;
  }

  .t7-deep-hero__price {
    align-self: flex-start;
    min-width: 210px;
    margin: 22px 0 0 2px;
    padding: 10px 18px;
    gap: 6px;
  }

  .t7-deep-hero__price strong {
    font-size: 28px;
  }

  .t7-deep-hero__goddess-stage {
    --t7-deep-goddess-start: 50%;
    --t7-deep-goddess-end: 69%;
    left: var(--t7-deep-goddess-end);
    top: 340px;
    bottom: auto;
    width: min(118vw, 520px);
  }

  .t7-orbit-nav {
    bottom: env(safe-area-inset-bottom, 0px);
    width: 100%;
    height: 82px;
    padding: 0 8px 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr)) 1.08fr repeat(2, minmax(0, 1fr));
  }

  .t7-orbit-nav__wings {
    bottom: calc(-48px - env(safe-area-inset-bottom, 0px));
  }

  .t7-orbit-nav__altar {
    bottom: -44px;
  }

  .t7-orbit-nav__item {
    top: 0;
    left: 0 !important;
    height: 44px;
    padding: 0 2px 12px;
    justify-content: flex-end;
    gap: 0;
    animation: none;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.015em;
  }

  .t7-orbit-nav__item img {
    display: none;
  }

  .t7-orbit-nav__home {
    top: 0;
    height: 82px;
    padding: 0 0 9px;
  }

  .t7-orbit-nav__home img {
    width: 70px;
    height: 28px;
  }

  .t7-orbit-nav__home span {
    margin-top: -1px;
    font-size: 11px;
  }

  .t7-orbit-nav__home::after {
    display: none;
  }
}

/* 9t7 mobile nav alignment 1.9.8 */
@media (max-width: 820px) {
  .t7-orbit-nav::before {
    bottom: 2px;
    width: 88px;
    height: 88px;
  }

  .t7-orbit-nav__item {
    height: 60px;
    justify-content: center;
    padding: 0 2px 4px;
  }

  .t7-orbit-nav__home {
    box-sizing: border-box;
    height: 82px;
    justify-content: center;
    padding: 0 0 10px;
  }

  .t7-orbit-nav__home img {
    width: 58px;
    height: 24px;
  }

  .t7-price strong {
    font-size: 36px;
  }
}

/* 9t7 mobile frame lift 1.9.10 */
@media (max-width: 820px) {
  .t7-orbit-nav__wings {
    bottom: calc(-38px - env(safe-area-inset-bottom, 0px));
  }

  .t7-orbit-nav__altar {
    bottom: -34px;
  }
}

/* 9t7 mobile menu position 1.9.11 */
@media (max-width: 820px) {
  .t7-orbit-nav {
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  }

  .t7-orbit-nav__item:nth-of-type(2) {
    left: -3px !important;
  }

  .t7-orbit-nav__item:nth-of-type(4) {
    left: 3px !important;
  }
}
