.index_user-avatar__a6HjT {
  display: flex;
  align-items: center;
  word-break: break-word;
}
.index_user-avatar__a6HjT .ant-avatar {
  flex: none;
}
.index_user-avatar__a6HjT > span {
  line-height: 1;
}
.index_user-avatar__a6HjT .index_avatar-text-144__WzKHp {
  font-size: 42px;
}
.index_user-avatar-group__CRVCx > div:not(:first-child) {
  margin-left: -8px;
}
.index_user-avatar-group-flat__hZVv3 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5715;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-variant: tabular-nums;
  font-feature-settings: "tnum", "tnum", "tnum";
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#vision-html {
  height: 100%;
  width: 100%;
  background: #f0f2f5;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  /* Firefox-specific styles */
}
#vision-html body {
  height: 100%;
  width: 100%;
}
#vision-html body .vision-app {
  min-width: 768px;
}
@-moz-document url-prefix() {
  #vision-html * {
    scrollbar-color: #a6a6a6 #f0f0f0;
    scrollbar-width: thin;
  }
}
#vision-html ::-webkit-scrollbar {
  /*Chrome Safari Opera*/
  width: 6px;
  height: 6px;
}
#vision-html ::-webkit-scrollbar-thumb {
  /*Chrome Safari Opera*/
  background: #a6a6a6;
  border-radius: 4px;
}
#vision-html ::-webkit-scrollbar-track {
  /*Chrome Safari Opera*/
  background: #f0f0f0;
}
.vision-app .button-group {
  display: flex;
  gap: 8px;
}
.vision-app .button-group-center {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.vision-app .button-group-left {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
}
.vision-app .button-group-right {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.vision-app .panel-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vision-app .panel-group > div {
  background: #ffffff;
}
.vision-app .primary-color {
  color: #1677ff;
}
.vision-app .money-highlight {
  font-weight: bold;
  color: #34c759;
}
.vision-app .clickable-figure {
  font-size: 16px;
  color: #1677ff;
  text-decoration: underline;
}
.vision-app .clickable-figure:hover {
  cursor: pointer;
}
.vision-app .flex-vertical-group {
  display: flex;
  flex-direction: column;
}
.vision-app .vertical-group-lg {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.vision-app .vertical-group-md {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vision-app .vertical-group-sm {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vision-app .vertical-group-xs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vision-app .flex-horizontal-group-width-inherit {
  display: flex;
  width: 100%;
}
.vision-app .flex-horizontal-group-lg {
  display: flex;
  width: 100%;
  gap: 24px;
}
.vision-app .flex-horizontal-group-sm {
  display: flex;
  width: 100%;
  gap: 12px;
}
.vision-app .flex-horizontal-group-xs {
  display: flex;
  width: 100%;
  gap: 8px;
}
.vision-app .flex-horizontal-group-width-auto {
  display: flex;
}
.vision-app .horizontal-group-lg-width-auto {
  display: flex;
  gap: 24px;
}
.vision-app .horizontal-group-sm-width-auto {
  display: flex;
  gap: 12px;
}
.vision-app .horizontal-group-xs-width-auto {
  display: flex;
  gap: 8px;
}
.vision-app .ellipsis-div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vision-app .required-red-star {
  color: #ff4d4f;
  margin-right: 4px;
  font-size: 13px;
  font-family: SimSun, sans-serif;
}
.vision-app .ant-form-item-hide-label .ant-form-item-label {
  display: none;
}
.vision-app .auto-complete-highlight .ant-select-selection-search {
  padding: 4.5px 0;
}
.vision-app .auto-complete-highlight .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item {
  background-color: light-dark(#e8f0fe, rgba(70, 90, 126, 0.4)) !important;
  background-clip: content-box !important;
}
.vision-app .auto-complete-highlight .ql-editor {
  background-color: light-dark(#e8f0fe, rgba(70, 90, 126, 0.4)) !important;
  background-clip: content-box !important;
}
.vision-app .auto-complete-highlight input,
.vision-app .auto-complete-highlight textarea,
.vision-app .auto-complete-highlight .cm-content {
  background-color: light-dark(#e8f0fe, rgba(70, 90, 126, 0.4)) !important;
  background-clip: content-box !important;
}
.vision-app-watermark {
  height: 100%;
}
.env-topbar {
  font-family: Arial;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  padding: 2px 16px;
  height: 36px;
  background-color: #cd6b07;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.env-topbar-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  stroke-width: 3;
}
.env-topbar-label {
  font-weight: 700;
  letter-spacing: 0.04em;
}
.env-topbar-divider {
  opacity: 0.6;
  margin: 0 4px;
}
.env-topbar-detail {
  opacity: 0.85;
}
.vision-app {
  /** Modal Overrides **/
  /** Drawer Overrides **/
  /** Card Overrides **/
}
.vision-app .ant-app {
  height: 100%;
}
.vision-app .ant-avatar {
  display: flex;
  align-items: center;
}
.vision-app .ant-modal .ant-modal-footer {
  margin-top: 16px !important;
}
.vision-app .ant-modal .ant-modal-header {
  margin-bottom: 12px !important;
}
.vision-app .ant-modal .ant-modal-body {
  padding: 0 8px 4px 8px;
  overflow: auto;
}
.vision-app .ant-modal .ant-modal-body .ant-input-show-count {
  margin-bottom: 22px;
}
.vision-app .ant-modal .ant-modal-title {
  font-weight: 600 !important;
}
.vision-app .vision-resizable-modal .ant-modal-content > .react-resizable-handle {
  width: 10px;
  height: 10px;
  background-size: contain;
}
.vision-app .vision-fullscreen-modal {
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.vision-app .vision-fullscreen-modal > div,
.vision-app .vision-fullscreen-modal .react-draggable,
.vision-app .vision-fullscreen-modal .ant-modal-content {
  height: 100%;
  border-radius: 0;
}
.vision-app .vision-fullscreen-modal .react-draggable {
  transform: none !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
.vision-app .vision-fullscreen-modal .react-draggable .ant-modal-content {
  display: flex;
  flex-direction: column;
}
.vision-app .vision-fullscreen-modal .react-draggable .ant-modal-body {
  flex: auto;
  height: calc(100vh - 140px) !important;
  /* with header and footer */
}
.vision-app .vision-fullscreen-modal:has(.ant-modal-body:last-child) .react-draggable .ant-modal-body {
  height: calc(100vh - 85px) !important;
  /* header only, no footer */
}
.vision-app .modal-cotent-overflow .ant-modal-body {
  padding: 0 8px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  overflow-x: hidden;
}
.vision-app .modal-cotent-overflow .ant-modal-body .ant-input-show-count {
  margin-bottom: 22px;
}
.vision-app .modal-cotent-overflow:has(.ant-modal-body:last-child) .ant-modal-body {
  max-height: calc(100vh - 85px);
}
.vision-app .ant-drawer-title {
  font-weight: 600 !important;
}
.vision-app .ant-drawer-body {
  position: relative;
  overscroll-behavior: none;
}
.vision-app .ant-card-head-wrapper {
  gap: 8px;
}
.vision-app .ant-card-head-title {
  min-width: 80px;
  padding: 8px 0 !important;
  font-weight: 600;
}
.vision-app .ant-card-extra {
  padding: 8px 0 !important;
  font-weight: 600;
}
.vision-app .ant-card-bordered:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.vision-app .ant-spin-nested-loading {
  height: 100%;
}
.vision-app .ant-spin-nested-loading > div > .ant-spin {
  top: 50%;
  transform: translateY(-50%);
}
.vision-app .hide-required-mark .ant-form-item-required::before {
  display: none !important;
}
.vision-app .ant-form .ant-select,
.vision-app .ant-form .ant-selector,
.vision-app .ant-form .ant-picker {
  width: 100%;
}
.vision-app .month-day .ant-picker-year-btn,
.vision-app .month-day .ant-picker-header-super-prev-btn,
.vision-app .month-day .ant-picker-header-super-next-btn,
.vision-app .month-day .ant-picker-footer {
  display: none;
}
.vision-app .ant-select-item-empty {
  padding: 4px 8px;
}
.vision-app .ant-switch .ant-switch-inner .ant-switch-inner-unchecked,
.vision-app .ant-switch .ant-switch-inner .ant-switch-inner-checked {
  font-size: 12px;
}
.vision-app .ant-typography,
.vision-app .ant-typography p {
  margin: 0;
}
.vision-app .ant-typography {
  white-space: pre-wrap;
}
.vision-app .ant-typography-ellipsis-single-line {
  white-space: nowrap;
}
.vision-app .ant-typography.ant-typography-secondary {
  color: rgba(0, 0, 0, 0.55);
}
.vision-app .ant-popover-inner-content {
  display: flex;
  gap: 4px;
}
.vision-app .ant-tooltip-inner {
  white-space: pre-wrap;
}
.vision-app .ant-link-button-no-padding {
  padding: 0;
  border: none;
  height: auto;
}
.vision-app .ant-notification-notice-message {
  white-space: pre-wrap;
}
.vision-app .grahp-sso-message .ant-message-custom-content {
  display: flex;
  align-items: flex-start;
}
.vision-app .grahp-sso-message .ant-message-custom-content > span:nth-child(2) {
  text-align: left;
}
.vision-app .ant-popconfirm {
  z-index: 2060;
}
.vision-app .ant-descriptions .ant-descriptions-row > th {
  padding-bottom: 0px;
}
.vision-app .ant-descriptions .ant-descriptions-row > td {
  padding-bottom: 8px;
}
.vision-app .ant-descriptions-item-content {
  white-space: pre-wrap;
}
.vision-app .ant-table-wrapper .ant-table {
  scrollbar-color: inherit;
}
.vision-app .ant-badge .ant-badge-count {
  font-size: 11px;
}
.vision-app .page-inner-tab-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 8px;
}
.vision-app .page-inner-tab-item .ant-badge-count {
  background-color: #e6f7ff;
  color: #1677ff;
}
.vision-app .tag-select .ant-select-item-option:first-child::after {
  content: "(create new)";
  color: #1890ff;
}
.vision-app .tag-select .ant-select-item-option-selected::after {
  content: "";
}
.vision-app .ant-tabs .ant-tabs-tab.ant-tabs-tab-disabled {
  color: #00000040;
}
.vision-app .ant-tabs .ant-tabs-tab-icon {
  margin-inline-end: 6px !important;
}
.vision-app .hide-upload-btn .ant-upload {
  display: none;
}
.vision-app .ant-select-disabled {
  cursor: not-allowed;
}
.vision-app .ant-select-disabled .ant-select-selector {
  pointer-events: none;
}
.vision-app .ant-select-disabled .ant-select-selector .ant-select-selection-item {
  -webkit-user-select: auto;
          user-select: auto;
}
.vision-app .ant-select-auto-complete.ant-select-disabled {
  cursor: not-allowed;
}
.vision-app .ant-select-auto-complete.ant-select-disabled .ant-select-selector .ant-select-selection-search {
  pointer-events: auto;
}
.watermark-switch.ant-switch {
  background: rgba(255, 255, 255, 0.45);
}
.watermark-switch.ant-switch:hover:not(.ant-switch-disabled) {
  background: rgba(255, 255, 255, 0.55);
}
.watermark-switch.ant-switch-checked {
  background: rgba(255, 255, 255, 0.25);
}
.watermark-switch.ant-switch-checked:hover:not(.ant-switch-disabled) {
  background: rgba(255, 255, 255, 0.35);
}
.watermark-switch.ant-switch-checked .ant-switch-handle::before {
  background: #3a3d42;
  background: var(--theme-header-bg, #3a3d42);
}
.app-layout-header {
  width: 100%;
  height: 48px;
  line-height: 48px;
}
.app-header {
  width: 100%;
  height: 48px;
  line-height: 48px;
  height: calc(0px + 48px);
  height: calc(var(--env-topbar-height, 0px) + 48px);
  flex: none;
  background: transparent;
}
.app-header-fixed {
  width: 100%;
  height: 48px;
  line-height: 48px;
  position: fixed;
  top: 0px;
  top: var(--env-topbar-height, 0px);
  right: 0px;
  z-index: 100;
  padding: 0 16px;
  background-color: #3a3d42;
  background-color: var(--theme-header-bg, #3a3d42);
  color: #ffffff;
  color: var(--theme-header-text, #ffffff);
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.app-header-fixed > * {
  height: 100%;
}
.app-header-fixed-left {
  min-width: 270px;
  position: relative;
  overflow: hidden;
}
.app-header-fixed-left img {
  height: 30px;
  vertical-align: middle;
}
.app-header-fixed-left a {
  cursor: default;
  display: flex;
  align-items: center;
  height: 100%;
}
.app-header-fixed-left a h1 {
  margin: 0 0 0 12px;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  color: var(--theme-header-text, #ffffff);
}
.app-header-fixed-right {
  display: flex;
  align-items: center;
}
.app-header-fixed-right-item {
  height: 100%;
  display: flex;
  padding: 0 9px;
  transition: background 0.2s;
}
.app-header-fixed-right-item:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.12);
  background: var(--theme-header-hover-bg, rgba(255, 255, 255, 0.12));
}
.app-header-fixed-right-item:last-child {
  height: 100%;
}
.app-header-fixed-icon {
  cursor: pointer;
  font-size: 20px;
  vertical-align: middle;
}
.app-header-fixed-submenu {
  cursor: pointer;
}
.app-header-fixed-submenu:hover {
  color: #1677ff !important;
}
.app-header-fixed-divider {
  margin: 4px 0;
}
.vision-app,
.vision-app[data-theme="light"] {
  --theme-header-bg: #3a3d42;
  --theme-header-text: #ffffff;
  --theme-header-hover-bg: rgba(255, 255, 255, 0.12);
  --theme-sidebar-rail-bg: #e9e9e9;
  --theme-sidebar-rail-text: rgba(0, 0, 0, 0.85);
  --theme-sidebar-rail-hover: rgba(0, 0, 0, 0.08);
  --theme-sidebar-rail-active-text: rgba(0, 0, 0, 0.95);
  --theme-sidebar-rail-border-top: rgba(0, 0, 0, 0.1);
  --theme-sidebar-panel-text: #1a1c1f;
  --theme-sidebar-panel-border: #e2e4e8;
  --theme-sidebar-panel-shadow: rgba(0, 0, 0, 0.04);
  --theme-sidebar-panel-header-border: #e2e4e8;
  --theme-sidebar-menu-category-bg: #f2f3f5;
  --theme-sidebar-menu-category-text: rgba(0, 0, 0, 0.65);
  --theme-sidebar-menu-category-bar: #aeb1b5;
  --theme-sidebar-sliver-bg: #f0f1f3;
  --theme-sidebar-sliver-border: #d9dbdf;
  --theme-sidebar-sliver-icon: #8c8f94;
  --theme-sidebar-sliver-hover-bg: #e8e9ec;
  --theme-sidebar-sliver-hover-icon: #505459;
}
.vision-app[data-theme="blue"] {
  --theme-header-bg: #2c5282;
  --theme-header-text: #ffffff;
  --theme-header-hover-bg: rgba(255, 255, 255, 0.15);
  --theme-sidebar-rail-bg: #d6e4f0;
  --theme-sidebar-rail-text: #2c5282;
  --theme-sidebar-rail-hover: rgba(44, 82, 130, 0.1);
  --theme-sidebar-rail-active-text: #1a365d;
  --theme-sidebar-rail-border-top: rgba(44, 82, 130, 0.15);
  --theme-sidebar-panel-text: #1a365d;
  --theme-sidebar-panel-border: #d6e4f0;
  --theme-sidebar-panel-shadow: rgba(44, 82, 130, 0.06);
  --theme-sidebar-panel-header-border: #d6e4f0;
  --theme-sidebar-menu-category-bg: #edf3fa;
  --theme-sidebar-menu-category-text: #4a6fa5;
  --theme-sidebar-menu-category-bar: #7ba7d0;
  --theme-sidebar-sliver-bg: #edf3fa;
  --theme-sidebar-sliver-border: #c9d9ea;
  --theme-sidebar-sliver-icon: #5a8ab5;
  --theme-sidebar-sliver-hover-bg: #dce8f3;
  --theme-sidebar-sliver-hover-icon: #2c5282;
}
.vision-app[data-theme="dark"] {
  --theme-header-bg: #1e2024;
  --theme-header-text: #e2e4e8;
  --theme-header-hover-bg: rgba(255, 255, 255, 0.08);
  --theme-sidebar-rail-bg: #2d3035;
  --theme-sidebar-rail-text: #c5c8cc;
  --theme-sidebar-rail-hover: rgba(255, 255, 255, 0.1);
  --theme-sidebar-rail-active-text: #ffffff;
  --theme-sidebar-rail-border-top: rgba(255, 255, 255, 0.1);
  --theme-sidebar-panel-text: #1a1c1f;
  --theme-sidebar-panel-border: #d9dbdf;
  --theme-sidebar-panel-shadow: rgba(0, 0, 0, 0.1);
  --theme-sidebar-panel-header-border: #e2e4e8;
  --theme-sidebar-menu-category-bg: #e5e6e9;
  --theme-sidebar-menu-category-text: rgba(0, 0, 0, 0.65);
  --theme-sidebar-menu-category-bar: #aeb1b5;
  --theme-sidebar-sliver-bg: #e8e9ec;
  --theme-sidebar-sliver-border: #d0d2d6;
  --theme-sidebar-sliver-icon: #6b6e73;
  --theme-sidebar-sliver-hover-bg: #dcdde0;
  --theme-sidebar-sliver-hover-icon: #2d3035;
}
.vision-app {
  height: 100%;
  width: 100%;
}
.vision-app .app-layout {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.vision-app .app-sidebar-mixin {
  position: fixed;
  padding-top: calc(0px + 48px);
  padding-top: calc(var(--env-topbar-height, 0px) + 48px);
  height: 100%;
}
.vision-app .app-sidebar-placeholder {
  width: var(--sidebar-reserve-width);
}
.vision-app .app-sidebar {
  transition: background-color 0.3s ease 0s, min-width 0.3s ease 0s, max-width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  width: 64px;
  z-index: 100;
  background-color: #e9e9e9;
  background-color: var(--theme-sidebar-rail-bg, #e9e9e9);
  position: fixed;
  padding-top: calc(0px + 48px);
  padding-top: calc(var(--env-topbar-height, 0px) + 48px);
  height: 100%;
}
.vision-app .app-sidebar .menu {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.vision-app .app-sidebar .collapsed-groups {
  flex: 1 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px 6px;
  gap: 2px;
}
.vision-app .app-sidebar .collapsed-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 2px 5px;
  width: 52px;
  cursor: pointer;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.85);
  color: var(--theme-sidebar-rail-text, rgba(0, 0, 0, 0.85));
  transition: background-color 0.2s;
}
.vision-app .app-sidebar .collapsed-item:hover,
.vision-app .app-sidebar .collapsed-item.active {
  background: rgba(0, 0, 0, 0.08);
  background: var(--theme-sidebar-rail-hover, rgba(0, 0, 0, 0.08));
  color: rgba(0, 0, 0, 0.95);
  color: var(--theme-sidebar-rail-active-text, rgba(0, 0, 0, 0.95));
}
.vision-app .app-sidebar .collapsed-icon {
  font-size: 18px;
  line-height: 1;
}
.vision-app .app-sidebar .collapsed-icon .anticon {
  font-size: 18px;
}
.vision-app .app-sidebar .collapsed-icon svg {
  width: 18px;
  height: 18px;
}
.vision-app .app-sidebar .collapsed-icon svg *[fill]:not([fill="none"]):not([fill="currentColor"]) {
  fill: currentColor !important;
}
.vision-app .app-sidebar .collapsed-icon svg *[stroke]:not([stroke="none"]):not([stroke="currentColor"]) {
  stroke: currentColor !important;
}
.vision-app .app-sidebar .collapsed-label {
  font-size: 10px;
  margin-top: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 52px;
  text-align: center;
}
.vision-app .app-sidebar .help-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px 6px;
  gap: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid var(--theme-sidebar-rail-border-top, rgba(0, 0, 0, 0.1));
}
.vision-app .app-sidebar-expanded-panel {
  position: fixed;
  top: calc(0px + 48px);
  top: calc(var(--env-topbar-height, 0px) + 48px);
  bottom: 0;
  left: 64px;
  z-index: 99;
  background: #fff;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.04);
  box-shadow: 2px 0 6px var(--theme-sidebar-panel-shadow, rgba(0, 0, 0, 0.04));
  border-right: 1px solid #e2e4e8;
  border-right: 1px solid var(--theme-sidebar-panel-border, #e2e4e8);
}
.vision-app .app-sidebar-expanded-panel .expanded-panel-scroll {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.vision-app .app-sidebar-expanded-panel .expanded-panel-inner {
  flex: 1 1;
  min-height: 0;
}
.vision-app .app-sidebar-expanded-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  z-index: 1;
  pointer-events: none;
  transition: background 0.25s ease, -webkit-backdrop-filter 0.25s ease;
  transition: background 0.25s ease, backdrop-filter 0.25s ease;
  transition: background 0.25s ease, backdrop-filter 0.25s ease, -webkit-backdrop-filter 0.25s ease;
}
.vision-app .app-sidebar-expanded-panel.panel-blurred::after {
  background: rgba(255, 255, 255, 0.35);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}
.vision-app .app-sidebar-expanded-panel .resize-handle {
  position: absolute;
  right: -2px;
  top: 0;
  width: 4px;
  height: 100%;
  cursor: col-resize;
  z-index: 1;
}
.vision-app .app-sidebar-expanded-panel .resize-handle:hover {
  background: #c9d9ea;
}
.vision-app .app-sidebar-expanded-panel .expanded-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 12px;
  font-weight: 600;
  font-size: 14px;
  color: #1a1c1f;
  color: var(--theme-sidebar-panel-text, #1a1c1f);
  background: #fff;
}
.vision-app .app-sidebar-expanded-panel .expanded-header > span {
  line-height: 1;
}
.vision-app .app-sidebar-expanded-panel .expanded-header .anticon,
.vision-app .app-sidebar-expanded-panel .expanded-header svg {
  vertical-align: middle;
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.vision-app .app-sidebar-expanded-panel .expanded-menu {
  color: #1a1c1f;
  color: var(--theme-sidebar-panel-text, #1a1c1f);
  border-inline-end: none !important;
}
.vision-app .app-sidebar-expanded-panel .expanded-menu > .ant-menu-item-group > .ant-menu-item-group-title {
  height: 26px;
  line-height: 26px;
  padding-left: 10px !important;
  padding-right: 8px !important;
  margin-inline-end: 4px;
  background-color: #f2f3f5;
  background-color: var(--theme-sidebar-menu-category-bg, #f2f3f5);
  border-radius: 6px;
}
.vision-app .app-sidebar-expanded-panel .expanded-menu .menu-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  height: 100%;
  width: 100%;
  padding-right: 8px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.65);
  color: var(--theme-sidebar-menu-category-text, rgba(0, 0, 0, 0.65));
}
.vision-app .app-sidebar-expanded-panel .expanded-menu .menu-category-label {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.vision-app .app-sidebar-expanded-panel .expanded-menu .menu-category-label::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 12px;
  border-radius: 1px;
  background: #3a8fd6;
  background: var(--theme-sidebar-menu-category-bar, #3a8fd6);
  flex-shrink: 0;
}
@keyframes categoryHighlightPulse {
  0% {
    background-color: transparent;
  }
  15% {
    background-color: rgba(250, 173, 20, 0.35);
  }
  85% {
    background-color: rgba(250, 173, 20, 0.35);
  }
  100% {
    background-color: transparent;
  }
}
.vision-app .app-sidebar-expanded-panel .expanded-menu .ant-menu-item-group-title:has(.menu-category-label-highlight) {
  animation: categoryHighlightPulse 3s ease forwards;
}
.vision-app .app-sidebar-expanded-panel .expanded-menu > .ant-menu-item-group:has(
          .ant-menu-item-selected,
          .ant-menu-submenu-selected
        ) > .ant-menu-item-group-title .menu-category-header {
  color: #1677ff;
}
.vision-app .app-sidebar-expanded-panel .expanded-menu > .ant-menu-item-group:has(
          .ant-menu-item-selected,
          .ant-menu-submenu-selected
        ) > .ant-menu-item-group-title .menu-category-header .menu-category-label::before {
  background: #1677ff;
}
.vision-app .app-sidebar-expanded-panel .expanded-menu > .ant-menu-item,
.vision-app .app-sidebar-expanded-panel .expanded-menu > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 30px !important;
  line-height: 30px !important;
  padding-inline-start: 20px !important;
  font-size: 12px;
}
.vision-app .app-sidebar-expanded-panel .expanded-menu > .ant-menu-submenu > .ant-menu-sub > .ant-menu-item {
  height: 30px !important;
  line-height: 30px !important;
  padding-inline-start: 32px !important;
  font-size: 11.5px !important;
}
.vision-app .app-sidebar-expanded-panel .expanded-menu .ant-menu-item-group-list > .ant-menu-item,
.vision-app .app-sidebar-expanded-panel .expanded-menu .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 30px !important;
  line-height: 30px !important;
  padding-inline-start: 20px !important;
  font-size: 12px;
}
.vision-app .app-sidebar-expanded-panel .expanded-menu .ant-menu-sub > .ant-menu-item {
  height: 30px !important;
  line-height: 30px !important;
  padding-inline-start: 32px !important;
  font-size: 11.5px !important;
}
.vision-app .app-sidebar-expanded-panel .expanded-menu .ant-menu-item-selected {
  background-color: #e8f1ff !important;
  color: #1677ff !important;
}
.vision-app .app-sidebar-expanded-panel .expanded-menu .ant-menu-item-selected a,
.vision-app .app-sidebar-expanded-panel .expanded-menu .ant-menu-item-selected .ant-menu-title-content a {
  color: #1677ff !important;
}
.vision-app .app-sidebar-expanded-panel .expanded-menu .ant-menu-submenu-selected > .ant-menu-submenu-title {
  color: #1677ff !important;
}
.vision-app .app-sidebar-expanded-panel .expanded-menu .ant-menu-title-content {
  overflow: visible;
}
.vision-app .app-sidebar-expanded-panel .expanded-menu .ant-menu-item,
.vision-app .app-sidebar-expanded-panel .expanded-menu .ant-menu-submenu-title {
  color: #1a1c1f;
  color: var(--theme-sidebar-panel-text, #1a1c1f);
  padding-inline-end: 8px !important;
}
.vision-app .app-sidebar-collapsed-sliver {
  position: fixed;
  left: 64px;
  top: calc(0px + 48px);
  top: calc(var(--env-topbar-height, 0px) + 48px);
  width: 20px;
  height: calc(100% - 0px - 48px);
  height: calc(100% - var(--env-topbar-height, 0px) - 48px);
  z-index: 99;
  background: #f0f1f3;
  background: var(--theme-sidebar-sliver-bg, #f0f1f3);
  border-right: 1px solid #d9dbdf;
  border-right: 1px solid var(--theme-sidebar-sliver-border, #d9dbdf);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #8c8f94;
  color: var(--theme-sidebar-sliver-icon, #8c8f94);
  font-size: 14px;
}
.vision-app .app-sidebar-collapsed-sliver:hover {
  background: #e8e9ec;
  background: var(--theme-sidebar-sliver-hover-bg, #e8e9ec);
  color: #505459;
  color: var(--theme-sidebar-sliver-hover-icon, #505459);
}
.vision-app .app-sidebar-panel-toggle {
  position: fixed;
  top: calc(0px + 48px + 40px);
  top: calc(var(--env-topbar-height, 0px) + 48px + 40px);
  z-index: 100;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #f0f1f3;
  background: var(--theme-sidebar-sliver-bg, #f0f1f3);
  transition: background 0.2s, border-color 0.2s;
}
.vision-app .app-sidebar-panel-toggle .anticon {
  font-size: 12px;
}
.vision-app .app-sidebar-panel-toggle .toggle-icon {
  color: #1677ff;
}
.vision-app .app-sidebar-panel-toggle:hover {
  background: #e8e9ec;
  background: var(--theme-sidebar-sliver-hover-bg, #e8e9ec);
  border-color: #e8e9ec;
  border-color: var(--theme-sidebar-sliver-hover-bg, #e8e9ec);
}
.vision-app .app-sidebar-panel-toggle:hover .toggle-icon {
  color: #505459 !important;
  color: var(--theme-sidebar-sliver-hover-icon, #505459) !important;
}
.vision-app .app-sidebar-panel-toggle-expanded {
  border: 1px solid #d9dbdf;
  border: 1px solid var(--theme-sidebar-sliver-border, #d9dbdf);
}
.vision-app .app-sidebar-panel-toggle-collapsed {
  border-radius: 0 50% 50% 0;
  left: calc(64px + 6px);
  border-right: 1px solid #d9dbdf;
  border-right: 1px solid var(--theme-sidebar-sliver-border, #d9dbdf);
}
.vision-app .app-sidebar-panel-pin-toggle {
  position: fixed;
  top: calc(0px + 48px + 4px);
  top: calc(var(--env-topbar-height, 0px) + 48px + 4px);
  left: calc(64px + 6px);
  z-index: 100;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #d9dbdf;
  border: 1px solid var(--theme-sidebar-sliver-border, #d9dbdf);
  background: #f0f1f3;
  background: var(--theme-sidebar-sliver-bg, #f0f1f3);
  transition: background 0.2s, border-color 0.2s;
}
.vision-app .app-sidebar-panel-pin-toggle .anticon {
  font-size: 12px;
  transition: transform 0.3s ease, color 0.2s;
}
.vision-app .app-sidebar-panel-pin-toggle .toggle-icon {
  color: #1677ff;
}
.vision-app .app-sidebar-panel-pin-toggle:hover {
  background: #e8e9ec;
  background: var(--theme-sidebar-sliver-hover-bg, #e8e9ec);
}
.vision-app .app-sidebar-panel-pin-toggle:hover .toggle-icon {
  color: #505459 !important;
  color: var(--theme-sidebar-sliver-hover-icon, #505459) !important;
}
.vision-app .app-main {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow-x: auto;
}
.vision-app .app-main > div > div .ant-select-dropdown {
  z-index: 98;
}
.vision-app .app-main.ant-scrolling-effect {
  overflow: auto !important;
}
.vision-app .drawer-no-padding {
  margin: -24px;
  padding: 24px;
}
.vision-app .report-container .ant-spin-container {
  height: 100%;
  overflow: hidden;
}
.vision-app .report-container .ant-spin-container > div > .ant-spin {
  top: 50%;
  transform: translateY(-50%);
}
.vision-app .dragging-item {
  background: #e6f7ff;
}
.vision-app .micro-app-container.container-height-flexible-to-parent micro-app {
  height: 100%;
}
.footer-popover-content {
  min-width: 180px;
  padding: 4px 0;
}
.footer-popover-content .footer-popover-item {
  padding: 6px 14px;
  font-size: 13px;
  cursor: pointer;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.footer-popover-content .footer-popover-item a,
.footer-popover-content .footer-popover-item > div {
  color: inherit;
  display: block;
  width: 100%;
}
.footer-popover-content .footer-popover-item:hover {
  background-color: #f5f5f5;
}
.footer-popover-content .footer-popover-item-active {
  color: #1677ff;
  background: #e8f1ff;
}
.footer-module-popover .ant-popover-inner {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), 0 2px 8px rgba(0, 0, 0, 0.12);
}
.app-float-help-group {
  align-items: flex-end;
}
.app-float-help-group .app-float-help-trigger {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
.app-float-help-group .ant-float-btn {
  width: auto;
}
.app-float-help-group .ant-float-btn .ant-float-btn-body {
  border-radius: 12px !important;
}
.app-float-help-group .ant-float-btn .ant-float-btn-body .ant-float-btn-content {
  width: 100%;
  text-align: left;
  display: block;
  padding: 2px 12px;
}
.app-float-help-group .ant-float-btn .ant-float-btn-body .ant-float-btn-content .ant-float-btn-icon {
  width: auto;
  float: right;
  padding-top: 9px;
}
.app-float-help-group .ant-float-btn .ant-float-btn-body .ant-float-btn-content .ant-float-btn-description {
  display: inline-block;
  line-height: 40px;
  font-size: 12px;
}
.app-float-help-group .ant-float-btn .ant-float-btn-body .ant-float-btn-content .lucide {
  width: 20px;
  height: 20px;
  color: #1677ff;
}
.app-float-help-group .ant-float-btn:hover .ant-float-btn-body {
  border-radius: 12px !important;
}
.app-float-help-group .ant-float-btn:not(.ant-float-btn-group-trigger) {
  min-width: 180px;
}
.app-float-help-group .ant-float-btn-group-trigger {
  min-width: 80px;
}
.app-float-help-group .ant-float-btn-group-trigger .ant-float-btn-icon {
  width: auto;
}
.app-float-help-group .ant-float-btn.ant-float-btn-circle:not(.ant-float-btn-group-trigger) {
  border-radius: 12px !important;
}

.components_upload-image-icon__uKftj {
  height: 64px;
  width: 86px;
  border: 1px #1677ff dashed;
  color: #1677ff;
  text-align: center;
  line-height: 64px;
  cursor: pointer;
  border-radius: 5px;
}
.components_upload-image__ZCgCh .components_ant-upload-select__G\+r0X {
  height: 48px !important;
  width: 48px !important;
}
.components_upload-image__ZCgCh .ant-upload-wrapper {
  display: inline-flex;
  gap: 8px;
}
.components_upload-image__ZCgCh .ant-upload-wrapper .ant-upload-list {
  display: inline-flex;
  gap: 8px;
}
.components_upload-image__ZCgCh .ant-upload-wrapper .ant-upload-list-item {
  margin-top: 0;
}
.components_upload-image-corp__1Zj58 .ant-upload-list-item-thumbnail {
  width: 86px !important;
}
.components_upload-image-corp__1Zj58 .ant-upload-list-item-thumbnail img {
  object-fit: cover !important;
}
.components_badge-color__z-O8I .ant-badge-count {
  background: #fff1f0 !important;
  color: #ff0000 !important;
  box-shadow: 0 0 0 1px #ff0000 !important;
}
.components_circle-count__Fr7ja {
  font-size: 10px;
  padding: 1px 2px;
  border-radius: 8px;
  background: #fff1f0;
  color: #ff0000;
  border: #ff0000 1px solid;
}

.index_comment-layout__iw2iW {
  display: flex;
  gap: 16px;
}
.index_comment-avatar__\+tCUe {
  width: 32px;
}
.index_comment-content__jLUvC {
  flex: 1 1;
  width: 100%;
}
.index_notification__EAPE2 .ant-tooltip-inner {
  padding: 0;
}
.index_notification-body__O26NO {
  width: 700px;
}
.index_notification-title__mOA2l {
  font-size: 16px;
  padding: 12px 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #f0f2f5;
}
.index_notification-content__BUn\+v {
  padding: 12px 24px;
  color: rgba(0, 0, 0, 0.85);
}
.index_notification-content-item__8hVoi {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #f0f2f5;
  padding: 6px 0;
}
.index_notification-content-item__8hVoi:first-child {
  padding-top: 0;
}
.index_notification-content-item__8hVoi:last-child {
  border: none;
}
.index_notification-content__BUn\+v .index_item-right__3IsXt {
  width: 100%;
}
.index_notification-content__BUn\+v .index_text-row__m-x7i {
  display: flex;
  justify-content: space-between;
}
.index_notification-content__BUn\+v .index_summary-row__-q94H {
  display: flex;
  min-width: 160px;
  align-items: baseline;
}
.index_notification-content__BUn\+v .index_summary-row__-q94H .index_summary-view__uvuyE {
  width: 90px;
  text-align: end;
}
.index_app-center__xECCm {
  min-width: 400px;
}
.index_app-center__xECCm .ant-tooltip-inner {
  padding: 0;
}
.index_app-center-body__3UXN9 {
  width: 100%;
}
.index_app-center-title__XgLLY {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  padding: 8px 16px;
  border-bottom: 1px solid #f0f2f5;
}
.index_app-center-content__-2F80 {
  padding: 24px 16px;
  color: rgba(0, 0, 0, 0.85);
}
.index_badge__NMgTr {
  margin-right: 20px;
}

.ReleaseSummary_root__HnZ6y {
  display: inline-flex;
}
.ReleaseSummary_root__HnZ6y.ReleaseSummary_hasText__0N4BH {
  display: flex;
  width: 100%;
}
.ReleaseSummary_iconWrap__NaAWp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #e8f1ff;
  color: #1677ff;
  font-size: 18px;
  flex-shrink: 0;
}
.ReleaseSummary_iconWrap__NaAWp.ReleaseSummary_withText__LUEB9 {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  width: 100%;
  height: auto;
  padding: 5px 10px;
  font-size: 13px;
  background-color: rgba(46, 126, 208, 0.12);
  color: #1677ff;
  border-radius: 6px;
}
.ReleaseSummary_text__L9vMs {
  font-size: 11px;
  font-weight: 600;
  color: #1677ff;
  line-height: 1;
  white-space: nowrap;
}
.ReleaseSummary_moduleRow__AZI\+- {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  scrollbar-width: none;
}
.ReleaseSummary_moduleRow__AZI\+-::-webkit-scrollbar {
  display: none;
}
.ReleaseSummary_moduleEntry__BCwj6 {
  flex: 1 1;
  min-width: 150px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 20px;
  background: #f5f7fa;
  border: 1px solid #eaecef;
  transition: background-color 0.15s, border-color 0.15s, transform 0.15s;
}
.ReleaseSummary_moduleEntry__BCwj6:hover {
  background-color: #eaf1fb;
  border-color: #c3d9f5;
  transform: translateY(-1px);
}
.ReleaseSummary_moduleEntryDisabled__GrZQP {
  cursor: not-allowed;
  opacity: 0.45;
}
.ReleaseSummary_moduleEntryDisabled__GrZQP:hover {
  background-color: #f5f7fa;
  border-color: #eaecef;
  transform: none;
}
.ReleaseSummary_moduleEntryLabel__0u0ix {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ReleaseSummary_moduleEntryIcon__-OgUy .anticon {
  font-size: 20px;
}
.ReleaseSummary_moduleEntryIcon__-OgUy svg {
  width: 20px;
  height: 20px;
}
.ReleaseSummary_quickEntranceGrid__\+wmc7 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
  gap: 8px;
  flex: 1 1;
  min-height: 0;
  overflow-y: auto;
}
.ReleaseSummary_quickEntranceItem__ud\+Ca {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  cursor: pointer;
  border-radius: 10px;
  background: #f5f7fa;
  border: 1px solid #eaecef;
  transition: background-color 0.15s, border-color 0.15s;
}
.ReleaseSummary_quickEntranceItem__ud\+Ca:hover {
  background-color: #eaf1fb;
  border-color: #c3d9f5;
}
.ReleaseSummary_quickEntranceItemDisabled__4\+p7b {
  cursor: not-allowed;
  opacity: 0.45;
}
.ReleaseSummary_quickEntranceItemDisabled__4\+p7b:hover {
  background-color: #f5f7fa;
  border-color: #eaecef;
}
.ReleaseSummary_quickEntranceItemMore__hvz-Z {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fafafa;
  border: 1px dashed #d9d9d9;
  color: #bfbfbf;
  font-size: 12px;
}
.ReleaseSummary_quickEntranceLabel__S7FuL {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ReleaseSummary_quickEntranceIcon__ZqdKn .anticon {
  font-size: 18px;
}
.ReleaseSummary_quickEntranceIcon__ZqdKn svg {
  width: 18px;
  height: 18px;
}
.ReleaseSummary_container__AHqlp {
  padding: 16px 0;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_moduleBlock__bO0nP {
  padding: 0 !important;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_moduleBlock__bO0nP .ReleaseSummary_moduleTitle__tou1b {
  margin-top: 10px;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_moduleBlock__bO0nP .ReleaseSummary_moduleText__EkZR6 {
  font-size: 14px;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_moduleBlock__bO0nP .ReleaseSummary_noCategory__ovGgA {
  margin-top: 10px;
  margin-bottom: 5px;
}
.ReleaseSummary_container__AHqlp h5.ant-typography {
  color: #5e7284;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_moduleTitle__tou1b {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 8px !important;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_moduleTitle__tou1b::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_featureList__m5u7N {
  padding-left: 16px;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_featureList__m5u7N .ant-list-item {
  padding: 0;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_feature__0Cyzz {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 32px;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_featureTitle__vI\+tJ {
  flex: auto;
  max-width: 750px;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_featureTitle__vI\+tJ .ant-typography-ellipsis {
  line-height: 32px;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_featureTitle__vI\+tJ::before {
  content: "•";
  color: #1677ff;
  position: absolute;
  left: -10px;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_tags__LY5Lk {
  flex: none;
}
.ReleaseSummary_container__AHqlp .ReleaseSummary_tags__LY5Lk .ant-tag {
  font-size: 12px;
  margin-right: 0;
  margin-left: 8px;
}

.new_releases_modal__FIPWa .new_releases_subTitle__brLbk {
  background-color: #f5f5f5;
  padding: 4px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.new_releases_modal__FIPWa .new_releases_viewAll__s5h9l {
  color: #1890ff;
  white-space: pre-wrap;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.index_overSearchWrapper__YD5c\+ {
  position: relative;
  display: flex;
  align-items: center;
  width: 640px;
}
.index_overSearchWrapperOpen__08FS8 {
  z-index: 1;
}
.index_searchShell__xdKO1 {
  position: relative;
  width: 640px;
  padding: 0px;
  border-radius: 8px;
  background: #dddddd;
  transition: background 0.2s ease;
}
.index_searchShellLoading__wfnCK {
  background: linear-gradient(90deg, #1a73e8, #a8c8ff, #1a73e8);
  background-size: 200% 100%;
  animation: index_loadingBorder__Roase 1s linear infinite;
}
.index_searchShellAiActive__\+eREh {
  background: linear-gradient(90deg, #ff6ec7, #f9a825, #43e97b, #38f9d7, #667eea, #f093fb, #ff6ec7);
  padding: 2px;
  background-size: 300% 100%;
  animation: index_aurora__mr6Yv 1.5s linear infinite;
}
.index_searchBar__gc7k- {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px 6px 16px;
  background: #ffffff;
  border-radius: 8px;
  height: 32px;
}
.index_searchInput__FaAtR {
  background: transparent;
  border: none;
  color: #333333;
  padding: 1px;
}
.index_searchInput__FaAtR:hover {
  box-shadow: none;
}
.index_searchInput__FaAtR:focus-within {
  box-shadow: none;
  border: none;
}
.index_searchInput__FaAtR .ant-input-affix-wrapper {
  background: transparent;
  border: none !important;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
}
.index_searchInput__FaAtR .ant-input-affix-wrapper:focus,
.index_searchInput__FaAtR .ant-input-affix-wrapper:focus-within,
.index_searchInput__FaAtR .ant-input-affix-wrapper:hover {
  border: none !important;
  box-shadow: none !important;
}
.index_searchInput__FaAtR .ant-input {
  background: transparent !important;
  color: #333333;
  border: none !important;
}
.index_searchInput__FaAtR .ant-input:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none;
}
.index_searchInput__FaAtR .ant-input::placeholder {
  color: #8c8c8c;
}
.index_searchInput__FaAtR .ant-input-clear-icon {
  color: rgba(31, 41, 55, 0.35);
}
.index_searchInputAi__wv76i .ant-input-affix-wrapper {
  box-shadow: inset 0 0 0 1px rgba(102, 126, 234, 0.22);
}
.overSearchDropdown {
  width: 640px !important;
}
.index_dropdown__1xbCW {
  width: 640px;
  max-height: 400px;
  overflow-y: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.16);
}
.index_dropdownLoading__tHeqs {
  min-height: 92px;
}
.index_dropdownBody__-mRIG {
  padding: 10px 0;
}
.index_group__Acvc6 + .index_group__Acvc6 {
  border-top: 1px solid #f0f0f0;
}
.index_groupTitle__1xbu5 {
  padding: 8px 16px 4px;
  font-size: 12px;
  font-weight: 600;
  color: #8c8c8c;
  letter-spacing: 0.5px;
}
.index_groupItem__XQvyq {
  padding: 10px 16px 10px 28px;
  font-size: 14px;
  color: #262626;
  cursor: pointer;
  transition: background 0.15s;
}
.index_groupItem__XQvyq:hover {
  background: #f5f7fb;
}
.index_groupItem__XQvyq:focus-visible {
  outline: 2px solid rgba(26, 115, 232, 0.35);
  outline-offset: -2px;
  background: #eef4ff;
}
.index_noResult__lhCZj {
  padding: 24px 16px;
  text-align: center;
}
.index_loadingContainer__6NyJW {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 92px;
  padding: 24px;
}
.index_searchButton__fyhUf {
  flex: 0 0 auto;
  border: none;
  border-radius: 8px;
  padding: 7px 22px;
  background: #1a73e8;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.index_searchButton__fyhUf:hover {
  background: #1558b0;
}
.index_aiCheckbox__Hhuoc {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  font-size: 14px;
  color: #555555;
  border-left: 1px solid #eeeeee;
  padding: 4px 8px;
  height: 36px;
}
.index_aiCheckboxInput__9QkVQ {
  cursor: pointer;
  width: 15px;
  height: 15px;
}
.index_aiCheckboxLabel__5y1Td {
  cursor: pointer;
  color: #1a73e8;
  font-weight: 500;
}
@keyframes index_loadingBorder__Roase {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@keyframes index_aurora__mr6Yv {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 300% 0%;
  }
}
@keyframes index_aiPulse__Iy4Dm {
  0%,
  100% {
    box-shadow: 0 0 4px rgba(102, 126, 234, 0.4);
  }
  50% {
    box-shadow: 0 0 8px rgba(118, 75, 162, 0.6);
  }
}

.app-copyright {
  padding: 16px 0 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app-copyright-company-info {
  display: flex;
  align-items: center;
  padding: 0px;
  gap: 8px;
}
.app-copyright-copyright-info {
  color: #00000040;
}

