.glass-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.text-gradient {
  background: linear-gradient(135deg, #a855f7 0%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-gradient-main {
  background:
    radial-gradient(circle at top right, rgba(124, 58, 237, 0.1), transparent),
    radial-gradient(circle at bottom left, rgba(59, 130, 246, 0.1), transparent);
}
.hero-actions {
  gap: 1.25rem;
}
.hero-action-btn {
  min-height: 4.25rem;
  padding: 1.1rem 3rem;
  border-radius: 1rem;
  font-size: 1.1rem;
  line-height: 1.2;
}
.hero-action-btn i {
  font-size: 1.05rem;
}
.brand-logo {
  display: block;
  width: auto;
}
.brand-mark {
  display: block;
  width: auto;
  filter: drop-shadow(0 10px 18px rgba(122, 79, 255, 0.22));
}
.h-16 {
  height: 4rem;
}
.brand-logo--nav {
  height: 54px;
  width: 282px;
  max-width: none;
}
.brand-mark--nav {
  height: 54px;
}
.brand-logo--footer {
  height: 36px;
}
.brand-mark--footer {
  height: 42px;
}
.nav-brand-icon {
  display: block;
  width: auto;
  height: 42px;
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 18px rgba(122, 79, 255, 0.22));
}
.site-nav-brand {
  gap: 0.4rem;
}
.brand-logo--nav + .w-10,
.brand-logo--nav ~ span,
.brand-logo--footer + .w-8,
.brand-logo--footer ~ span {
  display: none;
}
.site-nav-shell {
  position: relative;
}
.site-nav-brand,
.site-nav-actions {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .site-nav-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .site-nav-actions {
    margin-left: auto;
  }
}

body [class*="text-purple-400"] { color: #59c3ff !important; }
body [class*="text-purple-500"] { color: #249fff !important; }
body [class*="hover:text-purple-400"]:hover { color: #59c3ff !important; }
body [class*="hover:text-purple-500"]:hover { color: #249fff !important; }
body [class*="bg-purple-500/10"] { background-color: rgb(36 159 255 / 0.1) !important; }
body [class*="bg-purple-500/20"] { background-color: rgb(36 159 255 / 0.2) !important; }
body [class*="border-purple-500/10"] { border-color: rgb(36 159 255 / 0.1) !important; }
body [class*="border-purple-500/20"] { border-color: rgb(36 159 255 / 0.2) !important; }
body [class*="hover:border-purple-500/30"]:hover { border-color: rgb(36 159 255 / 0.3) !important; }
body [class*="hover:shadow-purple-500/30"]:hover { box-shadow: 0 20px 32px rgb(36 159 255 / 0.22) !important; }
body [class*="from-purple-600"] { --tw-gradient-from: #1d9bf0 var(--tw-gradient-from-position) !important; --tw-gradient-to: rgb(29 155 240 / 0) var(--tw-gradient-to-position) !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important; }
body [class*="to-purple-600"] { --tw-gradient-to: #1769d1 var(--tw-gradient-to-position) !important; }
body [class*="bg-purple-600"] { background-color: #1d9bf0 !important; }
body [class*="border-purple-600"] { border-color: #1d9bf0 !important; }
body [class*="selection:bg-purple-500/30"]::selection { background-color: rgb(36 159 255 / 0.3) !important; }

.text-gradient {
  background: linear-gradient(135deg, #38bdf8 0%, #1d4ed8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-gradient-main {
  background:
    radial-gradient(circle at top right, rgba(14, 165, 233, 0.12), transparent),
    radial-gradient(circle at bottom left, rgba(37, 99, 235, 0.12), transparent);
}
.brand-mark,
.nav-brand-icon {
  filter: drop-shadow(0 10px 18px rgba(33, 157, 255, 0.22));
}
