@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.page-container{padding:24px;min-height:100vh;background:#f5f5f5}.content-card{background:#ffffff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid rgba(255,255,255,.2);transition:all .3s ease-out;margin-bottom:24px}.content-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.content-card .ant-card-head{border-bottom:2px solid #f0f2f5;padding:16px 24px}.content-card .ant-card-head .ant-card-head-title{font-size:16px;font-weight:600;color:#1890ff}.content-card .ant-card-body{padding:24px}.stat-card{background:#ffffff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid rgba(255,255,255,.2);transition:all .3s ease-out;height:120px;display:flex;align-items:center}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.stat-card .ant-card-body{width:100%;display:flex;align-items:center;justify-content:center;padding:16px}.stat-card .ant-statistic{text-align:center}.stat-card .ant-statistic .ant-statistic-title{font-size:14px;font-weight:500;color:#8c8c8c;margin-bottom:8px}.stat-card .ant-statistic .ant-statistic-content{font-size:24px;font-weight:600}.chart-card{background:#ffffff;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:all .3s ease-out;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.chart-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.chart-card .ant-card-head{border-bottom:1px solid #f0f0f0;padding:16px 24px}.chart-card .ant-card-head .ant-card-head-title{font-size:16px;font-weight:600;color:#1890ff}.chart-card .ant-card-body{padding:24px}.page-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:24px;margin-bottom:24px;border-radius:12px}.page-header h1,.page-header h2{color:#fff!important;margin-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.page-header .ant-typography{color:#ffffffd9}.action-button{border-radius:8px;font-weight:500;transition:all .3s ease-out}.action-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.loading-container{display:flex;align-items:center;justify-content:center;min-height:200px;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-radius:12px;padding:48px}.empty-state{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:48px;color:#8c8c8c}.empty-state .ant-empty-image{margin-bottom:16px}.empty-state .ant-empty-description{color:#bfbfbf}@media (max-width: 992px){.page-container{padding:16px}.stat-card{height:100px}.stat-card .ant-statistic .ant-statistic-title{font-size:12px}.stat-card .ant-statistic .ant-statistic-content{font-size:20px}}@media (max-width: 768px){.page-container{padding:12px}.stat-card{height:90px;margin-bottom:12px}.stat-card .ant-card-body{padding:12px}.stat-card .ant-statistic .ant-statistic-title{font-size:10px}.stat-card .ant-statistic .ant-statistic-content{font-size:16px}.content-card{margin-bottom:16px}.content-card .ant-card-head{padding:12px 16px}.content-card .ant-card-body{padding:16px}}html,body,#root{height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;line-height:1.5;color:#262626;background-color:#f5f5f5}.colorWeak{filter:invert(80%)}.ant-layout{min-height:100vh;background:#f5f5f5}.ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed{left:unset}canvas{display:block}body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#fafafa;border-radius:4px}::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:4px;-webkit-transition:background .3s ease-out;transition:background .3s ease-out}::-webkit-scrollbar-thumb:hover{background:#8c8c8c}ul,ol{list-style:none;padding:0;margin:0}.fade-in{animation:fadeInUp .6s .3s ease-out}.fade-in-left{animation:fadeInLeft .6s .3s ease-out}.fade-in-right{animation:fadeInRight .6s .3s ease-out}.fade-in-down{animation:fadeInDown .6s .3s ease-out}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.m-0{margin:0}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-5{margin-top:24px}.mt-6{margin-top:32px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-5{margin-bottom:24px}.mb-6{margin-bottom:32px}.p-0{padding:0}.pt-1{padding-top:4px}.pt-2{padding-top:8px}.pt-3{padding-top:12px}.pt-4{padding-top:16px}.pt-5{padding-top:24px}.pt-6{padding-top:32px}.pb-1{padding-bottom:4px}.pb-2{padding-bottom:8px}.pb-3{padding-bottom:12px}.pb-4{padding-bottom:16px}.pb-5{padding-bottom:24px}.pb-6{padding-bottom:32px}.page-container .content-card{border-radius:12px;box-shadow:0 8px 25px #00000026;border:1px solid rgba(0,0,0,.06)}.page-container .content-card .ant-typography h3{font-weight:600;margin-top:40px;margin-bottom:24px;padding-bottom:8px;border-bottom:2px solid #f0f2f5}.page-container .content-card .ant-typography h3 .anticon{color:#1890ff}.page-container .content-card .ant-typography h4{font-weight:500;margin-top:32px;margin-bottom:16px}.page-container .content-card .ant-typography ul{list-style:disc;padding-left:24px}.page-container .content-card .ant-typography ul li{margin-bottom:8px;line-height:1.7}.page-container .content-card .ant-typography .ant-typography-paragraph{margin-bottom:16px}.ant-card{border-radius:12px;box-shadow:0 2px 4px #0000000f;border:1px solid rgba(0,0,0,.06);transition:all .3s ease-out}.ant-card:hover{box-shadow:0 4px 12px #0000001a}.ant-card .ant-card-head{border-bottom:2px solid #f0f2f5}.ant-card .ant-card-head .ant-card-head-title{font-weight:600;color:#262626}.ant-btn{border-radius:8px;font-weight:500;transition:all .3s ease-out}.ant-btn:hover{transform:translateY(-1px)}.ant-btn.ant-btn-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none}.ant-btn.ant-btn-primary:hover{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 4px 12px #0000001a}.ant-btn.ant-btn-success{background:linear-gradient(135deg,#52c41a 0%,#73d13d 100%);border:none;color:#fff}.ant-btn.ant-btn-success:hover{background:linear-gradient(135deg,#52c41a 0%,#73d13d 100%);box-shadow:0 4px 12px #0000001a}.ant-input,.ant-input-number,.ant-select .ant-select-selector,.ant-picker{border-radius:8px;border-color:#0000001a;transition:all .3s ease-out}.ant-input:hover,.ant-input-number:hover,.ant-select .ant-select-selector:hover,.ant-picker:hover{border-color:#40a9ff;box-shadow:0 1px 2px #00000008}.ant-input:focus,.ant-input-number:focus,.ant-select .ant-select-selector:focus,.ant-picker:focus,.ant-input.ant-input-focused,.ant-input-number.ant-input-focused,.ant-select .ant-select-selector.ant-input-focused,.ant-picker.ant-input-focused,.ant-input.ant-select-focused .ant-select-selector,.ant-input-number.ant-select-focused .ant-select-selector,.ant-select .ant-select-selector.ant-select-focused .ant-select-selector,.ant-picker.ant-select-focused .ant-select-selector,.ant-input.ant-picker-focused,.ant-input-number.ant-picker-focused,.ant-select .ant-select-selector.ant-picker-focused,.ant-picker.ant-picker-focused{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff1a}.ant-table{border-radius:12px;overflow:hidden}.ant-table .ant-table-thead>tr>th{background:#fafafa;border-bottom:2px solid #f0f2f5;font-weight:600;color:#262626}.ant-table .ant-table-tbody>tr{transition:all .3s ease-out}.ant-table .ant-table-tbody>tr:hover>td{background:#f0f7ff}.ant-modal .ant-modal-content{border-radius:12px;overflow:hidden;box-shadow:0 12px 30px #0003}.ant-modal .ant-modal-header{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);border-bottom:2px solid #f0f2f5}.ant-modal .ant-modal-header .ant-modal-title{font-weight:600;color:#262626}.ant-message .ant-message-notice .ant-message-notice-content{border-radius:8px;box-shadow:0 8px 25px #00000026;backdrop-filter:blur(10px)}.ant-notification .ant-notification-notice{border-radius:12px;box-shadow:0 8px 25px #00000026;backdrop-filter:blur(10px)}.ant-progress .ant-progress-bg{border-radius:4px}.ant-progress .ant-progress-inner{border-radius:4px;background:#fafafa}.ant-tag{border-radius:6px;font-weight:500;border:none}.ant-tag.ant-tag-success{background:linear-gradient(135deg,#52c41a 0%,#73d13d 100%);color:#fff}.ant-tag.ant-tag-warning{background:linear-gradient(135deg,#fa8c16 0%,#ffa940 100%);color:#fff}.ant-tag.ant-tag-error{background:linear-gradient(135deg,#ff4d4f 0%,#ff7875 100%);color:#fff}.ant-statistic .ant-statistic-title{font-weight:500;color:#8c8c8c}.ant-statistic .ant-statistic-content{font-weight:600}.ant-avatar{border:2px solid white;box-shadow:0 2px 4px #0000000f;transition:all .3s ease-out}.ant-avatar:hover{transform:scale(1.05);box-shadow:0 4px 12px #0000001a}.ant-page-header{background:transparent;padding:0}.ant-page-header.page-header-gradient{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:24px;margin-bottom:24px;border-radius:12px}.ant-page-header.page-header-gradient .ant-page-header-heading-title,.ant-page-header.page-header-gradient .ant-page-header-heading-sub-title{color:#fff}.ant-page-header.page-header-gradient .ant-breadcrumb,.ant-page-header.page-header-gradient .ant-breadcrumb .ant-breadcrumb-link{color:#ffffffd9}.ant-page-header.page-header-gradient .ant-breadcrumb .ant-breadcrumb-link:hover{color:#fff}.ant-spin .ant-spin-dot{font-size:16px}.ant-spin .ant-spin-dot .ant-spin-dot-item{background-color:#1890ff}.ant-spin.ant-spin-lg .ant-spin-dot{font-size:20px}@media (max-width: 768px){.ant-table{font-size:12px}.ant-table .ant-table-thead>tr>th,.ant-table .ant-table-tbody>tr>td{padding:8px}.ant-table-wrapper{overflow-x:auto}.ant-table-wrapper .ant-table{min-width:800px}}.ant-pro-table .ant-pro-table-search{background:#ffffff;border-radius:12px;padding:16px;margin-bottom:16px;box-shadow:0 2px 4px #0000000f}.ant-pro-table .ant-pro-table-list-toolbar{padding:16px;background:#ffffff;border-radius:12px 12px 0 0}.ant-pro-table .ant-pro-table-list-toolbar .ant-pro-table-list-toolbar-title{font-weight:600;color:#262626}.ant-select-dropdown{border-radius:8px;box-shadow:0 8px 25px #00000026;border:1px solid rgba(0,0,0,.1)}.ant-picker-dropdown{border-radius:8px;box-shadow:0 8px 25px #00000026}*:focus{outline:2px solid #1890ff;outline-offset:2px;border-radius:4px}.ant-btn:focus,.ant-input:focus,.ant-select:focus .ant-select-selector{outline:none}.page-container{padding:24px}.page-header,.mb-6{margin-bottom:24px}.content-card{border-radius:8px;box-shadow:0 2px 4px #0000000f}@media print{.ant-layout-sider,.ant-layout-header,.ant-pro-table-list-toolbar,.ant-pagination{display:none!important}.ant-layout-content{margin:0!important;padding:0!important}.ant-card{box-shadow:none!important;border:1px solid #ccc!important}}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)}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]{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}
