/* Existing tarot UI isolated from the original landing design. */
@font-face{font-family:Pretendard;src:url('assets/Pretendard.ttf') format('truetype');font-weight:100 900;font-display:swap}@font-face{font-family:Veil;src:url('assets/Pacifico.ttf') format('truetype');font-display:swap}:where(.tarot-ui) .flow-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:35px}:where(.tarot-ui) .flow-top .steps{margin:0}:where(.tarot-ui) .text-button{background:none;border:0;font-size:14px;color:#646d80;padding:8px 0}:where(.tarot-ui) .flow-heading{text-align:center;max-width:760px;margin:0 auto}:where(.tarot-ui) .flow-heading h1{font-size:32px}:where(.tarot-ui) .flow-heading .eyebrow{margin-bottom:11px}:where(.tarot-ui) .question-echo{font-size:16px;line-height:1.7;color:#727888;overflow-wrap:anywhere;margin:20px auto 0;max-width:640px}:where(.tarot-ui) .deck{max-width:860px;margin:40px auto 20px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:17px;align-items:center}:where(.tarot-ui) .deck-card{position:relative;background:none;border:2px solid transparent;border-radius:13px;padding:5px;min-width:0;transition:transform .25s,opacity .25s,border-color .25s}:where(.tarot-ui) .deck-card img{display:block;width:100%;height:auto;aspect-ratio:140/230;object-fit:fill;border-radius:8px;box-shadow:0 7px 17px #3e435b13}:where(.tarot-ui) .deck-card:nth-child(2n){transform:translateY(10px)}:where(.tarot-ui) .deck-card:hover:not(:disabled){transform:translateY(-7px)}:where(.tarot-ui) .deck-card.chosen,:where(.tarot-ui) .deck-card.chosen:hover{transform:translateY(-12px);border-color:#d88f96;background:#fff6f5}:where(.tarot-ui) .deck-card:disabled{opacity:.38}:where(.tarot-ui) .card-order{position:absolute;bottom:17px;left:calc(50% - 14px);width:28px;height:28px;background:#fdf7ee;color:#8d744f;border:1px solid #d9c393;border-radius:50%;display:grid;place-items:center;font-size:12px}:where(.tarot-ui) .chosen .card-order{background:#d76b73;border-color:#d76b73;color:white;font-weight:650}:where(.tarot-ui) .pick-status{display:flex;align-items:center;justify-content:center;gap:24px;font-size:14px;color:#727888}:where(.tarot-ui) .pick-status strong{color:#b95f69}:where(.tarot-ui) .pick-status p{margin:8px 0}:where(.tarot-ui) .shuffle{font-size:13px;border-bottom:1px solid #c5c9d2;padding:2px 0}:where(.tarot-ui) .selection-slots{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;max-width:490px;margin:26px auto}:where(.tarot-ui) .selection-slot{padding:17px 8px;border:1px dashed #dce0e8;border-radius:12px;text-align:center;color:#8e95a4;background:#fbfbfd}:where(.tarot-ui) .selection-slot>span{font-size:15px}:where(.tarot-ui) .selection-slot p{font-size:13px;margin:8px 0 0}:where(.tarot-ui) .selection-slot.filled{border:1px solid #e3bac1;background:#fff5f5;color:#ae5d69}:where(.tarot-ui) .flow-action{max-width:450px;margin:0 auto}:where(.tarot-ui) .flow-action .primary{margin-top:20px}:where(.tarot-ui) .demo-note{font-size:13px;color:#8a6870;line-height:1.7;background:#fcf0f2;padding:10px 18px;border-radius:9px;display:inline-block;margin-top:20px}:where(.tarot-ui) .reading-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:44px;max-width:670px;margin:28px auto 45px}:where(.tarot-ui) .reading-card{border:0;background:none;display:flex;flex-direction:column;align-items:center;padding:0;min-width:0;color:#353a49}:where(.tarot-ui) .reading-card img{display:block;width:100%;max-width:160px;height:auto;aspect-ratio:156/266;object-fit:contain;border-radius:8px;filter:drop-shadow(0 8px 10px #34395213);margin:15px 0 20px}:where(.tarot-ui) .card-position{font-size:13px;color:#747c8e}:where(.tarot-ui) .card-name{font-size:18px;font-weight:650;display:flex;gap:9px;align-items:center}:where(.tarot-ui) .card-name small{font-size:12px;font-weight:400;color:#607966;background:#eef4ef;padding:4px 6px;border-radius:4px}:where(.tarot-ui) .card-keyword{font-size:14px;color:#747b8b;margin:10px 0 0}:where(.tarot-ui) .reading-body{max-width:780px;margin:0 auto;border-top:1px solid #e5e8ed}:where(.tarot-ui) .reading-body article{display:grid;grid-template-columns:42px 1fr;gap:19px;padding:35px 0;border-bottom:1px solid #e5e8ed;scroll-margin-top:25px}:where(.tarot-ui) .reading-number{font-size:24px;color:#b6becd;font-weight:400;margin-top:2px}:where(.tarot-ui) .article-meta{font-size:12px;color:#9b7366;font-weight:600;letter-spacing:.055em}:where(.tarot-ui) .reading-body h2{font-size:23px;line-height:1.45;letter-spacing:-.025em;margin:12px 0 15px;word-break:keep-all}:where(.tarot-ui) .reading-body article p{font-size:17px;line-height:1.95;margin:0;color:#656c7b;word-break:keep-all}:where(.tarot-ui) .action-note{background:#f4f5f8;border-radius:11px;padding:16px 20px;margin-top:22px}:where(.tarot-ui) .action-note>span{font-size:12px;color:#6b7487;font-weight:650}:where(.tarot-ui) .reading-body .action-note p{font-size:15px;line-height:1.8;color:#555f74;margin-top:5px}:where(.tarot-ui) .closing{text-align:center;margin:38px auto 0;max-width:440px}:where(.tarot-ui) .closing>p{font-size:17px;line-height:1.9;color:#6b7384}:where(.tarot-ui) .closing strong{color:#454d60;font-weight:500}:where(.tarot-ui) .closing .primary{margin-top:22px}
@media(max-width:680px){:where(.tarot-ui) .flow-top{flex-wrap:wrap;margin-bottom:28px;gap:18px}:where(.tarot-ui) .flow-top .steps{gap:13px;font-size:12px}:where(.tarot-ui) .flow-top .steps b{width:21px;height:21px}:where(.tarot-ui) .flow-heading h1{font-size:26px!important}:where(.tarot-ui) .flow-heading .eyebrow{font-size:13px}:where(.tarot-ui) .question-echo{font-size:15px;margin-top:16px}:where(.tarot-ui) .deck{grid-template-columns:repeat(3,minmax(0,1fr));max-width:350px;gap:20px 17px;margin:32px auto 18px}:where(.tarot-ui) .deck-card img{max-height:155px;object-fit:fill}:where(.tarot-ui) .deck-card:nth-child(2n){transform:none}:where(.tarot-ui) .deck-card.chosen,:where(.tarot-ui) .deck-card.chosen:hover{transform:translateY(-5px)}:where(.tarot-ui) .selection-slots{margin:20px auto;gap:10px}:where(.tarot-ui) .selection-slot{padding:13px 5px}:where(.tarot-ui) .selection-slot p{font-size:12px}:where(.tarot-ui) .reading-cards{gap:14px;margin:20px auto 34px;max-width:420px}:where(.tarot-ui) .reading-card img{margin:13px 0 16px}:where(.tarot-ui) .card-name{font-size:16px;gap:5px;flex-wrap:wrap;justify-content:center}:where(.tarot-ui) .card-name small{font-size:12px;padding:3px 4px}:where(.tarot-ui) .card-position{font-size:12px}:where(.tarot-ui) .card-keyword{font-size:12px}:where(.tarot-ui) .demo-note{font-size:12px;padding:10px 13px;margin-bottom:3px}:where(.tarot-ui) .reading-body article{grid-template-columns:27px 1fr;gap:12px;padding:28px 0}:where(.tarot-ui) .reading-number{font-size:20px}:where(.tarot-ui) .reading-body h2{font-size:20px}:where(.tarot-ui) .reading-body article p{font-size:16px;line-height:1.9}:where(.tarot-ui) .action-note{padding:15px 16px}:where(.tarot-ui) .reading-body .action-note p{font-size:14px}:where(.tarot-ui) .closing>p{font-size:16px}}.tarot-ui{font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;color:#31343d;background:#fdfdfd;font-synthesis:none;--slate:#545b6e;--coral:#d76b73;--muted:#6b707b;--border:#e6e8ee;--rose:#fcf0f2}:where(.tarot-ui) *{box-sizing:border-box}:where(.tarot-ui) body{margin:0}:where(.tarot-ui) button,:where(.tarot-ui) textarea{font:inherit}:where(.tarot-ui) button,:where(.tarot-ui) a{-webkit-tap-highlight-color:transparent}:where(.tarot-ui) button{cursor:pointer}:where(.tarot-ui) button:disabled{cursor:not-allowed}:where(.tarot-ui) button:focus-visible,:where(.tarot-ui) a:focus-visible,:where(.tarot-ui) textarea:focus-visible{outline:3px solid #bb767b;outline-offset:4px}:where(.tarot-ui) button{transition:background .18s,transform .18s,border-color .18s}:where(.tarot-ui) button:hover:not(:disabled){transform:translateY(-2px)}:where(.tarot-ui) [hidden]{display:none!important}:where(.tarot-ui) .skip{position:fixed;top:-100px;left:15px;z-index:20;padding:12px;background:white}:where(.tarot-ui) .skip:focus{top:10px}:where(.tarot-ui) .site-header{height:98px;border-bottom:1px solid var(--border);max-width:1184px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 32px}:where(.tarot-ui) .brand{display:flex;align-items:center;gap:21px;color:var(--slate);font-family:Veil,cursive;font-size:38px;text-decoration:none;line-height:1.4}:where(.tarot-ui) .brand span{font:600 14px Pretendard,sans-serif;color:var(--muted);border-left:1px solid #daddE4;padding-left:20px}:where(.tarot-ui) main{max-width:1184px;margin:auto;outline:none;padding:58px 32px 64px;min-height:calc(100svh - 182px)}:where(.tarot-ui) .intro{display:grid;grid-template-columns:1fr 1.04fr;gap:72px;align-items:center}:where(.tarot-ui) .eyebrow{font-size:14px;color:#8c645d;font-weight:600;letter-spacing:.04em;margin:0 0 19px}:where(.tarot-ui) h1{font-size:38px;letter-spacing:-.045em;line-height:1.45;margin:0;font-weight:650;word-break:keep-all}:where(.tarot-ui) .lede{font-size:17px;color:var(--muted);line-height:1.85;margin:21px 0 0}:where(.tarot-ui) .welcome{padding:9px 0 0 24px}:where(.tarot-ui) .mascot{display:block;width:310px;height:310px;object-fit:contain;margin:12px 0 -14px 20px}:where(.tarot-ui) .welcome-note{display:block;margin-left:101px;font-size:13px;color:#767c89}:where(.tarot-ui) .question-panel{padding:34px 32px 28px;border:1px solid var(--border);border-radius:24px;background:#fff;box-shadow:0 12px 45px #33374706}:where(.tarot-ui) .steps{list-style:none;display:flex;margin:0 0 35px;padding:0;gap:20px;color:#898c98;font-size:14px;align-items:center}:where(.tarot-ui) .steps li{display:flex;align-items:center;gap:7px;white-space:nowrap}:where(.tarot-ui) .steps b{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:#f1f2f5;font-size:12px;font-weight:600}:where(.tarot-ui) .steps [aria-current]{color:var(--slate);font-weight:650}:where(.tarot-ui) .steps [aria-current] b{background:var(--slate);color:white}:where(.tarot-ui) .form-title{display:block;font-size:24px;letter-spacing:-.04em;font-weight:650}:where(.tarot-ui) .form-hint{font-size:15px;color:var(--muted);margin:10px 0 23px}:where(.tarot-ui) .input-wrap{position:relative}:where(.tarot-ui) textarea{width:100%;resize:vertical;min-height:170px;max-height:350px;padding:19px 19px 36px;border:1px solid #dce0e8;background:#fafbfc;border-radius:12px;font-size:17px;line-height:1.65;color:#31343d}:where(.tarot-ui) textarea::placeholder{color:#8b8f9c}:where(.tarot-ui) .count{position:absolute;bottom:16px;right:17px;color:#808593;font-size:12px;pointer-events:none}:where(.tarot-ui) .examples-label{font-size:13px;color:var(--muted);margin:21px 0 12px}:where(.tarot-ui) .examples{display:flex;gap:8px;flex-wrap:wrap}:where(.tarot-ui) .examples button{font-size:13px;border:1px solid var(--border);background:#fff;color:#636b7b;border-radius:20px;padding:9px 12px}:where(.tarot-ui) .examples button:hover,:where(.tarot-ui) .examples button.active{background:var(--rose);border-color:#e6bdc3;color:#a84d5c}:where(.tarot-ui) .primary{width:100%;border:0;border-radius:12px;background:var(--slate);color:white;min-height:54px;padding:15px 22px;font-weight:600;font-size:16px;display:flex;gap:14px;justify-content:center;align-items:center;margin-top:29px}:where(.tarot-ui) .primary span{font-size:21px;font-weight:400}:where(.tarot-ui) .primary:hover:not(:disabled){background:#454e64}:where(.tarot-ui) .primary:disabled{background:#e4e6eb;color:#8c909c}:where(.tarot-ui) .privacy{font-size:12px;color:#858a96;margin:16px 0 0;text-align:center;line-height:1.6}:where(.tarot-ui) .view{animation:appear .35s ease both}@keyframes appear{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:900px){:where(.tarot-ui) .intro{gap:30px}:where(.tarot-ui) .welcome{padding-left:0}:where(.tarot-ui) h1{font-size:31px}:where(.tarot-ui) .question-panel{padding:27px 24px}:where(.tarot-ui) .steps{gap:13px;font-size:13px}:where(.tarot-ui) .mascot{width:265px;height:265px;margin-left:0}:where(.tarot-ui) .welcome-note{margin-left:65px}:where(.tarot-ui) .form-title{font-size:22px}}@media(max-width:680px){:where(.tarot-ui) .site-header{height:76px;padding:0 22px}:where(.tarot-ui) .brand{font-size:32px;gap:15px}:where(.tarot-ui) .brand span{padding-left:15px}:where(.tarot-ui) main{padding:29px 20px 40px;min-height:calc(100svh - 160px)}:where(.tarot-ui) .intro{grid-template-columns:1fr;gap:26px}:where(.tarot-ui) .welcome{position:relative;padding:7px 125px 10px 0;min-height:145px}:where(.tarot-ui) .eyebrow{font-size:12px;margin-bottom:13px}:where(.tarot-ui) h1{font-size:27px;line-height:1.45}:where(.tarot-ui) .lede{font-size:14px;margin:12px 0 0;line-height:1.7}:where(.tarot-ui) .mascot{position:absolute;width:147px;height:147px;right:-12px;top:24px;margin:0}:where(.tarot-ui) .welcome-note{display:none}:where(.tarot-ui) .question-panel{padding:24px 20px;border-radius:19px}:where(.tarot-ui) .steps{margin-bottom:26px;gap:18px}:where(.tarot-ui) .form-title{font-size:22px}:where(.tarot-ui) textarea{font-size:16px;min-height:145px}:where(.tarot-ui) .examples{gap:7px}:where(.tarot-ui) .examples button{padding:9px 11px;font-size:12px}:where(.tarot-ui) .primary{margin-top:24px}}@media(max-width:370px){:where(.tarot-ui) .welcome{padding-right:90px}:where(.tarot-ui) h1{font-size:24px}:where(.tarot-ui) .mascot{width:118px;height:118px;right:-10px;top:35px}:where(.tarot-ui) .steps{gap:12px;font-size:12px}:where(.tarot-ui) .question-panel{padding:22px 16px}:where(.tarot-ui) .lede{font-size:13px}}@media(prefers-reduced-motion:reduce){:where(.tarot-ui) *,:where(.tarot-ui) *::before,:where(.tarot-ui) *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}:where(.tarot-ui) .deck-guide{text-align:center;font-size:13px;color:#777e8f;line-height:1.7;margin:20px auto 12px}:where(.tarot-ui) .deck{grid-template-columns:repeat(13,minmax(0,1fr));max-width:100%;max-height:355px;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:#b7bdcb #f5f6f8;scrollbar-width:thin;padding:18px 14px 15px;background:#f7f8fa;border:1px solid #e6e8ed;border-radius:16px;gap:16px 9px;margin:0 auto 18px}:where(.tarot-ui) .deck-card{border-radius:8px;padding:3px}:where(.tarot-ui) .deck-card img{border-radius:5px;aspect-ratio:140/230;max-height:none}:where(.tarot-ui) .deck-card:nth-child(2n){transform:none}:where(.tarot-ui) .deck-card.chosen,:where(.tarot-ui) .deck-card.chosen:hover{transform:translateY(-5px)}:where(.tarot-ui) .deck-card:hover:not(:disabled){transform:translateY(-4px)}:where(.tarot-ui) .card-order{width:20px;height:20px;font-size:11px;left:calc(50% - 10px);bottom:11px}:where(.tarot-ui) .deck-card.chosen .card-order{font-size:12px}:where(.tarot-ui) .conversion-hero{background:#545b6e;color:#fff;border-radius:23px 23px 0 0;text-align:center;padding:38px 24px 46px;max-width:800px;margin:0 auto}:where(.tarot-ui) .conversion-hero h1{font-size:32px;line-height:1.5;font-weight:600}:where(.tarot-ui) .conversion-hero .eyebrow{color:#f7baba;font-size:13px}:where(.tarot-ui) .conversion-hero .question-echo{color:#e0e3ec;font-size:16px;margin-top:18px;max-width:570px}:where(.tarot-ui) .conversion-hero .reading-cards{max-width:440px;margin:26px auto 0;gap:34px}:where(.tarot-ui) .conversion-hero .reading-card{color:#fff;cursor:default}:where(.tarot-ui) .conversion-hero .reading-card img{max-width:108px;margin:12px 0 15px;border-radius:5px;filter:drop-shadow(0 7px 9px #23263038)}:where(.tarot-ui) .conversion-hero .card-position{color:#e0e3ec;font-size:12px}:where(.tarot-ui) .conversion-hero .card-name{font-size:17px;line-height:1.5}:where(.tarot-ui) .conversion-hero .card-keyword{color:#d9dee7;font-size:12px;margin-top:4px}:where(.tarot-ui) .conversion-panel{position:relative;max-width:800px;margin:-20px auto 0;background:#fff;border:1px solid #e6e8ee;border-top:0;border-radius:24px;padding:31px 56px 28px;text-align:center}:where(.tarot-ui) .locked-preview{text-align:left;background:#f3f5f8;border-radius:16px;padding:18px 20px 0;overflow:hidden;max-width:560px;margin:0 auto}:where(.tarot-ui) .preview-question{font-size:20px;font-weight:650;color:#363e50;border-bottom:1px solid #d9dadd;padding-bottom:16px;line-height:1.55;word-break:keep-all;overflow-wrap:anywhere;margin:0}:where(.tarot-ui) .conversion-copy{margin:28px 0 0}:where(.tarot-ui) .conversion-copy h2{font-size:25px;font-weight:650;letter-spacing:-.035em;line-height:1.55;margin:0;color:#3a4050;word-break:keep-all}:where(.tarot-ui) .conversion-copy>p:last-child{font-size:16px;line-height:1.9;color:#727889;margin:14px 0 0;word-break:keep-all}:where(.tarot-ui) .member-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:25px 0;border-top:1px solid #e8e9ee;margin:27px 0 0}:where(.tarot-ui) .member-benefits b{display:block;font-size:14px;font-weight:600;color:#4a5266;margin-bottom:8px}:where(.tarot-ui) .member-benefits span{font-size:13px;color:#7b8292;line-height:1.75;word-break:keep-all;display:block}:where(.tarot-ui) .transfer-note{line-height:1.8;margin-top:18px}:where(.tarot-ui) .examples button{font-size:14px}:where(.tarot-ui) .question-panel .steps{gap:14px;font-size:13px}
@media(max-width:900px){:where(.tarot-ui) .deck{grid-template-columns:repeat(10,minmax(0,1fr))}}@media(max-width:680px){:where(.tarot-ui) .deck{grid-template-columns:repeat(6,minmax(0,1fr));padding:16px 9px 12px;gap:12px 5px;max-height:340px;max-width:100%}:where(.tarot-ui) .deck-card{padding:2px}:where(.tarot-ui) .card-order{width:18px;height:18px;left:calc(50% - 9px);bottom:7px}:where(.tarot-ui) .deck-guide{font-size:12px;margin:17px 8px 10px}:where(.tarot-ui) .conversion-hero{padding:28px 17px 39px;border-radius:19px 19px 0 0}:where(.tarot-ui) .conversion-hero h1{font-size:26px}:where(.tarot-ui) .conversion-hero .question-echo{font-size:14px}:where(.tarot-ui) .conversion-hero .reading-cards{gap:16px;max-width:330px}:where(.tarot-ui) .conversion-hero .reading-card img{max-width:95px}:where(.tarot-ui) .conversion-hero .card-name{font-size:15px}:where(.tarot-ui) .conversion-hero .card-position{font-size:12px}:where(.tarot-ui) .conversion-panel{padding:23px 19px 26px;border-radius:20px}:where(.tarot-ui) .locked-preview{padding:15px 14px 0}:where(.tarot-ui) .preview-question{font-size:18px}:where(.tarot-ui) .conversion-copy{margin-top:25px}:where(.tarot-ui) .conversion-copy h2{font-size:22px}:where(.tarot-ui) .conversion-copy>p:last-child{font-size:14px;line-height:1.85}:where(.tarot-ui) .member-benefits{grid-template-columns:1fr;text-align:left;gap:17px;padding:22px 0}:where(.tarot-ui) .member-benefits>div{display:grid;grid-template-columns:138px 1fr;gap:9px}:where(.tarot-ui) .member-benefits b{margin:0;line-height:1.75;font-size:13px}:where(.tarot-ui) .member-benefits span{font-size:12px}:where(.tarot-ui) .question-panel .steps{gap:11px;font-size:12px}:where(.tarot-ui) .flow-top .steps{gap:10px;font-size:12px}:where(.tarot-ui) .examples button{font-size:14px}}:where(.tarot-ui) .preview-excerpt{font-size:16px;font-weight:400;line-height:1.75;color:#42495b;margin:16px 0 0;height:5.25em;max-height:5.25em;overflow:hidden;word-break:keep-all;overflow-wrap:anywhere;-webkit-mask-image:linear-gradient(to bottom,#000 0,#000 1.5em,rgba(0,0,0,.4) 2.625em,rgba(0,0,0,.14) 4.375em,transparent 5.25em);mask-image:linear-gradient(to bottom,#000 0,#000 1.5em,rgba(0,0,0,.4) 2.625em,rgba(0,0,0,.14) 4.375em,transparent 5.25em)}:where(.tarot-ui) .preview-excerpt p{margin:0}
@media(max-width:680px){:where(.tarot-ui) .preview-excerpt{margin-top:12px}}:where(.tarot-ui) .conversion-hero h1{overflow-wrap:anywhere}:where(.tarot-ui) .store-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:560px;margin:26px auto 0;text-align:left}:where(.tarot-ui) .store-button{display:flex;align-items:center;gap:12px;width:100%;min-width:0;min-height:76px;margin:0;padding:15px 18px;border:1px solid #242832;border-radius:12px;background:#191c24;color:#fff;text-decoration:none;font:inherit;text-align:left}:where(.tarot-ui) .store-button img{display:block;flex:none;width:32px;height:32px;object-fit:contain;filter:invert(1)}:where(.tarot-ui) .store-button span{display:grid;gap:5px;min-width:0;word-break:keep-all;overflow-wrap:anywhere}:where(.tarot-ui) .store-button strong{font-size:21px;line-height:1.3;font-weight:650;letter-spacing:-.025em}:where(.tarot-ui) .store-button small{font-size:13px;line-height:1.5;color:#d9dde6}:where(.tarot-ui) .store-button.app-cta:hover{background:#303540}:where(.tarot-ui) .store-button.store-unavailable{background:#e9ebef;border-color:#dce0e7;color:#6a7282;cursor:default}:where(.tarot-ui) .store-unavailable img{filter:none;opacity:.5}:where(.tarot-ui) .store-unavailable small{color:#727b8b}
@media(max-width:680px){:where(.tarot-ui) .store-buttons{gap:10px}:where(.tarot-ui) .store-button{gap:10px;padding:14px 12px}:where(.tarot-ui) .store-button img{width:26px;height:26px}:where(.tarot-ui) .store-button strong{font-size:18px}:where(.tarot-ui) .store-button small{font-size:12px}}
@media(max-width:420px){:where(.tarot-ui) .store-button{flex-direction:column;justify-content:center;gap:8px;padding:14px 8px;text-align:center}:where(.tarot-ui) .store-button span{gap:4px}}:where(.tarot-ui) .preview-loading{padding:18px 0 20px}:where(.tarot-ui) .preview-loading-lines{display:grid;gap:12px}:where(.tarot-ui) .preview-loading i{display:block;height:12px;border-radius:6px;background:linear-gradient(100deg,#c5ccd8 20%,#e4e8ef 45%,#c5ccd8 70%);background-size:220% 100%;animation:preview-shimmer 1.4s linear infinite}:where(.tarot-ui) .preview-loading i:nth-of-type(2){width:92%}:where(.tarot-ui) .preview-loading i:nth-of-type(3){width:76%}
@keyframes preview-shimmer{to{background-position:-220% 0}}:where(.tarot-ui) .preview-error{font-size:14px;line-height:1.7;color:#535c76}
@media(prefers-reduced-motion:reduce){:where(.tarot-ui) .preview-loading i{animation:none}}:where(.tarot-ui) .sr-only,:where(.tarot-ui) .preview-loading-heading{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body.draw-mode{height:100dvh;min-height:560px;display:flex;flex-direction:column;overflow:hidden}.draw-mode .site-header{flex:0 0 76px;width:100%;height:76px}.draw-mode main{flex:1;min-height:0;width:100%;padding:18px 32px 6px;display:flex;flex-direction:column}.draw-mode #pick{flex:1;min-height:0;display:flex;flex-direction:column;animation:none}.draw-mode .flow-top{flex:none;margin:0 0 12px;gap:12px}.draw-mode .flow-top .steps{margin:0}.draw-mode .flow-heading{flex:none;width:100%;max-width:760px}.draw-mode .flow-heading .eyebrow{display:none}.draw-mode .flow-heading h1{font-size:26px;line-height:1.4}.draw-mode .question-echo{font-size:14px;line-height:1.5;margin:7px auto 0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.draw-mode .deck-guide{font-size:12px;flex:none;margin:8px 0 5px}.draw-mode .deck{flex:1;min-height:0;max-height:none;max-width:900px;width:100%;overflow:visible;grid-template-columns:repeat(13,minmax(0,1fr));grid-template-rows:repeat(6,minmax(0,1fr));gap:0 7px;padding:10px 12px 37px;margin:5px auto 9px;align-items:stretch;background:#f5f6f8;border:1px solid #e5e7ee;border-radius:13px}.draw-mode .deck-card{align-self:stretch;width:100%;height:calc(100% + 29px);min-height:0;padding:0;border:2px solid transparent;border-radius:6px;transform:none;box-shadow:0 -2px 3px #3034491c;background:#545b6e;position:relative}.draw-mode .deck-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:fill;max-height:none;border-radius:4px;box-shadow:none;aspect-ratio:auto}.draw-mode .deck-card:hover:not(:disabled){transform:translateY(-4px);z-index:2}.draw-mode .deck-card.chosen,.draw-mode .deck-card.chosen:hover{transform:translateY(-4px);z-index:3;border-color:#eea8ae;box-shadow:0 -2px 0 #d77985;background:#d77985}.draw-mode .card-order{top:3px;bottom:auto;left:calc(50% - 9px);width:18px;height:18px;font-size:12px;opacity:0}.draw-mode .chosen .card-order{opacity:1;background:#bd5665;border-color:#bd5665}.draw-mode .deck-card:disabled{opacity:.47}.draw-mode .pick-status{flex:none;gap:24px}.draw-mode .pick-status p{margin:2px 0 6px}.draw-mode .selection-slots{display:none}.draw-mode .flow-action{flex:none;width:100%;max-width:430px}.draw-mode .flow-action .primary{margin-top:5px;min-height:47px;padding:11px 15px}.draw-mode .flow-action .privacy{margin-top:7px;font-size:12px}
@media(max-width:680px){body.draw-mode{min-height:590px}.draw-mode .site-header{height:64px;flex-basis:64px}.draw-mode main{padding:12px 18px 4px}.draw-mode .flow-top{margin-bottom:10px;gap:8px;flex-wrap:nowrap}.draw-mode .flow-top .steps{gap:7px;font-size:12px}.draw-mode .flow-top .steps b{width:18px;height:18px;font-size:11px}.draw-mode .flow-top .steps li{gap:4px}.draw-mode .flow-top .back{font-size:12px;white-space:nowrap}.draw-mode .flow-heading h1{font-size:23px!important}.draw-mode .question-echo{font-size:13px}.draw-mode .deck-guide{font-size:12px;margin:7px 0 4px}.draw-mode .deck{grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:repeat(13,minmax(0,1fr));max-width:450px;gap:0 8px;padding:10px 9px 38px;margin-bottom:9px}.draw-mode .deck-card{height:calc(100% + 29px)}.draw-mode .flow-action .primary{font-size:14px;min-height:45px}.draw-mode .pick-status{font-size:13px}.draw-mode .pick-status .shuffle{font-size:12px}.draw-mode .flow-action .privacy{font-size:12px;margin-top:6px}}
@media(max-height:700px){.draw-mode .site-header{height:58px;flex-basis:58px}.draw-mode main{padding-top:8px}.draw-mode .flow-top{margin-bottom:4px}.draw-mode .flow-heading h1{font-size:21px!important}.draw-mode .deck-guide{margin-top:4px}.draw-mode .deck{padding-top:8px;padding-bottom:30px}.draw-mode .deck-card{height:calc(100% + 23px)}.draw-mode .flow-action .privacy{margin-top:4px}}:where(.tarot-ui) .conversion-hero .reading-card{perspective:800px}:where(.tarot-ui) .conversion-hero .reading-card img{animation:card-unfold .62s cubic-bezier(.2,.65,.2,1) both}:where(.tarot-ui) .conversion-hero .reading-card:nth-child(2) img{animation-delay:.16s}:where(.tarot-ui) .conversion-hero .reading-card:nth-child(3) img{animation-delay:.32s}@keyframes card-unfold{from{transform:rotateY(85deg) translateY(12px);opacity:0}to{transform:rotateY(0) translateY(0);opacity:1}}@media(prefers-reduced-motion:reduce){:where(.tarot-ui) .conversion-hero .reading-card img{animation:none}}

/* The approved homepage stays untouched outside this inline experience. */
[hidden]{display:none!important}
.skip{position:fixed;left:16px;top:-100px;z-index:30;background:#fff;padding:12px;color:#303844}
.skip:focus{top:12px}
#main{outline:none}
.tarot-ui{--slate:#303844;--muted:#626a75;--border:#e3e1df;--rose:#fbf3ee;font-family:var(--sans);background:transparent;color:inherit}
.tarot-ui .view{outline:none}
.tarot-ui button,.tarot-ui textarea{font-family:inherit}
.tarot-ui .question-panel{margin:0;padding:34px;border:1px solid #616974;border-radius:22px;background:#ffffff05;box-shadow:none;color:#fdfdfd}
.tarot-ui .steps{gap:18px;font-size:13px;color:#c2c8d1;margin:0 0 24px;padding:0 0 23px;border-bottom:1px solid #616974}
.tarot-ui .steps b{background:#ffffff12;color:#c2c8d1;font-size:12px;width:25px;height:25px}
.tarot-ui .steps [aria-current]{color:#f4e3d8}
.tarot-ui .steps [aria-current] b{background:#f4e3d8;color:#303844}
.tarot-ui .form-title{font-size:26px;line-height:1.45;font-weight:600;letter-spacing:-.045em}
.tarot-ui .form-hint{font-size:14px;line-height:1.7;color:#d7dbe1;margin:12px 0 22px}
.tarot-ui textarea{background:#fdfdfd;color:#303844;min-height:164px;padding:21px 21px 38px;font-size:17px;border:1px solid #fdfdfd;border-radius:12px}
.tarot-ui textarea::placeholder{color:#767e89}
.tarot-ui .count{color:#737b86;font-size:12px}
.tarot-ui .examples-label{font-size:13px;color:#d7dbe1;margin:22px 0 12px}
.tarot-ui .examples button{background:transparent;color:#fdfdfd;border-color:#727b87;font-size:13px;line-height:1.4;padding:9px 13px;border-radius:30px}
.tarot-ui .examples button:hover,.tarot-ui .examples button.active{background:#f4e3d8;color:#303844;border-color:#f4e3d8}
.tarot-ui .primary{background:#f4e3d8;color:#303844;border-radius:50px;min-height:54px;font-size:15px;margin-top:24px;padding:14px 22px}
.tarot-ui .primary:hover:not(:disabled){background:#e9cfbd}
.tarot-ui .primary:disabled{background:#ffffff12;color:#afb7c3}
.tarot-ui .text-button{color:#d7dbe1;font-size:14px}
.tarot-ui .privacy{color:#bec5d0;font-size:12px}
.tarot-ui button:focus-visible,.tarot-ui a:focus-visible,.tarot-ui textarea:focus-visible{outline-color:#e8b48f;outline-offset:4px}
.experience-stage{min-width:0;position:relative;overflow-anchor:none}
.experience-stage .view{animation:none}
#moments[data-step="intro"] .question-grid{align-items:center}
#moments .question-copy p{max-width:none}
#moments:not([data-step="intro"]) .question-copy{display:none}
#moments:not([data-step="intro"]) .question-grid{display:block}
#moments:not([data-step="intro"]) .experience-stage{max-width:1080px;margin-inline:auto}
#moments #pick{height:650px;min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-color:#737f91 #303844;scrollbar-width:thin}
#moments #pick{display:flex;flex-direction:column;overflow:visible}
#moments .flow-top{flex:none;gap:24px;margin:0 0 20px;align-items:center}
#moments .flow-top .steps{border:0;padding:0;margin:0}
#moments .flow-heading{flex:none;width:100%;max-width:760px}
#moments .flow-heading .eyebrow{display:none}
#moments .flow-heading h1{font-size:30px;font-weight:600;line-height:1.4;color:#fdfdfd}
#moments .question-echo{font-size:15px;color:#cbd2dc;margin:12px auto 0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
#moments .deck{flex:1;min-height:0;max-height:none;width:100%;max-width:1020px;overflow:visible;grid-template-columns:repeat(13,minmax(0,1fr));grid-template-rows:repeat(6,minmax(0,1fr));gap:0 10px;padding:14px 16px 40px;margin:25px auto 14px;background:#fbf3ee;border:1px solid #e5d7cc;border-radius:16px;align-items:stretch}
#moments .deck-card{align-self:stretch;width:100%;height:calc(100% + 29px);min-height:0;padding:0;border:2px solid transparent;border-radius:6px;transform:none;box-shadow:0 -2px 4px #30384425;background:#303844;position:relative}
#moments .deck-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;max-height:none;border-radius:4px;box-shadow:none;aspect-ratio:auto}
#moments .deck-card:hover:not(:disabled){transform:translateY(-4px);z-index:2}
#moments .deck-card.chosen,#moments .deck-card.chosen:hover{transform:translateY(-4px);z-index:3;border-color:#e4b999;background:#e4b999;box-shadow:0 -2px 0 #c58d63}
#moments .card-order{top:3px;bottom:auto;left:calc(50% - 11px);width:22px;height:22px;font-size:12px;opacity:0}
#moments .chosen .card-order{opacity:1;background:#f4e3d8;color:#303844;border-color:#e4b999}
#moments .deck-card:disabled{opacity:.47}
#moments .pick-status{flex:none;font-size:14px;color:#d7dbe1;gap:24px}
#moments .pick-status strong{color:#f4e3d8}
#moments .pick-status p{margin:2px 0 6px}
#moments .shuffle{font-size:14px}
#moments .selection-slots{display:none}
#moments .flow-action{flex:none;width:100%;max-width:450px;margin:auto}
#moments .flow-action .primary{margin-top:8px}
#moments .flow-action .privacy{margin:9px 0 0;line-height:1.6}
#moments #result{height:auto;max-height:none;overflow:visible;overscroll-behavior:auto;border:0;border-radius:0;background:transparent}
#moments #result>.flow-top{padding:24px 30px 0;max-width:900px;margin-inline:auto}
#moments .conversion-hero{background:transparent;padding:20px 30px 43px;max-width:900px;margin-inline:auto}
#moments .conversion-hero h1{font-size:30px;font-weight:600}
#moments .conversion-hero .reading-cards{max-width:450px;gap:36px;margin:25px auto 0}
#moments .conversion-hero .reading-card img{width:100%;max-width:110px;height:auto;aspect-ratio:auto;object-fit:contain}
#moments .conversion-hero .card-position{color:#e8c9b4;font-size:13px}
#moments .conversion-panel{color:#303844;background:#fdfdfd;padding:32px 40px 22px;max-width:900px;border-color:#e3e1df}
#moments .locked-preview{background:#fbf3ee;padding:22px 24px 0;max-width:620px}
#moments .preview-question{font-size:21px;border-color:#e6d7ca;color:#303844}
#moments .preview-excerpt{color:#626a75;font-size:16px}
#moments .conversion-copy h2{color:#303844;font-size:28px;font-weight:600}
#moments .conversion-copy>p:last-child{font-size:16px;color:#626a75}
#moments .store-button{background:#303844;border-radius:10px}
#moments .store-unavailable{background:#f0eeeb;color:#666c74;border-color:#e1dcd6}
#moments .store-unavailable small{color:#666c74}
#moments .member-benefits{border-color:#e3e1df}
#moments .member-benefits b{font-size:14px;color:#303844}
#moments .member-benefits span{font-size:14px;color:#626a75}
#moments .preview-error,#moments .preview-content .text-button{color:#626a75}
.closing .button:disabled{cursor:default;opacity:.6;transform:none}
.footer-inner .analytics-link{color:inherit;text-decoration:underline;text-underline-offset:3px}
.preview-label{font-size:12px;color:#626a75;text-align:right;margin:0 0 18px}
@media(max-width:1050px){.tarot-ui .question-panel{padding:26px}.tarot-ui .steps{gap:12px;font-size:12px}.tarot-ui .form-title{font-size:24px}}
@media(max-width:720px){
 .tarot-ui .question-panel{padding:23px}.tarot-ui .steps{gap:12px;font-size:12px;justify-content:space-between}.tarot-ui .steps li{gap:5px}.tarot-ui .steps b{width:22px;height:22px}
 .tarot-ui .form-title{font-size:24px}.tarot-ui textarea{font-size:16px;min-height:155px;padding:18px 18px 36px}
 #moments #pick{height:660px}
 #moments .flow-top{flex-wrap:wrap;gap:15px;margin-bottom:18px}
 #moments .flow-top .steps{font-size:12px;gap:15px}
 #moments .flow-heading h1{font-size:25px!important}
 #moments .question-echo{font-size:14px;line-height:1.6;margin-top:10px}
 #moments .deck{grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:repeat(13,minmax(0,1fr));gap:0 8px;padding:12px 11px 40px;margin:20px auto 12px}
 #moments .flow-action .primary{font-size:14px;min-height:50px;margin-top:7px}
 #moments #result>.flow-top{padding:22px 18px 0}
 #moments #result>.flow-top .steps{font-size:12px;gap:13px}
 #moments .conversion-hero{padding:10px 17px 39px}
 #moments .conversion-hero h1{font-size:26px}
 #moments .conversion-hero .reading-cards{gap:17px}
 #moments .conversion-hero .card-position{font-size:12px}
 #moments .conversion-panel{padding:24px 17px 15px}
 #moments .locked-preview{padding:18px 17px 0}
 #moments .preview-question{font-size:19px}
 #moments .conversion-copy h2{font-size:24px}
 #moments .conversion-copy>p:last-child{font-size:15px}
 #moments .member-benefits>div{grid-template-columns:1fr;gap:5px}
}
@media(max-width:380px){.tarot-ui .question-panel{padding:21px 16px}.tarot-ui .steps{gap:9px}.tarot-ui .steps li{gap:4px}.tarot-ui .steps b{width:20px;height:20px}.tarot-ui .form-title{font-size:22px}}
@media(prefers-reduced-motion:reduce){.tarot-ui *, .tarot-ui *::before,.tarot-ui *::after{animation:none!important;transition:none!important}}
/* Keep the surrounding landing page stable while the experience changes. */
body{overflow-anchor:none}
#moments .question-grid{min-height:650px}
#moments .view{scroll-margin-top:24px}
@media(max-width:720px){#moments .question-grid{min-height:660px}}
#moments[data-step="result"] .question-grid{min-height:0}
/* Contain the decorative orbit without changing the original composition. */
#main{overflow-x:clip}
@media(min-width:900px){
 #moments #result{display:grid;grid-template-columns:.8fr 1.2fr;grid-template-rows:auto 1fr;align-items:start;padding:0 24px 24px;gap:0 24px}
 #moments #result>.flow-top{grid-column:1/-1;width:100%;max-width:none;padding:24px 0;margin:0}
 #moments .conversion-hero{padding:26px 0 0;max-width:none;margin:0;width:100%}
 #moments .conversion-hero h1{font-size:26px}
 #moments .conversion-hero .reading-cards{gap:15px;margin-top:30px}
 #moments .conversion-hero .reading-card img{max-width:92px}
 #moments .conversion-hero .card-name{font-size:15px}
 #moments .conversion-panel{padding:24px 22px 16px;margin:0;border-radius:14px;border:0}
 #moments .locked-preview{padding:16px 18px 0}
 #moments .preview-question{font-size:19px}
 #moments .conversion-copy{margin-top:22px}
 #moments .conversion-copy h2{font-size:25px}
 #moments .conversion-copy>p:last-child{font-size:14px;margin-top:12px}
 #moments .store-buttons{margin-top:22px}
 #moments .store-button{padding:14px 12px;gap:10px}
 #moments .store-button strong{font-size:18px}
 #moments .store-button small{font-size:12px}
 #moments .member-benefits{gap:15px;padding:18px 0 0;margin-top:22px}
 #moments .member-benefits span{font-size:12px}
}
[data-app-install][aria-disabled="true"]{opacity:.5;cursor:wait;transform:none}
#about .section-top{display:block}
#about .section-top p{max-width:none;margin-top:10px}
.faq{row-gap:16px}
.faq h2{margin-bottom:0}
.faq-list details:last-child{border-bottom:0}
#moments .handoff-status,#moments .trial-note{font-size:13px;line-height:1.7;color:#626a75;margin:14px 0 0}
#moments .trial-note{margin-top:6px}
#moments .result-store-actions{display:flex;flex-direction:column;align-items:center;gap:10px;margin:30px auto 0;max-width:320px}
#moments .result-store-actions .button{width:100%;max-width:none;min-width:0;min-height:50px;border-radius:50px;font-size:14px}
#moments .result-store-actions .button:disabled{cursor:default;opacity:.6;transform:none}
