.AppLayout-module___DqYSa__layoutContainer{background-color:#f5f7fa;flex-direction:column;min-height:100vh;display:flex}.AppLayout-module___DqYSa__header{color:#fff;z-index:100;background:linear-gradient(135deg,#06c 0%,#0052a3 100%);position:sticky;top:0;box-shadow:0 2px 8px #0000001a}.AppLayout-module___DqYSa__headerContent{justify-content:space-between;align-items:center;max-width:100%;padding:12px 20px;display:flex}.AppLayout-module___DqYSa__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;margin-right:12px;padding:8px;display:none}.AppLayout-module___DqYSa__hamburger span{background-color:#fff;border-radius:2px;width:24px;height:2.5px;transition:all .3s}.AppLayout-module___DqYSa__logoSection{flex:1;align-items:center;gap:12px;display:flex}.AppLayout-module___DqYSa__logo{width:auto;height:60px}.AppLayout-module___DqYSa__titleSection{flex-direction:column;gap:2px;display:flex}.AppLayout-module___DqYSa__titleSection h1{letter-spacing:-.5px;margin:0;font-size:20px;font-weight:700}.AppLayout-module___DqYSa__titleSection p{opacity:.9;letter-spacing:.5px;margin:0;font-size:12px}.AppLayout-module___DqYSa__userSection{align-items:center;gap:16px;display:flex}.AppLayout-module___DqYSa__userInfo{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.AppLayout-module___DqYSa__userName{font-size:14px;font-weight:600}.AppLayout-module___DqYSa__userRole{opacity:.85;font-size:12px}.AppLayout-module___DqYSa__logoutBtn{color:#fff;cursor:pointer;white-space:nowrap;background-color:#fff3;border:1px solid #ffffff4d;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.AppLayout-module___DqYSa__logoutBtn:hover{background-color:#ffffff4d;border-color:#ffffff80}.AppLayout-module___DqYSa__mainContainer{flex:1;display:flex;overflow:hidden}.AppLayout-module___DqYSa__sidebar{z-index:50;background-color:#fff;border-right:1px solid #e0e6ed;width:240px;transition:transform .3s,width .3s;position:relative;overflow-y:auto}.AppLayout-module___DqYSa__nav{padding:16px 0}.AppLayout-module___DqYSa__navSection{margin-bottom:24px}.AppLayout-module___DqYSa__navSection:first-child{margin-top:8px}.AppLayout-module___DqYSa__navTitle{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px;padding:0 16px;font-size:12px;font-weight:700}.AppLayout-module___DqYSa__navItem{text-align:left;color:#374151;cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;width:100%;padding:10px 16px;font-size:14px;transition:all .2s;display:block}.AppLayout-module___DqYSa__navItem:hover{color:#06c;background-color:#f3f4f6;border-left-color:#06c}.AppLayout-module___DqYSa__content{background-color:#f5f7fa;flex:1;padding:32px;position:relative;overflow-y:auto}.AppLayout-module___DqYSa__pageLoader{z-index:10;background:#ffffffe6;flex-direction:column;justify-content:center;align-items:center;gap:12px;animation:.15s AppLayout-module___DqYSa__fadeIn;display:flex;position:absolute;inset:0}@keyframes AppLayout-module___DqYSa__fadeIn{0%{opacity:0}to{opacity:1}}.AppLayout-module___DqYSa__loaderSpinner{border:3px solid #e0e6ed;border-top-color:#06c;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite AppLayout-module___DqYSa__spin}@keyframes AppLayout-module___DqYSa__spin{to{transform:rotate(360deg)}}.AppLayout-module___DqYSa__pageLoader p{color:#6b7280;margin:0;font-size:14px;font-weight:500}.AppLayout-module___DqYSa__sidebarBackdrop{display:none}@media (max-width:768px){.AppLayout-module___DqYSa__headerContent{padding:12px 16px}.AppLayout-module___DqYSa__hamburger{display:flex}.AppLayout-module___DqYSa__titleSection h1{font-size:16px}.AppLayout-module___DqYSa__titleSection p{font-size:10px}.AppLayout-module___DqYSa__logo{height:50px}.AppLayout-module___DqYSa__userSection{gap:12px}.AppLayout-module___DqYSa__userName{font-size:13px}.AppLayout-module___DqYSa__userRole{font-size:11px}.AppLayout-module___DqYSa__logoutBtn{padding:6px 12px;font-size:12px}.AppLayout-module___DqYSa__sidebar{width:240px;height:calc(100vh - 84px);position:fixed;top:84px;left:0;transform:translate(-100%);box-shadow:2px 0 8px #0000001a}.AppLayout-module___DqYSa__sidebar.AppLayout-module___DqYSa__open{transform:translate(0)}.AppLayout-module___DqYSa__sidebar.AppLayout-module___DqYSa__closed{transform:translate(-100%)}.AppLayout-module___DqYSa__sidebarBackdrop{z-index:49;background:0 0;display:block;position:fixed;inset:0}.AppLayout-module___DqYSa__content{padding:24px 16px}}@media (max-width:480px){.AppLayout-module___DqYSa__headerContent{padding:10px 12px}.AppLayout-module___DqYSa__logoSection{gap:8px}.AppLayout-module___DqYSa__logo{height:45px}.AppLayout-module___DqYSa__titleSection h1{font-size:14px}.AppLayout-module___DqYSa__titleSection p{font-size:9px}.AppLayout-module___DqYSa__userSection{gap:8px}.AppLayout-module___DqYSa__userName{display:none}.AppLayout-module___DqYSa__logoutBtn{padding:6px 10px;font-size:11px}.AppLayout-module___DqYSa__content{padding:16px 12px}.AppLayout-module___DqYSa__navItem{padding:8px 12px;font-size:13px}.AppLayout-module___DqYSa__navTitle{padding:0 12px;font-size:11px}}.AppLayout-module___DqYSa__sidebar::-webkit-scrollbar{width:6px}.AppLayout-module___DqYSa__sidebar::-webkit-scrollbar-track{background:#f1f5f9}.AppLayout-module___DqYSa__sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.AppLayout-module___DqYSa__sidebar::-webkit-scrollbar-thumb:hover{background:#94a3b8}.AppLayout-module___DqYSa__content::-webkit-scrollbar{width:8px}.AppLayout-module___DqYSa__content::-webkit-scrollbar-track{background:0 0}.AppLayout-module___DqYSa__content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.AppLayout-module___DqYSa__content::-webkit-scrollbar-thumb:hover{background:#94a3b8}
*{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;background-color:#f9f9f9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit}code{background-color:#f5f5f5;border-radius:3px;padding:2px 6px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9em}pre{background-color:#f5f5f5;border-radius:6px;padding:16px;overflow-x:auto}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}
