:root{--bg-dark-primary:#1a1a2e;--bg-dark-secondary:#16213e;--bg-content-overlay:rgba(22, 33, 62, 0.85);--text-light:#e0e0e0;--text-heading:#f0f0f0;--accent-gold:#ffd700;--accent-purple:#9c27b0;--accent-purple-hover:#8e24aa;--accent-purple-rgb:156, 39, 176;--card-bg:#f8f4e3;--card-border:#4a4a4a;--card-back-bg:#333;--bg-image:url(../images/universe.jpg);--card-back-image:url(../images/back.png)}html{height:100%;overflow-x:hidden}body{background-color:var(--bg-dark-primary);background-image:var(--bg-image);background-repeat:no-repeat;background-attachment:fixed;background-size:cover;background-position:center;font-family:'Lato',sans-serif;color:var(--text-light);margin:0;display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}body.lang-selector-page{font-family:'Lora',serif;justify-content:center;align-items:center;text-align:center;padding:20px}.lang-selector-content-wrapper{background-color:var(--bg-content-overlay);padding:2.5rem 3rem;border-radius:15px;box-shadow:0 10px 30px rgb(0 0 0 / .6),0 0 35px rgba(var(--accent-purple-rgb),.25);max-width:550px;width:auto;min-width:300px;display:flex;flex-direction:column;align-items:center}.lang-selector-logo{max-width:160px;margin-bottom:1rem;border-radius:8px}.lang-selector-title{font-family:'Cinzel Decorative',cursive;font-size:3rem;color:var(--accent-gold);margin-top:0;margin-bottom:.3rem;text-shadow:1px 1px 5px rgb(0 0 0 / .7)}.lang-selector-tagline{font-family:'Lora',serif;font-style:italic;font-size:1.15rem;color:#d1c4e9;margin-bottom:2.5rem}.lang-selector-prompt{font-size:1.1rem;color:var(--text-light);margin-bottom:1.5rem}.lang-button-container{display:flex;gap:1.5rem;justify-content:center;margin-top:1rem}.lang-select-button{background-color:var(--accent-purple);color:#fff;padding:12px 28px;border:2px solid #fff0;border-radius:8px;font-family:'Lato',sans-serif;font-size:1rem;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;transition:background-color 0.25s ease,border-color 0.25s ease,transform 0.15s ease,box-shadow 0.25s ease;box-shadow:0 3px 6px rgb(0 0 0 / .25)}.lang-select-button:hover,.lang-select-button:focus{background-color:var(--accent-purple-hover);border-color:var(--accent-gold);transform:translateY(-2px);box-shadow:0 5px 10px rgb(0 0 0 / .35);outline:none}.lang-select-button:active{transform:translateY(0);box-shadow:0 2px 4px rgb(0 0 0 / .2)}body.lang-selector-page .content-wrapper{background-color:var(--bg-content-overlay);box-shadow:0 10px 30px rgb(0 0 0 / .6),0 0 35px rgba(var(--accent-purple-rgb),.25);padding:2.5rem 3rem;border-radius:15px;flex-grow:0}.content-wrapper{background-color:var(--bg-content-overlay);border-radius:12px;box-shadow:0 10px 25px rgb(0 0 0 / .4);flex-grow:1;width:100%;max-width:1200px;margin-left:auto;margin-right:auto}.body-padding{padding:1rem}@media (min-width:768px){.body-padding{padding:1.5rem}}h1,h2,h3{font-family:'Playfair Display',serif;color:var(--text-heading)}#userGoldText{color:var(--accent-gold);font-weight:700;text-align:center;font-size:1.6rem;margin:1rem 0 1.5rem 0;text-shadow:1px 1px 3px rgb(0 0 0 / .7)}#userGoldText a{color:inherit;text-decoration:none}#userGoldText a:hover{text-decoration:underline}.card{width:130px;height:220px;perspective:1200px;margin:8px;cursor:pointer;transform-style:preserve-3d;position:relative}.card-inner{position:relative;width:100%;height:100%;transition:transform 0.7s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d;box-shadow:0 6px 12px rgb(0 0 0 / .3);border-radius:10px}.card-front,.card-back{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;justify-content:center;align-items:center;border-radius:10px;overflow:hidden}.card-front{background-color:var(--card-bg);transform:rotateY(180deg)}.card-back{background-color:var(--card-back-bg);background-image:var(--card-back-image);background-size:cover;background-position:center}.card-front img{display:block;width:100%;height:100%;object-fit:cover;border-radius:9px}.card.placeholder .card-inner .card-front{background-color:#fff0;background-image:none}.card.placeholder .card-inner .card-front img{display:none!important}.card.placeholder .card-inner .card-back{opacity:.7}.card.flipped .card-inner{transform:rotateY(180deg)}.card.inverted .card-front img{transform:rotate(180deg)}.card.flipped .card-inner .card-front{opacity:1!important;visibility:visible!important;z-index:2!important}.card.flipped .card-inner .card-front img{opacity:1!important;visibility:visible!important;display:block!important;width:100%!important;height:100%!important}.card.flipped .card-inner .card-back{opacity:0!important;visibility:hidden!important;z-index:1!important}.spread-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:start;gap:15px;padding:1.5rem 0;min-height:300px}.favor-against-layout{display:grid;grid-template-columns:repeat(2,auto);grid-template-areas:"a b";gap:25px;justify-content:center;align-items:start}.past-present-future-layout{display:grid;grid-template-columns:repeat(3,auto);grid-template-areas:"a b c";gap:20px;justify-content:center;align-items:start}.horseshoe-layout{display:grid;grid-template-columns:repeat(5,auto);grid-template-rows:auto auto auto auto;grid-template-areas:". a . d ." ". . . . ." "b . . . e" ". f c g .";gap:20px;justify-content:center;align-items:center}.celtic-cross-layout{display:grid;grid-template-columns:repeat(5,auto);grid-template-rows:repeat(5,auto);grid-template-areas:". e . . j" ". . . . i" "d a f . h" ". . . . g" ". c b . .";gap:15px 25px;justify-content:center;align-items:center;padding:10px}.celtic-cross-layout .card-position[style*="grid-area: f"]{margin-left:-65px;z-index:10}.celtic-cross-layout .card-position[style*="grid-area: a"]{z-index:5}.tree-of-life-layout{display:grid;grid-template-columns:repeat(3,auto);grid-template-areas:". a ." "b . c" ". d ." "e . f" ". g ." "h . i" ". j .";gap:15px 25px;justify-content:center;align-items:center}.single-card-layout{display:flex;justify-content:center;align-items:center;min-height:300px}.relationship-layout{display:grid;grid-template-columns:repeat(5,auto);grid-template-rows:auto auto auto;grid-template-areas:". . d . ." "a . c . b" ". . e . .";gap:40px 50px;justify-content:center;align-items:center;min-height:300px}.card-position{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:10px;min-width:0}.position-label{font-size:.85rem;font-weight:700;color:var(--text-light);background-color:rgb(0 0 0 / .6);padding:3px 8px;border-radius:5px;margin-top:8px;min-width:80px;box-shadow:0 1px 3px rgb(0 0 0 / .3)}.interpretation{max-width:180px;font-size:.8rem;background-color:rgb(248 244 227 / .95);color:#333;padding:8px;border-radius:5px;margin-top:8px;box-shadow:0 2px 5px rgb(0 0 0 / .2);line-height:1.4;text-align:left;word-break:break-word;overflow-wrap:break-word}.clarify-btn{margin-top:8px;padding:4px 8px;font-size:.75rem;border:none;border-radius:5px;box-shadow:0 1px 3px rgb(0 0 0 / .2)}.clarification-cards{display:flex;margin-top:8px;justify-content:center;gap:5px;min-height:140px;width:100%;flex-wrap:wrap}.clarification-cards .card{width:85px;height:140px;margin:0}.clarification-card .interpretation{font-size:.7rem;max-width:100px;padding:4px;margin-top:4px;line-height:1.3}.pool-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:10px;justify-content:center;align-items:center;margin:2rem 0;padding:1rem;background-color:rgb(0 0 0 / .2);border-radius:8px;min-height:100px}.pool-container .card{width:80px;height:135px;margin:0}.pool-card.assigned{opacity:.3;pointer-events:none;cursor:default}.pool-container p.col-span-full{grid-column:1 / -1;text-align:center}.hexagram-transformation-container{display:flex;justify-content:space-around;align-items:center;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap;width:100%;max-width:450px;margin-left:auto;margin-right:auto}.hexagram-visual-wrapper{display:flex;flex-direction:column;align-items:center;gap:.25rem}.hexagram-visual-wrapper .hexagram-display{margin-bottom:0}.hexagram-label{font-size:.8rem;color:var(--text-light);opacity:.9;margin-top:.25rem;text-align:center}.transformation-indicator{font-size:2rem;color:var(--accent-gold)}.hexagram-display{min-width:70px;width:70px;display:flex;flex-direction:column;align-items:center}.line{height:10px;margin:5px auto;width:100%;background-color:var(--accent-gold);border-radius:2px;position:relative;box-sizing:border-box}.line.yin{background-color:#fff0}.line.yin::before,.line.yin::after{content:'';position:absolute;top:0;height:100%;width:30px;background-color:var(--accent-gold);border-radius:2px}.line.yin::before{left:0}.line.yin::after{right:0}#ichingInterpretationDisplay h2{margin-top:1rem;margin-bottom:.5rem;font-size:1.25rem;color:var(--text-heading);border-bottom:1px solid var(--accent-gold);padding-bottom:.25rem}#ichingInterpretationDisplay h3{margin-top:1rem;margin-bottom:.5rem;font-size:1.1rem;color:var(--text-light);font-weight:700}#ichingInterpretationDisplay p{margin-bottom:.75rem;line-height:1.6;color:var(--text-light)}#ichingInterpretationDisplay p strong{color:var(--accent-gold);margin-right:.5em}#ichingInterpretationDisplay p em{color:#aaa}#ichingInterpretationDisplay ul{list-style:none;padding-left:0;margin-top:.5rem;display:inline-block;text-align:left}#ichingInterpretationDisplay li{margin-bottom:.5rem;padding-left:1.5em;position:relative;color:var(--text-light);line-height:1.5}#ichingInterpretationDisplay li::before{content:'•';color:var(--accent-gold);font-weight:700;display:inline-block;position:absolute;left:.25em;top:0}#ichingInterpretationDisplay li strong{color:var(--text-light);font-weight:700;margin-right:.5em}.rune-display-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:25px;justify-items:center;padding:1rem 0;min-height:150px}.rune-container{text-align:center;color:var(--text-light)}.rune-display{width:80px;height:120px;background-image:url(../images/rune_blank.png);background-color:rgb(255 255 255 / .1);background-size:cover;background-position:center;border:1px solid var(--card-border);border-radius:5px;margin:0 auto 10px auto;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;box-shadow:0 4px 8px rgb(0 0 0 / .3);transition:background-image 0.5s ease-in-out}.rune-symbol{font-family:'Noto Sans',sans-serif;font-size:55px;color:var(--accent-gold);text-shadow:1px 1px 3px rgb(0 0 0 / .8);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);line-height:1;transition:transform 0.5s,opacity 0.4s;opacity:0;z-index:1}.rune-display.drawn .rune-symbol{opacity:1}.rune-symbol.reversed{transform:translate(-50%,-50%) rotate(180deg)}.rune-name{margin-top:5px;font-size:.9rem;font-weight:700;color:var(--text-heading)}.rune-position{font-style:italic;font-size:.8rem;color:var(--text-light);opacity:.8;margin-top:2px}#runeInterpretationArea h3{margin-top:1.5rem;margin-bottom:.75rem;font-size:1.15rem;color:var(--text-heading);font-weight:700;border-bottom:1px solid var(--accent-purple);padding-bottom:.25rem}#runeInterpretationArea p em{color:var(--accent-gold);font-style:normal;font-size:.9em}#runeInterpretationArea p strong{color:var(--text-light);margin-right:.5em;font-weight:700}.dice-display-flex{display:flex;justify-content:center;align-items:center;gap:20px;margin-bottom:20px;flex-wrap:wrap;min-height:80px;padding:1rem 0}.dice-img{width:60px;height:60px;border-radius:6px;box-shadow:0 3px 6px rgb(0 0 0 / .4);background-color:#fff;opacity:0;transform:scale(.5) rotate(-15deg);transition:opacity 0.4s ease-out,transform 0.4s ease-out}.dice-img.rolled{opacity:1;transform:scale(1) rotate(0deg)}#diceInterpretationArea{color:var(--text-light)}#diceInterpretationArea p{margin-bottom:5px}#diceInterpretationArea strong{color:var(--accent-gold)}#diceInterpretationArea #diceKeywordsP em{color:var(--text-light);opacity:.8;font-style:italic;font-size:.95em}#diceInterpretationArea #diceKeywordsP strong{color:var(--text-light);opacity:.8;margin-right:.5em}.styled-button{background-color:var(--accent-purple);color:#fff;padding:10px 20px;border-radius:6px;font-weight:700;transition:background-color 0.2s,transform 0.1s;box-shadow:0 2px 4px rgb(0 0 0 / .2);cursor:pointer;border:none;text-decoration:none;display:inline-block;text-align:center}.styled-button:hover:not(:disabled){background-color:var(--accent-purple-hover);transform:translateY(-1px)}.styled-button:active:not(:disabled){transform:translateY(0)}.styled-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.external-link-btn{display:inline-flex;align-items:center}.external-link-btn i{margin-right:8px}.external-link-btn span,.styled-button span{display:inline}.divination-btn.ring-2,.spread-select-btn.ring-2{box-shadow:0 0 0 2px var(--bg-dark-primary),0 0 0 4px var(--accent-gold)}.language-selector{position:absolute;top:15px;right:15px;z-index:1000}#languageSelect{background-color:var(--bg-dark-secondary);color:var(--text-light);padding:8px 12px;border-radius:6px;border:1px solid var(--accent-purple);font-size:.9rem;cursor:pointer;outline:0}.card-list-container{background-color:rgb(0 0 0 / .3);border-radius:8px;padding:1rem;margin-top:2rem;box-shadow:0 4px 8px rgb(0 0 0 / .2)}#toggleCardList{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;border:none;background-color:#fff0;color:inherit;padding:0}#toggleCardList i{transition:transform 0.3s ease-in-out}#toggleCardList i.rotate-180{transform:rotate(180deg)}.card-list{max-height:0;overflow:hidden;transition:max-height 0.5s ease-in-out,padding 0.5s ease-in-out;background-color:rgb(255 255 255 / .05);border-radius:0 0 6px 6px;margin-top:5px;padding:0 10px}.card-list.expanded{max-height:300px;overflow-y:auto;padding:10px;border-top:1px solid rgb(255 255 255 / .1)}#drawnCardsList{list-style:none;padding:0;margin:0}#drawnCardsList li{padding:6px 0;border-bottom:1px solid rgb(255 255 255 / .1);font-size:.85rem;color:var(--text-light)}#drawnCardsList li:last-child{border-bottom:none}.crypto-info{color:var(--text-light)}.copy-btn{background:#fff0;border:none;color:var(--accent-gold);cursor:pointer;padding:0 5px;font-size:1.1em;transition:color 0.2s}.copy-btn:hover{color:#fff}.copy-btn .fa-check{color:#90EE90}.qr-codes{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-top:1rem;padding:1.5rem 0}@media (min-width:640px){.qr-codes{flex-direction:row;justify-content:space-around}}.qr-code-container{display:flex;flex-direction:column;align-items:center;text-align:center}.qr-code-img{width:140px;height:140px;background-color:#fff;border-radius:8px;padding:8px;box-shadow:0 4px 8px rgb(0 0 0 / .3);display:flex;justify-content:center;align-items:center}.qr-code-img img{display:block;width:100%;height:100%;object-fit:contain}.footer{margin-top:4rem;text-align:center;padding:1.5rem;background-color:rgb(0 0 0 / .5);color:var(--text-light);font-size:.9rem}.results-section{background-color:rgb(0 0 0 / .1);border:1px solid rgb(255 255 255 / .1);border-radius:8px;padding:1rem 1.5rem}.initial-tarot-message,.initial-iching-message,.initial-runes-message,.initial-dice-message,.initial-dice-interp-message{color:var(--text-light);opacity:.7;font-style:italic}#runeErrorArea,#diceErrorArea{color:#ff6b6b;font-weight:700;margin-top:1rem;background-color:rgb(255 107 107 / .1);border:1px solid rgb(255 107 107 / .3);padding:.5rem;border-radius:4px}.hidden-pool{display:none!important}.action-buttons-container{margin-bottom:1rem}.pool-container.shuffling-fade-out .card{opacity:0;transition:opacity 0.3s ease-out}.pool-container.shuffling-fade-in .card{animation:poolCardFadeIn 0.3s ease-in forwards}@keyframes poolCardFadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.youtube-button{background-color:#FF0000!important;border-color:#CC0000!important}.youtube-button:hover:not(:disabled){background-color:#CC0000!important}.main-title-link{text-decoration:none;color:inherit}.page-bottom-nav-container{text-align:center;margin-top:2rem;margin-bottom:1rem}.page-bottom-nav-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.dice-option-label{margin-bottom:.5rem;display:block}.dice-roll-result span{margin-right:.5em;padding:.2em .4em;background-color:rgb(255 255 255 / .1);border-radius:3px}.dream-list-item{color:var(--text-light)}.dream-list-item:hover{color:var(--accent-gold)}.static-page-container{background-color:#2d2d2d;padding:20px 30px;border-radius:8px;box-shadow:0 4px 8px rgb(0 0 0 / .3);max-width:900px;margin:0 auto}.tos-page,.privacy-policy-page,.about-us-page,.contact-us-page{position:relative}.tos-page h1,.privacy-policy-page h1,.about-us-page h1,.contact-us-page h1{text-align:center;margin-bottom:1.5rem;font-size:2.25rem;padding-top:40px}.tos-page h2,.privacy-policy-page h2,.about-us-page h2,.contact-us-page h2{margin-top:2rem;margin-bottom:1rem;border-bottom:1px solid #444;padding-bottom:.5rem;font-size:1.75rem}.privacy-policy-page h3{margin-top:1.5rem;margin-bottom:.75rem;color:#e5e5e5;font-size:1.4rem}.tos-page p,.privacy-policy-page p,.about-us-page p,.contact-us-page p,.tos-page li,.privacy-policy-page li,.about-us-page li,.contact-us-page li{margin-bottom:.75rem}.tos-page ul,.privacy-policy-page ul,.about-us-page ul,.contact-us-page ul{list-style-type:disc;padding-left:25px}.tos-page strong,.privacy-policy-page strong{font-weight:700;color:#f5f5f5}.tos-page a,.privacy-policy-page a,.about-us-page a,.contact-us-page a{color:#90cdf4;text-decoration:underline}.tos-page a:hover,.privacy-policy-page a:hover,.about-us-page a:hover,.contact-us-page a:hover{color:#63b3ed}.tos-page .last-updated,.privacy-policy-page .last-updated{text-align:center;font-style:italic;margin-bottom:2rem;color:#aaa}.tos-page .back-button-container,.privacy-policy-page .back-button-container,.about-us-page .back-button-container,.contact-us-page .back-button-container{text-align:center;margin-top:2rem}.contact-us-page .email-address{font-weight:700;color:#a2d2ff}.tos-page .language-selector-container,.privacy-policy-page .language-selector-container,.about-us-page .language-selector-container,.contact-us-page .language-selector-container{position:absolute;top:15px;right:15px;z-index:1000}.tos-page .language-selector-container select,.privacy-policy-page .language-selector-container select,.about-us-page .language-selector-container select,.contact-us-page .language-selector-container select{background-color:#333;color:#f0f0f0;padding:5px;border-radius:4px;border:1px solid #555}.interpretations-es{display:none}.sign-selector{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem}.sign-selector button{padding:.6rem 1rem;font-size:.9rem}.sign-selector button:hover,.sign-selector button.active{box-shadow:0 0 0 2px var(--bg-dark-primary),0 0 0 4px var(--accent-gold)}.horoscope-output{border-top:1px solid rgb(255 255 255 / .2);padding-top:1.5rem;margin-top:1.5rem;text-align:left}.horoscope-output h3{color:var(--accent-gold);margin-bottom:1rem;text-align:center}.horoscope-output p{margin-bottom:.8rem;line-height:1.6}.horoscope-output strong{color:var(--text-heading);font-weight:700;margin-right:.5em}.error-message{color:#ff6b6b;text-align:center;font-weight:700;padding:.5rem}@media (max-width:768px){.body-padding{padding:.75rem}body:not(.lang-selector-page) .content-wrapper{padding:1rem}.card{width:110px;height:187px;margin:6px}.interpretation{max-width:100%;font-size:.78rem;padding:6px}.position-label{font-size:.8rem;padding:3px 6px;min-width:70px}.clarification-cards .card{width:75px;height:127px}.clarification-card .interpretation{max-width:100%;font-size:.68rem}.pool-container .card{width:70px;height:119px}.pool-container{gap:8px}.spread-container.favor-against-layout,.spread-container.past-present-future-layout,.spread-container.horseshoe-layout,.spread-container.celtic-cross-layout,.spread-container.tree-of-life-layout,.spread-container.relationship-layout{display:flex;flex-direction:column;align-items:center;gap:25px;padding:1rem 0}.spread-container .card-position{width:90%;max-width:300px;margin-bottom:0}.celtic-cross-layout .card-position[style*="grid-area: f"],.celtic-cross-layout .card-position[style*="grid-area: a"]{margin-left:0;z-index:auto}.horseshoe-layout .card-position{margin:0}.styled-button{padding:8px 16px;font-size:.9rem}.clarify-btn{padding:3px 7px;font-size:.7rem}h3{font-size:1.2rem}}@media (max-width:480px){.body-padding{padding:.5rem}body:not(.lang-selector-page) .content-wrapper{padding:.75rem}h1{font-size:1.8rem}h2{font-size:1.2rem}h3{font-size:1rem;margin-bottom:.5rem}.lang-selector-title{font-size:2.2rem}.lang-selector-tagline{font-size:1rem}.lang-selector-prompt{font-size:.9rem}.lang-select-button{padding:10px 20px;font-size:.9rem}.lang-selector-content-wrapper{padding:1.5rem 2rem}.card{width:90px;height:153px;margin:4px}.interpretation{font-size:.72rem;padding:5px}.position-label{font-size:.75rem}.clarification-cards .card{width:60px;height:102px}.clarification-card .interpretation{font-size:.65rem}.pool-container .card{width:60px;height:102px}.pool-container{gap:5px;grid-template-columns:repeat(auto-fit,minmax(60px,1fr))}.spread-container.favor-against-layout,.spread-container.past-present-future-layout,.spread-container.horseshoe-layout,.spread-container.celtic-cross-layout,.spread-container.tree-of-life-layout,.spread-container.relationship-layout{gap:20px}.spread-container .card-position{max-width:250px}.hexagram-transformation-container{gap:.5rem;justify-content:center;max-width:100%;flex-direction:column}.hexagram-visual-wrapper .hexagram-display{width:60px;min-width:60px}.hexagram-visual-wrapper .line{height:8px;margin:4px auto}.line.yin::before,.line.yin::after{width:25px}.transformation-indicator{font-size:1.5rem;transform:rotate(90deg);margin:.5rem 0}.hexagram-label{font-size:.75rem}.styled-button{padding:7px 14px;font-size:.8rem}.clarify-btn{padding:3px 6px;font-size:.65rem}.language-selector{top:8px;right:8px}#languageSelect{padding:6px 10px;font-size:.8rem}.qr-code-img{width:120px;height:120px}.qr-codes{gap:1.5rem}}
.support-modal-overlay {
    position: fixed; /* Sits on top of the page content */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 33, 62, 0.90); /* Using your --bg-content-overlay with more opacity */
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 2000; /* Ensures it's on top of everything else */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.support-modal-overlay.visible {
    display: flex;
    opacity: 1;
}

.support-modal-content {
    background-color: var(--bg-dark-secondary);
    padding: 2.5rem 3rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 35px rgba(var(--accent-purple-rgb), 0.25);
    max-width: 550px;
    width: 90%;
    text-align: center;
    position: relative;
    transform: scale(0.95);
    transition: transform 0.3s ease-in-out;
}

.support-modal-overlay.visible .support-modal-content {
    transform: scale(1);
}


.support-modal-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: var(--accent-gold);
    margin-top: 0;
    margin-bottom: 1rem;
}

