.navbar {
    position: fixed; /* 吸附置顶 */
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 0 20px;
    z-index: 1000; /* 确保优先显示 */
    justify-content: flex-end; /* 默认右对齐 */
}

.navbar.with-back-button {
    justify-content: flex-end; /* 保持右对齐 */
}

/* 返回按钮样式 */
.back-button {
    display: flex;
    align-items: center;
    position: absolute; /* 绝对定位，不影响右侧布局 */
    left: 20px; /* 固定在左侧 */
}

.quota-display {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px; /* 配额与右侧头像保持间距 */
}

.quota-display .quota-text {
    margin-left: 5px; /* 图标与数字间的间距 */
    color: gold; /* 配额数字颜色 */
}

/* 头像样式 */
.avatar-container {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%; /* 圆形头像 */
    border: 2px solid #eee;
    transition: all 0.3s;
}

.user-avatar:hover {
    border-color: #1890ff; /* 悬停时边框高亮 */
}

.help-container {
    margin-top: 60px; /* 增加内容与导航栏之间的距离 */
    padding: 20px;
    background-color: #f4f5f7; /* 页面背景色 */
    min-height: calc(100vh - 100px);
}

.help-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center; /* 标题居中 */
}

.help-title {
    margin: 0;
    font-size: 24px; /* 更大的字体 */
    font-weight: bold;
    color: #333;
}

.help-collapse {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.help-rules {
    padding-left: 20px; /* 列表的内边距 */
    margin: 10px 0;
    line-height: 1.6;
    color: #555;
}

.help-rules li {
    margin-bottom: 12px;
}

/* Carousel 走马灯图片 */
.help-carousel {
    margin-top: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center; /* 确保内容水平居中 */
}

.carousel-item {
    display: flex;
    align-items: center;
    justify-content: center; /* 横向居中 */
    padding: 10px;
}

.carousel-image {
    border-radius: 8px;
    max-width: 80%; /* 限制图片最大宽度 */
    object-fit: cover; /* 保持图片内容适配容器 */
    margin: 0 auto; /* 图片水平居中 */
}

/* 修改 Carousel 左右箭头颜色为黑色 */
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
    color: black !important; /* 设置箭头颜色为黑色 */
    font-size: 20px; /* 调整箭头大小 */
    z-index: 2; /* 确保箭头层级正常 */
}

.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover {
    color: #000; /* 悬停时颜色保持黑色 */
}

.copyable-link-container {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin: 12px 0;
    border-left: 4px solid #1890ff;
}

.link-text {
    flex: 1 1;
    padding: 10px 12px;
    word-break: break-all;
    font-family: monospace;
    font-size: 14px;
    color: #333;
}

.copy-icon {
    width: 23px;
    height: 23px;
    margin-left: 4px;
    margin-right: 10px; /* 添加右侧边距 */
    cursor: pointer;
    filter: invert(34%) sepia(83%) saturate(747%) hue-rotate(210deg) brightness(90%) contrast(90%);
    transition: transform 0.2s ease, filter 0.2s ease;
}
.setting-container {
    padding: 20px;
    background-color: #f4f5f7;
}

.setting-tabs {
    margin-top: 50px; /* Space below the NavBar */
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    min-height: calc(100vh - 130px)
}

.ant-empty {
    margin-top: 50px;
}

/* TeamBuilder 组件样式 */

.TeamBuilder_teamBuilder__02J1h {
  width: 100%;
}

.TeamBuilder_teamCard__kM8C5 {
  margin-bottom: 16px;
}

.TeamBuilder_teamCardBody__hIupN {
  padding: 16px;
}

.TeamBuilder_slotRow__3N8MH {
  margin-bottom: 12px;
}

.TeamBuilder_slotCol__Qt2al {
  margin-bottom: 8px;
}

.TeamBuilder_heroCard__\+eKJi {
  height: 60px;
  min-height: 60px;
}

