@font-face{font-family:Poppins;src:url(/assets/fonts/Poppins-Regular.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/fonts/Poppins-SemiBold.ttf) format("truetype");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/fonts/Poppins-Bold.ttf) format("truetype");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/fonts/Poppins-ExtraBold.ttf) format("truetype");font-style:normal;font-weight:800;font-display:swap}:root{font-family:Poppins,Arial,sans-serif;color:#fff;background:#3008a1;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;overflow-x:hidden;background:#090211}button{font:inherit}.landing-screen,.quiz-shell{position:relative;isolation:isolate;min-height:100vh;padding:18px 20px 124px;background:transparent}.cosmic-background{position:absolute;top:0;bottom:0;left:50%;width:100vw;z-index:-1;overflow:hidden;pointer-events:none;transform:translate(-50%);background:radial-gradient(ellipse at 50% 42%,#481479,#160724 46%,#060209 82%),#060209}.cosmic-background__nebula{position:absolute;top:-12%;left:50%;width:105vmax;height:88vmax;opacity:.4;background:radial-gradient(ellipse at center,rgb(139 60 214 / 55%),rgb(92 29 151 / 20%) 38%,transparent 70%);filter:blur(70px);transform:translate(-50%);animation:cosmic-nebula-drift 18s ease-in-out infinite alternate}.cosmic-background__stars{position:absolute;inset:-20%;background-image:radial-gradient(circle at 8% 14%,#fff 0 1px,transparent 1.8px),radial-gradient(circle at 22% 42%,#d7bbff 0 1.2px,transparent 2px),radial-gradient(circle at 38% 9%,#f4db90 0 1px,transparent 1.8px),radial-gradient(circle at 53% 31%,#fff 0 1px,transparent 1.8px),radial-gradient(circle at 69% 16%,#d7bbff 0 1.2px,transparent 2px),radial-gradient(circle at 84% 38%,#fff 0 1px,transparent 1.8px),radial-gradient(circle at 14% 76%,#f4db90 0 1px,transparent 1.8px),radial-gradient(circle at 46% 68%,#fff 0 1.2px,transparent 2px),radial-gradient(circle at 76% 82%,#d7bbff 0 1px,transparent 1.8px),radial-gradient(circle at 93% 65%,#fff 0 1.2px,transparent 2px);background-size:330px 330px;animation:cosmic-stars-drift 24s linear infinite}.cosmic-background__stars--far{opacity:.42;background-size:210px 210px;transform:scale(.9) rotate(8deg);animation-direction:reverse;animation-duration:38s}.cosmic-background__stars--near{opacity:.85}.cosmic-background__zodiac-constellations{position:absolute;inset:0}.zodiac-constellation{position:absolute;top:var(--zodiac-y);left:var(--zodiac-x);display:block;width:clamp(125px,16vw,220px);aspect-ratio:10 / 7;opacity:0;transform:translate(-50%,-50%) scale(var(--zodiac-scale));animation:zodiac-constellation-float 48s ease-in-out calc(var(--zodiac-index) * 4s) infinite}.zodiac-constellation svg{display:block;width:100%;height:100%;overflow:visible}.zodiac-constellation path{fill:none;stroke:#e2cfffc2;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:220;filter:drop-shadow(0 0 2px #fff) drop-shadow(0 0 6px rgb(176 108 239 / 72%));animation:zodiac-line-draw 48s ease-in-out calc(var(--zodiac-index) * 4s) infinite}.zodiac-constellation circle{fill:#fff;filter:drop-shadow(0 0 2px #fff) drop-shadow(0 0 7px #bb76f7);transform-box:fill-box;transform-origin:center;animation:zodiac-dot-twinkle 1.8s ease-in-out calc(var(--zodiac-index) * .12s) infinite alternate}.cosmic-background--landing .cosmic-background__nebula{opacity:.48}.cosmic-background--questions .cosmic-background__nebula{opacity:calc(.32 + (var(--cosmic-progress) * .0015))}.cosmic-background--cards{background:radial-gradient(ellipse at 50% 38%,#521979,#180722 48%,#060209 84%)}.cosmic-background--final-static{background:radial-gradient(circle at 50% 18%,#2b113d 0,#100518 42%,#050208)}.cosmic-background--final-static .cosmic-background__nebula,.cosmic-background--final-static .cosmic-background__stars{animation:none}.cosmic-background--final-static .cosmic-background__nebula{opacity:.22}@keyframes cosmic-nebula-drift{to{transform:translate(-46%) rotate(16deg) scale(1.08)}}@keyframes cosmic-stars-drift{to{transform:translate3d(70px,55px,0)}}@keyframes zodiac-constellation-float{0%,8%{opacity:0;translate:0 18px}14%,24%{opacity:.28;translate:6px 0}30%,to{opacity:0;translate:14px -24px}}@keyframes zodiac-line-draw{0%,8%{stroke-dashoffset:220}17%,25%{stroke-dashoffset:0}31%,to{stroke-dashoffset:-220}}@keyframes zodiac-dot-twinkle{to{opacity:.38;transform:scale(.62)}}.content-column,.quiz-shell{width:min(100%,672px);margin:0 auto}.brand-header{display:flex;justify-content:center;margin-bottom:24px}.brand-logo{display:block;width:min(186px,58vw);height:auto}.landing-title,.quiz-heading{margin:0;color:#fff;font-size:clamp(1.72rem,5.8vw,2.7rem);font-weight:800;line-height:1.18;text-align:center}.hero-image{display:block;width:100%;height:auto;aspect-ratio:1;margin:28px auto 24px;border-radius:18px;object-fit:cover;box-shadow:0 18px 42px #09012f59}.landing-support{max-width:600px;margin:0 auto;color:#ffffffeb;font-size:clamp(1rem,3.8vw,1.2rem);font-weight:600;line-height:1.55;text-align:center}.quiz-progress{width:100%;height:8px;overflow:hidden;margin-bottom:40px;border-radius:12px;background:#150b2b}.quiz-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#d7ac2c,#fff);transition:width .22s ease-out}.answer-options{display:grid;gap:14px;margin-top:30px}.answer-option{display:flex;align-items:center;gap:16px;width:100%;min-height:76px;padding:16px 18px;border:0;border-radius:14px;color:#29203c;background:#fff;cursor:pointer;font-size:clamp(.94rem,3.7vw,1.06rem);font-weight:600;line-height:1.35;text-align:left;box-shadow:0 8px #09012f30;transition:transform .16s ease,box-shadow .16s ease}.answer-option:hover{transform:translateY(-2px);box-shadow:0 10px #09012f30}.answer-option:active{transform:translateY(2px);box-shadow:0 6px #09012f30}.answer-option-emoji{flex:0 0 auto;font-size:2rem}.analysis-cinematic{position:relative;display:grid;min-height:100svh;overflow:hidden;place-items:center;isolation:isolate;background:radial-gradient(circle at 50% 45%,#481479 0,#160724 42%,#060209 76%)}.analysis-cinematic:before,.analysis-cinematic:after{position:absolute;z-index:-2;width:72vmax;height:72vmax;border:1px solid rgb(212 178 255 / 18%);border-radius:50%;content:"";animation:cinematic-breathe 6s ease-in-out infinite}.analysis-cinematic:after{width:48vmax;height:48vmax;animation-delay:-3s}.analysis-stars{position:absolute;inset:0;z-index:-1;opacity:.6;background-image:radial-gradient(circle at 8% 17%,#fff 0 1px,transparent 2px),radial-gradient(circle at 83% 14%,#f2d276 0 1px,transparent 2px),radial-gradient(circle at 16% 82%,#d5b4ff 0 1.5px,transparent 2.5px),radial-gradient(circle at 92% 72%,#fff 0 1px,transparent 2px),radial-gradient(circle at 65% 88%,#d5b4ff 0 1px,transparent 2px);background-size:260px 260px,310px 310px,380px 380px,290px 290px,340px 340px;animation:star-drift 12s linear infinite}.analysis-cinematic--loading{padding:28px}.analysis-loading{display:grid;width:min(100%,440px);place-items:center;text-align:center}.analysis-loading h1{max-width:360px;margin:32px 0 28px;font-size:clamp(1.55rem,6vw,2.25rem);line-height:1.2}.analysis-loader{position:relative;display:grid;width:108px;height:108px;place-items:center;border:1px solid rgb(234 210 255 / 28%);border-radius:50%;box-shadow:0 0 50px #a64cff52,inset 0 0 30px #a64cff2e}.analysis-loader:before,.analysis-loader:after{position:absolute;inset:10px;border:2px solid transparent;border-top-color:#f2d276;border-radius:50%;content:"";animation:analysis-spin 1.6s linear infinite}.analysis-loader:after{inset:24px;border-top-color:#d7b2ff;animation-direction:reverse;animation-duration:1.1s}.analysis-loader span{width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 0 24px #fff,0 0 48px #ad5cff}.analysis-progress{width:100%;height:10px;overflow:hidden;border:1px solid rgb(255 255 255 / 28%);border-radius:999px;background:#07020f8c;box-shadow:inset 0 2px 6px #00000047,0 0 20px #a450ff2e}.analysis-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#9a45e8,#f3d47c,#fff);box-shadow:0 0 14px #e9caff;transition:width .11s linear}.analysis-progress-label{margin:14px 0 0;color:#f4dd9a;font-size:1.35rem;font-weight:800;text-align:center}.analysis-scene{position:absolute;inset:0;display:grid;padding:30px 24px;place-items:center;text-align:center;perspective:1200px;animation:scene-arrive var(--scene-duration) cubic-bezier(.2,.75,.15,1) both}.analysis-scene>p{position:relative;z-index:10;max-width:680px;margin:0;font-size:clamp(1.45rem,6.4vw,3.35rem);font-weight:800;line-height:1.14;letter-spacing:-.045em;text-wrap:balance;text-shadow:0 4px 28px #000,0 0 44px rgb(181 103 255 / 45%);animation:message-reveal var(--scene-duration) ease-in-out both}.cosmic-orbit{position:absolute;width:min(78vw,430px);aspect-ratio:1;border:1px solid rgb(221 192 255 / 45%);border-radius:50%;box-shadow:0 0 70px #a64cff73,inset 0 0 55px #a64cff29;animation:orbit-pulse var(--scene-duration) ease-in-out both}.reveal-card{position:relative;z-index:4;width:min(47vw,210px);aspect-ratio:295 / 411;perspective:1000px;animation:card-approach var(--scene-duration) ease-in-out both}.reveal-card__inner{position:absolute;inset:0;transform-style:preserve-3d;animation:card-discover var(--scene-duration) cubic-bezier(.2,.75,.15,1) both}.reveal-card__face{position:absolute;inset:0;display:grid;padding:20px;overflow:hidden;border:1px solid #f2d276;border-radius:15px;place-items:center;backface-visibility:hidden;box-shadow:0 0 45px #a64cffa6}.reveal-card__back{background:linear-gradient(145deg,#2b123e,#0b0510)}.reveal-card__back:after{position:absolute;inset:11px;border:1px solid rgb(242 210 118 / 45%);border-radius:10px;content:""}.reveal-card__back span{color:#f2d276;font-size:4.5rem;text-shadow:0 0 25px #d9a4ff}.reveal-card__front{transform:rotateY(180deg);background:radial-gradient(circle at 50% 42%,#8b4aca,#28113b 50%,#0c0611)}.reveal-card__front:before{position:absolute;width:160px;height:160px;border-radius:50%;background:#f0d9ff3d;filter:blur(18px);content:"";animation:card-glow var(--scene-duration) ease-in-out both}.reveal-card__front p{position:relative;z-index:2;margin:0;font-size:clamp(1.05rem,4.5vw,1.55rem);font-weight:800;line-height:1.16;text-shadow:0 3px 18px #000;animation:card-words var(--scene-duration) ease-in-out both}.analysis-scene--filter{background:radial-gradient(circle at 50% 50%,rgb(86 27 136 / 38%),transparent 58%)}.constellation-network{position:absolute;inset:6% 4%;animation:constellation-collapse var(--scene-duration) ease-in-out both}.constellation-lines{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.constellation-lines path{fill:none;stroke:#d6beffbd;stroke-width:.28;stroke-dasharray:3 2;filter:drop-shadow(0 0 1.5px #c894ff);animation:constellation-draw var(--scene-duration) ease-in-out both}.constellation-network i{position:absolute;top:var(--star-y);left:var(--star-x);width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 8px #fff,0 0 22px #b764ff;transform:translate(-50%,-50%);animation:constellation-star-pulse 1.4s ease-in-out calc(var(--star-index) * 90ms) infinite alternate}.constellation-card{position:absolute;z-index:5;top:50%;left:50%;display:grid;width:min(31vw,145px);aspect-ratio:295 / 411;border:1px solid #f2d276;border-radius:11px;place-items:center;color:#f2d276;background:radial-gradient(circle,#7338ad,#160a22 67%);box-shadow:0 0 55px #b259ffc7;transform:translate(-50%,-50%);animation:constellation-card-emerge var(--scene-duration) cubic-bezier(.2,.8,.2,1) both}.constellation-card:after{position:absolute;inset:8px;border:1px solid rgb(242 210 118 / 45%);border-radius:7px;content:""}.constellation-card span{font-size:3.2rem;text-shadow:0 0 22px #fff}.analysis-scene--filter>p{max-width:620px;align-self:end;margin-bottom:11vh;font-size:clamp(1.35rem,5.8vw,3rem)}.energy-card-orbit{position:absolute;width:min(82vw,520px);aspect-ratio:1}.energy-card-orbit--staged{animation:energy-orbit-stage var(--scene-duration) linear both}.energy-card-orbit i{position:absolute;top:calc(50% - 40px);left:calc(50% - 28px);width:56px;height:80px;border:1px solid #edcf77;border-radius:6px;background:linear-gradient(145deg,#7139ad,#160c22);box-shadow:0 0 18px #9e50ffb3;transform:rotate(calc(var(--card-index) * 45deg)) translateY(clamp(-205px,-31vw,-120px));animation:energy-card-in var(--scene-duration) ease-out both}.analysis-scene--eight>p{max-width:560px;font-size:clamp(1.35rem,5.8vw,3rem)}.chosen-cards{position:absolute;top:50%;left:50%;display:flex;gap:8px;transform:translate(-50%,-58%)}.chosen-cards i{width:clamp(76px,20vw,130px);aspect-ratio:295 / 411;border:1px solid #f1d57d;border-radius:10px;background:linear-gradient(145deg,#7d42bb,#160b24);box-shadow:0 0 35px #ae58ffbf;animation:chosen-card-rise var(--scene-duration) cubic-bezier(.2,.8,.2,1) both}.chosen-cards i:first-child{transform:rotate(-12deg) translateY(14px);animation-delay:80ms}.chosen-cards i:last-child{transform:rotate(12deg) translateY(14px);animation-delay:.16s}.year-lock{position:absolute;z-index:4;bottom:20%;color:#f2d276;font-size:clamp(2rem,10vw,4.2rem);font-weight:800;letter-spacing:.12em;text-shadow:0 0 26px #e1a8ff;animation:year-unlock var(--scene-duration) ease-in-out both}.analysis-scene--three>p{align-self:center;max-width:720px;margin:0;font-size:clamp(1.25rem,5.3vw,2.6rem)}.analysis-scene--three>.three-scene-copy--delayed{animation-name:three-message-reveal}.final-portal-rings{position:absolute;width:min(72vw,480px);aspect-ratio:1;border:2px solid #ecd782;border-radius:50%;box-shadow:0 0 80px #b75cff,inset 0 0 75px #8438c7;animation:portal-open var(--scene-duration) ease-in-out both}.final-portal-rings:before,.final-portal-rings:after{position:absolute;inset:10%;border:1px solid rgb(226 196 255 / 68%);border-radius:50%;content:"";animation:orbit-spin 5s linear infinite}.final-portal-rings:after{inset:23%;border-style:dashed;animation-direction:reverse}.final-portal-star{position:absolute;color:#fff;font-size:4rem;text-shadow:0 0 32px #fff,0 0 70px #b75cff;animation:portal-star var(--scene-duration) ease-in-out both}.analysis-scene--portal>p{font-size:clamp(2.3rem,12vw,6rem);animation-name:portal-message-reveal}@keyframes analysis-spin{to{transform:rotate(360deg)}}@keyframes cinematic-breathe{50%{transform:scale(1.16);opacity:.35}}@keyframes star-drift{to{background-position:70px 50px,-80px 90px,40px -60px,-60px -80px,90px 70px}}@keyframes scene-arrive{0%{opacity:0;filter:blur(15px);transform:scale(.86)}12%,88%{opacity:1;filter:none;transform:none}to{opacity:0;filter:blur(9px);transform:scale(1.16)}}@keyframes message-reveal{0%,12%{opacity:0;transform:translateY(28px) scale(.9)}24%,86%{opacity:1;transform:none}to{opacity:0;transform:translateY(-18px) scale(1.06)}}@keyframes portal-message-reveal{0%,8%{opacity:0;transform:translateY(28px) scale(.9)}15%,85%{opacity:1;transform:none}92%,to{opacity:0;transform:translateY(-18px) scale(1.06)}}@keyframes three-message-reveal{0%,45%{opacity:0;filter:blur(10px);transform:translateY(24px) scale(.92)}53%,93%{opacity:1;filter:none;transform:none}to{opacity:0;transform:translateY(-18px) scale(1.05)}}@keyframes orbit-pulse{0%{opacity:.1;transform:scale(.45)}55%,80%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.75)}}@keyframes card-approach{0%{transform:scale(.58) translateY(40px)}70%{transform:scale(1)}to{transform:scale(1.55)}}@keyframes card-discover{0%,27%{transform:rotateY(0)}58%,to{transform:rotateY(180deg)}}@keyframes card-glow{0%,48%{opacity:0;transform:scale(.3)}74%{opacity:1;transform:scale(1.5)}to{opacity:0;transform:scale(2.2)}}@keyframes card-words{0%,38%{opacity:0;filter:blur(10px);transform:scale(.72)}48%,92%{opacity:1;filter:none;transform:none}to{opacity:0;transform:scale(1.18)}}@keyframes filter-portal{0%{opacity:0;transform:scale(.25)}45%,78%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.8)}}@keyframes filtering-card{0%{opacity:0;transform:translate(-55vw,35vh) rotate(-45deg) scale(.55)}38%{opacity:1}to{opacity:0;transform:translate(35vw,-42vh) rotate(110deg) scale(.12)}}@keyframes constellation-draw{0%,8%{opacity:0;stroke-dashoffset:60}35%,64%{opacity:1;stroke-dashoffset:0}82%,to{opacity:0}}@keyframes constellation-collapse{0%,58%{opacity:1;transform:scale(1)}82%,to{opacity:0;transform:scale(.12)}}@keyframes constellation-star-pulse{to{opacity:.35;transform:translate(-50%,-50%) scale(.55)}}@keyframes constellation-card-emerge{0%,55%{opacity:0;filter:blur(10px);transform:translate(-50%,-50%) scale(.08) rotateY(80deg)}75%,92%{opacity:1;filter:none;transform:translate(-50%,-50%) scale(1) rotateY(0)}to{opacity:0;transform:translate(-50%,-50%) scale(1.28)}}@keyframes orbit-spin{to{transform:rotate(360deg)}}@keyframes energy-orbit-stage{0%,18%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes energy-card-in{0%,8%{opacity:0;filter:blur(8px)}18%,84%{opacity:1;filter:none}to{opacity:0}}@keyframes chosen-card-rise{0%{opacity:0;margin-top:130px}40%,78%{opacity:1;margin-top:0}to{opacity:0;margin-top:-35px}}@keyframes year-unlock{0%,14%{opacity:0;filter:blur(12px);transform:scale(.6)}25%,39%{opacity:1;filter:none;transform:none}48%,to{opacity:0;filter:blur(8px);transform:scale(1.35)}}@keyframes portal-open{0%{opacity:0;transform:scale(.16)}48%,78%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2.8)}}@keyframes portal-star{0%,35%{opacity:0;transform:scale(0)}62%,82%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(10)}}.preparation-copy{display:grid;gap:18px;margin:38px auto 0;font-size:clamp(1.05rem,4vw,1.24rem);font-weight:600;line-height:1.55;text-align:center}.preparation-copy p{margin:0}.card-selection-screen>p{margin:14px auto 0;font-weight:600;line-height:1.5;text-align:center}.card-selection-title--animated{animation:card-selection-title-awaken .9s cubic-bezier(.2,.8,.2,1) both}.tarot-card-grid{display:grid;gap:8px;margin-top:28px;perspective:1000px}.tarot-card{position:relative;aspect-ratio:295 / 411;padding:0;overflow:hidden;border:0;border-radius:13px;background:#1a0649;cursor:pointer;box-shadow:0 10px 20px #0d023a57;transition:transform .18s ease,filter .18s ease}.tarot-card-grid--entrance .tarot-card{animation:tarot-card-awaken .9s cubic-bezier(.2,.75,.2,1) calc(var(--entrance-index) * 90ms) backwards}.tarot-card:hover{filter:brightness(1.08);transform:translateY(-4px)}.tarot-card__inner{position:absolute;inset:0;display:block;transform-style:preserve-3d;transition:transform .65s cubic-bezier(.2,.75,.3,1)}.tarot-card__layer{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;-webkit-backface-visibility:hidden;backface-visibility:hidden}.tarot-card__face{transform:rotateY(180deg)}.tarot-card--selected{cursor:default}.tarot-card--selected .tarot-card__inner{transform:rotateY(180deg)}.tarot-card--selected:hover{transform:none;filter:none}.tarot-card:disabled{cursor:not-allowed;filter:grayscale(.65) brightness(.72);opacity:.62}.tarot-card:disabled:hover{transform:none;filter:grayscale(.65) brightness(.72)}.tarot-card__order{position:absolute;top:8px;right:8px;display:grid;width:29px;height:29px;place-items:center;border-radius:50%;color:#38180a;background:#ffd55d;font-size:.9rem;font-weight:800;box-shadow:0 2px 7px #0000004d}@keyframes card-selection-title-awaken{0%{opacity:0;filter:blur(10px);transform:translateY(-16px) scale(.96)}70%{text-shadow:0 0 30px rgb(232 203 255 / 72%)}to{opacity:1;filter:none;transform:none}}@keyframes tarot-card-awaken{0%{opacity:0;filter:brightness(1.5) blur(6px);transform:translateY(24px) scale(.88)}65%{box-shadow:0 0 28px #f3d27694}to{opacity:1;filter:none;transform:none}}.final-screen{display:grid;align-content:start;justify-items:center;padding-bottom:40px}.final-screen .quiz-heading{animation:result-heading-reveal 1.2s ease-out both}.final-screen-subtitle{margin:12px 0 24px;font-size:clamp(1.05rem,4vw,1.28rem);font-weight:600;text-align:center;animation:result-heading-reveal 1.2s .12s ease-out both}.result-reveal{position:relative;width:min(100%,400px);isolation:isolate}.result-reveal__cards{position:absolute;inset:0;z-index:2;display:grid;place-items:center;overflow:hidden;border-radius:14px;pointer-events:none}.result-reveal__cards:after{position:absolute;width:44%;aspect-ratio:1;border-radius:50%;background:#cd90ff8f;filter:blur(38px);content:"";animation:result-portal-glow 2.5s ease-in-out both}.result-reveal__cards img{position:absolute;z-index:1;width:34%;aspect-ratio:295 / 411;border:1px solid #f1d57d;border-radius:9px;object-fit:cover;box-shadow:0 0 34px #af56ffad;animation:result-card-converge 2.5s cubic-bezier(.2,.75,.2,1) both}.result-reveal__cards img:first-child{--result-card-x: -68%;--result-card-rotate: -13deg}.result-reveal__cards img:nth-child(2){--result-card-x: 0%;--result-card-rotate: 0deg;animation-delay:80ms}.result-reveal__cards img:nth-child(3){--result-card-x: 68%;--result-card-rotate: 13deg;animation-delay:.16s}.vsl-placeholder{display:grid;width:min(100%,400px);aspect-ratio:3 / 4;place-items:center;padding:24px;border:1px solid rgb(255 255 255 / 22%);border-radius:14px;color:#ffffffad;background:#000;font-size:.92rem;font-weight:600;line-height:1.45;text-align:center;box-shadow:0 16px 32px #00000059}.vsl-placeholder--revealed{width:100%;animation:result-video-reveal 2.5s ease-out both}.final-screen>.floating-cta-wrap--inline{margin-top:16px}@keyframes result-heading-reveal{0%{opacity:0;filter:blur(8px);transform:translateY(-14px)}}@keyframes result-card-converge{0%{opacity:0;transform:translate(var(--result-card-x)) translateY(24%) rotate(var(--result-card-rotate)) scale(.72)}18%,55%{opacity:1;transform:translate(var(--result-card-x)) rotate(var(--result-card-rotate)) scale(1)}78%{opacity:1;transform:translate(0) rotate(0) scale(.72)}to{opacity:0;visibility:hidden;transform:translate(0) rotate(0) scale(.18)}}@keyframes result-portal-glow{0%,48%{opacity:0;transform:scale(.25)}75%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2.4)}}@keyframes result-video-reveal{0%,68%{opacity:0;filter:blur(12px);transform:scale(.9)}to{opacity:1;filter:none;transform:none}}.floating-cta-wrap{position:fixed;right:0;bottom:0;left:0;z-index:10;display:flex;justify-content:center;padding:40px 20px 24px;background:linear-gradient(transparent,#07020df2 48%)}.floating-cta-wrap--inline{position:static;width:100%;margin:24px auto 0;padding:0;background:none}.landing-screen>.floating-cta-wrap--inline{padding:0 20px}.card-selection-screen>.floating-cta-wrap--inline{margin-top:28px}.floating-cta{position:relative;isolation:isolate;width:min(100%,512px);min-height:60px;overflow:hidden;border:0;border-radius:12px;color:#fff;cursor:pointer;font-size:.94rem;font-weight:800;letter-spacing:.02em;box-shadow:0 7px #190825,0 15px 32px #0000006b,0 0 24px #a44af157;transition:transform .15s ease,filter .15s ease;animation:cta-pulse 2.2s ease-in-out infinite}.floating-cta span{position:relative;z-index:1}.floating-cta:hover{filter:brightness(1.08);transform:translateY(-2px)}.floating-cta:active{transform:translateY(1px)}.floating-cta--solid-purple{background:#7428b9}.checkout-overlay{position:fixed;z-index:1000;inset:0;display:grid;align-items:end;overflow:auto;background:#050208c7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.checkout-modal{position:relative;width:100%;max-height:100svh;padding:30px 20px max(24px,env(safe-area-inset-bottom));overflow-y:auto;border:1px solid rgb(242 210 118 / 34%);border-radius:24px 24px 0 0;color:#fff;background:linear-gradient(160deg,#351049,#15081f 58%,#09040e);box-shadow:0 -24px 70px #0000008f}.checkout-close{position:absolute;top:12px;right:12px;display:grid;width:44px;height:44px;padding:0;border:1px solid rgb(255 255 255 / 25%);border-radius:50%;place-items:center;color:#fff;background:#ffffff14;cursor:pointer;font-size:1.8rem;line-height:1}.checkout-close:focus-visible,.checkout-form input:focus-visible,.checkout-pix textarea:focus-visible,.checkout-submit:focus-visible,.checkout-copy:focus-visible{outline:3px solid #f2d276;outline-offset:3px}.checkout-close:disabled{cursor:wait;opacity:.45}.checkout-modal__header{padding:0 46px 0 0;text-align:left}.checkout-eyebrow{margin:0 0 6px;color:#f2d276;font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.checkout-modal h2{margin:0;font-size:clamp(1.65rem,7vw,2.2rem);line-height:1.12}.checkout-price{display:flex;align-items:baseline;gap:12px;margin-top:15px}.checkout-price-old{color:#ffffff9e;font-size:1rem;text-decoration:line-through}.checkout-price strong{color:#f5d878;font-size:clamp(1.75rem,8vw,2.45rem);line-height:1}.checkout-status{margin:18px 0 0;color:#ffffffc7}.checkout-status--center{padding:34px 0;text-align:center}.checkout-error{color:#ffb5bd}.checkout-error--offer{margin:18px 0 0;font-weight:700}.checkout-form{display:grid;gap:14px;margin-top:24px}.checkout-form label,.checkout-pix label{display:grid;gap:7px;font-size:.92rem;font-weight:700}.checkout-form input,.checkout-pix textarea{width:100%;border:1px solid rgb(255 255 255 / 24%);border-radius:12px;color:#21142a;background:#fff;font:inherit}.checkout-form input{min-height:48px;padding:0 13px}.checkout-pix textarea{min-height:82px;padding:12px;resize:vertical}.checkout-form input:disabled{opacity:.7}.checkout-field-error{color:#ffb5bd;font-size:.82rem;font-weight:600}.checkout-submit,.checkout-copy{min-height:50px;padding:13px 18px;border:0;border-radius:999px;color:#1b0d23;background:linear-gradient(135deg,#f7df89,#cfa637);box-shadow:0 10px 25px #d7ac2c3d;cursor:pointer;font:inherit;font-weight:900}.checkout-submit:disabled{cursor:not-allowed;filter:grayscale(.65);opacity:.5}.checkout-security{margin:-2px 0 0;color:#ffffff9e;font-size:.78rem;text-align:center}.checkout-pix,.checkout-result{display:grid;gap:14px;margin-top:26px;text-align:center}.checkout-pix h3,.checkout-result h3{margin:0;color:#f5d878;font-size:1.55rem}.checkout-pix>p,.checkout-result p{margin:0;line-height:1.5}.checkout-pix__qr{display:block;width:min(240px,72vw);height:auto;margin:4px auto;border:10px solid #fff;border-radius:16px}.checkout-copy{justify-self:center;min-width:min(100%,260px)}.checkout-copy-feedback{color:#d7b2ff;font-size:.88rem}.checkout-expiry{color:#ffffffad;font-size:.86rem}.checkout-waiting{color:#f2d276;font-weight:700}.checkout-result{padding:34px 0 24px}.checkout-result--paid h3{color:#9df0b7}.exit-offer-overlay{position:fixed;z-index:1100;inset:0;display:grid;align-items:end;overflow:auto;padding-top:24px;background:#050208d6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.exit-offer-modal{width:100%;max-height:100svh;padding:30px 20px max(24px,env(safe-area-inset-bottom));overflow-y:auto;border:1px solid rgb(242 210 118 / 48%);border-radius:28px 28px 0 0;color:#fff;background:linear-gradient(155deg,#4a155f,#1d0b29 56%,#0c0511);box-shadow:0 -28px 80px #000000a3;text-align:center}.exit-offer-eyebrow{margin:0 0 8px;color:#f2d276;font-size:.76rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.exit-offer-modal h2{margin:0;font-size:clamp(1.65rem,7vw,2.35rem);line-height:1.13}.exit-offer-description{margin:14px auto 0;color:#ffffffd1;line-height:1.5}.exit-offer-price{display:grid;justify-items:center;gap:3px;margin-top:22px}.exit-offer-price span{color:#ffffff94;font-size:1rem;text-decoration:line-through}.exit-offer-price strong{color:#f7df89;font-size:clamp(2.35rem,12vw,3.4rem);line-height:1}.exit-offer-unavailable{margin:22px 0 0;color:#ffb5bd;font-weight:800}.exit-offer-pix-note{margin:18px 0 0;color:#ffffffb8;font-size:.9rem}.exit-offer-actions{display:grid;gap:10px;margin-top:22px}.exit-offer-accept,.exit-offer-decline{min-height:50px;padding:13px 18px;border-radius:999px;cursor:pointer;font:inherit;font-weight:900}.exit-offer-accept{border:0;color:#1b0d23;background:linear-gradient(135deg,#f7df89,#cfa637);box-shadow:0 10px 25px #d7ac2c47}.exit-offer-accept:disabled{cursor:not-allowed;filter:grayscale(.65);opacity:.5}.exit-offer-decline{border:1px solid rgb(255 255 255 / 28%);color:#ffffffd1;background:transparent}.exit-offer-accept:focus-visible,.exit-offer-decline:focus-visible{outline:3px solid #f2d276;outline-offset:3px}@media(min-width:700px){.checkout-overlay{align-items:center;justify-items:center;padding:28px}.checkout-modal{width:min(100%,560px);max-height:calc(100svh - 56px);padding:34px;border-radius:24px;box-shadow:0 28px 90px #000000a3}.exit-offer-overlay{align-items:center;justify-items:center;padding:28px}.exit-offer-modal{width:min(100%,540px);max-height:calc(100svh - 56px);padding:38px;border-radius:28px;box-shadow:0 30px 100px #000000ad}}@keyframes cta-pulse{50%{box-shadow:0 7px #190825,0 17px 38px #00000070,0 0 34px #b463ff8f}}@media(prefers-reduced-motion:reduce){.cosmic-background__nebula,.cosmic-background__stars,.zodiac-constellation,.zodiac-constellation path,.zodiac-constellation circle,.constellation-network,.constellation-lines path,.constellation-network i,.constellation-card,.analysis-cinematic:before,.analysis-cinematic:after,.analysis-stars,.analysis-loader:before,.analysis-loader:after,.analysis-scene,.analysis-scene>p,.cosmic-orbit,.reveal-card,.reveal-card__inner,.reveal-card__front:before,.reveal-card__front p,.filter-portal,.filter-deck i,.energy-card-orbit,.energy-card-orbit i,.chosen-cards i,.year-lock,.final-portal-rings,.final-portal-rings:before,.final-portal-rings:after,.final-portal-star,.final-screen .quiz-heading,.final-screen-subtitle,.result-reveal__cards:after,.result-reveal__cards img,.vsl-placeholder--revealed,.analysis-progress-fill,.quiz-progress-fill,.floating-cta,.tarot-card,.tarot-card__inner{animation:none;transition:none}.card-selection-title--animated{animation:none}.reveal-card__inner{transform:rotateY(180deg)}}@media(max-width:520px){.zodiac-constellation:nth-child(2n){display:none}.zodiac-constellation{width:clamp(100px,34vw,145px)}.tarot-card:hover,.tarot-card:active{transform:none}}@media(min-width:700px){.landing-screen{padding-top:32px}.brand-header{margin-bottom:30px}.hero-image{max-width:632px}.quiz-progress{height:12px}.tarot-card-grid{gap:14px}}
