/*! 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 */
  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;
}
/*# sourceMappingURL=normalize.css.map */
img {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}
/*# sourceMappingURL=index.css.map */
.page-home {
  position: relative;
  min-height: 100vh;
  background: #f1f5f9;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px 32px;
  box-sizing: border-box;
  color: #0f172a;
  line-height: 1.6;
  overflow: hidden;
  transition: background 0.3s ease, color 0.3s ease;
}
.page-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(99, 102, 241, 0.12) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}
.page-home::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(139, 92, 246, 0.08) 0%, transparent 60%);
  z-index: 0;
  pointer-events: none;
}
@keyframes bg-shift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  33% {
    transform: translate3d(-30px, -20px, 0) scale(1.05);
  }
  66% {
    transform: translate3d(20px, 30px, 0) scale(0.97);
  }
  100% {
    transform: translate3d(-10px, 15px, 0) scale(1.03);
  }
}
@keyframes bg-shift-reverse {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  33% {
    transform: translate3d(25px, 20px, 0) scale(0.96);
  }
  66% {
    transform: translate3d(-20px, -15px, 0) scale(1.04);
  }
  100% {
    transform: translate3d(15px, -25px, 0) scale(0.98);
  }
}
.page-home .particles-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.page-home .particle {
  position: absolute;
  bottom: -20px;
  border-radius: 50%;
  animation: float-up linear infinite;
}
.page-home .particle-0 {
  width: 4px;
  height: 4px;
  background: rgba(99, 102, 241, 0.3);
}
.page-home .particle-1 {
  width: 6px;
  height: 6px;
  background: rgba(139, 92, 246, 0.25);
}
.page-home .particle-2 {
  width: 5px;
  height: 5px;
  background: rgba(59, 130, 246, 0.28);
}
.page-home .particle-3 {
  width: 7px;
  height: 7px;
  background: rgba(16, 185, 129, 0.22);
}
.page-home .particle-4 {
  width: 3px;
  height: 3px;
  background: rgba(34, 211, 238, 0.3);
}
.page-home .particle-5 {
  width: 8px;
  height: 8px;
  background: rgba(20, 184, 166, 0.18);
}
.page-home .particle-6 {
  width: 4px;
  height: 4px;
  background: rgba(96, 165, 250, 0.3);
}
.page-home .particle-7 {
  width: 5px;
  height: 5px;
  background: rgba(167, 139, 250, 0.25);
}
@keyframes float-up {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  92% {
    opacity: 1;
  }
  100% {
    transform: translateY(-110vh) translateX(40px) scale(0.2);
    opacity: 0;
  }
}
.page-home .top-menu {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  margin: 10px 0 10px 0;
  background: transparent;
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.page-home .top-menu .top-menu-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-home .top-menu .top-menu-left .top-menu-logo {
  width: 32px;
  height: auto;
  object-fit: contain;
}
.page-home .top-menu .top-menu-left .top-menu-title {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: 0.3px;
  transition: color 0.3s ease;
}
.page-home .top-menu .top-menu-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-home .top-menu .top-menu-right .lang-select {
  width: 100px !important;
  height: 36px !important;
}
.page-home .top-menu .top-menu-right .lang-select .ant-select-selector {
  border-radius: 8px !important;
  border: 1px solid #e2e8f0 !important;
  background: #f8fafc !important;
  height: 36px !important;
  transition: all 0.2s ease;
}
.page-home .top-menu .top-menu-right .lang-select .ant-select-selection-item {
  line-height: 34px !important;
  font-size: 13px !important;
}
.page-home .top-menu .top-menu-right .lang-select:hover .ant-select-selector {
  border-color: #6366f1 !important;
}
.page-home .top-menu .top-menu-right .lang-select.ant-select-focused .ant-select-selector {
  border-color: #6366f1 !important;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.1) !important;
}
.page-home .top-menu .top-menu-right .theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
  color: #475569;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s ease;
}
.page-home .top-menu .top-menu-right .theme-toggle:hover {
  color: #6366f1;
  border-color: #6366f1;
  background: #eef2ff;
}
.page-home .gba-viewer {
  position: relative;
  z-index: 1;
}
.page-home .gba-viewer-container {
  margin: 0 auto;
}
.page-home .drag-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(99, 102, 241, 0.08);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 9998;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 3px dashed #6366f1;
  animation: drag-fade-in 0.2s ease;
}
.page-home .drag-overlay .drag-overlay-text {
  font-size: 20px;
  font-weight: 600;
  color: #6366f1;
}
@keyframes drag-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page-home .hero-zone {
  background: #ffffff;
  border: 2px dashed #e2e8f0;
  border-radius: 12px;
  padding: 36px 40px;
  margin-bottom: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease;
}
.page-home .hero-zone:hover {
  border-color: #6366f1;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04), 0 2px 8px rgba(0, 0, 0, 0.06);
}
.page-home .hero-zone:active {
  transform: scale(0.995);
}
.page-home .hero-zone .hero-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef2ff;
  border-radius: 8px;
  flex-shrink: 0;
  overflow: hidden;
}
.page-home .hero-zone .hero-icon .hero-icon-img {
  width: 48px;
  height: auto;
  object-fit: contain;
}
.page-home .hero-zone .hero-text {
  flex: 1;
  min-width: 0;
  font-size: 17px;
  color: #94a3b8;
}
.page-home .hero-zone .hero-text strong {
  color: #0f172a;
  font-weight: 600;
}
.page-home .hero-zone .hero-text .hero-subtitle {
  color: #94a3b8;
  font-weight: 400;
}
.page-home .hero-zone .hero-tags {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.page-home .hero-zone .hero-tags .tag {
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 20px;
  white-space: nowrap;
}
.page-home .hero-zone .hero-tags .tag-code {
  background: #fef3c7;
  color: #d97706;
}
.page-home .hero-zone .hero-tags .tag-size {
  background: #ede9fe;
  color: #7c3aed;
}
.page-home .hero-zone .hero-tags .tag-save {
  background: #d1fae5;
  color: #059669;
}
.page-home .main-grid {
  display: grid;
  grid-template-columns: 320px 1fr 280px;
  gap: 24px;
  align-items: stretch;
}
.page-home .col-left,
.page-home .col-center,
.page-home .col-right {
  display: flex;
  flex-direction: column;
}
.page-home .col-left > .card,
.page-home .col-center > .card,
.page-home .col-right > .card {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.page-home .card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
  border: 1px solid #e2e8f0;
  transition: box-shadow 0.2s ease;
}
.page-home .card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04), 0 2px 8px rgba(0, 0, 0, 0.06);
}
.page-home .card .card-label {
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-home .screenshot-card .screenshot-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-home .screenshot-card .screenshot-img {
  width: 100%;
  display: block;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  object-fit: contain;
  max-height: 180px;
}
.page-home .check-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-home .check-badge {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  transition: all 0.15s ease;
}
.page-home .check-badge .check-name {
  font-size: 13px;
  color: #475569;
}
.page-home .check-badge .check-value {
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
  padding: 2px 10px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.04);
}
.page-home .check-badge.ok {
  border-color: #6ee7b7;
  background: #ecfdf5;
}
.page-home .check-badge.ok .check-value {
  color: #10b981;
  background: rgba(16, 185, 129, 0.12);
}
.page-home .check-badge.err {
  border-color: #fca5a5;
  background: #fef2f2;
}
.page-home .check-badge.err .check-value {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.12);
}
.page-home .info-list {
  display: flex;
  flex-direction: column;
}
.page-home .info-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid #e2e8f0;
}
.page-home .info-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.page-home .info-item:first-child {
  padding-top: 0;
}
.page-home .info-item .info-key {
  font-size: 13px;
  color: #94a3b8;
  flex-shrink: 0;
  width: 120px;
}
.page-home .info-item .info-val {
  font-size: 14px;
  color: #0f172a;
  text-align: right;
  word-break: break-all;
  font-weight: 500;
}
.page-home .info-item .info-val.mono {
  color: #6366f1;
  font-size: 13px;
}
.page-home .ref-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 12px;
}
.page-home .ref-bar .ref-id-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-home .ref-bar .ref-id-group .ref-id-label {
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}
.page-home .ref-bar .ref-id-group .ant-input-number {
  height: 32px !important;
  line-height: 30px !important;
}
.page-home .ref-bar .ref-id-group .ant-input-number .ant-input-number-input {
  height: 30px !important;
  line-height: 30px !important;
}
.page-home .ref-bar .ref-id-group > .ant-btn {
  height: 32px !important;
  padding: 0 14px !important;
}
.page-home .ref-bar .ref-nav {
  display: flex;
  gap: 8px;
}
.page-home .ref-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0 32px;
}
.page-home .ref-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e2e8f0;
}
.page-home .ref-item:last-child {
  border-bottom: none;
}
.page-home .ref-item:first-child {
  padding-top: 10px;
}
.page-home .ref-item .ref-key {
  font-size: 14px;
  color: #94a3b8;
  flex-shrink: 0;
  width: 80px;
}
.page-home .ref-item .ref-val {
  font-size: 14px;
  color: #0f172a;
  text-align: right;
  overflow-wrap: break-word;
  word-break: normal;
  font-weight: 450;
}
.page-home .ref-empty {
  text-align: center;
  padding: 40px 0;
  color: #94a3b8;
  font-size: 14px;
}
.page-home .ant-input-number {
  border-radius: 8px !important;
  border: 1px solid #e2e8f0 !important;
  background: #f8fafc !important;
  width: 90px !important;
}
.page-home .ant-input-number .ant-input-number-input {
  color: #0f172a !important;
  background: transparent !important;
  text-align: center;
}
.page-home .ant-input-number:focus,
.page-home .ant-input-number:focus-within {
  border-color: #6366f1 !important;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.08) !important;
}
.page-home .ant-btn {
  border-radius: 8px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif !important;
  font-size: 13px !important;
  border: 1px solid #e2e8f0 !important;
  background: #ffffff !important;
  color: #475569 !important;
  padding: 6px 14px !important;
  transition: all 0.15s ease !important;
}
.page-home .ant-btn:hover {
  color: #6366f1 !important;
  border-color: #6366f1 !important;
  background: #eef2ff !important;
}
.page-home .ant-btn-primary {
  background: #6366f1 !important;
  border-color: #6366f1 !important;
  color: #fff !important;
}
.page-home .ant-btn-primary:hover {
  background: #818cf8 !important;
  border-color: #818cf8 !important;
}
.page-home .ant-btn[size="small"] {
  padding: 4px 10px !important;
  font-size: 12px !important;
}
.page-home .ant-btn .anticon {
  font-size: 13px !important;
}
.page-home .footer-section {
  margin-top: 32px;
}
.page-home .footer-section .footer-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin-right: 4px;
}
.page-home .footer-section .footer-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin: 16px 0 10px 0;
}
.page-home .footer-section .footer-text {
  font-size: 14px;
  line-height: 1.8;
  color: #475569;
  margin: 0 0 10px 0;
  text-align: justify;
}
.page-home .footer-section .footer-content-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 10px 0;
  flex-wrap: wrap;
}
.page-home .footer-section .footer-content-row .note-icon {
  flex-shrink: 0;
  width: 420px;
  max-width: 100%;
  height: auto;
  margin-top: 8px;
  object-fit: contain;
  align-self: flex-start;
}
.page-home .footer-section .footer-content-row .footer-text-column {
  flex: 1 1 min(300px, 100%);
  min-width: 0;
}
.page-home .footer-section .footer-notes-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-home .footer-section .footer-note {
  font-size: 14px;
  line-height: 1.8;
  color: #475569;
  margin: 0 0 10px 0;
  text-align: justify;
}
.page-home .footer-section .footer-note:last-child {
  margin-bottom: 0;
}
.page-home .footer-section .footer-note strong {
  font-weight: 700;
  color: #0f172a;
}
.page-home .footer-section .footer-dedication {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  color: #6366f1;
  margin: 20px 0 0 0;
  text-align: center;
}
body {
  background: #f1f5f9;
  color: #0f172a;
  transition: background 0.3s ease, color 0.3s ease;
}
body.dark-mode {
  --dark-bg-page: #0f172a;
  --dark-bg-card: #1e293b;
  --dark-bg-hero: #1e293b;
  --dark-bg-field: #0f172a;
  --dark-border: #334155;
  --dark-border-hover: #475569;
  --dark-text-primary: #e2e8f0;
  --dark-text-secondary: #cbd5e1;
  --dark-text-muted: #899cb8;
  --dark-primary-bg: #818cf821;
  --dark-success-bg: #052e16;
  --dark-success-border: #166534;
  --dark-danger-bg: #450a0a;
  --dark-danger-border: #991b1b;
  background: var(--dark-bg-page);
  color: var(--dark-text-primary);
}
body.dark-mode .ant-select-dropdown {
  background: var(--dark-bg-card) !important;
  border: 1px solid var(--dark-border) !important;
  border-radius: 8px !important;
}
body.dark-mode .ant-select-dropdown .rc-virtual-list-holder-inner {
  padding: 4px 0 !important;
}
body.dark-mode .ant-select-dropdown .ant-select-item {
  color: var(--dark-text-primary) !important;
  padding: 6px 12px !important;
}
body.dark-mode .ant-select-dropdown .ant-select-item:hover {
  background: var(--dark-primary-bg) !important;
}
body.dark-mode .ant-select-dropdown .ant-select-item.ant-select-item-option-selected {
  background: var(--dark-primary-bg) !important;
  color: #818cf8 !important;
  font-weight: 600 !important;
}
body.dark-mode .page-home {
  background: var(--dark-bg-page);
  color: var(--dark-text-primary);
}
body.dark-mode .page-home::before {
  animation: none;
  background: radial-gradient(ellipse at center, rgba(99, 102, 241, 0.15) 0%, transparent 70%);
}
body.dark-mode .page-home::after {
  animation: none;
  background: radial-gradient(ellipse at center, rgba(139, 92, 246, 0.1) 0%, transparent 60%);
}
body.dark-mode .page-home .particle-0 {
  background: rgba(129, 140, 248, 0.5);
}
body.dark-mode .page-home .particle-1 {
  background: rgba(167, 139, 250, 0.4);
}
body.dark-mode .page-home .particle-2 {
  background: rgba(96, 165, 250, 0.45);
}
body.dark-mode .page-home .particle-3 {
  background: rgba(52, 211, 153, 0.4);
}
body.dark-mode .page-home .particle-4 {
  background: rgba(94, 234, 212, 0.45);
}
body.dark-mode .page-home .particle-5 {
  background: rgba(94, 234, 212, 0.35);
}
body.dark-mode .page-home .particle-6 {
  background: rgba(129, 140, 248, 0.45);
}
body.dark-mode .page-home .particle-7 {
  background: rgba(167, 139, 250, 0.4);
}
body.dark-mode .page-home .top-menu {
  background: transparent;
  border-color: transparent;
}
body.dark-mode .page-home .top-menu .top-menu-left .top-menu-title {
  color: var(--dark-text-primary);
}
body.dark-mode .page-home .top-menu .top-menu-right .lang-select .ant-select-selector {
  border-color: var(--dark-border) !important;
  background: var(--dark-bg-field) !important;
}
body.dark-mode .page-home .top-menu .top-menu-right .lang-select .ant-select-selection-item {
  color: var(--dark-text-primary) !important;
}
body.dark-mode .page-home .top-menu .top-menu-right .lang-select .ant-select-arrow {
  color: var(--dark-text-muted) !important;
}
body.dark-mode .page-home .top-menu .top-menu-right .lang-select .ant-select-suffix {
  color: var(--dark-text-muted) !important;
}
body.dark-mode .page-home .top-menu .top-menu-right .lang-select:hover .ant-select-selector {
  border-color: #818cf8 !important;
}
body.dark-mode .page-home .top-menu .top-menu-right .lang-select.ant-select-focused .ant-select-selector {
  border-color: #818cf8 !important;
  box-shadow: 0 0 0 2px rgba(129, 140, 248, 0.15) !important;
}
body.dark-mode .page-home .top-menu .top-menu-right .theme-toggle {
  border-color: var(--dark-border);
  background: var(--dark-bg-field);
  color: var(--dark-text-secondary);
}
body.dark-mode .page-home .top-menu .top-menu-right .theme-toggle:hover {
  color: #818cf8;
  border-color: #818cf8;
  background: var(--dark-primary-bg);
}
body.dark-mode .page-home .hero-zone {
  background: var(--dark-bg-hero);
  border-color: var(--dark-border);
}
body.dark-mode .page-home .hero-zone:hover {
  border-color: #818cf8;
}
body.dark-mode .page-home .hero-zone .hero-icon {
  background: var(--dark-primary-bg);
}
body.dark-mode .page-home .hero-zone .hero-text {
  color: var(--dark-text-muted);
}
body.dark-mode .page-home .hero-zone .hero-text strong {
  color: var(--dark-text-primary);
}
body.dark-mode .page-home .hero-zone .hero-text .hero-subtitle {
  color: var(--dark-text-muted);
}
body.dark-mode .page-home .card {
  background: var(--dark-bg-card);
  border-color: var(--dark-border);
}
body.dark-mode .page-home .card .card-label {
  color: var(--dark-text-secondary);
  border-color: var(--dark-border);
}
body.dark-mode .page-home .screenshot-card .screenshot-img {
  border-color: var(--dark-border);
  background: var(--dark-bg-field);
}
body.dark-mode .page-home .check-badge {
  border-color: var(--dark-border);
  background: var(--dark-bg-field);
}
body.dark-mode .page-home .check-badge .check-name {
  color: var(--dark-text-secondary);
}
body.dark-mode .page-home .check-badge .check-value {
  color: var(--dark-text-muted);
  background: rgba(255, 255, 255, 0.06);
}
body.dark-mode .page-home .check-badge.ok {
  border-color: #37ce73;
  background: rgba(55, 206, 115, 0.08);
}
body.dark-mode .page-home .check-badge.ok .check-name {
  color: #37ce73;
}
body.dark-mode .page-home .check-badge.ok .check-value {
  color: #37ce73;
  background: rgba(55, 206, 115, 0.1);
}
body.dark-mode .page-home .check-badge.err {
  border-color: #ff6363;
  background: rgba(255, 99, 99, 0.08);
}
body.dark-mode .page-home .check-badge.err .check-name {
  color: #ff6363;
}
body.dark-mode .page-home .check-badge.err .check-value {
  color: #ff6363;
  background: rgba(255, 99, 99, 0.1);
}
body.dark-mode .page-home .info-list .info-item {
  border-color: var(--dark-border);
}
body.dark-mode .page-home .info-list .info-item .info-key {
  color: var(--dark-text-muted);
}
body.dark-mode .page-home .info-list .info-item .info-val {
  color: var(--dark-text-primary);
}
body.dark-mode .page-home .info-list .info-item .info-val.mono {
  color: #818cf8;
}
body.dark-mode .page-home .ref-bar .ref-id-group .ref-id-label {
  color: var(--dark-text-secondary);
}
body.dark-mode .page-home .ref-list .ref-item {
  border-color: var(--dark-border);
}
body.dark-mode .page-home .ref-list .ref-item .ref-key {
  color: var(--dark-text-muted);
}
body.dark-mode .page-home .ref-list .ref-item .ref-val {
  color: var(--dark-text-primary);
}
body.dark-mode .page-home .ref-empty {
  color: var(--dark-text-muted);
}
body.dark-mode .page-home .check-hint {
  color: var(--dark-text-muted) !important;
}
body.dark-mode .page-home .footer-section {
  background: var(--dark-bg-card);
  border-color: var(--dark-border);
}
body.dark-mode .page-home .footer-section .footer-subtitle {
  color: var(--dark-text-muted) !important;
}
body.dark-mode .page-home .footer-section .footer-text,
body.dark-mode .page-home .footer-section .footer-note {
  color: var(--dark-text-muted) !important;
}
body.dark-mode .page-home .footer-section .footer-note strong {
  color: #c4d6f0 !important;
}
body.dark-mode .page-home .footer-section .footer-dedication {
  color: #818cf8;
}
body.dark-mode .ant-input-number {
  border-color: var(--dark-border) !important;
  background: var(--dark-bg-field) !important;
}
body.dark-mode .ant-input-number .ant-input-number-input {
  color: var(--dark-text-primary) !important;
}
body.dark-mode .ant-input-number .ant-input-number-handler {
  background: var(--dark-bg-card) !important;
  border-color: var(--dark-border) !important;
  color: var(--dark-text-muted) !important;
}
body.dark-mode .ant-input-number .ant-input-number-handler:hover {
  background: var(--dark-bg-card) !important;
}
body.dark-mode .ant-input-number .ant-input-number-handler-up {
  border-bottom-color: var(--dark-border) !important;
  background-color: var(--dark-bg-card) !important;
}
body.dark-mode .ant-input-number .ant-input-number-handler-up:hover {
  background-color: #2a3a52 !important;
}
body.dark-mode .ant-input-number .ant-input-number-handler-up .ant-input-number-handler-up-inner {
  color: var(--dark-text-muted) !important;
}
body.dark-mode .ant-input-number .ant-input-number-handler-up .ant-input-number-handler-up-inner::before {
  color: var(--dark-text-muted) !important;
}
body.dark-mode .ant-input-number .ant-input-number-handler-up:hover .ant-input-number-handler-up-inner {
  color: var(--dark-text-primary) !important;
}
body.dark-mode .ant-input-number .ant-input-number-handler-up:hover .ant-input-number-handler-up-inner::before {
  color: var(--dark-text-primary) !important;
}
body.dark-mode .ant-input-number .ant-input-number-handler-down {
  background-color: var(--dark-bg-card) !important;
}
body.dark-mode .ant-input-number .ant-input-number-handler-down:hover {
  background-color: #2a3a52 !important;
}
body.dark-mode .ant-input-number .ant-input-number-handler-down .ant-input-number-handler-down-inner {
  color: var(--dark-text-muted) !important;
}
body.dark-mode .ant-input-number .ant-input-number-handler-down .ant-input-number-handler-down-inner::before {
  color: var(--dark-text-muted) !important;
}
body.dark-mode .ant-input-number .ant-input-number-handler-down:hover .ant-input-number-handler-down-inner {
  color: var(--dark-text-primary) !important;
}
body.dark-mode .ant-input-number .ant-input-number-handler-down:hover .ant-input-number-handler-down-inner::before {
  color: var(--dark-text-primary) !important;
}
body.dark-mode .ant-input-number:focus,
body.dark-mode .ant-input-number:focus-within {
  border-color: #818cf8 !important;
  box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.15) !important;
}
body.dark-mode .ant-btn {
  border-color: var(--dark-border) !important;
  background: var(--dark-bg-card) !important;
  color: var(--dark-text-secondary) !important;
}
body.dark-mode .ant-btn:hover {
  color: #818cf8 !important;
  border-color: #818cf8 !important;
  background: var(--dark-primary-bg) !important;
}
body.dark-mode .ant-btn-primary {
  background: #6366f1 !important;
  border-color: #6366f1 !important;
}
body.dark-mode .ant-btn-primary:hover {
  background: #818cf8 !important;
  border-color: #818cf8 !important;
}
body.dark-mode .ant-btn .footer-section {
  background: var(--dark-bg-card);
  border-color: var(--dark-border);
}
body.dark-mode .ant-btn .footer-section .footer-subtitle {
  color: #7c92b2;
}
body.dark-mode .ant-btn .footer-section .footer-text,
body.dark-mode .ant-btn .footer-section .footer-note {
  color: #7c92b2;
}
body.dark-mode .ant-btn .footer-section .note-content strong {
  color: #7c92b2;
}
body.dark-mode .ant-btn .footer-section .footer-note strong {
  color: #7c92b2;
}
body.dark-mode .ant-btn .footer-section .footer-dedication {
  color: #818cf8;
}
.ant-message-notice-content {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05), 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  color: #0f172a !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif !important;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}
::selection {
  background: rgba(99, 102, 241, 0.15);
}
@media (max-width: 1280px) {
  .page-home {
    padding: 0 24px 24px;
  }
  .page-home .main-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .page-home .col-left {
    grid-column: 1;
  }
  .page-home .col-center {
    grid-column: 2;
  }
  .page-home .col-right {
    grid-column: 1 / -1;
  }
  .page-home .check-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page-home .check-grid .check-badge {
    flex: 1 1 auto;
    min-width: 120px;
  }
  .page-home .ref-list {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
@media (max-width: 960px) {
  .page-home {
    padding: 0 16px 20px;
  }
  .page-home .hero-zone {
    padding: 28px 24px;
    gap: 18px;
  }
  .page-home .main-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .page-home .col-left {
    grid-column: auto;
  }
  .page-home .col-center {
    grid-column: auto;
  }
  .page-home .col-right {
    grid-column: auto;
  }
  .page-home .check-grid {
    flex-direction: column;
  }
  .page-home .screenshot-img {
    max-height: 140px;
  }
  .page-home .ref-list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media (max-width: 640px) {
  .page-home {
    padding: 0 12px 12px;
    font-size: 13px;
  }
  .page-home .hero-zone {
    padding: 20px 16px;
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  .page-home .hero-icon {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }
  .page-home .hero-text {
    font-size: 15px;
  }
  .page-home .hero-tags {
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-home .hero-tags .tag {
    font-size: 11px;
    padding: 3px 10px;
  }
  .page-home .col-left {
    grid-template-columns: 1fr;
  }
  .page-home .card {
    padding: 16px;
  }
  .page-home .card-label {
    font-size: 14px;
  }
  .page-home .info-item .info-key,
  .page-home .ref-item .info-key,
  .page-home .info-item .ref-key,
  .page-home .ref-item .ref-key {
    width: 64px;
    font-size: 12px;
  }
  .page-home .info-item .info-val,
  .page-home .ref-item .info-val,
  .page-home .info-item .ref-val,
  .page-home .ref-item .ref-val {
    font-size: 13px;
  }
  .page-home .check-badge {
    padding: 8px 10px;
  }
  .page-home .check-badge .check-name {
    font-size: 12px;
  }
  .page-home .check-badge .check-value {
    font-size: 11px;
  }
  .page-home .screenshot-img {
    max-height: 120px;
  }
  .page-home .ant-input-number {
    width: 72px !important;
  }
  .footer-section {
    margin-top: 32px;
  }
  .footer-section .footer-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    margin-right: 4px;
  }
  .footer-section .footer-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    margin: 16px 0 10px 0;
  }
  .footer-section .footer-text {
    font-size: 14px;
    line-height: 1.8;
    color: #475569;
    margin: 0 0 10px 0;
    text-align: justify;
  }
  .footer-section .footer-content-row {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 10px 0;
    flex-wrap: wrap;
  }
  .footer-section .footer-content-row .note-icon {
    flex-shrink: 0;
    width: 48px;
    max-width: 100%;
    height: 48px;
    object-fit: contain;
    align-self: flex-start;
  }
  .footer-section .footer-content-row .footer-text-column {
    flex: 1 1 min(200px, 100%);
    min-width: 0;
  }
  .footer-section .footer-notes-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .footer-section .footer-note {
    font-size: 13px;
    line-height: 1.8;
    color: #475569;
    margin: 0 0 10px 0;
    text-align: justify;
  }
  .footer-section .footer-note:last-child {
    margin-bottom: 0;
  }
  .footer-section .footer-note strong {
    font-weight: 700;
    color: #0f172a;
  }
  .footer-section .footer-dedication {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    color: #6366f1;
    margin: 20px 0 0 0;
    text-align: center;
  }
}
/*# sourceMappingURL=index.css.map */

/*# sourceMappingURL=style.4b0d3bc8.css.map*/