.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}.gallery_container__N5aCk{display:flex;flex-direction:column;gap:1.5rem}.gallery_headerCard__87LcJ{background-color:#fff;border:2px solid #000;border-radius:.5rem;padding:1.5rem}.gallery_headerContent__OrmtT{display:flex;justify-content:space-between;align-items:center}.gallery_subtitle__7xuQv{color:#000;margin-top:.5rem}.gallery_header__wC3A9{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.gallery_title__d8F1S{font-size:1.5rem;font-weight:700;color:#000}.gallery_addButton__6L_jp{display:inline-flex;align-items:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;border-radius:.375rem;color:#fff;background-color:#000;border:none;cursor:pointer;transition:background-color .2s}.gallery_addButton__6L_jp:hover{background-color:#374151}.gallery_addButton__6L_jp:focus{outline:none;box-shadow:0 0 0 2px #000}.gallery_addButtonIcon___IW1f{margin-right:.5rem}.gallery_formContainer__2flU7{background-color:#fff;border:2px solid #000;border-radius:.5rem;padding:1.5rem;margin-bottom:1.5rem}.gallery_formTitle__BfZTu{font-size:1.25rem;font-weight:700;color:#000;margin-bottom:1.5rem}.gallery_form__L2R25{gap:1.5rem}.gallery_formGroup__jjRWX,.gallery_form__L2R25{display:flex;flex-direction:column}.gallery_label__txzmd{display:block;font-size:.875rem;font-weight:700;color:#000;margin-bottom:.5rem}.gallery_input__GieZf{width:100%;padding:.75rem 1rem;border:2px solid #000;border-radius:.375rem;background-color:#fff;color:#000;font-size:.875rem}.gallery_input__GieZf:focus{outline:none;box-shadow:0 0 0 2px #000;border-color:#000}.gallery_textarea__2BVo8{width:100%;padding:.75rem 1rem;border:2px solid #000;border-radius:.375rem;background-color:#fff;color:#000;font-size:.875rem;resize:vertical;min-height:6rem}.gallery_textarea__2BVo8:focus{outline:none;box-shadow:0 0 0 2px #000;border-color:#000}.gallery_fileInput__YSEEj{width:100%;padding:.75rem 1rem;border:2px solid #000;border-radius:.375rem;background-color:#fff;color:#000;font-size:.875rem;cursor:pointer}.gallery_fileInput__YSEEj:focus{outline:none;box-shadow:0 0 0 2px #000}.gallery_filePreview__FPphR{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:.75rem;gap:.75rem;margin-top:.75rem}.gallery_filePreviewItem__1qQIh{position:relative;border:2px solid #000;border-radius:.375rem;overflow:hidden}.gallery_filePreviewImage__Z_vU0{width:100%;height:80px;object-fit:cover}.gallery_filePreviewName__4Tq2n{padding:.5rem;font-size:.75rem;font-weight:700;color:#000;background-color:#fff;text-align:center;border-top:1px solid #000}.gallery_removeFileButton__bfYVB{position:absolute;top:.25rem;right:.25rem;width:1.5rem;height:1.5rem;background-color:#000;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.75rem}.gallery_removeFileButton__bfYVB:hover{background-color:#374151}.gallery_formButtons__AzQ8b{display:flex;gap:1rem}.gallery_submitButton__E_opK{display:inline-flex;align-items:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;border-radius:.375rem;color:#fff;background-color:#000;border:none;cursor:pointer;transition:background-color .2s}.gallery_submitButton__E_opK:hover{background-color:#374151}.gallery_submitButton__E_opK:focus{outline:none;box-shadow:0 0 0 2px #000}.gallery_cancelButton__n6mBt{display:inline-flex;align-items:center;padding:.75rem 1.5rem;border:2px solid #000;font-size:.875rem;font-weight:700;border-radius:.375rem;color:#000;background-color:#fff;cursor:pointer;transition:background-color .2s}.gallery_cancelButton__n6mBt:hover{background-color:#f3f4f6}.gallery_cancelButton__n6mBt:focus{outline:none;box-shadow:0 0 0 2px #000}.gallery_buttonIcon__MbOdB{margin-right:.5rem}.gallery_galleryContainer__SB4n4{background-color:#fff;border:2px solid #000;border-radius:.5rem;padding:1.5rem}.gallery_galleryTitle__yywNA{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:#000}.gallery_emptyState__oS0k_{text-align:center;padding:4rem 0}.gallery_emptyStateIcon__RfL30{margin:0 auto 1rem;height:4rem;width:4rem;color:#000}.gallery_emptyStateTitle__o9iJZ{font-size:1.125rem;font-weight:700;color:#000;margin-bottom:.5rem}.gallery_emptyStateText__v70RZ{color:#000}.gallery_galleryGrid__ffkX7{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.gallery_galleryGrid__ffkX7{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.gallery_galleryGrid__ffkX7{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.gallery_galleryGrid__ffkX7{grid-template-columns:repeat(4,1fr)}}.gallery_imageCard__Nb1v2{background-color:#fff;border:2px solid #000;border-radius:.5rem;overflow:hidden;transition:all .2s}.gallery_imageCard__Nb1v2:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transform:translateY(-2px)}.gallery_imageContainer__XmV7Z{position:relative}.gallery_image__qTVH1{width:100%;height:14rem;object-fit:cover}.gallery_imageNumber__WVwLQ{position:absolute;top:.5rem;right:.5rem;background-color:#000;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:700}.gallery_cardContent__ko_ah{padding:1rem}.gallery_cardTitle__gWrxy{font-weight:700;color:#000;margin-bottom:.5rem;font-size:1.125rem;line-height:1.25}.gallery_cardDescription__yFAL1{font-size:.875rem;color:#000;margin-bottom:1rem;line-height:1.5}.gallery_cardMeta__iEpSJ{border-top:2px solid #000;padding-top:.75rem;margin-bottom:1rem}.gallery_cardMetaRow___RXpN{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#000}.gallery_cardMetaText__A7BTl{font-weight:700}.gallery_cardActions__YdaUi{display:flex;gap:.5rem}.gallery_editButton__vACIG{flex:1 1;display:inline-flex;align-items:center;justify-content:center;padding:.5rem .75rem;border:2px solid #000;font-size:.75rem;font-weight:700;border-radius:.25rem;color:#000;background-color:#fff;cursor:pointer;transition:background-color .2s}.gallery_editButton__vACIG:hover{background-color:#f3f4f6}.gallery_editButton__vACIG:focus{outline:none;box-shadow:0 0 0 2px #000}.gallery_deleteButton__Fcqvn{flex:1 1;display:inline-flex;align-items:center;justify-content:center;padding:.5rem .75rem;font-size:.75rem;font-weight:700;border-radius:.25rem;color:#fff;background-color:#000;border:none;cursor:pointer;transition:background-color .2s}.gallery_deleteButton__Fcqvn:hover{background-color:#374151}.gallery_deleteButton__Fcqvn:focus{outline:none;box-shadow:0 0 0 2px #000}.gallery_actionIcon___8tRG{margin-right:.25rem}.gallery_addMoreContainer__V3WFr{margin-top:1rem;display:flex;justify-content:center}.gallery_addMoreButton__hDcfD{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;border-radius:.375rem;color:#000;background-color:#fff;border:2px solid #000;cursor:pointer;transition:background-color .2s}.gallery_addMoreButton__hDcfD:hover{background-color:#f3f4f6}.gallery_addMoreButton__hDcfD:focus{outline:none;box-shadow:0 0 0 2px #000}.gallery_carouselOverlay__Tnxla{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:1000}.gallery_carouselContainer__KKceB{position:relative;max-width:90vw;max-height:90vh;background-color:#fff;border-radius:.5rem;overflow:hidden;border:2px solid #000}.gallery_carouselCloseButton__etB_i{position:absolute;top:1rem;right:1rem;background-color:rgba(0,0,0,.7);color:#fff;border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1001;transition:background-color .2s}.gallery_carouselCloseButton__etB_i:hover{background-color:rgba(0,0,0,.9)}.gallery_carouselContent__pV2Dn{display:flex;align-items:center;position:relative}.gallery_carouselNavButton__Ly82h{background-color:rgba(0,0,0,.7);color:#fff;border:none;padding:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;z-index:1001}.gallery_carouselNavButton__Ly82h:hover:not(:disabled){background-color:rgba(0,0,0,.9)}.gallery_carouselNavButton__Ly82h:disabled{opacity:.3;cursor:not-allowed}.gallery_carouselImageContainer__Fqq8n{flex:1 1;display:flex;flex-direction:column;max-height:80vh}.gallery_carouselImage__vyCNI{width:100%;max-height:60vh;object-fit:contain;background-color:#f8f9fa}.gallery_carouselImageInfo__qGmNM{padding:1.5rem;background-color:#fff;border-top:2px solid #000}.gallery_carouselImageTitle__2Yb5U{font-size:1.25rem;font-weight:700;color:#000;margin:0 0 .5rem}.gallery_carouselImageDescription__1AzdF{color:#666;margin:0 0 1rem;line-height:1.5}.gallery_carouselImageMeta__AaVW9{display:flex;justify-content:space-between;font-size:.875rem;color:#888}.gallery_carouselIndicators__ANv8s{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:1001}.gallery_carouselIndicator__kMpCt{width:.75rem;height:.75rem;border-radius:50%;border:2px solid #fff;background-color:hsla(0,0%,100%,.5);cursor:pointer;transition:background-color .2s}.gallery_carouselIndicatorActive__Sk8cf{background-color:#fff}.gallery_carouselCounter__I8S8p{position:absolute;bottom:1rem;right:1rem;background-color:rgba(0,0,0,.7);color:#fff;padding:.5rem 1rem;border-radius:1rem;font-size:.875rem;z-index:1001}