/*! 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 */
/* ========================================
   ZY Studios Home Page - Aurora Theme Styles
   ======================================== */
* {
  box-sizing: border-box;
}
.page-home {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  background: #0a0a1a;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
/* Aurora Canvas */
.aurora-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
}
/* Floating Particles */
.floating-particles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.particle {
  position: absolute;
  bottom: -10px;
  left: var(--left);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: hsla(var(--hue), 100%, 75%, 0.8);
  box-shadow: 0 0 6px hsla(var(--hue), 100%, 75%, 0.6);
  animation: floatUp var(--duration) var(--delay) infinite ease-in;
}
@keyframes floatUp {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100vh) scale(0);
    opacity: 0;
  }
}
/* Main Content */
.home-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 24px 0 24px;
}
/* ========================================
     Hero Section
     ======================================== */
.hero-section {
  position: relative;
  min-height: calc(100vh - 64px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 0;
}
.hero-text {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
}
.hero-title {
  font-size: clamp(36px, 8vw, 120px);
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 24px;
  letter-spacing: -2px;
  word-break: break-word;
}
.hero-line1 {
  display: block;
  color: #ffffff;
  opacity: 0.8;
  animation: fadeInDown 1s ease-out;
}
.hero-line2 {
  display: block;
  animation: fadeInUp 1s ease-out 0.3s both;
}
.gradient-text {
  position: relative;
  display: inline-block;
  padding: 10px;
  background: linear-gradient(135deg, #00f5d4, #ff5bf9, #f72585, #fee440);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientFlow 6s ease infinite;
  /* 移除原有的 filter，避免 Safari 误将 background-clip 矩形识别为阴影边界 */
  /* filter: drop-shadow(...) */
  /* 使用伪元素做无方形边框的平滑阴影发光效果 */
}
.gradient-text::after {
  content: attr(data-text);
  /* 动态获取文本内容 */
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
  color: #ff5bf9;
  /* 阴影发光底色 */
  background: none;
  -webkit-text-fill-color: initial;
  filter: blur(12px);
  opacity: 0.8;
  pointer-events: none;
}
@keyframes gradientFlow {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.hero-subtitle {
  font-size: clamp(15px, 2vw, 20px);
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 48px;
  animation: fadeInUp 1s ease-out 0.6s both;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.hero-cta {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUp 1s ease-out 0.9s both;
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  width: 200px;
  max-width: 100%;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.06) 100%);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.05), 0 8px 32px rgba(0, 0, 0, 0.15);
}
.cta-btn::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 50%;
  height: 200%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.06) 40%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.06) 60%, transparent 100%);
  filter: blur(6px);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 1;
}
.cta-btn:hover::after {
  opacity: 1;
  animation: homeShimmer 2s ease-in-out infinite;
}
@keyframes homeShimmer {
  0% {
    transform: translateX(-100%) skewX(-20deg);
  }
  100% {
    transform: translateX(300%) skewX(-20deg);
  }
}
.cta-btn.primary::after {
  background: linear-gradient(90deg, transparent 0%, rgba(0, 245, 212, 0.08) 40%, rgba(0, 245, 212, 0.22) 50%, rgba(0, 245, 212, 0.08) 60%, transparent 100%);
}
.cta-btn.secondary::after {
  background: linear-gradient(90deg, transparent 0%, rgba(255, 183, 77, 0.08) 40%, rgba(255, 183, 77, 0.22) 50%, rgba(255, 183, 77, 0.08) 60%, transparent 100%);
}
.cta-btn.primary {
  background: linear-gradient(135deg, rgba(0, 245, 212, 0.28) 0%, rgba(0, 245, 212, 0.08) 100%);
  border-color: rgba(0, 245, 212, 0.45);
  color: #00f5d4;
  box-shadow: inset 0 1px 0 rgba(0, 245, 212, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.05), 0 8px 32px rgba(0, 245, 212, 0.2);
}
.cta-btn.primary:hover {
  background: linear-gradient(135deg, rgba(0, 245, 212, 0.4) 0%, rgba(0, 245, 212, 0.14) 100%);
  border-color: rgba(0, 245, 212, 0.7);
  transform: translateY(-3px);
  box-shadow: inset 0 1px 0 rgba(0, 245, 212, 0.35), 0 12px 40px rgba(0, 245, 212, 0.35), 0 0 60px rgba(0, 245, 212, 0.08);
}
.cta-btn.secondary {
  background: linear-gradient(135deg, rgba(255, 183, 77, 0.28) 0%, rgba(255, 183, 77, 0.08) 100%);
  border-color: rgba(255, 183, 77, 0.45);
  color: #ffb74d;
  box-shadow: inset 0 1px 0 rgba(255, 183, 77, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.05), 0 8px 32px rgba(255, 183, 77, 0.2);
}
.cta-btn.secondary:hover {
  background: linear-gradient(135deg, rgba(255, 183, 77, 0.4) 0%, rgba(255, 183, 77, 0.14) 100%);
  border-color: rgba(255, 183, 77, 0.7);
  transform: translateY(-3px);
  box-shadow: inset 0 1px 0 rgba(255, 183, 77, 0.35), 0 12px 40px rgba(255, 183, 77, 0.35), 0 0 60px rgba(255, 183, 77, 0.08);
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ========================================
     Features Section
     ======================================== */
.features-section {
  position: relative;
  scroll-margin-top: 100px;
  width: 100%;
}
.section-title {
  font-size: clamp(24px, 4vw, 42px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.title-line {
  display: block;
  width: clamp(20px, 5vw, 60px);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--theme-color, #00f5d4), transparent);
  flex-shrink: 0;
}
.section-subtitle {
  text-align: center;
  font-size: clamp(14px, 1.8vw, 18px);
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 60px;
}
/* Cards Grid */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  width: 100%;
}
/* ========================================
     Feature Cards
     ======================================== */
.feature-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  min-width: 0;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.feature-card:hover {
  transform: translateY(-10px) scale(1.02);
}
.feature-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
}
/* Card Background */
.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  z-index: 1;
  transition: all 0.5s ease;
}
.feature-card:hover::before {
  border-color: var(--theme-color);
  background: rgba(0, 0, 0, 0.5);
}
/* Card Glow Effect */
.card-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), var(--theme-color) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
  pointer-events: none;
}
.feature-card:hover .card-glow {
  opacity: 0.15;
}
/* Card Border Glow */
.card-border-glow {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: opacity 0.4s ease, border-color 0.4s ease;
  z-index: 0;
}
.feature-card:hover .card-border-glow {
  opacity: 1;
  border-color: var(--theme-color);
}
/* Card Content */
.card-content {
  position: relative;
  z-index: 3;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.card-icon {
  font-size: 48px;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.card-icon .card-icon-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.card-title {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  transition: color 0.3s ease;
  word-break: break-word;
}
.feature-card:hover .card-title {
  color: var(--theme-color);
}
.card-desc {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  flex-grow: 1;
  word-break: break-word;
}
.card-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-color);
  margin-top: 8px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(-10px);
}
.feature-card:hover .card-link-btn {
  opacity: 1;
  transform: translateX(0);
}
.card-link-btn:hover {
  gap: 14px;
}
/* Per-card theme animations */
.feature-card-0 {
  --theme-color: #00f5d4;
}
.feature-card-1 {
  --theme-color: #a56eff;
}
.feature-card-2 {
  --theme-color: #ff8c00;
}
.feature-card-3 {
  --theme-color: #fee440;
}
/* ========================================
     About Section
     ======================================== */
