.sidebar_sidebar__kodnI{border-radius:1rem;padding:1rem;width:250px;height:100vh;position:relative;display:flex;flex-direction:column}.sidebar_title__wXEtA{font-size:1.5rem;font-weight:700}.sidebar_navlink_title__chmZg{font-size:.9rem;font-weight:700;padding-bottom:10px;color:#b0b0b0}.sidebar_navlinks__fM_DY{display:flex;flex-direction:column;gap:1rem;padding-top:10px;padding-bottom:1rem;margin-bottom:1rem}.sidebar_navlink__rDsRK svg{margin-right:1rem}.sidebar_navlink__rDsRK span{font-size:.9rem}.sidebar_navlink__rDsRK:hover{color:#b0b0b0}.sidebar_active__fMN8i{border-left:1px solid #fff;padding-left:5px}.sidebar_footer__uO91E{margin-top:auto;padding-top:1rem;display:flex;flex-direction:column;gap:.75rem;height:-moz-fit-content;height:fit-content}.sidebar_logoutButton__K5A_S{background-color:#fff;color:#333;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.9rem;cursor:pointer;transition:opacity .2s ease}.sidebar_logoutButton__K5A_S:hover{opacity:.8}.sidebar_overlay__gCcuR{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s ease}.sidebar_confirmModal__pZL17{background-color:#fff;padding:2rem;border-radius:.75rem;width:340px;text-align:center;box-shadow:0 10px 25px rgba(0,0,0,.2);transform:translateY(0);animation:sidebar_modalEnter__8iKNZ .3s ease}@keyframes sidebar_modalEnter__8iKNZ{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sidebar_sidebarContent__BJE9e{height:100%;display:flex;flex-direction:column;flex-grow:1;overflow-y:auto}.sidebar_confirmModal__pZL17 p{color:#333;margin-bottom:1.75rem;font-size:1.1rem;font-weight:500}.sidebar_modalButtons__9D6Gh{display:flex;justify-content:center;gap:1rem}.sidebar_cancelButton__gK1_w,.sidebar_confirmButton__GrVu3{padding:.7rem 1.5rem;border-radius:.5rem;font-size:.95rem;font-weight:500;cursor:pointer;border:none;transition:all .2s ease;min-width:100px}.sidebar_confirmButton__GrVu3{background-color:#e74c3c;color:#fff;box-shadow:0 2px 4px rgba(231,76,60,.3)}.sidebar_confirmButton__GrVu3:hover{background-color:#c0392b;transform:translateY(-2px);box-shadow:0 4px 8px rgba(231,76,60,.4)}.sidebar_confirmButton__GrVu3:active{transform:translateY(0);box-shadow:0 1px 2px rgba(231,76,60,.4)}.sidebar_cancelButton__gK1_w{background-color:#f5f5f5;color:#333;border:1px solid #e0e0e0}.sidebar_cancelButton__gK1_w:hover{background-color:#e8e8e8;transform:translateY(-2px);box-shadow:0 2px 5px rgba(0,0,0,.1)}.sidebar_cancelButton__gK1_w:active{transform:translateY(0);box-shadow:none}.sidebar_badge__jJxeO{background-color:#e74c3c;color:#fff;min-width:30px;height:30px;padding:0 6px;border-radius:50%;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;margin-left:10px}.sidebar_navlink__rDsRK{display:flex;align-items:center;justify-content:flex-start}.sidebar_navlink__rDsRK span:first-of-type{flex:1 1}.sidebar_logoheader__R3JkW{display:flex;align-items:start;justify-content:space-around;padding-bottom:1rem;border-bottom:1px solid #e0e0e044;margin-bottom:1rem}.sidebar_upgradeLink__raMFR{cursor:pointer;color:#4da3ff;font-size:13px}.sidebar_upgradeLink__raMFR:hover{color:#1f7ae0}.layout_admin_layout__CgBlP{display:flex;min-height:100vh;width:100%;overflow:hidden}.layout_main__Z3b7m{display:flex;flex-direction:column;width:100%}.layout_header__SOKpE{padding:1rem;border-radius:1rem;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;user-select:none}.layout_header_left__GlRHn{display:flex;align-items:center;gap:1rem}.layout_header_right__NB9e6{flex:1 1;max-width:500px;margin-left:1rem}.layout_header_search__v7cPU{width:100%}.layout_header__SOKpE h1{font-size:1.5rem;font-weight:600}.layout_header__SOKpE svg{font-size:1.5rem}@media (max-width:1024px){.layout_header__SOKpE{flex-direction:column;align-items:flex-start;gap:1rem}.layout_header_right__NB9e6{width:100%;max-width:100%;margin-left:0}}@media (max-width:768px){.layout_header__SOKpE h1,.layout_header__SOKpE svg{font-size:1.25rem}}.bc_breadcrumb_container__2WUSE{margin-bottom:20px}.bc_breadcrumb_header__9TRWj{display:flex;align-items:center;margin-bottom:8px;gap:12px}.bc_breadcrumb_icon__lptb9{display:flex;align-items:center;justify-content:center;color:#007bff;font-size:24px}.bc_breadcrumb_title__gDHpX{font-size:1.5rem;font-weight:600;color:#333;margin:0}.bc_breadcrumb__NXlX0{display:flex;align-items:center;flex-wrap:wrap;gap:5px;color:#555;font-size:14px}.bc_breadcrumb_link__EUP40{display:flex;align-items:center;margin:0}.bc_breadcrumb_home__9sZOf{color:#555;display:flex;align-items:center;transition:color .2s}.bc_breadcrumb_home__9sZOf:hover{color:#007bff}.bc_breadcrumb_separator__fjKGz{color:#aaa;margin:0 5px}.bc_breadcrumb_link_text__wq4n7{color:#555;font-weight:400;text-decoration:none;transition:color .2s}.bc_breadcrumb_link_text__wq4n7:hover{color:#007bff;text-decoration:underline}.bc_breadcrumb_link_text__wq4n7.bc_active__Ga4cp{color:#007bff;font-weight:500}@media (max-width:768px){.bc_breadcrumb_header__9TRWj{margin-bottom:12px}.bc_breadcrumb_title__gDHpX{font-size:1.25rem}}.content_content__tEkZ5{flex:1 1;padding:10px 1rem 1rem;background-color:#f0f0f0;border-radius:1rem;overflow-y:scroll;max-height:calc(100vh - 70px)}.content_content__tEkZ5::-webkit-scrollbar{display:flex;width:4px}.content_content__tEkZ5::-webkit-scrollbar-thumb{background-color:#000;border-radius:1rem}.birthdays-obituary_header__5xELv{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.birthdays-obituary_headerActions__aNksf{display:flex;gap:.75rem;flex-wrap:wrap}.birthdays-obituary_addButton__ItZFh{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#000;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.2)}.birthdays-obituary_addButton__ItZFh:hover{background:#333;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.3)}.birthdays-obituary_buttonIcon__O_LHG{font-size:.875rem}.birthdays-obituary_tabNavigation__v5aMM{display:flex;border-bottom:2px solid #e5e7eb;margin-bottom:1.5rem;gap:.5rem}.birthdays-obituary_tabButton___8_99{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:none;border:none;border-bottom:2px solid transparent;color:#000;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border-radius:.375rem .375rem 0 0}.birthdays-obituary_tabButton___8_99:hover{color:#000;background-color:#f9fafb}.birthdays-obituary_activeTab__OWwB0{color:#000!important;border-bottom-color:#000!important;background-color:#f0f0f0!important}.birthdays-obituary_tabIcon__rFxM1{font-size:.875rem}.birthdays-obituary_tabContent__Xs94I{min-height:400px}.birthdays-obituary_emptyState__YcFle{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:#000}.birthdays-obituary_emptyState__YcFle h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#000}.birthdays-obituary_emptyIcon__HRqJL{font-size:3rem;margin-bottom:1rem;color:#d1d5db}.birthdays-obituary_emptyState__YcFle p{font-size:.875rem;margin-bottom:1.5rem}.birthdays-obituary_emptyButton__S1EQQ{padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.birthdays-obituary_emptyButton__S1EQQ:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px)}.birthdays-obituary_cardGrid__JrPHY{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.birthdays-obituary_card__x61pS{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .2s ease;position:relative;overflow:hidden}.birthdays-obituary_card__x61pS:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-2px)}.birthdays-obituary_card__x61pS:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#10b981,#059669)}.birthdays-obituary_obituaryCard__eu5_f:before{background:linear-gradient(135deg,#ef4444,#dc2626)}.birthdays-obituary_cardHeader__Jpqmf{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.birthdays-obituary_cardIcon__fbYT_{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50%;font-size:1.125rem}.birthdays-obituary_obituaryIcon__tZsJW{background:linear-gradient(135deg,#ef4444,#dc2626)}.birthdays-obituary_cardActions__rlHe7{display:flex;gap:.5rem}.birthdays-obituary_deleteButton__j8FSq,.birthdays-obituary_editButton__OalK9{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease;font-size:.875rem}.birthdays-obituary_editButton__OalK9{background-color:#000;color:#fff}.birthdays-obituary_editButton__OalK9:hover{background-color:#333;color:#fff}.birthdays-obituary_deleteButton__j8FSq{background-color:#000;color:#fff}.birthdays-obituary_deleteButton__j8FSq:hover{background-color:#333;color:#fff}.birthdays-obituary_cardContent__MLgvY{flex:1 1;color:#000}.birthdays-obituary_cardTitle__Y2AK7{font-size:1.125rem;font-weight:600;color:#000;margin-bottom:.75rem}.birthdays-obituary_cardMeta__UvAIE{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;color:#000}.birthdays-obituary_metaItem__kbDu3{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.birthdays-obituary_metaIcon__arIQr{font-size:.75rem;color:#9ca3af}.birthdays-obituary_cardMessage__GZtwR{font-size:.875rem;color:#374151;line-height:1.5;margin-bottom:1rem;padding:.75rem;background-color:#f9fafb;border-radius:.375rem;border-left:3px solid #10b981}.birthdays-obituary_obituaryCard__eu5_f .birthdays-obituary_cardMessage__GZtwR{border-left-color:#ef4444}.birthdays-obituary_cardFooter__SI_6m{padding-top:.75rem;border-top:1px solid #e5e7eb;font-size:.75rem;color:#9ca3af}.birthdays-obituary_modalOverlay__uuDj1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.birthdays-obituary_modalContainer__tYmR5{background:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.birthdays-obituary_modalHeader__Fn3tQ{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e5e7eb}.birthdays-obituary_modalHeader__Fn3tQ h3{font-size:1.25rem;font-weight:600;color:#000;margin:0}.birthdays-obituary_modalCloseButton__OJHQq{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:none;border:none;color:#6b7280;cursor:pointer;border-radius:.375rem;transition:all .2s ease}.birthdays-obituary_modalCloseButton__OJHQq:hover{background-color:#f3f4f6;color:#374151}.birthdays-obituary_modalForm__4d0pi{padding:1.5rem}.birthdays-obituary_formGroup___zLSD{margin-bottom:1rem}.birthdays-obituary_formLabel__UBk5Z{display:block;margin-bottom:.5rem;font-weight:500;color:#000;font-size:.875rem}.birthdays-obituary_formInput__XwzhJ,.birthdays-obituary_formTextarea__HbN4e{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;transition:border-color .2s ease;background-color:#fff;color:#000}.birthdays-obituary_formInput__XwzhJ:focus,.birthdays-obituary_formTextarea__HbN4e:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px rgba(0,0,0,.1)}.birthdays-obituary_formTextarea__HbN4e{resize:vertical;min-height:80px}.birthdays-obituary_formActions__6eS7D{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}.birthdays-obituary_submitButton__kV_QN{padding:.75rem 1.5rem;background:#000;color:#fff;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .2s ease}.birthdays-obituary_submitButton__kV_QN:hover{background:#333;transform:translateY(-1px)}.birthdays-obituary_cancelButton___orUx{padding:.75rem 1.5rem;background:#000;color:#fff;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .2s ease}.birthdays-obituary_cancelButton___orUx:hover{background:#333}.birthdays-obituary_formRow__PTyyp{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.birthdays-obituary_label__UExIM{display:block;font-size:.875rem;font-weight:500;color:#000;margin-bottom:.5rem}.birthdays-obituary_input__CrWi_,.birthdays-obituary_textarea__XD4fu{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:all .2s ease;background-color:#fff;color:#000}.birthdays-obituary_input__CrWi_:focus,.birthdays-obituary_textarea__XD4fu:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px rgba(0,0,0,.1)}.birthdays-obituary_textarea__XD4fu{resize:vertical;min-height:100px;font-family:inherit}.birthdays-obituary_modalActions__8NvOq{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid #e5e7eb}@media (max-width:768px){.birthdays-obituary_header__5xELv{flex-direction:column;align-items:stretch}.birthdays-obituary_headerActions__aNksf{justify-content:center}.birthdays-obituary_cardGrid__JrPHY{grid-template-columns:1fr}.birthdays-obituary_tabNavigation__v5aMM{flex-direction:column;gap:0}.birthdays-obituary_tabButton___8_99{border-radius:0;border-bottom:1px solid #e5e7eb}.birthdays-obituary_activeTab__OWwB0{border-bottom-color:#3b82f6!important}.birthdays-obituary_formRow__PTyyp{grid-template-columns:1fr}.birthdays-obituary_modalContainer__tYmR5{margin:1rem;max-height:calc(100vh - 2rem)}.birthdays-obituary_modalActions__8NvOq{flex-direction:column}.birthdays-obituary_cardMeta__UvAIE{gap:.25rem}.birthdays-obituary_metaItem__kbDu3{font-size:.8rem}}@media (max-width:480px){.birthdays-obituary_card__x61pS,.birthdays-obituary_modalForm__4d0pi{padding:1rem}.birthdays-obituary_modalHeader__Fn3tQ{padding:1rem 1rem .5rem}.birthdays-obituary_addButton__ItZFh{padding:.625rem .875rem;font-size:.8rem}.birthdays-obituary_buttonIcon__O_LHG{font-size:.8rem}}@keyframes birthdays-obituary_fadeInUp__iUFeW{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.birthdays-obituary_card__x61pS{animation:birthdays-obituary_fadeInUp__iUFeW .3s ease-out}@keyframes birthdays-obituary_modalFadeIn__0MFp6{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.birthdays-obituary_modalContainer__tYmR5{animation:birthdays-obituary_modalFadeIn__0MFp6 .2s ease-out}