/*! 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 */

.lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  color: #6b7280;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  transition: all 0.3s;
  user-select: none;
}
.lang-switcher:hover {
  color: var(--brand-color);
  border-color: color-mix(in srgb, var(--brand-color) 30%, transparent);
  background: color-mix(in srgb, var(--brand-color) 4%, transparent);
}
.lang-switcher .lang-switcher-trigger {
  display: flex;
  align-items: center;
  gap: 5px;
}
.lang-switcher .lang-switcher-chevron {
  transition: transform 0.2s;
  flex-shrink: 0;
}
.lang-switcher .lang-switcher-chevron-open {
  transform: rotate(180deg);
}
.lang-switcher .lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 160px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  z-index: 100;
}
.lang-switcher .lang-option {
  padding: 10px 16px;
  font-size: 14px;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.lang-switcher .lang-option:hover {
  background: color-mix(in srgb, var(--brand-color) 5%, transparent);
  color: var(--brand-color);
}
.lang-switcher .lang-active {
  background: color-mix(in srgb, var(--brand-color) 8%, transparent) !important;
  color: var(--brand-color) !important;
  font-weight: 500;
}
.lang-switcher.dark {
  color: #a0a3bd;
  border-color: rgba(255, 255, 255, 0.2);
}
.lang-switcher.dark:hover {
  color: var(--brand-color);
  border-color: color-mix(in srgb, var(--brand-color) 40%, transparent);
  background: color-mix(in srgb, var(--brand-color) 8%, transparent);
}
.lang-switcher.dark .lang-dropdown {
  background: #1a1d35;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}
.lang-switcher.dark .lang-option {
  color: #a0a3bd;
}
.lang-switcher.dark .lang-option:hover {
  background: color-mix(in srgb, var(--brand-color) 10%, transparent);
  color: var(--brand-color);
}
.lang-switcher.dark .lang-active {
  background: color-mix(in srgb, var(--brand-color) 15%, transparent) !important;
  color: var(--brand-color) !important;
}
/*# sourceMappingURL=index.css.map */
.plugin-selector {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  color: #6b7280;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  transition: all 0.3s;
  user-select: none;
}
.plugin-selector:hover {
  color: var(--brand-color);
  border-color: color-mix(in srgb, var(--brand-color) 30%, transparent);
  background: color-mix(in srgb, var(--brand-color) 4%, transparent);
}
.plugin-selector-trigger {
  display: flex;
  align-items: center;
  gap: 5px;
}
.plugin-selector-text {
  font-weight: 500;
  font-size: 13px;
}
.plugin-selector-chevron {
  transition: transform 0.2s;
  flex-shrink: 0;
}
.plugin-selector-chevron-open {
  transform: rotate(180deg);
}
.plugin-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 200px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  z-index: 100;
}
.plugin-option {
  padding: 10px 16px;
  font-size: 14px;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 12px;
}
.plugin-option:hover {
  background: color-mix(in srgb, var(--brand-color) 5%, transparent);
  color: var(--brand-color);
}
.plugin-option-icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  flex-shrink: 0;
}
.plugin-option-name {
  font-weight: 500;
  white-space: nowrap;
}
.plugin-selector.dark {
  color: #a0a3bd;
  border-color: rgba(255, 255, 255, 0.2);
}
.plugin-selector.dark:hover {
  color: var(--brand-color);
  border-color: color-mix(in srgb, var(--brand-color) 40%, transparent);
  background: color-mix(in srgb, var(--brand-color) 8%, transparent);
}
.plugin-selector.dark .plugin-dropdown {
  background: #1a1d35;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}
.plugin-selector.dark .plugin-option {
  color: #a0a3bd;
}
.plugin-selector.dark .plugin-option:hover {
  background: color-mix(in srgb, var(--brand-color) 10%, transparent);
  color: var(--brand-color);
}
/*# sourceMappingURL=index.css.map */
.shared-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0 24px;
}
.shared-navbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
}
.shared-navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100%;
  font-weight: 700;
  font-size: 18px;
}
.shared-brand-name {
  white-space: nowrap;
}
.shared-navbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.shared-theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.3s;
}
.shared-theme-toggle:hover {
  color: var(--brand-color, #7c3aed);
  border-color: color-mix(in srgb, var(--brand-color, #7c3aed) 30%, transparent);
  background: color-mix(in srgb, var(--brand-color, #7c3aed) 4%, transparent);
}
.shared-navbar.dark {
  background: rgba(2, 6, 23, 0.85);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.shared-navbar.dark .shared-navbar-brand {
  color: var(--brand-color, #7c3aed);
}
.shared-navbar.dark .shared-theme-toggle {
  border-color: rgba(255, 255, 255, 0.2);
  color: #a0a3bd;
}
.shared-navbar.dark .shared-theme-toggle:hover {
  color: var(--brand-color, #9f63ff);
  border-color: color-mix(in srgb, var(--brand-color, #9f63ff) 40%, transparent);
  background: color-mix(in srgb, var(--brand-color, #9f63ff) 8%, transparent);
}
.shared-navbar.dark .lang-switcher {
  color: #a0a3bd;
  border-color: rgba(255, 255, 255, 0.2);
}
.shared-navbar.dark .lang-switcher:hover {
  color: var(--brand-color, #9f63ff);
  border-color: color-mix(in srgb, var(--brand-color, #9f63ff) 40%, transparent);
  background: color-mix(in srgb, var(--brand-color, #9f63ff) 8%, transparent);
}
.shared-navbar.dark .lang-switcher .lang-dropdown {
  background: #1a1d35;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}
.shared-navbar.dark .lang-switcher .lang-option {
  color: #a0a3bd;
}
.shared-navbar.dark .lang-switcher .lang-option:hover {
  background: color-mix(in srgb, var(--brand-color, #9f63ff) 10%, transparent);
  color: var(--brand-color, #9f63ff);
}
.shared-navbar.dark .lang-switcher .lang-active {
  background: color-mix(in srgb, var(--brand-color, #9f63ff) 15%, transparent);
  color: var(--brand-color, #9f63ff);
}
.shared-navbar.dark .plugin-selector {
  color: #a0a3bd;
  border-color: rgba(255, 255, 255, 0.2);
}
.shared-navbar.dark .plugin-selector:hover {
  color: var(--brand-color, #9f63ff);
  border-color: color-mix(in srgb, var(--brand-color, #9f63ff) 40%, transparent);
  background: color-mix(in srgb, var(--brand-color, #9f63ff) 8%, transparent);
}
.shared-navbar.dark .plugin-selector .plugin-dropdown {
  background: #1a1d35;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}
.shared-navbar.dark .plugin-selector .plugin-option {
  color: #a0a3bd;
}
.shared-navbar.dark .plugin-selector .plugin-option:hover {
  background: color-mix(in srgb, var(--brand-color, #9f63ff) 10%, transparent);
  color: var(--brand-color, #9f63ff);
}
/*# sourceMappingURL=index.css.map */
.shared-footer {
  padding: 24px;
}
.shared-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 13px;
  color: #94a3b8;
}
.shared-footer.dark .shared-footer-bottom {
  color: #64748b;
}
/*# sourceMappingURL=index.css.map */
.page-home {
  position: relative;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes gradient-shift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0px) translateX(0px);
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.2;
  }
  50% {
    transform: translateY(-150px) translateX(30px);
  }
}
@keyframes pulse-glow {
  0%,
  100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes spotlight-move-1 {
  /* 尾部的 0.6 就是整體縮放大小，您可以隨意改成 0.5 或 0.7 */
  0% {
    transform: translate(-50%, -50%) translate(10vw, 10vh) scale(calc(1 * 0.6));
  }
  15% {
    transform: translate(-50%, -50%) translate(25vw, 5vh) scale(calc(1.05 * 0.6));
  }
  30% {
    transform: translate(-50%, -50%) translate(40vw, 25vh) scale(calc(0.95 * 0.6));
  }
  45% {
    transform: translate(-50%, -50%) translate(15vw, 35vh) scale(calc(1.08 * 0.6));
  }
  60% {
    transform: translate(-50%, -50%) translate(35vw, 15vh) scale(calc(0.92 * 0.6));
  }
  75% {
    transform: translate(-50%, -50%) translate(8vw, 30vh) scale(calc(1.03 * 0.6));
  }
  90% {
    transform: translate(-50%, -50%) translate(28vw, 8vh) scale(calc(0.97 * 0.6));
  }
  100% {
    transform: translate(-50%, -50%) translate(10vw, 10vh) scale(calc(1 * 0.6));
  }
}
@keyframes spotlight-move-2 {
  0% {
    transform: translate(-50%, -50%) translate(65vw, 12vh) scale(calc(1 * 0.6));
  }
  20% {
    transform: translate(-50%, -50%) translate(80vw, 5vh) scale(calc(1.06 * 0.6));
  }
  40% {
    transform: translate(-50%, -50%) translate(55vw, 30vh) scale(calc(0.94 * 0.6));
  }
  60% {
    transform: translate(-50%, -50%) translate(75vw, 40vh) scale(calc(1.04 * 0.6));
  }
  80% {
    transform: translate(-50%, -50%) translate(90vw, 18vh) scale(calc(0.96 * 0.6));
  }
  100% {
    transform: translate(-50%, -50%) translate(65vw, 12vh) scale(calc(1 * 0.6));
  }
}
.anim-fade-up {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}
.anim-fade-down {
  opacity: 0;
  animation: fadeInDown 0.8s ease-out forwards;
}
.anim-fade-left {
  opacity: 0;
  animation: fadeInLeft 0.8s ease-out forwards;
}
.anim-fade-right {
  opacity: 0;
  animation: fadeInRight 0.8s ease-out forwards;
}
.anim-zoom-in {
  opacity: 0;
  animation: zoomIn 0.7s ease-out forwards;
}
.anim-bounce-in {
  opacity: 0;
  animation: bounceIn 0.8s ease-out forwards;
}
.anim-slide-up {
  opacity: 0;
  animation: slideInUp 0.9s ease-out forwards;
}
.delay-1 {
  animation-delay: 0.1s !important;
}
.delay-2 {
  animation-delay: 0.2s !important;
}
.delay-3 {
  animation-delay: 0.3s !important;
}
.delay-4 {
  animation-delay: 0.4s !important;
}
.delay-5 {
  animation-delay: 0.5s !important;
}
.delay-6 {
  animation-delay: 0.6s !important;
}
.delay-7 {
  animation-delay: 0.7s !important;
}
.delay-8 {
  animation-delay: 0.8s !important;
}
.dev-toolkit-landing {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  min-height: 100vh;
  background: linear-gradient(180deg, #f0f4ff 0%, #f8f9fc 30%, #ffffff 100%);
  color: #1a1a2e;
  position: relative;
  overflow: hidden;
}
.dev-toolkit-landing ::selection {
  background: rgba(124, 58, 237, 0.2);
}
.bg-effects {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.grid-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: linear-gradient(rgba(59, 130, 246, 0.3) 1px, transparent 1px), linear-gradient(90deg, rgba(59, 130, 246, 0.3) 1px, transparent 1px);
  background-size: 50px 50px;
}
.glow-orb {
  position: absolute;
  border-radius: 50%;
  animation: pulse-glow 4s ease-in-out infinite;
}
.glow-orb-1 {
  top: -10%;
  left: 10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.08), transparent 70%);
  filter: blur(80px);
}
.glow-orb-2 {
  top: 30%;
  right: -5%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.08), transparent 70%);
  filter: blur(80px);
  animation-delay: 1.5s;
}
.glow-orb-3 {
  bottom: 10%;
  left: 20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.06), transparent 70%);
  filter: blur(80px);
  animation-delay: 3s;
}
.particles-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.particle {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  animation: float linear infinite;
}
.particle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300%;
  height: 300%;
  background: radial-gradient(circle, currentColor, transparent 70%);
  opacity: 0.3;
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  animation: fadeInDown 0.6s ease-out;
}
.navbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, #7c3aed, #3b82f6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.25);
}
.brand-name {
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(to right, #7c3aed, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.navbar-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-link {
  font-size: 14px;
  color: #555770;
  text-decoration: none;
  transition: all 0.3s;
}
.nav-link:hover {
  color: #7c3aed;
}
.nav-cta-btn {
  padding: 8px 20px;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #7c3aed, #3b82f6);
  color: white;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.25);
}
.nav-cta-btn:hover {
  box-shadow: 0 6px 20px rgba(124, 58, 237, 0.35);
  transform: translateY(-1px);
}
.lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  color: #555770;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  transition: all 0.3s;
  user-select: none;
}
.lang-switcher:hover {
  color: #7c3aed;
  border-color: rgba(124, 58, 237, 0.3);
  background: rgba(124, 58, 237, 0.04);
}
.lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 160px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  z-index: 100;
}
.lang-option {
  padding: 10px 16px;
  font-size: 14px;
  color: #555770;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.lang-option:hover {
  background: rgba(124, 58, 237, 0.05);
  color: #7c3aed;
}
.lang-active {
  background: rgba(124, 58, 237, 0.08);
  color: #7c3aed;
  font-weight: 500;
}
.hero {
  max-width: 1200px;
  margin: 0 auto;
  padding: 160px 24px 80px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid rgba(124, 58, 237, 0.15);
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.04);
  color: #7c3aed;
  margin-bottom: 32px;
}
.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 8px #10b981;
  animation: pulse-glow 2s ease-in-out infinite;
}
.hero-title {
  font-size: clamp(40px, 7vw, 72px);
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 28px;
  letter-spacing: -0.02em;
  color: #1a1a2e;
}
.hero-title-line {
  display: block;
}
.hero-title-gradient {
  display: block;
  background: linear-gradient(to right, #3b82f6, #7c3aed, #10b981, #06b6d4);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 4s ease infinite;
}
.hero-subtitle {
  font-size: clamp(16px, 2vw, 19px);
  color: #555770;
  max-width: 620px;
  margin: 0 auto 44px;
  line-height: 1.8;
}
.subtitle-highlight {
  color: #3b82f6;
  font-weight: 600;
  margin-left: 5px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #7c3aed, #3b82f6);
  color: white;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 6px 25px rgba(124, 58, 237, 0.3);
}
.btn-primary:hover {
  box-shadow: 0 10px 35px rgba(124, 58, 237, 0.4);
  transform: translateY(-2px);
}
.btn-primary svg {
  transition: transform 0.2s;
}
.btn-primary:hover svg {
  transform: translate(2px, -2px);
}
.btn-secondary {
  padding: 16px 36px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  background: #ffffff;
  color: #555770;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.btn-secondary:hover {
  border-color: rgba(124, 58, 237, 0.3);
  color: #7c3aed;
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.1);
  transform: translateY(-1px);
}
.stats-bar {
  max-width: 1200px;
  margin: 0 auto 72px;
  padding: 0 24px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .stats-bar {
    grid-template-columns: repeat(4, 1fr);
  }
}
.stat-item {
  text-align: center;
  padding: 24px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: all 0.3s;
}
.stat-item:hover {
  border-color: rgba(124, 58, 237, 0.2);
  box-shadow: 0 8px 30px rgba(124, 58, 237, 0.1);
  transform: translateY(-3px);
}
.stat-value {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  background: linear-gradient(to right, #7c3aed, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-label {
  font-size: 13px;
  color: #555770;
  margin-top: 6px;
}
.section-header {
  text-align: center;
  margin-bottom: 52px;
}
.section-tag {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7c3aed;
  margin-bottom: 10px;
}
.section-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 16px;
}
.section-desc {
  font-size: 16px;
  color: #555770;
  max-width: 500px;
  margin: 0 auto;
}
.features-section {
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.feature-card {
  padding: 36px;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}
.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #7c3aed, #3b82f6);
  transform: scaleX(0);
  transition: transform 0.4s;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}
.feature-card:hover::before {
  transform: scaleX(1);
}
.feature-card:hover .feature-icon-wrap {
  transform: scale(1.1);
}
.feature-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid;
  transition: transform 0.3s;
}
.feature-icon-blue {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(6, 182, 212, 0.05));
  border-color: rgba(59, 130, 246, 0.15);
  color: #3b82f6;
}
.feature-card:nth-child(1):hover {
  border-color: rgba(59, 130, 246, 0.25);
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.1);
}
.feature-card:nth-child(1):hover::before {
  background: linear-gradient(90deg, #3b82f6, #06b6d4);
}
.feature-icon-purple {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(244, 114, 182, 0.05));
  border-color: rgba(124, 58, 237, 0.15);
  color: #7c3aed;
}
.feature-card:nth-child(2):hover {
  border-color: rgba(124, 58, 237, 0.25);
  box-shadow: 0 12px 40px rgba(124, 58, 237, 0.1);
}
.feature-card:nth-child(2):hover::before {
  background: linear-gradient(90deg, #7c3aed, #ec4899);
}
.feature-icon-emerald {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(6, 182, 212, 0.05));
  border-color: rgba(16, 185, 129, 0.15);
  color: #10b981;
}
.feature-card:nth-child(3):hover {
  border-color: rgba(16, 185, 129, 0.25);
  box-shadow: 0 12px 40px rgba(16, 185, 129, 0.1);
}
.feature-card:nth-child(3):hover::before {
  background: linear-gradient(90deg, #10b981, #06b6d4);
}
.feature-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 12px;
}
.feature-desc {
  font-size: 14px;
  color: #555770;
  line-height: 1.7;
  margin: 0;
}
.plugins-section {
  max-width: 1200px;
  margin: 0 auto 112px;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.plugins-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 1024px) {
  .plugins-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.plugin-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
  overflow: hidden;
  position: relative;
  scroll-margin-top: 80px;
}
.plugin-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #7c3aed, #3b82f6);
  transform: scaleX(0);
  transition: transform 0.4s;
}
.plugin-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.1);
}
.plugin-card:hover::before {
  transform: scaleX(1);
}
.plugin-accent-blue .feature-check {
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}
.plugin-accent-blue:hover {
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 16px 50px rgba(59, 130, 246, 0.12);
}
.plugin-accent-blue:hover::before {
  background: linear-gradient(90deg, #3b82f6, #06b6d4);
}
.plugin-accent-purple .feature-check {
  background: rgba(124, 58, 237, 0.1);
  color: #7c3aed;
}
.plugin-accent-purple:hover {
  border-color: rgba(124, 58, 237, 0.3);
  box-shadow: 0 16px 50px rgba(124, 58, 237, 0.12);
}
.plugin-accent-purple:hover::before {
  background: linear-gradient(90deg, #7c3aed, #ec4899);
}
.plugin-accent-emerald .feature-check {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
}
.plugin-accent-emerald:hover {
  border-color: rgba(16, 185, 129, 0.3);
  box-shadow: 0 16px 50px rgba(16, 185, 129, 0.12);
}
.plugin-accent-emerald:hover::before {
  background: linear-gradient(90deg, #10b981, #06b6d4);
}
.plugin-card-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 32px;
}
.plugin-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.plugin-store-icon-link {
  display: block;
  text-decoration: none;
}
.plugin-store-icon-link:hover .plugin-icon-box {
  transform: scale(1.1);
}
.plugin-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.plugin-icon-blue {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(6, 182, 212, 0.06));
  color: #3b82f6;
  border: 1px solid rgba(59, 130, 246, 0.15);
}
.plugin-icon-purple {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.12), rgba(244, 114, 182, 0.06));
  color: #7c3aed;
  border: 1px solid rgba(124, 58, 237, 0.15);
}
.plugin-icon-emerald {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.12), rgba(6, 182, 212, 0.06));
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.15);
}
.plugin-badge {
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 500;
  border: 1px solid;
}
.plugin-badge-blue {
  background: rgba(59, 130, 246, 0.08);
  color: #3b82f6;
  border-color: rgba(59, 130, 246, 0.15);
}
.plugin-badge-purple {
  background: rgba(124, 58, 237, 0.08);
  color: #7c3aed;
  border-color: rgba(124, 58, 237, 0.15);
}
.plugin-badge-emerald {
  background: rgba(16, 185, 129, 0.08);
  color: #10b981;
  border-color: rgba(16, 185, 129, 0.15);
}
.plugin-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 12px;
}
.plugin-desc {
  font-size: 14px;
  color: #555770;
  line-height: 1.7;
  margin: 0 0 20px;
  min-height: 5.1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #f0f4ff;
}
.carousel-viewport {
  overflow: hidden;
  width: 100%;
}
.carousel-track {
  display: flex;
  transition: transform 0.4s ease;
  width: 100%;
}
.carousel-slide {
  flex-shrink: 0;
  width: 100%;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
  z-index: 2;
}
.carousel-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.carousel:hover .carousel-btn {
  opacity: 1;
}
.carousel-btn-prev {
  left: 8px;
}
.carousel-btn-prev::after {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.carousel-btn-next {
  right: 8px;
}
.carousel-btn-next::after {
  transform: translate(30%, -50%) rotate(45deg);
}
.carousel-btn:hover {
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.carousel-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 2;
}
.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s;
}
.carousel-dot:hover {
  background: rgba(0, 0, 0, 0.4);
}
.carousel-dot-active {
  background: white;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
  width: 20px;
  border-radius: 4px;
}
.screenshot-img {
  width: 100%;
  display: block;
  border-radius: 8px;
}
.plugin-screenshot {
  border-radius: 8px;
  overflow: hidden;
}
.plugin-features {
  list-style: none;
  margin: 0 0 0;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.plugin-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #555770;
  line-height: 1.5;
}
.feature-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all 0.3s;
}
.plugin-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f0f4ff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: #555770;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}
.plugin-cta svg {
  transition: all 0.2s;
}
.plugin-cta--blue:hover {
  background: rgba(59, 130, 246, 0.08);
  border-color: rgba(59, 130, 246, 0.25);
  color: #3b82f6;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);
}
.plugin-cta--blue:hover svg {
  color: #3b82f6;
}
.plugin-cta--purple:hover {
  background: rgba(124, 58, 237, 0.08);
  border-color: rgba(124, 58, 237, 0.25);
  color: #7c3aed;
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.1);
}
.plugin-cta--purple:hover svg {
  color: #7c3aed;
}
.plugin-cta--emerald:hover {
  background: rgba(16, 185, 129, 0.08);
  border-color: rgba(16, 185, 129, 0.25);
  color: #10b981;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.1);
}
.plugin-cta--emerald:hover svg {
  color: #10b981;
}
.plugin-cta-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 24px 24px;
}
.store-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.cta-banner {
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.cta-banner > div {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.cta-banner-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #7c3aed, #3b82f6, #10b981);
  border-radius: 24px;
}
.cta-banner-content {
  position: relative;
  z-index: 1;
  padding: 72px 48px;
  text-align: center;
}
.cta-title {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  color: white;
  margin: 0 0 16px;
}
.cta-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 500px;
  margin: 0 auto;
}
.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-bottom p {
  font-size: 12px;
  color: #8b8da3;
  margin: 0;
}
.dev-toolkit-landing.dark {
  background: linear-gradient(180deg, #0f1120 0%, #12142a 30%, #0d0f1e 100%);
  color: #e2e4f0;
}
.dev-toolkit-landing.dark .grid-pattern {
  opacity: 0.04;
  background-image: linear-gradient(rgba(159, 103, 255, 0.3) 1px, transparent 1px), linear-gradient(90deg, rgba(159, 103, 255, 0.3) 1px, transparent 1px);
}
.dev-toolkit-landing.dark .glow-orb-1 {
  background: radial-gradient(circle, rgba(159, 103, 255, 0.15), transparent 70%);
}
.dev-toolkit-landing.dark .glow-orb-2 {
  background: radial-gradient(circle, rgba(59, 130, 246, 0.15), transparent 70%);
}
.dev-toolkit-landing.dark .glow-orb-3 {
  background: radial-gradient(circle, rgba(16, 185, 129, 0.12), transparent 70%);
}
.dev-toolkit-landing.dark .spotlight {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.dev-toolkit-landing.dark .spotlight-1 {
  width: 1000px;
  height: 1000px;
  background: radial-gradient(circle, rgba(159, 103, 255, 0.35) 0%, rgba(159, 103, 255, 0.2) 10%, rgba(59, 130, 246, 0.1) 30%, rgba(59, 130, 246, 0.04) 55%, transparent 75%);
  animation: spotlight-move-1 25s ease-in-out infinite;
  will-change: transform;
}
.dev-toolkit-landing.dark .spotlight-2 {
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.3) 0%, rgba(59, 130, 246, 0.15) 10%, rgba(16, 185, 129, 0.08) 30%, rgba(16, 185, 129, 0.03) 55%, transparent 75%);
  animation: spotlight-move-2 30s ease-in-out infinite;
  will-change: transform;
}
.dev-toolkit-landing.dark .navbar {
  border-bottom-color: rgba(255, 255, 255, 0.06);
  background: rgba(13, 15, 30, 0.85);
}
.dev-toolkit-landing.dark .nav-link {
  color: #a0a3bd;
}
.dev-toolkit-landing.dark .nav-link:hover {
  color: #9f67ff;
}
.dev-toolkit-landing.dark .lang-switcher {
  color: #a0a3bd;
  border-color: rgba(255, 255, 255, 0.2);
}
.dev-toolkit-landing.dark .lang-switcher:hover {
  color: #9f67ff;
  border-color: rgba(159, 103, 255, 0.4);
  background: rgba(159, 103, 255, 0.08);
}
.dev-toolkit-landing.dark .lang-dropdown {
  background: #1a1d35;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}
.dev-toolkit-landing.dark .lang-option {
  color: #a0a3bd;
}
.dev-toolkit-landing.dark .lang-option:hover {
  background: rgba(159, 103, 255, 0.1);
  color: #9f67ff;
}
.dev-toolkit-landing.dark .lang-active {
  background: rgba(159, 103, 255, 0.15);
  color: #9f67ff;
}
.dev-toolkit-landing.dark .dark-mode-toggle {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
  color: #a0a3bd;
}
.dev-toolkit-landing.dark .dark-mode-toggle:hover {
  background: rgba(159, 103, 255, 0.15);
  border-color: rgba(159, 103, 255, 0.4);
  color: #9f67ff;
}
.dev-toolkit-landing.dark .hero-title {
  color: #e2e4f0;
}
.dev-toolkit-landing.dark .hero-subtitle {
  color: #a0a3bd;
}
.dev-toolkit-landing.dark .hero-badge {
  border-color: rgba(159, 103, 255, 0.3);
  background: rgba(159, 103, 255, 0.08);
  color: #9f67ff;
}
.dev-toolkit-landing.dark .btn-secondary {
  border-color: rgba(255, 255, 255, 0.12);
  background: #1a1d35;
  color: #a0a3bd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.dev-toolkit-landing.dark .btn-secondary:hover {
  border-color: rgba(159, 103, 255, 0.4);
  color: #9f67ff;
  box-shadow: 0 4px 15px rgba(159, 103, 255, 0.15);
}
.dev-toolkit-landing.dark .stat-item {
  border-color: rgba(255, 255, 255, 0.06);
  background: #1a1d35;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
.dev-toolkit-landing.dark .stat-item:hover {
  border-color: rgba(159, 103, 255, 0.3);
  box-shadow: 0 8px 30px rgba(159, 103, 255, 0.15);
}
.dev-toolkit-landing.dark .stat-label {
  color: #a0a3bd;
}
.dev-toolkit-landing.dark .section-tag {
  color: #9f67ff;
}
.dev-toolkit-landing.dark .section-title {
  color: #e2e4f0;
}
.dev-toolkit-landing.dark .section-desc {
  color: #a0a3bd;
}
.dev-toolkit-landing.dark .feature-card {
  border-color: rgba(255, 255, 255, 0.06);
  background: #1a1d35;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}
.dev-toolkit-landing.dark .feature-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}
.dev-toolkit-landing.dark .feature-card:nth-child(1):hover {
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.15);
}
.dev-toolkit-landing.dark .feature-card:nth-child(2):hover {
  border-color: rgba(159, 103, 255, 0.3);
  box-shadow: 0 12px 40px rgba(159, 103, 255, 0.15);
}
.dev-toolkit-landing.dark .feature-card:nth-child(3):hover {
  border-color: rgba(16, 185, 129, 0.3);
  box-shadow: 0 12px 40px rgba(16, 185, 129, 0.15);
}
.dev-toolkit-landing.dark .feature-title {
  color: #e2e4f0;
}
.dev-toolkit-landing.dark .feature-desc {
  color: #a0a3bd;
}
.dev-toolkit-landing.dark .plugin-card {
  border-color: rgba(255, 255, 255, 0.06);
  background: #1a1d35;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.dev-toolkit-landing.dark .plugin-card:hover {
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.6);
}
.dev-toolkit-landing.dark .plugin-accent-blue:hover {
  border-color: rgba(59, 130, 246, 0.35);
  box-shadow: 0 16px 50px rgba(59, 130, 246, 0.15);
}
.dev-toolkit-landing.dark .plugin-accent-purple:hover {
  border-color: rgba(159, 103, 255, 0.5);
  box-shadow: 0 16px 50px rgba(159, 103, 255, 0.25);
}
.dev-toolkit-landing.dark .plugin-accent-emerald:hover {
  border-color: rgba(16, 185, 129, 0.35);
  box-shadow: 0 16px 50px rgba(16, 185, 129, 0.15);
}
.dev-toolkit-landing.dark .plugin-badge-blue {
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(59, 130, 246, 0.25);
}
.dev-toolkit-landing.dark .plugin-badge-purple {
  background: rgba(159, 103, 255, 0.18);
  color: #9f67ff;
  border-color: rgba(159, 103, 255, 0.4);
}
.dev-toolkit-landing.dark .plugin-badge-emerald {
  background: rgba(16, 185, 129, 0.12);
  border-color: rgba(16, 185, 129, 0.25);
}
.dev-toolkit-landing.dark .plugin-accent-blue .feature-check {
  background: rgba(59, 130, 246, 0.15);
  color: #60a5fa;
}
.dev-toolkit-landing.dark .plugin-accent-purple .feature-check {
  background: rgba(159, 103, 255, 0.25);
  color: #9f67ff;
}
.dev-toolkit-landing.dark .plugin-accent-emerald .feature-check {
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
}
.dev-toolkit-landing.dark .plugin-title {
  color: #e2e4f0;
}
.dev-toolkit-landing.dark .plugin-desc {
  color: #a0a3bd;
}
.dev-toolkit-landing.dark .carousel {
  border-color: rgba(255, 255, 255, 0.06);
  background: #12142a;
}
.dev-toolkit-landing.dark .carousel-btn {
  background: rgba(26, 29, 53, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.dev-toolkit-landing.dark .carousel-btn::after {
  border-top-color: #a0a3bd;
  border-right-color: #a0a3bd;
}
.dev-toolkit-landing.dark .carousel-btn:hover {
  background: #1a1d35;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}
.dev-toolkit-landing.dark .carousel-dot {
  background: rgba(255, 255, 255, 0.2);
}
.dev-toolkit-landing.dark .carousel-dot:hover {
  background: rgba(255, 255, 255, 0.4);
}
.dev-toolkit-landing.dark .carousel-dot-active {
  background: #9f67ff;
  box-shadow: 0 0 6px rgba(159, 103, 255, 0.6);
}
.dev-toolkit-landing.dark .plugin-features {
  border-top-color: rgba(255, 255, 255, 0.06);
}
.dev-toolkit-landing.dark .plugin-feature-item {
  color: #a0a3bd;
}
.dev-toolkit-landing.dark .plugin-cta {
  background: #12142a;
  border-color: rgba(255, 255, 255, 0.06);
  color: #a0a3bd;
}
.dev-toolkit-landing.dark .plugin-cta--blue:hover {
  background: rgba(59, 130, 246, 0.1);
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.12);
}
.dev-toolkit-landing.dark .plugin-cta--purple:hover {
  background: rgba(159, 103, 255, 0.15);
  border-color: rgba(159, 103, 255, 0.4);
  box-shadow: 0 4px 12px rgba(159, 103, 255, 0.2);
}
.dev-toolkit-landing.dark .plugin-cta--emerald:hover {
  background: rgba(16, 185, 129, 0.1);
  border-color: rgba(16, 185, 129, 0.3);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.12);
}
.dev-toolkit-landing.dark .footer {
  border-top-color: rgba(255, 255, 255, 0.06);
  background: #0d0f1e;
}
.dev-toolkit-landing.dark .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.06);
}
.dev-toolkit-landing.dark .footer-bottom p {
  color: #5a5d78;
}
.dark-mode-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: transparent;
  color: #555770;
  cursor: pointer;
  transition: all 0.3s;
}
.dark-mode-toggle:hover {
  color: #7c3aed;
  border-color: rgba(124, 58, 237, 0.3);
  background: rgba(124, 58, 237, 0.04);
}
/*# sourceMappingURL=index.css.map */
.japanese-landing {
  min-height: 100vh;
  background: linear-gradient(180deg, #fef0f2 0%, #fdf8f8 30%, #ffffff 100%);
  color: #2d1f1f;
  position: relative;
  overflow: hidden;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.japanese-landing ::selection {
  background: rgba(219, 63, 106, 0.2);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes gradient-shift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes pulse-glow {
  0%,
  100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
@keyframes sakura-fall {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg) translateX(0px);
    opacity: 0;
  }
  10% {
    opacity: 0.7;
  }
  90% {
    opacity: 0.2;
  }
  50% {
    transform: translateY(-200px) rotate(180deg) translateX(40px);
  }
}
.japanese-landing .anim-fade-up {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}
.japanese-landing .anim-fade-down {
  opacity: 0;
  animation: fadeInDown 0.8s ease-out forwards;
}
.japanese-landing .anim-bounce-in {
  opacity: 0;
  animation: bounceIn 0.8s ease-out forwards;
}
.japanese-landing .anim-slide-up {
  opacity: 0;
  animation: slideInUp 0.9s ease-out forwards;
}
.japanese-landing .delay-1 {
  animation-delay: 0.1s !important;
}
.japanese-landing .delay-2 {
  animation-delay: 0.2s !important;
}
.japanese-landing .delay-3 {
  animation-delay: 0.3s !important;
}
.japanese-landing .delay-4 {
  animation-delay: 0.4s !important;
}
.japanese-landing .bg-effects {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.japanese-landing .grid-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.025;
  background-image: linear-gradient(rgba(219, 63, 106, 0.3) 1px, transparent 1px), linear-gradient(90deg, rgba(219, 63, 106, 0.3) 1px, transparent 1px);
  background-size: 50px 50px;
}
.japanese-landing .glow-orb {
  position: absolute;
  border-radius: 50%;
  animation: pulse-glow 4s ease-in-out infinite;
}
.japanese-landing .glow-orb-1 {
  top: -10%;
  left: 10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(219, 63, 106, 0.07), transparent 70%);
  filter: blur(80px);
}
.japanese-landing .glow-orb-2 {
  top: 30%;
  right: -5%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(252, 209, 216, 0.06), transparent 70%);
  filter: blur(80px);
  animation-delay: 1.5s;
}
.japanese-landing .glow-orb-3 {
  bottom: 10%;
  left: 20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(219, 63, 106, 0.05), transparent 70%);
  filter: blur(80px);
  animation-delay: 3s;
}
.japanese-landing .sakura-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.japanese-landing .sakura-petal {
  position: absolute;
  background: linear-gradient(135deg, #db3f6a 0%, #f0b8c8 50%, #fcd1d8 100%);
  border-radius: 100% 0 50% 50%;
  opacity: 0;
  animation: sakura-fall linear infinite;
  transform: rotate(45deg);
}
.japanese-landing .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  animation: fadeInDown 0.6s ease-out;
}
.japanese-landing .navbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.japanese-landing .navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.japanese-landing .brand-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, #db3f6a, #fcd1d8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 4px 15px rgba(219, 63, 106, 0.25);
}
.japanese-landing .brand-kanji {
  font-size: 18px;
  font-weight: 700;
}
.japanese-landing .brand-name {
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(to right, #db3f6a, #fcd1d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.japanese-landing .navbar-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.japanese-landing .lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  color: #6b5050;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  transition: all 0.3s;
  user-select: none;
}
.japanese-landing .lang-switcher:hover {
  color: #db3f6a;
  border-color: rgba(219, 63, 106, 0.3);
  background: rgba(219, 63, 106, 0.04);
}
.japanese-landing .lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 160px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  z-index: 100;
}
.japanese-landing .lang-option {
  padding: 10px 16px;
  font-size: 14px;
  color: #6b5050;
  cursor: pointer;
  transition: all 0.2s;
}
.japanese-landing .lang-option:hover {
  background: rgba(219, 63, 106, 0.05);
  color: #db3f6a;
}
.japanese-landing .lang-active {
  background: rgba(219, 63, 106, 0.08);
  color: #db3f6a;
  font-weight: 500;
}
.japanese-landing .dark-mode-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: transparent;
  color: #6b5050;
  cursor: pointer;
  transition: all 0.3s;
}
.japanese-landing .dark-mode-toggle:hover {
  color: #db3f6a;
  border-color: rgba(219, 63, 106, 0.3);
  background: rgba(219, 63, 106, 0.04);
}
.japanese-landing .hero {
  max-width: 1200px;
  margin: 0 auto;
  padding: 160px 24px 80px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.japanese-landing .hero-title {
  font-size: clamp(40px, 7vw, 72px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 28px;
  letter-spacing: -0.02em;
  color: #2d1f1f;
}
.japanese-landing .hero-title-line {
  display: block;
}
.japanese-landing .hero-title-gradient {
  display: block;
  background: linear-gradient(to right, #db3f6a, #f0b8c8, #db3f6a, #fcd1d8);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 4s ease infinite;
}
.japanese-landing .hero-subtitle {
  font-size: clamp(16px, 2vw, 19px);
  color: #6b5050;
  max-width: 620px;
  margin: 0 auto 44px;
  line-height: 1.8;
}
.japanese-landing .subtitle-highlight {
  color: #db3f6a;
  font-weight: 600;
  margin-left: 5px;
}
.japanese-landing .section-header {
  text-align: center;
  margin-bottom: 52px;
}
.japanese-landing .section-tag {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #db3f6a;
  margin-bottom: 10px;
}
.japanese-landing .section-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #2d1f1f;
  margin: 0 0 16px;
}
.japanese-landing .section-desc {
  font-size: 16px;
  color: #6b5050;
  max-width: 500px;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.japanese-landing .features-section {
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.japanese-landing .features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .japanese-landing .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.japanese-landing .feature-card {
  padding: 36px;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}
.japanese-landing .feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #db3f6a, #fcd1d8);
  transform: scaleX(0);
  transition: transform 0.4s;
}
.japanese-landing .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}
.japanese-landing .feature-card:hover::before {
  transform: scaleX(1);
}
.japanese-landing .feature-card:hover .feature-icon-wrap {
  transform: scale(1.1);
}
.japanese-landing .feature-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid;
  transition: transform 0.3s;
}
.japanese-landing .feature-icon-sakura {
  background: linear-gradient(135deg, rgba(219, 63, 106, 0.1), rgba(240, 184, 200, 0.05));
  border-color: rgba(219, 63, 106, 0.15);
  color: #db3f6a;
}
.japanese-landing .feature-card:nth-child(1):hover {
  border-color: rgba(219, 63, 106, 0.25);
  box-shadow: 0 12px 40px rgba(219, 63, 106, 0.1);
}
.japanese-landing .feature-card:nth-child(1):hover::before {
  background: linear-gradient(90deg, #db3f6a, #fcd1d8);
}
.japanese-landing .feature-icon-indigo {
  background: linear-gradient(135deg, rgba(252, 209, 216, 0.15), rgba(240, 184, 200, 0.05));
  border-color: rgba(219, 63, 106, 0.15);
  color: #db3f6a;
}
.japanese-landing .feature-card:nth-child(2):hover {
  border-color: rgba(219, 63, 106, 0.25);
  box-shadow: 0 12px 40px rgba(219, 63, 106, 0.1);
}
.japanese-landing .feature-card:nth-child(2):hover::before {
  background: linear-gradient(90deg, #fcd1d8, #db3f6a);
}
.japanese-landing .feature-icon-rose {
  background: linear-gradient(135deg, rgba(219, 63, 106, 0.1), rgba(252, 209, 216, 0.05));
  border-color: rgba(219, 63, 106, 0.15);
  color: #db3f6a;
}
.japanese-landing .feature-card:nth-child(3):hover {
  border-color: rgba(219, 63, 106, 0.25);
  box-shadow: 0 12px 40px rgba(219, 63, 106, 0.1);
}
.japanese-landing .feature-card:nth-child(3):hover::before {
  background: linear-gradient(90deg, #db3f6a, #fcd1d8);
}
.japanese-landing .feature-title {
  font-size: 20px;
  font-weight: 600;
  color: #2d1f1f;
  margin: 0 0 12px;
}
.japanese-landing .feature-desc {
  font-size: 14px;
  color: #6b5050;
  line-height: 1.7;
  margin: 0;
}
.japanese-landing .plugins-section {
  max-width: 1200px;
  margin: 0 auto 112px;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.japanese-landing .plugins-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 1024px) {
  .japanese-landing .plugins-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .japanese-landing .plugins-grid-two {
    grid-template-columns: repeat(2, 1fr);
    max-width: 900px;
    margin: 0 auto;
  }
}
.japanese-landing .plugin-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
  overflow: hidden;
  position: relative;
}
.japanese-landing .plugin-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #db3f6a, #fcd1d8);
  transform: scaleX(0);
  transition: transform 0.4s;
}
.japanese-landing .plugin-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.1);
}
.japanese-landing .plugin-card:hover::before {
  transform: scaleX(1);
}
.japanese-landing .plugin-accent-sakura .feature-check {
  background: rgba(219, 63, 106, 0.1);
  color: #db3f6a;
}
.japanese-landing .plugin-accent-sakura:hover {
  border-color: rgba(219, 63, 106, 0.3);
  box-shadow: 0 16px 50px rgba(219, 63, 106, 0.12);
}
.japanese-landing .plugin-accent-sakura:hover::before {
  background: linear-gradient(90deg, #db3f6a, #fcd1d8);
}
.japanese-landing .plugin-icon-sakura {
  background: linear-gradient(135deg, rgba(219, 63, 106, 0.12), rgba(240, 184, 200, 0.06));
  color: #db3f6a;
  border: 1px solid rgba(219, 63, 106, 0.15);
}
.japanese-landing .plugin-badge-sakura {
  background: rgba(219, 63, 106, 0.08);
  color: #db3f6a;
  border-color: rgba(219, 63, 106, 0.15);
}
.japanese-landing .plugin-accent-indigo .feature-check {
  background: rgba(252, 209, 216, 0.2);
  color: #db3f6a;
}
.japanese-landing .plugin-accent-indigo:hover {
  border-color: rgba(219, 63, 106, 0.3);
  box-shadow: 0 16px 50px rgba(219, 63, 106, 0.12);
}
.japanese-landing .plugin-accent-indigo:hover::before {
  background: linear-gradient(90deg, #fcd1d8, #db3f6a);
}
.japanese-landing .plugin-icon-indigo {
  background: linear-gradient(135deg, rgba(252, 209, 216, 0.15), rgba(240, 184, 200, 0.06));
  color: #db3f6a;
  border: 1px solid rgba(219, 63, 106, 0.15);
}
.japanese-landing .plugin-badge-indigo {
  background: rgba(252, 209, 216, 0.15);
  color: #db3f6a;
  border-color: rgba(219, 63, 106, 0.15);
}
.japanese-landing .plugin-card-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 32px;
}
.japanese-landing .plugin-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.japanese-landing .plugin-store-icon-link {
  display: block;
  text-decoration: none;
}
.japanese-landing .plugin-store-icon-link:hover .plugin-icon-box {
  transform: scale(1.1);
}
.japanese-landing .plugin-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.japanese-landing .plugin-custom-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: cover;
}
.japanese-landing .plugin-badge {
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 500;
  border: 1px solid;
}
.japanese-landing .plugin-title {
  font-size: 20px;
  font-weight: 700;
  color: #2d1f1f;
  margin: 0 0 12px;
}
.japanese-landing .plugin-desc {
  font-size: 14px;
  color: #6b5050;
  line-height: 1.7;
  margin: 0 0 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.japanese-landing .plugin-screenshot {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.japanese-landing .screenshot-img {
  height: 220px;
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  object-fit: contain;
}
.japanese-landing .plugin-features {
  list-style: none;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.japanese-landing .plugin-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #6b5050;
  line-height: 1.5;
}
.japanese-landing .feature-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all 0.3s;
}
.japanese-landing .plugin-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fef5f5;
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: #6b5050;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}
.japanese-landing .plugin-cta svg {
  transition: all 0.2s;
}
.japanese-landing .plugin-cta--sakura:hover {
  background: rgba(219, 63, 106, 0.08);
  border-color: rgba(219, 63, 106, 0.25);
  color: #db3f6a;
  box-shadow: 0 4px 12px rgba(219, 63, 106, 0.1);
}
.japanese-landing .plugin-cta--sakura:hover svg {
  color: #db3f6a;
}
.japanese-landing .plugin-cta--indigo:hover {
  background: rgba(252, 209, 216, 0.15);
  border-color: rgba(219, 63, 106, 0.25);
  color: #db3f6a;
  box-shadow: 0 4px 12px rgba(219, 63, 106, 0.1);
}
.japanese-landing .plugin-cta--indigo:hover svg {
  color: #db3f6a;
}
.japanese-landing .plugin-cta-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 24px 24px;
}
.japanese-landing .store-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.japanese-landing .cta-banner {
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.japanese-landing .cta-banner > div {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.japanese-landing .cta-banner-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #ff759c, #fda5b4, #d56c8a);
  border-radius: 24px;
}
.japanese-landing .cta-banner-content {
  position: relative;
  z-index: 1;
  padding: 72px 48px;
  text-align: center;
}
.japanese-landing .cta-title {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  color: white;
  margin: 0 0 16px;
}
.japanese-landing .cta-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 500px;
  margin: 0 auto;
}
.japanese-landing .footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.japanese-landing .footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
@media (min-width: 768px) {
  .japanese-landing .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.japanese-landing .footer-bottom p {
  font-size: 12px;
  color: #a08080;
  margin: 0;
}
.japanese-landing.dark {
  background: linear-gradient(180deg, #1a0f14 0%, #15102a 30%, #0f0d1a 100%);
  color: #e8d8dd;
}
.japanese-landing.dark .grid-pattern {
  opacity: 0.04;
  background-image: linear-gradient(rgba(219, 63, 106, 0.25) 1px, transparent 1px), linear-gradient(90deg, rgba(219, 63, 106, 0.25) 1px, transparent 1px);
}
.japanese-landing.dark .glow-orb-1 {
  background: radial-gradient(circle, rgba(219, 63, 106, 0.12), transparent 70%);
}
.japanese-landing.dark .glow-orb-2 {
  background: radial-gradient(circle, rgba(252, 209, 216, 0.12), transparent 70%);
}
.japanese-landing.dark .glow-orb-3 {
  background: radial-gradient(circle, rgba(219, 63, 106, 0.1), transparent 70%);
}
.japanese-landing.dark .navbar {
  border-bottom-color: rgba(255, 255, 255, 0.06);
  background: rgba(15, 13, 26, 0.85);
}
.japanese-landing.dark .brand-name {
  background: linear-gradient(to right, #f0b8c8, #fcd1d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.japanese-landing.dark .lang-switcher {
  color: #b0a0b0;
  border-color: rgba(255, 255, 255, 0.15);
}
.japanese-landing.dark .lang-switcher:hover {
  color: #fcd1d8;
  border-color: rgba(252, 209, 216, 0.4);
  background: rgba(252, 209, 216, 0.08);
}
.japanese-landing.dark .lang-dropdown {
  background: #1e1835;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}
.japanese-landing.dark .lang-option {
  color: #b0a0b0;
}
.japanese-landing.dark .lang-option:hover {
  background: rgba(252, 209, 216, 0.1);
  color: #fcd1d8;
}
.japanese-landing.dark .lang-active {
  background: rgba(252, 209, 216, 0.15);
  color: #fcd1d8;
}
.japanese-landing.dark .dark-mode-toggle {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  color: #b0a0b0;
}
.japanese-landing.dark .dark-mode-toggle:hover {
  background: rgba(252, 209, 216, 0.1);
  border-color: rgba(252, 209, 216, 0.4);
  color: #fcd1d8;
}
.japanese-landing.dark .hero-title {
  color: #e8d8dd;
}
.japanese-landing.dark .hero-subtitle {
  color: #b0a0b0;
}
.japanese-landing.dark .subtitle-highlight {
  color: #fcd1d8;
}
.japanese-landing.dark .section-tag {
  color: #fcd1d8;
}
.japanese-landing.dark .section-title {
  color: #e8d8dd;
}
.japanese-landing.dark .section-desc {
  color: #b0a0b0;
}
.japanese-landing.dark .feature-card {
  border-color: rgba(255, 255, 255, 0.06);
  background: #1e1835;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}
.japanese-landing.dark .feature-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}
.japanese-landing.dark .feature-card:nth-child(1):hover {
  border-color: rgba(219, 63, 106, 0.3);
  box-shadow: 0 12px 40px rgba(219, 63, 106, 0.15);
}
.japanese-landing.dark .feature-card:nth-child(2):hover {
  border-color: rgba(219, 63, 106, 0.3);
  box-shadow: 0 12px 40px rgba(219, 63, 106, 0.15);
}
.japanese-landing.dark .feature-card:nth-child(3):hover {
  border-color: rgba(219, 63, 106, 0.3);
  box-shadow: 0 12px 40px rgba(219, 63, 106, 0.15);
}
.japanese-landing.dark .feature-title {
  color: #e8d8dd;
}
.japanese-landing.dark .feature-desc {
  color: #b0a0b0;
}
.japanese-landing.dark .plugin-card {
  border-color: rgba(255, 255, 255, 0.06);
  background: #1e1835;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.japanese-landing.dark .plugin-card:hover {
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.6);
}
.japanese-landing.dark .plugin-accent-sakura:hover {
  border-color: rgba(219, 63, 106, 0.35);
  box-shadow: 0 16px 50px rgba(219, 63, 106, 0.15);
}
.japanese-landing.dark .plugin-accent-indigo:hover {
  border-color: rgba(219, 63, 106, 0.35);
  box-shadow: 0 16px 50px rgba(219, 63, 106, 0.15);
}
.japanese-landing.dark .plugin-accent-sakura .feature-check {
  background: rgba(219, 63, 106, 0.15);
  color: #fcd1d8;
}
.japanese-landing.dark .plugin-accent-indigo .feature-check {
  background: rgba(252, 209, 216, 0.15);
  color: #fcd1d8;
}
.japanese-landing.dark .plugin-badge-sakura {
  background: rgba(219, 63, 106, 0.12);
  color: #fcd1d8;
  border-color: rgba(219, 63, 106, 0.25);
}
.japanese-landing.dark .plugin-badge-indigo {
  background: rgba(252, 209, 216, 0.12);
  color: #fcd1d8;
  border-color: rgba(252, 209, 216, 0.25);
}
.japanese-landing.dark .plugin-title {
  color: #e8d8dd;
}
.japanese-landing.dark .plugin-desc {
  color: #b0a0b0;
}
.japanese-landing.dark .plugin-features {
  border-top-color: rgba(255, 255, 255, 0.06);
}
.japanese-landing.dark .plugin-feature-item {
  color: #b0a0b0;
}
.japanese-landing.dark .plugin-cta {
  background: #15102a;
  border-color: rgba(255, 255, 255, 0.06);
  color: #b0a0b0;
}
.japanese-landing.dark .plugin-cta--sakura:hover {
  background: rgba(219, 63, 106, 0.1);
  border-color: rgba(219, 63, 106, 0.3);
  box-shadow: 0 4px 12px rgba(219, 63, 106, 0.12);
}
.japanese-landing.dark .plugin-cta--indigo:hover {
  background: rgba(252, 209, 216, 0.1);
  border-color: rgba(252, 209, 216, 0.3);
  box-shadow: 0 4px 12px rgba(252, 209, 216, 0.12);
}
.japanese-landing.dark .footer {
  border-top-color: rgba(255, 255, 255, 0.06);
  background: #0f0d1a;
}
.japanese-landing.dark .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.06);
}
.japanese-landing.dark .footer-bottom p {
  color: #5a4a5a;
}
/*# sourceMappingURL=index.css.map */
/* ============================================================
   Keep Awake Landing  �? Sunrise / Warm Sky Theme
   Distinct from the Dev Extension cool purple-blue palette.
   ============================================================ */
@keyframes borderFlow {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 600% 0%;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pulseGlow {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
@keyframes sunPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}
@keyframes sunRingExpand {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes cloudDrift {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  100% {
    transform: translateX(calc(100vw + 150px));
    opacity: 0;
  }
}
@keyframes shimmerWarm {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes floatGentle {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
.fade-in-up {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}
.delay-1 {
  animation-delay: 0.1s !important;
}
.delay-2 {
  animation-delay: 0.2s !important;
}
.delay-3 {
  animation-delay: 0.35s !important;
}
.delay-4 {
  animation-delay: 0.5s !important;
}
.keepawake-landing {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: linear-gradient(180deg, #fffbeb, #fff7ed 40%, #fffbf5);
  color: #1c1917;
  transition: background 0.6s, color 0.4s;
}
.keepawake-landing.dark {
  background: linear-gradient(180deg, #0f172a, #1e293b 40%, #334155);
  color: #fafaf9;
}
.ka-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.sky-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.sky-bg .sky-gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(251, 191, 36, 0.25) 0%, transparent 60%);
}
.sky-bg.night .sky-gradient {
  background: radial-gradient(ellipse at 50% 0%, rgba(56, 189, 248, 0.12) 0%, transparent 55%);
}
.floating-cloud {
  position: absolute;
  animation: cloudDrift linear infinite;
  opacity: 0;
}
.floating-cloud .cloud-body {
  width: 120px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
  position: relative;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.floating-cloud .cloud-body::before,
.floating-cloud .cloud-body::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}
.floating-cloud .cloud-body::before {
  width: 50px;
  height: 50px;
  top: -25px;
  left: 20px;
}
.floating-cloud .cloud-body::after {
  width: 36px;
  height: 36px;
  top: -18px;
  left: 55px;
}
.keepawake-landing.dark .floating-cloud .cloud-body,
.keepawake-landing.dark .floating-cloud .cloud-body::before,
.keepawake-landing.dark .floating-cloud .cloud-body::after {
  background: #c8d2e1;
}
.keepawake-landing.dark .floating-cloud .cloud-body {
  opacity: 0.25;
  box-shadow: none;
}
.sun-pulse-container {
  position: fixed;
  top: -80px;
  right: 10%;
  width: 200px;
  height: 200px;
  z-index: 0;
  pointer-events: none;
}
.sun-core {
  position: absolute;
  inset: 30px;
  border-radius: 50%;
  background: radial-gradient(circle, #fde68a, #f59e0b, #f97316);
  animation: sunPulse 4s ease-in-out infinite;
  box-shadow: 0 0 60px 20px rgba(245, 158, 11, 0.35);
}
.sun-inner {
  position: absolute;
  inset: 15%;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, rgba(255, 255, 255, 0.4) 60%, transparent 100%);
}
.sun-rays {
  position: absolute;
  inset: -20%;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0deg, rgba(251, 191, 36, 0.08) 15deg, transparent 30deg, transparent 60deg, rgba(251, 191, 36, 0.08) 75deg, transparent 90deg, transparent 120deg, rgba(251, 191, 36, 0.08) 135deg, transparent 150deg, transparent 180deg, rgba(251, 191, 36, 0.08) 195deg, transparent 210deg, transparent 240deg, rgba(251, 191, 36, 0.08) 255deg, transparent 270deg, transparent 300deg, rgba(251, 191, 36, 0.08) 315deg, transparent 330deg, transparent 360deg);
  animation: spin 60s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.sun-ring {
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 2px solid rgba(245, 158, 11, 0.2);
  animation: sunRingExpand 4s ease-out infinite;
}
.sun-ring.sun-ring-2 {
  animation-delay: 1.3s;
}
.sun-ring.sun-ring-3 {
  animation-delay: 2.6s;
}
.ka-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 251, 245, 0.8);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(245, 158, 11, 0.12);
  padding: 0 24px;
  transition: background 0.4s;
  animation: fadeInDown 0.6s ease-out;
}
.keepawake-landing.dark .ka-navbar {
  background: rgba(15, 23, 42, 0.75);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.ka-navbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
}
.ka-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 18px;
  color: #f97316;
}
.ka-brand-icon-img {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.ka-navbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ka-theme-toggle {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: 30px;
  padding: 0 10px;
  cursor: pointer;
  color: inherit;
  display: flex;
  align-items: center;
  transition: background 0.2s;
}
.ka-theme-toggle:hover {
  background: rgba(0, 0, 0, 0.05);
}
.keepawake-landing.dark .ka-theme-toggle {
  border-color: rgba(255, 255, 255, 0.1);
}
.keepawake-landing.dark .ka-theme-toggle:hover {
  background: rgba(255, 255, 255, 0.08);
}
.ka-lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 30px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.2s;
}
.ka-lang-switcher:hover {
  background: rgba(0, 0, 0, 0.05);
}
.keepawake-landing.dark .ka-lang-switcher {
  border-color: rgba(255, 255, 255, 0.1);
}
.keepawake-landing.dark .ka-lang-switcher:hover {
  background: rgba(255, 255, 255, 0.08);
}
.ka-lang-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 6px;
  min-width: 160px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  z-index: 200;
}
.keepawake-landing.dark .ka-lang-dropdown {
  background: rgba(30, 41, 59, 0.8);
  border-color: rgba(255, 255, 255, 0.08);
}
.ka-lang-option {
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.15s;
}
.ka-lang-option:hover {
  background: rgba(245, 158, 11, 0.1);
}
.ka-lang-active {
  background: rgba(245, 158, 11, 0.15);
  font-weight: 600;
}
.ka-hero {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 140px 24px 80px;
  padding-top: calc(56px + 84px);
}
.ka-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(249, 115, 22, 0.15));
  border: 1px solid rgba(245, 158, 11, 0.25);
  font-size: 14px;
  font-weight: 600;
  color: #f97316;
  margin-bottom: 24px;
}
.ka-hero-title {
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 20px;
  background: linear-gradient(135deg, #f59e0b, #f97316, #dc2626);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ka-hero-subtitle {
  max-width: 620px;
  margin: 0 auto 40px;
  font-size: clamp(16px, 2.2vw, 19px);
  line-height: 1.7;
  color: #57534e;
}
.keepawake-landing.dark .ka-hero-subtitle {
  color: #d6d3d1;
}
.ka-hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 100%;
}
.ka-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  cursor: pointer;
  border: none;
}
.ka-btn .ka-store-icon {
  width: 20px;
  height: 20px;
}
.ka-btn:hover {
  transform: translateY(-2px);
}
.ka-btn-primary,
.ka-btn-secondary {
  background: rgba(255, 255, 255, 0.75);
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.ka-btn-primary:hover,
.ka-btn-secondary:hover {
  background: linear-gradient(135deg, #f59e0b, #ea580c, #dc2626) !important;
  color: #fff;
  border: none !important;
  /* 從 transparent 改成 none，並加上 !important */
  box-shadow: 0 6px 24px rgba(249, 115, 22, 0.4);
}
.keepawake-landing.dark .ka-btn-primary,
.keepawake-landing.dark .ka-btn-secondary {
  background: rgba(30, 41, 59, 0.8);
  border-color: rgba(255, 255, 255, 0.08);
}
.ka-btn-white {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: none;
}
.ka-btn-white:hover {
  background: #fff;
  color: #f97316;
  border-color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.ka-btn-outline-white {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.ka-btn-outline-white:hover {
  background: #fff;
  color: #f97316;
  border-color: #fff;
}
.ka-screenshot-wrap {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ka-screenshot-frame {
  max-width: 640px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 3px solid rgba(245, 158, 11, 0.25);
  box-shadow: 0 12px 40px rgba(245, 158, 11, 0.18), 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: border-color 0.3s, box-shadow 0.3s;
}
.ka-screenshot-frame:hover {
  border-color: rgba(245, 158, 11, 0.45);
  box-shadow: 0 16px 48px rgba(245, 158, 11, 0.25);
}
.ka-screenshot-img {
  display: block;
  width: 100%;
  height: auto;
}
.ka-screenshot-label {
  margin-top: 12px;
  font-size: 13px;
  color: #a8a29e;
  font-weight: 500;
}
.keepawake-landing.dark .ka-screenshot-label {
  color: #78716c;
}
.ka-section-header {
  text-align: center;
  margin-bottom: 48px;
}
.ka-section-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  margin: 0 0 12px;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ka-section-desc {
  font-size: 17px;
  color: #57534e;
  margin: 0;
}
.keepawake-landing.dark .ka-section-desc {
  color: #d6d3d1;
}
.ka-features {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
.ka-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.ka-feature-card {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(245, 158, 11, 0.1);
  border-radius: 20px;
  padding: 32px 28px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
}
.ka-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 3px;
  background: linear-gradient(90deg, #fbbf24, #f97316, #ef4444, #f97316, #fbbf24);
  background-size: 200% 100%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s;
  animation: borderFlow 4s linear infinite;
}
.ka-feature-card:hover::before {
  opacity: 1;
}
.ka-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(245, 158, 11, 0.15);
}
.keepawake-landing.dark .ka-feature-card {
  background: rgba(30, 41, 59, 0.8);
  border-color: rgba(255, 255, 255, 0.06);
}
.keepawake-landing.dark .ka-feature-card:hover {
  box-shadow: 0 12px 32px rgba(245, 158, 11, 0.1);
  border-color: rgba(245, 158, 11, 0.2);
}
.ka-feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.ka-feature-icon.ka-icon-warm {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #fff;
}
.ka-feature-icon.ka-icon-gold {
  background: linear-gradient(135deg, #fcd34d, #fbbf24);
  color: #78350f;
}
.ka-feature-icon.ka-icon-amber {
  background: linear-gradient(135deg, #fb923c, #f97316);
  color: #fff;
}
.ka-feature-icon.ka-icon-orange {
  background: linear-gradient(135deg, #f87171, #ef4444);
  color: #fff;
}
.ka-feature-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}
.ka-feature-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #57534e;
  margin: 0;
}
.keepawake-landing.dark .ka-feature-desc {
  color: #d6d3d1;
}
.ka-usecases {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
.ka-usecases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 24px;
}
.ka-usecase-card {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 251, 245, 0.6), rgba(255, 248, 240, 0.4));
  border: 1px solid rgba(245, 158, 11, 0.12);
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
}
.ka-usecase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 3px;
  background: linear-gradient(90deg, #fbbf24, #f97316, #ef4444, #f97316, #fbbf24);
  background-size: 200% 100%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s;
  animation: borderFlow 4s linear infinite;
}
.ka-usecase-card:hover::before {
  opacity: 1;
}
.ka-usecase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(249, 115, 22, 0.12);
}
.keepawake-landing.dark .ka-usecase-card {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.8), rgba(51, 65, 85, 0.5));
  border-color: rgba(255, 255, 255, 0.06);
}
.ka-usecase-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  color: #fff;
}
.ka-usecase-title {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
}
.ka-usecase-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #57534e;
  margin: 0;
}
.keepawake-landing.dark .ka-usecase-desc {
  color: #d6d3d1;
}
.ka-stats {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
.ka-stats-title {
  text-align: center;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  margin: 0 0 48px;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ka-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}
.ka-stat-card {
  text-align: center;
  padding: 32px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(245, 158, 11, 0.1);
  transition: transform 0.3s;
}
.ka-stat-card:hover {
  transform: scale(1.04);
}
.keepawake-landing.dark .ka-stat-card {
  background: rgba(30, 41, 59, 0.8);
  border-color: rgba(255, 255, 255, 0.06);
}
.ka-stat-icon {
  color: #f97316;
  margin-bottom: 12px;
}
.ka-stat-value {
  font-size: 36px;
  font-weight: 800;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 6px;
}
.ka-stat-label {
  font-size: 14px;
  color: #57534e;
}
.keepawake-landing.dark .ka-stat-label {
  color: #d6d3d1;
}
.ka-cta {
  position: relative;
  z-index: 1;
  padding: 100px 24px;
}
.ka-cta-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 00px;
  border-radius: 28px;
  background: linear-gradient(135deg, #fbc32d, #fa7e23, #f35858);
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(245, 158, 11, 0.3);
}
.keepawake-landing.dark .ka-cta-inner {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(135deg, #fbc32d, #fa7e23, #f35858);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}
.ka-cta-glow {
  position: absolute;
  inset: -50%;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.2), transparent 50%);
  pointer-events: none;
}
.ka-cta-sun {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
  animation: floatGentle 3s ease-in-out infinite;
}
.ka-cta-title {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.ka-cta-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 32px;
  line-height: 1.6;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.ka-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.ka-footer {
  position: relative;
  z-index: 1;
  padding: 40px 24px;
  text-align: center;
  border-top: 1px solid rgba(245, 158, 11, 0.1);
}
.ka-footer-copy {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #f97316;
}
.ka-footer-trademark {
  font-size: 12px;
  color: #a8a29e;
  margin: 4px 0;
}
.keepawake-landing.dark .ka-footer-trademark {
  color: #78716c;
}
@media (max-width: 640px) {
  .ka-hero {
    padding: 80px 16px 60px;
  }
  .ka-hero-actions {
    flex-direction: column;
    align-items: center;
  }
  .ka-btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
  .ka-features-grid,
  .ka-usecases-grid,
  .ka-stats-grid {
    grid-template-columns: 1fr;
  }
  .ka-cta-inner {
    padding: 40px 24px;
  }
  .sun-pulse-container {
    top: -60px;
    right: 5%;
    width: 140px;
    height: 140px;
  }
}
/*# sourceMappingURL=index.css.map */
/* ============================================================
   Web Click Counter Landing  �? Tech / Cyberpunk Theme
   Neon glow, grid lines, circuit patterns. Supports dark/light.
   ============================================================ */
@keyframes borderFlow {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes neonPulse {
  0%,
  100% {
    opacity: 0.6;
    filter: drop-shadow(0 0 8px rgba(6, 182, 212, 0.5));
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 0 20px rgba(6, 182, 212, 0.9));
  }
}
@keyframes floatGentle {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes scanline {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100vh);
  }
}
@keyframes particleDrift {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100vh) translateX(30px);
    opacity: 0;
  }
}
@keyframes glitch1 {
  0%,
  100% {
    clip-path: inset(0 0 95% 0);
    transform: translate(-2px, 2px);
  }
  20% {
    clip-path: inset(30% 0 40% 0);
    transform: translate(1px, -1px);
  }
  40% {
    clip-path: inset(60% 0 10% 0);
    transform: translate(-1px, 1px);
  }
  60% {
    clip-path: inset(10% 0 70% 0);
    transform: translate(2px, -2px);
  }
  80% {
    clip-path: inset(80% 0 5% 0);
    transform: translate(-2px, 2px);
  }
}
@keyframes glitch2 {
  0%,
  100% {
    clip-path: inset(95% 0 0 0);
    transform: translate(2px, -2px);
  }
  20% {
    clip-path: inset(40% 0 30% 0);
    transform: translate(-1px, 1px);
  }
  40% {
    clip-path: inset(10% 0 60% 0);
    transform: translate(1px, -1px);
  }
  60% {
    clip-path: inset(70% 0 10% 0);
    transform: translate(-2px, 2px);
  }
  80% {
    clip-path: inset(5% 0 80% 0);
    transform: translate(2px, -2px);
  }
}
@keyframes circuitPulse {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.8;
  }
}
.fade-in-up {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}
.delay-1 {
  animation-delay: 0.1s !important;
}
.delay-2 {
  animation-delay: 0.2s !important;
}
.delay-3 {
  animation-delay: 0.35s !important;
}
.delay-4 {
  animation-delay: 0.5s !important;
}
.delay-5 {
  animation-delay: 0.65s !important;
}
.clickcounter-landing {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #020617;
  color: #f1f5f9;
  transition: background 0.4s, color 0.4s;
}
.clickcounter-landing.light {
  background: #f8fafc;
  color: #0f172a;
}
.wc-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.wc-bg-grid {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background-image: linear-gradient(rgba(6, 182, 212, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(6, 182, 212, 0.15) 1px, transparent 1px);
  background-size: 50px 50px;
}
.clickcounter-landing.light .wc-bg-grid {
  background-image: linear-gradient(rgba(6, 182, 212, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(6, 182, 212, 0.06) 1px, transparent 1px);
}
.wc-bg-glow {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 20% 20%, rgba(6, 182, 212, 0.08) 0%, transparent 50%), radial-gradient(ellipse at 80% 80%, rgba(168, 85, 247, 0.06) 0%, transparent 50%), radial-gradient(ellipse at 50% 50%, rgba(59, 130, 246, 0.04) 0%, transparent 60%);
}
.clickcounter-landing.light .wc-bg-glow {
  background: radial-gradient(ellipse at 20% 20%, rgba(6, 182, 212, 0.05) 0%, transparent 50%), radial-gradient(ellipse at 80% 80%, rgba(168, 85, 247, 0.03) 0%, transparent 50%), radial-gradient(ellipse at 50% 50%, rgba(59, 130, 246, 0.03) 0%, transparent 60%);
}
.wc-scanline {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, rgba(6, 182, 212, 0.12), transparent);
  z-index: 1;
  pointer-events: none;
  animation: scanline 8s linear infinite;
}
.clickcounter-landing.light .wc-scanline {
  background: linear-gradient(90deg, transparent, rgba(6, 182, 212, 0.06), transparent);
}
.wc-particles {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.wc-particle {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #a2f1ff;
  border-radius: 50%;
  box-shadow: 0 0 6px #a2f1ff, 0 0 12px rgba(6, 182, 212, 0.3);
  animation: particleDrift linear infinite;
}
.clickcounter-landing.light .wc-particle {
  background: #3b82f6;
  box-shadow: 0 0 4px rgba(59, 130, 246, 0.3);
  opacity: 0.4;
}
.wc-circuit {
  position: fixed;
  z-index: 0;
  pointer-events: none;
  opacity: 0.15;
}
.wc-circuit--top-right {
  top: 80px;
  right: 20px;
  width: 150px;
  height: 150px;
  border: 1px solid #a2f1ff;
  border-left: none;
  border-bottom: none;
  animation: circuitPulse 4s ease-in-out infinite;
}
.wc-circuit--bottom-left {
  bottom: 100px;
  left: 30px;
  width: 120px;
  height: 120px;
  border: 1px solid #a855f7;
  border-right: none;
  border-top: none;
  animation: circuitPulse 5s ease-in-out infinite 1s;
}
.wc-circuit--dots {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #a2f1ff;
  border-radius: 50%;
  box-shadow: 0 0 6px #a2f1ff;
}
.wc-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(2, 6, 23, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(6, 182, 212, 0.15);
  padding: 0 24px;
  transition: background 0.4s, border-color 0.4s;
  animation: fadeInDown 0.6s ease-out;
}
.clickcounter-landing.light .wc-navbar {
  background: rgba(248, 250, 252, 0.85);
  border-bottom-color: rgba(6, 182, 212, 0.1);
}
.wc-navbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
}
.wc-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #a2f1ff;
  text-shadow: 0 0 10px rgba(6, 182, 212, 0.3);
}
.clickcounter-landing.light .wc-brand {
  color: #0a8cb8;
  text-shadow: none;
}
.wc-brand-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
}
.wc-navbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wc-theme-toggle {
  background: none;
  border: 1px solid rgba(6, 182, 212, 0.2);
  border-radius: 8px;
  height: 30px;
  padding: 0 10px;
  cursor: pointer;
  color: #94a3b8;
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.wc-theme-toggle:hover {
  border-color: rgba(6, 182, 212, 0.5);
  color: #a2f1ff;
  background: rgba(6, 182, 212, 0.05);
}
.clickcounter-landing.light .wc-theme-toggle {
  border-color: rgba(6, 182, 212, 0.15);
  color: #475569;
}
.clickcounter-landing.light .wc-theme-toggle:hover {
  color: #a2f1ff;
  border-color: rgba(6, 182, 212, 0.3);
}
.wc-lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid rgba(6, 182, 212, 0.2);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: #94a3b8;
  background: rgba(6, 182, 212, 0.05);
  transition: all 0.2s;
}
.wc-lang-switcher:hover {
  border-color: rgba(6, 182, 212, 0.5);
  background: rgba(6, 182, 212, 0.1);
  color: #a2f1ff;
}
.clickcounter-landing.light .wc-lang-switcher {
  color: #475569;
  background: rgba(6, 182, 212, 0.05);
  border-color: rgba(6, 182, 212, 0.15);
}
.wc-lang-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: rgba(15, 23, 42, 0.95);
  border-radius: 10px;
  border: 1px solid rgba(6, 182, 212, 0.2);
  padding: 6px;
  min-width: 160px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4), 0 0 20px rgba(6, 182, 212, 0.1);
  z-index: 200;
  transition: background 0.3s, box-shadow 0.3s;
}
.clickcounter-landing.light .wc-lang-dropdown {
  background: rgba(255, 255, 255, 0.97);
  border-color: rgba(6, 182, 212, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.wc-lang-option {
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.15s;
  color: #94a3b8;
}
.clickcounter-landing.light .wc-lang-option {
  color: #475569;
}
.wc-lang-option:hover {
  background: rgba(6, 182, 212, 0.1);
  color: #a2f1ff;
}
.wc-lang-active {
  background: rgba(6, 182, 212, 0.15);
  color: #a2f1ff;
  font-weight: 600;
}
.wc-hero {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 140px 24px 80px;
  padding-top: calc(56px + 84px);
}
.clickcounter-landing.light .wc-hero {
  padding: 120px 24px 60px;
}
.wc-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 24px;
  margin-right: 20px;
  background: rgba(6, 182, 212, 0.1);
  border: 1px solid rgba(6, 182, 212, 0.3);
  font-size: 14px;
  font-weight: 600;
  color: #a2f1ff;
  margin-bottom: 24px;
  text-shadow: 0 0 8px rgba(6, 182, 212, 0.3);
  box-shadow: 0 0 15px rgba(6, 182, 212, 0.1);
}
.clickcounter-landing.light .wc-badge {
  background: rgba(6, 182, 212, 0.15);
  border: 1px solid rgba(6, 182, 212, 0.45);
  color: #0a8cb8;
  box-shadow: 0 0 12px rgba(6, 182, 212, 0.08);
}
.wc-hero-title {
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 20px;
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, #a2f1ff, #3b82f6, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(6, 182, 212, 0.3));
}
.clickcounter-landing.light .wc-hero-title {
  -webkit-text-fill-color: #0f172a;
  background: none;
  filter: none;
}
.clickcounter-landing.light .wc-hero-title::before,
.clickcounter-landing.light .wc-hero-title::after {
  background: linear-gradient(135deg, #a2f1ff, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.3;
}
.clickcounter-landing.light .wc-hero-title::before {
  animation: glitch1 3s infinite linear;
}
.clickcounter-landing.light .wc-hero-title::after {
  animation: glitch2 3s infinite linear;
}
.wc-hero-title::before,
.wc-hero-title::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #a2f1ff, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.wc-hero-title::before {
  animation: glitch1 3s infinite linear;
  opacity: 0.5;
}
.wc-hero-title::after {
  animation: glitch2 3s infinite linear;
  opacity: 0.5;
}
.wc-hero-subtitle {
  max-width: 620px;
  margin: 0 auto 40px;
  font-size: clamp(16px, 2.2vw, 19px);
  line-height: 1.7;
  color: #94a3b8;
}
.clickcounter-landing.light .wc-hero-subtitle {
  color: #475569;
}
.wc-hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.wc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
  position: relative;
  overflow: hidden;
}
.wc-btn .wc-store-icon {
  width: 20px;
  height: 20px;
}
.wc-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(90deg, #a2f1ff, #3b82f6, #a855f7, #3b82f6, #a2f1ff);
  background-size: 200% 100%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.6;
  animation: borderFlow 3s linear infinite;
}
.wc-btn-primary {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.15), rgba(59, 130, 246, 0.15));
  color: #a2f1ff;
  border: 1px solid rgba(6, 182, 212, 0.3);
  box-shadow: 0 0 15px rgba(6, 182, 212, 0.1);
}
.clickcounter-landing.light .wc-btn-primary {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.04), rgba(59, 130, 246, 0.04));
  border-color: rgba(6, 182, 212, 0.2);
  color: #0a8cb8;
}
.clickcounter-landing.light .wc-btn-primary:hover {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.15), rgba(59, 130, 246, 0.15)) !important;
  color: #0a7a91 !important;
  border-color: rgba(6, 182, 212, 0.4);
  box-shadow: 0 0 12px rgba(6, 182, 212, 0.08), 0 4px 12px rgba(6, 182, 212, 0.06);
  transform: translateY(-2px);
}
.wc-btn-primary:hover {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.25), rgba(59, 130, 246, 0.25)) !important;
  color: #fff !important;
  border-color: rgba(6, 182, 212, 0.5);
  box-shadow: 0 0 20px rgba(6, 182, 212, 0.15), 0 4px 12px rgba(6, 182, 212, 0.1);
  transform: translateY(-2px);
}
.wc-btn-white {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.wc-btn-white:hover {
  background: #fff;
  color: #020617;
  border-color: #fff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
.clickcounter-landing.light .wc-btn-white {
  background: #fff;
  color: #0a7a91;
  border: 1px solid rgba(6, 182, 212, 0.3);
  box-shadow: 0 2px 8px rgba(6, 182, 212, 0.08);
}
.clickcounter-landing.light .wc-btn-white:hover {
  background: #5b9cf6;
  color: #fff;
  border-color: transparent;
  box-shadow: 0 0 20px rgba(6, 182, 212, 0.3), 0 4px 16px rgba(6, 182, 212, 0.2);
}
.wc-btn-outline {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.wc-btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}
.wc-screenshots {
  position: relative;
  z-index: 1;
  padding: 60px 0 80px;
}
.wc-screenshots-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 48px;
}
.wc-screenshot-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(6, 182, 212, 0.15);
  background: rgba(15, 23, 42, 0.7);
  transition: all 0.4s;
  padding: 12px;
}
.clickcounter-landing.light .wc-screenshot-card {
  background: #ffffff;
  border-color: rgba(6, 182, 212, 0.15);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.wc-screenshot-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.4), rgba(168, 85, 247, 0.4));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s;
}
.wc-screenshot-card:hover::before {
  opacity: 1;
}
.wc-screenshot-card:hover {
  transform: translateY(-6px);
  border-color: rgba(6, 182, 212, 0.3);
  box-shadow: 0 8px 32px rgba(6, 182, 212, 0.15), 0 0 40px rgba(6, 182, 212, 0.05);
}
.clickcounter-landing.light .wc-screenshot-card:hover {
  box-shadow: 0 12px 32px rgba(6, 182, 212, 0.12);
  border-color: rgba(6, 182, 212, 0.3);
}
.wc-screenshot-image-wrap {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background: #1e293b;
  border-radius: 10px;
  padding: 0;
}
.clickcounter-landing.light .wc-screenshot-image-wrap {
  background: transparent;
}
.wc-screenshot-image {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  transition: transform 0.4s;
}
.wc-screenshot-card:hover .wc-screenshot-image {
  transform: scale(1);
}
.wc-screenshot-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(6, 182, 212, 0.03) 50%, transparent 100%);
  pointer-events: none;
}
.wc-screenshot-info {
  padding: 16px 8px 4px;
}
.wc-screenshot-tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  background: rgba(6, 182, 212, 0.1);
  color: #a2f1ff;
  border: 1px solid rgba(6, 182, 212, 0.2);
}
.clickcounter-landing.light .wc-screenshot-tag {
  background: rgba(6, 182, 212, 0.15);
  color: #0a8cb8;
  border: 1px solid rgba(6, 182, 212, 0.4);
}
.wc-screenshot-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #f1f5f9;
}
.clickcounter-landing.light .wc-screenshot-title {
  color: #0f172a;
}
.wc-screenshot-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #94a3b8;
  margin: 0;
}
.clickcounter-landing.light .wc-screenshot-desc {
  color: #475569;
}
.wc-section-header {
  text-align: center;
  margin-bottom: 16px;
}
.wc-section-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  margin: 0 0 12px;
  background: linear-gradient(135deg, #a2f1ff, #3b82f6, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 10px rgba(6, 182, 212, 0.2));
}
.clickcounter-landing.light .wc-section-title {
  filter: drop-shadow(0 0 8px rgba(6, 182, 212, 0.15));
}
.wc-section-desc {
  font-size: 17px;
  color: #94a3b8;
  margin: 0;
}
.clickcounter-landing.light .wc-section-desc {
  color: #475569;
}
.wc-features {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
.wc-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.wc-feature-card {
  position: relative;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(6, 182, 212, 0.1);
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  transition: all 0.3s;
  overflow: hidden;
}
.clickcounter-landing.light .wc-feature-card {
  background: #ffffff;
  border-color: rgba(6, 182, 212, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.wc-feature-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #a2f1ff, #3b82f6, #a855f7);
  transform: scaleX(0);
  transition: transform 0.3s;
}
.wc-feature-card:hover::after {
  transform: scaleX(1);
}
.wc-feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(6, 182, 212, 0.4);
  box-shadow: 0 12px 32px rgba(6, 182, 212, 0.15), 0 0 20px rgba(6, 182, 212, 0.08);
}
.clickcounter-landing.light .wc-feature-card:hover {
  border-color: rgba(6, 182, 212, 0.35);
  box-shadow: 0 12px 32px rgba(6, 182, 212, 0.12), 0 0 16px rgba(6, 182, 212, 0.06);
}
.wc-feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
}
.wc-feature-icon.wc-icon-cyan {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.2), rgba(6, 182, 212, 0.05));
  color: #a2f1ff;
  border: 1px solid rgba(6, 182, 212, 0.2);
}
.wc-feature-icon.wc-icon-blue {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(59, 130, 246, 0.05));
  color: #3b82f6;
  border: 1px solid rgba(59, 130, 246, 0.2);
}
.wc-feature-icon.wc-icon-purple {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.2), rgba(168, 85, 247, 0.05));
  color: #a855f7;
  border: 1px solid rgba(168, 85, 247, 0.2);
}
.wc-feature-icon.wc-icon-green {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(16, 185, 129, 0.05));
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.2);
}
.clickcounter-landing.light .wc-feature-icon.wc-icon-cyan {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.25), rgba(6, 182, 212, 0.1));
  color: #0a8cb8;
  border: 1px solid rgba(6, 182, 212, 0.4);
}
.clickcounter-landing.light .wc-feature-icon.wc-icon-blue {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.25), rgba(59, 130, 246, 0.1));
  color: #3b7dd8;
  border: 1px solid rgba(59, 130, 246, 0.4);
}
.clickcounter-landing.light .wc-feature-icon.wc-icon-purple {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.25), rgba(168, 85, 247, 0.1));
  color: #9b5de5;
  border: 1px solid rgba(168, 85, 247, 0.4);
}
.clickcounter-landing.light .wc-feature-icon.wc-icon-green {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.25), rgba(16, 185, 129, 0.1));
  color: #109e76;
  border: 1px solid rgba(16, 185, 129, 0.4);
}
.wc-feature-title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 10px;
  color: #f1f5f9;
  min-height: calc(18px * 1.5 * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.clickcounter-landing.light .wc-feature-title {
  color: #0f172a;
}
.wc-feature-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #94a3b8;
  margin: 0;
}
.clickcounter-landing.light .wc-feature-desc {
  color: #475569;
}
.wc-cta {
  position: relative;
  z-index: 1;
  padding: 80px 24px 100px;
}
.wc-cta-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.1), rgba(59, 130, 246, 0.1), rgba(168, 85, 247, 0.1));
  border: 1px solid rgba(6, 182, 212, 0.2);
  overflow: hidden;
  box-shadow: 0 0 40px rgba(6, 182, 212, 0.08);
  transition: background 0.4s, border-color 0.4s;
}
.clickcounter-landing.light .wc-cta-inner {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.06), rgba(59, 130, 246, 0.04), rgba(168, 85, 247, 0.04));
  border-color: rgba(6, 182, 212, 0.15);
  box-shadow: 0 4px 24px rgba(6, 182, 212, 0.06);
}
.wc-cta-glow {
  position: absolute;
  inset: -50%;
  background: radial-gradient(circle at 50% 50%, rgba(6, 182, 212, 0.1), transparent 60%);
  pointer-events: none;
  animation: neonPulse 4s ease-in-out infinite;
}
.wc-cta-icon {
  color: #a2f1ff;
  margin-bottom: 16px;
  animation: floatGentle 3s ease-in-out infinite;
  display: inline-block;
}
.clickcounter-landing.light .wc-cta-icon {
  color: #0a8cb8;
  filter: drop-shadow(0 0 8px rgba(6, 182, 212, 0.2));
}
.wc-cta-title {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 800;
  margin: 0 0 12px;
  background: linear-gradient(135deg, #a2f1ff, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  transition: none;
}
.clickcounter-landing.light .wc-cta-title {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #0f172a;
}
.wc-cta-desc {
  font-size: 16px;
  color: #94a3b8;
  margin: 0 0 32px;
  line-height: 1.6;
  position: relative;
}
.clickcounter-landing.light .wc-cta-desc {
  color: #475569;
}
.wc-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  position: relative;
}
.wc-footer {
  position: relative;
  z-index: 1;
  padding: 40px 24px;
  text-align: center;
  border-top: 1px solid rgba(6, 182, 212, 0.08);
  transition: border-color 0.4s;
}
.clickcounter-landing.light .wc-footer {
  border-top-color: rgba(6, 182, 212, 0.12);
}
.wc-footer-copy {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #a2f1ff;
  text-shadow: 0 0 6px rgba(6, 182, 212, 0.2);
}
.clickcounter-landing.light .wc-footer-copy {
  color: #475569;
  text-shadow: none;
}
.wc-footer-trademark {
  font-size: 12px;
  color: #475569;
  margin: 4px 0;
}
.clickcounter-landing.light .wc-footer-trademark {
  color: #94a3b8;
}
@media (max-width: 768px) {
  .wc-screenshots-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .wc-hero {
    padding: 80px 16px 60px;
  }
  .wc-hero-actions {
    flex-direction: column;
    align-items: center;
  }
  .wc-btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
  .wc-features-grid {
    grid-template-columns: 1fr;
  }
  .wc-cta-inner {
    padding: 40px 24px;
  }
  .wc-circuit {
    display: none;
  }
}
@media (max-width: 480px) {
  .wc-screenshot-info {
    padding: 12px 4px 0;
  }
  .wc-section-title {
    font-size: 24px;
  }
}
/*# sourceMappingURL=index.css.map */
/* ============================================================
   HTTP Tools Landing  —  Electric Network / Cyber Flow Theme
   Dynamic background with electric current flowing through circuit paths.
   ============================================================ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulseGlow {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.05);
  }
}
@keyframes flowTrace {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -200;
  }
}
@keyframes flowTraceReverse {
  0% {
    stroke-dashoffset: -200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes electricPulse {
  0%,
  100% {
    filter: drop-shadow(0 0 4px rgba(56, 189, 248, 0.6));
  }
  50% {
    filter: drop-shadow(0 0 16px #38bdf8);
  }
}
@keyframes particleDrift {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-120px) translateX(30px);
    opacity: 0;
  }
}
@keyframes shimmerBorder {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes gridPulse {
  0%,
  100% {
    opacity: 0.03;
  }
  50% {
    opacity: 0.08;
  }
}
.fade-in-up {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}
.delay-1 {
  animation-delay: 0.1s !important;
}
.delay-2 {
  animation-delay: 0.25s !important;
}
.delay-3 {
  animation-delay: 0.4s !important;
}
.delay-4 {
  animation-delay: 0.55s !important;
}
.delay-5 {
  animation-delay: 0.7s !important;
}
.httptools-landing {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #030712;
  color: #f1f5f9;
}
.ht-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.network-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.circuit-traces {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.circuit-svg {
  width: 100%;
  height: 100%;
}
.pulse-trace-1 {
  stroke-dasharray: 8 42;
  animation: flowTrace 3s linear infinite;
}
.pulse-trace-2 {
  stroke-dasharray: 6 48;
  animation: flowTraceReverse 3.5s linear infinite;
}
.pulse-trace-3 {
  stroke-dasharray: 10 36;
  animation: flowTrace 4s linear infinite;
}
.ht-gradient-overlay {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 20% 20%, rgba(56, 189, 248, 0.08) 0%, transparent 50%), radial-gradient(ellipse at 80% 60%, rgba(99, 102, 241, 0.08) 0%, transparent 50%), radial-gradient(ellipse at 50% 100%, rgba(15, 23, 42, 0.9) 0%, transparent 60%);
}
.httptools-landing::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(56, 189, 248, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(56, 189, 248, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: gridPulse 8s ease-in-out infinite;
}
.ht-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(3, 7, 18, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(56, 189, 248, 0.08);
  padding: 0 24px;
  animation: fadeInDown 0.6s ease-out;
}
.ht-navbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
}
.ht-navbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ht-theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #94a3b8;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.ht-theme-toggle:hover {
  background: rgba(56, 189, 248, 0.1);
  border-color: rgba(56, 189, 248, 0.3);
  color: #38bdf8;
}
.ht-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #38bdf8;
}
.ht-brand-icon {
  animation: electricPulse 3s ease-in-out infinite;
}
.ht-lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid rgba(56, 189, 248, 0.15);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: #94a3b8;
  transition: background 0.2s, border-color 0.2s;
}
.ht-lang-switcher:hover {
  background: rgba(56, 189, 248, 0.08);
  border-color: rgba(56, 189, 248, 0.3);
}
.ht-lang-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: rgba(15, 23, 42, 0.98);
  border-radius: 10px;
  border: 1px solid rgba(56, 189, 248, 0.1);
  padding: 6px;
  min-width: 160px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  z-index: 200;
}
.ht-lang-option {
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.15s;
  color: #94a3b8;
}
.ht-lang-option:hover {
  background: rgba(56, 189, 248, 0.1);
  color: #f1f5f9;
}
.ht-lang-active {
  background: rgba(56, 189, 248, 0.15);
  color: #38bdf8;
  font-weight: 600;
}
.ht-hero {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 160px 24px 80px;
}
.ht-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.12), rgba(99, 102, 241, 0.12));
  border: 1px solid rgba(56, 189, 248, 0.2);
  font-size: 14px;
  font-weight: 600;
  color: #38bdf8;
  margin-bottom: 24px;
}
.ht-hero-title {
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 20px;
  background: linear-gradient(135deg, #38bdf8, #6366f1, #22d3ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ht-hero-subtitle {
  max-width: 640px;
  margin: 0 auto 40px;
  font-size: clamp(16px, 2.2vw, 19px);
  line-height: 1.7;
  color: #94a3b8;
}
.ht-hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.ht-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, border-color 0.2s;
  cursor: pointer;
  border: none;
}
.ht-btn .ht-store-icon {
  width: 20px;
  height: 20px;
}
.ht-btn:hover {
  transform: translateY(-2px);
}
.ht-btn-primary {
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  color: #fff;
  border: none;
  box-shadow: 0 4px 16px rgba(56, 189, 248, 0.3);
}
.ht-btn-primary:hover {
  box-shadow: 0 8px 32px rgba(56, 189, 248, 0.5);
}
.ht-btn-outline {
  background: rgba(15, 23, 42, 0.6);
  color: #38bdf8;
  border: 1px solid rgba(56, 189, 248, 0.2);
}
.ht-btn-outline:hover {
  background: rgba(56, 189, 248, 0.1);
  border-color: rgba(56, 189, 248, 0.5);
  box-shadow: 0 4px 20px rgba(56, 189, 248, 0.2);
}
.ht-btn-white {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ht-btn-white:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.ht-plugins {
  position: relative;
  z-index: 1;
  padding: 30px 0 60px;
}
.ht-plugins .ht-container {
  display: flex;
  gap: 24px;
  align-items: stretch;
  background: rgba(3, 7, 18, 0.5);
  border-radius: 22px;
  padding: 2px;
}
.ht-plugin-card {
  position: relative;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(56, 189, 248, 0.3);
  border-radius: 18px;
  padding: 34px 32px;
  flex: 1;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.ht-plugin-card:hover {
  border-color: rgba(56, 189, 248, 0.6);
  background: rgba(30, 41, 59, 0.85);
  box-shadow: 0 8px 32px rgba(56, 189, 248, 0.25), 0 0 60px rgba(56, 189, 248, 0.08);
}
.ht-plugin-glow {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}
.ht-glow-request {
  top: -60px;
  right: -40px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.12), transparent 70%);
  animation: pulseGlow 5s ease-in-out infinite;
}
.ht-glow-proxy {
  top: -60px;
  right: -40px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.12), transparent 70%);
  animation: pulseGlow 5s ease-in-out infinite 1.5s;
}
.ht-plugin-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}
.ht-plugin-icon-img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  flex-shrink: 0;
  border: 2px solid rgba(56, 189, 248, 0.2);
  box-shadow: 0 4px 16px rgba(56, 189, 248, 0.15), 0 0 24px rgba(56, 189, 248, 0.08);
  transition: box-shadow 0.3s, border-color 0.3s;
  object-fit: cover;
}
.ht-plugin-request .ht-plugin-icon-img {
  border-color: rgba(56, 189, 248, 0.3);
  box-shadow: 0 4px 16px rgba(56, 189, 248, 0.2), 0 0 32px rgba(56, 189, 248, 0.1);
}
.ht-plugin-proxy .ht-plugin-icon-img {
  border-color: rgba(99, 102, 241, 0.3);
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.2), 0 0 32px rgba(99, 102, 241, 0.1);
}
.ht-plugin-card:hover .ht-plugin-icon-img {
  box-shadow: 0 6px 24px rgba(56, 189, 248, 0.3), 0 0 48px rgba(56, 189, 248, 0.15);
}
.ht-plugin-screenshot {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(56, 189, 248, 0.12);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 0 0 10px rgba(56, 189, 248, 0.06);
  transition: box-shadow 0.3s, border-color 0.3s;
}
.ht-screenshot-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
}
.ht-plugin-info {
  flex: 1;
}
.ht-plugin-name {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 4px;
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ht-plugin-desc {
  font-size: 13px;
  line-height: 1.55;
  color: #94a3b8;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 4.65em;
}
.ht-plugin-features {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}
.ht-feature-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(56, 189, 248, 0.03);
  border: 1px solid rgba(56, 189, 248, 0.06);
  transition: background 0.2s, border-color 0.2s;
  overflow: hidden;
}
.ht-feature-row > div {
  min-width: 0;
}
.ht-feature-icon-sm {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.15), rgba(99, 102, 241, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #38bdf8;
  flex-shrink: 0;
}
.ht-feature-row-title {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 2px;
  color: #f1f5f9;
}
.ht-feature-row-desc {
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ht-plugin-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ht-plugin-actions .ht-btn {
  display: flex;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
}
.ht-features {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
.ht-section-header {
  text-align: center;
  margin-bottom: 48px;
}
.ht-section-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  margin: 0 0 12px;
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ht-section-desc {
  font-size: 17px;
  color: #94a3b8;
  margin: 0;
}
.ht-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.ht-feature-card {
  position: relative;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(56, 189, 248, 0.12);
  border-radius: 20px;
  padding: 32px 28px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s, background 0.3s;
  overflow: hidden;
}
.ht-feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(56, 189, 248, 0.5);
  background: rgba(30, 41, 59, 0.85);
  box-shadow: 0 8px 32px rgba(56, 189, 248, 0.2), 0 0 40px rgba(56, 189, 248, 0.06);
}
.ht-feature-icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.15), rgba(99, 102, 241, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #38bdf8;
  border: 1px solid rgba(56, 189, 248, 0.15);
}
.ht-feature-title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 10px;
  color: #f1f5f9;
  min-height: calc(18px * 1.5 * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ht-feature-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #94a3b8;
  margin: 0;
}
.ht-cta {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
.ht-cta-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.12), rgba(99, 102, 241, 0.15));
  border: 1px solid rgba(56, 189, 248, 0.15);
  overflow: hidden;
}
.ht-cta-glow {
  position: absolute;
  inset: -50%;
  background: radial-gradient(circle at 30% 20%, rgba(56, 189, 248, 0.12), transparent 50%);
  pointer-events: none;
  animation: pulseGlow 6s ease-in-out infinite;
}
.ht-cta-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.ht-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #38bdf8;
  border-radius: 50%;
  bottom: 20%;
  animation: particleDrift 5s ease-in-out infinite;
  box-shadow: 0 0 8px rgba(56, 189, 248, 0.6);
}
.ht-particle:nth-child(1) {
  left: 10%;
}
.ht-particle:nth-child(2) {
  left: 25%;
}
.ht-particle:nth-child(3) {
  left: 45%;
}
.ht-particle:nth-child(4) {
  left: 60%;
}
.ht-particle:nth-child(5) {
  left: 75%;
}
.ht-particle:nth-child(6) {
  left: 90%;
}
.ht-cta-title {
  position: relative;
  z-index: 1;
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
}
.ht-cta-desc {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #94a3b8;
  margin: 0 0 32px;
  line-height: 1.6;
}
.ht-cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.ht-footer {
  position: relative;
  z-index: 1;
  padding: 40px 24px;
  text-align: center;
  border-top: 1px solid rgba(56, 189, 248, 0.06);
}
.ht-footer-copy {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #38bdf8;
}
.ht-footer-trademark {
  font-size: 12px;
  color: #64748b;
  margin: 4px 0;
}
@media (max-width: 768px) {
  .ht-container {
    padding: 0 16px;
  }
  .ht-plugins .ht-container {
    flex-direction: column;
  }
  .ht-hero {
    padding: 120px 16px 60px;
  }
  .ht-plugin-card {
    padding: 28px 24px;
  }
  .ht-plugin-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .ht-plugin-desc {
    text-align: center;
  }
  .ht-cta-inner {
    padding: 40px 24px;
  }
  .ht-cta-actions {
    flex-direction: column;
    align-items: center;
  }
  .ht-btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
  .ht-features-grid {
    grid-template-columns: 1fr;
  }
}
.httptools-landing.light {
  background: #e2e8f0;
  color: #38bdf8;
}
.httptools-landing.light .ht-navbar {
  background: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(0, 0, 0, 0.08);
}
.httptools-landing.light .ht-theme-toggle {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #64748b;
}
.httptools-landing.light .ht-theme-toggle:hover {
  background: rgba(56, 189, 248, 0.1);
  border-color: rgba(56, 189, 248, 0.3);
  color: #38bdf8;
}
.httptools-landing.light .network-canvas {
  opacity: 1;
}
.httptools-landing.light .circuit-traces {
  opacity: 0;
}
.httptools-landing.light .ht-gradient-overlay {
  background: none;
}
.httptools-landing.light::before {
  background-image: none;
}
.httptools-landing.light .ht-hero-title {
  background: linear-gradient(135deg, #0284c7, #6366f1, #0891b2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.httptools-landing.light .ht-hero-subtitle {
  color: #475569;
}
.httptools-landing.light .ht-plugins .ht-container {
  background: rgba(241, 245, 249, 0);
}
.httptools-landing.light .ht-plugin-card {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(0, 0, 0, 0.1);
}
.httptools-landing.light .ht-plugin-card:hover {
  border-color: rgba(56, 189, 248, 0.5);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 32px rgba(56, 189, 248, 0.15), 0 0 40px rgba(56, 189, 248, 0.05);
}
.httptools-landing.light .ht-plugin-name {
  background: linear-gradient(135deg, #0284c7, #6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.httptools-landing.light .ht-plugin-desc {
  color: #475569;
}
.httptools-landing.light .ht-feature-row {
  background: rgba(56, 189, 248, 0.04);
  border-color: rgba(0, 0, 0, 0.06);
}
.httptools-landing.light .ht-feature-row-title {
  color: #0f172a;
}
.httptools-landing.light .ht-feature-row-desc {
  color: #64748b;
}
.httptools-landing.light .ht-feature-icon-sm {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.1), rgba(99, 102, 241, 0.08));
  color: #0284c7;
}
.httptools-landing.light .ht-plugin-glow {
  opacity: 0.4;
}
.httptools-landing.light .ht-btn-outline {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(0, 0, 0, 0.15);
  color: #0284c7;
}
.httptools-landing.light .ht-btn-outline:hover {
  background: rgba(56, 189, 248, 0.08);
  border-color: rgba(56, 189, 248, 0.4);
}
.httptools-landing.light .ht-feature-card {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(0, 0, 0, 0.08);
}
.httptools-landing.light .ht-feature-card:hover {
  border-color: rgba(56, 189, 248, 0.6);
  background: #ffffff;
  box-shadow: 0 8px 32px rgba(56, 189, 248, 0.2), 0 2px 8px rgba(56, 189, 248, 0.08);
}
.httptools-landing.light .ht-feature-title {
  color: #0f172a;
}
.httptools-landing.light .ht-feature-desc {
  color: #475569;
}
.httptools-landing.light .ht-feature-icon-circle {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.1), rgba(99, 102, 241, 0.08));
  color: #0284c7;
  border-color: rgba(56, 189, 248, 0.2);
}
.httptools-landing.light .ht-section-title {
  background: linear-gradient(135deg, #0284c7, #6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.httptools-landing.light .ht-section-desc {
  color: #475569;
}
.httptools-landing.light .ht-cta-inner {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.08), rgba(99, 102, 241, 0.08));
  border-color: rgba(0, 0, 0, 0.08);
}
.httptools-landing.light .ht-cta-title {
  color: #0f172a;
}
.httptools-landing.light .ht-cta-desc {
  color: #475569;
}
.httptools-landing.light .ht-btn-white {
  background: rgba(0, 0, 0, 0.06);
  color: #0f172a;
  border-color: rgba(0, 0, 0, 0.12);
}
.httptools-landing.light .ht-btn-white:hover {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.2);
}
.httptools-landing.light .ht-footer {
  border-top-color: rgba(0, 0, 0, 0.06);
}
.httptools-landing.light .ht-footer-copy {
  color: #38bdf8;
}
.httptools-landing.light .ht-footer-trademark {
  color: #94a3b8;
}
/*# sourceMappingURL=index.css.map */
.home-landing {
  min-height: 100vh;
  background: #fafbfc;
  color: #1e293b;
  transition: background 0.4s, color 0.4s;
  overflow-x: hidden;
}
.home-landing.dark {
  background: #0f1117;
  color: #e2e8f0;
}
.home-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  animation: fadeInDown 0.6s ease-out;
}
.home-hero {
  position: relative;
  z-index: 5;
  max-width: 720px;
  margin: 0 auto;
  padding: 80px 24px 0;
}
.home-hero-inner {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  text-align: center;
}
.home-hero-inner.show {
  opacity: 1;
  transform: translateY(0);
}
.home-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7c3aed;
  background: #ede9fe;
  border-radius: 999px;
  margin-bottom: 24px;
}
.dark .home-hero-badge {
  color: #a78bfa;
  background: rgba(124, 58, 237, 0.15);
}
.home-hero-title {
  word-break: keep-all;
  /* 強制中日韓文字必須以單詞為單位換行 */
  overflow-wrap: anywhere;
  /* 萬一容器太窄，還是允許在邊界斷開，防止破版 */
  font-size: clamp(32px, 6vw, 52px);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  background: linear-gradient(105deg, #475569 0%, #475569 40%, #bfa2fb 45%, #ddd6fe 48%, #ede9fe 50%, #ddd6fe 52%, #bfa2fb 55%, #475569 60%, #475569 100%);
  background-size: 300% 100%;
  background-position: 120% center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: heroTitleShimmer 8s ease-in-out infinite;
}
.dark .home-hero-title {
  background-image: linear-gradient(105deg, #94a3b8 0%, #94a3b8 38%, #a78bfa 43%, #c4b5fd 47%, #fff 50%, #c4b5fd 53%, #a78bfa 57%, #94a3b8 62%, #94a3b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: heroTitleShimmer 8s ease-in-out infinite;
}
.home-hero-sub {
  font-size: clamp(14px, 1.8vw, 17px);
  line-height: 1.7;
  color: #64748b;
  margin: 0 auto;
}
.dark .home-hero-sub {
  color: #94a3b8;
}
.home-rows {
  position: relative;
  z-index: 5;
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 100px;
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.home-category {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.home-category.revealed {
  opacity: 1;
  transform: translateY(0);
}
.home-category-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}
.home-category-icon {
  display: flex;
  align-items: center;
  color: #7c3aed;
}
.dark .home-category-icon {
  color: #c4b5fd;
}
.home-plugin-rows {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home-plugin-row {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.home-plugin-row.revealed {
  opacity: 1;
  transform: translateX(0);
}
.home-plugin-link {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  position: relative;
  background: white;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.dark .home-plugin-link {
  background: #161825;
}
.home-plugin-link::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 35%, color-mix(in srgb, var(--accent, #7c3aed) 4%, transparent) 42%, color-mix(in srgb, var(--accent, #7c3aed) 10%, transparent) 48%, color-mix(in srgb, var(--accent, #7c3aed) 4%, transparent) 54%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 1;
}
.dark .home-plugin-link::before {
  background: linear-gradient(45deg, transparent 35%, color-mix(in srgb, var(--accent, #7c3aed) 8%, transparent) 42%, color-mix(in srgb, var(--accent, #7c3aed) 20%, transparent) 48%, color-mix(in srgb, var(--accent, #7c3aed) 8%, transparent) 54%, transparent 60%);
}
.home-plugin-link:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.home-plugin-link:hover::before {
  opacity: 1;
  animation: homeShimmer 3s linear infinite;
}
.dark .home-plugin-link:hover {
  background: #1a1d2e;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.home-plugin-link:hover .home-plugin-icon {
  transform: scale(1.1);
}
.home-plugin-link:hover .home-plugin-arrow {
  opacity: 1;
  transform: translateX(0);
  color: var(--accent, #7c3aed);
}
.home-plugin-link:hover .home-plugin-name {
  color: var(--accent, #7c3aed);
}
.home-plugin-link:hover .home-plugin-accent {
  height: 60%;
  opacity: 1;
}
.home-plugin-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent, #7c3aed) 8%, transparent);
  transition: transform 0.3s ease-out;
  flex-shrink: 0;
}
.dark .home-plugin-icon {
  background: color-mix(in srgb, var(--accent, #7c3aed) 12%, #1a1d2e);
}
.home-plugin-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.home-plugin-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.home-plugin-name {
  font-size: 15px;
  font-weight: 600;
  transition: color 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-plugin-desc {
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-plugin-arrow {
  opacity: 0;
  transform: translateX(-8px);
  color: #cbd5e1;
  transition: all 0.3s ease-out;
  flex-shrink: 0;
}
.home-plugin-accent {
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 0;
  background: var(--accent, #7c3aed);
  border-radius: 0 2px 2px 0;
  opacity: 0;
  transform: translateY(-50%);
  transition: height 0.3s ease-out, opacity 0.3s ease-out;
}
@keyframes heroTitleShimmer {
  0%,
  100% {
    background-position: 120% center;
  }
  50% {
    background-position: -120% center;
  }
}
@keyframes homeShimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@media (max-width: 600px) {
  .home-hero {
    padding: 60px 20px 0;
  }
  .home-rows {
    padding: 36px 16px 80px;
    gap: 32px;
  }
  .home-plugin-link {
    grid-template-columns: 40px 1fr auto;
    gap: 12px;
    padding: 14px 16px;
  }
  .home-plugin-icon {
    width: 40px;
    height: 40px;
  }
  .home-plugin-icon img {
    width: 24px;
    height: 24px;
  }
  .home-plugin-desc {
    font-size: 12px;
  }
}
/*# sourceMappingURL=index.css.map */

/*# sourceMappingURL=style.78473616.css.map*/