.about-section {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.about-card {
  position: relative;
  width: 100%;
  max-width: 700px;
  border-radius: 24px;
  padding: clamp(30px, 5vw, 60px) clamp(20px, 4vw, 48px);
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  overflow: hidden;
  transition: all 0.5s ease;
  min-width: 0;
}
.about-card:hover {
  border-color: rgba(0, 245, 212, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 245, 212, 0.1);
}
.about-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 180deg at 50% 50%, #00f5d4 0deg, #7b2ff7 90deg, #f72585 180deg, #fee440 270deg, #00f5d4 360deg);
  opacity: 0.05;
  animation: aboutGlowPulse 6s ease-in-out infinite;
  z-index: 0;
}
@keyframes aboutGlowPulse {
  0%,
  100% {
    opacity: 0.03;
    transform: scale(1);
  }
  50% {
    opacity: 0.07;
    transform: scale(1.05);
  }
}
.about-content {
  position: relative;
  z-index: 1;
}
/* Avatar */
.avatar-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 24px;
}
.avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.avatar-ring {
  position: absolute;
  inset: -9px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #00f5d4 0deg 90deg, #a56eff 90deg 180deg, #ff8c00 180deg 270deg, #fee440 270deg 360deg);
  -webkit-mask: radial-gradient(circle, transparent 66%, #000 67% 70%, transparent 71%);
  mask: radial-gradient(circle, transparent 66%, #000 67% 70%, transparent 71%);
  animation: spinRing 3s linear infinite;
}
@keyframes spinRing {
  to {
    transform: rotate(360deg);
  }
}
.about-name {
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 700;
  margin: 0 0 8px;
  background: linear-gradient(135deg, #00f5d4, #a56eff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  word-break: break-word;
}
.about-role {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.about-bio {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 0px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  word-break: break-word;
}
/* Social Links */
.social-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.social-link {
  display: inline-flex;
  align-items: center;
  padding: 12px 28px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease;
  max-width: 100%;
}
.social-link:hover {
  background: rgba(0, 245, 212, 0.15);
  border-color: #00f5d4;
  color: #00f5d4;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 245, 212, 0.2);
}
/* ========================================
     Footer
     ======================================== */
.home-footer {
  padding: 40px 0 60px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}
.footer-highlight {
  color: #00f5d4;
  font-weight: 600;
}
/* ========================================
     Responsive
     ======================================== */
@media (max-width: 768px) {
  .hero-cta {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .cta-btn {
    width: 200px;
    padding: 16px 32px;
  }
  .cards-grid {
    grid-template-columns: 1fr;
  }
  .card-content {
    padding: 30px 24px;
  }
}
/*# sourceMappingURL=index.css.map */
/* ========================================
   Top Navigation Bar
   ======================================== */
.top-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(10, 10, 26, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  animation: slideDown 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 64px;
}
/* ---- Brand (Left) ---- */
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}
.navbar-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  filter: drop-shadow(0 0 8px rgba(0, 245, 212, 0.3));
  transition: filter 0.3s ease, transform 0.3s ease;
}
.navbar-brand:hover .navbar-icon {
  filter: drop-shadow(0 0 14px rgba(0, 245, 212, 0.6));
  transform: scale(1.05);
}
.navbar-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #00f5d4, #7b2ff7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* ---- Language Selector (Right) ---- */
.lang-selector {
  position: relative;
  cursor: pointer;
}
.lang-current {
  display: flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}
.lang-current:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
}
.lang-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}
.lang-arrow {
  margin-left: 8px;
  width: 12px;
  height: 8px;
  color: rgba(255, 255, 255, 0.5);
  transition: transform 0.3s ease;
}
.lang-arrow.arrow-open {
  transform: rotate(180deg);
}
/* ---- Dropdown ---- */
.lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 120px;
  background: rgba(20, 20, 40, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 6px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
  animation: dropdownFadeIn 0.2s ease-out;
  z-index: 100;
}
@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.lang-option {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.lang-option:hover {
  background: rgba(255, 255, 255, 0.08);
}
.lang-option.active {
  background: rgba(0, 245, 212, 0.08);
}
.option-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  flex: 1;
}
.option-check {
  width: 12px;
  height: 10px;
  flex-shrink: 0;
}
/*# sourceMappingURL=index.css.map */

/*# sourceMappingURL=style.68a78cb8.css.map*/