body.jc-glass-skin {
  --ui-bg-page: #050810;
  --ui-bg-elevated: rgba(11, 17, 32, 0.92);
  --ui-bg-soft: rgba(16, 25, 46, 0.78);
  --ui-bg-muted: rgba(21, 32, 58, 0.72);
  --ui-bg-overlay: rgba(7, 12, 24, 0.78);
  --ui-bg-overlay-strong: rgba(5, 9, 18, 0.94);
  --ui-text-primary: #edf5ff;
  --ui-text-secondary: #b9c7df;
  --ui-text-muted: #8292b3;
  --ui-text-on-accent: #031019;
  --ui-border: rgba(103, 151, 215, 0.22);
  --ui-border-strong: rgba(103, 225, 255, 0.48);
  --ui-accent: #55dcff;
  --ui-accent-hover: #90ecff;
  --ui-accent-soft: rgba(85, 220, 255, 0.14);
  --ui-success: #4de0ad;
  --ui-success-soft: rgba(77, 224, 173, 0.13);
  --ui-warning: #ffd078;
  --ui-warning-soft: rgba(255, 208, 120, 0.13);
  --ui-danger: #ff7a93;
  --ui-danger-soft: rgba(255, 122, 147, 0.14);
  --ui-info: #75ddff;
  --ui-info-soft: rgba(79, 209, 255, 0.14);
  --ui-focus-ring: rgba(85, 220, 255, 0.3);
  --ui-price-primary: #61e2ff;
  --ui-price-promotion: #ff86ba;
  --ui-price-original: #8292b3;
  --ui-radius-sm: 0.375rem;
  --ui-radius-md: 0.5rem;
  --ui-radius-lg: 0.5rem;
  --ui-radius-xl: 0.75rem;
  --ui-shadow-1: 0 10px 28px rgba(0, 3, 12, 0.46);
  --ui-shadow-2: 0 18px 44px rgba(0, 3, 12, 0.58);
  --ui-shadow-3: 0 28px 70px rgba(0, 3, 12, 0.68);
  --ui-shadow-soft: 0 14px 32px rgba(0, 3, 12, 0.48);
  --ui-shadow-card: 0 20px 48px rgba(0, 3, 12, 0.58);
  background:
    radial-gradient(42% 30% at 12% 3%, rgba(47, 212, 255, 0.16), transparent 68%),
    radial-gradient(38% 30% at 90% 2%, rgba(158, 91, 255, 0.15), transparent 70%),
    linear-gradient(180deg, #070b15, #050810 62%, #04070d) !important;
  background-attachment: fixed !important;
  color: var(--ui-text-primary);
  min-height: 100vh;
}

html:has(> body.jc-glass-skin) {
  background: #050810 !important;
}

body.jc-glass-skin::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(100, 204, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(100, 204, 255, 0.12) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 76%);
}

body.jc-glass-skin #app {
  position: relative;
  z-index: 1;
  background: transparent !important;
}

body.jc-glass-skin .theme-page,
body.jc-glass-skin .home-page,
body.jc-glass-skin .theme-auth-page {
  background: transparent !important;
}

body.jc-glass-skin nav.fixed.top-0 {
  border-bottom-color: rgba(85, 220, 255, 0.24) !important;
  background:
    linear-gradient(90deg, rgba(18, 32, 58, 0.84), rgba(8, 13, 27, 0.9) 48%, rgba(28, 18, 54, 0.84)) !important;
  box-shadow: 0 12px 34px rgba(0, 3, 12, 0.4) !important;
  backdrop-filter: blur(16px) saturate(130%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(130%) !important;
}

body.jc-glass-skin .theme-wordmark {
  border-color: rgba(85, 220, 255, 0.38) !important;
  border-radius: 999px !important;
  background: rgba(9, 17, 32, 0.78) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06), 0 8px 22px rgba(0, 3, 12, 0.35) !important;
}

