:root{--background:#0f0a1e;--background-light:#1a1230;--surface:#231b3a;--surface-light:#2d2447;--card:#1e1635;--card-border:#3d2e6b;--gold:#c9a84c;--gold-light:#e0c76e;--gold-dark:#a68a3a;--violet:#7c5cbf;--rose:#e0789a;--emerald:#78c9a0;--text:#f0e6d3;--text-secondary:#c8b9a3;--text-muted:#a89a82;--shadow:#00000057;--primary:var(--gold);--primary-light:var(--gold-light);--secondary:var(--violet);--ink:var(--text);--serif:var(--font-cormorant,"Cormorant Garamond"), Georgia, "Times New Roman", serif;--sans:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--tracking-wide:.18em;--tracking-wider:.24em;--ease-out:cubic-bezier(.22, 1, .36, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--ease-emphatic:cubic-bezier(.16, 1, .3, 1);--dur-instant:.12s;--dur-quick:.2s;--dur-base:.32s;--dur-deliberate:.6s;--dur-ceremonial:.9s;--text-2xs:clamp(.68rem, .66rem + .08cqi, .75rem);--text-xs:clamp(.72rem, .7rem + .08cqi, .82rem);--text-sm:clamp(.78rem, .76rem + .08cqi, .88rem);--text-base:clamp(.88rem, .86rem + .1cqi, .98rem);--text-lg:clamp(.96rem, .92rem + .14cqi, 1.1rem);--text-xl:clamp(1.08rem, 1rem + .34cqi, 1.38rem);--text-2xl:clamp(1.32rem, 1.12rem + .72cqi, 1.95rem);--text-3xl:clamp(1.72rem, 1.25rem + 1.7cqi, 3.2rem);--text-display:clamp(1.95rem, 1.35rem + 2.2cqi, 3.7rem);--text-screen-title:clamp(1.5rem, 1.16rem + 1.35cqi, 2.45rem);--text-card-name:clamp(1.05rem, .96rem + .42cqi, 1.52rem);--text-reading-body:clamp(.9rem, .88rem + .1cqi, 1rem);--text-button:clamp(.84rem, .82rem + .06cqi, .94rem);font-size:100%}@media (min-width:42rem){:root{--text-xs:clamp(.75rem, .72rem + .12cqi, .875rem);--text-sm:clamp(.875rem, .84rem + .14cqi, 1rem);--text-base:clamp(1rem, .97rem + .18cqi, 1.125rem);--text-lg:clamp(1.125rem, 1.06rem + .28cqi, 1.375rem);--text-xl:clamp(1.35rem, 1.18rem + .7cqi, 1.875rem);--text-2xl:clamp(1.75rem, 1.35rem + 1.4cqi, 3rem);--text-3xl:clamp(2.25rem, 1.55rem + 2.6cqi, 4.5rem);--text-display:clamp(2.5rem, 1.6rem + 3.4cqi, 5rem);--text-screen-title:clamp(2rem, 1.45rem + 2.1cqi, 3.75rem);--text-card-name:clamp(1.25rem, 1.05rem + .75cqi, 2.25rem);--text-reading-body:clamp(1rem, .96rem + .22cqi, 1.1875rem);--text-button:clamp(.95rem, .92rem + .1cqi, 1.05rem)}}*{box-sizing:border-box}html{background:var(--background);font-size:100%}body{background:radial-gradient(circle at 18% 12%, #7c5cbf38, transparent 28rem), radial-gradient(circle at 88% 18%, #c9a84c24, transparent 24rem), linear-gradient(145deg, var(--background) 0%, #160f2b 50%, #0b0716 100%);min-height:100vh;color:var(--text);font-size:1rem;font-family:var(--sans);margin:0;line-height:1.55}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}img{max-width:100%;display:block}.app-shell{isolation:isolate;min-height:100vh;position:relative}@keyframes route-fade{0%{opacity:0}to{opacity:1}}.route-transition{animation:route-fade .18s var(--ease-out) both}@keyframes fade-up{0%{opacity:0;transform:translateY(.6rem)}to{opacity:1;transform:translateY(0)}}@keyframes home-star-twinkle{0%,to{opacity:.18;transform:scale(.72)}45%{opacity:.92;transform:scale(1)}}@keyframes home-star-drift{0%,to{transform:translate(0,0)}50%{transform:translate(.25rem,-.35rem)}}@keyframes starfield-breathe{0%,to{opacity:.14}50%{opacity:.22}}.starfield{z-index:-1;opacity:.18;animation:starfield-breathe 14s var(--ease-in-out) infinite;background-image:radial-gradient(circle,#f0e6d3b8 0 1px,#0000 1.5px),radial-gradient(circle,#e0c76e75 0 1px,#0000 1.4px);background-position:0 0,3rem 4rem;background-size:8.5rem 8.5rem,12rem 12rem;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 88%);mask-image:linear-gradient(#000,#0000 88%)}.desktop-rail{display:none;container-type:inline-size}.mobile-topbar{z-index:20;min-height:3.25rem;padding:env(safe-area-inset-top) .8rem 0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f0a1edb;border-bottom:1px solid #3d2e6bb8;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0;container-type:inline-size}.mobile-brand,.brand-lockup{align-items:center;gap:.7rem;min-width:0;display:inline-flex}.brand-mark{width:2.25rem;height:2.25rem;color:var(--gold);font-family:var(--serif);border:1px solid #c9a84c73;border-radius:50%;place-items:center;display:inline-grid;box-shadow:0 0 24px #c9a84c24}.mobile-brand .brand-mark{width:auto;height:auto;box-shadow:none;border:0;border-radius:0}.brand-name,.mobile-brand span:last-child{color:var(--gold);font-family:var(--serif);font-size:var(--text-lg);font-weight:700;display:block}.brand-mode{color:var(--text-muted);font-size:var(--text-xs);text-transform:uppercase;display:block}.mobile-topbar-actions{align-items:center;gap:.32rem;display:flex}.mobile-icon-link,.mobile-language-picker{width:2.12rem;height:2.12rem;color:var(--gold);background:#231b3ad6;border:1px solid #c9a84c6b;border-radius:999px;place-items:center;display:inline-grid}.mobile-language-picker{background:0 0;border-color:#0000;border-radius:6px;width:1.9rem;height:1.9rem}.mobile-language-picker .language-flag{width:1.55rem;height:1.05rem;box-shadow:inset 0 0 0 1px #ffffff3d}.language-picker-button{cursor:pointer}.language-picker-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.language-flag{background:#0f0a1e57;border-radius:3px;flex:none;align-items:stretch;width:1.9rem;height:1.3rem;display:inline-flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff3d,0 4px 12px #0000002e}.language-flag svg{width:100%;height:100%;display:block}.split-language-flag{gap:0}.language-flag-half{width:50%;height:100%;display:block;overflow:hidden}.language-flag-half svg{width:200%;max-width:none;height:100%}.language-flag-half:first-child svg{transform:translate(0)}.language-flag-half:last-child svg{transform:translate(-50%)}.language-modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#090713b8;align-items:end;padding:1rem;display:grid;position:fixed;inset:0}.language-modal{background:radial-gradient(circle at 15% 0,#c9a84c1f,#0000 18rem),#231b3afa;border:1px solid #c9a84c57;border-radius:8px;grid-template-rows:auto auto minmax(0,1fr);gap:1rem;width:min(100%,52rem);max-height:min(90dvh,54rem);margin:0 auto;padding:1rem;display:grid;overflow:hidden;box-shadow:0 28px 70px #00000085;container-type:inline-size}.language-modal-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.language-modal-header h2{font-size:var(--text-xl)}.language-modal-body{font-size:var(--text-sm)}.language-option-grid{gap:.55rem;min-height:0;padding:.15rem .2rem .2rem;display:grid;overflow:auto}.language-option{min-height:3.55rem;color:var(--text);cursor:pointer;text-align:left;background:#0f0a1e57;border:1px solid #3d2e6bdb;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.65rem .75rem;display:grid}.language-option.active{background:#c9a84c1f;border-color:#e0c76eb8}.language-option-flag{place-items:center;width:2.45rem;display:inline-grid}.language-option-copy{min-width:0;display:block}.language-option-copy strong{color:var(--text);font-size:var(--text-sm);text-overflow:ellipsis;white-space:nowrap;font-weight:750;overflow:hidden}.language-option.active .language-option-copy strong{color:var(--gold-light)}.language-option-check{color:#090713;background:var(--gold);border-radius:999px;place-items:center;width:1.9rem;height:1.9rem;display:inline-grid}.mobile-icon-link.active{color:var(--gold-light);background:#c9a84c21;border-color:#e0c76ebd}.app-main{width:min(100%,92rem);margin:0 auto;padding:.75rem 1rem 6rem;container-type:inline-size}.home-shell .app-main{padding-top:0}.home-shell .mobile-topbar{display:none}.bottom-nav{z-index:30;min-height:calc(4.35rem + env(safe-area-inset-bottom));padding:.4rem .25rem calc(.45rem + env(safe-area-inset-bottom));border-top:1px solid var(--card-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f0a1ef0;grid-template-columns:repeat(5,minmax(0,1fr));display:grid;position:fixed;bottom:0;left:0;right:0;container-type:inline-size}.bottom-nav-item{min-width:0;color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;transition:color var(--dur-instant) var(--ease-out);flex-direction:column;justify-content:center;align-items:center;gap:.25rem;font-size:.6rem;font-weight:650;display:flex}.bottom-nav-item.active{color:var(--gold)}.bottom-nav-icon,.bottom-nav-glyph{place-items:center;width:1.4rem;height:1.4rem;display:grid}.bottom-nav-glyph{font-size:1.25rem;line-height:1}.mobile-install-fab{right:.78rem;bottom:calc(4.95rem + env(safe-area-inset-bottom));z-index:31;color:#090713;background:linear-gradient(135deg, var(--gold-light), var(--gold-dark));border:1px solid #f0e6d37a;border-radius:999px;justify-content:center;align-items:center;gap:.35rem;min-height:2.15rem;padding:.42rem .72rem;font-size:.72rem;font-weight:850;line-height:1;display:none;position:fixed;box-shadow:0 14px 34px #00000061,0 0 28px #c9a84c3d}.mobile-install-fab:focus-visible{outline:2px solid var(--gold-light);outline-offset:3px}.install-modal-backdrop{z-index:60;padding:1rem .9rem calc(1rem + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#090713bd;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.install-modal{gap:.72rem;width:min(100%,28rem);display:grid}.install-modal-header{justify-content:space-between;align-items:center;gap:.75rem;padding:0 .1rem;display:flex}.install-modal-header h2{color:var(--gold);font-family:var(--serif);font-size:var(--text-lg);margin:0;line-height:1.1}.page-stack{gap:1.25rem;display:grid}.home-app-page{isolation:isolate;min-height:calc(100dvh - 6.25rem);display:grid;position:relative;overflow:hidden}.home-animated-stars{z-index:-1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.home-star{background:#f0e6d3e6;border-radius:999px;width:.23rem;height:.23rem;animation:3.8s ease-in-out infinite home-star-twinkle,8s ease-in-out infinite home-star-drift;display:block;position:absolute;box-shadow:0 0 12px #f0e6d33d}.home-star:first-child{animation-delay:-1.1s;top:5%;left:39%}.home-star:nth-child(2){width:.18rem;height:.18rem;animation-delay:-2.4s;top:8%;left:65%}.home-star:nth-child(3){width:.16rem;height:.16rem;animation-delay:-.4s;top:17%;left:13%}.home-star:nth-child(4){animation-delay:-3.1s;top:25%;right:17%}.home-star:nth-child(5){width:.15rem;height:.15rem;animation-delay:-1.7s;top:31%;left:23%}.home-star:nth-child(6){width:.16rem;height:.16rem;animation-delay:-2.8s;top:38%;right:7%}.home-star:nth-child(7){animation-delay:-.8s;top:48%;left:16%}.home-star:nth-child(8){width:.18rem;height:.18rem;animation-delay:-2.1s;top:52%;left:42%}.home-star:nth-child(9){width:.14rem;height:.14rem;animation-delay:-3.6s;top:57%;right:16%}.home-star:nth-child(10){animation-delay:-1.4s;top:66%;left:19%}.home-star:nth-child(11){width:.15rem;height:.15rem;animation-delay:-.2s;top:70%;right:24%}.home-star:nth-child(12){width:.14rem;height:.14rem;animation-delay:-2.9s;top:77%;left:49%}.home-star:nth-child(13){animation-delay:-1.9s;top:85%;right:10%}.home-star:nth-child(14){width:.2rem;height:.2rem;animation-delay:-3.3s;bottom:10%;left:8%}.home-star:nth-child(15){width:.14rem;height:.14rem;animation-delay:-.6s;bottom:7%;right:37%}.home-star:nth-child(16){width:.2rem;height:.2rem;animation-delay:-1.2s;top:19%;right:35%}.home-star:nth-child(17){width:.14rem;height:.14rem;animation-delay:-2.2s;top:43%;left:58%}.home-star:nth-child(18){width:.15rem;height:.15rem;animation-delay:-3.9s;bottom:22%;right:5%}.home-app-hero{text-align:center;align-content:center;justify-items:center;min-height:calc(100dvh - 6.25rem);padding:clamp(1.5rem,4dvh,3rem) 0 clamp(5.5rem,9dvh,7rem);display:grid;position:relative}.home-date{color:var(--text-secondary);font-size:var(--text-xs);letter-spacing:var(--tracking-wider);text-transform:uppercase;font-weight:650}.home-ornament{color:var(--gold);opacity:.85;align-items:center;gap:clamp(.9rem,3.5vw,1.4rem);margin-top:clamp(.8rem,2.4dvh,1.3rem);font-size:clamp(1.2rem,4.4vw,1.55rem);line-height:1;display:flex}.home-ornament span:nth-child(2){opacity:.85;font-size:.72em}.home-app-title{color:var(--gold);font-family:var(--serif);letter-spacing:.01em;margin-top:clamp(.7rem,2dvh,1.1rem);font-size:clamp(2.2rem,8.5vw,3.1rem);line-height:1}.home-app-subtitle{max-width:31rem;color:var(--text-secondary);font-family:var(--serif);margin-top:.55rem;font-size:clamp(1rem,3.6vw,1.2rem);font-style:italic;font-weight:400;line-height:1.45}.home-app-description{max-width:32rem;color:var(--text);margin-top:.65rem;font-size:clamp(.92rem,2.7vw,1.02rem);line-height:1.55}.home-daily-card{justify-items:center;gap:.85rem;margin-top:clamp(1.4rem,4dvh,2.4rem);display:grid}.home-daily-frame{aspect-ratio:2/3;height:clamp(15rem,42dvh,24rem);transition:transform var(--dur-quick) var(--ease-out), box-shadow var(--dur-quick) var(--ease-out);animation:daily-card-drift 6s var(--ease-in-out) infinite;background:linear-gradient(145deg,#7c5cbf5c,#1e1635fa),repeating-linear-gradient(45deg,#0000 0 8px,#c9a84c14 8px 9px);border:1px solid #c9a84c8c;border-radius:10px;place-items:center;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 60px #00000073,0 0 42px #c9a84c1f}.home-daily-card-secondary{gap:.52rem;margin-top:clamp(.95rem,2.6dvh,1.3rem)}.home-daily-card-secondary .home-daily-frame{height:clamp(7.5rem,20dvh,11.5rem)}.home-daily-card-secondary .home-daily-caption strong{font-size:var(--text-sm)}.home-daily-frame:before{content:"";z-index:1;pointer-events:none;border:1px solid #e0c76e66;border-radius:7px;position:absolute;inset:.7rem}.home-daily-frame.revealed:before{content:none}.home-daily-frame:after{content:"";z-index:2;opacity:0;pointer-events:none;animation:card-back-shimmer 8s var(--ease-in-out) infinite;background:linear-gradient(105deg,#0000 38%,#e0c76e33 50%,#0000 62%);position:absolute;inset:-10%}.home-daily-card:hover .home-daily-frame,.home-daily-card:focus-visible .home-daily-frame{transform:translateY(-.25rem);box-shadow:0 30px 68px #00000080,0 0 52px #c9a84c33}.home-daily-card:focus-visible{outline:2px solid var(--gold-light);outline-offset:3px;border-radius:12px}.home-daily-back{color:var(--gold);font-family:var(--serif);font-size:clamp(2.4rem,9vw,3.4rem);line-height:1}.home-daily-image{object-fit:cover}.home-daily-image.reversed{transform:rotate(180deg)}.home-daily-caption{gap:.2rem;display:grid}.home-daily-label{color:var(--gold);font-size:var(--text-2xs);letter-spacing:var(--tracking-wide);text-transform:uppercase;font-weight:650}.home-daily-caption strong{color:var(--text);font-family:var(--serif);font-size:var(--text-lg);font-weight:600;line-height:1.2}.home-app-actions{justify-items:center;gap:.68rem;width:min(100%,30rem);margin-top:clamp(1.5rem,4.4dvh,2.5rem);display:grid}@keyframes cta-bloom-breathe{0%,to{opacity:.25}50%{opacity:.4}}.home-app-primary{color:#090713;text-align:center;width:min(100%,22rem);min-height:3.5rem;font-family:var(--sans);letter-spacing:.04em;background:linear-gradient(135deg, var(--gold-light), var(--gold-dark));border-radius:999px;justify-content:center;align-items:center;padding:.78rem clamp(1.6rem,5.5vw,2.2rem);font-size:clamp(.84rem,2.8vw,.95rem);font-weight:650;line-height:1.15;display:inline-flex;position:relative;box-shadow:0 18px 42px #c9a84c33}.home-app-primary:after{content:"";z-index:-1;filter:blur(16px);animation:cta-bloom-breathe 4s var(--ease-in-out) infinite;background:radial-gradient(#c9a84c99,#0000 70%);border-radius:999px;position:absolute;inset:-18% -8%}.home-quiet-links{justify-content:center;align-items:center;gap:.8rem;margin-top:1.1rem;display:flex}.home-quiet-link{min-height:2.2rem;color:var(--text-secondary);font-size:var(--text-2xs);letter-spacing:var(--tracking-wide);text-transform:uppercase;transition:color var(--dur-quick) var(--ease-out);align-items:center;font-weight:650;display:inline-flex}.home-quiet-link:hover,.home-quiet-link:focus-visible{color:var(--gold-light)}.home-quiet-separator{color:var(--gold);opacity:.55;font-size:.6rem}.home-auth-links{justify-content:center;align-items:center;gap:.85rem;margin-top:.82rem;display:flex}.home-auth-link{min-height:2.4rem;color:var(--gold);align-items:center;font-size:clamp(.82rem,2.8vw,.92rem);font-weight:600;display:inline-flex}.home-auth-separator{color:var(--text-muted);opacity:.62}.home-recent-row{justify-items:center;gap:.7rem;width:min(100%,34rem);margin-top:clamp(1.7rem,5dvh,2.8rem);display:grid}.home-recent-eyebrow{color:var(--text-muted);font-size:var(--text-2xs);letter-spacing:var(--tracking-wide);text-transform:uppercase;font-weight:650}.home-recent-list{flex-wrap:wrap;justify-content:center;gap:.6rem;width:100%;display:flex}.home-recent-spine{text-align:left;min-width:7.5rem;max-width:11rem;transition:border-color var(--dur-quick) var(--ease-out), transform var(--dur-quick) var(--ease-out);background:#1e1635b8;border:1px solid #3d2e6bcc;border-left:3px solid #c9a84c8c;border-radius:6px;gap:.1rem;padding:.55rem .8rem;display:grid}.home-recent-spine:hover,.home-recent-spine:focus-visible{border-color:#c9a84c99;transform:translateY(-.15rem)}.home-recent-spine-mark{color:var(--gold);font-size:.62rem;line-height:1}.home-recent-spine strong{color:var(--text);font-family:var(--serif);font-size:var(--text-sm);text-overflow:ellipsis;white-space:nowrap;font-weight:600;line-height:1.2;overflow:hidden}.home-recent-spine-date{color:var(--text-muted);font-size:var(--text-2xs);letter-spacing:var(--tracking-wide);text-transform:uppercase}.hero-section{align-items:center;gap:1.5rem;min-height:min(42rem,100vh - 9rem);display:grid}.hero-copy,.section-copy{max-width:42rem}.eyebrow{color:var(--gold);font-size:var(--text-xs);letter-spacing:var(--tracking-wide);text-transform:uppercase;margin:0 0 .55rem;font-weight:650}h1,h2,h3{color:var(--text);font-family:var(--serif);letter-spacing:0;margin:0;font-weight:700}h1{font-size:var(--text-screen-title);line-height:1}h2{font-size:var(--text-2xl);line-height:1.05}h3{font-size:var(--text-xl);line-height:1.15}p{color:var(--text-secondary);font-size:var(--text-base);margin:0;line-height:1.65}.hero-section h1{font-size:var(--text-display);line-height:.95}.hero-lede{max-width:34rem;font-size:var(--text-lg);margin-top:1rem}.action-row{flex-wrap:wrap;gap:.75rem;margin-top:1.45rem;display:flex}.primary-button,.secondary-button,.text-button,.icon-button{cursor:pointer;min-height:2.9rem;font-size:var(--text-button);border:0;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;padding:.78rem 1.05rem;font-weight:750;display:inline-flex}.primary-button{color:#090713;background:linear-gradient(135deg, var(--gold-light), var(--gold-dark));box-shadow:0 16px 34px #c9a84c2e}.secondary-button{color:var(--gold-light);background:#231b3abd;border:1px solid #c9a84c6b}.text-button{color:var(--text-secondary);background:0 0}.icon-button{width:2.55rem;min-height:2.55rem;color:var(--gold-light);background:#0f0a1e6b;border:1px solid #c9a84c57;padding:0}.tarot-title{font-family:var(--serif);font-size:var(--text-display);line-height:.95}.screen-title{font-family:var(--serif);font-size:var(--text-screen-title);line-height:1}.card-name{font-family:var(--serif);font-size:var(--text-card-name);line-height:1.1}.reading-body{font-size:var(--text-reading-body);line-height:1.65}.button-text{font-size:var(--text-button)}.primary-button:focus-visible,.secondary-button:focus-visible,.text-button:focus-visible,.icon-button:focus-visible,.nav-item:focus-visible,.bottom-nav-item:focus-visible,.spread-option:focus-visible,.spread-card-button:focus-visible,.reading-placement:focus-visible,.mobile-icon-link:focus-visible,.language-picker-button:focus-visible,.language-option:focus-visible,.segment-control button:focus-visible,.deck-preview-button:focus-visible,.deck-select-button:focus-visible,.input-control:focus-visible,.setting-toggle:focus-within,.library-filter-row button:focus-visible,.library-deck-button:focus-visible,.library-meaning-card:focus-visible,.paywall-deck-card:focus-visible,.paywall-legal-link:focus-visible,.daily-card-touch:focus-visible,.daily-mode-tab:focus-visible,.long-read-card-button:focus-visible,.long-read-phase-card-button:focus-visible,.long-read-style-control button:focus-visible,.long-read-mobile-back:focus-visible,.long-read-mobile-home:focus-visible,.long-read-mobile-tone-list button:focus-visible,.long-read-mobile-card-image-button:focus-visible,.long-read-response-field:focus-visible,.long-read-response-modal-close:focus-visible,.draw-method-card:focus-visible,.platform-deck-button:focus-visible,.manual-card-option:focus-visible,.drawn-card-button:focus-visible,.reading-export-button:focus-visible,.lens-control button:focus-visible,.modal-close-button:focus-visible,.history-filter:focus-visible,.history-icon-action:focus-visible,.history-topbar-icon:focus-visible,.history-detail-back:focus-visible,.history-detail-card-button:focus-visible,.history-report-button:focus-visible,.history-primary-pill:focus-visible,.history-secondary-pill:focus-visible,.history-save-note-button:focus-visible,.history-export-button:focus-visible,.history-card-modal-close:focus-visible{outline:2px solid var(--gold-light);outline-offset:3px}.primary-button:disabled,.secondary-button:disabled,.text-button:disabled,.icon-button:disabled{cursor:not-allowed;opacity:.62}.secondary-button.danger{color:#f0b1c4;border-color:#e0789a6b}.hero-showcase,.surface,.studio-panel,.reading-canvas-panel{box-shadow:0 18px 44px var(--shadow);background:#231b3ac7;border:1px solid #3d2e6bdb;border-radius:8px;container-type:inline-size}.hero-showcase{place-items:center;min-height:29rem;padding:1rem;display:grid;overflow:hidden}.card-fan{grid-template-columns:repeat(3,minmax(5.5rem,10rem));justify-content:center;align-items:end;gap:clamp(.35rem,2vw,1rem);display:grid}.card-fan .tarot-card:first-child{transform:rotate(-8deg)translateY(1rem)}.card-fan .tarot-card:nth-child(3){transform:rotate(8deg)translateY(1rem)}.tarot-card{perspective:1200px;gap:.8rem;width:min(100%,13rem);margin:0;display:grid;container-type:inline-size}.tarot-card.compact{gap:.35rem;width:5.35rem}.tarot-card-inner{aspect-ratio:2/3;width:100%;transform-style:preserve-3d;transition:transform var(--dur-deliberate) var(--ease-emphatic);position:relative}.tarot-card-inner.revealed{transform:rotateY(180deg)}@keyframes card-flip-settle{0%{transform:rotateY(0)translateZ(0)scale(1)}45%{transform:rotateY(96deg)translateZ(60px)scale(1.04)}78%{transform:rotateY(184deg)translateZ(18px)scale(1.01)}to{transform:rotateY(180deg)translateZ(0)scale(1)}}.daily-card-touch .tarot-card-inner.revealed,.platform-deck-button .tarot-card-inner.revealed,.interpretation-card-preview .tarot-card-inner.revealed{animation:card-flip-settle .72s var(--ease-emphatic) both}@keyframes daily-card-drift{0%,to{transform:translateY(-4px)}50%{transform:translateY(4px)}}.daily-card-touch .tarot-card-inner:not(.revealed){animation:daily-card-drift 6s var(--ease-in-out) infinite}@keyframes card-back-shimmer{0%,82%{opacity:0;transform:translate(-130%)rotate(8deg)}91%{opacity:.45}to{opacity:0;transform:translate(130%)rotate(8deg)}}.daily-card-touch .tarot-card-back:after{content:"";opacity:0;pointer-events:none;animation:card-back-shimmer 8s var(--ease-in-out) infinite;background:linear-gradient(105deg,#0000 38%,#e0c76e38 50%,#0000 62%);position:absolute;inset:-10%}.tarot-card-face,.tarot-card-back{backface-visibility:hidden;border:1px solid #c9a84c6b;border-radius:8px;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.tarot-card-face{object-fit:contain;background:#090713;transform:rotateY(180deg)}.tarot-card-face.reversed{transform:rotateY(180deg)rotate(180deg)}.tarot-card-back{color:var(--gold);font-family:var(--serif);font-size:var(--text-2xl);background:linear-gradient(145deg,#7c5cbf5c,#1e1635fa),repeating-linear-gradient(45deg,#0000 0 8px,#c9a84c14 8px 9px);place-items:center;display:grid}.tarot-card figcaption{min-height:2.6rem;color:var(--text-secondary);font-size:var(--text-sm);text-align:center;gap:.15rem;display:grid}.tarot-card figcaption strong{color:var(--text);font-family:var(--serif);font-size:var(--text-card-name)}.tarot-card.compact figcaption{min-height:2rem;font-size:var(--text-2xs)}.tarot-card.compact figcaption strong{font-size:var(--text-xs)}.split-page,.studio-grid,.library-grid,.route-grid,.plan-grid{gap:1rem;display:grid}.split-page{align-items:stretch}.surface{padding:clamp(1rem,3vw,1.5rem)}.metric-row,.keyword-row,.benefit-list,.route-list,.spread-list,.settings-list,.history-list{gap:.75rem;display:grid}.metric-row{grid-template-columns:repeat(2,minmax(0,1fr))}.metric{background:#1e1635b8;border:1px solid #3d2e6ba6;border-radius:8px;padding:.95rem}.metric strong,.route-list strong,.history-list strong,.settings-list strong{color:var(--text);display:block}.keyword-row{flex-wrap:wrap;gap:.45rem;display:flex}.keyword-row span,.badge,.benefit-list span,.step{width:fit-content;min-height:1.85rem;color:var(--gold-light);font-size:var(--text-xs);background:#c9a84c14;border:1px solid #c9a84c42;border-radius:999px;align-items:center;padding:.32rem .65rem;font-weight:700;display:inline-flex}.badge.locked{color:var(--text-muted);background:#a89a8212;border-color:#a89a8247}.daily-reveal{justify-items:center;gap:1rem;display:grid}.today-page.is-revealed{grid-template-columns:minmax(0,1fr)}.today-revealed-layout{gap:1.25rem;width:100%;display:grid}.today-revealed-header{text-align:center;width:100%;margin-bottom:1rem}.today-revealed-title{color:var(--text);font-family:var(--serif);margin:0;font-size:clamp(1.15rem,3.2vw,1.5rem);font-weight:700;line-height:1.15}.today-card-column{min-width:0}.today-page.is-revealed .today-daily-card-surface{align-items:stretch;width:100%}.today-page.is-revealed .today-daily-card-surface .daily-reveal{width:100%;max-width:none;margin-inline:0}.today-page.is-revealed .daily-card-touch{width:100%}.today-page.is-revealed .daily-card-touch .tarot-card{width:100%;max-width:none}.today-info-surface{min-width:0}.today-info-surface .hero-lede{font-family:var(--serif);font-size:var(--text-lg);font-style:italic}.today-detail-panel{gap:.85rem;display:grid}.today-detail-panel .daily-interpretation-card{margin-top:0}.today-detail-card-title{font-family:var(--serif);margin:0;font-size:clamp(1.35rem,4vw,1.75rem);line-height:1.2}.today-inline-detail{width:100%;margin-top:1.25rem}.today-inline-detail .today-detail-panel>*{animation:fade-up var(--dur-base) var(--ease-out) both}.today-inline-detail .today-detail-panel>:first-child{animation-delay:.36s}.today-inline-detail .today-detail-panel>:nth-child(2){animation-delay:.48s}.today-inline-detail .today-detail-panel>:nth-child(3){animation-delay:.6s}.daily-mode-intro,.daily-interpretation-text{animation:fade-up var(--dur-base) var(--ease-out) both}.daily-interpretation-text{animation-delay:.12s}.today-history-surface{padding:0;overflow:hidden}.today-history-toggle{width:100%;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;padding:clamp(1rem,3vw,1.5rem);display:flex}.today-history-toggle:focus-visible{outline-offset:-2px;outline:2px solid #c9a84cb8}.today-history-toggle-copy{gap:.35rem;min-width:0;display:grid}.today-history-toggle-meta{color:var(--text-secondary);font-size:var(--text-sm);line-height:1.45}.today-history-chevron{color:var(--gold-light);flex-shrink:0;transition:transform .2s}.today-history-chevron.expanded{transform:rotate(180deg)}.today-history-surface .daily-history-list{padding:0 clamp(1rem,3vw,1.5rem) clamp(1rem,3vw,1.5rem)}.today-daily-card-surface{flex-direction:column;align-items:center;display:flex}.today-revealed-layout:not(.is-revealed) .daily-reveal{width:min(100%,15rem);margin-inline:auto}.today-daily-card-surface .daily-card-touch{justify-content:center;width:100%;display:flex}.daily-card-touch{color:inherit;cursor:pointer;background:0 0;border:0;padding:0;display:block}.daily-card-touch .tarot-card{transition:filter .18s,transform .18s}.daily-card-touch:hover .tarot-card{filter:drop-shadow(0 0 18px #e0c76e38);transform:translateY(-.08rem)}.daily-status{color:var(--gold-light);font-size:var(--text-sm);margin-top:1rem}.daily-interpretation-card{background:#0f0a1e57;border:1px solid #3d2e6bb8;border-radius:8px;gap:.85rem;margin-top:1rem;padding:.9rem;display:grid}.daily-mode-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}.daily-mode-tab{min-width:0;min-height:2.35rem;color:var(--text-secondary);cursor:pointer;font-size:var(--text-xs);text-align:center;background:#231b3abd;border:1px solid #3d2e6bc2;border-radius:999px;padding:.45rem .7rem;font-weight:800}.daily-mode-tab.active{color:#090713;background:var(--gold);border-color:#e0c76ec7}.daily-mode-intro{color:var(--text-secondary);font-family:var(--serif);font-size:var(--text-base);line-height:1.65}.daily-interpretation-text{color:var(--text);font-size:var(--text-reading-body);line-height:1.74}.daily-fullscreen-backdrop{z-index:95;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000eb;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.daily-fullscreen-modal{justify-items:center;gap:.9rem;max-width:min(100%,34rem);max-height:min(92dvh,54rem);display:grid;position:relative}.daily-detail-modal{scrollbar-gutter:stable;justify-items:center;gap:.9rem;width:min(100%,34rem);max-height:min(92dvh,54rem);padding:.25rem .5rem 1rem;display:grid;position:relative;overflow-y:auto}.daily-detail-image-frame{aspect-ratio:2/3;background:#090713;border:1px solid #c9a84c5c;border-radius:8px;width:min(60vw,13rem);position:relative;overflow:hidden;box-shadow:0 28px 70px #00000094}.daily-detail-image{object-fit:contain}.daily-detail-image.reversed{transform:rotate(180deg)}.daily-detail-modal .daily-fullscreen-caption{width:100%}.daily-detail-keywords{justify-content:center}.daily-detail-date{color:var(--gold-light);font-size:var(--text-xs);letter-spacing:.06em;text-transform:uppercase;font-weight:800}.daily-history-item{width:100%;color:inherit;text-align:left;cursor:pointer;font:inherit;background:#1e1635b8;border:1px solid #3d2e6bbd;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.85rem;padding:1rem;display:grid}.daily-history-item:hover,.daily-history-item:focus-visible{background:#c9a84c17;border-color:#c9a84c70}.daily-history-item-body{gap:.65rem;min-width:0;display:grid}.daily-history-item-body strong{color:var(--text);display:block}.daily-history-thumb-frame{aspect-ratio:2/3;background:#090713;border:1px solid #c9a84c5c;border-radius:6px;flex-shrink:0;width:4.25rem;position:relative;overflow:hidden}.daily-history-thumb{object-fit:cover}.daily-history-thumb.reversed{transform:rotate(180deg)}.daily-fullscreen-close{z-index:1;position:absolute;top:0;right:0}.daily-fullscreen-image{aspect-ratio:2/3;object-fit:contain;background:#090713;border:1px solid #c9a84c5c;border-radius:8px;width:min(86vw,30rem);max-height:min(78dvh,45rem);box-shadow:0 28px 70px #00000094}.daily-fullscreen-image.reversed{transform:rotate(180deg)}.daily-fullscreen-caption{text-align:center;justify-items:center;gap:.25rem;display:grid}.daily-fullscreen-caption h2{font-size:var(--text-xl)}.daily-fullscreen-caption>span:not(.daily-detail-date){color:#f0b1c4;font-size:var(--text-sm);text-transform:uppercase;font-weight:800}.daily-history-list .daily-history-item:first-child,.daily-history-list article:first-child{background:#c9a84c17;border-color:#c9a84c70}.journal-area{resize:vertical;width:100%;min-height:16rem;color:var(--text);background:#0f0a1e7a;border:1px solid #3d2e6bc7;border-radius:8px;padding:1rem}.journal-layout{grid-template-columns:1fr;gap:1rem;display:grid}.journal-panel-header,.journal-editor-header,.journal-meta-row,.textarea-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.journal-panel-header,.journal-editor-header{margin-bottom:1rem}.journal-reading-list,.journal-preview{gap:.75rem;display:grid}.journal-reading-button{width:100%;color:inherit;text-align:left;cursor:pointer;background:#1e1635b8;border:1px solid #3d2e6bbd;border-radius:8px;gap:.45rem;padding:.9rem;display:grid}.journal-reading-button.active,.journal-reading-button:hover{background:#c9a84c17;border-color:#c9a84c99}.journal-reading-button strong{color:var(--text);font-family:var(--serif);font-size:var(--text-lg)}.journal-reading-button span,.journal-reading-button small,.journal-meta-row,.textarea-meta,.journal-status{color:var(--text-muted);font-size:var(--text-sm)}.journal-reading-button small{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.journal-editor{align-content:start;display:grid}.journal-editor .journal-area{min-height:22rem}.journal-layout .right-panel.journal-editor .journal-area{min-height:16rem}.textarea-meta{min-height:1.6rem;margin-top:.55rem}.empty-state-panel{align-content:start;gap:1rem;display:grid}.journal-empty-main{place-content:center;min-height:20rem}.journal-preview blockquote{border-left:3px solid var(--gold);color:var(--gold-light);font-family:var(--serif);font-size:var(--text-lg);margin:0;padding-left:.85rem}.compact-list article{max-height:10rem;overflow:hidden}.studio-grid{grid-template-columns:1fr}.studio-panel,.reading-canvas-panel{padding:1rem}.step-list{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.step.done{color:#0b0716;background:var(--gold)}.reading-sync-status{color:var(--gold-light);font-size:var(--text-sm);margin-top:1rem}.reading-question-field{margin-top:1rem}.focus-question-input{resize:vertical;min-height:7.25rem;caret-color:var(--gold)}.reading-toolbar,.reading-progress{flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:1rem;display:flex}.reading-progress{color:var(--text-muted);font-size:var(--text-sm);justify-content:space-between;margin:0 0 .85rem}.spread-canvas{background:radial-gradient(circle,#c9a84c1f,#0000 16rem),linear-gradient(145deg,#0f0a1ee0,#1e1635c7);border-radius:8px;min-height:28rem;position:relative;overflow:hidden}.spread-card-button{cursor:pointer;background:0 0;border:0;width:5.5rem;margin:0;padding:0;transition:filter .22s,transform .22s;position:absolute;transform:translate(-50%,-50%)}.spread-card-button.empty{opacity:.72}.spread-card-button.selected{filter:drop-shadow(0 0 16px #e0c76e5c);transform:translate(-50%,-50%)translateY(-.25rem)}.reading-placement-list{margin-top:1rem}.reading-placement strong{color:var(--text)}.reading-placement span{color:var(--text-secondary);font-size:var(--text-sm)}.interpretation-panel{border-top:1px solid #3d2e6ba6;gap:1rem;margin-top:1.15rem;padding-top:1rem;display:grid}.streaming-box,.interpretation-result{gap:.85rem;display:grid}.streaming-box h3,.interpretation-result h3{font-size:var(--text-xl)}.streaming-text{white-space:pre-wrap;max-height:18rem;color:var(--text-secondary);font-size:var(--text-sm);background:#0f0a1e70;border:1px solid #3d2e6bb8;border-radius:8px;padding:.9rem;line-height:1.65;overflow:auto}.interpretation-list{gap:.75rem;display:grid}.interpretation-list article{background:#0f0a1e57;border:1px solid #3d2e6bad;border-radius:8px;gap:.45rem;padding:.85rem;display:grid}.interpretation-list strong{color:var(--text);font-family:var(--serif);font-size:var(--text-lg)}.interpretation-list span{color:var(--gold-light);font-size:var(--text-sm);font-weight:700}.interpretation-list p{font-size:var(--text-sm)}.error-status{color:#f0b1c4}.reading-interpretation-error{background:#e0789a14;border:1px solid #f0b1c457;border-radius:8px;gap:.7rem;padding:.9rem 1rem;display:grid}.reading-interpretation-error .inline-status{min-height:0;margin:0;line-height:1.5}.reading-limit-prompt{gap:.55rem;display:grid}.reading-limit-prompt p{color:var(--text-secondary);font-size:var(--text-sm);margin:0;line-height:1.5}.reading-limit-prompt p:first-child{color:var(--gold-light);font-weight:700}.locked-note{color:var(--text-muted);font-size:var(--text-sm);align-items:center;gap:.55rem;margin:1rem 0;display:flex}.long-read-setup-panel,.long-read-draw-board,.long-read-phase-main,.long-read-side-panel{align-content:start;gap:1rem;display:grid}.long-read-question-input{resize:vertical;min-height:11rem}.long-read-style-control{grid-template-columns:repeat(3,minmax(0,1fr))}.long-read-card-grid{grid-template-columns:repeat(auto-fit,minmax(8.75rem,1fr));gap:.85rem;display:grid}.long-read-slot{text-align:center;background:#0f0a1e57;border:1px solid #3d2e6bb8;border-radius:8px;justify-items:center;gap:.45rem;min-width:0;padding:.85rem;display:grid}.long-read-slot strong,.long-read-position-list strong,.long-read-response-history strong{color:var(--text);font-family:var(--serif);font-size:var(--text-base)}.long-read-slot span,.long-read-position-list span,.long-read-response-history span,.long-read-resource-list span{color:var(--text-muted);font-size:var(--text-sm)}.long-read-card-button,.long-read-phase-card-button{width:5.75rem;color:inherit;cursor:pointer;background:0 0;border:0;justify-items:center;padding:0;display:grid}.long-read-card-button .tarot-card,.long-read-phase-card-button .tarot-card{width:5.35rem}.long-read-empty-card{aspect-ratio:2/3;width:5.35rem;color:var(--gold);font-family:var(--serif);font-size:var(--text-xl);background:linear-gradient(145deg,#7c5cbf4d,#1e1635f0),repeating-linear-gradient(45deg,#0000 0 8px,#c9a84c14 8px 9px);border:1px solid #c9a84c75;border-radius:8px;place-items:center;font-weight:800;display:grid}.long-read-session-grid{gap:1rem;display:grid}.long-read-phase-cards{gap:.75rem;display:grid}.long-read-phase-card-row{overscroll-behavior-x:contain;scrollbar-width:thin;grid-auto-columns:5.75rem;grid-auto-flow:column;gap:.85rem;padding-bottom:.35rem;display:grid;overflow-x:auto}.long-read-pre-synthesis-cards{margin:.1rem 0 .2rem}.long-read-output-card{background:#0f0a1e70;border:1px solid #3d2e6bb8;border-radius:8px;gap:.85rem;min-height:18rem;padding:clamp(1rem,3vw,1.25rem);display:grid}.long-read-phase-text{white-space:pre-wrap;color:var(--text);font-family:var(--serif);font-size:var(--text-reading-body);line-height:1.78}.ai-safety-note{color:var(--text-muted);font-size:var(--text-sm);border-top:1px solid #3d2e6b9e;padding-top:.85rem}.ai-output-actions{justify-items:start;gap:.65rem;display:grid}.ai-output-actions .ai-safety-note,.ai-output-actions .ai-disclaimer{width:100%}.ai-report-icon-button{width:2.25rem;min-height:2.25rem;color:var(--text-secondary);background:#0f0a1e47;border:1px solid #c9a84c52;padding:0}.ai-report-icon-button:hover{color:var(--gold-light);border-color:#e0c76e94}.long-read-report-button{min-height:2.25rem;font-size:var(--text-xs);text-transform:uppercase;justify-self:start;padding:.3rem 0}.ai-report-icon-button.long-read-report-button{padding:0}.settling-row{justify-content:center;align-items:center;gap:.65rem;display:flex}.settling-row span{background:var(--gold);border-radius:999px;width:.5rem;height:.5rem;box-shadow:0 0 18px #c9a84c6b}.settling-row p{color:var(--text-muted);font-family:var(--serif);font-size:var(--text-sm)}.long-read-pre-synthesis{color:var(--text);font-family:var(--serif);font-size:var(--text-lg);text-align:center;line-height:1.58}.long-read-response-input{resize:vertical;min-height:10rem}.long-read-position-list,.long-read-response-history,.long-read-resource-list{gap:.65rem;display:grid}.long-read-position-list article,.long-read-response-history article,.long-read-resource-list span{background:#0f0a1e57;border:1px solid #3d2e6bad;border-radius:8px;gap:.3rem;padding:.75rem;display:grid}.long-read-response-history{border-top:1px solid #3d2e6b9e;padding-top:1rem}.long-read-mobile-flow{width:min(100%,30rem);min-height:100dvh;color:var(--text);background:linear-gradient(#0f0a1e 0%,#1a1333 100%);margin:0 auto;container-type:inline-size}.long-read-mobile-header{grid-template-columns:minmax(4.8rem,1fr) auto minmax(4.8rem,1fr);align-items:center;gap:.5rem;min-height:4.65rem;padding:.72rem 1rem 0;display:grid}.long-read-mobile-header strong{color:var(--gold);font-family:var(--serif);text-align:center;font-size:clamp(1rem,.94rem + .35cqi,1.14rem);line-height:1}.long-read-mobile-back,.long-read-mobile-home{min-width:0;color:var(--gold);cursor:pointer;background:0 0;border:0;align-items:center;padding:0;display:inline-flex}.long-read-mobile-back{justify-self:start;gap:.18rem;font-size:clamp(.98rem,.9rem + .4cqi,1.12rem);font-weight:400}.long-read-mobile-home{justify-content:center;justify-self:start;min-width:2.2rem;min-height:2.2rem}.long-read-mobile-home.right{justify-self:end}.long-read-mobile-screen{min-height:calc(100dvh - 4.65rem);padding:2rem clamp(1.25rem, 5vw, 1.75rem) calc(2.4rem + env(safe-area-inset-bottom));align-content:start;gap:1.45rem;display:grid}.long-read-mobile-hero{text-align:center;justify-items:center;gap:.6rem;display:grid}.long-read-mobile-hero .eyebrow,.long-read-phase-eyebrow,.long-read-mobile-field>span{color:var(--gold);letter-spacing:.14em;text-transform:uppercase;font-size:clamp(.78rem,.72rem + .25cqi,.9rem);font-weight:850}.long-read-mobile-hero h1{max-width:22rem;color:var(--text);font-size:clamp(1.58rem,1.36rem + 1.05cqi,2rem);line-height:1.04}.long-read-mobile-hero p:not(.eyebrow){max-width:22rem;color:var(--text-secondary);font-family:var(--serif);font-size:clamp(.98rem,.88rem + .52cqi,1.16rem);font-weight:700;line-height:1.34}.long-read-mobile-form,.long-read-mobile-field{gap:.75rem;display:grid}.long-read-mobile-form{gap:1.9rem}.long-read-mobile-textarea-wrap{position:relative}.long-read-mobile-flow .long-read-question-input{resize:none;width:100%;min-height:10.8rem;color:var(--text);background:#231b3acc;border:1px solid #7c5cbfb8;border-radius:8px;padding:1.1rem 1.1rem 2.4rem;font-size:clamp(.98rem,.92rem + .32cqi,1.08rem);line-height:1.45}.long-read-mobile-textarea-wrap small{color:var(--text-muted);font-size:clamp(.78rem,.73rem + .22cqi,.86rem);position:absolute;bottom:.82rem;right:1rem}.long-read-mobile-tone-list{gap:.72rem;display:grid}.long-read-mobile-tone-list button{min-height:4.25rem;color:var(--text-secondary);cursor:pointer;text-align:left;background:#231b3aad;border:1px solid #7c5cbfb8;border-radius:8px;padding:0 1.1rem;font-size:clamp(.96rem,.9rem + .32cqi,1.06rem);font-weight:750}.long-read-mobile-tone-list button.active{color:#090713;background:var(--gold);border-color:#0000}.long-read-mobile-primary,.long-read-mobile-secondary,.long-read-mobile-outline{letter-spacing:.1em;text-transform:uppercase;border-radius:999px;min-height:3.6rem;padding:.85rem 1.25rem;font-size:clamp(.82rem,.78rem + .18cqi,.9rem);font-weight:900}.long-read-mobile-primary{color:#090713;background:var(--gold);box-shadow:none}.long-read-mobile-secondary,.long-read-mobile-outline{border:1px solid var(--gold);color:var(--gold);background:#231b3a8a}.long-read-setup-cta{width:100%;margin-top:clamp(1.8rem,5dvh,3.4rem)}.long-read-draw-screen{gap:clamp(1.25rem,3.2dvh,2rem)}.long-read-draw-subtitle{max-width:24rem;color:var(--text-secondary);font-family:var(--serif);text-align:center;margin:0 auto;font-size:clamp(1rem,.92rem + .42cqi,1.14rem);font-weight:700;line-height:1.28}.long-read-mobile-draw-grid{grid-template-columns:repeat(6,minmax(0,1fr));align-items:start;gap:clamp(1.65rem,5dvh,3.1rem) .75rem;margin-top:.55rem;display:grid}.long-read-mobile-slot{text-align:center;grid-column:span 2;justify-items:center;gap:.42rem;min-width:0;display:grid}.long-read-mobile-slot:nth-child(4){grid-column:2/span 2}.long-read-mobile-slot:nth-child(5){grid-column:4/span 2}.long-read-mobile-empty-card,.long-read-mobile-card-image{aspect-ratio:2/3;border-radius:8px;width:clamp(4.25rem,18.5vw,5.35rem)}.long-read-mobile-empty-card{border:1.5px solid var(--gold);color:var(--gold);background:#231b3ab8;place-items:center;font-size:clamp(1.3rem,1.12rem + .78cqi,1.62rem);font-weight:850;display:grid}.long-read-mobile-card-image-button{cursor:pointer;background:0 0;border:0;padding:0}.long-read-mobile-card-image{object-fit:contain;background:#090713;border:1px solid #c9a84c80}.long-read-mobile-card-image.reversed{transform:rotate(180deg)}.long-read-mobile-card-name{min-height:1.25rem;color:var(--text);font-family:var(--serif);font-size:clamp(.78rem,.72rem + .25cqi,.9rem);font-weight:700;line-height:1.12}.long-read-mobile-slot strong{min-height:2.2rem;color:var(--gold);letter-spacing:.1em;text-transform:uppercase;font-size:clamp(.66rem,.62rem + .22cqi,.75rem);font-weight:900;line-height:1.25}.long-read-draw-action{justify-items:center;margin-top:clamp(1rem,3.5dvh,2.25rem);display:grid}.long-read-mobile-outline{width:min(100%,17rem);min-height:3.75rem}.long-read-reading-screen{gap:1.35rem;padding-top:1.7rem}.long-read-phase-eyebrow{text-align:center;margin:0}.long-read-mobile-flow .long-read-phase-cards{gap:.55rem;min-width:0}.long-read-mobile-flow .long-read-phase-card-row{grid-auto-columns:5.75rem;gap:.75rem;padding-inline:.05rem}.long-read-mobile-flow .long-read-phase-card-button{width:5.75rem}.long-read-mobile-flow .long-read-phase-card-button .tarot-card{width:5rem}.long-read-mobile-flow .long-read-phase-card-button figcaption span{min-height:1.8rem;color:var(--gold);letter-spacing:.08em;text-transform:uppercase;font-size:.66rem;font-weight:900;line-height:1.15}.long-read-mobile-flow .long-read-phase-card-button figcaption strong{color:var(--text);font-size:.78rem;line-height:1.12}.long-read-mobile-flow .long-read-output-card{background:#231b3aad;border:1px solid #7c5cbfa3;border-radius:8px;gap:.9rem;min-height:0;padding:clamp(1.35rem,5vw,1.75rem)}.long-read-mobile-flow .long-read-phase-text{color:var(--text);font-family:var(--serif);font-size:clamp(1rem,.9rem + .52cqi,1.18rem);font-weight:700;line-height:1.55}.long-read-mobile-flow .ai-safety-note{color:var(--text-secondary);border-top:1px solid #7c5cbf9e;font-size:clamp(.82rem,.78rem + .2cqi,.9rem);line-height:1.35}.long-read-mobile-flow .long-read-report-button{min-height:2.2rem;color:var(--text-secondary);letter-spacing:.1em;padding:0;font-size:clamp(.72rem,.68rem + .18cqi,.8rem)}.long-read-mobile-flow .settling-row{margin:.1rem 0 .2rem}.long-read-mobile-flow .settling-row p{color:var(--text-secondary);font-size:clamp(.82rem,.78rem + .2cqi,.9rem);font-weight:700}.long-read-response-area{gap:.95rem;display:grid}.long-read-pre-synthesis{color:var(--text);font-family:var(--serif);text-align:center;font-size:clamp(.98rem,.9rem + .42cqi,1.12rem);font-weight:700;line-height:1.35}.long-read-response-field{width:100%;min-height:8.8rem;color:var(--text);text-align:left;cursor:text;background:#231b3ab3;border:1px solid #7c5cbfb8;border-radius:8px;gap:.75rem;padding:1rem 1.1rem .85rem;display:grid}.long-read-response-field>span{color:var(--text);font-size:clamp(.88rem,.82rem + .28cqi,.98rem);line-height:1.45}.long-read-response-field>span.placeholder{color:var(--text-muted)}.long-read-response-field small{color:var(--text-muted);place-self:end;font-size:clamp(.72rem,.68rem + .18cqi,.8rem)}.long-read-mobile-button-row{grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);gap:.85rem;margin-top:.25rem;display:grid}.long-read-complete-reading-button{justify-self:center;width:min(100%,18rem)}.long-read-response-modal-backdrop{z-index:90;background:#00000094;align-items:end;display:grid;position:fixed;inset:0}.long-read-response-modal{width:min(100%,30rem);max-height:min(84dvh,42rem);padding:1.65rem clamp(1.25rem, 5vw, 1.75rem) calc(1.4rem + env(safe-area-inset-bottom));background:#1a1333;border:1px solid #7c5cbfb8;border-radius:8px 8px 0 0;gap:1rem;margin:0 auto;display:grid;box-shadow:0 -1.5rem 3rem #0000006b}.long-read-response-modal-header{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1rem;display:grid}.long-read-response-modal-header h2{color:var(--text);font-size:clamp(1rem,.9rem + .52cqi,1.18rem);line-height:1.22}.long-read-response-modal-close{width:3.2rem;height:3.2rem;color:var(--text);cursor:pointer;background:#231b3ae6;border:0;border-radius:999px;place-items:center;display:grid}.long-read-response-modal-input{resize:vertical;min-height:12rem;max-height:20rem;color:var(--text);background:#231b3ad1;border:1px solid #7c5cbfc7;border-radius:8px;padding:1rem 1.1rem;font-size:clamp(.9rem,.84rem + .28cqi,1rem);line-height:1.45}.long-read-response-modal-count{margin:-.35rem 0 0}.long-read-response-modal .long-read-mobile-primary{width:100%}.long-read-complete-screen{text-align:center;align-content:center;justify-items:center;gap:1.2rem;min-height:calc(100dvh - 4.65rem)}.long-read-complete-screen h1{color:var(--text);font-size:clamp(1.35rem,1.16rem + .92cqi,1.68rem);line-height:1.04}.long-read-complete-screen p{color:var(--text);font-size:clamp(.92rem,.84rem + .38cqi,1.06rem)}.long-read-complete-actions{grid-template-columns:minmax(0,1.42fr) minmax(0,.95fr);gap:.85rem;width:100%;margin-top:.6rem;display:grid}@media (max-width:63.99rem){:is(.app-shell:has(.long-read-mobile-flow) .mobile-topbar,.app-shell:has(.long-read-mobile-flow) .bottom-nav){display:none}.app-shell:has(.long-read-mobile-flow) .app-main{width:100%;padding:0}:is(.app-shell:has(.history-mobile-page) .mobile-topbar,.app-shell:has(.history-detail-page) .mobile-topbar){display:none}:is(.app-shell:has(.history-mobile-page) .app-main,.app-shell:has(.history-detail-page) .app-main){width:100%;padding:0}}@media (min-width:42rem){.long-read-response-modal{border-radius:8px}}.spread-list article,.route-list article,.history-list article,.settings-list article,.plan-card,.library-card{background:#1e1635b8;border:1px solid #3d2e6bbd;border-radius:8px;gap:.65rem;padding:1rem;display:grid}.history-mobile-page,.history-detail-page{width:min(100%,58rem);padding:calc(3.9rem + env(safe-area-inset-top)) 1.35rem calc(7rem + env(safe-area-inset-bottom));color:var(--text);margin-inline:auto;display:grid}.history-mobile-page{gap:1.45rem}.history-detail-page{gap:1.35rem}.history-screen-header,.history-detail-topbar{align-items:center}.history-screen-header{text-align:center;justify-items:center;display:grid}.history-screen-header h1,.history-detail-topbar h1{color:var(--gold);font-family:var(--serif);font-size:clamp(1.06rem,1rem + .28cqi,1.2rem);line-height:1}.history-detail-topbar{text-align:center;grid-template-columns:2.75rem minmax(0,1fr) 2.75rem;min-height:2.75rem;display:grid}.history-topbar-icon,.history-icon-action,.history-card-modal-close{color:var(--gold);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:inline-grid}.history-topbar-icon{justify-self:end;width:2.75rem;height:2.75rem}.history-topbar-icon.ghost{justify-self:start}.history-filter-row{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:.9rem;width:min(100%,34rem);display:grid}.history-filter{min-width:0;min-height:2.75rem;color:var(--text-secondary);cursor:pointer;font-size:var(--text-sm);background:#0f0a1e29;border:1.5px solid #5d4a85eb;border-radius:999px;padding:.55rem .85rem;font-weight:800;line-height:1.1}.history-filter.active{border-color:var(--gold);color:#090713;background:var(--gold);box-shadow:inset 0 -3px #09071324}.history-reading-list{gap:1.08rem;display:grid}@media (min-width:42rem){.history-reading-list{columns:2;column-gap:1.08rem;display:block}.history-reading-card{break-inside:avoid;margin-bottom:1.08rem}}@media (min-width:64rem){.history-reading-list{columns:3}}.history-reading-card{cursor:pointer;background:#231b3ad4;border:1.5px solid #5d4a85c7;border-radius:1.4rem;gap:.72rem;padding:1.45rem 1.45rem 1.25rem;transition:border-color .18s,transform .18s;display:grid;box-shadow:0 16px 34px #0000002e}.history-reading-card:hover,.history-reading-card:focus-visible{border-color:#e0c76ea3}.history-reading-card:active{transform:translateY(1px)}.history-reading-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.history-reading-title-block{flex:1;min-width:0}.history-reading-title-block h2{color:var(--text);font-family:var(--serif);font-size:clamp(1.05rem,.98rem + .32cqi,1.18rem);line-height:1.08}.history-reading-title-block p{color:var(--text-muted);font-size:var(--text-2xs);letter-spacing:var(--tracking-wide);text-transform:uppercase;margin-top:.3rem;font-weight:650;line-height:1.2}.history-favorite-mark{color:var(--gold);margin-right:.3rem;font-size:.85em}.history-card-fan{flex:none;width:3.6rem;height:2.9rem;display:inline-block;position:relative}.history-card-fan span{aspect-ratio:2/3;transform-origin:bottom;background:linear-gradient(145deg,#7c5cbf5c,#1e1635fa);border:1px solid #c9a84c8c;border-radius:3px;width:1.55rem;position:absolute;bottom:0;left:50%;box-shadow:0 4px 10px #00000059}.history-card-fan span:first-child{transform:translate(-50%)rotate(-16deg)}.history-card-fan span:nth-child(2){transform:translate(-50%)translateY(-2px)}.history-card-fan span:nth-child(2):after{content:"✦";color:#c9a84ccc;place-items:center;height:100%;font-size:.55rem;display:grid}.history-card-fan span:nth-child(3){transform:translate(-50%)rotate(16deg)}.history-reading-actions{color:var(--text-muted);flex:none;align-items:center;gap:.8rem;display:flex}.history-icon-action{width:2rem;height:2rem;color:var(--text-muted)}.history-icon-action.favorite{color:var(--gold)}.history-question-preview,.history-summary-preview{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.history-question-preview{color:var(--gold);font-size:var(--text-sm);-webkit-line-clamp:1;font-style:italic;line-height:1.35}.history-summary-preview{color:var(--text-secondary);font-size:var(--text-base);-webkit-line-clamp:2;line-height:1.42}.history-reading-meta{color:var(--text-muted);font-size:var(--text-sm);text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:.42rem;font-weight:750;line-height:1.2;display:flex}.history-status{color:var(--text-muted);font-size:var(--text-sm);text-align:center}.history-empty-card,.history-lock-card{color:var(--text-secondary);text-align:center;background:#231b3ab8;border:1.5px solid #5d4a85b8;border-radius:1.35rem;justify-items:center;gap:.95rem;padding:1.5rem;display:grid}.history-empty-card.compact{padding-block:2.5rem}.history-empty-card svg,.history-lock-card svg{color:var(--gold)}.history-empty-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.history-primary-pill,.history-secondary-pill,.history-save-note-button{cursor:pointer;min-height:2.75rem;font-size:var(--text-button);border-radius:999px;justify-content:center;align-items:center;gap:.55rem;padding:.72rem 1.25rem;font-weight:800;line-height:1.1;display:inline-flex}.history-primary-pill{color:#090713;background:var(--gold);border:0}.history-secondary-pill,.history-save-note-button{color:var(--gold);background:#231b3a7a;border:1.5px solid #c9a84cc7}.history-mobile-loading,.history-detail-loading{text-align:center;align-content:center;justify-items:center;min-height:calc(100dvh - 8rem)}.history-auth-state{align-content:start;min-height:calc(100dvh - 8rem)}.history-detail-back{width:fit-content;color:var(--gold);cursor:pointer;font-size:var(--text-sm);background:0 0;border:0;align-items:center;gap:.2rem;padding:.1rem .35rem .1rem 0;font-weight:800;display:inline-flex}.history-detail-hero{text-align:center;justify-items:center;gap:.7rem;margin-top:.2rem;display:grid}.history-detail-date{color:var(--text-muted);font-size:var(--text-sm);line-height:1.2}.history-detail-hero h2{color:var(--text);font-size:clamp(1.35rem,1.2rem + .66cqi,1.65rem);line-height:1}.history-detail-question{text-align:left;background:#231b3ad1;border:1.5px solid #5d4a85db;border-radius:1rem;gap:.4rem;width:100%;padding:1rem;display:grid}.history-detail-question p:last-child{color:var(--text);font-family:var(--serif);font-size:var(--text-base);font-weight:700;line-height:1.45}.history-mode-badge{border:1.5px solid var(--gold-dark);color:#090713;background:var(--gold);max-width:100%;min-height:2.55rem;font-size:var(--text-sm);border-radius:999px;justify-content:center;align-items:center;padding:.42rem 1.45rem;font-weight:850;line-height:1.1;display:inline-flex;box-shadow:inset 0 -3px #09071324}.history-detail-section{gap:.9rem;margin-top:1.15rem;display:grid}.history-section-label{color:var(--gold);font-family:var(--sans);font-size:var(--text-sm);text-transform:uppercase;margin:0;font-weight:750;line-height:1.2}.history-section-heading-row{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.history-premium-tag{min-height:1.85rem;color:var(--gold-light);font-size:var(--text-xs);background:#c9a84c14;border:1px solid #c9a84c70;border-radius:999px;align-items:center;padding:.22rem .65rem;font-weight:800;display:inline-flex}.history-detail-card-row{overscroll-behavior-x:contain;scrollbar-width:thin;grid-auto-columns:minmax(4.9rem,5.7rem);grid-auto-flow:column;gap:1rem;padding:.15rem 0 .45rem;display:grid;overflow-x:auto}.history-detail-card-button{min-width:0;color:inherit;text-align:center;cursor:pointer;background:0 0;border:0;justify-items:center;gap:.4rem;padding:0;display:grid}.history-detail-card-frame{aspect-ratio:2/3;background:#090713;border:1px solid #c9a84c57;border-radius:.5rem;width:100%;display:block;overflow:hidden;box-shadow:0 8px 18px #00000047}.history-detail-card-image{object-fit:cover;width:100%;height:100%}.history-detail-card-image.reversed,.history-card-modal-image.reversed{transform:rotate(180deg)}.history-detail-card-name{min-height:2.25rem;color:var(--text);font-size:var(--text-sm);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:850;line-height:1.12;display:-webkit-box;overflow:hidden}.history-detail-card-reversed{color:#ff9800;font-size:var(--text-xs);font-weight:750;line-height:1}.history-interpretation-list{gap:1rem;display:grid}.history-interpretation-card{background:#231b3adb;border:1.5px solid #5d4a85c7;border-radius:1.35rem;gap:.9rem;padding:1.45rem;display:grid}.history-interpretation-card.summary{border-color:#c9a84cd1}.history-interpretation-card h4{color:var(--text);font-family:var(--serif);margin:0;font-size:clamp(1.12rem,1.02rem + .42cqi,1.32rem);line-height:1.08}.history-interpretation-card p{color:var(--text);font-size:var(--text-base);line-height:1.62}.history-interpretation-card p+p{margin-top:.25rem}.history-ai-notice{color:var(--text-muted);font-size:var(--text-sm);border-top:1px solid #5d4a85bd;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.45rem;padding-top:.85rem;line-height:1.35;display:grid}.history-ai-notice svg{flex:none;margin-top:.15rem}.history-report-button{width:2.25rem;min-height:2.25rem;color:var(--text-secondary);cursor:pointer;background:#0f0a1e47;border:1px solid #c9a84c52;border-radius:999px;place-items:center;padding:0;display:inline-grid}.history-report-button:hover{color:var(--gold-light);border-color:#e0c76e94}.history-journal-input{resize:vertical;min-height:10.5rem;color:var(--text);font-family:var(--serif);font-size:var(--text-base);background:#231b3ad1;border:1.5px solid #5d4a85e0;border-radius:1.35rem;padding:1.15rem;font-weight:700;line-height:1.45}.history-journal-input::placeholder{color:var(--text-muted)}.history-save-note-button{min-width:min(100%,10rem);color:var(--gold);justify-self:end}.history-save-note-button:disabled,.history-export-button:disabled{cursor:not-allowed;opacity:.62}.history-export-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.history-export-button{min-width:0;min-height:7.6rem;color:var(--text);cursor:pointer;text-align:center;background:#231b3ac7;border:1.5px solid #5d4a85c7;border-radius:1.35rem;align-content:center;place-items:center;gap:.85rem;padding:1rem .7rem;display:grid}.history-export-button svg{color:var(--gold)}.history-export-button span{overflow-wrap:anywhere;color:var(--text);font-size:var(--text-base);font-weight:850;line-height:1.12}.history-card-modal-backdrop{z-index:80;padding:calc(1rem + env(safe-area-inset-top)) 1rem calc(1rem + env(safe-area-inset-bottom));background:#000000eb;place-items:center;display:grid;position:fixed;inset:0}.history-card-modal{justify-items:center;gap:1rem;width:min(100%,32rem);display:grid;position:relative}.history-card-modal-close{color:#fff;background:#ffffff1f;border-radius:999px;justify-self:end;width:2.75rem;height:2.75rem}.history-card-modal-image{object-fit:contain;border-radius:.85rem;width:min(86vw,26rem);height:auto;max-height:min(72dvh,39rem)}.history-card-modal-name{text-align:center;justify-items:center;gap:.25rem;display:grid}.history-card-modal-name h2{font-size:var(--text-2xl)}.history-card-modal-name p{color:#ff9800;font-weight:750}@media (min-width:42rem){.history-mobile-page,.history-detail-page{padding-inline:1.75rem}.history-filter-row{grid-template-columns:repeat(2,minmax(12rem,1fr))}.history-detail-card-row{grid-auto-columns:minmax(5.8rem,7.4rem);gap:1.35rem}.history-export-row{gap:1.35rem}}@media (min-width:64rem){.history-mobile-page,.history-detail-page{width:min(100%,60rem);padding:0}.history-screen-header h1,.history-detail-topbar h1{font-size:var(--text-xl)}.history-reading-list{gap:1rem}.history-detail-card-row{grid-auto-columns:minmax(6.5rem,8.2rem)}}@media print{body{background:#0f0a1e}.starfield,.desktop-rail,.mobile-topbar,.bottom-nav,.history-detail-back,.history-topbar-icon,.history-journal-section,.history-export-section,.history-status,.history-report-button,.history-card-modal-backdrop{display:none!important}.app-shell{min-height:auto;display:block}.app-main{width:100%;padding:0}.history-detail-page{gap:1rem;width:100%;padding:1rem}.history-detail-topbar{grid-template-columns:1fr}.history-detail-card-row{flex-wrap:wrap;display:flex;overflow:visible}.history-detail-card-button{width:6.4rem}}.spread-option,.reading-placement{width:100%;color:inherit;text-align:left;cursor:pointer;background:#1e1635b8;border:1px solid #3d2e6bbd;border-radius:8px;gap:.65rem;padding:1rem;transition:border-color .18s,background .18s,transform .18s;display:grid;position:relative}.spread-premium-chip{z-index:1;color:var(--gold);letter-spacing:var(--tracking-wide);text-transform:uppercase;background:#0f0a1ec7;border:1px solid #c9a84c73;border-radius:999px;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.58rem;font-weight:650;display:inline-flex;position:absolute;top:.65rem;right:.65rem}.spread-option:hover,.reading-placement:hover,.spread-option.active,.reading-placement.active{background:#c9a84c17;border-color:#c9a84c94}.spread-option.active,.reading-placement.active{transform:translateY(-.1rem)}.spread-option.locked{opacity:.74}.spread-option h2{font-size:var(--text-xl)}.reading-wizard{gap:.55rem}.reading-wizard-topbar{grid-template-columns:minmax(4.5rem,1fr) auto minmax(4.5rem,1fr);align-items:center;gap:.45rem;min-height:1.95rem;display:grid}.reading-wizard-topbar .text-button{min-height:1.85rem;font-size:var(--text-sm);justify-self:start;gap:.2rem;padding-inline:0}.reading-wizard-topbar strong{color:var(--gold-light);font-family:var(--serif);font-size:var(--text-lg);text-align:center;line-height:1.1}.reading-wizard-topbar .reading-sync-status{text-align:right;justify-self:end;max-width:12rem;margin:0;display:none}.reading-wizard-surface,.spread-picker-surface{gap:.85rem;display:grid}.reading-wizard-surface{animation:fade-up var(--dur-base) var(--ease-out) both;align-content:start}.reading-wizard-heading,.spread-picker-heading{text-align:center;justify-items:center;gap:.3rem;max-width:48rem;margin-inline:auto;display:grid}.spread-picker-heading{text-align:left;justify-items:start;width:100%;max-width:42rem;margin-inline:0}.reading-wizard-heading h1,.reading-wizard-heading h2,.reading-wizard-heading p,.spread-picker-heading h1,.spread-picker-heading h2,.spread-picker-heading p{margin:0}.reading-wizard-heading h1,.spread-picker-heading h1,.spread-picker-heading h2{color:var(--gold-light);font-family:var(--serif);font-size:var(--text-2xl);line-height:1.08}.reading-wizard-heading h1{color:var(--text);font-size:clamp(1.68rem,1.54rem + .48cqi,2.35rem)}.reading-wizard-heading h2{color:var(--text);font-family:var(--serif);font-size:var(--text-xl)}.reading-wizard-heading p:not(.eyebrow),.spread-picker-heading p:not(.eyebrow){color:var(--text-secondary);font-size:var(--text-sm)}.spread-picker-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,13rem),1fr));gap:.85rem;display:grid}.spread-option-visual{text-align:center;align-content:start;justify-items:center;min-height:20rem;padding:.8rem}.spread-option-visual h2{min-height:2.8rem;color:var(--text);font-family:var(--serif);font-size:var(--text-lg);margin:0;line-height:1.12}.spread-option-visual p{min-height:4.2rem;color:var(--text-secondary);font-size:var(--text-xs);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;line-height:1.45;display:-webkit-box;overflow:hidden}.spread-option-meta{flex-wrap:wrap;justify-content:center;gap:.35rem;min-height:1.85rem;display:flex}.spread-option-meta .badge{min-height:1.65rem;padding:.24rem .52rem}.spread-diagram-preview{background:#0f0a1e5c;border:1px solid #3d2e6b99;border-radius:8px;width:100%;height:7.4rem;position:relative;overflow:hidden}.spread-diagram-card{border:1.5px solid var(--gold);background:#1e1635e0;border-radius:4px;position:absolute}.spread-diagram-card:after{content:"";border:1px solid #e0c76e33;border-radius:2px;position:absolute;inset:3px}.spread-diagram-card.overlay{z-index:2;border-color:var(--gold-light);background:#1e1635b8}.spread-diagram-card.signifier{z-index:3;border-color:var(--gold-light);background:var(--gold);box-shadow:0 0 1rem #c9a84c94,0 0 .3rem #e0c76ecc}.spread-diagram-card.signifier:after{display:none}.spread-diagram-preview.locked .spread-diagram-card{background:#231b3a80;border-color:#a89a829e}.spread-diagram-preview.locked .spread-diagram-card:after{border-color:#a89a8229}.spread-diagram-preview.locked .spread-diagram-card.signifier{box-shadow:none;background:#a89a8257}.draw-method-surface,.focus-question-surface,.interpreting-surface,.reading-result-surface{align-content:center;width:min(100%,48rem);min-height:min(36rem,100dvh - 9rem);margin-inline:auto}.focus-question-surface{align-content:start;min-height:auto}.shuffle-surface{align-content:center;justify-items:center;gap:.82rem;width:min(100%,52rem);min-height:auto;margin-inline:auto}.draw-method-grid{gap:.85rem;display:grid}.draw-method-card{width:100%;color:inherit;text-align:left;cursor:pointer;background:#1e1635b8;border:1px solid #3d2e6bbd;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.9rem;padding:1rem;transition:border-color .18s,background .18s,transform .18s;display:grid}.draw-method-card:hover,.draw-method-card.active{background:#c9a84c14;border-color:#c9a84cb8}.draw-method-card.active{transform:translateY(-.1rem)}.draw-method-icon{aspect-ratio:1;width:3.5rem;color:var(--gold);background:#0f0a1e57;border:1px solid #c9a84c9e;border-radius:999px;place-items:center;display:grid}.draw-method-card strong,.manual-card-option strong,.selected-card-preview h3,.interpretation-card-preview h2{color:var(--text);font-family:var(--serif);line-height:1.12}.draw-method-card strong{font-size:var(--text-xl);display:block}.draw-method-card small{color:var(--text-secondary);font-size:var(--text-sm);margin-top:.25rem;line-height:1.45;display:block}.platform-deck-button{width:clamp(10rem,min(66vw,56dvh - 9.52rem),15.6rem);color:inherit;cursor:pointer;background:0 0;border:0;justify-items:center;padding:0;display:grid}.platform-deck-button:disabled{cursor:default}.platform-deck-button .tarot-card{width:100%}.platform-deck-stack{aspect-ratio:2/3;perspective:1200px;width:clamp(10rem,min(66vw,56dvh - 9.52rem),15.6rem);transform-style:preserve-3d;place-items:center;display:grid;position:relative}.deck-stack-card{transform:var(--stack-transform,translateZ(0));background:linear-gradient(145deg,#231b3afa,#1e1635e0),repeating-linear-gradient(45deg,#0000 0 10px,#c9a84c14 10px 11px);border:2px solid #c9a84cb3;border-radius:10px;position:absolute;inset:0;box-shadow:0 .9rem 2.1rem #0000004d}.deck-stack-card:first-child{--stack-transform:translateZ(-44px) translate(.55rem, .55rem);opacity:.55}.deck-stack-card:nth-child(2){--stack-transform:translateZ(-33px) translate(.42rem, .42rem);opacity:.65}.deck-stack-card:nth-child(3){--stack-transform:translateZ(-22px) translate(.28rem, .28rem);opacity:.78}.deck-stack-card:nth-child(4){--stack-transform:translateZ(-11px) translate(.14rem, .14rem);opacity:.9}.deck-stack-card:nth-child(5):before{content:"";border:1px solid #e0c76e73;border-radius:8px;position:absolute;inset:.85rem}.deck-stack-mark{z-index:1;color:#c9a84cc7;font-family:var(--serif);font-size:clamp(3.2rem,14vw,5.2rem);line-height:1;position:relative;transform:translateZ(1px)}@keyframes deck-mark-pulse{0%,to{opacity:.55;transform:translateZ(1px)scale(.96)}50%{opacity:1;transform:translateZ(1px)scale(1.05)}}.deck-stack-mark.pulsing{animation:deck-mark-pulse .7s var(--ease-in-out) infinite}@keyframes deck-riffle-left{0%,to{transform:var(--stack-transform,translateZ(0))}24%{transform:var(--stack-transform,translateZ(0)) translateX(-44%) rotate(-9deg)}52%{transform:var(--stack-transform,translateZ(0)) translateX(30%) rotate(5deg) translateZ(14px)}78%{transform:var(--stack-transform,translateZ(0)) translateX(-7%) rotate(-2deg)}}@keyframes deck-riffle-right{0%,to{transform:var(--stack-transform,translateZ(0))}24%{transform:var(--stack-transform,translateZ(0)) translateX(44%) rotate(9deg)}52%{transform:var(--stack-transform,translateZ(0)) translateX(-30%) rotate(-5deg) translateZ(14px)}78%{transform:var(--stack-transform,translateZ(0)) translateX(7%) rotate(2deg)}}.platform-deck-stack.shuffling .deck-stack-card:nth-child(odd){animation:deck-riffle-left 1.35s var(--ease-in-out) both}.platform-deck-stack.shuffling .deck-stack-card:nth-child(2n){animation:deck-riffle-right 1.35s var(--ease-in-out) both}.platform-deck-stack.shuffling .deck-stack-card:nth-child(2){animation-delay:40ms}.platform-deck-stack.shuffling .deck-stack-card:nth-child(3){animation-delay:80ms}.platform-deck-stack.shuffling .deck-stack-card:nth-child(4){animation-delay:50ms}.platform-deck-stack.shuffling .deck-stack-card:nth-child(5){animation-delay:90ms}.reading-dots{flex-wrap:wrap;justify-content:center;gap:.55rem;display:flex}.reading-dots span{aspect-ratio:1;border:2px solid var(--gold);background:0 0;border-radius:999px;width:.68rem}.reading-dots span.filled{background:var(--gold);box-shadow:0 0 1rem #e0c76e7a}.reading-progress-text{color:var(--gold-light);font-size:var(--text-lg);text-align:center;margin:0;font-weight:750}.action-row.centered{justify-content:center}.action-row.stacked-mobile{justify-items:center}.action-row.stacked-mobile>*{width:min(100%,28rem)}.manual-select-controls{gap:.8rem;display:grid}.manual-reversed-toggle{width:fit-content;color:var(--text-secondary);font-size:var(--text-sm);align-items:center;gap:.55rem;font-weight:750;display:inline-flex}.manual-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.manual-card-option{min-width:0;color:inherit;text-align:center;cursor:pointer;background:#0f0a1e57;border:1px solid #3d2e6bb8;border-radius:8px;justify-items:center;gap:.5rem;padding:.75rem .55rem;display:grid}.manual-card-option:hover{border-color:#c9a84c9e}.manual-card-option:disabled{cursor:not-allowed;opacity:.56}.manual-card-option .tarot-card.compact{width:min(100%,5.2rem)}.manual-card-option strong{min-height:2.4rem;font-size:var(--text-sm)}.manual-card-option span{color:var(--gold-light);font-size:var(--text-2xs);text-transform:uppercase;font-weight:800}.reading-layout-surface{min-width:0}.compact-reading-layout{width:min(100%,56rem);margin-inline:auto}.drawn-card-rail{overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;grid-auto-columns:minmax(6.8rem,8.4rem);grid-auto-flow:column;gap:.75rem;padding:.15rem .1rem .6rem;display:grid;overflow-x:auto}.drawn-card-button{min-width:0;min-height:12.5rem;color:inherit;text-align:center;cursor:pointer;scroll-snap-align:start;animation:fade-up .18s var(--ease-emphatic) both;animation-delay:calc(var(--lay-index,0) * 60ms);background:#0f0a1e5c;border:1px solid #3d2e6bbd;border-radius:8px;align-content:start;justify-items:center;gap:.45rem;padding:.65rem;transition:border-color .18s,background .18s,transform .18s;display:grid}.drawn-card-button:hover,.drawn-card-button.active{background:#c9a84c14;border-color:#c9a84ca8}.drawn-card-button.active{transform:translateY(-.12rem)}.drawn-card-button .tarot-card.compact{width:min(100%,5.1rem)}.drawn-card-button span{min-height:2rem;color:var(--gold-light);font-size:var(--text-2xs);letter-spacing:.08em;text-transform:uppercase;font-weight:850}.drawn-card-button strong{min-height:2.2rem;color:var(--text);font-family:var(--serif);font-size:var(--text-sm);line-height:1.12}.selected-card-preview,.interpretation-card-preview{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.85rem;display:grid}.selected-card-preview .tarot-card.compact{width:4.4rem}.selected-card-preview h3,.interpretation-card-preview h2{font-size:var(--text-xl);margin:0 0 .45rem}.reading-card-modal-backdrop{z-index:60;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#090713c7;align-items:stretch;padding:0;display:grid;position:fixed;inset:0}.reading-card-modal{width:100%;height:100dvh;max-height:none;padding:calc(.85rem + env(safe-area-inset-top)) 1.25rem calc(1.1rem + env(safe-area-inset-bottom));color:var(--text);background:radial-gradient(circle at top,#c9a84c1f,#0000 16rem),#1e1635f7;border:0;border-radius:0;gap:.95rem;margin-inline:auto;display:grid;position:relative;overflow:auto;box-shadow:0 1.2rem 3rem #0006}.modal-close-button{z-index:2;position:absolute;top:.75rem;right:.75rem}.reading-card-modal-header{grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:.9rem;padding-right:2.7rem;display:grid}.reading-card-modal-header .tarot-card.compact{width:4.8rem}.reading-card-modal-header h2{color:var(--text);font-family:var(--serif);font-size:var(--text-xl);margin:.15rem 0 .45rem;line-height:1.1}.card-orientation{color:var(--text-muted);font-size:var(--text-sm);align-items:center;gap:.3rem;font-weight:600;display:inline-flex}.card-orientation svg{color:var(--gold-light);flex-shrink:0}.reading-card-modal-section{border-top:1px solid #3d2e6ba8;gap:.45rem;padding-top:.9rem;display:grid}.reading-card-modal-section h3,.modal-section-heading h3{color:var(--gold-light);font-family:var(--serif);font-size:var(--text-xl);margin:0}.reading-card-modal-section p{color:var(--text-secondary);font-size:var(--text-base);margin:0;line-height:1.62}.modal-section-heading{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:.55rem;display:flex}.modal-section-heading span{color:var(--text-muted);font-size:var(--text-xs);text-transform:uppercase;font-weight:800}.reading-card-modal .keyword-row{align-items:center;gap:.35rem}.reading-card-modal .keyword-row span{white-space:nowrap;height:auto;min-height:0;line-height:1.15;font-size:var(--text-2xs);flex:none;padding:.18rem .55rem}.reading-card-modal .modal-section-heading{flex-direction:column;align-items:flex-start;gap:.3rem}.reading-card-modal .modal-section-heading span{letter-spacing:.06em;line-height:1.35}.reading-card-modal .lens-control{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;padding-bottom:0;display:grid;overflow-x:visible}.reading-card-modal .lens-control button{flex:unset;text-align:center;width:100%;min-width:0;min-height:2.35rem;padding:.4rem .55rem}.lens-control{gap:.45rem;padding-bottom:.15rem;display:flex;overflow-x:auto}.lens-control button{min-height:2.15rem;color:var(--text-secondary);cursor:pointer;font-size:var(--text-xs);background:#0f0a1e6b;border:1px solid #3d2e6bc2;border-radius:999px;flex:none;padding:0 .7rem;font-weight:800}.lens-control button.active{color:#090713;background:var(--gold);border-color:#c9a84cb8}.focus-question-surface .reading-question-field{gap:.55rem;display:grid}.focus-question-surface .reading-question-field span{color:var(--text-secondary);font-family:var(--serif);font-size:var(--text-lg)}.focus-question-surface .reading-question-field small{color:var(--text-muted);justify-self:end}.interpreting-surface{text-align:center;justify-items:center}.interpreting-surface h1{color:var(--gold-light);font-family:var(--serif);font-size:var(--text-2xl)}.spinning{color:var(--gold);animation:.95s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.reading-result-surface{gap:1.25rem}.interpretation-card-preview{width:min(100%,28rem);margin-inline:auto}.interpretation-card-preview .tarot-card{width:min(34vw,9rem)}.reading-text-card{background:#1e1635b8;border:1px solid #c9a84c80;border-radius:8px;padding:clamp(1rem,4vw,1.6rem)}.summary-heading{position:relative}.summary-star{margin-inline:auto;width:2.8rem;color:var(--gold);place-items:center;margin-bottom:.4rem;display:grid}.summary-star svg{width:100%;height:auto}@keyframes summary-star-draw{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}.summary-star path{stroke-dasharray:100;stroke-dashoffset:100px;animation:summary-star-draw var(--dur-ceremonial) var(--ease-out) forwards}@keyframes summary-clip-rise{0%{clip-path:inset(100% 0 0);transform:translateY(1.4rem)}to{clip-path:inset(0);transform:translateY(0)}}.summary-reveal-card{animation:summary-clip-rise var(--dur-ceremonial) var(--ease-emphatic) both;animation-delay:.18s}.reading-summary-question{border-left:3px solid var(--gold);gap:.45rem;margin-bottom:1rem;padding-left:.9rem;display:grid}.reading-summary-question span{color:var(--gold);font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;font-weight:800}.reading-summary-question blockquote{color:var(--gold-light);font-family:var(--serif);font-size:var(--text-lg);margin:0;font-weight:700;line-height:1.45}@keyframes summary-stars-settle{0%{opacity:0}22%{opacity:.45}to{opacity:0}}.summary-starburst{z-index:-1;pointer-events:none;animation:summary-stars-settle 3s var(--ease-in-out) forwards;background-image:radial-gradient(circle,#f0e6d3b3 0 1px,#0000 1.5px),radial-gradient(circle,#e0c76e80 0 1px,#0000 1.4px);background-position:2rem 1rem,5.5rem 6rem;background-size:7rem 7rem,9.5rem 9.5rem;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 88%);mask-image:linear-gradient(#000,#0000 88%)}.reading-text-card p{color:var(--text);font-size:var(--text-reading-body);margin:0;line-height:1.72}.reading-text-card p+p{margin-top:1rem}.reading-library-meaning-card{background:#0f0a1e57;border:1px solid #5d4a85bd;border-radius:8px;gap:.85rem;padding:clamp(.95rem,3vw,1.25rem);display:grid}.reading-library-meaning-card .modal-section-heading{flex-direction:column;align-items:flex-start}.reading-library-meaning-card .lens-control{grid-template-columns:repeat(2,minmax(0,1fr));padding-bottom:0;display:grid;overflow:visible}.reading-library-meaning-card .lens-control button{text-align:center;width:100%;min-width:0}.reading-library-meaning-card p{color:var(--text-secondary);font-size:var(--text-base);margin:0;line-height:1.65}.reading-export-panel{border-top:1px solid #3d2e6bad;gap:.85rem;padding-top:1rem;display:grid}.reading-export-heading{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.reading-export-heading h2{color:var(--gold);font-family:var(--sans);font-size:var(--text-sm);text-transform:uppercase;font-weight:800}.reading-export-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.reading-export-button{min-width:0;min-height:6.9rem;color:var(--text);text-align:center;cursor:pointer;background:#231b3ac7;border:1px solid #5d4a85c7;border-radius:8px;align-content:center;place-items:center;gap:.7rem;padding:.9rem .65rem;display:grid}.reading-export-button svg{color:var(--gold)}.reading-export-button span{color:var(--text);font-size:var(--text-sm);overflow-wrap:anywhere;font-weight:850;line-height:1.12}.reading-export-button:disabled{cursor:not-allowed;opacity:.62}.reading-export-lock{text-align:center;background:#231b3a9e;border:1px solid #5d4a85b8;border-radius:8px;justify-items:center;gap:.75rem;padding:1rem;display:grid}.reading-print-export{display:none}.ai-disclaimer{color:var(--text-muted);font-size:var(--text-sm);border-top:1px solid #3d2e6bad;margin:0;padding-top:.85rem;line-height:1.5}.interpretation-nav{border-top:1px solid #3d2e6bad;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;padding-top:1rem;display:grid}.interpretation-nav .text-button{padding-inline:0}@media print{.starfield,.desktop-rail,.mobile-topbar,.bottom-nav,.reading-wizard>:not(.reading-print-export),.reading-card-modal-backdrop{display:none!important}body{background:#0f0a1e}.app-shell{min-height:auto;display:block}.app-main{width:100%;padding:0}.reading-wizard{display:block}.reading-print-export{color:#f0e6d3;background:#0f0a1e;gap:1.1rem;width:100%;padding:1rem;display:grid!important}.reading-print-header{color:#c9a84c;text-transform:uppercase;border-bottom:1px solid #3d2e6b;justify-content:space-between;gap:1rem;padding-bottom:.55rem;font-size:.75rem;font-weight:800;display:flex}.reading-print-title{text-align:center;gap:.35rem;display:grid}.reading-print-title h1{color:#f0e6d3;font-family:Georgia,Times New Roman,serif;font-size:2rem;line-height:1.05}.reading-print-title p{color:#c8b9a3;font-size:.95rem;line-height:1.45}.reading-print-section{break-inside:avoid;gap:.7rem;display:grid}.reading-print-section h2{color:#c9a84c;text-transform:uppercase;font-family:system-ui,sans-serif;font-size:.85rem}.reading-print-section article{break-inside:avoid;gap:.35rem;display:grid}.reading-print-section h3{color:#f0e6d3;font-size:1.15rem}.reading-print-section p{color:#f0e6d3;font-size:.95rem;line-height:1.55}.reading-print-section blockquote{color:#e4cf91;font-family:var(--serif);border-left:3px solid #c9a84c;margin:0;padding-left:.65rem;font-size:1rem;line-height:1.45}.reading-print-card-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem;display:grid}.reading-print-card-grid article{text-align:center;justify-items:center}.reading-print-card-image{border:1px solid #5d4a85;border-radius:6px;width:4.5rem;height:auto}.reading-print-card-image.reversed{transform:rotate(180deg)}.reading-print-card-grid strong{color:#f0e6d3;font-size:.8rem;line-height:1.12}.reading-print-card-grid span{color:#c8b9a3;font-size:.68rem;line-height:1.1}.reading-print-footer{color:#a89a82;text-align:center;text-transform:uppercase;border-top:1px solid #3d2e6b;padding-top:.65rem;font-size:.75rem;font-weight:700}}.spread-list article.locked{opacity:.74}.library-card{grid-template-columns:5rem minmax(0,1fr);align-items:center;container-type:inline-size}.library-card img{aspect-ratio:2/3;object-fit:contain;background:#090713;border:1px solid #c9a84c47;border-radius:8px;width:100%}.library-fallback{color:var(--text-secondary);font-size:var(--text-sm);background:#c9a84c14;border:1px solid #c9a84c42;border-radius:8px;margin-top:1rem;padding:.85rem}.library-controls{gap:.85rem;display:grid}.library-search-field{align-items:center;display:grid;position:relative}.library-search-field svg{color:var(--text-muted);pointer-events:none;position:absolute;left:.9rem}.library-search-field .input-control{padding-left:2.55rem}.library-filter-row{gap:.5rem;padding-bottom:.2rem;display:flex;overflow-x:auto}.library-filter-row button{min-height:2.25rem;color:var(--text-secondary);cursor:pointer;font-size:var(--text-xs);background:#0f0a1e6b;border:1px solid #3d2e6bc2;border-radius:999px;flex:none;padding:0 .75rem;font-weight:750}.library-filter-row button.active{color:#090713;background:var(--gold);border-color:#c9a84cb3}.library-deck-status{width:fit-content;max-width:100%;min-height:2.25rem;color:var(--text-muted);font-size:var(--text-xs);background:#c9a84c14;border:1px solid #c9a84c42;border-radius:999px;align-items:center;gap:.45rem;padding:.36rem .75rem;display:inline-flex}.library-deck-status strong{color:var(--gold-light);white-space:nowrap}.library-deck-selector{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.library-deck-button{min-width:0;min-height:4.4rem;color:var(--text-secondary);cursor:pointer;text-align:left;background:#0f0a1e6b;border:1px solid #3d2e6bbd;border-radius:8px;align-items:center;gap:.7rem;padding:.55rem .65rem;display:flex}.library-deck-button.active{color:var(--gold-light);background:#c9a84c1a;border-color:#e0c76eb8}.library-deck-preview{aspect-ratio:2/3;background:#0f0a1e7a;border:1px solid #c9a84c38;border-radius:5px;flex:none;width:2.6875rem;overflow:hidden}.library-deck-preview-image{object-fit:cover;width:100%;height:100%}.library-deck-button-copy{flex:1;gap:.15rem;min-width:0;display:grid}.library-deck-button-copy strong,.library-deck-button-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.library-deck-button-copy strong{color:inherit;font-family:var(--font-serif);font-size:var(--text-base)}.library-deck-button-copy small{color:var(--text-muted);font-size:var(--text-xs)}.library-deck-premium{width:1.75rem;height:1.75rem;color:var(--gold-light);background:#c9a84c14;border:1px solid #c9a84c4d;border-radius:999px;flex:none;place-items:center;display:grid}.library-overview{gap:2.25rem;display:grid}.library-group{gap:1rem;display:grid}.library-group-header{border-bottom:1px solid #3d2e6b9e;justify-content:space-between;align-items:end;gap:1rem;padding-bottom:.75rem;display:flex}.library-group-header h2{font-size:var(--text-2xl)}.library-group-header span{color:var(--text-muted);font-size:var(--text-sm);font-weight:750}.library-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.library-meaning-card{text-align:center;background:#1e1635b8;border:1px solid #3d2e6bbd;border-radius:8px;align-content:start;gap:.55rem;min-width:0;min-height:100%;padding:.75rem;transition:border-color .18s,background .18s,transform .18s;display:grid}.library-meaning-card:hover{background:#c9a84c14;border-color:#c9a84c9e;transform:translateY(-.08rem)}.library-meaning-image{aspect-ratio:2/3;background:#090713;border:1px solid #c9a84c47;border-radius:8px;width:min(100%,8.75rem);margin:0 auto;overflow:hidden}.library-meaning-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.library-meaning-card:hover img{transform:scale(1.03)}.library-meaning-card h3{font-size:var(--text-lg);line-height:1.12}.library-meaning-card p{-webkit-line-clamp:2;min-height:2.8rem;color:var(--text-muted);font-size:var(--text-xs);-webkit-box-orient:vertical;line-height:1.45;display:-webkit-box;overflow:hidden}.library-meaning-link{color:var(--gold-light);font-size:var(--text-xs);justify-content:center;align-items:center;gap:.35rem;margin-top:auto;font-weight:800;display:inline-flex}.insight-bars{gap:.85rem;display:grid}.insight-bar{gap:.35rem;display:grid}.insight-bar span{color:var(--text-secondary);font-size:var(--text-2xs);letter-spacing:var(--tracking-wide);text-transform:uppercase;font-weight:650}.insight-bar div{background:#3d2e6bb8;border-radius:999px;height:.5rem;overflow:hidden}@keyframes insight-bar-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.insight-bar i{border-radius:inherit;background:linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-light));transform-origin:0;height:100%;animation:insight-bar-grow var(--dur-ceremonial) var(--ease-emphatic) both;display:block}.plan-card.featured{background:#c9a84c1a;border-color:#c9a84cbf}.upgrade-hero{text-align:center;place-items:stretch center}.upgrade-ornament{color:var(--gold);opacity:.85;justify-content:center;align-items:center;gap:clamp(.9rem,3vw,1.3rem);margin-bottom:.85rem;font-size:clamp(1.1rem,3.6vw,1.4rem);line-height:1;display:flex}.upgrade-ornament span:nth-child(2){font-size:.72em}.upgrade-plan-section,.paywall-deck-section,.paywall-feature-group,.paywall-legal-section{gap:1rem;display:grid}.upgrade-section-header{gap:.75rem;display:grid}.upgrade-section-header p{max-width:38rem}.upgrade-plan-grid{width:100%}.plan-card{align-content:start}.plan-choice-card{width:100%;color:inherit;text-align:left;cursor:pointer;gap:.75rem;display:grid}.plan-choice-head{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.75rem;display:grid}.plan-choice-copy{gap:.28rem;min-width:0;display:grid}.plan-title-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.plan-card h3{font-size:var(--text-xl)}.plan-select-icon{color:var(--text-muted)}.plan-card.featured .plan-select-icon{color:var(--gold)}.plan-badge{color:#090713;background:var(--gold);width:fit-content;font-size:var(--text-2xs);text-transform:uppercase;border:1px solid #e0c76e66;border-radius:999px;padding:.25rem .58rem;font-weight:850}.plan-description,.paywall-feature-copy span,.paywall-deck-copy>span:not(.paywall-deck-title-row):not(.paywall-deck-action),.paywall-legal-section p{color:var(--text-muted);font-size:var(--text-sm)}.plan-description{line-height:1.45}.plan-price{color:var(--gold-light);font-size:var(--text-base);font-weight:800}.plan-selected{color:var(--text-secondary);font-size:var(--text-xs);font-weight:750}.upgrade-price-disclaimer{color:var(--text-muted);font-size:var(--text-xs);margin:0;line-height:1.5}.restore-row{align-items:center;gap:.65rem;display:grid}.paywall-deck-list{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:thin;grid-auto-columns:minmax(15.5rem,18.5rem);grid-auto-flow:column;gap:.85rem;margin-inline:calc(-1*clamp(1rem,3vw,1.5rem));padding:.15rem clamp(1rem,3vw,1.5rem) .55rem;display:grid;overflow-x:auto}.paywall-deck-card{min-width:0;color:inherit;text-align:left;cursor:pointer;scroll-snap-align:start;background:#1e1635bd;border:1px solid #3d2e6bc2;border-radius:8px;gap:.85rem;padding:.85rem;transition:border-color .18s,background .18s,transform .18s;display:grid}.paywall-deck-card:hover{background:#c9a84c14;border-color:#c9a84c94;transform:translateY(-.08rem)}.paywall-deck-images-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;display:grid}.paywall-deck-image{aspect-ratio:2/3;object-fit:cover;background:#090713;border:1px solid #c9a84c3d;border-radius:6px;width:100%}.paywall-deck-copy{gap:.35rem;display:grid}.paywall-deck-title-row{color:var(--text);font-size:var(--text-lg);justify-content:space-between;align-items:center;gap:.75rem;line-height:1.1;display:flex}.paywall-deck-title-row svg{color:var(--gold-light);flex:none}.paywall-deck-action{width:fit-content;color:var(--gold-light);font-size:var(--text-xs);align-items:center;gap:.35rem;font-weight:800;display:inline-flex}.paywall-feature-groups{gap:1rem;display:grid}.paywall-feature-list{gap:.7rem;display:grid}.paywall-feature-row{grid-template-columns:2.35rem minmax(0,1fr);align-items:start;gap:.7rem;display:grid}.paywall-feature-icon{width:2.35rem;height:2.35rem;color:var(--gold-light);background:#c9a84c14;border:1px solid #c9a84c3d;border-radius:8px;place-items:center;display:grid}.paywall-feature-copy{gap:.2rem;min-width:0;display:grid}.paywall-feature-copy strong{color:var(--text);font-size:var(--text-sm)}.paywall-legal-links{flex-wrap:wrap;gap:.7rem;display:flex}.paywall-legal-link{min-height:2.35rem;color:var(--gold-light);font-size:var(--text-sm);background:#c9a84c14;border:1px solid #c9a84c4d;border-radius:999px;align-items:center;gap:.35rem;padding:.42rem .78rem;font-weight:800;display:inline-flex}.account-loading{align-content:center;min-height:18rem}.account-summary{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:1rem;display:grid}.profile-avatar{width:4rem;height:4rem;color:var(--gold);background:#c9a84c1a;border:1px solid #c9a84c6b;border-radius:999px;place-items:center;display:grid}.auth-form{align-content:start;gap:1rem;display:grid}.segment-control{background:#0f0a1e75;border:1px solid #3d2e6bc7;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem;padding:.35rem;display:grid}.segment-control button{min-height:2.45rem;color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:.45rem;font-weight:750;display:inline-flex}.segment-control button.active{color:var(--gold);background:#c9a84c1a;border-color:#c9a84c59}.form-grid,.preference-grid{gap:1rem;display:grid}.form-field{gap:.45rem;min-width:0;display:grid}.form-field span{color:var(--text-secondary);font-size:var(--text-sm);font-weight:750}.input-control{width:100%;min-height:2.9rem;color:var(--text);font-size:var(--text-base);background:#0f0a1e8a;border:1px solid #3d2e6bc7;border-radius:8px;padding:.72rem .85rem}.input-control:disabled{color:var(--text-muted);opacity:1}select.input-control{cursor:pointer}.form-actions,.account-form-header,.account-meta{flex-wrap:wrap;align-items:center;gap:.8rem;display:flex}.account-form-header{justify-content:space-between}.inline-status{min-height:1.7rem;color:var(--gold-light);font-size:var(--text-sm)}.setting-toggle{background:#1e1635b8;border:1px solid #3d2e6bbd;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.75rem;min-height:4.35rem;padding:1rem;display:grid}.setting-toggle input{width:1.15rem;height:1.15rem;accent-color:var(--gold);margin-top:.25rem}.setting-toggle span{gap:.2rem;display:grid}.setting-toggle strong{color:var(--text)}.setting-toggle small{color:var(--text-muted);font-size:var(--text-xs)}.deck-picker-section,.account-section-heading,.deck-selector{gap:.75rem;display:grid}.account-section{gap:.75rem;margin-top:1.1rem;display:grid}.account-danger-zone{background:linear-gradient(135deg,#e0789a14,#0000 52%),#231b3ac7;border-color:#e0789a57;gap:1rem;display:grid}.account-danger-copy,.account-delete-confirm{gap:.55rem;display:grid}.account-danger-copy p:not(.eyebrow),.account-delete-confirm p{color:var(--text-secondary);margin:0}.account-danger-note{color:#f0b1c4!important}.account-delete-button{width:fit-content}.appearance-segment{background:#0f0a1e66;border:1px solid #3d2e6bbd;border-radius:999px;gap:.35rem;width:fit-content;padding:.3rem;display:inline-flex}.appearance-option{color:var(--text-secondary);cursor:pointer;font-size:var(--text-sm);transition:color var(--dur-quick) var(--ease-out), background var(--dur-quick) var(--ease-out);background:0 0;border:0;border-radius:999px;align-items:center;gap:.45rem;padding:.5rem .95rem;font-weight:650;display:inline-flex}.appearance-option.active{color:#090713;background:linear-gradient(135deg, var(--gold-light), var(--gold-dark))}.appearance-option:focus-visible{outline:2px solid var(--gold-light);outline-offset:2px}.mode-radio-grid{grid-template-columns:repeat(auto-fit,minmax(11.5rem,1fr));gap:.7rem;display:grid}.mode-radio-card{color:inherit;text-align:left;cursor:pointer;transition:border-color var(--dur-quick) var(--ease-out), background var(--dur-quick) var(--ease-out);background:#1e1635b8;border:1px solid #3d2e6bbd;border-radius:8px;gap:.3rem;padding:.85rem 1rem;display:grid;position:relative}.mode-radio-card:hover{border-color:#c9a84c73}.mode-radio-card.active{background:#c9a84c14;border-color:#c9a84ca8}.mode-radio-card.active:after{content:"✦";color:var(--gold);font-size:.78rem;position:absolute;top:.6rem;right:.75rem}.mode-radio-card strong{color:var(--text);font-family:var(--serif);font-size:var(--text-lg);font-weight:600;line-height:1.15}.mode-radio-card span{color:var(--text-secondary);font-size:var(--text-sm);line-height:1.45}.mode-radio-card:focus-visible{outline:2px solid var(--gold-light);outline-offset:2px}.deck-selector{grid-template-columns:1fr}.deck-option{background:#1e1635b8;border:1px solid #3d2e6bbd;border-radius:8px;grid-template-columns:3.8rem minmax(0,1fr);align-items:stretch;gap:.8rem;min-width:0;padding:.75rem;display:grid}.deck-option.active{background:#c9a84c1a;border-color:#e0c76eb8}.deck-option.locked:not(.active){background:#1e16358a}.deck-preview-button{aspect-ratio:2/3;cursor:pointer;background:#0f0a1e7a;border:1px solid #c9a84c3d;border-radius:6px;align-self:start;width:3.8rem;padding:0;position:relative;overflow:hidden}.deck-preview-button img{object-fit:cover;width:100%;height:100%}.deck-preview-icon{color:#090713;background:var(--gold-light);border:1px solid #0907134d;border-radius:999px;place-items:center;width:1.45rem;height:1.45rem;display:grid;position:absolute;bottom:.25rem;right:.25rem;box-shadow:0 .5rem 1.2rem #00000047}.deck-select-button{min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:.7rem;padding:0;display:flex}.deck-option-copy{gap:.2rem;min-width:0;display:grid}.deck-option-copy strong{color:var(--text);font-size:var(--text-base)}.deck-option-copy small{color:var(--text-muted);font-size:var(--text-xs)}.deck-select-button[aria-checked=true] .deck-option-copy strong{color:var(--gold-light)}.deck-premium-badge{min-height:1.8rem;color:var(--gold-light);font-size:var(--text-xs);white-space:nowrap;background:#c9a84c14;border:1px solid #c9a84c4d;border-radius:999px;flex:none;align-items:center;gap:.3rem;padding:.28rem .55rem;font-weight:800;display:inline-flex}.deck-option-check{color:var(--gold-light);flex:none}.deck-preview-modal-backdrop{z-index:90;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#090713c2;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.deck-preview-modal{background:radial-gradient(circle at 18% 0,#c9a84c1f,#0000 16rem),#231b3afa;border:1px solid #c9a84c57;border-radius:8px;gap:1rem;width:min(100%,52rem);max-height:min(90dvh,48rem);padding:1rem;display:grid;overflow:auto;box-shadow:0 28px 70px #00000085;container-type:inline-size}.deck-preview-modal-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.deck-preview-carousel{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:thin;grid-auto-columns:min(72vw,17.5rem);grid-auto-flow:column;gap:1rem;margin-inline:-1rem;padding:.25rem 1rem .65rem;display:grid;overflow-x:auto}.deck-preview-card-frame{aspect-ratio:2/3;scroll-snap-align:center;background:#0f0a1e7a;border:1px solid #c9a84c3d;border-radius:8px;width:min(72vw,17.5rem);overflow:hidden;box-shadow:0 22px 46px #00000057}.deck-preview-card-frame img{object-fit:cover;width:100%;height:100%}.deck-preview-controls{justify-content:center;gap:.75rem;display:flex}.deck-preview-modal p{color:var(--text-secondary);margin:0}.account-meta{color:var(--text-muted);font-size:var(--text-sm)}.account-meta span{align-items:center;gap:.45rem;display:inline-flex}.install-access-prompt{background:linear-gradient(135deg,#c9a84c14,#0000 54%),#231b3abd;border:1px solid #c9a84c52;border-radius:8px;gap:.78rem;padding:.95rem;display:grid;box-shadow:0 16px 36px #00000038;container-type:inline-size}.install-access-header{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.72rem;display:grid}.install-access-icon{width:2.05rem;height:2.05rem;color:var(--gold);background:#0f0a1e7a;border:1px solid #c9a84c57;border-radius:8px;place-items:center;display:grid}.install-access-copy{gap:.26rem;min-width:0;display:grid}.install-access-copy strong{color:var(--text);font-size:var(--text-sm);font-weight:800;line-height:1.2}.install-access-copy p{color:var(--text-secondary);font-size:var(--text-xs);margin:0;line-height:1.45}.install-access-actions{flex-wrap:wrap;gap:.5rem;display:flex}.install-access-link{min-height:2.35rem;color:var(--text);font-size:var(--text-xs);transition:border-color var(--dur-quick) var(--ease-out), color var(--dur-quick) var(--ease-out), background var(--dur-quick) var(--ease-out);border:1px solid #c9a84c57;border-radius:999px;justify-content:center;align-items:center;gap:.42rem;padding:.42rem .76rem;font-weight:800;line-height:1.1;display:inline-flex}.install-access-link.primary{color:#090713;background:linear-gradient(135deg, var(--gold-light), var(--gold-dark))}.install-access-link.secondary{color:var(--gold-light);background:#0f0a1e57}.install-access-link:hover,.install-access-link:focus-visible{color:var(--gold-light);border-color:#f0e6d394}.install-access-link.primary:hover,.install-access-link.primary:focus-visible{color:#090713}.install-access-link:focus-visible{outline:2px solid var(--gold-light);outline-offset:3px}.install-access-prompt--home{text-align:left;width:min(100%,27rem);margin-top:.95rem}.install-access-prompt--account{align-self:stretch}.install-access-prompt--rail{background:#231b3a94;gap:.65rem;padding:.78rem}.install-access-prompt--rail .install-access-header{gap:.55rem}.install-access-prompt--rail .install-access-icon{width:1.75rem;height:1.75rem}.install-access-prompt--rail .install-access-copy strong{font-size:.84rem}.install-access-prompt--rail .install-access-copy p{font-size:.72rem;line-height:1.35}.install-access-prompt--rail .install-access-actions{grid-template-columns:minmax(0,1fr);gap:.44rem;display:grid}.install-access-prompt--rail .install-access-link{width:100%;min-height:2.12rem;padding:.35rem .55rem}.install-access-prompt--modal{width:100%;box-shadow:0 24px 70px #0000007a,0 0 42px #c9a84c29}.install-steps{counter-reset:install;gap:.75rem;padding:0;list-style:none;display:grid}.install-steps li{counter-increment:install;color:var(--text-secondary);grid-template-columns:2rem minmax(0,1fr);align-items:start;gap:.75rem;display:grid}.install-steps li:before{content:counter(install);color:#090713;background:var(--gold);border-radius:999px;place-items:center;width:2rem;height:2rem;font-weight:800;display:grid}@media (max-width:52.124rem){.mobile-install-fab{display:inline-flex}.install-access-prompt--home,.install-access-prompt--account{display:none}}@container (min-width:32rem){.journal-area,.reading-canvas-panel p,.studio-panel p{font-size:var(--text-reading-body);line-height:1.68}.library-card h3,.tarot-card figcaption strong{font-size:var(--text-card-name)}}@container (min-width:42rem){.hero-lede{max-width:40rem}.surface .action-row,.studio-panel .action-row,.reading-canvas-panel .action-row{gap:1rem}}@media (min-width:42rem){.app-main{padding:1.75rem 1.5rem 6rem}.reading-wizard-topbar .reading-sync-status{display:block}.split-page,.route-grid,.plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.today-page.is-revealed{grid-template-columns:minmax(0,1fr)}.today-revealed-header{text-align:left;margin-bottom:1.35rem}.draw-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.draw-method-card{grid-template-columns:auto minmax(0,1fr)}.today-daily-card-surface{align-items:stretch}.draw-method-card .badge{grid-column:2;justify-self:start}.reading-card-modal-backdrop{align-items:center;padding:1rem}.reading-card-modal{border:1px solid #c9a84c6b;border-radius:8px;width:min(100%,42rem);height:auto;max-height:min(90dvh,52rem);padding:1rem}.reading-card-modal-header{align-items:center}.reading-card-modal-header h2{font-size:var(--text-2xl);line-height:1.05}.reading-card-modal .keyword-row span{min-height:1.85rem;line-height:1.2;font-size:var(--text-xs);padding:.32rem .65rem}.reading-card-modal .modal-section-heading{flex-direction:row;justify-content:space-between;align-items:end;gap:.55rem}.reading-card-modal .lens-control{gap:.45rem;padding-bottom:.15rem;display:flex;overflow-x:auto}.reading-card-modal .lens-control button{text-align:left;flex:none;width:auto;min-height:2.15rem;padding:0 .7rem}.manual-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.library-card-grid,.library-deck-selector{grid-template-columns:repeat(3,minmax(0,1fr))}.library-deck-button-copy small{-webkit-line-clamp:2;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.daily-mode-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.upgrade-section-header{grid-template-columns:minmax(0,1fr) minmax(16rem,.78fr);align-items:end}.reading-library-meaning-card .lens-control{grid-template-columns:repeat(4,minmax(0,1fr))}.form-grid,.preference-grid,.deck-selector{grid-template-columns:repeat(2,minmax(0,1fr))}.spread-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.hero-section{grid-template-columns:minmax(0,1fr) minmax(20rem,.85fr)}}@media (min-width:52.125rem) and (max-width:63.99rem){.mobile-topbar,.bottom-nav{display:none}.app-shell{grid-template-columns:4.5rem minmax(0,1fr);display:grid}.desktop-rail{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0a1ed1;border-right:1px solid #3d2e6bb8;grid-template-rows:auto 1fr auto;justify-items:center;gap:1.5rem;min-height:100vh;padding:1.1rem .45rem;display:grid;position:sticky;top:0}.brand-lockup{justify-items:center;display:grid}.brand-lockup>span:last-child{display:none}.brand-mark{color:var(--gold);font-size:1.3rem}.rail-nav{align-content:start;justify-items:stretch;gap:.35rem;width:100%;display:grid}.nav-item{color:var(--text-secondary);border:1px solid #0000;border-radius:8px;justify-items:center;gap:.3rem;padding:.5rem .1rem;display:grid}.nav-item span{letter-spacing:.08em;text-transform:uppercase;text-align:center;font-size:.55rem;font-weight:650}.nav-item.active{color:var(--gold);background:#c9a84c17;border-color:#c9a84c52}.rail-footer{justify-items:center;gap:.7rem;width:100%;display:grid}.install-access-prompt--rail{display:none}.compact-language-picker{width:100%;color:var(--text-secondary);background:#231b3a94;border:1px solid #3d2e6bbd;border-radius:8px;justify-items:center;gap:.25rem;padding:.5rem .35rem;display:grid}.compact-language-picker .language-picker-label,.compact-language-picker>svg:last-child{display:none}.upgrade-link{width:100%;color:var(--gold-light);background:#231b3abf;border:1px solid #c9a84c57;border-radius:8px;justify-items:center;gap:.3rem;padding:.5rem .1rem;display:grid}.upgrade-link span{display:none}}@media (min-width:64rem){.mobile-topbar,.bottom-nav{display:none}.app-shell{grid-template-columns:16rem minmax(0,1fr);display:grid}.desktop-rail{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0a1ed1;border-right:1px solid #3d2e6bb8;grid-template-rows:auto 1fr auto;gap:1.5rem;min-height:100vh;padding:1.35rem;display:grid;position:sticky;top:0}.rail-nav{align-content:start;gap:.3rem;display:grid}.rail-footer{gap:.7rem;display:grid}.install-access-prompt--home{display:none}.nav-item,.upgrade-link,.compact-language-picker{min-height:2.75rem;color:var(--text-secondary);border:1px solid #0000;border-radius:8px;align-items:center;gap:.7rem;padding:0 .8rem;font-weight:700;display:flex}.compact-language-picker{background:#231b3a94;border-color:#3d2e6bbd;position:relative}.compact-language-picker .language-picker-label{flex:1}.language-modal-backdrop{align-items:center}.language-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nav-item.active,.upgrade-link.active{color:var(--gold);background:#c9a84c17;border-color:#c9a84c52}.upgrade-link{color:var(--gold-light);background:#231b3abf;border-color:#c9a84c57}.app-main{width:min(100%,96rem);padding:2rem}.hero-section{min-height:calc(100vh - 4rem)}.studio-grid{grid-template-columns:minmax(13rem,.75fr) minmax(28rem,1.6fr) minmax(16rem,.9fr);align-items:stretch}.upgrade-plan-grid,.paywall-feature-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.journal-layout{grid-template-columns:minmax(14rem,.8fr) minmax(28rem,1.55fr) minmax(17rem,.95fr);align-items:stretch}.long-read-session-grid{grid-template-columns:minmax(0,1.45fr) minmax(18rem,.75fr);align-items:start}.library-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.library-controls{grid-template-columns:minmax(16rem,1fr) auto auto;align-items:center}.library-deck-selector{grid-column:1/-1;grid-template-columns:repeat(5,minmax(0,1fr))}.library-filter-row{justify-content:end}.library-card-grid,.manual-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.preference-grid,.deck-selector{grid-template-columns:repeat(3,minmax(0,1fr))}.today-revealed-layout.is-revealed{grid-template-columns:minmax(0,1fr) minmax(0,2fr);align-items:start;gap:1.5rem}.today-revealed-layout.is-revealed .today-inline-detail{margin-top:0}.today-revealed-layout.is-revealed .today-card-column{align-self:start}.today-revealed-header{margin-bottom:1.5rem}.spread-picker-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}.spread-option-visual{min-height:22rem;padding:1.1rem}.spread-option-visual h2{min-height:auto;font-size:var(--text-xl)}.spread-option-visual p{min-height:auto;font-size:var(--text-sm);-webkit-line-clamp:4;line-height:1.5}.spread-diagram-preview{height:8.5rem}}@media (min-width:42rem) and (max-width:63.99rem){.today-page.is-revealed .daily-card-touch .tarot-card{width:min(100%,19rem);margin:0 auto}.paywall-feature-groups{gap:1.15rem}.paywall-feature-group h2{font-size:var(--text-xl);line-height:1.15}.paywall-feature-list{gap:.85rem}}@media (min-width:90rem){.paywall-feature-groups{grid-template-columns:repeat(3,minmax(0,1fr))}}.journey-page{max-width:52rem}.journey-page.narrow{max-width:44rem}.journey-page-header{gap:.35rem;display:grid}.journey-subtitle{max-width:36rem;color:var(--text-secondary);font-size:var(--text-base)}.journey-section{gap:.75rem;display:grid}.journey-section-title{font-size:var(--text-xl)}.journey-centered{color:var(--text-muted);text-align:center;justify-items:center;gap:.9rem;padding:3rem 1rem;display:grid}.journey-empty-text{color:var(--text-muted);font-size:var(--text-sm)}.journey-spinner{border:2px solid #c9a84c47;border-top-color:var(--gold);border-radius:999px;width:1.6rem;height:1.6rem;animation:.9s linear infinite journey-spin;display:inline-block}@keyframes journey-spin{to{transform:rotate(360deg)}}.journey-enrollment-card,.journey-catalog-card{color:var(--text);text-align:left;cursor:pointer;background:#231b3ac7;border:1px solid #3d2e6bdb;border-radius:8px;gap:.55rem;padding:1.1rem 1.2rem;text-decoration:none;display:grid}.journey-catalog-card:hover,.journey-catalog-card:focus-visible{background:#281f44e6;border-color:#c9a84c94}.journey-enrollment-card{border-color:#c9a84c6b}.journey-enrollment-header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.journey-enrollment-header strong{font-family:var(--serif);font-size:var(--text-lg)}.journey-badge{color:var(--gold-light);font-size:var(--text-2xs);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border:1px solid #c9a84c80;border-radius:999px;padding:.1rem .6rem;font-weight:750}.journey-badge.completed,.journey-badge.free{background:var(--surface-light);border-color:#0000}.journey-enrollment-meta{color:var(--text-secondary);font-size:var(--text-sm)}.journey-catalog-description{color:var(--text-secondary);font-size:var(--text-sm);line-height:1.55}.journey-catalog-meta{color:var(--text-muted);font-size:var(--text-xs)}.journey-progress-track{background:var(--surface-light);border-radius:2px;height:4px;display:block;overflow:hidden}.journey-progress-fill{background:var(--gold);border-radius:2px;height:100%;display:block}.journey-account-callout{color:var(--text-secondary);background:#231b3a9e;border:1px solid #c9a84c52;border-radius:8px;justify-items:start;gap:.85rem;padding:1.05rem 1.15rem;display:grid}.journey-account-callout svg{color:var(--gold)}.journey-account-callout p,.journey-account-required{color:var(--text-secondary);font-size:var(--text-sm);margin:0;line-height:1.55}.journey-auth-actions{flex-wrap:wrap;gap:.7rem;width:100%;display:flex}.journey-auth-actions .primary-button,.journey-auth-actions .secondary-button{flex:11rem}.journey-block-button{width:100%}.journey-save-indicator{min-height:1.1rem;color:var(--text-muted);font-size:var(--text-xs)}.journey-save-indicator.error{color:#f0b1c4}.journey-surface{gap:.55rem;display:grid}.journey-error-state{text-align:center;justify-items:center;gap:.9rem;padding:1.4rem 0;display:grid}.journey-error-text{color:var(--text-secondary);font-size:var(--text-sm)}.journey-error-actions{justify-items:center;gap:.6rem;display:grid}.journey-quiet-button{min-height:2.4rem;color:var(--text-muted);font-size:var(--text-sm);cursor:pointer;background:0 0;border:0;justify-self:center;text-decoration:underline}.journey-actions-row{flex-wrap:wrap;gap:.6rem;display:flex}.journey-step-block{gap:.7rem;display:grid}.journey-step-block.centered{text-align:center;justify-items:center}.journey-prompt{color:var(--text);font-family:var(--serif);font-size:var(--text-xl);font-weight:700;line-height:1.3}.journey-helper{color:var(--text-secondary);font-size:var(--text-sm);line-height:1.5}.journey-optional{color:var(--text-muted);font-size:var(--text-xs);font-style:italic}.journey-input{width:100%;min-height:2.75rem;color:var(--text);font-size:var(--text-base);background:#1e1635b8;border:1px solid #3d2e6bdb;border-radius:8px;padding:.6rem .85rem;font-family:inherit}.journey-input.multiline{resize:vertical;line-height:1.5}.journey-input:focus-visible{outline-offset:1px;border-color:#c9a84c99;outline:2px solid #c9a84c47}.journey-input:disabled{opacity:.72}.journey-char-count{color:var(--text-muted);font-size:var(--text-2xs);text-align:right}.journey-validation-text{color:#f0b1c4;font-size:var(--text-xs)}.journey-validation-text.centered{text-align:center}.journey-field-label{color:var(--text-secondary);font-size:var(--text-sm);font-weight:650}.journey-scale-value{color:var(--gold-light);font-family:var(--serif);font-size:var(--text-lg);text-align:center}.journey-scale-slider{width:100%;accent-color:var(--gold)}.journey-scale-labels{color:var(--text-muted);font-size:var(--text-xs);justify-content:space-between;gap:1rem;display:flex}.journey-scale-buttons{justify-content:center;gap:.55rem;display:flex}.journey-scale-step-button{min-width:3rem;min-height:2.75rem;color:var(--text);font-size:var(--text-sm);cursor:pointer;background:#231b3ac7;border:1px solid #3d2e6bdb;border-radius:8px;font-weight:650}.journey-choice-row{width:100%;min-height:3rem;color:var(--text);text-align:left;cursor:pointer;background:#231b3ac7;border:1px solid #3d2e6bdb;border-radius:8px;gap:.15rem;padding:.8rem .95rem;display:grid}.journey-choice-row.selected{background:var(--surface-light);border-color:#c9a84c99}.journey-choice-row:disabled{cursor:default}.journey-choice-label{font-size:var(--text-base)}.journey-choice-row.selected .journey-choice-label{color:var(--gold-light);font-weight:650}.journey-choice-description{color:var(--text-muted);font-size:var(--text-xs)}.journey-rank-list{gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.journey-rank-row{background:#231b3ac7;border:1px solid #3d2e6bdb;border-radius:8px;align-items:center;gap:.7rem;min-height:3.25rem;padding:.55rem .9rem;display:flex}.journey-rank-row.kept{border-color:#c9a84c99}.journey-rank-number{width:1.25rem;color:var(--gold-light);font-family:var(--serif);font-size:var(--text-base)}.journey-rank-label{color:var(--text);flex:1}.journey-rank-buttons{gap:.25rem;display:flex}.journey-rank-button{width:2.75rem;height:2.75rem;color:var(--gold-light);font-size:var(--text-lg);cursor:pointer;background:0 0;border:0}.journey-rank-button:disabled{opacity:.35;cursor:default}.journey-bucket{gap:.45rem;display:grid}.journey-bucket-title{color:var(--text);font-family:var(--serif);font-size:var(--text-lg);font-weight:700}.journey-bucket-description{color:var(--text-muted);font-size:var(--text-xs)}.journey-bucket-entry{background:#1e1635b8;border:1px solid #3d2e6ba6;border-radius:6px;align-items:center;gap:.6rem;padding:.55rem .85rem;display:flex}.journey-bucket-entry-text{color:var(--text);font-size:var(--text-sm);flex:1}.journey-bucket-remove{min-width:2rem;min-height:2rem;color:var(--text-muted);cursor:pointer;background:0 0;border:0;font-size:1.25rem}.journey-bucket-input-row{align-items:center;gap:.55rem;display:flex}.journey-bucket-input{flex:1}.journey-bucket-add{width:2.75rem;height:2.75rem;color:var(--gold-light);cursor:pointer;background:0 0;border:1px solid #c9a84c80;border-radius:8px;font-size:1.4rem;line-height:1}.journey-card{justify-items:center;gap:.4rem;width:5rem;margin:0;display:grid}.journey-card.large{width:min(58vw,13rem)}.journey-card-face{border-radius:6px;width:100%;height:auto;box-shadow:0 10px 26px #05030c80}.journey-card.large .journey-card-face{border-radius:10px}.journey-card-name{color:var(--gold-light);font-family:var(--serif);font-size:var(--text-lg);text-align:center}.journey-card-slot{aspect-ratio:2/3;width:5rem;color:var(--text-muted);background:#231b3a99;border:1px dashed #3d2e6bf5;border-radius:6px;place-items:center;display:grid}.journey-card-slot.large{border-radius:10px;width:min(58vw,13rem);font-size:1.4rem}.journey-card-wrap{justify-items:center;gap:.6rem;margin:.5rem 0;display:grid}.journey-reflection-card-row{align-items:center;gap:.9rem;display:flex}.journey-reflection-card-name{color:var(--gold-light);font-family:var(--serif);font-size:var(--text-base)}.journey-ai-panel{background:var(--surface-light);border:1px solid #c9a84c66;border-radius:8px;gap:.85rem;padding:1.1rem 1.2rem;display:grid}.journey-ai-header{color:var(--gold);font-size:var(--text-2xs);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.4rem;font-weight:750;display:flex}.journey-ai-statement{color:var(--text);font-size:var(--text-base);line-height:1.6}.journey-ai-question{color:var(--gold-light);font-family:var(--serif);font-size:var(--text-lg);font-style:italic;line-height:1.45}.journey-ai-disclaimer{color:var(--text-muted);font-size:var(--text-2xs);line-height:1.45}.journey-ai-disclaimer.centered{text-align:center}.journey-intro-title{color:var(--gold-light);font-family:var(--serif);font-size:var(--text-2xl);text-align:center;font-weight:700}.journey-intro-body{color:var(--text);font-size:var(--text-base);text-align:center;line-height:1.6}.journey-context-label{color:var(--text-muted);font-size:var(--text-2xs);letter-spacing:.08em;text-transform:uppercase}.journey-context-text{color:var(--text-secondary);font-size:var(--text-sm);font-style:italic;line-height:1.5}.journey-summary-title{color:var(--gold-light);font-family:var(--serif);font-size:var(--text-xl);font-weight:700}.journey-summary-text{color:var(--text);font-size:var(--text-base);line-height:1.5}.journey-summary-cta{margin-top:.8rem}.journey-mini-label{color:var(--text-muted);font-size:var(--text-2xs);letter-spacing:.08em;text-transform:uppercase;margin-top:.4rem}.journey-stage-list{gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.journey-stage-row{width:100%;min-height:4rem;color:var(--text);text-align:left;cursor:pointer;background:#231b3ac7;border:1px solid #3d2e6bdb;border-radius:8px;align-items:center;gap:.9rem;padding:.85rem .95rem;display:flex}.journey-stage-row.current{border-color:#c9a84c99}.journey-stage-row.locked{opacity:.55;cursor:default}.journey-stage-badge{width:1.85rem;height:1.85rem;color:var(--gold-light);font-family:var(--serif);font-size:var(--text-sm);background:#0f0a1e8c;border:1px solid #3d2e6bf5;border-radius:999px;flex-shrink:0;place-items:center;display:grid}.journey-stage-badge.completed{border-color:var(--gold);background:var(--gold);color:#090713}.journey-stage-badge.current{border-color:#c9a84cb3}.journey-stage-row-text{flex:1;gap:.1rem;display:grid}.journey-stage-row-text strong{font-family:var(--serif);font-size:var(--text-lg)}.journey-stage-row-text span{color:var(--text-muted);font-size:var(--text-xs);line-height:1.4}.journey-stage-continue{color:var(--gold-light);font-size:var(--text-2xs);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;font-weight:750}.journey-section-label{color:var(--text-muted);font-size:var(--text-2xs);letter-spacing:.1em;text-transform:uppercase;font-weight:750}.journey-section-label.gold{color:var(--gold)}.journey-focus-text{color:var(--text);font-family:var(--serif);font-size:var(--text-lg);line-height:1.45}.journey-path-boxes{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin-top:.4rem;display:grid}.journey-path-box{border:1px solid #3d2e6ba6;border-radius:8px;padding:.65rem .75rem}.journey-path-box-text{color:var(--text);font-size:var(--text-sm);line-height:1.45}.journey-values-row{flex-wrap:wrap;gap:.4rem;display:flex}.journey-value-chip{background:var(--surface-light);color:var(--text);font-size:var(--text-xs);border-radius:999px;padding:.15rem .7rem}.journey-spread-entry{min-height:3.25rem;color:var(--gold-light);background:#231b3ac7;border:1px solid #3d2e6bdb;border-radius:8px;align-items:center;gap:.7rem;padding:.85rem .95rem;text-decoration:none;display:flex}.journey-spread-entry-text{color:var(--text);font-size:var(--text-sm);flex:1;font-weight:650}.journey-spread-entry-count{color:var(--text-muted);font-size:var(--text-xs)}.journey-overview-actions{justify-items:center;gap:.6rem;margin-top:.5rem;display:grid}.journey-abandon-confirm{background:#231b3ac7;border:1px solid #e0789a6b;border-radius:8px;gap:.6rem;width:100%;padding:1rem 1.1rem;display:grid}.journey-conflict-title{color:#f0b1c4;font-family:var(--serif);font-size:var(--text-lg);font-weight:700}.journey-card-title{font-size:var(--text-lg)}.journey-card-body{color:var(--text-secondary);font-size:var(--text-sm);line-height:1.55}.journey-body-text{color:var(--text);font-size:var(--text-base);line-height:1.6}.journey-orientation{color:var(--text-secondary);font-family:var(--serif);font-size:var(--text-lg);text-align:center;font-style:italic;line-height:1.5}.journey-stage-screen{gap:1rem;max-width:44rem;display:grid}.journey-stage-header{gap:.3rem;display:grid}.journey-day-label{color:var(--gold);font-size:var(--text-2xs);letter-spacing:.1em;text-transform:uppercase;font-weight:750}.journey-stage-title{font-size:var(--text-2xl)}.journey-stage-meta-row{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.journey-stage-section-label{color:var(--text-muted);font-size:var(--text-xs)}.journey-conflict-banner,.journey-safety-banner{color:var(--text);font-size:var(--text-sm);background:#231b3ac7;border:1px solid #e0789a6b;border-radius:8px;gap:.55rem;padding:.9rem 1rem;display:grid}.journey-safety-banner{border-color:#c9a84c80}.journey-safety-title{color:var(--text);font-family:var(--serif);font-size:var(--text-lg);font-weight:700}.journey-banner-action{color:var(--gold-light);font-size:var(--text-sm);cursor:pointer;background:0 0;border:0;justify-self:start;padding:0;font-weight:700}.journey-stage-content{padding:.25rem 0 .5rem}.journey-stage-footer{border-top:1px solid #3d2e6ba6;gap:.55rem;padding-top:.9rem;display:grid}.journey-stage-footer-buttons{align-items:center;gap:.6rem;display:flex}.journey-stage-footer-primary{flex:1}.journey-living-spread{gap:.9rem;display:grid}.journey-spread-header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.journey-spread-progress{color:var(--text-secondary);font-size:var(--text-sm)}.journey-mode-toggle{background:#231b3ac7;border:1px solid #3d2e6bdb;border-radius:999px;padding:2px;display:flex}.journey-mode-button{min-height:2rem;color:var(--text-muted);font-size:var(--text-xs);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.2rem .85rem}.journey-mode-button.active{background:var(--surface-light);color:var(--gold-light);font-weight:700}.journey-map-canvas{aspect-ratio:6/7;width:100%;max-height:42rem;position:relative}.journey-map-position{cursor:pointer;background:0 0;border:0;justify-items:center;gap:.2rem;width:19%;padding:0;display:grid;position:absolute;transform:translate(-50%,-50%)}.journey-map-position.current{transform:translate(-50%,-50%)scale(1.05)}.journey-map-position .journey-card,.journey-map-position .journey-card-slot{width:100%}.journey-map-label{max-width:100%;color:var(--text-muted);font-size:var(--text-2xs);text-align:center;line-height:1.25}.journey-spread-list{gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.journey-spread-list-row{width:100%;min-height:3.5rem;color:var(--text);text-align:left;cursor:pointer;background:#231b3ac7;border:1px solid #3d2e6bdb;border-radius:8px;justify-content:space-between;align-items:center;gap:.9rem;padding:.85rem .95rem;display:flex}.journey-spread-list-text{flex:1;gap:.15rem;display:grid}.journey-spread-list-position{color:var(--text-muted);font-size:var(--text-xs);letter-spacing:.06em;text-transform:uppercase}.journey-spread-list-card{color:var(--text);font-family:var(--serif);font-size:var(--text-lg)}.journey-spread-list-card.empty{color:var(--text-muted);font-size:var(--text-sm);font-style:italic}.journey-modal-backdrop{z-index:60;padding:1rem .9rem calc(1rem + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#090713bd;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.journey-modal{background:var(--surface);border:1px solid #3d2e6bdb;border-radius:12px;gap:.9rem;width:min(100%,30rem);max-height:85dvh;padding:1.25rem;display:grid;overflow-y:auto}@media (min-width:48rem){.journey-modal-backdrop{align-items:center}}.journey-modal-position{color:var(--gold);font-size:var(--text-xs);letter-spacing:.1em;text-align:center;text-transform:uppercase;font-weight:750}.journey-modal-card-wrap{justify-items:center;gap:.55rem;display:grid}.journey-modal-card-name{color:var(--text);font-family:var(--serif);font-size:var(--text-xl);text-align:center}.journey-modal-prompt{color:var(--text-secondary);font-family:var(--serif);font-size:var(--text-base);text-align:center;font-style:italic;line-height:1.5}.journey-modal-muted{color:var(--text-muted);font-size:var(--text-sm);text-align:center;font-style:italic}.journey-modal-close{min-height:2.75rem;color:var(--gold-light);font-size:var(--text-sm);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;justify-self:center;padding:0 1.2rem;font-weight:750}.journey-integration-map{gap:.9rem;display:grid}.journey-integration-title{color:var(--gold-light);font-size:var(--text-2xl);text-align:center}.journey-clarity-row{justify-content:center;align-items:center;gap:.9rem;display:flex}.journey-clarity-value{color:var(--text-secondary);font-family:var(--serif);font-size:var(--text-3xl)}.journey-clarity-value.final{color:var(--gold-light)}.journey-clarity-arrow{color:var(--text-muted);font-size:var(--text-xl)}.journey-paths-row{flex-wrap:wrap;gap:.55rem;margin-top:.5rem;display:flex}.journey-path-chip{color:var(--gold-light);font-size:var(--text-xs);border:1px solid #c9a84c80;border-radius:999px;padding:.2rem .8rem}.journey-user-words{color:var(--gold-light);font-family:var(--serif);font-size:var(--text-lg);font-style:italic;line-height:1.5}.journey-next-step{color:var(--text);font-size:var(--text-base);font-weight:650;line-height:1.5}.journey-integration-cards-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;display:grid}.journey-integration-card{text-align:center;justify-items:center;gap:.3rem;display:grid}.journey-integration-card-label{color:var(--text-muted);font-size:var(--text-2xs)}.journey-integration-card-name{color:var(--text);font-family:var(--serif);font-size:var(--text-xs)}.journey-completed-body{color:var(--text-secondary);font-family:var(--serif);font-size:var(--text-lg);text-align:center;font-style:italic;line-height:1.5}.journey-revisit-buttons{gap:.55rem;margin-top:.4rem;display:grid}.journey-revisit-saved{color:var(--gold-light);font-size:var(--text-sm)}.journey-home-card{width:min(100%,26rem);color:var(--text);text-align:left;background:#231b3ac7;border:1px solid #3d2e6bdb;border-radius:8px;gap:.55rem;margin-top:1.2rem;padding:1.1rem 1.2rem;text-decoration:none;display:grid}.journey-home-card.active{border-color:#c9a84c80}.journey-home-eyebrow{color:var(--gold);font-size:var(--text-2xs);letter-spacing:.1em;text-transform:uppercase;font-weight:750}.journey-home-title{font-family:var(--serif);font-size:var(--text-lg);line-height:1.35}.journey-home-title-link{color:var(--text);font-family:var(--serif);font-size:var(--text-lg);line-height:1.35;text-decoration:none}.journey-home-body{color:var(--text-secondary);font-size:var(--text-sm);line-height:1.5}.journey-home-cta{color:var(--gold-light);font-size:var(--text-xs);letter-spacing:.06em;text-transform:uppercase;font-weight:750;text-decoration:none}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}
