:root{--header-bg-start: #0f2942;--header-bg-end: #1a3a5c;--header-text: rgba(255, 255, 255, .95);--header-text-muted: rgba(255, 255, 255, .75);--header-shadow: 0 2px 12px rgba(0, 0, 0, .15);--sider-bg: #fafbfc;--sider-border: #e8ecf0;--content-bg: #f5f7fa;--content-card-bg: #ffffff;--content-radius: 8px;--content-shadow: 0 1px 4px rgba(0, 0, 0, .06);--tab-active: #1677ff;--tab-active-bg: #e6f4ff}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Microsoft YaHei,sans-serif;overflow-x:hidden;-webkit-text-size-adjust:100%}#root{min-height:100vh}.app-layout .ant-layout{background:var(--content-bg)}.app-header{display:flex!important;align-items:center!important;justify-content:space-between!important;height:56px!important;padding:0 20px!important;background:linear-gradient(135deg,var(--header-bg-start) 0%,var(--header-bg-end) 100%)!important;box-shadow:var(--header-shadow);border:none}@media (max-width: 767px){.app-header{padding:0 12px!important;height:52px!important}}.app-header-left{display:flex;align-items:center;gap:12px;min-width:0}.app-header-menu-btn{color:var(--header-text)!important;font-size:18px!important;padding:4px 8px!important}.app-header-menu-btn:hover{color:#fff!important;opacity:.9}.app-header-brand{display:flex;align-items:center;gap:10px}.app-header-logo{font-size:20px;color:#ffffffe6}.app-header-title{color:var(--header-text)!important;font-size:17px!important;font-weight:600!important;letter-spacing:.5px}.app-header-right{flex-shrink:0}.app-header-msg-link{color:var(--header-text);transition:opacity .2s}.app-header-msg-link:hover{color:#fff;opacity:.9}.app-header-icon{font-size:18px}.app-header-badge .ant-badge-count{font-size:11px}.app-header-divider{width:1px;height:20px;background:#ffffff40;margin:0 4px}@media (max-width: 767px){.app-header-divider{display:none}}.app-header-user{display:flex;align-items:center;gap:10px;padding:4px 10px 4px 8px;margin:0 -8px;border-radius:6px;cursor:pointer;transition:background .2s}.app-header-user:hover{background:#ffffff1a}.app-header-avatar{background:#ffffff40!important;color:#fff!important}.app-header-user-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0;max-width:160px}.app-header-username{color:var(--header-text)!important;font-size:14px!important;font-weight:500;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.app-header-user-meta{font-size:11px;color:var(--header-text-muted);margin-top:1px;line-height:1.2}.app-sider{background:var(--sider-bg)!important;border-right:1px solid var(--sider-border)!important}.app-sider .ant-menu{background:transparent!important;padding:12px 8px!important}.app-sider .ant-menu-item,.app-sider .ant-menu-submenu-title{border-radius:6px!important;margin:2px 0!important;height:40px!important;line-height:40px!important}.app-sider .ant-menu-item-selected{background:var(--tab-active-bg)!important;color:var(--tab-active)!important}.app-sider .ant-menu-item:hover,.app-sider .ant-menu-submenu-title:hover{background:#1677ff14!important}.app-drawer-menu .ant-drawer-body{padding:0!important}.app-drawer-menu .ant-menu{background:transparent!important;padding:12px 8px!important;border:none!important}.app-drawer-menu .ant-menu-item,.app-drawer-menu .ant-menu-submenu-title{border-radius:6px!important;margin:2px 0!important;height:40px!important;line-height:40px!important}.app-content{margin:16px!important;padding:20px!important;background:var(--content-card-bg)!important;border-radius:var(--content-radius)!important;box-shadow:var(--content-shadow)!important;min-height:280px!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}@media (max-width: 767px){.app-content{margin:8px!important;padding:12px!important}}@media (max-width: 767px){.ant-btn,.ant-input,.ant-select-selector,.ant-picker{min-height:44px!important}.ant-btn-sm{min-height:36px!important}.ant-table-cell{padding:12px 8px!important}}@media (max-width: 767px){.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table{min-width:600px}}.tab-bar{display:flex;align-items:center;gap:8px;padding:10px 0 14px;border-bottom:1px solid #e8ecf0;margin-bottom:12px;flex-shrink:0}.tab-bar-scroll{flex:1;display:flex;gap:6px;overflow-x:auto;overflow-y:hidden;min-width:0;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.tab-bar-scroll::-webkit-scrollbar{height:4px}.tab-bar-scroll::-webkit-scrollbar-thumb{background:#d0d5dd;border-radius:2px}.tab-item{padding:8px 16px;border-radius:6px;font-size:13px;cursor:pointer;background:transparent;color:#64748b;display:flex;align-items:center;gap:6px;max-width:160px;min-width:70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;-webkit-user-select:none;user-select:none;transition:all .2s ease}.tab-item:hover{background:#1677ff0f;color:#334155}.tab-item.active{background:var(--tab-active-bg);color:var(--tab-active);font-weight:500}.tab-label{flex:1;overflow:hidden;text-overflow:ellipsis}.tab-close{padding:0 4px;cursor:pointer;flex-shrink:0;min-width:22px;text-align:center;opacity:.6;transition:opacity .2s}.tab-item:hover .tab-close{opacity:1}.tab-close:hover{color:#ef4444}.tab-close-all{padding:8px 12px;font-size:12px;color:#94a3b8;cursor:pointer;flex-shrink:0;white-space:nowrap;border-radius:4px;transition:color .2s,background .2s}.tab-close-all:hover{color:#64748b;background:#0000000a}@media (max-width: 767px){.tab-bar{padding:6px 0 10px}.tab-item{padding:10px 12px;min-width:80px}.tab-close{min-width:28px}}@media (max-width: 767px){.ant-modal{max-width:calc(100vw - 24px)!important;margin:12px auto!important}.ant-drawer-content-wrapper{max-width:100%!important}}.login-page{padding:16px!important}.login-card{width:100%!important;max-width:400px!important}@media (max-width: 767px){.login-page{padding:24px 12px 12px!important;align-items:flex-start!important}}@media (max-width: 767px){.ant-form-item{margin-bottom:16px!important}.ant-form .ant-row.ant-form-item-row>.ant-col{max-width:100%!important;flex:0 0 100%!important}}
