#app{min-height:100vh;background:#f0f2f5}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}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #1890ff;--primary-hover: #40a9ff;--primary-active: #096dd9;--secondary-color: #722ed1;--success-color: #52c41a;--warning-color: #faad14;--error-color: #ff4d4f;--info-color: #13c2c2;--gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-success: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);--gradient-warning: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--gradient-info: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);--bg-primary: #f0f2f5;--bg-secondary: #ffffff;--bg-hover: #fafafa;--border-color: #d9d9d9;--text-primary: #262626;--text-secondary: #8c8c8c;--text-disabled: #bfbfbf;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--shadow-hover: 0 12px 32px rgba(0, 0, 0, .15);--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color:var(--text-primary);background-color:var(--bg-primary);--transition-fast: .15s ease;--transition-base: .3s ease;--transition-slow: .5s ease}html,body{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100%;min-height:100vh;margin:0;padding:0}a{color:var(--primary-color);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--primary-hover)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f0f0f0;border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#bfbfbf,#8c8c8c);border-radius:var(--radius-sm);transition:background var(--transition-fast)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#8c8c8c,#595959)}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.mt-8{margin-top:var(--space-sm)}.mt-16{margin-top:var(--space-md)}.mt-24{margin-top:var(--space-lg)}.mt-32{margin-top:var(--space-xl)}.mb-8{margin-bottom:var(--space-sm)}.mb-16{margin-bottom:var(--space-md)}.mb-24{margin-bottom:var(--space-lg)}.mb-32{margin-bottom:var(--space-xl)}.p-8{padding:var(--space-sm)}.p-16{padding:var(--space-md)}.p-24{padding:var(--space-lg)}.p-32{padding:var(--space-xl)}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-column{display:flex;flex-direction:column}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}.card-hover{transition:all var(--transition-base);cursor:pointer}.card-hover:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)!important}.card-gradient-primary{background:var(--gradient-primary);color:#fff}.card-gradient-success{background:var(--gradient-success);color:#fff}.card-gradient-warning{background:var(--gradient-warning);color:#fff}.card-gradient-info{background:var(--gradient-info);color:#fff}.badge-glow{box-shadow:0 0 12px #1890ff66;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 12px #1890ff66}50%{box-shadow:0 0 20px #1890ff99}}.loading-overlay{position:fixed;inset:0;background:#fffffff2;display:flex;align-items:center;justify-content:center;z-index:9999;backdrop-filter:blur(4px)}.stats-card{background:#fff;border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:var(--shadow-md);transition:all var(--transition-base);border:1px solid transparent}.stats-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.stats-card .stats-icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:var(--space-md)}.stats-card .stats-value{font-size:32px;font-weight:700;line-height:1.2;margin-bottom:var(--space-xs)}.stats-card .stats-label{font-size:14px;color:var(--text-secondary);font-weight:500}.stats-card .stats-trend{font-size:12px;margin-top:var(--space-sm);display:flex;align-items:center;gap:4px}.stats-trend.up{color:var(--success-color)}.stats-trend.down{color:var(--error-color)}.ant-table-striped .ant-table-tbody>tr:nth-child(2n){background-color:#fafafa}.ant-table-striped .ant-table-tbody>tr:hover{background-color:#e6f7ff!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fade-in{animation:fadeIn var(--transition-base)}.slide-in-right{animation:slideInRight var(--transition-base)}.scale-in{animation:scaleIn var(--transition-base)}@media(max-width:768px){:root{font-size:14px}.stats-card .stats-value{font-size:24px}}@media(max-width:768px){*{-webkit-tap-highlight-color:rgba(0,0,0,.1);-webkit-touch-callout:none}html,body{overflow-x:hidden;-webkit-overflow-scrolling:touch}.ant-btn{min-height:44px;padding:8px 20px;font-size:15px;border-radius:8px}.ant-btn-sm{min-height:36px;padding:4px 12px;font-size:13px}.ant-btn-lg{min-height:52px;padding:12px 24px;font-size:16px}.ant-input,.ant-input-number,.ant-select-selector,.ant-picker{min-height:44px!important;font-size:16px!important;border-radius:8px}.ant-input-sm,.ant-select-sm .ant-select-selector{min-height:36px!important;font-size:14px!important}.ant-form-item{margin-bottom:20px}.ant-form-item-label>label{font-size:14px;font-weight:600;margin-bottom:6px}.ant-card{border-radius:12px;box-shadow:0 2px 12px #00000014;margin-bottom:16px}.ant-card-head{padding:16px;font-size:16px;font-weight:600}.ant-card-body{padding:16px}.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table{font-size:13px}.ant-table-thead>tr>th{padding:12px 8px;font-size:12px;font-weight:600;white-space:nowrap}.ant-table-tbody>tr>td{padding:12px 8px;white-space:nowrap}.ant-table-content{overflow-x:auto!important}.ant-modal{max-width:calc(100vw - 32px)!important;margin:16px auto!important}.ant-modal-content{border-radius:12px}.ant-modal-header{padding:20px;border-radius:12px 12px 0 0}.ant-modal-body{padding:20px;max-height:calc(100vh - 200px);overflow-y:auto}.ant-modal-footer{padding:16px 20px;border-radius:0 0 12px 12px}.ant-drawer-content-wrapper{width:85vw!important;max-width:320px!important}.ant-select-dropdown{border-radius:8px;box-shadow:0 4px 16px #00000026}.ant-select-item{padding:12px 16px;font-size:15px}.ant-pagination{text-align:center}.ant-pagination-item,.ant-pagination-prev,.ant-pagination-next{min-width:40px;height:40px;line-height:38px}.ant-statistic{text-align:center}.ant-statistic-title{font-size:12px;margin-bottom:6px}.ant-statistic-content{font-size:24px}.ant-badge-count{min-width:20px;height:20px;line-height:20px;font-size:12px}.menu-badge{display:inline-flex!important;margin-left:8px!important}.menu-badge .ant-badge-count{position:relative!important;transform:none!important}.ant-tabs-nav{margin-bottom:16px}.ant-tabs-tab{padding:12px 16px;font-size:14px}.ant-alert{padding:12px 16px;border-radius:8px;font-size:14px}.ant-message{top:70px!important}.ant-notification{width:calc(100vw - 32px)!important;max-width:400px;margin:0 16px}.ant-descriptions-item-label,.ant-descriptions-item-content{padding:12px;font-size:14px}.ant-steps{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-steps-item-title{font-size:13px}.ant-collapse-header{padding:16px;font-size:15px}.ant-collapse-content-box,.ant-list-item{padding:16px}.ant-list-item-meta-title{font-size:15px;margin-bottom:6px}.ant-list-item-meta-description{font-size:13px}.ant-timeline-item-content{font-size:14px}.ant-avatar-lg{width:48px;height:48px;line-height:48px;font-size:20px}.ant-space-item{margin-bottom:8px}.ant-divider{margin:16px 0}.ant-page-header{padding:16px}.ant-page-header-heading-title{font-size:18px}.ant-page-header-heading-sub-title{font-size:13px}.ant-row{margin-left:-8px!important;margin-right:-8px!important}.ant-col{padding-left:8px!important;padding-right:8px!important}.ant-popover{max-width:calc(100vw - 32px)}.ant-tooltip-inner{max-width:250px;font-size:13px}}@media(max-width:576px){.ant-col-xs-24{flex:0 0 100%;max-width:100%}.ant-row .ant-col:has(.ant-statistic){flex:0 0 100%;max-width:100%;margin-bottom:12px}.ant-modal{max-width:100vw!important;margin:0!important;top:0!important;padding-bottom:0!important}.ant-modal-content{border-radius:0;min-height:100vh}}@media(max-width:768px)and (orientation:landscape){.mobile-header{height:48px;line-height:48px}.mobile-bottom-nav{height:52px}.nav-item{padding:4px}.nav-icon{font-size:20px}.nav-label{font-size:10px}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(prefers-contrast:high){.ant-btn,.ant-card,.ant-input{border-width:2px}}.mobile-only{display:none}.desktop-only{display:block}@media(max-width:768px){.mobile-only{display:block}.desktop-only,.mobile-hidden{display:none!important}.mobile-full-width{width:100%!important}.mobile-text-center{text-align:center!important}.mobile-padding{padding:16px!important}.mobile-margin{margin:16px!important}.mobile-no-padding{padding:0!important}.mobile-no-margin{margin:0!important}}.pull-to-refresh{display:none}@media(max-width:768px){.pull-to-refresh{display:block;text-align:center;padding:12px;color:#8c8c8c;font-size:13px}}@media(max-width:768px){.ant-spin-container{min-height:calc(100vh - 200px)}}@media(max-width:768px){.ant-empty{padding:40px 20px}.ant-empty-description{font-size:14px}}@supports (-webkit-touch-callout: none){input,textarea,select{font-size:16px!important}.mobile-bottom-nav{padding-bottom:max(8px,env(safe-area-inset-bottom))}}@media(max-width:768px){*{-webkit-overflow-scrolling:touch}}