.TeamBuilder_heroCardBody__XuwZ7 {
  padding: 4px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.TeamBuilder_heroName__NmbCa {
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
  max-width: 100%;
  color: #333;
  word-break: break-all;
  white-space: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 24px;
}

.TeamBuilder_heroNameChar__4GIiT {
  display: inline-block;
  width: 50%;
  text-align: center;
}

.TeamBuilder_removeButton__GhmIe {
  min-width: auto;
  width: 16px;
  height: 16px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.TeamBuilder_removeIcon__pqANk {
  font-size: 10px;
}

.TeamBuilder_addButton__KKtW9 {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.TeamBuilder_addIcon__XOR\+j {
  font-size: 12px;
}

.TeamBuilder_inspireCheckbox__LLvEv {
  margin-top: 12px;
}

.TeamBuilder_newTeamButton__yZwO4 {
  height: 48px;
}

.TeamBuilder_modalTitle__Cku0G {
  display: flex;
  align-items: center;
  gap: 16px;
}

.TeamBuilder_searchInput__9naky {
  width: 240px;
}

.TeamBuilder_modal__eF6i1 {
  width: 760px;
}

/* 工会副业配置组件样式 - 移动端优化 */
.union-trade-route-config {
  margin-bottom: 16px;
}

.union-trade-route-config .ant-card {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  border: 1px solid #e8e8e8;
}

.union-trade-route-config .ant-card-head {
  background: #fafafa;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 500;
  padding: 8px 16px;
  min-height: auto;
}

.union-trade-route-config .ant-card-head-title {
  font-size: 14px;
  font-weight: 500;
}

.union-trade-route-config .ant-card-body {
  padding: 12px;
}

/* 移动端优化：减小间距和字体 */
.union-trade-route-config .ant-form-item {
  margin-bottom: 8px;
}

.union-trade-route-config .ant-form-item-label {
  font-size: 12px;
}

.union-trade-route-config .ant-input-number {
  font-size: 12px;
}

.union-trade-route-config .ant-radio-button-wrapper {
  font-size: 11px;
  padding: 2px 8px;
  height: 28px;
  line-height: 24px;
}

.union-trade-route-config .ant-switch {
  transform: scale(0.9);
}

/* 副业卡片样式 */
.union-trade-route-config .sideline-card {
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  padding: 8px;
  margin-bottom: 8px;
  transition: all 0.2s;
}

.union-trade-route-config .sideline-card:hover {
  border-color: #d9d9d9;
}

.union-trade-route-config .sideline-card.has-config {
  background: #fafafa;
  border-color: #d9d9d9;
}

.union-trade-route-config .sideline-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

.union-trade-route-config .sideline-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.union-trade-route-config .sideline-name {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.union-trade-route-config .sideline-source {
  font-size: 10px;
  color: #999;
  padding: 1px 4px;
  border-radius: 2px;
}

.union-trade-route-config .sideline-source.personal {
  background: #e6f7ff;
  color: #1890ff;
}

.union-trade-route-config .sideline-source.global {
  background: #f6f6f6;
  color: #666;
}

.union-trade-route-config .sideline-status {
  display: flex;
  align-items: center;
  gap: 8px;
}

.union-trade-route-config .sideline-status-text {
  font-size: 12px;
}

.union-trade-route-config .sideline-status-text.enabled {
  color: #52c41a;
}

.union-trade-route-config .sideline-status-text.disabled {
  color: #ff4d4f;
}

.union-trade-route-config .sideline-expand-icon {
  font-size: 12px;
  color: #999;
}

.union-trade-route-config .sideline-summary {
  font-size: 11px;
  color: #666;
  margin-top: 4px;
}

.union-trade-route-config .sideline-config {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #f0f0f0;
}

.union-trade-route-config .config-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
  gap: 8px;
  margin-bottom: 8px;
}

.union-trade-route-config .config-item {
  margin-bottom: 8px;
}

.union-trade-route-config .config-label {
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
}

.union-trade-route-config .config-switches {
  display: flex;
  align-items: center;
  gap: 8px;
}

.union-trade-route-config .config-switches span {
  font-size: 10px;
  color: #666;
}

.union-trade-route-config .reset-button {
  padding: 0;
  height: auto;
  font-size: 11px;
}

/* 状态预览网格 */
.union-trade-route-config .status-preview {
  font-size: 12px;
  color: #999;
}

.union-trade-route-config .status-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4px;
  gap: 4px;
  margin-top: 8px;
}

.union-trade-route-config .status-preview-item {
  padding: 4px 6px;
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 11px;
}

.union-trade-route-config .status-preview-item .name {
  font-weight: 500;
  color: #333;
}

.union-trade-route-config .status-preview-item .status {
  color: #666;
}

/* 批量操作按钮 */
.union-trade-route-config .batch-controls {
  margin-bottom: 12px;
}

.union-trade-route-config .batch-controls .ant-btn {
  margin-right: 8px;
}

/* 响应式：小屏幕优化 */
@media (max-width: 480px) {
  .union-trade-route-config .config-grid {
    grid-template-columns: 1fr;
  }
  
  .union-trade-route-config .ant-radio-button-wrapper {
    font-size: 10px;
    padding: 2px 6px;
  }
  
  .union-trade-route-config .sideline-name {
    font-size: 13px;
  }
  
  .union-trade-route-config .status-preview-grid {
    grid-template-columns: 1fr;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-right-2 {
  right: -0.5rem;
}
.-top-2 {
  top: -0.5rem;
}
.right-1 {
  right: 0.25rem;
}
.top-1 {
  top: 0.25rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.h-12 {
  height: 3rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.w-12 {
  width: 3rem;
}
.w-2\/5 {
  width: 40%;
}
.w-20 {
  width: 5rem;
}
.w-3\/5 {
  width: 60%;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-8 {
  width: 2rem;
}
.w-full {
  width: 100%;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.flex-1 {
  flex: 1 1;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.\!flex-nowrap {
  flex-wrap: nowrap !important;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / 1);
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / 1);
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / 1);
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / 1);
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / 1);
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / 1);
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / 1);
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / 1);
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 1);
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / 1);
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / 1);
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 1);
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / 1);
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / 1);
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 1);
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-indigo-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-red-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / 1);
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 1);
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / 1);
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / 1);
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / 1);
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / 1);
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.disabled\:text-gray-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
@media (min-width: 768px) {

  .md\:flex-row {
    flex-direction: row;
  }
}
/* 全局样式 */
body {
    margin: 0;
    font-family: "Arial", sans-serif;
    background-color: #f4f5f7;
    
}

