.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}.news_container__V0lgg{padding:0}.news_header__WvmoK{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.news_title__cNks7{font-size:1.5rem;font-weight:600;color:#000;margin:0}.news_subtitle__o6yRD{color:#000;font-size:.875rem;margin:.25rem 0 0}.news_headerActions__AYAQS{display:flex;gap:.75rem;flex-wrap:wrap}.news_addButton__tYInu{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)}.news_addButton__tYInu:hover{background:#333;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.3)}.news_filters__3NOEo{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.news_filterGroup__6dUqL{display:flex;align-items:center;gap:.5rem}.news_filterLabel__BR3Bc{font-size:.875rem;font-weight:500;color:#000}.news_filterSelect__d4MUv{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;color:#000;font-size:.875rem;cursor:pointer;transition:border-color .2s ease}.news_filterSelect__d4MUv:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px rgba(0,0,0,.1)}.news_emptyState__r1lZV{text-align:center;padding:3rem 1rem;color:#000}.news_emptyIcon__FixvT{font-size:3rem;color:#000;margin-bottom:1rem}.news_emptyState__r1lZV h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#000}.news_emptyState__r1lZV p{font-size:.875rem;margin-bottom:1.5rem}.news_newsGrid__8wGN0{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:1.5rem;gap:1.5rem}.news_newsCard__KS1zw{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);transition:all .2s ease;border:1px solid #e5e7eb;position:relative;overflow:hidden;padding:2.5rem 1.5rem 1.5rem}.news_newsCard__KS1zw:hover{transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.06)}.news_featuredCard__p6wXi{border-left:4px solid #000}.news_featuredBadge__JHNSC{position:absolute;top:1rem;left:1.35rem;background:#000;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.news_cardHeader__ULD52{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.news_cardTitle__Z2jH5{font-size:1.125rem;font-weight:600;color:#000;margin:0;line-height:1.4;flex:1 1}.news_cardActions__q0UiF{display:flex;gap:.5rem;flex-shrink:0}.news_actionButton__d2AJr{padding:.375rem;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.news_editButton__bMJAJ{background-color:#000;color:#fff}.news_editButton__bMJAJ:hover{background-color:#333}.news_deleteButton__AAx8S{background-color:#000;color:#fff}.news_deleteButton__AAx8S:hover{background-color:#333}.news_cardContent__Blcxf{margin-bottom:1rem}.news_newsContent__AKQkz{color:#000;font-size:.875rem;line-height:1.5;margin:0}.news_cardMeta__HLlol{border-top:1px solid #f3f4f6;padding-top:1rem;font-size:.75rem}.news_metaRow__V_wTo{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.news_metaRow__V_wTo:last-child{margin-bottom:0}.news_metaItem__YrzKA{display:flex;align-items:center;gap:.25rem;color:#000}.news_statusBadge__Nd0vz{padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500;text-transform:capitalize}.news_published__3kVa4{background-color:#000;color:#fff}.news_draft__3xUpQ{background-color:#f3f4f6;color:#000;border:1px solid #d1d5db}.news_categoryTag__xbK87{display:inline-block;background-color:#f3f4f6;color:#000;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500;margin-top:.5rem;border:1px solid #d1d5db}.news_modalOverlay__yLTe5{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}.news_modal__IilcU{background:#fff;border-radius:.75rem;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);animation:news_modalSlideIn__Nwdb5 .2s ease-out}.news_modalHeader__uKM7s{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e5e7eb}.news_modalTitle___XeGo{font-size:1.25rem;font-weight:600;color:#000;margin:0}.news_modalContent__d2KZ7{padding:1.5rem}.news_formGroup__p7qGY{margin-bottom:1rem}.news_formRow__S__qd{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.news_formLabel__Jc2VL{display:block;margin-bottom:.5rem;font-weight:500;color:#000;font-size:.875rem}.news_formInput__cy4_1,.news_formTextarea__yPhOT{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;transition:border-color .2s ease;background-color:#fff;color:#000}.news_formInput__cy4_1:focus,.news_formTextarea__yPhOT:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px rgba(0,0,0,.1)}.news_formTextarea__yPhOT{resize:vertical;min-height:120px;font-family:inherit}.news_checkboxLabel__DHCdn{display:flex;align-items:center;gap:.5rem;cursor:pointer}.news_checkbox__9DSjG{width:1rem;height:1rem;accent-color:#000}.news_checkboxText__mcHW_{color:#000;font-size:.875rem;font-weight:500}.news_formActions__vJ0iT{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb}.news_submitButton__O4ZZF{padding:.75rem 1.5rem;background:#000;color:#fff;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .2s ease}.news_submitButton__O4ZZF:hover{background:#333;transform:translateY(-1px)}.news_cancelButton__Q9dYr{padding:.75rem 1.5rem;background:#000;color:#fff;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .2s ease}.news_cancelButton__Q9dYr:hover{background:#333}@keyframes news_modalSlideIn__Nwdb5{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.news_header__WvmoK{flex-direction:column;align-items:flex-start}.news_filters__3NOEo{flex-direction:column;gap:.75rem}.news_filterGroup__6dUqL{flex-direction:column;align-items:flex-start;gap:.25rem}.news_formRow__S__qd,.news_newsGrid__8wGN0{grid-template-columns:1fr}.news_cardHeader__ULD52{flex-direction:column;align-items:flex-start;gap:.75rem}.news_cardActions__q0UiF{align-self:flex-end}.news_metaRow__V_wTo{flex-direction:column;align-items:flex-start;gap:.5rem}.news_formActions__vJ0iT{flex-direction:column-reverse}.news_cancelButton__Q9dYr,.news_submitButton__O4ZZF{width:100%}}@media (max-width:480px){.news_modal__IilcU{margin:.5rem;max-width:calc(100vw - 1rem)}.news_modalContent__d2KZ7,.news_modalHeader__uKM7s,.news_newsCard__KS1zw{padding:1rem}}