body.jc-glass-skin .theme-wordmark::before {
  content: "JC";
  display: grid;
  width: 1.35rem;
  height: 1.35rem;
  place-items: center;
  margin-right: 0.45rem;
  border: 1px solid rgba(85, 220, 255, 0.64);
  border-radius: 50%;
  color: #86e9ff;
  font: 700 0.55rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  box-shadow: 0 0 14px rgba(85, 220, 255, 0.28);
}

body.jc-glass-skin .theme-wordmark-text {
  letter-spacing: 0 !important;
  color: #f1f7ff !important;
}

body.jc-glass-skin .theme-nav-link {
  border-radius: 999px !important;
  color: #aebbd3 !important;
}

body.jc-glass-skin .theme-nav-link:hover {
  border-color: rgba(85, 220, 255, 0.24) !important;
  background: rgba(85, 220, 255, 0.08) !important;
  color: #eef9ff !important;
}

body.jc-glass-skin .theme-nav-link-active {
  border-color: rgba(85, 220, 255, 0.52) !important;
  background: linear-gradient(135deg, rgba(85, 220, 255, 0.18), rgba(139, 92, 246, 0.12)) !important;
  color: #86e9ff !important;
  box-shadow: 0 0 18px rgba(85, 220, 255, 0.12) !important;
}

body.jc-glass-skin .theme-section-heading {
  color: #f3f8ff !important;
  letter-spacing: 0 !important;
  text-shadow: 0 0 24px rgba(85, 220, 255, 0.12);
}

body.jc-glass-skin .theme-panel,
body.jc-glass-skin .theme-panel-soft,
body.jc-glass-skin .theme-panel-strong,
body.jc-glass-skin .theme-dialog,
body.jc-glass-skin .theme-dropdown,
body.jc-glass-skin .theme-toast {
  border-color: rgba(103, 151, 215, 0.24) !important;
  background: linear-gradient(145deg, rgba(16, 25, 46, 0.88), rgba(7, 12, 24, 0.92)) !important;
  color: var(--ui-text-primary) !important;
  box-shadow: var(--ui-shadow-1) !important;
  backdrop-filter: blur(14px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(120%) !important;
}

body.jc-glass-skin .theme-card-interactive {
  position: relative;
  overflow: hidden;
  border-radius: 8px !important;
  border-color: rgba(85, 220, 255, 0.36) !important;
  background: linear-gradient(180deg, rgba(12, 20, 38, 0.96), rgba(7, 12, 25, 0.97)) !important;
  box-shadow: 0 12px 30px rgba(0, 3, 12, 0.54), inset 0 0 0 1px rgba(85, 220, 255, 0.035) !important;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease !important;
}

body.jc-glass-skin .theme-card-interactive::before,
body.jc-glass-skin .theme-card-interactive::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  z-index: 30;
  pointer-events: none;
}

body.jc-glass-skin .theme-card-interactive::before {
  top: 7px;
  left: 7px;
  border-top: 1.5px solid rgba(113, 231, 255, 0.86);
  border-left: 1.5px solid rgba(113, 231, 255, 0.86);
}

body.jc-glass-skin .theme-card-interactive::after {
  right: 7px;
  bottom: 7px;
  border-right: 1.5px solid rgba(113, 231, 255, 0.86);
  border-bottom: 1.5px solid rgba(113, 231, 255, 0.86);
}

body.jc-glass-skin .theme-card-interactive:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(107, 228, 255, 0.82) !important;
  box-shadow:
    0 0 0 1px rgba(85, 220, 255, 0.3),
    0 0 26px rgba(85, 220, 255, 0.2),
    0 18px 42px rgba(0, 3, 12, 0.72) !important;
}

body.jc-glass-skin .theme-card-interactive > div:first-child {
  border-bottom: 1px solid rgba(85, 220, 255, 0.2);
}

body.jc-glass-skin .theme-card-interactive > div:first-child::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 15;
  pointer-events: none;
  opacity: 0.36;
  background-image: repeating-linear-gradient(0deg, rgba(120, 226, 255, 0.055) 0 1px, transparent 1px 4px);
  mix-blend-mode: screen;
}