/* 登录页面容器 */
.login-page {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

/* 登录表单容器 */
.login-container {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 400px;
    backdrop-filter: blur(10px); /* 磨砂模糊效果 */
    -webkit-backdrop-filter: blur(10px); /* 兼容Safari */
}

@media (max-width: 430px) {
    .login-container {
        padding: 1rem;
        width: 80%; /* 减少宽度以适应小屏 */
    }
}

/* Tabs样式 */
.auth-tabs {
    width: 100%;
}

.auth-tabs .ant-tabs-tab {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 8px 8px 0 0;
    position: relative;
    overflow: hidden;
}

.auth-tabs .ant-tabs-tab:hover {
    color: #1890ff;
}

.auth-tabs .ant-tabs-tab-active {
    color: #1890ff !important;
}

.auth-tabs .ant-tabs-ink-bar {
    background-color: #1890ff;
    height: 3px;
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.auth-tabs .ant-tabs-content-holder {
    padding-top: 1rem;
}

.auth-tabs .ant-tabs-content {
    transition: all 0.3s ease-in-out;
}

.auth-tabs .ant-tabs-tabpane {
    animation: fadeInUp 0.4s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Tab内容区域 */
.tab-content {
    width: 100%;
}

/* 表单样式 */
.auth-form {
    width: 100%;
}

.auth-input {
    height: 45px;
    border-radius: 5px;
}

.login-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

/* 认证按钮 */
.auth-button {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    border: none;
    font-size: 1rem;
    font-weight: bold;
    color: white;
    transition: all 0.3s;
    background-color: #e63946;
}

.auth-button:hover {
    background-color: #d63384 !important;
}

/* 注册链接 */
.register-link {
    margin-top: 1rem;
}

.register-link a {
    color: #007bff;
    text-decoration: none;
    font-size: 0.9rem;
}

.register-link a:hover {
    text-decoration: underline;
}

/* 调整警告message的样式 */
.ant-form-item {
    margin-bottom: 1.5rem;
}

.ant-form-item-explain {
    text-align: left; /* 左对齐 */
    padding-left: 10px; /* 与输入框的 padding-left 对齐 */
    color: #e63946; /* 自定义错误信息颜色（红色） */
    font-size: 0.85rem; /* 调整字体大小 */
}

/* 背景 */
.background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}

/* 磨砂玻璃蒙版 */
.glass-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.15); /* 半透明白色覆盖 */
    backdrop-filter: blur(15px); /* 背景模糊 */
    -webkit-backdrop-filter: blur(15px); /* 兼容 Safari */
    border: 1px solid rgba(255, 255, 255, 0.3); /* 边框效果 */
    z-index: 0; /* 放置在背景和内容之间 */
}

/* 注册按钮样式 */
.register-button {
    background-color: #07c044 !important; /* 绿色背景 */
}

.register-button:hover {
    background-color: #06a337 !important; /* 悬停时的深绿色 */
}

/* 注册成功弹窗倒计时 */
.close-timer {
    text-align: center;
    color: #666;
    margin-top: 16px;
    font-size: 14px;
}

/* 移除RegisterForm原有的CSS类名引用 */
.RegisterForm .form {
    width: 100%;
}



/* 重置视图样式 */
.reset-view {
    width: 100%;
}

.reset-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    min-height: 40px;
}

.back-button {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #1890ff;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.3s;
}

.back-button:hover {
    color: #40a9ff;
    background-color: rgba(24, 144, 255, 0.05);
}

.reset-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.reset-content {
    width: 100%;
}

/* 卡片样式 */
.custom-card {
    background: #fff;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* 增加阴影效果 */
    border-radius: 8px;
    margin-bottom: 20px;
    width: 388px; /* 固定宽度 */
    max-width: 100%; /* 响应式：最大宽度不超过父容器 */
    box-sizing: border-box; /* 包含 padding 和 border */
}

/* 移动端适配 - 400px以下 */
@media screen and (max-width: 400px) {
    .custom-card {
        width: 100%;
        padding: 12px;
        margin-bottom: 16px;
    }
}

/* 卡片头部 */
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.card-title {
    font-size: 24px;
    color: #000;
    display: flex;
    align-items: center; /* 垂直居中对齐 */
}

/* 350px-400px 区间 */
@media screen and (min-width: 350px) and (max-width: 400px) {
    .card-title {
        font-size: 22px;
    }
}

/* 小于 350px */
@media screen and (max-width: 349px) {
    .card-title {
        font-size: 20px;
    }
}

/* 卡片主体 */
.card-body {
    font-size: 14px; /* 缩小字体 */
    color: #666; /* 灰色字体 */
    margin-bottom: 16px;
}

