/* ==================== Tailwind CSS 配置 ==================== */
@layer tailwind-base, semi, tailwind-components, tailwind-utils;

@layer tailwind-base {
  *, ::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.19 | 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: currentColor; /* 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;
}
}

@layer tailwind-components {
  .\!container{
    width: 100% !important;
  }
  .container{
    width: 100%;
  }
  @media (min-width: 640px){

    .\!container{
      max-width: 640px !important;
    }

    .container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){

    .\!container{
      max-width: 768px !important;
    }

    .container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){

    .\!container{
      max-width: 1024px !important;
    }

    .container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){

    .\!container{
      max-width: 1280px !important;
    }

    .container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px){

    .\!container{
      max-width: 1536px !important;
    }

    .container{
      max-width: 1536px;
    }
  }
}

@layer tailwind-utils {
  .pointer-events-none{
    pointer-events: none;
  }
  .\!visible{
    visibility: visible !important;
  }
  .visible{
    visibility: visible;
  }
  .collapse{
    visibility: collapse;
  }
  .static{
    position: static;
  }
  .fixed{
    position: fixed;
  }
  .absolute{
    position: absolute;
  }
  .relative{
    position: relative;
  }
  .sticky{
    position: -webkit-sticky;
    position: sticky;
  }
  .inset-0{
    inset: 0px;
  }
  .-bottom-8{
    bottom: -2rem;
  }
  .-left-8{
    left: -2rem;
  }
  .-right-10{
    right: -2.5rem;
  }
  .-top-10{
    top: -2.5rem;
  }
  .-top-3{
    top: -0.75rem;
  }
  .bottom-0{
    bottom: 0px;
  }
  .bottom-\[20px\]{
    bottom: 20px;
  }
  .left-0{
    left: 0px;
  }
  .left-1\/2{
    left: 50%;
  }
  .left-\[-100px\]{
    left: -100px;
  }
  .left-\[-50px\]{
    left: -50px;
  }
  .right-0{
    right: 0px;
  }
  .right-2{
    right: 0.5rem;
  }
  .top-0{
    top: 0px;
  }
  .top-1\/2{
    top: 50%;
  }
  .top-2{
    top: 0.5rem;
  }
  .top-\[204px\]{
    top: 204px;
  }
  .z-10{
    z-index: 10;
  }
  .z-50{
    z-index: 50;
  }
  .z-\[1000\]{
    z-index: 1000;
  }
  .z-\[1\]{
    z-index: 1;
  }
  .z-\[9999\]{
    z-index: 9999;
  }
  .z-\[999\]{
    z-index: 999;
  }
  .order-1{
    order: 1;
  }
  .order-2{
    order: 2;
  }
  .col-span-1{
    grid-column: span 1 / span 1;
  }
  .m-0{
    margin: 0px;
  }
  .-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .\!mb-0{
    margin-bottom: 0px !important;
  }
  .-ml-px{
    margin-left: -1px;
  }
  .mb-0{
    margin-bottom: 0px;
  }
  .mb-0\.5{
    margin-bottom: 0.125rem;
  }
  .mb-1{
    margin-bottom: 0.25rem;
  }
  .mb-10{
    margin-bottom: 2.5rem;
  }
  .mb-12{
    margin-bottom: 3rem;
  }
  .mb-16{
    margin-bottom: 4rem;
  }
  .mb-2{
    margin-bottom: 0.5rem;
  }
  .mb-3{
    margin-bottom: 0.75rem;
  }
  .mb-4{
    margin-bottom: 1rem;
  }
  .mb-5{
    margin-bottom: 1.25rem;
  }
  .mb-6{
    margin-bottom: 1.5rem;
  }
  .mb-8{
    margin-bottom: 2rem;
  }
  .ml-1{
    margin-left: 0.25rem;
  }
  .ml-1\.5{
    margin-left: 0.375rem;
  }
  .ml-2{
    margin-left: 0.5rem;
  }
  .ml-3{
    margin-left: 0.75rem;
  }
  .ml-4{
    margin-left: 1rem;
  }
  .mr-1{
    margin-right: 0.25rem;
  }
  .mr-2{
    margin-right: 0.5rem;
  }
  .mr-3{
    margin-right: 0.75rem;
  }
  .mr-4{
    margin-right: 1rem;
  }
  .mt-0\.5{
    margin-top: 0.125rem;
  }
  .mt-1{
    margin-top: 0.25rem;
  }
  .mt-10{
    margin-top: 2.5rem;
  }
  .mt-2{
    margin-top: 0.5rem;
  }
  .mt-3{
    margin-top: 0.75rem;
  }
  .mt-4{
    margin-top: 1rem;
  }
  .mt-6{
    margin-top: 1.5rem;
  }
  .mt-8{
    margin-top: 2rem;
  }
  .mt-\[60px\]{
    margin-top: 60px;
  }
  .mt-auto{
    margin-top: auto;
  }
  .line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block{
    display: block;
  }
  .inline-block{
    display: inline-block;
  }
  .inline{
    display: inline;
  }
  .flex{
    display: flex;
  }
  .inline-flex{
    display: inline-flex;
  }
  .table{
    display: table;
  }
  .grid{
    display: grid;
  }
  .\!hidden{
    display: none !important;
  }
  .hidden{
    display: none;
  }
  .\!h-4{
    height: 1rem !important;
  }
  .\!h-6{
    height: 1.5rem !important;
  }
  .\!h-7{
    height: 1.75rem !important;
  }
  .h-10{
    height: 2.5rem;
  }
  .h-12{
    height: 3rem;
  }
  .h-14{
    height: 3.5rem;
  }
  .h-16{
    height: 4rem;
  }
  .h-2{
    height: 0.5rem;
  }
  .h-2\.5{
    height: 0.625rem;
  }
  .h-24{
    height: 6rem;
  }
  .h-28{
    height: 7rem;
  }
  .h-3{
    height: 0.75rem;
  }
  .h-32{
    height: 8rem;
  }
  .h-36{
    height: 9rem;
  }
  .h-4{
    height: 1rem;
  }
  .h-40{
    height: 10rem;
  }
  .h-44{
    height: 11rem;
  }
  .h-48{
    height: 12rem;
  }
  .h-5{
    height: 1.25rem;
  }
  .h-6{
    height: 1.5rem;
  }
  .h-7{
    height: 1.75rem;
  }
  .h-8{
    height: 2rem;
  }
  .h-96{
    height: 24rem;
  }
  .h-\[151px\]{
    height: 151px;
  }
  .h-\[15px\]{
    height: 15px;
  }
  .h-\[80px\]{
    height: 80px;
  }
  .h-\[calc\(100vh-66px\)\]{
    height: calc(100vh - 66px);
  }
  .h-auto{
    height: auto;
  }
  .h-full{
    height: 100%;
  }
  .h-screen{
    height: 100vh;
  }
  .max-h-0{
    max-height: 0px;
  }
  .max-h-32{
    max-height: 8rem;
  }
  .max-h-40{
    max-height: 10rem;
  }
  .max-h-56{
    max-height: 14rem;
  }
  .max-h-64{
    max-height: 16rem;
  }
  .max-h-80{
    max-height: 20rem;
  }
  .max-h-96{
    max-height: 24rem;
  }
  .max-h-\[50vh\]{
    max-height: 50vh;
  }
  .max-h-\[55vh\]{
    max-height: 55vh;
  }
  .max-h-\[600px\]{
    max-height: 600px;
  }
  .max-h-\[68vh\]{
    max-height: 68vh;
  }
  .min-h-0{
    min-height: 0px;
  }
  .min-h-\[200px\]{
    min-height: 200px;
  }
  .min-h-\[20rem\]{
    min-height: 20rem;
  }
  .min-h-\[92px\]{
    min-height: 92px;
  }
  .min-h-screen{
    min-height: 100vh;
  }
  .\!w-4{
    width: 1rem !important;
  }
  .\!w-6{
    width: 1.5rem !important;
  }
  .\!w-7{
    width: 1.75rem !important;
  }
  .\!w-full{
    width: 100% !important;
  }
  .w-1{
    width: 0.25rem;
  }
  .w-1\/2{
    width: 50%;
  }
  .w-10{
    width: 2.5rem;
  }
  .w-12{
    width: 3rem;
  }
  .w-16{
    width: 4rem;
  }
  .w-2{
    width: 0.5rem;
  }
  .w-2\.5{
    width: 0.625rem;
  }
  .w-20{
    width: 5rem;
  }
  .w-24{
    width: 6rem;
  }
  .w-28{
    width: 7rem;
  }
  .w-3{
    width: 0.75rem;
  }
  .w-36{
    width: 9rem;
  }
  .w-4{
    width: 1rem;
  }
  .w-40{
    width: 10rem;
  }
  .w-44{
    width: 11rem;
  }
  .w-48{
    width: 12rem;
  }
  .w-5{
    width: 1.25rem;
  }
  .w-6{
    width: 1.5rem;
  }
  .w-7{
    width: 1.75rem;
  }
  .w-8{
    width: 2rem;
  }
  .w-80{
    width: 20rem;
  }
  .w-96{
    width: 24rem;
  }
  .w-\[151px\]{
    width: 151px;
  }
  .w-\[15px\]{
    width: 15px;
  }
  .w-\[200px\]{
    width: 200px;
  }
  .w-\[80px\]{
    width: 80px;
  }
  .w-full{
    width: 100%;
  }
  .w-px{
    width: 1px;
  }
  .w-screen{
    width: 100vw;
  }
  .\!min-w-0{
    min-width: 0px !important;
  }
  .min-w-0{
    min-width: 0px;
  }
  .min-w-\[100px\]{
    min-width: 100px;
  }
  .min-w-\[120px\]{
    min-width: 120px;
  }
  .min-w-\[140px\]{
    min-width: 140px;
  }
  .max-w-2xl{
    max-width: 42rem;
  }
  .max-w-3xl{
    max-width: 48rem;
  }
  .max-w-4xl{
    max-width: 56rem;
  }
  .max-w-5xl{
    max-width: 64rem;
  }
  .max-w-60{
    max-width: 15rem;
  }
  .max-w-6xl{
    max-width: 72rem;
  }
  .max-w-7xl{
    max-width: 80rem;
  }
  .max-w-\[1110px\]{
    max-width: 1110px;
  }
  .max-w-\[360px\]{
    max-width: 360px;
  }
  .max-w-\[520px\]{
    max-width: 520px;
  }
  .max-w-\[640px\]{
    max-width: 640px;
  }
  .max-w-full{
    max-width: 100%;
  }
  .max-w-md{
    max-width: 28rem;
  }
  .max-w-none{
    max-width: none;
  }
  .max-w-sm{
    max-width: 24rem;
  }
  .max-w-xs{
    max-width: 20rem;
  }
  .flex-1{
    flex: 1 1 0%;
  }
  .flex-shrink-0{
    flex-shrink: 0;
  }
  .shrink-0{
    flex-shrink: 0;
  }
  .-translate-x-1\/2{
    --tw-translate-x: -50%;
    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));
  }
  .-translate-y-1\/2{
    --tw-translate-y: -50%;
    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));
  }
  .scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
  }
  .scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    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));
  }
  .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 pulse{

    50%{
      opacity: .5;
    }
  }
  .animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
  @keyframes spin{

    to{
      transform: rotate(360deg);
    }
  }
  .animate-spin{
    animation: spin 1s linear infinite;
  }
  .\!cursor-not-allowed{
    cursor: not-allowed !important;
  }
  .cursor-help{
    cursor: help;
  }
  .cursor-not-allowed{
    cursor: not-allowed;
  }
  .cursor-pointer{
    cursor: pointer;
  }
  .select-none{
    -webkit-user-select: none;
            user-select: none;
  }
  .select-all{
    -webkit-user-select: all;
            user-select: all;
  }
  .resize{
    resize: both;
  }
  .list-inside{
    list-style-position: inside;
  }
  .list-disc{
    list-style-type: disc;
  }
  .grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-row{
    flex-direction: row;
  }
  .flex-col{
    flex-direction: column;
  }
  .flex-wrap{
    flex-wrap: wrap;
  }
  .items-start{
    align-items: flex-start;
  }
  .items-end{
    align-items: flex-end;
  }
  .items-center{
    align-items: center;
  }
  .items-baseline{
    align-items: baseline;
  }
  .items-stretch{
    align-items: stretch;
  }
  .justify-start{
    justify-content: flex-start;
  }
  .justify-end{
    justify-content: flex-end;
  }
  .justify-center{
    justify-content: center;
  }
  .justify-between{
    justify-content: space-between;
  }
  .gap-0\.5{
    gap: 0.125rem;
  }
  .gap-1{
    gap: 0.25rem;
  }
  .gap-1\.5{
    gap: 0.375rem;
  }
  .gap-2{
    gap: 0.5rem;
  }
  .gap-3{
    gap: 0.75rem;
  }
  .gap-4{
    gap: 1rem;
  }
  .gap-5{
    gap: 1.25rem;
  }
  .gap-6{
    gap: 1.5rem;
  }
  .gap-8{
    gap: 2rem;
  }
  .gap-\[4px\]{
    gap: 4px;
  }
  .gap-x-4{
    column-gap: 1rem;
  }
  .space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .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-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }
  .space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }
  .space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-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));
  }
  .space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .self-center{
    align-self: center;
  }
  .overflow-auto{
    overflow: auto;
  }
  .overflow-hidden{
    overflow: hidden;
  }
  .overflow-x-auto{
    overflow-x: auto;
  }
  .overflow-y-auto{
    overflow-y: auto;
  }
  .overflow-x-hidden{
    overflow-x: hidden;
  }
  .truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .whitespace-nowrap{
    white-space: nowrap;
  }
  .whitespace-pre-wrap{
    white-space: pre-wrap;
  }
  .break-words{
    overflow-wrap: break-word;
  }
  .break-all{
    word-break: break-all;
  }
  .\!rounded-2xl{
    border-radius: 1rem !important;
  }
  .\!rounded-full{
    border-radius: 9999px !important;
  }
  .\!rounded-lg{
    border-radius: 0.5rem !important;
  }
  .\!rounded-xl{
    border-radius: 0.75rem !important;
  }
  .rounded{
    border-radius: 0.25rem;
  }
  .rounded-2xl{
    border-radius: 1rem;
  }
  .rounded-full{
    border-radius: 9999px;
  }
  .rounded-lg{
    border-radius: 0.5rem;
  }
  .rounded-md{
    border-radius: 0.375rem;
  }
  .rounded-xl{
    border-radius: 0.75rem;
  }
  .\!rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }
  .\!rounded-l-none{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  .\!rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }
  .\!rounded-r-none{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .\!border{
    border-width: 1px !important;
  }
  .\!border-0{
    border-width: 0px !important;
  }
  .border{
    border-width: 1px;
  }
  .border-0{
    border-width: 0px;
  }
  .border-2{
    border-width: 2px;
  }
  .border-b{
    border-bottom-width: 1px;
  }
  .border-r-0{
    border-right-width: 0px;
  }
  .border-t{
    border-top-width: 1px;
  }
  .border-dashed{
    border-style: dashed;
  }
  .\!border-semi-color-border{
    border-color: var(--semi-color-border) !important;
  }
  .border-semi-color-border{
    border-color: var(--semi-color-border);
  }
  .\!bg-semi-color-fill-0{
    background-color: var(--semi-color-fill-0) !important;
  }
  .\!bg-semi-color-primary-light-default{
    background-color: var(--semi-color-primary-light-default) !important;
  }
  .bg-\[\#FFD166\]{
    --tw-bg-opacity: 1;
    background-color: rgb(255 209 102 / var(--tw-bg-opacity, 1));
  }
  .bg-semi-color-bg-0{
    background-color: var(--semi-color-bg-0);
  }
  .bg-semi-color-fill-0{
    background-color: var(--semi-color-fill-0);
  }
  .bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }
  .bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }
  .bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }
  .object-contain{
    object-fit: contain;
  }
  .\!p-0{
    padding: 0px !important;
  }
  .\!p-1{
    padding: 0.25rem !important;
  }
  .\!p-1\.5{
    padding: 0.375rem !important;
  }
  .\!p-2{
    padding: 0.5rem !important;
  }
  .p-1{
    padding: 0.25rem;
  }
  .p-1\.5{
    padding: 0.375rem;
  }
  .p-2{
    padding: 0.5rem;
  }
  .p-2\.5{
    padding: 0.625rem;
  }
  .p-3{
    padding: 0.75rem;
  }
  .p-4{
    padding: 1rem;
  }
  .p-5{
    padding: 1.25rem;
  }
  .p-6{
    padding: 1.5rem;
  }
  .p-8{
    padding: 2rem;
  }
  .\!px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .\!px-1\.5{
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }
  .\!px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .\!px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .\!px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .\!py-1\.5{
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .\!py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .\!py-\[10px\]{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .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;
  }
  .px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pb-2{
    padding-bottom: 0.5rem;
  }
  .pb-3{
    padding-bottom: 0.75rem;
  }
  .pb-6{
    padding-bottom: 1.5rem;
  }
  .pr-1{
    padding-right: 0.25rem;
  }
  .pr-2{
    padding-right: 0.5rem;
  }
  .pr-5{
    padding-right: 1.25rem;
  }
  .pt-2{
    padding-top: 0.5rem;
  }
  .pt-3{
    padding-top: 0.75rem;
  }
  .pt-4{
    padding-top: 1rem;
  }
  .pt-6{
    padding-top: 1.5rem;
  }
  .pt-8{
    padding-top: 2rem;
  }
  .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-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .\!text-lg{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  .\!text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .\!text-xs{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
  .text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .text-\[10px\]{
    font-size: 10px;
  }
  .text-\[11px\]{
    font-size: 11px;
  }
  .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-medium{
    font-weight: 500 !important;
  }
  .\!font-semibold{
    font-weight: 600 !important;
  }
  .font-bold{
    font-weight: 700;
  }
  .font-medium{
    font-weight: 500;
  }
  .font-normal{
    font-weight: 400;
  }
  .font-semibold{
    font-weight: 600;
  }
  .uppercase{
    text-transform: uppercase;
  }
  .italic{
    font-style: italic;
  }
  .ordinal{
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }
  .tabular-nums{
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }
  .leading-5{
    line-height: 1.25rem;
  }
  .leading-6{
    line-height: 1.5rem;
  }
  .leading-none{
    line-height: 1;
  }
  .leading-relaxed{
    line-height: 1.625;
  }
  .leading-tight{
    line-height: 1.25;
  }
  .tracking-wide{
    letter-spacing: 0.025em;
  }
  .\!text-\[var\(--semi-color-text-0\)\]{
    color: var(--semi-color-text-0) !important;
  }
  .\!text-\[var\(--semi-color-text-1\)\]{
    color: var(--semi-color-text-1) !important;
  }
  .\!text-semi-color-primary{
    color: var(--semi-color-primary) !important;
  }
  .\!text-semi-color-text-0{
    color: var(--semi-color-text-0) !important;
  }
  .\!text-semi-color-text-1{
    color: var(--semi-color-text-1) !important;
  }
  .\!text-semi-color-text-2{
    color: var(--semi-color-text-2) !important;
  }
  .text-\[var\(--semi-color-text-0\)\]{
    color: var(--semi-color-text-0);
  }
  .text-\[var\(--semi-color-text-2\)\]{
    color: var(--semi-color-text-2);
  }
  .text-semi-color-text-0{
    color: var(--semi-color-text-0);
  }
  .text-semi-color-text-1{
    color: var(--semi-color-text-1);
  }
  .text-semi-color-text-2{
    color: var(--semi-color-text-2);
  }
  .underline{
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
  .opacity-0{
    opacity: 0;
  }
  .opacity-10{
    opacity: 0.1;
  }
  .opacity-100{
    opacity: 1;
  }
  .opacity-5{
    opacity: 0.05;
  }
  .opacity-50{
    opacity: 0.5;
  }
  .opacity-60{
    opacity: 0.6;
  }
  .opacity-70{
    opacity: 0.7;
  }
  .opacity-80{
    opacity: 0.8;
  }
  .opacity-90{
    opacity: 0.9;
  }
  .opacity-\[0\.03\]{
    opacity: 0.03;
  }
  .\!shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
  .shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .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: 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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .outline{
    outline-style: solid;
  }
  .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), var(--tw-shadow, 0 0 #0000);
  }
  .ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }
  .blur{
    --tw-blur: blur(8px);
    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);
  }
  .invert{
    --tw-invert: invert(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);
  }
  .backdrop-blur{
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
  .backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
  .\!transition-all{
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
  .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;
  }
  .transition-colors{
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .\!duration-200{
    transition-duration: 200ms !important;
  }
  .duration-150{
    transition-duration: 150ms;
  }
  .duration-200{
    transition-duration: 200ms;
  }
  .duration-300{
    transition-duration: 300ms;
  }
  .duration-500{
    transition-duration: 500ms;
  }
  .duration-700{
    transition-duration: 700ms;
  }
  .ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

/* ==================== 全局移动端溢出修复 ==================== */
html, body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  position: relative;
}

