*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;max-width:100vw;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}.app-container{min-height:100vh;display:flex;overflow-x:hidden}.main-content{z-index:1;flex:1;max-width:calc(100vw - 60px);min-height:calc(100vh - 70px);max-height:calc(100vh - 70px);margin-top:70px;margin-left:60px;padding:20px;transition:margin-left .3s ease-in-out;position:relative;overflow:hidden}.app-container.sidebar-expanded .main-content{max-width:calc(100vw - 250px);margin-left:250px}@media (max-width:768px){.main-content{margin-top:60px;margin-left:0;padding:10px}.app-container.sidebar-expanded .main-content{margin-left:0}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5972bc34-module__OU16Qa__className{font-family:Inter,Inter Fallback;font-style:normal}
.sidebar{color:#fff;z-index:100;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);width:60px;height:100vh;padding:20px 0;transition:width .3s ease-in-out;position:fixed;top:0;left:0;overflow:hidden}.app-container.sidebar-expanded .sidebar{width:250px;box-shadow:2px 0 10px #0000001a}.sidebar-header{white-space:nowrap;border-bottom:1px solid #334155;justify-content:flex-start;align-items:center;min-height:30px;margin-bottom:20px;padding:0 20px 20px;display:flex;position:relative}.hamburger-icon{cursor:pointer;transform-origin:50%;flex-shrink:0;width:24px;height:24px;transition:transform .25s ease-in-out}.app-container.sidebar-expanded .hamburger-icon{transform:scaleX(-1)}.sidebar-nav{padding:0;list-style:none}.sidebar-nav li{margin:0}.sidebar-nav a{color:#cbd5e1;white-space:nowrap;border-left:3px solid #0000;align-items:center;min-height:44px;padding:12px 20px;text-decoration:none;transition:all .3s;display:flex;position:relative}.sidebar-nav a .nav-text{opacity:0;white-space:nowrap;margin-left:15px;font-size:.85rem;transition:opacity .3s ease-in-out}.app-container.sidebar-expanded .sidebar-nav a .nav-text{opacity:1}.app-container:not(.sidebar-expanded) .sidebar-nav a .nav-text{display:none}.sidebar-nav a .nav-icon{opacity:1;justify-content:center;align-items:center;min-width:20px;font-size:1.2rem;transition:none;display:flex}.sidebar:before{content:"";opacity:.5;background-color:#475569;width:2px;height:30px;transition:opacity .3s;position:absolute;top:50%;right:0;transform:translateY(-50%)}.app-container.sidebar-expanded .sidebar:before{opacity:0}.sidebar-nav a{justify-content:flex-start}.app-container:not(.sidebar-expanded) .sidebar-nav a{justify-content:center;padding:12px 10px}.sidebar-nav a .nav-icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;opacity:1!important;display:flex!important}.app-container:not(.sidebar-expanded) .sidebar-nav a .nav-icon{font-size:1.4rem}.sidebar-nav a:hover,.sidebar-nav a.active{color:#000;background-color:#a8f931;border-left-color:#000}.sidebar-footer{border-top:1px solid #334155;padding:20px 20px 0;position:absolute;bottom:20px;left:0;right:0}.auth-section{flex-direction:column;gap:10px;display:flex}.user-info{opacity:0;align-items:center;padding:8px 0;transition:opacity .3s ease-in-out;display:flex}.app-container.sidebar-expanded .user-info{opacity:1}.user-details{flex-direction:column;min-width:0;margin-left:15px;display:flex}.user-name{color:#f1f5f9;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.user-email{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.logout-btn,.login-btn{color:#cbd5e1;cursor:pointer;background:0 0;border:none;justify-content:flex-start;align-items:center;width:100%;padding:8px 0;font-size:.9rem;text-decoration:none;transition:color .3s;display:flex}.logout-btn:hover,.login-btn:hover{color:#f87171}.logout-btn .nav-text,.login-btn .nav-text{opacity:0;margin-left:15px;transition:opacity .3s ease-in-out}.app-container.sidebar-expanded .logout-btn .nav-text,.app-container.sidebar-expanded .login-btn .nav-text{opacity:1}.app-container:not(.sidebar-expanded) .logout-btn .nav-text,.app-container:not(.sidebar-expanded) .login-btn .nav-text{display:none}.app-container:not(.sidebar-expanded) .logout-btn,.app-container:not(.sidebar-expanded) .login-btn,.app-container:not(.sidebar-expanded) .user-info{justify-content:center;padding:8px}.app-container:not(.sidebar-expanded) .user-details{display:none}
.app-header{z-index:100;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);width:calc(100vw - 60px);height:70px;transition:left .3s ease-in-out,width .3s ease-in-out;position:fixed;top:0;left:60px;box-shadow:0 2px 8px #00000026}.sidebar-expanded .app-header{width:calc(100vw - 250px);left:250px}.header-content{grid-template-columns:1fr auto 1fr;align-items:center;max-width:100%;height:100%;padding:0 30px;display:grid}.header-left{justify-self:start;align-items:center;gap:20px;display:flex}.logo-container{align-items:center;display:flex}.zebra-logo{object-fit:contain}.app-title-container{justify-self:center}.app-title{color:#fff;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;margin:0;font-size:20px;font-weight:700}.header-right{justify-self:end;align-items:center;display:flex}.user-info-header{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;align-items:center;gap:10px;padding:8px 16px;display:flex}.user-name-header{color:#fff;font-size:14px;font-weight:600}@media (max-width:1200px){.app-title{font-size:18px}}@media (max-width:992px){.app-title{font-size:16px}.header-content{padding:0 20px}}@media (max-width:768px){.app-header{height:60px;left:0}.sidebar-expanded .app-header{left:0}.header-left{gap:10px}.app-title-container{padding-left:10px}.app-title{font-size:12px}.logo-container{width:80px}.zebra-logo{width:80px!important;height:28px!important}.user-name-header{font-size:12px}.user-info-header{padding:6px 12px}}@media (max-width:480px){.app-title{letter-spacing:.3px;font-size:10px}.logo-container{width:60px}.zebra-logo{width:60px!important;height:20px!important}.header-content{padding:0 10px}}
