/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --font-weight-bold: 700;
    --tracking-wider: .05em;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

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

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

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

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

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .top-full {
    top: 100%;
  }

  .bottom-full {
    bottom: 100%;
  }

  .z-10 {
    z-index: 10;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .ml-px {
    margin-left: 1px;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .table {
    display: table;
  }

  .flex-shrink {
    flex-shrink: 1;
  }

  .border-collapse {
    border-collapse: collapse;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .resize {
    resize: both;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .justify-center {
    justify-content: center;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .mask-repeat {
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
  }

  .text-center {
    text-align: center;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }

  .text-white {
    color: var(--color-white);
  }

  .italic {
    font-style: italic;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, #0000001a)) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, #0000000f));
    --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
}

:root {
  --primary-color: #42b883;
  --primary-hover: #33a06f;
  --primary-light: #e8f5e9;
  --text-color: #333;
  --text-secondary: #666;
  --text-muted: #999;
  --bg-color: #f5f5f5;
  --bg-white: #fff;
  --border-color: #e0e0e0;
  --shadow-sm: 0 1px 3px #0000001a;
  --shadow-md: 0 4px 6px #0000001a;
  --shadow-lg: 0 10px 15px #0000001a;
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 48px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-full: 9999px;
  --transition-fast: .15s ease;
  --transition-normal: .3s ease;
  --transition-slow: .5s ease;
  --glass-bg: #ffffff14;
  --glass-bg-subtle: #ffffff0f;
  --glass-bg-strong: #ffffff1f;
  --glass-border: #fff3;
  --glass-border-subtle: #ffffff1a;
  --glass-highlight: #ffffff4d;
  --glass-shadow: 0 4px 32px #00000040;
  --glass-blur: 12px;
  --glass-blur-subtle: 8px;
  --glass-blur-strong: 16px;
}

:root[data-theme="light"] {
  --glass-bg: #ffffff8c;
  --glass-bg-subtle: #ffffff6b;
  --glass-bg-strong: #ffffffad;
  --glass-border: #ffffffb3;
  --glass-border-subtle: #ffffff80;
  --glass-highlight: #ffffffd9;
  --glass-shadow: 0 4px 32px #0000001f;
  --glass-blur: 14px;
  --glass-blur-subtle: 10px;
  --glass-blur-strong: 18px;
}

:root {
  --text-primary: #fffffff0;
  --text-secondary: #ffffff8c;
  --text-muted: #fff6;
  --text-faint: #ffffff4d;
}

:root[data-theme="light"] {
  --text-primary: #000000d9;
  --text-secondary: #0000008c;
  --text-muted: #0006;
  --text-faint: #0000004d;
}

@font-face {
  font-family: Zen Maru Gothic;
  src: url("/assets/ZenMaruGothic-Medium-D_FVilR-.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f5f5f5;
  height: 100%;
  font-family: Zen Maru Gothic, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

button, input, textarea, select {
  font: inherit;
}

a {
  color: #42b883;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: #333;
}

ul {
  list-style: none;
}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }

  .container {
    padding: 0 15px;
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*!
  Theme: GitHub Dark Dimmed
  Description: Dark dimmed theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Colors taken from GitHub's CSS
*/
.hljs {
  color: #adbac7;
  background: #22272e
}
.hljs-doctag,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-variable.language_ {
  /* prettylights-syntax-keyword */
  color: #f47067
}
.hljs-title,
.hljs-title.class_,
.hljs-title.class_.inherited__,
.hljs-title.function_ {
  /* prettylights-syntax-entity */
  color: #dcbdfb
}
.hljs-attr,
.hljs-attribute,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-operator,
.hljs-variable,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-id {
  /* prettylights-syntax-constant */
  color: #6cb6ff
}
.hljs-regexp,
.hljs-string,
.hljs-meta .hljs-string {
  /* prettylights-syntax-string */
  color: #96d0ff
}
.hljs-built_in,
.hljs-symbol {
  /* prettylights-syntax-variable */
  color: #f69d50
}
.hljs-comment,
.hljs-code,
.hljs-formula {
  /* prettylights-syntax-comment */
  color: #768390
}
.hljs-name,
.hljs-quote,
.hljs-selector-tag,
.hljs-selector-pseudo {
  /* prettylights-syntax-entity-tag */
  color: #8ddb8c
}
.hljs-subst {
  /* prettylights-syntax-storage-modifier-import */
  color: #adbac7
}
.hljs-section {
  /* prettylights-syntax-markup-heading */
  color: #316dca;
  font-weight: bold
}
.hljs-bullet {
  /* prettylights-syntax-markup-list */
  color: #eac55f
}
.hljs-emphasis {
  /* prettylights-syntax-markup-italic */
  color: #adbac7;
  font-style: italic
}
.hljs-strong {
  /* prettylights-syntax-markup-bold */
  color: #adbac7;
  font-weight: bold
}
.hljs-addition {
  /* prettylights-syntax-markup-inserted */
  color: #b4f1b4;
  background-color: #1b4721
}
.hljs-deletion {
  /* prettylights-syntax-markup-deleted */
  color: #ffd8d3;
  background-color: #78191b
}
.hljs-char.escape_,
.hljs-link,
.hljs-params,
.hljs-property,
.hljs-punctuation,
.hljs-tag {
  /* purposely ignored */
  
}
.svg-icon[data-v-1b6547ea] {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-image: var(--icon-url);
  mask-image: var(--icon-url);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.bg-picker[data-v-6cbaee34] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* 预览区 */
.picker-preview-wrap[data-v-6cbaee34] {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: rgba(255, 255, 255, 0.04);
}
.picker-preview[data-v-6cbaee34] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.picker-arrow[data-v-6cbaee34] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  cursor: pointer;
  transition: background 0.2s ease;
}
.picker-arrow[data-v-6cbaee34]:hover {
  background: rgba(0, 0, 0, 0.65);
}
.picker-arrow--left[data-v-6cbaee34] {
  left: 0.4rem;
}
.picker-arrow--right[data-v-6cbaee34] {
  right: 0.4rem;
}

/* 圆点指示器 */
.picker-dots[data-v-6cbaee34] {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.35rem;
}
.picker-dot[data-v-6cbaee34] {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
}
.picker-dot--active[data-v-6cbaee34] {
  background: rgba(255, 255, 255, 0.9);
  width: 1.2rem;
  border-radius: 999px;
}

/* 网格切换按钮 */
.picker-grid-header[data-v-6cbaee34] {
  display: flex;
  justify-content: flex-end;
}
.picker-grid-toggle[data-v-6cbaee34] {
  border: none;
  background: none;
  color: var(--text-secondary);
  font-size: 0.72rem;
  cursor: pointer;
  padding: 0.2rem 0;
  transition: color 0.2s ease;
}
.picker-grid-toggle[data-v-6cbaee34]:hover {
  color: var(--text-primary);
}

/* 缩略图网格 */
.picker-grid[data-v-6cbaee34] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
}
.picker-thumb[data-v-6cbaee34] {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 2px solid transparent;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
}
.picker-thumb[data-v-6cbaee34]:hover {
  border-color: rgba(140, 185, 255, 0.4);
}
.picker-thumb--active[data-v-6cbaee34] {
  border-color: rgba(100, 160, 255, 0.8);
  box-shadow: 0 0 0 2px rgba(100, 160, 255, 0.25);
}
.picker-thumb-img[data-v-6cbaee34] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============================================
   液态玻璃导航栏 — 核心容器
   暗底透明玻璃 + backdrop-filter + 镜面高光
   ============================================ */
.liquid-glass-nav[data-v-a75f4e5d] {
  position: fixed;
  top: -1px;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 30px;
  margin: 0;
  width: 100%;
  max-width: 100%;

  /* 背景由独立伪元素承载，避免导航内容交互触发滤镜层重绘。 */
  background: transparent;
  border-radius: 0 0 16px 16px;

  /* 液态玻璃边缘光晕 */
  border: 1px solid rgba(255, 255, 255, 0.12);

  /* 内高光折射 + 外悬浮阴影 */
  box-shadow:
    0 4px 32px rgba(0, 0, 0, 0.25),
    0 12px 60px rgba(0, 0, 0, 0.15);
}
.liquid-glass-nav[data-v-a75f4e5d]::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  content: '';
  pointer-events: none;
}
.nav-left[data-v-a75f4e5d],
.nav-menu[data-v-a75f4e5d],
.nav-actions[data-v-a75f4e5d] {
  position: relative;
  z-index: 1;
}

/* ============================================
   左侧：Logo + 翻译
   ============================================ */
.nav-left[data-v-a75f4e5d] {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.logo[data-v-a75f4e5d] {
  font-weight: 800;
  font-size: 1.15rem;
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
  letter-spacing: 0.5px;
  white-space: nowrap;
  user-select: none;
  background: none;
}

/* 翻译按钮容器 */
.translate-wrap[data-v-a75f4e5d] {
  position: relative;
}
.translate-btn[data-v-a75f4e5d] {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.translate-btn[data-v-a75f4e5d]:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
}
.translate-icon[data-v-a75f4e5d] {
  font-size: 16px;
}
.translate-label[data-v-a75f4e5d] {
  white-space: nowrap;
}
.translate-arrow[data-v-a75f4e5d] {
  font-size: 10px;
  transition: transform 0.3s ease;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}
.translate-arrow.is-open[data-v-a75f4e5d] {
  transform: rotate(180deg);
}

/* 语言下拉菜单 — 液态玻璃,极高层级确保不被导航栏遮挡 */
.lang-menu[data-v-a75f4e5d] {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 1000;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  padding: 6px;
  border-radius: 12px;
  background: rgba(20, 20, 30, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.lang-item[data-v-a75f4e5d] {
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
  transition:
    color 0.15s ease,
    background 0.15s ease;
}
.lang-item[data-v-a75f4e5d]:hover {
  color: #3b82f6;
  background: rgba(255, 255, 255, 0.1);
}
.lang-item-active[data-v-a75f4e5d] {
  color: #60a5fa;
  background: rgba(96, 165, 250, 0.15);
  font-weight: 600;
}
.lang-drop-enter-active[data-v-a75f4e5d] {
  transition: all 0.2s ease;
}
.lang-drop-leave-active[data-v-a75f4e5d] {
  transition: all 0.15s ease;
}
.lang-drop-enter-from[data-v-a75f4e5d] {
  opacity: 0;
  transform: translateY(-6px);
}
.lang-drop-leave-to[data-v-a75f4e5d] {
  opacity: 0;
  transform: translateY(-4px);
}

/* ============================================
   中部菜单（仅桌面端）
   所有文字纯白 + text-shadow 确保星空背景可读
   ============================================ */
.nav-menu[data-v-a75f4e5d] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.menu-item[data-v-a75f4e5d] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
}
.menu-item[data-v-a75f4e5d]:hover {
  background: rgba(255, 255, 255, 0.12);
}
.menu-item.active[data-v-a75f4e5d] {
  color: #ffffff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.9);
}
.menu-icon[data-v-a75f4e5d] {
  font-size: 1.2rem;
  line-height: 1;
}
.menu-label[data-v-a75f4e5d] {
  font-size: 1rem;
}

/* 激活状态 — 带发光的蓝色小圆点指示器 */
.active-dot[data-v-a75f4e5d] {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background-color: #60a5fa;
  border-radius: 50%;
  box-shadow:
    0 0 8px rgba(96, 165, 250, 0.8),
    0 0 16px rgba(96, 165, 250, 0.4),
    0 0 24px rgba(96, 165, 250, 0.2);
}

/* ============================================
   右侧功能区（仅桌面端）
   ============================================ */
.nav-actions[data-v-a75f4e5d] {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.theme-toast[data-v-a75f4e5d] {
  position: absolute;
  top: calc(100% + 10px);
  right: 44px;
  max-width: min(280px, calc(100vw - 2rem));
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(18, 24, 38, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 1.4;
  white-space: nowrap;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 10px 28px rgba(0, 0, 0, 0.28);
}
.theme-toast-enter-active[data-v-a75f4e5d],
.theme-toast-leave-active[data-v-a75f4e5d] {
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
.theme-toast-enter-from[data-v-a75f4e5d],
.theme-toast-leave-to[data-v-a75f4e5d] {
  opacity: 0;
  transform: translateY(-6px) scale(0.98);
}
.tavern-confirm[data-v-a75f4e5d] {
  position: absolute;
  top: calc(100% + 18px);
  right: 0;
  width: min(320px, calc(100vw - 2rem));
  padding: 1rem;
  border: 1px solid rgba(255, 231, 186, 0.22);
  border-radius: 1.2rem;
  background:
    linear-gradient(135deg, rgba(44, 30, 20, 0.78), rgba(18, 24, 34, 0.7)), rgba(20, 18, 22, 0.68);
  color: rgba(255, 246, 225, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    inset 0 1px 0 rgba(255, 244, 218, 0.16),
    0 22px 54px rgba(0, 0, 0, 0.34);
}
.tavern-confirm-kicker[data-v-a75f4e5d] {
  margin: 0 0 0.38rem;
  color: rgba(255, 205, 134, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}
.tavern-confirm-title[data-v-a75f4e5d] {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.55;
}
.tavern-confirm-actions[data-v-a75f4e5d] {
  display: flex;
  justify-content: flex-end;
  gap: 0.55rem;
  margin-top: 0.95rem;
}
.tavern-confirm-btn[data-v-a75f4e5d] {
  border: 1px solid rgba(255, 238, 208, 0.2);
  border-radius: 999px;
  padding: 0.44rem 0.78rem;
  color: rgba(255, 246, 225, 0.92);
  cursor: pointer;
  font-size: 0.78rem;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}
.tavern-confirm-btn[data-v-a75f4e5d]:hover {
  transform: translateY(-1px);
}
.tavern-confirm-btn--ghost[data-v-a75f4e5d] {
  background: rgba(255, 255, 255, 0.06);
}
.tavern-confirm-btn--primary[data-v-a75f4e5d] {
  background: rgba(162, 96, 48, 0.42);
  border-color: rgba(255, 210, 145, 0.36);
}
.tavern-confirm-enter-active[data-v-a75f4e5d],
.tavern-confirm-leave-active[data-v-a75f4e5d] {
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}
.tavern-confirm-enter-from[data-v-a75f4e5d],
.tavern-confirm-leave-to[data-v-a75f4e5d] {
  opacity: 0;
  transform: translateY(-8px) scale(0.98);
}
.theme-pull-switch[data-v-a75f4e5d] {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 60px;
  height: 86px;
  padding: 0;
  border: none;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.32));
}
.switch-anchor[data-v-a75f4e5d] {
  position: absolute;
  top: 4px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.72),
    rgba(255, 255, 255, 0.18) 70%,
    transparent 72%
  );
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18),
    0 0 12px rgba(255, 255, 255, 0.32);
}
.switch-rig[data-v-a75f4e5d] {
  position: absolute;
  top: 4px;
  left: 50%;
  width: 34px;
  height: 82px;
  transform: translateX(-50%);
}
.switch-cord[data-v-a75f4e5d] {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  margin-left: -2px;
  height: var(--cord-length, 48px);
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.18),
      rgba(255, 255, 255, 0.86),
      rgba(255, 255, 255, 0.22)
    ),
    rgba(255, 255, 255, 0.18);
  box-shadow:
    0 0 8px rgba(255, 255, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transform-origin: top center;
  transition:
    height 0.28s ease,
    transform 0.28s ease;
  transform: rotate(var(--cord-angle, 0rad));
}
.switch-handle[data-v-a75f4e5d] {
  position: absolute;
  top: var(--handle-y, 48px);
  left: 50%;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.62), transparent 32%),
    radial-gradient(circle at 70% 78%, rgba(96, 165, 250, 0.16), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -10px 18px rgba(0, 0, 0, 0.16),
    0 6px 18px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1),
    top 0.28s cubic-bezier(0.34, 1.56, 0.64, 1),
    background 0.28s ease,
    border-color 0.28s ease;
  transform: translateX(calc(-50% + var(--handle-x, 0px))) translateY(-50%);
}
.theme-icon[data-v-a75f4e5d] {
  grid-area: 1 / 1;
  font-size: 18px;
  transition:
    opacity 0.22s ease,
    transform 0.28s ease;
}
.theme-icon-sun[data-v-a75f4e5d] {
  color: #fde68a;
  opacity: 1;
  filter: drop-shadow(0 0 8px rgba(253, 230, 138, 0.55));
}
.theme-icon-moon[data-v-a75f4e5d] {
  color: #bfdbfe;
  opacity: 0;
  transform: translateY(4px) rotate(-18deg) scale(0.7);
  filter: drop-shadow(0 0 8px rgba(147, 197, 253, 0.45));
}
.theme-pull-switch:hover .switch-handle[data-v-a75f4e5d] {
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.62), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(96, 165, 250, 0.14));
  border-color: rgba(255, 255, 255, 0.48);
}
.theme-pull-switch:active .switch-handle[data-v-a75f4e5d] {
  transform: translateX(calc(-50% + var(--handle-x, 0px))) translateY(-50%) scale(0.96);
}
.theme-pull-switch.is-dragging .switch-cord[data-v-a75f4e5d],
.theme-pull-switch.is-dragging .switch-handle[data-v-a75f4e5d],
.theme-pull-switch.is-dragging .theme-icon[data-v-a75f4e5d] {
  transition-duration: 0s;
}
.theme-pull-switch.is-moon .switch-handle[data-v-a75f4e5d] {
  transform: translateX(calc(-50% + var(--handle-x, 0px))) translateY(-50%);
}
.theme-pull-switch.is-moon .theme-icon-sun[data-v-a75f4e5d] {
  opacity: 0;
  transform: translateY(-4px) rotate(16deg) scale(0.7);
}
.theme-pull-switch.is-moon .theme-icon-moon[data-v-a75f4e5d] {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.theme-pull-switch[data-v-a75f4e5d]:focus-visible {
  outline: 2px solid rgba(147, 197, 253, 0.9);
  outline-offset: 4px;
  border-radius: 999px;
}
.icon-btn[data-v-a75f4e5d] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.settings-wrap[data-v-a75f4e5d] {
  position: relative;
}
.icon-btn[data-v-a75f4e5d]:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
.icon-btn-active[data-v-a75f4e5d] {
  background: rgba(255, 255, 255, 0.18);
}
.action-icon[data-v-a75f4e5d] {
  font-size: 20px;
}

/* 登录/注册按钮 — 与 NavBar 主题保持一致 */
.auth-btn[data-v-a75f4e5d] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
.auth-btn[data-v-a75f4e5d]:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.35);
}
.auth-btn--primary[data-v-a75f4e5d] {
  background: rgba(100, 150, 255, 0.15);
  border-color: rgba(140, 185, 255, 0.3);
  color: rgba(200, 225, 255, 0.95);
}
.auth-btn--primary[data-v-a75f4e5d]:hover {
  background: rgba(100, 150, 255, 0.25);
  border-color: rgba(140, 185, 255, 0.5);
}

/* 雨量选择按钮组 */
.rain-btns[data-v-a75f4e5d] {
  display: flex;
  gap: 6px;
}
.rain-btn[data-v-a75f4e5d] {
  flex: 1;
  padding: 0.4rem 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.rain-btn[data-v-a75f4e5d]:hover {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
}
.rain-btn--active[data-v-a75f4e5d] {
  background: rgba(100, 150, 255, 0.22);
  border-color: rgba(140, 185, 255, 0.5);
  color: rgba(210, 235, 255, 1);
}
.settings-panel[data-v-a75f4e5d] {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 1000;
  width: 268px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(30, 30, 45, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 16px 38px rgba(0, 0, 0, 0.18);
}
.settings-section[data-v-a75f4e5d] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.settings-section--divider[data-v-a75f4e5d] {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.settings-head[data-v-a75f4e5d] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.settings-head--compact[data-v-a75f4e5d] {
  margin-bottom: 0;
}
.settings-copy[data-v-a75f4e5d] {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.settings-title[data-v-a75f4e5d] {
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}
.settings-title--block[data-v-a75f4e5d] {
  display: block;
  margin-bottom: 0.6rem;
}
.settings-subtitle[data-v-a75f4e5d] {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.2;
}
.settings-value[data-v-a75f4e5d] {
  color: rgba(176, 224, 255, 0.9);
  font-size: 12px;
  line-height: 1.2;
}
.settings-toggle[data-v-a75f4e5d] {
  position: relative;
  width: 42px;
  height: 24px;
  flex-shrink: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition:
    background 0.18s ease,
    border-color 0.18s ease;
}
.settings-toggle--on[data-v-a75f4e5d] {
  background: rgba(96, 165, 250, 0.3);
  border-color: rgba(147, 197, 253, 0.45);
}
.settings-toggle-thumb[data-v-a75f4e5d] {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
  transition: transform 0.18s ease;
}
.settings-toggle--on .settings-toggle-thumb[data-v-a75f4e5d] {
  transform: translateX(18px);
}
.settings-slider[data-v-a75f4e5d] {
  width: 100%;
  accent-color: #93c5fd;
  cursor: pointer;
}
.settings-slider[data-v-a75f4e5d]:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.settings-drop-enter-active[data-v-a75f4e5d],
.settings-drop-leave-active[data-v-a75f4e5d] {
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}
.settings-drop-enter-from[data-v-a75f4e5d],
.settings-drop-leave-to[data-v-a75f4e5d] {
  opacity: 0;
  transform: translateY(-6px);
}

/* ============================================
   移动端适配
   ============================================ */
@media (max-width: 767px) {
.liquid-glass-nav[data-v-a75f4e5d] {
    width: 100%;
    height: 56px;
    padding: 0 16px;
    margin: 0;
    border-radius: 0 0 16px 16px;
    gap: 8px;
}

  /* Logo 绝对居中(脱离 flex 流,水平居中显示为标题) */
.logo[data-v-a75f4e5d] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
}

  /* 左侧:翻译 + 主题切换,紧凑间距 */
.nav-left[data-v-a75f4e5d] {
    gap: 8px;
    position: static;
}
.translate-btn[data-v-a75f4e5d] {
    padding: 5px 8px;
    font-size: 12px;
}
.translate-label[data-v-a75f4e5d] {
    display: none;
}
.translate-icon[data-v-a75f4e5d] {
    font-size: 18px;
}
.translate-arrow[data-v-a75f4e5d] {
    display: none;
}
}

/* 移动端：隐藏桌面菜单,显示设置按钮但隐藏主题拉绳 */
@media (max-width: 767px) {
.nav-menu[data-v-a75f4e5d] {
    display: none;
}

  /* nav-actions 保持可见,推到右侧,只隐藏桌面端专属的主题拉绳和弹窗 */
.nav-actions[data-v-a75f4e5d] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}
.theme-pull-switch[data-v-a75f4e5d] {
    display: none !important;
}
.nav-actions .auth-btn[data-v-a75f4e5d] {
    display: none !important;
}

  /* 设置按钮在移动端的尺寸适配 */
.nav-actions .icon-btn[data-v-a75f4e5d] {
    width: 36px;
    height: 36px;
}
.nav-actions .action-icon[data-v-a75f4e5d] {
    font-size: 18px;
}
}

/* 桌面端：隐藏移动端汉堡按钮和下拉菜单 */
@media (min-width: 769px) {
.mobile-toggle[data-v-a75f4e5d] {
    display: none !important;
}
.mobile-menu[data-v-a75f4e5d] {
    display: none !important;
}
.mobile-theme-toggle[data-v-a75f4e5d] {
    display: none !important;
}
}

/* ============================================
   移动端主题切换按钮
   ============================================ */
.mobile-theme-toggle[data-v-a75f4e5d] {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}
.mobile-theme-toggle[data-v-a75f4e5d]:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}
.mobile-theme-icon[data-v-a75f4e5d] {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
}

/* ============================================
   移动端汉堡按钮
   ============================================ */
.mobile-toggle[data-v-a75f4e5d] {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}
.mobile-toggle[data-v-a75f4e5d]:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}
.mobile-toggle span[data-v-a75f4e5d] {
  display: block;
  width: 18px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  transform-origin: center;
}
.mobile-toggle.is-open span[data-v-a75f4e5d]:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.mobile-toggle.is-open span[data-v-a75f4e5d]:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.mobile-toggle.is-open span[data-v-a75f4e5d]:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ============================================
   移动端下拉菜单
   ============================================ */
.mobile-menu[data-v-a75f4e5d] {
  position: fixed;
  top: 88px;
  left: 1rem;
  right: 1rem;
  z-index: 55;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 10px;
  border-radius: 1.5rem;
  background: rgba(20, 20, 40, 0.94);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}
.mobile-menu li[data-v-a75f4e5d] {
  list-style: none;
}
.mobile-auth-row[data-v-a75f4e5d] {
  grid-column: 1 / -1;
  display: flex;
  gap: 8px;
}
.mobile-auth-btn[data-v-a75f4e5d] {
  flex: 1;
  padding: 0.5rem 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.82rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
.mobile-auth-btn--primary[data-v-a75f4e5d] {
  background: rgba(100, 150, 255, 0.15);
  border-color: rgba(140, 185, 255, 0.3);
  color: rgba(200, 225, 255, 0.95);
}
.mobile-menu-divider[data-v-a75f4e5d] {
  grid-column: 1 / -1;
  height: 1px;
  margin: 2px 0;
  background: rgba(255, 255, 255, 0.1);
  list-style: none;
}
.mobile-link[data-v-a75f4e5d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 6px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 12px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.mobile-link-inactive[data-v-a75f4e5d] {
  color: rgba(255, 255, 255, 0.6);
}
.mobile-link-inactive[data-v-a75f4e5d]:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
}
.mobile-link-active[data-v-a75f4e5d] {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}
.nav-icon[data-v-a75f4e5d] {
  font-size: 20px;
  line-height: 1;
}

/* 移动端菜单动画 */
.menu-slide-enter-active[data-v-a75f4e5d] {
  transition: all 0.25s ease;
}
.menu-slide-leave-active[data-v-a75f4e5d] {
  transition: all 0.2s ease;
}
.menu-slide-enter-from[data-v-a75f4e5d] {
  opacity: 0;
  transform: translateY(-10px);
}
.menu-slide-leave-to[data-v-a75f4e5d] {
  opacity: 0;
  transform: translateY(-6px);
}

[data-theme='light'] .auth-btn {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04);
  color: rgba(50, 50, 50, 0.85);
}
[data-theme='light'] .auth-btn:hover {
  background: rgba(0, 0, 0, 0.08);
  color: rgba(20, 20, 20, 0.95);
  border-color: rgba(0, 0, 0, 0.25);
}
[data-theme='light'] .auth-btn--primary {
  background: rgba(50, 100, 220, 0.1);
  border-color: rgba(50, 100, 220, 0.3);
  color: rgba(30, 70, 180, 0.95);
}
[data-theme='light'] .auth-btn--primary:hover {
  background: rgba(50, 100, 220, 0.18);
  border-color: rgba(50, 100, 220, 0.45);
}
[data-theme='light'] .mobile-auth-btn {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04);
  color: rgba(50, 50, 50, 0.85);
}
[data-theme='light'] .mobile-auth-btn--primary {
  background: rgba(50, 100, 220, 0.1);
  border-color: rgba(50, 100, 220, 0.3);
  color: rgba(30, 70, 180, 0.95);
}
[data-theme='light'] .rain-btn {
  border-color: rgba(0, 0, 0, 0.16);
  background: rgba(0, 0, 0, 0.06);
  color: rgba(50, 50, 50, 0.75);
}
[data-theme='light'] .rain-btn:hover {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(20, 20, 20, 0.9);
}
[data-theme='light'] .rain-btn--active {
  background: rgba(50, 100, 220, 0.15);
  border-color: rgba(50, 100, 220, 0.45);
  color: rgba(25, 60, 160, 1);
}
[data-theme='light'] .settings-panel {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 16px 38px rgba(0, 0, 0, 0.1);
}
[data-theme='light'] .settings-title {
  color: rgba(20, 20, 20, 0.92);
}
[data-theme='light'] .settings-subtitle {
  color: rgba(50, 50, 50, 0.8);
}
[data-theme='light'] .settings-value {
  color: rgba(40, 70, 150, 0.95);
}
[data-theme='light'] .settings-section--divider {
  border-top-color: rgba(0, 0, 0, 0.08);
}
[data-theme='light'] .settings-toggle {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.15);
}
[data-theme='light'] .settings-toggle--on {
  background: rgba(50, 100, 220, 0.4);
  border-color: rgba(50, 100, 220, 0.5);
}
[data-theme='light'] .settings-slider {
  background: linear-gradient(to right, rgba(50, 100, 220, 0.4), rgba(0, 0, 0, 0.06));
}
[data-theme='light'] .settings-slider::-webkit-slider-thumb {
  background: rgba(50, 100, 220, 0.85);
  border-color: rgba(255, 255, 255, 0.5);
}

