.dark-mode-toggle[data-astro-cid-tcsrer47]{position:fixed;top:1.5rem;right:1.5rem;background:var(--color-navy);color:#fff;border:none;border-radius:50%;width:48px;height:48px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0003;transition:background .3s,transform .2s;z-index:1000}.dark-mode-toggle[data-astro-cid-tcsrer47]:hover{transform:scale(1.1)}[data-astro-cid-tcsrer47][data-theme=light] .dark-mode-toggle[data-astro-cid-tcsrer47]:hover,[data-astro-cid-tcsrer47]:not([data-theme]) .dark-mode-toggle[data-astro-cid-tcsrer47]:hover{background:var(--color-dark)}.dark-mode-toggle[data-astro-cid-tcsrer47]:active{transform:scale(.95)}.dark-mode-toggle[data-astro-cid-tcsrer47] .sun-icon[data-astro-cid-tcsrer47]{display:block}.dark-mode-toggle[data-astro-cid-tcsrer47] .moon-icon[data-astro-cid-tcsrer47]{display:none}[data-astro-cid-tcsrer47][data-theme=dark] .dark-mode-toggle[data-astro-cid-tcsrer47]{background:var(--color-gold);color:var(--color-navy)}[data-astro-cid-tcsrer47][data-theme=dark] .dark-mode-toggle[data-astro-cid-tcsrer47]:hover{background:#e8d8a8!important;transform:scale(1.1)}[data-astro-cid-tcsrer47][data-theme=dark] .dark-mode-toggle[data-astro-cid-tcsrer47] .sun-icon[data-astro-cid-tcsrer47]{display:none}[data-astro-cid-tcsrer47][data-theme=dark] .dark-mode-toggle[data-astro-cid-tcsrer47] .moon-icon[data-astro-cid-tcsrer47]{display:block}@media(max-width:768px){.dark-mode-toggle[data-astro-cid-tcsrer47]{top:1rem;right:1rem;width:40px;height:40px}.dark-mode-toggle[data-astro-cid-tcsrer47] svg[data-astro-cid-tcsrer47]{width:18px;height:18px}}:root{--color-cream: #FAF6F0;--color-navy: #164759;--color-gold: #D4AF37;--color-gold-light: #E8D8A8;--color-dark: #1a1a1a;--color-button-hover: #1a1a1a;--color-text: #333;--color-text-light: #666;--color-white: #ffffff;--color-card-bg: #ffffff;--color-gradient-start: #f3d7c1;--color-gradient-end: #F5F0E8}[data-theme=dark]{--color-cream: #1a1a1a;--color-navy: #4a9fb8;--color-gold: #D4AF37;--color-gold-light: #8b7a4a;--color-dark: #0f0f0f;--color-button-hover: #3a7a8a;--color-text: #e0e0e0;--color-text-light: #b0b0b0;--color-white: #2a2a2a;--color-card-bg: #2a2a2a;--color-gradient-start: #2a2a2a;--color-gradient-end: #1f1f1f}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;width:100%;min-height:100%;font-family:Inter,sans-serif;background-color:var(--color-cream);color:var(--color-text);line-height:1.6;transition:background-color .3s ease,color .3s ease}h1,h2,h3{font-family:Cormorant Garamond,serif;font-weight:500;line-height:1.2;color:var(--color-navy);transition:color .3s ease}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:1.8rem}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] a{color:var(--color-navy)}[data-theme=dark] a:hover{color:var(--color-gold)}[data-theme=dark] a .date-pill,[data-theme=dark] .date-pill,[data-theme=dark] .hymn-link .date-pill,[data-theme=dark] .hymn-card a .date-pill,[data-theme=dark] a .category,[data-theme=dark] .category,[data-theme=dark] .resource-link .category,[data-theme=dark] .hymn-number,[data-theme=dark] .hymn-number.cis,[data-theme=dark] .hymn-number.hog,[data-theme=dark] a.download-button,[data-theme=dark] .download-button,[data-theme=dark] .filter-button.active,[data-theme=dark] button.filter-button.active,[data-theme=dark] .filter-btn.active,[data-theme=dark] button.filter-btn.active{color:#000!important}[data-theme=dark] footer{background:#0d1a1f!important;color:#fff!important}[data-theme=dark] footer .social-link{color:#fff!important}[data-theme=dark] footer .social-link:hover{color:var(--color-gold-light)!important}@media(max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}}@font-face{font-family:Elvish;src:url(/elvish.ttf) format("truetype")}@keyframes rainbow{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes elvishGlow{0%,to{filter:drop-shadow(0 0 5px var(--color-gold));opacity:.8}50%{filter:drop-shadow(0 0 20px var(--color-gold)) drop-shadow(0 0 30px var(--color-gold));opacity:1}}@keyframes fadeInScale{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.logo-container{position:relative;overflow:visible!important}header{overflow:visible!important}.text-ring{position:absolute;top:-30px;left:50%;transform:translate(-50%);width:280px;height:140px;pointer-events:none;z-index:1000;opacity:.3;scale:1;animation:fadeInText 1s ease-in}.text-ring svg{display:block;width:100%;height:100%;overflow:visible}@keyframes fadeInText{0%{opacity:0;transform:translate(-50%) scale(1)}to{opacity:.3;transform:translate(-50%) scale(1)}}.door-opening{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1;cursor:pointer}.open-text{color:var(--color-gold);font-size:2rem;font-family:Elvish,Georgia,serif;font-weight:700;opacity:0;transition:opacity .3s,text-shadow .3s}.door-opening:hover .open-text{opacity:1;text-shadow:0 0 20px var(--color-gold),0 0 40px var(--color-gold)}
