@charset "UTF-8";
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  background: #fafafa;
  color: #18181b;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.btn-gold {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: #ffd000;
  color: #1a0a2e;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 100px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0 4px 20px rgba(255, 208, 0, 0.35);
          box-shadow: 0 4px 20px rgba(255, 208, 0, 0.35);
}
.btn-gold:hover {
  background: #ffe033;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 24px rgba(255, 208, 0, 0.4);
          box-shadow: 0 6px 24px rgba(255, 208, 0, 0.4);
}

.btn-gold-lg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #ffd000;
  color: #1a0a2e;
  font-weight: 800;
  font-size: 16px;
  padding: 16px 36px;
  border-radius: 100px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0 4px 20px rgba(255, 208, 0, 0.35);
          box-shadow: 0 4px 20px rgba(255, 208, 0, 0.35);
}
.btn-gold-lg:hover {
  background: #ffe033;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 100px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.06);
}

.btn-view-all {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 14px 36px;
  border-radius: 100px;
  background: #ffffff;
  border: 2px solid #e4e4e7;
  font-size: 15px;
  font-weight: 700;
  color: #27272a;
  cursor: pointer;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}
.btn-view-all:hover {
  border-color: #7b42c9;
  color: #7b42c9;
}

@-webkit-keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
@-webkit-keyframes float1 {
  0%, 100% {
    -webkit-transform: rotate(-4deg) translateY(0);
            transform: rotate(-4deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(-4deg) translateY(-12px);
            transform: rotate(-4deg) translateY(-12px);
  }
}
@keyframes float1 {
  0%, 100% {
    -webkit-transform: rotate(-4deg) translateY(0);
            transform: rotate(-4deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(-4deg) translateY(-12px);
            transform: rotate(-4deg) translateY(-12px);
  }
}
@-webkit-keyframes float2 {
  0%, 100% {
    -webkit-transform: rotate(3deg) translateY(0);
            transform: rotate(3deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(3deg) translateY(-16px);
            transform: rotate(3deg) translateY(-16px);
  }
}
@keyframes float2 {
  0%, 100% {
    -webkit-transform: rotate(3deg) translateY(0);
            transform: rotate(3deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(3deg) translateY(-16px);
            transform: rotate(3deg) translateY(-16px);
  }
}
@-webkit-keyframes float3 {
  0%, 100% {
    -webkit-transform: rotate(2deg) translateY(0);
            transform: rotate(2deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(2deg) translateY(-10px);
            transform: rotate(2deg) translateY(-10px);
  }
}
@keyframes float3 {
  0%, 100% {
    -webkit-transform: rotate(2deg) translateY(0);
            transform: rotate(2deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(2deg) translateY(-10px);
            transform: rotate(2deg) translateY(-10px);
  }
}
@-webkit-keyframes float4 {
  0%, 100% {
    -webkit-transform: rotate(-3deg) translateY(0);
            transform: rotate(-3deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(-3deg) translateY(-14px);
            transform: rotate(-3deg) translateY(-14px);
  }
}
@keyframes float4 {
  0%, 100% {
    -webkit-transform: rotate(-3deg) translateY(0);
            transform: rotate(-3deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(-3deg) translateY(-14px);
            transform: rotate(-3deg) translateY(-14px);
  }
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes pressMarquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes pressMarquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.reveal {
  opacity: 0;
  -webkit-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.reveal.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.reveal-delay-1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.reveal-delay-2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.reveal-delay-3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(26, 10, 46, 0.92);
  backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0 32px;
  height: 68px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  height: 32px;
  margin-right: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.logo img {
  height: 32px;
  width: auto;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.nav-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 8px;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.nav-links a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.nav-links .btn-gold.nav-logged-out {
  background: #ffd000;
  color: #1a0a2e !important;
}
.nav-links .btn-gold.nav-logged-out:hover {
  background: #ffe033;
  color: #1a0a2e !important;
}

.nav-sell {
  color: #ffd000 !important;
  font-weight: 700 !important;
}

.nav-search,
.nav-search-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  padding: 8px 16px;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0;
}
.nav-search:focus-within,
.nav-search-mobile:focus-within {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(245, 183, 49, 0.4);
}
.nav-search svg,
.nav-search-mobile svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: rgba(255, 255, 255, 0.4);
}
.nav-search input,
.nav-search-mobile input {
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  width: 100%;
  font-family: inherit;
}
.nav-search input::-webkit-input-placeholder, .nav-search-mobile input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.nav-search input::-moz-placeholder, .nav-search-mobile input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.nav-search input:-ms-input-placeholder, .nav-search-mobile input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.nav-search input::-ms-input-placeholder, .nav-search-mobile input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.nav-search input::placeholder,
.nav-search-mobile input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.nav-search-desktop {
  width: 260px;
  margin-right: 8px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 120px;
}

.nav-search-mobile {
  display: none;
  width: 100%;
  margin-bottom: 8px;
}

.nav-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 36px;
  height: 36px;
  padding: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-left: auto;
}
.nav-hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
      -ms-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
.nav-hamburger.active span:nth-child(2) {
  opacity: 0;
}
.nav-hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
      -ms-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}

.disclaimer-bar {
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  z-index: 99;
  background: -webkit-gradient(linear, left top, right top, from(#7b42c9), to(#8342d7));
  background: linear-gradient(90deg, #7b42c9 0%, #8342d7 100%);
  text-align: center;
  padding: 10px 32px;
  border-bottom: 2px solid #ffd000;
}
.disclaimer-bar p {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  line-height: 1.4;
}
.disclaimer-bar .cad-flag {
  font-size: 15px;
}

.nav-avatar-wrap {
  position: relative;
}

.nav-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: none;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-avatar:hover {
  border-color: #ffd000;
}
.nav-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.avatar-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 240px;
  background: linear-gradient(165deg, #1e0e36 0%, #1a0a2e 100%);
  border-radius: 14px;
  -webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.08);
          box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.08);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s, -webkit-transform 0.2s ease;
  z-index: 200;
}
.avatar-dropdown.open {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.avatar-dropdown::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 14px;
  width: 12px;
  height: 12px;
  background: #1e0e36;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.dropdown-header {
  padding: 20px 16px 16px;
}

.dropdown-avatar-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.dropdown-avatar-row img,
.dropdown-avatar-row .rz-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #7b42c9;
}
.dropdown-avatar-row strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}
.dropdown-avatar-row div > span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 500;
}

.dropdown-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  margin: 0;
}

.dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.dropdown-item:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}
.dropdown-item svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.dropdown-item:hover svg {
  color: #ffd000;
}

.dropdown-logout {
  color: rgba(239, 68, 68, 0.7);
}
.dropdown-logout:hover {
  background: rgba(239, 68, 68, 0.08);
  color: #ef4444;
}
.dropdown-logout svg {
  color: rgba(239, 68, 68, 0.5) !important;
}
.dropdown-logout:hover svg {
  color: #ef4444 !important;
}

/* ── Initials Avatar ── */
.rz-avatar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #7b42c9;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.rz-avatar-sm {
  width: 100%;
  height: 100%;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.rz-avatar-lg {
  width: 40px;
  height: 40px;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 16px;
}

.nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 98;
  background: rgba(26, 10, 46, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.nav-backdrop.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.nav-spacer {
  height: 68px;
}

.nav-spacer-disclaimer {
  height: 110px;
}

.nav-mobile-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 4px 0;
}

.nav-mobile-logout {
  color: rgba(239, 68, 68, 0.7) !important;
}
.nav-mobile-logout:hover {
  color: #ef4444 !important;
  background: rgba(239, 68, 68, 0.08) !important;
}

@media (max-width: 1100px) {
  .nav-search-desktop {
    display: none;
  }
}
@media (max-width: 1024px) {
  .nav-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-search-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-links {
    display: none;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    background: #1a0a2e;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
            box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
    z-index: 99;
    max-height: calc(100vh - 68px);
    overflow-y: auto;
  }
  .nav-links.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-links a {
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 15px;
    text-align: center;
  }
  .nav-links a:hover {
    background: rgba(255, 255, 255, 0.08);
  }
  .nav-links .btn-outline,
  .nav-links .btn-gold {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 18px;
    font-size: 15px;
  }
  .nav-links .btn-gold.nav-logged-out {
    background: #ffd000;
    color: #1a0a2e !important;
  }
  .nav-links .btn-gold.nav-logged-out:hover {
    background: #ffe033;
    color: #1a0a2e !important;
  }
  body.logged-in .nav-mobile-user.nav-logged-in {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
  .nav-mobile-user a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
  }
  .nav-avatar-wrap {
    display: none !important;
  }
}
.nav-spacer + .hero {
  margin-top: -68px;
}

.nav-spacer-disclaimer + .hero {
  margin-top: -110px;
  padding-top: 210px;
}

.hero {
  padding: 168px 32px 48px;
  background: linear-gradient(165deg, #1a0a2e 0%, #2e1460 40%, #3a1870 70%, #4a1d8a 100%);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 600px 400px at 15% 30%, rgba(255, 208, 0, 0.08) 0%, transparent 70%), radial-gradient(ellipse 500px 500px at 85% 60%, rgba(131, 66, 215, 0.15) 0%, transparent 70%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.015'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero h1 {
  font-family: "Anybody", sans-serif;
  font-weight: 900;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -1.5px;
  -webkit-animation: fadeUp 0.6s ease 0.1s both;
          animation: fadeUp 0.6s ease 0.1s both;
}
.hero h1 .gold {
  color: #ffd000;
}
.hero p {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.6);
  max-width: 420px;
  margin-bottom: 32px;
  -webkit-animation: fadeUp 0.6s ease 0.2s both;
          animation: fadeUp 0.6s ease 0.2s both;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-content {
  max-width: 540px;
}

.hero-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: rgba(245, 183, 49, 0.12);
  border: 1px solid rgba(245, 183, 49, 0.2);
  border-radius: 100px;
  padding: 6px 16px 6px 8px;
  font-size: 13px;
  font-weight: 600;
  color: #ffe033;
  margin-bottom: 24px;
  -webkit-animation: fadeUp 0.6s ease both;
          animation: fadeUp 0.6s ease both;
}
.hero-badge .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffd000;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.hero-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-animation: fadeUp 0.6s ease 0.3s both;
          animation: fadeUp 0.6s ease 0.3s both;
}

.hero-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-animation: fadeUp 0.6s ease 0.4s both;
          animation: fadeUp 0.6s ease 0.4s both;
}

.hero-stat strong {
  display: block;
  font-family: "Anybody", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
}
.hero-stat span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}

.hero-visual {
  position: relative;
  height: 420px;
  -webkit-animation: fadeUp 0.8s ease 0.2s both;
          animation: fadeUp 0.8s ease 0.2s both;
}

