.loading-screen.svelte-p73l86{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:20px}h1.svelte-p73l86{font-size:64px;animation:svelte-p73l86-pulse 2s ease-in-out infinite;position:relative;z-index:1}p.svelte-p73l86{color:#fff;font-size:16px;margin-top:15px;position:relative;z-index:1}.orb.svelte-p73l86{width:120px;height:120px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#a78bfa,#6d28d9,#1e1b4b);box-shadow:0 0 60px #a78bfa4d;animation:svelte-p73l86-float 3s ease-in-out infinite;position:absolute;opacity:.3}@keyframes svelte-p73l86-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes svelte-p73l86-float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.onboarding.svelte-3pdyh9.svelte-3pdyh9{min-height:100vh;padding:24px 16px;display:flex;flex-direction:column;gap:24px}.header.svelte-3pdyh9.svelte-3pdyh9{text-align:center;padding-top:20px}.header.svelte-3pdyh9 h1.svelte-3pdyh9{font-size:30px;font-weight:700;margin-bottom:8px}.header.svelte-3pdyh9 p.svelte-3pdyh9{color:#fff9;font-size:15px;line-height:1.4}.signs-grid.svelte-3pdyh9.svelte-3pdyh9{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.sign-card.svelte-3pdyh9.svelte-3pdyh9{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px 8px;background:#ffffff0f;border:2px solid rgba(255,255,255,.08);border-radius:16px;cursor:pointer;transition:all .2s;font-family:inherit;color:#fff}.sign-card.svelte-3pdyh9.svelte-3pdyh9:hover{background:#a78bfa1f;border-color:#a78bfa4d}.sign-card.selected.svelte-3pdyh9.svelte-3pdyh9{background:#a78bfa33;border-color:#a78bfa;box-shadow:0 0 20px #a78bfa33}.sign-card.disabled.svelte-3pdyh9.svelte-3pdyh9{opacity:.4;pointer-events:none}.sign-icon.svelte-3pdyh9.svelte-3pdyh9{width:48px;height:48px;border-radius:50%;filter:drop-shadow(0 0 6px rgba(167,139,250,.3))}.sign-name.svelte-3pdyh9.svelte-3pdyh9{font-size:14px;font-weight:600}.sign-dates.svelte-3pdyh9.svelte-3pdyh9{font-size:10px;color:#fff6}.header.svelte-s9wogz{padding-top:12px;display:flex;flex-direction:column;align-items:center;gap:4px}.page-title.svelte-s9wogz{font-family:Cormorant Garamond,Georgia,serif;font-weight:700}.subtitle.svelte-s9wogz{color:#ffffff80;font-size:14px}.ball-page.svelte-13nrqgk{display:flex;flex-direction:column;align-items:center;gap:20px;padding-top:12px}.ball-container.svelte-13nrqgk{position:relative;margin:12px 0}.ball-wrapper.svelte-13nrqgk{position:relative;width:280px;height:280px}.ball-svg.svelte-13nrqgk{width:100%;height:100%;filter:drop-shadow(0 8px 24px rgba(0,0,0,.6))}.ball-svg.answer-side.svelte-13nrqgk{animation:svelte-13nrqgk-fadeIn .6s ease-out}.answer-overlay.svelte-13nrqgk{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:130px;text-align:center;pointer-events:none;overflow-wrap:break-word;animation:svelte-13nrqgk-fadeInText .8s ease-out .2s both}.answer-text.svelte-13nrqgk{font-size:12px;font-weight:700;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.7);line-height:1.3;letter-spacing:.02em;text-transform:uppercase}.ball-wrapper.shaking.svelte-13nrqgk{animation:svelte-13nrqgk-smoothShake .6s ease-in-out infinite}@keyframes svelte-13nrqgk-smoothShake{0%,to{transform:translate(0) rotate(0)}15%{transform:translate(-4px,2px) rotate(-1.5deg)}30%{transform:translate(3px,-2px) rotate(1deg)}45%{transform:translate(-3px,-1px) rotate(-.5deg)}60%{transform:translate(4px,1px) rotate(1.5deg)}75%{transform:translate(-2px,2px) rotate(-1deg)}90%{transform:translate(2px,-1px) rotate(.5deg)}}@keyframes svelte-13nrqgk-fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes svelte-13nrqgk-fadeInText{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.input-area.svelte-13nrqgk{width:100%;max-width:340px;display:flex;flex-direction:column;gap:10px}input.svelte-13nrqgk{width:100%;padding:14px 16px;background:#281646eb;border:1px solid rgba(255,255,255,.18);border-top-color:#ffffff40;border-radius:18px;color:#fff;font-size:15px;font-family:inherit;outline:none;transition:border-color .3s,box-shadow .3s;box-shadow:0 4px 16px #00000040}input.svelte-13nrqgk::placeholder{color:#ffffff4d}input.svelte-13nrqgk:focus{border-color:#a78bfa80}.validation-error.svelte-13nrqgk{font-size:13px;color:#f87171;text-align:center;margin:0}.btn-primary.svelte-13nrqgk{padding:14px;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;border:1px solid rgba(167,139,250,.3);border-radius:18px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .2s,transform .2s;box-shadow:0 4px 20px #6d28d959,inset 0 1px #ffffff26}.btn-primary.svelte-13nrqgk:disabled{opacity:.4;cursor:not-allowed}.btn-secondary.svelte-13nrqgk{padding:12px 24px;background:#281646eb;color:#ffffffd9;border:1px solid rgba(255,255,255,.18);border-top-color:#ffffff40;border-radius:18px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;box-shadow:0 4px 16px #00000040,inset 0 1px #ffffff1a}.question-display.svelte-13nrqgk{color:#ffffffb3;font-size:14px;text-align:center;max-width:320px;line-height:1.4;word-break:break-word}.share-btn.svelte-6krso9{width:100%;padding:14px;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;border:1px solid rgba(167,139,250,.3);border-radius:18px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:opacity .2s,transform .1s;box-shadow:0 4px 20px #6d28d94d,inset 0 1px #ffffff26}.share-btn.svelte-6krso9:hover{filter:brightness(.9)}.share-btn.svelte-6krso9:active{transform:scale(.98)}.share-icon.svelte-6krso9{width:18px;height:18px}.compat-page.svelte-w6jfun.svelte-w6jfun{display:flex;flex-direction:column;align-items:center;gap:16px;padding-top:12px}h2.svelte-w6jfun.svelte-w6jfun{font-size:22px;font-weight:800}.subtitle.svelte-w6jfun.svelte-w6jfun{color:#ffffff80;font-size:14px;margin-top:-8px}.signs-grid.svelte-w6jfun.svelte-w6jfun{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;width:100%;max-width:340px}.sign-btn.svelte-w6jfun.svelte-w6jfun{display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 4px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:#fff;font-family:inherit;cursor:pointer;transition:all .2s}.sign-btn.svelte-w6jfun.svelte-w6jfun:hover{border-color:#a78bfa4d}.sign-icon.svelte-w6jfun.svelte-w6jfun{width:36px;height:36px;border-radius:50%;filter:drop-shadow(0 0 4px rgba(167,139,250,.3))}.sign-name.svelte-w6jfun.svelte-w6jfun{font-size:10px;color:#fff9}.score-container.svelte-w6jfun.svelte-w6jfun{width:100%;max-width:340px}.pair.svelte-w6jfun.svelte-w6jfun{display:flex;align-items:center;justify-content:center;gap:16px;padding:20px;background:#a78bfa14;border-radius:20px}.person.svelte-w6jfun.svelte-w6jfun{display:flex;flex-direction:column;align-items:center;gap:4px}.pair-icon.svelte-w6jfun.svelte-w6jfun{width:56px;height:56px;border-radius:50%;filter:drop-shadow(0 0 8px rgba(167,139,250,.4))}.pair-name.svelte-w6jfun.svelte-w6jfun{font-size:13px;font-weight:600}.heart-score.svelte-w6jfun.svelte-w6jfun{display:flex;flex-direction:column;align-items:center}.heart.svelte-w6jfun.svelte-w6jfun{font-size:28px}.score.svelte-w6jfun.svelte-w6jfun{font-size:28px;font-weight:800;color:#c4b5fd}.detail-card.svelte-w6jfun.svelte-w6jfun{display:flex;gap:12px;padding:14px;background:#ffffff0f;border-radius:14px;width:100%;max-width:340px}.detail-card.advice.svelte-w6jfun.svelte-w6jfun{border:1px solid rgba(167,139,250,.2)}.detail-icon.svelte-w6jfun.svelte-w6jfun{font-size:20px;flex-shrink:0}.detail-title.svelte-w6jfun.svelte-w6jfun{font-size:12px;font-weight:700;color:#ffffff80;text-transform:uppercase;display:block;margin-bottom:4px}.detail-card.svelte-w6jfun p.svelte-w6jfun{font-size:14px;line-height:1.5;color:#ffffffd9}.loading-hearts.svelte-w6jfun.svelte-w6jfun{display:flex;flex-direction:column;align-items:center;gap:12px;padding:60px 0}.loading-hearts.svelte-w6jfun span.svelte-w6jfun{font-size:48px;animation:svelte-w6jfun-pulse 1s ease-in-out infinite}.loading-hearts.svelte-w6jfun p.svelte-w6jfun{color:#ffffff80}@keyframes svelte-w6jfun-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.btn-secondary.svelte-w6jfun.svelte-w6jfun{padding:10px 20px;background:#ffffff0f;color:#fff9;border:none;border-radius:12px;font-size:13px;font-family:inherit;cursor:pointer}.tarot-nav.svelte-1erb4rr{display:flex;gap:8px;width:100%}.tarot-nav-btn.svelte-1erb4rr{flex:1;padding:10px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#4a31777f;color:#ffffff73;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.tarot-nav-btn.active.svelte-1erb4rr{background:#493177;border-color:#a78bfa4d;color:#e0d4ff}.tarot-nav-btn.svelte-1erb4rr:not(.active):active{background:#ffffff1a}.loading.svelte-crwpzm.svelte-crwpzm{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px 0}.spinner.svelte-crwpzm.svelte-crwpzm{width:40px;height:40px;border:3px solid rgba(167,139,250,.2);border-top-color:#a78bfa;border-radius:50%;animation:svelte-crwpzm-spin 1s linear infinite}@keyframes svelte-crwpzm-spin{to{transform:rotate(360deg)}}.loading.svelte-crwpzm p.svelte-crwpzm{color:#ffffff80;font-size:14px}.error.svelte-crwpzm.svelte-crwpzm{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px 20px;text-align:center}.error-icon.svelte-crwpzm.svelte-crwpzm{font-size:48px}.error.svelte-crwpzm p.svelte-crwpzm{color:#ffffffb3;font-size:14px}.btn-retry.svelte-crwpzm.svelte-crwpzm{padding:10px 24px;background:#a78bfa33;border:1px solid rgba(167,139,250,.4);border-radius:12px;color:#c4b5fd;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.btn-retry.svelte-crwpzm.svelte-crwpzm:active{background:#a78bfa4d}.empty.svelte-crwpzm.svelte-crwpzm{display:flex;flex-direction:column;align-items:center;gap:8px;padding:60px 20px;text-align:center}.empty.svelte-crwpzm p.svelte-crwpzm{color:#fff;font-size:14px}.empty.svelte-crwpzm .hint.svelte-crwpzm{color:#ffffffb3;font-size:12px}.history-list.svelte-crwpzm.svelte-crwpzm{display:flex;flex-direction:column;gap:12px;width:100%;padding-bottom:20px}.sentinel.svelte-crwpzm.svelte-crwpzm{height:1px}.load-more-spinner.svelte-crwpzm.svelte-crwpzm{display:flex;justify-content:center;padding:12px 0 4px}.spinner-sm.svelte-crwpzm.svelte-crwpzm{width:28px;height:28px;border:2.5px solid rgba(167,139,250,.2);border-top-color:#a78bfa;border-radius:50%;animation:svelte-crwpzm-spin .9s linear infinite}.history-item.svelte-crwpzm.svelte-crwpzm{background:linear-gradient(145deg,#1e1b4bbf,#1a1a2ecc);border:1px solid rgba(255,255,255,.15);border-top-color:#ffffff38;border-radius:20px;overflow:hidden;transition:border-color .3s;box-shadow:0 4px 24px #00000040,inset 0 1px #ffffff1a}.history-item.expanded.svelte-crwpzm.svelte-crwpzm{border-color:#a78bfa59;border-top-color:#a78bfa73}.history-header.svelte-crwpzm.svelte-crwpzm{display:flex;justify-content:space-between;align-items:center;padding:16px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}.history-header.svelte-crwpzm.svelte-crwpzm:active{background:#ffffff0a}.history-info.svelte-crwpzm.svelte-crwpzm{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0;overflow:hidden}.history-date.svelte-crwpzm.svelte-crwpzm{font-size:11px;color:#ffffff59;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.history-spread.svelte-crwpzm.svelte-crwpzm{font-size:13px;font-weight:700;color:#a78bfacc}.history-question.svelte-crwpzm.svelte-crwpzm{font-size:14px;color:#ffffffb3;font-weight:500;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}.expand-icon.svelte-crwpzm.svelte-crwpzm{font-size:12px;color:#fff6;margin-left:12px;flex-shrink:0;transition:transform .3s}.history-item.expanded.svelte-crwpzm .expand-icon.svelte-crwpzm{transform:rotate(90deg)}.history-content.svelte-crwpzm.svelte-crwpzm{display:flex;flex-direction:column;gap:16px;padding:0 16px 16px;animation:svelte-crwpzm-slideDown .3s ease;isolation:isolate;will-change:transform}@keyframes svelte-crwpzm-slideDown{0%{opacity:0;transform:translateY(-10px) translateZ(0)}to{opacity:1;transform:translateY(0) translateZ(0)}}.cards-mini.svelte-crwpzm.svelte-crwpzm{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.card-mini.svelte-crwpzm.svelte-crwpzm{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px;border-radius:10px;border:1px solid rgba(255,255,255,.15);min-width:60px;max-width:70px;background:linear-gradient(135deg,#1a1a2e,#16213e);transition:transform .2s,border-color .2s;cursor:pointer;font-family:inherit}.card-mini.svelte-crwpzm.svelte-crwpzm:active{border-color:#a78bfa80}.card-mini.reversed.svelte-crwpzm.svelte-crwpzm{transform:rotate(180deg)}.cm-image.svelte-crwpzm.svelte-crwpzm{width:50px;height:70px;object-fit:contain;border-radius:4px}.cm-fallback.svelte-crwpzm.svelte-crwpzm{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 6px;border-radius:8px;width:50px;height:70px}.cm-symbol.svelte-crwpzm.svelte-crwpzm{font-size:14px}.cm-name.svelte-crwpzm.svelte-crwpzm{font-size:9px;font-weight:700;color:#fff;text-align:center;line-height:1.1;max-width:50px;overflow:hidden;text-overflow:ellipsis}.cm-reversed.svelte-crwpzm.svelte-crwpzm{font-size:9px;color:#ffb4b4cc;transform:rotate(180deg)}.history-interpretation.svelte-crwpzm.svelte-crwpzm{display:flex;flex-direction:column;gap:12px}.hi-overall.svelte-crwpzm.svelte-crwpzm{font-size:14px;line-height:1.6;color:#fffc;text-align:center}.hi-advice.svelte-crwpzm.svelte-crwpzm{display:flex;gap:8px;padding:14px;background:#231241f2;border:1px solid rgba(167,139,250,.18);border-radius:16px;align-items:flex-start}.hi-advice.svelte-crwpzm span.svelte-crwpzm{font-size:16px}.hi-advice.svelte-crwpzm p.svelte-crwpzm{font-size:13px;line-height:1.5;color:#ffffffbf}.history-actions.svelte-crwpzm.svelte-crwpzm{display:flex;justify-content:center}.btn-mini.svelte-crwpzm.svelte-crwpzm{padding:10px 20px;background:#231241f2;border:1px solid rgba(167,139,250,.3);border-top-color:#a78bfa66;border-radius:16px;color:#c4b5fd;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s;box-shadow:0 2px 12px #0003,inset 0 1px #a78bfa1a}.btn-mini.svelte-crwpzm.svelte-crwpzm:active{background:#a78bfa40}.btn-delete.svelte-crwpzm.svelte-crwpzm{background:#ef44441f;border-color:#ef44444d;border-top-color:#ef444466;color:#fca5a5}.btn-delete.svelte-crwpzm.svelte-crwpzm:active{background:#ef444438}.btn-delete.svelte-crwpzm.svelte-crwpzm:disabled{opacity:.5;cursor:not-allowed}.cm-overlay.svelte-crwpzm.svelte-crwpzm{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000000e0;display:flex;align-items:center;justify-content:center;padding:16px;animation:svelte-crwpzm-cmFadeIn .2s ease}@keyframes svelte-crwpzm-cmFadeIn{0%{opacity:0}to{opacity:1}}.cm-content.svelte-crwpzm.svelte-crwpzm{position:relative;width:100%;max-width:400px;max-height:calc(100vh - 32px);overflow-y:auto;background:linear-gradient(160deg,#1a1a2efa,#16213efa,#0f0c29fc);border:1px solid rgba(167,139,250,.2);border-top-color:#a78bfa59;border-radius:24px;box-shadow:0 16px 64px #00000080,0 0 40px #6d28d926,inset 0 1px #ffffff14;animation:svelte-crwpzm-cmSlideUp .25s cubic-bezier(.34,1.56,.64,1);-ms-overflow-style:none;scrollbar-width:none}.cm-content.svelte-crwpzm.svelte-crwpzm::-webkit-scrollbar{display:none}@keyframes svelte-crwpzm-cmSlideUp{0%{opacity:0;transform:translateY(28px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.cm-close.svelte-crwpzm.svelte-crwpzm{position:absolute;top:12px;right:12px;z-index:2;width:36px;height:36px;border-radius:50%;border:none;background:#ffffff1a;color:#fff9;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.cm-close.svelte-crwpzm.svelte-crwpzm:active{background:#fff3}.cm-body.svelte-crwpzm.svelte-crwpzm{display:flex;flex-direction:column;align-items:center;gap:20px;padding:12px 24px 28px}.cm-visual.svelte-crwpzm.svelte-crwpzm{flex-shrink:0}.cm-card.svelte-crwpzm.svelte-crwpzm{width:180px;height:280px;border-radius:12px;overflow:hidden;border:2px solid rgba(167,139,250,.3);box-shadow:0 8px 32px #6d28d94d;background:linear-gradient(135deg,#1a1a2e,#16213e)}.cm-card-img.svelte-crwpzm.svelte-crwpzm{width:100%;height:100%;object-fit:contain}.cm-card-img.reversed.svelte-crwpzm.svelte-crwpzm{transform:rotate(180deg)}.cm-card-fallback.svelte-crwpzm.svelte-crwpzm{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.cmf-inner.svelte-crwpzm.svelte-crwpzm{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:12px;width:100%;height:100%}.cmf-inner.upside-down.svelte-crwpzm.svelte-crwpzm{transform:rotate(180deg)}.cmf-number.svelte-crwpzm.svelte-crwpzm{font-size:14px;font-weight:800;color:#fff9}.cmf-suit.svelte-crwpzm.svelte-crwpzm{font-size:28px;margin-bottom:4px}.cmf-name.svelte-crwpzm.svelte-crwpzm{font-size:13px;font-weight:700;color:#fff;text-align:center;line-height:1.3}.cmf-rev.svelte-crwpzm.svelte-crwpzm{font-size:10px;color:#ffb4b4cc;margin-top:4px}.cm-info.svelte-crwpzm.svelte-crwpzm{width:100%;display:flex;flex-direction:column;gap:10px}.cm-title-row.svelte-crwpzm.svelte-crwpzm{display:flex;flex-direction:column;gap:4px}.cm-name-ru.svelte-crwpzm.svelte-crwpzm{font-size:18px;font-weight:800;color:#fff;margin:0;line-height:1.2}.cm-rev-badge.svelte-crwpzm.svelte-crwpzm{display:inline-block;font-size:11px;font-weight:600;color:#fca5a5;background:#fca5a51a;padding:2px 8px;border-radius:6px;width:fit-content}.cm-name-en.svelte-crwpzm.svelte-crwpzm{font-size:12px;color:#ffffff4d;font-style:italic;margin-top:-6px}.cm-section.svelte-crwpzm.svelte-crwpzm{display:flex;flex-direction:column;gap:3px}.cm-section-label.svelte-crwpzm.svelte-crwpzm{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#ffffff59}.cm-keywords.svelte-crwpzm.svelte-crwpzm{font-size:12px;color:#ffffff80;font-style:italic;line-height:1.4}.cm-meaning.svelte-crwpzm.svelte-crwpzm{font-size:13px;line-height:1.5;color:#ffffffbf}.cm-description.svelte-crwpzm.svelte-crwpzm{font-size:13px;line-height:1.5;color:#fff9}.cm-interp-section.svelte-crwpzm.svelte-crwpzm{margin-top:4px;padding-top:10px;border-top:1px solid rgba(167,139,250,.15)}.cm-interp.svelte-crwpzm.svelte-crwpzm{font-size:14px;line-height:1.55;color:#ffffffd9}.modal-overlay.svelte-crwpzm.svelte-crwpzm{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:100;animation:svelte-crwpzm-fadeIn .15s ease}@keyframes svelte-crwpzm-fadeIn{0%{opacity:0}to{opacity:1}}.modal.svelte-crwpzm.svelte-crwpzm{background:linear-gradient(145deg,#1e1b4b,#1a1a2e);border:1px solid rgba(255,255,255,.15);border-top-color:#ffffff38;border-radius:24px;padding:28px 24px 20px;width:min(320px,calc(100vw - 40px));display:flex;flex-direction:column;gap:12px;box-shadow:0 20px 60px #00000080;animation:svelte-crwpzm-scaleIn .15s ease}@keyframes svelte-crwpzm-scaleIn{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.modal-title.svelte-crwpzm.svelte-crwpzm{font-size:17px;font-weight:700;color:#fff;text-align:center}.modal-question.svelte-crwpzm.svelte-crwpzm{font-size:13px;color:#ffffff8c;text-align:center;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;word-break:break-word}.modal-actions.svelte-crwpzm.svelte-crwpzm{display:flex;gap:10px;margin-top:8px}.modal-btn.svelte-crwpzm.svelte-crwpzm{flex:1;padding:12px;border-radius:14px;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s}.modal-btn-cancel.svelte-crwpzm.svelte-crwpzm{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#ffffffb3}.modal-btn-cancel.svelte-crwpzm.svelte-crwpzm:active{background:#ffffff24}.modal-btn-confirm.svelte-crwpzm.svelte-crwpzm{background:#ef444433;border:1px solid rgba(239,68,68,.4);color:#fca5a5}.modal-btn-confirm.svelte-crwpzm.svelte-crwpzm:active{background:#ef444452}.tarot-page.svelte-960pcw.svelte-960pcw{display:flex;flex-direction:column;align-items:center;gap:16px;padding-top:8px;user-select:none;-webkit-user-select:none}h2.svelte-960pcw.svelte-960pcw{font-size:22px;font-weight:800;text-align:center}.subtitle.svelte-960pcw.svelte-960pcw{color:#ffffff80;font-size:14px;text-align:center;margin-top:-8px}.question-display.svelte-960pcw.svelte-960pcw{color:#ffffffb3;font-size:14px;text-align:center;max-width:320px;line-height:1.4;word-break:break-word}.back-btn.svelte-960pcw.svelte-960pcw{align-self:flex-start;background:none;border:none;color:#ffffff80;font-size:14px;font-family:inherit;cursor:pointer;padding:4px 0;margin-bottom:-8px;transition:color .2s}.back-btn.svelte-960pcw.svelte-960pcw:active{color:#c4b5fd}.step-question.svelte-960pcw.svelte-960pcw{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:400px;animation:svelte-960pcw-fadeUp .4s ease}.header-row.svelte-960pcw.svelte-960pcw{display:flex;justify-content:center;align-items:center;width:100%;gap:12px}.history-icon-btn.svelte-960pcw.svelte-960pcw{width:44px;height:44px;border-radius:14px;border:none;background:linear-gradient(135deg,#371e5feb,#281646eb,#301a52eb);border:1px solid rgba(255,255,255,.15);box-shadow:0 4px 16px #0003;font-size:22px;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0}.history-icon-btn.svelte-960pcw.svelte-960pcw:active{transform:scale(.92)}.question-input-wrap.svelte-960pcw.svelte-960pcw{width:100%;position:relative}textarea.svelte-960pcw.svelte-960pcw{width:100%;padding:14px 16px 24px;background:#281646eb;border:1px solid rgba(255,255,255,.18);border-top-color:#ffffff40;border-radius:18px;color:#fff;font-family:inherit;font-size:15px;line-height:1.5;resize:none;outline:none;transition:border-color .3s,box-shadow .3s;box-shadow:0 4px 16px #00000040}textarea.svelte-960pcw.svelte-960pcw:focus{border-color:#a78bfa80;box-shadow:0 4px 20px #6d28d94d}textarea.svelte-960pcw.svelte-960pcw::placeholder{color:#ffffff40}.validation-error.svelte-960pcw.svelte-960pcw{font-size:13px;color:#f87171;text-align:center;margin:0}.char-count.svelte-960pcw.svelte-960pcw{position:absolute;bottom:8px;right:20px;font-size:11px;color:#fff3}.spread-picker.svelte-960pcw.svelte-960pcw{width:100%}.picker-label.svelte-960pcw.svelte-960pcw{font-size:12px;color:#ffffffd9;text-transform:uppercase;letter-spacing:1px;font-weight:600;margin-bottom:8px;text-align:center}.spread-options.svelte-960pcw.svelte-960pcw{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;gap:8px}.spread-option.svelte-960pcw.svelte-960pcw{display:flex;flex-direction:column;align-items:center;gap:3px;height:100%;padding:12px 6px;background:#7850b459;border:1.5px solid rgba(160,120,220,.3);border-top-color:#b496e666;border-radius:16px;color:#ffffff8c;font-family:inherit;cursor:pointer;transition:all .3s;box-shadow:0 2px 12px #0003}.spread-option.selected.svelte-960pcw.svelte-960pcw{background:#674abb;border-color:#a78bfa66;border-top-color:#a78bfa8c;color:#e3e1e8;box-shadow:0 4px 20px #6d28d94d,inset 0 1px #a78bfa26}.spread-icon.svelte-960pcw.svelte-960pcw{font-size:20px}.spread-name.svelte-960pcw.svelte-960pcw{font-size:13px;font-weight:700}.spread-desc.svelte-960pcw.svelte-960pcw{font-size:10px;opacity:.6;text-align:center;line-height:1.2}.btn-primary.svelte-960pcw.svelte-960pcw{width:100%;padding:14px;background:linear-gradient(135deg,#7c3aed,#a78bfa);border:1px solid rgba(167,139,250,.3);border-radius:18px;color:#fff;font-family:inherit;font-size:16px;font-weight:700;cursor:pointer;transition:opacity .2s,transform .2s;box-shadow:0 4px 20px #6d28d959,inset 0 1px #ffffff26}.btn-primary.svelte-960pcw.svelte-960pcw:disabled{opacity:.4;cursor:default}.btn-primary.svelte-960pcw.svelte-960pcw:not(:disabled):active{transform:scale(.97)}.step-placing.svelte-960pcw.svelte-960pcw{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;max-width:420px;animation:svelte-960pcw-fadeUp .4s ease}.slots-area.svelte-960pcw.svelte-960pcw{display:grid;justify-content:center;justify-items:center;gap:10px;width:100%;padding:12px 0}.slots-count-1.svelte-960pcw.svelte-960pcw{grid-template-columns:1fr}.slots-count-3.svelte-960pcw.svelte-960pcw{grid-template-columns:repeat(3,1fr)}.slots-count-5.svelte-960pcw.svelte-960pcw{grid-template-columns:repeat(5,1fr)}.slots-count-10.svelte-960pcw.svelte-960pcw,.slots-count-12.svelte-960pcw.svelte-960pcw{grid-template-columns:repeat(4,1fr)}.card-slot.svelte-960pcw.svelte-960pcw{display:flex;flex-direction:column;align-items:center;gap:4px;width:78px;transition:all .3s}.card-slot.svelte-960pcw.svelte-960pcw:before{content:"";display:block;width:75px;height:112px;border-radius:8px;border:2px dashed rgba(167,139,250,.3);background:#a78bfa0d;transition:all .3s}.card-slot.filled.svelte-960pcw.svelte-960pcw:before{display:none}.card-slot.drag-over.svelte-960pcw.svelte-960pcw:before{border-color:#a78bfab3;background:#a78bfa26;box-shadow:0 0 16px #a78bfa4d}.slots-count-1.svelte-960pcw .card-slot.svelte-960pcw{width:84px}.slots-count-1.svelte-960pcw .card-slot.svelte-960pcw:before{width:80px;height:120px}.slots-count-1.svelte-960pcw .slot-card-placed .card-back-mini.svelte-960pcw{width:80px;height:120px}.slots-count-3.svelte-960pcw .card-slot.svelte-960pcw{width:74px}.slots-count-3.svelte-960pcw .card-slot.svelte-960pcw:before{width:70px;height:105px}.slots-count-3.svelte-960pcw .slot-card-placed .card-back-mini.svelte-960pcw{width:70px;height:105px}.slot-card-placed.svelte-960pcw.svelte-960pcw{animation:svelte-960pcw-slotFill .4s cubic-bezier(.34,1.56,.64,1)}.card-back-mini.svelte-960pcw.svelte-960pcw{width:75px;height:112px;border-radius:8px;background:linear-gradient(135deg,#1e1b4b,#312e81,#4c1d95);border:1.5px solid rgba(167,139,250,.3);box-shadow:0 4px 16px #6d28d940;display:flex;align-items:center;justify-content:center}.card-back-mini.svelte-960pcw span.svelte-960pcw{font-size:20px;color:#a78bfa66}.slot-label.svelte-960pcw.svelte-960pcw{font-size:7px;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.3px;text-align:center;white-space:nowrap}@keyframes svelte-960pcw-slotFill{0%{transform:scale(.5) rotate(-10deg);opacity:0}50%{transform:scale(1.1) rotate(2deg)}to{transform:scale(1) rotate(0);opacity:1}}.placing-hint.svelte-960pcw.svelte-960pcw{font-size:14px;color:#ffffffb3;text-align:center}.deck-area.svelte-960pcw.svelte-960pcw{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;width:100%;padding:8px 0 16px}.deck-card.svelte-960pcw.svelte-960pcw{width:52px;height:78px;border-radius:8px;cursor:pointer;opacity:0;transform:scale(.6) translateY(20px);transition:opacity .3s,transform .3s;-webkit-tap-highlight-color:transparent;touch-action:none}.deck-card.appearing.svelte-960pcw.svelte-960pcw{opacity:1;transform:scale(1) translateY(0)}.deck-card.dragging.svelte-960pcw.svelte-960pcw{opacity:.3;transform:scale(.9)}.deck-card-inner.svelte-960pcw.svelte-960pcw{width:100%;height:100%;border-radius:8px;background:linear-gradient(135deg,#1e1b4b,#312e81,#4c1d95);border:1.5px solid rgba(167,139,250,.3);box-shadow:0 2px 8px #6d28d933;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s}.deck-card-inner.svelte-960pcw span.svelte-960pcw{font-size:18px;color:#a78bfa59}.deck-card.svelte-960pcw:active .deck-card-inner.svelte-960pcw{transform:scale(.93);box-shadow:0 1px 4px #6d28d94d}.interpret-btn.svelte-960pcw.svelte-960pcw{margin-top:8px;animation:svelte-960pcw-fadeUp .4s ease}.step-interpreting.svelte-960pcw.svelte-960pcw{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:400px;padding:40px 0;animation:svelte-960pcw-fadeUp .4s ease}.loading-orb.svelte-960pcw.svelte-960pcw{position:relative;width:80px;height:80px}.orb.svelte-960pcw.svelte-960pcw{width:80px;height:80px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#a78bfa,#4c1d95);box-shadow:0 0 40px #a78bfa66,0 0 80px #7c3aed33;animation:svelte-960pcw-orbPulse 2s ease-in-out infinite}@keyframes svelte-960pcw-orbPulse{0%,to{transform:scale(1);box-shadow:0 0 40px #a78bfa66}50%{transform:scale(1.1);box-shadow:0 0 60px #a78bfa99}}.loading-text.svelte-960pcw.svelte-960pcw{color:#ffffff80;font-size:14px}.step-reading.svelte-960pcw.svelte-960pcw{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:400px;animation:svelte-960pcw-fadeUp .4s ease}.cards-spread.svelte-960pcw.svelte-960pcw{display:grid;justify-content:center;justify-items:center;gap:10px;width:100%;padding:8px 0}.spread-count-1.svelte-960pcw.svelte-960pcw{grid-template-columns:1fr}.spread-count-3.svelte-960pcw.svelte-960pcw{grid-template-columns:repeat(3,1fr)}.spread-count-5.svelte-960pcw.svelte-960pcw{grid-template-columns:repeat(5,1fr)}.spread-count-10.svelte-960pcw.svelte-960pcw,.spread-count-12.svelte-960pcw.svelte-960pcw{grid-template-columns:repeat(4,1fr)}.revealed-card.svelte-960pcw.svelte-960pcw{display:flex;flex-direction:column;align-items:center;gap:4px;opacity:0;animation:svelte-960pcw-cardReveal .6s cubic-bezier(.34,1.56,.64,1) var(--delay, 0s) forwards;background:none;border:none;padding:0;font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}@keyframes svelte-960pcw-cardReveal{0%{opacity:0;transform:scale(.7) rotateY(-30deg)}to{opacity:1;transform:scale(1) rotateY(0)}}.position-label.svelte-960pcw.svelte-960pcw{font-size:9px;font-weight:600;color:#ffffff73;text-transform:uppercase;letter-spacing:.3px;text-align:center;max-width:84px;word-wrap:break-word}.card-3d.svelte-960pcw.svelte-960pcw{perspective:800px;width:80px;height:120px}.spread-count-1.svelte-960pcw .card-3d.svelte-960pcw{width:100px;height:150px}.spread-count-3.svelte-960pcw .card-3d.svelte-960pcw{width:90px;height:135px}.card-inner.svelte-960pcw.svelte-960pcw{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.34,1.56,.64,1)}.card-inner.flipped.svelte-960pcw.svelte-960pcw{transform:rotateY(180deg)}.card-back.svelte-960pcw.svelte-960pcw,.card-front.svelte-960pcw.svelte-960pcw{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;backface-visibility:hidden;-webkit-backface-visibility:hidden;display:flex;align-items:center;justify-content:center;overflow:hidden}.card-back.svelte-960pcw.svelte-960pcw{background:linear-gradient(135deg,#1e1b4b,#312e81,#4c1d95);border:1.5px solid rgba(167,139,250,.3);box-shadow:0 4px 16px #6d28d940}.card-back-pattern.svelte-960pcw.svelte-960pcw{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.card-back-pattern.svelte-960pcw span.svelte-960pcw{font-size:24px;color:#a78bfa59}.card-front.svelte-960pcw.svelte-960pcw{transform:rotateY(180deg);border:1.5px solid rgba(255,255,255,.2);box-shadow:0 4px 20px #0000004d;padding:3px;background:linear-gradient(135deg,#1a1a2e,#16213e)}.card-image.svelte-960pcw.svelte-960pcw{width:100%;height:100%;object-fit:contain;border-radius:5px}.card-image.reversed.svelte-960pcw.svelte-960pcw{transform:rotate(180deg)}.card-front-fallback.svelte-960pcw.svelte-960pcw{width:100%;height:100%}.cf-inner.svelte-960pcw.svelte-960pcw{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:4px;width:100%;height:100%}.cf-inner.upside-down.svelte-960pcw.svelte-960pcw{transform:rotate(180deg)}.cf-number.svelte-960pcw.svelte-960pcw{font-size:10px;font-weight:800;color:#fff9;position:absolute;top:4px;left:6px}.cf-suit.svelte-960pcw.svelte-960pcw{font-size:18px;margin-bottom:2px}.cf-name.svelte-960pcw.svelte-960pcw{font-size:9px;font-weight:700;color:#fff;text-align:center;line-height:1.2;text-shadow:0 1px 4px rgba(0,0,0,.5);max-width:60px;overflow:hidden;text-overflow:ellipsis}.cf-reversed.svelte-960pcw.svelte-960pcw{font-size:9px;color:#ffb4b4cc;margin-top:1px}.interpretations.svelte-960pcw.svelte-960pcw{display:flex;flex-direction:column;gap:12px;width:100%}.interp-card.svelte-960pcw.svelte-960pcw{background:#281646eb;border:1px solid rgba(255,255,255,.15);border-top-color:#ffffff38;border-radius:20px;padding:16px;display:flex;flex-direction:column;gap:6px;animation:svelte-960pcw-fadeUp .4s ease backwards;box-shadow:0 4px 24px #00000040,inset 0 1px #ffffff1a}.interp-header.svelte-960pcw.svelte-960pcw{display:flex;justify-content:space-between;align-items:center}.interp-position.svelte-960pcw.svelte-960pcw{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#a78bfab3}.interp-card-name.svelte-960pcw.svelte-960pcw{font-size:13px;font-weight:700;color:#c4b5fd}.rev-tag.svelte-960pcw.svelte-960pcw{font-size:11px;color:#fca5a5;margin-left:4px}.interp-keywords.svelte-960pcw.svelte-960pcw{font-size:11px;color:#ffffff4d;font-style:italic}.interp-meaning.svelte-960pcw.svelte-960pcw{font-size:14px;line-height:1.55;color:#fffc}.overall-reading.svelte-960pcw.svelte-960pcw{display:flex;flex-direction:column;gap:12px;width:100%;padding-top:8px;border-top:1px solid rgba(255,255,255,.06)}.energy-badge.svelte-960pcw.svelte-960pcw{text-align:center;font-size:13px;color:#fff9}.overall-text.svelte-960pcw.svelte-960pcw{font-size:15px;line-height:1.6;text-align:center;color:#ffffffd9}.advice-box.svelte-960pcw.svelte-960pcw{display:flex;gap:8px;padding:14px;background:#231241f2;border:1px solid rgba(167,139,250,.22);border-top-color:#a78bfa52;border-radius:18px;align-items:flex-start;box-shadow:0 4px 20px #00000040,inset 0 1px #a78bfa1a}.advice-box.svelte-960pcw p.svelte-960pcw{font-size:14px;line-height:1.5;color:#ffffffbf}.actions.svelte-960pcw.svelte-960pcw{display:flex;flex-direction:column;align-items:center;gap:7px;width:100%}.btn-action.svelte-960pcw.svelte-960pcw{width:100%;padding:14px;background:#23143ceb;border:1px solid rgba(255,255,255,.12);border-radius:18px;color:#ffffffb3;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;box-shadow:0 4px 16px #0003}.btn-action.svelte-960pcw.svelte-960pcw:active{background:#ffffff26;transform:scale(.98)}.limit-msg.svelte-960pcw.svelte-960pcw{text-align:center;padding:60px 0;display:flex;flex-direction:column;align-items:center;gap:8px}.limit-icon.svelte-960pcw.svelte-960pcw{font-size:48px}.limit-msg.svelte-960pcw .hint.svelte-960pcw{color:#ffffff4d;font-size:13px}.btn-secondary.svelte-960pcw.svelte-960pcw{margin-top:12px;padding:10px 24px;background:#ffffff14;color:#ffffffb3;border:none;border-radius:12px;font-family:inherit;cursor:pointer}@keyframes svelte-960pcw-fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.drag-ghost{position:fixed;width:56px;height:84px;margin-left:-28px;margin-top:-42px;border-radius:8px;background:linear-gradient(135deg,#1e1b4b,#312e81,#4c1d95);border:2px solid rgba(167,139,250,.5);box-shadow:0 8px 32px #6d28d966;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:9999;opacity:.9;transform:scale(1.1) rotate(-3deg)}.drag-ghost .ghost-symbol{font-size:20px;color:#a78bfa80}.revealed-card.svelte-960pcw.svelte-960pcw:active{transform:scale(.95)}.modal-overlay.svelte-960pcw.svelte-960pcw{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#000000e0;display:flex;align-items:center;justify-content:center;padding:16px;animation:svelte-960pcw-modalFadeIn .25s ease}@keyframes svelte-960pcw-modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content.svelte-960pcw.svelte-960pcw{position:relative;width:100%;max-width:440px;max-height:calc(100vh - 32px);overflow-y:auto;background:linear-gradient(160deg,#1a1a2efa,#16213efa,#0f0c29fc);border:1px solid rgba(167,139,250,.2);border-top-color:#a78bfa4d;border-radius:24px;box-shadow:0 16px 64px #00000080,0 0 40px #6d28d926,inset 0 1px #ffffff14;animation:svelte-960pcw-modalSlideUp .3s cubic-bezier(.34,1.56,.64,1);-ms-overflow-style:none;scrollbar-width:none}.modal-content.svelte-960pcw.svelte-960pcw::-webkit-scrollbar{display:none}@keyframes svelte-960pcw-modalSlideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close.svelte-960pcw.svelte-960pcw{position:absolute;top:0;right:0;z-index:2;width:36px;height:36px;margin:12px 12px 0 0;border-radius:50%;border:none;background:#ffffff1a;color:#fff9;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.modal-close.svelte-960pcw.svelte-960pcw:active{background:#fff3}.modal-body.svelte-960pcw.svelte-960pcw{display:flex;flex-direction:column;align-items:center;gap:20px;padding:8px 24px 28px}.modal-card-visual.svelte-960pcw.svelte-960pcw{flex-shrink:0}.modal-card.svelte-960pcw.svelte-960pcw{width:200px;height:310px;border-radius:12px;overflow:hidden;border:2px solid rgba(167,139,250,.3);box-shadow:0 8px 32px #6d28d94d;background:linear-gradient(135deg,#1a1a2e,#16213e)}.modal-card-img.svelte-960pcw.svelte-960pcw{width:100%;height:100%;object-fit:contain}.modal-card-img.reversed.svelte-960pcw.svelte-960pcw{transform:rotate(180deg)}.modal-card-fallback.svelte-960pcw.svelte-960pcw{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.mcf-inner.svelte-960pcw.svelte-960pcw{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:12px;width:100%;height:100%}.mcf-inner.upside-down.svelte-960pcw.svelte-960pcw{transform:rotate(180deg)}.mcf-number.svelte-960pcw.svelte-960pcw{font-size:16px;font-weight:800;color:#fff9;position:absolute;top:10px;left:12px}.mcf-suit.svelte-960pcw.svelte-960pcw{font-size:32px;margin-bottom:4px}.mcf-name.svelte-960pcw.svelte-960pcw{font-size:14px;font-weight:700;color:#fff;text-align:center;line-height:1.3;text-shadow:0 2px 6px rgba(0,0,0,.5)}.mcf-reversed.svelte-960pcw.svelte-960pcw{font-size:11px;color:#ffb4b4cc;margin-top:4px}.modal-card-info.svelte-960pcw.svelte-960pcw{width:100%;display:flex;flex-direction:column;gap:10px}.modal-card-title.svelte-960pcw.svelte-960pcw{display:flex;flex-direction:column;gap:4px}.modal-card-title.svelte-960pcw h3.svelte-960pcw{font-size:18px;font-weight:800;color:#fff;margin:0;line-height:1.2}.modal-rev-badge.svelte-960pcw.svelte-960pcw{display:inline-block;font-size:11px;font-weight:600;color:#fca5a5;background:#fca5a51a;padding:2px 8px;border-radius:6px;width:fit-content}.modal-card-name-en.svelte-960pcw.svelte-960pcw{font-size:12px;color:#ffffff4d;font-style:italic;margin-top:-6px}.modal-card-position.svelte-960pcw.svelte-960pcw{display:flex;gap:6px;align-items:center}.modal-pos-label.svelte-960pcw.svelte-960pcw{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#a78bfa99}.modal-pos-value.svelte-960pcw.svelte-960pcw{font-size:13px;font-weight:600;color:#c4b5fd}.modal-section.svelte-960pcw.svelte-960pcw{display:flex;flex-direction:column;gap:3px}.modal-section-label.svelte-960pcw.svelte-960pcw{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#ffffff59}.modal-keywords.svelte-960pcw.svelte-960pcw{font-size:12px;color:#ffffff80;font-style:italic;line-height:1.4}.modal-meaning.svelte-960pcw.svelte-960pcw{font-size:13px;line-height:1.5;color:#ffffffbf}.modal-description.svelte-960pcw.svelte-960pcw{font-size:13px;line-height:1.5;color:#fff9}.modal-interp-section.svelte-960pcw.svelte-960pcw{margin-top:4px;padding-top:10px;border-top:1px solid rgba(167,139,250,.15)}.modal-interp.svelte-960pcw.svelte-960pcw{font-size:14px;line-height:1.55;color:#ffffffd9}@media (max-width: 380px){.modal-card.svelte-960pcw.svelte-960pcw{width:170px;height:264px}}.header-actions.svelte-960pcw.svelte-960pcw{display:flex;gap:8px;align-items:center;flex-shrink:0}.star-balance-btn.svelte-960pcw.svelte-960pcw{display:flex;align-items:center;gap:4px;padding:8px 14px;border-radius:14px;border:none;background:linear-gradient(135deg,#372a0feb,#23190aeb);border:1px solid rgba(250,204,21,.25);box-shadow:0 4px 16px #0003;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);font-family:inherit;height:44px}.star-balance-btn.svelte-960pcw.svelte-960pcw:active{transform:scale(.92)}.star-icon.svelte-960pcw.svelte-960pcw{font-size:16px}.star-count.svelte-960pcw.svelte-960pcw{font-size:15px;font-weight:700;color:#fbbf24}.free-badge.svelte-960pcw.svelte-960pcw,.paid-badge.svelte-960pcw.svelte-960pcw{padding:8px 16px;border-radius:12px;font-size:13px;font-weight:600;text-align:center;width:100%}.free-badge.svelte-960pcw.svelte-960pcw{background:#22c55e4d;border:1px solid rgba(34,197,94,.25);color:#86efac}.paid-badge.svelte-960pcw.svelte-960pcw{background:#facc151a;border:1px solid rgba(250,204,21,.2);color:#fde68a;cursor:pointer;transition:background .2s}.paid-badge.svelte-960pcw.svelte-960pcw:active{background:#facc152e}.star-packages-inline.svelte-960pcw.svelte-960pcw{display:flex;gap:10px;width:100%;max-width:360px;justify-content:center;margin:12px 0}.pkg-card-inline.svelte-960pcw.svelte-960pcw{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 12px;background:#281e0ceb;border:1.5px solid rgba(250,204,21,.2);border-radius:16px;color:#fde68a;font-family:inherit;cursor:pointer;transition:all .3s;flex:1;min-width:0}.pkg-card-inline.best-value-inline.svelte-960pcw.svelte-960pcw{border-color:#f59e0b80;background:#32260cf2}.pkg-card-inline.svelte-960pcw.svelte-960pcw:active{transform:scale(.95)}.pkg-card-inline.svelte-960pcw.svelte-960pcw:disabled{opacity:.5;cursor:default}.pkg-stars.svelte-960pcw.svelte-960pcw{font-size:16px;font-weight:800}.pkg-price.svelte-960pcw.svelte-960pcw{font-size:11px;color:#ffffff80}.pkg-per.svelte-960pcw.svelte-960pcw{font-size:10px;color:#ffffff4d}.star-shop-modal.svelte-960pcw.svelte-960pcw{max-width:380px}.star-shop-body.svelte-960pcw.svelte-960pcw{display:flex;flex-direction:column;align-items:center;gap:16px;padding:8px 24px 28px}.shop-header.svelte-960pcw.svelte-960pcw{text-align:center;display:flex;flex-direction:column;align-items:center;gap:4px}.shop-icon.svelte-960pcw.svelte-960pcw{font-size:40px}.shop-header.svelte-960pcw h3.svelte-960pcw{font-size:20px;font-weight:800;color:#fff;margin:0}.shop-balance.svelte-960pcw.svelte-960pcw{font-size:14px;color:#ffffff80}.shop-desc.svelte-960pcw.svelte-960pcw{font-size:13px;color:#fff6;text-align:center;line-height:1.4}.star-packages.svelte-960pcw.svelte-960pcw{display:flex;gap:10px;width:100%}.pkg-card.svelte-960pcw.svelte-960pcw{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;padding:18px 10px 14px;background:#23190aeb;border:1.5px solid rgba(250,204,21,.18);border-radius:18px;color:#fde68a;font-family:inherit;cursor:pointer;transition:all .3s;flex:1;min-width:0}.pkg-card.svelte-960pcw.svelte-960pcw:active{transform:scale(.95)}.pkg-card.svelte-960pcw.svelte-960pcw:disabled{opacity:.5;cursor:default}.pkg-card.best-value.svelte-960pcw.svelte-960pcw{background:#32260cf2;border-color:#facc1559;box-shadow:0 4px 20px #facc1526}.best-badge.svelte-960pcw.svelte-960pcw{position:absolute;top:-8px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#f59e0b,#eab308);color:#000;padding:2px 8px;border-radius:6px}.pkg-amount.svelte-960pcw.svelte-960pcw{font-size:22px;font-weight:800}.pkg-label.svelte-960pcw.svelte-960pcw{font-size:11px;color:#ffffff80;margin-top:-4px}.pkg-votes.svelte-960pcw.svelte-960pcw{font-size:12px;font-weight:600;color:#fff9;margin-top:4px}.pkg-rate.svelte-960pcw.svelte-960pcw{font-size:10px;color:#ffffff4d}.purchase-status.svelte-960pcw.svelte-960pcw{font-size:13px;color:#facc15b3;animation:svelte-960pcw-pulse 1.5s ease-in-out infinite}@keyframes svelte-960pcw-pulse{0%,to{opacity:.7}50%{opacity:1}}.overlay.svelte-hg6x6q{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#000c}.sheet.svelte-hg6x6q{position:fixed;bottom:0;left:0;right:0;z-index:10001;background:linear-gradient(160deg,#1e1432fc,#0f0a1efc);border-radius:24px 24px 0 0;border-top:1px solid rgba(167,139,250,.25);padding:12px 20px calc(24px + env(safe-area-inset-bottom,0px))}.handle.svelte-hg6x6q{width:36px;height:4px;background:#fff3;border-radius:2px;margin:0 auto 16px}.sheet-title.svelte-hg6x6q{font-family:Cormorant Garamond,Georgia,serif;font-size:22px;font-weight:700;margin:0 0 8px;color:#fff}.sheet-desc.svelte-hg6x6q{font-size:14px;color:#ffffff80;margin:0 0 20px;line-height:1.4}.field-label.svelte-hg6x6q{font-size:13px;color:#ffffff73;margin:0 0 6px}.sex-row.svelte-hg6x6q{display:flex;gap:8px;margin-bottom:12px}.sex-btn.svelte-hg6x6q{flex:1;padding:12px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:14px;color:#ffffff80;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s}.sex-btn--active.svelte-hg6x6q{background:#a78bfa33;border-color:#a78bfa80;color:#fff}.date-input.svelte-hg6x6q{width:100%;padding:14px 16px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:14px;color:#fff;font-size:16px;font-family:inherit;outline:none;-webkit-appearance:none;box-sizing:border-box;color-scheme:dark}.date-input.svelte-hg6x6q:focus{border-color:#a78bfa80}.error-text.svelte-hg6x6q{color:#f87171;font-size:13px;margin:8px 0 0}.save-btn.svelte-hg6x6q{width:100%;margin-top:16px;padding:14px;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;border:none;border-radius:14px;font-size:16px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s,transform .1s}.save-btn.svelte-hg6x6q:active{transform:scale(.98)}.save-btn.svelte-hg6x6q:disabled{opacity:.5;cursor:not-allowed}.bio-page.svelte-16mammy.svelte-16mammy{display:flex;flex-direction:column;gap:16px;width:100%}.overall-ring.svelte-16mammy.svelte-16mammy{position:relative;width:100px;height:100px;flex-shrink:0}.overall-ring.svelte-16mammy svg.svelte-16mammy{width:100%;height:100%}.overall-text.svelte-16mammy.svelte-16mammy{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column}.overall-number.svelte-16mammy.svelte-16mammy{font-size:24px;font-weight:800;background:linear-gradient(135deg,#a78bfa,#c4b5fd);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.overall-label.svelte-16mammy.svelte-16mammy{font-size:9px;color:#fff6;text-transform:uppercase;letter-spacing:1px}.summary-card.svelte-16mammy.svelte-16mammy{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px;background:#321c5aeb;border-radius:20px;border:1.5px solid rgba(160,120,220,.3);border-top-color:#a078dc73;box-shadow:0 2px 12px #0003}.summary-content.svelte-16mammy.svelte-16mammy{flex:1;min-width:0}.summary-text.svelte-16mammy.svelte-16mammy{font-size:16px;line-height:1.6;color:#ffffffe6}.critical-banner.svelte-16mammy.svelte-16mammy{text-align:center;padding:10px 16px;background:#321e14e6;border:1px solid rgba(245,158,11,.25);border-radius:16px;font-size:13px;color:#fbbf24;box-shadow:0 4px 24px #00000026}.cards.svelte-16mammy.svelte-16mammy{display:flex;flex-direction:column;gap:12px}.card.svelte-16mammy.svelte-16mammy{padding:16px;background:#321c5aeb;border-radius:20px;border:1.5px solid rgba(160,120,220,.3);border-top-color:#a078dc73;box-shadow:0 2px 12px #0003}.card--critical.svelte-16mammy.svelte-16mammy{border-color:#f59e0b4d;border-top-color:#f59e0b66;background:#321e14e6}.card-header.svelte-16mammy.svelte-16mammy{display:flex;align-items:center;gap:12px;margin-bottom:10px}.card-icon.svelte-16mammy.svelte-16mammy{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #0000004d,inset 0 1px #fff3}.card-icon-svg.svelte-16mammy.svelte-16mammy{width:26px;height:26px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.card-meta.svelte-16mammy.svelte-16mammy{flex:1;min-width:0}.card-title.svelte-16mammy.svelte-16mammy{font-size:15px;font-weight:700;display:block;margin-bottom:6px}.bar-track.svelte-16mammy.svelte-16mammy{width:100%;height:6px;background:#ffffff14;border-radius:3px;overflow:hidden}.bar-fill.svelte-16mammy.svelte-16mammy{height:100%;border-radius:3px;transition:width .8s cubic-bezier(.34,1.56,.64,1)}.card-value.svelte-16mammy.svelte-16mammy{font-size:16px;font-weight:800;flex-shrink:0;min-width:50px;text-align:right}.card-value--positive.svelte-16mammy.svelte-16mammy{color:#34d399}.card-value--negative.svelte-16mammy.svelte-16mammy{color:#f87171}.card-text.svelte-16mammy.svelte-16mammy{font-size:14px;line-height:1.5;color:#ffffffb3}.skeleton-container.svelte-16mammy.svelte-16mammy{display:flex;flex-direction:column;gap:10px;margin-top:20px}.skeleton-card.svelte-16mammy.svelte-16mammy{height:80px;background:#ffffff0f;border-radius:16px;animation:svelte-16mammy-shimmer 1.5s infinite}.skeleton-chart.svelte-16mammy.svelte-16mammy{height:160px}@keyframes svelte-16mammy-shimmer{0%{opacity:.3}50%{opacity:.6}to{opacity:.3}}.error-block.svelte-16mammy.svelte-16mammy{text-align:center;padding:40px 20px}.error-block.svelte-16mammy button.svelte-16mammy{margin-top:12px;padding:10px 24px;background:#6d28d9;color:#fff;border:none;border-radius:12px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer}.num-page.svelte-1sdvmta.svelte-1sdvmta{display:flex;flex-direction:column;gap:16px}.hero-card.svelte-1sdvmta.svelte-1sdvmta{position:relative;text-align:center;padding:0 20px 28px;background:linear-gradient(135deg,#371e5ff2,#28144bf2);border-radius:24px;border:1px solid rgba(255,255,255,.2);border-top-color:#ffffff47;box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1f;overflow:hidden}.hero-card.svelte-1sdvmta.svelte-1sdvmta:before{content:"";position:absolute;top:-60px;left:50%;transform:translate(-50%);width:200px;height:200px;background:radial-gradient(circle,var(--accent, #a78bfa) 0%,transparent 70%);opacity:.12;pointer-events:none}.master-badge.svelte-1sdvmta.svelte-1sdvmta{display:inline-block;padding:3px 12px;background:linear-gradient(90deg,#fbbf24,#f59e0b);color:#000;font-size:10px;font-weight:800;letter-spacing:1.5px;border-radius:20px;margin-bottom:12px}.hero-number.svelte-1sdvmta.svelte-1sdvmta{font-family:Cormorant Garamond,Georgia,serif;font-size:72px;font-weight:700;line-height:1.2;background:linear-gradient(135deg,var(--accent, #a78bfa),#c4b5fd);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-title.svelte-1sdvmta.svelte-1sdvmta{font-family:Cormorant Garamond,Georgia,serif;font-size:28px;font-weight:700;color:#fff;margin-bottom:4px}.hero-energy.svelte-1sdvmta.svelte-1sdvmta{font-size:13px;color:#ffffff80}.desc-card.svelte-1sdvmta.svelte-1sdvmta{padding:16px;background:#281646eb;border-radius:20px;border:1px solid rgba(255,255,255,.18);border-top-color:#ffffff40;box-shadow:0 4px 24px #0000004d,inset 0 1px #ffffff1a}.desc-text.svelte-1sdvmta.svelte-1sdvmta{font-size:14px;line-height:1.6;color:#fffc}.info-row.svelte-1sdvmta.svelte-1sdvmta{display:grid;grid-template-columns:1fr 1fr;gap:12px}.info-card.svelte-1sdvmta.svelte-1sdvmta{padding:14px;background:#281646eb;border-radius:18px;border:1px solid rgba(255,255,255,.18);border-top-color:#ffffff40;box-shadow:0 4px 24px #0000004d,inset 0 1px #ffffff1a;display:flex;flex-direction:column;gap:4px}.info-label.svelte-1sdvmta.svelte-1sdvmta{font-size:11px;color:#ffffff59;text-transform:uppercase;letter-spacing:.5px}.info-text.svelte-1sdvmta.svelte-1sdvmta{font-size:13px;line-height:1.4;color:#ffffffb3}.path-card.svelte-1sdvmta.svelte-1sdvmta{padding:16px;background:#231241f2;border-radius:20px;border:1px solid rgba(167,139,250,.25);border-top-color:#a78bfa59;box-shadow:0 4px 24px #0000004d,inset 0 1px #a78bfa1f}.path-header.svelte-1sdvmta.svelte-1sdvmta{display:flex;align-items:center;gap:12px;margin-bottom:8px}.path-badge.svelte-1sdvmta.svelte-1sdvmta{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#7c3aed,#a78bfa);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;color:#fff;flex-shrink:0}.path-meta.svelte-1sdvmta.svelte-1sdvmta{display:flex;flex-direction:column;gap:2px}.path-label.svelte-1sdvmta.svelte-1sdvmta{font-size:11px;color:#fff6;text-transform:uppercase;letter-spacing:.5px}.path-title.svelte-1sdvmta.svelte-1sdvmta{font-family:Cormorant Garamond,Georgia,serif;font-size:20px;font-weight:700;color:#c4b5fd}.path-brief.svelte-1sdvmta.svelte-1sdvmta{font-size:13px;line-height:1.5;color:#fff9}.skeleton-container.svelte-1sdvmta.svelte-1sdvmta{display:flex;flex-direction:column;gap:10px;margin-top:20px}.skeleton-card.svelte-1sdvmta.svelte-1sdvmta{height:80px;background:#ffffff0f;border-radius:16px;animation:svelte-1sdvmta-shimmer 1.5s infinite}.skeleton-big.svelte-1sdvmta.svelte-1sdvmta{height:200px}@keyframes svelte-1sdvmta-shimmer{0%{opacity:.3}50%{opacity:.6}to{opacity:.3}}.error-block.svelte-1sdvmta.svelte-1sdvmta{text-align:center;padding:40px 20px}.error-block.svelte-1sdvmta button.svelte-1sdvmta{margin-top:12px;padding:10px 24px;background:#6d28d9;color:#fff;border:none;border-radius:12px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer}.header.svelte-1t766bs{padding-top:12px}.greeting-title.svelte-1t766bs{font-family:Cormorant Garamond,Georgia,serif;font-size:32px;font-weight:700;letter-spacing:.3px;line-height:1.1}.sign-row.svelte-1t766bs{display:flex;align-items:baseline;gap:20px;margin-top:14px}.sign-item.svelte-1t766bs{display:flex;align-items:baseline;gap:5px}.sign-label.svelte-1t766bs{font-size:12px;color:#ffffff59}.sign-value.svelte-1t766bs{font-family:Cormorant Garamond,Georgia,serif;font-size:20px;font-weight:700;color:#fff}.sign-icon-sm.svelte-1t766bs{width:18px;height:18px;border-radius:50%;align-self:center}.calc-page.svelte-1t766bs{display:flex;flex-direction:column;gap:16px}.sub-tabs.svelte-1t766bs{display:flex;gap:6px;padding:4px;background:#261441eb;border-radius:18px;border:1px solid rgba(255,255,255,.15);box-shadow:0 4px 20px #00000040}.sub-tab.svelte-1t766bs{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 0;background:none;border:none;border-radius:14px;color:#ffffff73;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-tap-highlight-color:transparent}.sub-tab--active.svelte-1t766bs{background:#ffffff26;color:#fff;box-shadow:0 2px 12px #00000040,inset 0 1px #ffffff1f;border:1px solid rgba(255,255,255,.15)}.profile-page.svelte-4lyw0p.svelte-4lyw0p{display:flex;flex-direction:column;gap:20px;padding-top:20px}.profile-header.svelte-4lyw0p.svelte-4lyw0p{display:flex;flex-direction:column;align-items:center;gap:16px}.avatar-large.svelte-4lyw0p.svelte-4lyw0p{width:120px;height:120px;border-radius:50%;border:3px solid rgba(167,139,250,.4);overflow:hidden;display:flex;align-items:center;justify-content:center;background:#a78bfa1a;box-shadow:0 8px 32px #6d28d94d}.avatar-large.svelte-4lyw0p img.svelte-4lyw0p{width:100%;height:100%;object-fit:cover}.avatar-zodiac.svelte-4lyw0p.svelte-4lyw0p{width:60px;height:60px}.profile-name.svelte-4lyw0p.svelte-4lyw0p{font-family:Cormorant Garamond,Georgia,serif;font-size:32px;font-weight:700;text-align:center}.profile-card.svelte-4lyw0p.svelte-4lyw0p{display:flex;flex-direction:column;gap:12px}.card-row.svelte-4lyw0p.svelte-4lyw0p{background:#281646eb;border-radius:20px;border:1px solid rgba(255,255,255,.18);border-top-color:#ffffff40;box-shadow:0 4px 24px #0000004d,inset 0 1px #ffffff1a;padding:18px}.card-item.svelte-4lyw0p.svelte-4lyw0p{display:flex;align-items:center;gap:16px}.item-icon.svelte-4lyw0p.svelte-4lyw0p{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#a78bfa33,#a78bfa1a);display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.zodiac-icon.svelte-4lyw0p.svelte-4lyw0p{width:28px;height:28px}.item-content.svelte-4lyw0p.svelte-4lyw0p{display:flex;flex-direction:column;gap:4px;flex:1}.item-label.svelte-4lyw0p.svelte-4lyw0p{font-size:12px;color:#ffffff73;text-transform:uppercase;letter-spacing:.5px}.item-value.svelte-4lyw0p.svelte-4lyw0p{font-family:Cormorant Garamond,Georgia,serif;font-size:20px;font-weight:700;color:#fff}.settings-section.svelte-4lyw0p.svelte-4lyw0p{margin-top:8px}.section-title.svelte-4lyw0p.svelte-4lyw0p{font-family:Cormorant Garamond,Georgia,serif;font-size:22px;font-weight:700;margin-bottom:12px;color:#ffffffe6}.setting-row.svelte-4lyw0p.svelte-4lyw0p{margin-bottom:5px}.setting-row.svelte-4lyw0p .card-item.svelte-4lyw0p{gap:12px}.setting-icon.svelte-4lyw0p.svelte-4lyw0p{font-size:20px;width:40px;height:40px;background:linear-gradient(135deg,#a78bfa26,#a78bfa14)}.setting-label.svelte-4lyw0p.svelte-4lyw0p{font-size:15px;font-weight:600;color:#fff}.setting-desc.svelte-4lyw0p.svelte-4lyw0p{font-size:12px;color:#ffffff73;line-height:1.4}.profile-nav-btn.svelte-4lyw0p.svelte-4lyw0p{display:flex;align-items:center;gap:12px;width:100%;padding:18px;background:#281646eb;border-radius:20px;border:1px solid rgba(255,255,255,.18);border-top-color:#ffffff40;box-shadow:0 4px 24px #0000004d,inset 0 1px #ffffff1a;color:#fff;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.profile-nav-btn.svelte-4lyw0p.svelte-4lyw0p:active{transform:scale(.98);background:#ffffff24}.nav-btn-text.svelte-4lyw0p.svelte-4lyw0p{flex:1;text-align:left}.nav-btn-arrow.svelte-4lyw0p.svelte-4lyw0p{font-size:20px;color:#ffffff4d}.error-toast.svelte-4lyw0p.svelte-4lyw0p{background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:14px;padding:12px 16px;font-size:13px;color:#fca5a5;line-height:1.4;margin-bottom:8px;animation:svelte-4lyw0p-slideDown .3s ease}.setting-warn.svelte-4lyw0p.svelte-4lyw0p{color:#fbbf24b3}.toggle.svelte-4lyw0p.svelte-4lyw0p{position:relative;width:48px;height:28px;border-radius:14px;border:none;background:#ffffff1f;cursor:pointer;flex-shrink:0;transition:background .3s ease;padding:0}.toggle.svelte-4lyw0p.svelte-4lyw0p:disabled{opacity:.5;cursor:not-allowed}.toggle.active.svelte-4lyw0p.svelte-4lyw0p{background:linear-gradient(135deg,#a78bfa,#7c3aed)}.toggle-knob.svelte-4lyw0p.svelte-4lyw0p{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0000004d;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.toggle.active.svelte-4lyw0p .toggle-knob.svelte-4lyw0p{transform:translate(20px)}@keyframes svelte-4lyw0p-slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header-row.svelte-4lyw0p.svelte-4lyw0p{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:12px}.star-balance-btn.svelte-4lyw0p.svelte-4lyw0p{display:flex;align-items:center;gap:4px;padding:8px 14px;border-radius:14px;border:none;background:linear-gradient(135deg,#372a0feb,#23190aeb);border:1px solid rgba(250,204,21,.25);box-shadow:0 4px 16px #0003;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);font-family:inherit;height:44px}.star-balance-btn.svelte-4lyw0p.svelte-4lyw0p:active{transform:scale(.92)}.star-icon.svelte-4lyw0p.svelte-4lyw0p{font-size:16px}.star-count.svelte-4lyw0p.svelte-4lyw0p{font-size:15px;font-weight:700;color:#fbbf24}.star-spinner.svelte-4lyw0p.svelte-4lyw0p{width:16px;height:16px;border:2px solid rgba(250,204,21,.25);border-top-color:#fbbf24;border-radius:50%;animation:svelte-4lyw0p-starSpin .7s linear infinite}@keyframes svelte-4lyw0p-starSpin{to{transform:rotate(360deg)}}.modal-overlay.svelte-4lyw0p.svelte-4lyw0p{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#000000e0;display:flex;align-items:center;justify-content:center;padding:16px;animation:svelte-4lyw0p-modalFadeIn .25s ease}@keyframes svelte-4lyw0p-modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content.svelte-4lyw0p.svelte-4lyw0p{position:relative;width:100%;max-width:440px;max-height:calc(100vh - 32px);overflow-y:auto;background:linear-gradient(160deg,#1a1a2efa,#16213efa,#0f0c29fc);border:1px solid rgba(167,139,250,.2);border-top-color:#a78bfa4d;border-radius:24px;box-shadow:0 16px 64px #00000080,0 0 40px #6d28d926,inset 0 1px #ffffff14;animation:svelte-4lyw0p-modalSlideUp .3s cubic-bezier(.34,1.56,.64,1);-ms-overflow-style:none;scrollbar-width:none}.modal-content.svelte-4lyw0p.svelte-4lyw0p::-webkit-scrollbar{display:none}@keyframes svelte-4lyw0p-modalSlideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close.svelte-4lyw0p.svelte-4lyw0p{position:absolute;top:0;right:0;z-index:2;width:36px;height:36px;margin:12px 12px 0 0;border-radius:50%;border:none;background:#ffffff1a;color:#fff9;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.modal-close.svelte-4lyw0p.svelte-4lyw0p:active{background:#fff3}.star-shop-modal.svelte-4lyw0p.svelte-4lyw0p{max-width:420px}.star-shop-body.svelte-4lyw0p.svelte-4lyw0p{display:flex;flex-direction:column;align-items:center;gap:16px;padding:8px 24px 28px}.shop-header.svelte-4lyw0p.svelte-4lyw0p{text-align:center;display:flex;flex-direction:column;align-items:center;gap:4px}.shop-icon.svelte-4lyw0p.svelte-4lyw0p{font-size:40px}.shop-header.svelte-4lyw0p h3.svelte-4lyw0p{font-size:20px;font-weight:800;color:#fff;margin:0}.shop-balance.svelte-4lyw0p.svelte-4lyw0p{font-size:14px;color:#ffffff80}.shop-desc.svelte-4lyw0p.svelte-4lyw0p{font-size:13px;color:#fff6;text-align:center;line-height:1.4}.star-packages.svelte-4lyw0p.svelte-4lyw0p{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%}.pkg-card.svelte-4lyw0p.svelte-4lyw0p{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;padding:18px 6px 14px;background:#23190aeb;border:1.5px solid rgba(250,204,21,.18);border-radius:18px;color:#fde68a;font-family:inherit;cursor:pointer;transition:all .3s;min-width:0}.pkg-card.svelte-4lyw0p.svelte-4lyw0p:active{transform:scale(.95)}.pkg-card.svelte-4lyw0p.svelte-4lyw0p:disabled{opacity:.5;cursor:default}.pkg-card.best-value.svelte-4lyw0p.svelte-4lyw0p{background:#32260cf2;border-color:#facc1559;box-shadow:0 4px 20px #facc1526}.best-badge.svelte-4lyw0p.svelte-4lyw0p{position:absolute;top:-8px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#f59e0b,#eab308);color:#000;padding:2px 8px;border-radius:6px;white-space:nowrap}.save-badge.svelte-4lyw0p.svelte-4lyw0p{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.pkg-amount.svelte-4lyw0p.svelte-4lyw0p{font-size:22px;font-weight:800}.pkg-label.svelte-4lyw0p.svelte-4lyw0p{font-size:11px;color:#ffffff80;margin-top:-4px}.pkg-votes.svelte-4lyw0p.svelte-4lyw0p{font-size:12px;font-weight:600;color:#fff9;margin-top:4px}.pkg-discount.svelte-4lyw0p.svelte-4lyw0p{font-size:10px;font-weight:700;color:#4ade80;margin-top:2px}.purchase-status.svelte-4lyw0p.svelte-4lyw0p{font-size:13px;color:#facc15b3;animation:svelte-4lyw0p-pulse 1.5s ease-in-out infinite}.purchase-error.svelte-4lyw0p.svelte-4lyw0p{font-size:13px;color:#fca5a5;text-align:center;animation:svelte-4lyw0p-slideDown .3s ease}@keyframes svelte-4lyw0p-pulse{0%,to{opacity:.7}50%{opacity:1}}.success-body.svelte-4lyw0p.svelte-4lyw0p{position:relative;overflow:hidden;padding-top:32px!important;padding-bottom:32px!important}.success-icon.svelte-4lyw0p.svelte-4lyw0p{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#fff;animation:svelte-4lyw0p-successPop .5s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 24px #22c55e66}.success-title.svelte-4lyw0p.svelte-4lyw0p{font-size:20px;font-weight:800;color:#fff;margin:0;animation:svelte-4lyw0p-fadeInUp .4s ease .15s both}.success-amount.svelte-4lyw0p.svelte-4lyw0p{font-size:28px;font-weight:800;color:#fbbf24;margin:0;animation:svelte-4lyw0p-fadeInUp .4s ease .25s both}.success-balance.svelte-4lyw0p.svelte-4lyw0p{font-size:14px;color:#ffffff80;animation:svelte-4lyw0p-fadeInUp .4s ease .35s both}.success-btn.svelte-4lyw0p.svelte-4lyw0p{margin-top:8px;padding:12px 40px;border-radius:14px;border:none;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-family:inherit;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s ease;animation:svelte-4lyw0p-fadeInUp .4s ease .45s both;box-shadow:0 4px 16px #22c55e4d}.success-btn.svelte-4lyw0p.svelte-4lyw0p:active{transform:scale(.95)}@keyframes svelte-4lyw0p-successPop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.15)}to{transform:scale(1);opacity:1}}@keyframes svelte-4lyw0p-fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.confetti-container.svelte-4lyw0p.svelte-4lyw0p{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.confetti.svelte-4lyw0p.svelte-4lyw0p{position:absolute;width:8px;height:8px;top:-10px;opacity:0;animation:svelte-4lyw0p-confettiFall 2.5s ease-in forwards;animation-delay:calc(var(--i) * .08s);left:calc(var(--i) * 4.1% + 2%)}.confetti-0.svelte-4lyw0p.svelte-4lyw0p{background:#fbbf24;border-radius:50%}.confetti-1.svelte-4lyw0p.svelte-4lyw0p{background:#a78bfa;border-radius:2px;width:6px;height:10px}.confetti-2.svelte-4lyw0p.svelte-4lyw0p{background:#22c55e;border-radius:50%;width:6px;height:6px}.confetti-3.svelte-4lyw0p.svelte-4lyw0p{background:#f472b6;border-radius:2px;width:10px;height:6px}.confetti-4.svelte-4lyw0p.svelte-4lyw0p{background:#38bdf8;border-radius:50%}.confetti-5.svelte-4lyw0p.svelte-4lyw0p{background:#fb923c;border-radius:2px;width:7px;height:9px}@keyframes svelte-4lyw0p-confettiFall{0%{transform:translateY(0) rotate(0) scale(0);opacity:0}10%{opacity:1;transform:translateY(0) rotate(0) scale(1)}to{transform:translateY(350px) rotate(calc(var(--i) * 47deg)) translate(calc((var(--i) - 12) * 8px));opacity:0}}.tarot-shared-page.svelte-v348vc.svelte-v348vc{display:flex;flex-direction:column;align-items:center;gap:16px;padding-top:8px;max-width:440px;margin:0 auto;padding-bottom:24px}h2.svelte-v348vc.svelte-v348vc{font-size:22px;font-weight:800;text-align:center;margin-bottom:4px}.owner-badge.svelte-v348vc.svelte-v348vc{text-align:center;color:#fff9;font-size:13px;margin-bottom:12px}.question-display.svelte-v348vc.svelte-v348vc{color:#ffffffb3;font-size:14px;text-align:center;font-style:italic;line-height:1.5;word-break:break-word;background:#ffffff0d;padding:12px 16px;border-radius:12px;margin-bottom:20px}.loading.svelte-v348vc.svelte-v348vc,.error.svelte-v348vc.svelte-v348vc{display:flex;flex-direction:column;align-items:center;gap:16px;padding:60px 20px;text-align:center}.spinner.svelte-v348vc.svelte-v348vc{width:40px;height:40px;border:3px solid rgba(167,139,250,.2);border-top-color:#a78bfa;border-radius:50%;animation:svelte-v348vc-spin 1s linear infinite}@keyframes svelte-v348vc-spin{to{transform:rotate(360deg)}}.error.svelte-v348vc p.svelte-v348vc,.loading.svelte-v348vc p.svelte-v348vc{color:#ffffffb3;font-size:14px}.error-icon.svelte-v348vc.svelte-v348vc{font-size:48px}.btn-primary.svelte-v348vc.svelte-v348vc{width:100%;max-width:280px;padding:16px 24px;background:linear-gradient(135deg,#7c3aed,#4f46e5);border:none;border-radius:20px;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 16px #7c3aed66;font-family:inherit;margin-top:16px}.btn-primary.svelte-v348vc.svelte-v348vc:active{transform:scale(.96)}.main-action.svelte-v348vc.svelte-v348vc{background:linear-gradient(135deg,#f59e0b,#eab308);box-shadow:0 4px 16px #f59e0b66;color:#000}.cards-mini.svelte-v348vc.svelte-v348vc{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:24px}.card-mini.svelte-v348vc.svelte-v348vc{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px;border-radius:12px;border:1px solid rgba(255,255,255,.15);background:linear-gradient(135deg,#1a1a2e,#16213e);transition:transform .2s;cursor:pointer;box-shadow:0 4px 12px #0003;width:80px}.card-mini.svelte-v348vc.svelte-v348vc:active{transform:scale(.95)}.card-mini.reversed.svelte-v348vc.svelte-v348vc{border-color:#fca5a54d}.cm-image.svelte-v348vc.svelte-v348vc{width:60px;height:90px;object-fit:contain;border-radius:4px}.cm-fallback.svelte-v348vc.svelte-v348vc{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 4px;border-radius:8px;width:60px;height:90px}.cm-symbol.svelte-v348vc.svelte-v348vc{font-size:18px}.cm-name.svelte-v348vc.svelte-v348vc{font-size:10px;font-weight:700;color:#fff;text-align:center;line-height:1.1;overflow:hidden;text-overflow:ellipsis}.cm-reversed.svelte-v348vc.svelte-v348vc{font-size:9px;color:#ffb4b4cc;transform:rotate(180deg)}.cm-position.svelte-v348vc.svelte-v348vc{font-size:10px;color:#ffffff80;text-transform:uppercase;text-align:center;margin-top:4px;line-height:1.2}.interpretations.svelte-v348vc.svelte-v348vc{display:flex;flex-direction:column;gap:16px;width:100%;margin-bottom:24px}.interp-card.svelte-v348vc.svelte-v348vc{background:#281646eb;border:1px solid rgba(255,255,255,.15);border-top-color:#ffffff38;border-radius:20px;padding:16px;box-shadow:0 4px 20px #0003}.interp-header.svelte-v348vc.svelte-v348vc{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.interp-position.svelte-v348vc.svelte-v348vc{font-size:11px;font-weight:600;text-transform:uppercase;color:#a78bfacc;letter-spacing:.5px}.interp-card-name.svelte-v348vc.svelte-v348vc{font-size:16px;font-weight:800;color:#fff;display:flex;align-items:center;gap:8px}.rev-tag.svelte-v348vc.svelte-v348vc{font-size:10px;background:#fca5a526;color:#fca5a5;padding:2px 6px;border-radius:6px}.interp-keywords.svelte-v348vc.svelte-v348vc{font-size:12px;color:#fff6;font-style:italic;margin-bottom:12px}.interp-meaning.svelte-v348vc.svelte-v348vc{font-size:14px;line-height:1.6;color:#fffc}.overall-reading.svelte-v348vc.svelte-v348vc{width:100%;display:flex;flex-direction:column;gap:16px;padding:20px;background:linear-gradient(135deg,#231241f2,#1c0e37f2);border:1px solid rgba(167,139,250,.3);border-top-color:#a78bfa66;border-radius:24px;box-shadow:0 8px 32px #0003,inset 0 1px #ffffff1a;margin-bottom:24px}.energy-badge.svelte-v348vc.svelte-v348vc{align-self:flex-start;padding:6px 12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;font-size:12px;font-weight:600;color:#ddd}.overall-text.svelte-v348vc.svelte-v348vc{font-size:15px;line-height:1.7;color:#ffffffe6}.advice-box.svelte-v348vc.svelte-v348vc{display:flex;gap:12px;padding:16px;background:#0003;border-radius:16px}.advice-box.svelte-v348vc span.svelte-v348vc{font-size:20px}.advice-box.svelte-v348vc p.svelte-v348vc{font-size:14px;line-height:1.6;color:#fffc}.actions.svelte-v348vc.svelte-v348vc{display:flex;width:100%;justify-content:center}.modal-overlay.svelte-v348vc.svelte-v348vc{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#000000e0;display:flex;align-items:center;justify-content:center;padding:16px;animation:svelte-v348vc-modalFadeIn .25s ease}@keyframes svelte-v348vc-modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content.svelte-v348vc.svelte-v348vc{position:relative;width:100%;max-width:440px;max-height:calc(100vh - 32px);overflow-y:auto;background:linear-gradient(160deg,#1a1a2efa,#16213efa,#0f0c29fc);border:1px solid rgba(167,139,250,.2);border-top-color:#a78bfa4d;border-radius:24px;box-shadow:0 16px 64px #00000080,inset 0 1px #ffffff14;animation:svelte-v348vc-modalSlideUp .3s cubic-bezier(.34,1.56,.64,1);-ms-overflow-style:none;scrollbar-width:none}.modal-content.svelte-v348vc.svelte-v348vc::-webkit-scrollbar{display:none}@keyframes svelte-v348vc-modalSlideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close.svelte-v348vc.svelte-v348vc{position:absolute;top:0;right:0;z-index:2;width:36px;height:36px;margin:12px 12px 0 0;border-radius:50%;border:none;background:#ffffff1a;color:#fff9;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.modal-body.svelte-v348vc.svelte-v348vc{display:flex;flex-direction:column;align-items:center;gap:20px;padding:8px 24px 28px}.modal-card-visual.svelte-v348vc.svelte-v348vc{flex-shrink:0}.modal-card.svelte-v348vc.svelte-v348vc{width:200px;height:310px;border-radius:12px;overflow:hidden;border:2px solid rgba(167,139,250,.3);box-shadow:0 8px 32px #6d28d94d;background:linear-gradient(135deg,#1a1a2e,#16213e)}.modal-card-img.svelte-v348vc.svelte-v348vc{width:100%;height:100%;object-fit:contain}.modal-card-img.reversed.svelte-v348vc.svelte-v348vc{transform:rotate(180deg)}.modal-card-fallback.svelte-v348vc.svelte-v348vc{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.mcf-inner.svelte-v348vc.svelte-v348vc{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:12px;width:100%;height:100%}.mcf-inner.upside-down.svelte-v348vc.svelte-v348vc{transform:rotate(180deg)}.mcf-number.svelte-v348vc.svelte-v348vc{font-size:16px;font-weight:800;color:#fff9;position:absolute;top:10px;left:12px}.mcf-suit.svelte-v348vc.svelte-v348vc{font-size:32px;margin-bottom:4px}.mcf-name.svelte-v348vc.svelte-v348vc{font-size:14px;font-weight:700;color:#fff;text-align:center;line-height:1.3}.mcf-reversed.svelte-v348vc.svelte-v348vc{font-size:11px;color:#ffb4b4cc;margin-top:4px}.modal-card-info.svelte-v348vc.svelte-v348vc{width:100%;display:flex;flex-direction:column;gap:10px}.modal-card-title.svelte-v348vc.svelte-v348vc{display:flex;flex-direction:column;gap:4px}.modal-card-title.svelte-v348vc h3.svelte-v348vc{font-size:18px;font-weight:800;color:#fff;margin:0}.modal-rev-badge.svelte-v348vc.svelte-v348vc{font-size:11px;font-weight:600;color:#fca5a5;background:#fca5a51a;padding:2px 8px;border-radius:6px;width:fit-content}.modal-card-name-en.svelte-v348vc.svelte-v348vc{font-size:12px;color:#ffffff4d;font-style:italic;margin-top:-6px}.modal-card-position.svelte-v348vc.svelte-v348vc{display:flex;gap:6px;align-items:center}.modal-pos-label.svelte-v348vc.svelte-v348vc{font-size:10px;font-weight:600;text-transform:uppercase;color:#a78bfa99}.modal-pos-value.svelte-v348vc.svelte-v348vc{font-size:13px;font-weight:600;color:#c4b5fd}.modal-section.svelte-v348vc.svelte-v348vc{display:flex;flex-direction:column;gap:3px}.modal-section-label.svelte-v348vc.svelte-v348vc{font-size:10px;font-weight:600;text-transform:uppercase;color:#ffffff59}.modal-keywords.svelte-v348vc.svelte-v348vc{font-size:12px;color:#ffffff80;font-style:italic}.modal-meaning.svelte-v348vc.svelte-v348vc,.modal-description.svelte-v348vc.svelte-v348vc,.modal-interp.svelte-v348vc.svelte-v348vc{font-size:13px;line-height:1.5;color:#ffffffbf}.modal-interp-section.svelte-v348vc.svelte-v348vc{margin-top:4px;padding-top:10px;border-top:1px solid rgba(167,139,250,.15)}.modal-interp.svelte-v348vc.svelte-v348vc{font-size:14px;color:#ffffffd9}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif;background:#0a0618 url(/bg.png) repeat;background-size:400px 400px;color:#fff;min-height:100vh;overflow-x:hidden}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(170deg,#0a0618a6,#0f0a2399 40%,#0a0618ad);pointer-events:none;z-index:0}h1,h2{font-family:Cormorant Garamond,Georgia,serif}.app.svelte-oi4iuu.svelte-oi4iuu{display:flex;flex-direction:column;min-height:100vh;max-width:480px;margin:0 auto;position:relative;z-index:1}.page-content.svelte-oi4iuu.svelte-oi4iuu{flex:1;padding:50px 16px 100px}.bottom-nav.svelte-oi4iuu.svelte-oi4iuu{position:fixed;bottom:12px;left:50%;transform:translate(-50%);width:calc(100% - 24px);max-width:456px;display:flex;justify-content:space-around;align-items:center;padding:6px;padding-bottom:calc(6px + env(safe-area-inset-bottom,0));z-index:100;background:linear-gradient(135deg,#ffffff1f,#ffffff0d,#ffffff14);backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-radius:28px;border:1px solid rgba(255,255,255,.18);border-top-color:#ffffff47;box-shadow:0 8px 32px #00000059,0 2px 8px #0003,inset 0 1px #ffffff1f}.glass-pill.svelte-oi4iuu.svelte-oi4iuu{position:absolute;top:6px;bottom:calc(6px + env(safe-area-inset-bottom,0));width:calc((100% - 12px) / var(--pill-count, 5));left:calc(6px + var(--pill-index) * ((100% - 12px) / var(--pill-count, 5)));border-radius:22px;pointer-events:none;transition:left .4s cubic-bezier(.34,1.56,.64,1);background:linear-gradient(168deg,#ffffff47,#ffffff1a 40%,#ffffff26);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);border-top-color:#ffffff73;border-bottom-color:#ffffff1f;box-shadow:inset 0 1px 1px #ffffff40,inset 0 -1px 1px #ffffff0d,0 2px 12px #a78bfa26,0 0 20px #a78bfa14}.glass-pill.svelte-oi4iuu.svelte-oi4iuu:before{content:"";position:absolute;top:2px;left:12%;right:12%;height:40%;border-radius:20px 20px 50% 50%;background:linear-gradient(180deg,#fff3,#fff0);pointer-events:none}.nav-item.svelte-oi4iuu.svelte-oi4iuu{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:none;border:none;color:#fff6;font-size:10px;font-family:inherit;cursor:pointer;padding:8px 0;width:20%;border-radius:22px;transition:color .3s ease,transform .2s ease;-webkit-tap-highlight-color:transparent}.nav-item.svelte-oi4iuu.svelte-oi4iuu:active{transform:scale(.92)}.nav-item.active.svelte-oi4iuu.svelte-oi4iuu{color:#fff}.nav-icon-img.svelte-oi4iuu.svelte-oi4iuu{width:26px;height:26px;object-fit:contain;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.nav-item.active.svelte-oi4iuu .nav-icon-img.svelte-oi4iuu{transform:scale(1.05)}@keyframes svelte-oi4iuu-badge-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.nav-avatar.svelte-oi4iuu.svelte-oi4iuu{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid rgba(167,139,250,.3);transition:transform .3s cubic-bezier(.34,1.56,.64,1),border-color .3s ease}.nav-avatar--placeholder.svelte-oi4iuu.svelte-oi4iuu{display:flex;align-items:center;justify-content:center;background:#a78bfa26}.avatar-zodiac-small.svelte-oi4iuu.svelte-oi4iuu{width:16px;height:16px}.nav-item.active.svelte-oi4iuu .nav-avatar.svelte-oi4iuu{transform:scale(1.08);border-color:#a78bfa99}.nav-label.svelte-oi4iuu.svelte-oi4iuu{font-weight:500;font-size:11px;letter-spacing:.2px;opacity:0;animation:svelte-oi4iuu-labelFadeIn .3s ease .1s forwards}@keyframes svelte-oi4iuu-labelFadeIn{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}