/* 350px-400px 区间 */
@media screen and (min-width: 350px) and (max-width: 400px) {
    .card-body {
        font-size: 13px;
    }
}

/* 小于 350px */
@media screen and (max-width: 349px) {
    .card-body {
        font-size: 12px;
    }
}

/* 分割条 */
.divider {
    height: 1px;
    background-color: #f0f0f0;
    margin: 10px 0;
}

/* 卡片操作按钮 */
.card-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-actions .ant-btn {
    flex-shrink: 0; /* 防止按钮被压缩 */
}

/* 350px-400px 区间 */
@media screen and (min-width: 350px) and (max-width: 400px) {
    .card-actions {
        gap: 7px;
    }
    
    .card-actions .ant-btn {
        font-size: 13px;
        padding: 7px 11px;
        height: 34px;
        min-width: auto;
    }
    
    .status-indicator {
        width: 9px;
        height: 9px;
    }
}

/* 小于 350px */
@media screen and (max-width: 349px) {
    .card-actions {
        gap: 6px;
    }
    
    .card-actions .ant-btn {
        font-size: 12px;
        padding: 6px 10px;
        height: 33px;
        min-width: auto;
    }
    
    .status-indicator {
        width: 8px;
        height: 8px;
    }
}

/* 状态指示器 */
.status-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/* 服务器 */
.server-name .ant-btn {
    margin-left: 8px; /* 保持间距 */
    font-size: 12px; /* 增大字体 */
    padding: 4px 8px; /* 减小内边距，让文字占更多空间 */
    height: auto; /* 自动调整高度以适应文字 */
    line-height: 1.2; /* 调整文字行高 */
}

.status-indicator.green {
    background-color: green;
}

.status-indicator.orange {
    background-color: orange;
}

.status-indicator.red {
    background-color: red;
}

/* Ant Design Dropdown 样式调整 */
.ant-dropdown-menu-item {
    font-size: 14px;
}

.ant-dropdown-menu-item:hover {
    background-color: #f0f0f0;
}

.game-status.expired {
    color: #fff;
}
.home-content {
    margin-top: 50px; /* 增加内容与导航栏之间的距离 */
    padding: 20px;
    display: flex;
    flex-wrap: wrap; /* 允许子项换行 */
    justify-content: center; /* 水平居中排列卡片 */
}

.no-accounts {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* 全屏高度，确保居中 */
}

@media (min-width: 768px) {
    .home-content {
        justify-content: flex-start; /* 宽屏时卡片从左向右排列 */
        margin-top: 60px; /* 增加内容与导航栏之间的距离 */
        margin-left: 40px;
        gap: 20px;
    }
}
/* Home 样式 */
.home-container {
    width: 100%;
    height: 100vh;
    background-color: #f0f2f5;
    display: flex;
    flex-direction: column;
}

/* FloatButton 样式 */
.ant-float-btn {
    right: 24px; /* 右下角对齐 */
    bottom: 24px;
}

.qr-container {
    display: flex;
    flex-direction: column;
    align-items: center; /* 水平居中 */
    justify-content: center; /* 垂直居中 */
    height: 100%; /* 设置高度，以确保内容在容器内居中 */
    text-align: center; /* 文字居中 */
}

.qr-blur {
    filter: blur(3px);
    opacity: 0.5;
    transition: all 0.3s ease;
}

/* 个人中心整体样式 */
.profile-container {
    margin-top: 60px;
    padding: 20px;
    background-color: #f4f5f7;
    min-height: calc(100vh - 100px);
}

/* 顶部卡片样式 */
.profile-header-card {
    margin-bottom: 16px;
    background: rgba(128, 0, 128, 0.3); /* 半透明紫色背景 */
    background: linear-gradient(135deg, rgba(128, 0, 128, 0.3), rgba(102, 51, 153, 0.3)); /* 紫色渐变 */
    color: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 添加阴影 */
    position: relative; /* 为绝对定位子元素提供参照 */
    padding-bottom: 120px; /* 预留底部空间, 给 stats 卡片腾位置 */
    backdrop-filter: blur(10px); /* 毛玻璃效果 */
    -webkit-backdrop-filter: blur(10px); /* 兼容 Safari */
    border: 1px solid rgba(255, 255, 255, 0.2); /* 半透明边框 */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* 添加过渡效果 */
}

/* 卡片内容布局 */
.profile-header-content {
    display: flex;
    align-items: center;
    position: relative;
}

