/* zjxagm.com site patches — utilities missing from purged target CSS */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-\[16\/10\] {
  aspect-ratio: 16 / 10;
}

.bg-black {
  background-color: #000;
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.border-zinc-200 {
  border-color: #e4e4e7;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-8 {
  bottom: 2rem;
}

.right-3 {
  right: 0.75rem;
}

.left-1\/2 {
  left: 50%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
    skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.pt-16 {
  padding-top: 4rem;
}

.pt-28 {
  padding-top: 7rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.p-5 {
  padding: 1.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-xl {
  max-width: 36rem;
}

.w-48 {
  width: 12rem;
}

.rounded {
  border-radius: 0.25rem;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[10px\] {
  font-size: 10px;
}

.last\:border-0:last-child {
  border-width: 0;
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1.25rem;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1.5rem;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:border-amber-400\/40:hover {
  border-color: rgb(251 191 36 / 0.4);
}

.hover\:border-amber-400\/50:hover {
  border-color: rgb(251 191 36 / 0.5);
}

.hover\:text-amber-500:hover {
  color: #f59e0b;
}

.group:hover .group-hover\:text-amber-500 {
  color: #f59e0b;
}

@media (min-width: 768px) {
  .md\:items-center {
    align-items: center;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Ensure Remix Icon baseline */
[class^='ri-'],
[class*=' ri-'] {
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  background-color: #09090b;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* Mobile / missing utility patches */
.shrink-0 {
  flex-shrink: 0;
}

.min-w-0 {
  min-width: 0;
}

.break-all {
  word-break: break-all;
}

.h-16 {
  height: 4rem;
}

.pt-16 {
  padding-top: 4rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.max-w-\[85\%\] {
  max-width: 85%;
}

.max-w-\[140px\] {
  max-width: 140px;
}

.min-h-\[50dvh\] {
  min-height: 50dvh;
}

.min-h-\[70dvh\] {
  min-height: 70dvh;
}

.min-h-\[360px\] {
  min-height: 360px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.border-b {
  border-bottom-width: 1px;
}

.border-zinc-900 {
  border-color: #18181b;
}

.max-h-\[calc\(100dvh-4rem\)\] {
  max-height: calc(100dvh - 4rem);
}

.overflow-y-auto {
  overflow-y: auto;
}

@media (min-width: 640px) {
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:bottom-8 {
    bottom: 2rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:top-3 {
    top: 0.75rem;
  }

  .sm\:left-3 {
    left: 0.75rem;
  }

  .sm\:bottom-3 {
    bottom: 0.75rem;
  }

  .sm\:right-3 {
    right: 0.75rem;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:min-h-\[500px\] {
    min-height: 500px;
  }

  .md\:min-h-\[600px\] {
    min-height: 600px;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:h-\[70vh\] {
    height: 70vh;
  }

  .md\:aspect-auto {
    aspect-ratio: auto;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

/* ABABSEO — flying plane mark (no capsule, no link) */
.ababseo-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  cursor: default;
  user-select: none;
  pointer-events: none;
}

.ababseo-mark__sky {
  position: relative;
  width: 2.25rem;
  height: 1.5rem;
  overflow: visible;
}

.ababseo-mark__plane {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-flex;
  color: #fbbf24;
  filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.55));
  animation: ababseo-fly 4.2s ease-in-out infinite;
  will-change: transform;
}

.ababseo-mark__plane svg {
  display: block;
  transform: rotate(-12deg);
}

.ababseo-mark__trail {
  position: absolute;
  right: calc(100% + 2px);
  top: 52%;
  width: 22px;
  height: 2px;
  border-radius: 0;
  transform: translateY(-50%);
  background: linear-gradient(to left, rgba(251, 191, 36, 0.9), rgba(245, 158, 11, 0.35), transparent);
  animation: ababseo-trail 4.2s ease-in-out infinite;
}

.ababseo-mark__spark {
  position: absolute;
  right: calc(100% + 18px);
  top: 40%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fde68a;
  box-shadow: 0 0 6px #fbbf24;
  animation: ababseo-spark 4.2s ease-in-out infinite;
}

.ababseo-mark__text {
  position: relative;
  font-family: ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.22em;
  line-height: 1;
  background: linear-gradient(100deg, #fde68a 0%, #fbbf24 40%, #f59e0b 70%, #fb923c 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: ababseo-shimmer 5s linear infinite;
}

.ababseo-mark__text::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.55), transparent);
}

@keyframes ababseo-fly {
  0% {
    transform: translate(-2px, 4px) rotate(8deg);
  }
  20% {
    transform: translate(4px, -6px) rotate(-10deg);
  }
  45% {
    transform: translate(12px, -2px) rotate(-4deg);
  }
  70% {
    transform: translate(6px, 5px) rotate(10deg);
  }
  100% {
    transform: translate(-2px, 4px) rotate(8deg);
  }
}

@keyframes ababseo-trail {
  0%,
  100% {
    opacity: 0.2;
    width: 10px;
  }
  40% {
    opacity: 1;
    width: 26px;
  }
  70% {
    opacity: 0.55;
    width: 16px;
  }
}

@keyframes ababseo-spark {
  0%,
  100% {
    opacity: 0;
    transform: scale(0.4);
  }
  35% {
    opacity: 1;
    transform: scale(1);
  }
  60% {
    opacity: 0.3;
    transform: scale(0.6) translateX(-4px);
  }
}

@keyframes ababseo-shimmer {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ababseo-mark__plane,
  .ababseo-mark__trail,
  .ababseo-mark__spark,
  .ababseo-mark__text {
    animation: none;
  }

  .ababseo-mark__plane {
    transform: translate(4px, 0);
  }
}
