.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:none}.dark-mode-toggle[data-astro-cid-tcsrer47] .moon-icon[data-astro-cid-tcsrer47]{display:block}[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:block}[data-astro-cid-tcsrer47][data-theme=dark] .dark-mode-toggle[data-astro-cid-tcsrer47] .moon-icon[data-astro-cid-tcsrer47]{display:none}@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}}.nav[data-astro-cid-dmqpwcec]{position:fixed;top:1.5rem;left:1.5rem;z-index:1001}.nav-toggle[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--color-navy);color:#fff;border:none;border-radius:8px;cursor:pointer;box-shadow:0 2px 10px #0003;transition:background .3s,transform .2s}.nav-toggle[data-astro-cid-dmqpwcec]:hover{transform:scale(1.05);background:var(--color-button-hover)}[data-astro-cid-dmqpwcec][data-theme=dark] .nav-toggle[data-astro-cid-dmqpwcec]{background:var(--color-gold);color:var(--color-navy)}[data-astro-cid-dmqpwcec][data-theme=dark] .nav-toggle[data-astro-cid-dmqpwcec]:hover{background:var(--color-gold-light)}.hamburger[data-astro-cid-dmqpwcec]{display:flex;flex-direction:column;gap:5px}.hamburger-line[data-astro-cid-dmqpwcec]{width:22px;height:2px;background:currentColor;border-radius:1px}.nav-overlay[data-astro-cid-dmqpwcec]{position:fixed;inset:0;background:#0006;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:1002}.nav-overlay[data-astro-cid-dmqpwcec][aria-hidden=false]{opacity:1;visibility:visible}.nav-drawer[data-astro-cid-dmqpwcec]{position:fixed;top:0;left:0;width:min(320px,85vw);height:100%;background:var(--color-card-bg);box-shadow:4px 0 20px #00000026;transform:translate(-100%);transition:transform .3s ease;z-index:1003;display:flex;flex-direction:column}.nav-drawer[data-astro-cid-dmqpwcec][aria-hidden=false]{transform:translate(0)}.nav-drawer-header[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--color-gold-light)}.nav-drawer-title[data-astro-cid-dmqpwcec]{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:600;color:var(--color-navy)}.nav-close[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;border-radius:8px;cursor:pointer;color:var(--color-text);transition:background .2s}.nav-close[data-astro-cid-dmqpwcec]:hover{background:var(--color-gold-light)}.nav-links[data-astro-cid-dmqpwcec]{list-style:none;margin:0;padding:1rem 0;overflow-y:auto}.nav-link[data-astro-cid-dmqpwcec]{display:block;padding:.75rem 1.5rem;color:var(--color-text);text-decoration:none;font-weight:500;transition:background .2s,color .2s}.nav-link[data-astro-cid-dmqpwcec]:hover{background:var(--color-gold-light);color:var(--color-navy)}@media(max-width:768px){.nav[data-astro-cid-dmqpwcec]{top:1rem;left:1rem}.nav-toggle[data-astro-cid-dmqpwcec]{width:44px;height:44px}}:root{--content-max-width: 1200px;--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] .connect-icon{color:#fff!important}[data-theme=dark] footer .social-link:hover{color:var(--color-gold-light)!important}.page-header{text-align:center;padding:4rem 2rem 2rem;background:linear-gradient(135deg,var(--color-cream) 0%,var(--color-gradient-end) 100%);border-bottom:2px solid var(--color-gold-light);transition:background .3s ease}.page-header .logo-container{margin-bottom:1.5rem}.page-header .logo{max-width:200px;height:auto;border-radius:50%;box-shadow:0 4px 20px #d4af3733}.page-header h1{color:var(--color-navy);margin-bottom:.5rem}.page-header .tagline{font-size:1.2rem;color:var(--color-text-light);font-family:Cormorant Garamond,serif;font-style:italic;line-height:1.6}.breadcrumb{margin-bottom:2rem;color:var(--color-text-light)}.breadcrumb a{color:var(--color-gold);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}@media(max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.page-header{padding:5rem 1.5rem 1.5rem}.page-header .logo{max-width:150px}}@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)}