.profile-avatar {
    width: 80px; /* 设置固定宽度 */
    height: 80px; /* 设置固定高度 */
    border-radius: 50%; /* 圆形头像 */
    object-fit: cover; /* 确保图片按比例缩放并填充容器 */
    background: linear-gradient(135deg, #ffffff, #e0e0e0); /* 添加渐变背景，模拟质感 */
    border: 2px solid transparent; /* 边框透明，配合背景渐变 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), /* 外部阴影 */
                inset 0 2px 4px rgba(255, 255, 255, 0.6); /* 内部高光阴影 */
    padding: 2px; /* 为渐变边框留出空间 */
    /* 新增定位样式 */
    position: absolute; /* 绝对定位 */
    top: -20px; /* 向上移动 */
    left: -20px; /* 向左移动 */
}

/* 用户信息样式 */
.profile-user-info {
    margin-left: 80px; /* 与头像的间距 */
    margin-top: -10px; /* 向上移动 */
    position: relative; /* 确保定位不会影响其他元素 */
}

/* profile-username 样式调整 */
.profile-username .username-text {
    font-size: clamp(18px, 2vw, 36px); /* 根据宽度动态调整字体大小 */
    font-weight: bold; /* 加粗 */
    color:rgb(0, 0, 0);
}

.profile-invite-code {
    margin-top: 8px; /* 增加与 profile-username 的距离 */
    display: flex;
    align-items: center;
    gap: 8px; /* 图标与文字之间的间距 */
}

.profile-invite-code .anticon-question-circle {
    color: #1890ff;
}

/* 复制按钮 */
.copy-icon {
    width: 23px; /* 限制图标宽度 */
    height: 23px; /* 限制图标高度 */
    margin-left: 4px; /* 与邀请码文字的间距 */
    cursor: pointer; /* 鼠标悬停时显示手型 */
    filter: invert(34%) sepia(83%) saturate(747%) hue-rotate(210deg) brightness(90%) contrast(90%);
    transition: transform 0.2s ease, filter 0.2s ease; /* 添加过渡效果 */
}

/* 个人信息卡片 */
/* 悬浮在卡片底部的统计信息区域 */
.profile-stats {
    position: absolute;
    /* 让这个白色卡片居中且浮在底部 */
    left: 50%;
    transform: translateX(-50%);
    bottom: 18px;

    display: flex;
    align-items: center;
    justify-content: space-around;

    width: 93%;                /* 可自行调整宽度 */
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    z-index: 1;                /* 保证在头像等元素前显示 */
}

/* 统计项容器 */
.stat-item {
    flex: 1 1;                   /* 平均分配宽度 */
    text-align: center;
}

/* 数字部分 */
.stat-value {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333; /* 或你想要的颜色 */
}

/* 标签文字 */
.stat-label {
    font-size: 14px; /* 默认字体大小 */
    color: #888;
    margin-top: 4px;
}

@media (max-width: 400px) {
    .stat-label {
        font-size: 12px;
    }
}

/* 功能卡片容器 */
.profile-options {
    display: flex;
    justify-content: space-around; /* 平均分布 */
    align-items: center;
}

/* 功能项样式 */
.option-item {
    display: flex;
    flex-direction: column; /* 图标和文字垂直排列 */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 80px; /* 固定宽度 */
    text-align: center;
    transition: transform 0.3s ease;
}

.option-item:hover {
    transform: scale(1.1); /* 鼠标悬停时放大 */
}

.option-icon {
    width: 30px; /* 图标大小 */
    height: 30px;
    margin-bottom: 8px; /* 图标与文字的间距 */
    filter: invert(34%) sepia(83%) saturate(747%) hue-rotate(210deg) brightness(90%) contrast(90%);
    /* 上面的 filter 是一个蓝紫色系的示例，可以根据需要调整 */
    transition: filter 0.3s ease;
}

.qrcode-icon {
    transition: transform 0.3s ease;
}

.qrcode-icon:hover {
    transform: scale(1.1);
}

/* 子用户列表容器样式 - 覆盖 HomeCards 的默认样式 */
.profile-sub-users-container .home-content {
    margin-top: 0 !important; /* 移除顶部边距 */
    padding: 0 !important; /* 移除内边距 */
    justify-content: center; /* 居中排列 */
    /* gap: 16px; 卡片之间的间距 */
}

/* 在 Profile 页面中使用缩放效果调整 AccountCard */
.profile-sub-users-container .custom-card {
    transform: scale(0.85) !important; /* 缩放到95%，保持较大尺寸 */
    transform-origin: center !important; /* 从中心缩放 */
    transition: transform 0.3s ease !important; /* 添加过渡效果 */
    margin-bottom:0px !important;
}
/* Empty state styles */
.log-empty {
    padding: 64px 0;
    text-align: center;
}

/* Content section styles */
.log-content {
    flex: 1 1;
    overflow: hidden;
    margin-top: 48px;
}

/* Card styles for logs */
.log-card {
    height: calc(100vh - 48px);
    overflow-y: auto;
    background-color: #E3DFFF;
    color: #111;
    padding: 8px;
}

/* Log entry styles */
.log-entry {
    white-space: pre-wrap;
    font-size: 14px; /* 调整字体大小 */
    line-height: 1.5;
    margin-bottom: 8px; /* 减少日志条目的间距 */
}

/* Float button styles */
.log-float-button {
    --initial-position-bottom: 36px;
    --initial-position-right: 36px;
    z-index: 1000;
}

.admin-users-container {
    margin-top: 30px; /* 增加内容与导航栏之间的距离 */
    padding: 20px;
    background-color: #f4f5f7; /* 页面背景色 */
    min-height: calc(100vh - 100px);
}

.admin-users-tabs {
    margin-top: 20px;
    /* width: 100%; */
}

.admin-users-tabs .ant-tabs-content-holder {
    width: 100%;
}

.admin-users-tabs .ant-tabs-tabpane {
    width: 100%;
    padding: 0;
}

/* 用户列表页面样式 - 移动端优化，参考assign_record页面 */

/* 页面容器样式 */
.users-page {
    min-height: calc(100vh - 200px);
}

/* 移动端适配 (< 768px) */
@media (max-width: 767px) {    
    /* 表格滚动容器 */
    .users-page .ant-table-container {
        overflow-x: auto;
    }
    
    /* 表格内容适配 */
    .users-page .ant-table-content {
        min-width: 100%;
    }
    
    /* 表格移动端适配 - 参考assign_record */
    .users-page .ant-table {
        font-size: 14px;
    }
    
    .users-page .ant-table-thead > tr > th {
        font-size: 14px;
        padding: 12px 8px;
        white-space: nowrap;
    }
    
    .users-page .ant-table-tbody > tr > td {
        padding: 12px 8px;
        font-size: 14px;
        word-break: break-word;
        line-height: 1.4;
    }
    
    /* 固定列样式优化 */
    .users-page .ant-table-thead > tr > th.ant-table-cell-fix-left,
    .users-page .ant-table-tbody > tr > td.ant-table-cell-fix-left {
        background-color: #fafafa;
        border-right: 1px solid #f0f0f0;
    }
    
    .users-page .ant-table-thead > tr > th.ant-table-cell-fix-right,
    .users-page .ant-table-tbody > tr > td.ant-table-cell-fix-right {
        background-color: #fafafa;
        border-left: 1px solid #f0f0f0;
    }
    
    /* 调整列的宽度 - 优化固定列后的空间分配 */
    .users-page .ant-table-thead > tr > th:nth-child(1),
    .users-page .ant-table-tbody > tr > td:nth-child(1) {
        min-width: 80px;
        max-width: 80px;
    }
    
    .users-page .ant-table-thead > tr > th:nth-child(2),
    .users-page .ant-table-tbody > tr > td:nth-child(2) {
        min-width: 60px;
        width: 80px;
    }
    
    .users-page .ant-table-thead > tr > th:nth-child(3),
    .users-page .ant-table-tbody > tr > td:nth-child(3) {
        min-width: 60px;
        width: 80px;
    }
    
    .users-page .ant-table-thead > tr > th:nth-child(4),
    .users-page .ant-table-tbody > tr > td:nth-child(4) {
        min-width: 80px;
        width: 100px;
    }
    
    .users-page .ant-table-thead > tr > th:nth-child(5),
    .users-page .ant-table-tbody > tr > td:nth-child(5) {
        min-width: 60px;
        width: 80px;
    }
    
    .users-page .ant-table-thead > tr > th:nth-child(6),
    .users-page .ant-table-tbody > tr > td:nth-child(6) {
        min-width: 20px;
        max-width: 20px;
    }
    
    /* 分页器移动端样式 - 参考assign_record */
    .users-page .ant-pagination {
        margin-top: 16px;
        text-align: center;
    }
    
    .users-page .ant-pagination .ant-pagination-item,
    .users-page .ant-pagination .ant-pagination-prev,
    .users-page .ant-pagination .ant-pagination-next {
        min-width: 32px;
        height: 32px;
        line-height: 30px;
        margin: 0 4px;
        font-size: 14px;
    }
    
    /* 隐藏部分分页功能以节省空间 */
    .users-page .ant-pagination .ant-pagination-total-text {
        display: none;
    }
    
    .users-page .ant-pagination .ant-pagination-options {
        display: none;
    }
}
.account-card-list {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    background-color: #f9f9f9;
    margin: -20px -20px 0 -20px;
    padding: 20px 20px 0 20px;
    padding-bottom: max(60px, env(safe-area-inset-bottom) + 24px);
    box-sizing: border-box;
    position: relative;
}

.filter-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
    width: 100%;
}