.back-to-top[data-v-41c00a09] {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.back-to-top[data-v-41c00a09]:hover {
  background-color: rgba(0, 0, 0, 0.7);
  transform: translateY(-2px);
}
.fade-enter-active[data-v-41c00a09],
.fade-leave-active[data-v-41c00a09] {
  transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-41c00a09],
.fade-leave-to[data-v-41c00a09] {
  opacity: 0;
}

/* ==================================================================
   FloatingPlayer — 左下角悬浮音乐播放器
   ================================================================== */
.floating-player[data-v-74315fe8] {
  position: fixed;
  bottom: 2rem;
  left: 1.5rem;
  z-index: 110;
  user-select: none;
  touch-action: none;
}

/* ---- 歌词:从下向上滑入 ---- */
.lyric-up-enter-active[data-v-74315fe8] {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.lyric-up-leave-active[data-v-74315fe8] {
  transition: all 0.2s ease;
}
.lyric-up-enter-from[data-v-74315fe8] {
  opacity: 0;
  transform: translateY(10px);
}
.lyric-up-leave-to[data-v-74315fe8] {
  opacity: 0;
  transform: translateY(6px);
}
.lyric-bar[data-v-74315fe8] {
  max-width: 400px;
  padding: 8px 18px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  word-break: break-all;
  margin-bottom: 8px;
}
.lyric-text[data-v-74315fe8] {
  font-size: 13px;
  font-weight: 500;
  color: rgba(160, 200, 255, 0.9);
  line-height: 1.6;
}

/* ---- 主体容器:宽度生长动画 ---- */
.main-bar[data-v-74315fe8] {
  display: flex;
  align-items: center;
  height: 64px;
  max-width: 64px;
  border-radius: 32px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition:
    max-width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.3s ease;
  cursor: pointer;
}
.main-bar.is-expanded[data-v-74315fe8] {
  max-width: 540px;
  border-color: rgba(255, 255, 255, 0.08);
  cursor: default;
}

/* ---- 封面圆 ---- */
.cover-circle[data-v-74315fe8] {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover-img[data-v-74315fe8] {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.pulse-overlay[data-v-74315fe8] {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.pulse-bar[data-v-74315fe8] {
  width: 4px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px 3px 0 0;
  animation: pulseAnim-74315fe8 0.8s ease-in-out infinite alternate;
}
@keyframes pulseAnim-74315fe8 {
0% {
    height: 6px;
}
100% {
    height: 16px;
}
}

/* ---- 按钮区 ---- */
.controls-group[data-v-74315fe8] {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-right: 8px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.25s ease 0.18s;
}
.main-bar.is-expanded .controls-group[data-v-74315fe8] {
  opacity: 1;
}

/* 歌曲信息 */
.song-info[data-v-74315fe8] {
  min-width: 0;
  max-width: 100px;
  padding: 0 4px;
}
.song-title[data-v-74315fe8] {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.song-artist[data-v-74315fe8] {
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1px;
}

/* 控制按钮 */
.ctrl-btn[data-v-74315fe8] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: rgba(200, 210, 230, 0.7);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    color 0.15s,
    background 0.15s;
}
.ctrl-btn[data-v-74315fe8]:hover {
  color: rgba(160, 200, 255, 1);
  background: rgba(255, 255, 255, 0.08);
}
.ctrl-btn[data-v-74315fe8]:active {
  transform: scale(0.92);
}
.play-btn[data-v-74315fe8] {
  width: 40px;
  height: 40px;
  background: rgba(120, 160, 240, 0.45);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.play-btn[data-v-74315fe8]:hover {
  background: rgba(120, 160, 240, 0.65);
  color: #fff;
}
.collapse-btn[data-v-74315fe8] {
  color: rgba(255, 255, 255, 0.35);
}
.collapse-btn[data-v-74315fe8]:hover {
  color: rgba(255, 255, 255, 0.7);
}
.icon[data-v-74315fe8] {
  width: 20px;
  height: 20px;
}
.ml-px[data-v-74315fe8] {
  margin-left: 1px;
}

/* 音量滑块 */
.volume-slider[data-v-74315fe8] {
  width: 64px;
  height: 5px;
  accent-color: rgba(160, 200, 255, 0.85);
  cursor: pointer;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
}
.volume-slider[data-v-74315fe8]::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(200, 220, 255, 0.9);
  cursor: pointer;
}

/* ---- 歌单下拉 ---- */
.playlist-dropdown[data-v-74315fe8] {
  position: absolute;
  left: 0;
  width: 260px;
  max-height: 300px;
  overflow-y: auto;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.5);
  padding: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.playlist-dropdown[data-v-74315fe8]::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.playlist-item[data-v-74315fe8] {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s;
}
.playlist-item[data-v-74315fe8]:hover {
  background: rgba(255, 255, 255, 0.06);
}
.playlist-item.active[data-v-74315fe8] {
  background: rgba(120, 160, 240, 0.18);
}
.pl-cover-wrap[data-v-74315fe8] {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.pl-cover[data-v-74315fe8] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pl-info[data-v-74315fe8] {
  flex: 1;
  min-width: 0;
}
.pl-title[data-v-74315fe8] {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.playlist-item.active .pl-title[data-v-74315fe8] {
  color: rgba(160, 200, 255, 0.95);
}
.pl-artist[data-v-74315fe8] {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pl-empty[data-v-74315fe8] {
  text-align: center;
  padding: 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
}
.pl-playing-bars[data-v-74315fe8] {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 18px;
  flex-shrink: 0;
}
.pl-bar[data-v-74315fe8] {
  width: 3px;
  background: rgba(140, 180, 240, 0.85);
  border-radius: 2px 2px 0 0;
  animation: pulseAnim-74315fe8 0.7s ease-in-out infinite alternate;
}

.rain-canvas[data-v-90bb108e] {
  position: fixed;
  inset: 0;
  z-index: 45;
  pointer-events: none;
}
.rain-canvas--hidden[data-v-90bb108e] {
  display: none;
}

.bg-layer[data-v-66fd714a] {
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.page-background[data-v-66fd714a] {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.bg-video[data-v-66fd714a] {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.overlay-layer[data-v-66fd714a] {
  position: fixed;
  inset: 0;
  z-index: 1;
}

.perf-monitor[data-v-f81d9bf9] {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 100000;
  width: 220px;
  font-family: ui-monospace, 'SF Mono', 'Cascadia Code', Menlo, Consolas, monospace;
  font-size: 11px;
  line-height: 1.4;
  color: #e6edf3;
  background: rgba(13, 17, 23, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  user-select: none;
}
.perf-monitor--collapsed[data-v-f81d9bf9] {
  width: auto;
}
.perf-monitor--dragging[data-v-f81d9bf9] {
  opacity: 0.9;
}
.perf-monitor__header[data-v-f81d9bf9] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  cursor: grab;
  touch-action: none;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.perf-monitor--dragging .perf-monitor__header[data-v-f81d9bf9] {
  cursor: grabbing;
}
.perf-monitor--collapsed .perf-monitor__header[data-v-f81d9bf9] {
  border-bottom: none;
}
.perf-monitor__title[data-v-f81d9bf9] {
  font-weight: 600;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.perf-monitor__fps[data-v-f81d9bf9] {
  margin-left: auto;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}
.perf-monitor__toggle[data-v-f81d9bf9] {
  padding: 1px 6px;
  font-size: 10px;
  color: #e6edf3;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  cursor: pointer;
}
.perf-monitor__body[data-v-f81d9bf9] {
  padding: 8px 10px;
}
.perf-row[data-v-f81d9bf9] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1px 0;
}
.perf-row--wrap[data-v-f81d9bf9] {
  flex-wrap: wrap;
  gap: 2px;
}
.perf-label[data-v-f81d9bf9] {
  color: #8b949e;
}
.perf-value[data-v-f81d9bf9] {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}
.perf-value--url[data-v-f81d9bf9] {
  font-weight: 500;
  font-size: 10px;
  word-break: break-all;
  text-align: right;
  color: #79c0ff;
}
.perf-monitor__probe[data-v-f81d9bf9] {
  width: 100%;
  margin-top: 6px;
  padding: 4px 0;
  font-size: 10px;
  color: #e6edf3;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  cursor: pointer;
  touch-action: manipulation;
}
.perf-value--good[data-v-f81d9bf9] {
  color: #3fb950;
}
.perf-value--warn[data-v-f81d9bf9] {
  color: #d29922;
}
.perf-value--bad[data-v-f81d9bf9] {
  color: #f85149;
}
.perf-divider[data-v-f81d9bf9] {
  height: 1px;
  margin: 6px 0;
  background: rgba(255, 255, 255, 0.08);
}

/* 全局样式，解决滚动条抖动并隐藏滚动条UI */
html {
  overflow-y: scroll;
}

/* 隐藏滚动条 - WebKit and old Edge */
::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

/* 隐藏滚动条 - Firefox */
html {
  scrollbar-width: none;
}

/* 隐藏滚动条 - IE/Edge */
html {
  -ms-overflow-style: none;
}

/* ============================================
   玻璃表面 - 全站统一的毛玻璃样式
   ============================================ */
.glass-surface {
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur));
  -webkit-backdrop-filter: blur(var(--glass-blur));
  border: 1px solid var(--glass-border);
  box-shadow:
    inset 0 1px 0 var(--glass-highlight),
    inset 0 0 20px rgba(255, 255, 255, 0.08),
    var(--glass-shadow);
}

/* 轻量毛玻璃 - 用于小标签、按钮等 */
.glass-subtle {
  background: var(--glass-bg-subtle);
  backdrop-filter: blur(var(--glass-blur-subtle));
  -webkit-backdrop-filter: blur(var(--glass-blur-subtle));
  border: 1px solid var(--glass-border-subtle);
}

/* 强毛玻璃 - 用于面板、卡片等 */
.glass-strong {
  background: var(--glass-bg-strong);
  backdrop-filter: blur(var(--glass-blur-strong));
  -webkit-backdrop-filter: blur(var(--glass-blur-strong));
  border: 1px solid var(--glass-border);
  box-shadow:
    inset 0 1px 0 var(--glass-highlight),
    var(--glass-shadow);
}

.app-shell[data-v-637c7363] {
  position: relative;
  min-height: 100vh;
}
.app-content[data-v-637c7363] {
  position: relative;
  z-index: 2;
  min-height: 100vh;
}
.theme-overlay[data-v-637c7363] {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(8, 10, 14, 0.32);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    backdrop-filter 0.2s ease,
    -webkit-backdrop-filter 0.2s ease;
  opacity: 1;
}
.theme-overlay--revealing[data-v-637c7363] {
  opacity: 0;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}
