/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.top-1\/2 {
  top: calc(1 / 2 * 100%);
}
.right-1\/4 {
  right: calc(1 / 4 * 100%);
}
.bottom-full {
  bottom: 100%;
}
.left-1\/4 {
  left: calc(1 / 4 * 100%);
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[200\] {
  z-index: 200;
}
.col-span-full {
  grid-column: 1 / -1;
}
.mx-auto {
  margin-inline: auto;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[68px\] {
  height: 68px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[500px\] {
  height: 500px;
}
.h-px {
  height: 1px;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.min-h-\[32px\] {
  min-height: 32px;
}
.min-h-\[52px\] {
  min-height: 52px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-3\/4 {
  width: calc(3 / 4 * 100%);
}
.w-\[52px\] {
  width: 52px;
}
.w-\[256px\] {
  width: 256px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[500px\] {
  width: 500px;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-full {
  max-width: 100%;
}
.min-w-\[90px\] {
  min-width: 90px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.flex-1 {
  flex: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-full {
  --tw-translate-x: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.rotate-180 {
  rotate: 180deg;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[56px_48px_1fr_52px\] {
  grid-template-columns: 56px 48px 1fr 52px;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-baseline {
  align-items: baseline;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.gap-px {
  gap: 1px;
}
.divide-y {
  :where(& > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
}
.self-center {
  align-self: center;
}
.self-start {
  align-self: flex-start;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-t-\[24px\] {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.rounded-t-\[28px\] {
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.\!border-\[\#D4A843\]\/40 {
  border-color: color-mix(in oklab, #D4A843 40%, transparent) !important;
}
.border-\[\#D4A843\] {
  border-color: #D4A843;
}
.border-\[\#D4A843\]\/15 {
  border-color: color-mix(in oklab, #D4A843 15%, transparent);
}
.border-\[\#D4A843\]\/20 {
  border-color: color-mix(in oklab, #D4A843 20%, transparent);
}
.border-\[\#D4A843\]\/25 {
  border-color: color-mix(in oklab, #D4A843 25%, transparent);
}
.bg-\[\#0C0E12\]\/20 {
  background-color: color-mix(in oklab, #0C0E12 20%, transparent);
}
.bg-\[\#009ee3\] {
  background-color: #009ee3;
}
.bg-\[\#25D366\] {
  background-color: #25D366;
}
.bg-\[\#635bff\] {
  background-color: #635bff;
}
.bg-\[\#003087\] {
  background-color: #003087;
}
.bg-\[\#D4A843\] {
  background-color: #D4A843;
}
.bg-\[\#D4A843\]\/10 {
  background-color: color-mix(in oklab, #D4A843 10%, transparent);
}
.bg-\[\#D4A843\]\/\[\.02\] {
  background-color: color-mix(in oklab, #D4A843 2%, transparent);
}
.bg-\[\#D4A843\]\/\[\.03\] {
  background-color: color-mix(in oklab, #D4A843 3%, transparent);
}
.bg-\[\#D4A843\]\/\[\.04\] {
  background-color: color-mix(in oklab, #D4A843 4%, transparent);
}
.bg-\[\#D4A843\]\/\[\.06\] {
  background-color: color-mix(in oklab, #D4A843 6%, transparent);
}
.bg-\[\#ff4b2b\] {
  background-color: #ff4b2b;
}
.bg-transparent {
  background-color: transparent;
}
.bg-gradient-to-br {
  --tw-gradient-position: to bottom right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-\[radial-gradient\(circle_at_30\%_50\%\,white\,transparent_60\%\)\] {
  background-image: radial-gradient(circle at 30% 50%,white,transparent 60%);
}
.bg-\[radial-gradient\(circle_at_70\%_50\%\,white\,transparent_60\%\)\] {
  background-image: radial-gradient(circle at 70% 50%,white,transparent 60%);
}
.bg-\[radial-gradient\(ellipse_at_bottom_left\,\#7c3aed15\,transparent_60\%\)\] {
  background-image: radial-gradient(ellipse at bottom left,#7c3aed15,transparent 60%);
}
.bg-\[radial-gradient\(ellipse_at_center\,\#4f46e510\,transparent_70\%\)\] {
  background-image: radial-gradient(ellipse at center,#4f46e510,transparent 70%);
}
.bg-\[radial-gradient\(ellipse_at_top_right\,\#4f46e520\,transparent_60\%\)\] {
  background-image: radial-gradient(ellipse at top right,#4f46e520,transparent 60%);
}
.from-\[\#D4A843\] {
  --tw-gradient-from: #D4A843;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#B8860B\] {
  --tw-gradient-to: #B8860B;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#E8BA55\] {
  --tw-gradient-to: #E8BA55;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-transparent {
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.bg-clip-text {
  background-clip: text;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[22px\] {
  font-size: 22px;
}
.leading-\[1\.05\] {
  --tw-leading: 1.05;
  line-height: 1.05;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-\[\#0C0E12\] {
  color: #0C0E12;
}
.text-\[\#D4A843\] {
  color: #D4A843;
}
.text-\[\#D4A843\]\/80 {
  color: color-mix(in oklab, #D4A843 80%, transparent);
}
.text-transparent {
  color: transparent;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.line-through {
  text-decoration-line: line-through;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-5 {
  opacity: 5%;
}
.opacity-10 {
  opacity: 10%;
}
.opacity-30 {
  opacity: 30%;
}
.opacity-40 {
  opacity: 40%;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-60 {
  opacity: 60%;
}
.opacity-70 {
  opacity: 70%;
}
.shadow-\[0_0_10px_rgba\(212\,168\,67\,0\.3\)\] {
  --tw-shadow: 0 0 10px var(--tw-shadow-color, rgba(212,168,67,0.3));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_0_30px_rgba\(212\,168\,67\,0\.08\)\] {
  --tw-shadow: 0 0 30px var(--tw-shadow-color, rgba(212,168,67,0.08));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_40px_80px_rgba\(0\,0\,0\,0\.8\)\] {
  --tw-shadow: 0 40px 80px var(--tw-shadow-color, rgba(0,0,0,0.8));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-1 {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-2 {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[\#D4A843\]\/20 {
  --tw-shadow-color: color-mix(in srgb, #D4A843 20%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, #D4A843 20%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.ring-\[\#D4A843\]\/50 {
  --tw-ring-color: color-mix(in oklab, #D4A843 50%, transparent);
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.group-open\:rotate-90 {
  &:is(:where(.group):is([open], :popover-open, :open) *) {
    rotate: 90deg;
  }
}
.group-hover\:scale-110 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.group-hover\:text-\[\#D4A843\] {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      color: #D4A843;
    }
  }
}
.group-hover\:opacity-100 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.group-hover\/link\:text-\[\#D4A843\] {
  &:is(:where(.group\/link):hover *) {
    @media (hover: hover) {
      color: #D4A843;
    }
  }
}
.file\:border-0 {
  &::file-selector-button {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
}
.file\:bg-\[\#D4A843\]\/10 {
  &::file-selector-button {
    background-color: color-mix(in oklab, #D4A843 10%, transparent);
  }
}
.file\:text-\[\#D4A843\] {
  &::file-selector-button {
    color: #D4A843;
  }
}
.last\:border-0 {
  &:last-child {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
}
.focus-within\:border-\[\#D4A843\]\/50 {
  &:focus-within {
    border-color: color-mix(in oklab, #D4A843 50%, transparent);
  }
}
.focus-within\:shadow-\[0_0_0_3px_rgba\(212\,168\,67\,0\.15\)\] {
  &:focus-within {
    --tw-shadow: 0 0 0 3px var(--tw-shadow-color, rgba(212,168,67,0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.hover\:scale-105 {
  &:hover {
    @media (hover: hover) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.hover\:\!border-\[\#D4A843\] {
  &:hover {
    @media (hover: hover) {
      border-color: #D4A843 !important;
    }
  }
}
.hover\:border-\[\#D4A843\]\/20 {
  &:hover {
    @media (hover: hover) {
      border-color: color-mix(in oklab, #D4A843 20%, transparent);
    }
  }
}
.hover\:border-\[\#D4A843\]\/30 {
  &:hover {
    @media (hover: hover) {
      border-color: color-mix(in oklab, #D4A843 30%, transparent);
    }
  }
}
.hover\:border-\[\#D4A843\]\/40 {
  &:hover {
    @media (hover: hover) {
      border-color: color-mix(in oklab, #D4A843 40%, transparent);
    }
  }
}
.hover\:\!bg-\[\#D4A843\] {
  &:hover {
    @media (hover: hover) {
      background-color: #D4A843 !important;
    }
  }
}
.hover\:bg-\[\#4f47e0\] {
  &:hover {
    @media (hover: hover) {
      background-color: #4f47e0;
    }
  }
}
.hover\:bg-\[\#007ec0\] {
  &:hover {
    @media (hover: hover) {
      background-color: #007ec0;
    }
  }
}
.hover\:bg-\[\#20b558\] {
  &:hover {
    @media (hover: hover) {
      background-color: #20b558;
    }
  }
}
.hover\:bg-\[\#002266\] {
  &:hover {
    @media (hover: hover) {
      background-color: #002266;
    }
  }
}
.hover\:bg-\[\#D4A843\]\/10 {
  &:hover {
    @media (hover: hover) {
      background-color: color-mix(in oklab, #D4A843 10%, transparent);
    }
  }
}
.hover\:bg-\[\#D4A843\]\/15 {
  &:hover {
    @media (hover: hover) {
      background-color: color-mix(in oklab, #D4A843 15%, transparent);
    }
  }
}
.hover\:bg-\[\#D4A843\]\/20 {
  &:hover {
    @media (hover: hover) {
      background-color: color-mix(in oklab, #D4A843 20%, transparent);
    }
  }
}
.hover\:bg-\[\#d93a1e\] {
  &:hover {
    @media (hover: hover) {
      background-color: #d93a1e;
    }
  }
}
.hover\:\!text-\[\#0C0E12\] {
  &:hover {
    @media (hover: hover) {
      color: #0C0E12 !important;
    }
  }
}
.hover\:text-\[\#D4A843\] {
  &:hover {
    @media (hover: hover) {
      color: #D4A843;
    }
  }
}
.hover\:text-\[\#E8BA55\] {
  &:hover {
    @media (hover: hover) {
      color: #E8BA55;
    }
  }
}
.hover\:opacity-90 {
  &:hover {
    @media (hover: hover) {
      opacity: 90%;
    }
  }
}
.hover\:opacity-100 {
  &:hover {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.hover\:file\:bg-\[\#D4A843\]\/20 {
  &:hover {
    @media (hover: hover) {
      &::file-selector-button {
        background-color: color-mix(in oklab, #D4A843 20%, transparent);
      }
    }
  }
}
.active\:scale-95 {
  &:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
.active\:scale-\[0\.98\] {
  &:active {
    scale: 0.98;
  }
}
.active\:scale-\[0\.985\] {
  &:active {
    scale: 0.985;
  }
}
.disabled\:cursor-not-allowed {
  &:disabled {
    cursor: not-allowed;
  }
}
.disabled\:opacity-50 {
  &:disabled {
    opacity: 50%;
  }
}
.disabled\:opacity-60 {
  &:disabled {
    opacity: 60%;
  }
}
:root {
  --font-inter: 'Inter', sans-serif;
  --gold: #D4A843;
  --gold-dark: #B8903A;
  --bg-deep: #07090F;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-inter), system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #07090F;
  color: #E2E8F0;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #0A0C12;
}
::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.08);
  border-radius: 9999px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255,255,255,0.14);
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-in-up {
  animation: fadeInUp 0.5s ease-out forwards;
}
@keyframes glass-enter {
  from {
    opacity: 0;
    transform: translateY(6px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes glass-slide-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes orb-drift-1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -20px) scale(1.05);
  }
  66% {
    transform: translate(-15px, 15px) scale(0.97);
  }
}
@keyframes orb-drift-2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  40% {
    transform: translate(-25px, 20px) scale(1.03);
  }
  70% {
    transform: translate(20px, -15px) scale(0.98);
  }
}
@keyframes orb-drift-3 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  30% {
    transform: translate(20px, 25px) scale(1.04);
  }
  60% {
    transform: translate(-20px, -10px) scale(0.96);
  }
}
.orb-violet {
  position: fixed;
  top: -100px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(139,92,246,0.15) 0%, transparent 70%);
  border-radius: 9999px;
  pointer-events: none;
  z-index: 0;
  animation: orb-drift-1 18s ease-in-out infinite;
}
.orb-cyan {
  position: fixed;
  bottom: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(34,211,238,0.10) 0%, transparent 70%);
  border-radius: 9999px;
  pointer-events: none;
  z-index: 0;
  animation: orb-drift-2 22s ease-in-out infinite;
}
.orb-gold {
  position: fixed;
  top: 35%;
  right: 8%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(212,168,67,0.08) 0%, transparent 70%);
  border-radius: 9999px;
  pointer-events: none;
  z-index: 0;
  animation: orb-drift-3 26s ease-in-out infinite;
}
@layer components {
  .glass-card {
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 8px 32px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.06);
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  }
  .glass-card:hover {
    border-color: rgba(255,255,255,0.14);
    box-shadow: 0 16px 48px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.08);
  }
  .glass-card-inner {
    background: rgba(0,0,0,0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  }
  .glass-card-strong {
    background: rgba(13, 17, 29, 0.97);
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 20px 60px rgba(0,0,0,0.8), 0 4px 12px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.09);
    animation: glass-enter 0.18s ease-out;
  }
  .glass-sidebar {
    background: rgba(7,9,15,0.88);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-right: 1px solid rgba(255,255,255,0.06);
  }
  .glass-header {
    background: rgba(7,9,15,0.72);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .glass-input {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }
  .glass-input:focus {
    outline: none;
    border-color: rgba(212,168,67,0.50);
    box-shadow: 0 0 0 3px rgba(212,168,67,0.15);
  }
  .glass-input::placeholder {
    color: rgba(148,163,184,0.5);
  }
  .glass-select {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    appearance: none;
    -webkit-appearance: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }
  .glass-select:focus {
    outline: none;
    border-color: rgba(212,168,67,0.50);
    box-shadow: 0 0 0 3px rgba(212,168,67,0.15);
  }
  .glass-select option {
    background: #0F1117;
    color: #E2E8F0;
  }
  .glass-btn-primary {
    background: linear-gradient(135deg, #D4A843 0%, #B8903A 100%);
    color: #0C0E12;
    font-weight: 800;
    box-shadow: 0 4px 20px rgba(212,168,67,0.35);
    transition: box-shadow 0.2s ease, transform 0.15s ease;
    cursor: pointer;
  }
  .glass-btn-primary:hover {
    box-shadow: 0 4px 28px rgba(212,168,67,0.55);
    transform: translateY(-1px);
  }
  .glass-btn-primary:active {
    transform: scale(0.97);
  }
  .glass-btn-primary:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
  }
  .glass-btn-secondary {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #E2E8F0;
    transition: background 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
  }
  .glass-btn-secondary:hover {
    background: rgba(255,255,255,0.09);
    border-color: rgba(255,255,255,0.16);
  }
  .glass-modal-overlay {
    background: rgba(0,0,0,0.78);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  .nav-item-active {
    background: rgba(212,168,67,0.08) !important;
    color: #D4A843 !important;
    border-color: rgba(212,168,67,0.25) !important;
    box-shadow: inset 3px 0 0 #D4A843;
  }
  .nav-item {
    color: rgba(148,163,184,0.85);
    border-color: transparent;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  }
  .nav-item:hover {
    background: rgba(255,255,255,0.05);
    color: #E2E8F0;
  }
}
@supports not (backdrop-filter: blur(1px)) {
  .glass-card {
    background: rgba(26,29,37,0.97);
  }
  .glass-card-strong {
    background: rgba(11,14,22,0.99);
  }
  .glass-sidebar {
    background: rgba(7, 9,15,0.99);
  }
  .glass-header {
    background: rgba(7, 9,15,0.98);
  }
  .glass-input {
    background: rgba(17,19,24,0.95);
  }
}
details summary::-webkit-details-marker {
  display: none;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
