:root{--primary:#10b981;--primary-hover:#059669;--bg-main:#f8fafc;--bg-card:#fff;--sidebar-bg:#fff;--text-main:#1e293b;--text-muted:#64748b;--border:#e2e8f0;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--radius:.75rem}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-main);max-width:100vw;color:var(--text-main);font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit}.fade-in{animation:.4s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.Sidebar-module__WZVnLW__sidebar{background-color:var(--sidebar-bg);width:260px;height:100vh;color:var(--text-main);border-right:1px solid var(--border);z-index:110;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0}.Sidebar-module__WZVnLW__open{transform:translate(0)!important}.Sidebar-module__WZVnLW__header{justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Sidebar-module__WZVnLW__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;display:none}.Sidebar-module__WZVnLW__logo{align-items:center;gap:12px;display:flex}.Sidebar-module__WZVnLW__logoIcon{background:var(--primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex;box-shadow:0 4px 12px #10b98133}.Sidebar-module__WZVnLW__logoText{letter-spacing:-.5px;color:var(--text-main);font-size:1.25rem;font-weight:700}.Sidebar-module__WZVnLW__scrollArea{flex-direction:column;flex:1;display:flex;overflow-y:auto}.Sidebar-module__WZVnLW__nav{padding:1rem .75rem}.Sidebar-module__WZVnLW__menu{flex-direction:column;gap:4px;padding:0;list-style:none;display:flex}.Sidebar-module__WZVnLW__menuLink{color:var(--text-muted);border-radius:10px;align-items:center;padding:.75rem 1rem;font-weight:500;transition:all .2s;display:flex}.Sidebar-module__WZVnLW__menuLink:hover{color:var(--primary);background:#f1f5f9}.Sidebar-module__WZVnLW__active{color:var(--primary);background:#ecfdf5}.Sidebar-module__WZVnLW__icon{align-items:center;margin-right:12px;display:flex}.Sidebar-module__WZVnLW__divider{background:var(--border);height:1px;margin:1rem .75rem}.Sidebar-module__WZVnLW__footer{border-top:1px solid var(--border);padding:1.5rem}.Sidebar-module__WZVnLW__logoutBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;padding:.75rem 1rem;font-weight:500;transition:background .2s;display:flex}.Sidebar-module__WZVnLW__logoutBtn:hover{background:#fef2f2}@media (max-width:768px){.Sidebar-module__WZVnLW__sidebar{transform:translate(-100%)}.Sidebar-module__WZVnLW__closeBtn{display:block}}@media (max-width:350px){.Sidebar-module__WZVnLW__sidebar{width:85%}.Sidebar-module__WZVnLW__logoText{font-size:1rem}.Sidebar-module__WZVnLW__header{padding:1rem}}
.Header-module__hBw1pG__header{background:var(--bg-card);border-bottom:1px solid var(--border);z-index:100;justify-content:space-between;align-items:center;height:70px;padding:0 2rem;display:flex;position:sticky;top:0}.Header-module__hBw1pG__left{align-items:center;gap:1rem;display:flex}.Header-module__hBw1pG__mobileMenu{color:var(--text-muted);cursor:pointer;background:0 0;border:none;display:none}.Header-module__hBw1pG__title{color:var(--text-main);font-size:1.25rem;font-weight:700}.Header-module__hBw1pG__right{align-items:center;gap:1.5rem;display:flex}.Header-module__hBw1pG__searchBox{background:#f1f5f9;border-radius:2rem;align-items:center;gap:.5rem;width:240px;padding:.5rem 1rem;display:flex}.Header-module__hBw1pG__searchIcon{color:var(--text-muted)}.Header-module__hBw1pG__searchInput{width:100%;color:var(--text-main);background:0 0;border:none;outline:none;font-size:.875rem}.Header-module__hBw1pG__iconBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .2s;display:flex;position:relative}.Header-module__hBw1pG__iconBtn:hover{color:var(--primary)}.Header-module__hBw1pG__badge{background:#ef4444;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-2px}.Header-module__hBw1pG__userProfile{border-left:1px solid var(--border);align-items:center;gap:.75rem;padding-left:1.5rem;display:flex}.Header-module__hBw1pG__userInfo{text-align:right;flex-direction:column;display:flex}.Header-module__hBw1pG__userName{color:var(--text-main);font-size:.875rem;font-weight:600}.Header-module__hBw1pG__userRole{color:var(--text-muted);font-size:.75rem}.Header-module__hBw1pG__avatar{width:36px;height:36px;color:var(--text-muted);border:1px solid var(--border);background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;display:flex}@media (max-width:768px){.Header-module__hBw1pG__mobileMenu{display:block}.Header-module__hBw1pG__searchBox{display:none}.Header-module__hBw1pG__header{padding:0 1rem}}@media (max-width:450px){.Header-module__hBw1pG__userInfo{display:none}.Header-module__hBw1pG__userProfile{border-left:none;padding-left:0}.Header-module__hBw1pG__title{font-size:1rem}}@media (max-width:280px){.Header-module__hBw1pG__iconBtn{display:none}.Header-module__hBw1pG__right{gap:.5rem}.Header-module__hBw1pG__header{padding:0 .5rem}}
.DashboardLayout-module__TvOKRa__layout{background-color:var(--bg-main);min-height:100vh}.DashboardLayout-module__TvOKRa__mainContent{min-height:100vh;margin-left:260px;transition:all .3s cubic-bezier(.4,0,.2,1)}.DashboardLayout-module__TvOKRa__main{padding:0}.DashboardLayout-module__TvOKRa__overlay{z-index:105;background:#0000004d;animation:.3s ease-out DashboardLayout-module__TvOKRa__fadeIn;position:fixed;inset:0}@media (max-width:768px){.DashboardLayout-module__TvOKRa__mainContent{margin-left:0}}@keyframes DashboardLayout-module__TvOKRa__fadeIn{0%{opacity:0}to{opacity:1}}
