.app-layout{min-height:100vh}.layout-sider{min-height:100vh;background:#001529}.logo{height:64px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;color:#fff;font-size:18px;font-weight:700;border-bottom:1px solid rgba(255,255,255,.1)}.logo img{height:32px}.logo-icon{font-size:14px}.layout-header{background:#fff;padding:0 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 4px #0000001a;position:sticky;top:0;z-index:100}.header-left{display:flex;align-items:center;gap:16px;flex:1}.header-left .trigger,.header-right .header-icon{font-size:18px;cursor:pointer;padding:4px}.header-right .avatar{background:#ff6b35;cursor:pointer}.layout-content{margin:24px;min-height:calc(100vh - 112px)}.main-layout{transition:margin-left .2s ease}.slide-enter-active,.slide-leave-active{transition:transform .2s ease,opacity .2s ease}.slide-enter-from,.slide-leave-to{transform:translate(-100%);opacity:0}.mobile-sider{position:fixed;z-index:1000;left:0;top:0;height:100vh;overflow-y:auto}.mobile-menu{padding-bottom:60px}.sider-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-title{font-size:16px;font-weight:600;color:#1f1f1f;margin-left:8px}@media (max-width: 1024px){.layout-header{padding:0 16px}.layout-content{margin:16px}}@media (max-width: 768px){.layout-header{padding:0 12px;height:56px}.header-left{gap:12px}.header-left .trigger{font-size:20px}.header-left .ant-breadcrumb{display:none}.layout-content{margin:12px;min-height:calc(100vh - 88px)}.logo{height:56px;padding:0 12px}.logo img{height:24px}.logo-text{font-size:14px}.header-right .header-icon{font-size:16px}}@media (max-width: 480px){.layout-header{padding:0 8px}.header-right .avatar{width:32px;height:32px;font-size:14px}.layout-content{margin:8px}.mobile-title{font-size:14px}}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}html,body,#app{height:100%;width:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f5f5f5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 1024px){.ant-table{font-size:13px}.ant-table-thead>tr>th{padding:10px 6px;font-size:12px}.ant-table-tbody>tr>td{padding:10px 6px}.ant-card{margin-bottom:12px}}@media (max-width: 768px){.ant-table{font-size:12px}.ant-table-thead>tr>th{padding:8px 4px;font-size:11px;white-space:nowrap}.ant-table-tbody>tr>td{padding:8px 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ant-card{margin-bottom:12px;border-radius:8px}.ant-card-head,.ant-card-body{padding:12px 16px}.ant-form-item{margin-bottom:12px}.ant-form-item-label{padding-bottom:4px;font-size:13px}.ant-form-item-label>label{font-size:13px}.ant-btn{height:32px;font-size:12px;padding:0 12px;border-radius:6px}.ant-btn-primary{height:36px;font-size:14px;padding:0 20px}.ant-modal{top:10px;margin:0 10px;max-height:90vh}.ant-modal-content{padding:16px;border-radius:12px}.ant-modal-header{padding:12px 16px;margin-bottom:8px}.ant-modal-title{font-size:16px}.ant-modal-body{padding:12px 16px;max-height:65vh;overflow-y:auto}.ant-modal-footer{padding:12px 16px}.ant-input,.ant-select-selector,.ant-input-number{height:32px;font-size:13px;border-radius:6px}.ant-input-lg,.ant-select-lg .ant-select-selector,.ant-input-number-lg{height:40px;font-size:14px}.ant-col{margin-bottom:8px}.ant-statistic-title{font-size:12px}.ant-statistic-content,.ant-statistic-content-value{font-size:20px}.ant-tag{font-size:11px;padding:2px 6px}.ant-rate,.ant-breadcrumb,.ant-badge{font-size:12px}.ant-avatar{width:32px;height:32px;font-size:14px}.ant-steps{margin-bottom:16px}.ant-steps-item-title{font-size:12px}.ant-descriptions,.ant-timeline{font-size:13px}.ant-transfer{font-size:12px}.ant-space{display:flex;flex-wrap:wrap}}@media (max-width: 480px){.ant-table{font-size:11px}.ant-table-thead>tr>th{padding:6px 2px;font-size:10px}.ant-table-tbody>tr>td{padding:6px 2px}.ant-btn{height:28px;font-size:11px;padding:0 8px}.ant-btn-primary{height:32px;font-size:13px;padding:0 16px}.ant-modal{top:5px;margin:0 5px;max-height:95vh}.ant-modal-content{padding:12px}.ant-modal-header{padding:10px 12px}.ant-modal-title{font-size:14px}.ant-modal-body{padding:10px 12px;max-height:60vh}.ant-modal-footer{padding:10px 12px}.ant-input,.ant-select-selector,.ant-input-number{height:28px;font-size:12px}.ant-card-head,.ant-card-body{padding:10px 12px}.ant-statistic-content-value{font-size:18px}.ant-col-xs-24{width:100%}}@media (min-width: 769px){.ant-table-wrapper{overflow-x:visible}}.ant-layout-content{min-height:calc(100vh - 64px)}.ant-table-wrapper{-webkit-overflow-scrolling:touch}.ant-table-tbody>tr>td{word-break:break-all}.ant-table-tbody>tr>td a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ant-space{display:flex;flex-wrap:wrap;gap:8px}.ant-space-item{flex-shrink:0}.ant-btn-group{display:flex;flex-wrap:wrap}.ant-modal-body{max-height:70vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.ant-steps-item-title:after{display:none!important}.ant-steps-item{flex-shrink:0}.ant-tabs-nav{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.ant-tabs-nav::-webkit-scrollbar{display:none}.ant-descriptions-item-label{word-break:keep-all}.ant-descriptions-item-content{word-break:break-all}@media (max-width: 768px){.ant-layout-content{min-height:calc(100vh - 56px)}.ant-table-wrapper{border-radius:8px;overflow:hidden}.ant-table-thead>tr>th{font-weight:600}.ant-table-tbody>tr{border-bottom:8px solid #f5f5f5}.ant-table-tbody>tr>td{padding:10px 8px;font-size:13px}.ant-form-item-label>label{font-weight:500}.ant-input:focus,.ant-select-focused .ant-select-selector{box-shadow:none}.ant-btn-primary{width:100%}.ant-modal-wrap{padding:10px}.ant-modal{margin:0!important;max-width:calc(100% - 20px)}.ant-modal-header{padding:12px 16px}.ant-modal-title{font-size:16px;font-weight:600}.ant-modal-body{padding:12px 16px;max-height:65vh}.ant-modal-footer{padding:12px 16px;display:flex;gap:12px}.ant-modal-footer .ant-btn{flex:1}.ant-steps{margin-bottom:16px}.ant-steps-item-title{font-size:12px}.ant-steps-item-description{font-size:11px}.ant-descriptions{font-size:13px}.ant-descriptions-item-label{padding:8px 12px 8px 0;font-weight:500}.ant-descriptions-item-content{padding:8px 0 8px 12px}.ant-tag{font-size:11px;padding:2px 6px;border-radius:4px}.ant-rate{font-size:12px}.ant-avatar{width:32px;height:32px;font-size:14px}.ant-badge{font-size:12px}.ant-dropdown-menu{font-size:13px}.ant-select-dropdown,.ant-picker-dropdown{max-height:300px}.ant-input-number{width:100%}.ant-col{margin-bottom:8px}.ant-row{margin-left:-4px;margin-right:-4px}.ant-row>.ant-col{padding-left:4px;padding-right:4px}}@media (max-width: 480px){.ant-table{font-size:12px}.ant-table-thead>tr>th{padding:8px 4px;font-size:11px}.ant-table-tbody>tr>td{padding:8px 4px;font-size:12px}.ant-btn{height:32px;font-size:13px;padding:0 12px}.ant-btn-primary{height:36px;font-size:14px}.ant-input,.ant-select-selector{height:32px;font-size:13px}.ant-modal{max-width:calc(100% - 10px)}.ant-modal-body{max-height:60vh}.ant-descriptions{font-size:12px}.ant-tag{font-size:10px;padding:1px 4px}}
