@charset "UTF-8";/* stylelint-disable */
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: 0.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: 0.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: -0.25em;
}
sup {
  top: -0.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: 0.75em;
  padding-bottom: 0.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: 0.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: 0.2em;
  background-color: #feffe6;
}
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/
.hljs {
  color: #24292e;
  background: #ffffff
}
.hljs-doctag,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-variable.language_ {
  /* prettylights-syntax-keyword */
  color: #d73a49
}
.hljs-title,
.hljs-title.class_,
.hljs-title.class_.inherited__,
.hljs-title.function_ {
  /* prettylights-syntax-entity */
  color: #6f42c1
}
.hljs-attr,
.hljs-attribute,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-operator,
.hljs-variable,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-id {
  /* prettylights-syntax-constant */
  color: #005cc5
}
.hljs-regexp,
.hljs-string,
.hljs-meta .hljs-string {
  /* prettylights-syntax-string */
  color: #032f62
}
.hljs-built_in,
.hljs-symbol {
  /* prettylights-syntax-variable */
  color: #e36209
}
.hljs-comment,
.hljs-code,
.hljs-formula {
  /* prettylights-syntax-comment */
  color: #6a737d
}
.hljs-name,
.hljs-quote,
.hljs-selector-tag,
.hljs-selector-pseudo {
  /* prettylights-syntax-entity-tag */
  color: #22863a
}
.hljs-subst {
  /* prettylights-syntax-storage-modifier-import */
  color: #24292e
}
.hljs-section {
  /* prettylights-syntax-markup-heading */
  color: #005cc5;
  font-weight: bold
}
.hljs-bullet {
  /* prettylights-syntax-markup-list */
  color: #735c0f
}
.hljs-emphasis {
  /* prettylights-syntax-markup-italic */
  color: #24292e;
  font-style: italic
}
.hljs-strong {
  /* prettylights-syntax-markup-bold */
  color: #24292e;
  font-weight: bold
}
.hljs-addition {
  /* prettylights-syntax-markup-inserted */
  color: #22863a;
  background-color: #f0fff4
}
.hljs-deletion {
  /* prettylights-syntax-markup-deleted */
  color: #b31d28;
  background-color: #ffeef0
}
.hljs-char.escape_,
.hljs-link,
.hljs-params,
.hljs-property,
.hljs-punctuation,
.hljs-tag {
  /* purposely ignored */
  
}
/*
* Ant Design 侧边栏组件样式覆盖
*
* 用于自定义 Layout.Sider 和 Drawer 组件,保持与原设计一致的视觉风格
*/
.custom-sider {
  position: fixed !important;
  left: 0;
  top: 0;
  height: 100vh;
  z-index: 900;
  overflow: hidden;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-sider :deep(.ant-layout-sider-children) {
  background-image: url("/assets/bg_bottom-DbYRE-IT.png"), linear-gradient(180deg, #fefdf5 0%, #d5dffd 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center top;
  background-size: 100% auto, 100% 100%;
  border-right: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.custom-sider :deep(.ant-layout-sider-children) > * {
  position: relative;
  z-index: 1;
}

.resize-handle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  cursor: col-resize;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.resize-handle .resize-handle-indicator {
  width: 3px;
  height: 40px;
  background: rgba(66, 58, 250, 0.3);
  border-radius: 2px;
  opacity: 0;
  transition: all 0.2s ease;
}
.resize-handle:hover .resize-handle-indicator, .resize-handle.dragging .resize-handle-indicator {
  opacity: 1;
  background: rgba(66, 58, 250, 0.6);
}
.resize-handle.dragging {
  background: rgba(66, 58, 250, 0.05);
}

.custom-drawer :deep(.ant-drawer-body) {
  background-image: url("/assets/bg_bottom-DbYRE-IT.png"), linear-gradient(180deg, #fefdf5 0%, #d5dffd 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center top;
  background-size: 100% auto, 100% 100%;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.custom-drawer :deep(.ant-drawer-mask) {
  background: rgba(0, 0, 0, 0.45);
}
.custom-drawer :deep(.ant-drawer-content-wrapper) {
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.custom-drawer :deep(.ant-drawer-content) {
  border-radius: 0;
  background: transparent;
}

@media (max-width: 767px) {
  .custom-drawer :deep(.ant-drawer-content-wrapper) {
    width: 280px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .custom-drawer :deep(.ant-drawer-content-wrapper) {
    width: 280px !important;
  }
}
/* CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
  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;
}

/* 移除列表样式 */
ul,
ol {
  list-style: none;
}

/* 移除链接下划线 */
a {
  text-decoration: none;
  color: inherit;
}

/* 图片响应式 */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 按钮样式重置 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  outline: none;
  background: none;
}
button {
  cursor: pointer;
}

/* 表格样式重置 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 使用系统字体，无需加载字体文件 */
/* 注释掉自定义字体，使用系统默认字体 */
/*
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  src: url('assets/fonts/NotoSansSC-VariableFont_wght_2.ttf');
}

@font-face {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  src: url('assets/fonts/MSYH_1.ttf');
}

@font-face {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: bold;
  src: url('assets/fonts/MSYHBD_1.ttf');
}
*/
@font-face {
  font-family: "Arial";
  font-style: normal;
  font-weight: bold;
  src: url("/assets/ARIALBD_1_1-FEHhJQl7.ttf");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/IBMPlexSans-Medium_3-CiYGbw2O.ttf");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/Inter-Medium_1-B-v0_u3u.otf");
}
#app {
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #262626;
  background-color: #fafafa;
}
.ant-dropdown .ant-dropdown-menu {
  padding: 6px;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.06);
  min-width: 160px;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
  padding: 10px 12px;
  border-radius: 8px;
  margin: 2px 0;
  transition: all 0.2s ease;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover {
  background: #f5f5f5;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:first-child {
  margin-top: 0;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:last-child {
  margin-bottom: 0;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .menu-item-content {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #374151;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .menu-item-content svg {
  flex-shrink: 0;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .menu-item-content.danger {
  color: #ef4444;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-divider {
  margin: 6px 0;
  background: #e5e7eb;
}
.ant-modal .ant-modal-content {
  border-radius: 12px;
  overflow: hidden;
}
.ant-modal .ant-modal-header {
  padding: 20px 24px 12px;
  border-bottom: none;
}
.ant-modal .ant-modal-header .ant-modal-title {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}
.ant-modal .ant-modal-body {
  padding: 12px 24px 20px;
}
.ant-modal .ant-modal-footer {
  padding: 12px 24px 20px;
  border-top: none;
}
.ant-modal .ant-modal-footer .ant-btn {
  border-radius: 8px;
  height: 36px;
  padding: 0 20px;
  font-weight: 500;
}
.ant-message .ant-message-notice-content {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.flex {
  display: flex;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mt-sm {
  margin-top: 8px;
}
.mt-md {
  margin-top: 16px;
}
.mt-lg {
  margin-top: 24px;
}
.mb-sm {
  margin-bottom: 8px;
}
.mb-md {
  margin-bottom: 16px;
}
.mb-lg {
  margin-bottom: 24px;
}
.ml-sm {
  margin-left: 8px;
}
.ml-md {
  margin-left: 16px;
}
.ml-lg {
  margin-left: 24px;
}
.mr-sm {
  margin-right: 8px;
}
.mr-md {
  margin-right: 16px;
}
.mr-lg {
  margin-right: 24px;
}
.pt-sm {
  padding-top: 8px;
}
.pt-md {
  padding-top: 16px;
}
.pt-lg {
  padding-top: 24px;
}
.pb-sm {
  padding-bottom: 8px;
}
.pb-md {
  padding-bottom: 16px;
}
.pb-lg {
  padding-bottom: 24px;
}
.pl-sm {
  padding-left: 8px;
}
.pl-md {
  padding-left: 16px;
}
.pl-lg {
  padding-left: 24px;
}
.pr-sm {
  padding-right: 8px;
}
.pr-md {
  padding-right: 16px;
}
.pr-lg {
  padding-right: 24px;
}
.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
.container {
    padding: 0 24px;
}
}
@media (min-width: 1024px) {
.container {
    padding: 0 32px;
}
}