#root, .app-layout {
  max-width: 100vw;
  overflow-x: hidden;
}

/* ==================== 毛笔字体特效 ==================== */
.brush-text-wrapper {
  position: relative;
  padding: 1rem 0;
}

/* 优惠 - 金色火焰渐变特效 */
.brush-gold {
  background: linear-gradient(135deg, #fef3c7 0%, #f59e0b 25%, #f97316 50%, #ef4444 75%, #fbbf24 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gold-shimmer 3s ease-in-out infinite;
  filter: drop-shadow(0 0 8px rgba(245, 158, 11, 0.6)) 
          drop-shadow(0 0 16px rgba(249, 115, 22, 0.4))
          drop-shadow(0 0 24px rgba(239, 68, 68, 0.3));
  text-shadow: none;
  position: relative;
}

.brush-gold::after {
  content: '优惠';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(135deg, #fef3c7 0%, #fbbf24 50%, #f59e0b 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gold-shimmer 3s ease-in-out infinite;
  filter: blur(12px);
  opacity: 0.7;
  z-index: -1;
}

/* 稳定 - 翡翠渐变特效 */
.brush-emerald {
  background: linear-gradient(135deg, #a7f3d0 0%, #34d399 25%, #10b981 50%, #059669 75%, #047857 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: emerald-shimmer 3s ease-in-out infinite;
  filter: drop-shadow(0 0 8px rgba(16, 185, 129, 0.6)) 
          drop-shadow(0 0 16px rgba(5, 150, 105, 0.4))
          drop-shadow(0 0 24px rgba(4, 120, 87, 0.3));
  text-shadow: none;
  position: relative;
}

.brush-emerald::after {
  content: '稳定';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(135deg, #a7f3d0 0%, #34d399 50%, #10b981 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: emerald-shimmer 3s ease-in-out infinite;
  filter: blur(12px);
  opacity: 0.7;
  z-index: -1;
}

/* 高效 - 蓝紫流光特效 */
.brush-violet {
  background: linear-gradient(135deg, #c7d2fe 0%, #818cf8 25%, #6366f1 50%, #8b5cf6 75%, #a78bfa 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: violet-shimmer 3s ease-in-out infinite;
  filter: drop-shadow(0 0 8px rgba(99, 102, 241, 0.6)) 
          drop-shadow(0 0 16px rgba(139, 92, 246, 0.4))
          drop-shadow(0 0 24px rgba(167, 139, 250, 0.3));
  text-shadow: none;
  position: relative;
}

.brush-violet::after {
  content: '高效';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(135deg, #c7d2fe 0%, #818cf8 50%, #6366f1 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: violet-shimmer 3s ease-in-out infinite;
  filter: blur(12px);
  opacity: 0.7;
  z-index: -1;
}

/* 金色流光动画 */
@keyframes gold-shimmer {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

/* 翡翠流光动画 */
@keyframes emerald-shimmer {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

/* 蓝紫流光动画 */
@keyframes violet-shimmer {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

/* 火焰脉冲动画 */
@keyframes flame-pulse {
  0%, 100% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

/* 火焰闪烁动画 */
@keyframes fire-flicker {
  0% {
    transform: translateX(-50%) scale(1) rotate(-5deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) scale(1.2) rotate(5deg);
    opacity: 0.8;
  }
}

/* 科技脉冲动画 */
@keyframes tech-pulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

/* 光晕呼吸动画 */
@keyframes glow-breathe {
  0%, 100% {
    opacity: 0.5;
    filter: blur(12px);
  }
  50% {
    opacity: 0.8;
    filter: blur(15px);
  }
}

/* 装饰点脉冲 */
@keyframes dot-pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
}

/* 文字光晕呼吸 */
@keyframes text-glow {
  0%, 100% {
    filter: 
      drop-shadow(0 0 10px rgba(0, 210, 255, 0.9))
      drop-shadow(0 0 20px rgba(0, 210, 255, 0.6))
      drop-shadow(0 0 40px rgba(0, 210, 255, 0.4))
      drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  }
  50% {
    filter: 
      drop-shadow(0 0 15px rgba(0, 210, 255, 1))
      drop-shadow(0 0 30px rgba(0, 210, 255, 0.8))
      drop-shadow(0 0 50px rgba(0, 210, 255, 0.5))
      drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  }
}

/* ==================== 科技感文字特效 ==================== */

/* 霓虹呼吸灯效果 */
@keyframes neon-breathe {
  0%, 100% {
    opacity: 1;
    text-shadow: 
      0 0 5px #10b981,
      0 0 10px #10b981,
      0 0 20px #10b981,
      0 0 40px #10b981,
      0 0 80px #10b981;
  }
  50% {
    opacity: 0.8;
    text-shadow: 
      0 0 2px #10b981,
      0 0 5px #10b981,
      0 0 10px #10b981,
      0 0 20px #10b981,
      0 0 40px #10b981;
  }
}

/* 扫描线效果 */
@keyframes scan-line {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

/* 故障效果 */
@keyframes glitch {
  0%, 90%, 100% {
    transform: translate(0);
  }
  92% {
    transform: translate(-2px, 1px);
  }
  94% {
    transform: translate(2px, -1px);
  }
  96% {
    transform: translate(-1px, 2px);
  }
  98% {
    transform: translate(1px, -2px);
  }
}

/* 矩阵流光 */
@keyframes matrix-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* 脉冲发光 */
@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 
      0 0 5px #10b981,
      0 0 10px rgba(16, 185, 129, 0.5),
      inset 0 0 5px rgba(16, 185, 129, 0.1);
  }
  50% {
    box-shadow: 
      0 0 20px #10b981,
      0 0 40px rgba(16, 185, 129, 0.8),
      inset 0 0 10px rgba(16, 185, 129, 0.2);
  }
}

/* 3D悬浮 */
@keyframes float-3d {
  0%, 100% {
    transform: translateY(0) rotateX(0deg) rotateY(0deg);
  }
  25% {
    transform: translateY(-5px) rotateX(2deg) rotateY(1deg);
  }
  50% {
    transform: translateY(-8px) rotateX(0deg) rotateY(-1deg);
  }
  75% {
    transform: translateY(-5px) rotateX(-2deg) rotateY(0deg);
  }
}

/* 文字裂纹闪动 */
@keyframes flicker {
  0%, 100% { opacity: 1; }
  41% { opacity: 1; }
  42% { opacity: 0.8; }
  43% { opacity: 1; }
  45% { opacity: 0.3; }
  46% { opacity: 1; }
}

/* 霓虹文字容器 */
.neon-text {
  display: inline-flex;
  gap: 0;
}

/* 霓虹灯管字符 - 清晰描边+适度发光 */
.neon-char {
  font-family: 'Orbitron', 'Rajdhani', 'Noto Sans SC', sans-serif;
  font-size: clamp(2.8rem, 7vw, 4.5rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #0a0f1a;
  text-shadow:
    /* 清晰描边 - 8方向 */
    -1px -1px 0 var(--neon-color, #10b981),
    -1px 0 0 var(--neon-color, #10b981),
    -1px 1px 0 var(--neon-color, #10b981),
    0 -1px 0 var(--neon-color, #10b981),
    0 1px 0 var(--neon-color, #10b981),
    1px -1px 0 var(--neon-color, #10b981),
    1px 0 0 var(--neon-color, #10b981),
    1px 1px 0 var(--neon-color, #10b981),
    /* 柔和发光 */
    0 0 10px var(--neon-color, #10b981),
    0 0 20px var(--neon-color, #10b981),
    /* 3D阴影 */
    3px 3px 0 rgba(0, 0, 0, 0.8);
  animation: neon-breathe 2s ease-in-out infinite;
  animation-delay: calc(var(--char-index, 0) * 0.15s);
}

/* 呼吸动画 */
@keyframes neon-breathe {
  0%, 100% {
    text-shadow:
      -1px -1px 0 var(--neon-color, #10b981),
      -1px 0 0 var(--neon-color, #10b981),
      -1px 1px 0 var(--neon-color, #10b981),
      0 -1px 0 var(--neon-color, #10b981),
      0 1px 0 var(--neon-color, #10b981),
      1px -1px 0 var(--neon-color, #10b981),
      1px 0 0 var(--neon-color, #10b981),
      1px 1px 0 var(--neon-color, #10b981),
      0 0 10px var(--neon-color, #10b981),
      0 0 20px var(--neon-color, #10b981),
      3px 3px 0 rgba(0, 0, 0, 0.8);
    filter: brightness(1);
  }
  50% {
    text-shadow:
      -1px -1px 0 var(--neon-color, #10b981),
      -1px 0 0 var(--neon-color, #10b981),
      -1px 1px 0 var(--neon-color, #10b981),
      0 -1px 0 var(--neon-color, #10b981),
      0 1px 0 var(--neon-color, #10b981),
      1px -1px 0 var(--neon-color, #10b981),
      1px 0 0 var(--neon-color, #10b981),
      1px 1px 0 var(--neon-color, #10b981),
      0 0 15px var(--neon-color, #10b981),
      0 0 30px var(--neon-color, #10b981),
      0 0 50px var(--neon-color, #10b981),
      3px 3px 0 rgba(0, 0, 0, 0.8);
    filter: brightness(1.2);
  }
}

/* 扫描线容器 */
.scan-line-container {
  position: relative;
  overflow: hidden;
}

.scan-line-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(16, 185, 129, 0.1) 50%,
    transparent 100%
  );
  animation: scan-line 2s linear infinite;
  pointer-events: none;
}

/* 霓虹边框 */
.neon-border {
  position: relative;
  padding: 0.5em 1em;
}

.neon-border::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid #10b981;
  border-radius: 8px;
  animation: pulse-glow 2s ease-in-out infinite;
}

/* ==================== 全局基础样式 ==================== */
:root {
  --sidebar-width: 180px;
  --sidebar-width-collapsed: 60px;
  --sidebar-current-width: var(--sidebar-width);
}

body.sidebar-collapsed {
  --sidebar-current-width: var(--sidebar-width-collapsed);
}

body {
  font-family: Lato, 'Helvetica Neue', Arial, Helvetica, 'Microsoft YaHei',
    sans-serif;
  color: var(--semi-color-text-0);
  background-color: var(--semi-color-bg-0);
}

/* 桌面端禁止 body 纵向滚动 - 防止 VChart tooltip 触发页面滚动条 */
@media (min-width: 768px) {
  body {
    overflow-y: hidden;
  }
}

.app-layout {
  height: 100vh;
  height: 100dvh;
}

.app-sider {
  height: calc(100vh - 64px);
  height: calc(100dvh - 64px);
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

/* ==================== 布局相关样式 ==================== */
.semi-layout::-webkit-scrollbar,
.semi-layout-content::-webkit-scrollbar,
.semi-sider::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.semi-layout,
.semi-layout-content,
.semi-sider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* ==================== 导航和侧边栏样式 ==================== */
.semi-navigation-item {
  margin-bottom: 4px !important;
  padding: 4px 12px !important;
}

.semi-navigation-sub-title {
  padding: 0 !important;
}

.semi-navigation-item-icon {
  justify-items: center;
  align-items: center;
}

.semi-navigation-item-icon-info {
  margin-right: 0;
}

.sidebar-nav .semi-navigation-item-text {
  flex: 1;
  min-width: 0;
}

.semi-navigation-item,
.semi-navigation-sub-title {
  height: 100% !important;
}

.semi-navigation-item-collapsed {
  height: 44px !important;
}

#root
  > section
  > header
  > section
  > div
  > div
  > div
  > div.semi-navigation-header-list-outer
  > div.semi-navigation-list-wrapper
  > ul
  > div
  > a
  > li
  > span {
  font-weight: 600 !important;
}

/* 自定义侧边栏样式 */
.sidebar-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
  transition: width 0.3s ease;
  background: var(--semi-color-bg-0);
}

.sidebar-nav {
  flex: 1;
  width: 100%;
  background: var(--semi-color-bg-0);
  height: 100%;
  overflow-x: hidden;
  border-right: none;
  overflow-y: auto;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sidebar-nav::-webkit-scrollbar {
  display: none;
}

/* 侧边栏导航项样式 */
.sidebar-nav-item {
  border-radius: 6px;
  margin: 3px 8px;
  transition: all 0.15s ease;
  padding: 8px 12px;
}

.sidebar-nav-item:hover {
  background-color: rgba(var(--semi-blue-0), 0.08);
  color: var(--semi-color-primary);
}

.sidebar-nav-item-selected {
  background-color: rgba(var(--semi-blue-0), 0.12);
  color: var(--semi-color-primary);
  font-weight: 500;
}

/* 图标容器样式 */
.sidebar-icon-container {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.2s ease;
}

.sidebar-sub-icon-container {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-left: 1px;
  transition: all 0.2s ease;
}

/* 分割线样式 */
.sidebar-divider {
  margin: 4px 8px;
  opacity: 0.15;
}

/* 分组标签样式 */
.sidebar-group-label {
  padding: 4px 15px 8px;
  color: var(--semi-color-text-2);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.8;
}

/* 底部折叠按钮 */
.sidebar-collapse-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  margin-top: auto;
  cursor: pointer;
  background-color: var(--semi-color-bg-0);
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 10;
  box-shadow: 0 -10px 10px -5px var(--semi-color-bg-0);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-top: 1px solid rgba(var(--semi-grey-0), 0.08);
}

.sidebar-collapse-button-inner {
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--semi-color-fill-0);
  transition: all 0.2s ease;
}

.sidebar-collapse-icon-container {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* 侧边栏区域容器 */
.sidebar-section {
  padding-top: 12px;
}

@media (max-width: 767px) {
  .sidebar-container {
    background: var(--semi-color-bg-1);
    border-right: 1px solid var(--semi-color-border);
  }

  .sidebar-nav {
    background: var(--semi-color-bg-1);
  }

  .sidebar-collapse-button {
    background-color: var(--semi-color-bg-1);
    box-shadow: 0 -10px 10px -5px var(--semi-color-bg-1);
  }
}

/* ==================== 聊天界面样式 ==================== */
.semi-chat {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 100%;
  max-width: 100% !important;
  width: 100% !important;
  overflow: hidden !important;
}

.semi-chat-chatBox {
  max-width: 100% !important;
  overflow: hidden !important;
}

.semi-chat-chatBox-wrap {
  max-width: 100% !important;
  overflow: hidden !important;
}

.semi-chat-chatBox-content {
  min-width: auto;
  word-break: break-word;
  max-width: 100% !important;
  overflow-wrap: break-word !important;
}

.semi-chat-content {
  max-width: 100% !important;
  overflow: hidden !important;
}

.semi-chat-list {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.semi-chat-container {
  overflow-x: hidden !important;
}

.semi-chat-chatBox-action {
  column-gap: 0 !important;
}

.semi-chat-inputBox-clearButton.semi-button .semi-icon {
  font-size: 20px !important;
}

/* 隐藏所有聊天相关区域的滚动条 */
.semi-chat::-webkit-scrollbar,
.semi-chat-chatBox::-webkit-scrollbar,
.semi-chat-chatBox-wrap::-webkit-scrollbar,
.semi-chat-chatBox-content::-webkit-scrollbar,
.semi-chat-content::-webkit-scrollbar,
.semi-chat-list::-webkit-scrollbar,
.semi-chat-container::-webkit-scrollbar {
  display: none;
}

.semi-chat,
.semi-chat-chatBox,
.semi-chat-chatBox-wrap,
.semi-chat-chatBox-content,
.semi-chat-content,
.semi-chat-list,
.semi-chat-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* ==================== 组件特定样式 ==================== */
/* SelectableButtonGroup */
.sbg-button .semi-button-content {
  min-width: 0 !important;
}

.sbg-content {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  min-width: 0;
}

.sbg-ellipsis {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Badge for count/multiplier in filter buttons */
.sbg-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 18px;
  height: 18px;
  padding: 0 6px;
  border-radius: 9px;
  font-size: 11px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  background-color: var(--semi-color-fill-0);
  color: var(--semi-color-text-2);
  transition: background-color 0.15s ease, color 0.15s ease;
}

.sbg-badge-active {
  background-color: var(--semi-color-primary-light-active);
  color: var(--semi-color-primary);
}

/* ---- SelectableButtonGroup color variants ---- */
.sbg-variant-violet {
  --semi-color-primary: #6d28d9;
  --semi-color-primary-light-default: rgba(124, 58, 237, 0.08);
  --semi-color-primary-light-hover: rgba(124, 58, 237, 0.15);
  --semi-color-primary-light-active: rgba(124, 58, 237, 0.22);
}

.sbg-variant-teal {
  --semi-color-primary: #0f766e;
  --semi-color-primary-light-default: rgba(20, 184, 166, 0.08);
  --semi-color-primary-light-hover: rgba(20, 184, 166, 0.15);
  --semi-color-primary-light-active: rgba(20, 184, 166, 0.22);
}

.sbg-variant-amber {
  --semi-color-primary: #b45309;
  --semi-color-primary-light-default: rgba(245, 158, 11, 0.08);
  --semi-color-primary-light-hover: rgba(245, 158, 11, 0.15);
  --semi-color-primary-light-active: rgba(245, 158, 11, 0.22);
}

.sbg-variant-rose {
  --semi-color-primary: #be123c;
  --semi-color-primary-light-default: rgba(244, 63, 94, 0.08);
  --semi-color-primary-light-hover: rgba(244, 63, 94, 0.15);
  --semi-color-primary-light-active: rgba(244, 63, 94, 0.22);
}

.sbg-variant-green {
  --semi-color-primary: #00996a;
  --semi-color-primary-light-default: rgba(0, 214, 143, 0.08);
  --semi-color-primary-light-hover: rgba(0, 214, 143, 0.15);
  --semi-color-primary-light-active: rgba(0, 214, 143, 0.22);
}

/* Dark mode: lighter text, slightly stronger backgrounds */
html.dark .sbg-variant-violet {
  --semi-color-primary: #a78bfa;
  --semi-color-primary-light-default: rgba(139, 92, 246, 0.14);
  --semi-color-primary-light-hover: rgba(139, 92, 246, 0.22);
  --semi-color-primary-light-active: rgba(139, 92, 246, 0.3);
}

html.dark .sbg-variant-teal {
  --semi-color-primary: #2dd4bf;
  --semi-color-primary-light-default: rgba(45, 212, 191, 0.14);
  --semi-color-primary-light-hover: rgba(45, 212, 191, 0.22);
  --semi-color-primary-light-active: rgba(45, 212, 191, 0.3);
}

html.dark .sbg-variant-amber {
  --semi-color-primary: #fbbf24;
  --semi-color-primary-light-default: rgba(251, 191, 36, 0.14);
  --semi-color-primary-light-hover: rgba(251, 191, 36, 0.22);
  --semi-color-primary-light-active: rgba(251, 191, 36, 0.3);
}

html.dark .sbg-variant-rose {
  --semi-color-primary: #fb7185;
  --semi-color-primary-light-default: rgba(251, 113, 133, 0.14);
  --semi-color-primary-light-hover: rgba(251, 113, 133, 0.22);
  --semi-color-primary-light-active: rgba(251, 113, 133, 0.3);
}

html.dark .sbg-variant-green {
  --semi-color-primary: #34d399;
  --semi-color-primary-light-default: rgba(52, 211, 153, 0.14);
  --semi-color-primary-light-hover: rgba(52, 211, 153, 0.22);
  --semi-color-primary-light-active: rgba(52, 211, 153, 0.3);
}

/* Tabs组件样式 */
.semi-tabs-content {
  padding: 0 !important;
  height: calc(100% - 40px) !important;
  flex: 1 !important;
}

.semi-tabs-content .semi-tabs-pane {
  height: 100% !important;
  overflow: hidden !important;
}

.semi-tabs-content .semi-tabs-pane > div {
  height: 100% !important;
}

/* 表格样式 */
.tableShow {
  display: revert;
}

.tableHiddle {
  display: none !important;
}

/* 页脚样式 */
.custom-footer {
  font-size: 1.1em;
}
.custom-footer.na-cb6feafeb3990c78 {
  position: relative;
}

/* 卡片内容容器通用样式 */
.card-content-container {
  position: relative;
}

.card-content-fade-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: linear-gradient(transparent, var(--semi-color-bg-1));
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* ==================== 调试面板特定样式 ==================== */
.debug-panel .semi-tabs {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.debug-panel .semi-tabs-bar {
  flex-shrink: 0 !important;
}

.debug-panel .semi-tabs-content {
  flex: 1 !important;
  overflow: hidden !important;
}

/* ==================== 滚动条样式统一管理 ==================== */
/* 通用隐藏滚动条工具类 */
.scrollbar-hide {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.scrollbar-hide::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
  /* Chrome, Safari, Opera */
}

/* 表格滚动条样式 */
.semi-table-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.semi-table-body::-webkit-scrollbar-thumb {
  background: rgba(var(--semi-grey-2), 0.3);
  border-radius: 2px;
}

.semi-table-body::-webkit-scrollbar-thumb:hover {
  background: rgba(var(--semi-grey-2), 0.5);
}

.semi-table-body::-webkit-scrollbar-track {
  background: transparent;
}

/* 侧边抽屉滚动条样式 */
.semi-sidesheet-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.semi-sidesheet-body::-webkit-scrollbar-thumb {
  background: rgba(var(--semi-grey-2), 0.3);
  border-radius: 2px;
}

.semi-sidesheet-body::-webkit-scrollbar-thumb:hover {
  background: rgba(var(--semi-grey-2), 0.5);
}

.semi-sidesheet-body::-webkit-scrollbar-track {
  background: transparent;
}

/* 隐藏内容区域滚动条 */
.pricing-scroll-hide,
.model-test-scroll,
.card-content-scroll,
.model-settings-scroll,
.thinking-content-scroll,
.custom-request-textarea .semi-input,
.custom-request-textarea textarea,
.notice-content-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.pricing-scroll-hide::-webkit-scrollbar,
.model-test-scroll::-webkit-scrollbar,
.card-content-scroll::-webkit-scrollbar,
.model-settings-scroll::-webkit-scrollbar,
.thinking-content-scroll::-webkit-scrollbar,
.custom-request-textarea .semi-input::-webkit-scrollbar,
.custom-request-textarea textarea::-webkit-scrollbar,
.notice-content-scroll::-webkit-scrollbar {
  display: none;
}

/* 图片列表滚动条样式 */
.image-list-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.image-list-scroll::-webkit-scrollbar-thumb {
  background: var(--semi-color-tertiary-light-default);
  border-radius: 3px;
}

.image-list-scroll::-webkit-scrollbar-thumb:hover {
  background: var(--semi-color-tertiary);
}

.image-list-scroll::-webkit-scrollbar-track {
  background: transparent;
}

/* ==================== 同步倍率 - 渠道选择器 ==================== */

.components-transfer-source-item,
.components-transfer-selected-item {
  display: flex;
  align-items: center;
  padding: 8px;
}

.semi-transfer-left-list,
.semi-transfer-right-list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.semi-transfer-left-list::-webkit-scrollbar,
.semi-transfer-right-list::-webkit-scrollbar {
  display: none;
}

.components-transfer-source-item .semi-checkbox,
.components-transfer-selected-item .semi-checkbox {
  display: flex;
  align-items: center;
  width: 100%;
}

.components-transfer-source-item .semi-avatar,
.components-transfer-selected-item .semi-avatar {
  margin-right: 12px;
  flex-shrink: 0;
}

.components-transfer-source-item .info,
.components-transfer-selected-item .info {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.components-transfer-source-item .name,
.components-transfer-selected-item .name {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.components-transfer-source-item .email,
.components-transfer-selected-item .email {
  font-size: 12px;
  color: var(--semi-color-text-2);
  display: flex;
  align-items: center;
}

.components-transfer-selected-item .semi-icon-close {
  margin-left: 8px;
  cursor: pointer;
  color: var(--semi-color-text-2);
}

.components-transfer-selected-item .semi-icon-close:hover {
  color: var(--semi-color-text-0);
}

/* ==================== 未读通知闪光效果 ==================== */
@keyframes sweep-shine {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.shine-text {
  background: linear-gradient(
    90deg,
    currentColor 0%,
    currentColor 40%,
    rgba(255, 255, 255, 0.9) 50%,
    currentColor 60%,
    currentColor 100%
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: sweep-shine 4s linear infinite;
}

.dark .shine-text {
  background: linear-gradient(
    90deg,
    currentColor 0%,
    currentColor 40%,
    #facc15 50%,
    currentColor 60%,
    currentColor 100%
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ==================== ScrollList 定制样式 ==================== */
.semi-scrolllist,
.semi-scrolllist * {
  -ms-overflow-style: none;
  /* IE, Edge */
  scrollbar-width: none;
  /* Firefox */
  background: transparent !important;
}

.semi-scrolllist::-webkit-scrollbar,
.semi-scrolllist *::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

.semi-scrolllist-body {
  padding: 1px !important;
}

.semi-scrolllist-list-outer {
  padding-right: 0 !important;
}

/* ==================== Banner 背景模糊球 ==================== */
.blur-ball {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: -1;
}

.blur-ball-indigo {
  background: #6366f1;
  /* indigo-500 */
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.5;
}

.blur-ball-teal {
  background: #14b8a6;
  /* teal-400 */
  top: 200px;
  left: 30%;
  opacity: 0.4;
}

/* 浅色主题下让模糊球更柔和 */
html:not(.dark) .blur-ball-indigo {
  opacity: 0.25;
}

html:not(.dark) .blur-ball-teal {
  opacity: 0.2;
}

/* ==================== 卡片马卡龙模糊球（类封装） ==================== */
/* 使用方式：给容器加上 with-pastel-balls 类即可，无需在 JSX 中插入额外节点 */
.with-pastel-balls {
  position: relative;
  overflow: hidden;
  /* 默认变量（明亮模式） */
  --pb1: #ffd1dc;
  /* 粉 */
  --pb2: #e5d4ff;
  /* 薰衣草 */
  --pb3: #d1fff6;
  /* 薄荷 */
  --pb4: #ffe5d9;
  /* 桃 */
  --pb-opacity: 0.55;
  --pb-blur: 60px;
}

.with-pastel-balls::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(
      circle at -5% -10%,
      var(--pb1) 0%,
      transparent 60%
    ),
    radial-gradient(circle at 105% -10%, var(--pb2) 0%, transparent 55%),
    radial-gradient(circle at 5% 110%, var(--pb3) 0%, transparent 55%),
    radial-gradient(circle at 105% 110%, var(--pb4) 0%, transparent 50%);
  filter: blur(var(--pb-blur));
  opacity: var(--pb-opacity);
  transform: translateZ(0);
}

/* 暗黑模式下更柔和的色彩和透明度 */
html.dark .with-pastel-balls {
  /* 使用与明亮模式一致的“刚才那组”马卡龙色，但整体更柔和 */
  --pb1: #ffd1dc;
  /* 粉 */
  --pb2: #e5d4ff;
  /* 薰衣草 */
  --pb3: #d1fff6;
  /* 薄荷 */
  --pb4: #ffe5d9;
  /* 桃 */
  --pb-opacity: 0.36;
  --pb-blur: 65px;
}

/* 暗黑模式下用更柔和的混合模式避免突兀的高亮 */
html.dark .with-pastel-balls::before {
  mix-blend-mode: screen;
}

/* ==================== 表格卡片滚动设置 ==================== */
.table-scroll-card {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 110px);
  max-height: calc(100vh - 110px);
}

.table-scroll-card .semi-card-body {
  flex: 1 1 auto;
  overflow-y: auto;
}

.table-scroll-card .semi-card-body::-webkit-scrollbar {
  width: 6px;
}

.table-scroll-card .semi-card-body::-webkit-scrollbar-thumb {
  background: rgba(var(--semi-grey-2), 0.3);
  border-radius: 2px;
}

.table-scroll-card .semi-card-body::-webkit-scrollbar-thumb:hover {
  background: rgba(var(--semi-grey-2), 0.5);
}

.table-scroll-card .semi-card-body::-webkit-scrollbar-track {
  background: transparent;
}

@media (max-width: 767px) {
  .table-scroll-card {
    height: calc(100vh - 77px);
    max-height: calc(100vh - 77px);
  }
}

/* ==================== 模型定价页面布局 ==================== */
.pricing-layout {
  height: calc(100vh - 60px);
  overflow: hidden;
  margin-top: 60px;
}

.pricing-sidebar {
  width: clamp(280px, 24vw, 520px) !important;
  min-width: clamp(280px, 24vw, 520px) !important;
  max-width: clamp(280px, 24vw, 520px) !important;
  height: calc(100vh - 60px);
  background-color: var(--semi-color-bg-0);
  overflow: auto;
}

.pricing-content {
  height: calc(100vh - 60px);
  background-color: var(--semi-color-bg-0);
  display: flex;
  flex-direction: column;
}

.pricing-pagination-divider {
  border-color: var(--semi-color-border);
}

.pricing-content-mobile {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.pricing-search-header {
  padding: 0.5rem;
  background-color: var(--semi-color-bg-0);
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
}

.pricing-view-container {
  flex: 1;
  overflow: auto;
}

.pricing-view-container-mobile {
  flex: 1;
  overflow: auto;
  min-height: 0;
}

/* ==================== semi-ui 组件自定义样式 ==================== */
.semi-card-header,
.semi-card-body {
  padding: 10px !important;
}

/* ==================== 使用日志: channel affinity tag ==================== */
.semi-tag.channel-affinity-tag {
  border: 1px solid rgba(var(--semi-cyan-5), 0.35);
  background-color: rgba(var(--semi-cyan-5), 0.15);
  color: rgba(var(--semi-cyan-9), 1);
  cursor: help;
  transition:
    background-color 120ms ease,
    border-color 120ms ease,
    box-shadow 120ms ease;
}

.semi-tag.channel-affinity-tag:hover {
  background-color: rgba(var(--semi-cyan-5), 0.22);
  border-color: rgba(var(--semi-cyan-5), 0.6);
  box-shadow: 0 0 0 2px rgba(var(--semi-cyan-5), 0.18);
}

.semi-tag.channel-affinity-tag:active {
  background-color: rgba(var(--semi-cyan-5), 0.28);
}

.semi-tag.channel-affinity-tag .channel-affinity-tag-content {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

/* ==================== 自定义圆角样式 ==================== */
.semi-radio,
.semi-tagInput,
.semi-input-textarea-wrapper,
.semi-navigation-sub-title,
.semi-chat-inputBox-sendButton,
.semi-page-item,
.semi-navigation-item,
.semi-tag-closable,
.semi-input-wrapper,
.semi-tabs-tab-button,
.semi-select,
.semi-button,
.semi-datepicker-range-input {
  border-radius: 10px !important;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Channel advanced settings side panel animations */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.ec-dbcd0a3c01b55203 { forced-color-adjust: auto; }

/* ==================== 1API 品牌主题 - 深色优先 + 高亮翡翠绿 + 液态玻璃 ==================== */

/* 品牌色彩系统 - 暗色模式（默认） */
:root,
html.dark {
  /* 主色系 - 高亮翡翠绿 */
  --brand-primary: #00d68f;
  --brand-primary-light: #34ffb0;
  --brand-primary-dark: #00b876;
  --brand-primary-glow: rgba(0, 214, 143, 0.4);

  /* 辅助色 - 沙漠黄/琥珀金 */
  --brand-accent: #f59e0b;
  --brand-accent-light: #fbbf24;

  /* 暗色背景 - 深邃星空 */
  --brand-bg-start: #0a0f1a;
  --brand-bg-end: #111827;
  --brand-bg-card: rgba(17, 24, 39, 0.8);

  /* 文字色 - 明亮清晰 */
  --brand-text-primary: #f9fafb;
  --brand-text-secondary: #d1d5db;
  --brand-text-muted: #9ca3af;

  /* 边框色 */
  --brand-border: rgba(0, 214, 143, 0.2);
  --brand-border-hover: rgba(0, 214, 143, 0.5);

  /* 模糊球颜色 */
  --blob-color-1: rgba(0, 214, 143, 0.35);
  --blob-color-2: rgba(0, 184, 118, 0.25);
  --blob-color-3: rgba(245, 158, 11, 0.15);
}

/* 浅色模式 */
html:not(.dark) {
  /* 主色系 - 经典翡翠绿（沉稳不刺眼） */
  --brand-primary: #10b981;
  --brand-primary-light: #34d399;
  --brand-primary-dark: #059669;
  --brand-primary-glow: rgba(16, 185, 129, 0.3);

  --brand-bg-start: #f0fdf4;
  --brand-bg-end: #ecfdf5;
  --brand-bg-card: rgba(255, 255, 255, 0.85);
  --brand-text-primary: #1f2937;
  --brand-text-secondary: #4b5563;
  --brand-text-muted: #6b7280;
  --brand-border: rgba(16, 185, 129, 0.15);
  --brand-border-hover: rgba(16, 185, 129, 0.35);
  --blob-color-1: rgba(16, 185, 129, 0.2);
  --blob-color-2: rgba(5, 150, 105, 0.15);
  --blob-color-3: rgba(245, 158, 11, 0.1);

  /* 浅色模式下覆盖 Semi UI primary 系列（修复 focus 蓝圈） */
  --semi-color-primary: #10b981;
  --semi-color-primary-hover: #059669;
  --semi-color-primary-active: #047857;
  --semi-color-primary-light-default: rgba(16, 185, 129, 0.1);
  --semi-color-primary-light-hover: rgba(16, 185, 129, 0.2);
  --semi-color-primary-light-active: rgba(16, 185, 129, 0.3);
}

/* 1API 液态玻璃效果 */
.glass-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  box-shadow: 
    0 8px 32px rgba(0, 184, 118, 0.08),
    0 2px 8px rgba(0, 184, 118, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

html.dark .glass-card {
  background: rgba(30, 41, 59, 0.7);
  border: 1px solid rgba(0, 214, 143, 0.15);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.glass-card:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 20px 40px rgba(0, 184, 118, 0.12),
    0 4px 12px rgba(0, 184, 118, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  border-color: var(--brand-border-hover);
}

/* 玻璃态导航栏 */
.glass-nav {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px) saturate(200%);
  -webkit-backdrop-filter: blur(20px) saturate(200%);
  border-bottom: 1px solid rgba(0, 214, 143, 0.1);
}

html.dark .glass-nav {
  background: rgba(15, 23, 42, 0.9);
}

/* 1API 品牌渐变背景 */
.brand-gradient-bg {
  background: linear-gradient(135deg, var(--brand-bg-start) 0%, var(--brand-bg-end) 100%);
}

.brand-hero-gradient {
  background: linear-gradient(
    135deg,
    rgba(0, 184, 118, 0.05) 0%,
    rgba(0, 214, 143, 0.1) 50%,
    rgba(245, 158, 11, 0.05) 100%
  );
}

/* 品牌按钮样式 */
.brand-btn-primary {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  border: 2px solid #34d399;
  padding: 12px 28px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.4), inset 0 1px 0 rgba(255,255,255,0.2);
  position: relative;
  overflow: hidden;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.brand-btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transition: left 0.5s;
}

.brand-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.5), inset 0 1px 0 rgba(255,255,255,0.2);
  background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
}

.brand-btn-primary:hover::before {
  left: 100%;
}

.brand-btn-secondary {
  background: rgba(15, 23, 42, 0.9);
  color: #fbbf24;
  border: 2px solid #f59e0b;
  padding: 10px 26px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0 0 12px rgba(245, 158, 11, 0.15);
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.brand-btn-secondary:hover {
  background: rgba(245, 158, 11, 0.2);
  border-color: #fbbf24;
  color: #fcd34d;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.3);
}

/* 霓虹流动边框按钮 */
.neon-flow-btn {
  position: relative;
  overflow: hidden;
  border-radius: 14px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  padding: 14px 36px !important;
  background: linear-gradient(135deg, rgba(15,23,42,0.95), rgba(30,41,59,0.95)) !important;
  color: #fff !important;
  border: none !important;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
}

.neon-flow-btn::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: conic-gradient(
    #f59e0b, #10b981, #3b82f6, #8b5cf6, #f59e0b
  );
  border-radius: 15px;
  z-index: -1;
  animation: neon-flow 3s linear infinite;
  background-size: 200% 200%;
}

.neon-flow-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(15,23,42,0.95), rgba(30,41,59,0.95));
  border-radius: 12px;
  z-index: -1;
  margin: 2px;
}

.neon-flow-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 30px rgba(245,158,11,0.3), 0 0 20px rgba(16,185,129,0.2);
}

@keyframes neon-flow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* 品牌文字样式 */
.brand-title {
  font-size: 48px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--brand-primary-dark) 0%, var(--brand-primary) 50%, var(--brand-accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

.brand-subtitle {
  font-size: 20px;
  color: var(--brand-text-secondary);
  line-height: 1.6;
}

/* 品牌徽章 */
.brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: rgba(0, 184, 118, 0.1);
  color: var(--brand-primary);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid rgba(0, 184, 118, 0.2);
}

/* 品牌特性卡片 */
.feature-card {
  padding: 28px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 214, 143, 0.12);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

html.dark .feature-card {
  background: rgba(30, 41, 59, 0.6);
}

.feature-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.9);
  border-color: var(--brand-border-hover);
  box-shadow: 0 16px 32px rgba(0, 184, 118, 0.1);
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 184, 118, 0.15) 0%, rgba(0, 214, 143, 0.1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 16px;
}

/* 1API 模糊光球 - 深色潮流主题 */
.blob-emerald-1 {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--blob-color-1) 0%, transparent 70%);
  filter: blur(100px);
  border-radius: 50%;
  pointer-events: none;
  animation: float 10s ease-in-out infinite;
}

.blob-emerald-2 {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--blob-color-2) 0%, transparent 70%);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
  animation: float 12s ease-in-out infinite reverse;
}

.blob-emerald-3 {
  position: absolute;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, var(--blob-color-3) 0%, transparent 70%);
  filter: blur(60px);
  border-radius: 50%;
  pointer-events: none;
  animation: float 14s ease-in-out infinite;
}

/* 潮流网格背景 */
.trendy-grid-bg {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(0, 214, 143, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 214, 143, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

html.dark .trendy-grid-bg {
  background-image: 
    linear-gradient(rgba(0, 214, 143, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 214, 143, 0.06) 1px, transparent 1px);
}

/* 星光粒子效果 */
.stars-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.star-particle {
  position: absolute;
  width: 2px;
  height: 2px;
  background: var(--brand-primary);
  border-radius: 50%;
  opacity: 0;
  animation: twinkle 3s ease-in-out infinite;
}

@keyframes twinkle {
  0%, 100% { opacity: 0; transform: scale(0.5); }
  50% { opacity: 0.8; transform: scale(1); }
}

/* 渐变遮罩 */
.gradient-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, transparent 0%, var(--brand-bg-start) 70%);
  pointer-events: none;
}

@keyframes float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -30px) scale(1.05); }
  66% { transform: translate(-20px, 20px) scale(0.95); }
}

/* 品牌输入框 */
.brand-input {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid var(--brand-border);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 15px;
  transition: all 0.2s ease;
  color: var(--brand-text-primary);
}

html.dark .brand-input {
  background: rgba(30, 41, 59, 0.8);
  color: var(--brand-text-primary);
}

.brand-input:focus {
  outline: none;
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 4px rgba(0, 184, 118, 0.1);
  background: white;
}

/* 1API Logo 样式 */
.brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 22px;
  color: var(--brand-primary);
}

.brand-logo-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-light) 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 800;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(0, 184, 118, 0.3);
}

/* 模型卡片样式 - 深色主题优化 */
.model-card {
  padding: 20px;
  border-radius: 16px;
  background: var(--brand-bg-card);
  border: 1px solid var(--brand-border);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

html:not(.dark) .model-card {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.model-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 16px 32px rgba(0, 184, 118, 0.15);
  border-color: var(--brand-primary);
}

.model-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 24px;
  background: linear-gradient(135deg, rgba(0, 214, 143, 0.2) 0%, rgba(0, 184, 118, 0.1) 100%);
}

/* 品牌价格卡片 - 深色主题 */
.pricing-card {
  padding: 32px;
  border-radius: 24px;
  background: var(--brand-bg-card);
  border: 2px solid var(--brand-border);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

html:not(.dark) .pricing-card {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.pricing-card.featured {
  border-color: var(--brand-primary);
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 184, 118, 0.2);
}

.pricing-card.featured::before {
  content: '最受欢迎';
  position: absolute;
  top: 20px;
  right: -35px;
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-light) 100%);
  color: white;
  padding: 6px 40px;
  font-size: 12px;
  font-weight: 600;
  transform: rotate(45deg);
  box-shadow: 0 2px 8px rgba(0, 184, 118, 0.3);
}

/* 1API 页脚 */
.brand-footer {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 184, 118, 0.05) 100%);
  border-top: 1px solid var(--brand-border);
}

/* 控制台页面品牌主题 */
.console-page {
  background: var(--brand-bg-start) !important;
  min-height: 100vh;
}

/* Semi UI 深色主题覆盖 - 品牌绿色 */
html.dark {
  /* 覆盖 Semi UI 默认颜色变量 */
  --semi-color-primary: #00d68f;
  --semi-color-primary-hover: #00b876;
  --semi-color-primary-active: #00996a;
  --semi-color-primary-light-default: rgba(0, 214, 143, 0.1);
  --semi-color-primary-light-hover: rgba(0, 214, 143, 0.2);
  --semi-color-primary-light-active: rgba(0, 214, 143, 0.3);
  
  /* 背景色覆盖 */
  --semi-color-bg-0: #0a0f1a;
  --semi-color-bg-1: #111827;
  --semi-color-bg-2: #1f2937;
  --semi-color-bg-3: #374151;
  --semi-color-bg-4: #4b5563;
  
  /* 文字色覆盖 */
  --semi-color-text-0: #f9fafb;
  --semi-color-text-1: #d1d5db;
  --semi-color-text-2: #9ca3af;
  --semi-color-text-3: #6b7280;
  
  /* 边框色覆盖 */
  --semi-color-border: rgba(0, 214, 143, 0.15);
  
  /* 填充色覆盖 */
  --semi-color-fill-0: rgba(17, 24, 39, 0.8);
  --semi-color-fill-1: rgba(17, 24, 39, 0.6);
  --semi-color-fill-2: rgba(17, 24, 39, 0.4);
  --semi-color-fill-3: rgba(17, 24, 39, 0.2);
}

/* 深色主题下卡片样式优化 */
html.dark .semi-card {
  background: rgba(17, 24, 39, 0.8);
  border-color: rgba(0, 214, 143, 0.15);
}

html.dark .semi-card:hover {
  border-color: rgba(0, 214, 143, 0.3);
}

html.dark .semi-input {
  background: rgba(17, 24, 39, 0.8);
  border-color: rgba(0, 214, 143, 0.2);
  color: #f9fafb;
}

html.dark .semi-input:hover {
  border-color: rgba(0, 214, 143, 0.4);
}

html.dark .semi-input:focus {
  border-color: #00d68f;
  box-shadow: 0 0 0 3px rgba(0, 214, 143, 0.15);
}

html.dark .semi-button-secondary {
  background: rgba(17, 24, 39, 0.8);
  border-color: rgba(0, 214, 143, 0.3);
  color: #00d68f;
}

html.dark .semi-button-secondary:hover {
  background: rgba(0, 214, 143, 0.1);
  border-color: rgba(0, 214, 143, 0.5);
}

/* 深色主题下表格样式 */
html.dark .semi-table {
  background: transparent;
}

html.dark .semi-table-thead > tr > th {
  background: rgba(17, 24, 39, 0.9);
  color: #00d68f;
  border-bottom-color: rgba(0, 214, 143, 0.2);
}

html.dark .semi-table-tbody > tr > td {
  background: rgba(17, 24, 39, 0.6);
  color: #d1d5db;
  border-bottom-color: rgba(0, 214, 143, 0.1);
}

html.dark .semi-table-tbody > tr:hover > td {
  background: rgba(0, 214, 143, 0.05);
}

/* 深色主题下标签样式 */
html.dark .semi-tag {
  background: rgba(0, 214, 143, 0.1);
  color: #00d68f;
  border-color: rgba(0, 214, 143, 0.2);
}

/* 深色主题下导航样式 */
html.dark .semi-navigation {
  background: transparent;
}

html.dark .semi-navigation-item {
  color: #d1d5db;
}

html.dark .semi-navigation-item:hover {
  background: rgba(0, 214, 143, 0.1);
  color: #00d68f;
}

html.dark .semi-navigation-item-selected {
  background: rgba(0, 214, 143, 0.15);
  color: #00d68f;
}

/* 1API 侧边栏品牌样式 */
html.dark .sidebar-container {
  background: rgba(10, 15, 26, 0.95) !important;
  border-right: 1px solid rgba(0, 214, 143, 0.15);
}

html.dark .sidebar-nav {
  background: transparent !important;
}

html.dark .sidebar-nav-item {
  color: #d1d5db;
  border-radius: 10px;
}

html.dark .sidebar-nav-item:hover {
  background: rgba(0, 214, 143, 0.1);
  color: #00d68f;
}

html.dark .sidebar-nav-item-selected {
  background: rgba(0, 214, 143, 0.15);
  color: #00d68f;
  font-weight: 600;
  border-left: 3px solid #00d68f;
}

html.dark .sidebar-group-label {
  color: #6b7280;
}

html.dark .sidebar-divider {
  border-color: rgba(0, 214, 143, 0.1);
}

/* 移动端侧边栏 */
@media (max-width: 767px) {
  html.dark .sidebar-container {
    background: rgba(10, 15, 26, 0.98) !important;
  }
}

/* 响应式调整 */
@media (max-width: 768px) {
  .brand-title {
    font-size: 32px;
  }
  
  .brand-subtitle {
    font-size: 16px;
  }
  
  .glass-card {
    border-radius: 16px;
    padding: 16px;
  }
  
  .feature-card {
    padding: 20px;
  }
  
  .blob-emerald-1,
  .blob-emerald-2,
  .blob-emerald-3 {
    opacity: 0.5;
  }
}

/* 品牌链接悬停效果 */
.brand-link {
  color: var(--brand-primary);
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease;
}

.brand-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--brand-primary);
  transition: width 0.3s ease;
}

.brand-link:hover::after {
  width: 100%;
}

.brand-link:hover {
  color: var(--brand-primary-dark);
}

/* 代码高亮 - 品牌风格 */
.brand-code-block {
  background: #1e293b;
  border-radius: 12px;
  padding: 16px 20px;
  font-family: 'Monaco', 'Menlo', 'Consolas', monospace;
  font-size: 14px;
  color: #e2e8f0;
  overflow-x: auto;
  border: 1px solid rgba(0, 214, 143, 0.2);
}

.brand-code-block .keyword {
  color: #7dd3fc;
}

.brand-code-block .string {
  color: #86efac;
}

.brand-code-block .comment {
  color: #64748b;
}

/* 1API 导航激活态 */
.nav-item-active {
  color: var(--brand-primary) !important;
  background: rgba(0, 184, 118, 0.1) !important;
  font-weight: 600;
}

.nav-item-active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 60%;
  background: var(--brand-primary);
  border-radius: 0 3px 3px 0;
}

/* ==================== Logo 3D 鼠标跟随效果 ==================== */
.logo-3d-container {
  transform-style: preserve-3d;
}

.logo-3d-shine {
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.4) 0%,
    transparent 50%,
    rgba(124,58,237,0.2) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.logo-3d-container:hover .logo-3d-shine {
  opacity: 1;
}

/* 登录Logo玻璃态 */
.login-logo-glass {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(16,185,129,0.3);
}

/* ==================== 模型广场页面样式 ==================== */
.marketplace-page {
  min-height: 100vh;
  background: #0a0a0f;
  color: #f5f5f7;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Hero Section */
.marketplace-hero {
  position: relative;
  padding: 60px 40px 80px;
  background: linear-gradient(180deg, #0f0f16 0%, #0a0a0f 100%);
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.hero-orb-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(16,185,129,0.15) 0%, transparent 70%);
  top: -100px;
  right: 10%;
  animation: float 8s ease-in-out infinite;
}

.hero-orb-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(6,182,212,0.1) 0%, transparent 70%);
  bottom: -50px;
  left: 5%;
  animation: float 10s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-20px) scale(1.05); }
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 50px 50px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
          mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}

.hero-content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(16,185,129,0.1);
  border: 1px solid rgba(16,185,129,0.2);
  border-radius: 100px;
  color: #00d68f;
  font-size: 14px;
  margin-bottom: 24px;
}

/* 浅色模式 Hero 徽章 */
html:not(.dark) .hero-badge {
  color: #10b981;
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.gradient-text {
  background: linear-gradient(135deg, #00d68f 0%, #34D399 50%, #06B6D4 100%);
  -webkit-background-clip: text;
}

/* 浅色模式渐变文字 */
html:not(.dark) .gradient-text {
  background: linear-gradient(135deg, #059669 0%, #10b981 50%, #0891b2 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.hero-subtitle {
  font-size: 18px;
  color: #9CA3AF;
  margin-bottom: 32px;
  line-height: 1.6;
}

.hero-search {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.hero-search .semi-input-wrapper {
  width: 100%;
}

.hero-search .semi-input {
  width: 100%;
  height: 56px;
  padding: 0 20px 0 52px !important;
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 16px !important;
  color: #f5f5f7 !important;
  font-size: 16px !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.hero-search .semi-input::placeholder {
  color: #6B7280 !important;
}

.hero-search .semi-input:focus {
  border-color: #00d68f !important;
  box-shadow: 0 0 0 3px rgba(0, 214, 143, 0.1) !important;
}

.hero-search .semi-icons {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #6B7280;
  z-index: 1;
}

/* Body Layout */
.marketplace-body {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
  padding: 24px;
  gap: 24px;
}

/* Sidebar */
.filter-sidebar {
  width: 280px;
  flex-shrink: 0;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 16px;
  padding: 20px;
  height: -webkit-fit-content;
  height: fit-content;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.filter-sidebar-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-size: 16px;
  font-weight: 600;
}

.filter-sidebar-header .semi-icons {
  color: #00d68f;
}

.clear-filters {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  background: rgba(239,68,68,0.1);
  border: 1px solid rgba(239,68,68,0.2);
  border-radius: 6px;
  color: #EF4444;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s;
}

.clear-filters:hover {
  background: rgba(239,68,68,0.2);
}

/* Filter Section */
.filter-section {
  margin-bottom: 20px;
}

.filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

.filter-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #E5E7EB;
}

.filter-title .semi-icons {
  color: #00d68f;
}

.filter-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.filter-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
  text-align: left;
  color: #9CA3AF;
  font-size: 14px;
}

.filter-item:hover {
  background: rgba(255,255,255,0.03);
}

.filter-item.active {
  background: rgba(16,185,129,0.1);
  border-color: rgba(16,185,129,0.3);
  color: #00d68f;
  font-weight: 500;
}

.filter-show-more {
  padding: 8px;
  background: transparent;
  border: none;
  color: #6B7280;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  transition: color 0.2s;
}

.filter-show-more:hover {
  color: #00d68f;
}

/* Main Content */
.marketplace-main {
  flex: 1;
  min-width: 0;
}

.marketplace-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 16px 20px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 12px;
}

.toolbar-stats {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.stats-total {
  font-size: 20px;
  font-weight: 700;
  color: #00d68f;
}

.stats-label {
  color: #9CA3AF;
}

.stats-divider {
  color: #4B5563;
}

.stats-filtered {
  font-weight: 600;
  color: #06B6D4;
}

.toolbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.view-toggle {
  display: flex;
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  padding: 4px;
}

.toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: #6B7280;
  cursor: pointer;
  transition: all 0.2s;
}

.toggle-btn:hover {
  color: #E5E7EB;
}

.toggle-btn.active {
  background: rgba(16,185,129,0.2);
  color: #00d68f;
}

/* Grid View */
.models-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.model-card {
  position: relative;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  cursor: pointer;
}

.model-card-glow {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.model-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.model-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: #00d68f;
}

.model-status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 8px currentColor;
}

.model-name-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.model-copy-btn {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: all 0.2s ease;
  opacity: 0.8;
}

.model-copy-btn:hover {
  opacity: 1;
  transform: scale(1.1);
}

.model-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #f5f5f7;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.model-list-name-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.model-list-name {
  font-size: 15px;
  font-weight: 600;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.model-vendor {
  font-size: 14px;
  color: #6B7280;
  margin-bottom: 12px;
}

.model-price {
  font-size: 14px;
  color: #00d68f;
  font-weight: 500;
  margin-bottom: 16px;
}

.model-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.model-tag {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  color: #9CA3AF !important;
}

.model-tag-more {
  background: rgba(16,185,129,0.1) !important;
  border-color: rgba(16,185,129,0.2) !important;
  color: #00d68f !important;
}

.model-use-btn {
  width: 100%;
  padding: 12px;
  background: transparent;
  border: 1px solid;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.model-use-btn:hover {
  background: rgba(16,185,129,0.1);
}

/* List View */
.models-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.model-list-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 12px;
  transition: all 0.2s;
  cursor: pointer;
}

.model-list-row:hover {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.08);
}

.model-list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  flex-shrink: 0;
}

.model-list-info {
  flex: 1;
  min-width: 0;
}

.model-list-name {
  font-size: 15px;
  font-weight: 500;
  color: #f5f5f7;
  margin-bottom: 2px;
}

.model-list-vendor {
  font-size: 13px;
  color: #6B7280;
}

.model-list-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.model-list-tag {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  color: #9CA3AF !important;
}

.model-list-price {
  font-size: 14px;
  font-weight: 500;
  color: #00d68f;
  min-width: 80px;
  text-align: right;
}

.model-list-status {
  font-size: 13px;
  min-width: 60px;
  text-align: center;
}

.model-list-btn {
  padding: 8px 16px;
  background: rgba(16,185,129,0.1);
  border: 1px solid rgba(16,185,129,0.2);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  color: #00d68f;
}

.model-list-btn:hover {
  background: rgba(16,185,129,0.2);
}

/* Marketplace Footer */
.marketplace-footer {
  padding: 32px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #6B7280;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 1024px) {
  .marketplace-body {
    flex-direction: column;
  }
  .filter-sidebar {
    width: 100%;
    position: static;
  }
}

@media (max-width: 768px) {
  .marketplace-hero {
    padding: 40px 20px 60px;
  }
  .hero-title {
    font-size: 32px;
  }
  .models-grid {
    grid-template-columns: 1fr;
  }
  .model-list-row {
    flex-wrap: wrap;
  }
  .model-list-price, .model-list-status {
    min-width: auto;
  }
  /* 移动端：确保模型名称不被复制按钮遮挡 */
  .model-list-info {
    flex: 1 1 calc(100% - 60px);
    min-width: 0;
  }
  .model-list-name-row {
    width: 100%;
  }
  .model-list-name {
    flex: 1;
    min-width: 0;
  }
  .model-copy-btn {
    flex-shrink: 0;
    margin-left: auto;
  }
}

/* ==================== 定价页面品牌主题 ==================== */
.pricing-marketplace {
  background: #0a0a0f;
  min-height: 100vh;
}

html.dark .pricing-marketplace {
  background: #0a0a0f;
}

html.dark .pricing-marketplace .pricing-sidebar {
  background: rgba(17, 24, 39, 0.95) !important;
  border-right: 1px solid rgba(0, 214, 143, 0.15);
}

html.dark .pricing-marketplace .pricing-content {
  background: #0a0a0f;
}

html.dark .pricing-marketplace .semi-tabs {
  background: transparent;
}

html.dark .pricing-marketplace .semi-tabs-tab {
  color: #9ca3af !important;
}

html.dark .pricing-marketplace .semi-tabs-tab:hover {
  color: #00d68f !important;
}

html.dark .pricing-marketplace .semi-tabs-tab[aria-selected='true'] {
  color: #00d68f !important;
}

html.dark .pricing-marketplace .semi-input {
  background: rgba(17, 24, 39, 0.8) !important;
  border-color: rgba(0, 214, 143, 0.2) !important;
  color: #f9fafb !important;
}

html.dark .pricing-marketplace .semi-input:hover {
  border-color: rgba(0, 214, 143, 0.4) !important;
}

html.dark .pricing-marketplace .semi-input:focus {
  border-color: #00d68f !important;
  box-shadow: 0 0 0 3px rgba(0, 214, 143, 0.15) !important;
}

html.dark .pricing-marketplace .semi-select {
  background: rgba(17, 24, 39, 0.8) !important;
}

html.dark .pricing-marketplace .semi-select-popover {
  background: rgba(17, 24, 39, 0.95) !important;
  border: 1px solid rgba(0, 214, 143, 0.2) !important;
}

html.dark .pricing-marketplace .pricing-card {
  background: rgba(17, 24, 39, 0.8) !important;
  border: 1px solid rgba(0, 214, 143, 0.15) !important;
}

html.dark .pricing-marketplace .pricing-card:hover {
  border-color: rgba(0, 214, 143, 0.3) !important;
  box-shadow: 0 8px 32px rgba(0, 214, 143, 0.1) !important;
}

/* 定价筛选区块 */
html.dark .pricing-marketplace .filter-group {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 214, 143, 0.1);
  padding: 12px 0;
}

html.dark .pricing-marketplace .filter-group-title {
  color: #f9fafb !important;
  font-weight: 600;
}

html.dark .pricing-marketplace .filter-option {
  color: #9ca3af !important;
}

html.dark .pricing-marketplace .filter-option:hover {
  color: #00d68f !important;
  background: rgba(0, 214, 143, 0.05) !important;
}

html.dark .pricing-marketplace .filter-option.active {
  color: #00d68f !important;
  background: rgba(0, 214, 143, 0.1) !important;
  border-color: rgba(0, 214, 143, 0.2) !important;
}

/* ==================== 模型广场页面优化 ==================== */
.model-marketplace {
  padding-top: 0;
}

.model-marketplace .marketplace-hero {
  padding: 40px 24px 60px;
  margin: 0 -8px;
}

.model-marketplace .hero-title {
  font-size: 36px;
}

.model-marketplace .hero-subtitle {
  font-size: 16px;
}

.model-marketplace .marketplace-body {
  padding: 16px 8px;
}

.model-marketplace .filter-sidebar {
  border-radius: 12px;
}

.model-marketplace .marketplace-toolbar {
  padding: 12px 16px;
}

/* 模型卡片在紧凑模式下的优化 */
@media (max-width: 1200px) {
  .models-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}

/* ==================== 浅色主题全面修复 ==================== */

/* 模型广场浅色主题 */
html:not(.dark) .marketplace-page,
html:not(.dark) .model-marketplace {
  background: #f8fafc;
  color: #1f2937;
}

html:not(.dark) .marketplace-hero {
  background: linear-gradient(180deg, #ecfdf5 0%, #f8fafc 100%);
  border-bottom-color: rgba(0, 214, 143, 0.1);
}

html:not(.dark) .hero-subtitle {
  color: #4b5563;
}

html:not(.dark) .hero-search .semi-input {
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: rgba(0, 214, 143, 0.2) !important;
  color: #1f2937 !important;
}

html:not(.dark) .hero-search .semi-input::placeholder {
  color: #9ca3af !important;
}

html:not(.dark) .hero-search .semi-input:focus {
  border-color: #00d68f !important;
  background: white !important;
}

html:not(.dark) .filter-sidebar {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(0, 214, 143, 0.15);
}

html:not(.dark) .filter-sidebar-header {
  color: #1f2937;
  border-bottom-color: rgba(0, 214, 143, 0.1);
}

html:not(.dark) .filter-title {
  color: #374151;
}

html:not(.dark) .filter-item {
  color: #6b7280;
}

html:not(.dark) .filter-item:hover {
  background: rgba(0, 214, 143, 0.05);
  color: #1f2937;
}

html:not(.dark) .filter-item.active {
  background: rgba(0, 214, 143, 0.1);
  color: #00b876;
}

html:not(.dark) .marketplace-toolbar {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(0, 214, 143, 0.1);
}

html:not(.dark) .stats-label,
html:not(.dark) .stats-divider {
  color: #6b7280;
}

html:not(.dark) .model-name {
  color: #1f2937;
}

html:not(.dark) .model-vendor,
html:not(.dark) .model-list-vendor {
  color: #6b7280;
}

html:not(.dark) .model-card {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(0, 214, 143, 0.12);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

html:not(.dark) .model-card:hover {
  box-shadow: 0 12px 32px rgba(0, 214, 143, 0.08);
  border-color: #00d68f;
  transform: translateY(-4px) scale(1.02);
}

html:not(.dark) .model-list-row {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(0, 214, 143, 0.1);
}

html:not(.dark) .model-list-row:hover {
  background: white;
  border-color: rgba(0, 214, 143, 0.2);
}

html:not(.dark) .view-toggle {
  background: rgba(0, 214, 143, 0.05);
}

html:not(.dark) .toggle-btn {
  color: #6b7280;
}

html:not(.dark) .toggle-btn:hover {
  color: #00d68f;
}

html:not(.dark) .toggle-btn.active {
  background: rgba(0, 214, 143, 0.15);
  color: #00d68f;
}

html:not(.dark) .marketplace-footer {
  border-top-color: rgba(0, 214, 143, 0.1);
  color: #6b7280;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 214, 143, 0.02) 100%);
}

/* 定价页面浅色主题 */
html:not(.dark) .pricing-marketplace {
  background: #f8fafc;
}

html:not(.dark) .pricing-marketplace .pricing-sidebar {
  background: rgba(255, 255, 255, 0.98) !important;
  border-color: rgba(0, 214, 143, 0.1);
}

html:not(.dark) .pricing-marketplace .pricing-content {
  background: #f8fafc;
}

html:not(.dark) .pricing-marketplace .semi-tabs {
  background: transparent;
}

html:not(.dark) .pricing-marketplace .semi-tabs-tab {
  color: #4b5563 !important;
}

html:not(.dark) .pricing-marketplace .semi-tabs-tab:hover {
  color: #00d68f !important;
}

html:not(.dark) .pricing-marketplace .semi-tabs-tab[aria-selected='true'] {
  color: #00d68f !important;
}

html:not(.dark) .pricing-marketplace .semi-input {
  background: white !important;
  border-color: rgba(0, 214, 143, 0.2) !important;
  color: #1f2937 !important;
}

html:not(.dark) .pricing-marketplace .semi-input:hover {
  border-color: rgba(0, 214, 143, 0.35) !important;
}

html:not(.dark) .pricing-marketplace .semi-input:focus {
  border-color: #00d68f !important;
  box-shadow: 0 0 0 3px rgba(0, 214, 143, 0.1) !important;
}

html:not(.dark) .pricing-marketplace .semi-select {
  background: white !important;
  border-color: rgba(0, 214, 143, 0.2) !important;
}

html:not(.dark) .pricing-marketplace .semi-select-popover {
  background: white !important;
  border: 1px solid rgba(0, 214, 143, 0.15) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
}

html:not(.dark) .pricing-marketplace .pricing-card {
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid rgba(0, 214, 143, 0.12) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04) !important;
}

html:not(.dark) .pricing-marketplace .pricing-card:hover {
  border-color: #00d68f !important;
  box-shadow: 0 8px 24px rgba(0, 214, 143, 0.08) !important;
}

/* 侧边栏浅色主题 */
html:not(.dark) .sidebar-container {
  background: rgba(255, 255, 255, 0.98) !important;
  border-right: 1px solid rgba(0, 214, 143, 0.1);
}

html:not(.dark) .sidebar-nav {
  background: transparent !important;
}

html:not(.dark) .sidebar-nav-item {
  color: #4b5563;
}

html:not(.dark) .sidebar-nav-item:hover {
  background: rgba(0, 214, 143, 0.05);
  color: #00d68f;
}

html:not(.dark) .sidebar-nav-item-selected {
  background: rgba(0, 214, 143, 0.1);
  color: #00b876;
  font-weight: 600;
}

html:not(.dark) .sidebar-group-label {
  color: #9ca3af;
}

html:not(.dark) .sidebar-collapse-button {
  background: rgba(255, 255, 255, 0.95);
  border-top-color: rgba(0, 214, 143, 0.1);
}

html:not(.dark) .sidebar-collapse-button-inner {
  background: rgba(0, 214, 143, 0.08);
}

/* 表格浅色主题 */
html:not(.dark) .semi-table-thead > tr > th {
  background: #f9fafb;
  color: #374151;
  border-bottom-color: rgba(0, 214, 143, 0.15);
}

html:not(.dark) .semi-table-tbody > tr > td {
  background: white;
  color: #1f2937;
  border-bottom-color: rgba(0, 0, 0, 0.05);
}

html:not(.dark) .semi-table-tbody > tr:hover > td {
  background: #f0fdf4;
}

html:not(.dark) .semi-table-tbody > tr.selected > td {
  background: rgba(0, 214, 143, 0.08);
}

/* 导航浅色主题 */
html:not(.dark) .semi-navigation {
  background: transparent;
}

html:not(.dark) .semi-navigation-item {
  color: #4b5563;
}

html:not(.dark) .semi-navigation-item:hover {
  background: rgba(0, 214, 143, 0.05);
  color: #00d68f;
}

html:not(.dark) .semi-navigation-item-selected {
  background: rgba(0, 214, 143, 0.1);
  color: #00b876;
}

/* 卡片浅色主题 */
html:not(.dark) .semi-card {
  background: white;
  border-color: rgba(0, 214, 143, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

html:not(.dark) .semi-card:hover {
  border-color: rgba(0, 214, 143, 0.2);
  box-shadow: 0 4px 12px rgba(0, 214, 143, 0.06);
}

/* 标签浅色主题 */
html:not(.dark) .semi-tag {
  background: rgba(0, 214, 143, 0.08);
  color: #00b876;
  border-color: rgba(0, 214, 143, 0.15);
}

/* 按钮浅色主题 */
html:not(.dark) .semi-button-secondary {
  background: white;
  border-color: rgba(0, 214, 143, 0.3);
  color: #00b876;
}

html:not(.dark) .semi-button-secondary:hover {
  background: rgba(0, 214, 143, 0.05);
  border-color: #00d68f;
}

/* 首页浅色主题 */
html:not(.dark) .home-page {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 50%, #f8fafc 100%);
}

html:not(.dark) .home-hero {
  background: transparent;
}

html:not(.dark) .home-feature-card {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(0, 214, 143, 0.12);
}

html:not(.dark) .home-feature-card:hover {
  background: white;
  border-color: #00d68f;
  box-shadow: 0 12px 32px rgba(0, 214, 143, 0.1);
}

html:not(.dark) .glass-card {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(0, 214, 143, 0.15);
}

html:not(.dark) .glass-card:hover {
  background: white;
  border-color: #00d68f;
}

html:not(.dark) .glass-nav {
  background: rgba(255, 255, 255, 0.95);
  border-bottom-color: rgba(0, 214, 143, 0.1);
}

/* 文档页浅色主题 */
html:not(.dark) .docs-page {
  background: #f8fafc;
  color: #1f2937;
}

html:not(.dark) .docs-sidebar {
  background: rgba(255, 255, 255, 0.98);
  border-right-color: rgba(0, 214, 143, 0.1);
}

html:not(.dark) .docs-nav-item {
  color: #4b5563;
}

html:not(.dark) .docs-nav-item:hover {
  color: #00d68f;
  background: rgba(0, 214, 143, 0.05);
}

html:not(.dark) .docs-nav-item.active {
  color: #00b876;
  background: rgba(0, 214, 143, 0.1);
}

html:not(.dark) .docs-content {
  color: #1f2937;
}

html:not(.dark) .docs-content h1,
html:not(.dark) .docs-content h2,
html:not(.dark) .docs-content h3 {
  color: #111827;
}

html:not(.dark) .docs-content code {
  background: rgba(0, 214, 143, 0.08);
  color: #00b876;
}

html:not(.dark) .docs-content pre {
  background: #1f2937;
  color: #e5e7eb;
}

html:not(.dark) .docs-content a {
  color: #00d68f;
}

html:not(.dark) .docs-content a:hover {
  color: #00b876;
}

/* 品牌文字浅色主题 */
html:not(.dark) .brand-title {
  background: linear-gradient(135deg, #00b876 0%, #00d68f 50%, #d97706 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

html:not(.dark) .brand-subtitle {
  color: #4b5563;
}

html:not(.dark) .gradient-text {
  background: linear-gradient(135deg, #00b876 0%, #00d68f 50%, #0891b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ==================== 首页浅色主题修复 ==================== */
html:not(.dark) .home-page {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 50%, #f8fafc 100%);
}

html:not(.dark) .home-hero {
  background: transparent;
}

html:not(.dark) .home-hero-content .text-\\[\\#f9fafb\\] {
  color: #1f2937 !important;
}

html:not(.dark) .home-hero-content .text-\\[\\#9ca3af\\] {
  color: #6b7280 !important;
}

html:not(.dark) .home-hero-content .text-\\[\\#d1d5db\\] {
  color: #4b5563 !important;
}

html:not(.dark) .home-api-code-box {
  background: #1f2937 !important;
  border-color: rgba(0, 214, 143, 0.2);
}

html:not(.dark) .home-api-code-box code {
  color: #e5e7eb !important;
}

html:not(.dark) .home-model-card {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(0, 214, 143, 0.12);
}

html:not(.dark) .home-model-card:hover {
  background: white;
  border-color: #00d68f;
  box-shadow: 0 12px 32px rgba(0, 214, 143, 0.1);
}

html:not(.dark) .home-feature-card {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(0, 214, 143, 0.12);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

html:not(.dark) .home-feature-card:hover {
  background: white;
  border-color: #00d68f;
  box-shadow: 0 12px 32px rgba(0, 214, 143, 0.1);
  transform: translateY(-6px);
}

html:not(.dark) .home-cta-box {
  background: linear-gradient(135deg, rgba(0, 214, 143, 0.08) 0%, rgba(0, 214, 143, 0.04) 100%);
  border-color: rgba(0, 214, 143, 0.15);
}

html:not(.dark) .home-section-title {
  color: #111827;
}

html:not(.dark) .home-section-desc {
  color: #4b5563;
}

html:not(.dark) .home-price-tag {
  background: rgba(0, 214, 143, 0.1);
  border-color: rgba(0, 214, 143, 0.2);
  color: #00b876;
}

html:not(.dark) .home-footer {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 214, 143, 0.02) 100%);
  border-top-color: rgba(0, 214, 143, 0.1);
}

html:not(.dark) .home-footer-text {
  color: #6b7280;
}

/* 首页代码示例框 */
html:not(.dark) .home-code-block {
  background: #1e293b !important;
  border-color: rgba(0, 214, 143, 0.15);
}

html:not(.dark) .home-code-block pre {
  color: #e2e8f0 !important;
}

html:not(.dark) .home-code-block code {
  color: #e2e8f0 !important;
}

/* 首页API地址展示 */
html:not(.dark) .home-api-endpoint {
  background: white;
  border-color: rgba(0, 214, 143, 0.2);
  color: #1f2937;
}

html:not(.dark) .home-api-endpoint:hover {
  border-color: #00d68f;
  box-shadow: 0 4px 12px rgba(0, 214, 143, 0.1);
}

/* 首页标签 */
html:not(.dark) .home-badge {
  background: rgba(0, 214, 143, 0.1);
  border-color: rgba(0, 214, 143, 0.2);
  color: #00b876;
}

html:not(.dark) .semi-tag.home-badge {
  background: rgba(0, 214, 143, 0.1) !important;
  border-color: rgba(0, 214, 143, 0.2) !important;
  color: #00b876 !important;
}

/* 首页按钮 */
html:not(.dark) .home-btn-primary {
  background: linear-gradient(135deg, #00d68f 0%, #34d399 100%);
  color: white;
  border: none;
}

html:not(.dark) .home-btn-primary:hover {
  background: linear-gradient(135deg, #00b876 0%, #00d68f 100%);
}

html:not(.dark) .home-btn-secondary {
  background: white;
  color: #10b981;
  border: 2px solid #10b981;
}

html:not(.dark) .home-btn-secondary:hover {
  background: rgba(16, 185, 129, 0.05);
  border-color: #059669;
  color: #059669;
}

/* 首页统计数字 */
html:not(.dark) .home-stat-number {
  color: #059669;
}

html:not(.dark) .home-stat-label {
  color: #6b7280;
}

/* ==================== 页头文字 - 沙漠金色（深/浅统一） ==================== */

/* 页头导航链接文字 - 金色 */
.brand-header nav a,
.brand-header nav span {
  color: #f59e0b !important;
}

.brand-header nav a:hover,
.brand-header nav a:focus {
  color: #fbbf24 !important;
}

/* 页头系统名称 - 金色 */
.brand-header .semi-typography-h4,
.brand-header .semi-typography-h3 {
  color: #f59e0b !important;
}

/* ==================== 全局 Semi UI focus 修复 - 翡翠绿高亮（深/浅统一） ==================== */

/* 深色模式全局 input focus */
html.dark .semi-input:focus,
html.dark .semi-input-wrapper:focus-within .semi-input {
  border-color: #00d68f !important;
  box-shadow: 0 0 0 3px rgba(0, 214, 143, 0.18) !important;
}

html.dark .semi-input-wrapper:focus-within {
  border-color: #00d68f !important;
  box-shadow: 0 0 0 3px rgba(0, 214, 143, 0.18) !important;
}

/* 浅色模式全局 input focus（修复蓝色高亮瑕疵） */
html:not(.dark) .semi-input:focus,
html:not(.dark) .semi-input-wrapper:focus-within .semi-input {
  border-color: #00d68f !important;
  box-shadow: 0 0 0 3px rgba(0, 214, 143, 0.15) !important;
  outline: none !important;
}

html:not(.dark) .semi-input-wrapper:focus-within {
  border-color: #00d68f !important;
  box-shadow: 0 0 0 3px rgba(0, 214, 143, 0.15) !important;
}

/* 浅色模式下 Semi 全局基础 input 样式 */
html:not(.dark) .semi-input {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(0, 214, 143, 0.2);
  color: #1f2937;
}

html:not(.dark) .semi-input:hover {
  border-color: rgba(0, 214, 143, 0.4);
}

/* ==================== 模型广场搜索框 focus 修复 ==================== */

/* 深色 */
html.dark .pricing-marketplace .semi-input:focus,
html.dark .pricing-marketplace .semi-input-wrapper:focus-within {
  border-color: #00d68f !important;
  box-shadow: 0 0 0 3px rgba(0, 214, 143, 0.18) !important;
}

html.dark .pricing-marketplace .semi-input:hover {
  border-color: rgba(0, 214, 143, 0.45) !important;
}

/* 浅色 */
html:not(.dark) .pricing-marketplace .semi-input:focus,
html:not(.dark) .pricing-marketplace .semi-input-wrapper:focus-within {
  border-color: #00d68f !important;
  box-shadow: 0 0 0 3px rgba(0, 214, 143, 0.15) !important;
}

/* ==================== 页脚文字 - 沙漠金色（深/浅统一） ==================== */

.brand-footer,
.brand-footer * {
  color: #f59e0b !important;
}

.marketplace-footer {
  color: #f59e0b !important;
}

html.dark .marketplace-footer,
html:not(.dark) .marketplace-footer {
  color: #f59e0b !important;
}

.home-footer .home-footer-text,
html.dark .home-footer-text,
html:not(.dark) .home-footer-text {
  color: #f59e0b !important;
}

/* 首页图标容器 */
html:not(.dark) .home-icon-box {
  background: linear-gradient(135deg, rgba(0, 214, 143, 0.1) 0%, rgba(0, 214, 143, 0.05) 100%);
  color: #00d68f;
}

html:not(.dark) .home-feature-card .home-icon-box {
  background: rgba(0, 214, 143, 0.08);
  color: #00d68f;
}

/* 通用浅色主题文字覆盖 */
html:not(.dark) [style*="color: '#f9fafb'"] {
  color: #1f2937 !important;
}

html:not(.dark) [style*="color: '#d1d5db'"] {
  color: #4b5563 !important;
}

html:not(.dark) [style*="color: '#9ca3af'"] {
  color: #6b7280 !important;
}

html:not(.dark) [style*="color: '#00d68f'"] {
  color: #10b981 !important;
}

/* 浅色主题模糊球 */
html:not(.dark) .blob-emerald-1,
html:not(.dark) .blob-emerald-2,
html:not(.dark) .blob-emerald-3 {
  opacity: 0.3;
}

html:not(.dark) .trendy-grid-bg {
  opacity: 0.5;
}

/* 控制台页面浅色主题 */
html:not(.dark) .console-page {
  background: #f8fafc !important;
  color: #1f2937;
}

/* Dashboard 浅色主题 */
html:not(.dark) .dashboard-header {
  background: rgba(255, 255, 255, 0.95);
  border-bottom-color: rgba(16, 185, 129, 0.15);
}

html:not(.dark) .dashboard-card {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(16, 185, 129, 0.12);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

html:not(.dark) .dashboard-card:hover {
  border-color: rgba(16, 185, 129, 0.25);
  box-shadow: 0 8px 24px rgba(5, 150, 105, 0.08);
}

html:not(.dark) .dashboard-stat-value {
  color: #00b876;
}

html:not(.dark) .dashboard-stat-label {
  color: #6b7280;
}

html:not(.dark) .dashboard-chart-container {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(0, 214, 143, 0.15);
}

/* Dashboard 页面背景 */
html:not(.dark) .dashboard-page,
html:not(.dark) .console-page {
  background: linear-gradient(180deg, #f0fdf4 0%, #f8fafc 100%) !important;
}

/* Dashboard Timeline 浅色主题 */
html:not(.dark) .semi-timeline .semi-timeline-item-content {
  color: #1f2937;
}

html:not(.dark) .semi-timeline .semi-timeline-item-time {
  color: #6b7280;
}

/* Dashboard Collapse 浅色主题 */
html:not(.dark) .semi-collapse .semi-collapse-item {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(16, 185, 129, 0.12);
}

html:not(.dark) .semi-collapse .semi-collapse-item-header {
  background: transparent;
  color: #1f2937;
}

html:not(.dark) .semi-collapse .semi-collapse-item-body {
  color: #4b5563;
}

/* 侧边抽屉浅色主题 */
html:not(.dark) .semi-sidesheet {
  background: white;
}

html:not(.dark) .semi-sidesheet-header {
  border-bottom-color: rgba(16, 185, 129, 0.12);
}

html:not(.dark) .dashboard-card.selected {
  border-color: #10b981 !important;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.12) !important;
}

html:not(.dark) .semi-sidesheet-title {
  color: #111827;
}

html:not(.dark) .semi-sidesheet-body {
  color: #1f2937;
}

/* 模态框浅色主题 */
html:not(.dark) .semi-modal {
  background: white;
}

html:not(.dark) .semi-modal-title {
  color: #111827;
}

html:not(.dark) .semi-modal-content {
  color: #1f2937;
}

/* 空状态浅色主题 */
html:not(.dark) .semi-empty-description {
  color: #6b7280;
}

/* 分页浅色主题 */
html:not(.dark) .semi-pagination {
  color: #4b5563;
}

html:not(.dark) .semi-pagination-totalText {
  color: #6b7280;
}

html:not(.dark) .semi-pagination-item {
  background: white;
  border-color: rgba(16, 185, 129, 0.15);
  color: #4b5563;
}

html:not(.dark) .semi-pagination-item:hover {
  background: rgba(16, 185, 129, 0.05);
  border-color: #10b981;
  color: #10b981;
}

html:not(.dark) .semi-pagination-item-active {
  background: #10b981;
  border-color: #10b981;
  color: white;
}

/* 下拉菜单浅色主题 */
html:not(.dark) .semi-select-dropdown {
  background: white;
  border-color: rgba(16, 185, 129, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

html:not(.dark) .semi-select-option {
  color: #1f2937;
}

html:not(.dark) .semi-select-option:hover {
  background: rgba(16, 185, 129, 0.05);
}

html:not(.dark) .semi-select-option-selected {
  background: rgba(16, 185, 129, 0.1);
  color: #059669;
}

/* 消息提示浅色主题 */
html:not(.dark) .semi-toast {
  background: white;
  color: #1f2937;
}

/* Tooltip 浅色主题 */
html:not(.dark) .semi-tooltip {
  background: #1f2937;
  color: white;
}

html:not(.dark) .semi-popover {
  background: white;
  border-color: rgba(0, 214, 143, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* Switch 浅色主题 */
html:not(.dark) .semi-switch {
  background: #d1d5db;
}

html:not(.dark) .semi-switch-checked {
  background: #00d68f;
}

/* Checkbox 浅色主题 */
html:not(.dark) .semi-checkbox-checked {
  background: #00d68f;
  border-color: #00d68f;
}

html:not(.dark) .semi-checkbox-label {
  color: #1f2937;
}

/* Radio 浅色主题 */
html:not(.dark) .semi-radio-button {
  background: white;
  border-color: rgba(0, 214, 143, 0.2);
  color: #4b5563;
}

html:not(.dark) .semi-radio-button-checked {
  background: #00d68f;
  border-color: #00d68f;
  color: white;
}

/* Slider 浅色主题 */
html:not(.dark) .semi-slider-track {
  background: #d1d5db;
}

html:not(.dark) .semi-slider-progress {
  background: #00d68f;
}

html:not(.dark) .semi-slider-handle {
  border-color: #00d68f;
}

/* DatePicker 浅色主题 */
html:not(.dark) .semi-datepicker {
  background: white;
  border-color: rgba(0, 214, 143, 0.2);
}

html:not(.dark) .semi-datepicker-calendar {
  background: white;
}

html:not(.dark) .semi-datepicker-cell {
  color: #1f2937;
}

html:not(.dark) .semi-datepicker-cell-selected {
  background: #00d68f;
  color: white;
}

/* Textarea 浅色主题 */
html:not(.dark) .semi-input-textarea {
  background: white;
  border-color: rgba(0, 214, 143, 0.2);
  color: #1f2937;
}

html:not(.dark) .semi-input-textarea:focus {
  border-color: #00d68f;
  box-shadow: 0 0 0 3px rgba(0, 214, 143, 0.1);
}

/* Progress 浅色主题 */
html:not(.dark) .semi-progress-track {
  background: #e5e7eb;
}

html:not(.dark) .semi-progress-fill {
  background: #00d68f;
}

/* Badge浅色主题 */
html:not(.dark) .semi-badge {
  background: #00d68f;
}

/* Avatar 浅色主题 */
html:not(.dark) .semi-avatar {
  background: rgba(0, 214, 143, 0.1);
  color: #00b876;
}

/* Chip 浅色主题 */
html:not(.dark) .semi-chip {
  background: rgba(0, 214, 143, 0.08);
  border-color: rgba(0, 214, 143, 0.15);
  color: #00b876;
}

/* Descriptions 浅色主题 */
html:not(.dark) .semi-descriptions-item-label {
  color: #6b7280;
}

html:not(.dark) .semi-descriptions-item-value {
  color: #1f2937;
}

/* Form 浅色主题 */
html:not(.dark) .semi-form-field-label {
  color: #374151;
}

html:not(.dark) .semi-form-field-error {
  color: #dc2626;
}

/* List 浅色主题 */
html:not(.dark) .semi-list-item {
  border-bottom-color: rgba(0, 0, 0, 0.05);
}

html:not(.dark) .semi-list-item-meta-title {
  color: #1f2937;
}

html:not(.dark) .semi-list-item-meta-description {
  color: #6b7280;
}

/* Table expand 浅色主题 */
html:not(.dark) .semi-table-expanded {
  background: #f9fafb;
}

/* Tree 浅色主题 */
html:not(.dark) .semi-tree-node {
  color: #1f2937;
}

html:not(.dark) .semi-tree-node:hover {
  background: rgba(0, 214, 143, 0.05);
}

html:not(.dark) .semi-tree-node-selected {
  background: rgba(0, 214, 143, 0.1);
  color: #00b876;
}

/* Dropdown 浅色主题 */
html:not(.dark) .semi-dropdown {
  background: white;
  border-color: rgba(0, 214, 143, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

html:not(.dark) .semi-dropdown-item {
  color: #1f2937;
}

html:not(.dark) .semi-dropdown-item:hover {
  background: rgba(0, 214, 143, 0.05);
}

html:not(.dark) .semi-dropdown-item-disabled {
  color: #9ca3af;
}

/* Cascader 浅色主题 */
html:not(.dark) .semi-cascader {
  background: white;
}

html:not(.dark) .semi-cascader-panel {
  background: white;
}

html:not(.dark) .semi-cascader-option {
  color: #1f2937;
}

html:not(.dark) .semi-cascader-option:hover {
  background: rgba(0, 214, 143, 0.05);
}

html:not(.dark) .semi-cascader-option-selected {
  background: rgba(0, 214, 143, 0.1);
  color: #00b876;
}

/* Transfer 浅色主题 */
html:not(.dark) .semi-transfer {
  background: white;
}

html:not(.dark) .semi-transfer-header {
  background: #f9fafb;
  color: #374151;
}

html:not(.dark) .semi-transfer-body {
  background: white;
}

/* InputNumber 浅色主题 */
html:not(.dark) .semi-input-number {
  background: white;
  border-color: rgba(0, 214, 143, 0.2);
  color: #1f2937;
}

html:not(.dark) .semi-input-number:hover {
  border-color: rgba(0, 214, 143, 0.35);
}

html:not(.dark) .semi-input-number:focus {
  border-color: #00d68f;
  box-shadow: 0 0 0 3px rgba(0, 214, 143, 0.1);
}

/* TimePicker 浅色主题 */
html:not(.dark) .semi-timepicker {
  background: white;
  border-color: rgba(0, 214, 143, 0.2);
}

html:not(.dark) .semi-timepicker-column > li {
  color: #1f2937;
}

html:not(.dark) .semi-timepicker-column > li:hover {
  background: rgba(0, 214, 143, 0.05);
}

html:not(.dark) .semi-timepicker-column > li.semi-timepicker-column-item-selected {
  background: rgba(0, 214, 143, 0.1);
  color: #00b876;
}

/* AutoComplete 浅色主题 */
html:not(.dark) .semi-autocomplete {
  background: white;
}

html:not(.dark) .semi-autocomplete-option {
  color: #1f2937;
}

html:not(.dark) .semi-autocomplete-option:hover {
  background: rgba(0, 214, 143, 0.05);
}

html:not(.dark) .semi-autocomplete-option-active {
  background: rgba(0, 214, 143, 0.1);
  color: #00b876;
}

/* ==================== 文档页面样式 ==================== */
.docs-container {
  display: flex;
  min-height: 100vh;
  padding-top: 64px;
}

.docs-sidebar {
  width: 280px;
  background: rgba(17, 24, 39, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 64px;
  left: 0;
  height: calc(100vh - 64px);
  overflow-y: auto;
  z-index: 100;
}

.docs-sidebar-header {
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.docs-sidebar-header h2 {
  font-size: 18px;
  color: #fff;
  margin: 0;
}

.docs-close-btn {
  display: none;
  background: none;
  border: none;
  color: #9ca3af;
  font-size: 20px;
  cursor: pointer;
}

.docs-nav {
  padding: 16px 0;
}

.docs-category {
  margin-bottom: 16px;
}

.docs-category-title {
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}

.docs-category-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.docs-category-items li {
  padding: 8px 20px 8px 44px;
  color: #d1d5db;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
}

.docs-category-items li:hover {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
}

.docs-category-items li.active {
  background: rgba(16, 185, 129, 0.15);
  color: #10b981;
  border-right: 3px solid #10b981;
}

.docs-main {
  flex: 1;
  margin-left: 280px;
  padding: 32px 48px;
  max-width: 900px;
}

.docs-content {
  background: rgba(17, 24, 39, 0.5);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.docs-title {
  font-size: 28px;
  color: #fff;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.docs-body {
  color: #d1d5db;
  line-height: 1.8;
}

.docs-h1 {
  font-size: 28px;
  color: #fff;
  margin: 32px 0 16px;
}

.docs-h2 {
  font-size: 20px;
  color: #10b981;
  margin: 24px 0 12px;
}

.docs-h3 {
  font-size: 16px;
  color: #f59e0b;
  margin: 20px 0 8px;
}

.docs-p {
  margin: 12px 0;
}

.docs-ul {
  margin: 12px 0;
  padding-left: 24px;
}

.docs-ul li {
  margin: 8px 0;
}

.docs-menu-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #10b981;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 24px;
  font-size: 14px;
  cursor: pointer;
  z-index: 200;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.docs-overlay {
  display: none;
}

@media (max-width: 768px) {
  .docs-sidebar {
    transform: translateX(-100%);
    transition: transform 0.3s;
  }

  .docs-sidebar.open {
    transform: translateX(0);
  }

  .docs-close-btn {
    display: block;
  }

  .docs-main {
    margin-left: 0;
    padding: 16px;
    padding-top: 80px;
  }

  .docs-content {
    padding: 20px;
    border-radius: 12px;
  }

  .docs-title {
    font-size: 22px;
  }

  .docs-body {
    font-size: 14px;
  }

  .docs-h1 {
    font-size: 20px;
  }

  .docs-h2 {
    font-size: 17px;
  }

  .docs-h3 {
    font-size: 15px;
  }

  .docs-menu-btn {
    display: block;
  }

  .docs-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
}

/* 浅色主题 */
html:not(.dark) .docs-sidebar {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(0, 0, 0, 0.1);
}

html:not(.dark) .docs-sidebar-header h2,
html:not(.dark) .docs-category-items li,
html:not(.dark) .docs-title,
html:not(.dark) .docs-h1 {
  color: #1f2937;
}

html:not(.dark) .docs-category-title {
  color: #6b7280;
}

html:not(.dark) .docs-category-items li:hover,
html:not(.dark) .docs-category-items li.active {
  color: #10b981;
}

html:not(.dark) .docs-content {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(0, 0, 0, 0.1);
}

html:not(.dark) .docs-body,
html:not(.dark) .docs-h2 {
  color: #4b5563;
}

/* ==================== 星火社火焰渐变动画 ==================== */
@keyframes flameShine {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.nav-flame-link {
  font-weight: bold;
  background: linear-gradient(90deg, #ff6b6b, #feca57, #ff9f43, #ee5a24, #ff6b6b);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: flameShine 3s ease infinite;
}

/* ==================== 1API 充值页面品牌样式 ==================== */

/* 充值页面容器 */
.topup-page {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--brand-bg-start) 0%, var(--brand-bg-end) 100%);
  padding: 20px;
}

/* 充值卡片整体样式 */
.topup-card {
  background: var(--brand-bg-card);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--brand-border);
  border-radius: 24px;
  overflow: hidden;
}

/* 充值卡片头部 - 翡翠绿渐变 */
.topup-card-header {
  background: linear-gradient(135deg, rgba(0, 214, 143, 0.15) 0%, rgba(0, 184, 118, 0.1) 100%);
  border-bottom: 1px solid rgba(0, 214, 143, 0.15);
  padding: 20px 24px;
}

/* 统计数据区域 */
.topup-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(0, 214, 143, 0.08) 0%, rgba(0, 184, 118, 0.05) 100%);
  border-radius: 16px;
  margin-bottom: 20px;
}

html:not(.dark) .topup-stats {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.08) 0%, rgba(16, 185, 129, 0.03) 100%);
}

/* 统计数字 */
.topup-stat-value {
  font-size: 28px;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 4px;
}

.topup-stat-label {
  font-size: 12px;
  color: var(--brand-text-muted);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* 充值额度选项卡片 */
.topup-amount-card {
  border: 2px solid var(--brand-border);
  border-radius: 16px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.25s ease;
  background: var(--brand-bg-card);
  position: relative;
  overflow: hidden;
}

.topup-amount-card:hover {
  border-color: rgba(0, 214, 143, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 214, 143, 0.12);
}

.topup-amount-card.selected {
  border-color: var(--brand-primary);
  background: linear-gradient(135deg, rgba(0, 214, 143, 0.1) 0%, rgba(0, 184, 118, 0.05) 100%);
  box-shadow: 0 0 0 3px rgba(0, 214, 143, 0.15);
}

html:not(.dark) .topup-amount-card {
  background: rgba(255, 255, 255, 0.9);
}

html:not(.dark) .topup-amount-card.selected {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.12) 0%, rgba(16, 185, 129, 0.05) 100%);
}

/* 额度卡片选中指示器 */
.topup-amount-card.selected::before {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  background: var(--brand-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 额度卡片价格 */
.topup-amount-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--brand-primary);
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.topup-amount-currency {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.8;
}

.topup-amount-discount {
  font-size: 12px;
  color: var(--brand-accent);
  margin-top: 4px;
}

/* 支付方式按钮 */
.topup-pay-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.topup-pay-btn.primary {
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
  color: white;
  box-shadow: 0 4px 14px rgba(0, 214, 143, 0.35);
}

.topup-pay-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 214, 143, 0.45);
}

.topup-pay-btn.secondary {
  background: transparent;
  border-color: var(--brand-border);
  color: var(--brand-primary);
}

.topup-pay-btn.secondary:hover {
  background: rgba(0, 214, 143, 0.1);
  border-color: var(--brand-primary);
}

/* 套餐卡片 */
.subscription-card {
  background: var(--brand-bg-card);
  border: 2px solid var(--brand-border);
  border-radius: 20px;
  padding: 24px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.subscription-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 214, 143, 0.15);
  border-color: rgba(0, 214, 143, 0.4);
}

.subscription-card.featured {
  border-color: var(--brand-primary);
  background: linear-gradient(135deg, rgba(0, 214, 143, 0.12) 0%, rgba(0, 184, 118, 0.06) 100%);
}

html:not(.dark) .subscription-card {
  background: rgba(255, 255, 255, 0.95);
}

html:not(.dark) .subscription-card.featured {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(16, 185, 129, 0.03) 100%);
}

/* 套餐推荐标签 */
.subscription-featured-badge {
  position: absolute;
  top: 16px;
  right: -32px;
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-light) 100%);
  color: white;
  padding: 6px 40px;
  font-size: 11px;
  font-weight: 600;
  transform: rotate(45deg);
  box-shadow: 0 2px 8px rgba(0, 214, 143, 0.3);
}

/* 套餐价格 */
.subscription-price {
  font-size: 36px;
  font-weight: 800;
  color: var(--brand-primary);
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.subscription-price-symbol {
  font-size: 18px;
  font-weight: 600;
}

.subscription-price-period {
  font-size: 14px;
  font-weight: 400;
  color: var(--brand-text-muted);
}

/* 套餐特性列表 */
.subscription-features {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.subscription-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 14px;
  color: var(--brand-text-secondary);
}

.subscription-feature-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0, 214, 143, 0.15);
  color: var(--brand-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* 支付确认弹窗 */
.topup-confirm-modal {
  border-radius: 20px;
  overflow: hidden;
}

.topup-confirm-modal .semi-modal-content {
  padding: 0;
}

.topup-confirm-header {
  background: linear-gradient(135deg, rgba(0, 214, 143, 0.15) 0%, rgba(0, 184, 118, 0.08) 100%);
  padding: 20px 24px;
  border-bottom: 1px solid rgba(0, 214, 143, 0.15);
}

.topup-confirm-body {
  padding: 24px;
}

.topup-confirm-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

html.dark .topup-confirm-item {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

.topup-confirm-label {
  font-size: 14px;
  color: var(--brand-text-secondary);
}

.topup-confirm-value {
  font-size: 16px;
  font-weight: 600;
  color: var(--brand-text-primary);
}

.topup-confirm-value.highlight {
  color: var(--brand-primary);
  font-size: 20px;
  font-weight: 700;
}

/* 兑换码输入 */
.topup-redeem-input {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid var(--brand-border);
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 15px;
  transition: all 0.2s ease;
  width: 100%;
}

.topup-redeem-input:focus {
  outline: none;
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 4px rgba(0, 214, 143, 0.12);
}

html.dark .topup-redeem-input {
  background: rgba(30, 41, 59, 0.8);
  color: var(--brand-text-primary);
}

/* 模糊球装饰 */
.topup-blob-1 {
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 214, 143, 0.2) 0%, transparent 70%);
  filter: blur(80px);
  border-radius: 50%;
  top: -100px;
  right: -100px;
  pointer-events: none;
}

.topup-blob-2 {
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.12) 0%, transparent 70%);
  filter: blur(60px);
  border-radius: 50%;
  bottom: -50px;
  left: -50px;
  pointer-events: none;
}

/* 响应式 - 充值页面移动端优化 */
@media (max-width: 768px) {
  .topup-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 12px;
  }
  
  .topup-stat-value {
    font-size: 18px;
  }
  
  .topup-stat-label {
    font-size: 10px;
  }
  
  .subscription-card {
    padding: 16px;
  }
  
  .subscription-price {
    font-size: 28px;
  }
  
  /* 充值卡片在移动端全宽 */
  .topup-card {
    border-radius: 16px;
  }
  
  /* 充值额度卡片优化 - 移动端2列 */
  .topup-amount-card {
    padding: 12px;
  }
  
  .topup-amount-card .semi-typography {
    font-size: 14px !important;
  }
  
  /* 充值数量输入框优化 */
  .topup-page .semi-input-number {
    min-height: 40px;
  }
  
  /* 支付方式按钮优化 - 移动端自适应 */
  .topup-page .semi-button {
    padding: 8px 12px;
    font-size: 13px;
  }
  
  /* Tab切换优化 */
  .topup-page .semi-tabs-tab {
    padding: 8px 12px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .topup-page {
    padding: 8px;
  }
  
  .topup-card-header {
    padding: 12px;
  }
  
  /* 移动端统计数据优化 - 最小屏幕 */
  .topup-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    padding: 10px;
  }
  
  .topup-stat-value {
    font-size: 16px;
    margin-bottom: 2px;
  }
  
  .topup-stat-label {
    font-size: 9px;
  }
  
  /* 充值额度卡片在极小屏优化 */
  .topup-amount-card {
    padding: 10px;
  }
  
  .topup-amount-card .semi-typography-heading {
    font-size: 14px !important;
  }
  
  .topup-amount-card .text-sm {
    font-size: 11px !important;
  }
}

/* 超小屏幕适配 (iPhone SE 等) */
@media (max-width: 360px) {
  .topup-stats {
    gap: 2px;
    padding: 8px;
  }
  
  .topup-stat-value {
    font-size: 14px;
  }
  
  .topup-stat-label {
    font-size: 8px;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes counter-spin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

/* Logo 光圈悬浮时加速 */
@keyframes spin-fast {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes glow-pulse {
  0%, 100% {
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.4);
  }
  50% {
    box-shadow: 0 0 30px rgba(16, 185, 129, 0.6), 0 0 50px rgba(16, 185, 129, 0.3);
  }
}

/* ==================== 新版模型广场页面样式 ==================== */

/* Hero 区域 */
.marketplace-hero-new {
  position: relative;
  min-height: 320px;
  background: linear-gradient(180deg, var(--color-bg) 0%, transparent 100%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.marketplace-hero-new .hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  animation: glow-breathe 4s ease-in-out infinite;
}

.marketplace-hero-new .hero-orb-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.3), transparent 70%);
  top: -100px;
  left: 10%;
}

.marketplace-hero-new .hero-orb-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.2), transparent 70%);
  top: -50px;
  right: 15%;
  animation-delay: 2s;
}

.marketplace-hero-new .hero-grid {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(16, 185, 129, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 185, 129, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 80%);
          mask-image: linear-gradient(to bottom, black, transparent 80%);
}

/* 毛玻璃 + 霓虹灯管样式 */
.glass-neon {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(16, 185, 129, 0.2);
  transition: all 0.3s ease;
}

.glass-neon:hover {
  border-color: rgba(16, 185, 129, 0.4);
  box-shadow: 0 8px 40px rgba(16, 185, 129, 0.12), 0 0 30px rgba(16, 185, 129, 0.06);
}

@keyframes neonPulse {
  0%, 100% { box-shadow: 0 0 8px rgba(16,185,129,0.2), 0 0 16px rgba(16,185,129,0.08); }
  50% { box-shadow: 0 0 16px rgba(16,185,129,0.4), 0 0 32px rgba(16,185,129,0.15); }
}

.topup-amount-card.selected {
  animation: neonPulse 2s ease-in-out infinite;
}

.marketplace-hero-new .hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
}

.marketplace-hero-new .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 24px;
  color: #10b981;
  font-size: 14px;
  margin-bottom: 20px;
}

.marketplace-hero-new .hero-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 12px;
}

.marketplace-hero-new .hero-subtitle {
  font-size: 16px;
  margin-bottom: 32px;
}

/* Hero Tab 切换 */
.hero-tabs {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
}

.hero-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #9CA3AF;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.hero-tab:hover {
  background: rgba(16, 185, 129, 0.1);
  border-color: rgba(16, 185, 129, 0.2);
  color: #10b981;
}

.hero-tab.active {
  background: rgba(16, 185, 129, 0.15);
  border-color: rgba(16, 185, 129, 0.3);
  color: #10b981;
}

.hero-tab .tab-count {
  background: rgba(16, 185, 129, 0.2);
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
}

/* 浅色主题 Hero */
html:not(.dark) .marketplace-hero-new {
  background: linear-gradient(180deg, #f8fafc 0%, transparent 100%);
}

html:not(.dark) .hero-tab {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(16, 185, 129, 0.15);
  color: #6b7280;
}

html:not(.dark) .hero-tab:hover,
html:not(.dark) .hero-tab.active {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
}

/* 内容区域 */
.marketplace-body-new {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* 公司介绍区域 */
.vendors-section {
  animation: fadeIn 0.3s ease;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 28px;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 8px;
}

.section-header p {
  color: #9CA3AF;
  font-size: 14px;
}

html:not(.dark) .section-header h2 {
  color: #1f2937;
}

/* 公司网格 */
.vendors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

/* 公司卡片 */
.vendor-card {
  position: relative;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}

.vendor-card-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  transition: opacity 0.3s;
}

.vendor-logo {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: currentColor;
}

.vendor-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.vendor-name-cn {
  font-size: 13px;
  margin-bottom: 12px;
}

.vendor-desc {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vendor-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vendor-model-count {
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 8px;
}

.vendor-arrow {
  font-size: 18px;
  transition: transform 0.2s;
}

.vendor-card:hover .vendor-arrow {
  transform: translateX(4px);
}

html:not(.dark) .vendor-card {
  border-color: rgba(16, 185, 129, 0.12);
}

/* 模型区域 */
.models-section {
  display: flex;
  gap: 24px;
  animation: fadeIn 0.3s ease;
}

/* 模型侧边栏 */
.models-sidebar {
  width: 260px;
  flex-shrink: 0;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  height: -webkit-fit-content;
  height: fit-content;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.back-to-vendors {
  display: block;
  width: 100%;
  padding: 8px 12px;
  background: none;
  border: none;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 16px;
  border-radius: 8px;
  transition: background 0.2s;
}

.back-to-vendors:hover {
  background: rgba(16, 185, 129, 0.1);
}

.sidebar-search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 20px;
  color: #6b7280;
}

.sidebar-section h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.vendor-filter-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vendor-filter-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: none;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
  text-align: left;
}

.vendor-filter-item:hover {
  background: rgba(16, 185, 129, 0.1);
}

.vendor-filter-item.active {
  font-weight: 500;
}

.vendor-filter-item .count {
  font-size: 11px;
  opacity: 0.7;
}

html:not(.dark) .models-sidebar {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(16, 185, 129, 0.15);
}

html:not(.dark) .sidebar-search {
  background: rgba(0, 0, 0, 0.03);
}

/* 模型主区域 */
.models-main {
  flex: 1;
  min-width: 0;
}

.models-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 20px;
}

.toolbar-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.model-count {
  font-size: 20px;
  font-weight: 600;
  color: #10b981;
}

html:not(.dark) .models-toolbar {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(16, 185, 129, 0.1);
}

/* 视图切换 */
.view-toggle {
  display: flex;
  gap: 4px;
  background: rgba(0, 0, 0, 0.2);
  padding: 4px;
  border-radius: 8px;
}

html:not(.dark) .view-toggle {
  background: rgba(0, 0, 0, 0.05);
}

.toggle-btn {
  padding: 8px;
  background: none;
  border: none;
  border-radius: 6px;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
}

.toggle-btn:hover {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
}

.toggle-btn.active {
  background: rgba(16, 185, 129, 0.15);
  color: #10b981;
}

/* 模型网格 */
.models-grid-new {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}

/* 新版模型卡片 */
.model-card-new {
  padding: 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.model-card-new .model-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.model-card-new .model-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.model-price-tag {
  font-size: 12px;
  font-weight: 600;
}

.model-card-new .model-name {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.model-card-new .model-vendor {
  font-size: 12px;
  margin: 0;
}

.model-card-new .model-pricing {
  display: flex;
  gap: 12px;
  margin: 4px 0;
}

.model-card-new .price-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.model-card-new .price-label {
  font-size: 10px;
  color: #9CA3AF;
  text-transform: uppercase;
}

.model-card-new .price-value {
  font-size: 13px;
  font-weight: 600;
  color: #10b981;
}

.model-card-new .model-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.model-card-new .model-copy-btn {
  margin-top: auto;
  padding: 8px 16px;
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  align-self: flex-start;
}

html:not(.dark) .model-card-new {
  border-color: rgba(16, 185, 129, 0.12);
}

/* 动画 */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 模型名称行（带复制按钮） */
.model-name-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.model-name-row .model-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.model-copy-btn-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 6px;
  color: #10b981;
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
}

.model-copy-btn-inline:hover {
  background: rgba(16, 185, 129, 0.2);
  transform: scale(1.05);
}

.model-copy-btn-inline:active {
  transform: scale(0.95);
}

/* 响应式 - 模型广场 */
@media (max-width: 1024px) {
  .vendors-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
  
  .models-section {
    flex-direction: column;
  }
  
  .models-sidebar {
    width: 100%;
    position: static;
    border-right: none;
    border-bottom: 1px solid rgba(0, 214, 143, 0.1);
    max-height: 300px;
    overflow-y: auto;
  }
  
  .models-main {
    padding: 16px;
  }
}

@media (max-width: 768px) {
  .marketplace-hero-new {
    padding: 40px 16px 50px;
  }
  
  .marketplace-hero-new .hero-title {
    font-size: 26px;
  }
  
  .hero-tabs {
    gap: 6px;
    justify-content: center;
  }
  
  .hero-tab {
    padding: 8px 12px;
    font-size: 13px;
    flex-shrink: 1;
    min-width: 0;
  }
  
  .vendor-card {
    padding: 16px;
  }
  
  .vendor-logo {
    width: 48px;
    height: 48px;
  }
  
  .models-grid-new {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  
  .model-card-new {
    padding: 14px;
  }
  
  .model-card-new .model-icon {
    width: 36px;
    height: 36px;
  }
  
  .model-card-new .model-name {
    font-size: 17px;
  }
  
  .model-card-new .model-vendor {
    font-size: 11px;
  }
  
  .model-card-new .model-pricing {
    padding: 8px;
    gap: 6px;
  }
  
  .model-card-new .price-item {
    flex-direction: column;
    gap: 2px;
  }
  
  .model-card-new .price-label {
    font-size: 10px;
  }
  
  .model-card-new .price-value {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .marketplace-hero-new {
    padding: 30px 12px 40px;
  }
  
  .marketplace-hero-new .hero-title {
    font-size: 22px;
  }
  
  .hero-badge {
    padding: 4px 10px;
    font-size: 12px;
  }
  
  .vendors-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .models-grid-new {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .models-sidebar {
    max-height: 250px;
  }
  
  .sidebar-search {
    padding: 8px 12px;
  }
  
  .vendor-filter-list {
    gap: 4px;
  }
  
  .vendor-filter-item {
    padding: 6px 10px;
    font-size: 13px;
  }
  
  .models-toolbar {
    padding: 10px 12px;
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .toolbar-info {
    font-size: 13px;
  }
  
  .model-count {
    font-size: 16px;
  }
  
  .model-card-new .model-tags {
    display: none;
  }
  
  .model-card-new .model-copy-btn-inline {
    display: none;
  }
}

/* ==================== 登录/注册页美化样式 ==================== */

/* 登录页容器 */
.login-page-wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(135deg, #0a0a0f 0%, #111118 50%, #0d1117 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 80px 16px 32px;
  box-sizing: border-box;
}

/* 移动端适配 */
@media (max-width: 640px) {
  .login-page-wrapper {
    padding: 70px 12px 24px;
    justify-content: flex-start;
  }
  
  .login-neon-orb-1 {
    width: 280px;
    height: 280px;
    top: -80px;
    right: -80px;
  }
  
  .login-neon-orb-2 {
    width: 220px;
    height: 220px;
    bottom: -60px;
    left: -60px;
  }
  
  .login-neon-orb-3 {
    width: 180px;
    height: 180px;
  }
}

/* 动态霓虹灯网格背景 */
.login-neon-grid {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(rgba(16, 185, 129, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 185, 129, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 0;
}

/* 霓虹光晕球 */
.login-neon-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
  animation: neon-pulse 6s ease-in-out infinite;
}

.login-neon-orb-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.25) 0%, transparent 70%);
  top: -150px;
  right: -150px;
}

.login-neon-orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.2) 0%, transparent 70%);
  bottom: -100px;
  left: -100px;
  animation-delay: -3s;
}

.login-neon-orb-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.15) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: -1.5s;
}

@keyframes neon-pulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

/* 霓虹灯管边框效果 */
.login-neon-border {
  position: relative;
  border-radius: 24px;
  background: rgba(16, 185, 129, 0.05);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(16, 185, 129, 0.15);
  box-shadow: 
    0 0 20px rgba(16, 185, 129, 0.1),
    inset 0 0 60px rgba(16, 185, 129, 0.03);
  overflow: hidden;
  transition: all 0.4s ease;
}

.login-neon-border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(16, 185, 129, 0.8), 
    rgba(16, 185, 129, 0.4), 
    rgba(139, 92, 246, 0.6), 
    transparent
  );
  animation: neon-border-flow 3s linear infinite;
}

.login-neon-border::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(245, 158, 11, 0.6), 
    rgba(245, 158, 11, 0.3), 
    rgba(16, 185, 129, 0.4), 
    transparent
  );
  animation: neon-border-flow 3s linear infinite reverse;
}

@keyframes neon-border-flow {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

/* 3D翻转容器 */
.login-3d-container {
  position: relative;
  z-index: 10;
  perspective: 1000px;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  pointer-events: none;
}

/* 3D容器内的表单可以正常点击 */
.login-3d-container .login-neon-border,
.login-3d-container form,
.login-3d-container button,
.login-3d-container input,
.login-3d-container a,
.login-3d-container [role="button"] {
  pointer-events: auto;
}

/* Logo区域毛玻璃效果 */
.login-logo-area {
  position: relative;
  padding: 20px;
  margin-bottom: 24px;
  text-align: center;
}

.login-logo-glow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: logo-float 4s ease-in-out infinite;
}

.login-logo-glow::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.4) 0%, transparent 70%);
  filter: blur(20px);
  animation: logo-glow-pulse 2s ease-in-out infinite;
}

@keyframes logo-float {
  0%, 100% {
    transform: translateY(0) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: translateY(-5px) rotateX(2deg) rotateY(2deg);
  }
}

@keyframes logo-glow-pulse {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

/* 登录卡片内容区 */
.login-card-content {
  padding: 32px;
  position: relative;
  z-index: 10;
}

/* 标题渐变效果 */
.login-title-gradient {
  background: linear-gradient(135deg, #10b981 0%, #34d399 50%, #6ee7b7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 10px rgba(16, 185, 129, 0.3));
}

/* 输入框霓虹聚焦效果 */
.login-input-wrapper {
  position: relative;
  margin-bottom: 16px;
}

.login-input-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #10b981, transparent);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.login-input-wrapper:focus-within::after {
  width: 100%;
}

/* 按钮霓虹悬停效果 */
.login-btn-neon {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 14px 28px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  color: #ffffff !important;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.login-btn-neon span,
.login-btn-neon .semi-button-text {
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
}

.login-btn-neon::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.5s ease;
}

.login-btn-neon:hover::before {
  left: 100%;
}

.login-btn-neon:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}

.login-btn-neon:active {
  transform: translateY(0);
}

/* 次级按钮边框霓虹效果 */
.login-btn-outline {
  position: relative;
  background: transparent !important;
  border: 1px solid rgba(16, 185, 129, 0.5) !important;
  border-radius: 12px !important;
  padding: 14px 28px !important;
  color: #34d399 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  cursor: pointer;
  transition: all 0.3s ease;
}

.login-btn-outline:hover {
  background: rgba(16, 185, 129, 0.1) !important;
  border-color: #10b981 !important;
  box-shadow: 0 0 20px rgba(16, 185, 129, 0.2);
}

/* 社交登录按钮 */
.login-social-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100% !important;
  padding: 14px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.login-social-btn span,
.login-social-btn .semi-button-text {
  color: #ffffff !important;
}

.login-social-btn:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(16, 185, 129, 0.4) !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

/* 链接霓虹效果 */
.login-link {
  color: #10b981;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.login-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #10b981;
  transition: width 0.3s ease;
}

.login-link:hover::after {
  width: 100%;
}

.login-link:hover {
  text-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
}

/* 复选框自定义霓虹效果 */
.login-checkbox {
  -webkit-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(16, 185, 129, 0.3);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.login-checkbox:checked {
  background: #10b981;
  border-color: #10b981;
}

.login-checkbox:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
}

.login-checkbox:hover {
  border-color: #10b981;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.3);
}

/* 分割线霓虹效果 */
.login-divider {
  position: relative;
  text-align: center;
  margin: 24px 0;
}

.login-divider::before,
.login-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: calc(50% - 60px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(16, 185, 129, 0.3), transparent);
}

.login-divider::before {
  left: 0;
}

.login-divider::after {
  right: 0;
}

/* 品牌标题3D效果 */
.login-brand-title {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(135deg, #10b981 0%, #34d399 30%, #6ee7b7 50%, #34d399 70%, #10b981 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: brand-shimmer 3s ease-in-out infinite;
  filter: drop-shadow(0 0 15px rgba(16, 185, 129, 0.4));
  transform-style: preserve-3d;
  transition: transform 0.15s ease-out;
}

@keyframes brand-shimmer {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

/* 移动端适配 */
@media (max-width: 640px) {
  .login-neon-orb-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -100px;
  }
  
  .login-neon-orb-2 {
    width: 250px;
    height: 250px;
    bottom: -80px;
    left: -80px;
  }
  
  .login-card-content {
    padding: 24px 16px;
  }
  
  .login-brand-title {
    font-size: 24px;
  }
}
.last\:border-0:last-child{
  border-width: 0px;
}
.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}
.last\:pb-0:last-child{
  padding-bottom: 0px;
}
.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
  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));
}
.hover\:-translate-y-px:hover{
  --tw-translate-y: -1px;
  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));
}
.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}
.hover\:scale-\[1\.02\]:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}
.hover\:\!bg-semi-color-fill-1:hover{
  background-color: var(--semi-color-fill-1) !important;
}
.hover\:bg-opacity-80:hover{
  --tw-bg-opacity: 0.8;
}
.hover\:bg-gradient-to-r:hover{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.hover\:\!text-semi-color-primary:hover{
  color: var(--semi-color-primary) !important;
}
.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:opacity-85:hover{
  opacity: 0.85;
}
.hover\:shadow-lg:hover{
  --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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover{
  --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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:\!bg-semi-color-fill-1:focus{
  background-color: var(--semi-color-fill-1) !important;
}
.active\:scale-95:active{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}
@media (min-width: 640px){

  .sm\:mb-4{
    margin-bottom: 1rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:h-5{
    height: 1.25rem;
  }

  .sm\:h-6{
    height: 1.5rem;
  }

  .sm\:h-8{
    height: 2rem;
  }

  .sm\:w-48{
    width: 12rem;
  }

  .sm\:w-5{
    width: 1.25rem;
  }

  .sm\:w-6{
    width: 1.5rem;
  }

  .sm\:w-64{
    width: 16rem;
  }

  .sm\:w-8{
    width: 2rem;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:\!flex-1{
    flex: 1 1 0% !important;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:justify-end{
    justify-content: flex-end;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:gap-2{
    gap: 0.5rem;
  }

  .sm\:gap-3{
    gap: 0.75rem;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:rounded-2xl{
    border-radius: 1rem;
  }

  .sm\:rounded-xl{
    border-radius: 0.75rem;
  }

  .sm\:p-3{
    padding: 0.75rem;
  }

  .sm\:p-4{
    padding: 1rem;
  }

  .sm\:p-5{
    padding: 1.25rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pt-4{
    padding-top: 1rem;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px){

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:ml-1{
    margin-left: 0.25rem;
  }

  .md\:mt-6{
    margin-top: 1.5rem;
  }

  .md\:block{
    display: block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-16{
    height: 4rem;
  }

  .md\:h-8{
    height: 2rem;
  }

  .md\:w-32{
    width: 8rem;
  }

  .md\:w-48{
    width: 12rem;
  }

  .md\:w-56{
    width: 14rem;
  }

  .md\:w-64{
    width: 16rem;
  }

  .md\:w-8{
    width: 2rem;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:flex-initial{
    flex: 0 1 auto;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:gap-3{
    gap: 0.75rem;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:min-h-0{
    min-height: 0px;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-2{
    gap: 0.5rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1280px){

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1536px){

  .\32xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (prefers-color-scheme: dark){

  .dark\:\!bg-semi-color-fill-1{
    background-color: var(--semi-color-fill-1) !important;
  }

  .dark\:bg-semi-color-fill-1{
    background-color: var(--semi-color-fill-1);
  }

  .dark\:hover\:\!bg-semi-color-fill-2:hover{
    background-color: var(--semi-color-fill-2) !important;
  }
}
