.layout-module__muyaCG__layoutContainer{min-height:100vh;font-family:var(--font-poppins,"Poppins", sans-serif);background:#fafaff;display:flex;position:relative;overflow-x:hidden}.layout-module__muyaCG__sidebar{z-index:100;background:#fff;border-right:1px solid #ece7f5;flex-direction:column;width:260px;height:100dvh;padding:30px 20px;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.layout-module__muyaCG__sidebarLogo{margin-bottom:35px;padding-left:10px}.layout-module__muyaCG__sidebarNav{flex-direction:column;gap:8px;display:flex}.layout-module__muyaCG__navLink{color:#7b7b9d;border-radius:12px;align-items:center;gap:16px;padding:12px 18px;font-size:.92rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative}.layout-module__muyaCG__navLink:hover{color:var(--primary,#4a2dc4);background:#4a2dc40a}.layout-module__muyaCG__activeNavLink{color:var(--primary,#4a2dc4)!important;background:#4a2dc40a!important;font-weight:600!important}.layout-module__muyaCG__navIcon{justify-content:center;align-items:center;display:flex}.layout-module__muyaCG__badge{color:#fff;text-align:center;background:#ff8c42;border-radius:8px;min-width:18px;padding:2px 7px;font-size:.65rem;font-weight:700;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.layout-module__muyaCG__sidebarFooter{border-top:1.5px solid #f0ecfc;flex-direction:column;gap:16px;margin-top:auto;padding-top:24px;display:flex}.layout-module__muyaCG__userBadge{cursor:pointer;background:#faf9ff;border:1px solid #f0ecfc;border-radius:14px;align-items:center;gap:12px;padding:8px 12px;transition:all .2s;display:flex}.layout-module__muyaCG__userBadge:hover{border-color:var(--primary-lighter,#b8a9e8)}.layout-module__muyaCG__userAvatarWrapper{border-radius:50%;width:34px;height:34px;overflow:hidden}.layout-module__muyaCG__userAvatar{object-fit:cover}.layout-module__muyaCG__userBadgeText{flex-direction:column;flex:1;display:flex}.layout-module__muyaCG__userNameBadge{color:var(--text-dark,#1a1a2e);font-size:.84rem;font-weight:700}.layout-module__muyaCG__userTitleBadge{color:#7b7b9d;font-size:.7rem}.layout-module__muyaCG__userArrow{color:#7b7b9d}.layout-module__muyaCG__signOutLink{color:#7b7b9d;border-radius:12px;align-items:center;gap:12px;padding:12px 18px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.layout-module__muyaCG__signOutLink:hover{color:#ff5a5f;background:#ff5a5f0d}.layout-module__muyaCG__signOutIcon{color:inherit}.layout-module__muyaCG__mainContent{flex-direction:column;flex:1;width:calc(100% - 260px);min-height:100vh;margin-left:260px;display:flex}.layout-module__muyaCG__userDropdownMenu{z-index:200;background:#fff;border:1px solid #ece7f5;border-radius:14px;flex-direction:column;gap:4px;padding:8px;animation:.2s layout-module__muyaCG__slideUpDropdown;display:flex;position:absolute;bottom:80px;left:10px;right:10px;box-shadow:0 8px 30px #3b1d8f14}@keyframes layout-module__muyaCG__slideUpDropdown{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.layout-module__muyaCG__dropdownItem{color:#7b7b9d;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.layout-module__muyaCG__dropdownItem:hover{color:var(--primary,#4a2dc4);background:#4a2dc40a}.layout-module__muyaCG__mobileTopBar,.layout-module__muyaCG__sidebarBackdrop,.layout-module__muyaCG__closeSidebarBtn{display:none}@media (max-width:1180px){.layout-module__muyaCG__sidebar{width:220px;padding:24px 16px}.layout-module__muyaCG__mainContent{width:calc(100% - 220px);margin-left:220px}}@media (max-width:768px){.layout-module__muyaCG__mobileTopBar{z-index:95;background:#fff;border-bottom:1.5px solid #f0ecfc;justify-content:space-between;align-items:center;height:60px;padding:0 20px;display:flex;position:fixed;top:0;left:0;right:0}.layout-module__muyaCG__hamburgerBtn{color:var(--primary-deep,#2d1b69);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:background .2s;display:flex}.layout-module__muyaCG__hamburgerBtn:hover{background:#faf9ff}.layout-module__muyaCG__mobileLogo{align-items:center;display:flex}.layout-module__muyaCG__mobileBellBtn{color:#7b7b9d;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex;position:relative}.layout-module__muyaCG__mobileBellBtn:hover{color:var(--primary,#4a2dc4);background:#faf9ff}.layout-module__muyaCG__mobileBadgeCount{color:#fff;text-align:center;background:#ff8c42;border-radius:5px;min-width:14px;padding:1px 4px;font-size:.6rem;font-weight:700;position:absolute;top:2px;right:2px}.layout-module__muyaCG__sidebarBackdrop{z-index:990;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;transition:opacity .3s;display:block;position:fixed;inset:0}.layout-module__muyaCG__closeSidebarBtn{color:#7b7b9d;cursor:pointer;z-index:1005;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.layout-module__muyaCG__closeSidebarBtn:hover{color:var(--primary,#4a2dc4);background:#faf9ff}.layout-module__muyaCG__sidebar{z-index:1000;background:#fff;flex-direction:column;width:280px;height:100dvh;padding:30px 20px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #3b1d8f14}.layout-module__muyaCG__sidebarOpen{transform:translate(0)}.layout-module__muyaCG__mainContent{width:100%;min-height:100vh;margin-left:0;padding:60px 0 0}}
