/* 2026-09-07：按对比报告统一舞台坐标与运动时序，范围只限公开塔罗前台。 */
@font-face {
  font-family: 'Oracle Display';
  src: url('/fonts/NotoSerifSC-Display.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
.oracle-home, .oracle-reading-celestial {
  --o-night: #1e1131;
  --o-gold: #d2a17d;
  --o-text: #e6f3e8;
  --o-muted: #cbb8df;
  --o-line: #a689d23d;
  --o-display: 'Oracle Display', 'Noto Serif SC', 'Songti SC', serif;
  --stage-center: clamp(350px, 50svh, 620px);
  --stage-header: clamp(250px, 30svh, 324px);
  --stage-orbit: clamp(540px, 72.2svh, 890px);
  --stage-moon: clamp(78px, 9svh, 106px);
  --light-center: var(--stage-center);
  --motion-solar: 24s;
  --motion-face: 12s;
  --motion-moon: 3.2s;
  --motion-hover: 2.4s;
  background: var(--o-night);
  color: var(--o-text);
}
/* 不给整个舞台额外预留一条滚动槽，避免 Windows 上整体偏左。 */
html:has(.oracle-home), html:has(.oracle-reading-celestial) { scrollbar-gutter: auto; }
html:has(.oracle-home) body, html:has(.oracle-reading-celestial) body { background: #1e1131; }
.oracle-home :focus-visible, .oracle-reading-celestial :focus-visible { outline-color: #e6d8f0; }
.oracle-home ::selection, .oracle-reading-celestial ::selection { color: #20122f; background: #d9c8ed; }

/* 静态底色已包含完整光场，首帧不依赖客户端脚本提亮。 */
.celestial-backdrop {
  position: absolute;
  inset: 0 0 auto;
  height: max(1480px, calc(100svh + 620px));
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  color: var(--o-gold);
  background: radial-gradient(ellipse min(57vw, 840px) 720px at 50% var(--light-center), #632aa1 0%, #55238d 28%, #351950 61%, #1e1131 100%);
  mask-image: linear-gradient(#000 0 72%, transparent 100%);
}
.celestial-backdrop::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 75% 820px at 50% var(--light-center), transparent 34%, #140b2470 80%, #140b2480 100%);
}
.celestial-light {
  position: absolute;
  left: 50%; top: var(--light-center);
  width: min(1160px, 96vw); height: 1080px;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, #a254dd6b 0%, #8535ce66 24%, #702ba640 46%, transparent 73%);
  animation: celestial-ambient-breathe 9s ease-in-out infinite;
}
.celestial-core {
  position: absolute;
  left: 50%; top: var(--light-center);
  width: 340px; height: 340px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, #fff 0%, #fffaffee 7%, #f2e5ffb8 17%, #d8b9ff6b 29%, #b284f020 49%, transparent 70%);
  animation: celestial-core-shimmer 1.8s ease-in-out infinite alternate;
}
.celestial-stars { position: absolute; inset: 0; width: 100%; height: 100%; }
.celestial-orbit {
  position: absolute;
  width: var(--stage-orbit); height: var(--stage-orbit);
  border: 1px solid #c2a0db35; border-radius: 50%;
  top: calc(var(--stage-center) - var(--stage-orbit) / 2);
  left: calc(50% - var(--stage-orbit) / 2);
}
.celestial-axis { position: absolute; top: var(--stage-center); left: -15%; width: 130%; height: 1px; background: linear-gradient(90deg, transparent, #ac86d522 23%, #c6a5e344 50%, #ac86d522 77%, transparent); }
.axis-falling { transform: rotate(29deg); opacity: .4; }
.axis-rising { transform: rotate(-29deg); opacity: .4; }
.celestial-meridian { position: absolute; top: calc(var(--stage-center) - var(--stage-orbit) / 2 - 35px); left: calc(50% - .5px); width: 1px; height: calc(var(--stage-orbit) + 30px); background: linear-gradient(transparent, #ccb9df35 20%, #ccb9df29 80%, transparent); }
.celestial-corner { position: absolute; top: var(--stage-center); width: 11%; height: calc(var(--stage-orbit) / 2 + 15px); border-bottom: 1px solid #d2a17d65; }
.corner-left { left: 12.5%; border-left: 1px solid #d2a17d65; border-bottom-left-radius: 38px; }
.corner-right { right: 12.5%; border-right: 1px solid #d2a17d65; border-bottom-right-radius: 38px; }
.celestial-sun, .celestial-hourglass, .celestial-eye, .celestial-lunar-seal { position: absolute; z-index: 1; overflow: visible; shape-rendering: geometricPrecision; stroke-linecap: round; stroke-linejoin: round; }
.celestial-sun { width: 108px; left: calc(17.36% - 54px); top: calc(var(--stage-center) * .402 - 54px); }
.celestial-hourglass { width: 70px; right: calc(15.49% - 35px); top: calc(var(--stage-center) * .402 - 35px); }
.celestial-eye { width: 70px; left: calc(15.35% - 35px); top: calc(var(--stage-center) + var(--stage-orbit) / 2 - 62px); }
.celestial-lunar-seal { width: 70px; right: calc(15.49% - 35px); top: calc(var(--stage-center) + var(--stage-orbit) / 2 - 62px); }
.celestial-solar-rays { transform-origin: 60px 60px; animation: celestial-spin var(--motion-solar) linear infinite; }
.celestial-sun-face { transform-origin: 40px 40px; animation: celestial-spin var(--motion-face) linear infinite; }
.celestial-hourglass-turn { transform-origin: 40px 40px; animation: celestial-hour-turn 5s cubic-bezier(.65,0,.35,1) infinite; }
.celestial-hourglass-particles { transform-origin: 40px 40px; animation: celestial-spin 11s linear infinite reverse; }
.celestial-hourglass-particles circle { animation: celestial-particle-twinkle 2.3s ease-in-out infinite alternate; }
.celestial-hourglass-particles circle:nth-child(3n) { animation-delay: -.7s; }
.celestial-hourglass-particles circle:nth-child(3n + 1) { animation-delay: -1.5s; }
.celestial-sand-top { transform-origin: 40px 36px; animation: celestial-sand 2.5s ease-in-out infinite alternate; }
.celestial-sand-bottom { transform-origin: 40px 54px; animation: celestial-sand 2.5s ease-in-out -2.5s infinite alternate; }
.celestial-sand-stream { animation: celestial-sand-flow .8s linear infinite; }
.celestial-moon { position: absolute; top: calc(var(--stage-center) - var(--stage-moon) / 2); width: var(--stage-moon); height: var(--stage-moon); border-radius: 50%; isolation: isolate; }
.moon-left { left: calc(12.5% - var(--stage-moon) / 2); }
.moon-right { right: calc(12.5% - var(--stage-moon) / 2); }
.celestial-moon-light { position: absolute; inset: -3px; border-radius: 50%; background: #edd0ac; box-shadow: 0 0 20px #e8ba8260; }
.celestial-moon-shadow { position: absolute; inset: 0; border-radius: 50%; background: #1e1131; transform: translate(-4px, 5px); animation: celestial-eclipse var(--motion-moon) ease-in-out infinite alternate; }
.moon-right .celestial-moon-shadow { animation-direction: alternate-reverse; }

/* 首页：六项导航、主牌、标题、下探箭头共用一条纵轴。 */
.oracle-home .oracle-header { width: min(940px, calc(100% - 56px)); padding-top: 22px; height: var(--stage-header); box-sizing: border-box; }
.oracle-home .oracle-header-top { min-height: 48px; }
.oracle-home .oracle-wordmark { font-family: var(--o-display); font-size: 34px; font-weight: 400; letter-spacing: .04em; line-height: 1.2; }
.oracle-home .oracle-wordmark span { font-family: var(--font-body); font-size: 12px; letter-spacing: .12em; }
.oracle-home .oracle-journal-link, .oracle-home .oracle-login-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; }
.oracle-home .oracle-header-seal { width: 34px; height: 34px; margin: 12px auto 26px; color: var(--o-text); }
.celestial-crest-spin { transform-origin: 24px 24px; animation: celestial-spin 26s linear infinite; }
.oracle-home .oracle-arched-nav { width: min(720px, 76vw); margin: auto; padding: 0; gap: 0; }
.oracle-home .oracle-arched-nav a { --nav-y: 0px; position: relative; flex: 1; min-width: 0; font-size: 15px; font-weight: 500; gap: 9px; transform: translateY(var(--nav-y)); transition: color .25s; }
.oracle-home .oracle-arched-nav a:nth-child(1), .oracle-home .oracle-arched-nav a:nth-child(6) { --nav-y: 30px; }
.oracle-home .oracle-arched-nav a:nth-child(2), .oracle-home .oracle-arched-nav a:nth-child(5) { --nav-y: 10px; }
.oracle-home .oracle-arched-nav a:hover { color: var(--o-text); transform: translateY(var(--nav-y)); }
.oracle-home .oracle-arched-nav .oracle-sigil { width: 42px; height: 44px; color: var(--o-gold); }
.sigil-ivory { color: var(--o-text); }
.sigil-hover-turn { transform-origin: 24px 24px; transition: transform var(--motion-hover, 2.4s) cubic-bezier(.23,1,.32,1); }
.oracle-arched-nav a:is(:hover,:focus-visible) .sigil-hover-turn { transform: rotate(360deg); }
.oracle-arched-nav .sigil-1 .sigil-hover-turn { transform-origin: 24px 24px; }
.oracle-arched-nav a:is(:hover,:focus-visible) .sigil-1 .sigil-hover-turn { transform: rotate(360deg) scale(1.08); }
.oracle-roll-label { position: relative; display: inline-block; overflow: hidden; vertical-align: middle; line-height: 1.55; white-space: nowrap; }
.oracle-roll-basic { display: block; opacity: 1; transform: translateY(0); transition: transform .3s cubic-bezier(.4,.1,0,1), opacity .3s cubic-bezier(.4,.1,0,1); }
.oracle-roll-hover { position: absolute; inset: 0; opacity: 0; transform: translateY(80%) scaleY(.8); transition: transform .6s cubic-bezier(.23,1,.32,1), opacity .6s cubic-bezier(.23,1,.32,1); }
.oracle-page :is(a,button):is(:hover,:focus-visible) .oracle-roll-basic { opacity: 0; transform: translateY(-20%) scale(.9); }
.oracle-page :is(a,button):is(:hover,:focus-visible) .oracle-roll-hover { opacity: 1; transform: translateY(0) scaleY(1); }
.oracle-home .oracle-home-stage { position: relative; width: 100%; margin: 0; padding: 0 20px 16px; min-height: 0; }
.oracle-home .oracle-single-stage { --card-offset: 0px; height: calc((var(--stage-center) - var(--stage-header)) * 2); }
.oracle-home .oracle-single-rock { width: clamp(172px, 20svh, 224px); top: var(--card-offset); }
.oracle-home .oracle-single-halo { display: none; }
.oracle-home .oracle-welcome h1 { font-family: var(--o-display); font-size: 32px; line-height: 44px; letter-spacing: 0; margin: 16px 0 0; font-weight: 400; }
.oracle-home .oracle-home-stage > .oracle-start {
  position: relative; top: auto; left: auto; transform: none; z-index: 1;
  display: flex; align-items: center; justify-content: center;
  width: 190px; min-width: 0; min-height: 48px; height: 48px;
  padding: 7px 17px; margin: 4px auto 0; gap: 8px; border: 1px solid #f4eaf8; border-radius: 26px;
  background: #5d3484e8;
  box-shadow: 0 10px 28px #140a246b, 0 0 38px #b77ae044, inset 0 1px 0 #ffffff4d;
  color: #fff; font-size: 14px; font-weight: 600; letter-spacing: .02em;
  transition: transform .28s cubic-bezier(.23,1,.32,1), background-color .28s, box-shadow .28s;
}
.oracle-home .oracle-home-stage > .oracle-start:hover { transform: translateY(-1px); background: #70429a; box-shadow: 0 13px 34px #140a247a, 0 0 44px #c28de654, inset 0 1px 0 #ffffff66; }
.oracle-home .oracle-home-stage > .oracle-start:active { transform: scale(.98); }
.oracle-start-ornament { position: absolute; width: 216px; height: 58px; left: 50%; top: 50%; transform: translate(-50%, -50%); color: var(--o-gold); pointer-events: none; overflow: visible; }
.oracle-start-orbit { stroke: currentColor; stroke-width: .72; opacity: .76; stroke-dasharray: 181 30; transition: stroke-dashoffset .65s cubic-bezier(.23,1,.32,1), opacity .35s; }
.oracle-start-tips { stroke: currentColor; stroke-width: .8; opacity: .8; }
.oracle-start:is(:hover,:focus-visible) .oracle-start-orbit { opacity: .9; stroke-dashoffset: -28; }
.oracle-start > svg:last-child { width: 14px; transition: transform .4s; }
.oracle-start:is(:hover,:focus-visible) > svg:last-child { transform: translateX(2px); }
.oracle-home .oracle-explore-link { display: flex; width: 48px; height: 56px; min-height: 44px; padding: 0; margin: 6px auto 0; align-items: center; justify-content: center; color: var(--o-text); }
.oracle-home .oracle-explore-link svg { width: 28px; height: 56px; transition: transform .7s cubic-bezier(.23,1,.32,1); }
.oracle-home .oracle-explore-link:hover svg { transform: translateY(4px); }

/* 入口不是大卡片目录：固定三列节奏，手机采用居中的原生吸附轮播。 */
.oracle-home .oracle-experiences { display: block; width: min(804px, calc(100% - 64px)); max-width: none; margin: 32px auto 100px; scroll-margin-top: 24px; }
.oracle-portal-track { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 42px; }
.oracle-home .oracle-portal { padding: 22px 20px 34px; min-height: 410px; background: #130c1f; border: 0; border-radius: 92px 38px 88px 38px; box-shadow: none; overflow: hidden; }
.oracle-home .oracle-portal:nth-child(3n + 2) { transform: translateY(-20px); }
.oracle-home .oracle-portal h2 { margin: 0; font-family: var(--o-display); font-size: 30px; line-height: 1.6; font-weight: 400; }
.oracle-portal-divider { display: flex; align-items: center; gap: 13px; width: 100%; height: 36px; margin: 7px 0 25px; color: #794baf; }
.oracle-portal-divider::before, .oracle-portal-divider::after { content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, transparent, #7951a678); }
.oracle-portal-divider::after { transform: rotate(180deg); }
.oracle-portal-divider i { width: 4px; height: 4px; transform: rotate(45deg); background: #a47ac4; }
.oracle-home .oracle-portal-art { width: 140px; margin: auto auto 0; }
.oracle-home .oracle-portal-art img { width: 100%; height: auto; object-fit: contain; border-radius: 7px; transition: transform 1.2s cubic-bezier(.23,1,.32,1), filter .8s; }
.oracle-home .oracle-portal:hover { background: #180e27; }
.oracle-home .oracle-portal:hover img { transform: rotate(-4deg) scale(1.04); filter: drop-shadow(0 12px 20px #764ab326); }
.oracle-portal-dots { display: none; }
.oracle-home .oracle-journal-preview { max-width: 850px; }
.oracle-home .oracle-article { border-color: var(--o-line); }
.oracle-home .oracle-article > div > span { color: var(--o-gold); }
.oracle-home .oracle-section-title h2 { font-family: var(--o-display); font-weight: 400; }
.oracle-home .oracle-art-sheen { animation: none; opacity: var(--card-reflection, .1); background: linear-gradient(112deg, transparent 30%, #f8f0df8c 49%, transparent 66%); background-size: 230% 100%; background-position: var(--card-shine-x, 50%) 0; }
.oracle-home .oracle-single-front::after, .oracle-home .oracle-single-back::after { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; box-shadow: inset 1px 0 0 #f8e8ca, inset -1px 0 0 #b5a7d0; opacity: var(--card-reflection, .1); }
.celestial-backdrop[data-motion='paused'] *, .celestial-backdrop[data-motion='paused'] *::before, .celestial-backdrop[data-motion='paused'] *::after { animation-play-state: paused !important; }
@keyframes celestial-spin { to { transform: rotate(360deg); } }
@keyframes celestial-hour-turn { 0%, 25% { transform: rotate(0); } 45%, 75% { transform: rotate(180deg); } 95%, 100% { transform: rotate(360deg); } }
@keyframes celestial-particle-twinkle { from { opacity: .16; } to { opacity: .9; } }
@keyframes celestial-sand { from { transform: scaleY(1); } to { transform: scaleY(.1); } }
@keyframes celestial-sand-flow { to { stroke-dashoffset: -7; } }
@keyframes celestial-eclipse { from { transform: translate(-4px, 5px); } to { transform: translate(4px, 6px); } }
@keyframes celestial-core-shimmer { from { opacity: .78; } to { opacity: 1; } }
@keyframes celestial-ambient-breathe { 0%, 100% { opacity: .78; transform: translate(-50%, -50%) scale(.98); } 50% { opacity: 1; transform: translate(-50%, -50%) scale(1.025); } }
@media (min-width: 1600px) {
  .celestial-sun { left: 8%; }
  .celestial-hourglass, .celestial-lunar-seal { right: 10%; }
  .celestial-eye { left: 10%; }
  .moon-left { left: calc(7% - var(--stage-moon) / 2); }
  .moon-right { right: calc(7% - var(--stage-moon) / 2); }
  .corner-left { left: 7%; }
  .corner-right { right: 7%; }
}
@media (min-width: 701px) and (max-width: 1100px) {
  .oracle-home .oracle-arched-nav { width: min(680px, 78vw); }
  .celestial-sun { left: 3%; width: 76px; }
  .celestial-hourglass { right: 3%; width: 54px; }
}
@media (max-width: 700px), (max-height: 500px) and (pointer: coarse) {
  /* svh 按地址栏展开时的可视高度排版；标题、箭头和按钮始终预留在首屏内。 */
  .oracle-home {
    --home-viewport: min(100vh, 940px);
    --home-viewport: min(100svh, 940px);
    --home-bottom: max(24px, env(safe-area-inset-bottom));
    --stage-header: 105px;
    --home-card-stage: calc(var(--home-viewport) - var(--stage-header) - 152px - var(--home-bottom));
    --stage-center: calc(var(--stage-header) + var(--home-card-stage) / 2);
    --stage-orbit: min(620px, var(--home-viewport));
    --stage-moon: 48px;
  }
  .celestial-backdrop { height: 1460px; background: radial-gradient(ellipse 440px 680px at 50% var(--light-center), #65299e 0%, #4e2482 34%, #32194f 65%, #1e1131 100%); }
  .celestial-light { width: 650px; height: 1120px; }
  .celestial-core { width: 240px; height: 240px; }
  .celestial-orbit { opacity: .4; }
  .celestial-axis { top: var(--stage-center); }
  .celestial-meridian { top: 91px; height: calc(var(--home-viewport, 810px) - 115px); }
  .celestial-sun { width: 80px; left: calc(22% - 40px); top: 113px; }
  .celestial-hourglass { width: 56px; right: calc(19% - 28px); top: 125px; }
  .celestial-eye { width: 56px; left: calc(18.5% - 28px); top: calc(var(--home-viewport, 810px) - 120px); }
  .celestial-lunar-seal { width: 56px; right: calc(19% - 28px); top: calc(var(--home-viewport, 810px) - 120px); }
  .celestial-moon { top: calc(var(--stage-center) - var(--stage-moon) / 2); }
  .moon-left { left: 10px; }
  .moon-right { right: 10px; }
  .celestial-corner { top: var(--stage-center); width: 58px; height: calc(var(--home-viewport, 810px) - var(--stage-center) - 67px); }
  .corner-left { left: 32px; border-bottom-left-radius: 24px; }
  .corner-right { right: 32px; border-bottom-right-radius: 24px; }
  .oracle-home .oracle-header { width: calc(100% - 28px); padding-top: max(14px, env(safe-area-inset-top)); height: 105px; }
  .oracle-home .oracle-header-top { min-height: 48px; }
  .oracle-home .oracle-wordmark { font-size: 28px; gap: 5px; }
  .oracle-home .oracle-wordmark span { font-size: 11px; }
  .oracle-home .oracle-header-tools { gap: 0; }
  .oracle-home .oracle-journal-link { font-size: 11px; }
  .oracle-home .oracle-header-seal { width: 29px; height: 29px; margin: 5px auto 8px; }
  .oracle-home .oracle-arched-nav { display: none; }
  .oracle-home .oracle-single-stage { --card-offset: 0px; height: var(--home-card-stage); min-height: 0; }
  .oracle-home .oracle-single-rock { width: min(168px, calc(var(--home-card-stage) * .40)); top: var(--card-offset); }
  .oracle-home .oracle-welcome h1 { font-size: clamp(20px, 5.5vw, 24px); line-height: 36px; margin: 0; }
  .oracle-home .oracle-home-stage { display: flex; flex-direction: column; gap: 8px; padding: 0 12px var(--home-bottom); }
  .oracle-home .oracle-home-stage > .oracle-start { top: auto; width: 184px; min-height: 48px; height: 48px; font-size: 13px; }
  .oracle-home .oracle-home-stage > .oracle-start { margin-top: 0; flex-shrink: 0; }
  .oracle-home .oracle-explore-link { margin-top: 0; height: 44px; flex-shrink: 0; }
  .oracle-home .oracle-explore-link svg { height: 44px; }
  .oracle-home .oracle-experiences { width: 100%; margin: 26px auto 72px; }
  .oracle-portal-dots { display: flex; justify-content: space-between; width: min(340px, calc(100% - 52px)); margin: 0 auto; }
  .oracle-portal-dots button { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: transparent; }
  .oracle-portal-dots button span { width: 5px; height: 5px; border-radius: 50%; background: #9376b07a; transition: background .2s, transform .2s; }
  .oracle-portal-dots button[aria-current] span { background: #c6a4e3; transform: scale(1.15); }
  .oracle-portal-track { display: flex; gap: 28px; padding: 4px calc(50% - 101px) 32px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; }
  .oracle-portal-track::-webkit-scrollbar { display: none; }
  .oracle-home .oracle-portal { flex: 0 0 202px; min-height: 340px; padding: 12px 15px 26px; border-radius: 58px 30px 50px 28px; scroll-snap-align: center; box-shadow: 0 12px 27px #8a47cd30; }
  .oracle-home .oracle-portal:nth-child(3n + 2) { transform: none; }
  .oracle-home .oracle-portal h2 { font-size: 24px; line-height: 40px; }
  .oracle-home .oracle-portal-divider { height: 24px; margin: 0 0 16px; }
  .oracle-home .oracle-portal-art { width: 132px; }
}
@media (max-width: 360px) {
  .oracle-home .oracle-welcome h1 { font-size: 21px; }
  .oracle-home .oracle-wordmark { font-size: 25px; }
  .oracle-home .celestial-eye { left: 12px; width: 48px; }
  .oracle-home .celestial-lunar-seal { right: 12px; width: 48px; }
}
/* 横屏手机把牌面和操作分置两侧，保持按钮可见，同时保留可辨认的牌面尺寸。 */
@media (max-height: 500px) and (pointer: coarse) {
  .oracle-home { --stage-header: 86px; --home-card-stage: calc(var(--home-viewport) - var(--stage-header) - var(--home-bottom)); }
  .oracle-home .oracle-header { height: var(--stage-header); padding-top: 8px; }
  .oracle-home .oracle-header-seal { width: 20px; height: 20px; margin-top: 0; }
  .oracle-home .oracle-home-stage { height: calc(var(--home-viewport) - var(--stage-header)); display: grid; grid-template-columns: 44% 56%; grid-template-rows: 1fr 44px 48px; gap: 8px 0; align-items: center; }
  .oracle-home .oracle-single-stage { grid-column: 1; grid-row: 1 / 4; height: 100%; }
  .oracle-home .oracle-single-rock { width: min(130px, calc(var(--home-card-stage) * .38)); }
  .oracle-home .oracle-welcome, .oracle-home .oracle-explore-link, .oracle-home .oracle-start { grid-column: 2; }
  .oracle-home .oracle-welcome h1 { font-size: 22px; }
  .oracle-home .celestial-sun, .oracle-home .celestial-hourglass, .oracle-home .celestial-eye, .oracle-home .celestial-lunar-seal { opacity: .35; }
}
@media (prefers-reduced-motion: reduce) {
  .celestial-backdrop *, .celestial-crest-spin { animation: none !important; }
  .celestial-light { opacity: .9; }
  .sigil-hover-turn { transition: opacity .15s; transform: none !important; }
  .oracle-roll-basic, .oracle-roll-hover { transition: opacity .12s; transform: none !important; }
  .oracle-home .oracle-portal img { transition: filter .15s; transform: none !important; }
  .oracle-home .oracle-explore-link svg { transition: opacity .15s; transform: none !important; }
}
