html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--color-primary: #0369A1;--color-primary-light: #0EA5E9;--color-primary-dark: #075985;--color-sidebar: #0F2036;--color-sidebar-deep: #0A1628;--color-sidebar-hover: rgba(255, 255, 255, .05);--color-sidebar-active-border: #0EA5E9;--color-sidebar-active-bg: rgba(14, 165, 233, .12);--color-bg: #EEF2F7;--color-card: #FFFFFF;--color-border: #DDE3ED;--color-border-light: #EEF2F7;--color-text-primary: #0F1F30;--color-text-secondary:#4E6077;--color-text-muted: #8B99AF;--color-amber: #D97706;--color-amber-light: #FEF3C7;--color-success: #059669;--color-danger: #DC2626;--color-warning: #D97706;--shadow-sm: 0 1px 3px rgba(15, 32, 54, .08);--shadow-md: 0 4px 12px rgba(15, 32, 54, .1);--shadow-lg: 0 8px 24px rgba(15, 32, 54, .12);--shadow-focus: 0 0 0 3px rgba(3, 105, 161, .15);--transition-fast: all .15s ease;--transition: all .22s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}#app{font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh;color:var(--color-text-primary)}.font-serif{font-family:"Noto Serif SC",SimSun,serif}.font-mono{font-family:JetBrains Mono,Courier New,monospace}.ant-card{box-shadow:var(--shadow-sm)!important;border-radius:6px!important;border:1px solid var(--color-border)!important;transition:var(--transition)!important}.ant-card:hover{box-shadow:var(--shadow-md)!important}.ant-card-head{border-bottom:1px solid var(--color-border-light)!important;padding:0 20px!important;min-height:48px!important}.ant-card-head-title{font-weight:600!important;font-size:14px!important;color:var(--color-text-primary)!important;letter-spacing:.02em}.ant-card-body{padding:20px!important}.ant-table-tbody>tr:nth-child(2n)>td{background-color:#fafbfc!important}.ant-table-tbody>tr:hover>td{background-color:#f0f7ff!important}.ant-table-thead>tr>th{background:#f8fafc!important;font-weight:600!important;color:var(--color-text-secondary)!important;border-bottom:2px solid var(--color-border)!important;font-size:12px!important;letter-spacing:.04em;text-transform:uppercase}.ant-table{border-radius:6px!important;overflow:hidden;border:1px solid var(--color-border)!important}.ant-btn-primary{background:var(--color-primary)!important;border:none!important;box-shadow:none!important;font-weight:500!important;letter-spacing:.02em;transition:var(--transition)!important}.ant-btn-primary:hover{background:var(--color-primary-dark)!important;box-shadow:none!important}.ant-input:focus,.ant-input-focused,.ant-select-focused .ant-select-selector,.ant-picker-focused{border-color:var(--color-primary-light)!important;box-shadow:var(--shadow-focus)!important}.ant-tag{border-radius:3px!important;font-size:11px!important;padding:1px 7px!important;font-weight:600!important;letter-spacing:.02em}.ant-modal-content{border-radius:8px!important;box-shadow:0 20px 60px #0f203633!important;overflow:hidden;border:1px solid var(--color-border)!important}.ant-modal-header{background:#f8fafc!important;border-bottom:2px solid var(--color-border)!important;padding:14px 24px!important}.ant-modal-title{font-weight:700!important;font-size:15px!important;color:var(--color-text-primary)!important;letter-spacing:.02em}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c5cdd8;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#96a4b5}.page-container{padding:0}.search-form{background:#fff;padding:14px 20px;border-radius:6px;margin-bottom:14px;box-shadow:var(--shadow-sm);border:1px solid var(--color-border)}.action-buttons{margin-bottom:14px;display:flex;gap:8px}.stat-card{background:var(--color-card);border-radius:6px;padding:20px;box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid var(--color-border)}.stat-card:hover{box-shadow:var(--shadow-md)}.ant-pagination-item-active{background:var(--color-primary)!important;border-color:var(--color-primary)!important}.ant-pagination-item-active a{color:#fff!important}.ant-form-item-label>label{font-weight:500!important;color:var(--color-text-secondary)!important;font-size:13px!important}.ant-dropdown-menu{border-radius:6px!important;box-shadow:var(--shadow-lg)!important;border:1px solid var(--color-border)!important;padding:4px!important}.ant-dropdown-menu-item{border-radius:3px!important;font-size:13px!important}.ant-select-selector{border-radius:4px!important}.layout[data-v-40dcb67b]{min-height:100vh}.sider[data-v-40dcb67b]{background:#0f2036!important;box-shadow:1px 0 #ffffff0f;position:relative;z-index:10;display:flex;flex-direction:column}.sider-logo[data-v-40dcb67b]{height:60px;display:flex;align-items:center;gap:12px;padding:0 18px;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.07);flex-shrink:0;transition:var(--transition-fast)}.sider-logo[data-v-40dcb67b]:hover{background:#ffffff08}.logo-mark[data-v-40dcb67b]{flex-shrink:0;line-height:0}.logo-text-wrap[data-v-40dcb67b]{display:flex;flex-direction:column;gap:1px;overflow:hidden}.logo-title[data-v-40dcb67b]{font-family:"Noto Serif SC",serif;font-size:15px;font-weight:700;color:#e0f2fe;letter-spacing:.05em;white-space:nowrap}.logo-sub[data-v-40dcb67b]{font-size:9px;font-family:JetBrains Mono,monospace;color:#3b5a7a;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.menu-section-label[data-v-40dcb67b]{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#2d4a6b;padding:16px 18px 6px}.menu-section-label-mt[data-v-40dcb67b]{padding-top:12px}.sider-menu[data-v-40dcb67b]{background:transparent!important;border-right:none!important;flex:1;overflow-y:auto;overflow-x:hidden}.sider-footer[data-v-40dcb67b]{border-top:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-between;padding:0 18px;height:44px;flex-shrink:0}.sider-version[data-v-40dcb67b]{font-size:10px;font-family:JetBrains Mono,monospace;color:#2d4a6b;letter-spacing:.05em}.sider-collapse-btn[data-v-40dcb67b]{color:#3b5a7a;cursor:pointer;font-size:14px;transition:var(--transition-fast);padding:4px}.sider-collapse-btn[data-v-40dcb67b]:hover{color:#8b99af}.header[data-v-40dcb67b]{height:56px!important;line-height:56px!important;background:#fff!important;padding:0 24px!important;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #DDE3ED;position:sticky;top:0;z-index:9}.header-left[data-v-40dcb67b]{display:flex;align-items:center}.page-title-bar[data-v-40dcb67b]{display:flex;align-items:center;gap:10px}.title-accent[data-v-40dcb67b]{display:block;width:3px;height:18px;background:#0ea5e9;border-radius:1.5px}.page-title[data-v-40dcb67b]{font-size:15px;font-weight:700;color:#0f1f30;font-family:"Noto Serif SC",serif;letter-spacing:.03em}.header-right[data-v-40dcb67b]{display:flex;align-items:center;gap:0}.header-time[data-v-40dcb67b]{display:flex;align-items:center;font-size:12px;font-family:JetBrains Mono,monospace;color:#8b99af;letter-spacing:.02em;padding:0 16px}.header-divider[data-v-40dcb67b]{width:1px;height:24px;background:#dde3ed}.user-btn[data-v-40dcb67b]{display:flex;align-items:center;gap:10px;padding:0 16px;height:56px;cursor:pointer;transition:var(--transition-fast);border-left:none}.user-btn[data-v-40dcb67b]:hover{background:#f8fafc}.user-avatar[data-v-40dcb67b]{width:32px;height:32px;background:#0f2036;display:flex;align-items:center;justify-content:center;color:#0ea5e9;font-size:13px;font-weight:700;border-radius:4px;font-family:"Noto Serif SC",serif;flex-shrink:0}.user-info[data-v-40dcb67b]{display:flex;flex-direction:column;gap:0}.user-name[data-v-40dcb67b]{font-size:13px;font-weight:600;color:#0f1f30;line-height:1.4}.user-role[data-v-40dcb67b]{font-size:11px;color:#8b99af;line-height:1.4}.user-caret[data-v-40dcb67b]{font-size:9px;color:#8b99af;margin-left:4px}.content[data-v-40dcb67b]{padding:20px;min-height:calc(100vh - 56px);background:#eef2f7}.sider .ant-menu-dark{background:transparent!important}.sider .ant-menu-dark .ant-menu-item{border-radius:0!important;margin:0!important;color:#8b99af!important;height:38px!important;line-height:38px!important;font-size:13px!important;padding-left:18px!important;border-left:2px solid transparent!important;transition:all .15s ease!important}.sider .ant-menu-dark .ant-menu-item:hover{background:#ffffff0a!important;color:#c8d5e3!important;border-left-color:#1e3a5f!important}.sider .ant-menu-dark .ant-menu-item-selected{background:#0ea5e91a!important;color:#e0f2fe!important;border-left-color:#0ea5e9!important;font-weight:600!important}.sider .ant-menu-dark .ant-menu-submenu-title{border-radius:0!important;color:#8b99af!important;height:38px!important;line-height:38px!important;font-size:13px!important;padding-left:18px!important;border-left:2px solid transparent!important;transition:all .15s ease!important;margin:0!important}.sider .ant-menu-dark .ant-menu-submenu-title:hover{background:#ffffff0a!important;color:#c8d5e3!important;border-left-color:#1e3a5f!important}.sider .ant-menu-dark.ant-menu-inline .ant-menu-sub.ant-menu-inline{background:#0000002e!important}.sider .ant-menu-dark .ant-menu-sub .ant-menu-item{padding-left:40px!important;font-size:12px!important;height:34px!important;line-height:34px!important}.popup-list{max-height:380px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding:4px 0}.popup-item{background:#f8fafc;border:1px solid #DDE3ED;border-radius:6px;padding:14px 16px}.popup-item-top{border-left:3px solid #F59E0B}.popup-item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;gap:12px}.popup-item-title{font-size:14px;font-weight:600;color:#0f1f30;display:flex;align-items:center;gap:6px}.popup-top-tag{font-size:11px;font-weight:600;color:#fff;background:#f59e0b;padding:1px 6px;border-radius:3px}.popup-item-time{font-size:11px;color:#8b99af;white-space:nowrap;font-family:JetBrains Mono,monospace}.popup-item-content{font-size:13px;color:#4a5568;line-height:1.6}.popup-footer{display:flex;justify-content:flex-end;gap:8px;margin-top:16px;padding-top:12px;border-top:1px solid #DDE3ED}
