@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--bg-color:#fff;--surface-color:#ffffffe6;--surface-border:#00000014;--primary-color:#3b82f6;--text-primary:#0f172a;--text-secondary:#64748b;--accent-gradient:linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);--glass-shadow:0 4px 30px #0000000d;--glass-blur:blur(12px)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);background-image:radial-gradient(circle at 15%,#3b82f614 0%,#0000 50%),radial-gradient(circle at 85% 30%,#8b5cf614 0%,#0000 50%);background-attachment:fixed;flex-direction:column;min-height:100vh;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--surface-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fff3}.glass-panel{background:var(--surface-color);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--surface-border);box-shadow:var(--glass-shadow);border-radius:16px}.text-gradient{background:var(--accent-gradient);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s ease-out forwards fadeIn}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input{font-family:inherit}.app-container{flex-direction:column;width:100%;max-width:1000px;min-height:100vh;margin:0 auto;padding:2rem;display:flex}.search-section{flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:50vh;transition:all .5s;display:flex}.search-section.compact{flex:0;min-height:auto;margin-bottom:2rem;padding-top:1rem}.main-avatar{object-fit:cover;border-radius:50%;width:150px;height:150px;margin-bottom:2rem;transition:all .5s;box-shadow:0 10px 30px #0000001a}.main-avatar.clickable{cursor:pointer}.main-avatar.clickable:hover{box-shadow:0 15px 40px #3b82f633}.search-section.compact .main-avatar{width:80px;height:80px;margin-bottom:1.5rem}.search-bar-container{width:100%;max-width:600px;position:relative}.search-bar{z-index:10;background:#fff;border:1px solid #0000001a;border-radius:30px;align-items:center;gap:12px;width:100%;padding:.75rem 1.5rem;transition:all .2s;display:flex;position:relative;box-shadow:0 4px 15px #0000000d}.search-bar:focus-within{border-color:#3b82f64d;box-shadow:0 8px 25px #3b82f626}.search-icon{color:var(--text-secondary)}.search-input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:1.1rem}.search-input::placeholder{color:var(--text-secondary)}.error-text{color:#ef4444;background:#ef44441a;border-radius:8px;margin-top:1.5rem;padding:.75rem 1.25rem;font-weight:500;animation:.3s fadeIn}.funny-response{max-width:600px;color:var(--text-primary);text-align:center;background:linear-gradient(135deg,#fbbf241f,#f59e0b14);border:1px solid #fbbf2440;border-radius:16px;margin-top:1.5rem;padding:1rem 1.5rem;font-size:1.05rem;font-weight:500;line-height:1.6;animation:.4s fadeIn,.6s subtleBounce}.funny-response p{margin:0}.hint-response{color:#4c1d95;text-align:center;letter-spacing:.02em;background:linear-gradient(135deg,#ede9fe,#e8e0ff);border:1px solid #8b5cf64d;border-radius:16px;max-width:600px;margin-top:1.5rem;padding:1.25rem 1.5rem;font-size:1.05rem;font-style:italic;font-weight:500;line-height:1.7;animation:.5s fadeIn,3s ease-in-out infinite ominousGlow;box-shadow:0 4px 20px #8b5cf61f,inset 0 0 30px #8b5cf60d}.hint-response p{margin:0}@keyframes subtleBounce{0%{transform:scale(.95)}50%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes ominousGlow{0%,to{box-shadow:0 4px 20px #8b5cf61f,inset 0 0 30px #8b5cf60d}50%{box-shadow:0 4px 30px #8b5cf638,inset 0 0 40px #8b5cf614}}.palm-reading-card{flex-direction:column;align-items:center;gap:1.25rem;margin-top:2rem;display:flex}.palm-hand-link{cursor:pointer;background:linear-gradient(145deg,#581c871f,#8b5cf614);border:2px solid #8b5cf64d;border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;text-decoration:none;transition:all .3s;animation:3s ease-in-out infinite palmFloat,3s ease-in-out infinite palmGlow;display:flex;box-shadow:0 0 30px #8b5cf633,inset 0 0 20px #8b5cf60d}.palm-hand-link:hover{border-color:#a855f799;transform:scale(1.1);box-shadow:0 0 50px #8b5cf666,inset 0 0 30px #8b5cf61a}.palm-hand-emoji{filter:drop-shadow(0 0 12px #8b5cf666);font-size:4.5rem;transition:filter .3s}.palm-hand-link:hover .palm-hand-emoji{filter:drop-shadow(0 0 20px #a855f799)}.palm-reading-text{color:#a78bfa;letter-spacing:.03em;text-align:center;font-size:1.05rem;font-style:italic;animation:.6s .3s both fadeIn}@keyframes palmFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes palmGlow{0%,to{box-shadow:0 0 30px #8b5cf633,inset 0 0 20px #8b5cf60d}50%{box-shadow:0 0 45px #8b5cf659,inset 0 0 30px #8b5cf61a}}.search-hints{color:var(--text-secondary);margin-top:1.5rem;font-size:.95rem;animation:.5s fadeIn}.search-hints span{color:var(--primary-color);cursor:pointer;margin:0 .25rem;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:all .2s}.search-hints span:hover{-webkit-text-decoration-color:var(--primary-color);text-decoration-color:var(--primary-color)}.result-section{flex:1;justify-content:center;width:100%;display:flex}.suggestions-dropdown{z-index:9;border-radius:16px;flex-direction:column;margin-top:.5rem;display:flex;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 10px 30px #0000001a}.suggestion-item{cursor:pointer;color:var(--text-primary);background:0 0;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-weight:500;transition:background .2s;display:flex}.suggestion-item:hover{background:#3b82f614}.suggestion-item.disabled{cursor:default;color:var(--text-secondary);padding:1rem 1.5rem}.suggestion-item.disabled:hover{color:var(--text-secondary);background:0 0}.suggestion-emoji{text-align:center;flex-shrink:0;width:24px;font-size:1.1rem}.suggestion-text{flex-direction:column;gap:.15rem;min-width:0;display:flex}.suggestion-label{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:500;overflow:hidden}.suggestion-item:hover .suggestion-label{color:var(--primary-color)}.suggestion-category{color:var(--text-secondary);font-size:.75rem;font-weight:400}.resume-container{width:100%;padding:1rem}.resume-header{text-align:center;margin-bottom:2rem}.resume-header h2{margin-bottom:.5rem;font-size:2rem}.resume-header p{color:var(--text-secondary);margin-bottom:1rem}.social-links{justify-content:center;gap:1rem;display:flex}.social-links a{color:var(--primary-color);font-weight:500;text-decoration:none;transition:opacity .2s}.social-links a:hover{opacity:.8;text-decoration:underline}.timeline{max-width:800px;margin:0 auto;position:relative}.timeline:before{content:"";background:var(--surface-border);width:2px;height:100%;position:absolute;top:0;left:20px}.timeline-item{margin-bottom:2rem;display:flex;position:relative}.timeline-icon{background:var(--bg-color);border:2px solid var(--primary-color);z-index:1;width:40px;height:40px;color:var(--primary-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.timeline-content{flex:1;margin-left:2rem;padding:1.5rem}.timeline-content h3{color:var(--text-primary);margin-bottom:.25rem}.timeline-date{color:var(--primary-color);margin-bottom:1rem;font-size:.875rem;font-weight:500;display:inline-block}.timeline-content p{color:var(--text-secondary);line-height:1.6}.matrix-canvas{z-index:0;opacity:0;pointer-events:none;width:100vw;height:100vh;animation:1.5s forwards fadeInMatrix;position:fixed;top:0;left:0}@keyframes fadeInMatrix{0%{opacity:0}to{opacity:.6}}.matrix-canvas.fade-out{animation:1.5s forwards fadeOutMatrix}@keyframes fadeOutMatrix{0%{opacity:.6}to{opacity:0}}.connect-container{text-align:center;width:100%;padding:1rem}.connect-title{margin-bottom:.5rem;font-size:2rem}.connect-subtitle{color:var(--text-secondary);margin-bottom:2rem}.connect-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;max-width:600px;margin:0 auto;display:grid}.connect-card{color:var(--text-primary);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:1.5rem 1rem;text-decoration:none;transition:all .2s;display:flex}.connect-card:hover{color:var(--primary-color);border-color:#3b82f64d;transform:translateY(-4px);box-shadow:0 8px 25px #3b82f626}.connect-card.highlight{background:#3b82f60d;border-color:#3b82f633}.connect-card span{font-size:.9rem;font-weight:500}.contact-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.contact-modal{text-align:left;width:100%;max-width:500px;margin:0 auto;padding:2rem;position:relative;box-shadow:0 20px 40px #0003}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.modal-header .form-title{margin-bottom:0}.form-title{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.25rem;display:flex}.close-btn{color:var(--text-secondary);justify-content:center;align-items:center;transition:color .2s;display:flex}.close-btn:hover{color:var(--text-primary)}.inline-icon{color:var(--primary-color)}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.form-group input,.form-group textarea{background:var(--bg-color);border:1px solid var(--surface-border);color:var(--text-primary);border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 2px #3b82f633}.submit-btn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.submit-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.submit-btn:active{transform:translateY(0)}.bullseye-container{flex-direction:column;width:100%;max-width:800px;margin:0 auto;padding:2rem;display:flex}.bullseye-header{text-align:center;margin-bottom:2rem}.bullseye-header h2{margin-bottom:.5rem;font-size:2rem}.bullseye-subtitle{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.bullseye-message{background:var(--surface-border);text-align:center;border-radius:8px;margin-bottom:1.5rem;padding:.75rem 1.5rem;font-weight:500;animation:.3s fadeIn}.guesses-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem;max-height:400px;margin-bottom:1.5rem;padding-right:.5rem;display:grid;overflow-y:auto}.guess-item{background:#fff6;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.guess-word{letter-spacing:.15rem;color:var(--text-primary);font-size:1.25rem;font-weight:700}.guess-stats{gap:.75rem;font-size:.9rem;font-weight:500;display:flex}.bull-stat{color:#16a34a}.cow-stat{color:#ca8a04}.guess-form{gap:.5rem;margin-top:auto;display:flex}.guess-form input{border:1px solid var(--surface-border);color:var(--text-primary);text-transform:uppercase;letter-spacing:.1rem;text-align:center;background:#ffffff0d;border-radius:8px;flex:1;padding:.75rem 1rem;font-size:1.2rem;font-weight:700;transition:all .2s}.guess-form input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 2px #3b82f633}.bullseye-submit{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.bullseye-submit:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.bullseye-submit:active{transform:translateY(0)}.bullseye-reset{background:var(--accent-gradient);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.75rem 1.5rem;font-weight:600;transition:transform .2s,box-shadow .2s}.bullseye-reset:hover{transform:translateY(-2px);box-shadow:0 4px 15px #3b82f666}.about-container{width:100%;max-width:700px;margin:0 auto;padding:1rem}.about-header{text-align:center;margin-bottom:2rem}.about-header h2{font-size:2rem}.about-content{padding:2rem 2.5rem;line-height:1.8}.about-greeting{color:var(--text-primary);margin-bottom:1.25rem;font-size:1.4rem}.about-greeting strong{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.about-bio{color:var(--text-primary);margin-bottom:1rem;font-size:1.05rem}.about-bio em{font-style:italic;font-weight:500}.highlight{color:#2563eb;background:#3b82f61a;border-radius:4px;padding:.1rem .45rem;font-weight:600}.highlight-accent{color:#7c3aed;background:#8b5cf61a;border-radius:4px;padding:.1rem .45rem;font-weight:600}.highlight-warm{color:#b45309;background:#f59e0b1f;border-radius:4px;padding:.1rem .45rem;font-weight:600}.about-tags{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:1.75rem;display:flex}.tag{background:var(--surface-color);border:1px solid var(--surface-border);color:var(--text-secondary);cursor:default;border-radius:20px;padding:.45rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.tag:hover{color:var(--primary-color);background:#3b82f60d;border-color:#3b82f64d;transform:translateY(-2px)}.photos-container{width:100%;max-width:900px;margin:0 auto;padding:1rem}.photos-header{text-align:center;margin-bottom:2rem}.photos-header h2{margin-bottom:.5rem;font-size:2rem}.photos-subtitle{color:var(--text-secondary);font-size:.95rem}.photos-empty{text-align:center;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.photos-empty .empty-icon{color:var(--primary-color);opacity:.5}.photos-empty code{color:var(--primary-color);background:#3b82f61a;border-radius:4px;padding:.2rem .5rem;font-size:.85rem}.photos-masonry{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex}@media (width<=480px){.photos-masonry{flex-direction:column;align-items:center}}.photo-card{cursor:pointer;opacity:0;flex:0 auto;max-width:300px;transition:transform .3s,box-shadow .3s;animation:.5s forwards popIn;position:relative;overflow:hidden}@keyframes popIn{0%{opacity:0;transform:scale(.8)translateY(20px)}60%{transform:scale(1.03)translateY(-4px)}to{opacity:1;transform:scale(1)translateY(0)}}.photo-card.loading{background:linear-gradient(110deg,#0000000a 0%,#00000005 40%,#0000000a 60%,#00000005 100%) 0 0/200% 100%;min-width:200px;min-height:180px;animation:.5s forwards popIn,1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.photo-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #3b82f626}.photo-card img{border-radius:15px;width:100%;transition:transform .3s;display:block}.photo-card:hover img{transform:scale(1.03)}.photo-caption{color:#fff;opacity:0;background:linear-gradient(#0000,#0009);border-radius:0 0 15px 15px;padding:1rem;font-size:.85rem;font-weight:500;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.photo-card:hover .photo-caption{opacity:1}.lightbox-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#000000d9;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.lightbox-content{justify-content:center;align-items:center;gap:1rem;max-width:90vw;max-height:90vh;display:flex;position:relative}.lightbox-image-wrapper{flex-direction:column;align-items:center;max-height:85vh;display:flex}.lightbox-image-wrapper img{object-fit:contain;border-radius:12px;max-width:80vw;max-height:80vh;box-shadow:0 20px 60px #00000080}.lightbox-caption{color:#fff;text-align:center;opacity:.85;margin-top:1rem;font-size:1rem;font-weight:500}.lightbox-close{color:#fff;opacity:.7;cursor:pointer;z-index:10;transition:opacity .2s;position:absolute;top:-3rem;right:0}.lightbox-close:hover{opacity:1}.lightbox-nav{color:#fff;opacity:.6;cursor:pointer;border-radius:50%;flex-shrink:0;padding:.5rem;transition:all .2s}.lightbox-nav:hover{opacity:1;background:#ffffff1a}.lightbox-counter{color:#fff;opacity:.6;font-size:.85rem;font-weight:500;position:absolute;bottom:-2.5rem;left:50%;transform:translate(-50%)}.astrology-container{flex-direction:column;align-items:center;width:100%;min-height:400px;padding:2rem 1rem;display:flex;position:relative;overflow:hidden}.astro-particles{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.astro-particle{background:#8b5cf659;border-radius:50%;animation:6s ease-in-out infinite alternate particleFloat;position:absolute;box-shadow:0 0 6px #8b5cf666}@keyframes particleFloat{0%{opacity:.3;transform:translateY(0)scale(1)}50%{opacity:.7}to{opacity:.2;transform:translateY(-30px)scale(1.3)}}.astro-title{background:linear-gradient(135deg,#a78bfa 0%,#c084fc 40%,#f0abfc 100%);-webkit-text-fill-color:transparent;color:#0000;letter-spacing:.02em;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700}.astro-subtitle{color:var(--text-secondary);text-align:center;max-width:500px;font-size:1.05rem;line-height:1.7}.section-label{color:var(--text-primary);margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.astro-cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;border-radius:30px;padding:.85rem 2.5rem;font-size:1.05rem;font-weight:600;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 4px 20px #7c3aed59}.astro-cta:after{content:"";background:linear-gradient(135deg,#0000 30%,#ffffff26 50%,#0000 70%);transition:transform .5s;position:absolute;inset:0;transform:translate(-100%)}.astro-cta:hover{transform:translateY(-2px);box-shadow:0 8px 30px #7c3aed73}.astro-cta:hover:after{transform:translate(100%)}.astro-cta.secondary{color:#a78bfa;box-shadow:none;background:0 0;border:1px solid #8b5cf666}.astro-cta.secondary:hover{background:#8b5cf61a;box-shadow:0 0 15px #8b5cf626}.astro-intro{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem 1rem;display:flex;position:relative}.astro-orb{filter:drop-shadow(0 0 20px #8b5cf680);font-size:5rem;animation:3s ease-in-out infinite orbPulse}@keyframes orbPulse{0%,to{filter:drop-shadow(0 0 20px #8b5cf680);transform:scale(1)}50%{filter:drop-shadow(0 0 35px #8b5cf6cc);transform:scale(1.12)}}.astro-zodiac{z-index:1;flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex;position:relative}.zodiac-grid{grid-template-columns:repeat(4,1fr);gap:.75rem;width:100%;max-width:600px;display:grid}.zodiac-card{cursor:pointer;border:1px solid var(--surface-border);border-radius:14px;flex-direction:column;align-items:center;gap:.3rem;padding:1rem .5rem;transition:all .25s;display:flex}.zodiac-card:hover{border-color:#8b5cf666;transform:translateY(-3px);box-shadow:0 6px 20px #8b5cf61f}.zodiac-card.selected{border-color:#a855f7;box-shadow:0 0 20px #a855f733}.zodiac-symbol{font-size:1.6rem}.zodiac-name{color:var(--text-primary);font-size:.85rem;font-weight:600}.zodiac-dates{color:var(--text-secondary);font-size:.65rem}.astro-error{color:#ef4444;background:#ef444414;border:1px solid #ef444433;border-radius:10px;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500}.astro-error p{margin:0}.astro-loading{z-index:1;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 1rem;display:flex;position:relative}.loading-orb{font-size:4rem;animation:2s ease-in-out infinite orbPulse}.loading-text{color:#a78bfa;letter-spacing:.03em;font-size:1.15rem;font-style:italic}.loading-dots{gap:.5rem;display:flex}.loading-dots .dot{background:#a78bfa;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite dotBounce}.loading-dots .dot:nth-child(2){animation-delay:.2s}.loading-dots .dot:nth-child(3){animation-delay:.4s}@keyframes dotBounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1.2)}}.astro-reading{z-index:1;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:700px;display:flex;position:relative}.reading-header{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.reading-sign-symbol{font-size:2rem}.reading-element-badge{text-transform:uppercase;letter-spacing:.08em;color:#a78bfa;background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:20px;padding:.3rem .75rem;font-size:.75rem;font-weight:600}.horoscope-section{border-radius:16px;width:100%;padding:1.5rem}.horoscope-text{color:var(--text-primary);margin:0;font-size:1rem;line-height:1.75}.tarot-section{flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.tarot-spread{flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-top:.5rem;display:flex}.tarot-card-wrapper{flex-direction:column;align-items:center;gap:.5rem;display:flex}.tarot-position{text-transform:uppercase;letter-spacing:.1em;color:#a78bfa;font-size:.75rem;font-weight:600}.tarot-card{perspective:800px;cursor:pointer;width:170px;height:260px}.tarot-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.4,0,.2,1);position:relative}.tarot-card.flipped .tarot-inner{transform:rotateY(180deg)}.tarot-back,.tarot-front{backface-visibility:hidden;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.tarot-back{background:linear-gradient(145deg,#1e1b4b,#312e81);border:2px solid #8b5cf666;animation:3s ease-in-out infinite alternate cardGlow;box-shadow:0 6px 25px #581c874d}@keyframes cardGlow{0%{box-shadow:0 6px 25px #581c874d}to{box-shadow:0 6px 35px #8b5cf673}}.tarot-back-design{flex-direction:column;align-items:center;gap:1rem;display:flex}.tarot-back-star{color:#c4b5fd99;font-size:1rem}.tarot-back-star.bottom{transform:rotate(180deg)}.tarot-back-symbol{color:#c4b5fd;filter:drop-shadow(0 0 8px #c4b5fd80);font-size:2.5rem;animation:8s linear infinite symbolSpin}@keyframes symbolSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tarot-front{text-align:center;background:linear-gradient(145deg,#faf5ff,#f3e8ff);border:2px solid #a855f740;gap:.35rem;padding:1rem .75rem;overflow-y:auto;transform:rotateY(180deg);box-shadow:0 6px 20px #a855f726}.tarot-emoji{margin-bottom:.15rem;font-size:2.2rem}.tarot-name{color:#581c87;letter-spacing:.03em;font-size:.9rem;font-weight:700}.tarot-type-badge{text-transform:uppercase;letter-spacing:.08em;color:#7c3aed;background:#8b5cf61a;border-radius:10px;padding:.15rem .5rem;font-size:.6rem;font-weight:600}.tarot-meaning{color:#6b21a8;margin:0;font-size:.72rem;font-style:italic;line-height:1.5}.reversed-section{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.cosmic-divider{color:#a78bfa;letter-spacing:.5rem;opacity:.7;margin-bottom:.5rem;font-size:1.2rem}.reversed-cards{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;display:flex}.reversed-card{background:#ef444408;border:1px solid #ef444426;border-radius:12px;flex-direction:column;flex:1;gap:.5rem;min-width:180px;max-width:220px;padding:1rem;display:flex}.reversed-card-name{color:var(--text-primary);font-size:.85rem;font-weight:600}.reversed-card-meaning{color:var(--text-secondary);margin:0;font-size:.8rem;font-style:italic;line-height:1.5}.reading-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}@media (width<=600px){.zodiac-grid{grid-template-columns:repeat(3,1fr)}.tarot-card{width:140px;height:220px}.astro-title{font-size:1.5rem}.reversed-card{min-width:140px}}
