body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{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{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}:root{--primary-color:#1890ff;--primary-dark:#096dd9;--primary-light:#40a9ff;--accent-color:#fbbf24;--accent-dark:#f59e0b;--accent-light:#fcd34d;--success-color:#10b981;--warning-color:#f59e0b;--error-color:#ef4444;--text-primary:#1f2937;--text-secondary:#6b7280;--background-light:#f9fafb;--background-white:#fff;--border-color:#e5e7eb;--shadow-light:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;--shadow-medium:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-large:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.step-card{background:#fff;background:var(--background-white);border:2px solid #0000;border-radius:16px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow-light);cursor:pointer;overflow:hidden;padding:32px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.step-card:before{background:linear-gradient(90deg,#1890ff,#fbbf24);background:linear-gradient(90deg,var(--primary-color),var(--accent-color));content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.step-card:hover{border-color:#1890ff;border-color:var(--primary-color);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-large);transform:translateY(-8px)}.step-card:hover:before{transform:scaleX(1)}.step-card:hover .step-icon{color:#fbbf24;color:var(--accent-color);transform:scale(1.1) rotate(5deg)}.step-horizontal{align-items:center;background:#fff;background:var(--background-white);border:2px solid #0000;border-radius:16px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow-light);cursor:pointer;display:flex;margin-bottom:16px;overflow:hidden;padding:24px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.step-horizontal:before{background:linear-gradient(180deg,#1890ff,#fbbf24);background:linear-gradient(180deg,var(--primary-color),var(--accent-color));bottom:0;content:"";left:0;position:absolute;top:0;transform:scaleY(0);transition:transform .3s ease;width:4px}.step-horizontal:hover{border-color:#1890ff;border-color:var(--primary-color);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-large);transform:translateX(8px)}.step-horizontal:hover:before{transform:scaleY(1)}.step-horizontal:hover .step-icon{color:#fbbf24;color:var(--accent-color);transform:scale(1.1) rotate(5deg)}.step-number{align-items:center;background:linear-gradient(135deg,#1890ff,#096dd9);background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-radius:50%;color:#fff;display:inline-flex;font-size:18px;font-weight:700;height:48px;justify-content:center;margin-bottom:16px;transition:all .3s ease;width:48px}.step-horizontal .step-number{flex-shrink:0;margin-bottom:0;margin-right:24px}.step-card:hover .step-number,.step-horizontal:hover .step-number{box-shadow:0 0 20px #1890ff66;transform:scale(1.1)}.step-icon{color:#1890ff;color:var(--primary-color);font-size:32px;margin-bottom:16px;transition:all .3s ease}.step-horizontal .step-icon{flex-shrink:0;margin-bottom:0;margin-right:24px}.step-content{flex:1 1}.step-title{color:#1f2937;color:var(--text-primary);font-size:20px;font-weight:600;margin-bottom:12px;transition:color .3s ease}.step-card:hover .step-title,.step-horizontal:hover .step-title{color:#1890ff;color:var(--primary-color)}.step-description{color:#6b7280;color:var(--text-secondary);line-height:1.6;transition:color .3s ease}.step-card:hover .step-description,.step-horizontal:hover .step-description{color:#1f2937;color:var(--text-primary)}.step-card:first-child{animation:fadeInUp .6s ease-out .1s both}.step-card:nth-child(2){animation:fadeInUp .6s ease-out .2s both}.step-card:nth-child(3){animation:fadeInUp .6s ease-out .3s both}.step-card:nth-child(4){animation:fadeInUp .6s ease-out .4s both}.step-card:nth-child(5){animation:fadeInUp .6s ease-out .5s both}.step-horizontal:first-child{animation:slideInLeft .6s ease-out .1s both}.step-horizontal:nth-child(2){animation:slideInLeft .6s ease-out .2s both}.step-horizontal:nth-child(3){animation:slideInLeft .6s ease-out .3s both}.step-horizontal:nth-child(4){animation:slideInLeft .6s ease-out .4s both}.step-horizontal:nth-child(5){animation:slideInLeft .6s ease-out .5s both}@media (max-width:768px){.step-card{margin-bottom:16px;padding:24px}.step-number{font-size:16px;height:40px;width:40px}.step-icon{font-size:28px}.step-title{font-size:18px}}.user-dropdown-trigger{position:relative;z-index:1000}.user-dropdown-trigger:hover{background-color:#1890ff0d}.ant-dropdown{z-index:9999!important}.ant-dropdown-menu{background:#fff!important;border:1px solid #d9d9d9!important;border-radius:8px!important;box-shadow:0 4px 12px #00000026!important;min-width:160px!important}.user-dropdown-overlay{z-index:9999!important}.user-dropdown-overlay .ant-dropdown-menu{box-shadow:0 6px 16px #0000001f!important}.ant-dropdown-open{z-index:9999!important}.ant-layout-header{overflow:visible!important;position:relative;z-index:1000}.ant-dropdown-menu-item{padding:8px 16px!important;transition:all .3s ease!important}.ant-dropdown-menu-item:hover{background-color:#1890ff1a!important}.ant-dropdown-menu-item-icon{margin-right:8px!important}.ant-layout{overflow:visible!important}.ant-dropdown-menu{padding:8px 0!important}.footer-social-link{transition:all .3s ease}.footer-social-link:hover{color:#1890ff!important;color:var(--primary-color)!important;transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,#1890ff,#096dd9);background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border:none;border-radius:8px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow-light);color:#fff;font-weight:600;padding:12px 24px;transition:all .3s ease}.btn-primary:hover{background:linear-gradient(135deg,#096dd9,#1890ff);background:linear-gradient(135deg,var(--primary-dark),var(--primary-color));box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-medium);transform:translateY(-2px)}.btn-accent{background:linear-gradient(135deg,#fbbf24,#f59e0b);background:linear-gradient(135deg,var(--accent-color),var(--accent-dark));border:none;border-radius:8px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow-light);color:#fff;font-weight:600;padding:12px 24px;transition:all .3s ease}.btn-accent:hover{background:linear-gradient(135deg,#f59e0b,#fbbf24);background:linear-gradient(135deg,var(--accent-dark),var(--accent-color));box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-medium);transform:translateY(-2px)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafafa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}*{transition:all .2s ease-in-out}.ant-dropdown,.ant-dropdown-menu,.ant-dropdown-menu-item{transition:none!important}.ant-btn:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.ant-card:hover{box-shadow:0 8px 24px #0000001f}.ant-input-focused,.ant-input:focus{box-shadow:0 0 0 2px #1890ff33}.loading-container{align-items:center;display:flex;justify-content:center;min-height:200px}@media (max-width:768px){h1{font-size:24px!important}h2{font-size:20px!important}h3{font-size:18px!important}}.gradient-bg{background:linear-gradient(135deg,#667eea,#764ba2)}.gradient-bg-secondary{background:linear-gradient(135deg,#f093fb,#f5576c)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}.form-section{margin-bottom:32px}.form-section-title{border-bottom:2px solid #f0f0f0;margin-bottom:16px;padding-bottom:8px}.custom-tag{border-radius:12px;font-weight:500;padding:4px 12px}.custom-progress .ant-progress-bg{border-radius:4px}.custom-modal .ant-modal-content{border-radius:12px}.custom-modal .ant-modal-header{border-radius:12px 12px 0 0}.custom-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600}.custom-dropdown .ant-dropdown-menu{border-radius:8px;box-shadow:0 4px 12px #00000026}.custom-tooltip .ant-tooltip-inner{border-radius:6px}.custom-alert .ant-alert,.custom-message .ant-message-notice-content,.custom-notification .ant-notification-notice{border-radius:8px}.custom-steps .ant-steps-item-icon{border-radius:50%}.custom-steps .ant-steps-item-process .ant-steps-item-icon{background:#1890ff;border-color:#1890ff}.custom-tabs .ant-tabs-tab{border-radius:6px 6px 0 0}.custom-date-picker .ant-picker,.custom-pagination .ant-pagination-item,.custom-select .ant-select-selector,.custom-time-picker .ant-picker{border-radius:6px}.custom-upload .ant-upload-drag{border-radius:8px}.custom-rate .ant-rate-star{margin-right:4px}.custom-slider .ant-slider-track{background-color:#1890ff}.custom-switch .ant-switch{border-radius:12px}.custom-checkbox .ant-checkbox-inner{border-radius:4px}.custom-radio .ant-radio-inner{border-radius:50%}.custom-transfer .ant-transfer-list{border-radius:8px}.custom-tree .ant-tree-node-content-wrapper{border-radius:4px}.custom-collapse .ant-collapse-item{border-radius:8px}.custom-panel .ant-collapse-content{border-radius:0 0 8px 8px}.custom-drawer .ant-drawer-content{border-radius:8px 0 0 8px}.custom-skeleton .ant-skeleton-element{border-radius:4px}.custom-result .ant-result-icon,.custom-spin .ant-spin-dot{border-radius:50%}.custom-empty .ant-empty-image{border-radius:8px}.custom-statistic .ant-statistic-title{color:#8c8c8c}.custom-timeline .ant-timeline-item-head{border-radius:50%}.custom-anchor .ant-anchor-link-title{border-radius:4px}.custom-back-top .ant-back-top-content{border-radius:50%}.custom-affix .ant-affix{border-radius:8px}.custom-anchor .ant-anchor-ink{border-radius:2px}.custom-breadcrumb .ant-breadcrumb-link{border-radius:4px}.custom-list .ant-list-item,.custom-page-header .ant-page-header-heading{border-radius:8px}.custom-avatar .ant-avatar{border-radius:50%}.custom-badge .ant-badge-count{border-radius:10px}.custom-calendar .ant-picker-calendar{border-radius:8px}.custom-carousel .ant-carousel .slick-dots li button{border-radius:50%}.custom-cascader .ant-cascader-picker,.custom-color-picker .ant-color-picker-trigger{border-radius:6px}.custom-divider .ant-divider{border-radius:1px}.custom-image .ant-image{border-radius:8px}.custom-mentions .ant-mentions-editor{border-radius:6px}.custom-notification .ant-notification-notice-message{border-radius:4px}.custom-popconfirm .ant-popover-inner,.custom-popover .ant-popover-inner{border-radius:8px}.custom-progress .ant-progress-circle .ant-progress-text{border-radius:50%}.custom-radio-group .ant-radio-group{border-radius:6px}.custom-rate .ant-rate-star-first,.custom-rate .ant-rate-star-second{border-radius:2px}.custom-select .ant-select-selection-item{border-radius:4px}.custom-slider .ant-slider-handle,.custom-switch .ant-switch-handle{border-radius:50%}.custom-table .ant-table-tbody>tr>td{border-radius:4px}.custom-tabs .ant-tabs-tabpane{border-radius:0 0 8px 8px}.custom-tag .ant-tag{border-radius:12px}.custom-time-picker .ant-picker-time-panel{border-radius:8px}.custom-transfer .ant-transfer-list-header{border-radius:8px 8px 0 0}.custom-tree .ant-tree-treenode{border-radius:4px}.custom-upload .ant-upload-list-item{border-radius:8px}.custom-version .ant-version{border-radius:4px}.ant-picker-dropdown,.ant-select-dropdown{transition:color .2s ease,background-color .2s ease,transform .2s ease}.ant-picker-dropdown .ant-picker-panel,.ant-select-dropdown .ant-select-option{transition:background-color .15s ease,opacity .15s ease!important}.ant-picker-cell:hover,.ant-select-item-option:hover{transition:background-color .15s ease!important}
/*# sourceMappingURL=main.6eb5edea.css.map*/