.floating-card {
  position: absolute;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 4px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 4px 16px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.4s ease;
  text-decoration: none;
}
.floating-card:hover {
  -webkit-box-shadow: 0 28px 72px rgba(0, 0, 0, 0.4);
          box-shadow: 0 28px 72px rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.floating-card:nth-child(1) {
  top: 0;
  left: 10%;
  width: 210px;
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
  z-index: 3;
  -webkit-animation: float1 4s ease-in-out infinite;
          animation: float1 4s ease-in-out infinite;
}
.floating-card:nth-child(2) {
  top: 30px;
  left: 52%;
  width: 210px;
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
  z-index: 2;
  -webkit-animation: float2 4.5s ease-in-out infinite;
          animation: float2 4.5s ease-in-out infinite;
}
.floating-card:nth-child(3) {
  top: 190px;
  left: 5%;
  width: 200px;
  -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
          transform: rotate(2deg);
  z-index: 4;
  -webkit-animation: float3 5s ease-in-out infinite;
          animation: float3 5s ease-in-out infinite;
}
.floating-card:nth-child(4) {
  top: 210px;
  left: 48%;
  width: 195px;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
  z-index: 1;
  -webkit-animation: float4 4.8s ease-in-out infinite;
          animation: float4 4.8s ease-in-out infinite;
}
.floating-card .fc-img {
  height: 130px;
  position: relative;
  overflow: hidden;
}
.floating-card .fc-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.floating-card .fc-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #ffd000;
  color: #1a0a2e;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}
.floating-card .fc-body {
  padding: 12px;
}
.floating-card .fc-title {
  font-size: 13px;
  font-weight: 700;
  color: #18181b;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.floating-card .fc-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.floating-card .fc-price {
  font-size: 12px;
  color: #a1a1aa;
  font-weight: 500;
}
.floating-card .fc-price strong {
  color: #7b42c9;
  font-weight: 800;
  font-size: 16px;
}
.floating-card .fc-spots {
  font-size: 10px;
  color: #a1a1aa;
  font-weight: 600;
}

.trust-bar {
  background: #ffffff;
  border-bottom: 1px solid #e4e4e7;
  padding: 0 32px;
}

.trust-bar-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 24px 20px;
  border-right: 1px solid #f4f4f5;
}
.trust-item:last-child {
  border-right: none;
}
.trust-item h4 {
  font-size: 13px;
  font-weight: 700;
  color: #18181b;
  margin-bottom: 2px;
}
.trust-item p {
  font-size: 12px;
  color: #a1a1aa;
  line-height: 1.4;
}

.trust-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f3edfc, #e8ddf7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.trust-icon svg {
  width: 22px;
  height: 22px;
  color: #7b42c9;
}

.press-bar {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 32px 32px;
}

.press-bar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  padding: 20px 32px;
  background: #fafafa;
  border-radius: 20px;
  border: 1px solid #f4f4f5;
}

.press-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #a1a1aa;
  white-space: nowrap;
}

.press-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.press-logo {
  text-decoration: none;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.4;
}
.press-logo:hover {
  opacity: 0.8;
}

