.Home_container__YRaDf{background-color:var(--background);font-family:Merriweather,serif}.Home_content__hh4N2{margin:20px auto;max-width:1100px;padding:20px;display:flex;flex-direction:column}.Home_card__YMJNF{margin:15px 0;padding:25px;box-shadow:0 4px 8px rgba(0,0,0,.2);border-radius:8px;transition:transform .3s ease-in-out,box-shadow .3s ease;background:var(--background-elevated,#fff);color:var(--text)}.Home_card__YMJNF:hover{transform:translateY(-5px);box-shadow:0 6px 12px rgba(0,0,0,.3)}.Home_card__YMJNF h2{margin:0 0 10px;color:var(--text-heading);font-size:1.3em}.Home_kindnessCard__LEDax,.Home_quoteCard__47dzC{text-align:center}.Home_kindnessCard__LEDax p,.Home_quoteCard__47dzC p{font-size:18px;font-weight:500}.Home_celebrityCard__nK53L{display:flex;align-items:center;gap:20px}.Home_celebrityImage__8inlW{width:150px;height:150px;border-radius:8px;object-fit:cover;box-shadow:0 2px 4px rgba(0,0,0,.2)}.Home_celebrityText__VSzwC{flex:1 1;font-size:16px}.Home_prayerTimesList__I45xv{width:100%;max-width:800px;margin:20px auto;font-size:16px;border-collapse:collapse}.Home_prayerTimesList__I45xv ul{list-style:none;padding:0;margin:0}.Home_prayerTimesList__I45xv li{background-color:#f9f9f9;border-bottom:1px solid #ddd;padding:10px 20px}.Home_prayerTimesList__I45xv li:last-child{border-bottom:none}.Home_prayerTimesList__I45xv h2{color:#fff;padding:10px;margin:0 0 10px}.Home_prayerTimeItem__v8eAI{display:flex;justify-content:space-between;align-items:center}.Home_prayerTimeItem__v8eAI div{flex:1 1;text-align:center}.Home_questionOptions__Y1aAA{display:flex;flex-direction:column;gap:10px;margin-top:15px}.Home_questionOptions__Y1aAA label{display:flex;align-items:center;gap:10px;padding:10px;background:var(--background);border-radius:8px;transition:background .3s ease}.Home_questionOptions__Y1aAA label:hover{background:var(--background-highlighted)}.Home_questionOptions__Y1aAA input{width:18px;height:18px;accent-color:#004d40}.Home_submitButton__ngcZ8{margin-top:15px;padding:10px 15px;border:none;background:#004d40;color:#fff;font-size:16px;cursor:pointer;border-radius:8px;transition:background .3s ease}.Home_submitButton__ngcZ8:hover{background:#00796b}.Home_feedbackMessage__95YbD{margin-top:10px;font-size:16px;font-weight:700}.Home_correctAnswer__rdpxH{color:green}.Home_wrongAnswer___bpEP{color:red}.Home_loadingContainer__RFhCD{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh}.Home_spinner__uI2Sg{width:50px;height:50px;border:6px solid #f3f3f3;border-top-color:#004d40;border-radius:50%;animation:Home_spin__dAWfy 1s linear infinite;margin-bottom:15px}@keyframes Home_spin__dAWfy{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Home_calendarHeader__Z_Ng8{display:flex;align-items:center;justify-content:space-between;gap:12px}.Home_toggleBtn__b5BId{padding:.4rem 1rem;background:#0f766e;color:#fff;border:none;border-radius:8px;font-size:.85rem;cursor:pointer;transition:background .25s,transform .25s}.Home_toggleBtn__b5BId:hover{background:#115e59;transform:translateY(-2px)}.Home_calendarWrapper__fEx7Q{overflow:hidden;transition:max-height .45s ease,opacity .45s ease;max-height:0;opacity:0}.Home_calendarWrapper__fEx7Q.Home_expanded__FGYRN{max-height:3000px;opacity:1}.Home_calendarGrid__mywzu{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:12px;gap:12px;margin-top:1rem}.Home_calendarDay__4fysR{border:1px solid var(--text-faint);border-radius:8px;padding:.75rem;display:flex;flex-direction:column;gap:.35rem;box-shadow:0 2px 6px rgba(0,0,0,.05);transition:transform .2s,box-shadow .2s}.Home_calendarDay__4fysR:hover{transform:translateY(-3px);box-shadow:0 6px 12px rgba(0,0,0,.08)}.Home_calendarDay__4fysR h3{margin:0;font-size:.95rem;font-weight:600;color:var(--text)}.Home_calendarDay__4fysR p{margin:0;font-size:.8rem;color:var(--text-faint);line-height:1.25rem}.Home_calendarDay__4fysR[data-holiday=true]{background:var(--background-highlighted);border-color:var(--text-heading)}@media (max-width:1024px){.Home_calendarGrid__mywzu{grid-template-columns:repeat(5,1fr)}}@media (max-width:768px){.Home_content__hh4N2{margin:10px;padding:15px}.Home_celebrityCard__nK53L{flex-direction:column;text-align:center}.Home_prayerTimeItem__v8eAI{flex-direction:column}.Home_calendarGrid__mywzu{grid-template-columns:repeat(4,1fr)}}@media (max-width:540px){.Home_calendarGrid__mywzu{grid-template-columns:repeat(3,1fr)}}@media (max-width:380px){.Home_calendarGrid__mywzu{grid-template-columns:repeat(2,1fr)}}