.support-modal-text {
    font-family: 'Lora', serif;
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

.support-modal-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.support-modal-buttons .styled-button {
    width: 80%;
    max-width: 300px; /* Ensures buttons don't get too wide */
}

.close-support-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 2.5rem;
    color: var(--text-light);
    cursor: pointer;
    line-height: 1;
    padding: 0;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.close-support-modal:hover {
    opacity: 1;
}

/* Responsive adjustments for the modal */
@media (max-width: 480px) {
    .support-modal-content {
        padding: 2rem 1.5rem;
    }
    .support-modal-title {
        font-size: 1.8rem;
    }
    .support-modal-text {
        font-size: 1rem;
    }
}

/* --- Affiliate Banner Styles --- */

#affiliate-banner {
    position: fixed;
    bottom: 15px; /* Sits 15px from the bottom */
    left: 50%;
    transform: translateX(-50%); /* Horizontally centers the banner */
    width: 100%;
    max-width: 800px; /* Max width is the image's width */
    z-index: 1900; /* High z-index to be on top, but below your modal */
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.35);
    border-radius: 12px;
    overflow: hidden; /* Ensures the image respects the border-radius */
    display: none; /* Hidden by default, JS will show it */
    line-height: 0; /* Removes any extra space below the image */
}

#affiliate-banner a {
    display: block;
}

#affiliate-banner img {
    width: 100%;
    height: auto; /* Makes the image responsive */
    display: block; /* Removes bottom margin/space */
}

#close-affiliate-banner {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%; /* Makes it a circle */
    font-size: 20px;
    line-height: 28px; /* Helps center the '×' */
    text-align: center;
    cursor: pointer;
    padding: 0;
    z-index: 1901; /* Sits on top of the banner image */
    transition: background-color 0.2s, transform 0.2s;
}

#close-affiliate-banner:hover {
    background-color: rgba(255, 0, 0, 0.8);
    transform: scale(1.1);
}

/* Responsive adjustments for the banner on small screens */
@media (max-width: 830px) {
    #affiliate-banner {
        max-width: 95%; /* Give it a little space on the sides */
        bottom: 10px;
    }
}