@charset "UTF-8";

:root {
  color-scheme: light;
  --paper: #f7f5ee;
  --ink: #303a32;
  --muted: #7d8075;
  --gold: #ad8750;
  --green: #2e4439;
  --line: #deded1;
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", "SimSun", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; -webkit-font-smoothing: antialiased; }
button, textarea, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
a { color: inherit; }
button { border: 0; }
button:disabled { cursor: default; opacity: .48; }
button, a, textarea, input, summary, [tabindex] { outline-offset: 5px; }
:focus-visible { outline: 2px solid var(--gold); }
button:disabled:focus-visible { outline: none; }
::selection { background: #dcd9bb; color: #29392f; }
.page-grain { position: fixed; inset: 0; z-index: 10; pointer-events: none; opacity: .13; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23726851' opacity='.38' filter='url(%23n)' d='M0 0h180v180H0z'/%3E%3C/svg%3E"); }
.site-header { max-width: 1320px; margin: auto; padding: 30px 52px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-symbol { width: 42px; height: 42px; fill: var(--green); }
.brand-symbol circle { fill: var(--paper); }
.brand-symbol > path:last-child { fill: none; stroke: var(--gold); stroke-width: 1.4; }
.brand strong { font: 24px var(--serif); letter-spacing: 5px; display: block; }
.brand small { display: block; font-size: 10px; letter-spacing: 2.1px; color: var(--muted); margin-top: 7px; }
.site-header nav { display: flex; gap: 32px; }
.site-header > nav:not(.language-switch) { margin-left: auto; }
.site-header .language-switch { gap: 4px; align-items: center; padding: 4px; border: 1px solid var(--line); border-radius: 30px; }
.language-switch a { padding: 7px 10px; border-radius: 22px; font-size: 12px; text-decoration: none; color: var(--muted); white-space: nowrap; }
.language-switch a[aria-current="page"] { color: var(--ink); background: #ad87501a; }
.language-switch a:hover { color: var(--gold); }
.nav-link { background: none; padding: 10px 0; font-size: 14px; color: #72776a; }
.nav-link span { padding-left: 6px; color: var(--gold); }
.nav-link:hover, .footer-link:hover, .text-button:hover { color: var(--gold); }
main { max-width: 1216px; margin: 0 auto; padding: 0 32px; }
.intro-view { display: grid; grid-template-columns: 1.1fr 1fr; column-gap: 26px; padding-top: 70px; }
.eyebrow { color: var(--gold); font-size: 12px; letter-spacing: 2.4px; font-weight: 500; }
.tiny-star { margin-right: 8px; font-size: 14px; }
h1, h2, p { margin-top: 0; }
.hero-content h1 { font-family: var(--serif); font-size: clamp(39px, 4vw, 56px); font-weight: 400; line-height: 1.5; letter-spacing: 3px; margin: 23px 0 19px; }
.accent-text { color: var(--gold); position: relative; }
.accent-text::after { content: ""; position: absolute; left: 0; right: 3px; bottom: -5px; height: 8px; border-top: 1px solid #b99661; border-radius: 50%; transform: rotate(-5deg); }
.hero-description { font-size: 15px; line-height: 2.1; color: var(--muted); letter-spacing: .5px; margin-bottom: 32px; }
.question-label { display: flex; justify-content: space-between; gap: 8px; font-size: 15px; margin-bottom: 12px; }
.mode-picker, .choice-options { border: 0; padding: 0; margin: 0; min-width: 0; }
.mode-picker legend, .choice-options legend { padding: 0; margin-bottom: 12px; font-size: 14px; }
.mode-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.mode-options label { display: flex; align-items: center; gap: 10px; padding: 13px 12px; border: 1px solid var(--line); border-radius: 7px; cursor: pointer; background: #ffffff35; }
.mode-options label:has(input:checked) { border-color: var(--gold); background: #ad87500c; }
.mode-options label:focus-within { outline: 2px solid var(--gold); outline-offset: 3px; }
.mode-options input { margin: 0; width: 16px; height: 16px; flex-shrink: 0; accent-color: var(--green); }
.mode-options strong { font-size: 15px; font-weight: 500; }
.mode-options i { font: 11px Georgia, serif; color: var(--gold); margin-left: 4px; white-space: nowrap; }
.mode-options small { display: block; margin-top: 6px; font-size: 11px; line-height: 1.6; color: var(--muted); }
.mode-description { font-size: 12px; color: var(--muted); line-height: 1.8; margin: 12px 0 24px; }
.choice-options { margin-top: 24px; }
.choice-inputs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.choice-inputs label { display: block; font-size: 13px; color: var(--gold); margin-bottom: 8px; }
.choice-inputs input { width: 100%; min-width: 0; padding: 12px; font-size: 16px; line-height: 1.6; color: var(--ink); border: 1px solid #d9d8c9; border-radius: 6px; background: #ffffff57; }
.choice-inputs input:focus { border-color: var(--gold); }
.choice-inputs input[aria-invalid="true"] { border-color: #a25945; }
.choice-inputs input::placeholder { color: #999b8d; font-size: 14px; }
.choice-inputs .field-error { font-size: 12px; line-height: 1.6; }
.choice-options .mode-description { margin-bottom: 0; }
.label-optional { font-size: 12px; color: var(--muted); }
.question-field { border: 1px solid #d9d8c9; border-radius: 8px; background: #ffffff57; padding: 16px 18px 12px; transition: border-color .25s, box-shadow .25s; }
.question-field:focus-within { border-color: #a89b76; box-shadow: 0 0 0 3px #ad875010; }
.question-field:has([aria-invalid="true"]) { border-color: #a25945; }
.question-field textarea { width: 100%; min-height: 82px; max-height: 240px; padding: 0; border: none; resize: vertical; background: transparent; color: var(--ink); font-size: 16px; line-height: 1.9; outline: none; }
textarea::placeholder { color: #999b8d; }
.field-bottom { display: flex; justify-content: space-between; margin-top: 7px; color: #949687; font-size: 12px; }
.field-error { font-size: 14px; margin: 8px 0 0; color: #a04e38; }
.question-examples { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; margin-top: 13px; color: var(--muted); font-size: 12px; }
.question-examples > span { margin-right: 3px; }
.question-examples button { background: transparent; border: 1px solid #e1e0d3; border-radius: 4px; padding: 6px 9px; color: #818371; font-size: 12px; transition: all .2s; }
.question-examples button:hover { border-color: #babba4; background: #e9e9dc; color: var(--green); }
.start-row { display: flex; align-items: center; gap: 26px; margin-top: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 5px; padding: 16px 25px; min-height: 50px; font-size: 15px; letter-spacing: .8px; transition: background .2s, box-shadow .2s, transform .2s; }
.button:not(:disabled):hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: #fbf8ee; box-shadow: 0 5px 12px #263b3210; }
.button-primary:not(:disabled):hover { background: #3d5847; box-shadow: 0 8px 20px #263b321f; }
.button-secondary { background: #eaeade; }
.button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.start-button { min-width: 241px; justify-content: flex-start; }
.start-button > span:first-child { font-size: 21px; line-height: 1; color: #ccb48a; }
.button-arrow { margin-left: auto; padding-left: 20px; }
.toggle-label { display: flex; gap: 8px; align-items: center; position: relative; font-size: 13px; color: #717866; white-space: nowrap; cursor: pointer; }
.reversal-option { display: flex; align-items: center; gap: 8px; }
.toggle-label input { position: absolute; left: 0; width: 29px; height: 18px; opacity: 0; margin: 0; z-index: 1; cursor: pointer; }
.toggle-track { height: 16px; width: 28px; display: inline-block; background: #cecec0; border-radius: 12px; transition: background .2s; pointer-events: none; }
.toggle-track::after { content: ""; display: block; border-radius: 50%; width: 10px; height: 10px; margin: 3px; background: var(--paper); transition: transform .2s; }
.toggle-label input:checked + .toggle-track { background: #7b8768; }
.toggle-label input:checked + .toggle-track::after { transform: translateX(12px); }
.toggle-label input:focus-visible + .toggle-track { outline: 2px solid var(--gold); outline-offset: 4px; }
.info-button { width: 16px; height: 16px; padding: 0; font: 12px Georgia, serif; background: transparent; border: 1px solid #b4b6a6; border-radius: 50%; color: #90967e; }
.privacy-note { display: flex; align-items: center; gap: 5px; font-size: 12px; line-height: 1.8; color: #97998b; margin: 15px 0 0; }
.privacy-note svg { width: 12px; height: 12px; fill: none; stroke: currentColor; }
.hero-art { position: relative; min-width: 0; height: 595px; align-self: center; }
.orbit { position: absolute; left: 50%; top: 48%; width: 89%; height: 82%; transform: translate(-50%, -50%); border: 1px solid #c4bb994d; border-radius: 50%; }
.orbit-inner { width: 78%; height: 71%; border-style: dashed; opacity: .65; }
.celestial-lines { position: absolute; width: 100%; height: 100%; color: #b7a174; }
.art-top-caption { position: absolute; top: 104px; width: 100%; text-align: center; font: 11px Georgia, serif; letter-spacing: 3px; color: #8e917a; transform: rotate(-6deg); }
.hero-card { position: absolute; top: 180px; left: 50%; width: 166px; padding: 7px 7px 0; background: #f4edda; border: 1px solid #e3d9bc; border-radius: 7px; box-shadow: 0 18px 30px #47493629, 0 3px 6px #47493614; will-change: transform; }
.hero-card img { display: block; width: 100%; height: 256px; object-fit: fill; border-radius: 3px; filter: saturate(.7); background: #e9e0c4; }
.hero-card > span { display: block; text-align: center; font: 10px Georgia, serif; letter-spacing: 1.8px; padding: 10px 0 9px; color: #70664a; }
.hero-card-left { --card-transform: translate(-112%, 3%) rotate(-18deg); transform: var(--card-transform); animation: card-breathe 7s ease-in-out infinite; }
.hero-card-right { --card-transform: translate(14%, 4%) rotate(17deg); transform: var(--card-transform); animation: card-breathe 7s -2s ease-in-out infinite; }
.hero-card-center { --card-transform: translate(-50%, -13%) rotate(-3deg); transform: var(--card-transform); animation: card-breathe 7s -4s ease-in-out infinite; }
@keyframes card-breathe { 0%, 100% { transform: var(--card-transform); } 50% { transform: var(--card-transform) translateY(-9px); } }
.art-seal { position: absolute; width: 88px; height: 88px; border: 1px solid #ada580; outline: 1px dashed #c1b797; outline-offset: -6px; border-radius: 50%; right: 26px; top: 395px; background: #ebe9db; display: flex; flex-direction: column; justify-content: center; align-items: center; transform: rotate(14deg); color: #777b58; box-shadow: 0 5px 15px #6163440b; }
.art-seal span { font: 9px Georgia, serif; letter-spacing: 1px; white-space: nowrap; }
.art-seal strong { font-size: 26px; font-weight: 400; line-height: 1.5; }
.journey-strip { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); margin-top: 68px; padding: 30px 8px; }
.journey-strip > div { display: flex; align-items: center; gap: 15px; }
.journey-number { font: italic 32px Georgia, serif; color: #b2a584; }
.journey-strip strong { display: block; font-size: 14px; font-weight: 500; letter-spacing: .4px; margin-bottom: 7px; }
.journey-strip div div span { color: #929483; font-size: 12px; }
.journey-line { width: 50px; height: 1px; background: #d8d7c8; flex-shrink: 2; }
.site-footer { max-width: 1216px; margin: 27px auto 0; padding: 23px 32px 28px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; color: #979787; border-top: 1px solid var(--line); font-size: 12px; }
.site-footer > div { font-family: var(--serif); letter-spacing: 1.2px; color: #787e69; }
.site-footer > div span { color: var(--gold); margin-right: 8px; }
.site-footer p { margin: 0; font-size: 12px; }
.footer-link { border: 0; padding: 0; background: none; color: #8e927b; font-size: 10px; letter-spacing: 1.3px; }
.reading-view { padding: 30px 0 40px; animation: enter .5s ease-out; }
.reading-topline { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.text-button { padding: 9px 0; background: transparent; font-size: 13px; color: #7f846f; }
.text-button span { padding-right: 6px; }
.stepper { list-style: none; margin: 0; padding: 0; display: flex; gap: 28px; font: 13px Georgia, serif; color: #a9aa99; }
.stepper li { position: relative; display: flex; align-items: center; gap: 6px; }
.stepper li:not(:last-child)::after { content: ""; width: 14px; height: 1px; background: #d4d4c3; position: absolute; right: -21px; top: 50%; }
.stepper li[aria-current="step"] { color: var(--gold); }
.stepper span { font: 12px var(--sans); }
.reading-edition { font-size: 10px; letter-spacing: 1.7px; color: #9b9d88; }
.reading-heading { text-align: center; padding-top: 40px; }
.reading-heading h1 { font: 37px/1.5 var(--serif); letter-spacing: 3px; margin: 16px 0 12px; outline: none; }
.reading-heading > p { font-size: 14px; color: var(--muted); line-height: 1.8; }
.question-echo { max-width: 650px; margin: 18px auto 0; padding: 11px 20px; border: 1px solid #e6e4d7; border-radius: 5px; background: #efeede66; display: flex; justify-content: center; align-items: baseline; gap: 12px; }
.question-echo > span:first-child { font-size: 11px; color: #9c9d87; white-space: nowrap; }
.question-echo > span:last-child { overflow-wrap: anywhere; text-align: left; max-height: 72px; overflow-y: auto; font: 15px/1.8 var(--serif); color: #707964; }
.reading-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 650px; margin: 12px auto 0; }
.reading-options p { display: flex; align-items: baseline; gap: 9px; margin: 0; padding: 10px 14px; border: 1px solid var(--line); border-radius: 5px; text-align: left; color: var(--muted); font-size: 13px; line-height: 1.7; }
.reading-options strong { color: var(--gold); font: 16px Georgia, serif; }
.reading-options span { overflow-wrap: anywhere; min-width: 0; }
.shuffle-area { height: 370px; position: relative; margin: 12px auto 0; max-width: 800px; container-type: inline-size; }
.shuffle-card, .shuffle-particle { --shuffle-radius: min(270px, calc(50cqw - 44px)); }
.shuffle-orbit { position: absolute; width: 84%; height: 75%; border: 1px solid #c4bb9945; border-radius: 50%; left: 8%; top: 9%; }
.shuffle-orbit::before { content: ""; position: absolute; inset: 24px 40px; border: 1px dashed #c4bb9955; border-radius: 50%; }
.shuffle-cards { position: absolute; inset: 0; }
.shuffle-card { position: absolute; left: calc(50% - 39px); top: calc(47% - 65px); width: 78px; height: 131px; border-radius: 5px; box-shadow: 0 4px 8px #24352c30; background: url("assets/card-back.svg") center / cover; animation: shuffle-drift var(--duration) var(--delay) infinite cubic-bezier(.45, 0, .55, 1); }
@keyframes shuffle-drift {
  0%, 100% { transform: translate(var(--x), var(--y)) rotate(var(--r)); }
  30% { transform: translate(var(--x2), var(--y2)) rotate(var(--r2)); }
  65% { transform: translate(calc(var(--x) * -.5), calc(var(--y) * -.8)) rotate(calc(var(--r) - 100deg)); }
}
.shuffle-card.gathering { animation: none; transition: transform .9s cubic-bezier(.3, .7, .2, 1); }
.shuffle-aura { position: absolute; inset: 2% 4% 14%; border-radius: 50%; background: radial-gradient(ellipse, #cfb16d38 0%, #ddc89024 42%, transparent 70%); opacity: .5; pointer-events: none; transition: opacity .6s, transform .9s; transform-origin: 50% 50%; }
.shuffle-particles { position: absolute; inset: 0; pointer-events: none; transform-origin: 50% 47%; transition: transform .9s cubic-bezier(.4, 0, .2, 1), opacity .7s; }
.shuffle-particle { position: absolute; top: 47%; left: 50%; width: 4px; height: 4px; background: #c2a15c; border-radius: 50%; box-shadow: 0 0 9px 2px #e5c77a75; animation: stardust-flow var(--duration) var(--delay) infinite ease-in-out; }
.shuffle-particle:nth-child(3n) { width: 8px; height: 8px; border-radius: 0; clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%); }
@keyframes stardust-flow {
  0%, 100% { transform: translate(var(--x), var(--y)) scale(.5); opacity: .25; }
  50% { transform: translate(var(--x2), var(--y2)) scale(1.15); opacity: .85; }
}
.shuffle-cards { transform-origin: 50% 47%; }
.shuffle-area.is-intro .shuffle-cards { animation: shuffle-arrive 1.2s cubic-bezier(.2, .7, .2, 1); }
@keyframes shuffle-arrive { from { opacity: 0; transform: scale(.55) rotate(-9deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
.shuffle-center { position: absolute; left: calc(50% - 28px); top: calc(47% - 28px); width: 56px; height: 56px; border: 1px solid #c8b17c88; padding: 0; border-radius: 50%; display: grid; place-items: center; background: #f7f5eef5; box-shadow: 0 0 35px 10px #f7f5ee88; color: var(--gold); font-size: 29px; touch-action: none; user-select: none; -webkit-user-select: none; transition: background .35s, box-shadow .35s, color .35s, opacity .6s; }
.shuffle-center::before, .shuffle-center::after { content: ""; position: absolute; inset: -12px; border: 1px solid #c0a46677; border-radius: 50%; pointer-events: none; animation: star-ripple 4s infinite ease-out; }
.shuffle-center::after { animation-delay: -2s; }
@keyframes star-ripple { 0% { transform: scale(.75); opacity: 0; } 20% { opacity: .6; } 100% { transform: scale(2.15); opacity: 0; } }
.shuffle-center > span { animation: star-turn 18s linear infinite; }
@keyframes star-turn { to { transform: rotate(360deg); } }
.shuffle-center:not(:disabled):hover { background: #fff9e8; box-shadow: 0 0 45px 15px #ead5a155; }
.shuffle-area.is-energized .shuffle-center { color: #765625; background: #fff2ca; box-shadow: 0 0 60px 22px #dec07866; }
.shuffle-area.is-energized .shuffle-aura { opacity: 1; }
.shuffle-area.is-energized .shuffle-whisper small { color: #9c7940; }
.shuffle-area.is-gathering .shuffle-particles { transform: scale(.02); opacity: 0; }
.shuffle-area.is-gathering .shuffle-aura { transform: scale(.15); opacity: 0; }
.shuffle-area.is-gathering .shuffle-center { opacity: 0; pointer-events: none; }
.shuffle-area.is-gathering .shuffle-center::before, .shuffle-area.is-gathering .shuffle-center::after { animation: none; opacity: 0; }
.shuffle-whisper { position: absolute; bottom: -4px; left: 0; right: 0; text-align: center; font: 14px var(--serif); letter-spacing: 2px; color: #93937c; pointer-events: none; }
.shuffle-whisper small { display: block; margin-top: 10px; font: 12px var(--sans); letter-spacing: .8px; color: #a6a28e; transition: color .35s; }
.shuffle-area:not(.is-flowing) .shuffle-card,
.shuffle-area:not(.is-flowing) .shuffle-particle,
.shuffle-area:not(.is-flowing) .shuffle-center > span,
.shuffle-area:not(.is-flowing) .shuffle-center::before,
.shuffle-area:not(.is-flowing) .shuffle-center::after { animation-play-state: paused; }
.center-actions { display: flex; flex-direction: column; align-items: center; gap: 13px; margin: 10px 0 20px; }
.muted-small { font-size: 12px; color: #949782; line-height: 1.7; }
.spread-heading { display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; margin: 30px auto 16px; max-width: 900px; color: #8d937b; font-size: 13px; }
.small-label { font-size: 10px; letter-spacing: 2px; color: #92987d; }
#draw-progress strong { font-weight: 500; color: var(--gold); }
.spread { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 25px; }
.spread.choice-spread { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.choice-group { min-width: 0; padding: 18px 14px 8px; border: 1px solid var(--line); border-radius: 8px; background: #ad875005; }
.choice-group h2 { display: flex; align-items: baseline; gap: 10px; min-height: 36px; margin: 0 0 16px; font: 17px/1.7 var(--serif); overflow-wrap: anywhere; }
.choice-group h2 > span:last-child { min-width: 0; }
.choice-badge { color: var(--gold); font: 22px Georgia, serif; flex-shrink: 0; }
.choice-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.draw-target { text-align: center; color: var(--gold); font-size: 13px; margin: 18px 0 0; line-height: 1.8; }
#detail-order { overflow-wrap: anywhere; line-height: 1.8; min-width: 0; }
.spread-slot { min-width: 0; text-align: center; }
.slot-order { font-size: 13px; color: #7c846e; margin-bottom: 12px; letter-spacing: 1px; }
.slot-card { position: relative; width: 100%; aspect-ratio: 220 / 370; border: 1px dashed #cbcdb7; border-radius: 7px; perspective: 1000px; background: #eeeee151; padding: 0; display: block; }
.slot-card:disabled { opacity: 1; }
.slot-card:not(.filled)::after { content: "✧"; position: absolute; left: 0; right: 0; top: 42%; font-size: 24px; color: #c5c6ad; }
.slot-card.filled { border: 0; background: none; }
.card-flipper { position: absolute; inset: 0; transform-style: preserve-3d; transition: transform 1s cubic-bezier(.2, .65, .25, 1), box-shadow 1s ease; border-radius: 7px; box-shadow: 0 8px 18px #38422e19; }
.slot-card.revealed .card-flipper { transform: rotateY(180deg); box-shadow: 0 13px 28px #38422e2b; }
.card-face { position: absolute; inset: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden; overflow: hidden; border-radius: 6px; }
.card-back { background: url("assets/card-back.svg") center / 100% 100%; }
.card-front { transform: rotateY(180deg); background: #f1e9d1; border: 5px solid #ede5cf; }
.card-front img { width: 100%; height: 100%; display: block; object-fit: fill; }
.card-front img.reversed { transform: rotate(180deg); }
.image-fallback { position: absolute; inset: 0; background: #eee6d0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12px; padding: 12px; }
.image-fallback strong { font: 20px var(--serif); }
.image-fallback span { font-size: 12px; color: #8b7756; }
.image-fallback small { font-size: 11px; line-height: 1.6; color: #897b62; }
.slot-caption { min-height: 53px; padding-top: 12px; }
.slot-caption strong { display: block; font: 18px var(--serif); letter-spacing: 1px; }
.slot-caption .orientation { display: inline-block; font-size: 11px; margin-top: 7px; color: #7b8669; }
.slot-caption .orientation.is-reversed { color: #ab8154; }
.slot-caption .waiting { color: #a8ac93; font-size: 12px; }
.deck-section { margin-top: 18px; border-top: 1px solid var(--line); padding-top: 20px; animation: enter .5s ease-out; }
.deck-toolbar { display: flex; justify-content: space-between; align-items: center; margin: 0 auto 14px; font-size: 13px; color: #879076; }
.deck-toolbar > span > span { font-size: 19px; color: var(--gold); margin-right: 7px; }
.deck-navigation { display: flex; gap: 8px; align-items: center; color: #959b84; font-size: 12px; }
.deck-navigation > span { margin-right: 8px; }
.deck-navigation button { height: 36px; width: 36px; background: transparent; border: 1px solid #d9dccc; border-radius: 50%; font-size: 18px; }
.deck-navigation button:hover { background: #e6e8d9; }
.compass-window { width: min(100%, 610px); aspect-ratio: 2; margin: 8px auto 0; position: relative; overflow: hidden; border-bottom: 1px solid #c8b99055; }
.compass-window:focus-within { border-bottom-color: var(--gold); }
.deck-compass { width: 100%; aspect-ratio: 1; position: relative; border-radius: 50%; container-type: inline-size; touch-action: none; user-select: none; -webkit-user-select: none; cursor: grab; background: radial-gradient(circle, #efe8d345 10%, #e7e8d755 52%, transparent 72%); }
.deck-compass.is-dragging, .deck-compass.is-dragging .deck-card { cursor: grabbing; }
.compass-dial { position: absolute; inset: 2%; border: 1px solid #bba47766; border-radius: 50%; pointer-events: none; }
.compass-dial::before { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: repeating-conic-gradient(#b8a27688 0deg .5deg, transparent .5deg 5deg); mask: radial-gradient(circle, transparent 67.5%, #000 68%); }
.compass-dial::after { content: ""; position: absolute; inset: 25%; border: 1px dashed #bba47777; border-radius: 50%; }
.deck { position: absolute; inset: 0; border-radius: 50%; transform: rotate(var(--wheel-rotation, 0deg)); }
.deck.is-turning { transition: transform .3s cubic-bezier(.2, .7, .2, 1); }
.deck-card { --radius: 35cqw; --width: 12cqw; --height: 20.2cqw; width: var(--width); height: var(--height); padding: 0; background: url("assets/card-back.svg") center / 100% 100%; border-radius: 4px; position: absolute; left: calc(50% - var(--width) / 2); top: calc(50% - var(--height) / 2); box-shadow: -2px 3px 8px #21362835; transform: rotate(var(--card-angle)) translateY(calc(var(--radius) * -1)); transition: filter .2s, box-shadow .2s; }
.deck-card:disabled { opacity: 1; }
.deck-card.is-current { box-shadow: 0 0 0 1px #cdb06c, 0 4px 18px #273c3350; filter: brightness(1.13); }
.deck-card:not(:disabled):hover, .deck-card:focus-visible { filter: brightness(1.2); box-shadow: 0 0 0 2px #cdb06c, 0 7px 18px #21362840; }
.deck-card.picked { visibility: hidden; pointer-events: none; }
.compass-pointer { position: absolute; left: calc(50% - 12px); top: 0; width: 24px; text-align: center; color: var(--gold); font-size: 24px; line-height: 1; pointer-events: none; text-shadow: 0 0 10px var(--paper); }
.compass-center { position: absolute; left: 50%; bottom: 13px; transform: translateX(-50%); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 9px; pointer-events: none; }
.compass-rose { width: 48px; height: 48px; fill: none; stroke: #ae935f; stroke-width: .6; }
.compass-rose path:first-of-type { fill: #c5ad7540; }
.compass-rose circle:last-child { fill: #ac935f; }
.compass-status { color: #98977d; font-size: 12px; letter-spacing: 2px; }
.compass-select { pointer-events: auto; border: 1px solid #c2b58d; border-radius: 30px; background: #f8f4e7; padding: 10px 15px; min-height: 36px; color: #6b765b; font-size: 13px; white-space: nowrap; box-shadow: 0 3px 10px #6b765b0a; }
.compass-select:not(:disabled):hover { background: #e9e6d3; border-color: var(--gold); }
.compass-help { text-align: center; font: 14px var(--serif); letter-spacing: 1px; color: #859075; margin: 14px 0 0; }
.compass-help span { display: block; font: 11px var(--sans); letter-spacing: .4px; color: #a0a58c; margin-top: 8px; }
.draw-actions { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 24px; }
.flying-card { position: fixed; background: url("assets/card-back.svg") center / 100% 100%; z-index: 40; pointer-events: none; border-radius: 6px; box-shadow: 0 15px 40px #263b323b; transform-origin: center; }
.result-section { max-width: 900px; margin: 35px auto 0; padding: 28px 32px; border: 1px solid #d7dac8; background: #eef0e459; border-radius: 8px; animation: enter .65s ease-out; }
.result-intro { display: flex; gap: 22px; }
.result-star { font: 48px Georgia, serif; color: #a58e59; line-height: 1.4; }
.result-intro h2 { font: 28px/1.6 var(--serif); margin: 10px 0 8px; }
.result-intro p { color: #7d866e; font-size: 14px; line-height: 1.9; margin: 0; }
.result-intro .eyebrow { font-size: 10px; }
.prompt-actions { display: flex; align-items: center; gap: 23px; margin: 25px 0 22px; }
.prompt-actions .button { flex: 1; }
.prompt-actions .button > span:last-child { margin-left: auto; }
.prompt-details { border-top: 1px solid #d9decc; border-bottom: 1px solid #d9decc; }
.prompt-details summary { padding: 16px 0; color: #7d886d; font-size: 13px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; }
.prompt-details summary::-webkit-details-marker { display: none; }
.prompt-details[open] summary span { transform: rotate(45deg); }
#prompt-text { width: 100%; min-height: 320px; resize: vertical; border: 1px solid #d8deca; border-radius: 4px; padding: 15px; color: #657357; background: #f9faf2; font-size: 14px; line-height: 1.9; margin-bottom: 15px; }
.result-note { font-size: 11px; color: #9ba28b; margin: 16px 0 0; line-height: 1.8; }
dialog { border: 1px solid #d9d9c7; border-radius: 12px; background: var(--paper); color: var(--ink); width: min(520px, calc(100vw - 32px)); padding: 30px 34px; box-shadow: 0 25px 100px #243b3226; max-height: 85dvh; }
dialog::backdrop { background: #27382d66; backdrop-filter: blur(5px); }
dialog[open] { animation: enter .25s ease-out; }
.dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 20px; }
.dialog-close:not(.button) { background: transparent; color: #849076; font-size: 24px; width: 32px; height: 32px; padding: 0; }
dialog h2 { font: 28px/1.6 var(--serif); margin-bottom: 20px; }
dialog p { font-size: 15px; line-height: 1.9; color: #818773; }
.dialog-note { padding: 16px; border-radius: 5px; background: #eaece0; margin: 20px 0 0; font-size: 13px; }
.guide-list { padding-left: 20px; }
.guide-list li { padding-left: 8px; margin-bottom: 20px; color: #9c8e68; }
.guide-list strong { color: #59674f; font-size: 15px; font-weight: 500; }
.guide-list p { margin: 8px 0 0; font-size: 14px; }
.dialog-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 25px; }
#card-dialog { width: min(370px, calc(100vw - 36px)); text-align: center; }
#detail-image { display: block; width: 100%; max-height: 53dvh; object-fit: contain; margin: 0 auto 20px; }
#detail-image.reversed { transform: rotate(180deg); }
#detail-name { margin-bottom: 5px; }
#detail-english { margin-bottom: 0; font: 14px Georgia, serif; letter-spacing: 1px; }
.toast { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 80; padding: 16px 24px; background: #2e4439; border: 1px solid #607057; color: #fffcee; border-radius: 8px; box-shadow: 0 8px 30px #263b3226; font-size: 14px; line-height: 1.8; max-width: calc(100vw - 32px); width: max-content; animation: enter .25s ease-out; }
.skip-link { position: absolute; z-index: 100; top: -80px; left: 20px; background: var(--green); color: white; padding: 14px; }
.skip-link:focus { top: 10px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.noscript-message { text-align: center; padding: 30px; border: 1px solid var(--gold); }
.not-found { min-height: 100dvh; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12px; text-align: center; }
.not-found h1 { font-family: var(--serif); font-weight: 400; }
.not-found p { color: var(--muted); }
.not-found nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin-top: 12px; }
.not-found a { color: var(--gold); }
:lang(en) .brand strong { font-family: Georgia, serif; font-size: 23px; letter-spacing: 1px; }
:lang(en) .hero-content h1 { font-family: Georgia, serif; font-size: clamp(36px, 3.5vw, 49px); letter-spacing: -.5px; line-height: 1.35; }
:lang(en) .hero-description { letter-spacing: 0; }
:lang(en) .start-row { flex-wrap: wrap; gap: 16px; }
:lang(en) .start-button { min-width: 225px; }
:lang(en) .mode-options label { align-items: flex-start; }
:lang(en) .mode-options input { margin-top: 3px; }
:lang(en) .mode-options strong { line-height: 1.5; }
:lang(en) .journey-strip { gap: 20px; }
:lang(en) .journey-strip > div { flex: 1; min-width: 0; }
:lang(en) .journey-strip strong, :lang(en) .journey-strip div div span { line-height: 1.6; }
:lang(en) .journey-line { display: none; }
:lang(en) .reading-topline { flex-wrap: wrap; }
:lang(en) .reading-heading h1 { letter-spacing: 0; }
:lang(en) .slot-caption strong { font-size: 16px; line-height: 1.4; letter-spacing: 0; }
:lang(en) .slot-caption { min-height: 70px; }
:lang(en) .deck-toolbar { gap: 16px; }
:lang(en) .deck-navigation { flex-shrink: 0; }
:lang(en) .compass-center { gap: 7px; }
:lang(en) .compass-select { padding: 10px 14px; font-size: 12px; }
:lang(en) .result-intro h2 { line-height: 1.4; }
:lang(en) .result-intro .eyebrow { letter-spacing: 1.5px; }
:lang(en) .prompt-actions .button { letter-spacing: 0; }
@keyframes enter { from { opacity: 0; translate: 0 14px; } to { opacity: 1; translate: 0 0; } }
@media (min-width: 1500px) {
  .intro-view { padding-top: 95px; }
  .journey-strip { margin-top: 85px; }
}
@media (max-width: 1100px) {
  .site-header { padding: 25px 32px; }
  .intro-view { gap: 18px; padding-top: 52px; }
  .hero-art { height: 540px; }
  .hero-card { width: 144px; }
  .hero-card img { height: 237px; }
  .art-seal { right: 6px; top: 379px; width: 74px; height: 74px; }
  .start-row { gap: 16px; }
  .start-button { min-width: 218px; }
  .label-optional { display: none; }
  .hero-content h1 { font-size: 43px; }
  .journey-strip { margin-top: 45px; }
  .journey-line { width: 22px; }
  .spread { gap: 18px; }
}
@media (max-width: 760px) {
  .site-header { padding: 21px 22px; }
  .brand { gap: 7px; }
  .brand strong { font-size: 21px; letter-spacing: 3px; }
  .brand-symbol { width: 32px; height: 32px; }
  .brand small { font-size: 8px; letter-spacing: 1.2px; }
  .site-header nav { gap: 14px; }
  .site-header .language-switch { flex-basis: 100%; justify-content: center; gap: 6px; padding: 0; border: 0; }
  .language-switch a { padding: 8px 12px; }
  :lang(en) .brand strong { font-size: 18px; letter-spacing: 0; }
  :lang(en) .brand small { font-size: 7px; letter-spacing: .7px; }
  :lang(en) .hero-content h1 { font-size: 36px; }
  :lang(en) .journey-strip > div { flex: auto; }
  :lang(en) .reading-edition { display: none; }
  :lang(en) .deck-toolbar { align-items: flex-start; }
  :lang(en) .slot-caption strong { font-size: 12px; overflow-wrap: anywhere; }
  :lang(en) .choice-group .slot-caption strong { font-size: 14px; }
  :lang(en) .slot-caption .orientation, :lang(en) .slot-caption .waiting { font-size: 9px; }
  :lang(en) .compass-select { font-size: 10px; padding: 8px 10px; }
  :lang(en) .compass-status { font-size: 10px; letter-spacing: .5px; }
  :lang(en) .compass-help { letter-spacing: 0; line-height: 1.6; }
  :lang(en) .reading-heading h1 { font-size: 27px; }
  :lang(en) .result-intro h2 { font-size: 25px; }
  :lang(en) .result-intro .eyebrow { font-size: 9px; }
  :lang(en) .prompt-actions .button { font-size: 12px; padding: 15px 12px; gap: 8px; }
  :lang(en) .stepper { gap: 23px; font-size: 11px; }
  .nav-link { font-size: 12px; }
  .nav-link span { display: none; }
  main { padding: 0 24px; }
  .intro-view { grid-template-columns: 1fr; padding-top: 36px; gap: 0; }
  .hero-content { display: contents; }
  .hero-content > .eyebrow { grid-row: 1; text-align: center; font-size: 10px; }
  .hero-content h1 { grid-row: 2; text-align: center; font-size: 40px; margin: 18px 0 12px; letter-spacing: 2px; }
  .hero-description { grid-row: 3; text-align: center; font-size: 13px; margin-bottom: 0; }
  .hero-art { grid-row: 4; height: 337px; width: min(390px, 100%); justify-self: center; margin-top: 0; }
  .orbit { width: 77%; height: 87%; top: 49%; }
  .orbit-inner { width: 67%; height: 72%; }
  .celestial-lines { width: 90%; height: 113%; top: -20px; left: 5%; }
  .hero-card { top: 82px; width: 110px; padding: 5px 5px 0; }
  .hero-card img { height: 177px; }
  .hero-card > span { font-size: 8px; letter-spacing: 1px; padding: 7px 0; }
  .art-top-caption { top: 30px; font-size: 9px; letter-spacing: 2px; }
  .art-seal { width: 62px; height: 62px; top: 232px; right: 30px; }
  .art-seal strong { font-size: 19px; }
  .art-seal span { font-size: 7px; letter-spacing: .6px; }
  #question-form { grid-row: 5; margin: 23px auto 0; width: 100%; max-width: 480px; }
  .label-optional { display: inline; }
  .question-field textarea { font-size: 16px; }
  .question-examples { gap: 6px; }
  .question-examples button { font-size: 12px; padding: 7px; }
  .start-row { gap: 15px; justify-content: space-between; flex-wrap: wrap; }
  .start-button { min-width: 0; flex: 1; padding: 15px 18px; }
  .start-button .button-arrow { padding-left: 0; }
  .privacy-note { font-size: 11px; }
  .journey-strip { flex-direction: column; align-items: stretch; padding: 24px 16px 0; margin-top: 35px; gap: 22px; }
  .journey-strip > div { gap: 19px; }
  .journey-line { display: none; }
  .journey-strip strong { margin-bottom: 5px; }
  .journey-number { font-size: 28px; }
  .site-footer { margin-top: 34px; padding: 24px; flex-direction: column; gap: 12px; }
  .reading-view { padding-top: 18px; }
  .reading-edition { display: none; }
  .stepper { gap: 25px; font-size: 11px; }
  .stepper span { font-size: 11px; }
  .reading-topline { flex-wrap: wrap; row-gap: 8px; }
  .reading-heading { padding-top: 31px; }
  .reading-heading .eyebrow { font-size: 10px; }
  .reading-heading h1 { font-size: 29px; letter-spacing: 1px; }
  .reading-heading > p { font-size: 13px; }
  .question-echo { padding: 9px 12px; gap: 8px; }
  .question-echo > span:last-child { font-size: 14px; }
  .shuffle-area { height: 345px; margin-left: -14px; margin-right: -14px; }
  .shuffle-card { width: 60px; height: 101px; left: calc(50% - 30px); top: calc(47% - 50px); }
  .shuffle-whisper { font-size: 13px; letter-spacing: 1px; }
  .shuffle-center { width: 48px; height: 48px; left: calc(50% - 24px); top: calc(47% - 24px); font-size: 25px; }
  .shuffle-whisper small { font-size: 11px; letter-spacing: .3px; }
  .spread-heading { margin-top: 25px; }
  .spread { gap: 9px; }
  .spread.choice-spread { grid-template-columns: 1fr; max-width: 440px; gap: 18px; }
  .choice-cards { gap: 12px; }
  .choice-group { padding: 16px 14px 8px; }
  .choice-group .slot-caption strong { font-size: 16px; }
  .reading-options { grid-template-columns: 1fr; gap: 8px; }
  .slot-order { font-size: 11px; margin-bottom: 9px; line-height: 1.7; letter-spacing: 0; }
  .slot-card { border-radius: 4px; }
  .card-face { border-radius: 4px; }
  .card-front { border-width: 2px; }
  .slot-caption { padding-top: 9px; min-height: 57px; }
  .slot-caption strong { font-size: 14px; letter-spacing: 0; line-height: 1.6; }
  .slot-caption .orientation, .slot-caption .waiting { font-size: 10px; }
  .image-fallback { padding: 3px; gap: 4px; }
  .image-fallback strong { font-size: 12px; }
  .image-fallback span, .image-fallback small { font-size: 9px; }
  .deck-section { margin-top: 5px; padding-top: 17px; }
  .deck-toolbar { font-size: 12px; gap: 10px; }
  .deck-navigation { gap: 6px; }
  .deck-navigation > span { display: none; }
  .compass-window { width: calc(100% + 20px); max-width: none; margin-left: -10px; }
  .compass-center { bottom: 8px; gap: 7px; }
  .compass-rose { display: none; }
  .compass-select { font-size: 12px; padding: 8px 12px; }
  .compass-status { font-size: 11px; }
  .compass-pointer { font-size: 18px; }
  .compass-help { font-size: 13px; }
  .draw-actions { flex-direction: column; gap: 12px; margin-top: 20px; }
  .result-section { padding: 23px 18px; margin-top: 24px; }
  .result-star { display: none; }
  .result-intro h2 { font-size: 25px; }
  .result-intro p { font-size: 13px; }
  .prompt-actions { flex-direction: column; gap: 9px; margin-bottom: 14px; }
  .prompt-actions .button { width: 100%; padding: 15px 16px; font-size: 14px; }
  dialog { padding: 24px; }
  dialog h2 { font-size: 25px; }
}
@media (max-width: 375px) {
  .site-header { padding: 18px 16px; }
  .brand small { font-size: 7px; letter-spacing: .7px; }
  main { padding: 0 18px; }
  .hero-content h1 { font-size: 34px; letter-spacing: 1px; }
  .label-optional { display: none; }
  .start-button { padding: 15px 12px; gap: 8px; font-size: 14px; flex-basis: 100%; }
  .reversal-option { margin-left: auto; }
  .toggle-label { gap: 5px; font-size: 12px; }
  .spread { gap: 6px; }
  .mode-options { gap: 8px; }
  .mode-options label { padding: 11px 9px; gap: 7px; }
  .mode-options i { display: none; }
  .choice-inputs { grid-template-columns: 1fr; }
  :lang(en) .hero-content h1 { font-size: 32px; }
  :lang(en) .brand strong { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  *:not(.shuffle-area *), *:not(.shuffle-area *)::before, *:not(.shuffle-area *)::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .card-flipper { transition-duration: 1s !important; }
  .hero-card { animation: none; }
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --paper: #141d19;
    --ink: #e6e5d7;
    --muted: #abb59f;
    --gold: #d2b57c;
    --green: #43654d;
    --line: #354337;
    --night-surface: #1d2b22;
    --night-border: #465440;
    --night-subtle: #99a48e;
  }
  ::selection { background: #536344; color: #fff6dd; }
  .page-grain { opacity: .05; }
  .brand-symbol { fill: var(--gold); }
  .nav-link, .text-button, .toggle-label, .info-button,
  .site-footer, .site-footer > div, .footer-link,
  .art-top-caption, .question-echo > span:last-child,
  .shuffle-whisper, .slot-order, .spread-heading, .deck-toolbar,
  .deck-navigation, .compass-help, .result-intro p,
  .prompt-details summary, dialog p, .dialog-close:not(.button) { color: var(--muted); }
  .field-bottom, .privacy-note, .journey-strip div div span,
  .reading-edition, .question-echo > span:first-child, .shuffle-whisper small,
  .muted-small, .small-label, .slot-caption .waiting, .compass-status,
  .compass-help span, .result-note { color: var(--night-subtle); }
  .nav-link:hover, .footer-link:hover, .text-button:hover,
  .shuffle-area.is-energized .shuffle-whisper small { color: var(--gold); }
  textarea::placeholder { color: var(--night-subtle); }
  .question-field, .question-echo, .result-section, dialog {
    background: var(--night-surface);
    border-color: var(--night-border);
  }
  .mode-options label, .choice-inputs input, .choice-group, .reading-options p { background: var(--night-surface); border-color: var(--night-border); }
  .mode-options label:has(input:checked) { border-color: var(--gold); background: #d2b57c0c; }
  .mode-options input { accent-color: var(--gold); }
  .choice-inputs input:focus { border-color: var(--gold); }
  .choice-inputs input::placeholder { color: var(--night-subtle); }
  .choice-inputs input[aria-invalid="true"] { border-color: #df9d82; }
  .question-field:focus-within { border-color: var(--gold); box-shadow: 0 0 0 3px #d2b57c16; }
  .question-field:has([aria-invalid="true"]) { border-color: #df9d82; }
  .field-error, dialog .field-error { color: #efb29c; }
  .question-examples button { color: var(--muted); border-color: var(--night-border); }
  .question-examples button:hover { color: var(--ink); background: #30412f; border-color: #849066; }
  .button-primary { box-shadow: 0 5px 16px #00000025; }
  .button-primary:not(:disabled):hover { background: #52755a; box-shadow: 0 8px 24px #00000040; }
  .button-secondary, .dialog-note { background: #2b3b2e; }
  .toggle-track { background: #53624d; }
  .toggle-track::after { background: #e8e5d2; }
  .toggle-label input:checked + .toggle-track { background: #8d9e72; }
  .info-button { border-color: #788568; }
  .orbit, .shuffle-orbit, .shuffle-orbit::before { border-color: #bba37438; }
  .celestial-lines { color: #bfa675; }
  .art-seal { background: #29372b; color: #d2c69e; border-color: #95845d; outline-color: #a18f6366; }
  .journey-number { color: #bcaa7e; }
  .journey-line, .stepper li:not(:last-child)::after { background: var(--night-border); }
  .stepper { color: #8f9a82; }
  .shuffle-aura { background: radial-gradient(ellipse, #bb965335 0%, #92734719 42%, transparent 70%); }
  .shuffle-center { background: #25382c; border-color: #b89c6677; box-shadow: 0 0 35px 10px #141d1977; }
  .shuffle-center:not(:disabled):hover { background: #354934; box-shadow: 0 0 45px 15px #b4914b26; }
  .shuffle-area.is-energized .shuffle-center { background: #48533b; color: #ffe0a3; box-shadow: 0 0 60px 22px #b9944b35; }
  .slot-card { border-color: #56654b; background: #27352566; }
  .slot-card:not(.filled)::after { color: #718363; }
  .slot-caption .orientation { color: #b0c598; }
  .slot-caption .orientation.is-reversed { color: #d9b588; }
  .deck-navigation button { border-color: var(--night-border); }
  .deck-navigation button:hover { background: #30412f; }
  .deck-compass { background: radial-gradient(circle, #b49a5810 10%, #42553a33 52%, transparent 72%); }
  .compass-select { background: #25372a; color: #e0d8b9; border-color: #8c7c57; box-shadow: 0 3px 12px #00000025; }
  .compass-select:not(:disabled):hover { background: #354934; border-color: var(--gold); }
  .compass-rose { stroke: #c7ae75; }
  .result-star { color: var(--gold); }
  .prompt-details { border-color: var(--night-border); }
  #prompt-text { background: #152119; border-color: var(--night-border); color: #d5dec7; }
  dialog { box-shadow: 0 25px 100px #00000080; }
  dialog::backdrop { background: #050b08b8; }
  .guide-list li { color: var(--gold); }
  .guide-list strong { color: var(--ink); }
  .toast { background: #344b38; border-color: #82906a; box-shadow: 0 8px 30px #00000055; }
}
