.command-palette-overlay{position:fixed;inset:0;background:#00000080;z-index:10000;display:flex;align-items:flex-start;justify-content:center;padding-top:15vh;animation:fadeIn .15s ease-out}.command-palette-overlay.dark{background:#000000b3}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.command-palette-container{width:100%;max-width:640px;margin:0 16px;animation:slideDown .15s ease-out}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.command-palette{background:#fff;border-radius:12px;box-shadow:0 16px 70px #0003,0 0 0 1px #0000000d;display:flex;flex-direction:column;overflow:hidden;max-height:500px}.command-palette.dark{background:#1f1f1f;box-shadow:0 16px 70px #00000080,0 0 0 1px #ffffff1a}.command-palette-input-wrapper{border-bottom:1px solid #e5e7eb;padding:0}.command-palette.dark .command-palette-input-wrapper{border-bottom-color:#374151}.command-palette-input{width:100%;padding:16px 20px;font-size:16px;border:none;outline:none;background:transparent;color:#111827}.command-palette.dark .command-palette-input{color:#f9fafb}.command-palette-input::placeholder{color:#9ca3af}.command-palette.dark .command-palette-input::placeholder{color:#6b7280}.command-palette-list{overflow-y:auto;overflow-x:hidden;max-height:380px;padding:8px}.command-palette-list::-webkit-scrollbar{width:4px}.command-palette-list::-webkit-scrollbar-track{background:transparent}.command-palette-list::-webkit-scrollbar-thumb{background:#0003;border-radius:2px}.command-palette.dark .command-palette-list::-webkit-scrollbar-thumb{background:#fff3}.command-palette-list::-webkit-scrollbar-thumb:hover{background:#0000004d}.command-palette.dark .command-palette-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.command-palette-empty{padding:48px 20px;text-align:center;color:#6b7280;font-size:14px}.command-palette.dark .command-palette-empty{color:#9ca3af}.command-palette-group{margin:0}.command-palette-group [cmdk-group-heading]{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;padding:8px 12px 6px;user-select:none}.command-palette.dark .command-palette-group [cmdk-group-heading]{color:#9ca3af}.command-palette-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:6px;cursor:pointer;user-select:none;transition:all .1s;font-size:14px;color:#374151;margin-bottom:2px}.command-palette.dark .command-palette-item{color:#e5e7eb}.command-palette-item[aria-selected=true]{background:#f3f4f6;color:#111827}.command-palette.dark .command-palette-item[aria-selected=true]{background:#374151;color:#f9fafb}.command-palette-item:active{background:#e5e7eb}.command-palette.dark .command-palette-item:active{background:#4b5563}.command-palette-item-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;font-size:16px;opacity:.7}.command-palette-item[aria-selected=true] .command-palette-item-icon{opacity:1}.command-palette-item-content{flex:1;min-width:0}.command-palette-item-label{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.command-palette-item-description{font-size:12px;color:#6b7280;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.command-palette.dark .command-palette-item-description{color:#9ca3af}.command-palette-item[aria-selected=true] .command-palette-item-description{color:#4b5563}.command-palette.dark .command-palette-item[aria-selected=true] .command-palette-item-description{color:#d1d5db}.command-palette-footer{display:flex;align-items:center;gap:16px;padding:12px 20px;border-top:1px solid #e5e7eb;background:#f9fafb;font-size:12px;color:#6b7280}.command-palette.dark .command-palette-footer{background:#111827;border-top-color:#374151;color:#9ca3af}.command-palette-hint{display:flex;align-items:center;gap:6px}.command-palette-hint kbd{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:600;line-height:1;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:4px;box-shadow:0 1px #0000000d}.command-palette.dark .command-palette-hint kbd{color:#e5e7eb;background:#374151;border-color:#4b5563}@media (max-width: 640px){.command-palette-overlay{padding-top:10vh}.command-palette{max-height:400px}.command-palette-list{max-height:300px}.command-palette-footer{flex-wrap:wrap;gap:8px}}@media (prefers-reduced-motion: reduce){.command-palette-overlay,.command-palette-container,.command-palette-item{animation:none;transition:none}}.skip-to-content{position:fixed;top:-100px;left:50%;transform:translate(-50%);z-index:10001;padding:12px 24px;font-size:16px;font-weight:600;text-decoration:none;border-radius:4px;transition:top .2s ease-out;box-shadow:0 4px 12px #00000026}.skip-to-content.light{background:#1890ff;color:#fff;border:2px solid #1890ff}.skip-to-content.light:hover,.skip-to-content.light:focus{background:#40a9ff;border-color:#40a9ff}.skip-to-content.dark{background:#1890ff;color:#fff;border:2px solid #40a9ff}.skip-to-content.dark:hover,.skip-to-content.dark:focus{background:#40a9ff;border-color:#69c0ff}.skip-to-content:focus,.skip-to-content.visible{top:20px;outline:3px solid #ffc53d;outline-offset:2px}@media (prefers-contrast: high){.skip-to-content{border-width:3px}}@media (prefers-reduced-motion: reduce){.skip-to-content{transition:none}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{scrollbar-width:thin}*::-webkit-scrollbar{width:4px;height:4px}*::-webkit-scrollbar-track{background:#0000000d;border-radius:2px}*::-webkit-scrollbar-thumb{background:#0003;border-radius:2px}*::-webkit-scrollbar-thumb:hover{background:#0000004d}@media (prefers-color-scheme: dark){*::-webkit-scrollbar-track{background:#ffffff0d}*::-webkit-scrollbar-thumb{background:#fff3}*::-webkit-scrollbar-thumb:hover{background:#ffffff4d}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.ant-card{transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);cursor:default}.ant-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014,0 2px 6px #0000000a}@media (prefers-color-scheme: dark){.ant-card:hover{box-shadow:0 4px 12px #0000004d,0 2px 6px #0003}}.ant-btn{transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.ant-btn:active{transform:scale(.98)}.ant-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 8px #1890ff4d}.ant-btn-primary:active{transform:scale(.98);box-shadow:0 2px 4px #1890ff33}.ant-input:focus,.ant-input-number:focus,.ant-select-focused .ant-select-selector,.ant-picker-focused{transition:all .3s cubic-bezier(.4,0,.2,1)}.ant-input:focus,.ant-input-number-focused,.ant-select-focused .ant-select-selector{box-shadow:0 0 0 2px #1890ff1a}.ant-table-tbody>tr{transition:background-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)}.ant-table-tbody>tr:hover{box-shadow:0 2px 8px #0000000f}@media (prefers-color-scheme: dark){.ant-table-tbody>tr:hover{box-shadow:0 2px 8px #0000004d}}.ant-modal,.ant-drawer{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ant-tag{transition:all .2s cubic-bezier(.4,0,.2,1)}.ant-tag:hover{transform:scale(1.05)}.ant-statistic-content-value{transition:transform .3s cubic-bezier(.4,0,.2,1)}.ant-statistic:hover .ant-statistic-content-value{transform:scale(1.05)}@keyframes successPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.ant-message-success .anticon{animation:successPulse .6s cubic-bezier(.4,0,.2,1)}@keyframes errorShake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}.ant-message-error,.ant-form-item-has-error .ant-input,.ant-form-item-has-error .ant-input-number,.ant-form-item-has-error .ant-select-selector{animation:errorShake .5s cubic-bezier(.4,0,.2,1)}.ant-spin-dot-item{animation-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.ant-badge-count,.ant-badge-dot{animation:badgePulse 1.5s cubic-bezier(.4,0,.2,1) infinite}.ant-menu-item,.ant-menu-submenu-title{transition:all .2s cubic-bezier(.4,0,.2,1)}.ant-menu-item:hover,.ant-menu-submenu-title:hover{transform:translate(2px)}.ant-tooltip{animation:tooltipFadeIn .2s cubic-bezier(.4,0,.2,1)}@keyframes tooltipFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ant-checkbox,.ant-radio{transition:all .2s cubic-bezier(.4,0,.2,1)}.ant-checkbox-checked .ant-checkbox-inner,.ant-radio-checked .ant-radio-inner{animation:checkboxScale .3s cubic-bezier(.4,0,.2,1)}@keyframes checkboxScale{0%{transform:scale(.8)}50%{transform:scale(1.1)}to{transform:scale(1)}}.ant-switch{transition:all .3s cubic-bezier(.4,0,.2,1)}.ant-progress-bg{transition:all .4s cubic-bezier(.4,0,.2,1)}.ant-alert{animation:alertSlideIn .3s cubic-bezier(.4,0,.2,1)}@keyframes alertSlideIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.ant-collapse-content{transition:height .3s cubic-bezier(.4,0,.2,1)}.anticon{transition:all .2s cubic-bezier(.4,0,.2,1)}.anticon:hover{transform:scale(1.1)}a{position:relative;transition:color .2s cubic-bezier(.4,0,.2,1)}.ant-divider{animation:dividerFadeIn .4s cubic-bezier(.4,0,.2,1)}@keyframes dividerFadeIn{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}.page-enter{opacity:0;transform:translateY(8px)}.page-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.page-exit{opacity:1}.page-exit-active{opacity:0;transition:opacity .2s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.ant-table-wrapper{overflow-x:auto}.ant-table{min-width:768px}}@media (max-width: 768px){.ant-row{flex-direction:column}.ant-col{max-width:100%!important;flex:0 0 100%}}@media (max-width: 480px){.ant-btn-block{width:100%}.ant-space{flex-direction:column;width:100%}.ant-space>.ant-space-item{width:100%}.ant-space>.ant-space-item>button{width:100%}}@media (max-width: 768px){.ant-form-item{margin-bottom:16px}}@media (max-width: 768px){.ant-drawer-content-wrapper{width:100vw!important;max-width:100vw!important}}@media (max-width: 768px){.ant-card-body{padding:16px}.ant-layout-content{padding:16px!important}}@media (max-width: 768px) and (hover: none) and (pointer: coarse){.ant-btn{min-height:44px;padding:8px 16px}.ant-input,.ant-select-selector,.ant-picker{min-height:44px}.ant-menu-item,.ant-menu-submenu-title{min-height:48px;line-height:48px}}@media (max-width: 768px){.ant-layout-header{padding-left:16px!important;padding-right:16px!important}}@media (max-width: 768px){h1.ant-typography,.ant-typography h1{font-size:24px!important}h2.ant-typography,.ant-typography h2{font-size:20px!important}h3.ant-typography,.ant-typography h3{font-size:18px!important}}@media (max-width: 768px){.ant-modal{max-width:calc(100vw - 32px)!important;margin:16px auto!important}.ant-modal-body{padding:16px!important}}@media (max-width: 768px){body,#root{overflow-x:hidden}}@media (max-width: 480px){.ant-avatar{width:32px!important;height:32px!important}.ant-layout-header .ant-space{gap:8px!important}}@media (max-width: 768px){.ant-row{row-gap:12px!important}.ant-card-head{padding:12px 16px!important;min-height:auto!important}.ant-card-body{padding:12px!important}.ant-card-head-title{font-size:16px!important}.recharts-responsive-container{min-height:250px!important}.ant-statistic-title{font-size:13px!important}.ant-statistic-content-value{font-size:20px!important}.react-flow__minimap{display:none!important}.react-flow__controls{bottom:10px!important;left:10px!important}.react-flow__controls button{width:36px!important;height:36px!important}}@media (max-width: 768px){.react-flow__node{font-size:12px!important}.react-flow__node-default{padding:8px!important}.react-flow__handle{width:8px!important;height:8px!important}}@media (max-width: 768px){.ant-timeline-item{padding-bottom:12px!important}.ant-timeline-item-content{font-size:13px!important}}@media (max-width: 768px){.ant-table-wrapper{position:relative}.ant-table-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;width:30px;background:linear-gradient(to left,rgba(0,0,0,.08),transparent);pointer-events:none;opacity:1;transition:opacity .3s}.ant-table-wrapper.scrolled-to-end:after{opacity:0}.ant-table-thead>tr>th{position:sticky!important;top:0!important;z-index:3!important;background:var(--ant-table-header-bg)!important}.ant-table-tbody>tr>td,.ant-table-thead>tr>th{padding:8px!important;font-size:13px!important}.ant-table-tbody>tr{min-height:48px!important}.ant-table-wrapper:not(.ant-table-wrapper-rtl) .ant-table-tbody>tr>td:first-child,.ant-table-wrapper:not(.ant-table-wrapper-rtl) .ant-table-thead>tr>th:first-child{position:sticky!important;left:0!important;z-index:2!important;background:inherit!important}.ant-table-tbody>tr>td:last-child{position:sticky!important;right:0!important;background:inherit!important;z-index:2!important}.ant-pagination{margin:16px 0!important}.ant-pagination-item,.ant-pagination-prev,.ant-pagination-next{min-width:36px!important;height:36px!important;line-height:34px!important;margin:0 2px!important}@media (max-width: 480px){.ant-pagination-options{display:none!important}}}@media (max-width: 768px) and (prefers-color-scheme: dark){.ant-table-wrapper:after{background:linear-gradient(to left,rgba(0,0,0,.3),transparent)}}@media (max-width: 768px){.ant-form-item{margin-bottom:16px!important}.ant-form-item .ant-form-item-control{flex:1!important}.ant-form-item-label{padding:0 0 4px!important}.ant-input,.ant-input-number,.ant-input-password,.ant-picker,.ant-select{width:100%!important}.ant-input,.ant-input-number-input,.ant-input-password input{min-height:44px!important;font-size:16px!important;padding:8px 12px!important}.ant-select-selector{min-height:44px!important;padding:4px 12px!important}.ant-select-selection-search-input{height:36px!important;font-size:16px!important}.ant-select-selection-item{line-height:36px!important}.ant-picker{min-height:44px!important;padding:8px 12px!important}.ant-picker-input>input{font-size:16px!important}.ant-input-textarea textarea{min-height:100px!important;font-size:16px!important;padding:8px 12px!important}.ant-input-number{width:100%!important}.ant-input-number-handler-wrap{width:32px!important}.ant-checkbox-wrapper,.ant-radio-wrapper{min-height:44px!important;display:flex!important;align-items:center!important;margin-bottom:8px!important}.ant-checkbox-inner,.ant-radio-inner{width:20px!important;height:20px!important}.ant-checkbox-inner:after{width:6px!important;height:10px!important}.ant-switch{min-width:48px!important;height:26px!important}.ant-switch-handle{width:22px!important;height:22px!important}.ant-form-item-control-input-content>.ant-space,.ant-form-item-control-input-content>.ant-btn-group{width:100%!important;display:flex!important;flex-direction:column!important;gap:8px!important}.ant-form-item-control-input-content>.ant-space>.ant-space-item,.ant-form-item-control-input-content>.ant-btn-group>.ant-btn{width:100%!important}.ant-upload-wrapper,.ant-upload-select{width:100%!important}}@media (max-width: 768px){.ant-form-item-explain,.ant-form-item-extra{font-size:13px!important;margin-top:4px!important}.ant-form-item-explain-error{min-height:auto!important}}@media (max-width: 768px){.ant-select-dropdown{max-width:100vw!important}.ant-select-item{min-height:44px!important;padding:8px 12px!important;font-size:16px!important}.ant-select-dropdown .ant-select-selection-search-input{font-size:16px!important}}@media (max-width: 768px){.ant-picker-dropdown{width:auto!important;max-width:calc(100vw - 32px)!important}.ant-picker-panel-container{max-width:100%!important}.ant-picker-cell{padding:6px 0!important}.ant-picker-cell-inner{min-width:32px!important;height:32px!important;line-height:32px!important;font-size:14px!important}.ant-picker-time-panel-column{width:64px!important}.ant-picker-time-panel-cell-inner{padding:8px 0!important;font-size:16px!important}}@media (max-width: 768px){.ant-input-group-wrapper{width:100%!important}.ant-input-group-addon{min-width:44px!important;font-size:14px!important}}@media (max-width: 768px){.ant-select-auto-complete .ant-select-dropdown{max-width:100vw!important}.ant-select-item-option-content{font-size:16px!important}}@media (max-width: 768px){.ant-drawer-body,.ant-drawer-header{padding:16px!important}.ant-drawer-title{font-size:18px!important;font-weight:600!important}.ant-drawer-footer{padding:12px 16px!important;border-top:1px solid var(--ant-color-border)!important}.ant-drawer-footer .ant-space{width:100%!important;display:flex!important;flex-direction:column-reverse!important;gap:8px!important}.ant-drawer-footer .ant-space>.ant-space-item{width:100%!important;margin:0!important}.ant-drawer-footer .ant-btn{width:100%!important;height:48px!important;font-size:16px!important}.drawer-form-layout{flex-direction:column!important}.drawer-form-main{width:100%!important;padding-right:0!important}.drawer-form-tips{width:100%!important;margin-top:16px!important;padding:12px!important;border-top:1px solid var(--ant-color-border)!important;border-left:none!important}}@media (max-width: 768px){@media (max-width: 480px){.ant-table-tbody>tr>td{display:block!important;width:100%!important;border-bottom:none!important;padding:4px 8px!important}.ant-table-tbody>tr>td:last-child{border-bottom:1px solid var(--ant-color-border)!important;padding-bottom:12px!important}.ant-table-tbody>tr{border-bottom:2px solid var(--ant-color-border)!important;margin-bottom:8px!important;display:block!important}.ant-table-tbody>tr>td:before{content:attr(data-label);font-weight:600;display:block;margin-bottom:4px;color:var(--ant-color-text-secondary);font-size:12px}}}@media (max-width: 768px){.ant-space-horizontal{flex-direction:column!important;row-gap:8px!important}.ant-space-horizontal>.ant-space-item{width:100%!important}.ant-space-item>.ant-btn,.ant-space-item>.ant-input,.ant-space-item>.ant-select{width:100%!important}}@media (max-width: 768px){.ant-alert{padding:8px 12px!important;font-size:14px!important}.ant-alert-message{font-size:14px!important}.ant-alert-description{font-size:13px!important}}@media (max-width: 768px){.ant-steps-vertical{padding:0!important}.ant-steps-item-title{font-size:14px!important}.ant-steps-item-description{font-size:12px!important}}@media (max-width: 768px){.ant-tag{padding:4px 8px!important;font-size:12px!important}}@media (max-width: 768px){.ant-segmented{width:100%!important}.ant-segmented-item{min-height:40px!important;padding:8px!important}.ant-segmented-item-label{min-height:24px!important;line-height:24px!important}}.high-contrast{--high-contrast-text: #000000;--high-contrast-bg: #ffffff;--high-contrast-border: #000000;--high-contrast-link: #0000EE;--high-contrast-link-visited: #551A8B;--high-contrast-focus: #FF6600}.high-contrast.dark{--high-contrast-text: #ffffff;--high-contrast-bg: #000000;--high-contrast-border: #ffffff;--high-contrast-link: #4DA6FF;--high-contrast-link-visited: #E066FF;--high-contrast-focus: #FFD700}.high-contrast .ant-typography,.high-contrast p,.high-contrast span,.high-contrast div{color:var(--high-contrast-text)!important}.high-contrast .ant-card,.high-contrast .ant-modal-content,.high-contrast .ant-drawer-content,.high-contrast .ant-table{background:var(--high-contrast-bg)!important;border:2px solid var(--high-contrast-border)!important}.high-contrast a{color:var(--high-contrast-link)!important;text-decoration:underline!important;font-weight:600!important}.high-contrast a:visited{color:var(--high-contrast-link-visited)!important}.high-contrast a:hover,.high-contrast a:focus{color:var(--high-contrast-focus)!important;outline:3px solid var(--high-contrast-focus)!important;outline-offset:2px!important}.high-contrast .ant-btn{border:2px solid var(--high-contrast-border)!important;font-weight:700!important;min-height:44px!important}.high-contrast .ant-btn-primary{background:#000!important;color:#fff!important;border-color:#000!important}.high-contrast.dark .ant-btn-primary{background:#fff!important;color:#000!important;border-color:#fff!important}.high-contrast .ant-btn:focus,.high-contrast .ant-btn:hover{outline:3px solid var(--high-contrast-focus)!important;outline-offset:2px!important}.high-contrast .ant-input,.high-contrast .ant-select-selector,.high-contrast .ant-picker,.high-contrast .ant-input-number{border:2px solid var(--high-contrast-border)!important;background:var(--high-contrast-bg)!important;color:var(--high-contrast-text)!important;font-weight:600!important}.high-contrast .ant-input:focus,.high-contrast .ant-select-focused .ant-select-selector,.high-contrast .ant-picker-focused,.high-contrast .ant-input-number-focused{outline:3px solid var(--high-contrast-focus)!important;outline-offset:2px!important;border-color:var(--high-contrast-focus)!important}.high-contrast .ant-table-thead>tr>th{background:var(--high-contrast-text)!important;color:var(--high-contrast-bg)!important;border:2px solid var(--high-contrast-border)!important;font-weight:700!important}.high-contrast .ant-table-tbody>tr>td{border:1px solid var(--high-contrast-border)!important;font-weight:600!important}.high-contrast .ant-table-tbody>tr:hover>td{background:#f0f0f0!important}.high-contrast.dark .ant-table-tbody>tr:hover>td{background:#1a1a1a!important}.high-contrast .anticon{color:var(--high-contrast-text)!important;font-size:20px!important}.high-contrast .ant-badge,.high-contrast .ant-tag{border:2px solid var(--high-contrast-border)!important;font-weight:700!important}.high-contrast .ant-modal-mask,.high-contrast .ant-drawer-mask{background-color:#000000d9!important}.high-contrast *:focus{outline:3px solid var(--high-contrast-focus)!important;outline-offset:2px!important}.high-contrast .ant-btn-disabled,.high-contrast .ant-input-disabled,.high-contrast .ant-select-disabled .ant-select-selector{opacity:.5!important;cursor:not-allowed!important;text-decoration:line-through!important}.high-contrast .ant-alert-success{background:#0a0!important;color:#fff!important;border:3px solid #006600!important}.high-contrast .ant-alert-error{background:#c00!important;color:#fff!important;border:3px solid #880000!important}.high-contrast .ant-alert-warning{background:#fa0!important;color:#000!important;border:3px solid #CC8800!important}.high-contrast .ant-alert-info{background:#06c!important;color:#fff!important;border:3px solid #004499!important}.high-contrast *{box-shadow:none!important;text-shadow:none!important}.high-contrast .ant-card,.high-contrast .ant-table,.high-contrast .ant-input,.high-contrast .ant-select-selector,.high-contrast .ant-modal-content{border-width:2px!important}
