@charset "UTF-8";.app-header{height:56px;background:linear-gradient(135deg,#1e3c72,#2a5298);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:fixed;top:0;z-index:1000;box-shadow:0 2px 8px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-header:before{content:"";position:absolute;inset:0;background:#ffffff0d;pointer-events:none}.header-left{display:flex;align-items:center;flex-shrink:0}.header-left .company-brand{display:flex;align-items:center;gap:12px}.header-left .company-brand .brand-logo{width:36px;height:36px;background:#ffffff26;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.header-left .company-brand .brand-logo img{width:28px;height:28px;object-fit:contain}.header-left .company-brand .brand-logo:hover{background:#ffffff40;transform:scale(1.05)}.header-left .company-brand .brand-info{display:flex;flex-direction:column;line-height:1.3}.header-left .company-brand .brand-info .brand-name{color:#fff;font-size:15px;font-weight:600;letter-spacing:.3px}.header-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.header-action{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#ffffff1a;cursor:pointer;transition:all .2s ease;position:relative}.header-action .action-icon{font-size:18px;color:#fff}.header-action:hover{background:#fff3;transform:translateY(-1px)}.header-action:active{transform:translateY(0)}.header-branch-display{display:flex;align-items:center;gap:8px;padding:4px 12px;background:#ffffff1a;border-radius:40px;border:1px solid rgba(255,255,255,.15);transition:all .2s ease;cursor:pointer;height:44px}.header-branch-display .branch-icon{font-size:14px;color:gold}.header-branch-display .branch-text{color:#fff;font-size:13px;font-weight:500;white-space:nowrap}.header-branch-display:hover{background:#fff3;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.header-branch-display:active{transform:translateY(0)}.header-user{display:flex;align-items:center;gap:10px;padding:4px 12px 4px 6px;background:#ffffff1a;border-radius:40px;cursor:pointer;transition:all .2s ease;border:1px solid rgba(255,255,255,.15);height:44px}.header-user .user-avatar{flex-shrink:0;border:2px solid rgba(255,255,255,.3)}.header-user .user-details{display:flex;flex-direction:column;line-height:1.3}.header-user .user-details .user-name{color:#fff;font-size:13px;font-weight:600;white-space:nowrap}.header-user .user-details .user-role{color:#ffffffb3;font-size:10px;font-weight:400}.header-user .user-arrow{font-size:10px;color:#ffffffb3;transition:transform .2s}.header-user:hover{background:#fff3;transform:translateY(-1px)}.header-user:hover .user-arrow{transform:rotate(180deg)}.header-user:active{transform:translateY(0)}@media(max-width:1024px){.app-header{padding:0 16px}.user-details{display:none!important}.header-user{padding:4px 8px!important;height:40px!important}.branch-text{font-size:11px!important}.header-branch-display{padding:4px 10px!important;height:40px!important}}@media(max-width:768px){.brand-info{display:none!important}.branch-text{display:none}.header-branch-display{padding:4px 8px!important;height:36px!important}.header-user{height:36px!important}.header-action{width:32px;height:32px}}.ant-dropdown-menu{border-radius:12px;padding:8px;box-shadow:0 6px 16px #0000001f}.ant-dropdown-menu .ant-dropdown-menu-item{border-radius:8px;padding:8px 12px;margin:2px 0;transition:all .2s}.ant-dropdown-menu .ant-dropdown-menu-item:hover{background:#f0f2f5}.ant-dropdown-menu .ant-dropdown-menu-item .anticon{font-size:14px}.ant-dropdown-menu .ant-dropdown-menu-item-danger{color:#ff4d4f}.ant-dropdown-menu .ant-dropdown-menu-item-danger:hover{background:#fff1f0}.ant-dropdown-menu .ant-dropdown-menu-divider{margin:4px 0}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.header-action .ant-badge-count{animation:pulse 2s infinite}.header-action,.header-branch-display,.header-user{position:relative;overflow:hidden}.header-action:after,.header-branch-display:after,.header-user:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .4s,height .4s}.header-action:active:after,.header-branch-display:active:after,.header-user:active:after{width:100px;height:100px}.ant-layout-sider{position:fixed!important;top:0!important;height:100vh!important;overflow:visible!important;z-index:10000!important}.ant-layout-sider .ant-layout-sider-children{position:relative}.ant-layout-sider .btn-toggle{position:fixed;top:45px;z-index:9999;padding:0}.ant-layout{overflow:visible!important}.ant-layout-content{position:relative;z-index:1}.sider-menu{margin-top:10px}.sider-menu-item{position:relative;padding:15px;cursor:pointer}.sider-menu-item:hover{background:#0000000d}.menu-main{display:flex;align-items:center;gap:10px;color:#000;font-size:14px}.submenu-flyout{position:absolute;left:100%;top:0;min-width:200px;background:#fff;border:1px solid #e5e5e5;box-shadow:0 2px 8px #00000026;display:none;z-index:20000;padding:5px 0}.sider-menu-item:hover>.submenu-flyout{display:block}.flyout-item-wrapper{position:relative}.flyout-item{padding:8px 15px;display:flex;align-items:center;gap:10px;color:#000;text-decoration:none}.flyout-item:hover{background:#f0f0f0}.flyout-item-wrapper:hover>.submenu-flyout{display:block}.menu-title-with-arrow{display:flex;align-items:center;justify-content:space-between;width:100%}.menu-title-with-arrow .arrow-icon{margin-left:auto;font-size:14px;opacity:.6}.sider-menu-item:after{content:"";position:absolute;top:0;right:-12px;width:12px;height:100%}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#nprogress .bar{background:red!important;height:3px!important;box-shadow:none!important}
