@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:wght@500;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}:root{--bg-cream:#faf8f3;--bg-beige:#f5f1e8;--bg-light:#f0ece5;--bg-white:#fff;--text-dark:#2c2416;--text-medium:#3d3528;--text-gray:#6b5d4d;--accent-gold:#c9a961;--accent-gold-dark:#b8945f;--accent-gold-light:#d4af6b;--accent-brown:#8b6f47;--accent-brown-light:#a67c52;--border-light:#c9a96133;--border-gold:#c9a96166;--shadow-light:#00000014;--shadow-medium:#0000001f}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#faf8f3;background:var(--bg-cream);color:#2c2416;color:var(--text-dark);font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:100vh;overflow-x:hidden}body:before{background:radial-gradient(circle at 20% 50%,#c9a9610d 0,#0000 50%),radial-gradient(circle at 80% 80%,#8b6f4708 0,#0000 50%),radial-gradient(circle at 40% 20%,#d4af6b0a 0,#0000 50%);content:"";height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh;position:relative;z-index:1}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f5f1e8;background:var(--bg-beige)}::-webkit-scrollbar-thumb{background:#c9a961;background:var(--accent-gold);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#b8945f;background:var(--accent-gold-dark)}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#faf8f3f2;border-bottom:1px solid var(--border-light);box-shadow:0 2px 10px var(--shadow-light);padding:16px 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{color:var(--text-dark);font-family:Cinzel,serif;font-size:1.5rem;font-weight:700;gap:12px;text-decoration:none;transition:all .3s ease}.navbar-logo:hover{color:var(--accent-gold-dark)}.moon-icon{animation:rotate 20s linear infinite;color:var(--accent-gold);font-size:28px}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar-menu{align-items:center;display:flex;gap:24px}.navbar-link{color:var(--text-dark);font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.navbar-link:after{background:var(--accent-gold);bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar-link:hover{color:var(--accent-gold-dark)}.navbar-link:hover:after{width:100%}.navbar-btn{font-size:14px;margin-left:8px;padding:8px 16px}.navbar-toggle{color:var(--text-dark);cursor:pointer;display:none;font-size:24px}@media (max-width:768px){.navbar-toggle{display:block}.navbar-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#faf8f3fa;border-top:1px solid var(--border-light);box-shadow:0 10px 27px var(--shadow-medium);flex-direction:column;gap:16px;left:-100%;padding:20px 0;position:fixed;text-align:center;top:70px;transition:.3s;width:100%}.navbar-menu.active{left:0}.navbar-link{display:block;padding:12px 0;width:100%}.navbar-btn{margin:8px 0;width:calc(100% - 40px)}}.auth-page{align-items:center;background:linear-gradient(135deg,#1a0d2e,#2d1b3d);display:flex;justify-content:center;min-height:80vh;padding:20px}.auth-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 8px 32px #0000004d;max-width:420px;padding:40px;width:100%}.auth-card h1{color:#fff;font-size:28px;margin-bottom:10px}.auth-card label{color:#e0e0e0;display:block;font-size:14px;margin-bottom:8px;margin-top:16px}.auth-card input{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;box-sizing:border-box;color:#fff;font-size:16px;padding:12px;width:100%}.auth-card input:focus{background:#ffffff26;border-color:#8b5cf6;outline:none}.auth-button{background:#8b5cf6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:24px;padding:12px;transition:background .3s;width:100%}.auth-button:hover:not(:disabled){background:#7c3aed}.auth-button:disabled{cursor:not-allowed;opacity:.6}.auth-error{background:#d32f2f33;border:1px solid #d32f2f;border-radius:8px;color:#ff6b6b}.auth-error,.auth-success{font-size:14px;margin-bottom:16px;padding:12px}.auth-success{background:#2e7d3233;border:1px solid #2e7d32;border-radius:8px;color:#81c784}.welcome-page{align-items:center;color:#1a1a1a;display:flex;justify-content:center;min-height:80vh;padding:3rem 0}.welcome-page h1,.welcome-page h2,.welcome-page p,.welcome-page span{background:#0000;color:inherit}.welcome-page ::selection{background:#c8b4784d;color:#1a1a1a}.welcome-page .container{margin:0 auto;max-width:600px;padding:0 1rem;text-align:center}.welcome-page h1{color:#fff;font-size:2.5rem;margin-bottom:2rem}.welcome-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:8px;margin-bottom:2rem;padding:2rem}.welcome-intro{color:#c9a961;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.welcome-content p{color:#fff;line-height:1.6;margin:.5rem 0}.progress-indicator{justify-content:center;margin:2rem 0}.progress-indicator,.progress-step{align-items:center;display:flex;gap:.5rem}.progress-step{flex-direction:column}.step-number{align-items:center;background:#ffffff1a;border:2px solid #fff3;border-radius:50%;color:#ffffff80;display:flex;font-weight:600;height:40px;justify-content:center;width:40px}.progress-step.active .step-number{background:#c9a961;border-color:#c9a961;color:#1a0d2e}.step-label{color:#ffffffb3;font-size:.875rem}.progress-step.active .step-label{color:#fff}.progress-line{background:#fff3;height:2px;margin:0 .5rem;width:60px}.btn-primary:hover{background:#d4b870}.btn-large{padding:1rem 3rem}.dashboard{background:linear-gradient(135deg,#1a0d2e,#2d1b3d);color:#fff;min-height:80vh;padding:40px 20px}.dashboard .container{margin:0 auto;max-width:1200px}.dashboard h1{color:#fff;margin-bottom:30px}.dashboard-links{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:40px}.dashboard-link{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#fff;padding:24px;text-decoration:none;transition:transform .2s,border-color .2s}.dashboard-link:hover{background:#ffffff14;border-color:#8b5cf6;transform:translateY(-4px)}.dashboard-link h3{color:#fff;font-size:20px;margin-bottom:8px}.dashboard-link p{color:#b0b0b0;font-size:14px;margin:0}.dashboard-loading,.error-page{align-items:center;display:flex;justify-content:center;min-height:80vh}.error-page{flex-direction:column;padding:20px;text-align:center}.error-message,.success-message{margin:16px 0}.moon-loader{animation:spin 1s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#8b5cf6;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading{align-items:center;display:flex;justify-content:center;min-height:80vh}.birth-data-page{background:linear-gradient(135deg,#1a0d2e,#2d1b3d);color:#fff;min-height:80vh;padding:40px 20px}.birth-data-page .container{margin:0 auto;max-width:600px}.birth-data-page h1{color:#fff;margin-bottom:30px}.birth-data-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:32px}.form-group{margin-bottom:24px}.form-group label{color:#e0e0e0}.form-group input,.form-group select{border-radius:8px;font-size:16px;padding:12px}.form-group input:focus,.form-group select:focus{border-color:#8b5cf6}.form-group small{color:#b0b0b0;display:block;font-size:12px;margin-top:6px}.success-message{background:#2e7d3233;border:1px solid #2e7d32;border-radius:8px;color:#81c784;margin-bottom:20px;padding:12px}.charts-page{background:linear-gradient(135deg,#1a0d2e,#2d1b3d);color:#fff;min-height:80vh;padding:40px 20px}.charts-page .container{margin:0 auto;max-width:1200px}.charts-page h1{color:#fff;margin-bottom:30px}.charts-actions{margin-bottom:24px}.charts-actions .btn{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .3s}.charts-actions .btn-primary{background:#8b5cf6;color:#fff}.charts-actions .btn-primary:hover:not(:disabled){background:#7c3aed}.charts-actions .btn-primary:disabled{cursor:not-allowed;opacity:.6}.charts-list{grid-gap:24px;display:grid;gap:24px;margin-top:20px}.chart-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;overflow:visible;padding:24px}.chart-card h3{color:#fff;margin-bottom:16px}.interpretations{border-top:1px solid #ffffff1a;margin-top:24px;padding-top:24px}.interpretations h4{color:#fff;font-size:1.2rem;margin-bottom:16px}.interpretations-grid{grid-gap:16px;display:grid;gap:16px;margin-top:16px}.interpretation{background:#ffffff0d;border-left:3px solid #8b5cf6;border-radius:8px;padding:16px;transition:all .3s}.interpretation:hover{background:#ffffff14;transform:translateX(4px)}.interpretation h5{color:#fff;font-size:1rem;font-weight:600;margin:0 0 8px}.interpretation p{color:#e0e0e0;line-height:1.6;margin:8px 0}.interpretation-type{background:#8b5cf633;border-radius:4px;color:#c4b5fd;display:inline-block;font-size:.75rem;margin-top:8px;padding:4px 8px;text-transform:uppercase}.interpretations-empty{background:#ffffff08;border-radius:8px;color:#b0b0b0;font-style:italic;margin-top:24px;padding:16px;text-align:center}.empty-state p{margin:8px 0}.chart-visualization-container{align-items:center;background:#ffffff05;border-radius:12px;display:flex;justify-content:center;margin:2rem 0;min-height:520px;overflow:visible;padding:20px}.chart-summary{margin-bottom:1rem}.chart-summary p{color:#e0e0e0;margin:8px 0}.chart-status{color:#b0b0b0;font-style:italic}.chart-wheel{align-items:center;aspect-ratio:1/1;border-radius:0;display:flex;justify-content:center;margin:16px auto;max-width:800px;padding:20px}.chart-wheel,.chart-wheel svg{background:#fff;overflow:visible;width:100%}.chart-wheel svg{display:block;height:auto}.charts2-container{color:#fff;margin:0 auto;max-width:1200px;padding:20px}.charts2-container h1{color:#fff;margin-bottom:30px;text-align:center}.charts2-form{grid-gap:15px;background:#ffffff1a;border-radius:8px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px;padding:20px}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:5px}.form-group input{background:#ffffffe6;border:1px solid #555;border-radius:4px;color:#000;font-size:14px;padding:8px}.form-group input:focus{border-color:#9b59b6;box-shadow:0 0 5px #9b59b680;outline:none}.charts2-form button{background:#9b59b6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;grid-column:1/-1;padding:12px 24px;transition:background .3s}.charts2-form button:hover:not(:disabled){background:#8e44ad}.charts2-form button:disabled{background:#666;cursor:not-allowed}.error-message{background:#e74c3c33;border:1px solid #e74c3c;padding:15px}.chart-display{margin-top:30px}.chart-svg-container{background:#fff;border-radius:8px;display:flex;justify-content:center;margin-bottom:20px;padding:20px}.chart-svg-container svg{display:block}.chart-actions{margin-bottom:30px;text-align:center}.download-btn{background:#27ae60;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:background .3s}.download-btn:hover{background:#229954}.chart-tables{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:30px}.table-container{background:#ffffff1a;border-radius:8px;padding:20px}.table-container h2{color:#fff;font-size:20px;margin-bottom:15px;margin-top:0}.chart-table{background:#ffffffe6;color:#000}.chart-table thead{background:#9b59b6;color:#fff}.chart-table td,.chart-table th{border:1px solid #ddd;padding:10px}.chart-table tbody tr:nth-child(2n){background:#9b59b61a}.chart-table tbody tr:hover{background:#9b59b633}.planet-glyph{font-size:18px;margin-right:5px}@media (max-width:768px){.chart-tables,.charts2-form{grid-template-columns:1fr}.chart-svg-container{overflow-x:auto;padding:10px}.chart-svg-container svg{height:auto;max-width:100%}}.files-page{background:linear-gradient(135deg,#1a0d2e,#2d1b3d);color:#fff;min-height:80vh;padding:40px 20px}.files-page .container{margin:0 auto;max-width:800px}.files-page h1{color:#fff}.files-page h1,.upload-section{margin-bottom:30px}.upload-label{cursor:pointer;display:inline-block}.files-list{grid-gap:12px;display:grid;gap:12px}.file-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;display:flex;justify-content:space-between;padding:16px 20px}.file-info{display:flex;flex:1 1;flex-direction:column;gap:4px}.file-name{color:#fff;font-weight:500}.file-meta{color:#b0b0b0;font-size:12px}.empty-state{color:#b0b0b0;padding:60px 20px;text-align:center}.error-message{border:1px solid #d32f2f;border-radius:8px;margin-bottom:20px;padding:12px}.btn-secondary:hover{background:#ffffff26}.profile-page{min-height:80vh;padding:2rem 0}.profile-page .container{margin:0 auto;max-width:600px;padding:0 1rem}.profile-page h1{color:#fff;margin-bottom:2rem;text-align:center}.profile-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:8px;padding:2rem}.success-message{background:#4caf5033;border:1px solid #4caf5080;border-radius:4px;color:#4caf50;margin-bottom:1rem;padding:1rem}.profile-setup-page{color:#1a1a1a;min-height:80vh;padding:2rem 0}.profile-setup-page h1,.profile-setup-page h2,.profile-setup-page label,.profile-setup-page p,.profile-setup-page span{background:#0000;color:inherit}.profile-setup-page ::selection{background:#c8b4784d;color:#1a1a1a}.profile-setup-page .container{margin:0 auto;max-width:600px;padding:0 1rem}.profile-setup-page h1{color:#fff;margin-bottom:1.5rem;text-align:center}.info-box{background:#c9a9611a;border:1px solid #c9a9614d;border-radius:8px;color:#fff;margin-bottom:2rem;padding:1.5rem}.info-box p{line-height:1.6;margin:.5rem 0}.info-box strong{color:#c9a961}.profile-setup-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:8px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#fff;margin-bottom:.5rem}.form-group input,.form-group select{background:#ffffff1a;border:1px solid #fff3;border-radius:4px;box-sizing:border-box;color:#fff;font-size:1rem;padding:.75rem;width:100%}.form-group input:focus,.form-group select:focus{background:#ffffff26;border-color:#c9a961;outline:none}.form-group input::placeholder{color:#ffffff80}.error-message{background:#d32f2f33;border:1px solid #d32f2f80;border-radius:4px;color:#ff6b6b;margin-bottom:1rem;padding:1rem}.btn{border-radius:4px;padding:.75rem 2rem;width:100%}.btn-primary{background:#c9a961;color:#1a0d2e;font-weight:600}.btn-primary:hover:not(:disabled){background:#d4b870;transform:translateY(-2px)}.home{min-height:100vh}.hero{align-items:center;display:flex;justify-content:center;min-height:90vh;overflow:hidden;padding:80px 20px;position:relative;text-align:center}.hero-content{max-width:800px;position:relative;z-index:2}.stars-background{animation:sparkle 20s linear infinite;background-image:radial-gradient(2px 2px at 20% 30%,#c9a96166,#0000),radial-gradient(2px 2px at 60% 70%,#c9a9614d,#0000),radial-gradient(1px 1px at 50% 50%,#c9a9614d,#0000),radial-gradient(1px 1px at 80% 10%,#c9a96166,#0000),radial-gradient(2px 2px at 90% 40%,#c9a9614d,#0000),radial-gradient(1px 1px at 33% 60%,#c9a9614d,#0000),radial-gradient(1px 1px at 55% 20%,#c9a96166,#0000);background-repeat:repeat;background-size:200px 200px;height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%}@keyframes sparkle{0%{transform:translateY(0)}to{transform:translateY(-200px)}}.hero-badge{animation:fadeInUp 1s ease;color:var(--accent-gold-dark);font-size:.85rem;font-weight:600;letter-spacing:2px;margin-bottom:20px;text-transform:uppercase}.hero h1{animation:fadeInUp 1s ease .1s backwards;color:var(--text-dark);font-size:3.5rem;font-weight:400;line-height:1.2;margin-bottom:24px;margin-left:auto;margin-right:auto;max-width:800px}.hero-subtitle{animation:fadeInUp 1s ease .2s backwards;color:var(--text-gray);font-size:1.3rem;line-height:1.8;margin-bottom:40px}.hero-buttons{animation:fadeInUp 1s ease .4s backwards;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.btn-large{font-size:18px;padding:16px 32px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.features{background:var(--bg-cream);padding:100px 20px}.section-header{margin-bottom:60px;text-align:center}.section-title{font-size:2.2rem;line-height:1.4;margin:0 auto;max-width:900px}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:40px}.feature-card{background:var(--bg-white);border-radius:16px;box-shadow:0 4px 20px var(--shadow-light);color:inherit;display:block;overflow:hidden;text-decoration:none;transition:all .3s ease}.feature-card:hover{box-shadow:0 12px 40px var(--shadow-medium);transform:translateY(-8px)}.feature-image{background-position:50%;background-size:cover;height:250px;position:relative;width:100%}.astrology-image,.moon-image,.tarot-image{background:linear-gradient(135deg,#c9a96140,#8b6f4733)}.feature-content{padding:40px 30px}.feature-card h3{color:var(--text-dark);font-size:1.5rem;font-weight:500;margin-bottom:16px}.feature-card p{color:var(--text-medium);font-size:1rem;line-height:1.8;margin-bottom:20px}.feature-link{color:var(--accent-gold);display:inline-block;font-size:.95rem;font-weight:500;transition:transform .3s ease}.feature-card:hover .feature-link{transform:translateX(5px)}.about-section{padding:80px 20px}.about-content{margin:0 auto;max-width:800px;text-align:center}.about-content h2{margin-bottom:30px}.about-content p{color:var(--text-gray);font-size:1.1rem;line-height:2;margin-bottom:20px}.cta-section{background:var(--bg-beige);padding:80px 20px;text-align:center}.cta-section h2{margin-bottom:20px}.cta-section p{color:var(--text-gray);font-size:1.2rem;margin-bottom:30px}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.features-grid{grid-template-columns:1fr}}.astrology-page{background:linear-gradient(135deg,#1a0d2e,#2d1b3d);color:#fff;min-height:100vh}.astrology-page .container{margin:0 auto;max-width:1000px;padding:0 24px}.astrology-hero{background:#0003;padding:80px 0 60px;text-align:center}.astrology-hero h1{color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:24px;scroll-margin-top:80px}.astrology-intro{color:#e0e0e0;font-size:1.2rem;line-height:1.8;margin:0 auto 20px;max-width:800px}.astrology-disclaimer-inline{color:#b0b0b0;font-size:.95rem;font-style:italic;line-height:1.6;margin:0 auto;max-width:800px}.astrology-toc{background:#0000;display:block;margin:0 0 40px;padding:40px 0;position:static;width:100%}.toc-title{color:#fff;display:none!important;font-size:2.5rem;font-weight:600;height:0!important;margin:0 0 30px;margin:0!important;padding:0!important;text-align:center;visibility:hidden!important}.astrology-toc .container:after,.astrology-toc .container:before,.astrology-toc:after,.astrology-toc:before,.toc-title:after,.toc-title:before{content:none!important;display:none!important}.toc-nav{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.astrology-toc .toc-card,.astrology-toc .toc-header,.astrology-toc .toc-icon,.astrology-toc .toc-toggle,.astrology-toc button:not(.toc-link),.astrology-toc>*>.toc-icon,.astrology-toc>*>.toc-toggle,.toc-header,.toc-header button,.toc-icon,.toc-toggle{display:none!important;height:0!important;left:-9999px!important;opacity:0!important;overflow:hidden!important;position:absolute!important;visibility:hidden!important;width:0!important}.toc-nav>:not(.toc-link){display:none!important}.toc-nav button:after,.toc-nav button:before,.toc-nav:after,.toc-nav:before,.toc-nav>:after,.toc-nav>:before{content:none!important;display:none!important}.astrology-toc .collapse-icon,.astrology-toc .expand-icon,.astrology-toc .toc-icon,.astrology-toc [aria-label*=collapse],.astrology-toc [aria-label*=expand],.astrology-toc [aria-label*=toggle]{display:none!important;height:0!important;left:-9999px!important;opacity:0!important;overflow:hidden!important;position:absolute!important;visibility:hidden!important;width:0!important}.toc-link{background:#c9a96133;border:1px solid #c9a96166;border-radius:20px;color:#e8d4a0;cursor:pointer;display:inline-block;font-family:inherit;font-size:.9rem;font-weight:500;padding:10px 18px;text-decoration:none;transition:all .2s;white-space:nowrap}.toc-link:focus,.toc-link:hover{background:#c9a96159;border-color:#c9a96199;color:#fff;outline:2px solid #c9a9614d;outline-offset:2px;transform:translateY(-2px)}.toc-link:active{transform:translateY(0)}.table-of-contents button{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:12px 24px;transition:all .3s}.table-of-contents button:hover{background:#fff3;border-color:#fff6}.astrology-concepts{padding:60px 20px}.astrology-concepts h2{color:#fff;font-size:2.5rem;margin-bottom:40px;text-align:center}.concepts-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.concept-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;cursor:pointer;padding:24px;position:relative;transition:all .3s}.concept-card:hover{border-color:#fff3}.concept-card.expanded,.concept-card:hover{background:#ffffff14}.concept-card h3{color:#fff;font-size:1.4rem;margin-bottom:12px;padding-right:30px}.concept-card p{color:#e0e0e0;line-height:1.7;margin-top:12px}.concept-card p.hidden{display:none}.concept-card p.visible{display:block}.expand-icon{color:#c9a961;font-size:1.5rem;font-weight:700;position:absolute;right:24px;top:24px}.astrology-signs{background:#0000001a;padding:60px 20px}.astrology-signs h2{color:#fff;display:block!important;font-size:2.5rem;height:auto!important;margin-bottom:40px;opacity:1!important;text-align:center;visibility:visible!important}.signs-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:1400px}.sign-card{cursor:pointer;position:relative}.sign-card.expanded,.sign-card:hover{background:#ffffff14;border-color:#fff3}.sign-header{margin-bottom:0;position:relative}.sign-card.expanded .sign-header{margin-bottom:24px}.sign-symbol{display:block;font-size:3rem;margin-bottom:12px}.sign-header h3{color:#fff;font-size:1.8rem;margin-bottom:8px}.sign-dates{color:#c9a961;font-size:.95rem;margin-bottom:8px}.sign-element{color:#b0b0b0;font-size:.9rem}.sign-header .expand-icon{align-items:center;background:#c9a9611a;border-radius:50%;color:#c9a961;display:flex;font-size:1.5rem;font-weight:700;height:30px;justify-content:center;position:absolute;right:0;top:0;width:30px}.sign-content{max-height:0;opacity:0;overflow:hidden;text-align:left;transition:max-height .4s ease-out,opacity .3s ease-out}.sign-content.visible{max-height:2000px;opacity:1;transition:max-height .5s ease-in,opacity .4s ease-in}.sign-content.hidden{max-height:0;opacity:0}.sign-section{margin-bottom:20px}.sign-section:last-child{margin-bottom:0}.sign-section h4{color:#c9a961;font-size:1.1rem;margin-bottom:10px}.sign-section ul{list-style:none;padding:0}.sign-section li{color:#e0e0e0;line-height:1.6;padding:6px 0 6px 20px;position:relative}.sign-section li:before{color:#c9a961;content:"•";font-weight:700;left:0;position:absolute}.sign-section p{color:#e0e0e0;line-height:1.7}.astrology-houses{padding:60px 20px;scroll-margin-top:200px}.astrology-houses h2{color:#fff;display:block!important;font-size:2.5rem;height:auto!important;margin-bottom:20px;opacity:1!important;text-align:center;visibility:visible!important}.houses-intro{max-width:800px}.houses-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px}.house-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:24px;text-align:center;transition:all .3s}.house-card:hover{background:#ffffff14;border-color:#fff3}.house-number{align-items:center;background:#c9a96133;border:2px solid #c9a961;border-radius:50%;color:#c9a961;display:flex;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;margin:0 auto 16px;width:50px}.house-card h3{color:#fff;font-size:1.3rem;margin-bottom:12px}.house-card p{color:#e0e0e0;font-size:.95rem;line-height:1.7}.astrology-cta{background:#0003;padding:80px 20px;text-align:center}.astrology-cta h2{color:#fff;font-size:2.5rem;margin-bottom:20px}.astrology-cta>.container>p{color:#e0e0e0;font-size:1.2rem;line-height:1.8;margin:0 auto 40px;max-width:700px}.cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.btn{font-size:1.1rem}.btn-primary:hover{background:#7c3aed;box-shadow:0 4px 12px #8b5cf666}.btn-secondary{background:#ffffff1a;border:1px solid #fff3;color:#fff}.btn-secondary:hover{background:#fff3;border-color:#fff6}.btn-large{font-size:1.2rem;padding:16px 40px}.astrology-disclaimer{background:#0000004d;border-top:1px solid #ffffff1a;padding:40px 20px}.disclaimer-text{color:#b0b0b0;font-size:.95rem;line-height:1.7;margin:0 auto;max-width:900px;text-align:center}.disclaimer-text strong{color:#ffc107}@media (max-width:768px){.astrology-hero h1{font-size:2.5rem}.astrology-intro{font-size:1.1rem}.astrology-concepts h2,.astrology-houses h2,.astrology-signs h2{font-size:2rem}.concepts-grid,.houses-grid,.signs-grid{grid-template-columns:1fr}.table-of-contents ul{flex-direction:column}.table-of-contents button{width:100%}.cta-buttons{flex-direction:column}.btn{width:100%}.astrology-toc{margin-bottom:40px;padding:40px 0;position:static!important}}@media (max-width:480px){.astrology-hero{padding:60px 20px 40px}.astrology-hero h1{font-size:2rem}.house-card,.sign-card{padding:20px}}.astrology-section{padding:60px 0;scroll-margin-top:200px}.astrology-section h2{color:#fff;display:block!important;font-size:2.5rem;height:auto!important;margin-bottom:40px;opacity:1!important;text-align:center;visibility:visible!important}.astrology-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:40px}.divider{background:#ffffff1a;height:1px;margin:40px 0}.badge{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:500;margin:4px;padding:6px 12px}.badge-element{background:#c9a96133;border:1px solid #c9a9614d;color:#c9a961}.badge-modality{background:#ffffff1a;border:1px solid #fff3;color:#e0e0e0}.sign-badges{margin:15px 0}.highlight-box{background:#c9a9611a;border-left:4px solid #c9a961;border-radius:8px;margin:20px 0;padding:20px}.highlight-box h4,.highlight-box h5{color:#c9a961;margin-top:0}.back-to-top{margin-top:60px;padding-top:40px;text-align:center}.back-to-top button{background:#ffffff1a;border:1px solid #fff3;border-radius:6px;color:#e0e0e0;cursor:pointer;font-size:.95rem;padding:12px 24px;transition:all .2s}.back-to-top button:hover{background:#ffffff26;color:#fff}.sign-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;cursor:default;padding:30px;transition:all .3s}.sign-header{border-bottom:1px solid #ffffff1a;margin-bottom:20px;padding-bottom:20px;text-align:center}.sign-dates{color:#b0b0b0;font-size:.9rem;font-style:italic;margin:10px 0}.sign-core{margin:20px 0;text-align:left}.sign-core p{color:#e0e0e0;line-height:1.8}.sign-content.two-column{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr;margin:20px 0}.sign-expand-btn{background:#c9a96133;border:1px solid #c9a9614d;border-radius:6px;color:#c9a961;cursor:pointer;margin-top:20px;padding:12px;transition:all .2s;width:100%}.sign-expand-btn:hover{background:#c9a9614d}.astrology-concept-section{padding:60px 0;scroll-margin-top:200px}.astrology-concept-section h2{color:#fff;display:block!important;font-size:2.5rem;height:auto!important;margin-bottom:40px;opacity:1!important;text-align:center;visibility:visible!important}.concept-content{color:#e0e0e0;line-height:1.8;margin:0 auto;max-width:900px}.concept-content p{margin-bottom:20px}.concept-content strong{color:#c9a961}.houses-intro{color:#e0e0e0;font-size:1.1rem;line-height:1.8;margin:0 auto 40px;max-width:900px;text-align:center}.houses-quick-guide{margin-bottom:60px}.houses-quick-guide h3{color:#fff;font-size:2rem;margin-bottom:30px;text-align:center}.house-card-quick{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:20px;text-align:center;transition:all .3s}.house-card-quick:hover{background:#ffffff14;transform:translateY(-4px)}.house-card-quick .house-number{color:#c9a961;font-size:2rem;font-weight:700;margin-bottom:10px}.house-card-quick h4{color:#fff;font-size:1.2rem;margin:10px 0}.house-card-quick p{color:#e0e0e0;font-size:.9rem;line-height:1.6}.house-keywords-preview{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:15px}.keyword-tag-small{background:#c9a96126;border-radius:12px;color:#c9a961;display:inline-block;font-size:.75rem;padding:4px 8px}.houses-detailed h3{color:#fff;font-size:2rem;margin-bottom:30px;text-align:center}.house-card-detailed{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:30px;padding:30px}.house-header-detailed{align-items:flex-start;display:flex;gap:20px;margin-bottom:20px}.house-number-large{color:#c9a961;font-size:3rem;font-weight:700;min-width:60px}.house-header-detailed>div:last-of-type{flex:1 1}.house-header-detailed h4{color:#fff;font-size:1.5rem;margin:0 0 15px}.house-keywords{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.keyword-tag{background:#c9a96126;border-radius:16px;color:#c9a961;display:inline-block;font-size:.85rem;padding:6px 12px}.house-expand-btn{align-items:center;background:#c9a96133;border:1px solid #c9a9614d;border-radius:50%;color:#c9a961;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;transition:all .2s;width:40px}.house-expand-btn:hover{background:#c9a9614d}.house-detailed-content{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease-out,opacity .3s ease-out}.house-detailed-content.visible{max-height:3000px;opacity:1;transition:max-height .5s ease-in,opacity .4s ease-in}.house-section{margin:25px 0}.house-section h5{color:#c9a961;font-size:1.2rem;margin-bottom:10px}.house-theme{color:#e0e0e0;font-size:1.1rem;line-height:1.8}@media (max-width:768px){.astrology-grid,.sign-content.two-column{grid-template-columns:1fr}.house-header-detailed{flex-direction:column}}.astrology-chart-page{background:linear-gradient(160deg,#0f0628,#1a0d2e 35%,#251538);color:#e8e0f0;min-height:100vh;padding:2rem 1rem 4rem}.astrology-chart-page .container{margin:0 auto;max-width:900px}.astrology-chart-hero{margin-bottom:2.5rem;text-align:center}.astrology-chart-hero h1{color:#f0e6ff;font-family:Cormorant Garamond,Georgia,serif;font-family:var(--font-display,"Cormorant Garamond",Georgia,serif);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;margin-bottom:.5rem}.astrology-chart-hero p{color:#b8a8d0;font-size:1rem}.astrology-chart-tabs{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2rem}.astrology-chart-tabs button{background:#28193c99;border:1px solid #c8b4ff59;border-radius:999px;color:#d0c0e8;cursor:pointer;font-size:.95rem;padding:.65rem 1.25rem;transition:background .2s,border-color .2s,color .2s}.astrology-chart-tabs button:hover{background:#50327880;border-color:#c8b4ff80;color:#f0e6ff}.astrology-chart-tabs button.active{background:linear-gradient(135deg,#5c3d7a,#4a2c65);border-color:#8b6bab;color:#fff}.astrology-chart-card{background:#1e122dbf;border:1px solid #8c64b440;border-radius:14px;box-shadow:0 4px 20px #0003;margin-bottom:1.5rem;padding:1.5rem 1.75rem}.astrology-chart-card h2{border-bottom:1px solid #8c64b433;color:#e0d4f0;font-size:1.2rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.personality-select{background:#140c23cc;border:1px solid #b4a0dc66;border-radius:8px;color:#e8e0f0;font-size:1rem;margin-bottom:1rem;max-width:280px;padding:.6rem 1rem;width:100%}.personality-result .sign-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.25rem}.personality-result .sign-symbol{font-size:2.5rem;opacity:.9}.personality-result .sign-name{color:#f0e6ff;font-size:1.4rem;font-weight:600}.personality-result .sign-meta{color:#a090c0;font-size:.9rem;margin-top:.25rem}.personality-result ul{list-style:none;margin:0 0 1rem;padding:0}.personality-result li{padding:.35rem 0 .35rem 1.25rem;position:relative}.personality-result li:before{color:#8b6bab;content:"•";left:0;position:absolute}.personality-result .best-matches,.personality-result .challenging-matches{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.personality-result .match-tag{border-radius:6px;font-size:.85rem;padding:.25rem .65rem}.personality-result .best-matches .match-tag{background:#50785059;color:#a8d8a8}.personality-result .challenging-matches .match-tag{background:#78505059;color:#d8a8a8}.chart-form-grid{grid-gap:1rem;display:grid;gap:1rem;margin-bottom:1.25rem}.chart-form-grid label{color:#c0b0d8;display:block;font-size:.9rem;margin-bottom:.35rem}.chart-form-grid input{background:#140c23cc;border:1px solid #b4a0dc66;border-radius:8px;color:#e8e0f0;font-size:1rem;padding:.6rem .9rem;width:100%}.chart-form-grid input::placeholder{color:#706090}.chart-form-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.btn-generate{background:linear-gradient(135deg,#6b4c8a,#5a3d72);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.7rem 1.5rem;transition:transform .15s,box-shadow .15s}.btn-generate:hover:not(:disabled){box-shadow:0 4px 14px #6b4c8a66;transform:translateY(-1px)}.btn-generate:disabled{cursor:not-allowed;opacity:.6}.chart-report-result{margin-top:1.5rem}.chart-report-result .big-three{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem}.chart-report-result .big-three-item{background:#3c285a66;border:1px solid #8c64b433;border-radius:10px;padding:.75rem 1rem}.chart-report-result .big-three-item strong{color:#b8a0e0;display:block;font-size:.85rem;margin-bottom:.25rem}.chart-report-result .interpretation-block{margin-bottom:1.25rem}.chart-report-result .interpretation-block h3{color:#d8c8f0;font-size:1.05rem;margin-bottom:.5rem}.chart-report-result .interpretation-block p{color:#c8b8e0;font-size:.95rem;line-height:1.55;margin:0}.compat-selects{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.compat-selects .field{flex:1 1;min-width:160px}.compat-selects label{color:#c0b0d8;display:block;font-size:.9rem;margin-bottom:.35rem}.compat-selects select{background:#140c23cc;border:1px solid #b4a0dc66;border-radius:8px;color:#e8e0f0;font-size:1rem;padding:.6rem 1rem;width:100%}.compat-result .score-circle{align-items:center;background:linear-gradient(135deg,#4a2c65,#3d2460);border:3px solid #8b6bab;border-radius:50%;color:#e8e0f0;display:flex;font-size:1.75rem;font-weight:700;height:80px;justify-content:center;margin:0 auto 1rem;width:80px}.compat-result .score-label{color:#a090c0;font-size:.9rem;margin-bottom:1rem;text-align:center}.compat-result .summary{color:#d0c4e8;line-height:1.5;margin-bottom:1rem}.compat-result ul{list-style:none;margin:0 0 .5rem;padding:0}.compat-result li{padding:.3rem 0 .3rem 1.2rem;position:relative}.compat-result li:before{color:#8b6bab;content:"•";left:0;position:absolute}.astrology-chart-error,.astrology-chart-loading{color:#a090c0;padding:2rem;text-align:center}.astrology-chart-error{color:#d8a0a0}.astrology-chart-disclaimer{background:#28193c66;border-radius:10px;color:#9080a8;font-size:.85rem;margin-top:2rem;padding:1rem}@media (max-width:600px){.astrology-chart-tabs{flex-direction:column}.astrology-chart-tabs button{width:100%}.compat-selects{flex-direction:column}}.chart-page{--ink:#1d1813;--ink-soft:#53483b;--gold:#b69255;--gold-strong:#9e7a44;--line-soft:#ded1bb;--line-mid:#c4b396;--paper:#fffaf1;--paper-soft:#fff6ea;--paper-muted:#f6efe2;--flow:#6f7563;--tense:#7a4e43;--conj:#7a6651;background:#f8f2e8;min-height:100vh;padding-bottom:80px}.amm-header{align-items:center;display:flex;justify-content:center;padding:30px 0 20px}.amm-header img{height:48px;width:auto}.chart-shell{grid-gap:22px;display:grid;gap:22px;margin:0 auto;width:min(960px,calc(100% - 32px))}.chart-page .card{background:var(--paper);border:none;border-radius:22px;box-shadow:0 8px 24px #0000000d;margin:0;padding:40px}.chart-page h1,.chart-page h2,.chart-page h3,.chart-page h4{color:#241d16;font-family:Playfair Display,serif}.chart-page h1{font-size:clamp(2.2rem,4.5vw,3rem);font-weight:600;letter-spacing:.02em;margin-bottom:.5rem}.chart-page h2{font-size:1.85rem;font-weight:600;letter-spacing:.01em;margin-bottom:1rem;margin-top:.75rem}.chart-page h3{font-size:1.35rem;font-weight:600;margin-bottom:.6rem;margin-top:.35rem}.chart-page h4{font-size:1.15rem;font-weight:600;margin-bottom:.5rem;margin-top:0}.chart-page label,.chart-page li,.chart-page p,.chart-page td,.chart-page th{color:var(--ink);font-family:Inter,sans-serif}.chart-hero h1{font-size:clamp(2.2rem,4.5vw,3rem);margin-bottom:.5rem}.chart-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.chart-checkbox{align-items:center;color:#151515;display:inline-flex;gap:10px;margin:8px 0 12px}.chart-checkbox input[type=checkbox]{accent-color:#b69255;block-size:16px;inline-size:16px;margin:0}.chart-checkbox span{line-height:1.2}.chart-help{line-height:1.55;margin-bottom:10px}.chart-help,.chart-input-hint{color:var(--ink-soft);font-size:.88rem}.chart-input-hint{line-height:1.4;margin:4px 0 0}.chart-error-text{color:#9d2d2d;font-size:.92rem;margin-top:6px}.chart-state{background:var(--paper-soft);border:1px solid var(--line-mid);border-radius:18px;margin:0;padding:16px 18px}.chart-state-error{border-color:#9d2d2d59}.chart-page .btn-primary{background:var(--gold);border:none;border-radius:10px;box-shadow:0 3px 8px #00000014;color:#fff;font-weight:600;padding:16px 24px}.chart-page .btn-primary:hover{background:#a88247}.chart-page .chart-form .btn.btn-primary.chart-generate-btn,.chart-page .chart-form .chart-generate-btn{background:#b69255!important;border-radius:10px!important;box-shadow:0 4px 10px #0000001a!important;color:#fff!important;transform:translateY(0);transition:background-color .16s ease,box-shadow .16s ease}.chart-page .chart-form .chart-generate-btn:hover:not(:disabled){background:#151515!important;box-shadow:0 4px 10px #0000001a!important}.chart-page .chart-form .chart-generate-btn:active:not(:disabled){background:#000!important;box-shadow:0 4px 10px #0000001a!important}.chart-page .chart-form .chart-generate-btn:focus-visible{box-shadow:0 0 0 3px #b6925538,0 4px 10px #0000001a!important;outline:none!important}.chart-page .chart-form .chart-generate-btn:disabled{background:#4a4540!important;box-shadow:none!important;color:#ffffffbf!important;cursor:not-allowed}.chart-page .form-control{-webkit-text-fill-color:var(--ink);background:#fffaf1;border:1px solid #decba2;border-radius:12px;caret-color:var(--ink);color:var(--ink);transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.chart-page .form-control:hover{background:#fff6ea;border-color:#c9b07a}.chart-page .form-control::placeholder{color:#00000061;opacity:1}.chart-page .form-control:focus{border-color:#b69255;box-shadow:0 0 0 3px #b6925540}.chart-page input,.chart-page select,.chart-page textarea{color:#151515}.chart-page .chart-form .chart-date-input,.chart-page .chart-form .chart-time-input{background:#fffaf1!important;caret-color:#1d1813!important;color:#1d1813!important}.chart-page ::selection{background:#b6925559;color:#1d1813}.chart-page .form-control:disabled{-webkit-text-fill-color:#151515a6;background:#f7f4ed;color:#151515a6}.chart-location-results{background:var(--paper-soft);border:1px solid var(--line-soft);border-radius:12px;list-style:none;margin:4px 0 0;max-height:220px;overflow-y:auto;padding:6px}.chart-location-results li button{align-items:center;background:#0000;border:none;border-radius:8px;color:#312920;cursor:pointer;display:flex;justify-content:space-between;padding:8px 10px;width:100%}.chart-location-results li button:hover{background:#efe4d3}.chart-wheel-host{overflow-x:auto}.chart-wheel-svg{display:block;height:auto;margin:0 auto;width:min(860px,100%)}.wheel-sign-line{stroke:#b7aa95;stroke-width:.9;opacity:.9}.wheel-sign-segment-hit{fill:none;stroke:#0000;stroke-width:66;pointer-events:stroke}.wheel-sign-segment-hit:hover{stroke:#98886c1a}.wheel-sign-label{text-anchor:middle;fill:#2f2a22;font-size:26px}.wheel-house-line{stroke:#5e4e3f;stroke-width:1.55;opacity:.9}.wheel-house-sector-hit{fill:none;stroke:#0000;stroke-width:72;pointer-events:stroke}.wheel-house-sector-hit:hover{stroke:#5e4e3f1a}.wheel-house-line-selected{stroke:var(--gold);stroke-width:2}.wheel-house-line-dimmed{opacity:.35}.wheel-house-arc{fill:none;stroke:#5e4e3f30;stroke-width:1}.wheel-house-arc-cluster{stroke:#b692552e;stroke-width:2}.wheel-house-arc-selected{stroke:#b69255eb;stroke-width:3}.wheel-house-arc-dimmed{opacity:.25}.wheel-dominant-sign-arc{fill:none;stroke:#b692552e;stroke-width:8;stroke-linecap:round}.wheel-house-label{text-anchor:middle;fill:#3b342b;font-size:14px;font-weight:600}.wheel-planet-dot{fill:#fef6e8;stroke:#7f6744;stroke-width:1.55}.wheel-planet-dot-selected{fill:#fdf1dc;stroke:var(--gold);stroke-width:2.6;filter:drop-shadow(0 0 6px rgba(182,146,85,.42))}.wheel-planet-dot-cluster{stroke:#b69255;stroke-width:2}.wheel-planet-dot-dimmed{opacity:.4}.wheel-planet-glyph{text-anchor:middle;fill:#241f19;font-size:21px;font-weight:600}.wheel-planet-glyph-selected{fill:#6b4f1c}.wheel-planet-glyph-dimmed{opacity:.45}.wheel-planet-degree{text-anchor:middle;fill:#453d31;font-family:Inter,sans-serif;font-size:11px}.wheel-aspect-line{stroke-width:1.45;opacity:.7}.wheel-aspect-conjunction{stroke:var(--conj)}.wheel-aspect-opposition,.wheel-aspect-square{stroke:var(--tense)}.wheel-aspect-sextile,.wheel-aspect-trine{stroke:var(--flow)}.wheel-aspect-selected{stroke-width:2.4;opacity:.95}.wheel-aspect-dimmed{opacity:.2}.wheel-angle-line{stroke:var(--gold);stroke-width:2.5}.wheel-angle-label{text-anchor:middle;fill:#5e4825;font-size:12px;font-weight:700}.wheel-angle-line-selected{stroke:var(--gold-strong);stroke-width:3.2}.wheel-angle-label-selected{fill:#4e3817}.chart-table-wrap{overflow-x:auto}.chart-table{border-collapse:collapse;min-width:620px;width:100%}.chart-table td,.chart-table th{border-bottom:1px solid #decba2;color:#1d1813;padding:12px 10px;text-align:left}.chart-table thead th{background:#f8f2e8;border-bottom:1px solid #decba2;color:#1d1813}.chart-table tbody tr:nth-child(2n){background:#f7f1e5}.chart-table tbody tr:nth-child(odd){background:#fffaf1}.chart-table tbody tr[role=button]:hover{background:#f7f1e5}.chart-table tbody tr.chart-row-selected{background:#efe3c8;box-shadow:inset 0 0 0 1px #c8b390}.chart-table tbody tr[role=button]{cursor:pointer}.chart-context-panel p{line-height:1.6;margin:0 0 10px}.chart-context-panel-secondary{border-color:var(--line-soft);opacity:.92}.chart-context-panel-highlight{animation:chart-panel-highlight 1.2s ease-out}@keyframes chart-panel-highlight{0%{box-shadow:0 0 0 0 #b6925559}40%{box-shadow:0 0 0 4px #b6925533}to{box-shadow:0 8px 24px #0000000d}}.chart-selection-feedback{background:#fff8ee;border:1px solid #e1d2b8;border-radius:12px;margin-top:16px;padding:14px 18px}.chart-selection-feedback-title{color:#241d16;font-size:1rem;font-weight:600;margin:0 0 6px}.chart-selection-feedback-summary{color:var(--ink);font-size:.95rem;line-height:1.5;margin:0 0 8px}.chart-selection-feedback-note{color:var(--ink-soft);font-size:.85rem;margin:0}.chart-local-feedback-card{background:#faf4e8;border:1px solid #d4c4a0;border-radius:12px;box-shadow:0 2px 12px #0000000f;margin-top:20px;padding:20px 24px}.chart-local-feedback-label{color:var(--ink-soft);font-size:.78rem;font-weight:600;letter-spacing:.05em;margin:0 0 6px;text-transform:uppercase}.chart-local-feedback-title{color:#241d16;font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600;margin:0 0 14px}.chart-local-feedback-sub{color:#312920;font-size:1rem;font-weight:600;margin:12px 0 6px}.chart-local-feedback-body{color:var(--ink);font-size:.98rem;line-height:1.6;margin:0 0 8px}.chart-local-feedback-list{color:var(--ink);font-size:.98rem;line-height:1.55;margin:0 0 8px;padding-left:1.25rem}.chart-local-feedback-list li{margin-bottom:4px}.chart-local-feedback-note{color:var(--ink-soft);font-size:.82rem;margin:12px 0 0}.chart-accordion-row{vertical-align:top}.chart-accordion-cell{border:none;padding:0;vertical-align:top}.chart-accordion-panel{animation:chart-accordion-expand .25s ease-out;background:#faf4e8;border:1px solid #d4c4a0;border-radius:12px;box-shadow:0 2px 12px #0000000f;margin:8px 12px 12px 24px;padding:16px 20px}@keyframes chart-accordion-expand{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.chart-accordion-panel-title{color:#241d16;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:600;margin:0 0 10px}.chart-accordion-panel-body{color:var(--ink);font-size:.98rem;line-height:1.6;margin:0 0 8px}.chart-accordion-panel-note{color:var(--ink-soft);font-size:.82rem;margin:10px 0 0}.chart-accordion-panel-label{color:var(--ink-soft);font-size:.72rem;font-weight:600;letter-spacing:.05em;margin:0 0 4px;text-transform:uppercase}.chart-accordion-panel-sub{color:#312920;font-size:1rem;font-weight:600;margin:12px 0 6px}.chart-accordion-panel-list{color:var(--ink);font-size:.98rem;line-height:1.55;margin:0 0 8px;padding-left:1.25rem}.chart-accordion-panel-list li{margin-bottom:4px}.chart-summary-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.chart-summary-grid article{background:#fff8ee;border:1px solid #e1d2b8;border-radius:12px;padding:18px}.chart-summary-grid article h4{font-size:1.1rem;margin-bottom:.5rem}.chart-sentence-builder{margin-top:16px;position:relative;z-index:0}.chart-selected-placement-badge{background:#fff8ee;border:1px solid #decba2;border-radius:10px;display:inline-flex;flex-direction:column;gap:2px;margin-bottom:4px;margin-top:12px;max-width:-webkit-fit-content;max-width:fit-content;padding:10px 14px}.chart-selected-badge-label{color:var(--ink-soft);font-size:.78rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.chart-selected-badge-value{color:#241d16;font-family:Playfair Display,serif;font-size:1rem;font-weight:600}.chart-selected-badge-animate{animation:chart-badge-fade .5s ease-out}@keyframes chart-badge-fade{0%{opacity:.5}to{opacity:1}}.chart-interpretation-placement-heading{font-size:1.1rem!important;margin-bottom:.5rem!important}.chart-select-wrap{margin-bottom:18px;margin-top:8px;position:relative}.chart-select-trigger{align-items:center;background:#fffaf1;border:1px solid #decba2;border-radius:12px;color:#1d1813;cursor:pointer;display:flex;font-size:15px;gap:12px;justify-content:space-between;line-height:1.5;padding:12px 14px;text-align:left;width:100%}.chart-select-trigger:hover{border-color:#c9b07a}.chart-select-trigger:focus{border-color:#b69255;box-shadow:0 0 0 3px #b6925538;outline:none}.chart-select-trigger-text{min-width:0}.chart-select-caret{color:#4a3f31;flex-shrink:0}.chart-select-menu{background:#fffaf1;border:1px solid #decba2;border-radius:12px;box-shadow:0 8px 24px #1d181314;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 8px);z-index:20}.chart-select-option{background:#0000;border:0;border-bottom:1px solid #eee4d2;color:#1d1813;cursor:pointer;font-size:15px;line-height:1.5;padding:12px 16px;text-align:left;width:100%}.chart-select-option:last-child{border-bottom:0}.chart-select-option.chart-select-option-active,.chart-select-option:hover{background:#f7f1e5;color:#1d1813}.chart-select-option.chart-select-option-selected{background:#efe3c8;box-shadow:inset 0 0 0 1px #b69255}.chart-select-option-planet{font-weight:600}.chart-select-option-meta{font-weight:400}.chart-sentence-card{background:#fff9ef;border:1px solid #e1d2b8;border-radius:12px;margin-top:12px;padding:16px}.chart-sentence-output p{margin:0}.chart-interpretation-card h4{margin:0 0 8px}.chart-interpretation-card p{line-height:1.6;margin:0 0 14px}.chart-interpretation-card ul{grid-gap:8px;display:grid;gap:8px;margin:0 0 14px;padding-left:20px}.chart-quickstart .chart-summary-grid article p{line-height:1.55}.chart-quick-list,.chart-report-entry{margin:16px 0}.chart-report-link{background:#faf4e8;border:1px solid #d4c4a0;border-radius:10px;color:#241d16;display:inline-block;font-weight:600;padding:12px 20px;text-decoration:none;transition:border-color .2s ease,background .2s ease}.chart-report-link:hover{background:#f5ecd8;border-color:#b69255}.chart-quick-order{grid-gap:8px;display:grid;gap:8px;margin:0;padding-left:20px}.chart-symbol-key{background:#faf6f0;border:1px solid #e8dcc8;border-radius:8px;color:#53483b;font-size:.82rem;margin-top:12px;padding:10px 14px}.chart-symbol-key summary{color:#1d1813;cursor:pointer;font-weight:500}.chart-symbol-key-grid{display:flex;flex-direction:column;gap:4px;margin-top:8px}.chart-symbol-key-grid strong{font-weight:600;margin-right:4px}.chart-wheel-legend{grid-gap:6px;display:grid;gap:6px;margin-top:14px}.chart-emphasis-badge{background:#faf4e8;border:1px solid #d4c4a0;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;gap:2px;margin-bottom:14px;max-width:-webkit-fit-content;max-width:fit-content;padding:10px 14px;transition:border-color .2s ease,box-shadow .2s ease}.chart-emphasis-badge:focus-visible,.chart-emphasis-badge:hover{border-color:#b69255;box-shadow:0 0 0 1px #b6925540;outline:none}.chart-emphasis-badge-hovered{border-color:#b69255}.chart-emphasis-badge-heading{color:var(--ink-soft);font-size:.72rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.chart-emphasis-badge-value{color:#241d16;font-family:Playfair Display,serif;font-size:1rem;font-weight:600}.chart-emphasis-badge-count{color:var(--ink-soft);font-size:.85rem}.wheel-emphasis-sector{fill:#b692552e;stroke:none;pointer-events:none;transition:fill .25s ease}.wheel-emphasis-sector-hovered{fill:#b6925547}.wheel-density-arc{fill:none;stroke:#b6925538;stroke-linecap:round;pointer-events:none}.wheel-density-arc.wheel-density-2{stroke-width:2;opacity:.7}.wheel-density-arc.wheel-density-3{stroke-width:3;opacity:.85}.wheel-density-arc.wheel-density-4{stroke-width:4;opacity:1}.chart-structure-panel{background:#faf4e8;border:1px solid #d4c4a0}.chart-structure-intro{color:var(--ink-soft);font-size:.88rem;margin:0 0 12px}.chart-structure-grid{display:flex;flex-direction:column;gap:12px}.chart-structure-item{background:#fff8ee;border:1px solid #e8dcc8;border-radius:8px;cursor:default;padding:10px 14px;transition:border-color .2s ease}.chart-structure-item:hover{border-color:#d4c4a0}.chart-structure-label{color:var(--ink-soft);display:block;font-size:.78rem;font-weight:600;letter-spacing:.04em;margin-bottom:4px;text-transform:uppercase}.chart-structure-value{color:#241d16;font-size:.98rem;font-weight:500}.chart-structure-axis .chart-structure-value{font-size:.92rem}.chart-wheel-placement-badge{margin-top:14px}.chart-wheel-legend h4{margin:0}.chart-wheel-legend p{align-items:center;display:flex;gap:8px;margin:0}.legend-swatch{border-radius:999px;display:inline-block;height:4px;width:14px}.legend-flow{background:var(--flow)}.legend-tense{background:var(--tense)}.legend-angle{background:var(--gold)}.legend-sign{background:#b7aa95}.legend-house{background:#5e4e3f}.legend-planet{background:#7f6744}.chart-inline-link{color:#6b522e;display:inline-block;font-weight:600;margin-top:8px;text-decoration:none}.chart-inline-link:hover{color:#55401f}.chart-meta-row{display:flex;flex-wrap:wrap;gap:12px}.chart-angle-chip,.chart-meta-row p{background:#f0e4d1;border:1px solid #cebb9a;border-radius:999px;font-size:.92rem;margin:0;padding:8px 12px}.chart-angle-chip{color:var(--ink);cursor:pointer}.chart-angle-chip:hover{background:#eadbc3}.chart-angle-chip-selected{background:#e3d0b2;border-color:var(--gold);box-shadow:inset 0 0 0 1px #b6925559}.chart-interaction-hint{color:var(--ink-soft);font-size:.82rem;line-height:1.45;margin:10px 0 0}.aspect-hint{color:#6f6454;font-size:.86rem}.chart-aspect-glyph{display:inline-block;font-weight:400;margin-right:4px}@media (max-width:760px){.chart-shell{width:min(960px,calc(100% - 18px))}.chart-page .card{border-radius:18px;padding:24px}.amm-header img{height:42px}}.chart-report-page{--report-ink:#1d1813;--report-ink-soft:#53483b;--report-gold:#b69255;--report-parchment:#faf6f0;background:var(--report-parchment);min-height:100vh;padding:20px 0 40px}.chart-report-toolbar{align-items:center;background:#fff;border-bottom:1px solid #e8dcc8;box-shadow:0 2px 8px #0000000a;display:flex;justify-content:space-between;margin:-24px 0 24px;padding:12px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.chart-report-back{color:var(--report-ink);font-weight:500;text-decoration:none}.chart-report-back:hover{color:var(--report-gold)}.chart-report-toolbar-actions{align-items:center;display:flex;gap:12px}.chart-report-interactive-btn{border:1px solid #e8dcc8;border-radius:8px;color:var(--report-ink);font-weight:500;padding:8px 16px;text-decoration:none}.chart-report-interactive-btn:hover{border-color:var(--report-gold);color:var(--report-gold)}.chart-report-print{background:var(--report-gold);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px}.chart-report-print:hover{background:#9e7a44}.chart-report-document{margin:0 auto;max-width:1150px;padding:0 24px}.chart-report-cover{border-bottom:1px solid #e8dcc8;margin-bottom:14px;padding:12px 0 16px;text-align:center}.chart-report-brand{color:var(--report-ink-soft);font-size:.85rem;font-weight:600;letter-spacing:.08em;margin:0 0 12px;text-transform:uppercase}.chart-report-title{color:var(--report-ink);font-family:Playfair Display,serif;font-size:1.9rem;font-weight:600;margin:0 0 4px}.chart-report-subtitle{color:var(--report-ink-soft);font-size:.95rem;margin:0 0 16px}.chart-report-meta{color:var(--report-ink);font-size:.88rem;line-height:1.55;margin:0 auto;max-width:320px;text-align:left}.chart-report-meta p{margin:0 0 4px}.chart-report-note{color:var(--report-ink-soft);font-size:.88rem;margin-top:8px}.chart-report-intro{border-bottom:1px solid #e8dcc8;margin-bottom:14px;padding:0 0 12px}.chart-report-intro-text{color:var(--report-ink);font-size:.92rem;line-height:1.55;margin:0;max-width:100%}.chart-report-tone{color:var(--report-ink);font-size:.88rem;line-height:1.5;margin:8px 0 0}.chart-report-themes-list{color:var(--report-ink);font-size:.9rem;line-height:1.5;margin:0 0 10px;padding-left:1.2rem}.chart-report-themes-list li{margin-bottom:4px}.chart-report-transition{color:var(--report-ink-soft);font-size:.85rem;line-height:1.45;margin:0}.chart-report-hero{grid-gap:24px;align-items:start;break-inside:avoid;display:grid;gap:24px;grid-template-columns:auto 1fr;margin-bottom:20px;page-break-inside:avoid}.chart-report-hero-left{flex-shrink:0}.chart-report-hero-right{min-width:0}.chart-report-hero-title{border-bottom:1px solid #e8dcc8;color:var(--report-ink);font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600;margin:0 0 8px;padding-bottom:4px}.chart-report-wheel-wrap{max-width:100%;width:420px}@media (max-width:900px){.chart-report-hero{gap:24px;grid-template-columns:1fr}.chart-report-hero-left{display:flex;justify-content:center}.chart-report-wheel-wrap{max-width:420px;width:100%}}.chart-report-wheel-wrap .chart-wheel-report-mode{padding:24px}.chart-report-wheel-wrap .chart-wheel-svg{height:auto;width:100%}.chart-report-hero-wheel .wheel-aspect-line{stroke-width:1.45;opacity:.75}.chart-report-hero-wheel .wheel-aspect-conjunction{stroke:#7a6651}.chart-report-hero-wheel .wheel-aspect-opposition,.chart-report-hero-wheel .wheel-aspect-square{stroke:#7a4e43}.chart-report-hero-wheel .wheel-aspect-sextile,.chart-report-hero-wheel .wheel-aspect-trine{stroke:#6f7563}.chart-report-analysis-chart-section{break-inside:avoid;margin-bottom:20px;page-break-inside:avoid}.chart-report-analysis-chart-wrap{margin:12px 0 0;max-width:420px}.chart-report-analysis-chart-wrap .chart-wheel-report-mode{padding:24px}.chart-report-analysis-chart-wrap .chart-wheel-svg{height:auto;width:100%}.chart-report-analysis-chart-wrap .wheel-aspect-line{stroke-width:1.45;display:block!important;opacity:.75}.chart-report-analysis-chart-wrap .wheel-aspect-conjunction{stroke:#7a6651}.chart-report-analysis-chart-wrap .wheel-aspect-opposition,.chart-report-analysis-chart-wrap .wheel-aspect-square{stroke:#7a4e43}.chart-report-analysis-chart-wrap .wheel-aspect-sextile,.chart-report-analysis-chart-wrap .wheel-aspect-trine{stroke:#6f7563}.chart-report-section{break-inside:avoid;margin-bottom:20px;page-break-inside:avoid}.chart-report-section-wide{max-width:980px}.chart-report-section h2{border-bottom:1px solid #e8dcc8;color:var(--report-ink);font-family:Playfair Display,serif;font-size:1.25rem;font-weight:600;margin:0 0 6px;padding-bottom:4px}.chart-report-lead{color:var(--report-ink-soft);font-size:.88rem;line-height:1.45;margin:0 0 12px}.chart-report-structure-grid{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.chart-report-big-three-compact{border-top:1px solid #e8dcc8;margin-top:12px;padding-top:12px}.chart-report-big-three-compact-title{color:var(--report-ink-soft);font-size:.72rem;font-weight:600;letter-spacing:.04em;margin:0 0 4px;text-transform:uppercase}.chart-report-big-three-compact p{color:var(--report-ink);font-size:.9rem;font-weight:500;margin:0 0 2px}.chart-report-structure-item{background:#fff;border:1px solid #e8dcc8;border-radius:6px;padding:8px 12px}.chart-report-structure-label{color:var(--report-ink-soft);display:block;font-size:.78rem;font-weight:600;letter-spacing:.04em;margin-bottom:4px;text-transform:uppercase}.chart-report-structure-value{color:var(--report-ink);font-size:1rem;font-weight:500}.chart-report-summary{color:var(--report-ink);font-size:.98rem;line-height:1.6;margin:0}.chart-report-big-three{display:flex;flex-direction:column;gap:6px}.chart-report-big-three p{color:var(--report-ink);font-size:.9rem;line-height:1.5;margin:0}.chart-report-placement{border-bottom:1px solid #e8dcc8;break-inside:avoid;padding:12px 0;page-break-inside:avoid}.chart-report-placement:last-child{border-bottom:none}.chart-report-placement h3{color:var(--report-ink);font-family:Playfair Display,serif;font-size:1.05rem;font-weight:600;margin:0 0 6px}.chart-report-core{color:var(--report-ink);font-size:.9rem;line-height:1.5;margin:0 0 6px}.chart-report-placement ul{color:var(--report-ink);font-size:.88rem;line-height:1.45;margin:0 0 6px;padding-left:1.15rem}.chart-report-placement li{margin-bottom:2px}.chart-report-observation{color:var(--report-ink-soft);font-size:.85rem;line-height:1.45;margin:0}.chart-report-house{border-bottom:1px solid #e8dcc8;break-inside:avoid;padding:10px 0;page-break-inside:avoid}.chart-report-house h3{color:var(--report-ink);font-size:1rem;font-weight:600;margin:0 0 4px}.chart-report-house p{color:var(--report-ink);font-size:.88rem;line-height:1.5;margin:0}.chart-report-symbol-legend{background:#fff;border:1px solid #e8dcc8;border-radius:8px;break-inside:avoid;margin-bottom:24px;padding:16px 20px;page-break-inside:avoid}.chart-report-legend-grid{grid-gap:20px 24px;display:grid;gap:20px 24px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:12px}.chart-report-legend-block h4{color:var(--report-ink-soft);font-size:.72rem;font-weight:600;letter-spacing:.04em;margin:0 0 8px;text-transform:uppercase}.chart-report-legend-list{color:var(--report-ink);font-size:.82rem;line-height:1.6;list-style:none;margin:0;padding:0}.chart-report-legend-list li{margin-bottom:4px}.chart-report-legend-glyph{display:inline-block;font-weight:400;text-align:center;width:1.2em}.chart-report-aspect{border-bottom:1px solid #e8dcc8;break-inside:avoid;padding:12px 0;page-break-inside:avoid}.chart-report-aspect-glyph{color:var(--report-ink);font-size:.95rem;font-weight:600;letter-spacing:.02em;margin:0 0 2px}.chart-report-aspect-title{color:var(--report-ink-soft);font-size:.9rem;font-style:normal;font-weight:500;margin:0 0 6px}.chart-report-aspect h3{color:var(--report-ink);font-size:.95rem;font-weight:600;margin:0 0 4px}.chart-report-aspect-para{margin:0 0 4px}.chart-report-aspect-hint{color:var(--report-ink-soft);font-size:.9em;font-weight:400}.chart-report-aspect p{color:var(--report-ink-soft);font-size:.85rem;line-height:1.45;margin:0}.chart-report-closing{border-top:1px solid #e8dcc8;margin-top:24px;padding:20px 0 0}.chart-report-closing h2{color:var(--report-ink);font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600;margin:0 0 10px}.chart-report-closing p{color:var(--report-ink);font-size:.9rem;line-height:1.55;margin:0 0 8px}.chart-report-cta{color:var(--report-ink-soft);font-size:.85rem;margin-top:12px}.chart-report-empty{align-items:center;display:flex;justify-content:center;min-height:80vh;padding:24px}.chart-report-empty-card{background:#fff;border:1px solid #e8dcc8;border-radius:16px;max-width:400px;padding:40px;text-align:center}.chart-report-empty-card h1{font-family:Playfair Display,serif;font-size:1.75rem;margin:0 0 16px}.chart-report-empty-card p{color:var(--report-ink-soft);margin:0 0 24px}.chart-report-btn{background:var(--report-gold);border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:12px 24px;text-decoration:none}.chart-report-btn:hover{background:#9e7a44}@media print{.chart-report-page{background:#fff;padding:0}.no-print{display:none!important}.chart-report-document{max-width:100%;padding:0}.chart-report-cover{margin-bottom:10px;padding:8px 0 12px;page-break-after:avoid}.chart-report-title{font-size:1.6rem}.chart-report-subtitle{font-size:.85rem;margin-bottom:10px}.chart-report-meta{font-size:.8rem}.chart-report-intro{margin-bottom:10px;padding-bottom:8px}.chart-report-intro-text{font-size:.85rem}.chart-report-hero{gap:18px;margin-bottom:14px;page-break-inside:avoid}.chart-report-wheel-wrap{width:340px}.chart-report-wheel-wrap .chart-wheel-report-mode{padding:14px}.chart-report-analysis-chart-section{margin-bottom:14px;page-break-inside:avoid}.chart-report-analysis-chart-wrap{margin:12px auto 0;max-width:140mm}.chart-report-hero-title{font-size:1.05rem}.chart-report-structure-item{padding:6px 10px}.chart-report-structure-value{font-size:.9rem}.chart-report-section{margin-bottom:12px;page-break-inside:avoid}.chart-report-section h2{font-size:1.1rem;margin-bottom:4px;padding-bottom:3px;page-break-after:avoid}.chart-report-lead{font-size:.8rem;margin-bottom:8px}.chart-report-placement{padding:8px 0;page-break-inside:avoid}.chart-report-placement h3{font-size:.95rem;margin-bottom:4px}.chart-report-core,.chart-report-observation,.chart-report-placement ul{font-size:.85rem}.chart-report-house{padding:6px 0;page-break-inside:avoid}.chart-report-house h3{font-size:.9rem}.chart-report-house p{font-size:.82rem}.chart-report-aspect{padding:5px 0;page-break-inside:avoid}.chart-report-aspect h3{font-size:.88rem}.chart-report-aspect p{font-size:.8rem}.chart-report-closing{margin-top:14px;padding:12px 0 0;page-break-inside:avoid}.chart-report-closing h2{font-size:1.05rem;margin-bottom:6px}.chart-report-closing p{font-size:.85rem;margin-bottom:6px}.chart-report-cta{font-size:.8rem;margin-top:8px}.chart-report-big-three p,.chart-report-themes-list{font-size:.85rem}.chart-report-themes-list li{margin-bottom:2px}@page{size:A4 portrait;margin:14mm}body{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.chart-report-print-page{--report-ink:#1d1813;--report-ink-soft:#53483b;--report-parchment:#fff;--print-body:0.74rem;--print-line:1.4;background:var(--report-parchment);padding:8px 0}.chart-report-print-loading{align-items:center;color:var(--report-ink-soft);display:flex;font-size:.8rem;justify-content:center}.chart-report-print-page .chart-report-document{margin:0 auto;max-width:210mm;padding:0 14mm}.chart-report-print-page .chart-report-cover{border-bottom:1px solid #e8dcc8;margin-bottom:6px;padding:4px 0 6px}.chart-report-print-page .chart-report-brand{font-size:.68rem;margin-bottom:4px}.chart-report-print-page .chart-report-title{font-size:1.35rem;margin-bottom:1px}.chart-report-print-page .chart-report-subtitle{font-size:.72rem;margin-bottom:4px}.chart-report-print-page .chart-report-meta{font-size:.7rem;line-height:1.38}.chart-report-print-page .chart-report-meta p{margin-bottom:1px}.chart-report-print-page .chart-report-note{font-size:.7rem;margin-top:2px}.chart-report-print-page .chart-report-intro{margin-bottom:6px;padding-bottom:4px}.chart-report-print-page .chart-report-intro-text,.chart-report-print-page .chart-report-tone{font-size:var(--print-body);line-height:var(--print-line)}.chart-report-print-page .chart-report-tone{margin-top:4px}.chart-report-print-page .chart-report-themes-list{font-size:var(--print-body);line-height:var(--print-line);margin-bottom:4px}.chart-report-print-page .chart-report-themes-list li{margin-bottom:1px}.chart-report-print-page .chart-report-transition{font-size:.72rem;line-height:var(--print-line)}.chart-report-print-page .chart-report-hero{gap:8px;margin-bottom:8px}.chart-report-print-page .chart-report-hero-print{display:block}.chart-report-print-page .chart-report-hero-print .chart-report-hero-right{max-width:100%}.chart-report-print-page .chart-report-chart-page{align-items:center;display:flex;justify-content:center;min-height:0;padding:8mm 0 12mm}.chart-report-print-page .chart-report-chart-display{align-items:center;display:flex;justify-content:center;width:100%}.chart-report-print-page .chart-report-chart-display .card{background:#0000!important;border:none!important;box-shadow:none!important;margin:0!important;padding:0!important}.chart-report-print-page .chart-report-chart-display .chart-wheel-host{width:100%}.chart-report-print-page .chart-report-chart-display .chart-wheel-svg{display:block;height:auto;margin:0 auto;max-width:100%;width:160mm}.chart-report-print-page .chart-report-chart-display .wheel-aspect-line{stroke-width:1.45!important;opacity:.75!important}.chart-report-print-page .chart-report-chart-display .wheel-aspect-conjunction{stroke:#7a6651!important}.chart-report-print-page .chart-report-chart-display .wheel-aspect-opposition,.chart-report-print-page .chart-report-chart-display .wheel-aspect-square{stroke:#7a4e43!important}.chart-report-print-page .chart-report-chart-display .wheel-aspect-sextile,.chart-report-print-page .chart-report-chart-display .wheel-aspect-trine{stroke:#6f7563!important}.chart-report-print-page .chart-report-chart-display .chart-wheel-svg circle:first-of-type{fill:#fdfbf6!important;stroke:#2a2319!important;stroke-width:2.5!important}.chart-report-print-page .chart-report-chart-display .chart-wheel-svg circle:nth-of-type(2),.chart-report-print-page .chart-report-chart-display .chart-wheel-svg circle:nth-of-type(3){stroke:#3d3429!important;stroke-width:1.2!important;opacity:.6!important}.chart-report-print-page .chart-report-chart-display .chart-wheel-svg circle:nth-of-type(4){stroke:#5a4d3f!important;stroke-width:1!important;opacity:.5!important}.chart-report-print-page .chart-report-chart-display .wheel-sign-line{stroke:#4a4035!important;stroke-width:1!important;opacity:.55!important}.chart-report-print-page .chart-report-chart-display .wheel-sign-label{fill:#1a1612!important;font-size:32px!important;font-weight:500!important}.chart-report-print-page .chart-report-chart-display .wheel-house-line{stroke:#3d3429!important;stroke-width:1.3!important;opacity:.55!important}.chart-report-print-page .chart-report-chart-display .wheel-house-arc{stroke:#3a32291a!important;stroke-width:.6!important}.chart-report-print-page .chart-report-chart-display .wheel-house-arc-cluster{stroke:#3a322926!important}.chart-report-print-page .chart-report-chart-display .wheel-house-label{fill:#2a2319!important;font-size:11px!important;font-weight:600!important}.chart-report-print-page .chart-report-chart-display .wheel-planet-dot{fill:#fffef9!important;stroke:#2a2319!important;stroke-width:2!important}.chart-report-print-page .chart-report-chart-display .wheel-planet-glyph{fill:#1a1612!important;font-size:28px!important;font-weight:600!important}.chart-report-print-page .chart-report-chart-display .wheel-planet-degree{fill:#3d3429!important;font-size:11px!important;font-weight:500!important}.chart-report-print-page .chart-report-chart-display .wheel-angle-line{stroke:#7a6342!important;stroke-width:2.2!important;opacity:.9!important}.chart-report-print-page .chart-report-chart-display .wheel-angle-label{fill:#5a4a32!important;font-size:11px!important;font-weight:600!important}.chart-report-print-page .chart-report-chart-display .wheel-density-arc,.chart-report-print-page .chart-report-chart-display .wheel-dominant-sign-arc,.chart-report-print-page .chart-report-chart-display .wheel-emphasis-sector{display:none!important}.chart-report-print-page .chart-report-chart-display .chart-wheel-svg g[filter]{filter:none!important}.chart-report-print-page .chart-report-analysis-chart-section{display:block!important;margin-bottom:8px;padding-bottom:4px}.chart-report-print-page .chart-report-analysis-chart-wrap{display:block!important;margin:6px auto 0;max-width:120mm}.chart-report-print-page .chart-report-analysis-chart-wrap .chart-wheel-report-mode{padding:8px}.chart-report-print-page .chart-report-analysis-chart-wrap .chart-wheel-svg{height:auto;width:100%}.chart-report-print-page .chart-report-analysis-chart-wrap .wheel-aspect-line{stroke-width:1.5!important;display:block!important;opacity:.8!important}.chart-report-print-page .chart-report-analysis-chart-wrap .wheel-aspect-conjunction{stroke:#7a6651!important}.chart-report-print-page .chart-report-analysis-chart-wrap .wheel-aspect-opposition,.chart-report-print-page .chart-report-analysis-chart-wrap .wheel-aspect-square{stroke:#7a4e43!important}.chart-report-print-page .chart-report-analysis-chart-wrap .wheel-aspect-sextile,.chart-report-print-page .chart-report-analysis-chart-wrap .wheel-aspect-trine{stroke:#6f7563!important}.chart-report-print-page .chart-report-wheel-wrap{width:300px}.chart-report-print-page .chart-report-wheel-wrap .chart-wheel-report-mode{padding:14px}.chart-report-print-page .chart-report-hero-title{font-size:.95rem;margin-bottom:4px;padding-bottom:2px}.chart-report-print-page .chart-report-structure-grid{gap:4px;margin-bottom:6px}.chart-report-print-page .chart-report-structure-item{padding:4px 6px}.chart-report-print-page .chart-report-structure-label{font-size:.65rem}.chart-report-print-page .chart-report-structure-value{font-size:.76rem}.chart-report-print-page .chart-report-big-three-compact{margin-top:6px;padding-top:6px}.chart-report-print-page .chart-report-big-three-compact-title{font-size:.62rem}.chart-report-print-page .chart-report-big-three-compact p{font-size:.74rem}.chart-report-print-page .chart-report-section{margin-bottom:8px}.chart-report-print-page .chart-report-section h2{font-size:.9rem;margin-bottom:2px;padding-bottom:1px}.chart-report-print-page .chart-report-lead{font-size:.7rem;line-height:var(--print-line);margin-bottom:2px}.chart-report-print-page .chart-report-big-three p,.chart-report-print-page .chart-report-summary{font-size:var(--print-body);line-height:var(--print-line)}.chart-report-print-page .chart-report-placement{padding:4px 0}.chart-report-print-page .chart-report-placement h3{font-size:.85rem;margin-bottom:2px}.chart-report-print-page .chart-report-core,.chart-report-print-page .chart-report-placement ul{font-size:var(--print-body);line-height:var(--print-line)}.chart-report-print-page .chart-report-placement ul{margin-bottom:2px}.chart-report-print-page .chart-report-observation{font-size:.72rem;line-height:var(--print-line)}.chart-report-print-page .chart-report-house{padding:4px 0}.chart-report-print-page .chart-report-house h3{font-size:.85rem;margin-bottom:2px}.chart-report-print-page .chart-report-house p{font-size:var(--print-body);line-height:var(--print-line)}.chart-report-print-page .chart-report-aspect{padding:3px 0}.chart-report-print-page .chart-report-aspect h3{font-size:.85rem;margin-bottom:2px}.chart-report-print-page .chart-report-aspect p{font-size:.72rem;line-height:var(--print-line)}.chart-report-print-page .chart-report-closing{margin-top:10px;padding:8px 0 0}.chart-report-print-page .chart-report-closing h2{font-size:.95rem;margin-bottom:4px}.chart-report-print-page .chart-report-closing p{font-size:var(--print-body);line-height:var(--print-line);margin-bottom:4px}.chart-report-print-page .chart-report-cta{font-size:.7rem;line-height:var(--print-line);margin-top:4px}@media print{.chart-report-print-page{background:#fff;min-height:0;padding:0}.chart-report-print-page .chart-report-document{max-width:100%;orphans:2;padding:0;widows:2}.chart-report-print-page .chart-report-cover{page-break-after:avoid}.chart-report-print-page .chart-report-chart-page{min-height:0;padding:4mm 0 8mm;page-break-inside:avoid}.chart-report-print-page .chart-report-chart-display .chart-wheel-svg{width:155mm}.chart-report-print-page .chart-report-hero-title,.chart-report-print-page .chart-report-section h2,.chart-report-print-page .chart-report-section h3{page-break-after:avoid}.chart-report-print-page .chart-report-hero,.chart-report-print-page .chart-report-intro{page-break-inside:avoid}.chart-report-print-page .chart-report-analysis-chart-section{display:block!important;page-break-inside:avoid}.chart-report-print-page .chart-report-analysis-chart-wrap{display:block!important}.chart-report-print-page .chart-report-aspect,.chart-report-print-page .chart-report-house,.chart-report-print-page .chart-report-placement{page-break-inside:avoid}.chart-report-print-page .chart-report-section,.chart-report-print-page .chart-report-section-wide{page-break-inside:auto}@page{size:A4 portrait;margin:12mm}}.debug-page{background:linear-gradient(135deg,#1a0d2e,#2d1b3d);color:#fff;min-height:80vh;padding:40px 20px}.debug-page .container{margin:0 auto;max-width:800px}.debug-page h1{color:#fff;margin-bottom:10px}.debug-note{color:#b0b0b0;font-style:italic;margin-bottom:30px}.debug-results{grid-gap:24px;display:grid;gap:24px}.debug-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:24px}.debug-item h3{color:#fff;font-size:18px;margin-bottom:12px}.debug-item p{border-radius:6px;font-family:Courier New,monospace;font-size:14px;margin:8px 0;padding:8px}.status-ok{background:#2e7d3233;border:1px solid #2e7d32;color:#81c784}.status-error{background:#d32f2f33;border:1px solid #d32f2f;color:#ff6b6b}.status-info{background:#2196f333;border:1px solid #2196f3;color:#64b5f6}.btn{font-size:14px;font-weight:600;margin-top:12px;padding:8px 16px;transition:all .3s}.btn-primary{background:#8b5cf6}.btn-primary:hover:not(:disabled){background:#7c3aed}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.witch-profile{background:var(--bg-cream);min-height:calc(100vh - 80px);padding:60px 0}.container{max-width:900px}.result-header,.test-header{margin-bottom:50px;text-align:center}.result-header h1,.test-header h1{color:var(--text-dark);font-size:3rem;font-weight:400;margin-bottom:20px}.result-subtitle,.test-subtitle{color:var(--text-medium);font-size:1.2rem;line-height:1.8;margin:0 auto;max-width:700px}.test-progress{margin-bottom:40px}.progress-bar{background:var(--bg-light);border-radius:4px;height:8px;margin-bottom:12px;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,var(--accent-gold),var(--accent-gold-dark));border-radius:4px;height:100%;transition:width .4s ease}.progress-text{color:var(--text-medium);font-size:.95rem;font-weight:500;text-align:center}.card{margin-bottom:30px;padding:50px}.question-card{animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.question-number{color:var(--accent-gold);font-size:.9rem;font-weight:600;letter-spacing:2px;margin-bottom:16px;text-transform:uppercase}.question-text{color:var(--text-dark);font-size:1.8rem;font-weight:400;line-height:1.6;margin-bottom:40px}.options-list{display:flex;flex-direction:column;gap:16px}.option-btn{align-items:center;background:var(--bg-light);border:2px solid var(--border-light);border-radius:12px;color:var(--text-dark);cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:1.1rem;padding:20px 24px;text-align:left;transition:all .3s ease}.option-btn:hover{background:var(--bg-white);border-color:var(--accent-gold);box-shadow:0 4px 12px var(--shadow-medium);transform:translateX(8px)}.option-letter{color:var(--accent-gold);font-size:1.2rem;font-weight:600;margin-right:16px;min-width:32px}.option-text{flex:1 1;line-height:1.6}.result-card{animation:fadeIn .5s ease}.primary-profile{margin-bottom:40px}.profile-badge{align-items:center;border:3px solid;border-radius:16px;display:flex;gap:20px;margin-bottom:20px;padding:30px}.profile-badge.small{border-width:2px;flex-wrap:wrap;margin-bottom:12px;padding:16px 24px}.profile-emoji{font-size:4rem;line-height:1}.profile-badge.small .profile-emoji{font-size:2rem}.profile-badge h2{color:var(--text-dark);font-size:2rem;font-weight:500;margin-bottom:8px}.profile-count{color:var(--text-medium);font-size:.95rem}.hybrid-profiles{border-top:2px solid var(--border-light);margin-top:40px;padding-top:40px}.hybrid-title{color:var(--text-dark);font-size:1.3rem;font-weight:600;margin-bottom:16px}.hybrid-description{background:var(--bg-light);border-radius:8px;color:var(--text-medium);font-size:1.05rem;line-height:1.8;margin-bottom:24px;padding:16px}.hybrid-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.hybrid-example{background:var(--bg-light);border-radius:8px;color:var(--text-medium);font-size:.95rem;font-style:italic;padding:12px}.result-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:40px}.btn{font-size:1rem;padding:14px 32px}.btn-primary:hover{box-shadow:0 4px 12px #c9a9614d}.btn-secondary{background:var(--bg-light);border:2px solid var(--border-light)}.btn-secondary:hover{background:var(--bg-white)}.course-section{animation:fadeIn .5s ease;margin-top:60px}.course-intro{margin-bottom:50px;text-align:center}.course-intro h2{color:var(--text-dark);font-size:2.5rem;font-weight:400;margin-bottom:24px}.course-intro-text{color:var(--text-medium);font-size:1.1rem;margin-bottom:20px}.course-principles{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0 auto;max-width:500px;text-align:left}.course-principles li{color:var(--text-dark);font-size:1.1rem;padding:8px 0}.course-modules{display:flex;flex-direction:column;gap:30px;margin-bottom:40px}.module{transition:transform .3s ease}.module:hover{box-shadow:0 8px 24px var(--shadow-medium);transform:translateY(-4px)}.module-header{border-bottom:2px solid var(--border-light);gap:20px;margin-bottom:24px;padding-bottom:20px}.module-header,.module-number{align-items:center;display:flex}.module-number{background:var(--accent-gold);border-radius:50%;color:#fff;flex-shrink:0;font-size:1.5rem;font-weight:600;height:50px;justify-content:center;width:50px}.module-header h3{color:var(--text-dark);font-size:1.6rem;font-weight:500;margin:0}.module-content{color:var(--text-medium);font-size:1.1rem;line-height:1.8}.module-content h4{color:var(--text-dark);font-size:1.2rem;font-weight:600;margin-bottom:16px;margin-top:24px}.module-content p{margin-bottom:16px}.module-content ul{list-style:none;margin-bottom:24px;padding-left:0}.module-content ul li{padding:8px 0 8px 24px;position:relative}.module-content ul li:before{color:var(--accent-gold);content:"•";font-size:1.5rem;left:0;line-height:1;position:absolute}.module-exercise{background:var(--bg-light);border-left:4px solid var(--accent-gold);border-radius:12px;margin-top:20px;padding:20px}.module-exercise strong{color:var(--text-dark);display:block;margin-bottom:8px}.exercise-examples{margin-left:20px;margin-top:12px}.exercise-examples li{color:var(--text-medium);font-size:.95rem}.module-highlight{background:linear-gradient(135deg,#c9a9611a,#c9a9610d);border-radius:12px;margin-top:20px;padding:20px;text-align:center}.module-highlight strong{color:var(--accent-gold-dark);font-size:1.2rem}.tools-table{background:var(--bg-light);border-radius:12px;display:flex;flex-direction:column;gap:12px;margin-top:20px;padding:20px}.tool-row{grid-gap:16px;align-items:center;background:var(--bg-white);border-radius:8px;display:grid;gap:16px;grid-template-columns:50px 150px 1fr;padding:12px 16px}.tool-emoji{font-size:1.8rem;text-align:center}.tool-profile{color:var(--text-dark);font-weight:600}.tool-tools{color:var(--text-medium)}.course-core{background:linear-gradient(135deg,#c9a9611a,#c9a9610d);border:2px solid var(--accent-gold);text-align:center}.course-core h3{font-size:1.8rem;font-weight:500}.core-message,.course-core h3{color:var(--text-dark);margin-bottom:20px}.core-message{font-size:1.5rem;font-style:italic;font-weight:400;line-height:1.8}.core-explanation{border-top:2px solid var(--border-light);color:var(--text-medium);font-size:1.1rem;line-height:1.8;margin-top:20px;padding-top:20px}@media (max-width:768px){.result-header h1,.test-header h1{font-size:2.2rem}.result-subtitle,.test-subtitle{font-size:1rem}.card{padding:30px 20px}.question-text{font-size:1.4rem}.option-btn{font-size:1rem;padding:16px 20px}.profile-badge{flex-direction:column;padding:24px;text-align:center}.profile-badge h2{font-size:1.5rem}.profile-emoji{font-size:3rem}.result-actions{flex-direction:column}.btn{width:100%}.course-intro h2{font-size:2rem}.module-header{align-items:flex-start;flex-direction:column;gap:12px}.module-header h3{font-size:1.3rem}.tool-row{grid-template-columns:40px 1fr;grid-template-rows:auto auto}.tool-emoji{grid-row:1/3}.tool-profile{font-size:.95rem}.tool-tools{font-size:.9rem;grid-column:2}.core-message{font-size:1.2rem}}.runes{background:var(--bg-cream);min-height:calc(100vh - 80px);padding:60px 0}.runes-header{margin-bottom:60px;text-align:center}.runes-header h1{color:var(--text-dark);font-size:3.5rem;font-weight:400;margin-bottom:20px}.runes-subtitle{color:var(--text-gray);font-size:1.2rem;margin:0 auto;max-width:600px}.runes-loading{padding:100px 0;text-align:center}.daily-rune-section,.draw-rune-section{align-items:center;display:flex;flex-direction:column;margin-bottom:80px;width:100%}.drawn-rune-display,.rune-display{margin:40px auto 0;max-width:700px;padding:50px;width:100%}.rune-header{border-bottom:2px solid var(--border-light);margin-bottom:40px;padding-bottom:30px;text-align:center}.rune-symbol{color:var(--accent-gold);font-size:5rem;font-weight:400;letter-spacing:0;line-height:1;margin-bottom:20px}.rune-name{color:var(--text-dark);font-family:Cinzel,serif;font-size:2rem;font-weight:500;margin-bottom:12px}.rune-meaning{font-size:1.1rem;font-weight:500}.rune-meaning,.rune-situation{color:var(--text-medium);font-style:italic}.rune-situation{background:var(--bg-light);border-left:4px solid var(--accent-gold);border-radius:8px;padding:20px}.rune-interpretation,.rune-situation{margin-bottom:30px}.rune-advice,.rune-symbolism{margin-bottom:32px}.rune-advice h4,.rune-symbolism h4{color:var(--text-dark);font-family:Cinzel,serif;font-size:1.3rem;font-weight:500;margin-bottom:16px}.rune-advice p,.rune-symbolism p{color:var(--text-medium);font-size:1.15rem;font-weight:400;line-height:1.9}.rune-keywords{background:var(--bg-light);border-radius:8px;color:var(--text-medium);font-size:.95rem;line-height:1.8;padding:16px}.rune-keywords strong{color:var(--text-dark);display:block;margin-bottom:8px}.mini-ritual{background:var(--bg-light);border-radius:8px;border-top:2px solid var(--border-light);margin-top:32px;padding:24px}.mini-ritual-title{color:var(--text-dark);font-family:Cinzel,serif;font-size:1.2rem;font-weight:500;margin-bottom:16px}.mini-ritual p{color:var(--text-medium);font-size:1rem;line-height:1.7;margin-bottom:10px}.mini-ritual p:last-child{margin-bottom:0}.rune-date{border-top:2px solid var(--border-light);color:var(--text-gray);font-size:.9rem;padding-top:24px;text-align:center}.rune-question-card{margin:0 auto;max-width:700px;padding:50px;width:100%}.rune-question-form{display:flex;flex-direction:column;gap:20px}.draw-rune-btn{align-self:center;font-size:1.1rem;min-width:200px;padding:16px 32px}.draw-rune-btn:disabled{cursor:not-allowed;opacity:.6}.rune-draw-helper{color:var(--text-gray);font-size:.9rem;line-height:1.5;margin:12px 0 0;text-align:center}@media (max-width:768px){.runes-header h1{font-size:2.5rem}.rune-symbol{font-size:4rem}.drawn-rune-display,.rune-display,.rune-question-card{padding:30px 20px}}.tarot{background:var(--bg-cream);min-height:calc(100vh - 80px);padding:60px 0}.tarot-header{margin-bottom:60px;text-align:center}.tarot-header h1{color:var(--text-dark);font-size:3.5rem;font-weight:400;margin-bottom:20px}.tarot-subtitle{color:var(--text-gray);font-size:1.2rem;margin:0 auto;max-width:600px}.tarot-alert{background:#ef444426;border:1px solid #ef444480;border-radius:8px;color:#2d2d2d;color:var(--text-dark,#2d2d2d);margin-bottom:24px;padding:16px 20px;text-align:center}.tarot-loading{padding:100px 0;text-align:center}.section-title{color:var(--text-dark);font-size:2rem;font-weight:400;margin-bottom:30px;text-align:center}.daily-card-section,.draw-card-section{align-items:center;display:flex;flex-direction:column;margin-bottom:80px;width:100%}.drawn-card-display,.tarot-card-display{margin:40px auto 0;max-width:700px;padding:50px;width:100%}.card-image-container{align-items:center;background:var(--bg-light);border-radius:12px;display:flex;justify-content:center;margin-bottom:40px;padding:20px}.tarot-card-image{border-radius:8px;box-shadow:0 4px 20px #0000001a;display:block;height:auto;max-height:400px;max-width:300px;object-fit:contain;transition:transform .3s ease;width:100%}.tarot-card-image:hover{transform:scale(1.02)}.tarot-card-image.reversed{transform:rotate(180deg)}.tarot-card-image.reversed:hover{transform:rotate(180deg) scale(1.02)}.card-header{border-bottom:2px solid var(--border-light);margin-bottom:40px;padding-bottom:30px;text-align:center}.card-number{background:var(--accent-gold);border-radius:50%;color:#fff;display:inline-block;font-size:1.5rem;font-weight:600;height:50px;line-height:50px;margin-bottom:16px;width:50px}.card-name{color:var(--text-dark);font-family:Cinzel,serif;font-size:2rem;font-weight:500;margin-bottom:12px}.card-orientation{color:var(--text-medium);font-size:.95rem;font-weight:500;letter-spacing:1px;text-transform:uppercase}.orientation-explanation{background:#f8f7f5;background:var(--bg-light,#f8f7f5);border-left:3px solid #c9a961;border-left:3px solid var(--accent-gold,#c9a961);border-radius:8px;margin-top:16px;padding:16px;text-align:left}.orientation-meaning{color:#666;color:var(--text-medium,#666);font-size:.9rem;line-height:1.6;margin:0 0 12px}.orientation-meaning strong{color:#2d2d2d;color:var(--text-dark,#2d2d2d)}.orientation-question{color:#b89a5a;color:var(--accent-gold-dark,#b89a5a);font-size:.85rem;font-style:italic;margin:0}.card-question{background:var(--bg-light);border-left:4px solid var(--accent-gold);border-radius:8px;color:var(--text-medium);font-style:italic;padding:20px}.card-interpretation,.card-question{margin-bottom:30px}.card-meaning{color:var(--text-medium);font-size:1.15rem;font-weight:400;line-height:1.9;margin-bottom:24px;white-space:pre-line}.card-keywords{background:var(--bg-light);border-radius:8px;color:var(--text-medium);font-size:.95rem;line-height:1.8;padding:16px}.card-keywords strong{color:var(--text-dark);display:block;margin-bottom:8px}.card-date{border-top:2px solid var(--border-light);color:var(--text-gray);font-size:.9rem;padding-top:24px;text-align:center}.tarot-question-card{margin:0 auto;max-width:700px;padding:50px;width:100%}.question-instruction{color:var(--text-medium);font-size:1.1rem;line-height:1.8;margin-bottom:30px;text-align:center}.tarot-question-form{display:flex;flex-direction:column;gap:20px}.question-input{background:var(--bg-white);border:2px solid var(--border-light);border-radius:8px;color:var(--text-dark);font-family:Poppins,sans-serif;font-size:1rem;min-height:120px;padding:16px;resize:vertical;transition:all .3s ease;width:100%}.question-input:focus{border-color:var(--accent-gold);box-shadow:0 0 0 3px #c9a96126;outline:none}.question-input::placeholder{color:var(--text-gray)}.draw-card-btn{align-self:center;font-size:1.1rem;min-width:200px;padding:16px 32px}.draw-card-btn:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.tarot-header h1{font-size:2.5rem}.drawn-card-display,.tarot-card-display{padding:30px 20px}.card-image-container{margin-bottom:30px;padding:15px}.tarot-card-image{max-height:300px}.card-header{margin-bottom:30px;padding-bottom:20px}.card-name{font-size:1.5rem}}.courses-page{background:var(--bg-cream);min-height:calc(100vh - 80px);padding:60px 0}.courses-page .container{margin:0 auto;max-width:800px;padding:0 20px}.courses-header{margin-bottom:48px;text-align:center}.courses-header h1{color:var(--text-dark);font-size:2.5rem;font-weight:400;margin-bottom:16px}.courses-intro{color:var(--text-gray);font-size:1.1rem}.courses-list{display:flex;flex-direction:column;gap:24px}.course-card{color:inherit;display:block;padding:28px 32px;text-decoration:none;transition:all .3s ease}.course-card:hover{border-color:var(--accent-gold);box-shadow:0 4px 20px var(--shadow-light)}.course-card h2{color:var(--text-dark);font-family:Cinzel,serif;font-size:1.5rem;margin-bottom:12px}.course-card p{color:var(--text-medium);font-size:1rem;line-height:1.6;margin-bottom:16px}.course-link{color:var(--accent-gold);font-size:.95rem;font-weight:500}.course-card:hover .course-link{color:var(--accent-gold-dark)}.runes-course-index{background:var(--bg-cream);min-height:calc(100vh - 80px);padding:60px 0}#24-paivaa,#7-paivaa,#aakkosjarjestys,#aloita,#hakemisto,#historia-ja-mytologia,#johdanto,#miten-opiskella,#perusolemus,#teemat{scroll-margin-top:96px}.runes-anchor-offset{display:block;height:0;overflow:hidden;position:relative}.runes-course-index .container{margin:0 auto;max-width:1000px;padding:0 20px}.runes-course-header{margin-bottom:48px;text-align:center}.runes-course-header h1{color:var(--text-dark);font-size:2.5rem;font-weight:400;margin-bottom:20px}.runes-course-intro{color:var(--text-medium);font-size:1.1rem;line-height:1.7;margin:0 auto 28px;max-width:640px}.runes-start-card{background:linear-gradient(to bottom,var(--bg-white),var(--bg-light));border:2px solid var(--accent-gold);margin-bottom:40px}.runes-start-card-title{color:var(--text-dark);font-family:Cinzel,serif;font-size:1.35rem;letter-spacing:.05em;margin-bottom:12px}.runes-start-card-intro{color:var(--text-medium);font-size:1rem;line-height:1.65;margin-bottom:24px;margin-left:auto;margin-right:auto;max-width:560px}.runes-start-card-links{gap:20px;margin:0 auto;max-width:480px}.runes-start-card-links,.runes-start-link-wrap{align-items:stretch;display:flex;flex-direction:column}.runes-start-link-wrap{gap:6px}.runes-start-link-wrap .runes-start-link{display:block;text-align:center}.runes-start-link-helper{color:var(--text-gray);font-size:.85rem;line-height:1.4;text-align:center}.runes-start-link{border-radius:8px;display:inline-block;font-size:.95rem;font-weight:500;padding:10px 18px;text-decoration:none;transition:all .2s}.runes-start-link.btn-primary{background:var(--accent-gold);border:2px solid var(--accent-gold-dark);color:var(--text-dark)}.runes-start-link.btn-primary:hover{background:var(--accent-gold-dark);color:var(--bg-white)}.runes-start-link.btn-secondary{background:var(--bg-light);border:2px solid var(--border-light);color:var(--text-dark)}.runes-start-link.btn-secondary:hover{border-color:var(--accent-gold);color:var(--accent-gold-dark)}.runes-accordion-card{margin-bottom:16px}.runes-accordion-trigger{align-items:center;background:var(--bg-white);border:none;border-radius:8px;color:var(--text-dark);cursor:pointer;display:flex;font-family:Cinzel,serif;font-size:1.1rem;justify-content:flex-start;padding:16px 20px;text-align:left;transition:background .2s,box-shadow .2s;width:100%}.runes-accordion-trigger:hover{background:var(--bg-light)}.runes-accordion-trigger[aria-expanded=true]{background:var(--bg-light);border-bottom-left-radius:0;border-bottom-right-radius:0}.runes-accordion-title{font-weight:500}.runes-accordion-content{background:var(--bg-white);border:1px solid var(--border-light);border-radius:0 0 8px 8px;border-top:none;padding:20px 24px}.runes-accordion-content .runes-course-block h2{margin-top:0}.runes-back-to-top{font-size:.9rem;margin-bottom:0;margin-top:24px}.runes-back-to-top a{color:var(--text-gray);text-decoration:none}.runes-back-to-top a:hover{color:var(--accent-gold-dark);text-decoration:underline}.runes-essence-intro{color:var(--text-medium);font-size:1.05rem;line-height:1.75;margin-bottom:20px}.runes-7day-section-intro{color:var(--text-medium);font-size:1rem;font-style:italic;line-height:1.7;margin-bottom:16px}.runes-24day-intro{color:var(--text-medium);font-size:1.05rem;line-height:1.75;margin-bottom:20px}.runes-24day-structure{list-style:none;margin:16px 0;padding-left:0}.runes-24day-structure li{color:var(--text-medium);font-size:1rem;line-height:1.65;margin-bottom:12px;padding-left:0}.runes-24day-reassurance{color:var(--text-medium);font-size:.98rem;font-style:italic;line-height:1.65;margin-top:20px;padding:12px 0}.runes-filter-helper{color:var(--text-gray);font-size:.9rem;font-style:italic;margin-bottom:16px}.runes-course-filters{margin-bottom:24px}.runes-course-filter-row{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-top:12px}.runes-filter-label{align-items:center;color:var(--text-medium);display:flex;font-size:.95rem;gap:8px}.runes-filter-select{background:var(--bg-white);border:2px solid var(--border-light);border-radius:8px;color:var(--text-dark);font-family:inherit;font-size:.95rem;padding:8px 12px}.runes-course-search{margin:0 auto;max-width:400px}.runes-search-input{background:var(--bg-white);border:2px solid var(--border-light);border-radius:8px;color:var(--text-dark);font-family:inherit;font-size:1rem;padding:12px 16px;transition:border-color .2s,box-shadow .2s;width:100%}.runes-search-input:focus{border-color:var(--accent-gold);box-shadow:0 0 0 3px #c9a96126;outline:none}.runes-search-input::placeholder{color:var(--text-gray)}.runes-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.rune-card{align-items:center;color:inherit;display:flex;flex-direction:column;padding:24px 20px;text-decoration:none;transition:all .3s ease}.rune-card:hover{border-color:var(--accent-gold);box-shadow:0 4px 20px var(--shadow-light)}.rune-card-image-wrap{align-items:center;cursor:zoom-in;display:flex;height:220px;justify-content:center;margin-bottom:16px;min-height:200px;min-width:200px;overflow:visible;width:220px}.rune-card-image{height:100%;max-height:240px;max-width:240px;object-fit:contain;transition:transform .35s ease;width:100%}.rune-card-image-wrap:hover .rune-card-image{transform:scale(1.3)}@media (prefers-reduced-motion:reduce){.rune-card-image-wrap:hover .rune-card-image{transform:none}}.rune-card-name{color:var(--text-dark);font-family:Cinzel,serif;font-size:1.25rem;margin-bottom:4px}.rune-card-phonetic{color:var(--text-gray);font-size:.9rem;margin-bottom:12px}.rune-card-keywords{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.rune-keyword-tag{background:var(--bg-light);border-radius:6px;color:var(--text-medium);font-size:.75rem;padding:4px 8px}.runes-course-empty{color:var(--text-gray);grid-column:1/-1;padding:40px 20px;text-align:center}.runes-course-block{margin-bottom:32px;padding:28px 32px}.runes-course-block h2{color:var(--text-dark);font-family:Cinzel,serif;font-size:1.5rem;font-weight:500;margin-bottom:16px}.runes-course-block p{color:var(--text-medium);font-size:1.05rem;line-height:1.75;margin-bottom:12px}.runes-course-block p:last-of-type{margin-bottom:0}.runes-explain-heading{color:var(--text-dark);font-family:Cinzel,serif;font-size:1.25rem;font-weight:500;margin-bottom:12px;margin-top:20px}.runes-explain-subheading{color:var(--text-dark);font-size:1.1rem;font-weight:500;margin-bottom:8px;margin-top:16px}.runes-explain-list{list-style:none;margin:12px 0;padding-left:0}.runes-explain-list li{color:var(--text-medium);font-size:1rem;line-height:1.65;margin-bottom:10px;padding-left:0}.runes-explain-themes{list-style:none;margin:12px 0;padding-left:0}.runes-explain-themes li{color:var(--text-medium);font-size:1rem;line-height:1.65;margin-bottom:12px;padding-left:0}.runes-explain-themes li em{color:var(--text-gray);font-size:.95rem}.runes-explain-together{margin-bottom:12px;margin-top:16px}.runes-course-steps{color:var(--text-medium);line-height:1.8;margin:16px 0 0;padding-left:1.4em}.runes-course-steps li{margin-bottom:8px}.runes-course-steps li:last-child{margin-bottom:0}.runes-7day-section h2{margin-bottom:16px}.runes-7day-intro{color:var(--text-medium);font-size:1.05rem;line-height:1.75;margin-bottom:28px}.runes-7day-day{margin-bottom:24px;padding:20px 24px}.runes-7day-day:last-of-type{margin-bottom:20px}.runes-7day-day-title{color:var(--text-dark);font-family:Cinzel,serif;font-size:1.2rem;margin-bottom:12px}.runes-7day-day p{color:var(--text-medium);font-size:1rem;line-height:1.7;margin-bottom:10px}.runes-7day-day p:last-child{margin-bottom:0}.runes-7day-kysymys{color:var(--text-dark);font-style:italic}.runes-7day-outro{color:var(--text-medium);font-size:1rem;line-height:1.7;margin-bottom:0;margin-top:8px}.runes-course-header-grid{margin-bottom:24px;margin-top:48px}.runes-course-header-grid h2{color:var(--text-dark);font-size:1.75rem;font-weight:400}.runes-course-sources-intro{margin-bottom:16px}.runes-course-sources-list{list-style:none;margin:0;padding-left:0}.runes-course-sources-list li{margin-bottom:10px}.runes-course-source-link{color:var(--accent-gold-dark);font-weight:500;text-decoration:none;transition:color .2s}.runes-course-source-link:hover{color:var(--text-dark);text-decoration:underline}@media (max-width:768px){.runes-course-header h1{font-size:2rem}.runes-grid{gap:16px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.rune-card-image-wrap{height:200px;min-height:160px;min-width:160px;width:200px}.rune-card-image{max-height:200px;max-width:200px}}.rune-deep-dive{background:var(--bg-cream);min-height:calc(100vh - 80px);padding:40px 0 60px}.rune-deep-dive .container{margin:0 auto;max-width:720px;padding:0 20px}.rune-deep-back{margin-bottom:24px}.rune-deep-back a{color:var(--text-medium);font-size:.95rem;text-decoration:none;transition:color .2s}.rune-deep-back a:hover{color:var(--accent-gold-dark)}.rune-deep-article{margin-bottom:32px;padding:48px 40px}.rune-deep-header{border-bottom:2px solid var(--border-light);margin-bottom:40px;padding-bottom:32px;text-align:center}.rune-deep-image-wrap{align-items:center;cursor:zoom-in;display:flex;height:320px;justify-content:center;margin:0 auto 24px;min-height:300px;min-width:300px;overflow:visible;width:320px}.rune-deep-image{height:100%;max-height:340px;max-width:340px;object-fit:contain;transition:transform .35s ease;width:100%}.rune-deep-image-wrap:hover .rune-deep-image{transform:scale(1.25)}@media (prefers-reduced-motion:reduce){.rune-deep-image-wrap:hover .rune-deep-image{transform:none}}.rune-deep-name{color:var(--text-dark);font-family:Cinzel,serif;font-size:2.25rem;margin-bottom:8px}.rune-deep-phonetic{color:var(--text-gray);font-size:1rem;margin-bottom:20px}.rune-deep-core{color:var(--text-medium);font-size:1.15rem;font-style:italic;line-height:1.6;margin:0 auto;max-width:560px}.rune-deep-section{margin-bottom:36px}.rune-deep-section:last-child{margin-bottom:0}.rune-deep-section h2{color:var(--text-dark);font-family:Cinzel,serif;font-size:1.35rem;font-weight:500;margin-bottom:16px}.rune-deep-section li,.rune-deep-section p{color:var(--text-medium);font-size:1.05rem;line-height:1.75}.rune-deep-keywords{display:flex;flex-wrap:wrap;gap:8px}.rune-deep-keyword-tag{background:var(--bg-light);border-radius:8px;color:var(--text-medium);font-size:.9rem;padding:8px 14px}.rune-deep-prompts{list-style:none;padding-left:0}.rune-deep-prompts li{margin-bottom:12px;padding-left:1.2em;position:relative}.rune-deep-prompts li:before{color:var(--accent-gold);content:"•";left:0;position:absolute}.rune-deep-bullets{list-style:none;margin:0;padding-left:0}.rune-deep-bullets li{color:var(--text-medium);font-size:1.05rem;line-height:1.7;margin-bottom:10px;padding-left:1.2em;position:relative}.rune-deep-bullets li:before{color:var(--accent-gold);content:"•";left:0;position:absolute}.rune-deep-sources{border-top:2px solid var(--border-light);margin-top:24px;padding-top:24px}.rune-deep-sources-list{list-style:none;margin:0;padding-left:0}.rune-deep-sources-list li{margin-bottom:10px}.rune-deep-source-link{color:var(--accent-gold-dark);font-weight:500;text-decoration:none;transition:color .2s}.rune-deep-source-link:hover{color:var(--text-dark);text-decoration:underline}.rune-deep-ritual{background:var(--bg-light);border-radius:8px;border-top:2px solid var(--border-light);margin-top:32px;padding:24px 28px}.rune-deep-ritual-steps{list-style:decimal;margin:0;padding-left:1.4em}.rune-deep-ritual-steps li{margin-bottom:10px}.rune-deep-ritual-steps li:last-child{margin-bottom:0}.rune-deep-nav{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.rune-deep-next,.rune-deep-prev{color:var(--accent-gold-dark);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.rune-deep-next:hover,.rune-deep-prev:hover{color:var(--text-dark)}.rune-deep-index{color:var(--text-medium);font-size:.95rem;text-decoration:none;transition:color .2s}.rune-deep-index:hover{color:var(--accent-gold-dark)}.rune-deep-next-placeholder,.rune-deep-prev-placeholder{display:inline-block;min-width:90px}.rune-not-found{color:var(--text-gray);margin-bottom:20px}@media (max-width:768px){.rune-deep-article{padding:32px 24px}.rune-deep-image-wrap{height:280px;min-height:240px;min-width:240px;width:280px}.rune-deep-image{max-height:280px;max-width:280px}.rune-deep-name{font-size:1.85rem}.rune-deep-nav{align-items:stretch;flex-direction:column}.rune-deep-next-placeholder,.rune-deep-prev-placeholder{display:none}}.am-spreads{grid-gap:18px;display:grid;gap:18px}.am-spread{background:#ffffffb3;border-radius:16px;box-shadow:0 10px 24px #0000000f;padding:16px 16px 18px}.am-spread-single{background:#0000;border-radius:0;box-shadow:none;padding:0}.am-title{font-weight:700;margin-bottom:10px}.am-canvas-wrap{max-width:100%;overflow:hidden}.am-canvas-wrap-0{height:168px;width:320px}.am-canvas-wrap-0 .am-canvas{transform:scale(.762);transform-origin:top left}.am-canvas-wrap-1{height:135px;width:320px}.am-canvas-wrap-1 .am-canvas{transform:scale(.615);transform-origin:top left}.am-canvas-wrap-2{height:160px;width:320px}.am-canvas-wrap-2 .am-canvas{transform:scale(.615);transform-origin:top left}.am-canvas-wrap-3{height:299px;width:320px}.am-canvas-wrap-3 .am-canvas{transform:translateY(24px) scale(.615);transform-origin:top left}.am-canvas-wrap-4{height:203px;width:320px}.am-canvas-wrap-4 .am-canvas{transform:translateY(29px) scale(.4);transform-origin:top left}.am-canvas{position:relative}.am-card{border-radius:14px;box-shadow:0 10px 24px #0000002e;height:150px;overflow:hidden;position:absolute;width:92px}.am-badge{background:#fffffff2;border-radius:999px;box-shadow:0 4px 10px #0000002e;color:#141414f2;display:grid;font-size:13px;font-weight:800;height:26px;left:8px;place-items:center;position:absolute;top:8px;width:26px}.tarot-course-page{background:var(--bg-cream);min-height:calc(100vh - 80px);padding:24px 0 60px}.tarot-course-layout{align-items:flex-start;display:flex;gap:32px;margin:0 auto;max-width:1100px;padding:0 20px}@media (max-width:768px){.tarot-course-layout{flex-direction:column}}.tarot-course-nav{flex-shrink:0;position:-webkit-sticky;position:sticky;top:100px;width:260px}@media (max-width:768px){.tarot-course-nav{position:static;width:100%}}.tarot-course-nav-list{list-style:none;margin:0;padding:0}.tarot-course-nav-group,.tarot-course-nav-list li{margin-bottom:4px}.tarot-course-nav-group-btn{align-items:center;display:flex;gap:8px}.tarot-course-nav-group-btn .tarot-course-nav-chevron{color:var(--text-medium);font-size:.75rem}.tarot-course-nav-group-badge{color:var(--accent-gold-dark);font-size:.8rem;font-weight:600}.tarot-course-nav-sublist{border-left:2px solid var(--border-light);list-style:none;margin:4px 0 4px 12px;padding:0 0 0 10px}.tarot-course-nav-sublist li{margin-bottom:2px}.tarot-course-nav-sub-btn{font-size:.85rem;padding:10px 12px}.tarot-course-nav-btn{align-items:center;background:var(--bg-white);border:1px solid var(--border-light);border-radius:8px;color:var(--text-dark);cursor:pointer;display:flex;font-family:inherit;font-size:.9rem;gap:10px;padding:12px 14px;text-align:left;transition:all .2s ease;width:100%}.tarot-course-nav-btn:hover{background:var(--bg-light);border-color:var(--border-gold)}.tarot-course-nav-btn.active{background:#c9a9611f;border-color:var(--accent-gold);font-weight:500}.tarot-course-nav-btn .tarot-course-nav-title{flex:1 1;line-height:1.3}.tarot-course-done{color:var(--accent-gold);font-weight:600}.tarot-course-main{flex:1 1;min-width:0}.tarot-course-header{margin-bottom:32px}.tarot-course-title{color:var(--text-dark);font-family:Cinzel,serif;font-size:2rem;font-weight:400;margin-bottom:16px}.tarot-course-intro{color:var(--text-medium);font-size:1.1rem;line-height:1.7}.tarot-course-module{margin-bottom:40px}.tarot-course-module-title{color:var(--text-dark);font-family:Cinzel,serif;font-size:1.5rem;font-weight:500;margin-bottom:20px}.tarot-course-content{margin-bottom:24px}.tarot-course-content p{color:var(--text-medium);font-size:1rem;line-height:1.7;margin-bottom:12px}.tarot-course-content-subheading{color:var(--text-dark);font-size:1.15rem;font-weight:600;line-height:1.4;margin-bottom:.5em;margin-top:1.5em}.tarot-course-content-subheading:first-child{margin-top:0}.tarot-course-content-lead{color:var(--text-dark);font-size:1.05rem;line-height:1.65;margin-bottom:16px}.tarot-course-content-list{list-style:none;margin:12px 0 20px;padding-left:0}.tarot-course-content-list li{color:var(--text-medium);line-height:1.6;margin-bottom:10px;padding-left:1.25rem;position:relative}.tarot-course-content-list li:before{color:var(--text-dark);content:"·";font-size:1.2em;font-weight:700;left:0;position:absolute}.tarot-course-content-list li strong{color:var(--text-dark);font-weight:600}.tarot-course-groups{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.tarot-course-group{padding:20px}.tarot-course-group-title{color:var(--text-dark);font-family:Cinzel,serif;font-size:1.1rem;font-weight:600;margin-bottom:12px}.tarot-course-group-cues{color:var(--text-medium);font-size:.95rem;line-height:1.6;margin:0 0 12px;padding-left:1.25rem}.tarot-course-group-cues li{margin-bottom:6px}.tarot-course-group-exercise{border-top:1px solid var(--border-light);color:var(--text-medium);font-size:.95rem;line-height:1.6;margin:0;padding-top:8px}.tarot-course-spreads{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}.tarot-course-spread-card{align-items:flex-start;display:flex;gap:24px;padding:20px}@media (max-width:768px){.tarot-course-spread-card{flex-direction:column}}.tarot-course-spread-content{flex:1 1 auto;min-width:0}.tarot-course-spread-diagram{align-items:center;background:#0000;border:none;display:flex;flex:0 0 320px;justify-content:center;max-width:100%;min-width:200px;outline:none;overflow:hidden;padding:0}.tarot-course-spread-diagram-clean{flex:1 1 100%;max-width:none;min-width:0;width:100%}.tarot-course-spread-diagram-img{display:block;height:auto;max-width:100%;max-width:320px;width:100%}.tarot-course-spread-diagram-inline{display:block;max-width:360px;min-height:80px;outline:none;width:100%}@media (max-width:768px){.tarot-course-spread-diagram{order:-1;width:100%}.tarot-course-spread-diagram-img{max-width:100%}}.tarot-course-practice{margin-bottom:24px;padding:24px}.tarot-course-practice-label{color:var(--accent-gold-dark);font-size:1rem;font-weight:600;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.tarot-course-practice-text{color:var(--text-medium);font-size:1rem;line-height:1.7;margin-bottom:16px}.tarot-course-practice-actions{display:flex;flex-wrap:wrap;gap:12px}.tarot-course-card-grid-wrap{background:var(--bg-light);border-radius:12px;margin:24px 0;padding:24px}.tarot-course-grid-title{color:var(--text-dark);font-size:1.1rem;font-weight:500;margin-bottom:16px}.tarot-course-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));list-style:none;margin:0;padding:0}.tarot-course-card-thumb{align-items:center;background:var(--bg-white);border:1px solid var(--border-light);border-radius:8px;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;padding:8px;text-align:center;transition:all .2s ease}.tarot-course-card-thumb:hover{border-color:var(--accent-gold);box-shadow:0 4px 12px var(--shadow-light)}.tarot-course-card-thumb .tarot-card-image{height:auto;margin-bottom:8px;max-height:120px;max-width:80px;object-fit:contain;width:100%}.tarot-course-card-name{color:var(--text-medium);font-size:.75rem;line-height:1.2}.tarot-course-card-accordion{background:var(--bg-light);border-radius:12px;margin-bottom:24px;padding:20px}.tarot-course-accordion-title{color:var(--text-dark);font-family:Cinzel,serif;font-size:1.1rem;font-weight:600;margin-bottom:16px}.tarot-course-accordion-list{list-style:none;margin:0;padding:0}.tarot-course-accordion-item{background:var(--bg-white);border:1px solid var(--border-light);border-radius:8px;margin-bottom:8px;overflow:hidden}.tarot-course-accordion-trigger{align-items:center;background:#0000;border:none;color:var(--text-dark);cursor:pointer;display:flex;font-family:inherit;font-size:.95rem;gap:12px;padding:12px 14px;text-align:left;transition:background .2s ease;width:100%}.tarot-course-accordion-trigger:hover{background:var(--bg-light)}.tarot-course-accordion-trigger.expanded{background:var(--bg-light);font-weight:500}.tarot-course-accordion-thumb{flex-shrink:0;height:64px;object-fit:contain;width:44px}.tarot-course-accordion-name{flex:1 1;line-height:1.3}.tarot-course-accordion-name-en{color:var(--text-medium);font-size:.85em;font-weight:400}.tarot-course-accordion-panel{border-top:1px solid var(--border-light);color:var(--text-medium);font-size:.95rem;line-height:1.6;padding:16px 14px 20px}.tarot-course-accordion-panel p{margin:0 0 12px}.tarot-course-accordion-panel p:last-of-type{margin-bottom:16px}.tarot-course-accordion-panel .tarot-course-reflection{color:var(--text-dark);font-style:italic}.tarot-course-open-visual{margin-top:8px}.tarot-course-done-wrap{border-top:1px solid var(--border-light);margin-top:24px;padding-top:20px}.tarot-course-checkbox-label{align-items:center;color:var(--text-medium);cursor:pointer;display:inline-flex;font-size:.95rem;gap:10px}.tarot-course-checkbox-label input{accent-color:var(--accent-gold);height:18px;width:18px}.tarot-course-modal-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;overflow-y:auto;padding:20px;position:fixed;z-index:1000}.tarot-course-modal{max-height:90vh;max-width:500px;overflow-y:auto;padding:40px 24px 24px;position:relative;width:100%}.tarot-course-modal-close{background:var(--bg-light);border:none;border-radius:50%;color:var(--text-dark);cursor:pointer;font-size:1.5rem;height:36px;line-height:1;position:absolute;right:12px;top:12px;transition:background .2s;width:36px}.tarot-course-modal-close:hover{background:var(--border-light)}.tarot-course-modal .card-image-container{margin-bottom:24px}.tarot-course-modal .tarot-card-image{max-height:320px;max-width:220px}.tarot-course-modal .card-header{margin-bottom:20px;padding-bottom:16px}.tarot-course-modal-header{text-align:left}.tarot-course-modal-badge{align-items:center;background:var(--accent-gold);border-radius:50%;color:var(--bg-white);display:inline-flex;font-size:.8rem;font-weight:600;height:2.25rem;justify-content:center;letter-spacing:.02em;line-height:1;margin-bottom:10px;width:2.25rem}.tarot-course-modal-header .card-name{color:var(--text-dark);font-size:1.5rem;font-weight:600;letter-spacing:.03em;line-height:1.3;margin:0;text-transform:uppercase}.tarot-course-orientation-toggle{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.tarot-course-orientation-toggle .btn{font-size:.9rem;padding:8px 16px}.tarot-course-modal .card-name{font-size:1.5rem}.tarot-course-modal .card-interpretation{margin-bottom:0}.tarot-course-modal .card-meaning{font-size:1rem;margin-bottom:16px}.tarot-course-modal .card-keywords{font-size:.9rem;padding:12px}.tarot-course-modal .tarot-course-desc p{font-size:.95rem;line-height:1.6;margin-bottom:12px}.tarot-course-modal .tarot-course-reflection{color:var(--text-dark);font-style:italic}.tarot-course-meaning-block{border-radius:8px;margin-bottom:16px;padding:14px}.tarot-course-upright-block{background:#c9a96114;border-left:4px solid var(--accent-gold)}.tarot-course-reversed-block{background:#0000000a;border-left:4px solid var(--text-medium)}.tarot-course-meaning-label{color:var(--accent-gold-dark);font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.tarot-course-meaning-en,.tarot-course-meaning-fi{color:var(--text-medium);font-size:.95rem;line-height:1.6;margin:0 0 6px}.tarot-course-meaning-en{color:var(--text-dark);font-style:italic}.tarot-course-card-list-wrap{margin-bottom:24px}.tarot-course-card-row-list{list-style:none;margin:0;padding:0}.tarot-course-card-row{align-items:center;background:var(--bg-white);border:1px solid var(--border-light);border-radius:8px;display:flex;gap:12px;margin-bottom:8px;padding:10px 14px;scroll-margin-top:100px}.tarot-course-card-row:hover{background:var(--bg-light);border-color:var(--accent-gold)}.tarot-course-card-row-thumb-wrap{align-items:center;display:flex;flex:0 0 auto}.tarot-course-card-row-thumb{display:block;height:64px;object-fit:contain;width:44px}.tarot-course-card-row-btn{background:#0000;border:none;color:var(--text-dark);cursor:pointer;flex:1 1 auto;font-family:inherit;min-width:0;overflow:hidden;padding:0;text-align:left}.tarot-course-card-row-title{display:block;font-size:.95rem;font-weight:500;line-height:1.3;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.tarot-course-card-row-open{align-items:center;display:inline-flex;flex:0 0 auto;font-size:.875rem;margin-left:auto;padding:6px 12px;width:auto}.tarot-course-modal-tulkinta{border-bottom:1px solid var(--border-light);margin-bottom:20px;padding-bottom:16px}.tarot-course-modal-tulkinta-title{color:var(--accent-gold-dark);font-family:Cinzel,serif;font-size:1rem;font-weight:600;margin-bottom:12px}.tarot-course-modal .tarot-course-meaning-block{margin-bottom:12px;padding:12px}.tarot-course-modal .tarot-course-meaning-label{margin-bottom:6px}.horoscope-page{background:#faf8f5;background:var(--bg-cream,#faf8f5);min-height:calc(100vh - 80px);padding:2.5rem 0 4rem}.horoscope-page-container{margin:0 auto;max-width:880px;padding:0 1.25rem}.horoscope-page-header{margin-bottom:2.5rem;text-align:center}.horoscope-page-header h1{color:#2c2c2c;color:var(--text-dark,#2c2c2c);font-family:Cinzel,serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;margin:0 0 .5rem}.horoscope-page-lead{color:#5a5a5a;color:var(--text-gray,#5a5a5a);font-size:1rem;line-height:1.5;margin:0 auto;max-width:520px}.horoscope-signs{margin-bottom:2rem}.horoscope-signs-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.horoscope-sign-btn{align-items:center;background:#fff;background:var(--bg-white,#fff);border:2px solid #e8e4dc;border:2px solid var(--border-light,#e8e4dc);border-radius:12px;color:#2c2c2c;color:var(--text-dark,#2c2c2c);cursor:pointer;display:flex;flex-direction:column;font-family:inherit;justify-content:center;padding:1rem .5rem;text-align:center;transition:border-color .2s,box-shadow .2s,transform .2s}.horoscope-sign-btn:hover{border-color:#c9a961;border-color:var(--border-gold,#c9a961);box-shadow:0 4px 12px #0000000f}.horoscope-sign-btn.is-active{background:#c9a96114;border-color:#c9a961;border-color:var(--accent-gold,#c9a961);box-shadow:0 4px 16px #c9a96133}.horoscope-sign-btn-symbol{font-size:1.75rem;line-height:1;margin-bottom:.25rem}.horoscope-sign-btn-name{font-size:.9rem;font-weight:600;margin-bottom:.15rem}.horoscope-sign-btn-dates{color:#5a5a5a;color:var(--text-gray,#5a5a5a);font-size:.7rem}.horoscope-page-loading{color:#5a5a5a;color:var(--text-gray,#5a5a5a);padding:2rem;text-align:center}.horoscope-page-spinner{animation:horoscope-spin .8s linear infinite;border:3px solid #e8e4dc;border-top-color:#c9a961;border:3px solid var(--border-light,#e8e4dc);border-radius:50%;border-top-color:var(--accent-gold,#c9a961);height:32px;margin:0 auto .75rem;width:32px}@keyframes horoscope-spin{to{transform:rotate(1turn)}}.horoscope-results{margin-top:2rem}.horoscope-results-title{color:#2c2c2c;color:var(--text-dark,#2c2c2c);font-family:Cinzel,serif;font-size:1.5rem;font-weight:500;margin:0 0 1.5rem}.horoscope-results-sign{display:inline-block}.horoscope-periods{display:flex;flex-direction:column;gap:1.25rem}.horoscope-period-card{background:#fff;background:var(--bg-white,#fff);border:1px solid #e8e4dc;border:1px solid var(--border-light,#e8e4dc);border-radius:12px;box-shadow:0 2px 8px #0000000a;padding:1.25rem 1.5rem}.horoscope-period-label{color:#2c2c2c;color:var(--text-dark,#2c2c2c);font-size:1rem;font-weight:600;margin:0 0 .75rem}.horoscope-period-meta{color:#5a5a5a;color:var(--text-gray,#5a5a5a);font-weight:400}.horoscope-period-text{color:#444;color:var(--text-medium,#444);font-size:1rem;line-height:1.65;margin:0 0 .75rem}.horoscope-period-text.horoscope-period-empty{color:#5a5a5a;color:var(--text-gray,#5a5a5a);font-style:italic}.horoscope-period-footer{align-items:center;color:#5a5a5a;color:var(--text-gray,#5a5a5a);display:flex;flex-wrap:wrap;font-size:.85rem;gap:1rem}.horoscope-period-planet{align-items:center;display:inline-flex;gap:.35rem}.horoscope-period-planet svg{color:#c9a961;color:var(--accent-gold,#c9a961)}.horoscope-page-hint{color:#5a5a5a;color:var(--text-gray,#5a5a5a);font-size:1rem;margin:2rem 0 0;text-align:center}@media (max-width:640px){.horoscope-signs-grid{grid-template-columns:repeat(3,1fr)}.horoscope-period-card{padding:1rem 1.25rem}}.App{min-height:100vh;position:relative}.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.moon-loader{text-align:center}.moon-loader .moon{animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,var(--accent-gold),var(--accent-gold-light));border-radius:50%;box-shadow:0 0 30px #c9a96166;height:80px;margin:0 auto 20px;width:80px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:var(--accent-gold);box-shadow:0 4px 15px #c9a9614d;color:#fff}.btn-primary:hover{background:var(--accent-gold-dark);box-shadow:0 6px 20px #c9a96166;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid var(--border-gold);color:var(--text-dark)}.btn-secondary:hover{background:#c9a9611a;border-color:var(--accent-gold)}.card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:16px;box-shadow:0 4px 20px var(--shadow-light);margin:20px 0;padding:24px;transition:transform .3s ease,box-shadow .3s ease}.card:hover{border-color:var(--border-gold);box-shadow:0 8px 30px var(--shadow-medium);transform:translateY(-4px)}.form-group{margin-bottom:20px}.form-group label{color:var(--text-dark);display:block;font-size:14px;font-weight:500;margin-bottom:8px}.form-control{background:var(--bg-white);border:1px solid var(--border-light);border-radius:8px;color:var(--text-dark);font-family:Poppins,sans-serif;font-size:16px;padding:12px 16px;transition:all .3s ease;width:100%}.form-control:focus{border-color:var(--accent-gold);box-shadow:0 0 0 3px #c9a96126;outline:none}.form-control::placeholder{color:var(--text-gray)}.container{margin:0 auto;max-width:1200px;padding:0 20px}h1,h2,h3,h4,h5,h6{font-family:Cinzel,serif}h1,h2,h3,h4,h5,h6{color:var(--text-dark)}h1{font-size:3rem;font-weight:700;margin-bottom:20px}h2{font-size:2rem;margin-bottom:16px}.text-center{text-align:center}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.alert{border-radius:8px;margin:16px 0;padding:16px}.alert-error{background:#ef444433;border:1px solid #ef444480;color:#fca5a5}.alert-success{background:#22c55e33;border:1px solid #22c55e80;color:#86efac}
/*# sourceMappingURL=main.d40d8efe.css.map*/