body.jc-glass-skin .theme-card-interactive h3 {
  color: #f1f6ff !important;
}

body.jc-glass-skin .theme-card-interactive .theme-price-sm {
  color: #61e2ff !important;
  text-shadow: 0 0 12px rgba(85, 220, 255, 0.32);
}

body.jc-glass-skin .theme-badge {
  border-radius: 3px !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
  letter-spacing: 0 !important;
}

body.jc-glass-skin .theme-badge-info {
  border-color: rgba(85, 220, 255, 0.48) !important;
  background: rgba(85, 220, 255, 0.12) !important;
  color: #87e8ff !important;
}

body.jc-glass-skin .theme-badge-success {
  border-color: rgba(77, 224, 173, 0.42) !important;
  background: rgba(77, 224, 173, 0.11) !important;
  color: #68e7bb !important;
}

body.jc-glass-skin .theme-badge-warning {
  border-color: rgba(255, 208, 120, 0.42) !important;
  background: rgba(255, 208, 120, 0.1) !important;
  color: #ffd78d !important;
}

body.jc-glass-skin button,
body.jc-glass-skin input,
body.jc-glass-skin select,
body.jc-glass-skin textarea {
  border-color: rgba(103, 151, 215, 0.28);
}

body.jc-glass-skin input,
body.jc-glass-skin select,
body.jc-glass-skin textarea {
  background: rgba(7, 13, 26, 0.78) !important;
  color: var(--ui-text-primary) !important;
}

body.jc-glass-skin .theme-btn-primary,
body.jc-glass-skin button.bg-primary,
body.jc-glass-skin a.bg-primary {
  border-color: rgba(112, 231, 255, 0.5) !important;
  background: linear-gradient(135deg, #55dcff, #9c6bff) !important;
  color: #031019 !important;
  box-shadow: 0 10px 26px rgba(85, 220, 255, 0.24) !important;
}

body.jc-glass-skin .theme-section-divider {
  background: linear-gradient(90deg, transparent, rgba(85, 220, 255, 0.36), rgba(156, 107, 255, 0.3), transparent) !important;
}

body.jc-glass-skin footer {
  position: relative;
  border-top-color: transparent !important;
  background: linear-gradient(180deg, rgba(5, 8, 16, 0.1), rgba(5, 8, 16, 0.96)) !important;
}

body.jc-glass-skin footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(85, 220, 255, 0.58), rgba(156, 107, 255, 0.5), transparent);
}

body.jc-glass-skin .theme-link-muted:hover,
body.jc-glass-skin a:hover {
  color: #86e9ff;
}

body.jc-glass-skin .theme-bottom-nav,
body.jc-glass-skin nav.fixed.bottom-0 {
  border-top-color: rgba(85, 220, 255, 0.28) !important;
  background: rgba(7, 12, 24, 0.94) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

body.jc-glass-skin ::-webkit-scrollbar-thumb {
  background-color: rgba(85, 220, 255, 0.34);
}

@media (max-width: 767px) {
  body.jc-glass-skin::before {
    background-size: 32px 32px;
    opacity: 0.16;
  }

  body.jc-glass-skin .theme-wordmark::before {
    display: none;
  }

  body.jc-glass-skin .theme-card-interactive::before,
  body.jc-glass-skin .theme-card-interactive::after {
    width: 11px;
    height: 11px;
  }

  body.jc-glass-skin .theme-card-interactive::before {
    top: 5px;
    left: 5px;
  }

  body.jc-glass-skin .theme-card-interactive::after {
    right: 5px;
    bottom: 5px;
  }

  body.jc-glass-skin .theme-card-interactive:hover {
    transform: none !important;
  }

  body.jc-glass-skin .theme-card-interactive .theme-price-sm {
    font-size: 0.875rem !important;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.jc-glass-skin *,
  body.jc-glass-skin *::before,
  body.jc-glass-skin *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
