/* Lumi: an entirely new home, using the original brand typefaces. */
:root{color-scheme:light;--v-bg:#fcfaf8;--v-ink:#26212f;--v-muted:#686172;--v-line:#ded8e5;--v-panel:#f0ecf4;--v-card:#fff;--v-accent:#71509a;--v-button:#332541;--v-on-button:#fff;--v-glow:#e8dff5;--v-rose:#f3e7e7;--v-header:rgba(252,250,248,.91)}
html[data-theme=dark]{color-scheme:dark;--v-bg:#15131b;--v-ink:#f4eef8;--v-muted:#bdb3c8;--v-line:#3e354a;--v-panel:#221d2c;--v-card:#2a2335;--v-accent:#c5a7ee;--v-button:#d6bdf5;--v-on-button:#281a36;--v-glow:#3d2857;--v-rose:#2e202d;--v-header:rgba(21,19,27,.92)}
html,body{margin:0;background:var(--v-bg);scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{ -webkit-font-smoothing:antialiased}
.lumi-v2,.lumi-v2 *{box-sizing:border-box}.lumi-v2{font-family:'Poppins',system-ui,sans-serif;font-size:16px;line-height:1.65;color:var(--v-ink);overflow-x:clip;padding:0 28px;background:var(--v-bg)}
.lumi-v2 a{color:inherit;text-decoration:none}.lumi-v2 button{font:inherit;color:inherit;cursor:pointer}.lumi-v2 :is(button,a){-webkit-tap-highlight-color:transparent;touch-action:manipulation}.lumi-v2 :is(a,button):focus-visible{outline:3px solid var(--v-accent);outline-offset:5px}.lumi-v2 :is(h1,h2,h3,p){margin:0;overflow-wrap:anywhere}.lumi-v2 :is(h1,h2,h3){font-weight:400;text-wrap:balance}.lumi-v2 :is(h1,h2,h3,em){font-family:'Instrument Serif',Georgia,serif}.lumi-v2 em{font-weight:400;color:var(--v-accent)}.lumi-v2 img{display:block;width:100%;height:auto}.lumi-v2 [hidden]{display:none!important}.lumi-v2 :is(section,[id]){scroll-margin-top:110px}
.v-wrap{width:100%;max-width:1224px;margin-inline:auto}.v-label{font-size:14px;line-height:1.5;letter-spacing:.09em;text-transform:uppercase;font-weight:500;color:var(--v-accent);display:flex;align-items:center;gap:10px}.v-star{font-family:Georgia,serif;font-size:23px;font-weight:400}.v-copy{font-size:17px;color:var(--v-muted);line-height:1.75}.v-link{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;min-height:48px;font-size:16px;font-weight:500;border-bottom:1px solid var(--v-line)}.v-link>span:last-child{font-family:system-ui;font-size:23px;flex:none;transition:transform .2s}.v-link:hover>span:last-child{transform:translateX(4px)}
.v-header{position:sticky;top:0;z-index:80;background:var(--v-header);backdrop-filter:blur(20px);border-bottom:1px solid var(--v-line)}.v-nav-inner{display:flex;align-items:center;gap:24px;min-height:88px}.v-logo{font:42px/1 'Instrument Serif',Georgia,serif;letter-spacing:-2px;display:inline-flex;align-items:center;gap:9px;min-height:48px;flex:none}.v-logo .v-star{font-size:29px;color:var(--v-accent)}.v-nav{display:flex;gap:26px;margin-left:auto}.v-nav a{font-size:14px;min-height:48px;display:flex;align-items:center;color:var(--v-muted)}.v-nav a:hover{color:var(--v-ink)}.v-controls{display:flex;align-items:center;gap:8px;margin-left:14px}.v-control{min-width:46px;min-height:46px;border:1px solid var(--v-line);background:transparent;border-radius:50%;display:grid;place-items:center;padding:8px;font-size:14px;line-height:1}.v-control:hover{background:var(--v-panel)}.v-control svg{width:20px;height:20px}.v-menu-button{display:none}.v-menu-button span{font-size:20px}.v-languages{position:fixed;z-index:100;top:94px;right:max(28px,calc((100vw - 1224px)/2));width:320px;max-height:calc(100dvh - 120px);overflow:auto;padding:10px;background:var(--v-card);border:1px solid var(--v-line);border-radius:24px;box-shadow:0 20px 60px #0002;overscroll-behavior:contain}.v-languages[aria-hidden=true],.v-menu[aria-hidden=true]{display:none}.v-languages button{width:100%;display:flex;justify-content:space-between;gap:14px;align-items:center;padding:10px 16px;min-height:48px;background:transparent;border:0;border-radius:14px;text-align:left}.v-languages button[aria-pressed=true],.v-languages button:hover{background:var(--v-panel);color:var(--v-accent)}.v-menu{position:fixed;z-index:90;top:94px;left:28px;right:28px;background:var(--v-card);border:1px solid var(--v-line);border-radius:24px;box-shadow:0 20px 60px #0002;padding:20px;max-height:calc(100dvh - 116px);overflow:auto}.v-menu a{display:flex;align-items:center;justify-content:space-between;padding:13px 8px;min-height:52px;border-bottom:1px solid var(--v-line)}.v-menu a:last-child{border:0;color:var(--v-accent)}
.v-hero{display:grid;grid-template-columns:1.02fr 1fr;grid-template-areas:'eyebrow art' 'title art' 'lead art' 'actions art' 'note art';column-gap:30px;padding-block:76px 70px;align-items:start}.v-hero>.v-label{grid-area:eyebrow;margin-bottom:22px}.v-hero h1{grid-area:title;font-size:clamp(64px,6.7vw,96px);line-height:1.01;letter-spacing:-.035em;max-width:630px}.v-hero h1 em{display:block}.v-hero>.v-copy{grid-area:lead;margin-top:26px;max-width:460px}.v-hero .v-stores{grid-area:actions;margin-top:30px}.v-hero-note{grid-area:note;font-size:14px;color:var(--v-muted);margin-top:18px;display:flex;align-items:center;gap:8px}.v-hero-note span{color:var(--v-accent)}
.v-hero-art{grid-area:art;align-self:center;position:relative;isolation:isolate}.v-hero-art:before{content:'';position:absolute;inset:12% 4%;border-radius:50%;background:radial-gradient(ellipse,var(--v-glow),transparent 70%);filter:blur(26px);z-index:-1}.v-hero-art img{max-width:600px;filter:drop-shadow(0 24px 32px #41266015);animation:v-float 9s ease-in-out infinite}.v-art-caption{display:flex;justify-content:center;align-items:center;gap:13px;font:italic 21px 'Instrument Serif',Georgia,serif;color:var(--v-muted);margin-top:-10px}.v-art-caption:before,.v-art-caption:after{content:'';width:30px;height:1px;background:var(--v-line)}
.v-stores{display:flex;flex-wrap:wrap;gap:10px}.v-store{display:flex;align-items:center;justify-content:center;gap:12px;background:var(--v-button);color:var(--v-on-button)!important;min-height:58px;padding:12px 22px;border:1px solid transparent;border-radius:17px;font-size:16px;font-weight:500;transition:transform .2s,box-shadow .2s}.v-store:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0002}.v-store.secondary{background:transparent;color:var(--v-ink)!important;border-color:var(--v-line)}.v-store svg{height:23px;width:23px;flex:none;fill:currentColor}
.v-section{padding-block:88px}.v-heading{font-size:clamp(42px,5vw,66px);line-height:1.07;letter-spacing:-.025em}.v-heading em{display:block}.v-section-head{max-width:630px;margin-bottom:40px}.v-section-head>.v-label{margin-bottom:18px}.v-section-head>.v-copy{margin-top:22px;max-width:530px}
.v-conversation{display:grid;grid-template-columns:.87fr 1.13fr;gap:80px;align-items:center;border-top:1px solid var(--v-line)}.v-conversation .v-section-head{margin:0}.v-conversation .v-link{margin-top:26px}.v-chat{position:relative;border:1px solid var(--v-line);border-radius:32px;padding:30px;background:var(--v-card);box-shadow:0 22px 60px #38244f08}.v-chat-top{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:24px;border-bottom:1px solid var(--v-line)}.v-chat-name{font:28px 'Instrument Serif',serif;display:flex;gap:10px;align-items:center}.v-chat-name>.v-star{color:var(--v-accent)}.v-chat-meta{font-size:14px;color:var(--v-muted);text-align:right}.v-topics{display:flex;gap:6px;flex-wrap:wrap;margin:22px 0}.v-topics button{min-height:44px;padding:8px 18px;font-size:14px;background:transparent;border:1px solid var(--v-line);border-radius:999px}.v-topics button[aria-pressed=true]{background:var(--v-panel);border-color:var(--v-accent);color:var(--v-accent)}.v-question{padding:17px 21px;border-radius:22px 22px 4px 22px;background:var(--v-panel);margin-left:35px!important;font-size:16px}.v-reply{padding:22px 0 12px 19px;margin-top:25px;border-left:2px solid var(--v-accent);min-height:156px}.v-reply .v-star{color:var(--v-accent)}.v-reply p{font-size:16px;line-height:1.8;margin-top:10px}.v-chat-foot{display:flex;align-items:center;gap:10px;margin-top:18px;padding-top:20px;border-top:1px solid var(--v-line);font-size:14px;color:var(--v-muted)}.v-chat-foot>span:first-child{font-size:20px;color:var(--v-accent)}
.v-rituals{background:var(--v-panel);border-radius:40px;padding:64px;margin-block:12px 0}.v-rituals-head{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:45px}.v-rituals-head .v-heading{max-width:590px}.v-rituals-head .v-label{margin-bottom:18px}.v-rituals-head>.v-copy{max-width:260px;font-size:16px}.v-feature{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;border-top:1px solid var(--v-line);padding-block:32px}.v-feature:last-child{padding-bottom:0}.v-feature:nth-child(3) .v-feature-image{order:2}.v-feature-image{position:relative;display:grid;place-items:center;min-width:0;border-radius:28px;background:radial-gradient(ellipse,var(--v-card),transparent 70%)}.v-feature-image img{width:85%;max-width:360px;aspect-ratio:1;object-fit:contain}.v-feature-num{position:absolute;top:16px;left:16px;color:var(--v-muted);font-size:14px;letter-spacing:.1em}.v-feature-copy{max-width:430px}.v-feature-copy>.v-label{font-size:14px;margin-bottom:12px}.v-feature h3{font-size:42px;line-height:1.1;letter-spacing:-.02em}.v-feature .v-copy{font-size:16px;margin-top:18px}.v-feature .v-link{margin-top:18px}.v-feature-image.moon img{width:77%}
.v-belief{padding-block:110px;display:grid;grid-template-columns:1.15fr .85fr;gap:100px}.v-belief .v-heading{font-size:58px;margin-top:24px}.v-belief .v-copy{margin-top:24px;max-width:500px}.v-principles{display:grid;gap:26px}.v-principle{border-bottom:1px solid var(--v-line);padding-bottom:24px;display:grid;grid-template-columns:32px 1fr;gap:18px}.v-principle>.v-star{color:var(--v-accent);padding-top:2px}.v-principle h3{font-size:30px;line-height:1.2}.v-principle p{font-size:15px;line-height:1.75;color:var(--v-muted);margin-top:10px}
.v-faq{padding-block:70px 100px;border-top:1px solid var(--v-line);display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.v-faq .v-label{margin-bottom:20px}.v-faq-list{border-top:1px solid var(--v-line)}.v-faq-item{border-bottom:1px solid var(--v-line)}.v-faq-button{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;text-align:left;font-size:17px;line-height:1.5;min-height:78px;padding:23px 0;border:0;background:transparent}.v-faq-button>span:last-child{flex:none;font:28px/1 system-ui;color:var(--v-accent);width:28px;text-align:center;transition:transform .2s}.v-faq-button[aria-expanded=true]>span:last-child{transform:rotate(45deg)}.v-faq-answer{padding:0 36px 24px 0;font-size:16px;line-height:1.8;color:var(--v-muted)}
.v-download{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;background:var(--v-rose);border-radius:40px;padding:60px 64px;isolation:isolate}.v-download .v-heading{font-size:66px;margin-top:20px}.v-download .v-copy{margin-top:22px;max-width:460px}.v-download .v-stores{margin-top:28px}.v-download img{max-width:380px;justify-self:center}.v-footer{padding-block:62px 30px}.v-footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:45px;padding-bottom:36px;border-bottom:1px solid var(--v-line)}.v-footer-brand p{color:var(--v-muted);font-size:14px;max-width:250px;margin-top:16px}.v-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:10px 38px}.v-footer-links a{min-height:44px;display:flex;align-items:center;color:var(--v-muted);font-size:14px;max-width:240px;overflow-wrap:anywhere}.v-footer-bottom{padding-top:25px;display:flex;flex-wrap:wrap;gap:18px;justify-content:space-between;color:var(--v-muted);font-size:14px}.v-footer-bottom a{min-height:44px;display:inline-flex;align-items:center}.v-footer-bottom>span{display:inline-flex;align-items:center}
.v-mobile-cta{display:none}.v-skip{position:fixed;left:20px;top:-100px;background:var(--v-card);padding:12px 22px;z-index:200;border:1px solid var(--v-line);border-radius:10px}.v-skip:focus{top:12px}
@keyframes v-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@media(min-width:1600px){.v-hero{padding-block:100px}}
@media(max-width:1100px){.v-nav{display:none}.v-controls{margin-left:auto}.v-menu-button{display:grid}.v-hero{column-gap:0}.v-conversation{gap:40px}.v-rituals{padding:44px}.v-belief{gap:55px}.v-faq{gap:45px}.v-download{padding:48px}.v-download .v-heading{font-size:56px}}
@media(max-width:760px){.lumi-v2{padding-inline:20px}.v-nav-inner{min-height:76px;gap:16px}.v-logo{font-size:36px}.v-logo .v-star{font-size:24px}.v-control{min-width:44px;min-height:44px}.v-controls{gap:6px}.v-menu{top:84px;left:16px;right:16px;max-height:calc(100dvh - 104px)}.v-languages{top:84px;left:16px;right:16px;width:auto;max-height:calc(100dvh - 104px)}.v-hero{grid-template-columns:1fr;grid-template-areas:'eyebrow' 'title' 'art' 'lead' 'actions' 'note';padding-block:38px 48px}.v-hero>.v-label{font-size:12px;letter-spacing:.075em;margin-bottom:16px}.v-hero h1{font-size:clamp(46px,10.6vw,70px);max-width:650px;line-height:1.03}.v-hero-art{width:100%;max-width:380px;justify-self:center;margin-top:0}.v-hero-art img{height:270px;object-fit:contain}.v-art-caption{font-size:18px;margin-top:-10px}.v-hero>.v-copy{margin-top:24px;font-size:16px;max-width:520px}.v-hero .v-stores{margin-top:22px}.v-store{padding:12px 15px;min-height:56px;font-size:15px;gap:9px;border-radius:15px;flex:1 1 0}.v-hero-note{font-size:14px;margin-top:16px}.v-section{padding-block:56px}.v-heading{font-size:44px}.v-copy{font-size:16px}.v-label{font-size:13px}.v-conversation{grid-template-columns:1fr;gap:30px}.v-conversation .v-link{margin-top:19px}.v-section-head>.v-copy{margin-top:18px}.v-chat{padding:24px;border-radius:25px}.v-chat-top{padding-bottom:20px}.v-chat-name{font-size:27px}.v-chat-meta{font-size:13px}.v-topics{margin-block:18px;gap:6px}.v-topics button{padding:8px 16px;font-size:14px}.v-question{margin-left:20px!important;padding:15px 17px}.v-reply{padding-left:15px;min-height:0}.v-chat-foot{font-size:13px}.v-rituals{margin-inline:-8px;padding:34px 24px;border-radius:28px}.v-rituals-head{display:block;margin-bottom:28px}.v-rituals-head>.v-copy{margin-top:20px;max-width:480px}.v-feature{grid-template-columns:1fr;gap:16px;padding-block:22px 32px}.v-feature:nth-child(3) .v-feature-image{order:0}.v-feature-image img{max-width:260px;height:235px;width:100%;object-fit:contain}.v-feature-image.moon img{width:100%}.v-feature-num{top:12px;left:0}.v-feature h3{font-size:36px}.v-feature .v-copy{margin-top:14px}.v-feature .v-link{width:100%;margin-top:14px}.v-feature-copy>.v-label{font-size:13px}.v-belief{padding-block:65px;grid-template-columns:1fr;gap:38px}.v-belief .v-heading{font-size:44px;margin-top:18px}.v-belief .v-copy{margin-top:20px}.v-principle h3{font-size:30px}.v-faq{grid-template-columns:1fr;gap:32px;padding-block:50px 60px}.v-faq-button{font-size:16px;padding-block:22px}.v-faq-answer{padding-right:20px}.v-download{grid-template-columns:1fr;gap:10px;padding:36px 26px;border-radius:28px;margin-inline:-8px;width:calc(100% + 16px)}.v-download .v-heading{font-size:46px;margin-top:16px}.v-download .v-copy{font-size:16px}.v-download img{max-width:240px;order:-1;height:190px;object-fit:contain}.v-download .v-stores{margin-top:24px}.v-footer{padding-block:45px 30px}.v-footer-top{display:grid;gap:28px}.v-footer-links{gap:4px 24px;grid-template-columns:1fr 1fr}.v-footer-bottom{font-size:13px;gap:8px}.v-mobile-cta{position:fixed;z-index:70;bottom:calc(12px + env(safe-area-inset-bottom));left:20px;right:20px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 13px 11px 20px;border:1px solid var(--v-line);border-radius:22px;background:var(--v-header);backdrop-filter:blur(20px);box-shadow:0 8px 30px #0003;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .2s,transform .2s,visibility .2s}.v-mobile-cta>span{font:29px 'Instrument Serif',serif}.v-mobile-cta a{min-height:46px;display:flex;align-items:center;gap:18px;font-size:14px;background:var(--v-button);color:var(--v-on-button);padding:10px 20px;border-radius:14px}.lumi-v2[data-cta-active=true] .v-mobile-cta{visibility:visible;opacity:1;transform:none}.lumi-v2:has([aria-expanded=true].v-menu-button) .v-mobile-cta,.lumi-v2:has([aria-expanded=true].lumi-lang-toggle) .v-mobile-cta{visibility:hidden;opacity:0}.lumi-v2 :is(section,[id]){scroll-margin-top:92px}}
@media(max-width:360px){.lumi-v2{padding-inline:16px}.v-nav-inner{gap:8px}.v-controls{gap:4px}.v-control{min-width:42px;min-height:44px}.v-hero h1{font-size:46px}.v-hero-art img{height:235px}.v-hero>.v-label{letter-spacing:.03em}.v-store{padding-inline:10px;font-size:14px;gap:7px}.v-store svg{width:20px}.v-chat{padding:20px}.v-chat-top{gap:10px}.v-chat-meta{max-width:130px}.v-topics button{padding-inline:14px}.v-rituals{padding-inline:20px}.v-download{padding-inline:22px}.v-download .v-stores{flex-direction:column}.v-heading,.v-belief .v-heading{font-size:41px}.v-feature h3{font-size:34px}.v-mobile-cta{left:16px;right:16px}}
@media(prefers-reduced-motion:reduce){html,body{scroll-behavior:auto}.lumi-v2 *,.lumi-v2 *:before,.lumi-v2 *:after{animation:none!important;transition:none!important}}
/* Saturated scenes stay distinct from the calm reading surfaces in both themes. */
:root{--v-bg:#fbfaff;--v-panel:#f0edf7;--v-ink:#201b2b;--v-muted:#645c73;--v-accent:#7743c1;--v-button:#30203e;--v-header:rgba(251,250,255,.93)}
html[data-theme=dark]{--v-bg:#15151c;--v-panel:#21212d;--v-card:#242430;--v-ink:#f7f2ed;--v-muted:#bbb6c8;--v-line:#383541;--v-accent:#c6a4fa;--v-button:#f5eefb;--v-on-button:#251a32;--v-header:rgba(21,21,28,.94)}
.v-hero{padding-block:60px 82px;column-gap:52px}.v-hero-art{height:550px;align-self:center}.v-hero-art:before{display:none}.v-hero-scene{height:100%;position:relative;isolation:isolate;border-radius:180px 180px 32px 32px;overflow:hidden;background:radial-gradient(ellipse at 85% 90%,#cd78c9 0,transparent 47%),radial-gradient(ellipse at 20% 20%,#6639bb,transparent 62%),linear-gradient(160deg,#18164f 10%,#3929a1 60%,#7e50b0);box-shadow:inset 0 1px 0 #dfbfff55}.v-hero-scene:after{content:'';position:absolute;width:80%;height:30%;left:10%;bottom:-20%;background:#e88cdf;border-radius:50%;filter:blur(50px);animation:v-breathe 7s ease-in-out infinite;z-index:-1}.v-hero-art .v-moon-sculpture{width:114%;max-width:none;height:auto;position:absolute;left:-7%;top:14px;filter:drop-shadow(0 30px 22px #16094c77);animation:v-float 8s ease-in-out infinite}.v-scene-orbit{position:absolute;width:89%;height:62%;top:20%;left:5%;border:1px solid #c9a4ff44;border-radius:50%;transform:rotate(-34deg)}.v-scene-orbit:before{content:'';position:absolute;width:10px;height:10px;top:19%;left:8%;border-radius:50%;background:#ffe6b9;box-shadow:0 0 22px #ffd598}.v-scene-label{position:absolute;left:0;right:0;bottom:35px;display:flex;justify-content:center;align-items:center;gap:10px;padding-inline:25px;color:#f6e9ff;font-size:14px}.v-scene-label>span:first-child{font-size:22px;color:#ffd6aa}.v-oracle-card{position:absolute;bottom:91px;left:-32px;right:35px;display:flex;align-items:center;gap:17px;border-radius:22px;padding:18px 22px;background:#fffaf5;color:#272031;box-shadow:0 18px 40px #19133d3b;transform:rotate(-4deg);animation:v-card-float 9s ease-in-out infinite}.v-oracle-card strong{display:block;font-family:'Instrument Serif',Georgia,serif;font-size:29px;font-weight:400;line-height:1.15}.v-oracle-card div>span{font-size:14px;color:#736078;display:block;margin-top:5px}.v-oracle-star{font-family:Georgia,serif;font-size:53px;line-height:1;color:#965fc7}.v-oracle-arrow{margin-left:auto;font-size:27px;flex:none}
.v-chat-stage{padding:32px;background:radial-gradient(ellipse at 85% 0,#9c4fae,transparent 55%),linear-gradient(145deg,#252074,#4b2391 70%,#71338f);border-radius:36px;position:relative;isolation:isolate}.v-chat-stage .v-chat-moon{position:absolute;right:-18px;top:-54px;width:130px;z-index:1;filter:drop-shadow(0 10px 20px #25174655);animation:v-float 8s ease-in-out infinite;pointer-events:none}.v-chat{border-color:#dacbf044;background:#faf7ff;color:#292132;box-shadow:0 20px 60px #17094444;--v-muted:#6c5a7d;--v-line:#ddd0e9;--v-panel:#ece2f6;--v-accent:#8651b3}.v-chat-top{padding-right:28px}.v-chat-name>.v-star{color:#8250ba}.v-reply{min-height:190px}.v-rituals{padding:48px 0 0;background:transparent;border-radius:0}.v-rituals-head{display:block;text-align:center;max-width:740px;margin:0 auto 56px}.v-rituals-head .v-label{justify-content:center}.v-rituals-head .v-heading{max-width:none}.v-rituals-head>.v-copy{max-width:520px;margin:22px auto 0}.v-feature{border:0;padding-block:0;margin-bottom:42px;gap:64px;grid-template-columns:1.15fr 1fr}.v-feature:nth-child(3){grid-template-columns:1fr 1.15fr}.v-feature-image{min-height:440px;overflow:hidden;border-radius:30px;isolation:isolate}.v-feature-num{z-index:2;color:#ede5ff99;top:22px;left:26px}.v-feature-image img{z-index:1;max-width:420px;animation:v-float 9s ease-in-out infinite}.v-connection .v-feature-image{background:radial-gradient(ellipse at 75% 75%,#e887b8,transparent 67%),linear-gradient(140deg,#30217a,#8347b4)}.v-library .v-feature-image{background:radial-gradient(ellipse at 70% 10%,#4b9f9e,transparent 60%),linear-gradient(160deg,#173b4f,#26537b 70%,#543e8c)}.v-cosmos .v-feature-image{background:radial-gradient(ellipse at 65% 90%,#c772bb,transparent 55%),linear-gradient(135deg,#1e2058,#3c279b 65%,#6565d3)}.v-feature-float{position:absolute;bottom:25px;left:25px;right:25px;display:flex;align-items:center;gap:10px;color:#fff2e9;font-size:14px;padding:15px 18px;border:1px solid #efd5ff44;border-radius:18px;background:#1b15434d;backdrop-filter:blur(15px);z-index:3}.v-feature-float>span{color:#ffe0bc;font-size:23px;line-height:1}.v-compat-symbols{position:absolute;top:32px;left:0;right:0;display:flex;justify-content:center;gap:150px;color:#ffe1f1;font-family:Georgia,serif;font-size:36px;opacity:.8}.v-book-rays{position:absolute;inset:18% 12%;border-radius:50%;border:1px solid #ceecea55;transform:rotate(-20deg);box-shadow:0 0 70px #b2a1ee22}.v-celestial{position:relative;min-height:440px;width:100%}.v-orbit{position:absolute;border:1px solid #e7cbff77;border-radius:50%;left:10%;top:22%;width:80%;height:56%;transform:rotate(-30deg)}.v-orbit-two{top:12%;left:25%;width:50%;height:76%;transform:rotate(38deg);border-color:#d4bbff33}.v-planet{position:absolute;border-radius:50%}.v-planet-main{width:210px;height:210px;top:83px;left:calc(50% - 105px);background:radial-gradient(circle at 23% 25%,#fffce5 0,#ece0ff 18%,#a6a0e1 36%,#58538b 55%,#232846 70%);box-shadow:-9px -4px 24px #d6a9ff44,18px 28px 45px #160b4e99,inset -15px -12px 24px #1b164a;animation:v-float 11s ease-in-out infinite}.v-planet-small{width:67px;height:67px;top:57px;right:12%;background:radial-gradient(circle at 25% 25%,#ffdcca,#de98b5 35%,#59387b 80%);box-shadow:12px 18px 30px #1c164b66;animation:v-float 8s ease-in-out infinite reverse}.v-celestial-star{position:absolute;left:15%;bottom:28%;font:38px Georgia,serif;color:#ffe2af;filter:drop-shadow(0 0 15px #e2aeff);animation:v-breathe 6s ease-in-out infinite}.v-belief{padding-top:60px}.v-download{overflow:hidden;min-height:530px;background:radial-gradient(ellipse at 100% 10%,#7550b2,transparent 60%),linear-gradient(120deg,#22194d,#432268 70%,#7a3d88);color:#fff6ed;--v-accent:#d8b6ff;--v-muted:#ded0ea;--v-button:#fff9f1;--v-on-button:#2e2140;--v-line:#bfa3d866;--v-ink:#fff6ed}.v-download:before{content:'';position:absolute;inset:60% -10% -30%;background:radial-gradient(ellipse,#d16bba77,transparent 65%);z-index:-1;animation:v-breathe 10s ease-in-out infinite}.v-download-phone{width:274px;position:relative;justify-self:center;border:6px solid #100f18;outline:1px solid #b7aec477;border-radius:44px;background:#171522;padding:44px 14px 18px;box-shadow:15px 22px 55px #130e2d80;transform:rotate(8deg);margin-bottom:-110px;animation:v-phone-float 10s ease-in-out infinite}.v-phone-island{position:absolute;top:12px;left:calc(50% - 36px);width:72px;height:20px;background:#050508;border-radius:15px}.v-phone-title{display:flex;justify-content:space-between;align-items:center;padding:0 7px 15px;font:31px 'Instrument Serif',Georgia,serif;color:#f7e9ff}.v-phone-title>span:last-child{font-size:24px;color:#d7b0ff}.v-download .v-download-phone img{width:100%;height:auto;border-radius:20px;max-width:none}.v-phone-note{padding:18px 7px 4px;color:#faf0ff}.v-phone-note p{font:25px 'Instrument Serif',Georgia,serif;line-height:1.2}.v-phone-note>span{font-size:14px;line-height:1.5;display:block;margin-top:8px;color:#c5b5d5}
.v-motion-ready .v-section-head,.v-motion-ready .v-rituals-head,.v-motion-ready .v-feature-copy,.v-motion-ready .v-belief>div,.v-motion-ready .v-faq>div{opacity:0;transform:translateY(22px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1)}.v-motion-ready .v-seen .v-section-head,.v-motion-ready .v-seen .v-rituals-head,.v-motion-ready .v-feature.v-seen .v-feature-copy,.v-motion-ready .v-belief.v-seen>div,.v-motion-ready .v-faq.v-seen>div{opacity:1;transform:none}.v-motion-ready :is(.v-hero,.v-conversation,.v-feature,.v-download):not(.v-in-view) *{animation-play-state:paused!important}
@keyframes v-breathe{0%,100%{opacity:.65;transform:scale(.94)}50%{opacity:1;transform:scale(1.06)}}@keyframes v-card-float{0%,100%{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-7px) rotate(-2deg)}}@keyframes v-phone-float{0%,100%{transform:translateY(0) rotate(8deg)}50%{transform:translateY(-10px) rotate(6deg)}}
@media(max-width:1100px){.v-hero{column-gap:35px}.v-hero-art{height:480px}.v-oracle-card{left:-16px;right:16px;bottom:80px}.v-feature,.v-feature:nth-child(3){gap:38px;grid-template-columns:1fr 1fr}.v-feature-image{min-height:380px}.v-compat-symbols{gap:120px}.v-celestial{min-height:380px}.v-chat-stage{padding:22px}.v-reply{min-height:230px}}
@media(max-width:760px){.v-hero{padding-block:34px 52px}.v-hero-art{max-width:460px;width:100%;height:350px;margin-top:25px}.v-hero-scene{border-radius:100px 100px 24px 24px}.v-hero-art .v-moon-sculpture{width:100%;height:345px;object-fit:contain;top:-25px;left:0}.v-oracle-card{left:14px;right:14px;bottom:59px;padding:13px 17px;gap:12px;border-radius:18px}.v-oracle-card strong{font-size:26px}.v-oracle-card div>span{font-size:13px}.v-oracle-star{font-size:41px}.v-scene-label{bottom:14px;font-size:13px}.v-hero>.v-copy{margin-top:27px}.v-chat-stage{padding:18px;border-radius:28px;margin-top:15px}.v-chat-stage .v-chat-moon{width:106px;top:-45px;right:-12px}.v-chat{padding:22px}.v-reply{min-height:0}.v-chat-top{padding-right:22px}.v-chat-meta{font-size:13px}.v-rituals{padding:20px 0 0;margin-inline:0}.v-rituals-head{text-align:left;margin-bottom:35px}.v-rituals-head .v-label{justify-content:flex-start}.v-rituals-head>.v-copy{margin-left:0}.v-feature,.v-feature:nth-child(3){grid-template-columns:1fr;gap:25px;padding-block:0;margin-bottom:45px}.v-feature-image{min-height:320px;border-radius:25px}.v-feature-image img{width:90%;height:300px;max-width:330px;margin-top:-20px}.v-feature-float{left:18px;right:18px;bottom:18px;padding:11px 15px;font-size:14px}.v-feature-num{left:22px;top:19px}.v-compat-symbols{top:20px;font-size:30px;gap:160px}.v-celestial{min-height:320px}.v-planet-main{width:160px;height:160px;top:59px;left:calc(50% - 80px)}.v-planet-small{width:50px;height:50px;top:36px;right:13%}.v-celestial-star{font-size:30px}.v-feature-copy{max-width:none}.v-feature h3{font-size:39px}.v-feature-copy>.v-label{font-size:14px}.v-belief{padding-block:22px 60px}.v-download{min-height:0;gap:35px;padding:35px 26px 0}.v-download .v-heading{font-size:48px}.v-download-phone{order:0;width:240px;margin-bottom:-145px;padding-top:38px;border-radius:36px;transform:rotate(5deg)}.v-download .v-download-phone img{height:auto;max-width:none}.v-download .v-copy{font-size:16px}.v-phone-title{font-size:27px}.v-download .v-stores{position:relative;z-index:2}.v-footer{padding-bottom:30px}}
@media(max-width:360px){.v-hero-art{height:312px}.v-hero-art .v-moon-sculpture{height:305px;top:-22px}.v-oracle-card{left:9px;right:9px;padding:12px;gap:9px}.v-oracle-card div>span{font-size:12px}.v-oracle-card strong{font-size:25px}.v-scene-label{font-size:12px;gap:7px;padding-inline:16px}.v-chat-stage{padding:12px}.v-chat{padding:19px}.v-feature-image{min-height:290px}.v-feature-image img{height:280px}.v-compat-symbols{gap:140px}.v-feature h3{font-size:36px}.v-download{padding-inline:22px}.v-download .v-stores{flex-direction:row}.v-download .v-store{padding-inline:8px;font-size:13px}}
@media(prefers-reduced-motion:reduce){.v-motion-ready .v-section-head,.v-motion-ready .v-rituals-head,.v-motion-ready .v-feature-copy,.v-motion-ready .v-belief>div,.v-motion-ready .v-faq>div{opacity:1;transform:none}}

@media(min-width:761px){.v-hero-art .v-moon-sculpture{width:100%;height:calc(100% - 45px);object-fit:contain;left:0;top:-10px}.v-scene-label{bottom:22px}}
.v-hero-art a.v-oracle-card{color:#272031}.v-hero-art a.v-oracle-card:hover{box-shadow:0 22px 50px #19133d66}.v-hero-art a.v-oracle-card:focus-visible{outline-color:#ffeac9}
/* Product scenes: question → card → meaning, relationships, and the card library. */
.v-reading-visual{height:620px}
.v-reading-scene{display:grid;grid-template-rows:auto 1fr auto auto;gap:14px;padding:32px 32px 19px;border-radius:100px 100px 32px 32px;color:#fff4ed}
.v-reading-question{position:relative;z-index:2;text-align:center;padding:5px 18px 0}
.v-reading-question>span{color:#e6d3ff;font-size:14px;letter-spacing:.025em}
.v-reading-question p{font-size:18px;line-height:1.5;margin-top:6px}
.v-reading-scene .v-scene-orbit{top:28%;height:43%;border-color:#bfa0ec55}
.v-drawn-deck{position:relative;display:grid;place-items:center;min-height:320px;padding-block:6px}
.v-deck-back{position:absolute;width:194px;height:272px;border:1px solid #e8bce766;border-radius:17px;background:linear-gradient(135deg,#30206a,#653885 80%);box-shadow:7px 15px 35px #160d4555;display:grid;place-items:center}
.v-deck-back:before{content:'';position:absolute;inset:12px;border:1px solid #d3aada77;border-radius:70px}
.v-deck-back span{font:72px 'Instrument Serif',serif;color:#d4a6e9}
.v-deck-back-one{transform:translate(-36px,5px) rotate(-16deg)}
.v-deck-back-two{transform:translate(34px,2px) rotate(13deg);background:linear-gradient(150deg,#463089,#664284)}
.v-drawn-card{position:relative;width:202px;padding:5px 5px 0;border-radius:17px;border:1px solid #ffdba4aa;background:#302150;box-shadow:0 20px 45px #180b5555;animation:v-card-hover 9s ease-in-out infinite;transition:box-shadow .2s}
.v-hero-art .v-drawn-card img{width:100%;height:auto;object-fit:cover;aspect-ratio:5/7;max-width:none;border-radius:11px;animation:none;filter:none}
.v-drawn-card>span{display:flex;align-items:center;justify-content:center;gap:12px;min-height:40px;font-size:14px;color:#fff1de}
.v-drawn-card>span>span{font-size:21px}
.v-drawn-card:hover{box-shadow:0 25px 50px #180b5588,0 0 30px #d89cf133}
.v-reading-result{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 21px;border:1px solid #fff6ed99;border-radius:21px;background:#fff8f1;color:#2f2339!important;box-shadow:0 14px 35px #21104f33}
.v-reading-tag{font-size:14px;color:#80519d;display:block;margin-bottom:2px}
.v-reading-result strong{display:block;font:30px/1.15 'Instrument Serif',Georgia,serif;font-weight:400}
.v-reading-result p{font-size:14px;color:#705c77;line-height:1.5;margin-top:6px}
.v-reading-result-arrow{font:28px/1 system-ui;flex:none}
.v-reading-disclosure{font-size:14px;line-height:1.4;text-align:center;color:#f0e0ff}
.v-reading-result:focus-visible,.v-drawn-card:focus-visible{outline-color:#ffecc4!important}
.v-reply-card{display:flex;align-items:center;gap:13px}
.v-reply-card img{width:43px;height:60px;border-radius:6px;box-shadow:2px 4px 8px #3d24552b}
.v-reply-card>div>span{display:block;font:25px/1.2 'Instrument Serif',Georgia,serif;color:#342441}
.v-reply-card small{display:block;font-size:14px;color:#785989;margin-top:3px}
.v-chat-stage{padding-top:30px}.v-chat-top{padding-right:0}
.v-visual-heading{position:relative;z-index:2;text-align:center;align-self:start;color:#fff3ed}
.v-visual-heading>span{font:34px/1.15 'Instrument Serif',Georgia,serif;display:block}
.v-visual-heading small{display:block;color:#e2cfe9;font-size:14px;margin-top:8px}
.v-compat-preview{padding:33px 28px 28px;grid-template-rows:auto 1fr auto;gap:20px}
.v-sign-pair{width:100%;display:grid;grid-template-columns:1fr 54px 1fr;align-items:start;margin-block:7px;color:#fff4f4}
.v-sign-person{display:flex;flex-direction:column;align-items:center;min-width:0;text-align:center}
.v-sign-disc{display:grid;place-items:center;width:112px;height:112px;border-radius:50%;font-family:'Noto Sans Symbols 2',Georgia,serif;font-size:61px;line-height:1;color:#f9eaff;background:radial-gradient(circle at 30% 20%,#bba1ed,#7e51b5 45%,#3c227c 85%);box-shadow:inset 0 2px 2px #f9e8ff77,inset -6px -10px 22px #39205277,0 15px 24px #30135566;border:1px solid #dfbef477;animation:v-float 9s ease-in-out infinite}
.v-sign-disc-rose{background:radial-gradient(circle at 30% 20%,#f6cfe7,#d994c6 45%,#8e488d 85%);color:#6b3068;animation-delay:-4s;box-shadow:inset 0 2px 2px #ffedf677,inset -6px -10px 22px #77316955,0 15px 24px #30135555}
.v-sign-person strong{font:29px/1.2 'Instrument Serif',Georgia,serif;font-weight:400;margin-top:16px}
.v-sign-person small{font-size:14px;color:#e3cfe9;margin-top:5px}
.v-sign-thread{height:112px;position:relative;display:grid;place-items:center;color:#ffe3bc;font:39px Georgia,serif}
.v-sign-thread:before,.v-sign-thread:after{content:'';position:absolute;left:-22px;right:-22px;height:35px;border-top:1px solid #eec5f399;border-radius:50%;transform:rotate(-17deg);top:44px}
.v-sign-thread:after{transform:rotate(17deg);border-color:#f5dabe66;top:40px}
.v-sign-thread>span{position:relative;z-index:1;text-shadow:0 0 22px #ffe0d499;animation:v-breathe 7s ease-in-out infinite}
.v-connection-insight{width:100%;padding:16px 16px 18px;background:#2d194b66;border:1px solid #f1d2f733;border-radius:19px;color:#fff1e9;text-align:center;backdrop-filter:blur(16px)}
.v-connection-insight>span{font-size:14px;display:block;margin-bottom:12px;color:#f4d6ec}
.v-connection-insight>div{display:flex;justify-content:center;gap:6px;flex-wrap:wrap}
.v-connection-insight>div>span{font-size:14px;padding:4px 9px;border:1px solid #e7c1f244;border-radius:999px}
.v-horoscope-preview{display:flex;flex-direction:column;justify-content:flex-end;padding:30px;min-height:460px}
.v-horoscope-sky{position:absolute;inset:0;overflow:hidden;isolation:isolate}
.v-horoscope-sky:after{content:'';position:absolute;width:120%;height:140px;left:-10%;bottom:145px;border-radius:50%;background:radial-gradient(ellipse,#ca97d760,transparent 65%);filter:blur(15px);z-index:-1;animation:v-breathe 11s ease-in-out infinite}
.v-horoscope-disc{position:absolute;left:calc(50% - 78px);top:37px;width:156px;height:156px;display:grid;place-items:center;font:90px 'Noto Sans Symbols 2',Georgia,serif;color:#f4d7b6;border:1px solid #cfb7f277;border-radius:50%;background:radial-gradient(circle at 32% 28%,#8572bbaa,#33246099 75%);box-shadow:inset 0 1px 2px #fff4dc77,0 13px 45px #17104766;animation:v-float 11s ease-in-out infinite}
.v-horoscope-sky .v-orbit{top:35px;height:180px;left:5%;width:90%;border-color:#d8b2eb55;transform:rotate(-14deg)}
.v-horoscope-moon{position:absolute;top:34px;right:11%;font:42px Georgia,serif;color:#fde1b9;transform:rotate(-20deg);text-shadow:0 0 18px #ffd0bd55}
.v-horoscope-caption{position:relative;z-index:1;width:100%;display:flex;align-items:center;justify-content:center;gap:16px;color:#fff0e9;margin-top:190px;margin-bottom:20px}
.v-horoscope-caption>span:first-child{font:32px/1.15 'Instrument Serif',Georgia,serif}.v-horoscope-caption>span:last-child{font-size:14px;padding:3px 11px;border:1px solid #e1bfe577;border-radius:999px}
.v-horoscope-note{position:relative;z-index:2;display:block;width:100%;padding:19px 23px;border-radius:22px;background:#fff8f2;color:#30213e!important;box-shadow:0 15px 30px #25125344}
.v-horoscope-note>span{font-size:14px;color:#8c589d}.v-horoscope-note strong{font:31px/1.1 'Instrument Serif',Georgia,serif;display:block;margin-top:7px;font-weight:400}
.v-horoscope-note>div{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:12px;font-size:14px;color:#745d7b}.v-horoscope-note>div>span:last-child{font:24px/1 system-ui}
.v-library-preview{padding:31px 26px 26px;grid-template-rows:auto 1fr auto;gap:22px;min-height:460px}
.v-library-preview .v-visual-heading small{color:#cfdfed}
.v-library-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:100%;perspective:900px;align-items:center;max-width:440px}
.v-library-card{display:block;position:relative;min-width:0;padding:5px 5px 12px;background:#f1e6e3;border:1px solid #edc5bcaa;border-radius:14px;box-shadow:8px 15px 25px #0e263f66;transition:transform .35s,box-shadow .35s}
.v-library-card:first-child{transform:translateY(9px) rotate(-9deg)}.v-library-card:last-child{transform:translateY(9px) rotate(9deg)}
.v-library-card:nth-child(2){transform:translateY(-12px);z-index:1;background:#f8e4d1}
.v-feature-image .v-library-card img{display:block;width:100%;height:auto;max-width:none;aspect-ratio:5/7;margin:0;border-radius:9px;animation:none;object-fit:cover}
.v-library-card strong{font:21px/1.15 'Instrument Serif',Georgia,serif;color:#30263b;display:block;text-align:center;margin-top:9px;font-weight:400;white-space:nowrap}
.v-library-card:hover,.v-library-card:focus-visible{transform:translateY(-20px);z-index:2;box-shadow:10px 22px 35px #0e263f88}
.v-library-caption{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;color:#e9edf8;font-size:14px}
.v-library-caption>span{position:relative}.v-library-caption>span+span:before{content:'·';position:absolute;left:-13px;color:#b9cfde}
@keyframes v-card-hover{0%,100%{transform:translateY(0) rotate(3deg)}50%{transform:translateY(-7px) rotate(1deg)}}
@media(max-width:1100px){.v-reading-visual{height:620px}.v-reading-scene{padding-inline:23px;border-radius:85px 85px 28px 28px}.v-reading-question{padding-inline:8px}.v-reading-question p{font-size:17px}.v-sign-disc{width:95px;height:95px;font-size:51px}.v-sign-thread{height:95px}.v-sign-pair{grid-template-columns:1fr 40px 1fr}.v-sign-thread:before,.v-sign-thread:after{top:37px}.v-compat-preview{padding-inline:22px;gap:18px}.v-library-preview{padding-inline:23px}.v-library-cards{gap:9px}.v-library-card strong{font-size:18px}.v-connection-insight>div{gap:6px}.v-connection-insight>div>span{font-size:13px;padding:4px 7px}.v-horoscope-preview{padding-inline:23px}}
@media(max-width:760px){
 .v-hero{grid-template-areas:'eyebrow' 'title' 'lead' 'actions' 'art' 'note'}
 .v-hero>.v-copy{margin-top:20px}.v-hero .v-stores{margin-top:21px}.v-hero-note{margin-top:20px}
 .v-reading-visual{height:460px;margin-top:32px;max-width:460px}.v-reading-scene{padding:22px 20px 15px;gap:9px;border-radius:70px 70px 26px 26px}
 .v-reading-question{padding-top:0}.v-reading-question>span{font-size:14px}.v-reading-question p{font-size:16px;margin-top:3px;line-height:1.4}
 .v-drawn-deck{min-height:226px;padding-block:0}.v-drawn-card{width:139px;border-radius:13px;padding:4px 4px 0}
 .v-hero-art .v-drawn-card img{height:auto;aspect-ratio:5/7;border-radius:9px}
 .v-drawn-card>span{min-height:35px;font-size:13px;gap:10px}.v-drawn-card>span>span{font-size:19px}
 .v-deck-back{width:137px;height:192px;border-radius:13px}.v-deck-back-one{transform:translate(-29px,-6px) rotate(-17deg)}.v-deck-back-two{transform:translate(28px,-7px) rotate(13deg)}.v-deck-back span{font-size:55px}
 .v-reading-result{padding:12px 16px;border-radius:17px}.v-reading-tag{display:none}.v-reading-result strong{font-size:26px}.v-reading-result p{margin-top:4px;font-size:14px}.v-reading-result-arrow{font-size:24px}
 .v-reading-disclosure{font-size:13px}.v-reading-scene .v-scene-orbit{top:27%;height:44%}
 .v-chat-stage{margin-top:0;padding-top:18px}.v-chat-top{padding-right:0}.v-reply-card img{width:39px;height:55px}.v-reply-card>div>span{font-size:25px}.v-reply-card small{font-size:14px}
 .v-compat-preview{padding:28px 23px 23px;min-height:420px;gap:20px}.v-visual-heading>span{font-size:31px}.v-visual-heading small{font-size:14px}
 .v-sign-pair{grid-template-columns:1fr 41px 1fr;margin-block:0}.v-sign-disc{width:90px;height:90px;font-size:49px}.v-sign-person strong{font-size:28px;margin-top:13px}.v-sign-person small{font-size:14px}.v-sign-thread{height:90px;font-size:34px}.v-sign-thread:before,.v-sign-thread:after{top:34px}
 .v-connection-insight{padding:13px 8px}.v-connection-insight>span{margin-bottom:9px}.v-connection-insight>div>span{font-size:13px;padding:3px 7px}
 .v-horoscope-preview{padding:22px;min-height:426px}.v-horoscope-disc{width:137px;height:137px;top:28px;left:calc(50% - 68.5px);font-size:79px}.v-horoscope-moon{top:24px;font-size:34px}.v-horoscope-sky .v-orbit{top:21px;height:170px}.v-horoscope-caption{margin-top:167px;margin-bottom:17px}.v-horoscope-note{padding:17px 20px}.v-horoscope-note strong{font-size:30px}.v-horoscope-note>div{font-size:13px}
 .v-library-preview{min-height:381px;padding:26px 22px 23px;gap:26px}.v-library-cards{gap:8px;max-width:340px}.v-library-card{padding:4px 4px 10px;border-radius:10px}.v-library-card strong{font-size:18px;margin-top:8px}.v-feature-image .v-library-card img{height:auto;width:100%;margin:0;border-radius:6px}.v-library-caption{gap:20px;font-size:14px}
}
@media(max-width:360px){.v-reading-scene{padding-inline:17px}.v-reading-visual{height:455px}.v-reading-question{padding-inline:5px}.v-reading-question p{font-size:15px}.v-reading-result p{font-size:14px}.v-compat-preview{padding-inline:18px}.v-sign-disc{width:78px;height:78px;font-size:43px}.v-sign-pair{grid-template-columns:1fr 33px 1fr}.v-sign-thread{height:78px}.v-sign-thread:before,.v-sign-thread:after{top:28px}.v-sign-person strong{font-size:26px}.v-connection-insight>div>span{font-size:12px;padding-inline:5px}.v-horoscope-preview{padding-inline:18px}.v-horoscope-note{padding-inline:16px}.v-horoscope-note>div{font-size:12px}.v-library-preview{padding-inline:17px;min-height:360px}.v-library-cards{gap:6px}.v-library-card strong{font-size:17px}.v-visual-heading>span{font-size:29px}.v-reading-disclosure{font-size:13px}}
@media(prefers-reduced-motion:reduce){.v-drawn-card,.v-sign-disc,.v-sign-thread>span,.v-horoscope-disc,.v-horoscope-sky:after{animation:none!important}}

.v-sign-disc svg{width:60%;height:60%;display:block}.v-horoscope-disc svg{width:66%;height:66%;display:block}.v-drawn-card>span .sc-interp{font-size:inherit}

@media(max-width:760px){.v-reading-disclosure,.v-drawn-card>span,.v-connection-insight>div>span,.v-horoscope-note>div{font-size:14px}.v-reading-question p{font-size:16px}.v-hero>.v-label,.v-chat-meta,.v-chat-foot,.v-footer-bottom{font-size:14px}}

.v-faq-button{padding-right:8px}.v-faq-button>span:first-child{min-width:0;overflow-wrap:anywhere}.v-footer-bottom>span{gap:4px}
@media(max-width:760px){.v-label,.v-download .v-store{font-size:14px}.v-control{min-width:44px}}
