.Header-module__hBw1pG__header{background:var(--color-navy);height:70px;color:var(--color-offwhite);border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin:0;padding:0 20px;display:flex}.Header-module__hBw1pG__left{align-items:center;gap:15px;display:flex}.Header-module__hBw1pG__menuBtn{cursor:pointer;background:0 0;border:none;font-size:22px;display:none}.Header-module__hBw1pG__logo{color:var(--color-primary);font-size:20px;font-weight:700;text-decoration:none}.Header-module__hBw1pG__right{align-items:center;gap:20px;display:flex}.Header-module__hBw1pG__search input{border:1px solid #ddd;border-radius:8px;outline:none;width:220px;padding:8px 14px;transition:all .3s}.Header-module__hBw1pG__search input:focus{border-color:#4f46e5}.Header-module__hBw1pG__user{cursor:pointer;align-items:center;gap:10px;display:flex}.Header-module__hBw1pG__avatar{color:#fff;background:#4f46e5;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-weight:600;display:flex}.Header-module__hBw1pG__username{font-size:14px}@media (max-width:1024px){.Header-module__hBw1pG__search input{width:160px}}@media (max-width:768px){.Header-module__hBw1pG__menuBtn{display:block}.Header-module__hBw1pG__search,.Header-module__hBw1pG__username{display:none}.Header-module__hBw1pG__header{padding:0 15px}}@media (max-width:480px){.Header-module__hBw1pG__logo{font-size:16px}.Header-module__hBw1pG__avatar{width:30px;height:30px;font-size:12px}}
.Sidebar-module__WZVnLW__sidebar{background:var(--color-navy);width:200px;height:100vh;color:var(--color-offwhite);z-index:1000;border-right:1px solid #eee;padding:30px 20px;transition:transform .3s;position:fixed;top:0;left:0;transform:translate(0)}.Sidebar-module__WZVnLW__closed{transform:translate(-100%)}.Sidebar-module__WZVnLW__open{transform:translate(0)}.Sidebar-module__WZVnLW__backdrop{z-index:900;background:#0000004d;width:100%;height:100%;position:fixed;top:0;left:0}.Sidebar-module__WZVnLW__menu{flex-direction:column;gap:10px;display:flex}.Sidebar-module__WZVnLW__menuItem{cursor:pointer;border-radius:8px;padding:10px 14px;font-weight:500;transition:all .2s}.Sidebar-module__WZVnLW__menuItem:hover{background:var(--color-primary-tint);color:var(--color-primary)}.Sidebar-module__WZVnLW__active{background:var(--color-primary-tint);color:var(--color-primary);font-weight:600}@media (min-width:1024px){.Sidebar-module__WZVnLW__sidebar{height:auto;position:static;transform:translate(0)!important}.Sidebar-module__WZVnLW__backdrop{display:none}}
.AppLayout-module___DqYSa__appContainer{background:#f7f9fc;flex-direction:column;height:100vh;display:flex}.AppLayout-module___DqYSa__mainArea{flex:1;display:flex;overflow:hidden}.AppLayout-module___DqYSa__content{flex:1;padding:40px;overflow-y:auto}