.press-dupe {
  display: none;
}
@media (max-width: 768px) {
  .press-dupe {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.press-name {
  font-family: "Anybody", sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #18181b;
  letter-spacing: -0.3px;
}

.categories {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 32px 0;
}

.cat-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 4px;
}
.cat-scroll::-webkit-scrollbar {
  display: none;
}

.cat-pill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 100px;
  background: #ffffff;
  border: 1.5px solid #e4e4e7;
  font-size: 14px;
  font-weight: 600;
  color: #52525b;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}
.cat-pill:hover {
  border-color: #7b42c9;
  color: #7b42c9;
  background: #f5f3ff;
}
.cat-pill.active {
  background: #7b42c9;
  color: white;
  border-color: #7b42c9;
}
.cat-pill svg {
  width: 18px;
  height: 18px;
}

.constellation {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.constellation--contained {
  position: absolute;
}

.categories {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 32px 0;
}

.cat-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cat-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 100px;
  border: 1px solid #e4e4e7;
  font-size: 13px;
  font-weight: 600;
  color: #a1a1aa;
  white-space: nowrap;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  cursor: pointer;
}
.cat-pill:hover {
  border-color: #7b42c9;
  color: #7b42c9;
  background: #f5f3ff;
}
.cat-pill.active {
  background: #7b42c9;
  color: #ffffff;
  border-color: #7b42c9;
}
.cat-pill svg {
  width: 18px;
  height: 18px;
}

.featured {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 32px 64px;
}

.featured-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 28px;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.featured-header h2 {
  font-family: "Anybody", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #18181b;
  letter-spacing: -0.5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.featured-header h2 .gold {
  color: #ffd000;
}
.featured-header h2 .count {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #a1a1aa;
  margin-left: 8px;
}

.filter-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
}
.filter-tabs::-webkit-scrollbar {
  display: none;
}

.filter-tab {
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: #a1a1aa;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.filter-tab:hover {
  color: #52525b;
  background: #f4f4f5;
}
.filter-tab.active {
  color: #7b42c9;
  background: #f5f3ff;
}

.featured-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  position: relative;
}
.card:hover {
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}
.card:hover .card-img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.card.hidden {
  display: none;
}
.card.row-hidden {
  display: none;
}
.card.card-animate {
  -webkit-animation: cardIn 0.2s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: cardIn 0.2s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@-webkit-keyframes cardIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes cardIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.card-img {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: #f4f4f5;
}
.card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.badge {
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.badge-hot {
  background: #ef4444;
  color: white;
}
.badge-new {
  background: #ffd000;
  color: #1a0a2e;
}
.badge-ending {
  background: #f97316;
  color: white;
}

.card-spots {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.card-spots .progress {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.card-spots .progress-fill {
  height: 100%;
  border-radius: 2px;
  background: #ffd000;
}

.card-body {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card-type {
  font-size: 11px;
  font-weight: 600;
  color: #7b42c9;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.card-title {
  font-size: 16px;
  font-weight: 700;
  color: #18181b;
  margin-bottom: 8px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6px;
  font-size: 12px;
  color: #a1a1aa;
  margin-bottom: 14px;
}
.card-meta svg {
  width: 14px;
  height: 14px;
}

.card-fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.card-countdown {
  font-weight: 600;
  color: #52525b;
  font-size: 11px;
  letter-spacing: 0.2px;
}
.card-countdown.urgent {
  color: #ef4444;
  -webkit-animation: urgentPulse 2s ease-in-out infinite;
          animation: urgentPulse 2s ease-in-out infinite;
}

@-webkit-keyframes urgentPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes urgentPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #f4f4f5;
  margin-top: auto;
}

.card-price-label {
  font-size: 11px;
  color: #a1a1aa;
  font-weight: 500;
}

.card-price {
  font-family: "Anybody", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #7b42c9;
  line-height: 1;
}

.card-enter {
  padding: 10px 20px;
  border-radius: 10px;
  background: #ffd000;
  color: #1a0a2e;
  font-size: 13px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-enter:hover {
  background: #ffe033;
  -webkit-box-shadow: 0 4px 20px rgba(255, 208, 0, 0.35);
          box-shadow: 0 4px 20px rgba(255, 208, 0, 0.35);
}

.view-all-row {
  text-align: center;
  margin-top: 40px;
}

.featured-empty {
  text-align: center;
  padding: 60px 20px;
  color: #a1a1aa;
  grid-column: 1/-1;
}
.featured-empty svg {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  opacity: 0.4;
}
.featured-empty p {
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 640px) {
  .categories {
    padding: 32px 16px 0;
  }
  .featured {
    padding: 24px 16px 48px;
  }
  .featured-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .featured-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.nav-spacer + .browse-hero {
  margin-top: -68px;
}

.nav-spacer-disclaimer + .browse-hero {
  margin-top: -110px;
  padding-top: 156px;
}

.browse-hero {
  background: linear-gradient(165deg, #1a0a2e 0%, #1e0b3a 30%, #3a1870 60%, #4a1d8a 100%);
  padding: 116px 32px 56px;
  position: relative;
  overflow: hidden;
}
.browse-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 600px 300px at 20% 60%, rgba(255, 208, 0, 0.06), transparent 70%), radial-gradient(ellipse 400px 400px at 80% 20%, rgba(131, 66, 215, 0.12), transparent 70%);
}

.browse-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
.browse-hero-inner h1 {
  font-family: "Anybody", sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -1px;
}
.browse-hero-inner h1 .gold {
  color: #ffd000;
}

.browse-hero-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
}

.browse-hero-count {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 16px 28px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.browse-hero-count-num {
  font-family: "Anybody", sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: #ffd000;
}

.browse-hero-count-label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 2px;
}

.browse-cat-nav {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  top: -22px;
  z-index: 5;
}

.browse-cat-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  padding: 12px 16px;
  background: #ffffff;
  border-radius: 14px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
}

.browse-cat-pill {
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  color: #a1a1aa;
  cursor: pointer;
  border: none;
  background: none;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.browse-cat-pill:hover {
  color: #7b42c9;
  background: #f3edfc;
}
.browse-cat-pill.active {
  background: #7b42c9;
  color: #ffffff;
}
.browse-cat-pill.active .browse-cat-pill-count {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.browse-cat-pill-count {
  font-size: 11px;
  font-weight: 800;
  background: rgba(123, 66, 201, 0.1);
  color: #7b42c9;
  padding: 2px 7px;
  border-radius: 100px;
}

.browse-layout {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 32px 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 260px;
  grid-template-columns: 1fr 260px;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.browse-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.browse-results {
  font-size: 14px;
  color: #a1a1aa;
  font-weight: 600;
}
.browse-results strong {
  color: #18181b;
}

.browse-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

.browse-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  position: relative;
}
.browse-card:hover {
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}
.browse-card:hover .browse-card-img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.browse-card-animate {
  -webkit-animation: browseCardIn 0.2s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: browseCardIn 0.2s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@-webkit-keyframes browseCardIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes browseCardIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.browse-card-img {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: #f4f4f5;
}
.browse-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.browse-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.browse-badge {
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.browse-badge-hot {
  background: #ef4444;
  color: white;
}
.browse-badge-new {
  background: #ffd000;
  color: #1a0a2e;
}
.browse-badge-ending {
  background: #f97316;
  color: white;
}

.browse-card-spots {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.browse-card-progress {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.browse-card-progress-fill {
  height: 100%;
  border-radius: 2px;
  background: #ffd000;
}

.browse-card-body {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.browse-card-type {
  font-size: 11px;
  font-weight: 600;
  color: #7b42c9;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.browse-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #18181b;
  margin-bottom: 8px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.browse-card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6px;
  font-size: 12px;
  color: #a1a1aa;
  margin-bottom: 14px;
}
.browse-card-meta svg {
  width: 14px;
  height: 14px;
}

.browse-card-fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.browse-card-countdown {
  font-weight: 600;
  color: #52525b;
  font-size: 11px;
  letter-spacing: 0.2px;
}
.browse-card-countdown.urgent {
  color: #ef4444;
  -webkit-animation: browseUrgent 2s ease-in-out infinite;
          animation: browseUrgent 2s ease-in-out infinite;
}

@-webkit-keyframes browseUrgent {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes browseUrgent {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.browse-card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #f4f4f5;
  margin-top: auto;
}

.browse-card-price-label {
  font-size: 11px;
  color: #a1a1aa;
  font-weight: 500;
}

.browse-card-price {
  font-family: "Anybody", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #7b42c9;
  line-height: 1;
}

.browse-card-enter {
  padding: 10px 20px;
  border-radius: 10px;
  background: #ffd000;
  color: #1a0a2e;
  font-size: 13px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.browse-card-enter:hover {
  background: #ffe033;
  -webkit-box-shadow: 0 4px 20px rgba(255, 208, 0, 0.35);
          box-shadow: 0 4px 20px rgba(255, 208, 0, 0.35);
}

.browse-empty {
  text-align: center;
  padding: 80px 24px;
}
.browse-empty svg {
  color: #e4e4e7;
  margin-bottom: 16px;
}
.browse-empty h3 {
  font-family: "Anybody", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #18181b;
  margin-bottom: 8px;
}
.browse-empty p {
  font-size: 14px;
  color: #a1a1aa;
  max-width: 360px;
  margin: 0 auto;
  line-height: 1.6;
}

.browse-sidebar {
  position: sticky;
  top: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.browse-sidebar-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
}
.browse-sidebar-card h4 {
  font-size: 15px;
  font-weight: 800;
  color: #18181b;
  margin-bottom: 16px;
}

.browse-sidebar-help {
  font-size: 14px;
  color: #a1a1aa;
  line-height: 1.6;
  margin-bottom: 16px;
}

.browse-sort-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f4f4f5;
  cursor: pointer;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.browse-sort-option:last-of-type {
  border-bottom: none;
}
.browse-sort-option.active .browse-sort-label {
  color: #7b42c9;
  font-weight: 700;
}
.browse-sort-option.active .browse-sort-toggle {
  background: #7b42c9;
}
.browse-sort-option.active .browse-sort-toggle::after {
  left: 21px;
}

.browse-sort-label {
  font-size: 14px;
  font-weight: 600;
  color: #52525b;
}

.browse-sort-toggle {
  width: 40px;
  height: 22px;
  background: #e4e4e7;
  border-radius: 11px;
  position: relative;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.browse-sort-toggle::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.browse-clear-filters {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #7b42c9;
  cursor: pointer;
  margin-top: 12px;
  text-decoration: none;
}
.browse-clear-filters:hover {
  text-decoration: underline;
}

.browse-mobile-filters {
  display: none;
  margin-bottom: 16px;
}

.browse-mobile-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #e4e4e7;
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #52525b;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.browse-mobile-toggle svg {
  color: #7b42c9;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.browse-mobile-toggle-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.browse-mobile-toggle-chevron {
  color: #a1a1aa;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.browse-mobile-toggle.open .browse-mobile-toggle-chevron {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.browse-mobile-toggle.has-active {
  border-color: #7b42c9;
  color: #7b42c9;
  background: #f9f5ff;
}

.browse-mobile-dropdown {
  display: none;
  background: #ffffff;
  border-radius: 14px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
  padding: 16px;
  margin-top: 8px;
}
.browse-mobile-dropdown.open {
  display: block;
}
.browse-mobile-dropdown .browse-sort-option {
  padding: 10px 0;
}

.browse-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  margin-top: 40px;
}

@media (max-width: 960px) {
  .browse-layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .browse-sidebar {
    display: none;
  }
  .browse-mobile-filters {
    display: block;
  }
}
@media (max-width: 768px) {
  .browse-hero {
    padding: 100px 20px 48px;
  }
  .browse-hero-inner h1 {
    font-size: 28px;
  }
  .browse-hero-count {
    display: none;
  }
  .browse-layout {
    padding: 8px 16px 60px;
  }
  .browse-cat-nav {
    padding: 0 16px;
  }
}
@media (max-width: 640px) {
  .browse-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.sold-section {
  background: #1a0a2e;
  padding: 48px 0;
  overflow: hidden;
}
.sold-section h3 {
  text-align: center;
  font-family: "Anybody", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 32px;
  letter-spacing: -0.3px;
}
.sold-section h3 .gold {
  color: #ffd000;
}

.ticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-animation: ticker 30s linear infinite;
          animation: ticker 30s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.ticker.paused {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.sold-card {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 280px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.sold-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 208, 0, 0.15);
}

.sold-card-img {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sold-card-info h5 {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 3px;
}
.sold-card-info p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}
.sold-card-info .sold-price {
  font-family: "Anybody", sans-serif;
  font-weight: 800;
  color: #ffd000;
  font-size: 15px;
}

.sold-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(26, 10, 46, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.sold-modal-overlay.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.sold-modal-overlay.open .sold-modal {
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.sold-modal {
  background: #ffffff;
  border-radius: 20px;
  max-width: 420px;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35);
          box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35);
  -webkit-transform: translateY(20px) scale(0.97);
      -ms-transform: translateY(20px) scale(0.97);
          transform: translateY(20px) scale(0.97);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.sold-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  border: none;
  color: white;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.sold-modal-close:hover {
  background: rgba(0, 0, 0, 0.7);
}

.sold-modal-img {
  height: 220px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.sold-modal-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.4) 100%);
}

.sold-modal-body {
  padding: 24px;
}
.sold-modal-body h3 {
  font-family: "Anybody", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #18181b;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
  line-height: 1.2;
}

.sold-modal-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 6px;
  background: #ef4444;
  color: white;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.sold-modal-badge.badge-random {
  background: linear-gradient(135deg, #7b42c9, #9f5de8);
}
.sold-modal-badge.badge-purchase {
  background: linear-gradient(135deg, #16a34a, #22c55e);
}

.sold-modal-details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}

.sold-modal-detail {
  background: #fafafa;
  border-radius: 8px;
  padding: 10px 12px;
}
.sold-modal-detail span {
  display: block;
  font-size: 11px;
  color: #a1a1aa;
  font-weight: 500;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sold-modal-detail strong {
  font-size: 14px;
  color: #18181b;
}

.sold-modal-type.type-random {
  color: #7b42c9 !important;
}
.sold-modal-type.type-purchase {
  color: #16a34a !important;
}

.sold-modal-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #fff8d6, #fff1a8);
  border: 1px solid rgba(255, 208, 0, 0.3);
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 20px;
}
.sold-modal-teaser > span {
  font-size: 22px;
}
.sold-modal-teaser p {
  font-size: 14px;
  color: #27272a;
  margin: 0;
  line-height: 1.4;
}
.sold-modal-teaser strong {
  color: #7b42c9;
  font-family: "Anybody", sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.sold-modal-cta {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 20px;
}

.how-it-works {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 32px;
}

.hiw-header {
  text-align: center;
  margin-bottom: 56px;
}
.hiw-header h2 {
  font-family: "Anybody", sans-serif;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 900;
  color: #18181b;
  margin-bottom: 12px;
  letter-spacing: -1px;
}
.hiw-header .hiw-sub {
  color: #a1a1aa;
  font-size: 17px;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.6;
}

.steps-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.step-card {
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
  border: 1px solid #f4f4f5;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.step-card:hover {
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}

.step-card-header {
  padding: 28px 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.step-card-header h4 {
  font-size: 18px;
  font-weight: 800;
  color: #18181b;
  letter-spacing: -0.3px;
  margin: 0;
}

.step-card-num-badge {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: linear-gradient(135deg, #7b42c9, #8342d7);
  color: white;
  font-family: "Anybody", sans-serif;
  font-weight: 900;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 4px 12px rgba(123, 66, 201, 0.25);
          box-shadow: 0 4px 12px rgba(123, 66, 201, 0.25);
}

.step-card-text {
  padding: 0 28px 20px;
  font-size: 14px;
  color: #a1a1aa;
  line-height: 1.7;
  margin: 0;
}

.step-card-visual {
  margin-top: auto;
  background: #fafafa;
  padding: 20px;
  border-top: 1px solid #f4f4f5;
}

.step-browse-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.step-browse-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/4;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.step-browse-item:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.step-browse-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.step-browse-item .sbi-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  padding: 20px 8px 6px;
  font-size: 10px;
  font-weight: 700;
  color: white;
}

.step-price-demo {
  background: white;
  border-radius: 12px;
  padding: 16px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.spd-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
  font-size: 13px;
  color: #52525b;
}
.spd-row strong {
  font-weight: 800;
  color: #18181b;
  font-size: 15px;
}

.spd-divider {
  height: 1px;
  background: #e4e4e7;
  margin: 6px 0;
}

.spd-savings strong {
  color: #7b42c9;
  font-size: 18px;
  font-family: "Anybody", sans-serif;
  font-weight: 800;
}

.spd-you-save {
  margin-top: 10px;
  text-align: center;
  background: #f0fdf4;
  border-radius: 8px;
  padding: 8px;
  font-size: 13px;
  color: #16a34a;
  font-weight: 700;
}

.step-winner-demo {
  background: linear-gradient(135deg, #7b42c9, #8342d7);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.step-winner-demo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(255, 208, 0, 0.15), transparent 70%);
}

.swd-confetti {
  font-size: 32px;
  margin-bottom: 8px;
  position: relative;
}

.swd-text {
  font-family: "Anybody", sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #ffd000;
  margin-bottom: 4px;
  position: relative;
}

.swd-item {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2px;
  position: relative;
}

.swd-price {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.swd-price strong {
  color: #ffd000;
  font-weight: 800;
}

.swd-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 12px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.swd-badge svg {
  width: 14px;
  height: 14px;
}

.hiw-cta {
  text-align: center;
  margin-top: 48px;
}

@media (max-width: 900px) {
  .steps-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .how-it-works {
    padding: 48px 16px;
  }
}
.hiwp-hero {
  background: linear-gradient(165deg, #1a0a2e 0%, #1e0b3a 30%, #3a1870 60%, #4a1d8a 100%);
  padding: 116px 32px 64px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.hiwp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 600px 300px at 20% 60%, rgba(255, 208, 0, 0.06), transparent 70%), radial-gradient(ellipse 400px 400px at 80% 20%, rgba(131, 66, 215, 0.12), transparent 70%);
}

.hiwp-hero-inner {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.hiwp-hero-inner h1 {
  font-family: "Anybody", sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 1.1;
}
.hiwp-hero-inner h1 .gold {
  color: #ffd000;
}

.hiwp-hero-sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 14px;
  line-height: 1.6;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.hiwp-tabs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 28px;
}

.hiwp-tab {
  padding: 12px 28px;
  border-radius: 11px;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  border: none;
  background: none;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.hiwp-tab:hover {
  color: rgba(255, 255, 255, 0.8);
}
.hiwp-tab.active {
  background: #ffd000;
  color: #1a0a2e;
}

.hiwp-role {
  display: none;
}
.hiwp-role.active {
  display: block;
  -webkit-animation: hiwFadeIn 0.35s ease both;
          animation: hiwFadeIn 0.35s ease both;
}

@-webkit-keyframes hiwFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes hiwFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.hiwp-section {
  max-width: 880px;
  margin: 0 auto;
  padding: 64px 32px;
}

.hiwp-section-header {
  text-align: center;
  margin-bottom: 48px;
}
.hiwp-section-header h2 {
  font-family: "Anybody", sans-serif;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 900;
  color: #18181b;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
.hiwp-section-header h2 .gold {
  color: #ffd000;
}
.hiwp-section-header p {
  font-size: 16px;
  color: #a1a1aa;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.6;
}

.hiwp-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.hiwp-steps::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 40px;
  bottom: 40px;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7b42c9), to(#ffd000));
  background: linear-gradient(180deg, #7b42c9, #ffd000);
  border-radius: 1px;
}

.hiwp-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 32px 0;
  position: relative;
}
.hiwp-step:not(:last-child) {
  border-bottom: 1px solid #f4f4f5;
}

.hiwp-step-num {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Anybody", sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #ffffff;
  background: linear-gradient(135deg, #7b42c9, #8342d7);
  -webkit-box-shadow: 0 4px 16px rgba(123, 66, 201, 0.25);
          box-shadow: 0 4px 16px rgba(123, 66, 201, 0.25);
  position: relative;
  z-index: 2;
}

.hiwp-step-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 8px;
}
.hiwp-step-content h3 {
  font-size: 20px;
  font-weight: 800;
  color: #18181b;
  margin-bottom: 8px;
}
.hiwp-step-content p {
  font-size: 15px;
  color: #a1a1aa;
  line-height: 1.7;
}

.hiwp-step-highlight {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: #fff8d6;
  color: #b45309;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 100px;
  margin-top: 12px;
}

.hiwp-videos-section {
  background: #fafafa;
  padding: 64px 32px 80px;
}
.hiwp-videos-section .hiwp-section-header {
  margin-bottom: 40px;
}

.hiwp-videos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
}

.hiwp-video-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
  border: 1px solid #f4f4f5;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  color: inherit;
  display: block;
  cursor: pointer;
}
.hiwp-video-card:hover {
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}

.hiwp-video-thumb {
  position: relative;
  aspect-ratio: 16/9;
  background: #18181b;
  overflow: hidden;
}
.hiwp-video-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0.85;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hiwp-video-card:hover .hiwp-video-thumb img {
  opacity: 1;
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.hiwp-video-play {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hiwp-video-play-btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.hiwp-video-play-btn svg {
  color: #7b42c9;
  margin-left: 3px;
}
.hiwp-video-card:hover .hiwp-video-play-btn {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  background: #ffffff;
}

.hiwp-video-info {
  padding: 16px 20px;
}
.hiwp-video-info h4 {
  font-size: 15px;
  font-weight: 800;
  color: #18181b;
  margin-bottom: 4px;
}
.hiwp-video-info p {
  font-size: 13px;
  color: #a1a1aa;
}

@media (max-width: 768px) {
  .hiwp-hero {
    padding: 100px 20px 56px;
  }
  .hiwp-hero-inner h1 {
    font-size: 32px;
  }
  .hiwp-hero-sub {
    font-size: 15px;
  }
  .hiwp-section {
    padding: 48px 16px;
  }
  .hiwp-steps::before {
    left: 23px;
  }
  .hiwp-step-num {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
  .hiwp-step {
    gap: 16px;
  }
  .hiwp-step-content h3 {
    font-size: 17px;
  }
  .hiwp-step-content p {
    font-size: 14px;
  }
  .hiwp-videos-section {
    padding: 48px 16px 60px;
  }
  .hiwp-videos {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .hiwp-section-header h2 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .hiwp-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .hiwp-tab {
    text-align: center;
  }
}
.testimonials {
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f0edf6));
  background: linear-gradient(180deg, #fafafa, #f0edf6);
  padding: 80px 32px;
}

.testimonials-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.testimonials h2 {
  font-family: "Anybody", sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #18181b;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: -0.5px;
}

.testi-carousel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.testi-track-wrap {
  overflow-x: clip;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: -24px;
  margin-bottom: -24px;
}

.testi-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}
.testimonial-card:hover {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.testimonial-card blockquote {
  font-size: 15px;
  line-height: 1.7;
  color: #52525b;
  margin-bottom: 20px;
  font-style: normal;
}

.testimonial-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  margin-bottom: 16px;
}
.testimonial-stars svg {
  width: 18px;
  height: 18px;
  color: #ffd000;
  fill: #ffd000;
}

.testimonial-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.testimonial-author strong {
  font-size: 14px;
  font-weight: 700;
  color: #18181b;
  display: block;
}
.testimonial-author span {
  font-size: 12px;
  color: #a1a1aa;
}

.testimonial-photo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #f4f4f5;
}

.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7b42c9, #ffd000);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-weight: 800;
  font-size: 16px;
}

.testi-arrow {
  width: 44px;
  height: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #f4f4f5;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: #52525b;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.testi-arrow:hover:not(:disabled) {
  background: #7b42c9;
  color: #ffffff;
  border-color: #7b42c9;
  -webkit-box-shadow: 0 4px 16px rgba(123, 66, 201, 0.3);
          box-shadow: 0 4px 16px rgba(123, 66, 201, 0.3);
}
.testi-arrow:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.testi-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
  margin-top: 28px;
}

.testi-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e4e4e7;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 0;
}
.testi-dot.active {
  background: #7b42c9;
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-box-shadow: 0 0 0 3px rgba(123, 66, 201, 0.2);
          box-shadow: 0 0 0 3px rgba(123, 66, 201, 0.2);
}

@media (max-width: 640px) {
  .testimonials {
    padding: 48px 16px;
  }
  .testimonial-card {
    padding: 28px 20px;
  }
  .testi-arrow {
    display: none;
  }
  .testi-carousel {
    gap: 0;
  }
}
.cta {
  background: linear-gradient(135deg, #1a0a2e 0%, #3a1870 50%, #4a1d8a 100%);
  padding: 80px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(255, 208, 0, 0.06) 0%, transparent 70%);
}
.cta h2 {
  font-family: "Anybody", sans-serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -1px;
}
.cta h2 .gold {
  color: #ffd000;
}
.cta p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 36px;
  line-height: 1.6;
}

.cta-inner {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}

.cta-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-hero {
  background: linear-gradient(165deg, #1a0a2e 0%, #1e0b3a 30%, #3a1870 60%, #4a1d8a 100%);
  padding: 116px 32px 64px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 600px 300px at 20% 60%, rgba(255, 208, 0, 0.06), transparent 70%), radial-gradient(ellipse 400px 400px at 80% 20%, rgba(131, 66, 215, 0.12), transparent 70%);
}

.about-hero-inner {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.about-hero-inner h1 {
  font-family: "Anybody", sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -1px;
}
.about-hero-inner h1 .gold {
  color: #ffd000;
}

.about-hero-sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 14px;
  line-height: 1.7;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.about-hero-actions {
  margin-top: 28px;
}

.about-btn-gold {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 14px 28px;
  border-radius: 12px;
  background: #ffd000;
  color: #1a0a2e;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-btn-gold svg {
  color: #1a0a2e;
}
.about-btn-gold:hover {
  background: #ffe033;
  -webkit-box-shadow: 0 4px 20px rgba(255, 208, 0, 0.35);
          box-shadow: 0 4px 20px rgba(255, 208, 0, 0.35);
}

.about-values {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  top: -36px;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.about-value-card {
  background: #ffffff;
  border-radius: 14px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
  padding: 32px 24px;
  text-align: center;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-value-card:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
}
.about-value-card h3 {
  font-family: "Anybody", sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #18181b;
  margin-bottom: 8px;
}
.about-value-card p {
  font-size: 14px;
  color: #a1a1aa;
  line-height: 1.6;
}

.about-value-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
}
.about-value-icon--purple {
  background: #f3edfc;
}
.about-value-icon--purple svg {
  color: #7b42c9;
}
.about-value-icon--gold {
  background: #fef9ee;
}
.about-value-icon--gold svg {
  color: #ffd000;
}
.about-value-icon--green {
  background: #f0fdf4;
}
.about-value-icon--green svg {
  color: #22c55e;
}

.about-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 32px 80px;
}

.about-section-header {
  text-align: center;
  margin-bottom: 40px;
}
.about-section-header h2 {
  font-family: "Anybody", sans-serif;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 900;
  color: #18181b;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
.about-section-header h2 .gold {
  color: #ffd000;
}
.about-section-header p {
  font-size: 16px;
  color: #a1a1aa;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.6;
}

.about-benefits {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 920px;
  margin: 0 auto;
}

.about-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 28px 24px;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #f4f4f5;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-benefit:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
  border-color: rgba(123, 66, 201, 0.15);
}
.about-benefit h3 {
  font-family: "Anybody", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #18181b;
  margin-bottom: 6px;
}
.about-benefit p {
  font-size: 14px;
  color: #a1a1aa;
  line-height: 1.6;
}

.about-benefit-num {
  font-family: "Anybody", sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: rgba(123, 66, 201, 0.15);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  padding-top: 2px;
}

.about-roles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 920px;
  margin: 0 auto;
}

.about-role-card {
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
  padding: 36px 28px;
  border: 1px solid #f4f4f5;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-role-card:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
}
.about-role-card h3 {
  font-family: "Anybody", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #18181b;
  margin-bottom: 8px;
}
.about-role-card p {
  font-size: 14px;
  color: #a1a1aa;
  line-height: 1.7;
  margin-bottom: 20px;
}

.about-role-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.about-role-icon--purple {
  background: #f3edfc;
}
.about-role-icon--purple svg {
  color: #7b42c9;
}
.about-role-icon--gold {
  background: #fef9ee;
}
.about-role-icon--gold svg {
  color: #ffd000;
}

.about-role-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #7b42c9;
  text-decoration: none;
}
.about-role-link svg {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.about-role-link:hover {
  text-decoration: underline;
}
.about-role-link:hover svg {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}
.about-role-link--gold {
  color: rgb(204, 166.4, 0);
}

@media (max-width: 768px) {
  .about-hero {
    padding: 100px 20px 56px;
  }
  .about-hero-inner h1 {
    font-size: 32px;
  }
  .about-hero-sub {
    font-size: 15px;
  }
  .about-values {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0 16px;
    top: -24px;
  }
  .about-wrap {
    padding: 8px 16px 60px;
  }
  .about-benefits {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .about-roles {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .about-section-header h2 {
    font-size: 26px;
  }
}
.ticket-hero {
  background: linear-gradient(165deg, #1a0a2e 0%, #1e0b3a 30%, #3a1870 60%, #4a1d8a 100%);
  padding: 116px 32px 56px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.ticket-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 600px 300px at 20% 60%, rgba(255, 208, 0, 0.06), transparent 70%), radial-gradient(ellipse 400px 400px at 80% 20%, rgba(131, 66, 215, 0.12), transparent 70%);
}

.ticket-hero-inner {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ticket-hero-inner h1 {
  font-family: "Anybody", sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -1px;
}
.ticket-hero-inner h1 .gold {
  color: #ffd000;
}

.ticket-hero-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
}

.ticket-notices {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  top: -28px;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.ticket-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 24px;
  background: #ffffff;
  border-radius: 14px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
  border-left: 4px solid transparent;
}
.ticket-notice-faq {
  border-left-color: #7b42c9;
}
.ticket-notice-dupe {
  border-left-color: #ffd000;
}
.ticket-notice h3 {
  font-family: "Anybody", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #18181b;
  margin-bottom: 4px;
}
.ticket-notice p {
  font-size: 14px;
  color: #a1a1aa;
  line-height: 1.6;
  margin-bottom: 10px;
}

.ticket-notice-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.ticket-notice-icon svg {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  min-height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ticket-notice-faq .ticket-notice-icon {
  background: #f3edfc;
}
.ticket-notice-faq .ticket-notice-icon svg {
  color: #7b42c9;
}
.ticket-notice-dupe .ticket-notice-icon {
  background: #fef9ee;
}
.ticket-notice-dupe .ticket-notice-icon svg {
  color: #ffd000;
}

.ticket-notice-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #7b42c9;
  text-decoration: none;
}
.ticket-notice-link:hover {
  text-decoration: underline;
}
.ticket-notice-dupe .ticket-notice-link {
  color: rgb(204, 166.4, 0);
}

.ticket-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 32px 80px;
}

.ticket-form-section {
  max-width: 720px;
  margin: 0 auto;
}

.ticket-form-header {
  text-align: center;
  margin-bottom: 32px;
}
.ticket-form-header h2 {
  font-family: "Anybody", sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #18181b;
  margin-bottom: 8px;
}
.ticket-form-header p {
  font-size: 15px;
  color: #a1a1aa;
  line-height: 1.6;
}

.ticket-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ticket-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ticket-field label {
  font-size: 13px;
  font-weight: 700;
  color: #18181b;
  margin-bottom: 6px;
}
.ticket-field input, .ticket-field textarea, .ticket-field select {
  padding: 12px 16px;
  border: 1px solid #e4e4e7;
  border-radius: 10px;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #18181b;
  background: #ffffff;
  outline: none;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.ticket-field input::-webkit-input-placeholder, .ticket-field textarea::-webkit-input-placeholder, .ticket-field select::-webkit-input-placeholder {
  color: #a1a1aa;
  font-weight: 400;
}
.ticket-field input::-moz-placeholder, .ticket-field textarea::-moz-placeholder, .ticket-field select::-moz-placeholder {
  color: #a1a1aa;
  font-weight: 400;
}
.ticket-field input:-ms-input-placeholder, .ticket-field textarea:-ms-input-placeholder, .ticket-field select:-ms-input-placeholder {
  color: #a1a1aa;
  font-weight: 400;
}
.ticket-field input::-ms-input-placeholder, .ticket-field textarea::-ms-input-placeholder, .ticket-field select::-ms-input-placeholder {
  color: #a1a1aa;
  font-weight: 400;
}
.ticket-field input::placeholder, .ticket-field textarea::placeholder, .ticket-field select::placeholder {
  color: #a1a1aa;
  font-weight: 400;
}
.ticket-field input:focus, .ticket-field textarea:focus, .ticket-field select:focus {
  border-color: #7b42c9;
  -webkit-box-shadow: 0 0 0 3px rgba(123, 66, 201, 0.1);
          box-shadow: 0 0 0 3px rgba(123, 66, 201, 0.1);
}
.ticket-field textarea {
  resize: vertical;
  min-height: 140px;
}
.ticket-field-full {
  grid-column: 1/-1;
}
.ticket-field-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ticket-select-wrap {
  position: relative;
}
.ticket-select-wrap select {
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
  cursor: pointer;
}

.ticket-select-chevron {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #a1a1aa;
  pointer-events: none;
}

.ticket-error {
  font-size: 12px;
  font-weight: 600;
  color: #ef4444;
  margin-top: 4px;
  min-height: 16px;
}

.ticket-field.has-error input, .ticket-field.has-error textarea, .ticket-field.has-error select {
  border-color: #ef4444;
}
.ticket-field.has-error input:focus, .ticket-field.has-error textarea:focus, .ticket-field.has-error select:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
          box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.ticket-submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 12px;
  background: #ffd000;
  color: #1a0a2e;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: auto;
}
.ticket-submit:hover {
  background: #ffe033;
  -webkit-box-shadow: 0 4px 20px rgba(255, 208, 0, 0.35);
          box-shadow: 0 4px 20px rgba(255, 208, 0, 0.35);
}
.ticket-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.ticket-submit-loading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.ticket-spinner {
  width: 18px;
  height: 18px;
  -webkit-animation: ticketSpin 0.8s linear infinite;
          animation: ticketSpin 0.8s linear infinite;
}

@-webkit-keyframes ticketSpin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes ticketSpin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ticket-success {
  grid-column: 1/-1;
  text-align: center;
  padding: 40px 24px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 14px;
  -webkit-animation: ticketFadeIn 0.35s ease both;
          animation: ticketFadeIn 0.35s ease both;
}
.ticket-success svg {
  width: 40px;
  height: 40px;
  color: #22c55e;
  margin-bottom: 12px;
}
.ticket-success h3 {
  font-family: "Anybody", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #18181b;
  margin-bottom: 6px;
}
.ticket-success p {
  font-size: 14px;
  color: #52525b;
  line-height: 1.6;
}
.ticket-success p a {
  color: #7b42c9;
  font-weight: 600;
  text-decoration: none;
}
.ticket-success p a:hover {
  text-decoration: underline;
}

@-webkit-keyframes ticketFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes ticketFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .ticket-hero {
    padding: 100px 20px 48px;
  }
  .ticket-hero-inner h1 {
    font-size: 28px;
  }
  .ticket-notices {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0 16px;
    top: -22px;
  }
  .ticket-wrap {
    padding: 8px 16px 60px;
  }
  .ticket-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .ticket-field-full {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .ticket-form-header h2 {
    font-size: 24px;
  }
}
.search-hero {
  position: relative;
  background: linear-gradient(135deg, #1a0a2e 0%, #3a1870 100%);
  padding: 60px 24px 48px;
  text-align: center;
  overflow: hidden;
}
.search-hero h1 {
  font-family: "Anybody", sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.search-hero-inner {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.search-hero-sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 28px;
}

.search-form {
  width: 100%;
}

.search-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}

.search-input-icon {
  position: absolute;
  left: 16px;
  width: 20px;
  height: 20px;
  color: #a1a1aa;
  pointer-events: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 16px 16px 46px;
  border: none;
  font-size: 15px;
  font-family: inherit;
  color: #18181b;
  background: transparent;
  outline: none;
  min-width: 0;
}
.search-input::-webkit-input-placeholder {
  color: #a1a1aa;
}
.search-input::-moz-placeholder {
  color: #a1a1aa;
}
.search-input:-ms-input-placeholder {
  color: #a1a1aa;
}
.search-input::-ms-input-placeholder {
  color: #a1a1aa;
}
.search-input::placeholder {
  color: #a1a1aa;
}

.search-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 28px;
  margin: 6px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #7b42c9, #8342d7);
  color: #fff;
  font-family: "Anybody", sans-serif;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: -0.2px;
}
.search-btn:hover {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 16px rgba(123, 66, 201, 0.35);
          box-shadow: 0 4px 16px rgba(123, 66, 201, 0.35);
}
.search-btn:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.search-results {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 60px;
}
.search-results .browse-grid {
  margin-top: 8px;
}

.search-results-bar {
  padding: 24px 0 16px;
  border-bottom: 1px solid #e4e4e7;
  margin-bottom: 24px;
}

.search-results-count {
  font-size: 14px;
  color: #52525b;
}
.search-results-count strong {
  color: #18181b;
  font-weight: 800;
}

.search-empty {
  text-align: center;
  padding: 80px 24px;
}
.search-empty h2 {
  font-family: "Anybody", sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #18181b;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
}
.search-empty p {
  font-size: 15px;
  color: #a1a1aa;
  line-height: 1.6;
}
.search-empty p a {
  color: #7b42c9;
  font-weight: 700;
  text-decoration: none;
}
.search-empty p a:hover {
  text-decoration: underline;
}

.search-empty-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f4f4f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px;
}
.search-empty-icon svg {
  color: #a1a1aa;
}

.search-dym {
  font-size: 16px !important;
  color: #52525b !important;
  margin-bottom: 8px !important;
}
.search-dym a {
  color: #7b42c9;
  font-weight: 800;
  text-decoration: none;
}
.search-dym a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .search-hero {
    padding: 40px 16px 36px;
  }
  .search-hero h1 {
    font-size: 28px;
  }
  .search-hero-sub {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .search-input-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 14px;
  }
  .search-input {
    width: 100%;
    padding: 14px 14px 14px 42px;
  }
  .search-btn {
    width: calc(100% - 12px);
    margin: 0 6px 6px;
    padding: 12px;
  }
  .search-empty {
    padding: 48px 16px;
  }
}
.contact-hero {
  background: linear-gradient(165deg, #1a0a2e 0%, #1e0b3a 30%, #3a1870 60%, #4a1d8a 100%);
  padding: 116px 32px 56px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 600px 300px at 20% 60%, rgba(255, 208, 0, 0.06), transparent 70%), radial-gradient(ellipse 400px 400px at 80% 20%, rgba(131, 66, 215, 0.12), transparent 70%);
}

.contact-hero-inner {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.contact-hero-inner h1 {
  font-family: "Anybody", sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -1px;
}
.contact-hero-inner h1 .gold {
  color: #ffd000;
}

.contact-hero-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
}

.contact-cards {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  top: -32px;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.contact-card {
  background: #ffffff;
  border-radius: 14px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
  padding: 28px 24px;
  text-align: center;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-card:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
}

.contact-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f3edfc;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.contact-card-icon svg {
  color: #7b42c9;
}

.contact-card h3 {
  font-family: "Anybody", sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #18181b;
  margin-bottom: 6px;
}

.contact-card p {
  font-size: 14px;
  color: #a1a1aa;
  line-height: 1.5;
  margin-bottom: 8px;
}

.contact-card-link {
  font-size: 14px;
  font-weight: 700;
  color: #7b42c9;
  text-decoration: none;
}
.contact-card-link:hover {
  text-decoration: underline;
}

.contact-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px 80px;
}

.contact-social {
  text-align: center;
  margin-bottom: 56px;
}
.contact-social h3 {
  font-family: "Anybody", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #18181b;
  margin-bottom: 6px;
}
.contact-social p {
  font-size: 15px;
  color: #a1a1aa;
  line-height: 1.6;
  margin-bottom: 24px;
}

.contact-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

.contact-social-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e4e4e7;
  text-decoration: none;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-social-btn svg {
  color: #52525b;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.contact-social-btn span {
  font-size: 14px;
  font-weight: 600;
  color: #52525b;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.contact-social-btn:hover {
  border-color: #7b42c9;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
}
.contact-social-btn:hover svg {
  color: #7b42c9;
}
.contact-social-btn:hover span {
  color: #7b42c9;
}

.contact-cta {
  margin-bottom: 0;
}

.contact-cta-inner {
  background: linear-gradient(135deg, #1a0a2e, #3a1870);
  border-radius: 20px;
  padding: 48px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.contact-cta-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 400px 200px at 30% 80%, rgba(255, 208, 0, 0.08), transparent 70%), radial-gradient(ellipse 300px 300px at 70% 20%, rgba(131, 66, 215, 0.1), transparent 70%);
}
.contact-cta-inner > * {
  position: relative;
  z-index: 1;
}
.contact-cta-inner .constellation {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.contact-cta-inner > svg {
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 16px;
}
.contact-cta-inner h3 {
  font-family: "Anybody", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}
.contact-cta-inner p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  max-width: 420px;
  margin: 0 auto 24px;
}

.contact-btn-gold {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 14px 28px;
  border-radius: 12px;
  background: #ffd000;
  color: #1a0a2e;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-btn-gold svg {
  color: #1a0a2e;
}
.contact-btn-gold:hover {
  background: #ffe033;
  -webkit-box-shadow: 0 4px 20px rgba(255, 208, 0, 0.35);
          box-shadow: 0 4px 20px rgba(255, 208, 0, 0.35);
}

@media (max-width: 768px) {
  .contact-hero {
    padding: 100px 20px 48px;
  }
  .contact-hero-inner h1 {
    font-size: 28px;
  }
  .contact-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0 16px;
    top: -24px;
  }
  .contact-wrap {
    padding: 0 16px 60px;
  }
  .contact-social-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-social-btn {
    width: 100%;
    max-width: 280px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-cta-inner {
    padding: 36px 24px;
  }
}
.page-register {
  background: linear-gradient(165deg, #1a0a2e 0%, #1e0b3a 30%, #3a1870 60%, #4a1d8a 100%);
  min-height: 100vh;
}

.reg-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.reg-page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 96px 24px 48px;
  position: relative;
  z-index: 1;
}

.reg-card {
  width: 100%;
  max-width: 520px;
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 38px;
  -webkit-box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35), 0 8px 24px rgba(0, 0, 0, 0.18);
          box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35), 0 8px 24px rgba(0, 0, 0, 0.18);
}

.reg-header {
  text-align: center;
  margin-bottom: 28px;
}
.reg-header h1 {
  font-family: "Anybody", sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #18181b;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
}
.reg-header p {
  font-size: 14px;
  color: #a1a1aa;
  margin: 0;
}

.reg-logo {
  display: inline-block;
  margin-bottom: 18px;
}
.reg-logo img {
  height: 28px;
  width: auto;
  -webkit-filter: brightness(0) saturate(100%) invert(14%) sepia(60%) saturate(4000%) hue-rotate(260deg) brightness(80%);
          filter: brightness(0) saturate(100%) invert(14%) sepia(60%) saturate(4000%) hue-rotate(260deg) brightness(80%);
}

.reg-bonus-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: #fff8d6;
  color: #b45309;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 100px;
  margin-top: 10px;
}
.reg-bonus-badge svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.reg-error {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 11px 14px;
  border-radius: 10px;
  background: rgba(239, 68, 68, 0.06);
  border: 1px solid rgba(239, 68, 68, 0.12);
  font-size: 13px;
  color: #ef4444;
  font-weight: 500;
  margin-bottom: 16px;
  -webkit-animation: regShake 0.4s ease;
          animation: regShake 0.4s ease;
}
.reg-error.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reg-error svg {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@-webkit-keyframes regShake {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  60% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes regShake {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  60% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.reg-field {
  margin-bottom: 16px;
}

.reg-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #52525b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.reg-input {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #e4e4e7;
  border-radius: 12px;
  font-size: 14px;
  font-family: inherit;
  color: #18181b;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fafafa;
}
.reg-input:focus {
  outline: none;
  border-color: #7b42c9;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 3px rgba(123, 66, 201, 0.08);
          box-shadow: 0 0 0 3px rgba(123, 66, 201, 0.08);
}
.reg-input::-webkit-input-placeholder {
  color: #a1a1aa;
}
.reg-input::-moz-placeholder {
  color: #a1a1aa;
}
.reg-input:-ms-input-placeholder {
  color: #a1a1aa;
}
.reg-input::-ms-input-placeholder {
  color: #a1a1aa;
}
.reg-input::placeholder {
  color: #a1a1aa;
}
.reg-input.error {
  border-color: #ef4444;
  -webkit-box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.08);
          box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.08);
}

.reg-hint {
  font-size: 11px;
  color: #a1a1aa;
  margin-top: 4px;
  line-height: 1.4;
}
.reg-hint.reg-hint-static.hidden {
  display: none;
}
.reg-hint.reg-hint-err {
  color: #ef4444;
  display: none;
}
.reg-hint.reg-hint-err.show {
  display: block;
}

.reg-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.reg-pw-wrap {
  position: relative;
}
.reg-pw-wrap .reg-input {
  padding-right: 42px;
}

.reg-pw-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #a1a1aa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.reg-pw-toggle:hover {
  color: #7b42c9;
}
.reg-pw-toggle svg {
  width: 18px;
  height: 18px;
}

.reg-pw-strength {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: 8px;
}

.reg-pw-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3px;
  border-radius: 3px;
  background: #e4e4e7;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.reg-pw-bar.weak {
  background: #ef4444;
}
.reg-pw-bar.med {
  background: #f59e0b;
}
.reg-pw-bar.strong {
  background: #22c55e;
}

.reg-pw-label {
  font-size: 11px;
  font-weight: 600;
  margin-top: 4px;
  color: #a1a1aa;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.reg-promo-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #7b42c9;
  cursor: pointer;
  margin-bottom: 12px;
  border: none;
  background: none;
  font-family: inherit;
  padding: 0;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.reg-promo-toggle:hover {
  color: #8342d7;
}
.reg-promo-toggle svg {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.reg-promo-toggle.open svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.reg-promo-field {
  display: none;
  margin-bottom: 16px;
}
.reg-promo-field.open {
  display: block;
}

.reg-consent {
  margin-bottom: 16px;
}

.reg-consent-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}
.reg-consent-item:last-child {
  margin-bottom: 0;
}

.reg-consent-select {
  padding: 7px 28px 7px 10px;
  border: 1.5px solid #e4e4e7;
  border-radius: 10px;
  font-size: 13px;
  font-family: inherit;
  color: #18181b;
  background: #fafafa;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 72px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23868e96' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 14px;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.reg-consent-select:focus {
  outline: none;
  border-color: #7b42c9;
  -webkit-box-shadow: 0 0 0 3px rgba(123, 66, 201, 0.08);
          box-shadow: 0 0 0 3px rgba(123, 66, 201, 0.08);
}
.reg-consent-select.error {
  border-color: #ef4444;
  -webkit-box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.08);
          box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.08);
}

.reg-consent-text {
  font-size: 12px;
  color: #52525b;
  line-height: 1.5;
}

.reg-captcha {
  margin-bottom: 12px;
}

.reg-terms {
  font-size: 12px;
  color: #a1a1aa;
  margin-bottom: 4px;
}
.reg-terms a {
  color: #7b42c9;
  font-weight: 600;
  text-decoration: none;
}
.reg-terms a:hover {
  text-decoration: underline;
}

.reg-submit {
  width: 100%;
  padding: 14px;
  border-radius: 14px;
  border: none;
  background: linear-gradient(135deg, #7b42c9, #8342d7);
  color: #fff;
  font-family: "Anybody", sans-serif;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: -0.3px;
  -webkit-box-shadow: 0 6px 24px rgba(123, 66, 201, 0.3);
          box-shadow: 0 6px 24px rgba(123, 66, 201, 0.3);
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  text-decoration: none;
}
.reg-submit:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 32px rgba(123, 66, 201, 0.4);
          box-shadow: 0 10px 32px rgba(123, 66, 201, 0.4);
}
.reg-submit:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.reg-submit:disabled {
  opacity: 0.7;
  pointer-events: none;
}

.reg-submit-loading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.reg-spinner {
  width: 18px;
  height: 18px;
  -webkit-animation: regSpin 0.6s linear infinite;
          animation: regSpin 0.6s linear infinite;
}

@-webkit-keyframes regSpin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes regSpin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.reg-success {
  text-align: center;
  padding: 24px 0;
}
.reg-success h2 {
  font-family: "Anybody", sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #18181b;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
.reg-success p {
  font-size: 14px;
  color: #52525b;
  line-height: 1.7;
  max-width: 380px;
  margin: 0 auto 8px;
}
.reg-success .reg-submit {
  margin-top: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding: 14px 40px;
}

.reg-success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7b42c9, #8342d7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px;
}
.reg-success-icon svg {
  color: #fff;
  width: 32px;
  height: 32px;
}

.reg-success-note {
  font-size: 13px !important;
  color: #a1a1aa !important;
  font-style: italic;
}

.reg-login-link {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #a1a1aa;
}
.reg-login-link a {
  color: #7b42c9;
  font-weight: 700;
  text-decoration: none;
}
.reg-login-link a:hover {
  text-decoration: underline;
}

@media (max-width: 560px) {
  .reg-page {
    padding: 80px 12px 32px;
  }
  .reg-card {
    border-radius: 18px;
    padding: 28px 20px;
  }
  .reg-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
body.page-login {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(165deg, #1a0a2e 0%, #1e0b3a 30%, #3a1870 60%, #4a1d8a 100%);
  padding-top: 0 !important;
}
body.page-login .nav-spacer,
body.page-login .nav-spacer-disclaimer {
  display: none;
}
body.page-login .nav,
body.page-login .disclaimer-bar,
body.page-login .nav-backdrop {
  display: none;
}

.brand-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.login-brand {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(123, 66, 201, 0.35)), to(rgba(58, 24, 112, 0.4)));
  background: linear-gradient(180deg, rgba(123, 66, 201, 0.35) 0%, rgba(58, 24, 112, 0.4) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 48px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.brand-content {
  position: relative;
  z-index: 1;
  max-width: 420px;
  text-align: center;
}

.brand-logo {
  margin-bottom: 48px;
}
.brand-logo img {
  height: 36px;
}

.brand-content h2 {
  font-family: "Anybody", sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 16px;
}
.brand-content h2 .gold {
  color: #ffd000;
}

.brand-content p {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.45);
  max-width: 340px;
  margin: 0 auto 48px;
}

.brand-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brand-stat {
  text-align: center;
}
.brand-stat strong {
  display: block;
  font-family: "Anybody", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
}
.brand-stat span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.brand-trust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.brand-trust-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 500;
}
.brand-trust-item svg {
  width: 16px;
  height: 16px;
  color: rgba(255, 208, 0, 0.4);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.login-form-side {
  width: 520px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 48px 60px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.form-header {
  margin-bottom: 32px;
}
.form-header h1 {
  font-family: "Anybody", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #18181b;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}
.form-header p {
  font-size: 14px;
  color: #a1a1aa;
  line-height: 1.5;
}
.form-header p a {
  color: #7b42c9;
  text-decoration: none;
  font-weight: 600;
}
.form-header p a:hover {
  text-decoration: underline;
}

.form-group {
  margin-bottom: 18px;
}

.form-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #27272a;
  margin-bottom: 6px;
}

.form-input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1.5px solid #e4e4e7;
  background: #ffffff;
  font-size: 14px;
  font-family: inherit;
  color: #18181b;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
}
.form-input:focus {
  border-color: #7b42c9;
  -webkit-box-shadow: 0 0 0 3px rgba(123, 66, 201, 0.1);
          box-shadow: 0 0 0 3px rgba(123, 66, 201, 0.1);
}
.form-input::-webkit-input-placeholder {
  color: #a1a1aa;
}
.form-input::-moz-placeholder {
  color: #a1a1aa;
}
.form-input:-ms-input-placeholder {
  color: #a1a1aa;
}
.form-input::-ms-input-placeholder {
  color: #a1a1aa;
}
.form-input::placeholder {
  color: #a1a1aa;
}
.form-input.error {
  border-color: #ef4444;
  -webkit-box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.08);
          box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.08);
}
.form-input.error:focus {
  border-color: #ef4444;
  -webkit-box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
          box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}

.password-wrap {
  position: relative;
}
.password-wrap .form-input {
  padding-right: 48px;
}

.password-toggle {
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: none;
  background: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #a1a1aa;
  border-radius: 8px;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.password-toggle:hover {
  color: #52525b;
  background: #f4f4f5;
}
.password-toggle svg {
  width: 18px;
  height: 18px;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

.checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #52525b;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox-label input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1.5px solid #e4e4e7;
  accent-color: #7b42c9;
  cursor: pointer;
}

.forgot-link {
  font-size: 13px;
  font-weight: 600;
  color: #7b42c9;
  text-decoration: none;
}
.forgot-link:hover {
  text-decoration: underline;
}

.form-error {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(239, 68, 68, 0.06);
  border: 1px solid rgba(239, 68, 68, 0.12);
  font-size: 13px;
  color: #ef4444;
  font-weight: 500;
  margin-bottom: 18px;
  -webkit-animation: fadeShake 0.4s ease;
          animation: fadeShake 0.4s ease;
}
.form-error.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-error svg {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.form-hint {
  display: none;
  font-size: 12px;
  color: #ef4444;
  font-weight: 500;
  margin-top: 6px;
  padding-left: 2px;
  -webkit-animation: fadeUp 0.2s ease;
          animation: fadeUp 0.2s ease;
}
.form-hint.show {
  display: block;
}

@-webkit-keyframes fadeShake {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  60% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeShake {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  60% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.btn-submit {
  width: 100%;
  padding: 14px 24px;
  border-radius: 10px;
  border: none;
  background: #7b42c9;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  position: relative;
}
.btn-submit:hover {
  background: #8342d7;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 16px rgba(123, 66, 201, 0.25);
          box-shadow: 0 4px 16px rgba(123, 66, 201, 0.25);
}
.btn-submit:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.btn-submit.loading {
  pointer-events: none;
  opacity: 0.8;
}
.btn-submit.loading .btn-text {
  visibility: hidden;
}
.btn-submit.loading .spinner {
  display: block;
}
.btn-submit svg {
  width: 16px;
  height: 16px;
}

.spinner {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2.5px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  -webkit-animation: spin 0.6s linear infinite;
          animation: spin 0.6s linear infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.form-footer {
  margin-top: 32px;
  text-align: center;
  font-size: 12px;
  color: #a1a1aa;
  line-height: 1.6;
}
.form-footer a {
  color: #a1a1aa;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form-footer a:hover {
  color: #52525b;
}

.back-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #a1a1aa;
  text-decoration: none;
  margin-bottom: 32px;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.back-link:hover {
  color: #7b42c9;
}
.back-link svg {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.back-link:hover svg {
  -webkit-transform: translateX(-3px);
      -ms-transform: translateX(-3px);
          transform: translateX(-3px);
}

.mobile-logo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}
.mobile-logo img {
  height: 28px;
}

.recaptcha-group {
  margin-bottom: 24px;
}
.recaptcha-group .g-recaptcha {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

@media (max-width: 380px) {
  .recaptcha-group .g-recaptcha {
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
  }
}
.success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(123, 66, 201, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 24px;
}
.success-icon svg {
  width: 32px;
  height: 32px;
  color: #7b42c9;
}

.password-strength {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.password-strength-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4px;
  border-radius: 2px;
  background: #f4f4f5;
  overflow: hidden;
}

.password-strength-fill {
  height: 100%;
  width: 0;
  border-radius: 2px;
  -webkit-transition: width 0.3s ease, background 0.3s ease;
  transition: width 0.3s ease, background 0.3s ease;
}

.password-strength-label {
  font-size: 11px;
  font-weight: 600;
  min-width: 60px;
  text-align: right;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.btn-submit-outline {
  background: transparent;
  color: #7b42c9;
  border: 1.5px solid #e4e4e7;
}
.btn-submit-outline:hover {
  background: #fafafa;
  border-color: #a1a1aa;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media (max-width: 960px) {
  .login-brand {
    display: none;
  }
  .login-form-side {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 40px 32px;
    border-radius: 20px;
    -webkit-box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4), 0 8px 24px rgba(0, 0, 0, 0.2);
            box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4), 0 8px 24px rgba(0, 0, 0, 0.2);
  }
  body.page-login {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px;
  }
  .mobile-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 961px) {
  .mobile-logo {
    display: none;
  }
}
@media (max-width: 480px) {
  .login-form-side {
    padding: 32px 24px;
  }
  .form-header h1 {
    font-size: 24px;
  }
}
.faq-hero {
  background: linear-gradient(165deg, #1a0a2e 0%, #1e0b3a 30%, #3a1870 60%, #4a1d8a 100%);
  padding: 116px 32px 56px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.faq-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 600px 300px at 20% 60%, rgba(255, 208, 0, 0.06), transparent 70%), radial-gradient(ellipse 400px 400px at 80% 20%, rgba(131, 66, 215, 0.12), transparent 70%);
}

.faq-hero-inner {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.faq-hero-inner h1 {
  font-family: "Anybody", sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -1px;
}
.faq-hero-inner h1 .gold {
  color: #ffd000;
}

.faq-hero-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
  line-height: 1.6;
}
.faq-hero-sub a {
  color: #ffd000;
  text-decoration: none;
  font-weight: 600;
}
.faq-hero-sub a:hover {
  text-decoration: underline;
}

.faq-tabs {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  top: -28px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.faq-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 14px 24px;
  background: #ffffff;
  border-radius: 14px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}
.faq-tab svg {
  width: 20px;
  height: 20px;
  color: #a1a1aa;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.faq-tab span {
  font-size: 14px;
  font-weight: 700;
  color: #52525b;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.faq-tab:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
}
.faq-tab:hover svg {
  color: #7b42c9;
}
.faq-tab:hover span {
  color: #7b42c9;
}
.faq-tab.active {
  border-color: #7b42c9;
  background: #f9f5ff;
}
.faq-tab.active svg {
  color: #7b42c9;
}
.faq-tab.active span {
  color: #7b42c9;
}

.faq-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px 80px;
}

.faq-section {
  margin-bottom: 48px;
  -webkit-animation: faqFadeIn 0.35s ease both;
          animation: faqFadeIn 0.35s ease both;
}
.faq-section.faq-hidden {
  display: none;
}
.faq-section h2 {
  font-family: "Anybody", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #18181b;
  margin-bottom: 8px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f4f4f5;
}

@-webkit-keyframes faqFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes faqFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.faq-item {
  border-bottom: 1px solid #f4f4f5;
}
.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 20px 4px;
  background: none;
  border: none;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #18181b;
  cursor: pointer;
  text-align: left;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.faq-question:hover {
  color: #7b42c9;
}
.faq-item.open .faq-question {
  color: #7b42c9;
}

.faq-chevron {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #a1a1aa;
  -webkit-transition: color 0.2s ease, -webkit-transform 0.3s ease;
  transition: color 0.2s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, color 0.2s ease;
  transition: transform 0.3s ease, color 0.2s ease, -webkit-transform 0.3s ease;
}
.faq-item.open .faq-chevron {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #7b42c9;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, opacity 0.2s ease;
  transition: max-height 0.3s ease, opacity 0.2s ease;
  opacity: 0;
}
.faq-item.open .faq-answer {
  opacity: 1;
}
.faq-answer p {
  font-size: 15px;
  line-height: 1.7;
  color: #52525b;
  padding: 0 4px 20px;
}
.faq-answer a {
  color: #7b42c9;
  font-weight: 600;
  text-decoration: none;
}
.faq-answer a:hover {
  text-decoration: underline;
}

.faq-cta {
  margin-top: 16px;
}

.faq-cta-inner {
  background: linear-gradient(135deg, #1a0a2e, #3a1870);
  border-radius: 20px;
  padding: 48px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.faq-cta-inner .constellation {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.faq-cta-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 400px 200px at 30% 80%, rgba(255, 208, 0, 0.08), transparent 70%), radial-gradient(ellipse 300px 300px at 70% 20%, rgba(131, 66, 215, 0.1), transparent 70%);
}
.faq-cta-inner > * {
  position: relative;
  z-index: 1;
}
.faq-cta-inner > svg {
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 16px;
}
.faq-cta-inner h3 {
  font-family: "Anybody", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}
.faq-cta-inner p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  max-width: 420px;
  margin: 0 auto 24px;
}

.faq-btn-gold {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 14px 28px;
  border-radius: 12px;
  background: #ffd000;
  color: #1a0a2e;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-btn-gold svg {
  color: #1a0a2e;
}
.faq-btn-gold:hover {
  background: #ffe033;
  -webkit-box-shadow: 0 4px 20px rgba(255, 208, 0, 0.35);
          box-shadow: 0 4px 20px rgba(255, 208, 0, 0.35);
}

@media (max-width: 768px) {
  .faq-hero {
    padding: 100px 20px 48px;
  }
  .faq-hero-inner h1 {
    font-size: 28px;
  }
  .faq-tabs {
    padding: 0 16px;
    gap: 6px;
    top: -22px;
  }
  .faq-tab {
    padding: 10px 16px;
  }
  .faq-tab svg {
    width: 18px;
    height: 18px;
  }
  .faq-tab span {
    font-size: 12px;
  }
  .faq-wrap {
    padding: 0 16px 60px;
  }
  .faq-section h2 {
    font-size: 20px;
  }
  .faq-question {
    font-size: 15px;
    padding: 16px 4px;
  }
  .faq-answer p {
    font-size: 14px;
  }
  .faq-cta-inner {
    padding: 36px 24px;
  }
}
@media (max-width: 480px) {
  .faq-tab {
    padding: 8px 12px;
    gap: 6px;
  }
  .faq-tab span {
    font-size: 11px;
  }
}
.nav-spacer + .legal-hero {
  margin-top: -68px;
}

.legal-hero {
  background: linear-gradient(165deg, #1a0a2e 0%, #1e0b3a 30%, #3a1870 60%, #4a1d8a 100%);
  padding: 140px 24px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.legal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 600px 400px at 50% 100%, rgba(123, 66, 201, 0.15), transparent 70%);
}
.legal-hero h1 {
  font-family: "Anybody", sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.5px;
  position: relative;
  z-index: 1;
}
.legal-hero p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .legal-hero {
    padding: 120px 24px 40px;
  }
  .legal-hero h1 {
    font-size: 28px;
  }
}

.legal-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ffffff;
}

.legal-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}
.legal-content h2 {
  font-family: "Anybody", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #18181b;
  margin: 40px 0 12px;
  letter-spacing: -0.3px;
}
.legal-content h2:first-child {
  margin-top: 0;
}
.legal-content h3 {
  font-size: 15px;
  font-weight: 700;
  color: #18181b;
  margin: 28px 0 8px;
}
.legal-content p {
  font-size: 14px;
  line-height: 1.8;
  color: #52525b;
  margin-bottom: 12px;
}
.legal-content a {
  color: #7b42c9;
  text-decoration: none;
  font-weight: 600;
}
.legal-content a:hover {
  text-decoration: underline;
}
.legal-content strong {
  color: #18181b;
  font-weight: 700;
}
.legal-content ol {
  padding-left: 24px;
  margin-bottom: 16px;
}
.legal-content ol > li {
  font-size: 14px;
  line-height: 1.8;
  color: #52525b;
  margin-bottom: 8px;
  padding-left: 4px;
}
.legal-content ol ol {
  margin-top: 8px;
}
.legal-content ul {
  padding-left: 24px;
  margin-bottom: 16px;
}
.legal-content ul > li {
  font-size: 14px;
  line-height: 1.8;
  color: #52525b;
  margin-bottom: 6px;
  list-style: disc;
}
.legal-content .contact-block {
  background: #fafafa;
  border-radius: 14px;
  padding: 24px 28px;
  margin-top: 16px;
}
.legal-content .contact-block p {
  margin-bottom: 4px;
}
@media (max-width: 480px) {
  .legal-content {
    padding: 32px 16px 60px;
  }
}

.footer {
  background: #18181b;
  padding: 60px 32px 32px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 48px 1fr 48px 1fr 48px 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
}

.footer-brand .logo {
  display: inline-block;
  margin-bottom: 12px;
}
.footer-brand p {
  font-size: 14px;
  line-height: 1.6;
  max-width: 280px;
}

.footer-col h5 {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.footer-col a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  margin-bottom: 10px;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-col a:hover {
  color: #ffd000;
}

.footer-bottom {
  max-width: 1280px;
  margin: 40px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
.footer-bottom a {
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
}
.footer-bottom a:hover {
  color: #ffd000;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.footer-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-social svg {
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, 0.35);
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-social a:hover svg {
  color: #ffd000;
}

@media (max-width: 768px) {
  .footer-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16px;
    text-align: center;
  }
}
.nav-logged-in {
  display: none;
}

.nav-logged-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.logged-in .nav-logged-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.logged-in .nav-logged-out {
  display: none !important;
}
body.logged-in h1.nav-logged-in,
body.logged-in p.nav-logged-in {
  display: block;
}
body.logged-in h1.nav-logged-out,
body.logged-in p.nav-logged-out {
  display: none !important;
}
body.logged-in .nav-avatar-wrap.nav-logged-in {
  display: block;
}
body.logged-in a.btn-outline.nav-logged-out,
body.logged-in a.btn-gold.nav-logged-out {
  display: none !important;
}
body.logged-in .nav-mobile-user.nav-logged-in {
  display: none !important;
}

h1.nav-logged-in,
p.nav-logged-in {
  display: none;
}

h1.nav-logged-out,
p.nav-logged-out {
  display: block;
}

a.btn-outline.nav-logged-out,
a.btn-gold.nav-logged-out {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.nav-mobile-user {
  display: none !important;
}
.nav-mobile-user.nav-logged-in {
  display: none !important;
}

.razz-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(26, 10, 46, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
}
.razz-modal-overlay.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.razz-modal {
  background: #ffffff;
  border-radius: 20px;
  max-width: 480px;
  width: 100%;
  padding: 40px 36px;
  -webkit-box-shadow: 0 32px 80px rgba(0, 0, 0, 0.3);
          box-shadow: 0 32px 80px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
  -webkit-animation: razzModalIn 0.25s ease both;
          animation: razzModalIn 0.25s ease both;
}
.razz-modal h3 {
  font-family: "Anybody", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #18181b;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
}
.razz-modal p {
  font-size: 15px;
  color: #a1a1aa;
  line-height: 1.5;
  margin-bottom: 28px;
}

@-webkit-keyframes razzModalIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px) scale(0.97);
            transform: translateY(16px) scale(0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes razzModalIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px) scale(0.97);
            transform: translateY(16px) scale(0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
.razz-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f4f4f5;
  border: none;
  font-size: 22px;
  line-height: 1;
  color: #52525b;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.razz-modal-close:hover {
  background: #e4e4e7;
  color: #18181b;
}

.razz-modal-options {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.razz-modal-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 28px 16px;
  border-radius: 14px;
  border: 2px solid #e4e4e7;
  background: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.razz-modal-option:hover {
  border-color: #7b42c9;
  background: #f9f5ff;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 24px rgba(123, 66, 201, 0.1);
          box-shadow: 0 8px 24px rgba(123, 66, 201, 0.1);
}
.razz-modal-option span {
  font-size: 15px;
  font-weight: 700;
  color: #18181b;
}
.razz-modal-option:hover span {
  color: #7b42c9;
}

.razz-modal-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(135deg, #f3edfc, #e8ddf7);
  color: #7b42c9;
}
.razz-modal-icon svg {
  width: 48px;
  height: 48px;
}

.sold-modal-badge.badge-random {
  background: linear-gradient(135deg, #7b42c9, #9f5de8);
  color: #ffffff;
}
.sold-modal-badge.badge-purchase {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #ffffff;
}

.sold-modal-type {
  font-size: 12px !important;
  font-weight: 700 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.sold-modal-type.type-random {
  color: #7b42c9 !important;
}
.sold-modal-type.type-purchase {
  color: #16a34a !important;
}

.razz-modal-auth {
  max-width: 420px;
}

.auth-gate-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(135deg, #f3edfc, #e8ddf7);
  color: #7b42c9;
}

.auth-gate-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.auth-gate-btn {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 24px;
  font-size: 15px;
}

.auth-gate-login {
  border: none;
  color: #a1a1aa !important;
  font-weight: 500;
  font-size: 14px !important;
}
.auth-gate-login strong {
  color: #7b42c9;
  font-weight: 700;
}
.auth-gate-login:hover {
  background: #fafafa !important;
}

@media (max-width: 600px) {
  .razz-modal {
    padding: 32px 24px;
  }
  .razz-modal-options {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.video-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.video-modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.video-modal {
  position: relative;
  width: 100%;
  max-width: 960px;
}

.video-modal-close {
  position: absolute;
  top: -44px;
  right: 0;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.video-modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.video-modal-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  -webkit-box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
          box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
}
.video-modal-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .video-modal-close {
    top: -40px;
    right: 4px;
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 1100px) {
  .nav-search-desktop {
    display: none;
  }
}
@media (max-width: 1024px) {
  .nav-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-search-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-links {
    display: none;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    background: #1a0a2e;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
            box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
    z-index: 99;
    max-height: calc(100vh - 68px);
    overflow-y: auto;
  }
  .nav-links.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-links a {
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 15px;
    text-align: center;
  }
  .nav-links a:hover {
    background: rgba(255, 255, 255, 0.08);
  }
  .nav-links .btn-outline,
  .nav-links .btn-gold {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 18px;
    font-size: 15px;
  }
  .nav-links .btn-gold.nav-logged-out {
    background: #ffd000;
    color: #1a0a2e !important;
  }
  .nav-links .btn-gold.nav-logged-out:hover {
    background: #ffe033;
    color: #1a0a2e !important;
  }
  body.logged-in .nav-mobile-user.nav-logged-in {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
  .nav-mobile-user a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
  }
  .nav-avatar-wrap {
    margin-left: 4px;
  }
  .nav-avatar {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 900px) {
  .hero-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .hero-visual {
    display: none;
  }
  .trust-bar-inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-item:nth-child(2) {
    border-right: none;
  }
  .steps-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer-inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .disclaimer-bar {
    padding: 8px 16px;
  }
  .disclaimer-bar p {
    font-size: 11px;
  }
  .hero {
    padding: 148px 20px 40px;
  }
  .hero h1 {
    font-size: 32px;
  }
  .press-bar {
    padding: 16px 0 20px;
    overflow: hidden;
  }
  .press-bar-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding: 16px 20px;
    overflow: hidden;
    border: none;
    border-radius: 0;
  }
  .press-logos {
    -webkit-animation: pressMarquee 12s linear infinite;
            animation: pressMarquee 12s linear infinite;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .press-logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 600px) {
  .trust-bar-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .trust-item {
    border-right: none;
    border-bottom: 1px solid #f4f4f5;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .hero-stats {
    gap: 24px;
  }
  .footer-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .listings-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .filter-tabs {
    width: 100%;
  }
  .listings {
    padding: 24px 16px 48px;
  }
  .categories {
    padding: 32px 16px 0;
  }
  .testimonial-card {
    min-width: 280px;
  }
}