.filter-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.run-pod-count {
    font-size: 14px;
    color: #555;
    text-align: center;
    padding: 8px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
}

/* 父容器样式调整 - 让 HomeCards 在子账户页面垂直排列并撑满宽度 */
.account-card-list .home-content {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* 确保所有卡片都能撑满宽度 */
.account-card-list .custom-card {
    max-width: 100% !important;
    align-self: stretch !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
}

/* 为移动端添加触摸友好的样式 */
.account-card-list .custom-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.account-card-list .custom-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.account-card-list .custom-card:active {
    transform: translateY(0);
}

/* 平板端适配 (768px - 1024px) */
@media (min-width: 768px) {
    .account-card-list {
        padding: 20px;
    }
    
    .filter-container {
        flex-direction: row;
        align-items: flex-start;
    }
    
    .filter-options {
        flex-direction: row;
        align-items: center;
        gap: 16px;
        width: auto;
    }
    
    .run-pod-count {
        min-width: 120px;
    }
    
    .account-card-list .home-content {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        margin-top: 20px !important;
        margin-left: 0px !important;
        gap: 20px !important;
        align-items: flex-start !important;
    }
}

/* 桌面端适配 (1024px+) */
@media (min-width: 1024px) {
    .account-card-list {
        padding: 24px;
    }
    
    .filter-options {
        gap: 20px;
    }
    
    .account-card-list .home-content {
        gap: 24px !important;
    }
}

/* 分页器样式 */
.pagination-container {
    display: flex;
    justify-content: center;
}

/* 移动端优化 */
@media (max-width: 767px) {
    .account-card-list {
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        margin: -20px -20px 0 -20px;
        padding: 12px 12px 0 12px;
        /* padding-bottom: max(60px, env(safe-area-inset-bottom) + 24px); */
    }
    
    .account-card-list .home-content {
        margin: 0 !important;
        padding: 0 !important;
        gap: 16px !important;
        width: 100% !important;
        max-width: 100% !important;
        align-items: stretch !important;
    }
    
    .filter-container {
        margin-bottom: 16px;
    }
    
    /* 移动端卡片宽度撑满可用空间，消除留白 */
    .account-card-list .custom-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        flex-shrink: 0 !important;
        align-self: stretch !important;
    }
    
}

