/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/use-antd-resizable-header/dist/style.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/* src/style.css */
.react-resizable {
  position: relative;
}
.react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);
  background-position: bottom right;
  padding: 0 3px 3px 0;
}
.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}
.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}
.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}
.react-resizable-handle-w,
.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}
.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}
.react-resizable-handle-n,
.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}
.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}
.antd-resizable-header {
  position: relative;
}
.antd-resizable-header:last-child .antd-resizable-header__handler {
  right: 0px;
}
.antd-resizable-header__content {
  position: absolute;
  left: 0;
  top: 0;
  background-clip: padding-box;
}
.antd-resizable-header__handler {
  position: absolute;
  right: -5px;
  bottom: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  width: 10px;
  height: 100%;
  cursor: col-resize;
}
.antd-resizable-header__handler:active,
.antd-resizable-header__handler:hover {
  z-index: 99;
  cursor: col-resize;
}
.antd-resizable-header__handler:active .antd-resizable-header__handler__line,
.antd-resizable-header__handler:hover .antd-resizable-header__handler__line {
  background: var(--resizable-line-background, #000);
  pointer-events: none;
}
.antd-resizable-header__handler__line {
  width: 4px;
  height: 100%;
  border-radius: 8px;
}
.antd-resizable-header__title {
  position: relative;
  z-index: 0;
}
.antd-resizable-header__title--ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/global.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ========== 全局样式（2026-02-11 精简优化版） ==========
 * 白色简洁风，移除旧深色科技风残留
 */
/**
 * AOt Brand Design Tokens
 * 从LOGO直接提取的品牌色彩体系
 */
/**
 * ========== 紧凑型 UI 样式（2026-02-11 统一精简版） ==========
 * 合并原 compact-ui + tiktok-layout 中的冗余规则
 * 原则：只保留必要的尺寸覆盖，不重复 global.less 中已有的规则
 */
.ant-card .ant-card-head {
  padding: 12px 16px !important;
  min-height: auto !important;
}
.ant-card .ant-card-head .ant-card-head-title {
  font-size: 14px !important;
  padding: 4px 0 !important;
}
.ant-table {
  font-size: 13px !important;
}
.ant-table .ant-table-thead > tr > th {
  padding: 8px 12px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px;
}
.ant-table .ant-table-tbody > tr > td {
  padding: 6px 12px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}
.ant-table .ant-space {
  gap: 4px !important;
}
.ant-table .ant-space .ant-btn-link {
  padding: 2px 6px !important;
  font-size: 12px !important;
}
.ant-tag {
  padding: 1px 8px !important;
  font-size: 11px !important;
  line-height: 18px !important;
}
.ant-btn {
  font-size: 13px !important;
}
.ant-btn-sm {
  font-size: 12px !important;
}
.ant-input,
.ant-input-number,
.ant-select-selector {
  font-size: 13px !important;
}
.ant-pagination {
  font-size: 12px !important;
}
.ant-pagination .ant-pagination-item,
.ant-pagination .ant-pagination-prev,
.ant-pagination .ant-pagination-next {
  min-width: 28px !important;
  height: 28px !important;
  line-height: 26px !important;
  font-size: 12px !important;
}
.ant-statistic .ant-statistic-title {
  font-size: 12px !important;
  margin-bottom: 4px !important;
}
.ant-statistic .ant-statistic-content {
  font-size: 20px !important;
}
.ant-statistic .ant-statistic-content .ant-statistic-content-prefix {
  font-size: 18px !important;
}
.ant-form-item-label {
  padding-bottom: 4px !important;
}
.ant-form-item-label > label {
  font-size: 13px !important;
}
.ant-modal .ant-modal-header {
  padding: 14px 20px !important;
}
.ant-modal .ant-modal-header .ant-modal-title {
  font-size: 15px !important;
}
.ant-modal .ant-modal-body {
  padding: 20px !important;
}
.ant-modal .ant-modal-footer {
  padding: 12px 20px !important;
}
/**
 * ========== 布局样式（2026-02-11 精简版） ==========
 * 仅保留 ProLayout 侧边栏 + 内容区布局规则
 * 紧凑尺寸规则已合并到 compact-ui.less
 */
.ant-pro-layout-sider {
  background: #ffffff !important;
}
.ant-pro-layout-sider .ant-menu {
  font-size: 13px !important;
}
.ant-pro-layout-sider .ant-menu-item {
  height: 36px !important;
  line-height: 36px !important;
  margin: 2px 6px !important;
  padding: 0 12px !important;
}
.ant-pro-layout-sider .ant-menu-submenu .ant-menu-submenu-title {
  height: 36px !important;
  line-height: 36px !important;
  margin: 2px 6px !important;
  padding: 0 12px !important;
  font-size: 13px !important;
}
.ant-pro-layout-sider .ant-menu-sub {
  background: #f5f5f5 !important;
}
.ant-pro-layout-sider .ant-menu-sub .ant-menu-item {
  height: 32px !important;
  line-height: 32px !important;
  font-size: 12px !important;
  padding-left: 32px !important;
}
.ant-pro-layout-content {
  margin: 0 !important;
  padding: 16px !important;
}
.data-grid-dense .ant-table-wrapper .ant-table-container .ant-table-body {
  overflow-x: auto !important;
}
.data-grid-dense .ant-table-wrapper .ant-table-container .ant-table-body::-webkit-scrollbar {
  height: 3px !important;
}
.data-grid-dense .ant-table-wrapper .ant-table-container .ant-table-body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.08) !important;
}
.data-grid-dense .ant-table-wrapper .ant-table-container .ant-table-body::-webkit-scrollbar-thumb {
  background: rgba(201, 42, 42, 0.3) !important;
  border-radius: 2px;
}
.data-grid-dense .ant-table-wrapper .ant-table-container .ant-table-body::-webkit-scrollbar-thumb:hover {
  background: rgba(201, 42, 42, 0.5) !important;
}
:root {
  --aot-brand: #c92a2a;
  --aot-brand-light: #d93a3a;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  background: #f5f5f5;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #262626;
}
.kol-management .ant-table-thead tr th.ant-table-cell-fix-left,
.video-management .ant-table-thead tr th.ant-table-cell-fix-left,
.kol-management .ant-table-thead tr th.ant-table-cell-fix-right,
.video-management .ant-table-thead tr th.ant-table-cell-fix-right {
  background: #fafafa !important;
  z-index: 1000 !important;
  opacity: 1 !important;
}
.kol-management .ant-table-tbody tr td.ant-table-cell-fix-left,
.video-management .ant-table-tbody tr td.ant-table-cell-fix-left,
.kol-management .ant-table-tbody tr td.ant-table-cell-fix-right,
.video-management .ant-table-tbody tr td.ant-table-cell-fix-right {
  background: #ffffff !important;
  z-index: 2 !important;
  opacity: 1 !important;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #c92a2a 0%, #d93a3a 100%);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #d93a3a;
}
::-webkit-scrollbar-horizontal {
  height: 4px;
}
.ant-pro-layout {
  background: transparent !important;
  min-height: 100vh;
}
.ant-pro-layout-header,
.ant-pro-layout .ant-pro-layout-header,
.ant-pro-top-nav-header {
  display: none !important;
}
.ant-pro-sider-links,
.ant-pro-sider-footer,
.ant-pro-sider-extra,
.ant-pro-sider-actions,
.ant-pro-global-footer,
.ant-pro-layout-footer,
.ant-layout-footer {
  display: none !important;
}
.ant-pro-top-nav-header-menu {
  display: none !important;
}
.ant-layout-content {
  background: transparent !important;
  padding: 16px !important;
  position: relative;
  z-index: 1;
}
.ant-card {
  background: #ffffff !important;
  border: 1px solid rgba(201, 42, 42, 0.12) !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease;
  overflow: hidden;
}
.ant-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.ant-card-head {
  background: transparent !important;
  border-bottom: 1px solid #f0f0f0 !important;
}
.ant-card-head-title {
  color: #262626 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}
.ant-card-body {
  padding: 14px 18px !important;
}
.ant-card-extra {
  color: #595959 !important;
}
.ant-table-wrapper .ant-table {
  background: transparent !important;
  border-radius: 8px;
  overflow: visible;
}
.ant-table-wrapper .ant-table-thead > tr > th {
  background: rgba(201, 42, 42, 0.04) !important;
  border-bottom: 2px solid rgba(201, 42, 42, 0.2) !important;
  color: #c92a2a !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  letter-spacing: 0.5px;
}
.ant-table-wrapper .ant-table-thead > tr > th::before {
  display: none !important;
}
.ant-table-wrapper .ant-table-tbody > tr {
  background: #ffffff !important;
  transition: background 0.2s ease;
}
.ant-table-wrapper .ant-table-tbody > tr:hover {
  background: #f5f5f5 !important;
}
.ant-table-wrapper .ant-table-tbody > tr > td {
  border-bottom: 1px solid #f0f0f0 !important;
  color: #262626 !important;
}
.ant-table-wrapper .ant-table-tbody > tr > td:first-child {
  font-weight: 600;
}
.ant-table-wrapper .ant-table-placeholder {
  background: transparent !important;
}
.ant-table-wrapper .ant-table-pagination {
  display: flex;
  justify-content: center;
  padding: 12px 16px;
}
.ant-table-wrapper .ant-pagination-item {
  background: #ffffff !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 4px !important;
}
.ant-table-wrapper .ant-pagination-item a {
  color: #262626 !important;
}
.ant-table-wrapper .ant-pagination-item:hover {
  border-color: #c92a2a !important;
}
.ant-table-wrapper .ant-pagination-item:hover a {
  color: #c92a2a !important;
}
.ant-table-wrapper .ant-pagination-item-active {
  background: #fff1f0 !important;
  border-color: #c92a2a !important;
}
.ant-table-wrapper .ant-pagination-item-active a {
  color: #c92a2a !important;
  font-weight: 600;
}
.ant-table-wrapper .ant-pagination-prev button,
.ant-table-wrapper .ant-pagination-next button {
  background: #ffffff !important;
  border: 1px solid #d9d9d9 !important;
  color: #262626 !important;
}
.ant-table-wrapper .ant-pagination-prev button:hover,
.ant-table-wrapper .ant-pagination-next button:hover {
  border-color: #c92a2a !important;
  color: #c92a2a !important;
}
.ant-btn {
  border-radius: 6px !important;
  font-weight: 600 !important;
  transition: all 0.2s ease !important;
}
.ant-btn-primary {
  background: linear-gradient(135deg, #c92a2a 0%, #d93a3a 100%) !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(201, 42, 42, 0.25) !important;
  color: #fff !important;
}
.ant-btn-primary:hover {
  box-shadow: 0 6px 20px rgba(201, 42, 42, 0.4) !important;
}
.ant-btn-default {
  background: #ffffff !important;
  border: 1px solid #d9d9d9 !important;
  color: #262626 !important;
}
.ant-btn-default:hover {
  border-color: #c92a2a !important;
  color: #c92a2a !important;
}
.ant-btn-link {
  color: #c92a2a !important;
}
.ant-btn-link:hover {
  color: #d93a3a !important;
}
.ant-btn-dangerous.ant-btn-link {
  color: #ff4d4f !important;
}
.ant-btn-dangerous.ant-btn-link:hover {
  color: #ff7a7a !important;
}
.ant-tag {
  border-radius: 4px !important;
  font-weight: 600 !important;
  font-size: 12px !important;
}
.ant-input,
.ant-input-number,
.ant-select-selector,
.ant-picker {
  background: #ffffff !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 6px !important;
  color: #262626 !important;
  transition: border-color 0.2s ease;
}
.ant-input:hover,
.ant-input-number:hover,
.ant-select-selector:hover,
.ant-picker:hover {
  border-color: rgba(201, 42, 42, 0.3) !important;
}
.ant-input:focus,
.ant-input-number:focus,
.ant-select-selector:focus,
.ant-picker:focus,
.ant-input-focused,
.ant-input-number-focused,
.ant-select-selector-focused,
.ant-picker-focused {
  border-color: #c92a2a !important;
  box-shadow: 0 0 0 2px rgba(201, 42, 42, 0.1) !important;
}
.ant-input::placeholder,
.ant-input-number::placeholder,
.ant-select-selector::placeholder,
.ant-picker::placeholder {
  color: #8c8c8c !important;
}
.ant-select-dropdown {
  background: #ffffff !important;
  border: 1px solid #f0f0f0 !important;
  border-radius: 6px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.ant-select-dropdown .ant-select-item {
  color: #595959 !important;
}
.ant-select-dropdown .ant-select-item-option-selected {
  background: rgba(201, 42, 42, 0.08) !important;
  color: #c92a2a !important;
  font-weight: 600;
}
.ant-select-dropdown .ant-select-item-option-active {
  background: rgba(201, 42, 42, 0.04) !important;
}
.ant-form-item-label > label {
  color: #595959 !important;
  font-weight: 500 !important;
}
.ant-modal-content {
  background: #ffffff !important;
  border: 1px solid #f0f0f0;
  border-radius: 8px !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.ant-modal-header {
  background: transparent !important;
  border-bottom: 1px solid #f0f0f0 !important;
}
.ant-modal-header .ant-modal-title {
  color: #c92a2a !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.ant-modal-body {
  color: #262626 !important;
}
.ant-modal-footer {
  border-top: 1px solid #f0f0f0 !important;
}
.ant-modal-close {
  color: #595959 !important;
}
.ant-modal-close:hover {
  color: #c92a2a !important;
}
.ant-message-notice-content {
  background: #ffffff !important;
  border: 1px solid #f0f0f0;
  border-radius: 6px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  color: #262626 !important;
}
.ant-popover-inner {
  background: #ffffff !important;
  border: 1px solid #f0f0f0;
  border-radius: 6px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.ant-spin-dot-item {
  background-color: #c92a2a !important;
}
.ant-pro-grid-content,
.ant-pro-grid-content .wide,
.ant-pro-page-container-children-content {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.video-management .ant-card:hover,
.kol-management .ant-card:hover {
  transform: none !important;
}
/**
 * ========== 全局响应式断点与 Mixin（2026-02-09 新增） ==========
 * 统一管理所有页面的响应式适配规则
 * 断点参照：Ant Design 官方推荐 + 移动优先
 */
@media (max-width: 1440px) {
  .video-management .ant-table,
  .kol-management .ant-table {
    font-size: 13px !important;
  }
  .video-management .ant-table-thead > tr > th,
  .kol-management .ant-table-thead > tr > th {
    padding: 8px 10px !important;
    font-size: 12px !important;
  }
  .video-management .ant-table-tbody > tr > td,
  .kol-management .ant-table-tbody > tr > td {
    padding: 6px 10px !important;
    font-size: 13px !important;
  }
  .video-management .ant-tag,
  .kol-management .ant-tag {
    padding: 1px 6px !important;
    font-size: 11px !important;
  }
}
@media (max-width: 1200px) {
  .video-management .ant-table-thead > tr > th,
  .kol-management .ant-table-thead > tr > th {
    padding: 6px 8px !important;
    font-size: 11px !important;
    letter-spacing: 0 !important;
  }
  .video-management .ant-table-tbody > tr > td,
  .kol-management .ant-table-tbody > tr > td {
    padding: 5px 8px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 768px) {
  .ant-card:hover {
    transform: none;
  }
  .ant-layout-content {
    padding: 12px !important;
  }
  .ant-modal {
    max-width: calc(100vw - 32px) !important;
    margin: 16px auto !important;
  }
  .ant-modal-body {
    max-height: 60vh;
    overflow-y: auto;
  }
}
@media (max-width: 480px) {
  .ant-layout-content {
    padding: 8px !important;
  }
  .ant-card-body {
    padding: 12px !important;
  }
  .ant-form-item {
    margin-bottom: 12px;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd/dist/reset.css ***!
  \*************************************************************************************************************************************************************************************************************************************/
/* 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);
}
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] {
  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;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/MuseEmpty/index.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * MuseEmpty 样式 - 灰白 Logo + 暂无数据文案
 */
.muse-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
  user-select: none;
}
.muse-empty .muse-empty-logo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(100%) opacity(0.25);
  margin-bottom: 12px;
  pointer-events: none;
}
.muse-empty .muse-empty-text {
  margin: 0;
  font-size: 14px;
  color: #bfbfbf;
  line-height: 1.5;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/HeaderAvatarDropdown/index.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.sidebar-avatar-trigger {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: background 0.2s ease;
  border-radius: 8px;
}
.sidebar-avatar-trigger:hover {
  background: rgba(201, 42, 42, 0.06);
}
.sidebar-avatar--collapsed {
  justify-content: center;
  padding: 12px 0;
}
.sidebar-avatar--expanded {
  padding: 10px 14px;
  gap: 10px;
}
.avatar-circle {
  border-radius: 50%;
  background: linear-gradient(135deg, #c92a2a 0%, #e25555 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  flex-shrink: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sidebar-avatar-trigger:hover .avatar-circle {
  transform: scale(1.06);
  box-shadow: 0 2px 12px rgba(201, 42, 42, 0.35);
}
.avatar-circle-img {
  flex-shrink: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sidebar-avatar-trigger:hover .avatar-circle-img {
  transform: scale(1.06);
  box-shadow: 0 2px 12px rgba(201, 42, 42, 0.35);
}
.sidebar-avatar-info {
  overflow: hidden;
  min-width: 0;
}
.sidebar-avatar-name {
  font-size: 13px;
  font-weight: 600;
  color: #262626;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-avatar-role {
  margin-top: 2px;
}
.sidebar-avatar-role .ant-tag {
  font-size: 10px;
  line-height: 16px;
  padding: 0 4px;
}
.avatar-dropdown-overlay .ant-dropdown-menu {
  min-width: 200px;
  padding: 6px 0;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.avatar-dropdown-overlay .ant-dropdown-menu-item {
  padding: 8px 16px;
}
.avatar-dropdown-overlay .ant-dropdown-menu-item-disabled {
  cursor: default !important;
  opacity: 1 !important;
}
.avatar-dropdown-user-info {
  padding: 4px 0;
}
.avatar-dropdown-user-name {
  font-size: 15px;
  font-weight: 600;
  color: #262626;
  line-height: 1.4;
}
.avatar-dropdown-user-en {
  font-size: 12px;
  font-weight: 400;
  color: #8c8c8c;
  margin-left: 6px;
}
.avatar-dropdown-user-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}
.avatar-dropdown-user-uid {
  font-size: 11px;
  color: #bfbfbf;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/SidebarDrawer/index.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.sidebar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: #ffffff;
  border-right: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  transition: width 0.25s cubic-bezier(0.2, 0, 0, 1);
  overflow: hidden;
}
.sidebar-fixed.sidebar-expanded {
  width: 216px;
}
.sidebar-fixed.sidebar-collapsed {
  width: 64px;
}
.sidebar-avatar-section {
  flex-shrink: 0;
  padding: 8px;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar-menu {
  flex: 1 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 4px 0;
}
.sidebar-menu::-webkit-scrollbar {
  width: 0;
}
.sidebar-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
  white-space: nowrap;
  position: relative;
}
.sidebar-collapsed .sidebar-item {
  justify-content: center;
  padding: 10px 0;
  margin: 2px 8px;
  border-radius: 6px;
}
.sidebar-expanded .sidebar-item {
  padding: 9px 16px;
  margin: 2px 8px;
  border-radius: 6px;
}
.sidebar-item:hover {
  background: rgba(201, 42, 42, 0.06);
}
.sidebar-item.active {
  background: rgba(201, 42, 42, 0.1);
}
.sidebar-item.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  border-radius: 0 2px 2px 0;
  background: #c92a2a;
}
.sidebar-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  flex-shrink: 0;
  font-size: 16px;
  color: #595959;
  transition: color 0.2s;
}
.sidebar-item.active .sidebar-item-icon {
  color: #c92a2a;
}
.sidebar-item:hover .sidebar-item-icon {
  color: #c92a2a;
}
.sidebar-item-label {
  margin-left: 12px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.2s;
  color: #262626;
}
.sidebar-item.active .sidebar-item-label {
  color: #c92a2a;
  font-weight: 600;
}
.sidebar-item--main .sidebar-item-icon {
  font-size: 17px;
}
.sidebar-item--main .sidebar-item-label {
  font-weight: 500;
}
.sidebar-item--secondary .sidebar-item-icon {
  font-size: 14px;
  opacity: 0.7;
}
.sidebar-item--secondary .sidebar-item-label {
  font-size: 12px;
  color: #595959;
}
.sidebar-item--secondary.active .sidebar-item-icon {
  opacity: 1;
}
.sidebar-divider {
  border-top: 1px solid #f0f0f0;
  margin: 6px 12px 4px;
  padding-top: 8px;
  font-size: 11px;
  color: #bfbfbf;
  letter-spacing: 1px;
  cursor: default;
  user-select: none;
  text-align: center;
  min-height: 10px;
}
.sidebar-expanded .sidebar-divider {
  text-align: left;
  padding-left: 8px;
}
.sidebar-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  cursor: pointer;
  color: #bfbfbf;
  font-size: 12px;
  border-top: 1px solid #f0f0f0;
  flex-shrink: 0;
  transition: all 0.2s;
}
.sidebar-toggle:hover {
  background: rgba(201, 42, 42, 0.06);
  color: #c92a2a;
}
@media (max-width: 576px) {
  .sidebar-fixed {
    display: none;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/AIAssistant/index.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* ========== OpenMuse 浮动对话卡片样式（2026-03-02 可拖拽 + 气泡） ========== */
/* ========== 浮动按钮（可拖拽） ========== */
.ai-fab {
  position: fixed;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  overflow: hidden;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
}
.ai-fab:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}
/* 拖拽中：禁用所有 transition */
.ai-fab--dragging {
  cursor: grabbing;
  transition: none !important;
  opacity: 0.85;
}
/* 吸附动画：松手后平滑滑到边缘 */
.ai-fab--snapping {
  transition: left 0.28s cubic-bezier(0.22, 1, 0.36, 1), top 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
/* 脉冲光圈：首次使用前吸引注意力 */
.ai-fab--pulse {
  animation: ai-fab-pulse 2.5s ease-in-out infinite;
}
@keyframes ai-fab-pulse {
  0%,
  100% {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  }
  50% {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25), 0 0 0 5px rgba(201, 42, 42, 0.22);
  }
}
.ai-fab-logo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  pointer-events: none;
}
/* ========== 消息气泡 ========== */
.ai-bubble {
  position: fixed;
  max-width: 220px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  padding: 10px 30px 10px 14px;
  z-index: 1000;
  font-size: 13px;
  line-height: 1.5;
  color: #595959;
}
.ai-bubble span {
  display: block;
}
/* 气泡在 FAB 左侧（FAB 在右半边时） */
.ai-bubble--left {
  animation: ai-bubble-in-left 0.35s ease-out both;
  /* 右侧箭头 */
}
.ai-bubble--left::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-right: none;
  border-left: 6px solid #ffffff;
}
/* 气泡在 FAB 右侧（FAB 在左半边时） */
.ai-bubble--right {
  animation: ai-bubble-in-right 0.35s ease-out both;
  /* 左侧箭头 */
}
.ai-bubble--right::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #ffffff;
}
/* 气泡淡出 */
.ai-bubble--fading {
  animation: ai-bubble-out 0.25s ease-in forwards !important;
}
.ai-bubble-close {
  position: absolute;
  top: 4px;
  right: 6px;
  background: none;
  border: none;
  font-size: 16px;
  color: #bbb;
  cursor: pointer;
  line-height: 1;
  padding: 2px;
}
.ai-bubble-close:hover {
  color: #666;
}
@keyframes ai-bubble-in-left {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes ai-bubble-in-right {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes ai-bubble-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* ========== 浮动对话卡片 ========== */
.ai-card {
  position: fixed;
  width: 380px;
  height: 520px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 1001;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: ai-card-in 0.25s ease-out;
}
@keyframes ai-card-in {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* 顶部品牌色条 */
.ai-card-accent {
  height: 4px;
  background: linear-gradient(90deg, #c92a2a 0%, #e03131 50%, #ff6b6b 100%);
  flex-shrink: 0;
}
/* 卡片头部 */
.ai-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
  flex-shrink: 0;
}
.ai-card-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #262626;
}
.ai-card-logo {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}
.ai-card-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ai-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  border-radius: 6px;
  cursor: pointer;
  color: #8c8c8c;
  font-size: 14px;
  transition: all 0.15s;
}
.ai-card-btn:hover {
  background: #f5f5f5;
  color: #595959;
}
/* ========== 消息区域 ========== */
.ai-messages {
  flex: 1 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
/* 空状态 */
.ai-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #8c8c8c;
  text-align: center;
  padding: 40px 20px;
}
.ai-empty p {
  margin: 8px 0 0;
  font-size: 15px;
  color: #595959;
}
.ai-empty .ai-empty-sub {
  font-size: 13px;
  color: #8c8c8c;
}
.ai-empty .ai-empty-logo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  opacity: 0.35;
  filter: grayscale(100%);
  object-fit: cover;
}
/* 单条消息 */
.ai-msg {
  display: flex;
  max-width: 85%;
}
.ai-msg.ai-msg-user {
  align-self: flex-end;
}
.ai-msg.ai-msg-user .ai-msg-bubble {
  background: #c92a2a;
  color: #fff;
  border-radius: 12px 12px 2px 12px;
}
.ai-msg.ai-msg-assistant {
  align-self: flex-start;
}
.ai-msg.ai-msg-assistant .ai-msg-bubble {
  background: #f5f5f5;
  color: #262626;
  border-radius: 12px 12px 12px 2px;
}
.ai-msg-bubble {
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-word;
}
/* 输入区域 */
.ai-input-area {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid #f0f0f0;
  background: #fff;
  flex-shrink: 0;
}
.ai-input-area textarea {
  flex: 1 1;
}
.ai-send-btn {
  flex-shrink: 0;
}
/* ========== 手机端响应式 ========== */
@media (max-width: 576px) {
  .ai-card {
    left: 8px !important;
    right: 8px !important;
    top: 8px !important;
    bottom: 8px !important;
    width: auto !important;
    height: auto !important;
  }
  .ai-bubble {
    max-width: 180px;
    font-size: 12px;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/LayoutShell/index.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.layout-content {
  transition: margin-left 0.25s cubic-bezier(0.2, 0, 0, 1);
  min-height: 100vh;
}
.layout-content--expanded {
  margin-left: 216px;
}
.layout-content--collapsed {
  margin-left: 64px;
}
.layout-footer-brand {
  position: fixed;
  bottom: 8px;
  left: 216px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
  user-select: none;
  z-index: 99;
  transition: left 0.25s cubic-bezier(0.2, 0, 0, 1);
}
.layout-footer-brand img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  opacity: 0.35;
  border-radius: 50%;
}
.layout-footer-brand span {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2);
  font-size: 11px;
  font-family: 'Cinzel', 'Georgia', 'Times New Roman', serif;
  letter-spacing: 2px;
}
.layout-footer-brand--collapsed {
  left: 64px;
}
@media (max-width: 576px) {
  .layout-content--expanded,
  .layout-content--collapsed {
    margin-left: 0;
  }
  .layout-footer-brand {
    left: 0 !important;
  }
}


/*# sourceMappingURL=umi.css.map*/