@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600;700&family=Inter:wght@300;400;500;600;700&display=swap");.calendar-wrapper{font-family:var(--font-body,"Inter",sans-serif);max-width:100%;margin:0 auto;padding:.75rem}.calendar-nav-bar{display:flex;justify-content:space-between;align-items:center;background:#fefce8;border:1px solid rgba(212,175,55,.2);border-top:none;border-radius:0 0 1rem 1rem;padding:.625rem .75rem;margin-top:.5rem;margin-bottom:1rem}.calendar-nav-btn{width:32px;height:32px;background:white;border:1.5px solid var(--color-gold,#d4af37);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-gold-dark,#b8972e);cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.1);flex-shrink:0}.calendar-nav-btn:hover:not(:disabled){background:var(--color-gold,#d4af37);color:white;transform:scale(1.05)}.calendar-nav-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.calendar-month-title{font-family:var(--font-heading,"Cormorant Garamond",serif);font-size:1.125rem;font-weight:700;color:#7c2d12;text-align:center;flex:1;padding:0 .5rem}.calendar-weekday-header{display:grid;grid-template-columns:36px repeat(7,1fr);gap:.25rem;margin-top:.75rem;margin-bottom:.5rem}.calendar-weekday-cell{background:#f8f9fa;border:1px solid #e2e8f0;border-radius:.5rem;text-align:center;padding:.375rem .125rem;font-weight:600;color:#374151;font-size:.625rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.calendar-weekday-en{font-size:.625rem;line-height:1.2}.calendar-weekday-hi{font-size:.5rem;color:#6b7280;margin-top:.125rem;line-height:1}.calendar-grid{display:grid;grid-template-columns:36px repeat(7,1fr);gap:.25rem;margin-top:.5rem}.calendar-row-label{background:#fefce8;border:1.5px solid var(--color-gold,#d4af37);border-radius:.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.625rem;font-weight:600;color:#7c2d12;padding:.25rem 0}.calendar-row-label-en{font-size:.625rem;line-height:1.2}.calendar-row-label-hi{font-size:.5rem;color:var(--color-gold-dark,#b8972e);margin-top:.125rem;line-height:1}.calendar-cell{background:white;min-height:70px;padding:.375rem;display:flex;flex-direction:column;border-radius:.5rem;cursor:pointer;transition:all .3s ease;position:relative;border:1px solid #e5e7eb}.calendar-cell:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.08);border-color:var(--color-gold,#d4af37)}.calendar-cell:active{transform:translateY(0)}.calendar-date-num{font-weight:600;color:#1a1a1a;font-size:.875rem;margin-bottom:.25rem;line-height:1}.calendar-tithi-band{font-size:.5rem;color:#5b21b6;background:#ede9fe;padding:1px .25rem;border-radius:.25rem;align-self:flex-start;margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;line-height:1.3}.calendar-sun-times{font-size:.5rem;color:#64748b;display:flex;justify-content:space-between;margin:.125rem 0;line-height:1.2}.calendar-sunrise,.calendar-sunset{display:flex;align-items:center;gap:2px}.calendar-sun-icon{width:6px;height:6px;border-radius:50%;flex-shrink:0}.calendar-sunrise .calendar-sun-icon{background:#f59e0b}.calendar-sunset .calendar-sun-icon{background:#ec4899}.calendar-nakshatra{font-size:.5rem;color:#7c3aed;margin-top:auto;font-style:italic;opacity:.9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.calendar-cell-other-month{opacity:.35;background:#f8f9fa}.calendar-cell-other-month:hover{opacity:.6;background:#f1f5f9}.calendar-cell-today{border:2px solid #3b82f6!important;background:#eff6ff!important;box-shadow:0 0 0 2px rgba(59,130,246,.2)}.calendar-cell-today .calendar-date-num{color:#1d4ed8;font-weight:700}.calendar-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:.5rem;overflow-y:auto}.calendar-modal-card{background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border:1px solid rgba(212,175,55,.3);border-radius:1rem;max-width:100%;width:100%;max-height:calc(100vh - 1rem);overflow-y:auto;box-shadow:0 20px 50px rgba(0,0,0,.3);margin:auto}.calendar-modal-header{padding:.875rem 1rem;background:#fefce8;border-bottom:1px solid rgba(212,175,55,.2);display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1}.calendar-modal-title{font-family:var(--font-heading,"Cormorant Garamond",serif);font-size:1rem;font-weight:700;color:#7c2d12;line-height:1.3;flex:1;padding-right:.5rem}.calendar-modal-close-btn{width:32px;height:32px;background:white;border:1.5px solid var(--color-gold,#d4af37);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-gold-dark,#b8972e);cursor:pointer;transition:all .3s ease;font-size:1.25rem;line-height:1;flex-shrink:0}.calendar-modal-close-btn:hover{background:var(--color-gold,#d4af37);color:white}.calendar-modal-body{padding:1rem}.calendar-summary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:.75rem}.calendar-summary-item{background:#f8f5f0;border:1px solid #e5e7eb;border-radius:.625rem;padding:.625rem}.calendar-summary-label{font-size:.625rem;color:#6b7280;margin-bottom:.125rem;text-transform:uppercase;letter-spacing:.025em}.calendar-summary-value{font-size:.75rem;font-weight:600;color:#374151;line-height:1.3}.calendar-detail-sections{display:grid;grid-template-columns:1fr;gap:.75rem}.calendar-section{background:white;border:1px solid #e5e7eb;border-radius:.625rem;overflow:hidden}.calendar-section-header{padding:.5rem .75rem;background:#fefce8;font-weight:600;font-size:.75rem;color:#7c2d12;border-bottom:1px solid rgba(212,175,55,.2)}.calendar-section-body{padding:.75rem}.calendar-list-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f1f5f9;gap:.5rem}.calendar-list-item:last-child{border-bottom:none}.calendar-list-label{color:#6b7280;font-size:.75rem;flex-shrink:0}.calendar-list-value{color:#374151;font-size:.75rem;text-align:right;word-break:break-word}.calendar-timing-group{margin-bottom:.75rem}.calendar-timing-group:last-child{margin-bottom:0}.calendar-timing-title{font-weight:600;color:#7c2d12;margin-bottom:.25rem;font-size:.75rem}.calendar-timing-list{font-size:.6875rem;color:#374151;line-height:1.6}.calendar-timing-list>div{padding:.125rem 0}.calendar-loading-text{color:#9ca3af;font-size:.75rem;text-align:center;padding:.5rem}.calendar-loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:.5rem}.calendar-spinner-icon{width:32px;height:32px;animation:spin 1s linear infinite;color:var(--color-gold,#d4af37)}@keyframes spin{to{transform:rotate(1turn)}}@media (min-width:360px){.calendar-wrapper{padding:.875rem}.calendar-grid,.calendar-weekday-header{grid-template-columns:40px repeat(7,1fr);gap:.3rem}.calendar-cell{min-height:75px;padding:.4rem}.calendar-date-num{font-size:.9375rem}.calendar-nakshatra,.calendar-sun-times,.calendar-tithi-band{font-size:.5625rem}}@media (min-width:480px){.calendar-wrapper{padding:1rem}.calendar-nav-bar{padding:.75rem 1rem;border-radius:0 0 1.25rem 1.25rem}.calendar-nav-btn{width:36px;height:36px}.calendar-month-title{font-size:1.375rem}.calendar-grid,.calendar-weekday-header{grid-template-columns:48px repeat(7,1fr);gap:.375rem}.calendar-weekday-cell{padding:.5rem .25rem;font-size:.6875rem}.calendar-weekday-en{font-size:.6875rem}.calendar-weekday-hi{font-size:.5625rem}.calendar-cell{min-height:85px;padding:.5rem}.calendar-date-num{font-size:1rem}.calendar-tithi-band{font-size:.625rem;padding:2px .375rem}.calendar-sun-times{font-size:.625rem;gap:2px}.calendar-sun-icon{width:7px;height:7px}.calendar-nakshatra{font-size:.625rem}.calendar-modal-overlay{padding:1rem}.calendar-modal-card{border-radius:1.25rem;max-width:540px}.calendar-modal-header{padding:1rem 1.25rem}.calendar-modal-title{font-size:1.125rem}.calendar-modal-body{padding:1.25rem}.calendar-summary-grid{gap:.625rem}.calendar-summary-item{padding:.75rem}.calendar-summary-label{font-size:.6875rem}.calendar-summary-value{font-size:.8125rem}}@media (min-width:640px){.calendar-wrapper{max-width:960px;padding:1rem}.calendar-nav-bar{padding:.75rem 1rem;border-radius:0 0 1.5rem 1.5rem}.calendar-month-title{font-size:1.5rem}.calendar-weekday-header{margin-top:1rem}.calendar-grid,.calendar-weekday-header{grid-template-columns:60px repeat(7,1fr);gap:.5rem}.calendar-grid{margin-top:.75rem}.calendar-weekday-cell{padding:.5rem 0;font-size:.75rem;border-radius:.625rem}.calendar-weekday-en{font-size:.75rem}.calendar-weekday-hi{font-size:.625rem}.calendar-row-label{font-size:.75rem;border-radius:.625rem}.calendar-row-label-en{font-size:.75rem}.calendar-row-label-hi{font-size:.625rem}.calendar-cell{min-height:95px;padding:.625rem;border-radius:.625rem}.calendar-date-num{font-size:1rem;margin-bottom:.3rem}.calendar-tithi-band{font-size:.6875rem;padding:2px .4rem}.calendar-sun-times{font-size:.6875rem;margin:.25rem 0}.calendar-sun-icon{width:8px;height:8px}.calendar-nakshatra{font-size:.6875rem}.calendar-modal-card{max-width:600px;border-radius:1.5rem}.calendar-modal-header{padding:1rem 1.5rem}.calendar-modal-title{font-size:1.25rem}.calendar-modal-close-btn{width:36px;height:36px}.calendar-modal-body{padding:1.5rem}.calendar-summary-grid{gap:.75rem;margin-bottom:1rem}.calendar-detail-sections{grid-template-columns:repeat(2,1fr);gap:1rem}.calendar-section{border-radius:.75rem}.calendar-section-header{padding:.5rem 1rem;font-size:.8125rem}.calendar-section-body{padding:1rem}.calendar-list-label,.calendar-list-value,.calendar-timing-title{font-size:.8125rem}.calendar-timing-list{font-size:.75rem}}@media (min-width:768px){.calendar-cell{min-height:100px;padding:.75rem;border-radius:.75rem}.calendar-cell:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,.1)}.calendar-date-num{margin-bottom:.375rem}.calendar-tithi-band{font-size:.75rem;padding:2px .5rem;margin-bottom:.25rem}.calendar-sun-times{font-size:.68rem}.calendar-sun-icon{width:10px;height:10px}.calendar-nakshatra{font-size:.7rem}}@media (min-width:1024px){.calendar-wrapper{padding:1rem}.calendar-grid,.calendar-weekday-header{gap:.75rem}.calendar-cell{min-height:110px}}@media (min-width:1280px){.calendar-wrapper{max-width:1200px}}@media print{.calendar-nav-bar{display:none}.calendar-cell{-moz-column-break-inside:avoid;break-inside:avoid;cursor:default}.calendar-cell:hover{transform:none;box-shadow:none}.calendar-modal-overlay{display:none}}.calendar-modal-close-btn:focus-visible,.calendar-nav-btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.calendar-cell:focus-visible{outline:2px solid #3b82f6;outline-offset:1px}@media (prefers-reduced-motion:reduce){.calendar-cell,.calendar-modal-close-btn,.calendar-nav-btn{transition:none}.calendar-spinner-icon{animation:none}}@media (prefers-contrast:high){.calendar-cell{border:2px solid}.calendar-cell-today{border-width:3px}}