/* 平板和桌面端分页器右对齐 */
@media (min-width: 768px) {
    .pagination-container {
        justify-content: flex-end;
    }
}

/* 订单列表页面样式 - 移动端优化 */

/* 页面容器样式 */
.orders-page {
    min-height: calc(100vh - 200px);
    padding: 8px;
}

/* 搜索按钮样式 */
.search-buttons {
    width: 100%;
}

/* 移动端适配 */
@media (max-width: 767px) {
    .orders-page {
        padding: 4px;
    }
    
    /* 移动端搜索按钮居中对齐 */
    .search-buttons {
        justify-content: center !important;
        margin-top: 8px !important;
    }
    
    /* 移动端表格横向滚动 */
    .ant-table-wrapper {
        overflow-x: auto;
    }
    
    /* 移动端卡片内边距调整 */
    .ant-card-body {
        padding: 8px !important;
    }
    
    /* 移动端输入框样式 */
    .ant-input {
        font-size: 16px; /* 防止iOS缩放 */
    }
    
    /* 移动端按钮样式 */
    .ant-btn {
        height: 36px;
        font-size: 14px;
    }
}

/* 平板和桌面端 */
@media (min-width: 768px) {
    .orders-page {
        padding: 16px;
    }
    
    .search-buttons {
        justify-content: flex-start !important;
    }
} 
/* 配额分配记录页面样式 - 移动端优化 */

/* 页面容器样式 */
.assign-record-page {
    min-height: calc(100vh - 200px);
}

/* 给assign_record添加特定类名的样式 */
.assign-record-page .ant-card {
    border-radius: 0;
    box-shadow: none;
    border: none;
    background-color: transparent; /* Card透明背景 */
}

.assign-record-page .ant-card-body {
    background-color: transparent; /* Card内容区域也透明 */
    padding: 0; /* 移除内边距，让内容直接贴合 */
}

/* 搜索区域样式 */
.assign-record-page .ant-row {
    margin-bottom: 16px;
}

.assign-record-page .ant-input {
    border-radius: 6px;
    font-size: 14px;
}

/* 表格样式 */
.assign-record-page .ant-table {
    font-size: 14px;
}


