@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800&family=Noto+Sans+Devanagari:wght@400;500;600;700;800&family=Noto+Serif+Devanagari:wght@500;600;700;800&family=Outfit:wght@300;400;500;600;700&family=Rozha+One&display=swap";
:root{--primary-maroon:#7a1414;--primary-dark:#520b0b;--primary-light:#9b1e1e;--saffron:#e66a1f;--saffron-light:#f83;--saffron-subtle:#e66a1f14;--gold:#c8963e;--gold-glow:#e5b869;--gold-subtle:#c8963e1f;--gold-border:#c8963e4d;--cream:#fdfbf7;--cream-card:#fff9f0;--sand:#f4ede1;--sand-dark:#eaddc9;--text-primary:#241712;--text-secondary:#5c4a42;--text-muted:#8a776e;--text-light:#fdfbf7;--ekadashi-purple:#7b2cbf;--ekadashi-bg:#7b2cbf1f;--purnima-gold:#d4a310;--purnima-bg:#d4a3101f;--amavasya-blue:#1d3557;--amavasya-bg:#1d35571f;--festival-red:#c1121f;--festival-bg:#c1121f1f;--pradosh-green:#2d6a4f;--pradosh-bg:#2d6a4f1f;--holiday-orange:#d97706;--holiday-bg:#d977061f;--shadow-sm:0 2px 8px #2417120d;--shadow-md:0 6px 20px #24171214;--shadow-lg:0 12px 36px #2417121f;--shadow-gold:0 6px 24px #c8963e40;--font-serif:"Cinzel", serif;--font-devanagari:"Noto Serif Devanagari", "Rozha One", "Noto Sans Devanagari", serif;--font-sans:"Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--font-body:"Noto Sans Devanagari", "Outfit", sans-serif;--max-width:1240px;--header-height:72px;--mobile-nav-height:68px}[data-theme=dark]{--cream:#120e0d;--cream-card:#1c1614;--sand:#241d1a;--sand-dark:#2e2522;--text-primary:#f7efe8;--text-secondary:#d4c4ba;--text-muted:#9e8e84;--gold-border:#c8963e40;--gold-subtle:#c8963e14;--shadow-sm:0 2px 8px #0000004d;--shadow-md:0 6px 20px #0006;--shadow-lg:0 12px 36px #00000080}*,:before,:after{box-sizing:border-box;min-width:0;margin:0;padding:0}html{font-family:var(--font-body);background-color:var(--cream);color:var(--text-primary);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;width:100%;max-width:100vw;overflow-x:clip}body{background-color:var(--cream);min-height:100vh;color:var(--text-primary);flex-direction:column;width:100%;max-width:100vw;line-height:1.6;display:flex;position:relative;overflow-x:clip}img,video,canvas,svg,iframe{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}@keyframes flicker{0%,to{opacity:.95;filter:drop-shadow(0 0 8px #ff8c38cc);transform:scale(1)rotate(-1deg)}25%{opacity:1;filter:drop-shadow(0 0 14px #ffaa00e6);transform:scale(1.08,.94)rotate(1deg)}50%{opacity:.88;filter:drop-shadow(0 0 10px #ff8228bf);transform:scale(.95,1.05)rotate(-.5deg)}75%{opacity:.98;filter:drop-shadow(0 0 16px #ffa014f2);transform:scale(1.04,.97)rotate(1.5deg)}}@keyframes bellSwing{0%,to{transform:rotate(0)}20%{transform:rotate(16deg)}40%{transform:rotate(-14deg)}60%{transform:rotate(8deg)}80%{transform:rotate(-6deg)}}@keyframes pulseGold{0%,to{box-shadow:0 0 #c8963e66}50%{box-shadow:0 0 0 10px #c8963e00}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.container{width:100%;max-width:var(--max-width);margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}@media (max-width:650px){.container{padding-left:12px;padding-right:12px}}.vedic-badge{letter-spacing:.5px;text-transform:uppercase;border-radius:999px;align-items:center;gap:6px;padding:4px 12px;font-size:.78rem;font-weight:600;display:inline-flex}.badge-ekadashi{background:var(--ekadashi-bg);color:var(--ekadashi-purple);border:1px solid #7b2cbf4d}.badge-purnima{background:var(--purnima-bg);color:var(--purnima-gold);border:1px solid #d4a3104d}.badge-amavasya{background:var(--amavasya-bg);color:var(--amavasya-blue);border:1px solid #1d35574d}.badge-festival{background:var(--festival-bg);color:var(--festival-red);border:1px solid #c1121f4d}.badge-pradosh{background:var(--pradosh-bg);color:var(--pradosh-green);border:1px solid #2d6a4f4d}.badge-saffron{background:var(--saffron-subtle);color:var(--saffron);border:1px solid #e66a1f40}.badge-gold{background:var(--gold-subtle);color:#996a19;border:1px solid var(--gold-border)}[data-theme=dark] .badge-gold{color:var(--gold-glow)}.temple-card{background:var(--cream-card);border:1px solid var(--gold-border);box-shadow:var(--shadow-sm);border-radius:16px;padding:24px;transition:all .25s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.temple-card:before{content:"";background:linear-gradient(90deg, var(--gold), var(--saffron), var(--gold));opacity:.8;height:3px;position:absolute;top:0;left:0;right:0}.temple-card:hover{box-shadow:var(--shadow-md);border-color:var(--gold);transform:translateY(-3px)}.shastra-title{font-family:var(--font-serif);color:var(--primary-maroon);letter-spacing:.5px}[data-theme=dark] .shastra-title{color:var(--gold-glow)}.hindi-title{font-family:var(--font-devanagari);color:var(--primary-maroon);font-weight:600}[data-theme=dark] .hindi-title{color:#ffb07a}@media (max-width:768px){body{padding-bottom:calc(var(--mobile-nav-height) + 16px)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--sand)}::-webkit-scrollbar-thumb{background:var(--gold-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gold)}
.header-module__Voge7q__header{z-index:100;background:var(--cream);border-bottom:1px solid var(--gold-border);-webkit-backdrop-filter:blur(14px);width:100%;transition:background .3s;position:sticky;top:0}.header-module__Voge7q__inner{height:var(--header-height);box-sizing:border-box;justify-content:space-between;align-items:center;gap:10px;width:100%;max-width:1440px;margin:0 auto;padding:0 20px;display:flex}.header-module__Voge7q__logoArea{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;transition:opacity .2s;display:flex}.header-module__Voge7q__logoArea:hover{opacity:.95}.header-module__Voge7q__logoImg{object-fit:cover;border:1.5px solid var(--gold);border-radius:50%;flex-shrink:0;width:38px;height:38px;transition:transform .25s cubic-bezier(.34,1.56,.64,1);box-shadow:0 0 10px #d4af3773,0 2px 6px #7a141440}.header-module__Voge7q__logoArea:hover .header-module__Voge7q__logoImg{transform:scale(1.08)rotate(3deg)}.header-module__Voge7q__brandText{flex-direction:column;display:flex}.header-module__Voge7q__brandTitle{font-family:var(--font-serif);color:var(--primary-maroon);letter-spacing:.4px;white-space:nowrap;font-size:1.15rem;font-weight:700;line-height:1.1}[data-theme=dark] .header-module__Voge7q__brandTitle{color:var(--gold-glow)}.header-module__Voge7q__brandSub{color:var(--saffron);letter-spacing:.4px;text-transform:uppercase;white-space:nowrap;font-size:.68rem;font-weight:600}.header-module__Voge7q__desktopNav{flex-shrink:1;align-items:center;gap:3px;display:flex}.header-module__Voge7q__navLink{color:var(--text-secondary);white-space:nowrap;border-radius:8px;flex-shrink:0;align-items:center;gap:5px;padding:6px 9px;font-size:.84rem;font-weight:500;transition:all .15s;display:flex}.header-module__Voge7q__navLink:hover{color:var(--primary-maroon);background:var(--sand)}.header-module__Voge7q__navLinkActive{color:var(--primary-maroon);background:var(--saffron-subtle);font-weight:700}.header-module__Voge7q__actionArea{flex-shrink:0;align-items:center;gap:6px;display:flex}.header-module__Voge7q__daanBtn{cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#e66a1f,#c8963e);border:none;border-radius:999px;flex-shrink:0;align-items:center;gap:5px;padding:6px 11px;font-size:.78rem;font-weight:700;transition:all .15s;display:flex;box-shadow:0 2px 8px #e66a1f47;color:#fff!important}.header-module__Voge7q__daanBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #e66a1f66}.header-module__Voge7q__userBtn{background:var(--sand);border:1px solid var(--gold-border);color:var(--text-primary);cursor:pointer;white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:5px;padding:6px 10px;font-size:.78rem;font-weight:600;transition:all .15s;display:flex}.header-module__Voge7q__userBtn:hover{background:var(--cream);border-color:var(--gold);color:var(--primary-maroon)}.header-module__Voge7q__langSwitcher{background:var(--sand);border:1px solid var(--gold-border);border-radius:999px;flex-shrink:0;align-items:center;gap:2px;padding:2px;display:flex}.header-module__Voge7q__langBtn{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:999px;align-items:center;padding:3px 8px;font-size:.76rem;font-weight:600;transition:all .2s;display:flex}.header-module__Voge7q__langBtnActive{background:var(--primary-maroon);box-shadow:0 2px 6px #5a0c0c40;color:#fff!important}.header-module__Voge7q__cityWrapper{flex-shrink:0;align-items:center;gap:3px;display:flex}.header-module__Voge7q__citySelect{border:1px solid var(--gold-border);background:var(--cream-card);color:var(--text-primary);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border-radius:8px;outline:none;flex-shrink:0;max-width:105px;padding:5px 8px;font-family:inherit;font-size:.78rem;font-weight:500}.header-module__Voge7q__citySelect:focus{border-color:var(--gold)}.header-module__Voge7q__bellBtn{background:var(--gold-subtle);border:1px solid var(--gold-border);color:#8c5e14;cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:all .2s;display:inline-flex;box-shadow:0 1px 4px #c8963e26}[data-theme=dark] .header-module__Voge7q__bellBtn{color:var(--gold-light);background:#d4af3726}.header-module__Voge7q__bellBtn:hover{background:var(--gold);color:#fff;transform:translateY(-1px);box-shadow:0 3px 10px #c8963e59}.header-module__Voge7q__bellRinging{transform-origin:top;animation:.8s header-module__Voge7q__bellSwing}.header-module__Voge7q__themeBtn{background:var(--sand);border:1px solid var(--gold-border);width:34px;height:34px;color:var(--text-secondary);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .2s;display:inline-flex;box-shadow:0 1px 4px #0000000d}[data-theme=dark] .header-module__Voge7q__themeBtn{color:var(--gold-light);background:#ffffff14;border-color:#d4af374d}.header-module__Voge7q__themeBtn:hover{background:var(--gold-subtle);color:var(--primary-maroon);transform:translateY(-1px)}@media (max-width:1300px){.header-module__Voge7q__brandSub{display:none}.header-module__Voge7q__inner{gap:8px;padding:0 16px}.header-module__Voge7q__citySelect{max-width:95px}}@media (max-width:1180px){.header-module__Voge7q__navLink{gap:3px;padding:5px 7px;font-size:.8rem}.header-module__Voge7q__navLink svg{display:none}.header-module__Voge7q__citySelect{max-width:85px;font-size:.74rem}}@media (max-width:1080px){.header-module__Voge7q__daanBtn span,.header-module__Voge7q__userBtn span{display:none}.header-module__Voge7q__daanBtn,.header-module__Voge7q__userBtn{border-radius:50%;justify-content:center;width:34px;height:34px;padding:6px 9px}}@media (max-width:1040px){.header-module__Voge7q__desktopNav{display:none}.header-module__Voge7q__inner{padding:0 14px}}@media (max-width:768px){.header-module__Voge7q__inner{gap:6px;padding:0 10px}.header-module__Voge7q__brandTitle{font-size:1.05rem}.header-module__Voge7q__logoArea{gap:6px}.header-module__Voge7q__logoImg{width:32px;height:32px}.header-module__Voge7q__actionArea{gap:4px}.header-module__Voge7q__citySelect{max-width:80px;padding:3px 5px;font-size:.72rem}.header-module__Voge7q__langBtn{padding:3px 6px;font-size:.7rem}.header-module__Voge7q__bellBtn,.header-module__Voge7q__themeBtn,.header-module__Voge7q__daanBtn,.header-module__Voge7q__userBtn{width:30px;height:30px}.header-module__Voge7q__bellBtn svg,.header-module__Voge7q__themeBtn svg{width:14px;height:14px}}@media (max-width:480px){.header-module__Voge7q__brandTitle{font-size:.95rem}.header-module__Voge7q__logoImg{width:30px;height:30px}.header-module__Voge7q__actionArea{gap:3px}.header-module__Voge7q__citySelect{max-width:72px;padding:2px 4px;font-size:.68rem}.header-module__Voge7q__langBtn{padding:2px 5px;font-size:.66rem}.header-module__Voge7q__bellBtn,.header-module__Voge7q__themeBtn,.header-module__Voge7q__daanBtn,.header-module__Voge7q__userBtn{width:28px;height:28px}.header-module__Voge7q__bellBtn svg,.header-module__Voge7q__themeBtn svg{width:13px;height:13px}}@media (max-width:375px){.header-module__Voge7q__bellBtn,.header-module__Voge7q__userBtn{display:none}.header-module__Voge7q__citySelect{max-width:62px}}
