/*! 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 */
body,
button,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
body,
button,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
img {
  /* 禁用 Webkit 内核（Chrome/Safari/Edge）的拖拽行为 */
  -webkit-user-drag: none;
  /* 禁用 Firefox 和现代浏览器的元素选择，间接辅助防拖拽 */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* 标准 */
}
/*# sourceMappingURL=index.css.map */
.page-home {
  min-height: 100vh;
  background: linear-gradient(-45deg, #232144, #413b7d, #343454, #2b2b45);
  background-size: 400% 400%;
  animation: gradientShift 12s ease infinite;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.page-home::before,
.page-home::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(60px);
}
.page-home::before {
  width: 500px;
  height: 500px;
  top: -100px;
  right: -100px;
  background: radial-gradient(circle, rgba(100, 120, 255, 0.25), transparent 70%);
  animation: floatParticle1 16s ease-in-out infinite;
}
.page-home::after {
  width: 600px;
  height: 600px;
  bottom: -150px;
  left: -150px;
  background: radial-gradient(circle, rgba(200, 100, 255, 0.2), transparent 70%);
  animation: floatParticle2 20s ease-in-out infinite;
}
.page-home .bg-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.page-home .bg-particles .particle {
  position: absolute;
  border-radius: 50%;
  opacity: 1;
  animation: twinkle 4s ease-in-out infinite;
  transition: background 0.5s ease, box-shadow 0.5s ease;
}
.page-home .bg-particles .p-color-blue {
  background: rgba(100, 180, 255, 0.8);
  box-shadow: 0 0 8px 3px rgba(100, 180, 255, 0.4);
}
.page-home .bg-particles .p-color-cyan {
  background: rgba(0, 220, 220, 0.8);
  box-shadow: 0 0 8px 3px rgba(0, 220, 220, 0.4);
}
.page-home .bg-particles .p-color-purple {
  background: rgba(200, 130, 255, 0.8);
  box-shadow: 0 0 8px 3px rgba(200, 130, 255, 0.4);
}
.page-home .bg-particles .p-color-pink {
  background: rgba(255, 100, 200, 0.8);
  box-shadow: 0 0 8px 3px rgba(255, 100, 200, 0.4);
}
.page-home .bg-particles .p-color-green {
  background: rgba(100, 255, 150, 0.8);
  box-shadow: 0 0 8px 3px rgba(100, 255, 150, 0.4);
}
.page-home .bg-particles .p-color-yellow {
  background: rgba(255, 220, 80, 0.8);
  box-shadow: 0 0 8px 3px rgba(255, 220, 80, 0.4);
}
.page-home .bg-particles .p-color-orange {
  background: rgba(255, 160, 80, 0.8);
  box-shadow: 0 0 8px 3px rgba(255, 160, 80, 0.4);
}
.page-home .bg-particles .p-color-red {
  background: rgba(255, 100, 100, 0.8);
  box-shadow: 0 0 8px 3px rgba(255, 100, 100, 0.4);
}
.page-home .bg-particles .p-1 {
  width: 8px;
  height: 8px;
  animation-duration: 3s;
  animation-delay: 0s;
}
.page-home .bg-particles .p-2 {
  width: 5px;
  height: 5px;
  animation-duration: 4s;
  animation-delay: 0.2s;
}
.page-home .bg-particles .p-3 {
  width: 10px;
  height: 10px;
  animation-duration: 5s;
  animation-delay: 0.5s;
}
.page-home .bg-particles .p-4 {
  width: 6px;
  height: 6px;
  animation-duration: 3.5s;
  animation-delay: 0.8s;
}
.page-home .bg-particles .p-5 {
  width: 7px;
  height: 7px;
  animation-duration: 4.5s;
  animation-delay: 1s;
}
.page-home .bg-particles .p-6 {
  width: 5px;
  height: 5px;
  animation-duration: 6s;
  animation-delay: 1.2s;
}
.page-home .bg-particles .p-7 {
  width: 9px;
  height: 9px;
  animation-duration: 3s;
  animation-delay: 1.5s;
}
.page-home .bg-particles .p-8 {
  width: 7px;
  height: 7px;
  animation-duration: 5s;
  animation-delay: 1.8s;
}
.page-home .bg-particles .p-9 {
  width: 5px;
  height: 5px;
  animation-duration: 4s;
  animation-delay: 2s;
}
.page-home .bg-particles .p-10 {
  width: 8px;
  height: 8px;
  animation-duration: 5.5s;
  animation-delay: 0.3s;
}
.page-home .bg-particles .p-11 {
  width: 6px;
  height: 6px;
  animation-duration: 3.5s;
  animation-delay: 0.6s;
}
.page-home .bg-particles .p-12 {
  width: 9px;
  height: 9px;
  animation-duration: 4.5s;
  animation-delay: 0.9s;
}
.page-home .bg-particles .p-13 {
  width: 7px;
  height: 7px;
  animation-duration: 3s;
  animation-delay: 1.3s;
}
.page-home .bg-particles .p-14 {
  width: 5px;
  height: 5px;
  animation-duration: 5s;
  animation-delay: 1.6s;
}
.page-home .bg-particles .p-15 {
  width: 8px;
  height: 8px;
  animation-duration: 4s;
  animation-delay: 2.2s;
}
.page-home .bg-particles .p-16 {
  width: 6px;
  height: 6px;
  animation-duration: 6s;
  animation-delay: 0.4s;
}
.page-home .bg-particles .p-17 {
  width: 10px;
  height: 10px;
  animation-duration: 3.5s;
  animation-delay: 0.7s;
}
.page-home .bg-particles .p-18 {
  width: 5px;
  height: 5px;
  animation-duration: 5.5s;
  animation-delay: 1.1s;
}
.page-home .bg-particles .p-19 {
  width: 8px;
  height: 8px;
  animation-duration: 4s;
  animation-delay: 1.4s;
}
.page-home .bg-particles .p-20 {
  width: 6px;
  height: 6px;
  animation-duration: 3s;
  animation-delay: 1.9s;
}
.page-home .bg-particles .p-21 {
  width: 9px;
  height: 9px;
  animation-duration: 5s;
  animation-delay: 2.3s;
}
.page-home .bg-particles .p-22 {
  width: 5px;
  height: 5px;
  animation-duration: 4.5s;
  animation-delay: 0.1s;
}
.page-home .bg-particles .p-23 {
  width: 7px;
  height: 7px;
  animation-duration: 6s;
  animation-delay: 1.7s;
}
.page-home .bg-particles .p-24 {
  width: 8px;
  height: 8px;
  animation-duration: 3.5s;
  animation-delay: 2.1s;
}
.page-home .bg-particles .p-25 {
  width: 6px;
  height: 6px;
  animation-duration: 4s;
  animation-delay: 0.8s;
}
.page-home .bg-particles .p-26 {
  width: 5px;
  height: 5px;
  animation-duration: 5s;
  animation-delay: 1.5s;
}
.page-home .bg-particles .p-27 {
  width: 9px;
  height: 9px;
  animation-duration: 4.5s;
  animation-delay: 2.4s;
}
.page-home .bg-particles .p-28 {
  width: 7px;
  height: 7px;
  animation-duration: 3s;
  animation-delay: 0.6s;
}
.page-home .bg-particles .p-29 {
  width: 6px;
  height: 6px;
  animation-duration: 5.5s;
  animation-delay: 1.2s;
}
.page-home .bg-particles .p-30 {
  width: 8px;
  height: 8px;
  animation-duration: 4s;
  animation-delay: 2s;
}
.page-home .home-container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}
.page-home .page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 16px;
}
.page-home .page-title {
  color: #fff;
  text-align: left;
  margin: 0 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-home .page-title img {
  display: block;
}
.page-home .info-card,
.page-home .upload-card,
.page-home .file-info-card,
.page-home .game-info-card,
.page-home .about-card {
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.page-home .info-card :global(.ant-card-head),
.page-home .upload-card :global(.ant-card-head),
.page-home .file-info-card :global(.ant-card-head),
.page-home .game-info-card :global(.ant-card-head),
.page-home .about-card :global(.ant-card-head) {
  background: linear-gradient(90deg, #1890ff 0%, #1352aa 100%);
  color: #fff;
  border-radius: 12px 12px 0 0;
}
.page-home .info-card :global(.ant-card-head) :global(.ant-card-head-title),
.page-home .upload-card :global(.ant-card-head) :global(.ant-card-head-title),
.page-home .file-info-card :global(.ant-card-head) :global(.ant-card-head-title),
.page-home .game-info-card :global(.ant-card-head) :global(.ant-card-head-title),
.page-home .about-card :global(.ant-card-head) :global(.ant-card-head-title) {
  color: #fff;
}
.page-home .info-card :global(.ant-card-head) :global(.ant-card-head-actions),
.page-home .upload-card :global(.ant-card-head) :global(.ant-card-head-actions),
.page-home .file-info-card :global(.ant-card-head) :global(.ant-card-head-actions),
.page-home .game-info-card :global(.ant-card-head) :global(.ant-card-head-actions),
.page-home .about-card :global(.ant-card-head) :global(.ant-card-head-actions) {
  color: #fff;
}
.page-home .game-info-card,
.page-home .file-info-card,
.page-home .about-card {
  background: rgba(30, 34, 51, 0.82);
}
.page-home .game-info-card :global(.ant-card-head),
.page-home .file-info-card :global(.ant-card-head),
.page-home .about-card :global(.ant-card-head) {
  background: linear-gradient(90deg, rgba(24, 144, 255, 0.88) 0%, rgba(19, 82, 170, 0.88) 100%);
}
.page-home .about-card .about-list {
  margin: 0;
  padding-left: 20px;
}
.page-home .about-card .about-list li {
  margin-bottom: 10px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
}
.page-home .about-card .about-list li:last-child {
  margin-bottom: 0;
}
.page-home .about-card .about-dedication {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px dashed rgba(255, 255, 255, 0.15);
  text-align: center;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
  color: rgba(255, 120, 150, 0.9);
}
.page-home .upload-dragger {
  display: block;
  margin-bottom: 24px;
  backdrop-filter: blur(4px);
}
.page-home .upload-dragger :global(.ant-upload-drag) {
  background: rgba(30, 34, 51, 0.82);
  border: 2px dashed rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 8px 0;
  transition: all 0.3s ease;
}
.page-home .upload-dragger :global(.ant-upload-drag):hover {
  border-color: #1890ff;
  background: rgba(24, 144, 255, 0.15);
}
.page-home .upload-dragger .hero-zone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 8px 16px;
}
.page-home .upload-dragger .hero-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(24, 144, 255, 0.25), rgba(115, 80, 255, 0.25));
  border: 1px solid rgba(24, 144, 255, 0.35);
  transition: transform 0.3s ease;
}
.page-home .upload-dragger .hero-icon-img {
  font-size: 26px;
  color: #1890ff;
}
.page-home .upload-dragger .hero-text {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}
.page-home .upload-dragger .hero-hint {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
.page-home .search-nav-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.page-home .search-nav-row .search-col {
  flex: 1 1 0;
  min-width: 200px;
}
.page-home .search-nav-row .nav-col {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
}
.page-home .game-info-content .game-images {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.page-home .game-info-content .game-images .image-wrapper {
  text-align: center;
}
.page-home .game-info-content .game-images .image-wrapper :global(.ant-typography) {
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 8px;
}
.page-home .game-info-content .game-images .image-wrapper :global(.ant-image) {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.page-home .game-info-content .game-images .image-wrapper .image-placeholder {
  width: 300px;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
}
.page-home .game-info-content .game-descriptions :global(.ant-descriptions-item-label) {
  background: rgba(255, 255, 255, 0.06);
  font-weight: 600;
}
.page-home .file-info-card :global(.ant-descriptions-item-label) {
  background: rgba(255, 255, 255, 0.06);
  font-weight: 600;
}
.page-home .drag-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(35, 33, 68, 0.6);
  backdrop-filter: blur(4px);
  animation: dragOverlayFadeIn 0.08s ease-out;
}
.page-home .drag-overlay .drag-overlay-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 360px;
  min-height: 240px;
  padding: 48px 64px;
  border: 3px dashed #1890ff;
  border-radius: 16px;
  background: rgba(24, 144, 255, 0.08);
  box-shadow: 0 0 40px rgba(24, 144, 255, 0.35), inset 0 0 24px rgba(24, 144, 255, 0.15);
  animation: dragBoxPulse 1.5s ease-in-out infinite;
}
.page-home .drag-overlay .drag-overlay-icon {
  font-size: 56px;
  color: #1890ff;
  animation: dragIconFloat 1.5s ease-in-out infinite;
}
.page-home .drag-overlay .drag-overlay-title {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
}
.page-home .drag-overlay .drag-overlay-hint {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 768px) {
  .page-home {
    padding: 12px;
  }
  .page-home .page-header {
    gap: 8px;
  }
  .page-home .page-title {
    font-size: 20px !important;
  }
  .page-home .theme-toggle-btn {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .page-home .game-info-content .game-images {
    flex-direction: column;
    align-items: center;
  }
  .page-home .info-card :global(.ant-row) {
    flex-direction: column;
  }
}
.page-home .theme-toggle-wrapper {
  z-index: 10;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.page-home .language-select {
  height: 44px;
  border-radius: 999px !important;
}
.page-home .language-select .ant-select-selector {
  padding: 0 20px!important;
  height: 44px !important;
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 999px !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.page-home .language-select .ant-select-selection-item {
  line-height: 42px !important;
  display: flex;
  align-items: center;
  color: #fff !important;
  font-size: 15px;
}
.page-home .language-select .ant-select-arrow {
  color: #fff !important;
  font-size: 16px;
}
.page-home .theme-toggle-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #fff !important;
}
.page-home .theme-toggle-btn:hover,
.page-home .theme-toggle-btn:active,
.page-home .theme-toggle-btn:focus {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.1);
  color: #fff !important;
}
.page-home .theme-toggle-btn :global(.anticon) {
  color: #fff !important;
}
.page-home.light {
  background: linear-gradient(-45deg, #e8f0fe, #f0e6ff, #e3f2fd, #f5f5f5);
  background-size: 400% 400%;
}
.page-home.light::before {
  background: radial-gradient(circle, rgba(100, 180, 255, 0.3), transparent 70%);
}
.page-home.light::after {
  background: radial-gradient(circle, rgba(200, 150, 255, 0.25), transparent 70%);
}
.page-home.light .page-title {
  color: #1a1a2e;
  text-shadow: none;
}
.page-home.light .bg-particles .p-color-blue {
  background: rgba(160, 200, 255, 0.7);
  box-shadow: 0 0 8px 3px rgba(160, 200, 255, 0.3);
}
.page-home.light .bg-particles .p-color-cyan {
  background: rgba(150, 225, 225, 0.7);
  box-shadow: 0 0 8px 3px rgba(150, 225, 225, 0.3);
}
.page-home.light .bg-particles .p-color-purple {
  background: rgba(210, 180, 255, 0.7);
  box-shadow: 0 0 8px 3px rgba(210, 180, 255, 0.3);
}
.page-home.light .bg-particles .p-color-pink {
  background: rgba(255, 175, 215, 0.7);
  box-shadow: 0 0 8px 3px rgba(255, 175, 215, 0.3);
}
.page-home.light .bg-particles .p-color-green {
  background: rgba(160, 240, 190, 0.7);
  box-shadow: 0 0 8px 3px rgba(160, 240, 190, 0.3);
}
.page-home.light .bg-particles .p-color-yellow {
  background: rgba(255, 235, 140, 0.7);
  box-shadow: 0 0 8px 3px rgba(255, 235, 140, 0.3);
}
.page-home.light .bg-particles .p-color-orange {
  background: rgba(255, 200, 140, 0.7);
  box-shadow: 0 0 8px 3px rgba(255, 200, 140, 0.3);
}
.page-home.light .bg-particles .p-color-red {
  background: rgba(255, 165, 165, 0.7);
  box-shadow: 0 0 8px 3px rgba(255, 165, 165, 0.3);
}
.page-home.light .theme-toggle-btn {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.12);
  color: #333 !important;
}
.page-home.light .theme-toggle-btn:hover {
  background: rgba(0, 0, 0, 0.15);
}
.page-home.light .language-select .ant-select-selector {
  background: rgba(0, 0, 0, 0.08) !important;
  border-color: rgba(0, 0, 0, 0.12) !important;
  color: #333 !important;
}
.page-home.light .language-select .ant-select-selection-item {
  color: #333 !important;
}
.page-home.light .language-select .ant-select-arrow {
  color: #333 !important;
}
.page-home.light .language-select:hover .ant-select-selector {
  background: rgba(0, 0, 0, 0.15) !important;
}
.page-home.light .info-card,
.page-home.light .upload-card,
.page-home.light .file-info-card,
.page-home.light .game-info-card,
.page-home.light .about-card {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.page-home.light .game-info-card,
.page-home.light .file-info-card,
.page-home.light .about-card {
  background: rgba(255, 255, 255, 0.82);
}
.page-home.light .about-card .about-list li {
  color: rgba(0, 0, 0, 0.65);
}
.page-home.light .about-card .about-dedication {
  color: #e05c7a;
  border-top-color: rgba(0, 0, 0, 0.1);
}
.page-home.light .upload-dragger :global(.ant-upload-drag) {
  background: rgba(255, 255, 255, 0.82);
  border-color: #d9d9d9;
}
.page-home.light .upload-dragger :global(.ant-upload-drag):hover {
  border-color: #1890ff;
  background: rgba(230, 247, 255, 0.7);
}
.page-home.light .upload-dragger .hero-text {
  color: #333;
}
.page-home.light .upload-dragger .hero-hint {
  color: #999;
}
.page-home.light .game-info-content .game-images .image-wrapper :global(.ant-typography) {
  color: #666;
}
.page-home.light .game-info-content .game-images .image-wrapper :global(.ant-image) {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-color: #e8e8e8;
}
.page-home.light .game-info-content .game-images .image-wrapper .image-placeholder {
  background: #f0f0f0;
  color: #999;
  border-color: #d9d9d9;
}
.page-home.light .game-info-content .game-descriptions :global(.ant-descriptions-item-label) {
  background: #f0f5ff;
}
.page-home.light .file-info-card :global(.ant-descriptions-item-label) {
  background: #f6ffed;
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes floatParticle1 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(-80px, 100px) scale(1.15);
  }
  66% {
    transform: translate(60px, 60px) scale(0.9);
  }
}
@keyframes floatParticle2 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(100px, -80px) scale(1.1);
  }
  66% {
    transform: translate(-60px, -50px) scale(0.95);
  }
}
@keyframes dragOverlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes dragBoxPulse {
  0%,
  100% {
    box-shadow: 0 0 40px rgba(24, 144, 255, 0.35), inset 0 0 24px rgba(24, 144, 255, 0.15);
  }
  50% {
    box-shadow: 0 0 60px rgba(24, 144, 255, 0.55), inset 0 0 32px rgba(24, 144, 255, 0.25);
  }
}
@keyframes dragIconFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes twinkle {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 0.2;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*# sourceMappingURL=index.css.map */

/*# sourceMappingURL=style.84b4ae3b.css.map*/