/* 移动端适配 (< 768px) */
@media (max-width: 767px) {
    
    .assign-record-page .ant-card {
        background-color: transparent; /* 移动端Card也保持透明 */
        box-shadow: none;
        border: none;
    }
    
    .assign-record-page .ant-card-body {
        padding: 0; /* 移动端也移除内边距 */
        background-color: transparent; /* 移动端Card内容区域也透明 */
    }
    
    /* 搜索框移动端适配 */
    .assign-record-page .ant-row {
        margin-bottom: 12px;
    }
  
    
    .assign-record-page .ant-col {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .assign-record-page .ant-input {
        font-size: 16px; /* 防止iOS缩放 */
    }
    
    /* 表格移动端适配 */
    .assign-record-page .ant-table {
        font-size: 14px;
    }
    
    .assign-record-page .ant-table-thead > tr > th {
        font-size: 14px;
        padding: 12px 8px;
        white-space: nowrap;
    }
    
    .assign-record-page .ant-table-tbody > tr > td {
        padding: 12px 8px;
        font-size: 14px;
        word-break: break-word;
        line-height: 1.4;
    }
    
    /* 移动端隐藏昵称列以节省空间 */
    .assign-record-page .ant-table-thead > tr > th:nth-child(3),
    .assign-record-page .ant-table-tbody > tr > td:nth-child(3) {
        display: none;
    }
    
    /* 调整剩余列的宽度 */
    .assign-record-page .ant-table-thead > tr > th:nth-child(1),
    .assign-record-page .ant-table-tbody > tr > td:nth-child(1) {
        width: 25%;
        min-width: 80px;
    }
    
    .assign-record-page .ant-table-thead > tr > th:nth-child(2),
    .assign-record-page .ant-table-tbody > tr > td:nth-child(2) {
        width: 35%;
        min-width: 100px;
    }
    
    .assign-record-page .ant-table-thead > tr > th:nth-child(4),
    .assign-record-page .ant-table-tbody > tr > td:nth-child(4) {
        width: 20%;
        min-width: 60px;
    }
    
    .assign-record-page .ant-table-thead > tr > th:nth-child(5),
    .assign-record-page .ant-table-tbody > tr > td:nth-child(5) {
        width: 20%;
        min-width: 70px;
    }
    
    /* 分页器移动端优化 */
    .assign-record-page .ant-pagination {
        margin-top: 16px;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .assign-record-page .ant-pagination .ant-pagination-item,
    .assign-record-page .ant-pagination .ant-pagination-prev,
    .assign-record-page .ant-pagination .ant-pagination-next {
        min-width: 32px;
        height: 32px;
        line-height: 30px;
        margin: 0 4px;
        font-size: 14px;
    }
    
    /* 隐藏部分分页功能以节省空间 */
    .assign-record-page .ant-pagination .ant-pagination-total-text {
        display: none;
    }
    
    .assign-record-page .ant-pagination .ant-pagination-options {
        display: none;
    }
}

/* 平板端适配 (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .assign-record-page .ant-table {
        font-size: 13px;
    }
    
    .assign-record-page .ant-table-thead > tr > th {
        font-size: 13px;
        padding: 14px 10px;
    }
    
    .assign-record-page .ant-table-tbody > tr > td {
        padding: 14px 10px;
        font-size: 13px;
    }
}

/* 桌面端适配 (> 1024px) */
@media (min-width: 1025px) {
    .assign-record-page .ant-table-thead > tr > th,
    .assign-record-page .ant-table-tbody > tr > td {
        padding: 18px 16px;
    }
}

/* 表格行交互效果 */
.assign-record-page .ant-table-tbody > tr {
    transition: background-color 0.2s;
}

.assign-record-page .ant-table-tbody > tr:hover {
    background-color: #f8f9fa;
}

/* 空数据状态 */
.assign-record-page .ant-empty {
    padding: 40px 20px;
}

.assign-record-page .ant-empty-description {
    color: #999;
    font-size: 12px;
}

/* 搜索框样式优化 */
.assign-record-page .ant-input-affix-wrapper {
    border-radius: 6px;
    transition: box-shadow 0.2s;
}

.assign-record-page .ant-input-affix-wrapper:focus,
.assign-record-page .ant-input-affix-wrapper-focused {
    box-shadow: 0 2px 6px rgba(24, 144, 255, 0.2);
} 
/* 代理盈利统计页面样式 - 移动端优化 */

/* 页面容器样式 */
.agent-stats-page {
    min-height: calc(100vh - 200px);
}

/* 代理转移弹窗样式 */
.agent-stats-page .ant-modal-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 16px 24px;
}

.agent-stats-page .ant-modal-body {
    padding: 24px;
}

/* 步骤条样式 */
.agent-stats-page .ant-steps {
    margin-bottom: 24px;
}

/* 表单项样式 */
.agent-stats-page .ant-form-item-label > label {
    font-weight: 600;
}

/* 提示信息框样式 */
.agent-stats-page .transfer-notice {
    background: #fff7e6;
    border: 1px solid #ffd591;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 16px;
}

.agent-stats-page .transfer-confirm {
    background: #f6ffed;
    border: 1px solid #b7eb8f;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 24px;
}

.agent-stats-page .transfer-warning {
    background: #fff2f0;
    border: 1px solid #ffccc7;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 24px;
    text-align: center;
}

/* 倒计时样式 */
.agent-stats-page .countdown-text {
    margin: 8px 0 0 0;
    font-size: 16px;
    color: #ff4d4f;
}

.agent-stats-page .countdown-number {
    font-size: 20px;
    font-weight: bold;
}

/* 移动端适配 */
@media (max-width: 767px) {
   
    /* 查询条件区域移动端样式 */
    .agent-stats-page .ant-row {
        margin-bottom: 12px;
    }
    
    /* 统计卡片区域移动端样式 */
    .agent-stats-page .ant-spin-container > .ant-row {
        margin-bottom: 16px;
    }
    
    /* 表格移动端样式 */
    .agent-stats-page .ant-table {
        margin-bottom: 16px;
    }
    
    /* 空数据状态移动端样式 */
    .agent-stats-page .ant-empty {
        margin: 20px 0;
        padding-bottom: 20px;
    }
    
    /* 代理转移弹窗移动端样式 */
    .agent-stats-page .ant-modal {
        margin: 0;
        max-width: calc(100vw - 32px);
    }
    
    .agent-stats-page .ant-modal-content {
        border-radius: 8px;
    }
    
    .agent-stats-page .ant-modal-body {
        padding: 16px;
    }
    
    .agent-stats-page .ant-steps {
        margin-bottom: 16px;
    }
    
    .agent-stats-page .transfer-notice,
    .agent-stats-page .transfer-confirm,
    .agent-stats-page .transfer-warning {
        padding: 12px;
        margin-bottom: 16px;
    }
}

