@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*! autoprefixer: off */
.flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-column-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.flex-justify-space-around {
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}

.flex-box-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-box-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  color: #101828;
  background-color: var(--color-canvas-default);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-word;
  user-select: text;
}

.light {
  color-scheme: light;
  --color-prettylights-syntax-comment: #6e7781;
  --color-prettylights-syntax-constant: #0550ae;
  --color-prettylights-syntax-entity: #8250df;
  --color-prettylights-syntax-storage-modifier-import: #24292f;
  --color-prettylights-syntax-entity-tag: #116329;
  --color-prettylights-syntax-keyword: #cf222e;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-variable: #953800;
  --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
  --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
  --color-prettylights-syntax-invalid-illegal-bg: #82071e;
  --color-prettylights-syntax-carriage-return-text: #f6f8fa;
  --color-prettylights-syntax-carriage-return-bg: #cf222e;
  --color-prettylights-syntax-string-regexp: #116329;
  --color-prettylights-syntax-markup-list: #3b2300;
  --color-prettylights-syntax-markup-heading: #0550ae;
  --color-prettylights-syntax-markup-italic: #24292f;
  --color-prettylights-syntax-markup-bold: #24292f;
  --color-prettylights-syntax-markup-deleted-text: #82071e;
  --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
  --color-prettylights-syntax-markup-inserted-text: #116329;
  --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
  --color-prettylights-syntax-markup-changed-text: #953800;
  --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
  --color-prettylights-syntax-markup-ignored-text: #eaeef2;
  --color-prettylights-syntax-markup-ignored-bg: #0550ae;
  --color-prettylights-syntax-meta-diff-range: #8250df;
  --color-prettylights-syntax-brackethighlighter-angle: #57606a;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
  --color-prettylights-syntax-constant-other-reference-link: #0a3069;
  --color-fg-default: #24292f;
  --color-fg-muted: #57606a;
  --color-fg-subtle: #6e7781;
  --color-canvas-default: transparent;
  --color-canvas-subtle: #f6f8fa;
  --color-border-default: #d0d7de;
  --color-border-muted: hsla(210, 18%, 87%, 1);
  --color-neutral-muted: rgba(175, 184, 193, 0.2);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-attention-subtle: #fff8c5;
  --color-danger-fg: #cf222e;
}

:root {
  color-scheme: light;
  --color-prettylights-syntax-comment: #6e7781;
  --color-prettylights-syntax-constant: #0550ae;
  --color-prettylights-syntax-entity: #8250df;
  --color-prettylights-syntax-storage-modifier-import: #24292f;
  --color-prettylights-syntax-entity-tag: #116329;
  --color-prettylights-syntax-keyword: #cf222e;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-variable: #953800;
  --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
  --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
  --color-prettylights-syntax-invalid-illegal-bg: #82071e;
  --color-prettylights-syntax-carriage-return-text: #f6f8fa;
  --color-prettylights-syntax-carriage-return-bg: #cf222e;
  --color-prettylights-syntax-string-regexp: #116329;
  --color-prettylights-syntax-markup-list: #3b2300;
  --color-prettylights-syntax-markup-heading: #0550ae;
  --color-prettylights-syntax-markup-italic: #24292f;
  --color-prettylights-syntax-markup-bold: #24292f;
  --color-prettylights-syntax-markup-deleted-text: #82071e;
  --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
  --color-prettylights-syntax-markup-inserted-text: #116329;
  --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
  --color-prettylights-syntax-markup-changed-text: #953800;
  --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
  --color-prettylights-syntax-markup-ignored-text: #eaeef2;
  --color-prettylights-syntax-markup-ignored-bg: #0550ae;
  --color-prettylights-syntax-meta-diff-range: #8250df;
  --color-prettylights-syntax-brackethighlighter-angle: #57606a;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
  --color-prettylights-syntax-constant-other-reference-link: #0a3069;
  --color-fg-default: #24292f;
  --color-fg-muted: #57606a;
  --color-fg-subtle: #6e7781;
  --color-canvas-default: transparent;
  --color-canvas-subtle: #f6f8fa;
  --color-border-default: #d0d7de;
  --color-border-muted: hsla(210, 18%, 87%, 1);
  --color-neutral-muted: rgba(175, 184, 193, 0.2);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-attention-subtle: #fff8c5;
  --color-danger-fg: #cf222e;
}

@media (prefers-color-scheme: light) {
  :root {
    color-scheme: light;
    --color-prettylights-syntax-comment: #6e7781;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #8250df;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #116329;
    --color-prettylights-syntax-keyword: #cf222e;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #953800;
    --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #82071e;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #cf222e;
    --color-prettylights-syntax-string-regexp: #116329;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #82071e;
    --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
    --color-prettylights-syntax-markup-inserted-text: #116329;
    --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
    --color-prettylights-syntax-markup-changed-text: #953800;
    --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-canvas-default: transparent;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsla(210, 18%, 87%, 1);
    --color-neutral-muted: rgba(175, 184, 193, 0.2);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-attention-subtle: #fff8c5;
    --color-danger-fg: #cf222e;
  }
}
.markdown-body .octicon {
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}

.markdown-body h1:hover .anchor .octicon-link:before,
.markdown-body h2:hover .anchor .octicon-link:before,
.markdown-body h3:hover .anchor .octicon-link:before,
.markdown-body h4:hover .anchor .octicon-link:before,
.markdown-body h5:hover .anchor .octicon-link:before,
.markdown-body h6:hover .anchor .octicon-link:before {
  width: 16px;
  height: 16px;
  content: " ";
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
}

.markdown-body details,
.markdown-body figcaption,
.markdown-body figure {
  display: block;
}

.markdown-body summary {
  display: list-item;
}

.markdown-body [hidden] {
  display: none !important;
}

.markdown-body a {
  background-color: transparent;
  color: #155eef;
  text-decoration: none;
}

.markdown-body abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

.markdown-body b,
.markdown-body strong {
  font-weight: var(--base-text-weight-semibold, 600);
}

.markdown-body dfn {
  font-style: italic;
}

.markdown-body mark {
  background-color: var(--color-attention-subtle);
  color: var(--color-fg-default);
}

.markdown-body small {
  font-size: 90%;
}

.markdown-body sub,
.markdown-body sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.markdown-body sub {
  bottom: -0.25em;
}

.markdown-body sup {
  top: -0.5em;
}

.markdown-body img {
  border-style: none;
  max-width: 100%;
  box-sizing: content-box;
  background-color: var(--color-canvas-default);
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre,
.markdown-body samp {
  font-family: monospace;
  font-size: 1em;
}

.markdown-body figure {
  margin: 1em 40px;
}

.markdown-body hr {
  box-sizing: content-box;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid var(--color-border-muted);
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: var(--color-border-default);
  border: 0;
}

.markdown-body input {
  font: inherit;
  margin: 0;
  overflow: visible;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.markdown-body [type=button],
.markdown-body [type=reset],
.markdown-body [type=submit] {
  -webkit-appearance: button;
}

.markdown-body [type=checkbox],
.markdown-body [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.markdown-body [type=number]::-webkit-inner-spin-button,
.markdown-body [type=number]::-webkit-outer-spin-button {
  height: auto;
}

.markdown-body [type=search]::-webkit-search-cancel-button,
.markdown-body [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.markdown-body ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

.markdown-body ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.markdown-body a:hover {
  text-decoration: underline;
}

.markdown-body ::placeholder {
  color: var(--color-fg-subtle);
  opacity: 1;
}

.markdown-body hr::before {
  display: table;
  content: "";
}

.markdown-body hr::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body table {
  border-spacing: 0;
  border-collapse: collapse;
  display: block;
  width: max-content;
  max-width: 100%;
  overflow: auto;
}

.markdown-body td,
.markdown-body th {
  padding: 0;
}

.markdown-body details summary {
  cursor: pointer;
}

.markdown-body details:not([open]) > *:not(summary) {
  display: none !important;
}

.markdown-body a:focus,
.markdown-body [role=button]:focus,
.markdown-body input[type=radio]:focus,
.markdown-body input[type=checkbox]:focus {
  outline: 2px solid var(--color-accent-fg);
  outline-offset: -2px;
  box-shadow: none;
}

.markdown-body a:focus:not(:focus-visible),
.markdown-body [role=button]:focus:not(:focus-visible),
.markdown-body input[type=radio]:focus:not(:focus-visible),
.markdown-body input[type=checkbox]:focus:not(:focus-visible) {
  outline: solid 1px transparent;
}

.markdown-body a:focus-visible,
.markdown-body [role=button]:focus-visible,
.markdown-body input[type=radio]:focus-visible,
.markdown-body input[type=checkbox]:focus-visible {
  outline: 2px solid var(--color-accent-fg);
  outline-offset: -2px;
  box-shadow: none;
}

.markdown-body a:not([class]):focus,
.markdown-body a:not([class]):focus-visible,
.markdown-body input[type=radio]:focus,
.markdown-body input[type=radio]:focus-visible,
.markdown-body input[type=checkbox]:focus,
.markdown-body input[type=checkbox]:focus-visible {
  outline-offset: 0;
}

.markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  line-height: 10px;
  color: var(--color-fg-default);
  vertical-align: middle;
  background-color: var(--color-canvas-subtle);
  border: solid 1px var(--color-neutral-muted);
  border-bottom-color: var(--color-neutral-muted);
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 var(--color-neutral-muted);
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  padding-top: 12px;
  margin-bottom: 12px;
  font-weight: var(--base-text-weight-semibold, 600);
  line-height: 1.25;
}

.markdown-body blockquote {
  margin: 0;
  padding: 0 8px;
  border-left: 2px solid #2970ff;
}

.markdown-body ul,
.markdown-body ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}

.markdown-body ol {
  list-style: decimal;
}

.markdown-body ul {
  list-style: disc;
}

.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman;
}

.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
  list-style-type: lower-alpha;
}

.markdown-body dd {
  margin-left: 0;
}

.markdown-body tt,
.markdown-body code,
.markdown-body samp {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
}

.markdown-body pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
  word-wrap: normal;
}

.markdown-body .octicon {
  display: inline-block;
  overflow: visible !important;
  vertical-align: text-bottom;
  fill: currentColor;
}

.markdown-body input::-webkit-outer-spin-button,
.markdown-body input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.markdown-body::before {
  display: table;
  content: "";
}

.markdown-body::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body > *:first-child {
  margin-top: 0 !important;
}

.markdown-body > *:last-child {
  margin-bottom: 0 !important;
}

.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.markdown-body .absent {
  color: var(--color-danger-fg);
}

.markdown-body .anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: 1;
}

.markdown-body .anchor:focus {
  outline: none;
}

.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre,
.markdown-body details {
  margin-top: 0;
  margin-bottom: 12px;
}

.markdown-body blockquote > :first-child {
  margin-top: 0;
}

.markdown-body blockquote > :last-child {
  margin-bottom: 0;
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  color: var(--color-fg-default);
  vertical-align: middle;
  visibility: hidden;
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  text-decoration: none;
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  visibility: visible;
}

.markdown-body h1 tt,
.markdown-body h1 code,
.markdown-body h2 tt,
.markdown-body h2 code,
.markdown-body h3 tt,
.markdown-body h3 code,
.markdown-body h4 tt,
.markdown-body h4 code,
.markdown-body h5 tt,
.markdown-body h5 code,
.markdown-body h6 tt,
.markdown-body h6 code {
  padding: 0 0.2em;
  font-size: inherit;
}

.markdown-body summary h1,
.markdown-body summary h2,
.markdown-body summary h3,
.markdown-body summary h4,
.markdown-body summary h5,
.markdown-body summary h6 {
  display: inline-block;
}

.markdown-body summary h1 .anchor,
.markdown-body summary h2 .anchor,
.markdown-body summary h3 .anchor,
.markdown-body summary h4 .anchor,
.markdown-body summary h5 .anchor,
.markdown-body summary h6 .anchor {
  margin-left: -40px;
}

.markdown-body summary h1,
.markdown-body summary h2 {
  padding-bottom: 0;
  border-bottom: 0;
}

.markdown-body ul.no-list,
.markdown-body ol.no-list {
  padding: 0;
  list-style-type: none;
}

.markdown-body ol[type=a] {
  list-style-type: lower-alpha;
}

.markdown-body ol[type=A] {
  list-style-type: upper-alpha;
}

.markdown-body ol[type=i] {
  list-style-type: lower-roman;
}

.markdown-body ol[type=I] {
  list-style-type: upper-roman;
}

.markdown-body ol[type="1"] {
  list-style-type: decimal;
}

.markdown-body div > ol:not([type]) {
  list-style-type: decimal;
}

.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body li > p {
  margin-top: 16px;
}

.markdown-body li + li {
  margin-top: 0.25em;
}

.markdown-body dl {
  padding: 0;
}

.markdown-body dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: var(--base-text-weight-semibold, 600);
}

.markdown-body dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.markdown-body table th {
  font-weight: var(--base-text-weight-semibold, 600);
  white-space: nowrap;
}

.markdown-body table th,
.markdown-body table td {
  padding: 6px 13px;
  border: 1px solid var(--color-border-default);
}

.markdown-body table tr {
  background-color: var(--color-canvas-default);
  border-top: 1px solid var(--color-border-muted);
}

.markdown-body table tr:nth-child(2n) {
  background-color: var(--color-canvas-subtle);
}

.markdown-body table img {
  background-color: transparent;
}

.markdown-body img[align=right] {
  padding-left: 20px;
}

.markdown-body img[align=left] {
  padding-right: 20px;
}

.markdown-body .emoji {
  max-width: none;
  vertical-align: text-top;
  background-color: transparent;
}

.markdown-body span.frame {
  display: block;
  overflow: hidden;
}

.markdown-body span.frame > span {
  display: block;
  float: left;
  width: auto;
  padding: 7px;
  margin: 13px 0 0;
  overflow: hidden;
  border: 1px solid var(--color-border-default);
}

.markdown-body span.frame span img {
  display: block;
  float: left;
}

.markdown-body span.frame span span {
  display: block;
  padding: 5px 0 0;
  clear: both;
  color: var(--color-fg-default);
}

.markdown-body span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}

.markdown-body span.align-center > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: center;
}

.markdown-body span.align-center span img {
  margin: 0 auto;
  text-align: center;
}

.markdown-body span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}

.markdown-body span.align-right > span {
  display: block;
  margin: 13px 0 0;
  overflow: hidden;
  text-align: right;
}

.markdown-body span.align-right span img {
  margin: 0;
  text-align: right;
}

.markdown-body span.float-left {
  display: block;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}

.markdown-body span.float-left span {
  margin: 13px 0 0;
}

.markdown-body span.float-right {
  display: block;
  float: right;
  margin-left: 13px;
  overflow: hidden;
}

.markdown-body span.float-right > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: right;
}

.markdown-body code,
.markdown-body tt {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  white-space: break-spaces;
  background-color: var(--color-neutral-muted);
  border-radius: 6px;
}

.markdown-body code br,
.markdown-body tt br {
  display: none;
}

.markdown-body del code {
  text-decoration: inherit;
}

.markdown-body samp {
  font-size: 85%;
}

.markdown-body pre code {
  font-size: 100%;
  white-space: pre-wrap !important;
}

.markdown-body pre > code {
  padding: 0;
  margin: 0;
  word-break: normal;
  white-space: pre-wrap;
  background: transparent;
  border: 0;
}

.markdown-body .highlight {
  margin-bottom: 16px;
}

.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.markdown-body .highlight pre,
.markdown-body pre {
  padding: 16px;
  background: #fff;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  border-radius: 6px;
}

.markdown-body pre code,
.markdown-body pre tt {
  display: inline-block;
  max-width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.markdown-body .csv-data td,
.markdown-body .csv-data th {
  padding: 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}

.markdown-body .csv-data .blob-num {
  padding: 10px 8px 9px;
  text-align: right;
  background: var(--color-canvas-default);
  border: 0;
}

.markdown-body .csv-data tr {
  border-top: 0;
}

.markdown-body .csv-data th {
  font-weight: var(--base-text-weight-semibold, 600);
  background: var(--color-canvas-subtle);
  border-top: 0;
}

.markdown-body [data-footnote-ref]::before {
  content: "[";
}

.markdown-body [data-footnote-ref]::after {
  content: "]";
}

.markdown-body .footnotes {
  font-size: 12px;
  color: var(--color-fg-muted);
  border-top: 1px solid var(--color-border-default);
}

.markdown-body .footnotes ol {
  padding-left: 16px;
}

.markdown-body .footnotes ol ul {
  display: inline-block;
  padding-left: 16px;
  margin-top: 16px;
}

.markdown-body .footnotes li {
  position: relative;
}

.markdown-body .footnotes li:target::before {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -24px;
  pointer-events: none;
  content: "";
  border: 2px solid var(--color-accent-emphasis);
  border-radius: 6px;
}

.markdown-body .footnotes li:target {
  color: var(--color-fg-default);
}

.markdown-body .footnotes .data-footnote-backref g-emoji {
  font-family: monospace;
}

.markdown-body .pl-c {
  color: var(--color-prettylights-syntax-comment);
}

.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v {
  color: var(--color-prettylights-syntax-constant);
}

.markdown-body .pl-e,
.markdown-body .pl-en {
  color: var(--color-prettylights-syntax-entity);
}

.markdown-body .pl-smi,
.markdown-body .pl-s .pl-s1 {
  color: var(--color-prettylights-syntax-storage-modifier-import);
}

.markdown-body .pl-ent {
  color: var(--color-prettylights-syntax-entity-tag);
}

.markdown-body .pl-k {
  color: var(--color-prettylights-syntax-keyword);
}

.markdown-body .pl-s,
.markdown-body .pl-pds,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sre,
.markdown-body .pl-sr .pl-sra {
  color: var(--color-prettylights-syntax-string);
}

.markdown-body .pl-v,
.markdown-body .pl-smw {
  color: var(--color-prettylights-syntax-variable);
}

.markdown-body .pl-bu {
  color: var(--color-prettylights-syntax-brackethighlighter-unmatched);
}

.markdown-body .pl-ii {
  color: var(--color-prettylights-syntax-invalid-illegal-text);
  background-color: var(--color-prettylights-syntax-invalid-illegal-bg);
}

.markdown-body .pl-c2 {
  color: var(--color-prettylights-syntax-carriage-return-text);
  background-color: var(--color-prettylights-syntax-carriage-return-bg);
}

.markdown-body .pl-sr .pl-cce {
  font-weight: bold;
  color: var(--color-prettylights-syntax-string-regexp);
}

.markdown-body .pl-ml {
  color: var(--color-prettylights-syntax-markup-list);
}

.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
  font-weight: bold;
  color: var(--color-prettylights-syntax-markup-heading);
}

.markdown-body .pl-mi {
  font-style: italic;
  color: var(--color-prettylights-syntax-markup-italic);
}

.markdown-body .pl-mb {
  font-weight: bold;
  color: var(--color-prettylights-syntax-markup-bold);
}

.markdown-body .pl-md {
  color: var(--color-prettylights-syntax-markup-deleted-text);
  background-color: var(--color-prettylights-syntax-markup-deleted-bg);
}

.markdown-body .pl-mi1 {
  color: var(--color-prettylights-syntax-markup-inserted-text);
  background-color: var(--color-prettylights-syntax-markup-inserted-bg);
}

.markdown-body .pl-mc {
  color: var(--color-prettylights-syntax-markup-changed-text);
  background-color: var(--color-prettylights-syntax-markup-changed-bg);
}

.markdown-body .pl-mi2 {
  color: var(--color-prettylights-syntax-markup-ignored-text);
  background-color: var(--color-prettylights-syntax-markup-ignored-bg);
}

.markdown-body .pl-mdr {
  font-weight: bold;
  color: var(--color-prettylights-syntax-meta-diff-range);
}

.markdown-body .pl-ba {
  color: var(--color-prettylights-syntax-brackethighlighter-angle);
}

.markdown-body .pl-sg {
  color: var(--color-prettylights-syntax-sublimelinter-gutter-mark);
}

.markdown-body .pl-corl {
  text-decoration: underline;
  color: var(--color-prettylights-syntax-constant-other-reference-link);
}

.markdown-body g-emoji {
  display: inline-block;
  min-width: 1ch;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1em;
  font-style: normal !important;
  font-weight: var(--base-text-weight-normal, 400);
  line-height: 1;
  vertical-align: -0.075em;
}

.markdown-body g-emoji img {
  width: 1em;
  height: 1em;
}

.markdown-body .task-list-item {
  list-style-type: none;
}

.markdown-body .task-list-item label {
  font-weight: var(--base-text-weight-normal, 400);
}

.markdown-body .task-list-item.enabled label {
  cursor: pointer;
}

.markdown-body .task-list-item + .task-list-item {
  margin-top: 4px;
}

.markdown-body .task-list-item .handle {
  display: none;
}

.markdown-body .task-list-item-checkbox {
  margin: 0 0.2em 0.25em -1.4em;
  vertical-align: middle;
}

.markdown-body .contains-task-list:dir(rtl) .task-list-item-checkbox {
  margin: 0 -1.6em 0.25em 0.2em;
}

.markdown-body .contains-task-list {
  position: relative;
}

.markdown-body .contains-task-list:hover .task-list-item-convert-container,
.markdown-body .contains-task-list:focus-within .task-list-item-convert-container {
  display: block;
  width: auto;
  height: 24px;
  overflow: visible;
  clip: auto;
}

.markdown-body ::-webkit-calendar-picker-indicator {
  filter: invert(50%);
}

.markdown-body .react-syntax-highlighter-line-number {
  color: #d0d5dd;
}

/* =========================================================
   程式碼標籤美化
   適用於 <code>（行內）和 <pre><code>（程式碼區塊）
============================================================ */
/* 基础样式 */
code {
  font-family: "Fira Code", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.9em;
  border-radius: 0.3em;
  transition: all 0.2s ease;
}

/* 行内代码 */
:not(pre) > code {
  padding: 0.2em 0.4em;
  background-color: rgba(27, 31, 35, 0.05);
  color: #c7254e;
  white-space: nowrap;
}

/* 代码块 */
pre {
  margin: 1.5em 0;
  border-radius: 0.5em;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

pre code {
  display: block;
  padding: 1.25rem 1.5rem;
  overflow-x: auto;
  line-height: 1.5;
  tab-size: 2;
  background-color: #282c34;
  color: #abb2bf;
}

/* 语法高亮 - 关键字 */
.token.keyword {
  color: #c678dd;
}

/* 语法高亮 - 字符串 */
.token.string {
  color: #98c379;
}

/* 语法高亮 - 数字 */
.token.number {
  color: #d19a66;
}

/* 语法高亮 - 布尔值 */
.token.boolean {
  color: #56b6c2;
}

/* 语法高亮 - 函数 */
.token.function {
  color: #61afef;
}

/* 语法高亮 - 注释 */
.token.comment {
  color: #5c6370;
  font-style: italic;
}

/* 语法高亮 - 标点符号 */
.token.punctuation {
  color: #abb2bf;
}

/* 语法高亮 - 操作符 */
.token.operator {
  color: #c678dd;
}

/* 语法高亮 - 变量 */
.token.variable {
  color: #e06c75;
}

/* 代码块悬停效果 */
pre:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

/* 代码块标题 */
/* 代码块复制按钮 */
pre .copy-btn {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  padding: 0.25em 0.5em;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(171, 178, 191, 0.7);
  border-radius: 0.3em;
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s ease;
  font-size: 0.8em;
}

pre:hover .copy-btn {
  opacity: 1;
}

pre .copy-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* 复制成功提示 */
pre .copy-success {
  position: absolute;
  top: 0.5em;
  right: 3em;
  padding: 0.25em 0.5em;
  background-color: #4caf50;
  color: white;
  border-radius: 0.3em;
  font-size: 0.8em;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

pre .copy-success.active {
  opacity: 1;
}

/* 行号样式 */
pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}

pre.line-numbers > code {
  position: relative;
}

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: -3.8em;
  width: 3em;
  letter-spacing: -1px;
  border-right: 1px solid #5c6370;
  user-select: none;
}

.line-numbers-rows > span {
  display: block;
  counter-increment: linenumber;
}

.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #5c6370;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}

/* 响应式调整 */
@media (max-width: 768px) {
  pre code {
    padding: 1rem;
    font-size: 0.85em;
  }
}
:root {
  --ifm-ink: #0E0A1A;
  --ifm-violet: #7C5CFF;
  --ifm-violet-2: #A78BFA;
  --ifm-gold: #E8C56B;
  --ifm-teal: #5BC8D6;
  --ifm-cream: #F4F1FA;
  --ifm-canvas: #0E0307;
  --ifm-stage: #0D0C15;
  --ifm-surface: #15141F;
  --ifm-surface-raised: #1D1B2A;
  --ifm-surface-inset: #090910;
  --ifm-purple: #6E33B1;
  --ifm-purple-bright: #8D63E8;
  --ifm-mint: #38E6A2;
  --ifm-lavender: #C0B4E3;
  --ifm-offwhite: #EEEBF3;
  --ifm-line: rgba(192, 180, 227, .15);
  --ifm-line-strong: rgba(192, 180, 227, .28);
  --ifm-shadow-deep: 0 28px 72px rgba(3, 1, 8, .56);
  --ifm-serif: "Noto Serif TC", "Source Han Serif TC", "PingFang TC", "Songti TC",
               "Microsoft JhengHei UI", "Microsoft JhengHei", serif;
  --ifm-sans: "Noto Sans TC", "Source Han Sans TC", "PingFang TC",
               "Microsoft JhengHei UI", "Microsoft JhengHei", system-ui, sans-serif;
  --ifm-mono: "Space Grotesk", ui-monospace, "SF Mono", Consolas,
               "PingFang TC", "Microsoft JhengHei", sans-serif;
  --ifm-text-1: #F4F1FA;
  --ifm-text-2: rgba(244, 241, 250, .72);
  --ifm-text-3: rgba(244, 241, 250, .56);
  --ifm-surface-1: rgba(255, 255, 255, .06);
  --ifm-surface-2: rgba(255, 255, 255, .10);
  --ifm-stroke: rgba(255, 255, 255, .14);
  --ifm-stroke-gold: rgba(232, 197, 107, .38);
  --ifm-nebula-top: #1A1042;
  --ifm-w-form: 560px;
  --ifm-w-read: 880px;
  --ifm-w-board: 940px;
  --ifm-w-stage: 1440px;
  --ifm-gap: clamp(14px, 3.2vw, 22px);
  --ifm-gutter: clamp(16px, 4vw, 28px);
  --ifm-fs-title: clamp(17px, 2.2vw, 21px);
  --ifm-fs-body: clamp(14px, 1.6vw, 16px);
  --ifm-fs-note: clamp(11px, 1.2vw, 12.5px);
}

@keyframes ifmBreathGlow {
  0%, 100% {
    box-shadow: 0 0 14px rgba(124, 92, 255, 0.28);
  }
  50% {
    box-shadow: 0 0 28px rgba(124, 92, 255, 0.55), 0 0 10px rgba(232, 197, 107, 0.24);
  }
}
@keyframes ifmBreathGold {
  0%, 100% {
    box-shadow: 0 0 12px rgba(232, 197, 107, 0.26);
  }
  50% {
    box-shadow: 0 0 26px rgba(232, 197, 107, 0.5);
  }
}
@keyframes ifmFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
.r-picker {
  background: linear-gradient(168deg, rgba(40, 27, 78, 0.98), rgba(16, 10, 34, 0.99)) !important;
  border-top: 1px solid var(--ifm-stroke-gold);
  border-left: 1px solid var(--ifm-stroke);
  border-right: 1px solid var(--ifm-stroke);
  color: var(--ifm-cream) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 -24px 60px rgba(3, 1, 14, 0.7);
  position: relative;
}
.r-picker::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16%;
  right: 16%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 197, 107, 0.6), transparent);
  pointer-events: none;
}
.r-picker .r-picker-header {
  border-bottom: 1px solid rgba(167, 139, 250, 0.18);
  color: var(--ifm-cream);
}
.r-picker .r-picker-title {
  color: var(--ifm-cream);
  font-family: var(--ifm-serif);
  font-weight: 700;
}
.r-picker .r-picker-tools-ok {
  color: var(--ifm-gold) !important;
  font-weight: 700;
}
.r-picker .r-picker-tools-cancel {
  color: var(--ifm-text-3) !important;
}
.r-picker .r-picker-body {
  position: relative;
}
.r-picker .r-picker-mask {
  background: linear-gradient(0deg, rgba(18, 11, 38, 0.86), rgba(18, 11, 38, 0.86)) !important;
}
.r-picker .r-picker-mask::before {
  border-top-color: rgba(167, 139, 250, 0.45) !important;
}
.r-picker .r-picker-mask-top {
  background: linear-gradient(180deg, rgba(18, 11, 38, 0.95) 30%, rgba(18, 11, 38, 0.62) 100%) !important;
}
.r-picker .r-picker-mask-bottom {
  background: linear-gradient(0deg, rgba(18, 11, 38, 0.95) 30%, rgba(18, 11, 38, 0.62) 100%) !important;
}
.r-picker li,
.r-picker [class*=item] {
  color: rgba(244, 241, 250, 0.58);
  transition: color 0.2s, transform 0.2s;
}
.r-picker [class*=indicator],
.r-picker [class*=active] {
  border-color: rgba(167, 139, 250, 0.5) !important;
}
.r-picker .picker-foot {
  border-top: 1px solid rgba(167, 139, 250, 0.18);
  padding-top: 14px;
}
.r-picker .picker-foot div {
  background-color: transparent !important;
  background-image: linear-gradient(135deg, #8B6BFF 0%, #6A46E0 100%) !important;
  color: #FFFFFF !important;
  font-weight: 700;
  border: 1px solid rgba(167, 139, 250, 0.5);
  box-shadow: 0 10px 28px rgba(90, 56, 200, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.26);
  transition: transform 0.18s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.18s cubic-bezier(0.2, 0.8, 0.2, 1);
  max-width: min(322px, 100% - 32px);
  margin-left: auto;
  margin-right: auto;
}
.r-picker .picker-foot div:active {
  transform: translateY(1px) scale(0.995);
  box-shadow: 0 5px 16px rgba(90, 56, 200, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.r-picker li.active,
.r-picker [class*=item][class*=active],
.r-picker [class*=selected] {
  color: #FFFFFF !important;
  font-weight: 700;
  text-shadow: 0 0 14px rgba(124, 92, 255, 0.7);
}

@media (min-width: 900px) {
  .r-popup-warp .r-popup-box.r-popup-bottom {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: visible !important;
    padding-bottom: 24px;
    box-sizing: border-box;
    pointer-events: none;
  }
  .r-popup-warp .r-popup-box.r-popup-bottom > * {
    pointer-events: auto;
  }
  .r-picker,
  .r-calendar,
  .r-action-sheet-cantent {
    position: relative;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 460px !important;
    margin: 0 auto !important;
    border-radius: 22px !important;
    border: 1px solid var(--ifm-stroke-gold) !important;
    box-shadow: 0 30px 80px rgba(3, 1, 14, 0.8) !important;
  }
  .r-calendar {
    max-width: 620px !important;
  }
}
.r-popup-warp {
  background: transparent !important;
}

.r-popup-mask {
  background: rgba(5, 2, 14, 0.8) !important;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.l-dialog,
[class^=l-dialog] {
  background: linear-gradient(165deg, rgba(38, 26, 74, 0.98), rgba(18, 11, 38, 0.99)) !important;
  color: var(--ifm-cream) !important;
  border: 1px solid var(--ifm-stroke-gold);
  border-radius: 20px !important;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.68) !important;
}

.l-dialog-header {
  color: var(--ifm-cream) !important;
  font-family: var(--ifm-serif);
  font-weight: 700;
  border-bottom: 1px solid rgba(167, 139, 250, 0.18);
}

[class*=l-dialog] [class*=cancel] {
  color: var(--ifm-text-3) !important;
}
[class*=l-dialog] [class*=ok],
[class*=l-dialog] [class*=confirm] {
  color: var(--ifm-gold) !important;
  font-weight: 700;
}

.r-calendar {
  background: linear-gradient(168deg, rgba(40, 27, 78, 0.98), rgba(16, 10, 34, 0.99)) !important;
  color: var(--ifm-cream) !important;
  border-top: 1px solid var(--ifm-stroke-gold);
}
.r-calendar [class*=header] {
  border-bottom: 1px solid rgba(167, 139, 250, 0.18);
  color: var(--ifm-cream);
}
.r-calendar [class*=week] {
  color: var(--ifm-text-3);
}
.r-calendar [class*=day] {
  color: var(--ifm-cream);
  border-radius: 9px;
  transition: all 0.22s cubic-bezier(0.2, 0.9, 0.2, 1.2);
}
.r-calendar [class*=active],
.r-calendar [class*=selected] {
  background: linear-gradient(135deg, var(--ifm-violet), var(--ifm-violet-2)) !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(124, 92, 255, 0.55);
}
.r-calendar [class*=disabled] {
  color: rgba(244, 241, 250, 0.2) !important;
}

.date-picker-desc,
.header-date {
  color: var(--ifm-cream) !important;
}

.r-action-sheet-cantent,
[class^=r-action] {
  background: linear-gradient(168deg, rgba(40, 27, 78, 0.98), rgba(16, 10, 34, 0.99)) !important;
  color: var(--ifm-cream) !important;
  border-top: 1px solid var(--ifm-stroke-gold);
}
.r-action-sheet-cantent [class*=item],
[class^=r-action] [class*=item] {
  color: var(--ifm-cream) !important;
  border-bottom: 1px solid rgba(167, 139, 250, 0.14) !important;
}
.r-action-sheet-cantent [class*=item]:active,
[class^=r-action] [class*=item]:active {
  background: rgba(124, 92, 255, 0.2) !important;
}
.r-action-sheet-cantent [class*=cancel],
[class^=r-action] [class*=cancel] {
  color: var(--ifm-text-3) !important;
}

.r-input,
.r-textarea {
  background: linear-gradient(158deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)) !important;
  color: var(--ifm-cream) !important;
  border-color: var(--ifm-stroke) !important;
  border-radius: 12px !important;
}
.r-input::placeholder,
.r-textarea::placeholder {
  color: var(--ifm-text-3) !important;
}
.r-input:focus,
.r-textarea:focus {
  border-color: rgba(167, 139, 250, 0.66) !important;
  box-shadow: 0 0 0 3px rgba(124, 92, 255, 0.18);
}

.r-label {
  color: var(--ifm-text-2) !important;
}

.l-switch-wrap [class*=core],
.l-switch-wrap [class*=bg] {
  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid var(--ifm-stroke) !important;
}
.l-switch-wrap [class*=checked] {
  background: linear-gradient(90deg, var(--ifm-violet), var(--ifm-teal)) !important;
  box-shadow: 0 0 14px rgba(124, 92, 255, 0.5);
}

.r-radio,
.r-cascader {
  color: var(--ifm-cream) !important;
}
.r-radio [class*=active],
.r-radio [class*=checked],
.r-cascader [class*=active],
.r-cascader [class*=checked] {
  color: var(--ifm-violet-2) !important;
}

.toast-content-warp,
.toast-content {
  background: linear-gradient(165deg, rgba(44, 30, 84, 0.97), rgba(18, 11, 38, 0.98)) !important;
  color: var(--ifm-cream) !important;
  border: 1px solid rgba(167, 139, 250, 0.34);
  border-radius: 14px !important;
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 48px rgba(3, 1, 14, 0.62) !important;
}

.toast > div {
  background: linear-gradient(165deg, rgba(44, 30, 84, 0.96), rgba(18, 11, 38, 0.98)) !important;
  color: var(--ifm-cream) !important;
  border: 1px solid rgba(167, 139, 250, 0.34);
  border-radius: 14px !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 22px 48px rgba(3, 1, 14, 0.62), inset 0 1.5px 0 rgba(255, 255, 255, 0.1) !important;
}
.toast-error > div,
.toast .toast-error {
  border-color: rgba(240, 145, 107, 0.5);
  color: #F6C2AC !important;
}
.toast-success > div {
  border-color: rgba(91, 200, 214, 0.5);
}
.toast .delete-margin {
  color: var(--ifm-gold);
  font-weight: 700;
}

.ea-button {
  background: linear-gradient(158deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)) !important;
  color: var(--ifm-cream) !important;
  border: 1px solid var(--ifm-stroke) !important;
  border-radius: 12px !important;
  backdrop-filter: blur(8px);
  transition: all 0.26s cubic-bezier(0.2, 0.9, 0.2, 1.2) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 4px 12px rgba(0, 0, 0, 0.3);
}
.ea-button:active {
  transform: translateY(1px);
}
.ea-button.ea-button-primary {
  background: linear-gradient(135deg, var(--ifm-gold), #f3d98f) !important;
  color: #23123a !important;
  border-color: transparent !important;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(232, 197, 107, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.ea-button.ea-button-primary:active {
  box-shadow: 0 3px 12px rgba(232, 197, 107, 0.4);
}
.ea-button.ea-button-danger {
  background: linear-gradient(135deg, #F0916B, #e8724a) !important;
  color: #2a1005 !important;
  border-color: transparent !important;
}
.ea-button.red {
  background: linear-gradient(135deg, var(--ifm-violet), var(--ifm-violet-2)) !important;
  color: #fff !important;
  border-color: transparent !important;
}
.ea-button[disabled], .ea-button.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.popup-warp,
.ea-popup,
.popup-content,
.ea-dialog,
.ea-action-sheet {
  background: linear-gradient(165deg, rgba(38, 26, 74, 0.97), rgba(18, 11, 38, 0.98)) !important;
  color: var(--ifm-cream) !important;
  border: 1px solid var(--ifm-stroke-gold);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.65) !important;
}

.popup-position-bottom,
.ea-popup-bottom {
  border-radius: 22px 22px 0 0 !important;
}

.popup-position-top {
  border-radius: 0 0 22px 22px !important;
}

.popup-position-center,
.ea-dialog {
  border-radius: 22px !important;
}

.popup-position-right {
  border-radius: 22px 0 0 22px !important;
  border-left: 1px solid rgba(167, 139, 250, 0.3);
}

.popup-position-left {
  border-radius: 0 22px 22px 0 !important;
}

.popup-mask,
.ea-mask,
.mask {
  background: rgba(5, 2, 14, 0.78) !important;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.ea-picker,
.ea-calendar,
.ea-date-picker,
.ea-cascader {
  background: transparent !important;
  color: var(--ifm-cream) !important;
}
.ea-picker .picker-header,
.ea-picker .calendar-header, .ea-picker-header,
.ea-calendar .picker-header,
.ea-calendar .calendar-header,
.ea-calendar-header,
.ea-date-picker .picker-header,
.ea-date-picker .calendar-header,
.ea-date-picker-header,
.ea-cascader .picker-header,
.ea-cascader .calendar-header,
.ea-cascader-header {
  border-bottom: 1px solid var(--ifm-stroke);
  color: var(--ifm-cream);
}
.ea-picker .picker-indicator,
.ea-picker .wheel-indicator, .ea-picker-indicator,
.ea-calendar .picker-indicator,
.ea-calendar .wheel-indicator,
.ea-calendar-indicator,
.ea-date-picker .picker-indicator,
.ea-date-picker .wheel-indicator,
.ea-date-picker-indicator,
.ea-cascader .picker-indicator,
.ea-cascader .wheel-indicator,
.ea-cascader-indicator {
  background: linear-gradient(90deg, rgba(124, 92, 255, 0.18), rgba(91, 200, 214, 0.12)) !important;
  border-top: 1px solid rgba(167, 139, 250, 0.44) !important;
  border-bottom: 1px solid rgba(167, 139, 250, 0.44) !important;
  border-radius: 9px;
}
.ea-picker li,
.ea-picker .picker-item,
.ea-picker .wheel-item,
.ea-calendar li,
.ea-calendar .picker-item,
.ea-calendar .wheel-item,
.ea-date-picker li,
.ea-date-picker .picker-item,
.ea-date-picker .wheel-item,
.ea-cascader li,
.ea-cascader .picker-item,
.ea-cascader .wheel-item {
  color: var(--ifm-text-3);
  transition: color 0.2s, transform 0.2s;
}
.ea-picker li.active,
.ea-picker .picker-item-active,
.ea-picker .wheel-item-active,
.ea-calendar li.active,
.ea-calendar .picker-item-active,
.ea-calendar .wheel-item-active,
.ea-date-picker li.active,
.ea-date-picker .picker-item-active,
.ea-date-picker .wheel-item-active,
.ea-cascader li.active,
.ea-cascader .picker-item-active,
.ea-cascader .wheel-item-active {
  color: var(--ifm-cream);
  font-weight: 700;
  text-shadow: 0 0 12px rgba(124, 92, 255, 0.6);
}
.ea-picker .picker-confirm,
.ea-picker .confirm-btn,
.ea-picker [class*=confirm],
.ea-calendar .picker-confirm,
.ea-calendar .confirm-btn,
.ea-calendar [class*=confirm],
.ea-date-picker .picker-confirm,
.ea-date-picker .confirm-btn,
.ea-date-picker [class*=confirm],
.ea-cascader .picker-confirm,
.ea-cascader .confirm-btn,
.ea-cascader [class*=confirm] {
  color: var(--ifm-gold) !important;
  font-weight: 700;
}
.ea-picker .picker-cancel,
.ea-picker .cancel-btn,
.ea-picker [class*=cancel],
.ea-calendar .picker-cancel,
.ea-calendar .cancel-btn,
.ea-calendar [class*=cancel],
.ea-date-picker .picker-cancel,
.ea-date-picker .cancel-btn,
.ea-date-picker [class*=cancel],
.ea-cascader .picker-cancel,
.ea-cascader .cancel-btn,
.ea-cascader [class*=cancel] {
  color: var(--ifm-text-3) !important;
}

.ea-calendar .calendar-day {
  border-radius: 9px;
  transition: all 0.22s cubic-bezier(0.2, 0.9, 0.2, 1.2);
}
.ea-calendar .calendar-day-active,
.ea-calendar .day-selected,
.ea-calendar .is-selected {
  background: linear-gradient(135deg, var(--ifm-violet), var(--ifm-violet-2)) !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(124, 92, 255, 0.5);
}
.ea-calendar .calendar-day-today,
.ea-calendar .is-today {
  border: 1px solid var(--ifm-gold);
  color: var(--ifm-gold);
}
.ea-calendar .calendar-day-disabled {
  color: rgba(244, 241, 250, 0.2) !important;
}

.ea-input,
.ea-input-inner,
.popup-input {
  background: linear-gradient(158deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)) !important;
  color: var(--ifm-cream) !important;
  border: 1px solid var(--ifm-stroke) !important;
  border-radius: 12px !important;
  transition: border-color 0.24s, box-shadow 0.24s;
}
.ea-input::placeholder,
.ea-input-inner::placeholder,
.popup-input::placeholder {
  color: var(--ifm-text-3);
}
.ea-input:focus, .ea-input.is-focus,
.ea-input-inner:focus,
.ea-input-inner.is-focus,
.popup-input:focus,
.popup-input.is-focus {
  border-color: rgba(167, 139, 250, 0.66) !important;
  box-shadow: 0 0 0 3px rgba(124, 92, 255, 0.18);
  outline: none;
}

.ea-switch .switch-core, .ea-switch-core {
  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid var(--ifm-stroke) !important;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.ea-switch.is-checked .switch-core, .ea-switch-checked .ea-switch-core {
  background: linear-gradient(90deg, var(--ifm-violet), var(--ifm-teal)) !important;
  border-color: transparent !important;
  box-shadow: 0 0 14px rgba(124, 92, 255, 0.5);
}

.ea-checkbox,
.ea-radio {
  color: var(--ifm-cream);
}
.ea-checkbox .checkbox-inner,
.ea-checkbox .radio-inner,
.ea-radio .checkbox-inner,
.ea-radio .radio-inner {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--ifm-stroke);
  border-radius: 6px;
  transition: all 0.2s cubic-bezier(0.2, 0.9, 0.2, 1.2);
}
.ea-checkbox.is-checked .checkbox-inner,
.ea-checkbox.is-checked .radio-inner,
.ea-radio.is-checked .checkbox-inner,
.ea-radio.is-checked .radio-inner {
  background: linear-gradient(135deg, var(--ifm-violet), var(--ifm-violet-2));
  border-color: transparent;
  box-shadow: 0 0 12px rgba(124, 92, 255, 0.5);
}

.page-loading,
.loading-wrap {
  background: rgba(5, 2, 14, 0.7) !important;
  backdrop-filter: blur(8px);
}
.page-loading .loader,
.page-loading .loader-box,
.loading-wrap .loader,
.loading-wrap .loader-box {
  color: var(--ifm-violet-2);
}
.page-loading circle,
.page-loading .loader circle,
.loading-wrap circle,
.loading-wrap .loader circle {
  stroke: url(#ifmGrad) !important;
}

.loading-dot-ani span,
.loading-dot-ani i, .loading-dot-ani > div {
  background: var(--ifm-violet-2) !important;
  box-shadow: 0 0 8px rgba(167, 139, 250, 0.7);
}

.ea-progress,
.progress-bar,
.ifm-bar {
  height: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
}
.ea-progress > span,
.ea-progress .progress-inner,
.progress-bar > span,
.progress-bar .progress-inner,
.ifm-bar > span,
.ifm-bar .progress-inner {
  display: block;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(90deg, var(--ifm-violet), var(--ifm-teal), var(--ifm-violet));
  background-size: 200% 100%;
  animation: ifmFlow 3.2s linear infinite;
  box-shadow: 0 0 12px rgba(124, 92, 255, 0.6);
  transition: width 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ea-divider,
.divider {
  border: none !important;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(167, 139, 250, 0.34) 22%, rgba(167, 139, 250, 0.34) 78%, transparent);
}

.ea-swipe .swipe-indicator,
.ea-swipe .indicator-item,
.swipe-item .swipe-indicator,
.swipe-item .indicator-item {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 3px;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.ea-swipe .swipe-indicator.active,
.ea-swipe .indicator-item.active,
.swipe-item .swipe-indicator.active,
.swipe-item .indicator-item.active {
  background: linear-gradient(90deg, var(--ifm-violet), var(--ifm-teal));
  box-shadow: 0 0 10px rgba(124, 92, 255, 0.7);
}

.swipe-action-item .swipe-action-btn,
.swipe-action-item [class*=delete] {
  background: linear-gradient(135deg, #F0916B, #e8724a) !important;
  color: #2a1005 !important;
}

.scroll-y::-webkit-scrollbar,
.scroll-view::-webkit-scrollbar,
body ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

body ::-webkit-scrollbar-thumb {
  background: rgba(167, 139, 250, 0.34);
  border-radius: 4px;
}
body ::-webkit-scrollbar-thumb:hover {
  background: rgba(167, 139, 250, 0.6);
}

body ::-webkit-scrollbar-track {
  background: transparent;
}

.markdown-body {
  color: var(--ifm-cream);
}
.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4 {
  color: var(--ifm-cream);
  font-family: var(--ifm-serif);
  border-bottom-color: rgba(167, 139, 250, 0.24) !important;
}
.markdown-body strong, .markdown-body b {
  color: var(--ifm-gold);
}
.markdown-body a {
  color: var(--ifm-teal);
}
.markdown-body code {
  background: rgba(124, 92, 255, 0.18) !important;
  color: var(--ifm-violet-2) !important;
  border-radius: 5px;
  padding: 1px 5px;
}
.markdown-body pre {
  background: rgba(5, 2, 14, 0.62) !important;
  border: 1px solid var(--ifm-stroke);
  border-radius: 12px;
}
.markdown-body blockquote {
  border-left: 3px solid var(--ifm-gold) !important;
  background: rgba(232, 197, 107, 0.07);
  border-radius: 0 9px 9px 0;
  color: var(--ifm-text-2) !important;
  padding: 8px 12px;
}
.markdown-body table th {
  background: rgba(124, 92, 255, 0.18) !important;
  color: var(--ifm-cream) !important;
}
.markdown-body table td, .markdown-body table th {
  border-color: rgba(167, 139, 250, 0.2) !important;
}
.markdown-body table tr {
  background: transparent !important;
}
.markdown-body table tr:nth-child(2n) {
  background: rgba(255, 255, 255, 0.03) !important;
}
.markdown-body hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(167, 139, 250, 0.34), transparent);
}

.r-calendar {
  background: linear-gradient(168deg, rgba(40, 27, 78, 0.98), rgba(16, 10, 34, 0.99)) !important;
  background-color: transparent !important;
  color: var(--ifm-cream) !important;
}
.r-calendar .r-calendar-title {
  color: var(--ifm-cream) !important;
  font-family: var(--ifm-serif);
}
.r-calendar .r-calendar-title .xicon {
  color: var(--ifm-violet-2) !important;
  opacity: 1 !important;
}
.r-calendar .r-calendar-title::before {
  border-color: rgba(167, 139, 250, 0.2) !important;
}
.r-calendar .r-calendar-title > div,
.r-calendar .r-calendar-header-right {
  color: var(--ifm-gold) !important;
}
.r-calendar .r-calendar-week {
  color: rgba(244, 241, 250, 0.5) !important;
  font-size: 12px;
  letter-spacing: 0.06em;
}
.r-calendar .r-calendar-day {
  color: rgba(244, 241, 250, 0.52) !important;
}
.r-calendar .r-calendar-in-month {
  color: rgba(244, 241, 250, 0.94) !important;
}
.r-calendar .r-calendar-row {
  color: rgba(244, 241, 250, 0.94) !important;
}
.r-calendar .r-calendar-selected {
  color: #FFFFFF !important;
  font-weight: 700;
}
.r-calendar .r-calendar-selected::before {
  width: 62px !important;
  height: 52px !important;
  border-radius: 14px !important;
  background: linear-gradient(150deg, #9B7DFF 0%, #7C5CFF 45%, #5A38C8 100%) !important;
  background-color: #6A46E0 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), inset 0 -1px 0 rgba(30, 14, 80, 0.5), 0 4px 14px rgba(90, 56, 200, 0.5) !important;
}
.r-calendar .r-calendar-footer-line::before {
  border-color: rgba(167, 139, 250, 0.18) !important;
}

.yaer-picker-item > div {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  box-shadow: none !important;
  color: rgba(244, 241, 250, 0.82) !important;
  transition: all 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.yaer-picker-item > div:hover, .yaer-picker-item > div:active {
  background: rgba(124, 92, 255, 0.2) !important;
  border-color: rgba(167, 139, 250, 0.5);
  color: #FFFFFF !important;
}

.r-cascader {
  background: linear-gradient(168deg, rgba(40, 27, 78, 0.98), rgba(16, 10, 34, 0.99)) !important;
  background-color: transparent !important;
  color: var(--ifm-cream) !important;
}

.r-date-picker {
  background: linear-gradient(168deg, rgba(40, 27, 78, 0.98), rgba(16, 10, 34, 0.99)) !important;
  color: var(--ifm-cream) !important;
}
.r-date-picker [class*=active],
.r-date-picker [class*=selected] {
  background-color: transparent !important;
  background-image: linear-gradient(135deg, #8B6BFF, #6A46E0) !important;
  color: #FFFFFF !important;
  border-bottom-color: var(--ifm-gold) !important;
}

.toast-content-warp .toast-content,
.toast-content {
  background: linear-gradient(160deg, rgba(38, 26, 74, 0.98), rgba(16, 10, 34, 0.99)) !important;
  border: 1px solid rgba(167, 139, 250, 0.3);
  color: var(--ifm-cream) !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 46px rgba(3, 1, 14, 0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.l-switch-wrap[class*=active],
.l-switch-wrap.l-switch-select,
.l-switch-select {
  background: linear-gradient(90deg, var(--ifm-violet), var(--ifm-teal)) !important;
}

.r-action-sheet-cantent {
  background: linear-gradient(168deg, rgba(40, 27, 78, 0.98), rgba(16, 10, 34, 0.99)) !important;
  background-color: transparent !important;
  color: var(--ifm-cream) !important;
}

.r-picker {
  background: radial-gradient(70% 46% at 12% 0%, rgba(124, 92, 255, 0.17), transparent 72%), linear-gradient(168deg, rgba(30, 27, 45, 0.99), rgba(11, 11, 18, 0.995)) !important;
  border: 1px solid rgba(192, 180, 227, 0.18);
  border-bottom: 0;
  box-shadow: 0 -22px 64px rgba(3, 1, 14, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.09) !important;
}
.r-picker .r-picker-header {
  min-height: 62px !important;
  padding: 0 18px !important;
  border-bottom: 1px solid rgba(192, 180, 227, 0.11);
}
.r-picker .r-picker-tools > div {
  height: 62px !important;
  line-height: normal !important;
}
.r-picker .r-picker-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  color: var(--ifm-cream);
}
.r-picker .r-picker-title strong {
  font-size: 16px;
  font-weight: 700;
}
.r-picker .r-picker-title small {
  color: rgba(238, 235, 243, 0.54);
  font-size: 11px;
  font-weight: 400;
}
.r-picker .r-picker-tools-cancel .xicon {
  color: var(--ifm-teal) !important;
  opacity: 0.9;
}
.r-picker .r-picker-mask {
  background: linear-gradient(180deg, rgba(14, 13, 22, 0.96), rgba(14, 13, 22, 0.68)) !important;
}
.r-picker .r-picker-mask::before {
  border-color: rgba(56, 230, 162, 0.24) !important;
}
.r-picker .wheel-item {
  color: rgba(238, 235, 243, 0.88) !important;
  font-size: 15px;
}
.r-picker .picker-foot > div {
  color: #f8f6ff !important;
  background: linear-gradient(135deg, #6e33b1, #7c5cff 62%, #8e70ee) !important;
  border: 1px solid rgba(192, 180, 227, 0.38);
  box-shadow: 0 10px 28px rgba(52, 22, 104, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.26), inset 0 -1px 0 rgba(20, 8, 48, 0.42);
}

.r-calendar .r-calendar-guidance {
  margin: 10px 16px 8px;
  padding: 9px 12px;
  border-radius: 11px;
  color: rgba(238, 235, 243, 0.68);
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(192, 180, 227, 0.1);
  box-shadow: inset 3px 0 0 rgba(56, 230, 162, 0.68);
}

.r-popup-mask {
  background: rgba(7, 3, 8, 0.74) !important;
  backdrop-filter: blur(12px) saturate(0.82) !important;
  -webkit-backdrop-filter: blur(12px) saturate(0.82) !important;
}

.r-popup-warp .r-popup-box,
.l-dialog,
[class^=l-dialog] {
  color: var(--ifm-offwhite) !important;
  background: radial-gradient(80% 42% at 12% 0%, rgba(110, 51, 177, 0.15), transparent 70%), linear-gradient(160deg, rgba(29, 27, 42, 0.985), rgba(9, 9, 16, 0.995)) !important;
  border: 1px solid var(--ifm-line-strong) !important;
  box-shadow: var(--ifm-shadow-deep), inset 0 1px 0 rgba(238, 235, 243, 0.09) !important;
}

.r-input,
.r-textarea,
.r-date-picker,
.r-picker {
  color: var(--ifm-offwhite) !important;
  background-color: var(--ifm-surface-inset) !important;
  border-color: var(--ifm-line) !important;
}

.r-picker,
.r-calendar,
.r-action-sheet-cantent,
.toast-content-warp .toast-content,
.toast-content {
  background: radial-gradient(72% 44% at 12% 0%, rgba(110, 51, 177, 0.13), transparent 72%), linear-gradient(164deg, var(--ifm-surface-raised), #0A0A11) !important;
  border-color: var(--ifm-line-strong) !important;
}

.r-picker [class*=active],
.r-picker [class*=selected],
.r-calendar-selected,
.l-switch-select {
  background-color: var(--ifm-purple) !important;
  background-image: linear-gradient(135deg, var(--ifm-purple), var(--ifm-purple-bright)) !important;
}

@keyframes ifmTabGlow {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
html,
body,
#app,
.provider {
  background: radial-gradient(60% 50% at 8% 4%, rgba(124, 92, 255, 0.24), transparent 62%), radial-gradient(52% 42% at 96% 14%, rgba(91, 200, 214, 0.14), transparent 66%), radial-gradient(58% 46% at 92% 92%, rgba(232, 197, 107, 0.08), transparent 68%), radial-gradient(50% 40% at 4% 88%, rgba(167, 139, 250, 0.12), transparent 64%), linear-gradient(152deg, #1E1448 0%, #140D31 44%, #0C0818 100%);
  background-attachment: fixed;
  color: var(--ifm-cream);
  font-family: var(--ifm-sans);
}

#app::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(46% 36% at 22% 18%, rgba(124, 92, 255, 0.1), transparent 68%), radial-gradient(40% 32% at 80% 74%, rgba(91, 200, 214, 0.07), transparent 70%);
  animation: ifmAmbient 16s ease-in-out infinite;
}

@keyframes ifmAmbient {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}
.home-view,
.provider > * {
  position: relative;
  z-index: 1;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body,
#app,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--ifm-sans);
}

.iztro-astrolabe,
.iztro-astrolabe * {
  font-family: var(--ifm-sans) !important;
  -webkit-font-smoothing: antialiased;
}

.iztrolabe-wrap,
.iztro-astrolabe {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
}

.home-view .home-tabs {
  background: linear-gradient(180deg, rgba(28, 20, 66, 0.94), rgba(10, 6, 24, 0.99)) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 20px 20px 0 0;
  position: relative;
  color: var(--ifm-text-3) !important;
  box-shadow: 0 -14px 34px rgba(3, 1, 14, 0.6), inset 0 1.5px 0 rgba(255, 255, 255, 0.11);
}
.home-view .home-tabs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14%;
  right: 14%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(167, 139, 250, 0.72) 28%, rgba(232, 197, 107, 0.55) 50%, rgba(91, 200, 214, 0.72) 72%, transparent);
  animation: ifmTabGlow 4.2s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}
.home-view .home-tabs .tabs-active {
  color: var(--ifm-cream) !important;
  text-shadow: 0 0 10px rgba(192, 180, 227, 0.42);
  transform: translateY(-2px);
  background: radial-gradient(80% 90% at 50% 0%, rgba(124, 92, 255, 0.2), transparent 72%), rgba(255, 255, 255, 0.045);
}
.home-view .home-tabs .tabs-active .xicon,
.home-view .home-tabs .tabs-active img {
  filter: drop-shadow(0 4px 7px rgba(124, 92, 255, 0.5));
}
.home-view .home-tabs .tab-ask {
  border-radius: 15px;
}
.home-view .home-tabs .tab-ask img {
  filter: drop-shadow(0 5px 9px rgba(232, 197, 107, 0.36));
  transition: filter 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.28s cubic-bezier(0.2, 0.9, 0.2, 1.2);
}
.home-view .home-tabs .tab-ask:active img {
  transform: scale(0.94);
  filter: drop-shadow(0 4px 12px rgba(232, 197, 107, 0.62));
}

.home-view .home-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.home-view .home-tabs > div {
  flex: 0 0 auto;
  position: relative;
  border-radius: 14px;
  transition: background 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.24s cubic-bezier(0.2, 0.9, 0.2, 1.2), color 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.home-view .home-tabs .tab-ask {
  margin: 0 clamp(48px, 18vw, 80px) !important;
}

@media (min-width: 561px) {
  .home-view {
    overflow: visible;
  }
  .home-view .home-tabs {
    width: fit-content;
    width: -moz-fit-content;
    max-width: calc(100% - 32px);
    margin: 0 auto 14px;
    padding: 0 18px;
    height: 64px;
    border-radius: 20px;
    border: 1px solid rgba(167, 139, 250, 0.2);
    box-shadow: 0 18px 44px rgba(3, 1, 14, 0.72), 0 2px 8px rgba(3, 1, 14, 0.5), inset 0 1.5px 0 rgba(255, 255, 255, 0.12);
    gap: 10px;
  }
  .home-view .home-tabs .tab-ask {
    margin: 0 !important;
  }
  .home-view .home-tabs > div {
    padding: 6px 18px;
    border-radius: 14px;
    transition: background 0.2s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.2s cubic-bezier(0.2, 0.9, 0.2, 1.2);
  }
  .home-view .home-tabs > div:hover {
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-2px);
  }
  .home-view .home-tabs::before {
    left: 18%;
    right: 18%;
  }
}
@media (min-width: 900px) {
  .home-view .home-tabs {
    height: 68px;
    padding: 0 22px;
    margin-bottom: 18px;
    gap: 14px;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
  }
  .home-view .home-tabs > div {
    padding: 6px 22px;
  }
}
.header {
  background: rgba(14, 10, 26, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--ifm-stroke);
  color: var(--ifm-cream);
}
.header .header-title {
  font-family: var(--ifm-serif);
  font-weight: 700;
  color: var(--ifm-cream);
}

.empty-text {
  color: var(--ifm-text-3) !important;
}

.guide-info {
  color: var(--ifm-cream) !important;
}
.guide-info .guide-sub-title {
  color: var(--ifm-text-2) !important;
}

.mine-tips {
  color: var(--ifm-text-2) !important;
}

@media (min-width: 1441px) {
  html,
  body,
  #app {
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-shadow: none;
  }
}
@media (min-width: 900px) {
  #app::after {
    content: "";
    position: fixed;
    inset: -12%;
    z-index: 0;
    pointer-events: none;
    filter: blur(54px) saturate(1.12);
    background: radial-gradient(42% 52% at 72% 24%, rgba(140, 108, 255, 0.5), transparent 66%), radial-gradient(40% 50% at 28% 66%, rgba(124, 72, 200, 0.36), transparent 70%), radial-gradient(40% 50% at 90% 60%, rgba(167, 139, 250, 0.3), transparent 68%), radial-gradient(38% 48% at 12% 92%, rgba(76, 42, 133, 0.42), transparent 72%);
    will-change: transform;
    transform: translateZ(0);
    animation: zwDrift 24s ease-in-out infinite;
  }
  .home-view::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    mix-blend-mode: screen;
    filter: blur(70px);
    background: radial-gradient(circle at -6% 4%, rgba(124, 92, 255, 0.5) 0%, transparent 42%), radial-gradient(circle at 92% 12%, rgba(232, 197, 107, 0.28) 0%, transparent 26%), radial-gradient(circle at 104% 96%, rgba(91, 200, 214, 0.26) 0%, transparent 32%);
    animation: zwBreath 10s ease-in-out infinite;
  }
  .home-view .content-wrap,
  .home-view .home-tabs {
    position: relative;
    z-index: 2;
  }
}
@keyframes zwDrift {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1.04);
  }
  50% {
    transform: translate3d(-1.6%, 1.1%, 0) scale(1.1);
  }
}
@keyframes zwBreath {
  0%, 100% {
    opacity: 0.32;
    transform: scale(1);
  }
  50% {
    opacity: 0.72;
    transform: scale(1.15);
  }
}
@media (prefers-reduced-motion: reduce) {
  #app::after,
  .home-view::before,
  #app::before {
    animation: none !important;
  }
}
html,
body,
#app,
.provider {
  background: radial-gradient(58% 36% at 50% -8%, rgba(192, 180, 227, 0.2), transparent 54%), radial-gradient(44% 34% at 18% 18%, rgba(110, 51, 177, 0.2), transparent 68%), radial-gradient(34% 30% at 88% 82%, rgba(56, 230, 162, 0.055), transparent 72%), linear-gradient(148deg, #160816 0%, var(--ifm-canvas) 36%, #09070f 100%) !important;
}

#app::before {
  background: radial-gradient(46% 32% at 26% 12%, rgba(110, 51, 177, 0.1), transparent 70%), radial-gradient(38% 28% at 82% 72%, rgba(56, 230, 162, 0.045), transparent 72%) !important;
}

.home-view .home-tabs {
  background: linear-gradient(180deg, rgba(27, 25, 39, 0.96), rgba(8, 8, 14, 0.99)) !important;
  border: 1px solid var(--ifm-line) !important;
  box-shadow: 0 -16px 42px rgba(3, 1, 8, 0.48), inset 0 1px 0 rgba(238, 235, 243, 0.09) !important;
}
.home-view .home-tabs::before {
  background: linear-gradient(90deg, transparent, rgba(192, 180, 227, 0.6), rgba(110, 51, 177, 0.8), rgba(56, 230, 162, 0.45), transparent) !important;
}
.home-view .home-tabs .tabs-active {
  background: linear-gradient(180deg, rgba(110, 51, 177, 0.22), rgba(255, 255, 255, 0.025)) !important;
  color: var(--ifm-offwhite) !important;
}

.member-view,
.mine-view,
.history-view,
.profile-view,
.banner-view,
.login-view,
.register-view,
.forgot-view,
[class$=-view] {
  background: linear-gradient(135deg, #1A1042, #0C0818 76%) !important;
  color: var(--ifm-cream);
}

.member-view .member-bar,
.member-view .mine-bar,
.member-view .history-bar,
.member-view .profile-bar,
.member-view .header,
.member-view [class*=-bar]:not(.ifm-view-toggle):not(.home-tabs),
.mine-view .member-bar,
.mine-view .mine-bar,
.mine-view .history-bar,
.mine-view .profile-bar,
.mine-view .header,
.mine-view [class*=-bar]:not(.ifm-view-toggle):not(.home-tabs),
.history-view .member-bar,
.history-view .mine-bar,
.history-view .history-bar,
.history-view .profile-bar,
.history-view .header,
.history-view [class*=-bar]:not(.ifm-view-toggle):not(.home-tabs),
.profile-view .member-bar,
.profile-view .mine-bar,
.profile-view .history-bar,
.profile-view .profile-bar,
.profile-view .header,
.profile-view [class*=-bar]:not(.ifm-view-toggle):not(.home-tabs) {
  background: rgba(14, 10, 26, 0.6) !important;
  background-image: none !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--ifm-stroke);
  color: var(--ifm-cream) !important;
  position: relative;
}
.member-view .member-bar::after,
.member-view .mine-bar::after,
.member-view .history-bar::after,
.member-view .profile-bar::after,
.member-view .header::after,
.member-view [class*=-bar]:not(.ifm-view-toggle):not(.home-tabs)::after,
.mine-view .member-bar::after,
.mine-view .mine-bar::after,
.mine-view .history-bar::after,
.mine-view .profile-bar::after,
.mine-view .header::after,
.mine-view [class*=-bar]:not(.ifm-view-toggle):not(.home-tabs)::after,
.history-view .member-bar::after,
.history-view .mine-bar::after,
.history-view .history-bar::after,
.history-view .profile-bar::after,
.history-view .header::after,
.history-view [class*=-bar]:not(.ifm-view-toggle):not(.home-tabs)::after,
.profile-view .member-bar::after,
.profile-view .mine-bar::after,
.profile-view .history-bar::after,
.profile-view .profile-bar::after,
.profile-view .header::after,
.profile-view [class*=-bar]:not(.ifm-view-toggle):not(.home-tabs)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(167, 139, 250, 0.5), transparent);
  pointer-events: none;
}

.member-view [class*=card],
.member-view [class*=-item],
.member-view [class*=panel],
.member-view [class*=box],
.member-view [class*=list] > li,
.member-view [class*=cell],
.mine-view [class*=card],
.mine-view [class*=-item],
.mine-view [class*=panel],
.mine-view [class*=box],
.mine-view [class*=list] > li,
.mine-view [class*=cell],
.history-view [class*=card],
.history-view [class*=-item],
.history-view [class*=panel],
.history-view [class*=box],
.history-view [class*=list] > li,
.history-view [class*=cell],
.profile-view [class*=card],
.profile-view [class*=-item],
.profile-view [class*=panel],
.profile-view [class*=box],
.profile-view [class*=list] > li,
.profile-view [class*=cell],
.banner-view [class*=card],
.banner-view [class*=-item],
.banner-view [class*=panel],
.banner-view [class*=box],
.banner-view [class*=list] > li,
.banner-view [class*=cell] {
  background-color: transparent;
}
.member-view .member-card,
.member-view .mine-card,
.member-view .info-card,
.member-view .pay-card,
.member-view .order-item,
.member-view .history-item,
.member-view .profile-card,
.mine-view .member-card,
.mine-view .mine-card,
.mine-view .info-card,
.mine-view .pay-card,
.mine-view .order-item,
.mine-view .history-item,
.mine-view .profile-card,
.history-view .member-card,
.history-view .mine-card,
.history-view .info-card,
.history-view .pay-card,
.history-view .order-item,
.history-view .history-item,
.history-view .profile-card,
.profile-view .member-card,
.profile-view .mine-card,
.profile-view .info-card,
.profile-view .pay-card,
.profile-view .order-item,
.profile-view .history-item,
.profile-view .profile-card,
.banner-view .member-card,
.banner-view .mine-card,
.banner-view .info-card,
.banner-view .pay-card,
.banner-view .order-item,
.banner-view .history-item,
.banner-view .profile-card {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.022)) !important;
  border: 1px solid var(--ifm-stroke);
  border-radius: 16px !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 44px rgba(3, 1, 14, 0.42), inset 0 1.5px 0 rgba(255, 255, 255, 0.09) !important;
  color: var(--ifm-cream) !important;
}

.member-view,
.mine-view,
.history-view,
.profile-view,
.banner-view {
  color: var(--ifm-cream);
}
.member-view div[style*="color: #000"], .member-view div[style*="color:#000"],
.member-view span[style*="color: #000"],
.member-view span[style*="color:#000"],
.member-view p[style*="color: #000"],
.member-view p[style*="color:#000"],
.member-view li[style*="color: #000"],
.member-view li[style*="color:#000"],
.member-view label[style*="color: #000"],
.member-view label[style*="color:#000"],
.member-view h1[style*="color: #000"],
.member-view h1[style*="color:#000"], .member-view h2[style*="color: #000"], .member-view h2[style*="color:#000"], .member-view h3[style*="color: #000"], .member-view h3[style*="color:#000"], .member-view h4[style*="color: #000"], .member-view h4[style*="color:#000"], .member-view h5[style*="color: #000"], .member-view h5[style*="color:#000"],
.mine-view div[style*="color: #000"],
.mine-view div[style*="color:#000"],
.mine-view span[style*="color: #000"],
.mine-view span[style*="color:#000"],
.mine-view p[style*="color: #000"],
.mine-view p[style*="color:#000"],
.mine-view li[style*="color: #000"],
.mine-view li[style*="color:#000"],
.mine-view label[style*="color: #000"],
.mine-view label[style*="color:#000"],
.mine-view h1[style*="color: #000"],
.mine-view h1[style*="color:#000"],
.mine-view h2[style*="color: #000"],
.mine-view h2[style*="color:#000"],
.mine-view h3[style*="color: #000"],
.mine-view h3[style*="color:#000"],
.mine-view h4[style*="color: #000"],
.mine-view h4[style*="color:#000"],
.mine-view h5[style*="color: #000"],
.mine-view h5[style*="color:#000"],
.history-view div[style*="color: #000"],
.history-view div[style*="color:#000"],
.history-view span[style*="color: #000"],
.history-view span[style*="color:#000"],
.history-view p[style*="color: #000"],
.history-view p[style*="color:#000"],
.history-view li[style*="color: #000"],
.history-view li[style*="color:#000"],
.history-view label[style*="color: #000"],
.history-view label[style*="color:#000"],
.history-view h1[style*="color: #000"],
.history-view h1[style*="color:#000"],
.history-view h2[style*="color: #000"],
.history-view h2[style*="color:#000"],
.history-view h3[style*="color: #000"],
.history-view h3[style*="color:#000"],
.history-view h4[style*="color: #000"],
.history-view h4[style*="color:#000"],
.history-view h5[style*="color: #000"],
.history-view h5[style*="color:#000"],
.profile-view div[style*="color: #000"],
.profile-view div[style*="color:#000"],
.profile-view span[style*="color: #000"],
.profile-view span[style*="color:#000"],
.profile-view p[style*="color: #000"],
.profile-view p[style*="color:#000"],
.profile-view li[style*="color: #000"],
.profile-view li[style*="color:#000"],
.profile-view label[style*="color: #000"],
.profile-view label[style*="color:#000"],
.profile-view h1[style*="color: #000"],
.profile-view h1[style*="color:#000"],
.profile-view h2[style*="color: #000"],
.profile-view h2[style*="color:#000"],
.profile-view h3[style*="color: #000"],
.profile-view h3[style*="color:#000"],
.profile-view h4[style*="color: #000"],
.profile-view h4[style*="color:#000"],
.profile-view h5[style*="color: #000"],
.profile-view h5[style*="color:#000"],
.banner-view div[style*="color: #000"],
.banner-view div[style*="color:#000"],
.banner-view span[style*="color: #000"],
.banner-view span[style*="color:#000"],
.banner-view p[style*="color: #000"],
.banner-view p[style*="color:#000"],
.banner-view li[style*="color: #000"],
.banner-view li[style*="color:#000"],
.banner-view label[style*="color: #000"],
.banner-view label[style*="color:#000"],
.banner-view h1[style*="color: #000"],
.banner-view h1[style*="color:#000"],
.banner-view h2[style*="color: #000"],
.banner-view h2[style*="color:#000"],
.banner-view h3[style*="color: #000"],
.banner-view h3[style*="color:#000"],
.banner-view h4[style*="color: #000"],
.banner-view h4[style*="color:#000"],
.banner-view h5[style*="color: #000"],
.banner-view h5[style*="color:#000"] {
  color: var(--ifm-cream) !important;
}
.member-view .title,
.member-view .form-name,
.member-view [class*=title],
.member-view [class*=name],
.mine-view .title,
.mine-view .form-name,
.mine-view [class*=title],
.mine-view [class*=name],
.history-view .title,
.history-view .form-name,
.history-view [class*=title],
.history-view [class*=name],
.profile-view .title,
.profile-view .form-name,
.profile-view [class*=title],
.profile-view [class*=name],
.banner-view .title,
.banner-view .form-name,
.banner-view [class*=title],
.banner-view [class*=name] {
  color: var(--ifm-cream) !important;
}
.member-view .sub,
.member-view .tips,
.member-view .desc,
.member-view [class*=tip],
.member-view [class*=desc],
.member-view [class*=sub],
.mine-view .sub,
.mine-view .tips,
.mine-view .desc,
.mine-view [class*=tip],
.mine-view [class*=desc],
.mine-view [class*=sub],
.history-view .sub,
.history-view .tips,
.history-view .desc,
.history-view [class*=tip],
.history-view [class*=desc],
.history-view [class*=sub],
.profile-view .sub,
.profile-view .tips,
.profile-view .desc,
.profile-view [class*=tip],
.profile-view [class*=desc],
.profile-view [class*=sub],
.banner-view .sub,
.banner-view .tips,
.banner-view .desc,
.banner-view [class*=tip],
.banner-view [class*=desc],
.banner-view [class*=sub] {
  color: var(--ifm-text-2) !important;
}
.member-view .empty-text,
.member-view [class*=empty],
.mine-view .empty-text,
.mine-view [class*=empty],
.history-view .empty-text,
.history-view [class*=empty],
.profile-view .empty-text,
.profile-view [class*=empty],
.banner-view .empty-text,
.banner-view [class*=empty] {
  color: var(--ifm-text-3) !important;
}

.member-view [class*=line],
.member-view [class*=divider],
.member-view li:not(:last-child),
.member-view [class*=item]:not(:last-child),
.mine-view [class*=line],
.mine-view [class*=divider],
.mine-view li:not(:last-child),
.mine-view [class*=item]:not(:last-child),
.history-view [class*=line],
.history-view [class*=divider],
.history-view li:not(:last-child),
.history-view [class*=item]:not(:last-child),
.profile-view [class*=line],
.profile-view [class*=divider],
.profile-view li:not(:last-child),
.profile-view [class*=item]:not(:last-child) {
  border-bottom-color: rgba(167, 139, 250, 0.16) !important;
}

.mine-view .picture {
  background: linear-gradient(135deg, var(--ifm-violet), var(--ifm-violet-2)) !important;
  border: 2px solid rgba(167, 139, 250, 0.45);
  box-shadow: 0 0 22px rgba(124, 92, 255, 0.5);
}
.mine-view .picture > div {
  color: #fff !important;
  font-weight: 700;
  font-family: var(--ifm-serif);
}
.mine-view .logout-button img[src*="copy.png"] {
  opacity: 0;
  width: 0 !important;
  margin: 0 !important;
}
.mine-view .logout-button:has(img[src*="copy.png"])::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex: none;
  border: 1.6px solid var(--ifm-violet-2);
  border-radius: 4px;
  box-shadow: 4px -4px 0 -1.6px var(--ifm-violet-2);
  transform: translate(-2px, 2px);
}
.mine-view [class*=avatar] {
  border: 2px solid rgba(167, 139, 250, 0.5) !important;
  box-shadow: 0 0 20px rgba(124, 92, 255, 0.45);
}
.mine-view [class*=badge],
.mine-view [class*=tag]:not(.mine-mascot-stage),
.mine-view [class*=level] {
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.3), rgba(167, 139, 250, 0.16)) !important;
  border: 1px solid rgba(167, 139, 250, 0.44);
  border-radius: 999px;
  color: var(--ifm-violet-2) !important;
}
.mine-view [class*=arrow],
.mine-view .xicon {
  color: var(--ifm-violet-2) !important;
}
.mine-view [class*=group-title],
.mine-view [class*=section-title] {
  color: var(--ifm-text-3) !important;
  letter-spacing: 0.1em;
}
.mine-view .logout-button {
  background: linear-gradient(158deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)) !important;
  border: 1px solid var(--ifm-stroke);
  border-radius: 14px !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--ifm-cream) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 8px 22px rgba(3, 1, 14, 0.34);
  transition: all 0.24s cubic-bezier(0.2, 0.9, 0.2, 1.2);
}
.mine-view .logout-button div {
  color: var(--ifm-cream) !important;
}
.mine-view .logout-button:active {
  transform: translateY(1px);
  background: linear-gradient(158deg, rgba(124, 92, 255, 0.2), rgba(124, 92, 255, 0.05)) !important;
}
.mine-view .logout-button:last-of-type div {
  color: #F0916B !important;
}

.member-view,
.pay-view,
.pay-history-view,
.webview {
  background: linear-gradient(152deg, #1E1448 0%, #140D31 44%, #0C0818 100%) !important;
  color: var(--ifm-cream) !important;
}

.member-bar,
.member-view .header,
.pay-history-view .header,
.pay-view .header {
  background: rgba(14, 10, 26, 0.6) !important;
  background-image: none !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--ifm-stroke);
  color: var(--ifm-cream) !important;
}
.member-bar .header-title,
.member-bar .member-header-title,
.member-view .header .header-title,
.member-view .header .member-header-title,
.pay-history-view .header .header-title,
.pay-history-view .header .member-header-title,
.pay-view .header .header-title,
.pay-view .header .member-header-title {
  color: var(--ifm-cream) !important;
  font-family: var(--ifm-serif);
  font-weight: 700;
}
.member-bar .xicon,
.member-bar [class*=back], .member-bar > div:last-child,
.member-view .header .xicon,
.member-view .header [class*=back],
.member-view .header > div:last-child,
.pay-history-view .header .xicon,
.pay-history-view .header [class*=back],
.pay-history-view .header > div:last-child,
.pay-view .header .xicon,
.pay-view .header [class*=back],
.pay-view .header > div:last-child {
  color: var(--ifm-violet-2) !important;
}

.member-card,
.member-header,
.member-select-card,
.member-tips-card,
.pay-history-item {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.022)) !important;
  border: 1px solid var(--ifm-stroke) !important;
  border-radius: 16px !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 44px rgba(3, 1, 14, 0.42), inset 0 1.5px 0 rgba(255, 255, 255, 0.09) !important;
  color: var(--ifm-cream) !important;
}
.member-card .title,
.member-card .member-header-title,
.member-header .title,
.member-header .member-header-title,
.member-select-card .title,
.member-select-card .member-header-title,
.member-tips-card .title,
.member-tips-card .member-header-title,
.pay-history-item .title,
.pay-history-item .member-header-title {
  color: var(--ifm-cream) !important;
}
.member-card .sub-title,
.member-card .tips,
.member-header .sub-title,
.member-header .tips,
.member-select-card .sub-title,
.member-select-card .tips,
.member-tips-card .sub-title,
.member-tips-card .tips,
.pay-history-item .sub-title,
.pay-history-item .tips {
  color: var(--ifm-text-2) !important;
}

.member-card [class*=day]:not(.title):not(.sub-title),
.member-card [class*=num]:not(.title):not(.sub-title),
.member-card span:not(.title):not(.sub-title),
.member-header [class*=day]:not(.title):not(.sub-title),
.member-header [class*=num]:not(.title):not(.sub-title),
.member-header span:not(.title):not(.sub-title) {
  color: var(--ifm-gold);
}

.member-view .title,
.pay-view .title {
  color: var(--ifm-cream) !important;
}
.member-view .sub-title,
.member-view .tips,
.pay-view .sub-title,
.pay-view .tips {
  color: var(--ifm-text-2) !important;
}
.member-view .empty-text,
.pay-view .empty-text {
  color: var(--ifm-text-3) !important;
}

.member-submit,
.pay-submit {
  background: linear-gradient(135deg, var(--ifm-gold), #f3d98f) !important;
  color: #23123a !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(232, 197, 107, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.45) !important;
  transition: all 0.26s cubic-bezier(0.2, 0.9, 0.2, 1.2);
}
.member-submit:active,
.pay-submit:active {
  transform: translateY(2px);
  box-shadow: 0 4px 14px rgba(232, 197, 107, 0.5) !important;
}

.member-select-card.active, .member-select-card[class*=selected], .member-select-card[class*=on] {
  border-color: var(--ifm-gold) !important;
  background: linear-gradient(158deg, rgba(232, 197, 107, 0.16), rgba(124, 92, 255, 0.1)) !important;
  box-shadow: 0 0 22px rgba(232, 197, 107, 0.34) !important;
}

.history-view {
  background: linear-gradient(152deg, #1E1448 0%, #140D31 44%, #0C0818 100%) !important;
  color: var(--ifm-cream) !important;
}
.history-view .history-item {
  background: linear-gradient(158deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)) !important;
  border: 1px solid var(--ifm-stroke);
  border-radius: 14px !important;
  color: var(--ifm-cream) !important;
  transition: all 0.24s cubic-bezier(0.2, 0.9, 0.2, 1.2);
}
.history-view .history-item:active {
  background: linear-gradient(158deg, rgba(124, 92, 255, 0.22), rgba(124, 92, 255, 0.06)) !important;
}
.history-view .history-title {
  color: var(--ifm-cream) !important;
}
.history-view .empty-text {
  color: var(--ifm-text-3) !important;
}

.mine-view .card-group,
.mine-view .card-group-mine,
.mine-view .card-group-history,
.mine-view .card-group-wrap {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.022)) !important;
  border: 1px solid var(--ifm-stroke);
  border-radius: 16px !important;
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(3, 1, 14, 0.38), inset 0 1.5px 0 rgba(255, 255, 255, 0.08) !important;
}
.mine-view .card-item {
  color: var(--ifm-cream) !important;
  border-bottom-color: rgba(167, 139, 250, 0.14) !important;
  transition: background 0.2s;
}
.mine-view .card-item:active {
  background: rgba(124, 92, 255, 0.14) !important;
}
.mine-view .title,
.mine-view .title-1,
.mine-view .title-2,
.mine-view .title-3,
.mine-view .mine-name {
  color: var(--ifm-cream) !important;
}
.mine-view .sub-title,
.mine-view .mine-other {
  color: var(--ifm-text-2) !important;
}
.mine-view .mine-bar .bg-top {
  display: none !important;
}
.mine-view .guid {
  color: var(--ifm-text-2) !important;
}
.mine-view .mine-bar {
  background-image: radial-gradient(120% 160% at 88% -20%, rgba(124, 92, 255, 0.5), transparent 62%), radial-gradient(90% 140% at 8% 120%, rgba(232, 197, 107, 0.12), transparent 60%), linear-gradient(150deg, #2C1F62 0%, #1B1246 52%, #120C2C 100%) !important;
  border: 1px solid rgba(167, 139, 250, 0.22);
  box-shadow: 0 20px 50px rgba(3, 1, 14, 0.5), inset 0 1.5px 0 rgba(255, 255, 255, 0.09);
  position: relative;
  overflow: hidden;
}
.mine-view .mine-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(1.4px 1.4px at 18% 32%, rgba(255, 255, 255, 0.55), transparent), radial-gradient(1.2px 1.2px at 42% 68%, rgba(255, 255, 255, 0.4), transparent), radial-gradient(1.6px 1.6px at 63% 24%, rgba(255, 255, 255, 0.5), transparent), radial-gradient(1.1px 1.1px at 78% 58%, rgba(255, 255, 255, 0.36), transparent), radial-gradient(1.3px 1.3px at 91% 38%, rgba(255, 255, 255, 0.44), transparent);
  animation: ifmTwinkle 6s ease-in-out infinite;
}
.mine-view .mine-bar .picture > div {
  background-image: linear-gradient(140deg, #9B7DFF, #6A46E0) !important;
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(124, 92, 255, 0.45), inset 0 1.5px 0 rgba(255, 255, 255, 0.32);
}
.mine-view .mine-bar .mine-other > div:first-child {
  background-color: transparent !important;
  opacity: 1 !important;
  width: auto !important;
  padding: 0 12px;
  background-image: linear-gradient(135deg, rgba(232, 197, 107, 0.24), rgba(232, 197, 107, 0.1)) !important;
  border: 1px solid rgba(232, 197, 107, 0.45);
  color: var(--ifm-gold) !important;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.mine-view .mine-card {
  background-color: transparent !important;
}
.mine-view .mine-card .title {
  color: var(--ifm-gold) !important;
  font-family: var(--ifm-serif);
  font-weight: 700;
}
.mine-view .mine-card .sub-title {
  color: var(--ifm-text-2) !important;
}
.mine-view .icon-forward {
  border-color: rgba(167, 139, 250, 0.44) !important;
}
.mine-view .icon-forward .xicon,
.mine-view .icon-forward svg {
  color: var(--ifm-violet-2) !important;
}

.member-view .member-tips-card {
  background: linear-gradient(150deg, #2E2058 0%, #1A1140 58%, #0E0A1A 100%) !important;
  border: 1px solid var(--ifm-stroke-gold) !important;
  border-radius: 18px !important;
  box-shadow: 0 22px 52px rgba(3, 1, 14, 0.6), inset 0 1.5px 0 rgba(255, 255, 255, 0.1), inset 0 0 40px rgba(124, 92, 255, 0.14) !important;
  color: var(--ifm-cream) !important;
  position: relative;
  overflow: hidden;
}
.member-view .member-tips-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(232, 197, 107, 0.16) 46%, transparent 62%);
  background-size: 220% 100%;
  animation: ifmSheen 5.5s ease-in-out infinite;
  pointer-events: none;
}
.member-view .member-tips-card > div,
.member-view .member-tips-card div {
  position: relative;
  z-index: 1;
  color: var(--ifm-cream) !important;
}
.member-view .member-tips-card img,
.member-view .member-tips-card .xicon {
  filter: drop-shadow(0 0 14px rgba(232, 197, 107, 0.6));
}

@keyframes ifmSheen {
  0%, 100% {
    background-position: 200% 0;
  }
  50% {
    background-position: -60% 0;
  }
}
@keyframes ifmTwinkle {
  0%, 100% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
}
@keyframes ifmBeastIn {
  0% {
    opacity: 0;
    transform: translateY(22px) scale(0.84) rotate(-3deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0deg);
  }
}
@keyframes ifmBeastFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
  30% {
    transform: translateY(-5px) rotate(0.8deg) scale(1.012);
  }
  62% {
    transform: translateY(-7px) rotate(-0.6deg) scale(1.018);
  }
}
@keyframes ifmBeastAura {
  0%, 100% {
    filter: drop-shadow(0 0 14px rgba(124, 92, 255, 0.45)) drop-shadow(0 10px 24px rgba(3, 1, 14, 0.55));
  }
  50% {
    filter: drop-shadow(0 0 26px rgba(91, 200, 214, 0.6)) drop-shadow(0 0 10px rgba(167, 139, 250, 0.45)) drop-shadow(0 12px 28px rgba(3, 1, 14, 0.5));
  }
}
@keyframes ifmBeastPool {
  0%, 100% {
    opacity: 0.85;
    transform: translateX(6%) scaleX(1) scaleY(1);
  }
  62% {
    opacity: 0.5;
    transform: translateX(6%) scaleX(0.86) scaleY(0.8);
  }
}
@keyframes ifmBeastDust {
  0%, 100% {
    opacity: 0.35;
    transform: rotate(0deg) scale(1);
  }
  50% {
    opacity: 0.95;
    transform: rotate(8deg) scale(1.06);
  }
}
@keyframes ifmBeastFloatCalm {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-4px) rotate(0.5deg);
  }
}
@keyframes ifmBeastAuraCalm {
  0%, 100% {
    filter: drop-shadow(0 6px 18px rgba(3, 1, 14, 0.5));
  }
  50% {
    filter: drop-shadow(0 0 16px rgba(124, 92, 255, 0.4)) drop-shadow(0 6px 18px rgba(3, 1, 14, 0.5));
  }
}
@media (prefers-reduced-motion: reduce) {
  .login .content .logo img,
  .login .content .logo::before,
  .login .content .logo::after,
  .chat-view .icon_master {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
.profile-view.profile-view {
  background: radial-gradient(85% 40% at 88% 0%, rgba(124, 92, 255, 0.28), transparent 72%), linear-gradient(165deg, #17102f, #0b0819 62%, #080611) !important;
}
.profile-view.profile-view .profile-bar {
  flex: 0 0 82px;
  height: 82px !important;
  min-height: 82px;
  padding: 0 !important;
  background: transparent !important;
  border-bottom: 1px solid rgba(192, 180, 227, 0.09);
}
.profile-view.profile-view .profile-bar .bg-top {
  opacity: 0.32;
}
.profile-view.profile-view .profile-bar .xicon {
  left: 18px !important;
  bottom: 22px !important;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #d7c9ff !important;
  background: rgba(124, 92, 255, 0.11);
  border: 1px solid rgba(167, 139, 250, 0.17);
}
.profile-view.profile-view .profile-info-wrap {
  top: 0 !important;
  min-height: 0;
  padding: 0 24px 20px !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.profile-view.profile-view .info-bar {
  flex: 0 0 auto;
  height: 112px !important;
  margin: 0 !important;
  padding: 22px 146px 16px 2px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(192, 180, 227, 0.09);
}
.profile-view.profile-view .info-bar .profile-kicker {
  margin-bottom: 5px;
  color: #38e6a2;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.15em;
}
.profile-view.profile-view .info-bar .title {
  color: #f8f6ff !important;
  font-family: var(--ifm-serif);
  font-size: 24px !important;
  font-weight: 850;
  line-height: 1.3;
}
.profile-view.profile-view .info-bar .sub-title {
  width: auto !important;
  max-width: 280px;
  margin-top: 4px !important;
  color: rgba(221, 214, 240, 0.58) !important;
  font-size: 11px !important;
  line-height: 1.55 !important;
  white-space: normal;
}
.profile-view.profile-view .info-bar .icon-profile {
  right: 0 !important;
  top: -5px !important;
  bottom: auto !important;
  width: 126px !important;
  height: 126px !important;
  opacity: 0.9;
  filter: drop-shadow(0 12px 24px rgba(3, 1, 14, 0.4));
}
.profile-view.profile-view .profile-form-scroll {
  min-height: 0;
  padding: 20px 2px 8px 2px;
  box-sizing: border-box;
  background: transparent !important;
}
.profile-view.profile-view .form-item {
  margin: 0 0 18px !important;
  padding: 0 !important;
  background: transparent !important;
}
.profile-view.profile-view .form-item .form-name {
  margin: 0 0 8px !important;
  color: rgba(238, 235, 243, 0.66) !important;
  font-size: 11px !important;
  font-weight: 650;
}
.profile-view.profile-view .form-item input,
.profile-view.profile-view .form-item .select-input {
  height: 50px !important;
  margin: 0 !important;
  padding: 0 15px !important;
  box-sizing: border-box;
  border-radius: 13px !important;
  border: 1px solid rgba(192, 180, 227, 0.14) !important;
  color: rgba(248, 246, 255, 0.92) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}
.profile-view.profile-view .form-item .select-input img {
  right: 14px !important;
}
.profile-view.profile-view .form-item .sex-select {
  padding: 4px;
  gap: 4px;
  border-radius: 14px;
  border: 1px solid rgba(192, 180, 227, 0.12);
  background: rgba(5, 3, 13, 0.28);
}
.profile-view.profile-view .form-item .sex-select > div {
  width: auto !important;
  height: 42px !important;
  flex: 1;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: rgba(238, 235, 243, 0.5);
  background: transparent !important;
}
.profile-view.profile-view .form-item .sex-select .active {
  color: #fff !important;
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.72), rgba(91, 200, 214, 0.16)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 8px 18px rgba(3, 1, 14, 0.24);
}
.profile-view.profile-view > .profile-info-wrap > .submit {
  flex: 0 0 50px;
  width: 100% !important;
  max-width: none !important;
  height: 50px !important;
  margin: 10px 0 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(100deg, #6e33b1 0%, #8759e4 62%, #a899df 100%) !important;
  border: 1px solid rgba(238, 235, 243, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 14px 30px rgba(110, 51, 177, 0.28);
}

.member-view.member-view {
  padding-bottom: 22px;
  box-sizing: border-box;
  overflow-y: auto;
  color: #f8f6ff;
  background: radial-gradient(90% 38% at 88% 0%, rgba(124, 92, 255, 0.27), transparent 70%), linear-gradient(165deg, #17102f, #0b0819 62%, #080611) !important;
}
.member-view.member-view .member-bar {
  height: auto !important;
  min-height: 164px;
  margin: 0 !important;
  padding: 0 18px 16px !important;
  background: transparent !important;
  border-bottom: 1px solid rgba(192, 180, 227, 0.08);
}
.member-view.member-view .member-header {
  min-height: 74px;
  padding: 0 !important;
  color: rgba(238, 235, 243, 0.68) !important;
}
.member-view.member-view .member-header > .xicon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #d7c9ff;
  background: rgba(124, 92, 255, 0.11);
  border: 1px solid rgba(167, 139, 250, 0.17);
}
.member-view.member-view .member-header .member-header-title {
  min-width: 0;
  padding-left: 12px;
  text-align: left !important;
}
.member-view.member-view .member-header .member-header-title > div {
  position: static !important;
  transform: none !important;
  color: #f8f6ff !important;
  font-family: var(--ifm-serif);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.25;
}
.member-view.member-view .member-header .member-header-title small {
  display: block;
  margin-top: 2px;
  color: rgba(221, 214, 240, 0.46);
  font-size: 9px;
  font-weight: 500;
}
.member-view.member-view .member-history-link {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 12px;
  color: #cbbcff;
  font: inherit;
  font-size: 10px;
  border-radius: 10px;
  border: 1px solid rgba(167, 139, 250, 0.16);
  background: rgba(124, 92, 255, 0.08);
  cursor: pointer;
}
.member-view.member-view .member-bar .member-card {
  position: static !important;
  inset: auto !important;
  width: 100%;
  min-height: 64px !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  box-sizing: border-box;
  border-radius: 15px !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)) !important;
}
.member-view.member-view .member-tips-card {
  width: auto !important;
  min-height: 88px;
  height: auto !important;
  margin: 16px 18px 0 !important;
  padding: 14px 18px;
  box-sizing: border-box;
  border-radius: 17px !important;
}
.member-view.member-view .member-tips-card img {
  margin: 0 14px 0 0 !important;
  width: 54px !important;
  height: 54px !important;
}
.member-view.member-view .member-tips-card .member-tips-info {
  min-width: 0;
  margin: 0 !important;
}
.member-view.member-view .member-tips-card .member-tips-info > div:first-child {
  font-size: 16px !important;
  font-weight: 750;
}
.member-view.member-view .member-tips-card .member-tips-info > div:last-child {
  margin-top: 4px !important;
  font-size: 10px !important;
  line-height: 1.55;
}
.member-view.member-view .member-section-title {
  margin: 20px 18px 10px !important;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.member-view.member-view .member-section-title span {
  color: rgba(248, 246, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
}
.member-view.member-view .member-section-title small {
  color: rgba(221, 214, 240, 0.4);
  font-size: 9px;
  font-weight: 400;
  text-align: right;
}
.member-view.member-view .member-select-card {
  width: auto !important;
  height: auto !important;
  min-height: 116px;
  margin: 0 18px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px !important;
}
.member-view.member-view .member-select-card > div {
  width: auto !important;
  min-width: 0 !important;
  height: 116px !important;
  padding: 11px 7px !important;
  box-sizing: border-box;
  border-width: 1px !important;
  border-radius: 16px !important;
  overflow: hidden;
}
.member-view.member-view .member-select-card > div .plan-icon {
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 auto;
}
.member-view.member-view .member-select-card > div .plan-name {
  width: 100%;
  min-width: 0;
  margin-top: 7px !important;
  color: rgba(248, 246, 255, 0.9);
  font-size: clamp(10px, 2.6vw, 13px) !important;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  overflow-wrap: anywhere;
}
.member-view.member-view .member-select-card > div .plan-meta {
  width: 100%;
  margin-top: 5px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px 5px;
  color: rgba(221, 214, 240, 0.5) !important;
  font-size: 9px !important;
  line-height: 1.25;
  text-align: center;
}
.member-view.member-view .member-select-card > div.active {
  border-color: rgba(56, 230, 162, 0.55) !important;
  background: linear-gradient(150deg, rgba(56, 230, 162, 0.11), rgba(124, 92, 255, 0.16)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11), 0 12px 28px rgba(3, 1, 14, 0.26);
}
.member-view.member-view .member-submit {
  width: auto !important;
  height: 50px !important;
  margin: 20px 18px 0 !important;
  border-radius: 14px !important;
}

.pay-history-view.pay-history-view {
  height: 100% !important;
  overflow: hidden !important;
}
.pay-history-view.pay-history-view .member-bar {
  min-height: 78px;
  padding-bottom: 4px !important;
}
.pay-history-view.pay-history-view .pay-history-wrap {
  min-height: 320px;
  margin: 14px 18px 18px !important;
  transform: none !important;
  border-radius: 18px !important;
}
.pay-history-view.pay-history-view .tips {
  position: static !important;
  transform: none !important;
  min-height: 280px;
  display: grid;
  place-items: center;
  color: rgba(221, 214, 240, 0.5);
}

.mine-view.mine-view .mine-eyebrow {
  margin-bottom: 3px;
  color: #38e6a2;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.15em;
}
.mine-view.mine-view .mine-summary {
  margin-top: 9px;
  color: rgba(221, 214, 240, 0.48);
  font-size: 10px;
  line-height: 1.45;
}
.mine-view.mine-view .mine-section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.mine-view.mine-view .mine-section-title span {
  color: rgba(248, 246, 255, 0.9);
}
.mine-view.mine-view .mine-section-title small {
  color: rgba(221, 214, 240, 0.42);
  font-family: var(--ifm-sans);
  font-size: 9px;
  font-weight: 500;
  text-align: right;
}

@media (min-width: 900px) {
  .r-popup-warp .r-popup-box:has(.history-view) {
    width: 420px !important;
    height: 100% !important;
    border-radius: 0 30px 30px 0;
    overflow: hidden !important;
  }
  .r-popup-warp .r-popup-right:has(.profile-view) {
    width: min(620px, 100vw - 48px) !important;
    height: min(760px, 90vh) !important;
    max-height: 90vh !important;
  }
  .r-popup-warp .r-popup-right .profile-view {
    height: 100% !important;
    max-height: none !important;
    overflow: hidden !important;
  }
  .r-popup-warp .r-popup-right:has(.member-view),
  .r-popup-warp .r-popup-right:has(.pay-history-view) {
    width: min(620px, 100vw - 48px) !important;
    height: auto !important;
    max-height: 90vh;
    border-radius: 28px !important;
  }
  .r-popup-warp .r-popup-right:has(.pay-history-view) {
    height: min(670px, 86vh) !important;
  }
}
.mine-desktop-tabs {
  display: none !important;
}

.mine-view,
.chat-view,
.map-view {
  background: radial-gradient(70% 44% at 50% -12%, rgba(110, 51, 177, 0.14), transparent 70%), linear-gradient(160deg, rgba(13, 12, 21, 0.92), rgba(7, 7, 12, 0.96)) !important;
}

.member-view,
.pay-history-view,
.profile-view,
.history-view,
.guid,
.login-view,
.register-view {
  color: var(--ifm-offwhite) !important;
  background: radial-gradient(72% 40% at 14% 0%, rgba(110, 51, 177, 0.15), transparent 70%), linear-gradient(160deg, var(--ifm-surface-raised), var(--ifm-stage) 56%, #08080E) !important;
}

.mine-view .card-group,
.mine-view .logout-button,
.member-view .member-card,
.member-view .member-select-card,
.pay-history-view .pay-history-item,
.profile-view .info-bar,
.history-view .history-item {
  background: linear-gradient(155deg, rgba(29, 27, 42, 0.94), rgba(16, 15, 24, 0.96)) !important;
  border-color: var(--ifm-line) !important;
  box-shadow: 0 18px 44px rgba(3, 1, 8, 0.34), inset 0 1px 0 rgba(238, 235, 243, 0.055) !important;
}

.mine-view .card-group-wrap,
.profile-view input,
.profile-view .input,
.login input,
.register input,
.forgot_password input {
  background: var(--ifm-surface-inset) !important;
  border-color: var(--ifm-line) !important;
}

.mine-view .card-item:hover,
.mine-view .logout-button:hover,
.history-view .history-item:hover {
  border-color: rgba(56, 230, 162, 0.24) !important;
  background: linear-gradient(100deg, rgba(56, 230, 162, 0.08), rgba(110, 51, 177, 0.1), rgba(20, 19, 29, 0.96)) !important;
}

.mine-view .icon-forward,
.member-view .icon-forward {
  color: var(--ifm-mint) !important;
  background: rgba(56, 230, 162, 0.09) !important;
  border: 1px solid rgba(56, 230, 162, 0.22) !important;
}

@media (max-width: 560px) {
  .profile-view.profile-view .profile-info-wrap {
    padding: 0 16px 16px !important;
  }
  .profile-view.profile-view .info-bar {
    padding-right: 108px;
  }
  .profile-view.profile-view .info-bar .icon-profile {
    width: 108px !important;
    height: 108px !important;
  }
  .member-view.member-view .member-bar {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .member-view.member-view .member-tips-card,
  .member-view.member-view .member-section-title,
  .member-view.member-view .member-select-card,
  .member-view.member-view .member-submit {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mine-view.mine-view .mine-summary {
    max-width: 190px;
  }
  .mine-view.mine-view .mine-section-title {
    padding-left: 3px !important;
    padding-right: 3px;
  }
}
.pay-history-view .empty,
.pay-history-view [class*=empty],
[class*=history] .empty,
[class*=history] [class*=empty] {
  color: var(--ifm-text-3) !important;
}

.profile-view,
.profile-view .profile-info-wrap,
.profile-view .scroll-y,
.r-popup-warp .profile-info-wrap,
.r-popup-warp .scroll-y {
  background: linear-gradient(152deg, #1E1448 0%, #140D31 44%, #0C0818 100%) !important;
  background-color: transparent !important;
  color: var(--ifm-cream) !important;
}

.r-popup-warp:has(.profile-view),
.r-popup-warp:has(.profile-info-wrap) {
  background: transparent !important;
}

.profile-view {
  color: var(--ifm-cream);
}
.profile-view .profile-bar,
.profile-view .info-bar {
  background: rgba(14, 10, 26, 0.6) !important;
  background-image: none !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--ifm-stroke);
  color: var(--ifm-cream) !important;
}
.profile-view .bg-top {
  opacity: 0.3;
  mix-blend-mode: screen;
}
.profile-view .icon-profile,
.profile-view .add-user {
  mix-blend-mode: screen;
  filter: drop-shadow(0 6px 22px rgba(124, 92, 255, 0.4));
}
.profile-view .profile-info-wrap > div:first-child,
.profile-view [class*=head] {
  background-color: transparent !important;
}
.profile-view .profile-info-wrap {
  background: transparent !important;
}
.profile-view .form-name {
  color: var(--ifm-text-2) !important;
}
.profile-view .form-waring {
  color: #F0916B !important;
}
.profile-view .form-item {
  background: transparent !important;
  color: var(--ifm-cream) !important;
}

.profile-view .form-name,
.r-popup-warp .form-name {
  color: var(--ifm-text-2) !important;
}
.profile-view .form-waring,
.r-popup-warp .form-waring {
  color: #F0916B !important;
}
.profile-view .form-item input,
.profile-view .form-item .select-input,
.profile-view .form-item [class*=input],
.profile-view .form-item [class*=select],
.profile-view .form-item [class*=picker],
.r-popup-warp .form-item input,
.r-popup-warp .form-item .select-input,
.r-popup-warp .form-item [class*=input],
.r-popup-warp .form-item [class*=select],
.r-popup-warp .form-item [class*=picker] {
  background: linear-gradient(158deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)) !important;
  border: 1px solid var(--ifm-stroke) !important;
  border-radius: 12px !important;
  color: var(--ifm-cream) !important;
  transition: border-color 0.24s, box-shadow 0.24s;
}
.profile-view .form-item input::placeholder,
.profile-view .form-item .select-input::placeholder,
.profile-view .form-item [class*=input]::placeholder,
.profile-view .form-item [class*=select]::placeholder,
.profile-view .form-item [class*=picker]::placeholder,
.r-popup-warp .form-item input::placeholder,
.r-popup-warp .form-item .select-input::placeholder,
.r-popup-warp .form-item [class*=input]::placeholder,
.r-popup-warp .form-item [class*=select]::placeholder,
.r-popup-warp .form-item [class*=picker]::placeholder {
  color: var(--ifm-text-3) !important;
}
.profile-view .form-item input:focus,
.profile-view .form-item .select-input:focus,
.profile-view .form-item [class*=input]:focus,
.profile-view .form-item [class*=select]:focus,
.profile-view .form-item [class*=picker]:focus,
.r-popup-warp .form-item input:focus,
.r-popup-warp .form-item .select-input:focus,
.r-popup-warp .form-item [class*=input]:focus,
.r-popup-warp .form-item [class*=select]:focus,
.r-popup-warp .form-item [class*=picker]:focus {
  border-color: rgba(167, 139, 250, 0.66) !important;
  box-shadow: 0 0 0 3px rgba(124, 92, 255, 0.18);
  outline: none;
}
.profile-view .form-item > div > div,
.profile-view .form-item [class*=option],
.profile-view .form-item [class*=sex],
.r-popup-warp .form-item > div > div,
.r-popup-warp .form-item [class*=option],
.r-popup-warp .form-item [class*=sex] {
  border-color: var(--ifm-stroke) !important;
  color: var(--ifm-text-2) !important;
  border-radius: 12px;
  transition: all 0.24s cubic-bezier(0.2, 0.9, 0.2, 1.2);
}
.profile-view .form-item [class*=active],
.profile-view .form-item [class*=selected],
.profile-view .form-item [class*=on],
.r-popup-warp .form-item [class*=active],
.r-popup-warp .form-item [class*=selected],
.r-popup-warp .form-item [class*=on] {
  border-color: var(--ifm-violet) !important;
  background: linear-gradient(158deg, rgba(124, 92, 255, 0.34), rgba(124, 92, 255, 0.12)) !important;
  color: var(--ifm-cream) !important;
  box-shadow: 0 0 16px rgba(124, 92, 255, 0.4);
}
.profile-view .form-item [disabled],
.profile-view .form-item [class*=disabled],
.r-popup-warp .form-item [disabled],
.r-popup-warp .form-item [class*=disabled] {
  background: rgba(255, 255, 255, 0.03) !important;
  color: rgba(244, 241, 250, 0.28) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}
.profile-view .form-item .xicon,
.profile-view .form-item [class*=icon],
.r-popup-warp .form-item .xicon,
.r-popup-warp .form-item [class*=icon] {
  color: var(--ifm-violet-2) !important;
}
.profile-view [class*=submit],
.profile-view [class*=save],
.profile-view button,
.r-popup-warp [class*=submit],
.r-popup-warp [class*=save],
.r-popup-warp button {
  background: linear-gradient(135deg, var(--ifm-violet), var(--ifm-violet-2)) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(124, 92, 255, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
  transition: all 0.26s cubic-bezier(0.2, 0.9, 0.2, 1.2);
}
.profile-view [class*=submit]:active,
.profile-view [class*=save]:active,
.profile-view button:active,
.r-popup-warp [class*=submit]:active,
.r-popup-warp [class*=save]:active,
.r-popup-warp button:active {
  transform: translateY(2px);
  box-shadow: 0 4px 14px rgba(124, 92, 255, 0.5) !important;
}

.login-view input,
.register-view input,
.forgot-view input,
[class*=login] input,
[class*=register] input {
  background: linear-gradient(158deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)) !important;
  border: 1px solid var(--ifm-stroke) !important;
  border-radius: 12px !important;
  color: var(--ifm-cream) !important;
}
.login-view input::placeholder,
.register-view input::placeholder,
.forgot-view input::placeholder,
[class*=login] input::placeholder,
[class*=register] input::placeholder {
  color: var(--ifm-text-3) !important;
}
.login-view input:focus,
.register-view input:focus,
.forgot-view input:focus,
[class*=login] input:focus,
[class*=register] input:focus {
  border-color: rgba(167, 139, 250, 0.66) !important;
  box-shadow: 0 0 0 3px rgba(124, 92, 255, 0.18);
}
.login-view [class*=submit],
.login-view [class*=login-btn],
.login-view button,
.register-view [class*=submit],
.register-view [class*=login-btn],
.register-view button,
.forgot-view [class*=submit],
.forgot-view [class*=login-btn],
.forgot-view button,
[class*=login] [class*=submit],
[class*=login] [class*=login-btn],
[class*=login] button,
[class*=register] [class*=submit],
[class*=register] [class*=login-btn],
[class*=register] button {
  background: linear-gradient(135deg, var(--ifm-violet), var(--ifm-violet-2)) !important;
  border: none !important;
  border-radius: 999px !important;
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(124, 92, 255, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.mine-tips,
[class*=disclaimer],
[class*=statement] {
  color: var(--ifm-text-3) !important;
}
.mine-tips strong, .mine-tips b,
[class*=disclaimer] strong,
[class*=disclaimer] b,
[class*=statement] strong,
[class*=statement] b {
  color: var(--ifm-violet-2) !important;
}

.mine-view .mine-tips {
  font-size: var(--ifm-fs-note) !important;
  line-height: 1.75 !important;
  color: var(--ifm-text-3) !important;
  padding-top: 22px !important;
  padding-bottom: 26px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  margin: 20px var(--ifm-gutter) 0 !important;
}
.mine-view .mine-tips strong, .mine-view .mine-tips b {
  color: var(--ifm-gold) !important;
  font-weight: 700;
  font-style: normal;
}

.mine-view .card-group,
.mine-view .logout-button {
  margin-left: var(--ifm-gutter) !important;
  margin-right: var(--ifm-gutter) !important;
}
.mine-view .mine-bar {
  box-sizing: border-box;
}
.mine-view .mine-bar .mine-info-wrap {
  margin-left: var(--ifm-gutter) !important;
}
.mine-view .mine-bar .mine-card {
  left: var(--ifm-gutter) !important;
  right: var(--ifm-gutter) !important;
}
.mine-view .card-group > .title {
  font-size: var(--ifm-fs-title);
  font-weight: 600;
  color: var(--ifm-text-2) !important;
  letter-spacing: 0.02em;
  padding-left: 2px;
}
.mine-view .card-item {
  font-size: var(--ifm-fs-body);
}

.mine-view .mine-bar,
.member-view .member-bar {
  background: radial-gradient(70% 130% at 82% 10%, rgba(124, 92, 255, 0.42), transparent 62%), radial-gradient(60% 100% at 10% 40%, rgba(91, 200, 214, 0.16), transparent 66%), linear-gradient(170deg, #2A1D5C 0%, #1A1140 56%, #100A26 100%) !important;
  background-image: radial-gradient(70% 130% at 82% 10%, rgba(124, 92, 255, 0.42), transparent 62%), radial-gradient(60% 100% at 10% 40%, rgba(91, 200, 214, 0.16), transparent 66%), linear-gradient(170deg, #2A1D5C 0%, #1A1140 56%, #100A26 100%) !important;
  background-size: 150% 150%, 150% 150%, 100% 100%;
  animation: ifmBarDrift 20s ease-in-out infinite;
  overflow: visible !important;
}

@keyframes ifmBarDrift {
  0%, 100% {
    background-position: 44% 46%, 56% 54%, 50% 50%;
  }
  50% {
    background-position: 56% 54%, 44% 46%, 50% 50%;
  }
}
.mine-view .mine-card,
.member-view .member-card {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--ifm-stroke);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-sizing: border-box !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 44px rgba(3, 1, 14, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}
.mine-view .mine-card .title,
.member-view .member-card .title {
  color: var(--ifm-cream) !important;
  font-size: var(--ifm-fs-title) !important;
}
.mine-view .mine-card .sub-title,
.member-view .member-card .sub-title {
  color: var(--ifm-gold) !important;
  font-size: var(--ifm-fs-note) !important;
}

.history-view {
  background: linear-gradient(158deg, #1F1740 0%, #140D31 52%, #0C0818 100%) !important;
  background-color: transparent !important;
  border-right: 1px solid rgba(167, 139, 250, 0.18);
  box-shadow: 18px 0 50px rgba(3, 1, 14, 0.6);
}
.history-view .history-title {
  color: var(--ifm-gold) !important;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
}
.history-view .history-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 11px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--ifm-gold), rgba(232, 197, 107, 0.3));
}
.history-view .history-item {
  color: var(--ifm-text-2) !important;
  font-size: 13.5px !important;
  padding: 11px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.history-view .history-item:hover, .history-view .history-item:active {
  background: rgba(124, 92, 255, 0.16);
  border-color: rgba(167, 139, 250, 0.4);
  color: var(--ifm-cream) !important;
  transform: translateX(2px);
}
.history-view .empty-text {
  color: var(--ifm-text-3) !important;
  text-align: center;
  margin-top: 40px;
  font-size: 13px;
}

@media (min-width: 561px) {
  .mine-view .mine-bar {
    height: 150px;
  }
  .mine-view .card-group,
  .mine-view .logout-button,
  .mine-view .mine-tips {
    max-width: var(--ifm-w-read);
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mine-view .mine-bar .mine-card {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    width: min(100% - var(--ifm-gutter) * 2, var(--ifm-w-read));
  }
  .mine-view .mine-bar .mine-info-wrap {
    max-width: var(--ifm-w-read);
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--ifm-gutter);
    box-sizing: border-box;
  }
}
@media (min-width: 900px) {
  .mine-view .card-item {
    transition: background 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  .mine-view .card-item:hover {
    background: rgba(124, 92, 255, 0.14);
  }
  .mine-view .logout-button {
    transition: background 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  .mine-view .logout-button:hover {
    background: rgba(124, 92, 255, 0.24);
  }
}
.login,
.register,
.forgot_password,
.guid {
  position: relative;
  overflow: hidden;
  background: radial-gradient(84% 52% at 78% 6%, rgba(124, 92, 255, 0.32), transparent 62%), radial-gradient(60% 44% at 12% 96%, rgba(91, 200, 214, 0.12), transparent 60%), linear-gradient(168deg, #1E1448 0%, #150E36 48%, #0B0716 100%);
}
.login .bg,
.register .bg,
.forgot_password .bg,
.guid .bg {
  display: none !important;
}
.login .content,
.register .content,
.forgot_password .content,
.guid .content {
  position: relative;
  z-index: 2;
  background-color: transparent !important;
  background: radial-gradient(72% 42% at 84% 6%, rgba(124, 92, 255, 0.28), transparent 62%), radial-gradient(60% 40% at 8% 20%, rgba(91, 200, 214, 0.12), transparent 66%), linear-gradient(172deg, #241A52 0%, #17103A 46%, #0C0818 100%) !important;
  border-top: 1px solid rgba(167, 139, 250, 0.24);
  box-shadow: 0 -20px 60px rgba(3, 1, 14, 0.6);
  color: var(--ifm-cream);
}
.login .title,
.login .title-1,
.login .title-2,
.login .title-3,
.register .title,
.register .title-1,
.register .title-2,
.register .title-3,
.forgot_password .title,
.forgot_password .title-1,
.forgot_password .title-2,
.forgot_password .title-3,
.guid .title,
.guid .title-1,
.guid .title-2,
.guid .title-3 {
  color: var(--ifm-cream) !important;
  font-family: var(--ifm-serif);
  font-weight: 700;
}
.login input,
.register input,
.forgot_password input,
.guid input {
  background: rgba(255, 255, 255, 0.055) !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  color: var(--ifm-cream) !important;
  border-radius: 12px !important;
  transition: border-color 0.22s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.22s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.login input::placeholder, .login input::-webkit-input-placeholder,
.register input::placeholder,
.register input::-webkit-input-placeholder,
.forgot_password input::placeholder,
.forgot_password input::-webkit-input-placeholder,
.guid input::placeholder,
.guid input::-webkit-input-placeholder {
  color: var(--ifm-text-3) !important;
}
.login input:focus,
.register input:focus,
.forgot_password input:focus,
.guid input:focus {
  border-color: rgba(167, 139, 250, 0.6) !important;
  background: rgba(124, 92, 255, 0.1) !important;
  box-shadow: 0 0 0 3px rgba(124, 92, 255, 0.16);
}
.login .submit,
.register .submit,
.forgot_password .submit,
.guid .submit {
  background-image: linear-gradient(135deg, #8B6BFF 0%, #6A46E0 100%) !important;
  border: 1px solid rgba(167, 139, 250, 0.5);
  box-shadow: 0 12px 32px rgba(90, 56, 200, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.26);
  font-weight: 700;
  transition: transform 0.18s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.18s cubic-bezier(0.2, 0.8, 0.2, 1);
  max-width: min(344px, 100vw - 40px);
  margin-left: auto;
  margin-right: auto;
}
.login .submit:active,
.register .submit:active,
.forgot_password .submit:active,
.guid .submit:active {
  transform: translateY(1px) scale(0.995);
}
.login .submit-disable,
.register .submit-disable,
.forgot_password .submit-disable,
.guid .submit-disable {
  opacity: 0.42 !important;
  box-shadow: none;
}
.login .send-smscode,
.register .send-smscode,
.forgot_password .send-smscode,
.guid .send-smscode {
  background-color: transparent !important;
  background-image: linear-gradient(135deg, #8B6BFF, #6A46E0) !important;
  color: #FFFFFF !important;
  font-weight: 600;
  border: 1px solid rgba(167, 139, 250, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.login .seconds,
.register .seconds,
.forgot_password .seconds,
.guid .seconds {
  color: var(--ifm-text-2) !important;
}
.login .agreement,
.login .back-login,
.login .footer,
.register .agreement,
.register .back-login,
.register .footer,
.forgot_password .agreement,
.forgot_password .back-login,
.forgot_password .footer,
.guid .agreement,
.guid .back-login,
.guid .footer {
  color: var(--ifm-text-3) !important;
}
.login .agreement span,
.login .back-login span,
.login .footer span,
.register .agreement span,
.register .back-login span,
.register .footer span,
.forgot_password .agreement span,
.forgot_password .back-login span,
.forgot_password .footer span,
.guid .agreement span,
.guid .back-login span,
.guid .footer span {
  color: var(--ifm-violet-2) !important;
  font-weight: 600;
}
.login .agreement div:first-child,
.login .back-login div:first-child,
.login .footer div:first-child,
.register .agreement div:first-child,
.register .back-login div:first-child,
.register .footer div:first-child,
.forgot_password .agreement div:first-child,
.forgot_password .back-login div:first-child,
.forgot_password .footer div:first-child,
.guid .agreement div:first-child,
.guid .back-login div:first-child,
.guid .footer div:first-child {
  color: var(--ifm-text-3) !important;
}
.login .agreement div:last-child,
.login .back-login div:last-child,
.login .footer div:last-child,
.register .agreement div:last-child,
.register .back-login div:last-child,
.register .footer div:last-child,
.forgot_password .agreement div:last-child,
.forgot_password .back-login div:last-child,
.forgot_password .footer div:last-child,
.guid .agreement div:last-child,
.guid .back-login div:last-child,
.guid .footer div:last-child {
  color: var(--ifm-violet-2) !important;
}
.login .back,
.register .back,
.forgot_password .back,
.guid .back {
  z-index: 6 !important;
  cursor: pointer;
}
.login .back .xicon,
.login .back,
.register .back .xicon,
.register .back,
.forgot_password .back .xicon,
.forgot_password .back,
.guid .back .xicon,
.guid .back {
  color: var(--ifm-cream) !important;
}
.login .logo,
.register .logo,
.forgot_password .logo,
.guid .logo {
  color: var(--ifm-cream) !important;
}

.guid .tips {
  color: var(--ifm-text-3) !important;
  font-size: var(--ifm-fs-note) !important;
  line-height: 1.75 !important;
}
.guid .header {
  color: var(--ifm-cream) !important;
}
.guid .guid-2,
.guid .guid-3 {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  filter: brightness(0.94) saturate(1.05);
  box-shadow: 0 10px 28px rgba(3, 1, 14, 0.5);
}

.login .content .form .input input {
  border-color: rgba(255, 255, 255, 0.13) !important;
}

@media (max-width: 899px) {
  .mine-view {
    padding-bottom: 16px;
    box-sizing: border-box;
  }
  .mine-view .mine-bar {
    display: block;
    height: 142px !important;
    margin: 12px 12px 72px !important;
    padding-top: 1px !important;
    border: 1px solid rgba(192, 180, 227, 0.18) !important;
    border-radius: 24px !important;
    background: radial-gradient(70% 120% at 88% 18%, rgba(124, 92, 255, 0.32), transparent 68%), linear-gradient(152deg, rgba(35, 27, 66, 0.96), rgba(12, 9, 26, 0.98)) !important;
    box-shadow: 0 20px 48px rgba(3, 1, 14, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.09) !important;
    overflow: visible;
  }
  .mine-view .mine-bar .bg-top {
    border-radius: inherit;
    opacity: 0.16;
  }
  .mine-view .mine-info-wrap {
    position: relative;
    z-index: 2;
    margin: 22px 18px 0 !important;
    padding: 0 !important;
  }
  .mine-view .mine-mascot-stage {
    display: block !important;
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 12px;
    width: 100px;
    height: 118px;
    pointer-events: none;
  }
  .mine-view .mine-mascot-stage img {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 96px;
    height: 96px;
    object-fit: contain;
    filter: drop-shadow(0 10px 16px rgba(3, 1, 14, 0.38));
  }
  .mine-view .mine-mascot-stage span {
    display: none;
  }
  .mine-view .mine-mascot-orbit {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 106px;
    height: 106px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(56, 230, 162, 0.15), rgba(124, 92, 255, 0.12) 46%, transparent 70%);
    filter: blur(6px);
  }
  .mine-view .mine-info {
    max-width: calc(100% - 120px) !important;
  }
  .mine-view .mine-card {
    left: 12px !important;
    right: 12px !important;
    bottom: -58px !important;
    min-height: 78px;
    padding: 16px 20px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(232, 197, 107, 0.18) !important;
    background: radial-gradient(80% 130% at 96% 0%, rgba(232, 197, 107, 0.11), transparent 64%), linear-gradient(155deg, rgba(35, 27, 56, 0.97), rgba(15, 11, 29, 0.98)) !important;
    box-shadow: 0 18px 38px rgba(3, 1, 14, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
  }
}
.register .agreement {
  white-space: normal !important;
  width: min(344px, 100%) !important;
  flex-wrap: wrap;
  row-gap: 2px;
  line-height: 1.6;
  color: var(--ifm-text-2) !important;
}
.register .agreement span {
  color: var(--ifm-violet-2) !important;
}
.register .agreement .xicon {
  flex: none;
  margin-right: 4px;
}

@media (max-width: 560px) {
  .register .content,
  .forgot_password .content {
    height: auto !important;
    min-height: 0 !important;
    padding: 4px 14px 28px !important;
    border-radius: 26px !important;
    margin: 0 12px;
    width: auto !important;
    box-sizing: border-box;
  }
  .register,
  .forgot_password {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .register .content,
  .forgot_password .content {
    margin-top: 0 !important;
  }
  .register {
    padding: 66px 10px 16px;
  }
  .register .content.auth-shell {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
  }
  .register .auth-hero,
  .register .auth-panel {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
  }
  .register .auth-hero {
    min-height: 184px;
    padding: 20px 18px 18px;
  }
  .register .auth-kicker {
    font-size: 10px;
    letter-spacing: 0.12em;
  }
  .register .auth-hero-title {
    max-width: calc(100% - 82px);
    margin-top: 56px;
    font-size: 24px;
    line-height: 1.28;
  }
  .register .auth-lead {
    max-width: calc(100% - 48px);
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.55;
  }
  .register .auth-mascot {
    width: 116px !important;
    right: 6px;
    top: 22px;
  }
  .register .auth-orbit {
    width: 142px;
    height: 142px;
    right: -8px;
    top: 14px;
  }
  .register .auth-panel {
    padding: 24px 18px 20px;
  }
  .register .auth-panel .title {
    margin: 6px 0 19px !important;
    font-size: 26px !important;
  }
  .register .check-code {
    grid-template-columns: minmax(0, 1fr) 104px;
    gap: 8px;
  }
  .register .agreement {
    align-items: flex-start !important;
    gap: 7px;
    margin-top: 3px !important;
    font-size: 11px;
    line-height: 1.55;
  }
  .register .agreement > .xicon {
    flex: 0 0 19px;
    margin: 0 !important;
  }
  .register .submit {
    margin-top: 19px !important;
  }
  .register .back-login {
    margin-top: 14px !important;
  }
  .register .auth-hero,
  .register .auth-panel,
  .forgot_password .auth-hero,
  .forgot_password .auth-panel {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .register .auth-panel input,
  .register .auth-panel .check-code,
  .register .auth-panel .submit,
  .register .auth-panel .agreement,
  .register .auth-panel .back-login,
  .forgot_password .auth-panel input,
  .forgot_password .auth-panel .check-code,
  .forgot_password .auth-panel .submit,
  .forgot_password .auth-panel .agreement,
  .forgot_password .auth-panel .back-login {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .register .check-code input,
  .forgot_password .check-code input {
    width: auto !important;
    flex: 1;
    min-width: 0;
  }
  .register .check-code .send-smscode,
  .forgot_password .check-code .send-smscode {
    flex: 0 0 auto;
    width: auto !important;
    padding: 0 14px;
  }
}
.login::after,
.register::after,
.forgot_password::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(1.6px 1.6px at 12% 18%, rgba(255, 255, 255, 0.7), transparent), radial-gradient(1.2px 1.2px at 28% 62%, rgba(255, 255, 255, 0.45), transparent), radial-gradient(1.8px 1.8px at 46% 12%, rgba(255, 255, 255, 0.6), transparent), radial-gradient(1.1px 1.1px at 62% 78%, rgba(255, 255, 255, 0.4), transparent), radial-gradient(1.5px 1.5px at 74% 34%, rgba(255, 255, 255, 0.55), transparent), radial-gradient(1.3px 1.3px at 88% 66%, rgba(255, 255, 255, 0.5), transparent), radial-gradient(1px 1px at 34% 88%, rgba(255, 255, 255, 0.36), transparent), radial-gradient(1.4px 1.4px at 92% 8%, rgba(255, 255, 255, 0.5), transparent), radial-gradient(1.1px 1.1px at 6% 74%, rgba(255, 255, 255, 0.38), transparent), radial-gradient(1.5px 1.5px at 56% 46%, rgba(255, 255, 255, 0.44), transparent), radial-gradient(1.2px 1.2px at 20% 40%, rgba(255, 255, 255, 0.4), transparent), radial-gradient(1.6px 1.6px at 80% 54%, rgba(255, 255, 255, 0.48), transparent);
  animation: ifmTwinkle 7s ease-in-out infinite;
}
.login::before,
.register::before,
.forgot_password::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  filter: blur(70px);
  background: radial-gradient(circle at 8% 12%, rgba(124, 92, 255, 0.42) 0%, transparent 40%), radial-gradient(circle at 92% 22%, rgba(232, 197, 107, 0.2) 0%, transparent 38%), radial-gradient(circle at 76% 88%, rgba(91, 200, 214, 0.24) 0%, transparent 42%);
  animation: zwBreath 10s ease-in-out infinite;
}

@media (min-width: 561px) {
  .login .content,
  .register .content,
  .forgot_password .content {
    max-width: var(--ifm-w-form);
    margin-left: auto;
    margin-right: auto;
    border-radius: 26px;
    border: 1px solid rgba(167, 139, 250, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), inset 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 0 60px rgba(124, 92, 255, 0.08), 0 2px 8px rgba(3, 1, 14, 0.45), 0 24px 60px rgba(3, 1, 14, 0.55), 0 50px 110px rgba(3, 1, 14, 0.45);
  }
  .login input,
  .register input,
  .forgot_password input {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.32), inset 0 -1px 0 rgba(255, 255, 255, 0.06);
    transition: border-color 0.2s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  .login input:focus,
  .register input:focus,
  .forgot_password input:focus {
    border-color: rgba(167, 139, 250, 0.6) !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.32), 0 0 0 3px rgba(124, 92, 255, 0.16);
  }
}
@media (min-width: 900px) {
  .login,
  .register,
  .forgot_password {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .login .content,
  .register .content,
  .forgot_password .content {
    margin-top: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    padding: 44px 40px 48px !important;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.66) !important;
  }
  .login .back,
  .register .back,
  .forgot_password .back {
    z-index: 5;
  }
}
.confirm-view {
  background: linear-gradient(165deg, rgba(38, 26, 74, 0.97), rgba(18, 11, 38, 0.98));
  border: 1px solid var(--ifm-stroke-gold);
  background-color: transparent !important;
  border-radius: 20px !important;
  box-shadow: 0 30px 80px rgba(3, 1, 14, 0.8);
  max-width: min(342px, 100vw - 36px);
}
.confirm-view .xicon {
  color: var(--ifm-text-3) !important;
}
.confirm-view .confirm-title {
  color: var(--ifm-cream) !important;
  font-family: var(--ifm-serif);
  font-weight: 700;
}
.confirm-view .confirm-sub-title {
  color: var(--ifm-text-2) !important;
}
.confirm-view .confirm-button > div {
  background-color: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid var(--ifm-stroke);
  color: var(--ifm-text-2) !important;
  transition: all 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.confirm-view .confirm-button > div:active {
  background-color: rgba(255, 255, 255, 0.12) !important;
}
.confirm-view .confirm-button > div:last-child {
  background-color: transparent !important;
  background-image: linear-gradient(135deg, #8B6BFF, #6A46E0) !important;
  border: 1px solid rgba(167, 139, 250, 0.5);
  color: #FFFFFF !important;
  box-shadow: 0 10px 26px rgba(90, 56, 200, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.poup-input-view,
[class*=poup-input] {
  background: linear-gradient(165deg, rgba(38, 26, 74, 0.97), rgba(18, 11, 38, 0.98));
  border: 1px solid var(--ifm-stroke-gold);
  background-color: transparent !important;
  color: var(--ifm-cream) !important;
  border-radius: 20px !important;
}
.poup-input-view input,
[class*=poup-input] input {
  background: rgba(255, 255, 255, 0.055) !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  color: var(--ifm-cream) !important;
}
.poup-input-view input::placeholder,
[class*=poup-input] input::placeholder {
  color: var(--ifm-text-3) !important;
}

.guid.guid {
  background-color: transparent !important;
  background: radial-gradient(70% 40% at 82% 4%, rgba(124, 92, 255, 0.26), transparent 62%), linear-gradient(172deg, #241A52 0%, #17103A 46%, #0C0818 100%) !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  overflow-x: hidden;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  padding-top: 56px;
  box-sizing: border-box;
}
.guid.guid .content {
  width: 100% !important;
  box-sizing: border-box;
  margin-top: 0 !important;
  height: auto !important;
  flex: 1;
  min-height: 0;
  background-color: transparent !important;
  background: radial-gradient(72% 42% at 84% 6%, rgba(124, 92, 255, 0.24), transparent 62%), linear-gradient(172deg, #241A52 0%, #17103A 46%, #0C0818 100%) !important;
  border-top: 1px solid rgba(167, 139, 250, 0.24);
  box-shadow: 0 -20px 60px rgba(3, 1, 14, 0.6);
}
.guid.guid .header > div,
.guid.guid .title-1 {
  color: var(--ifm-cream) !important;
  font-weight: 700;
}
.guid.guid .title-2,
.guid.guid .title-3 {
  color: var(--ifm-text-2) !important;
}
.guid.guid .tips {
  color: var(--ifm-text-3) !important;
  font-size: var(--ifm-fs-note) !important;
}
.guid.guid .content {
  overflow-y: auto;
  padding-bottom: 28px;
}
.guid.guid .guid-2,
.guid.guid .guid-3 {
  width: min(322px, 100% - 40px) !important;
  height: auto;
}
.guid.guid .header {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin: 16px 20px 4px !important;
}
.guid.guid .title-1 {
  font-family: var(--ifm-serif);
  font-size: var(--ifm-fs-title) !important;
  margin-top: 16px !important;
}
.guid.guid .title-2,
.guid.guid .title-3 {
  font-size: var(--ifm-fs-body) !important;
  font-weight: 600;
}

@media (min-width: 900px) {
  .map-view {
    background: transparent !important;
  }
  .map-view .map-bar {
    width: fit-content;
    width: -moz-fit-content;
    max-width: calc(100% - 32px);
    margin: 12px auto 0;
    padding: 0 16px;
    height: 46px;
    border-radius: 16px;
    border: 1px solid rgba(167, 139, 250, 0.2) !important;
    background: rgba(14, 10, 26, 0.5) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 12px 30px rgba(3, 1, 14, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
  }
  .map-view .map-bar::before {
    display: none;
  }
  .map-view .map-bar .bg-top {
    display: none;
  }
  .map-view .map-bar > .flex-box {
    gap: 14px;
  }
  .map-view .map-bar > .flex-box > div {
    position: relative;
    padding-bottom: 2px;
  }
  .map-view .map-bar > .flex-box > div:last-child {
    margin-left: 0;
  }
  .map-view .map-bar .tab-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: var(--ifm-gold);
    box-shadow: 0 2px 10px rgba(232, 197, 107, 0.7);
  }
  .map-view .map-bar .ifm-view-toggle {
    position: static !important;
    transform: none !important;
    margin: 0 !important;
    right: auto !important;
    top: auto !important;
    flex: none;
  }
  .map-view .map-bar .xicon {
    position: static !important;
    right: auto !important;
    margin: 0 !important;
    flex: none;
  }
  .mine-view {
    background: transparent !important;
    overflow-x: hidden;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 24px 24px;
    box-sizing: border-box;
    align-content: safe center;
  }
  .mine-view .mine-bar {
    display: contents;
  }
  .mine-view .mine-bar .mine-info-wrap {
    grid-column: 1;
    grid-row: 1;
    margin: 0 !important;
    padding: 22px 26px !important;
    max-width: none;
    box-sizing: border-box;
    border-radius: 22px;
    border: 1px solid rgba(167, 139, 250, 0.22);
    box-shadow: 0 20px 50px rgba(3, 1, 14, 0.5), inset 0 1.5px 0 rgba(255, 255, 255, 0.09);
    background-image: radial-gradient(120% 160% at 88% -20%, rgba(124, 92, 255, 0.42), transparent 64%), linear-gradient(150deg, #2C1F62 0%, #1B1246 54%, #150E34 100%);
  }
  .mine-view .mine-bar .mine-card {
    grid-column: 2;
    grid-row: 1;
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none;
    width: auto;
    margin: 0 !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    padding: 22px 28px !important;
    border-radius: 22px !important;
    border: 1px solid rgba(232, 197, 107, 0.3) !important;
    box-shadow: 0 20px 50px rgba(3, 1, 14, 0.5), inset 0 1.5px 0 rgba(255, 255, 255, 0.08) !important;
    background: linear-gradient(150deg, rgba(232, 197, 107, 0.14) 0%, rgba(124, 92, 255, 0.1) 55%, rgba(18, 11, 38, 0.6) 100%) !important;
  }
  .mine-view .card-group,
  .mine-view .logout-button {
    width: auto;
    max-width: none;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    align-self: start;
  }
  .mine-view .logout-button {
    padding: 16px 28px !important;
    align-self: stretch;
    display: flex;
    align-items: center;
  }
  .mine-view .card-group > .title {
    padding-left: 28px;
  }
  .mine-view .mine-tips {
    grid-column: 1/-1;
    width: auto;
    max-width: none;
    box-sizing: border-box !important;
    margin: 4px 0 0 !important;
    padding: 18px 28px 0 !important;
  }
  .mine-view .card-group .card-group-wrap {
    display: block;
  }
  .mine-view .card-group .card-group-wrap .card-item::before {
    display: block !important;
  }
}
.login .content,
.register .content,
.forgot_password .content {
  width: min(560px, 100vw - 32px);
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
  padding: clamp(24px, 4vw, 40px) !important;
  border-radius: 26px !important;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5) !important;
}
.login .submit,
.register .submit,
.forgot_password .submit {
  border-radius: 999px !important;
  max-width: min(344px, 100%);
}

.login {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login .content {
  margin-top: 0 !important;
  height: auto !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
}
.login .content .logo {
  position: relative;
  margin-bottom: 10px !important;
  gap: 4px;
}
.login .content .logo > div {
  margin-right: -22px !important;
  margin-bottom: 0 !important;
  font-family: var(--ifm-serif);
  font-weight: 900;
  font-size: clamp(24px, 4.6vw, 30px);
  line-height: 1.25;
  white-space: nowrap;
  color: #fff;
  text-shadow: 0 2px 14px rgba(10, 6, 30, 0.5);
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
}
.login .content .logo img {
  width: clamp(150px, 34vw, 210px) !important;
  height: auto !important;
  flex: none;
  position: relative;
  z-index: 2;
  transform-origin: 50% 82%;
  filter: drop-shadow(0 0 16px rgba(124, 92, 255, 0.5)) drop-shadow(0 10px 24px rgba(3, 1, 14, 0.55));
  animation: ifmBeastIn 1s cubic-bezier(0.2, 0.9, 0.2, 1.2) both, ifmBeastFloat 5.2s ease-in-out 1s infinite, ifmBeastAura 4.2s ease-in-out 1s infinite;
  will-change: transform, filter;
}
.login .content .logo::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 2%;
  bottom: 6%;
  width: clamp(96px, 22vw, 140px);
  height: clamp(16px, 3.4vw, 22px);
  transform: translateX(6%);
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(124, 92, 255, 0.5) 0%, rgba(124, 92, 255, 0.16) 52%, transparent 78%);
  filter: blur(6px);
  animation: ifmBeastPool 5.2s ease-in-out 1s infinite;
  pointer-events: none;
}
.login .content .logo::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: -4%;
  top: 2%;
  width: clamp(160px, 38vw, 230px);
  height: clamp(160px, 38vw, 230px);
  pointer-events: none;
  background-image: radial-gradient(2px 2px at 14% 26%, rgba(232, 197, 107, 0.9), transparent), radial-gradient(1.6px 1.6px at 82% 18%, rgba(167, 139, 250, 0.85), transparent), radial-gradient(1.8px 1.8px at 90% 62%, rgba(91, 200, 214, 0.8), transparent), radial-gradient(1.4px 1.4px at 8% 68%, rgba(232, 197, 107, 0.7), transparent), radial-gradient(2.2px 2.2px at 66% 90%, rgba(167, 139, 250, 0.75), transparent), radial-gradient(1.5px 1.5px at 30% 6%, rgba(255, 255, 255, 0.8), transparent);
  animation: ifmBeastDust 9s ease-in-out infinite;
}
.login .guest-entry {
  width: 100%;
  margin-top: 18px;
}
.login .guest-entry .guest-divider {
  width: min(344px, 100%);
  margin-bottom: 14px;
  gap: 12px;
}
.login .guest-entry .guest-divider::before, .login .guest-entry .guest-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
}
.login .guest-entry .guest-divider span {
  font-size: 12px;
  color: var(--ifm-text-3);
  flex: none;
}
.login .guest-entry .guest-btn {
  width: min(344px, 100%);
  height: 48px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  color: var(--ifm-cream);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.2s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.login .guest-entry .guest-btn:hover {
  background: rgba(124, 92, 255, 0.18);
  border-color: rgba(167, 139, 250, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(124, 92, 255, 0.3);
}
.login .guest-entry .guest-btn:active {
  transform: translateY(0);
}
.login .guest-entry .guest-tips {
  margin-top: 9px;
  font-size: var(--ifm-fs-note);
  color: var(--ifm-text-3);
  letter-spacing: 0.02em;
}
.login .footer {
  margin-top: 22px !important;
}

.map-view .guide-info {
  position: absolute !important;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: min(460px, 100vw - 40px);
  box-sizing: border-box;
  padding: clamp(28px, 4vw, 40px) clamp(22px, 4vw, 34px) clamp(30px, 4vw, 36px);
  border-radius: 26px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
  animation: wzIn 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.map-view .guide-info .xicon,
.map-view .guide-info img {
  filter: drop-shadow(0 6px 20px rgba(232, 197, 107, 0.55));
  margin-bottom: 6px;
}
.map-view .guide-info .guide-title {
  font-family: var(--ifm-serif);
  font-weight: 900;
  font-size: clamp(21px, 3.4vw, 26px);
  color: #fff !important;
  line-height: 1.3;
  margin-top: 12px !important;
  text-shadow: 0 2px 14px rgba(10, 6, 30, 0.5);
  letter-spacing: 0.02em;
}
.map-view .guide-info .guide-sub-title {
  font-size: 15px !important;
  line-height: 1.75 !important;
  color: #E4DCFA !important;
  margin-top: 8px !important;
  font-weight: 400;
}
.map-view .guide-info .guide-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
  padding: 14px 26px;
  width: min(280px, 100%);
  box-sizing: border-box;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  color: #23123a;
  background: linear-gradient(135deg, var(--ifm-gold), #f2d68a);
  box-shadow: 0 12px 28px rgba(232, 197, 107, 0.35);
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.map-view .guide-info .guide-cta::after {
  content: "→";
  font-weight: 700;
}
.map-view .guide-info .guide-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(232, 197, 107, 0.5);
}
.map-view .guide-info .guide-cta:active {
  transform: translateY(0);
}

@keyframes wzIn {
  from {
    opacity: 0;
    transform: translate(-50%, -46%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.profile-view .form-item,
.profile-view .select-input,
.r-popup-warp .profile-info-wrap .form-item,
.r-popup-warp .profile-info-wrap .select-input {
  border-radius: 12px;
  transition: border-color 0.22s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.profile-view .form-name,
.r-popup-warp .profile-info-wrap .form-name {
  color: var(--ifm-text-2) !important;
  font-size: var(--ifm-fs-note);
  letter-spacing: 0.04em;
}
.profile-view input,
.profile-view .select-input,
.r-popup-warp .profile-info-wrap input,
.r-popup-warp .profile-info-wrap .select-input {
  background: rgba(255, 255, 255, 0.055) !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  color: var(--ifm-cream) !important;
}
.profile-view input::placeholder,
.profile-view .select-input::placeholder,
.r-popup-warp .profile-info-wrap input::placeholder,
.r-popup-warp .profile-info-wrap .select-input::placeholder {
  color: var(--ifm-text-3) !important;
}
.profile-view input:focus,
.profile-view .select-input:focus,
.r-popup-warp .profile-info-wrap input:focus,
.r-popup-warp .profile-info-wrap .select-input:focus {
  border-color: rgba(167, 139, 250, 0.6) !important;
  background: rgba(124, 92, 255, 0.1) !important;
  box-shadow: 0 0 0 3px rgba(124, 92, 255, 0.16);
}
.profile-view .add-user,
.profile-view [class*=sex] > div,
.profile-view [class*=gender] > div,
.r-popup-warp .profile-info-wrap .add-user,
.r-popup-warp .profile-info-wrap [class*=sex] > div,
.r-popup-warp .profile-info-wrap [class*=gender] > div {
  border-radius: 14px;
  transition: all 0.2s cubic-bezier(0.2, 0.9, 0.2, 1.2);
}
.profile-view .add-user:hover,
.profile-view [class*=sex] > div:hover,
.profile-view [class*=gender] > div:hover,
.r-popup-warp .profile-info-wrap .add-user:hover,
.r-popup-warp .profile-info-wrap [class*=sex] > div:hover,
.r-popup-warp .profile-info-wrap [class*=gender] > div:hover {
  background: rgba(124, 92, 255, 0.18);
  transform: translateY(-2px);
}
.profile-view .profile-submit,
.profile-view [class*=submit],
.r-popup-warp .profile-info-wrap .profile-submit,
.r-popup-warp .profile-info-wrap [class*=submit] {
  border-radius: 999px !important;
  max-width: min(344px, 100%);
  margin-left: auto;
  margin-right: auto;
}
.profile-view .form-waring,
.r-popup-warp .profile-info-wrap .form-waring {
  color: #F0916B !important;
  font-size: var(--ifm-fs-note);
}

@media (min-width: 900px) {
  .r-popup-warp .r-popup-right:has(.profile-view) {
    width: min(560px, 100vw - 48px) !important;
    border-radius: 26px !important;
    top: 50% !important;
    right: 50% !important;
    transform: translate(50%, -50%) !important;
    height: auto !important;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.66);
  }
  .r-popup-warp .r-popup-right .profile-view,
  .r-popup-warp .r-popup-right .member-view,
  .r-popup-warp .r-popup-right .pay-history-view,
  .r-popup-warp .r-popup-right .guid {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  .r-popup-warp .r-popup-right:has(.member-view),
  .r-popup-warp .r-popup-right:has(.pay-history-view),
  .r-popup-warp .r-popup-right:has(.guid) {
    width: min(560px, 100vw - 48px) !important;
    border-radius: 26px !important;
    top: 50% !important;
    right: 50% !important;
    transform: translate(50%, -50%) !important;
    height: auto !important;
    max-height: 88vh;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.66);
  }
  .r-popup-warp .r-popup-right:has(.guid) {
    height: min(760px, 88vh) !important;
  }
}
@media (min-width: 900px) {
  .r-popup-warp .r-popup-right .profile-view {
    height: auto !important;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .r-popup-warp .r-popup-right .profile-view::-webkit-scrollbar {
    width: 6px;
  }
  .r-popup-warp .r-popup-right .profile-view::-webkit-scrollbar-thumb {
    background: rgba(167, 139, 250, 0.35);
    border-radius: 3px;
  }
  .r-popup-warp {
    z-index: 200 !important;
  }
}
.member-view .member-select-card > div {
  color: var(--ifm-cream) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  border-width: 2px !important;
  background: linear-gradient(158deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)) !important;
  transition: all 0.22s cubic-bezier(0.2, 0.9, 0.2, 1.2);
}
.member-view .member-select-card > div .sub-title {
  color: var(--ifm-text-2) !important;
}
.member-view .member-select-card > div:hover {
  transform: translateY(-2px);
  border-color: rgba(167, 139, 250, 0.45) !important;
}
.member-view .member-select-card > div.active {
  border-color: var(--ifm-violet-2) !important;
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.35), rgba(91, 200, 214, 0.2)) !important;
  box-shadow: 0 10px 26px rgba(124, 92, 255, 0.32);
}

.member-view .member-header-title,
.member-view .member-header-title > div {
  color: var(--ifm-cream) !important;
}

.member-view .member-bar .member-card {
  color: var(--ifm-cream) !important;
}
.member-view .member-bar .member-card .sub-title {
  color: var(--ifm-text-2) !important;
}
.member-view .member-bar .member-card .sub-title span {
  color: var(--ifm-gold) !important;
}

.pay-history-view .pay-history-item > div:first-child {
  color: var(--ifm-cream) !important;
}

.pay-history-view .pay-history-item > div:last-child {
  color: var(--ifm-text-3) !important;
}

.pay-history-view .pay-history-item::before {
  border-top-color: rgba(167, 139, 250, 0.16) !important;
}

.mine-view .mine-bar .mine-info-wrap {
  position: relative !important;
}
.mine-view .mine-other .member-days {
  margin-left: 8px;
  color: rgba(238, 235, 243, 0.48);
  font-size: 10px;
  white-space: nowrap;
}
.mine-view .mine-bar .mine-card {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  width: auto !important;
  min-width: 190px;
  min-height: 0 !important;
  margin: 0 0 0 auto !important;
  padding: 13px 16px !important;
  gap: 2px !important;
  flex: 0 0 auto;
  border-radius: 15px !important;
  border: 1px solid rgba(232, 197, 107, 0.22) !important;
  background: linear-gradient(135deg, rgba(232, 197, 107, 0.1), rgba(124, 92, 255, 0.08)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 28px rgba(3, 1, 14, 0.22) !important;
  pointer-events: none;
}
.mine-view .mine-bar .mine-card .mine-card-kicker {
  color: rgba(238, 235, 243, 0.55);
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.14em;
}
.mine-view .mine-bar .mine-card .title {
  margin: 0 !important;
  color: var(--ifm-gold) !important;
  font-family: var(--ifm-serif);
  font-size: 17px !important;
  font-weight: 800;
  line-height: 1.35;
}
.mine-view .mine-bar .mine-card .sub-title {
  color: rgba(238, 235, 243, 0.62) !important;
  font-size: 11px !important;
  line-height: 1.45;
}
.mine-view .card-group .card-group-wrap {
  display: grid !important;
  gap: 4px;
  padding: 4px;
  overflow: hidden;
  border: 1px solid rgba(192, 180, 227, 0.12) !important;
  background: rgba(13, 8, 31, 0.42) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 18px 42px rgba(3, 1, 14, 0.2) !important;
}
.mine-view .card-group .card-item {
  min-height: 72px;
  padding: 11px 18px !important;
  gap: 13px;
  cursor: pointer;
  border-radius: 13px;
  box-sizing: border-box;
  transition: transform 0.22s cubic-bezier(0.2, 0.9, 0.2, 1.2), background 0.22s ease, box-shadow 0.22s ease !important;
}
.mine-view .card-group .card-item::before {
  display: none !important;
}
.mine-view .card-group .card-item > .xicon,
.mine-view .card-group .card-item > img {
  flex: 0 0 auto;
  filter: saturate(0.82) brightness(1.12);
}
.mine-view .card-group .card-item .card-copy {
  min-width: 0;
  flex: 1;
}
.mine-view .card-group .card-item .card-label {
  color: rgba(248, 246, 255, 0.94) !important;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.4;
}
.mine-view .card-group .card-item .card-desc {
  margin-top: 2px;
  color: rgba(221, 214, 240, 0.6) !important;
  font-size: 11px;
  line-height: 1.4;
}
.mine-view .card-group .card-item .icon-forward {
  position: static !important;
  margin-left: auto;
  width: 28px !important;
  height: 28px !important;
  flex: 0 0 28px;
  border-radius: 50%;
  color: #c7b7ff;
  background: rgba(124, 92, 255, 0.12);
  border: 1px solid rgba(167, 139, 250, 0.16);
}
.mine-view .card-group .card-item:active {
  transform: scale(0.985);
}

@media (min-width: 900px) {
  .mine-view .mine-bar .mine-info-wrap {
    grid-column: 1/-1 !important;
    grid-row: 1 !important;
    min-height: 132px;
  }
  .mine-view .mine-bar .mine-card {
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: auto !important;
    align-self: auto !important;
  }
  .mine-view .card-group {
    min-height: 226px !important;
    padding: 18px !important;
    align-self: start !important;
  }
  .mine-view .card-group .card-group-wrap {
    flex: 0 0 auto !important;
  }
  .mine-view .card-group .card-item:hover {
    transform: translateX(3px);
    background: linear-gradient(90deg, rgba(124, 92, 255, 0.13), rgba(56, 230, 162, 0.025)) !important;
    box-shadow: inset 3px 0 0 rgba(56, 230, 162, 0.45);
  }
  .mine-view .card-group-wrap .card-item:not(:first-child)::before {
    display: none !important;
  }
}
@media (max-width: 899px) {
  .mine-view .mine-bar .mine-info-wrap {
    min-height: 155px !important;
    padding: 18px 16px 66px !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
    border-radius: 22px;
  }
  .mine-view .mine-bar .mine-card {
    position: absolute !important;
    left: 14px !important;
    right: 14px !important;
    bottom: 12px !important;
    width: auto !important;
    margin: 0 !important;
    min-width: 0;
    padding: 9px 12px !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
  }
  .mine-view .mine-bar .mine-card .mine-card-kicker {
    display: none;
  }
  .mine-view .mine-bar .mine-card .title {
    font-size: 14px !important;
  }
  .mine-view .mine-bar .mine-card .sub-title {
    margin-left: auto;
    max-width: 58%;
    text-align: right;
  }
  .mine-view .card-group .card-item {
    min-height: 68px;
    padding: 10px 14px !important;
  }
}
.member-view .member-bar .member-card {
  height: auto !important;
  min-height: 60px;
  padding: 10px 16px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(192, 180, 227, 0.14) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
}
.member-view .member-status-kicker {
  color: rgba(238, 235, 243, 0.58);
  font-size: 10px;
  letter-spacing: 0.13em;
}
.member-view .member-status-title {
  margin-top: 2px;
  color: rgba(248, 246, 255, 0.92);
  font-size: 15px;
  font-weight: 700;
}
.member-view .member-tips-card {
  border: 1px solid rgba(232, 197, 107, 0.18) !important;
  background: radial-gradient(90% 120% at 8% 10%, rgba(232, 197, 107, 0.15), transparent 58%), linear-gradient(145deg, rgba(45, 30, 88, 0.92), rgba(14, 9, 34, 0.94)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 20px 44px rgba(3, 1, 14, 0.26) !important;
}
.member-view > .title {
  color: rgba(238, 235, 243, 0.72) !important;
  letter-spacing: 0.04em;
}
.member-view .member-select-card {
  gap: 10px;
}
.member-view .member-select-card > div {
  min-width: 0;
  flex: 1 1 0;
  border-radius: 15px !important;
}
.member-view .member-submit,
.member-view .pay-submit {
  min-height: 50px;
  background: linear-gradient(100deg, #6e33b1 0%, #8f63ee 58%, #c0b4e3 100%) !important;
  color: #fff !important;
  border: 1px solid rgba(238, 235, 243, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 14px 30px rgba(110, 51, 177, 0.3) !important;
}

.pay-history-view .pay-history-wrap {
  padding: 10px !important;
  border: 1px solid rgba(192, 180, 227, 0.12) !important;
  background: rgba(12, 8, 29, 0.68) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 22px 50px rgba(3, 1, 14, 0.28) !important;
}
.pay-history-view .pay-history-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 10px 13px;
  color: rgba(238, 235, 243, 0.55);
  font-size: 11px;
  letter-spacing: 0.04em;
}
.pay-history-view .pay-history-item {
  margin-bottom: 8px;
  padding: 13px 14px !important;
  border-radius: 13px;
  border: 1px solid rgba(192, 180, 227, 0.11);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
}
.pay-history-view .pay-history-item::before {
  display: none !important;
}
.pay-history-view .pay-history-item .pay-history-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  margin-right: 11px;
  border-radius: 11px;
  color: #e8c56b !important;
  background: rgba(232, 197, 107, 0.09);
  border: 1px solid rgba(232, 197, 107, 0.16);
}
.pay-history-view .pay-history-item .pay-history-copy {
  min-width: 0;
}
.pay-history-view .pay-history-item .pay-history-copy > div:first-child {
  color: rgba(248, 246, 255, 0.92) !important;
  font-size: 13px;
  font-weight: 650;
}
.pay-history-view .pay-history-item .pay-history-copy > div:last-child {
  margin-top: 4px;
  color: rgba(221, 214, 240, 0.6) !important;
  font-size: 10px;
}
.pay-history-view .pay-history-item .pay-history-amount {
  margin-left: 10px;
  color: #e8c56b !important;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.login,
.register,
.forgot_password {
  position: relative;
  isolation: isolate;
  min-height: 100%;
  height: 100% !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 34px;
  box-sizing: border-box;
  display: grid !important;
  place-items: center;
  background: #080512;
}
.login::before, .login::after,
.register::before,
.register::after,
.forgot_password::before,
.forgot_password::after {
  content: "";
  position: fixed;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
}
.login::before,
.register::before,
.forgot_password::before {
  width: min(48vw, 720px);
  height: min(48vw, 720px);
  left: -12vw;
  top: -18vw;
  background: radial-gradient(circle, rgba(110, 51, 177, 0.34), rgba(110, 51, 177, 0.07) 42%, transparent 70%);
  filter: blur(18px);
}
.login::after,
.register::after,
.forgot_password::after {
  width: min(42vw, 620px);
  height: min(42vw, 620px);
  right: -10vw;
  bottom: -18vw;
  background: radial-gradient(circle, rgba(56, 230, 162, 0.12), rgba(124, 92, 255, 0.08) 44%, transparent 70%);
  filter: blur(24px);
}
.login > .bg,
.register > .bg,
.forgot_password > .bg {
  z-index: -1 !important;
  opacity: 0.56;
  filter: saturate(0.78) contrast(1.08) brightness(0.55);
}
.login > .back,
.register > .back,
.forgot_password > .back {
  z-index: 5;
  top: 22px !important;
  left: 24px !important;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #f6f2ff !important;
  padding: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: rgba(12, 8, 29, 0.72) !important;
  border: 1px solid rgba(192, 180, 227, 0.17);
  backdrop-filter: blur(12px);
  transition: transform 0.2s ease, background 0.2s ease;
}
.login .content.auth-shell,
.register .content.auth-shell,
.forgot_password .content.auth-shell {
  position: relative !important;
  z-index: 2;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  display: grid !important;
  grid-template-columns: minmax(280px, 0.88fr) minmax(360px, 1.12fr);
  align-items: stretch !important;
  width: min(940px, 100vw - 68px) !important;
  max-width: none !important;
  min-height: 570px;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 30px !important;
  border: 1px solid rgba(192, 180, 227, 0.18) !important;
  background: rgba(10, 6, 25, 0.76) !important;
  box-shadow: 0 48px 110px rgba(0, 0, 0, 0.54), 0 0 0 1px rgba(110, 51, 177, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.09) !important;
  backdrop-filter: blur(22px) saturate(1.12);
  -webkit-backdrop-filter: blur(22px) saturate(1.12);
}
.login .content.auth-shell > *,
.register .content.auth-shell > *,
.forgot_password .content.auth-shell > * {
  width: auto !important;
}
.login .auth-hero,
.register .auth-hero,
.forgot_password .auth-hero {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 44px 38px 38px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: radial-gradient(92% 62% at 55% 43%, rgba(124, 92, 255, 0.22), transparent 68%), linear-gradient(160deg, rgba(110, 51, 177, 0.34), rgba(16, 9, 38, 0.72) 62%, rgba(9, 6, 23, 0.92));
  border-right: 1px solid rgba(192, 180, 227, 0.12);
}
.login .auth-hero::before,
.register .auth-hero::before,
.forgot_password .auth-hero::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(238, 235, 243, 0.055);
  border-radius: 22px;
  pointer-events: none;
}
.login .auth-kicker,
.login .auth-panel-kicker,
.register .auth-kicker,
.register .auth-panel-kicker,
.forgot_password .auth-kicker,
.forgot_password .auth-panel-kicker {
  position: relative;
  z-index: 2;
  color: #38e6a2;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.login .auth-hero-title,
.register .auth-hero-title,
.forgot_password .auth-hero-title {
  position: relative;
  z-index: 2;
  margin-top: auto;
  color: #f7f3ff;
  font-family: var(--ifm-serif);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.32;
  letter-spacing: 0.02em;
  text-shadow: 0 8px 28px rgba(3, 1, 14, 0.42);
}
.login .auth-lead,
.register .auth-lead,
.forgot_password .auth-lead {
  position: relative;
  z-index: 2;
  margin-top: 16px;
  color: rgba(238, 235, 243, 0.62);
  font-size: 13px;
  line-height: 1.8;
}
.login .auth-mascot,
.register .auth-mascot,
.forgot_password .auth-mascot {
  position: relative;
  z-index: 2;
  width: min(220px, 78%) !important;
  height: auto;
  align-self: center;
  margin: -16px auto -6px;
  filter: drop-shadow(0 0 18px rgba(124, 92, 255, 0.38)) drop-shadow(0 18px 28px rgba(3, 1, 14, 0.48));
  animation: ifmBeastFloat 5.2s ease-in-out infinite;
}
.login .auth-orbit,
.register .auth-orbit,
.forgot_password .auth-orbit {
  position: absolute;
  z-index: 1;
  width: 240px;
  height: 240px;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(192, 180, 227, 0.1);
  box-shadow: 0 0 58px rgba(124, 92, 255, 0.12), inset 0 0 46px rgba(56, 230, 162, 0.035);
  pointer-events: none;
}
.login .auth-panel,
.register .auth-panel,
.forgot_password .auth-panel {
  min-width: 0;
  padding: 48px 54px 42px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014));
}
.login .auth-panel-title,
.login .auth-panel .title,
.register .auth-panel-title,
.register .auth-panel .title,
.forgot_password .auth-panel-title,
.forgot_password .auth-panel .title {
  width: auto !important;
  margin: 8px 0 28px !important;
  color: #f7f3ff !important;
  font-family: var(--ifm-serif);
  font-size: clamp(25px, 2.4vw, 34px) !important;
  font-weight: 900 !important;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.login .field-label,
.login .form .input > span,
.register .field-label,
.register .form .input > span,
.forgot_password .field-label,
.forgot_password .form .input > span {
  display: block;
  width: 100% !important;
  margin: 0 0 7px;
  color: rgba(238, 235, 243, 0.62);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.login .form,
.login .form .input,
.login .auth-panel > input,
.login .check-code,
.login .agreement,
.login .submit,
.login .footer,
.login .back-login,
.login .auth-helper,
.register .form,
.register .form .input,
.register .auth-panel > input,
.register .check-code,
.register .agreement,
.register .submit,
.register .footer,
.register .back-login,
.register .auth-helper,
.forgot_password .form,
.forgot_password .form .input,
.forgot_password .auth-panel > input,
.forgot_password .check-code,
.forgot_password .agreement,
.forgot_password .submit,
.forgot_password .footer,
.forgot_password .back-login,
.forgot_password .auth-helper {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
}
.login .form .input,
.register .form .input,
.forgot_password .form .input {
  display: block;
}
.login .form .input:last-child,
.register .form .input:last-child,
.forgot_password .form .input:last-child {
  margin-top: 17px !important;
}
.login .form .input input,
.login .auth-panel > input,
.login .check-code > input,
.register .form .input input,
.register .auth-panel > input,
.register .check-code > input,
.forgot_password .form .input input,
.forgot_password .auth-panel > input,
.forgot_password .check-code > input {
  width: 100% !important;
  height: 52px !important;
  margin: 0 0 16px !important;
  padding: 0 16px !important;
  box-sizing: border-box;
  outline: none !important;
  border-radius: 13px !important;
  border: 1px solid rgba(192, 180, 227, 0.17) !important;
  color: rgba(248, 246, 255, 0.94) !important;
  background: rgba(7, 4, 18, 0.34) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.login .form .input input::placeholder,
.login .auth-panel > input::placeholder,
.login .check-code > input::placeholder,
.register .form .input input::placeholder,
.register .auth-panel > input::placeholder,
.register .check-code > input::placeholder,
.forgot_password .form .input input::placeholder,
.forgot_password .auth-panel > input::placeholder,
.forgot_password .check-code > input::placeholder {
  color: rgba(221, 214, 240, 0.33) !important;
}
.login .form .input input:focus,
.login .auth-panel > input:focus,
.login .check-code > input:focus,
.register .form .input input:focus,
.register .auth-panel > input:focus,
.register .check-code > input:focus,
.forgot_password .form .input input:focus,
.forgot_password .auth-panel > input:focus,
.forgot_password .check-code > input:focus {
  border-color: rgba(56, 230, 162, 0.58) !important;
  background: rgba(12, 7, 29, 0.58) !important;
  box-shadow: 0 0 0 3px rgba(56, 230, 162, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.055);
}
.login .check-code,
.register .check-code,
.forgot_password .check-code {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 132px;
  align-items: center !important;
  gap: 10px;
  margin: 0 0 16px !important;
}
.login .check-code > input,
.register .check-code > input,
.forgot_password .check-code > input {
  margin: 0 !important;
}
.login .check-code .send-smscode,
.login .check-code .seconds,
.register .check-code .send-smscode,
.register .check-code .seconds,
.forgot_password .check-code .send-smscode,
.forgot_password .check-code .seconds {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: 52px !important;
  margin: 0 !important;
  border-radius: 13px !important;
  color: #e9e0ff !important;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  background: rgba(124, 92, 255, 0.13) !important;
  border: 1px solid rgba(167, 139, 250, 0.24);
}
.login .agreement,
.register .agreement,
.forgot_password .agreement {
  margin: 2px 0 0 !important;
  color: rgba(238, 235, 243, 0.5) !important;
  white-space: normal !important;
  font-size: 11px;
  line-height: 1.7;
  gap: 3px;
}
.login .agreement .xicon,
.register .agreement .xicon,
.forgot_password .agreement .xicon {
  flex: 0 0 auto;
  margin-right: 4px;
}
.login .agreement span,
.register .agreement span,
.forgot_password .agreement span {
  color: #c8b7ff !important;
}
.login .submit,
.register .submit,
.forgot_password .submit {
  min-height: 52px !important;
  height: 52px !important;
  margin-top: 22px !important;
  padding: 0 18px;
  display: flex;
  justify-content: center;
  gap: 10px;
  border-radius: 14px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 750;
  letter-spacing: 0.05em;
  cursor: pointer;
  background: linear-gradient(100deg, #6e33b1 0%, #8759e4 62%, #a899df 100%) !important;
  border: 1px solid rgba(238, 235, 243, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 16px 34px rgba(110, 51, 177, 0.3) !important;
  transition: transform 0.2s cubic-bezier(0.2, 0.9, 0.2, 1.2), box-shadow 0.2s ease, filter 0.2s ease;
}
.login .submit .submit-arrow,
.register .submit .submit-arrow,
.forgot_password .submit .submit-arrow {
  color: #38e6a2;
  font-size: 18px;
}
.login .submit:active,
.register .submit:active,
.forgot_password .submit:active {
  transform: translateY(1px) scale(0.99);
}
.login .footer,
.login .back-login,
.register .footer,
.register .back-login,
.forgot_password .footer,
.forgot_password .back-login {
  margin-top: 18px !important;
  color: rgba(238, 235, 243, 0.56) !important;
  font-size: 12px;
}
.login .footer span,
.login .footer > div:last-child,
.login .back-login span,
.login .back-login > div:last-child,
.register .footer span,
.register .footer > div:last-child,
.register .back-login span,
.register .back-login > div:last-child,
.forgot_password .footer span,
.forgot_password .footer > div:last-child,
.forgot_password .back-login span,
.forgot_password .back-login > div:last-child {
  color: #c8b7ff !important;
}
.login .auth-helper,
.register .auth-helper,
.forgot_password .auth-helper {
  margin-top: 15px;
  color: rgba(238, 235, 243, 0.56);
  font-size: 11px;
  text-align: center;
}

.login .content .logo {
  position: relative;
  z-index: 2;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100% !important;
  margin: auto 0 !important;
}
.login .content .logo > div {
  order: 2;
  margin: -10px 0 0 !important;
  text-align: center;
  color: #f7f3ff;
  font-family: var(--ifm-serif);
  font-size: clamp(31px, 3.4vw, 46px) !important;
  font-weight: 900;
  line-height: 1.2;
  white-space: normal;
}
.login .content .logo img {
  order: 1;
  align-self: center;
  width: min(230px, 82%) !important;
  margin: 0 auto -4px;
}
.login .content .logo::before, .login .content .logo::after {
  display: none !important;
}

.login .auth-orbit {
  top: 46%;
}

@media (hover: hover) {
  .login > .back:hover,
  .register > .back:hover,
  .forgot_password > .back:hover {
    transform: translateX(-2px);
    background: rgba(124, 92, 255, 0.16);
  }
  .login .submit:hover:not(.submit-disable),
  .register .submit:hover:not(.submit-disable),
  .forgot_password .submit:hover:not(.submit-disable) {
    transform: translateY(-2px);
    filter: saturate(1.08) brightness(1.04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 20px 40px rgba(110, 51, 177, 0.38) !important;
  }
  .register {
    padding: 66px 10px 16px;
  }
  .register .content.auth-shell,
  .register .auth-hero,
  .register .auth-panel {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  .register .content.auth-shell {
    overflow: hidden;
  }
  .register .auth-hero {
    min-height: 184px;
    padding: 20px 18px 18px;
  }
  .register .auth-kicker {
    font-size: 10px;
    letter-spacing: 0.12em;
  }
  .register .auth-hero-title {
    max-width: 100%;
    margin-top: 56px;
    padding-right: 8px;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 1.28;
  }
  .register .auth-lead {
    max-width: calc(100% - 28px);
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.55;
  }
  .register .auth-mascot {
    width: 116px !important;
    right: 6px;
    top: 22px;
  }
  .register .auth-orbit {
    width: 142px;
    height: 142px;
    right: -8px;
    top: 14px;
  }
  .register .auth-panel {
    padding: 24px 18px 20px;
  }
  .register .auth-panel .title {
    margin: 6px 0 19px !important;
    font-size: 26px !important;
  }
  .register .check-code {
    grid-template-columns: minmax(0, 1fr) 104px;
    gap: 8px;
  }
  .register .agreement {
    align-items: flex-start !important;
    gap: 7px;
    margin-top: 3px !important;
    font-size: 11px;
    line-height: 1.55;
  }
  .register .agreement > .xicon {
    flex: 0 0 19px;
    margin: 0 !important;
  }
  .register .submit {
    margin-top: 19px !important;
  }
  .register .back-login {
    margin-top: 14px !important;
  }
}
@media (max-width: 700px) {
  .login,
  .register,
  .forgot_password {
    display: block !important;
    padding: 70px 12px 20px;
  }
  .login .content.auth-shell,
  .register .content.auth-shell,
  .forgot_password .content.auth-shell {
    display: block !important;
    width: 100% !important;
    min-height: 0;
    border-radius: 24px !important;
  }
  .login .auth-hero,
  .register .auth-hero,
  .forgot_password .auth-hero {
    min-height: 200px;
    padding: 24px 24px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(192, 180, 227, 0.1);
  }
  .login .auth-hero-title,
  .register .auth-hero-title,
  .forgot_password .auth-hero-title {
    margin-top: 72px;
    font-size: 27px;
  }
  .login .auth-lead,
  .register .auth-lead,
  .forgot_password .auth-lead {
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.65;
  }
  .login .auth-mascot,
  .register .auth-mascot,
  .forgot_password .auth-mascot {
    position: absolute;
    z-index: 2;
    width: 150px !important;
    right: 3px;
    top: 20px;
    margin: 0;
  }
  .login .auth-orbit,
  .register .auth-orbit,
  .forgot_password .auth-orbit {
    width: 160px;
    height: 160px;
    left: auto;
    right: -14px;
    top: 12px;
    transform: none;
  }
  .login .auth-panel,
  .register .auth-panel,
  .forgot_password .auth-panel {
    padding: 28px 22px 26px;
  }
  .login .auth-panel-title,
  .login .auth-panel .title,
  .register .auth-panel-title,
  .register .auth-panel .title,
  .forgot_password .auth-panel-title,
  .forgot_password .auth-panel .title {
    margin-bottom: 22px !important;
    font-size: 27px !important;
  }
  .login .check-code,
  .register .check-code,
  .forgot_password .check-code {
    grid-template-columns: minmax(0, 1fr) 116px;
  }
  .login {
    padding-top: 28px;
  }
  .login .auth-hero {
    min-height: 280px;
    justify-content: center;
  }
  .login .content .logo {
    margin: auto 0 !important;
  }
  .login .content .logo img {
    width: 170px !important;
    margin: 0 auto -2px;
  }
  .login .content .logo > div {
    margin-top: -8px !important;
    font-size: 32px !important;
  }
  .login .auth-orbit {
    width: 190px;
    height: 190px;
    left: 50%;
    right: auto;
    top: 43%;
    transform: translate(-50%, -50%);
  }
  .forgot_password {
    padding-inline: 10px;
  }
  .forgot_password .content.auth-shell {
    width: 100% !important;
    overflow: hidden;
  }
  .forgot_password .auth-hero {
    min-height: 182px;
    padding: 22px 18px 18px;
  }
  .forgot_password .auth-hero-title {
    margin-top: 58px;
    font-size: 25px;
    line-height: 1.25;
  }
  .forgot_password .auth-mascot {
    width: 122px !important;
    right: 4px;
    top: 18px;
  }
  .forgot_password .auth-panel {
    width: 100% !important;
    padding: 24px 18px 22px;
  }
  .forgot_password .check-code {
    grid-template-columns: minmax(0, 1fr) 104px;
    gap: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .login .auth-mascot,
  .login .logo img,
  .register .auth-mascot,
  .register .logo img,
  .forgot_password .auth-mascot,
  .forgot_password .logo img {
    animation: none !important;
  }
  .login .submit,
  .login .back,
  .register .submit,
  .register .back,
  .forgot_password .submit,
  .forgot_password .back {
    transition: none !important;
  }
}
.register .content.auth-shell .auth-hero,
.forgot_password .content.auth-shell .auth-hero {
  position: relative;
}

.register .content.auth-shell .auth-mascot,
.forgot_password .content.auth-shell .auth-mascot {
  position: absolute !important;
  left: 50% !important;
  top: 46% !important;
  transform: translate(-50%, -50%) !important;
  width: min(230px, 74%) !important;
  margin: 0 !important;
  align-self: auto !important;
}

.register .content.auth-shell .auth-hero-title,
.forgot_password .content.auth-shell .auth-hero-title {
  margin-top: auto !important;
}

@media (min-width: 701px) {
  .register .content.auth-shell .auth-kicker,
  .forgot_password .content.auth-shell .auth-kicker {
    padding-left: 46px;
  }
}
.register .content.auth-shell,
.forgot_password .content.auth-shell {
  position: relative !important;
}

.register .content.auth-shell > .back,
.forgot_password .content.auth-shell > .back {
  position: absolute !important;
  z-index: 6 !important;
  top: 16px !important;
  left: 16px !important;
  right: auto !important;
  display: grid !important;
  place-items: center !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  flex: none !important;
  border-radius: 50% !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  color: #f6f2ff !important;
  background: rgba(12, 8, 29, 0.66) !important;
  border: 1px solid rgba(192, 180, 227, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
}

.register .content.auth-shell .auth-orbit,
.forgot_password .content.auth-shell .auth-orbit {
  width: 260px !important;
  height: 260px !important;
  left: 50% !important;
  right: auto !important;
  top: 46% !important;
  transform: translate(-50%, -50%) !important;
}

@media (max-width: 700px) {
  .login .content .logo {
    justify-content: center !important;
  }
  .login .content .logo img {
    width: 204px !important;
    margin: 0 auto -2px !important;
  }
  .login .auth-orbit {
    width: 232px !important;
    height: 232px !important;
    top: 44% !important;
  }
  .login .auth-hero {
    min-height: 320px !important;
  }
}
@media (max-width: 700px) {
  .register .content.auth-shell > .back,
  .forgot_password .content.auth-shell > .back {
    top: 12px !important;
    left: 12px !important;
    width: 38px;
    height: 38px;
  }
  .register .content.auth-shell .auth-hero,
  .forgot_password .content.auth-shell .auth-hero {
    min-height: 210px !important;
    padding: 44px 20px 20px !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .register .content.auth-shell .auth-mascot,
  .forgot_password .content.auth-shell .auth-mascot {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    width: 204px !important;
    margin: 4px auto 6px !important;
    order: 1;
    animation: ifmBeastFloat 6.5s ease-in-out infinite, ifmBeastAura 7s ease-in-out infinite !important;
    will-change: transform, filter;
  }
  .register .content.auth-shell .auth-kicker,
  .forgot_password .content.auth-shell .auth-kicker {
    order: 0;
  }
  .register .content.auth-shell .auth-hero-title,
  .forgot_password .content.auth-shell .auth-hero-title {
    order: 2;
    margin-top: 4px !important;
    text-align: center;
  }
  .register .content.auth-shell .auth-lead,
  .forgot_password .content.auth-shell .auth-lead {
    order: 3;
    max-width: 100% !important;
    text-align: center;
  }
  .register .content.auth-shell .auth-orbit,
  .forgot_password .content.auth-shell .auth-orbit {
    width: 245px !important;
    height: 245px !important;
    left: 50% !important;
    right: auto !important;
    top: 54px !important;
    transform: translateX(-50%) !important;
  }
  .register .content.auth-shell .auth-hero,
  .forgot_password .content.auth-shell .auth-hero {
    min-height: 300px !important;
  }
  .register .content.auth-shell .auth-hero,
  .forgot_password .content.auth-shell .auth-hero {
    padding-top: 46px !important;
  }
}
.pay-history-view.pay-history-view {
  color: #f8f6ff;
  background: radial-gradient(90% 38% at 88% 0%, rgba(124, 92, 255, 0.24), transparent 70%), linear-gradient(165deg, #17102f, #0b0819 62%, #080611) !important;
}
.pay-history-view.pay-history-view .member-bar {
  height: 84px !important;
  min-height: 84px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  box-sizing: border-box;
  background: transparent !important;
  border-bottom: 1px solid rgba(192, 180, 227, 0.09);
}
.pay-history-view.pay-history-view .member-header {
  min-height: 80px;
  padding: 0 !important;
  color: rgba(238, 235, 243, 0.68) !important;
}
.pay-history-view.pay-history-view .member-header > .xicon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  border-radius: 12px;
  color: #d7c9ff;
  background: rgba(124, 92, 255, 0.11);
  border: 1px solid rgba(167, 139, 250, 0.17);
}
.pay-history-view.pay-history-view .member-header .member-header-title {
  min-width: 0;
  padding-left: 12px;
  text-align: left !important;
}
.pay-history-view.pay-history-view .member-header .member-header-title > div {
  position: static !important;
  transform: none !important;
  color: #f8f6ff !important;
  font-family: var(--ifm-serif);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.25;
}
.pay-history-view.pay-history-view .member-header .member-header-title small {
  display: block;
  margin-top: 2px;
  color: rgba(221, 214, 240, 0.46);
  font-size: 9px;
  font-weight: 500;
}

@media (min-width: 900px) {
  .r-popup-warp .r-popup-box.r-popup-left:has(.history-view) {
    width: 420px !important;
    height: 100% !important;
    border-radius: 0 30px 30px 0 !important;
    overflow: hidden !important;
  }
  .r-popup-warp .r-popup-box.r-popup-right:has(.profile-view) {
    width: min(620px, 100vw - 48px) !important;
    height: min(760px, 90vh) !important;
    max-height: 90vh !important;
  }
  .r-popup-warp .r-popup-box.r-popup-right:has(.member-view) {
    width: min(620px, 100vw - 48px) !important;
  }
  .r-popup-warp .r-popup-box.r-popup-right:has(.pay-history-view) {
    width: min(620px, 100vw - 48px) !important;
    height: min(620px, 86vh) !important;
    max-height: 86vh !important;
    background: #0b0819 !important;
  }
}
.desktop-chat-actions,
.desktop-chat-history {
  display: none;
}

@media (min-width: 1100px) {
  :root {
    --ifm-desktop-shell: min(1180px, calc(100vw - 112px));
    --ifm-desktop-rail: 330px;
    --ifm-desktop-gap: 24px;
    --ifm-panel-bg: linear-gradient(155deg, rgba(31, 23, 66, .84), rgba(10, 7, 24, .72));
    --ifm-panel-line: rgba(188, 169, 255, .18);
    --ifm-panel-shadow: 0 28px 72px rgba(3, 1, 14, .42), inset 0 1px 0 rgba(255, 255, 255, .08);
  }
  .home-view .content-wrap {
    position: relative;
    min-height: 0;
    overflow: visible !important;
  }
  .home-view .home-tabs {
    height: 58px;
    margin-bottom: 20px;
    padding: 0 14px;
    gap: 6px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(28, 20, 65, 0.84), rgba(8, 5, 20, 0.94)) !important;
    border-color: rgba(188, 169, 255, 0.18);
    box-shadow: 0 20px 54px rgba(3, 1, 14, 0.62), 0 0 0 1px rgba(124, 92, 255, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .home-view .home-tabs > div {
    min-width: 78px;
    padding: 6px 14px;
    position: relative;
    isolation: isolate;
  }
  .home-view .home-tabs > div::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 22%;
    right: 22%;
    bottom: 3px;
    height: 1px;
    border-radius: 99px;
    background: transparent;
    transition: background 0.24s ease, box-shadow 0.24s ease;
  }
  .home-view .home-tabs > div.tabs-active::after {
    background: linear-gradient(90deg, transparent, rgba(192, 180, 227, 0.86), transparent);
    box-shadow: 0 0 10px rgba(124, 92, 255, 0.44);
  }
  .home-view .home-tabs .tab-ask {
    min-width: 58px;
    margin: 0 4px !important;
    background: radial-gradient(circle at 50% 42%, rgba(124, 92, 255, 0.18), transparent 68%);
  }
  .chat-view {
    width: var(--ifm-desktop-shell);
    max-width: var(--ifm-desktop-shell);
    margin: 0 auto;
    padding: 24px 0 18px;
    box-sizing: border-box;
    display: grid !important;
    grid-template-columns: var(--ifm-desktop-rail) minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    column-gap: 0;
    row-gap: 0;
    background: transparent !important;
    overflow: visible !important;
    border-radius: 30px;
    isolation: isolate;
  }
  .chat-view::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 24px;
    right: 0;
    bottom: 18px;
    left: calc(var(--ifm-desktop-rail) - 20px);
    pointer-events: none;
    border: 1px solid rgba(174, 202, 224, 0.18);
    border-radius: 38px;
    background: radial-gradient(84% 66% at 94% 4%, rgba(104, 151, 191, 0.18), transparent 62%), radial-gradient(58% 52% at 4% 96%, rgba(91, 200, 214, 0.09), transparent 70%), linear-gradient(148deg, rgba(35, 43, 67, 0.97), rgba(21, 26, 43, 0.96) 54%, rgba(13, 16, 27, 0.97));
    backdrop-filter: blur(26px) saturate(1.08);
    -webkit-backdrop-filter: blur(26px) saturate(1.08);
    box-shadow: 0 34px 82px rgba(3, 1, 14, 0.32), 0 12px 34px rgba(32, 71, 104, 0.1), 0 0 0 1px rgba(91, 200, 214, 0.035), inset 0 1.5px 0 rgba(255, 255, 255, 0.12), inset 1px 0 0 rgba(91, 200, 214, 0.045), inset 24px 0 54px rgba(91, 200, 214, 0.025), inset 0 -1px 0 rgba(3, 1, 14, 0.3);
  }
  .chat-view::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 25px;
    right: 1px;
    bottom: 19px;
    left: calc(var(--ifm-desktop-rail) - 19px);
    pointer-events: none;
    border-radius: 37px;
    background: radial-gradient(48% 20% at 72% 0%, rgba(214, 234, 246, 0.06), transparent 72%), linear-gradient(112deg, rgba(91, 200, 214, 0.018), transparent 38%, rgba(133, 174, 207, 0.025));
    mix-blend-mode: screen;
  }
  .chat-view .chat-bar {
    grid-column: 1;
    grid-row: 1/3;
    width: auto;
    height: 100% !important;
    min-height: 0;
    align-self: stretch;
    margin: 0;
    z-index: 1 !important;
    border-radius: 32px 0 0 32px;
    overflow: hidden !important;
    border: 1px solid rgba(188, 169, 255, 0.14);
    border-right: 0;
    background-image: radial-gradient(90% 54% at 64% 12%, rgba(124, 92, 255, 0.34), transparent 66%), radial-gradient(72% 52% at 4% 72%, rgba(91, 200, 214, 0.1), transparent 68%), linear-gradient(165deg, rgba(24, 18, 43, 0.98), rgba(9, 8, 16, 0.98)) !important;
    box-shadow: -18px 28px 64px rgba(3, 1, 14, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.09), inset -24px 0 48px rgba(8, 5, 24, 0.18);
  }
  .chat-view .chat-bar::before {
    -webkit-mask-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.9) 66%, transparent 100%);
    mask-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.9) 66%, transparent 100%);
  }
  .chat-view .chat-bar::after {
    display: block !important;
    left: 10%;
    right: 10%;
    bottom: 96px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(124, 92, 255, 0.24), transparent 68%);
    filter: blur(16px);
  }
  .chat-view .chat-bar .chat-aurora {
    background-size: 320% 100%;
    opacity: 0.72;
  }
  .chat-view .chat-bar .icon_master {
    width: 225px !important;
    right: 51px !important;
    top: clamp(30px, 4.5vh, 52px) !important;
    bottom: auto !important;
    filter: drop-shadow(0 18px 32px rgba(3, 1, 14, 0.68)) drop-shadow(0 0 24px rgba(124, 92, 255, 0.24));
  }
  .chat-view .chat-bar .master-card {
    left: 22px !important;
    right: 22px !important;
    top: clamp(248px, 31.5vh, 304px) !important;
    bottom: auto !important;
    width: auto !important;
    max-width: none !important;
    transform: none !important;
    padding: 14px 18px 13px !important;
    border-radius: 20px;
    border: 1px solid rgba(91, 200, 214, 0.17) !important;
    background: radial-gradient(circle at 92% 8%, rgba(91, 200, 214, 0.08), transparent 36%), linear-gradient(155deg, rgba(38, 40, 58, 0.94), rgba(20, 19, 31, 0.92)) !important;
    box-shadow: 0 20px 46px rgba(3, 1, 14, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 0 1px rgba(91, 200, 214, 0.055) !important;
  }
  .chat-view .chat-bar .master-card .card-info > div:first-child {
    font-family: var(--ifm-serif);
    font-size: 20px;
    letter-spacing: 0.02em;
  }
  .chat-view .chat-bar .master-card .card-info > div:last-child {
    max-width: 210px;
    margin-top: 7px;
    line-height: 1.55;
  }
  .chat-view .chat-bar .master-card .master-state {
    top: 20px;
    right: 18px;
    transform: none;
  }
  .chat-view .chat-bar .open_menu,
  .chat-view .chat-bar .new_chat {
    top: 22px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: rgba(244, 241, 250, 0.78) !important;
    background: rgba(8, 5, 24, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(10px);
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
  }
  .chat-view .chat-bar .open_menu {
    left: 22px;
  }
  .chat-view .chat-bar .new_chat {
    right: 22px;
  }
  .chat-view .chat-bar .open_menu:hover,
  .chat-view .chat-bar .new_chat:hover {
    transform: translateY(-2px);
    border-color: rgba(167, 139, 250, 0.44);
    background: rgba(124, 92, 255, 0.14);
  }
  .chat-view .chat-bar .desktop-chat-actions {
    position: absolute;
    z-index: 8;
    top: clamp(330px, 40.5vh, 390px);
    left: 20px;
    right: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .chat-view .chat-bar .desktop-chat-action {
    min-width: 0;
    height: 44px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    color: rgba(249, 246, 255, 0.9);
    background: linear-gradient(145deg, rgba(91, 200, 214, 0.11), rgba(16, 17, 27, 0.62));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    white-space: nowrap;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  }
  .chat-view .chat-bar .desktop-chat-action .r-icon,
  .chat-view .chat-bar .desktop-chat-action .xicon {
    flex: 0 0 auto;
    color: #68D4DE !important;
    filter: drop-shadow(0 0 7px rgba(91, 200, 214, 0.28));
  }
  .chat-view .chat-bar .desktop-chat-action:hover {
    transform: translateY(-2px);
    border-color: rgba(91, 200, 214, 0.34);
    background: linear-gradient(145deg, rgba(91, 200, 214, 0.17), rgba(20, 25, 36, 0.72));
  }
  .chat-view .chat-bar .desktop-chat-action-history {
    border-color: rgba(232, 197, 107, 0.13);
    background: linear-gradient(145deg, rgba(232, 197, 107, 0.075), rgba(16, 15, 23, 0.62));
  }
  .chat-view .chat-bar .desktop-chat-action-history .r-icon,
  .chat-view .chat-bar .desktop-chat-action-history .xicon {
    color: #E8C56B !important;
    filter: drop-shadow(0 0 7px rgba(232, 197, 107, 0.22));
  }
  .chat-view .chat-bar .desktop-chat-action-history:hover {
    border-color: rgba(232, 197, 107, 0.32);
    background: linear-gradient(145deg, rgba(232, 197, 107, 0.13), rgba(25, 23, 29, 0.72));
  }
  .chat-view .chat-bar .desktop-chat-history {
    position: absolute;
    z-index: 7;
    left: 20px;
    right: 20px;
    top: clamp(384px, 46.5vh, 444px);
    bottom: 20px;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 13px 9px 9px;
    border: 1px solid rgba(173, 187, 205, 0.12);
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(155deg, rgba(24, 25, 37, 0.78), rgba(9, 9, 15, 0.72));
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 16px 34px rgba(3, 1, 14, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  }
  .chat-view .chat-bar .desktop-history-heading {
    flex: 0 0 auto;
    padding: 0 7px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(248, 244, 255, 0.86);
    font-size: 13px;
    letter-spacing: 0.06em;
  }
  .chat-view .chat-bar .desktop-history-heading span:last-child {
    min-width: 24px;
    height: 22px;
    padding: 0 6px;
    display: grid;
    place-items: center;
    box-sizing: border-box;
    border-radius: 999px;
    color: rgba(224, 214, 255, 0.8);
    background: rgba(91, 200, 214, 0.12);
    font-size: 11px;
    letter-spacing: 0;
  }
  .chat-view .chat-bar .desktop-history-list {
    min-height: 0;
    overflow-y: auto;
    padding-right: 3px;
    scrollbar-width: thin;
    scrollbar-color: rgba(167, 139, 250, 0.3) transparent;
  }
  .chat-view .chat-bar .desktop-history-group + .desktop-history-group {
    margin-top: 12px;
  }
  .chat-view .chat-bar .desktop-history-date {
    padding: 0 8px 5px;
    color: rgba(232, 197, 107, 0.68);
    font-size: 10.5px;
    letter-spacing: 0.11em;
  }
  .chat-view .chat-bar .desktop-history-item {
    width: 100%;
    height: 34px;
    margin: 1px 0;
    padding: 0 9px;
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 10px;
    color: rgba(241, 237, 250, 0.72);
    background: transparent;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    text-align: left;
    transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
  }
  .chat-view .chat-bar .desktop-history-item span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .chat-view .chat-bar .desktop-history-item:hover {
    color: #fff;
    background: linear-gradient(90deg, rgba(91, 200, 214, 0.13), rgba(255, 255, 255, 0.025));
    transform: translateX(2px);
  }
  .chat-view .chat-bar .desktop-history-empty {
    padding: 28px 8px;
    color: rgba(241, 237, 250, 0.42);
    font-size: 12px;
    text-align: center;
  }
  .chat-view .chat-bar > .open_menu,
  .chat-view .chat-bar > .new_chat {
    display: none !important;
  }
  .chat-view .chat-message-box {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    min-height: 0;
    height: 100% !important;
    z-index: 3 !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 18px 0 0;
    border-radius: 38px 38px 0 0;
    overflow-y: auto;
    background: transparent !important;
    border: 0;
    box-shadow: none;
    scrollbar-width: thin;
    scrollbar-color: rgba(167, 139, 250, 0.34) transparent;
  }
  .chat-view .chat-message-box::after {
    display: none !important;
  }
  .chat-view .chat-message-box .markdown-body {
    width: auto;
    max-width: none;
    min-height: 100%;
    height: auto;
    margin: 0;
    padding: 20px 28px 12px;
    box-sizing: border-box;
    justify-content: flex-end;
  }
  .chat-view .chat-message-box .answer-message,
  .chat-view .chat-message-box .question-message {
    max-width: min(74%, 620px);
    margin-left: 0;
    margin-right: 0;
    padding: 14px 18px;
    font-size: 15px;
  }
  .chat-view .chat-message-box .answer-message {
    border-color: rgba(91, 200, 214, 0.16) !important;
    background: linear-gradient(155deg, rgba(38, 43, 56, 0.94), rgba(21, 23, 32, 0.94)) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.075), 0 10px 26px rgba(3, 7, 14, 0.24) !important;
  }
  .chat-view .chat-footer {
    grid-column: 2;
    grid-row: 2;
    min-width: 0;
    position: relative !important;
    z-index: 3 !important;
    height: 70px;
    padding: 8px 18px 10px !important;
    box-sizing: border-box;
    border-radius: 0 0 38px 38px;
    background: transparent !important;
  }
  .chat-view .chat-footer .input-warp {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    min-height: 52px;
    box-sizing: border-box;
    border-radius: 22px;
    background: radial-gradient(circle at 94% 22%, rgba(91, 200, 214, 0.09), transparent 32%), linear-gradient(160deg, rgba(37, 43, 59, 0.9), rgba(17, 19, 28, 0.88));
    border-color: rgba(164, 190, 210, 0.2);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 12px 28px rgba(3, 1, 14, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.11), inset 0 -1px 0 rgba(3, 1, 14, 0.24);
  }
  .chat-view .chat-footer .input-warp input {
    height: 52px;
    font-size: 15.5px;
  }
  .mine-view {
    width: min(1200px, 100vw - 112px);
    max-width: 1200px;
    grid-template-columns: 340px minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
    padding: 26px 0 20px;
    align-content: safe center;
  }
  .mine-view .mine-bar .mine-info-wrap {
    grid-column: 1;
    grid-row: 1;
    min-height: 148px;
    padding: 26px !important;
    border-radius: 26px;
    background: radial-gradient(circle at 12% 10%, rgba(124, 92, 255, 0.3), transparent 44%), linear-gradient(155deg, rgba(42, 30, 86, 0.88), rgba(13, 9, 31, 0.78)) !important;
    border-color: rgba(167, 139, 250, 0.26);
    box-shadow: var(--ifm-panel-shadow);
    overflow: hidden;
    position: relative;
  }
  .mine-view .mine-bar .mine-info-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(118deg, rgba(255, 255, 255, 0.055), transparent 34%, transparent 76%, rgba(56, 230, 162, 0.035));
  }
  .mine-view .mine-bar .mine-info-wrap .mine-info,
  .mine-view .mine-bar .mine-info-wrap .picture {
    position: relative;
    z-index: 3;
  }
  .mine-view .mine-bar .mine-info-wrap .mine-mascot-stage {
    display: block !important;
    position: absolute;
    z-index: 2;
    right: 8px;
    bottom: -6px;
    width: 150px;
    height: 142px;
    pointer-events: none;
  }
  .mine-view .mine-bar .mine-info-wrap .mine-mascot-stage img {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 138px;
    height: 138px;
    object-fit: contain;
    filter: drop-shadow(0 16px 22px rgba(3, 1, 14, 0.38));
  }
  .mine-view .mine-bar .mine-info-wrap .mine-mascot-stage span {
    position: absolute;
    z-index: 3;
    right: 96px;
    bottom: 14px;
    width: max-content;
    padding: 5px 9px;
    border-radius: 999px;
    color: rgba(238, 235, 243, 0.72);
    font-size: 10px;
    letter-spacing: 0.06em;
    background: rgba(10, 8, 21, 0.72);
    border: 1px solid rgba(192, 180, 227, 0.16);
    backdrop-filter: blur(9px);
  }
  .mine-view .mine-bar .mine-info-wrap .mine-mascot-orbit {
    position: absolute;
    right: -18px;
    bottom: -36px;
    width: 166px;
    height: 166px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(56, 230, 162, 0.15), rgba(124, 92, 255, 0.12) 42%, transparent 68%);
    filter: blur(7px);
  }
  .mine-view .mine-bar .mine-card {
    grid-column: 1;
    grid-row: 2/4;
    min-height: 180px;
    margin: 0 !important;
    padding: 26px !important;
    border-radius: 26px;
    align-self: stretch;
    background: radial-gradient(circle at 88% 12%, rgba(232, 197, 107, 0.18), transparent 40%), linear-gradient(155deg, rgba(50, 38, 76, 0.88), rgba(17, 11, 35, 0.8)) !important;
    border: 1px solid rgba(232, 197, 107, 0.28);
    box-shadow: var(--ifm-panel-shadow);
  }
  .mine-view .mine-bar .mine-card::before {
    content: "專屬服務";
    display: inline-flex;
    margin-bottom: 14px;
    padding: 5px 9px;
    border-radius: 999px;
    color: rgba(232, 197, 107, 0.82);
    font-size: 10px;
    letter-spacing: 0.08em;
    background: rgba(232, 197, 107, 0.07);
    border: 1px solid rgba(232, 197, 107, 0.16);
  }
  .mine-view .mine-bar .mine-card::after {
    content: "查看會員狀態與可用服務";
    margin-top: 9px;
    color: rgba(238, 235, 243, 0.48);
    font-size: 11px;
  }
  .mine-view .card-group {
    grid-column: 2;
    grid-row: 1/3;
    min-height: 282px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    border-radius: 26px;
    padding: 22px !important;
    background: var(--ifm-panel-bg);
    border: 1px solid var(--ifm-panel-line);
    box-shadow: var(--ifm-panel-shadow);
    overflow: hidden;
    position: relative;
  }
  .mine-view .card-group::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -82px;
    top: -86px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(124, 92, 255, 0.17), transparent 70%);
    pointer-events: none;
  }
  .mine-view .card-group > .title {
    padding: 0 4px 14px;
    font-family: var(--ifm-serif);
    font-size: 18px;
    color: var(--ifm-cream);
  }
  .mine-view .card-group .card-group-wrap {
    flex: 1;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.075);
  }
  .mine-view .card-group .card-item {
    min-height: 76px;
    padding: 0 22px;
    transition: background 0.22s ease, transform 0.22s ease;
  }
  .mine-view .card-group .card-item:hover {
    background: linear-gradient(90deg, rgba(124, 92, 255, 0.15), rgba(91, 200, 214, 0.05));
  }
  .mine-view .card-group-mine {
    grid-column: 3;
    grid-row: 1/3;
  }
  .mine-view .card-group-mine + .logout-button {
    grid-column: 2;
    grid-row: 3;
  }
  .mine-view .card-group-mine + .logout-button + .logout-button {
    grid-column: 3;
    grid-row: 3;
  }
  .mine-view .logout-button {
    min-height: 58px;
    padding: 0 24px !important;
    border-radius: 18px;
    background: linear-gradient(155deg, rgba(33, 24, 66, 0.72), rgba(12, 8, 28, 0.72));
    border: 1px solid rgba(167, 139, 250, 0.16);
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
  }
  .mine-view .logout-button:hover {
    transform: translateY(-2px);
    border-color: rgba(167, 139, 250, 0.36);
    background: linear-gradient(155deg, rgba(50, 35, 96, 0.8), rgba(15, 9, 34, 0.8));
  }
  .mine-view .mine-tips {
    grid-column: 1/-1;
    grid-row: 4;
    margin-top: 2px !important;
    padding: 14px 4px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .map-view {
    padding: 18px 0 14px;
    box-sizing: border-box;
  }
  .map-view .map-bar {
    margin-top: 0;
    box-shadow: 0 16px 40px rgba(3, 1, 14, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .map-view .iztrolabe-wrap {
    filter: drop-shadow(0 34px 44px rgba(3, 1, 14, 0.48));
  }
}
@media (prefers-reduced-motion: reduce) {
  .chat-view .chat-bar .open_menu,
  .chat-view .chat-bar .new_chat,
  .mine-view .logout-button,
  .mine-view .card-item {
    transition: none !important;
  }
  .desktop-chat-action,
  .desktop-history-item {
    transition: none !important;
  }
}
@media (min-width: 900px) {
  .mine-view.mine-view {
    width: min(1120px, 100vw - 96px) !important;
    max-width: 1120px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto auto auto auto;
    gap: 16px 20px !important;
    padding: 24px 0 18px !important;
    align-content: safe center;
  }
  .mine-view.mine-view .mine-bar {
    display: contents !important;
  }
  .mine-view.mine-view .mine-bar .mine-info-wrap {
    grid-column: 1/-1 !important;
    grid-row: 1 !important;
    width: 100%;
    min-height: 164px !important;
    margin: 0 !important;
    padding: 28px 32px !important;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 30px !important;
    background: radial-gradient(46% 150% at 88% 38%, rgba(56, 230, 162, 0.11), transparent 70%), radial-gradient(62% 160% at 10% 0%, rgba(124, 92, 255, 0.32), transparent 68%), linear-gradient(145deg, rgba(36, 25, 76, 0.95), rgba(12, 8, 29, 0.9)) !important;
    border: 1px solid rgba(167, 139, 250, 0.2) !important;
    box-shadow: 0 24px 58px rgba(3, 1, 14, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  }
  .mine-view.mine-view .mine-bar .mine-info-wrap .picture {
    width: 64px !important;
    height: 64px !important;
    flex: 0 0 64px;
  }
  .mine-view.mine-view .mine-bar .mine-info-wrap .picture::before {
    width: 64px !important;
    height: 64px !important;
  }
  .mine-view.mine-view .mine-bar .mine-info-wrap .picture > div {
    width: 54px !important;
    height: 54px !important;
  }
  .mine-view.mine-view .mine-bar .mine-info-wrap .mine-info {
    margin-left: 20px !important;
    position: relative;
    z-index: 3;
  }
  .mine-view.mine-view .mine-bar .mine-info-wrap .mine-name {
    font-size: 22px !important;
    margin-bottom: 6px !important;
  }
  .mine-view.mine-view .mine-bar .mine-info-wrap .mine-summary {
    font-size: 11px;
  }
  .mine-view.mine-view .mine-bar .mine-info-wrap .mine-mascot-stage {
    display: block !important;
    right: 34px !important;
    bottom: -3px !important;
    width: 190px !important;
    height: 170px !important;
  }
  .mine-view.mine-view .mine-bar .mine-info-wrap .mine-mascot-stage img {
    width: 165px !important;
    height: 165px !important;
  }
  .mine-view.mine-view .mine-bar .mine-info-wrap .mine-mascot-stage span {
    right: 128px !important;
    bottom: 20px !important;
  }
  .mine-view.mine-view .mine-bar .mine-info-wrap .mine-mascot-orbit {
    width: 230px !important;
    height: 230px !important;
    right: -20px !important;
    bottom: -78px !important;
  }
  .mine-view.mine-view .card-group {
    grid-row: 2 !important;
    grid-column: 1 !important;
    min-height: 236px !important;
    padding: 20px !important;
    border-radius: 24px !important;
    background: linear-gradient(155deg, rgba(27, 20, 55, 0.88), rgba(10, 7, 24, 0.8)) !important;
    border: 1px solid rgba(192, 180, 227, 0.13) !important;
    box-shadow: 0 20px 48px rgba(3, 1, 14, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.045) !important;
  }
  .mine-view.mine-view .card-group > .title {
    padding: 0 3px 15px !important;
    font-size: 16px !important;
  }
  .mine-view.mine-view .card-group .card-group-wrap {
    border-radius: 17px !important;
  }
  .mine-view.mine-view .card-group-mine {
    grid-column: 2 !important;
  }
  .mine-view.mine-view .card-group-mine + .logout-button {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }
  .mine-view.mine-view .card-group-mine + .logout-button + .logout-button {
    grid-column: 2 !important;
    grid-row: 3 !important;
  }
  .mine-view.mine-view .logout-button {
    min-height: 56px !important;
    margin: 0 !important;
    border-radius: 17px !important;
  }
  .mine-view.mine-view .mine-tips {
    grid-column: 1/-1 !important;
    grid-row: 4 !important;
    margin: 0 !important;
    padding: 13px 4px 0 !important;
  }
}
.mine-view,
.chat-view,
.map-view {
  color: var(--ifm-offwhite) !important;
  background: radial-gradient(64% 34% at 50% -10%, rgba(110, 51, 177, 0.14), transparent 72%), linear-gradient(158deg, rgba(13, 12, 21, 0.95), rgba(7, 7, 12, 0.985)) !important;
}

.r-popup-warp .r-popup-box,
.member-view,
.pay-history-view,
.profile-view,
.history-view,
.guid {
  color: var(--ifm-offwhite) !important;
  background: radial-gradient(78% 38% at 12% 0%, rgba(110, 51, 177, 0.15), transparent 72%), linear-gradient(160deg, var(--ifm-surface-raised), var(--ifm-stage) 58%, #08080e) !important;
  border-color: var(--ifm-line-strong) !important;
}

.r-popup-warp .r-popup-box {
  box-shadow: var(--ifm-shadow-deep), inset 0 1px 0 rgba(238, 235, 243, 0.08) !important;
}

.member-view .member-card,
.member-view .member-select-card,
.pay-history-view .pay-history-item,
.profile-view .info-bar,
.history-view .history-item,
.login .content,
.register .content,
.forgot_password .content {
  background: linear-gradient(155deg, rgba(29, 27, 42, 0.96), rgba(15, 15, 23, 0.98)) !important;
  border-color: var(--ifm-line) !important;
  box-shadow: 0 18px 44px rgba(3, 1, 8, 0.36), inset 0 1px 0 rgba(238, 235, 243, 0.055) !important;
}

.profile-view input,
.profile-view .input,
.login input,
.register input,
.forgot_password input,
.r-input,
.r-textarea {
  color: var(--ifm-offwhite) !important;
  background: var(--ifm-surface-inset) !important;
  border-color: var(--ifm-line) !important;
}

.member-view .member-select-card > div[class*=active],
.member-view .member-select-card > div[class*=select],
.history-view [class*=active],
.profile-view [class*=active] {
  background: linear-gradient(135deg, rgba(110, 51, 177, 0.48), rgba(141, 99, 232, 0.22)) !important;
  border-color: rgba(192, 180, 227, 0.42) !important;
}

.mine-desktop-tabs {
  display: none !important;
}

.mine-view .card-group,
.mine-view .logout-button {
  background: linear-gradient(155deg, rgba(29, 27, 42, 0.96), rgba(15, 15, 23, 0.98)) !important;
  border: 1px solid var(--ifm-line) !important;
  box-shadow: 0 16px 36px rgba(3, 1, 8, 0.3), inset 0 1px 0 rgba(238, 235, 243, 0.05) !important;
}
.mine-view .card-group-wrap {
  background: var(--ifm-surface-inset) !important;
  border-color: rgba(192, 180, 227, 0.1) !important;
}
.mine-view .card-item:active,
.mine-view .logout-button:active {
  background: linear-gradient(100deg, rgba(56, 230, 162, 0.075), rgba(110, 51, 177, 0.11), rgba(20, 19, 29, 0.98)) !important;
}
.mine-view .icon-forward {
  background: rgba(56, 230, 162, 0.09) !important;
  border: 1px solid rgba(56, 230, 162, 0.22) !important;
}
.mine-view .icon-forward .xicon {
  color: var(--ifm-mint) !important;
}

@media (min-width: 900px) {
  .mine-view.mine-view {
    width: min(1080px, 100vw - 88px) !important;
    max-width: 1080px !important;
    display: grid !important;
    grid-template-columns: 260px minmax(0, 1fr) 190px !important;
    grid-template-rows: auto minmax(220px, auto) auto auto !important;
    gap: 16px 18px !important;
    padding: 22px 0 16px !important;
    align-content: safe center !important;
    background: transparent !important;
  }
  .mine-view.mine-view .mine-bar {
    display: contents !important;
  }
  .mine-view.mine-view .mine-bar .mine-info-wrap {
    grid-column: 1/-1 !important;
    grid-row: 1 !important;
    min-height: 142px !important;
    padding: 24px 30px !important;
    border-radius: 28px !important;
    background: radial-gradient(38% 150% at 88% 40%, rgba(56, 230, 162, 0.08), transparent 72%), radial-gradient(48% 160% at 6% -12%, rgba(110, 51, 177, 0.28), transparent 70%), linear-gradient(148deg, rgba(29, 27, 42, 0.98), rgba(12, 12, 19, 0.98)) !important;
    border: 1px solid var(--ifm-line-strong) !important;
    box-shadow: 0 22px 54px rgba(3, 1, 8, 0.42), inset 0 1px 0 rgba(238, 235, 243, 0.07) !important;
  }
  .mine-view.mine-view .mine-bar .mine-info-wrap .mine-mascot-stage {
    right: 28px !important;
    bottom: -10px !important;
    width: 168px !important;
    height: 152px !important;
  }
  .mine-view.mine-view .mine-bar .mine-info-wrap .mine-mascot-stage img {
    width: 146px !important;
    height: 146px !important;
  }
  .mine-view.mine-view .mine-bar .mine-info-wrap .mine-mascot-stage span {
    right: 110px !important;
    bottom: 18px !important;
  }
  .mine-view.mine-view .mine-bar .mine-info-wrap .mine-mascot-orbit {
    width: 196px !important;
    height: 196px !important;
    right: -12px !important;
    bottom: -64px !important;
  }
  .mine-view.mine-view .mine-desktop-tabs {
    grid-column: 1 !important;
    grid-row: 2/4 !important;
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    padding: 10px;
    border-radius: 24px;
    background: linear-gradient(160deg, rgba(21, 20, 31, 0.98), rgba(10, 10, 16, 0.98));
    border: 1px solid var(--ifm-line);
    box-shadow: 0 18px 44px rgba(3, 1, 8, 0.32), inset 0 1px 0 rgba(238, 235, 243, 0.045);
  }
  .mine-view.mine-view .mine-tab {
    appearance: none;
    width: 100%;
    min-height: 84px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 14px 13px;
    text-align: left;
    color: rgba(238, 235, 243, 0.56);
    background: transparent;
    border: 1px solid transparent;
    border-radius: 17px;
    cursor: pointer;
    transition: transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.22s ease, background 0.22s ease, border-color 0.22s ease;
    outline: none !important;
  }
  .mine-view.mine-view .mine-tab .mine-tab-index {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: rgba(192, 180, 227, 0.64);
    font-family: var(--ifm-mono);
    font-size: 10px;
    background: rgba(192, 180, 227, 0.055);
    border: 1px solid rgba(192, 180, 227, 0.11);
  }
  .mine-view.mine-view .mine-tab .mine-tab-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .mine-view.mine-view .mine-tab strong {
    color: inherit;
    font-size: 14px;
    font-weight: 720;
  }
  .mine-view.mine-view .mine-tab small {
    overflow: hidden;
    color: rgba(238, 235, 243, 0.38);
    font-size: 10px;
    line-height: 1.35;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .mine-view.mine-view .mine-tab.is-active {
    color: var(--ifm-offwhite);
    background: linear-gradient(100deg, rgba(110, 51, 177, 0.28), rgba(110, 51, 177, 0.08)), rgba(255, 255, 255, 0.02);
    border-color: rgba(192, 180, 227, 0.22);
    box-shadow: inset 3px 0 0 var(--ifm-mint), inset 0 1px 0 rgba(238, 235, 243, 0.07);
  }
  .mine-view.mine-view .mine-tab.is-active .mine-tab-index {
    color: #07110d;
    background: var(--ifm-mint);
    border-color: rgba(56, 230, 162, 0.7);
    box-shadow: 0 0 18px rgba(56, 230, 162, 0.18);
  }
  .mine-view.mine-view .mine-tab.is-active small {
    color: rgba(238, 235, 243, 0.58);
  }
  .mine-view.mine-view .mine-tab:hover {
    transform: translateX(2px);
    color: var(--ifm-offwhite);
  }
  .mine-view.mine-view .mine-tab:focus, .mine-view.mine-view .mine-tab:focus-visible {
    outline: none !important;
    border-color: rgba(192, 180, 227, 0.32) !important;
  }
  .mine-view.mine-view .mine-panel {
    display: none !important;
  }
  .mine-view.mine-view .mine-panel.is-active {
    grid-column: 2/-1 !important;
    grid-row: 2 !important;
    min-height: 220px !important;
    display: flex !important;
    flex-direction: column;
    padding: 20px !important;
    border-radius: 24px !important;
    background: radial-gradient(42% 80% at 100% 0%, rgba(110, 51, 177, 0.1), transparent 72%), linear-gradient(155deg, rgba(29, 27, 42, 0.98), rgba(14, 14, 22, 0.99)) !important;
    border: 1px solid var(--ifm-line) !important;
    box-shadow: 0 20px 50px rgba(3, 1, 8, 0.34), inset 0 1px 0 rgba(238, 235, 243, 0.055) !important;
  }
  .mine-view.mine-view .mine-panel.is-active > .title {
    min-height: 42px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 0 4px 14px !important;
    color: var(--ifm-offwhite) !important;
    font-size: 17px !important;
  }
  .mine-view.mine-view .mine-panel.is-active > .title small {
    color: rgba(238, 235, 243, 0.42);
    font-family: var(--ifm-sans);
    font-size: 10px;
  }
  .mine-view.mine-view .mine-panel.is-active .card-group-wrap {
    flex: 1;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 10px;
    border-radius: 18px !important;
    background: var(--ifm-surface-inset) !important;
    border: 1px solid rgba(192, 180, 227, 0.1) !important;
  }
  .mine-view.mine-view .mine-panel.is-active .card-item {
    min-width: 0;
    min-height: 106px !important;
    padding: 18px !important;
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(29, 27, 42, 0.94), rgba(20, 19, 29, 0.86));
    border: 1px solid rgba(192, 180, 227, 0.1);
    transition: transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.22s ease, background 0.22s ease;
  }
  .mine-view.mine-view .mine-panel.is-active .card-item::before {
    display: none !important;
  }
  .mine-view.mine-view .mine-panel.is-active .card-item:hover {
    transform: translateY(-2px);
    border-color: rgba(56, 230, 162, 0.24);
    background: linear-gradient(145deg, rgba(31, 34, 40, 0.98), rgba(24, 21, 35, 0.94)) !important;
  }
  .mine-view.mine-view .card-group-mine + .logout-button,
  .mine-view.mine-view .card-group-mine + .logout-button + .logout-button {
    grid-row: 3 !important;
    min-height: 54px !important;
    margin: 0 !important;
    border-radius: 17px !important;
  }
  .mine-view.mine-view .card-group-mine + .logout-button {
    grid-column: 2 !important;
  }
  .mine-view.mine-view .card-group-mine + .logout-button + .logout-button {
    grid-column: 3 !important;
  }
  .mine-view.mine-view .mine-tips {
    grid-column: 1/-1 !important;
    grid-row: 4 !important;
    margin: 0 !important;
    padding: 12px 4px 0 !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mine-view .mine-tab {
    transition: none !important;
  }
}
.ifm-desktop-brand,
.ifm-auth-brand {
  display: none;
}

@media (min-width: 900px) {
  .ifm-desktop-brand,
  .ifm-auth-brand {
    position: fixed;
    z-index: 190;
    top: calc(18px + env(safe-area-inset-top));
    left: calc(22px + env(safe-area-inset-left));
    display: block;
    color: #fff;
    font-family: var(--ifm-serif);
    font-size: clamp(40px, 3.2vw, 52px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.1em;
    pointer-events: none;
    user-select: none;
    text-shadow: 0 2px 10px rgba(124, 92, 255, 0.55), 0 0 22px rgba(232, 197, 107, 0.28);
    animation: ifmBrandGlowV4 3.6s ease-in-out infinite;
  }
  .ifm-auth-brand {
    z-index: 12;
  }
  .mine-view .mine-summary,
  .mine-view .mine-tips,
  .mine-view .card-desc,
  .mine-view .mine-tab small,
  .mine-view .mine-panel > .title small {
    font-size: 12px !important;
    line-height: 1.55 !important;
  }
  .mine-view .card-label {
    font-size: 15px !important;
  }
  .mine-view .mine-tab strong {
    font-size: 15px !important;
  }
  .chat-view .desktop-history-date {
    font-size: 11.5px !important;
  }
  .chat-view .desktop-history-item {
    min-height: 38px;
    height: auto !important;
    font-size: 13px !important;
  }
  .chat-view .desktop-history-empty {
    font-size: 13px !important;
  }
  .chat-view .master-card .card-info > div:last-child {
    max-width: 230px !important;
    font-size: 13px !important;
  }
  .history-view.history-view .history-kicker {
    font-size: 10.5px;
  }
  .history-view.history-view .history-count,
  .history-view.history-view .history-title {
    font-size: 11px !important;
  }
  .history-view.history-view .history-item {
    min-height: 56px;
    font-size: 13px !important;
  }
  .history-view.history-view .history-item time {
    font-size: 10.5px;
  }
  .member-view.member-view .member-header-title > div {
    font-size: 23px !important;
  }
  .member-view.member-view .member-header-title small {
    font-size: 11px !important;
  }
  .member-view.member-view .member-status-kicker {
    font-size: 11px !important;
  }
  .member-view.member-view .member-status-title {
    font-size: 17px !important;
  }
  .member-view.member-view .member-tips-info > div:first-child {
    font-size: 20px !important;
  }
  .member-view.member-view .member-tips-info > div:last-child {
    font-size: 13px !important;
    line-height: 1.5;
  }
  .member-view.member-view .member-section-title {
    font-size: 15px !important;
  }
  .member-view.member-view .member-section-title small {
    font-size: 11px !important;
  }
  .member-view.member-view .member-select-card > div .plan-name {
    font-size: 15px !important;
    line-height: 1.3;
  }
  .member-view.member-view .member-select-card > div .plan-meta {
    font-size: 11px !important;
  }
  .member-view.member-view .member-submit {
    width: calc(100% - 40px) !important;
    margin: 20px auto 0 !important;
    font-size: 17px !important;
  }
  .pay-history-view.pay-history-view .member-header-title > div {
    font-size: 23px !important;
  }
  .pay-history-view.pay-history-view .member-header-title small {
    font-size: 11px !important;
  }
  .pay-history-view.pay-history-view .pay-history-summary {
    font-size: 12px !important;
  }
  .pay-history-view.pay-history-view .pay-history-copy > div:first-child {
    font-size: 15px !important;
  }
  .pay-history-view.pay-history-view .pay-history-copy > div:last-child {
    font-size: 11.5px !important;
  }
  .pay-history-view.pay-history-view .pay-history-amount {
    font-size: 14px !important;
  }
  .profile-view .sub-title {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
  .profile-view .form-name {
    font-size: 14px !important;
  }
  .profile-view input,
  .profile-view .select-input {
    font-size: 14px !important;
  }
  .r-popup-warp .r-popup-box.r-popup-right:has(.member-view) {
    width: min(680px, 100vw - 48px) !important;
    max-height: 88vh !important;
  }
  .r-popup-warp .r-popup-box.r-popup-right:has(.pay-history-view) {
    width: min(680px, 100vw - 48px) !important;
    height: min(560px, 82vh) !important;
    max-height: 82vh !important;
  }
}
@keyframes ifmBrandGlowV4 {
  0%, 100% {
    text-shadow: 0 2px 10px rgba(124, 92, 255, 0.5), 0 0 16px rgba(232, 197, 107, 0.2);
    opacity: 0.94;
  }
  50% {
    text-shadow: 0 2px 13px rgba(124, 92, 255, 0.78), 0 0 34px rgba(232, 197, 107, 0.46), 0 0 54px rgba(91, 200, 214, 0.12);
    opacity: 1;
  }
}
.map-view {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.map-view::before, .map-view::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(38px);
}
.map-view::before {
  width: min(70vw, 920px);
  height: min(70vw, 920px);
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(110, 51, 177, 0.2), rgba(110, 51, 177, 0.065) 46%, transparent 72%);
  animation: ifmMapBreath 8s ease-in-out infinite;
}
.map-view::after {
  width: min(38vw, 520px);
  height: min(38vw, 520px);
  right: -8%;
  bottom: -20%;
  background: radial-gradient(circle, rgba(56, 230, 162, 0.075), rgba(91, 200, 214, 0.04) 46%, transparent 72%);
  animation: ifmMapDrift 11s ease-in-out infinite alternate;
}
.map-view .map-wrap,
.map-view .map-bar {
  position: relative;
  z-index: 1;
}

@keyframes ifmMapBreath {
  0%, 100% {
    opacity: 0.64;
    transform: translate(-50%, -50%) scale(0.94);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.08);
  }
}
@keyframes ifmMapDrift {
  from {
    opacity: 0.55;
    transform: translate3d(-4%, 2%, 0) scale(0.94);
  }
  to {
    opacity: 0.9;
    transform: translate3d(7%, -5%, 0) scale(1.08);
  }
}
@media (min-width: 900px) {
  .map-view .map-wrap {
    isolation: isolate;
  }
  .map-view .map-wrap::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: min(68vw, 920px);
    height: min(78vh, 760px);
    left: 50%;
    top: 49%;
    pointer-events: none;
    border-radius: 42%;
    background: radial-gradient(34% 42% at 18% 32%, rgba(232, 197, 107, 0.19), transparent 76%), radial-gradient(40% 48% at 82% 69%, rgba(56, 230, 162, 0.17), transparent 74%), radial-gradient(48% 60% at 50% 51%, rgba(110, 51, 177, 0.4), rgba(124, 92, 255, 0.15) 46%, transparent 76%), conic-gradient(from 210deg at 50% 52%, transparent 0 22%, rgba(192, 180, 227, 0.11) 30%, transparent 39% 64%, rgba(91, 200, 214, 0.09) 74%, transparent 84% 100%);
    filter: blur(44px) saturate(122%);
    mix-blend-mode: screen;
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(0.94) rotate(-3deg);
    animation: ifmMapAuraOrbit 14s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
  }
  .map-view .iztrolabe-wrap {
    z-index: 1;
    isolation: isolate;
    filter: drop-shadow(-22px -8px 30px rgba(232, 197, 107, 0.1)) drop-shadow(25px 18px 34px rgba(56, 230, 162, 0.1)) drop-shadow(0 24px 38px rgba(110, 51, 177, 0.3));
  }
  .map-view .iztrolabe-wrap::before, .map-view .iztrolabe-wrap::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 30px;
  }
  .map-view .iztrolabe-wrap::before {
    z-index: 0;
    inset: 5% 4% 3%;
    background: radial-gradient(75% 85% at 50% 44%, rgba(124, 92, 255, 0.34), rgba(110, 51, 177, 0.13) 54%, transparent 80%);
    filter: blur(30px);
    opacity: 0.72;
    transform: scale(0.96);
    animation: ifmMapBackPulse 7.6s ease-in-out infinite;
  }
  .map-view .iztrolabe-wrap::after {
    z-index: 0;
    inset: 2% 1% 1%;
    padding: 2px;
    background: conic-gradient(from 225deg, transparent 0 13%, rgba(232, 197, 107, 0.16) 18%, transparent 27% 46%, rgba(192, 180, 227, 0.18) 54%, transparent 62% 76%, rgba(56, 230, 162, 0.13) 82%, transparent 90% 100%);
    filter: blur(16px);
    opacity: 0.58;
    transform: scale(1.015) rotate(0deg);
    animation: ifmMapEdgeOrbit 18s linear infinite;
  }
  .map-view .iztro-astrolabe.iztro-astrolabe {
    z-index: 2;
  }
}
@keyframes ifmMapAuraOrbit {
  0% {
    opacity: 0.58;
    transform: translate(-51.5%, -50.5%) scale(0.91) rotate(-5deg);
  }
  48% {
    opacity: 0.86;
    transform: translate(-49%, -49%) scale(1.035) rotate(2deg);
  }
  100% {
    opacity: 0.68;
    transform: translate(-50%, -51.5%) scale(0.97) rotate(6deg);
  }
}
@keyframes ifmMapBackPulse {
  0%, 100% {
    opacity: 0.42;
    transform: scale(0.94);
  }
  50% {
    opacity: 0.75;
    transform: scale(1.035);
  }
}
@keyframes ifmMapEdgeOrbit {
  0% {
    opacity: 0.36;
    transform: scale(1.01) rotate(0deg);
  }
  50% {
    opacity: 0.58;
    transform: scale(1.035) rotate(180deg);
  }
  100% {
    opacity: 0.36;
    transform: scale(1.01) rotate(360deg);
  }
}
@media (min-width: 900px) {
  .chat-view .chat-message-box {
    border-radius: 34px 34px 0 0 !important;
    clip-path: inset(0 round 34px 34px 0 0);
    scrollbar-gutter: stable;
  }
  .chat-view .chat-message-box::-webkit-scrollbar {
    width: 8px;
  }
  .chat-view .chat-message-box::-webkit-scrollbar-track {
    margin: 28px 0 14px;
    background: transparent;
  }
  .chat-view .chat-message-box::-webkit-scrollbar-thumb {
    min-height: 44px;
    border: 2px solid transparent;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(192, 180, 227, 0.72), rgba(110, 51, 177, 0.42)) padding-box;
  }
  .chat-view .chat-message-box .answer-message,
  .chat-view .chat-message-box .question-message {
    animation: ifmMessageReveal 0.42s cubic-bezier(0.2, 0.75, 0.2, 1) both;
  }
  .chat-view .chat-message-box .answer-message {
    border-left: 2px solid rgba(56, 230, 162, 0.5) !important;
    box-shadow: inset 12px 0 26px rgba(56, 230, 162, 0.035), 0 12px 30px rgba(3, 1, 14, 0.26) !important;
  }
  .chat-view .chat-message-box .question-message {
    background: linear-gradient(135deg, rgba(110, 51, 177, 0.76), rgba(58, 42, 103, 0.92)) !important;
    border-color: rgba(192, 180, 227, 0.3) !important;
  }
  .chat-view .chat-footer .input-warp {
    transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
  }
  .chat-view .chat-footer .input-warp:hover, .chat-view .chat-footer .input-warp:focus-within {
    transform: translateY(-1px);
    border-color: rgba(91, 200, 214, 0.42) !important;
    box-shadow: 0 16px 36px rgba(3, 1, 14, 0.34), 0 0 0 3px rgba(91, 200, 214, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
  }
}
@keyframes ifmMessageReveal {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.member-view.member-view .member-select-card {
  height: auto !important;
  min-height: 138px;
}
.member-view.member-view .member-select-card > div {
  width: auto !important;
  min-height: 138px;
  height: auto !important;
  padding: 12px 8px;
  box-sizing: border-box;
  position: relative;
  font: inherit;
  cursor: pointer;
}
.member-view.member-view .plan-name {
  max-width: 100%;
  overflow-wrap: anywhere;
  text-align: center;
}
.member-view.member-view .plan-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px 7px;
}
.member-view.member-view .plan-selected {
  position: absolute;
  top: 8px;
  right: 9px;
  padding: 3px 7px;
  color: #bffbe2;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid rgba(56, 230, 162, 0.3);
  border-radius: 999px;
  background: rgba(56, 230, 162, 0.1);
}
.member-view.member-view .plan-price {
  margin-top: 7px;
  color: #e8c56b;
  font-size: 13px;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
}
.member-view.member-view .member-submit {
  border: 0;
  font-family: inherit;
  cursor: pointer;
}

.pay-history-view.pay-history-view .pay-history-wrap {
  min-height: 0;
}
.pay-history-view.pay-history-view .pay-history-item > div {
  min-width: 0;
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) minmax(96px, auto);
  align-items: center;
  gap: 12px;
}
.pay-history-view.pay-history-view .pay-history-icon {
  margin-right: 0 !important;
}
.pay-history-view.pay-history-view .pay-history-copy {
  overflow: hidden;
}
.pay-history-view.pay-history-view .pay-history-copy > div:first-child {
  overflow-wrap: anywhere;
}
.pay-history-view.pay-history-view .pay-history-amount {
  margin-left: 0 !important;
  text-align: right;
  overflow-wrap: anywhere;
}
.pay-history-view.pay-history-view .pay-history-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 9px;
}
.pay-history-view.pay-history-view .pay-history-status {
  padding: 2px 7px;
  color: rgba(56, 230, 162, 0.9);
  font-size: 9px;
  line-height: 1.3;
  border: 1px solid rgba(56, 230, 162, 0.2);
  border-radius: 999px;
  background: rgba(56, 230, 162, 0.07);
}

@media (max-width: 560px) {
  .mine-view .mine-summary,
  .mine-view .mine-tips,
  .mine-view .card-desc {
    font-size: 13px !important;
    line-height: 1.58 !important;
  }
  .mine-view .card-label {
    font-size: 16px !important;
    line-height: 1.35 !important;
  }
  .mine-view .card-item {
    min-height: 72px !important;
    padding: 14px 16px !important;
    z-index: 1;
  }
  .mine-view .mine-panel {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }
  .mine-view .mine-section-title {
    margin: 0 0 12px !important;
    padding: 0 8px !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
  }
  .mine-view .mine-section-title small {
    padding-right: 4px;
    font-size: 12px !important;
    line-height: 1.45 !important;
  }
  .mine-view .card-group-wrap {
    isolation: isolate;
    overflow: hidden;
    background: radial-gradient(120% 130% at 0% 0%, rgba(124, 92, 255, 0.14), transparent 58%), linear-gradient(145deg, rgba(26, 17, 54, 0.92), rgba(10, 7, 24, 0.94)) !important;
  }
  .mine-view .card-group-wrap::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 160px;
    height: 120px;
    right: -54px;
    bottom: -54px;
    pointer-events: none;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(56, 230, 162, 0.13), rgba(124, 92, 255, 0.07) 45%, transparent 72%);
    filter: blur(8px);
    animation: ifmMineSectionBreath 6.2s ease-in-out infinite;
  }
  .mine-view .mine-panel:nth-of-type(even) .card-group-wrap::after {
    right: auto;
    left: -48px;
    background: radial-gradient(circle, rgba(167, 139, 250, 0.16), rgba(232, 197, 107, 0.055) 48%, transparent 72%);
    animation-delay: -2.4s;
  }
  .member-view.member-view {
    overflow-y: auto;
    padding-bottom: calc(22px + env(safe-area-inset-bottom));
  }
  .member-view.member-view .member-header-title > div {
    font-size: 20px !important;
  }
  .member-view.member-view .member-header-title small {
    font-size: 12.5px !important;
  }
  .member-view.member-view .member-tips-card {
    min-height: 104px;
    height: auto !important;
    padding: 14px 12px;
  }
  .member-view.member-view .member-tips-card img {
    margin-left: 4px !important;
  }
  .member-view.member-view .member-tips-info {
    margin-left: 12px !important;
  }
  .member-view.member-view .member-tips-info > div:first-child {
    font-size: 17px !important;
  }
  .member-view.member-view .member-tips-info > div:last-child {
    margin-top: 6px !important;
    font-size: 13px !important;
    line-height: 1.5;
  }
  .member-view.member-view .member-section-title {
    margin: 22px 20px 12px !important;
    font-size: 16px !important;
    line-height: 1.4;
  }
  .member-view.member-view .member-section-title small {
    display: block;
    margin-top: 5px;
    font-size: 12px !important;
    line-height: 1.45;
  }
  .member-view.member-view .member-select-card {
    width: auto !important;
    margin: 0 16px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px !important;
  }
  .member-view.member-view .member-select-card > div {
    min-height: 132px;
  }
  .member-view.member-view .member-select-card > div:last-child {
    grid-column: 1/-1;
    min-height: 116px;
  }
  .member-view.member-view .member-select-card .plan-name {
    font-size: 13px !important;
  }
  .member-view.member-view .member-select-card .plan-meta {
    font-size: 12px !important;
  }
  .member-view.member-view .member-select-card .plan-price {
    font-size: 13px !important;
  }
  .member-view.member-view .member-submit {
    width: calc(100% - 32px) !important;
    margin: 22px 16px 0 !important;
    font-size: 16px !important;
  }
  .pay-history-view.pay-history-view .pay-history-wrap {
    margin: 0 12px !important;
  }
  .pay-history-view.pay-history-view .pay-history-item {
    padding: 13px 12px !important;
  }
  .pay-history-view.pay-history-view .pay-history-item > div {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
  }
  .pay-history-view.pay-history-view .pay-history-amount {
    grid-column: 2;
    text-align: left;
    font-size: 13px !important;
  }
  .pay-history-view.pay-history-view .pay-history-copy > div:first-child {
    font-size: 14px !important;
  }
  .pay-history-view.pay-history-view .pay-history-copy > div:last-child {
    font-size: 12px !important;
  }
  .map-view .map-wrap {
    min-height: 0;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-bottom: calc(76px + env(safe-area-inset-bottom)) !important;
    scroll-padding-bottom: calc(76px + env(safe-area-inset-bottom));
    overscroll-behavior: contain;
    box-sizing: border-box;
    scrollbar-width: none;
  }
  .map-view .map-wrap::-webkit-scrollbar {
    display: none;
  }
  .map-view .map-wrap.is-tilt {
    padding-bottom: calc(92px + env(safe-area-inset-bottom)) !important;
  }
}
@keyframes ifmMineSectionBreath {
  0%, 100% {
    opacity: 0.48;
    transform: scale(0.9) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.92;
    transform: scale(1.12) translate3d(-5px, -4px, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ifm-desktop-brand,
  .ifm-auth-brand,
  .map-view::before,
  .map-view::after,
  .map-view .map-wrap::after,
  .map-view .iztrolabe-wrap::before,
  .map-view .iztrolabe-wrap::after,
  .chat-view .answer-message,
  .chat-view .question-message,
  .mine-view .card-group-wrap::after {
    animation: none !important;
  }
}
.member-view.member-view .member-bar {
  padding-top: 20px !important;
}
.member-view.member-view .member-bar .member-card {
  margin-top: 14px !important;
}
.member-view.member-view .member-history-link {
  margin-right: 2px;
}

.pay-history-view.pay-history-view .member-bar {
  padding-top: 20px !important;
}

@media (min-width: 900px) {
  .member-view.member-view .member-bar,
  .pay-history-view.pay-history-view .member-bar {
    padding-top: 26px !important;
  }
  .r-popup-warp .r-popup-right:has(.member-view) .member-view,
  .r-popup-warp .r-popup-right:has(.pay-history-view) .pay-history-view {
    border-radius: 28px !important;
    overflow: hidden !important;
  }
}
@media (max-width: 899px) {
  .mine-view.mine-view .mine-bar {
    height: auto !important;
    min-height: 150px !important;
    margin: 12px 12px 20px !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
  .mine-view.mine-view .mine-bar .mine-info-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 22px 116px 22px 18px !important;
    position: relative !important;
    box-sizing: border-box !important;
  }
  .mine-view.mine-view .mine-bar .picture {
    flex: 0 0 54px !important;
    width: 54px !important;
    height: 54px !important;
    margin: 0 !important;
  }
  .mine-view.mine-view .mine-bar .mine-info {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }
  .mine-view.mine-view .mine-mascot-stage {
    display: block !important;
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 96px !important;
    height: 108px !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    pointer-events: none;
    z-index: 2;
  }
  .mine-view.mine-view .mine-mascot-stage img {
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 96px !important;
    height: 96px !important;
    object-fit: contain;
    animation: ifmBeastFloatCalm 6s ease-in-out infinite, ifmBeastAuraCalm 4.5s ease-in-out infinite !important;
  }
  .mine-view.mine-view .mine-mascot-stage span {
    display: none !important;
  }
  .mine-view.mine-view .mine-mascot-orbit {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .mine-view .mine-mascot-stage {
    border-radius: 50% !important;
    background: radial-gradient(circle at 50% 46%, rgba(124, 92, 255, 0.18), rgba(124, 92, 255, 0.06) 58%, transparent 72%) !important;
    animation: ifmMascotHalo 5s ease-in-out infinite !important;
  }
  .mine-view .mine-mascot-stage img {
    animation: ifmBeastFloatCalm 6s ease-in-out infinite, ifmBeastAuraCalm 4.5s ease-in-out infinite !important;
  }
}
@keyframes ifmMascotHalo {
  0%, 100% {
    box-shadow: 0 0 0 1px rgba(167, 139, 250, 0.28), 0 0 24px rgba(124, 92, 255, 0.3);
  }
  50% {
    box-shadow: 0 0 0 1px rgba(91, 200, 214, 0.4), 0 0 46px rgba(91, 200, 214, 0.42), 0 0 18px rgba(167, 139, 250, 0.36);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mine-mascot-stage,
  .mine-mascot-stage img {
    animation: none !important;
  }
}
@media (max-width: 700px) {
  .mine-eyebrow,
  .auth-kicker,
  .auth-panel-kicker,
  .member-status-kicker,
  .profile-kicker {
    font-size: 12px !important;
  }
  .mine-summary,
  .member-tips-card .member-tips-info > div:last-child {
    font-size: 12px !important;
  }
  .mine-section-title small,
  .member-section-title small,
  .member-header-title small {
    font-size: 11px !important;
  }
  .mine-view .mine-other .member-days {
    font-size: 12px !important;
  }
  .pay-history-meta,
  .pay-history-meta span,
  .pay-history-summary span {
    font-size: 12px !important;
  }
  .member-select-card > div .plan-meta,
  .member-select-card > div .plan-meta span {
    font-size: 11px !important;
  }
  .member-select-card .plan-selected {
    font-size: 11px !important;
  }
  .login .auth-panel label.input > span,
  .login .guest-tips,
  .register .field-label,
  .forgot_password .field-label,
  .register .agreement,
  .forgot_password .auth-helper,
  .register .auth-helper {
    font-size: 12px !important;
  }
  .member-view.member-view .member-header .member-history-link {
    font-size: 12px !important;
  }
  .member-view.member-view .member-header-title small {
    font-size: 12px !important;
  }
  .member-view.member-view .member-tips-card .member-tips-info > div:last-child {
    font-size: 12px !important;
  }
  .member-view.member-view .member-bar .member-card .sub-title {
    font-size: 12px !important;
  }
  .member-view.member-view .member-select-card > div .plan-name {
    font-size: 12px !important;
  }
  .member-view.member-view .member-select-card > div .plan-meta,
  .member-view.member-view .member-select-card > div .plan-meta span {
    font-size: 12px !important;
  }
  .member-view.member-view .member-select-card > div .plan-selected {
    font-size: 12px !important;
  }
  .member-view.member-view .member-select-card > div {
    height: auto !important;
    min-height: 116px !important;
    padding: 12px 7px !important;
  }
  .pay-history-view.pay-history-view .member-header-title small {
    font-size: 12px !important;
  }
  .profile-view.profile-view .form-item .form-name {
    font-size: 12px !important;
  }
  .profile-view.profile-view .info-bar .sub-title {
    font-size: 12px !important;
  }
}
html,
body,
#app {
  overflow: hidden;
  height: 100%;
  overscroll-behavior: none; /* 禁用回弹效果 */
}

* {
  -webkit-tap-highlight-color: transparent !important;
}

.cursor-pointer {
  cursor: pointer;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scroll-y {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.scroll-y::-webkit-scrollbar {
  display: none;
}

.header {
  height: 44px;
  position: relative;
  padding: 0 16px;
}
.header .header-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

.empty-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #808080;
}

.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.provider {
  height: 100%;
}.ea-button {
  box-sizing: border-box;
  display: inline-block;
  padding: 12px 20px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #606266;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  outline: none;
  transition: 0.1s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.ea-button.ea-button-primary {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
}
.ea-button.ea-button-primary:hover {
  color: #fff;
  background: #66b1ff;
  border-color: #66b1ff;
}.r-input-warp {
  position: relative;
}
.r-input-warp-border::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 0 0;
  border: 1px solid #c7c7c7;
  border-radius: 0px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media (min-resolution: 2dppx) {
  .r-input-warp-border::before {
    width: 200%;
    height: 200%;
    border-radius: 0px;
    transform: scale(0.5);
  }
}
@media (min-resolution: 3dppx) {
  .r-input-warp-border::before {
    width: 300%;
    height: 300%;
    border-radius: 0px;
    transform: scale(0.333);
  }
}
.r-input-warp-textarea {
  padding: 6px 0;
}
.r-input-warp .r-input-tool > *:last-child {
  margin-right: 5px;
}
.r-input-warp .r-input {
  min-height: 32px;
  font-size: 14px;
  font-family: auto;
  letter-spacing: 1px;
  outline: none;
  box-sizing: border-box;
  border: 0;
  padding: 0 5px;
}
.r-input-warp .r-input:disabled,
.r-input-warp .r-textarea:disabled {
  opacity: 0.5;
}
.r-input-warp .r-input-textarea-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.r-input-warp .r-input-textarea-wrapper .r-textarea-block,
.r-input-warp .r-input-textarea-wrapper .r-textarea {
  padding: 0 5px;
  font-size: 14px;
  font-family: auto;
  letter-spacing: 1px;
}
.r-input-warp .r-input-textarea-wrapper .r-textarea {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  overflow: hidden;
  background: transparent;
  outline: 0 none;
  border: none;
  padding: 0 5px;
  font-size: 14px;
  font-family: auto;
  letter-spacing: 1px;
  box-sizing: border-box;
}
.r-input-warp .r-input-textarea-wrapper .r-textarea-block {
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
  visibility: hidden;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 14px;
}.r-radio {
  position: relative;
  display: flex;
  align-items: center;
}
.r-radio:not(:first-child) {
  margin-left: 5px;
}
.r-radio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.r-radio .r-radio-mark {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.r-radio .r-label {
  font-size: 16px;
}.r-radio-group {
  position: relative;
  display: flex;
}.r-popup-warp, .r-popup-warp .r-popup-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.r-popup-warp .r-popup-mask {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  z-index: 99;
}

.r-popup-box {
  position: absolute;
  z-index: 99;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  transition-property: transform;
  transition-duration: 0.36s;
}

.r-popup-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.r-popup-mask-enter-from {
  opacity: 0.3;
}

.r-popup-mask-enter-to {
  opacity: 1;
}

.r-mask-leave {
  opacity: 1;
}

.r-popup-mask-leave-to {
  opacity: 0;
}

/*
    position:top
    */
.r-popup-box-top-enter-from {
  transform: translate3d(0, -100%, 0);
}

.r-popup-box-top-leave {
  transform: translate3d(0, 0, 0);
}

.r-popup-box-top-leave-to {
  transform: translate3d(0, -100%, 0);
}

/*
    position:bottom
    */
.r-popup-box-bottom-enter-from {
  transform: translate3d(0, 100%, 0);
}

.r-popup-box-bottom-leave {
  transform: translate3d(0, 0, 0);
}

.r-popup-box-bottom-leave-to {
  transform: translate3d(0, 100%, 0);
}

/*
    position:left
    */
.r-popup-box-left-enter-from {
  transform: translate3d(-100%, 0, 0);
}

.r-popup-box-left-leave {
  transform: translate3d(0, 0, 0);
}

.r-popup-box-left-leave-to {
  transform: translate3d(-100%, 0, 0);
}

/*
    position:right
    */
.r-popup-box-right-enter-from {
  transform: translate3d(100%, 0, 0);
}

.r-popup-box-right-leave {
  transform: translate3d(0, 0, 0);
}

.r-popup-box-right-leave-to {
  transform: translate3d(100%, 0, 0);
}

/*
  position:center
  */
.r-popup-box-center-enter-active {
  transition-timing-function: cubic-bezier(0.395, 0.225, 0.17, 1.32);
  transition-duration: 0.2s;
}

.r-popup-box-center-enter-from {
  transform: translate(-50%, -50%) scale(0.7);
}

.r-popup-box-center-enter-to {
  transform: translate(-50%, -50%) scale(1);
}

.r-popup-box-center-leave-active {
  transition-duration: 0.2s;
}

.r-popup-box-center-leave {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.r-popup-box-center-leave-to {
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
}.r-picker {
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.r-picker .r-picker-header {
  padding: 0 8px;
  min-height: 44px;
  font-size: 16px;
  position: relative;
}
.r-picker .r-picker-header .r-picker-tools > div {
  height: 44px;
  line-height: 44px;
}
.r-picker .r-picker-header .r-picker-tools-ok {
  color: #ffb403;
}
.r-picker .r-picker-header .r-picker-tools-cancel {
  margin-right: 10px;
}
.r-picker .r-picker-body {
  overflow: hidden;
  position: relative;
  height: 296px;
}
.r-picker .r-picker-body > div {
  overflow: hidden;
}
.r-picker .r-picker-wheel-scroll {
  padding: 0;
  list-style: none;
  margin-top: 130px;
}
.r-picker .r-picker-wheel-scroll .wheel-item {
  height: 38px;
  line-height: 38px;
  list-style: none;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.r-picker .r-picker-mask {
  position: absolute;
  background: linear-gradient(0deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
  width: 100%;
  z-index: 1;
  pointer-events: none;
  transform: translateZ(0);
}
.r-picker .r-picker-mask:before {
  content: "";
  position: absolute;
  transform: scale(0.5) translateZ(0);
  width: 200%;
  border-top: 1px solid #ebebeb;
  left: 0;
  bottom: 0;
  transform-origin: 0 bottom;
}
.r-picker .r-picker-mask-top {
  top: 0;
  height: calc(50% - 20px);
}
.r-picker .r-picker-mask-top:before {
  bottom: 0;
  transform-origin: 0 bottom;
}
.r-picker .r-picker-mask-bottom {
  bottom: 0;
  height: calc(50% - 20px);
}
.r-picker .r-picker-mask-bottom:before {
  top: 0;
  transform-origin: 0 top;
}
.r-picker .wheel-item {
  transform: rotateX(0deg) !important;
}
.r-picker .picker-foot {
  margin-bottom: 20px;
}
.r-picker .picker-foot div {
  width: 322px;
  height: 48px;
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
  background-color: #9e7cef;
  margin-bottom: 10px;
}.date-picker-foot {
  height: 100%;
  margin: 10px 5px;
  height: 44px;
}
.date-picker-foot > div {
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 600;
}
.date-picker-foot .date-picker-foot-cancel {
  flex: 2;
  border: 1px solid #efefef;
}
.date-picker-foot .date-picker-foot-ok {
  flex: 3;
  margin-left: 20px;
  background-color: #ffb403;
  color: #fff;
}

.date-picker-tools {
  width: 100%;
  height: 44px;
  font-size: 13px;
  white-space: nowrap;
  font-weight: 600;
  color: #333;
}
.date-picker-tools::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  border-bottom: 2px solid #ffb403;
  width: calc(50% - 22px);
  transform: translateX(12px);
  transition: transform 0.2s cubic-bezier(0.395, 0.225, 0.17, 1.1);
}
.date-picker-tools .date-picker-desc {
  padding: 0 1px;
}
.date-picker-tools .date-picker-select-time {
  text-align: center;
  height: 100%;
  line-height: 44px;
}
.date-picker-tools .date-picker-select-time-normal {
  color: #999;
}

.date-picker-select-index-1::after {
  transform: translateX(calc(100% + 34px));
}.r-scroll {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.r-scroll .r-scroll-download-warp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.r-scroll .r-scroll-warp {
  position: relative;
}
.r-scroll .r-scroll-warp-x {
  width: 100%;
}
.r-scroll .r-scroll-warp-x > div {
  white-space: nowrap;
  display: inline-block;
}
.r-scroll .r-scroll-warp-y {
  height: 100%;
}
.r-scroll .r-scroll-warp iframe {
  width: 100%;
  height: 100%;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
}.toast {
  margin-top: 55px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.toast-position-bottom {
  margin-bottom: 30px;
}
.toast > div {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #646a73;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 10px 0px rgba(176, 176, 176, 0.3);
}
.toast > div i {
  font-size: 25px;
}
.toast > div span {
  margin-left: 2px;
}

.toast-other {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.toast-other-box {
  opacity: 0.9;
}
.toast-other-box .content {
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 16px;
  white-space: nowrap;
  font-size: 14px;
  color: white;
  background: #000000;
  border-radius: 4px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}
.toast-other-box .content > img {
  margin: 8px 0 14px;
  animation: loading 1s linear infinite;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.toast-mark {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #646a73;
}

.iphone .toast-position-top {
  margin-top: 22px;
}

.iphone-x .toast-position-top {
  margin-top: 42px;
}

.popup-toast {
  z-index: 10000 !important;
}
.popup-toast .r-popup-mask {
  background-color: transparent !important;
}
.popup-toast .delete-margin {
  margin-left: 24px;
  color: #ff5d2f;
  cursor: pointer;
  pointer-events: auto;
}

.pointer-events {
  pointer-events: none;
}

.toast-type-error .toast-content-warp {
  background-color: #ffe3e3;
  color: #f56c6c;
}

.toast-type-success .toast-content-warp {
  background-color: #f1fceb;
  color: #67c23a;
}.l-dialog {
  width: 270px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}
.l-dialog > header {
  font-size: 18px;
  padding: 24px 10px 10px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #212121;
}
.l-dialog > section {
  font-size: 15px;
  padding: 0 10px 24px 10px;
  font-size: 16px;
  font-weight: 400;
  color: #646a73;
}
.l-dialog > footer {
  overflow: hidden;
  position: relative;
}
.l-dialog > footer::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 0 0;
  border-top: 1px solid #eeeeee;
  border-radius: 0px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media (min-resolution: 2dppx) {
  .l-dialog > footer::before {
    width: 200%;
    height: 200%;
    border-radius: 0px;
    transform: scale(0.5);
  }
}
@media (min-resolution: 3dppx) {
  .l-dialog > footer::before {
    width: 300%;
    height: 300%;
    border-radius: 0px;
    transform: scale(0.333);
  }
}
.l-dialog > footer .l-dialog-button {
  height: 36px;
  line-height: 36px;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  position: relative;
  font-weight: 500;
}
.l-dialog > footer .l-dialog-button-ok {
  color: #ffb403;
}
.l-dialog-confirm .l-dialog-button:last-child::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 0 0;
  border-left: 1px solid #eeeeee;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media (min-resolution: 2dppx) {
  .l-dialog-confirm .l-dialog-button:last-child::before {
    width: 200%;
    height: 200%;
    border-radius: 0;
    transform: scale(0.5);
  }
}
@media (min-resolution: 3dppx) {
  .l-dialog-confirm .l-dialog-button:last-child::before {
    width: 300%;
    height: 300%;
    border-radius: 0;
    transform: scale(0.333);
  }
}.r-calendar {
  background-color: #fff;
}
.r-calendar-title {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  height: 44px;
  color: #9e7cef;
}
.r-calendar-title .xicon {
  color: #9e7cef !important;
  opacity: 0.6;
}
.r-calendar-title > div {
  padding: 0 20px;
}
.r-calendar-title::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 0 0;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media (min-resolution: 2dppx) {
  .r-calendar-title::before {
    width: 200%;
    height: 200%;
    border-radius: 0;
    transform: scale(0.5);
  }
}
@media (min-resolution: 3dppx) {
  .r-calendar-title::before {
    width: 300%;
    height: 300%;
    border-radius: 0;
    transform: scale(0.333);
  }
}
.r-calendar-title .header-date {
  margin: 0 20px;
}
.r-calendar-footer {
  width: calc(100% - 20px);
  margin-left: 10px;
}
.r-calendar-footer > div {
  width: 30px;
  text-align: center;
  margin-bottom: -5px;
}
.r-calendar-footer .r-calendar-footer-line {
  position: relative;
  height: 1px;
}
.r-calendar-footer .r-calendar-footer-line::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 0 0;
  border-bottom: 1px solid #adadad;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media (min-resolution: 2dppx) {
  .r-calendar-footer .r-calendar-footer-line::before {
    width: 200%;
    height: 200%;
    border-radius: 0;
    transform: scale(0.5);
  }
}
@media (min-resolution: 3dppx) {
  .r-calendar-footer .r-calendar-footer-line::before {
    width: 300%;
    height: 300%;
    border-radius: 0;
    transform: scale(0.333);
  }
}
.r-calendar .r-calendar-week {
  color: #c5c8ce;
  padding: 15px 0;
}
.r-calendar .r-calendar-row {
  padding: 1px 0;
  margin-top: px;
  color: #17233d;
  font-weight: 400;
}
.r-calendar .r-calendar-row > div:first-child {
  margin-top: 10px;
}
.r-calendar .r-calendar-row > div:not(:first-child) {
  margin-top: 22px;
}
.r-calendar .r-calendar-row > div:last-child {
  padding-bottom: 5px;
}
.r-calendar .r-calendar-day {
  font-weight: 400;
  color: #c5c8ce;
  position: relative;
}
.r-calendar .r-calendar-day > div {
  pointer-events: none;
  border-radius: 50%;
  white-space: nowrap;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.r-calendar .r-calendar-day > div:first-child {
  margin-bottom: 5px;
}
.r-calendar .r-calendar-day::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  box-sizing: border-box;
}
.r-calendar .r-calendar-in-month {
  color: #17233d;
}
.r-calendar .r-calendar-selected {
  color: #fff;
}
.r-calendar .r-calendar-selected::before {
  background-color: #9e7cef;
}

.yaer-picker-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin: 10px 5px 10px 5px;
}
.yaer-picker-item > div {
  height: 91px;
  font-size: 18px;
  box-shadow: 3px 2px 4px #f4f4f4;
  color: #2f2f2f;
}.r-swipe {
  position: relative;
}
.r-swipe .r-swipe-warp {
  overflow: hidden;
}
.r-swipe .r-swipe-warp .r-slide-content {
  display: flex;
}
.r-swipe .r-swipe-dot-warp {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.r-swipe .r-swipe-dot-warp .r-swipe-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c6c5c5;
}
.r-swipe .r-swipe-dot-warp .r-swipe-dot:not(:first-child) {
  margin-left: 5px;
}
.r-swipe .r-swipe-dot-warp .r-swipe-dot-active {
  background-color: #4e4c4c;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0 !important;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.r-swipe .r-swipe-pagination {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  color: #302f2f;
}.r-radio {
  position: relative;
  display: flex;
  align-items: center;
}
.r-radio:not(:first-child) {
  margin-left: 5px;
}
.r-radio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.r-radio .r-radio-mark {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.r-radio .r-label {
  font-size: 16px;
}.r-cascader {
  background-color: #fff;
  border-radius: 8px 8px 0px 0px;
  height: 100%;
}
.r-cascader > header {
  height: 48px;
  font-weight: 400;
  font-size: 16px;
  color: #1f2329;
  position: relative;
  padding: 0 16px;
  border-bottom: 1px solid #e4e5e7;
}
.r-cascader > header .r-cascader-title {
  font-weight: 500;
  font-size: 16px;
  color: #1f2329;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.r-cascader > header .r-cascader-button {
  height: 100%;
  line-height: 48px;
}
.r-cascader > header .r-cascader-ok {
  color: #f99c35;
  text-align: right;
}
.r-cascader .r-cascader-history {
  white-space: nowrap;
  overflow-x: auto;
  height: 48px;
}
.r-cascader .r-cascader-history > div {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 12px;
  font-weight: 400;
  font-size: 16px;
  color: #646a73;
  position: relative;
}
.r-cascader .r-cascader-history > div::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: calc(100% - 8px);
  border-bottom: solid 4px #f99d35;
  opacity: 0;
  border-radius: 2px;
  transition: opacity 0.3s;
}
.r-cascader .r-cascader-history-active {
  color: #f99d35;
}
.r-cascader .r-cascader-history-active::before {
  opacity: 1 !important;
}
.r-cascader .r-cascader-content-warp {
  padding-bottom: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  border-top: 8px solid #f6f7f8;
}
.r-cascader .r-cascader-content-warp .r-cascader-item {
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #1f2329;
}
.r-cascader .r-cascader-content-warp .r-cascader-item .xicon {
  color: #dcdcdc !important;
}
.r-cascader .r-cascader-content-warp .r-cascader-item::before {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #e4e5e7;
}
.r-cascader .r-cascader-content-warp .r-cascader-item > div:first-child {
  width: calc(100% - 60px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.r-cascader .r-cascader-content-warp .r-cascader-item-checked {
  color: #f99d35;
}
.r-cascader .r-cascader-content-warp .r-cascader-item-checked .xicon {
  color: #f99d35 !important;
}
.r-cascader .r-cascader-mark-warp {
  height: 48px;
  width: 30px;
}
/* 整体宽度 */
/* 整体宽度 */
/* 整体宽度 */
/* 圆的高度 */
/* 圆的small高度 */
/* 圆的large高度 */
/* 圆的颜色 */
/* 选中背景颜色 */
/* 未选中背景颜色 */
/*选中的颜色*/
.l-switch {
  position: relative;
  width: 48px;
  border: 1px solid currentcolor;
  outline: 0;
  overflow: hidden;
  color: #dfdfdf;
  border-radius: 16px;
  box-sizing: border-box;
  transform: all 0.1s;
  background-color: currentcolor;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  pointer-events: none;
}

/*未选中的颜色*/
.l-switch:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 15px;
  color: #fff;
  background-color: currentcolor;
  border: 1px solid currentcolor;
  box-sizing: border-box;
  transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
}

/*圆圈的颜色*/
.l-switch:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  border-radius: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  background-color: currentcolor;
  transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
}

.l-switch-size-default {
  height: 28px;
}
.l-switch-size-default::before, .l-switch-size-default::after {
  width: 26px;
  height: 26px;
}
.l-switch-size-default:checked:after {
  transform: translateX(22px);
}

.l-switch-size-large {
  width: 60px;
  height: 32px;
}
.l-switch-size-large::before, .l-switch-size-large::after {
  width: 30px;
  height: 30px;
}
.l-switch-size-large:checked:after {
  transform: translateX(30px);
}

.l-switch-size-small {
  width: 42px;
  height: 26px;
}
.l-switch-size-small::before, .l-switch-size-small::after {
  width: 24px;
  height: 24px;
}
.l-switch-size-small:checked:after {
  transform: translateX(18px);
}

.l-switch:checked {
  color: #ffb403;
}

.l-switch:checked:before {
  transform: scale(0);
}

.l-switch:disabled {
  opacity: 0.5;
}

.l-switch-wrap {
  position: relative;
  display: inline-block;
}
.l-switch-wrap .preventDefault {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}.r-action-sheet {
  width: calc(100% - 16px);
  margin: 0 auto;
  margin-bottom: 8px;
}
.r-action-sheet > div {
  background-color: #fff;
}
.r-action-sheet .r-action-sheet-cantent {
  border-radius: 4px;
  overflow: hidden;
}
.r-action-sheet .r-action-sheet-item, .r-action-sheet .r-action-sheet-cancel {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #1f2329;
  position: relative;
}
.r-action-sheet .r-action-sheet-item:not(:last-child)::before, .r-action-sheet .r-action-sheet-cancel:not(:last-child)::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 0 0;
  border-bottom: 1px solid rgba(177, 177, 177, 0.2);
  border-radius: 0px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media (min-resolution: 2dppx) {
  .r-action-sheet .r-action-sheet-item:not(:last-child)::before, .r-action-sheet .r-action-sheet-cancel:not(:last-child)::before {
    width: 200%;
    height: 200%;
    border-radius: 0px;
    transform: scale(0.5);
  }
}
@media (min-resolution: 3dppx) {
  .r-action-sheet .r-action-sheet-item:not(:last-child)::before, .r-action-sheet .r-action-sheet-cancel:not(:last-child)::before {
    width: 300%;
    height: 300%;
    border-radius: 0px;
    transform: scale(0.333);
  }
}
.r-action-sheet .r-action-sheet-cancel {
  margin-top: 4px;
  border-radius: 4px;
  color: #646a73;
}.r-swipe-action {
  position: relative;
  transition: transform 0.3s;
}
.r-swipe-action .r-swipe-action-button {
  position: absolute;
}
.r-swipe-action .r-swipe-action-button-right {
  right: 0;
  top: 0;
  height: 100%;
  transform: translateX(100%);
}
.r-swipe-action .r-swipe-action-button .r-swipe-action-item {
  padding: 0 20px;
}/*! autoprefixer: off */
:root {
  --ifm-ink: #0E0A1A;
  --ifm-violet: #7C5CFF;
  --ifm-violet-2: #A78BFA;
  --ifm-gold: #E8C56B;
  --ifm-teal: #5BC8D6;
  --ifm-cream: #F4F1FA;
  --ifm-canvas: #0E0307;
  --ifm-stage: #0D0C15;
  --ifm-surface: #15141F;
  --ifm-surface-raised: #1D1B2A;
  --ifm-surface-inset: #090910;
  --ifm-purple: #6E33B1;
  --ifm-purple-bright: #8D63E8;
  --ifm-mint: #38E6A2;
  --ifm-lavender: #C0B4E3;
  --ifm-offwhite: #EEEBF3;
  --ifm-line: rgba(192, 180, 227, .15);
  --ifm-line-strong: rgba(192, 180, 227, .28);
  --ifm-shadow-deep: 0 28px 72px rgba(3, 1, 8, .56);
  --ifm-serif: "Noto Serif TC", "Source Han Serif TC", "PingFang TC", "Songti TC",
               "Microsoft JhengHei UI", "Microsoft JhengHei", serif;
  --ifm-sans: "Noto Sans TC", "Source Han Sans TC", "PingFang TC",
               "Microsoft JhengHei UI", "Microsoft JhengHei", system-ui, sans-serif;
  --ifm-mono: "Space Grotesk", ui-monospace, "SF Mono", Consolas,
               "PingFang TC", "Microsoft JhengHei", sans-serif;
  --ifm-text-1: #F4F1FA;
  --ifm-text-2: rgba(244, 241, 250, .72);
  --ifm-text-3: rgba(244, 241, 250, .56);
  --ifm-surface-1: rgba(255, 255, 255, .06);
  --ifm-surface-2: rgba(255, 255, 255, .10);
  --ifm-stroke: rgba(255, 255, 255, .14);
  --ifm-stroke-gold: rgba(232, 197, 107, .38);
  --ifm-nebula-top: #1A1042;
  --ifm-w-form: 560px;
  --ifm-w-read: 880px;
  --ifm-w-board: 940px;
  --ifm-w-stage: 1440px;
  --ifm-gap: clamp(14px, 3.2vw, 22px);
  --ifm-gutter: clamp(16px, 4vw, 28px);
  --ifm-fs-title: clamp(17px, 2.2vw, 21px);
  --ifm-fs-body: clamp(14px, 1.6vw, 16px);
  --ifm-fs-note: clamp(11px, 1.2vw, 12.5px);
}

.chat-view {
  overflow: hidden;
  height: 100%;
  position: relative;
  transition: transform 0.3s;
  background: linear-gradient(135deg, var(--ifm-nebula-top), var(--ifm-ink));
}
.chat-view-focus {
  transform: translateY(-120px);
}
.chat-view-focus .chat-message-box,
.chat-view-focus .chat-footer {
  transform: translateY(-200px);
}
.chat-view .chat-bar {
  height: 190px;
  z-index: 11;
  position: relative;
  overflow: visible;
  background: radial-gradient(80% 120% at 78% 8%, rgba(124, 92, 255, 0.5), transparent 58%), radial-gradient(70% 100% at 8% 30%, rgba(91, 200, 214, 0.22), transparent 62%), radial-gradient(50% 70% at 46% 42%, rgba(167, 139, 250, 0.34), transparent 70%), linear-gradient(180deg, #2A1D5C 0%, #1A1140 52%, #0E0A1A 100%);
  background-size: 160% 160%;
  background-position: 50% 50%;
  animation: ifmNebulaDrift 18s ease-in-out infinite;
}
.chat-view .chat-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(1.4px 1.4px at 12% 22%, rgba(255, 255, 255, 0.85), transparent), radial-gradient(1.2px 1.2px at 28% 62%, rgba(255, 255, 255, 0.6), transparent), radial-gradient(1.6px 1.6px at 44% 18%, rgba(255, 255, 255, 0.7), transparent), radial-gradient(1px 1px at 58% 48%, rgba(255, 255, 255, 0.5), transparent), radial-gradient(1.5px 1.5px at 68% 28%, rgba(232, 197, 107, 0.7), transparent), radial-gradient(1.2px 1.2px at 82% 58%, rgba(255, 255, 255, 0.55), transparent), radial-gradient(1px 1px at 92% 32%, rgba(255, 255, 255, 0.45), transparent), radial-gradient(1.3px 1.3px at 20% 78%, rgba(167, 139, 250, 0.6), transparent), radial-gradient(1.1px 1.1px at 52% 82%, rgba(255, 255, 255, 0.4), transparent), radial-gradient(1.4px 1.4px at 74% 72%, rgba(91, 200, 214, 0.55), transparent);
  background-size: 420px 190px;
  background-repeat: repeat-x;
  animation: ifmStars 7s ease-in-out infinite;
  pointer-events: none;
}
.chat-view .chat-bar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 62px;
  background: linear-gradient(180deg, transparent, rgba(12, 8, 24, 0.86));
  pointer-events: none;
}
.chat-view .chat-bar .chat-aurora {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(104deg, transparent 30%, rgba(167, 139, 250, 0.16) 44%, rgba(91, 200, 214, 0.12) 52%, rgba(232, 197, 107, 0.08) 58%, transparent 72%);
  background-size: 240% 100%;
  animation: ifmAurora 11s ease-in-out infinite;
  mix-blend-mode: screen;
}
.chat-view .chat-bar .xicon {
  position: relative;
  z-index: 3;
}
.chat-view .chat-bar .bg-top {
  display: none;
}
.chat-view .chat-bar .icon_master {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 220px;
  transform-origin: 50% 88%;
  filter: drop-shadow(0 6px 18px rgba(3, 1, 14, 0.5));
  animation: ifmBeastFloatCalm 6.5s ease-in-out infinite, ifmBeastAuraCalm 5.5s ease-in-out infinite;
  will-change: transform, filter;
}
.chat-view .chat-bar .master-card {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--ifm-stroke);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
  border-radius: 14px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -38px;
  padding: 16px 28px;
  z-index: 4;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset, 0 -1px 0 rgba(0, 0, 0, 0.28) inset, 0 2px 6px rgba(3, 1, 14, 0.5), 0 14px 34px rgba(3, 1, 14, 0.5), 0 34px 70px rgba(3, 1, 14, 0.42), 0 0 0 1px rgba(167, 139, 250, 0.18) !important;
}
.chat-view .chat-bar .master-card .card-info > div:first-child {
  font-size: 17px;
  font-weight: 700;
  color: var(--ifm-cream);
  line-height: 26px;
}
.chat-view .chat-bar .master-card .card-info > div:last-child {
  font-size: 12px;
  color: var(--ifm-gold);
  margin-top: 5px;
}
.chat-view .chat-bar .master-card .master-state {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  font-size: 10px;
  font-weight: 700;
  color: #FFFFFF;
  width: 46px;
  height: 20px;
  border-radius: 20px;
  background-color: #4A2FA8;
  background-image: linear-gradient(135deg, #5C3BC4, #3D2590);
  border: 1px solid rgba(167, 139, 250, 0.55);
  box-shadow: 0 2px 10px rgba(74, 47, 168, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.chat-view .chat-bar .master-card-sex-2 .card-info > div:last-child {
  color: var(--ifm-violet-2);
}
.chat-view .chat-bar .master-card-sex-2 .master-state {
  background-color: #1E5A66;
  background-image: linear-gradient(135deg, #26707E, #164752);
  border-color: rgba(91, 200, 214, 0.6);
  box-shadow: 0 2px 10px rgba(30, 90, 102, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.chat-view .chat-bar .open_menu {
  position: absolute;
  left: 10px;
  top: 28px;
}
.chat-view .chat-bar .new_chat {
  position: absolute;
  right: 10px;
  top: 28px;
}
.chat-view .chat-message-box {
  overflow-y: auto;
  --webkit--overflow-scrolling: touch;
  position: relative;
  z-index: 10;
  transition: transform 0.3s;
  margin-top: 44px;
}
.chat-view .chat-message-box iframe {
  position: absolute;
  height: 100%;
  visibility: hidden;
  user-select: none;
  pointer-events: none;
}
.chat-view .chat-message-box .markdown-body {
  position: relative;
}
.chat-view .chat-message-box .markdown-body > div {
  margin-bottom: 10px !important;
}
.chat-view .chat-message-box .answer-message {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--ifm-stroke);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: var(--ifm-cream);
  border-radius: 16px 16px 16px 4px;
  margin: 0 10px;
  padding: 12px 16px;
  max-width: calc(100vw - 80px);
  box-sizing: border-box;
  position: relative;
  line-height: 1.62;
  font-size: 14.5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 6px 18px rgba(3, 1, 14, 0.4);
  -webkit-align-self: start;
  -moz-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}
.chat-view .chat-message-box .answer-message::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(91, 200, 214, 0.9), rgba(124, 92, 255, 0.5));
}
.chat-view .chat-message-box .question-message {
  padding: 12px 17px;
  max-width: calc(100vw - 80px);
  box-sizing: border-box;
  position: relative;
  background: linear-gradient(146deg, #9B7DFF 0%, #7C5CFF 42%, #5A38C8 100%);
  color: #FFFFFF;
  font-weight: 500;
  border-radius: 18px 18px 5px 18px;
  margin: 0 10px;
  line-height: 1.62;
  font-size: 14.5px;
  border: 1px solid rgba(196, 178, 255, 0.34);
  box-shadow: inset 0 1.5px 0 rgba(255, 255, 255, 0.34), inset 0 -1.5px 0 rgba(40, 20, 100, 0.4), 0 3px 8px rgba(50, 26, 130, 0.42), 0 12px 28px rgba(74, 44, 160, 0.46), 0 0 26px rgba(124, 92, 255, 0.28);
  text-shadow: 0 1px 2px rgba(40, 20, 100, 0.5);
}
.chat-view .chat-message-box .question-message::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: linear-gradient(146deg, #6A46E0, #5A38C8);
  clip-path: path("M0,14 C6,14 10,10 14,0 L14,14 Z");
  pointer-events: none;
}
.chat-view .chat-footer {
  background-color: rgba(14, 10, 26, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--ifm-stroke);
  padding: 16px;
  transition: transform 0.3s;
}
.chat-view .chat-footer .suggested-wrap {
  font-size: 14px;
  color: var(--ifm-text-2);
  margin-bottom: 16px;
}
.chat-view .chat-footer .suggested-wrap .suggested-item {
  text-decoration: underline;
  color: var(--ifm-teal);
  margin-right: 10px;
}
.chat-view .chat-footer .input-warp {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--ifm-stroke);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 30px;
}
.chat-view .chat-footer .input-warp input,
.chat-view .chat-footer .input-warp .input {
  height: 44px;
  padding: 0 20px;
  border: none;
  background: none;
  outline: none;
  color: var(--ifm-cream);
}
.chat-view .chat-footer .input-warp input::placeholder,
.chat-view .chat-footer .input-warp .input::placeholder {
  color: var(--ifm-text-3);
}
.chat-view .chat-footer .input-warp input ::-webkit-search-cancel-button,
.chat-view .chat-footer .input-warp .input ::-webkit-search-cancel-button {
  display: none;
}
.chat-view .chat-footer .input-warp .input {
  overflow: hidden;
  opacity: 0;
  color: var(--ifm-text-3);
}
.chat-view .chat-footer .input-warp .input-show {
  opacity: 1;
}
.chat-view .chat-footer .input-warp img,
.chat-view .chat-footer .input-warp .xicon {
  margin-right: 20px;
}
.chat-view .virtual_input {
  position: absolute;
  bottom: 14px;
  left: 28px;
  height: 700px;
  width: calc(100% - 100px);
  z-index: 1;
  border: none;
  background: none;
  opacity: 0;
  outline: none;
}
.chat-view .virtual_input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.chat-view .virtual_input-focus {
  height: 44px;
  bottom: 215px;
}

.show-input {
  opacity: 1 !important;
}

@keyframes breathing {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes ifmNebulaDrift {
  0%, 100% {
    background-position: 42% 44%;
  }
  50% {
    background-position: 58% 56%;
  }
}
@keyframes ifmAurora {
  0%, 100% {
    background-position: 0% 50%;
    opacity: 0.55;
  }
  50% {
    background-position: 100% 50%;
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .chat-view .chat-bar {
    animation: none;
  }
  .chat-view .chat-bar .chat-aurora, .chat-view .chat-bar::before {
    animation: none;
  }
}
@media (min-width: 900px) {
  .chat-view {
    background: transparent !important;
  }
  .chat-view .chat-bar {
    height: 250px;
    background-image: radial-gradient(80% 120% at 78% 8%, rgba(124, 92, 255, 0.5), transparent 58%), radial-gradient(70% 100% at 8% 30%, rgba(91, 200, 214, 0.22), transparent 62%), radial-gradient(50% 70% at 46% 42%, rgba(167, 139, 250, 0.34), transparent 70%), linear-gradient(180deg, #2A1D5C 0%, rgba(26, 17, 64, 0.72) 52%, rgba(12, 8, 24, 0) 100%);
  }
  .chat-view .chat-bar::after {
    display: none;
  }
  .chat-view .chat-bar::before {
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 46%, transparent 88%);
    mask-image: linear-gradient(180deg, #000 0%, #000 46%, transparent 88%);
  }
  .chat-view .chat-bar .icon_master {
    width: 260px;
    right: max(10px, 50% - 440px - 20px);
    bottom: 0;
  }
  .chat-view .chat-bar .master-card {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 880px;
    max-width: calc(100% - 40px);
    box-sizing: border-box;
    padding: 18px 28px;
    border-radius: 18px;
  }
  .chat-view .chat-bar .open_menu {
    left: max(16px, 50% - 440px);
  }
  .chat-view .chat-bar .new_chat {
    right: max(16px, 50% - 440px);
  }
  .chat-view .chat-message-box {
    background: transparent !important;
  }
  .chat-view .chat-message-box .markdown-body {
    width: 880px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    min-height: 100%;
    justify-content: flex-end;
    padding-bottom: 8px;
  }
  .chat-view .chat-message-box .answer-message,
  .chat-view .chat-message-box .question-message {
    max-width: 68%;
  }
  .chat-view .chat-footer {
    padding: 16px 0 20px;
    background: transparent;
    border-top: none;
    backdrop-filter: none;
  }
  .chat-view .chat-footer .input-warp {
    width: 880px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    border-radius: 26px;
    box-shadow: 0 16px 40px rgba(3, 1, 14, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .chat-view .chat-footer .input-warp input {
    height: 50px;
    font-size: 15px;
  }
  .chat-view .chat-footer .suggested-wrap {
    width: 880px;
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1441px) {
  .chat-view .chat-bar {
    height: 270px;
  }
  .chat-view .chat-bar .open_menu {
    left: 48px;
  }
  .chat-view .chat-bar .new_chat {
    right: 48px;
  }
}
@media (min-width: 561px) and (max-width: 899px) {
  .chat-view .chat-bar {
    height: 220px;
  }
  .chat-view .chat-bar .icon_master {
    width: 250px;
  }
  .chat-view .chat-message-box .markdown-body {
    width: min(94vw, 680px);
    margin: 0 auto;
  }
  .chat-view .chat-footer .input-warp {
    width: min(94vw, 680px);
    margin: 0 auto;
  }
}
.android-view .chat-view-focus {
  transform: translateY(-60px);
}
.android-view .chat-view-focus .chat-message-box,
.android-view .chat-view-focus .chat-footer {
  transform: translateY(-90px);
}
.android-view .virtual_input-focus {
  bottom: 106px;
}
.android-view .keyboard-size-1 .chat-view-focus {
  transform: translateY(-88px);
}
.android-view .keyboard-size-1 .chat-view-focus .chat-message-box,
.android-view .keyboard-size-1 .chat-view-focus .chat-footer {
  transform: translateY(-125px);
}
.android-view .keyboard-size-1 .virtual_input-focus {
  bottom: 142px;
}

.chat-view .chat-footer .input-warp.is-responding {
  position: relative;
  isolation: isolate;
  border-color: transparent !important;
  box-shadow: 0 16px 40px rgba(3, 1, 14, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}
.chat-view .chat-footer .input-warp.is-responding::before, .chat-view .chat-footer .input-warp.is-responding::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
}
.chat-view .chat-footer .input-warp.is-responding::before {
  z-index: 0;
  inset: -2px;
  padding: 2px;
  background: conic-gradient(from var(--ifm-input-angle), transparent 0deg, rgba(56, 230, 162, 0.12) 55deg, rgba(56, 230, 162, 0.95) 92deg, rgba(167, 139, 250, 0.92) 128deg, transparent 172deg, transparent 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: ifmInputOrbit 1.8s linear infinite;
}
.chat-view .chat-footer .input-warp.is-responding::after {
  display: none;
}
.chat-view .chat-footer .input-warp.is-responding input,
.chat-view .chat-footer .input-warp.is-responding img,
.chat-view .chat-footer .input-warp.is-responding .xicon {
  position: relative;
  z-index: 1;
}

@property --ifm-input-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes ifmInputOrbit {
  to {
    --ifm-input-angle: 360deg;
  }
}
@media (prefers-reduced-motion: reduce) {
  .chat-view .chat-footer .input-warp.is-responding::before,
  .chat-view .chat-footer .input-warp.is-responding::after {
    animation: none !important;
    background: linear-gradient(90deg, rgba(56, 230, 162, 0.7), rgba(167, 139, 250, 0.7));
  }
}.loading-dot {
  width: 50px;
  height: 16px;
}
.loading-dot .dot {
  width: 5px;
  height: 5px;
  background: linear-gradient(to bottom, #b8b8b8, #9b9b9b);
  border-radius: 50%;
  margin: 0 5px;
  animation: dot-pulse 0.6s infinite ease-in-out both;
}
.loading-dot .dot:nth-child(1) {
  animation-delay: -0.32s;
}
.loading-dot .dot:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes dot-pulse {
  0%, 80%, 100% {
    transform: scale(0.6);
  }
  40% {
    transform: scale(1);
  }
}
.scroll-view {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.scroll-view::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
  border-radius: 4px;
}
.scroll-view {
  /* 滚动条滑块 */
}
.scroll-view::-webkit-scrollbar-thumb {
  background: rgba(202, 202, 202, 0);
  border-radius: 4px;
}
.scroll-view::-webkit-scrollbar-thumb:hover {
  background: rgb(202, 202, 202);
}
.scroll-view {
  /* 滚动条整体样式 */
}
.scroll-view::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
.scroll-view-show::-webkit-scrollbar-thumb {
  background: rgb(202, 202, 202);
}
.loader-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loader-svg {
  transform: rotate(-90deg); /* 让起点在顶部 */
}

.loader-circle {
  animation: loader-rotate 0.6s cubic-bezier(0.5, 0.8, 0.8, 1) infinite;
  transform-origin: 50% 50%;
}

@keyframes loader-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.loader-text {
  font-weight: 400;
  font-size: 14px;
  color: #9a9a9a;
  margin-top: 12px;
}.iztro-palace {
  padding: 3px;
  display: grid;
  text-transform: capitalize;
  grid-template-rows: auto auto auto 50px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas:
    "major minor adj"
    "horo  horo adj"
    "fate  fate fate"
    "ft   ft  ft";
  /* transition: all 0.25s ease-in-out; */
  grid-auto-flow: column;
}
.iztro-palace.focused-palace {
  background-color: #aab8d32f;
}
.iztro-palace.opposite-palace {
  background-color: #93f73d4f;
}
.iztro-palace.surrounded-palace {
  background-color: #aff46f24;
}
.iztro-palace-major {
  grid-area: major;
}
.iztro-palace-minor {
  grid-area: minor;
  justify-self: center;
}
.iztro-palace-adj {
  grid-area: adj;
  display: inline-flex;
  justify-self: flex-end;
  gap: 3px;
  white-space: nowrap;
  text-align: right;
}
.iztro-palace-horo-star {
  grid-area: horo;
  align-self: center;
}
.iztro-palace-horo-star .stars {
  display: flex;
  gap: 3px;
}
.iztro-palace-scope {
  white-space: nowrap;
  text-align: center;
}
.iztro-palace-scope-decadal {
  font-weight: 700;
}
.iztro-palace-fate {
  grid-area: fate;
  align-self: flex-end;
  white-space: nowrap;
  justify-content: center;
  display: flex;
  gap: 3px;
  height: 17px;
}

.iztro-palace-fate .iztro-palace-decadal-active {
  background-color: var(--iztro-color-decadal);
}

.iztro-palace-fate .iztro-palace-yearly-active {
  background-color: var(--iztro-color-yearly);
}

.iztro-palace-fate .iztro-palace-monthly-active {
  background-color: var(--iztro-color-monthly);
}

.iztro-palace-fate .iztro-palace-daily-active {
  background-color: var(--iztro-color-daily);
}

.iztro-palace-fate .iztro-palace-hourly-active {
  background-color: var(--iztro-color-hourly);
}

.iztro-palace-footer {
  grid-area: ft;
  display: grid;
  grid-template-columns: auto auto auto;
  align-self: flex-start;
}

.iztro-palace-lft24 {
  text-align: left;
}

.iztro-palace-rgt24 {
  text-align: right;
}
.iztro-palace-name {
  cursor: pointer;
  text-wrap: nowrap;
}
.iztro-palace-name .iztro-palace-name-wrapper {
  position: relative;
}
.iztro-palace-name .iztro-palace-name-taichi {
  position: absolute;
  font-size: 12px;
  line-height: 14px;
  background-color: var(--iztro-color-major);
  padding: 0 2px;
  color: #fff;
  z-index: 2;
  border-radius: 0 4px 4px 0;
  font-weight: normal !important;
  bottom: 0;
}
.iztro-palace-gz {
  text-align: right;
  cursor: pointer;
}
.iztro-palace-gz span {
  display: inline-block;
  padding: 0 1px;
  text-wrap: nowrap;
}
.iztro-palace-dynamic-name {
  text-align: center;
  display: flex;
  white-space: nowrap;
  gap: 3px;
  justify-content: center;
}
.iztro-palace-dynamic-name .iztro-palace-dynamic-name-decadal {
  color: var(--iztro-color-decadal);
}
.iztro-palace-dynamic-name .iztro-palace-dynamic-name-yearly {
  color: var(--iztro-color-yearly);
}
.iztro-palace-dynamic-name .iztro-palace-dynamic-name-monthly {
  color: var(--iztro-color-monthly);
}
.iztro-palace-dynamic-name .iztro-palace-dynamic-name-daily {
  color: var(--iztro-color-daily);
}
.iztro-palace-dynamic-name .iztro-palace-dynamic-name-hourly {
  color: var(--iztro-color-hourly);
}
.iztro-center-palace {
  grid-area: ct;
  position: relative;
  width: 100%;
  height: 100%;
}
.iztro-center-palace-centralize {
  text-align: center;
}
.iztro-center-palace ul.basic-info {
  margin:0 10px;
  padding: 0;
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.iztro-center-palace ul.basic-info2 {
  margin:0 10px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  list-style: none;
}
.iztro-center-palace ul.basic-info li {
  list-style: none;
}
.iztro-center-palace .center-title {
  padding: 5px 0;
  margin: 0;
  font-size: var(--iztro-star-font-size-big);
  font-weight: bold;
  text-align: center;
  border-bottom: 1px dashed var(--iztro-color-border);
}

.horo-buttons {
  margin: 10px;
  font-size: var(--iztro-star-font-size-small);
  display: flex;
  justify-content: space-around;
  display: none;
}
.horo-buttons .center-button {
  display: block;
  text-align: center;
  padding: 5px;
  border: 1px solid var(--iztro-color-border);
  cursor: pointer;
  /* transition: all 0.25s ease-in-out; */
  color: var(--iztro-color-text);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.horo-buttons .center-button:not(.disabled):hover {
  color: var(--iztro-color-major);
  background-color: var(--iztro-color-border);
}
.horo-buttons .center-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.horo-buttons .center-horo-hour {
  display: flex;
  align-items: center;
}

.iztro-copyright {
  position: absolute;
  bottom: 3px;
  right: 3px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
}

#palace-line {
  stroke: var(--iztro-color-awesome);
  opacity: 0.6;
  /* transition: all 0.25s ease-in-out; */
}
#palace-line.decadal {
  stroke: var(--iztro-color-decadal);
}

.solar-horoscope {
  display: flex;
  align-items: center;
  gap: 10px;
}

.solar-horoscope-centralize {
  /* justify-content: center; */
}

.solar-horoscope .today {
  display: inline-block;
  font-size: var(--iztro-star-font-size-small);
  cursor: pointer;
  border: 1px solid var(--iztro-color-border);
  padding: 0 5px;
  /* transition: all 0.25s ease-in-out; */
}

.solar-horoscope .today:hover {
  color: var(--iztro-color-major);
  background-color: var(--iztro-color-border);
}.iztro-astrolabe {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  display: grid;
  position: relative;
  width: 100%;
  grid-gap: 3px;
  grid-template-columns: repeat(4, 1fr);
  /* grid-auto-rows: 1fr; */
  min-height: 100%;
  grid-template-areas:
    "g3 g4 g5 g6"
    "g2 ct ct g7"
    "g1 ct ct g8"
    "g0 g11 g10 g9";
    /* transition: transform 0.2s ; */
}

.iztro-star-mutagen {
  font-weight: normal;
  font-size: var(--iztro-star-font-size-small);
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin-left: 1px;
  padding: 0 2px;
}

.star-with-mutagen {
  position: relative;
}

.star-with-mutagen::before {
  bottom: 0;
  content: " ";
  left: -4px;
  position: absolute;
  top: 0;
  width: 4px;
  transition: all 0.25s ease-in-out;
}

.star-with-mutagen::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -4px;
  right: 0;
  height: 4px;
  transition: all 0.1s linear;
}
.iztrolabe-wrap{
position: relative;
}
/* .demo{
    display: inline-block;
  width: 100%;
  height: calc(100vh - 24px * 2);
  overflow: hidden;
  background-color: #fff;

  & > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 300px;
    background: yellow;
  }
} */.iztro-astrolabe-theme-default {
  --iztro-star-font-size-big: 13px;
  --iztro-star-font-size-small: 12px;
  --iztro-color-major: #531dab;
  --iztro-color-focus: #000;
  --iztro-color-quan: #2f54eb;
  --iztro-color-tough: #612500;
  --iztro-color-awesome: #d4380d;
  --iztro-color-active: #1890ff;
  --iztro-color-happy: #c41d7f;
  --iztro-color-nice: #237804;
  --iztro-color-decorator-1: #90983c;
  --iztro-color-decorator-2: #813359;
  --iztro-color-text: #8c8c8c;
  --iztro-color-border: #00152912;
  --iztro-color-decadal: var(--iztro-color-active);
  --iztro-color-yearly: var(--iztro-color-decorator-2);
  --iztro-color-monthly: var(--iztro-color-nice);
  --iztro-color-daily: var(--iztro-color-decorator-1);
  --iztro-color-hourly: var(--iztro-color-text);
}

.iztro-astrolabe {
  text-align: left;
}

.iztro-palace {
  border: 1px solid var(--iztro-color-border);
}

.iztro-star-soft,
.iztro-star-tough,
.iztro-star-adjective,
.iztro-star-flower,
.iztro-star-helper,
.iztro-palace-fate,
.iztro-palace-horo-star,
.iztro-palace-scope,
.iztro-palace-dynamic-name,
.iztro-palace-lft24,
.iztro-palace-rgt24 {
  font-size: var(--iztro-star-font-size-small);
  font-weight: normal;
  text-wrap: nowrap;
}
.iztro-palace-scope-age {
  text-wrap: balance;
}
.iztro-palace-scope-age,
.iztro-palace-scope-decadal {
  color: var(--iztro-color-text);
}

.iztro-palace-lft24 {
  color: var(--iztro-color-decorator-1);
}
.iztro-palace-rgt24 {
  color: var(--iztro-color-decorator-2);
  text-wrap: nowrap;
}

.iztro-star-major,
.iztro-star-tianma,
.iztro-star-lucun,
.iztro-palace-name,
.iztro-palace-gz {
  font-size: var(--iztro-star-font-size-big);
  font-weight: bold;
}

.iztro-star-tianma {
  color: var(--iztro-color-active);
}
.iztro-star-lucun {
  color: var(--iztro-color-awesome);
}

.iztro-palace-horo-star .iztro-star {
  opacity: 0.75;
}
.iztro-palace-horo-star .iztro-star-tianma,
.iztro-palace-horo-star .iztro-star-lucun {
  font-weight: normal;
  font-size: var(--iztro-star-font-size-small);
}

.iztro-star-brightness,
.iztro-star-adjective {
  font-style: normal;
  font-weight: normal;
  color: var(--iztro-color-text);
}

.iztro-star-brightness {
  opacity: 0.5;
}

.iztro-star-major,
.iztro-star-soft,
.iztro-palace-name {
  color: var(--iztro-color-major);
}
.iztro-star-tough {
  color: var(--iztro-color-tough);
}
.iztro-star-flower {
  color: var(--iztro-color-happy);
}
.iztro-star-helper,
.iztro-palace-gz {
  color: var(--iztro-color-nice);
}

.iztro-star-mutagen.mutagen-0 {
  background-color: var(--iztro-color-awesome);
}
.iztro-star-mutagen.mutagen-1 {
  background-color: var(--iztro-color-quan);
}
.iztro-star-mutagen.mutagen-2 {
  background-color: var(--iztro-color-nice);
}
.iztro-star-mutagen.mutagen-3 {
  background-color: var(--iztro-color-focus);
}

.iztro-star-mutagen.mutagen-decadal {
  background-color: var(--iztro-color-decadal);
  opacity: 0.6;
}
.iztro-star-mutagen.mutagen-yearly {
  background-color: var(--iztro-color-yearly);
  opacity: 0.6;
}
.iztro-star-mutagen.mutagen-monthly {
  background-color: var(--iztro-color-monthly);
  opacity: 0.6;
}
.iztro-star-mutagen.mutagen-daily {
  background-color: var(--iztro-color-daily);
  opacity: 0.6;
}
.iztro-star-mutagen.mutagen-hourly {
  background-color: var(--iztro-color-hourly);
  opacity: 0.6;
}

.iztro-palace-gz .iztro-palace-gz-active {
  background-color: var(--iztro-color-nice);
  color: #fff;
  font-weight: normal;
}

.iztro-star-mutagen-0 {
  background-color: var(--iztro-color-awesome);
  color: #fff;
  font-weight: normal;
}

.iztro-star-mutagen-1 {
  background-color: var(--iztro-color-quan);
  color: #fff;
  font-weight: normal;
}

.iztro-star-mutagen-2 {
  background-color: var(--iztro-color-nice);
  color: #fff;
  font-weight: normal;
}

.iztro-star-mutagen-3 {
  background-color: var(--iztro-color-focus);
  color: #fff;
  font-weight: normal;
}

.iztro-star-self-mutagen-0::before {
  background-color: var(--iztro-color-awesome);
}
.iztro-star-self-mutagen-1::before {
  background-color: var(--iztro-color-quan);
}
.iztro-star-self-mutagen-2::before {
  background-color: var(--iztro-color-nice);
}
.iztro-star-self-mutagen-3::before {
  background-color: var(--iztro-color-focus);
}

.iztro-star-hover-mutagen-0::after {
  background-color: var(--iztro-color-awesome);
}
.iztro-star-hover-mutagen-1::after {
  background-color: var(--iztro-color-quan);
}
.iztro-star-hover-mutagen-2::after {
  background-color: var(--iztro-color-nice);
}
.iztro-star-hover-mutagen-3::after {
  background-color: var(--iztro-color-focus);
}

.iztro-palace-name-body {
  font-size: var(--iztro-star-font-size-small);
  font-weight: normal;
  position: absolute;
  margin-top: 2px;
}

.iztro-palace-fate span {
  display: block;
  padding: 0 3px;
  border-radius: 4px;
  color: #fff;
  background-color: var(--iztro-color-major);
  cursor: pointer;
}

.iztro-palace-center-item {
  font-size: var(--iztro-star-font-size-small);
  line-height: 22px;
  text-align: left;
}

.iztro-palace-center-item label {
  color: var(--iztro-color-text);
}

.iztro-palace-center-item span {
  color: var(--iztro-color-decorator-1);
}

.gender {
  display: inline-block;
  margin-right: 5px;
}
.gender.gender-male {
  color: var(--iztro-color-quan);
}
.gender.gender-female {
  color: var(--iztro-color-happy);
}
/* ============================================================================
 * 【換皮】命盤 ifutureme 視覺層
 * ----------------------------------------------------------------------------
 * 來源：F:\Calude動畫\ifutureme_app\wp_deploy\pages\page-app.html (.rz-stage / .rz-board / .rz-cell)
 *
 * 設計原則（使用者定調）：
 *   ✅ 只覆寫顏色 / 質感 / 立體感
 *   ❌ 不動 grid-template-areas（12 宮排列）
 *   ❌ 不動任何 .tsx（星曜、四化、宮名的資料與繪製邏輯完全按他們的）
 *
 * 這是新增檔案；theme.css 原檔未修改。
 * ========================================================================== */

/* ── 1) 覆寫 iztro 主題變數（淺色 → 深色星雲）──────────────────── */
.iztro-astrolabe-theme-default {
  /* 字級：原 13/12px 在手機太擠，改用 clamp 讓小螢幕自動縮 */
  --iztro-star-font-size-big: clamp(11px, 3.1vw, 14px);
  --iztro-star-font-size-small: clamp(9.5px, 2.7vw, 12px);

  /* 主星：深紫 → 亮紫（深底上要提亮才看得見） */
  --iztro-color-major: #C9B9FF;
  --iztro-color-focus: #FFFFFF;

  /* 四化色 —— 對齊 page-app.html 的 .mut-* 色票 */
  --iztro-color-quan: #A78BFA;      /* 權 */
  --iztro-color-awesome: #F0916B;   /* 忌（原 #d4380d 紅） */
  --iztro-color-nice: #5BC8D6;      /* 祿（原 #237804 綠） */
  --iztro-color-active: #7FB0FF;    /* 科 */

  --iztro-color-tough: #E8A87C;
  --iztro-color-happy: #F7A8D8;
  /* 神煞裝飾字（左右 24 神煞）—— 原 #90983c 墨綠 / #813359 酒紅，
     在深底上幾乎看不見，提亮但保持次要層級（使用者：「灰色的字要亮一點」） */
  --iztro-color-decorator-1: #D4CC9A;
  --iztro-color-decorator-2: #E4B4CE;

  /* 文字與描邊
     ⚠️ 0.52 太暗（使用者回報「命盤灰字看不清楚，訊息很多」）→ 提到 0.68 */
  --iztro-color-text: rgba(244, 241, 250, 0.68);
  --iztro-color-border: rgba(167, 139, 250, 0.16);
}

/* 次要星曜（雜曜）—— 原本繼承 --iztro-color-text，太暗 */
.iztro-star-adjective,
.iztro-star-flower,
.iztro-star-helper,
.iztro-palace-lft24,
.iztro-palace-rgt24 {
  opacity: 0.92; /* 蓋掉某些元件自帶的半透明 */
}
/* 大小限 / 歲數（原 --iztro-color-text，最暗的一層） */
.iztro-palace-scope-age,
.iztro-palace-scope-decadal {
  color: rgba(244, 241, 250, 0.6) !important;
}

/* ── 2) 舞台：3D 透視容器（page-app.html .rz-stage）─────────────── */
/* ⚠️ 重要：透視要下在 .map-wrap（.iztrolabe-wrap 的父層），
   因為 .iztrolabe-wrap 自己要吃 rotateX —— 元素不能同時是自己的透視容器。 */
.map-wrap {
  position: relative; /* 讓 ::before 地板光暈定位得了 */
  perspective: 1400px;
  perspective-origin: 50% 34%;
}
/* 立體模式下盤會往下傾，底部要留捲動空間，否則最後一列的字被切掉 */
.map-wrap.is-tilt {
  padding-bottom: 40px;
}

.iztrolabe-wrap {
  position: relative;
  padding: 8px 8px 12px;
  transform-style: preserve-3d;
  transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
  /* 註：Iztrolabe.tsx 給這層寫死 inline style="height:100%"，
     內部 .iztro-astrolabe 的 min-height:100% 依賴它 —— 不能改成 auto，
     否則整個盤會塌成 15px（實測）。底部裁切改用 .map-wrap 的 padding 解決。 */
}

/* 地板光暈 —— 盤浮在星雲上的關鍵
   掛在 .map-wrap 而非 .iztrolabe-wrap：後者會 rotateX，光暈跟著轉就歪了 */
.map-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 88%;
  height: 26%;
  transform: translateX(-50%);
  background: radial-gradient(
    50% 100% at 50% 100%,
    rgba(124, 92, 255, 0.55),
    rgba(91, 200, 214, 0.18) 46%,
    transparent 72%
  );
  filter: blur(38px);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
  animation: ifmFloor 6.5s ease-in-out infinite;
}
@keyframes ifmFloor {
  0%, 100% { opacity: 0.4; transform: translateX(-50%) scale(0.96); }
  50%      { opacity: 0.8; transform: translateX(-50%) scale(1.05); }
}

/* ── 3) 盤體（page-app.html .rz-board）──────────────────────────── */
/* ⚠️ 不碰 grid-template-areas / grid-template-columns —— 那是他們的 12 宮排列 */
.iztro-astrolabe.iztro-astrolabe {
  position: relative;
  z-index: 1;
  transform-style: preserve-3d;
  transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
  border-radius: 22px;
  padding: 8px;
  /* ⚠️ 原本是 width:100% + grid，加 padding 會把盤撐爆超出畫面（實測 404 > 390）
     必須 border-box 讓 padding 算進寬度內 */
  box-sizing: border-box;
  max-width: 100%;
  background: linear-gradient(160deg, #1B1438 0%, #0D0922 68%, #0A0618 100%);
  border: 1px solid rgba(167, 139, 250, 0.4);
  box-shadow:
    0 30px 70px rgba(3, 1, 14, 0.82),
    0 12px 34px rgba(70, 36, 140, 0.42),
    0 0 0 1px rgba(0, 0, 0, 0.45),
    inset 0 0 0 1px rgba(167, 139, 250, 0.2),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 50px rgba(0, 0, 0, 0.5);
}
/* 所有子元素一律 border-box，避免宮位內的 padding 再次撐爆 */
.iztro-astrolabe *,
.iztro-astrolabe *::before,
.iztro-astrolabe *::after {
  box-sizing: border-box;
}

/* ── 4) 立體模式（.is-tilt 由切換鈕加在 .map-wrap 上）─────────────── */
/* ⚠️ 關鍵：rotateX 必須下在 .iztrolabe-wrap，不能下在 .iztro-astrolabe。
   原因：assets/zoom.js 的雙指縮放功能會持續寫
   `.iztro-astrolabe.style.transform = "matrix(...)"`（inline style），
   任何我們設的 transform 都會被它下一幀覆蓋（實測 rotateX 完全無效）。
   那是他們的功能，不能拆 —— 所以改成「外層負責傾斜、內層留給 Zoom 縮放」，
   兩層各管各的，互不干擾。 */
.map-wrap.is-tilt {
  perspective-origin: 50% 50%;
}
.map-wrap.is-tilt .iztrolabe-wrap {
  /* origin 用 50% 0（頂端）：盤從上緣往後傾，不會整塊往下沉留一大片空白。
     page-app.html 用 84% 是因為那裡的盤是 1:1 正方形置中；
     這裡的盤是長條形（12 宮 + 中宮），需要貼齊頂端。

     ⚠️ 從頂端傾斜時，盤的下半部會朝觀者放大（透視特性），
     實測 scale(0.97) 會讓左右兩欄的字超出畫面被切掉。
     scale 必須壓到 0.82 補償這個放大量。 */
  transform-origin: 50% 0;
  transform: rotateX(15deg) scale(0.82);
}
/* 盤體厚度陰影跟著 tilt 狀態走 */
.map-wrap.is-tilt .iztro-astrolabe.iztro-astrolabe {
  box-shadow:
    0 9px 0 -5px rgba(24, 16, 48, 0.82),
    0 17px 0 -11px rgba(12, 8, 28, 0.62),
    0 28px 42px -18px rgba(70, 36, 140, 0.5),
    0 42px 78px -28px rgba(3, 1, 14, 0.72),
    0 0 0 1px rgba(167, 139, 250, 0.14),
    inset 0 0 0 1px rgba(167, 139, 250, 0.2),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.1),
    inset 0 -22px 42px -30px rgba(0, 0, 0, 0.72);
}

/* ── 5) 宮位格（page-app.html .rz-cell）──────────────────────────── */
/* ⚠️ 只改 background / border / shadow —— grid 佈局完全是他們的 */
.iztro-palace {
  position: relative;
  transform-style: preserve-3d;
  border: none !important; /* 蓋掉 theme.css 的 1px 描邊，改用 inset 浮雕 */
  border-radius: 9px;
  background: linear-gradient(158deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.012));
  box-shadow:
    inset 1.5px 1.5px 0 rgba(255, 255, 255, 0.1),
    inset -1.5px -1.5px 0 rgba(0, 0, 0, 0.55),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 2px 0 rgba(18, 11, 42, 0.95),
    0 4px 0 -1px rgba(12, 7, 30, 0.9),
    0 7px 14px rgba(46, 24, 104, 0.55);
  color: rgba(244, 241, 250, 0.86);
  transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.28s, background 0.28s;
}

/* 縫隙呼吸光 —— page-app.html 的 .rz-cell::after / @keyframes rzSeam
   讓 12 宮之間的縫隙像鍵盤軸縫透出微光，增加層次感（使用者指定） */
.iztro-palace::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 10px;
  pointer-events: none;
  z-index: -1;
  animation: ifmSeam 2.6s ease-in-out infinite;
}
@keyframes ifmSeam {
  0%, 100% { box-shadow: 0 0 6px rgba(232, 197, 107, 0.14); }
  50%      { box-shadow: 0 0 18px rgba(232, 197, 107, 0.38), 0 0 6px rgba(232, 197, 107, 0.26); }
}
/* 錯開每一宮的呼吸相位，避免 12 宮同時亮（像跑馬燈掃過） */
.iztro-astrolabe > *:nth-child(3n)   .iztro-palace::after,
.iztro-astrolabe > .iztro-palace:nth-child(3n)::after   { animation-delay: 0.5s; }
.iztro-astrolabe > *:nth-child(3n+1) .iztro-palace::after,
.iztro-astrolabe > .iztro-palace:nth-child(3n+1)::after { animation-delay: 1.1s; }
.iztro-astrolabe > *:nth-child(3n+2) .iztro-palace::after,
.iztro-astrolabe > .iztro-palace:nth-child(3n+2)::after { animation-delay: 1.7s; }

/* 點選浮起 */
.iztro-palace:active {
  transform: translateZ(32px);
  background: linear-gradient(158deg, rgba(124, 92, 255, 0.24), rgba(124, 92, 255, 0.06));
  box-shadow:
    inset 1.5px 1.5px 0 rgba(255, 255, 255, 0.16),
    inset -1.5px -1.5px 0 rgba(0, 0, 0, 0.32),
    inset 0 0 24px rgba(124, 92, 255, 0.42),
    0 18px 38px rgba(4, 2, 16, 0.55);
}

/* ── 6) 他們的三種宮位高亮（focused / opposite / surrounded）────── */
/* 原本是螢光綠 #93f73d4f、黃綠 #aff46f24 —— 在深底上很刺眼，改成金/紫 */
.iztro-palace.focused-palace {
  background: radial-gradient(120% 110% at 50% 0, rgba(124, 92, 255, 0.34), rgba(124, 92, 255, 0.06));
  transform: translateZ(46px);
  box-shadow:
    inset 0 0 0 1.4px rgba(232, 197, 107, 0.78),
    inset 1.5px 1.5px 0 rgba(255, 255, 255, 0.12),
    inset 0 0 34px rgba(232, 197, 107, 0.3),
    inset 0 0 16px rgba(124, 92, 255, 0.32),
    0 22px 42px rgba(4, 2, 16, 0.6);
}
.iztro-palace.opposite-palace {
  background: linear-gradient(158deg, rgba(91, 200, 214, 0.22), rgba(91, 200, 214, 0.05));
  box-shadow:
    inset 0 0 0 1.2px rgba(91, 200, 214, 0.5),
    inset 1.5px 1.5px 0 rgba(255, 255, 255, 0.1),
    0 7px 14px rgba(46, 24, 104, 0.55);
}
.iztro-palace.surrounded-palace {
  background: linear-gradient(158deg, rgba(167, 139, 250, 0.16), rgba(167, 139, 250, 0.03));
  box-shadow:
    inset 0 0 0 1px rgba(167, 139, 250, 0.34),
    inset 1.5px 1.5px 0 rgba(255, 255, 255, 0.08),
    0 7px 14px rgba(46, 24, 104, 0.55);
}

/* ── 7) 星曜文字 ─────────────────────────────────────────────── */
.iztro-star-major {
  color: #FFFFFF !important;
  font-weight: 700;
  text-shadow: 0 1px 8px rgba(124, 92, 255, 0.6);
}
.iztro-palace-fate {
  color: var(--ifm-cream, #F4F1FA);
  font-weight: 700;
}
/* 流年/流月/流日/流時 標籤（.iztro-palace-fate span）
   ⚠️ 這是「我自己造成的迴歸」，記錄根因避免再犯：
      theme.css:211 有 `.iztro-palace-fate span { color:#fff; background-color: var(--iztro-color-major) }`
      —— 它把 --iztro-color-major 當「背景色」用，不是文字色。
      原版 major 是深紫 #531dab（白字在上面對比 8.4，看得見）；
      我把 major 改成亮紫 #C9B9FF 提亮主星文字，結果連帶讓這裡變成
      「白字 on #C9B9FF」＝ 對比 1.77，整個標籤看不見（巡檢在 5 種尺寸都抓到）。
      解法：這個 span 不吃 major，改用深紫底 + 白字。
   註：span 本身沒有 class、沒有 inline style，只能靠 .iztro-palace-fate span 打到。 */
.iztro-palace-fate span {
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.95), rgba(80, 54, 190, 0.98)) !important;
  background-color: rgba(96, 66, 210, 0.98) !important; /* 打底，確保不吃 major */
  color: #FFFFFF !important;
  font-weight: 700;
  border: 1px solid rgba(201, 185, 255, 0.5);
  border-radius: 5px;
  padding: 0 4px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 8px rgba(124, 92, 255, 0.42);
}

/* dynamic-name 容器內的標籤（另一組，走各自的色相） */
.iztro-palace-dynamic-name > span {
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.95), rgba(80, 54, 190, 0.98)) !important;
  color: #FFFFFF !important;
  font-weight: 700;
  border: 1px solid rgba(201, 185, 255, 0.55) !important;
  border-radius: 5px;
  padding: 0 4px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 8px rgba(124, 92, 255, 0.45);
}
/* 各運限標籤（大限/流年/流月/流日/流時）
   ⚠️ 同一個根因：Izpalace.css:64-82 把 --iztro-color-decadal / -yearly /
      -monthly / -daily / -hourly 當「background-color」用（不是文字色）。
      這些變數在 theme.css 又指向 --iztro-color-active / -decorator-2 / -nice /
      -decorator-1 / -text —— 我為了提亮文字把那些改亮，連帶讓這五個標籤
      全部變成「白字配淺底」（巡檢抓到 yearly 對比 1.79）。
      解法：這裡直接指定深底 + 白字，不吃那些被我改亮的變數。 */
.iztro-palace-fate .iztro-palace-decadal-active {
  background: linear-gradient(135deg, rgba(90, 130, 210, 0.98), rgba(40, 74, 150, 0.99)) !important;
  color: #FFFFFF !important;
}
.iztro-palace-fate .iztro-palace-yearly-active {
  background: linear-gradient(135deg, rgba(178, 106, 146, 0.98), rgba(118, 56, 92, 0.99)) !important;
  color: #FFFFFF !important;
}
.iztro-palace-fate .iztro-palace-monthly-active {
  background: linear-gradient(135deg, rgba(50, 140, 158, 0.98), rgba(24, 88, 104, 0.99)) !important;
  color: #FFFFFF !important;
}
.iztro-palace-fate .iztro-palace-daily-active {
  background: linear-gradient(135deg, rgba(166, 132, 52, 0.98), rgba(110, 84, 22, 0.99)) !important;
  color: #FFFFFF !important;
}
.iztro-palace-fate .iztro-palace-hourly-active {
  background: linear-gradient(135deg, rgba(108, 102, 140, 0.98), rgba(66, 62, 92, 0.99)) !important;
  color: #FFFFFF !important;
}

/* 大限/小限 等 scope 標籤 */
.iztro-palace-scope > span,
.iztro-palace-scope [class*="active"] {
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.9), rgba(80, 54, 190, 0.96)) !important;
  color: #FFFFFF !important;
  border-radius: 5px;
  padding: 0 4px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
.iztro-star-mutagen {
  color: #0C0818 !important; /* 四化標籤：深底淺字反轉 */
  font-weight: 700;
}

/* ── 8) 中宮（基本資訊）───────────────────────────────────────── */
.iztro-center-palace {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: var(--ifm-cream, #F4F1FA);
  backdrop-filter: blur(8px);
}
.iztro-center-palace * {
  border-color: rgba(167, 139, 250, 0.2) !important;
}

/* ── 9) RWD ──────────────────────────────────────────────────── */

/* ═══ 電腦版（>900px）═══
   ⚠️ 原本 .iztro-astrolabe 是 width:100%，在 1400px+ 螢幕會攤成一條超寬扁盤
      （使用者回報「變一大坨」）。
      對齊 page-app.html 的 .rz-stage：width:min(100%,90vw,720px) + 置中。 */
@media (min-width: 900px) {
  .map-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 18px 24px 40px;
    perspective: 1800px;
    perspective-origin: 50% 30%;
  }
  /* ⚠️⚠️ 第二輪修正（使用者：「電腦版的命盤你也沒有幫我做適配…
     你這樣做還是沒有做到完整的適配」）
     先前寫 width: min(100%, 86vw, 940px) 有兩個錯：

     錯 1｜只鎖寬、不管高。命盤是「方盤」（aspect ≈ 1:1），
        但 .map-wrap 是 flex-1，高度 = 視窗 − header − 底部 bar。
        1440×900 時可用高只有 ~760px，盤卻被允許長到 940px 寬
        → 高度必然溢出，使用者要捲動才看得完整個盤。
        正解：寬度必須同時受「可用高度」約束 → min(寬約束, 高約束)。

     錯 2｜1440 與 1920 算出同一個值。
        86vw 在 1440 = 1238px、在 1920 = 1651px，兩者都 > 940px
        → 940px 恆勝 → 兩個斷點長得一模一樣。
        使用者說「你版面很明顯做成 1440*1080 也是辦法對吧」——正是這個。
        正解：用 vh 當主約束，讓不同螢幕真的算出不同尺寸。 */
  .iztrolabe-wrap {
    /* 高度約束：可用高 ≈ 100vh − header(40) − 底部bar(80) − padding(58)
       盤是方的，所以「可用高」直接就是寬度上限。
       立體模式下 rotateX 會壓縮視覺高度，故 scale 另外補。 */
    width: min(100%, 88vw, calc(100vh - 178px), 940px);
    max-width: 940px;
    margin: 0 auto;
  }
  .iztro-astrolabe.iztro-astrolabe {
    border-radius: 26px;
    padding: 12px;
  }
  .iztro-palace {
    border-radius: 12px;
  }
  /* 電腦版字可以大一點（螢幕遠、資訊多） */
  .iztro-astrolabe-theme-default {
    --iztro-star-font-size-big: 15px;
    --iztro-star-font-size-small: 13px;
  }
  /* 電腦版有滑鼠，傾角可以大一點更有戲 */
  .map-wrap.is-tilt .iztrolabe-wrap {
    transform: rotateX(17deg) scale(0.92);
  }
  /* 地板光暈跟著盤的寬度 */
  .map-wrap::before {
    width: min(88vw, calc(100vh - 178px), 940px);
    height: 22%;
  }
}

/* ═══ 超寬螢幕（≥1600px）—— 與 1440 分開，不共用 ═══
   #app 已收進 1180px 舞台（見 _ifm-global.scss），這裡的 vw 不再有意義。
   1920×1080 的可用高只有 ~900px，盤反而要比 1440 更節制；
   多出來的橫向空間拿來給盤「呼吸」，不是把盤撐大。 */
@media (min-width: 1600px) {
  .map-wrap {
    padding: 24px 24px 48px;
    perspective: 2200px;
  }
  .iztrolabe-wrap {
    /* 舞台寬 1180 − padding 48 = 1132；但高度才是真瓶頸 */
    width: min(1132px, calc(100vh - 190px), 940px);
  }
  .map-wrap::before {
    width: min(calc(100vh - 190px), 940px);
  }
  /* 傾角再大一點：寬螢幕視距遠，戲劇性可以強 */
  .map-wrap.is-tilt .iztrolabe-wrap {
    transform: rotateX(19deg) scale(0.94);
  }
}

/* ═══ 矮螢幕保險（如 1440×720、筆電 768p）═══
   高度約束會讓盤變很小，此時字級要跟著降，否則字塞不進格 */
@media (min-width: 900px) and (max-height: 800px) {
  .iztro-astrolabe-theme-default {
    --iztro-star-font-size-big: 13px;
    --iztro-star-font-size-small: 11px;
  }
}

/* ═══ 平板（560–900px）═══ */
@media (min-width: 561px) and (max-width: 899px) {
  .map-wrap {
    display: flex;
    justify-content: center;
    padding: 12px 16px 32px;
  }
  .iztrolabe-wrap {
    width: min(100%, 94vw, 720px);
    margin: 0 auto;
  }
  .iztro-astrolabe-theme-default {
    --iztro-star-font-size-big: 14px;
    --iztro-star-font-size-small: 12px;
  }
}

/* 手機：降低傾角，否則盤會太扁看不清 */
@media (max-width: 560px) {
  .map-wrap {
    perspective: 900px;
    /* 【換皮】命盤加寬：把可用寬度榨到最大，但保留 6px 安全邊
       （使用者：「有些資訊會超出 bar，命盤要寬一點但不要破 margin」） */
    padding-left: 0;
    padding-right: 0;
  }
  .iztrolabe-wrap {
    /* 原 8px → 3px，左右各省 5px = 盤多 10px 可用寬 */
    padding: 6px 3px 12px;
  }
  .iztro-astrolabe.iztro-astrolabe {
    /* 原 8px → 5px；grid gap 也縮，讓宮位格本身變寬 */
    padding: 5px;
    grid-gap: 2px !important;
  }
  .iztro-palace {
    /* 宮位內距壓縮，讓文字有更多空間（原 3px） */
    padding: 2px !important;
  }
  .map-wrap.is-tilt {
    perspective-origin: 50% 30%;
    padding-bottom: 32px;
  }
  .map-wrap.is-tilt .iztrolabe-wrap {
    /* 手機透視更淺（perspective 900），放大量較小，scale 可以留大一點 */
    transform: rotateX(11deg) scale(0.86);
    transform-origin: 50% 0;
  }
  .iztro-astrolabe.iztro-astrolabe {
    border-radius: 16px;
    padding: 5px;
  }
  .iztro-palace {
    border-radius: 7px;
  }
}

/* 觸控裝置：:active 才有回饋（hover 在觸控上不會觸發） */
@media (hover: hover) {
  .iztro-palace:hover {
    transform: translateZ(32px);
    background: linear-gradient(158deg, rgba(124, 92, 255, 0.24), rgba(124, 92, 255, 0.06));
  }
}

/* ############################################################################
   第二輪修正（使用者 2026-07-17 反饋）
   ############################################################################ */

/* ── 流年盤：運限標籤蓋到下方文字 ──────────────────────────────────
   ⚠️ 使用者回報：「點擊流年盤時，文字會被蓋到」

   根因（Izpalace.css:57-62）：
     .iztro-palace-fate {
       grid-area: fate;
       align-self: flex-end;
       white-space: nowrap;
       display: flex;
       height: 17px;        ← 死高
     }
   本命盤時這格是空的或只有 1 個標籤，17px 剛好。
   切到流年盤，同一格會塞進最多 5 個運限標籤
   （大限 / 流年 / 流月 / 流日 / 流時），而且：
     - white-space:nowrap → 不換行
     - height:17px 固定 → 內容撐不開容器
     - align-self:flex-end → 從底部往外溢
   於是標籤整排壓在下一列（.iztro-palace-footer 的長生/博士/歲前）上面。

   修法：只放寬「容器高度」與「允許換行」，
        不動 grid-area、不動哪些標籤要顯示（那是他們的邏輯）。 */
.iztro-palace .iztro-palace-fate {
  height: auto !important;      /* 死高 17px → 由內容決定 */
  min-height: 17px;             /* 但保底，維持本命盤時的原始間距 */
  flex-wrap: wrap;              /* 5 個標籤塞不下時換行，而不是溢出 */
  white-space: normal !important;
  row-gap: 2px;
  align-content: flex-end;
  /* 標籤在最上層，不被相鄰格的浮雕陰影蓋住 */
  position: relative;
  z-index: 3;
}

/* 運限標籤本體：縮成剛好，讓 5 個有機會排進一列 */
.iztro-palace .iztro-palace-fate span {
  line-height: 1.35;
  padding: 0 3px;
  border-radius: 4px;
  font-size: calc(var(--iztro-star-font-size-small) * 0.95);
}

/* 手機：空間最緊，標籤再壓一級 */
@media (max-width: 560px) {
  .iztro-palace .iztro-palace-fate span {
    padding: 0 2px;
    font-size: calc(var(--iztro-star-font-size-small) * 0.9);
  }
  .iztro-palace .iztro-palace-fate {
    row-gap: 1px;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
}

/* 流年盤模式下，宮位格需要更多垂直空間給運限標籤
   ⚠️ 不改 grid-template-areas（他們的排列邏輯），只給格子多一點內距 */
.iztro-palace:has(.iztro-palace-fate span) {
  padding-bottom: 3px !important;
}

/* ── 太極點標籤（.iztro-palace-name-taichi）──────────────────────
   同一個「把 --iztro-color-major 當背景色用」的根因
   （Izpalace.css:108 background-color: var(--iztro-color-major) + color:#fff）
   我把 major 改亮紫 #C9B9FF 後，這裡也變成白字 on 亮紫 = 對比 1.77。 */
.iztro-palace .iztro-palace-name-taichi {
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.98), rgba(80, 54, 190, 0.99)) !important;
  background-color: rgba(96, 66, 210, 0.98) !important;
  color: #FFFFFF !important;
}
.confirm-view {
  width: 342px;
  background-color: #fff;
  border-radius: 15px;
  padding: 36px 26px;
  position: relative;
  box-sizing: border-box;
}
.confirm-view .xicon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.confirm-view .confirm-title {
  font-size: 24px;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
  padding: 0 16px;
}
.confirm-view .confirm-sub-title {
  font-size: 14px;
  color: rgb(144, 153, 165);
  padding: 0 16px;
}
.confirm-view .confirm-button {
  margin-top: 40px;
}
.confirm-view .confirm-button > div {
  width: 128px;
  height: 48px;
  border-radius: 28px;
  font-weight: 600;
  font-size: 14px;
  background-color: rgb(215, 215, 215);
  color: #fff;
}
.confirm-view .confirm-button > div:last-child {
  background-color: #9e7cef;
  margin-left: 20px;
}.popup-new-link {
  background-color: #fff;
  border-radius: 10px;
  width: 270px;
}
.popup-new-link .title {
  margin-top: 20px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.popup-new-link input {
  width: 230px;
  height: 36px;
  border: 1px solid #eee;
  border-radius: 30px;
  background-color: rgb(246, 248, 254);
  outline: none;
  padding: 0 16px;
  padding-right: 40px;
  box-sizing: border-box;
}
.popup-new-link .input-wrap {
  position: relative;
  margin-bottom: 20px;
}
.popup-new-link .input-wrap > div {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: #6d6d6d;
  font-size: 13px;
}
.popup-new-link .button-box {
  width: 100%;
  border-top: 1px solid #eee;
}
.popup-new-link .button-box > div {
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: rgb(0, 122, 255);
  font-size: 14px;
}
.popup-new-link .button-box > div:last-child {
  font-weight: bold;
  border-left: 1px solid #eee;
}.history-view.history-view {
  width: min(420px, 92vw) !important;
  height: 100% !important;
  min-height: 0;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
  color: #f7f3ff;
  background: radial-gradient(95% 44% at 8% 0%, rgba(124, 92, 255, 0.28), transparent 72%), linear-gradient(165deg, #191032 0%, #0d091d 55%, #090612 100%) !important;
  border-right: 1px solid rgba(192, 180, 227, 0.16);
  box-shadow: 28px 0 70px rgba(3, 1, 14, 0.66);
}
.history-view.history-view .history-panel-header {
  min-height: 104px;
  padding: 24px 22px 18px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(192, 180, 227, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
}
.history-view.history-view .history-back {
  width: 38px;
  height: 38px;
  padding: 0;
  display: grid;
  place-items: center;
  color: #d7c9ff;
  border-radius: 12px;
  border: 1px solid rgba(167, 139, 250, 0.17);
  background: rgba(124, 92, 255, 0.09);
  cursor: pointer;
}
.history-view.history-view .history-heading-copy {
  min-width: 0;
}
.history-view.history-view .history-kicker {
  margin-bottom: 3px;
  color: #38e6a2;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.history-view.history-view .history-heading {
  color: #f8f6ff;
  font-size: 22px;
  font-weight: 760;
  line-height: 1.25;
}
.history-view.history-view .history-count {
  padding: 5px 9px;
  color: rgba(238, 235, 243, 0.58);
  font-size: 10px;
  white-space: nowrap;
  border-radius: 999px;
  border: 1px solid rgba(192, 180, 227, 0.12);
  background: rgba(255, 255, 255, 0.035);
}
.history-view.history-view .history-range-tabs {
  margin: 18px 18px 10px;
  padding: 4px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  border-radius: 15px;
  border: 1px solid rgba(192, 180, 227, 0.1);
  background: rgba(5, 3, 13, 0.35);
}
.history-view.history-view .history-range-tabs button {
  min-width: 0;
  height: 38px;
  padding: 0 8px;
  color: rgba(238, 235, 243, 0.58) !important;
  font: inherit;
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
  border: 1px solid rgba(192, 180, 227, 0.1) !important;
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)) !important;
  box-shadow: none !important;
  transform: none;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.history-view.history-view .history-range-tabs button.active, .history-view.history-view .history-range-tabs button[aria-selected=true] {
  color: #fff !important;
  border-color: rgba(192, 180, 227, 0.48) !important;
  background: linear-gradient(125deg, #6e33b1 0%, #8f63ee 58%, rgba(56, 230, 162, 0.44) 145%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), inset 3px 0 0 #38e6a2, 0 8px 22px rgba(110, 51, 177, 0.34) !important;
  transform: translateY(-1px);
}
.history-view.history-view .history-scroll {
  min-height: 0;
  flex: 1;
  padding: 8px 18px 28px;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: rgba(167, 139, 250, 0.34) transparent;
}
.history-view.history-view .history-group + .history-group {
  margin-top: 19px;
}
.history-view.history-view .history-title {
  margin: 0 2px 8px !important;
  padding: 0 4px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(232, 197, 107, 0.76) !important;
  font-size: 10px !important;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.history-view.history-view .history-title::before {
  display: none !important;
}
.history-view.history-view .history-title span:last-child {
  color: rgba(238, 235, 243, 0.33);
}
.history-view.history-view .history-item {
  width: 100%;
  min-height: 52px;
  margin: 0 0 6px !important;
  padding: 0 12px !important;
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  color: rgba(245, 242, 252, 0.78) !important;
  font: inherit;
  font-size: 12px !important;
  text-align: left;
  border-radius: 13px !important;
  border: 1px solid rgba(192, 180, 227, 0.09) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018)) !important;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.history-view.history-view .history-item .history-item-mark {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #38e6a2;
  box-shadow: 0 0 10px rgba(56, 230, 162, 0.45);
}
.history-view.history-view .history-item .history-item-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  overflow: hidden;
}
.history-view.history-view .history-item .history-item-copy > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.history-view.history-view .history-item .history-item-copy small {
  color: rgba(221, 214, 240, 0.36);
  font-size: 9px;
}
.history-view.history-view .history-item time {
  color: rgba(221, 214, 240, 0.4);
  font-size: 9px;
  font-variant-numeric: tabular-nums;
}
.history-view.history-view .history-item:hover {
  transform: translateX(3px);
  color: #fff !important;
  border-color: rgba(56, 230, 162, 0.22) !important;
  background: linear-gradient(90deg, rgba(56, 230, 162, 0.09), rgba(124, 92, 255, 0.09)) !important;
}
.history-view.history-view .history-item.is-active {
  color: #fff !important;
  border-color: rgba(56, 230, 162, 0.28) !important;
  background: linear-gradient(90deg, rgba(56, 230, 162, 0.1), rgba(124, 92, 255, 0.14)) !important;
  box-shadow: inset 3px 0 0 rgba(56, 230, 162, 0.8);
}
.history-view.history-view .history-item.is-active .history-item-copy small {
  color: rgba(56, 230, 162, 0.82);
}
.history-view.history-view .empty-text {
  min-height: 250px;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(238, 235, 243, 0.58) !important;
  font-size: 12px;
  text-align: center;
}
.history-view.history-view .empty-text .xicon {
  color: #a78bfa;
}
.history-view.history-view .empty-text small {
  color: rgba(221, 214, 240, 0.36);
  font-size: 10px;
}

@media (max-width: 560px) {
  .history-view.history-view {
    width: 88vw !important;
  }
  .history-view.history-view .history-panel-header {
    min-height: 92px;
    padding: 18px 16px 14px;
  }
  .history-view.history-view .history-range-tabs {
    margin: 14px 12px 8px;
  }
  .history-view.history-view .history-range-tabs button {
    font-size: 13px;
  }
  .history-view.history-view .history-scroll {
    padding: 8px 12px 22px;
  }
  .history-view.history-view .history-title {
    font-size: 11px !important;
  }
  .history-view.history-view .history-item {
    min-height: 56px;
    font-size: 13px !important;
  }
  .history-view.history-view .history-item .history-item-copy small,
  .history-view.history-view .history-item time {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .history-view.history-view .history-item,
  .history-view.history-view .history-range-tabs button {
    transition: none !important;
  }
}.mine-view {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overscroll-behavior: none;
}
.mine-view::-webkit-scrollbar {
  display: none;
}
.mine-view .mine-bar {
  height: 120px;
  padding-top: 5px;
  background-image: linear-gradient(180deg, #8d62f4 0%, #c9c5f9 145%);
  position: relative;
  margin-bottom: 70px;
}
.mine-view .mine-bar .bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mine-view .mine-bar .mine-info-wrap {
  margin-left: 20px;
  margin-top: 20px;
}
.mine-view .mine-bar .mine-info-wrap .mine-info {
  margin-left: 16px;
}
.mine-view .mine-bar .mine-info-wrap .mine-info .mine-name {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
}
.mine-view .mine-bar .mine-info-wrap .mine-info .mine-other > div:first-child {
  font-size: 12px;
  width: 67px;
  height: 24px;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 20px;
  margin-right: 20px;
  position: relative;
}
.mine-view .mine-bar .mine-info-wrap .mine-info .mine-other > div:last-child {
  color: #4b4b4b;
  font-size: 14px;
}
.mine-view .mine-bar .mine-card {
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -38px;
  padding: 16px 28px;
  box-shadow: -1px 4px 9px 0px #ebebeb;
}
.mine-view .mine-bar .mine-card .title {
  font-size: 17px;
  color: #000;
  margin-bottom: 5px;
}
.mine-view .mine-bar .mine-card .sub-title {
  font-size: 12px;
  color: #808080;
}
.mine-view .card-group {
  margin: 0 20px;
}
.mine-view .card-group .title {
  font-size: 16px;
  color: #787878;
  margin-bottom: 10px;
}
.mine-view .card-group .card-group-wrap {
  border-radius: 10px;
  position: relative;
  background-color: rgba(141, 98, 244, 0.2);
}
.mine-view .card-group .card-group-wrap .card-item {
  padding: 16px 28px;
  position: relative;
}
.mine-view .card-group .card-group-wrap .card-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  border-bottom: 1px solid #d9d4d4;
}
.mine-view .card-group .card-group-wrap .card-item img {
  margin-right: 10px;
}
.mine-view .card-group .card-group-wrap .card-item .icon-forward {
  position: absolute;
  right: 28px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.mine-view .card-group-mine {
  margin-top: 28px;
}
.mine-view .logout-button {
  padding: 16px 28px;
  position: relative;
  background-color: rgba(141, 98, 244, 0.2);
  margin: 0 20px;
  border-radius: 10px;
  margin-top: 30px;
}
.mine-view .logout-button .xicon {
  margin-right: 10px;
}
.mine-view .picture {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}
.mine-view .picture::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #8d62f4;
}
.mine-view .picture div {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #9972f3;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  border-radius: 50%;
}

.mine-mascot-stage {
  display: none;
}

.guid {
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
.guid .bg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.guid .back {
  position: absolute;
  top: 10px;
  left: 20px;
}
.guid .content {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  background-color: #fff;
  height: calc(100vh - 80px);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.guid .header {
  margin: 10px;
}
.guid .header img {
  width: 21px;
  margin-top: -2px;
  margin-right: 16px;
}
.guid .title-1 {
  margin: 10px;
  margin-left: 20px;
  font-size: 16px;
}
.guid .title-2 {
  margin: 10px;
  margin-left: 20px;
  margin-top: 20px;
  font-size: 14px;
}
.guid .guid-2 {
  width: 322px;
  margin-left: 20px;
  margin-top: 16px;
}
.guid .title-3 {
  font-size: 14px;
  margin-top: 40px;
  margin-left: 20px;
}
.guid .guid-3 {
  width: 322px;
  margin-left: 20px;
  margin-top: 16px;
}
.guid .tips {
  padding: 16px 20px;
  line-height: 22px;
  color: #7b7b7b;
}.profile-view {
  width: 100vw;
  height: 100%;
  background: #fff;
}
.profile-view .profile-bar {
  height: 100px;
  padding-top: 10px;
  background-image: linear-gradient(to bottom, #3dcabd, #b6fff8);
  position: relative;
}
.profile-view .profile-bar .bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-view .profile-bar .xicon {
  position: absolute;
  left: 10px;
  bottom: 50px;
}
.profile-view .profile-info-wrap {
  position: relative;
  top: -26px;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 0 38px;
  overflow: hidden;
}
.profile-view .profile-info-wrap .info-bar {
  margin-top: 30px;
  height: 100px;
  position: relative;
}
.profile-view .profile-info-wrap .info-bar img {
  position: absolute;
  right: -10px;
  bottom: 10px;
  top: -30px;
}
.profile-view .profile-info-wrap .info-bar .title {
  font-size: 24px;
  color: #000;
}
.profile-view .profile-info-wrap .info-bar .sub-title {
  font-size: 14px;
  color: #9099a5;
  margin-top: 8px;
  width: 200px;
  line-height: 20px;
}
.profile-view .profile-info-wrap .info-bar .icon-profile {
  margin-top: 15px;
}
.profile-view .form-item {
  margin-bottom: 28px;
}
.profile-view .form-item .form-name {
  font-size: 16px;
  margin-bottom: 16px;
}
.profile-view .form-item input {
  height: 48px;
  outline: none;
  border: 1px solid #e1e3e8;
  border-radius: 10px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.profile-view .form-item .sex-select > div {
  width: 145px;
  height: 48px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
}
.profile-view .form-item .sex-select > div:first-child {
  margin-right: 20px;
}
.profile-view .form-item .sex-select .active {
  border-color: #8d62f4;
  color: #8d62f4;
  background-color: #d7caf5;
}
.profile-view .form-item .birthday-select {
  width: 160px;
  height: 32px;
  border-radius: 30px;
  background-color: #f5f5f5;
  color: #bebebe;
  position: relative;
}
.profile-view .form-item .birthday-select::before {
  content: "";
  position: absolute;
  border-radius: 30px;
  width: 50%;
  height: 100%;
  background-color: #3dcabd;
  transition: transform 0.3s;
}
.profile-view .form-item .birthday-select div {
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.profile-view .form-item .birthday-select-active-1 div:first-child {
  color: #fff;
}
.profile-view .form-item .birthday-select-active-2::before {
  transform: translateX(100%);
}
.profile-view .form-item .birthday-select-active-2 div:last-child {
  color: #fff;
}
.profile-view .form-item .select-input {
  height: 48px;
  outline: none;
  border: 1px solid #e1e3e8;
  border-radius: 10px;
  padding: 0 10px;
  position: relative;
  margin-top: 20px;
}
.profile-view .form-item .select-input span {
  color: #7a7a7a;
}
.profile-view .form-item .select-input img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.profile-view .submit {
  width: 322px;
  height: 48px;
  background-color: #9e7cef;
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.profile-view .add-user {
  text-align: center;
  color: #9e7cef;
  font-size: 16px;
  margin-top: 20px;
}
.profile-view .form-waring {
  color: #a53737;
  margin-top: 8px;
  margin-left: 5px;
}.member-view, .pay-history-view {
  width: 100vw;
  height: 100%;
  background: #fff;
}
.member-view .member-bar, .pay-history-view .member-bar {
  height: 120px;
  padding-top: 24px;
  background-image: linear-gradient(180deg, #8d62f4 0%, #c9c5f9 145%);
  position: relative;
  margin-bottom: 70px;
}
.member-view .member-bar .member-header, .pay-history-view .member-bar .member-header {
  padding: 0 10px;
  font-size: 14px;
  color: rgb(54, 54, 54);
  position: relative;
}
.member-view .member-bar .member-header .member-header-title, .pay-history-view .member-bar .member-header .member-header-title {
  text-align: center;
  font-size: 20px;
  color: rgb(0, 0, 0);
}
.member-view .member-bar .member-header .member-header-title > div, .pay-history-view .member-bar .member-header .member-header-title > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.member-view .member-bar .member-card, .pay-history-view .member-bar .member-card {
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -38px;
  height: 68px;
  padding: 0 24px;
  box-shadow: -1px 4px 9px 0px #ebebeb;
  font-size: 17px;
  color: #000;
  margin-bottom: 5px;
}
.member-view .member-bar .member-card .sub-title, .pay-history-view .member-bar .member-card .sub-title {
  font-size: 10px;
  color: rgb(128, 128, 128);
  white-space: nowrap;
}
.member-view .member-bar .member-card .sub-title span, .pay-history-view .member-bar .member-card .sub-title span {
  font-size: 24px;
  color: rgb(188, 114, 228);
}
.member-view .member-tips-card, .pay-history-view .member-tips-card {
  height: 108px;
  width: calc(100% - 40px);
  background: radial-gradient(74.86% 74.86% at 25.14% 50%, #c9c5f9 0%, #8d62f4 100%);
  background-size: cover;
  margin-left: 20px;
  border-radius: 10px;
  box-sizing: border-box;
}
.member-view .member-tips-card img, .pay-history-view .member-tips-card img {
  margin-left: 30px;
}
.member-view .member-tips-card .member-tips-info, .pay-history-view .member-tips-card .member-tips-info {
  margin-left: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.member-view .member-tips-card .member-tips-info > div:last-child, .pay-history-view .member-tips-card .member-tips-info > div:last-child {
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
}
.member-view .title, .pay-history-view .title {
  color: rgb(120, 120, 120);
  font-size: 16px;
  margin: 30px 0 20px 20px;
}
.member-view .member-select-card, .pay-history-view .member-select-card {
  height: 108px;
  width: calc(100% - 40px);
  margin-left: 20px;
}
.member-view .member-select-card > div, .pay-history-view .member-select-card > div {
  width: 110px;
  height: 108px;
  color: rgb(26, 26, 26);
  border: 3px solid rgb(255, 255, 255);
  background: rgba(141, 98, 244, 0.2);
  border-radius: 10px;
}
.member-view .member-select-card > div > div, .pay-history-view .member-select-card > div > div {
  margin-top: 5px;
  font-size: 16px;
}
.member-view .member-select-card > div .sub-title, .pay-history-view .member-select-card > div .sub-title {
  font-size: 14px;
}
.member-view .member-select-card .active, .pay-history-view .member-select-card .active {
  border: 3px solid #8d62f4;
}
.member-view .member-submit, .pay-history-view .member-submit {
  margin: 60px auto 0 auto;
  width: 322px;
  height: 48px;
  background: #8d62f4;
  border-radius: 28px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.pay-view {
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  padding: 44px 0;
  background-color: #fff;
}
.pay-view #ECPayPayment {
  padding: 0 16px;
}
.pay-view .pay-submit {
  width: 100%;
  height: 44px;
  font-size: 16px;
  border-radius: 30px;
  background-color: #ce89f2;
  color: #fff;
  margin-top: 30px;
  padding: 0 16px;
  box-sizing: border-box;
}

.webview {
  width: 100vw;
  height: 100%;
  background: #fff;
}
.webview iframe {
  width: 100%;
  height: 100%;
}

.pay-history-view {
  height: 100vh;
}
.pay-history-view .member-bar {
  margin-bottom: 0;
}
.pay-history-view .pay-history-wrap {
  margin: 0 16px;
  transform: translateY(-36px);
  position: relative;
  z-index: 10;
  background: #ffffff;
  border-radius: 10px;
}
.pay-history-view .pay-history-wrap .pay-history-item {
  padding: 16px 28px;
  position: relative;
}
.pay-history-view .pay-history-wrap .pay-history-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  border-top: 1px solid #dedede;
  width: calc(100% - 56px);
}
.pay-history-view .pay-history-wrap .pay-history-item > div:first-child {
  font-size: 14px;
  color: #000;
}
.pay-history-view .pay-history-wrap .pay-history-item > div:first-child > div:first-child {
  font-weight: 600;
}
.pay-history-view .pay-history-wrap .pay-history-item > div:last-child {
  color: #808080;
  font-size: 12px;
  margin-top: 10px;
}
.pay-history-view .tips {
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
}:root {
  --ifm-ink: #0E0A1A;
  --ifm-violet: #7C5CFF;
  --ifm-violet-2: #A78BFA;
  --ifm-gold: #E8C56B;
  --ifm-teal: #5BC8D6;
  --ifm-cream: #F4F1FA;
  --ifm-canvas: #0E0307;
  --ifm-stage: #0D0C15;
  --ifm-surface: #15141F;
  --ifm-surface-raised: #1D1B2A;
  --ifm-surface-inset: #090910;
  --ifm-purple: #6E33B1;
  --ifm-purple-bright: #8D63E8;
  --ifm-mint: #38E6A2;
  --ifm-lavender: #C0B4E3;
  --ifm-offwhite: #EEEBF3;
  --ifm-line: rgba(192, 180, 227, .15);
  --ifm-line-strong: rgba(192, 180, 227, .28);
  --ifm-shadow-deep: 0 28px 72px rgba(3, 1, 8, .56);
  --ifm-serif: "Noto Serif TC", "Source Han Serif TC", "PingFang TC", "Songti TC",
               "Microsoft JhengHei UI", "Microsoft JhengHei", serif;
  --ifm-sans: "Noto Sans TC", "Source Han Sans TC", "PingFang TC",
               "Microsoft JhengHei UI", "Microsoft JhengHei", system-ui, sans-serif;
  --ifm-mono: "Space Grotesk", ui-monospace, "SF Mono", Consolas,
               "PingFang TC", "Microsoft JhengHei", sans-serif;
  --ifm-text-1: #F4F1FA;
  --ifm-text-2: rgba(244, 241, 250, .72);
  --ifm-text-3: rgba(244, 241, 250, .56);
  --ifm-surface-1: rgba(255, 255, 255, .06);
  --ifm-surface-2: rgba(255, 255, 255, .10);
  --ifm-stroke: rgba(255, 255, 255, .14);
  --ifm-stroke-gold: rgba(232, 197, 107, .38);
  --ifm-nebula-top: #1A1042;
  --ifm-w-form: 560px;
  --ifm-w-read: 880px;
  --ifm-w-board: 940px;
  --ifm-w-stage: 1440px;
  --ifm-gap: clamp(14px, 3.2vw, 22px);
  --ifm-gutter: clamp(16px, 4vw, 28px);
  --ifm-fs-title: clamp(17px, 2.2vw, 21px);
  --ifm-fs-body: clamp(14px, 1.6vw, 16px);
  --ifm-fs-note: clamp(11px, 1.2vw, 12.5px);
}

.map-view {
  height: 100%;
  background: linear-gradient(135deg, var(--ifm-nebula-top), var(--ifm-ink));
}
.map-view .map-bar {
  height: 40px;
  font-size: 24px;
  position: relative;
  background: rgba(14, 10, 26, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--ifm-stroke);
}
.map-view .map-bar .temp-title {
  color: var(--ifm-cream);
  position: relative;
  z-index: 10;
  font-size: 16px;
}
.map-view .map-bar .bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  opacity: 0.35;
  mix-blend-mode: screen;
}
.map-view .map-bar::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 24px;
  border-bottom: 2px solid var(--ifm-gold);
  box-shadow: 0 2px 10px rgba(232, 197, 107, 0.7);
  transform: translateX(-45px);
  transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 11;
}
.map-view .map-bar-1::before {
  transform: translateX(18px);
}
.map-view .map-bar .xicon {
  position: absolute;
  right: 16px;
}
.map-view .map-bar > div {
  position: relative;
  z-index: 10;
}
.map-view .map-bar > div > div {
  color: var(--ifm-text-3);
  font-size: 16px;
  transition: transform 0.2s, color 0.2s;
}
.map-view .map-bar > div > div:last-child {
  margin-left: 16px;
}
.map-view .map-bar .tab-active {
  color: var(--ifm-cream);
  transform: scale(1.3);
  text-shadow: 0 2px 12px rgba(124, 92, 255, 0.7);
}
.map-view .map-bar .scale-tools {
  font-size: 12px;
  position: absolute;
  right: 10px;
}
.map-view .map-bar .ifm-view-toggle {
  position: absolute;
  right: 46px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
  display: flex;
  gap: 2px;
  padding: 2px;
  border-radius: 9px;
  background: rgba(9, 6, 20, 0.66);
  border: 1px solid rgba(167, 139, 250, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 4px 12px rgba(0, 0, 0, 0.4);
}
.map-view .map-bar .ifm-view-toggle span {
  padding: 3px 9px;
  border-radius: 7px;
  font-size: 10.5px;
  font-weight: 700;
  color: var(--ifm-text-3);
  cursor: pointer;
  transition: all 0.24s cubic-bezier(0.2, 0.9, 0.2, 1.2);
  white-space: nowrap;
}
.map-view .map-bar .ifm-view-toggle span.on {
  color: #1A1005 !important;
  background-color: var(--ifm-gold);
  background-image: linear-gradient(135deg, var(--ifm-gold), #f3d98f);
  text-shadow: none;
  box-shadow: 0 2px 10px rgba(232, 197, 107, 0.5);
}
.map-view .map-bar-0 .ifm-view-toggle {
  right: 12px;
}
.map-view .temp-wrap > div {
  padding-right: 20px;
}
.map-view .temp-wrap > div img {
  width: 200px;
  height: 200px;
}
.map-view .temp-wrap > div div {
  padding-top: 50px;
  color: #5b5b5b;
  line-height: 20px;
  font-size: 12px;
}
.map-view .temp-wrap > div div span:first-child {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.map-view .temp-wrap > div:last-child {
  padding-left: 20px;
  padding-right: 0px;
  margin-top: 30px;
}
.map-view .temp-wrap > div:last-child img {
  margin-top: 30px;
}.home-view {
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.home-view .content-wrap {
  overflow: hidden;
}
.home-view .home-tabs {
  height: 60px;
  background-color: rgb(35, 23, 69);
  font-size: 12px;
  color: rgb(185, 185, 185);
}
.home-view .home-tabs span {
  margin-top: 5px;
}
.home-view .home-tabs .tab-ask {
  width: 47px;
  height: 52px;
  position: relative;
  margin: 0 80px;
}
.home-view .home-tabs .tab-ask > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-view .home-tabs .tabs-active {
  color: rgb(232, 232, 232);
}

.guide-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: rgb(31, 31, 31);
  font-size: 16px;
  font-weight: 700;
}
.guide-info > div {
  margin-top: 10px;
}
.guide-info .guide-sub-title {
  color: rgb(64, 64, 64);
  font-size: 14px;
  font-weight: 400;
}
.guide-info .guide-sub-title > span:last-child {
  margin-top: 5px;
}

.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}