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

.group:hover .group-hover\:rotate-45 { transform: rotate(45deg); }
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }
.group:hover .group-hover\:translate-y-0 { transform: translateY(0); }
.group:hover .group-hover\:opacity-100 { opacity: 1; }
.group:hover .group-hover\:text-gray-300 { color: #d1d5db; }
.group:hover .group-hover\:border-white { border-color: #fff; }
.group:hover .group-hover\:underline { text-decoration: underline; }

.focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.focus\:fixed:focus { position: fixed; }
.focus\:top-4:focus { top: 1rem; }
.focus\:left-4:focus { left: 1rem; }
.focus\:z-\[100\]:focus { z-index: 100; }
.focus\:px-4:focus { padding-left: 1rem; padding-right: 1rem; }
.focus\:py-3:focus { padding-top: .75rem; padding-bottom: .75rem; }
.focus\:bg-white:focus { background: #fff; }
.focus\:text-black:focus { color: #000; }
.focus\:outline-none:focus { outline: 0; }
.focus\:border-white:focus { border-color: #fff; }
.focus\:border-\[\#555\]:focus { border-color: #555; }

.fixed { position: fixed; } .absolute { position: absolute; } .relative { position: relative; }
.block { display: block; } .inline-block { display: inline-block; } .hidden { display: none; }
.list-none { list-style: none; }
.flex { display: flex; } .inline-flex { display: inline-flex; } .grid { display: grid; }
.w-full { width: 100%; } .w-max { width: max-content; } .w-3 { width: .75rem; } .w-5 { width: 1.25rem; } .w-9 { width: 2.25rem; } .w-16 { width: 4rem; } .w-20 { width: 5rem; } .w-24 { width: 6rem; } .w-32 { width: 8rem; }
.h-1 { height: .25rem; } .h-5 { height: 1.25rem; } .h-9 { height: 2.25rem; } .h-16 { height: 4rem; } .h-20 { height: 5rem; } .h-24 { height: 6rem; } .h-32 { height: 8rem; } .h-64 { height: 16rem; } .h-full { height: 100%; } .h-auto { height: auto; } .h-px { height: 1px; }
.max-w-xs { max-width: 20rem; } .max-w-sm { max-width: 24rem; } .max-w-md { max-width: 28rem; } .max-w-lg { max-width: 32rem; } .max-w-xl { max-width: 36rem; } .max-w-2xl { max-width: 42rem; } .max-w-4xl { max-width: 56rem; } .max-w-5xl { max-width: 64rem; } .max-w-7xl { max-width: 80rem; }
.min-h-screen { min-height: 100vh; } .min-h-\[60vh\] { min-height: 60vh; } .min-h-\[80vh\] { min-height: 80vh; } .h-\[300px\] { height: 300px; } .h-\[400px\] { height: 400px; } .h-\[600px\] { height: 600px; }
.aspect-square { aspect-ratio: 1 / 1; } .aspect-\[3\/4\] { aspect-ratio: 3 / 4; } .aspect-\[4\/5\] { aspect-ratio: 4 / 5; } .aspect-\[16\/7\] { aspect-ratio: 16 / 7; } .aspect-\[16\/8\] { aspect-ratio: 16 / 8; }

.inset-0 { inset: 0; } .inset-x-0 { left: 0; right: 0; } .top-0 { top: 0; } .top-4 { top: 1rem; } .bottom-10 { bottom: 2.5rem; } .left-1\/2 { left: 50%; } .left-4 { left: 1rem; }
.-top-2 { top: -.5rem; } .-top-10 { top: -2.5rem; } .-right-2 { right: -.5rem; } .-right-6 { right: -1.5rem; } .-left-6 { left: -1.5rem; } .-left-10 { left: -2.5rem; } .-bottom-6 { bottom: -1.5rem; }
.z-0 { z-index: 0; } .z-10 { z-index: 10; } .z-20 { z-index: 20; } .z-50 { z-index: 50; }

.mx-auto { margin-left: auto; margin-right: auto; } .m-0 { margin: 0; }
.mb-2 { margin-bottom: .5rem; } .mb-3 { margin-bottom: .75rem; } .mb-4 { margin-bottom: 1rem; } .mb-6 { margin-bottom: 1.5rem; } .mb-8 { margin-bottom: 2rem; } .mb-12 { margin-bottom: 3rem; } .mb-16 { margin-bottom: 4rem; }
.mr-2 { margin-right: .5rem; } .mr-3 { margin-right: .75rem; }
.mt-1 { margin-top: .25rem; } .mt-2 { margin-top: .5rem; } .mt-4 { margin-top: 1rem; } .mt-8 { margin-top: 2rem; } .mt-10 { margin-top: 2.5rem; } .mt-12 { margin-top: 3rem; } .mt-16 { margin-top: 4rem; } .mt-20 { margin-top: 5rem; }

.p-0 { padding: 0; } .p-3 { padding: .75rem; } .p-6 { padding: 1.5rem; } .p-8 { padding: 2rem; } .p-10 { padding: 2.5rem; }
.px-2 { padding-left: .5rem; padding-right: .5rem; } .px-3 { padding-left: .75rem; padding-right: .75rem; } .px-4 { padding-left: 1rem; padding-right: 1rem; } .px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-1 { padding-top: .25rem; padding-bottom: .25rem; } .py-2 { padding-top: .5rem; padding-bottom: .5rem; } .py-3 { padding-top: .75rem; padding-bottom: .75rem; } .py-4 { padding-top: 1rem; padding-bottom: 1rem; } .py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .py-12 { padding-top: 3rem; padding-bottom: 3rem; } .py-16 { padding-top: 4rem; padding-bottom: 4rem; } .py-20 { padding-top: 5rem; padding-bottom: 5rem; } .py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.pt-4 { padding-top: 1rem; } .pt-6 { padding-top: 1.5rem; } .pt-8 { padding-top: 2rem; } .pt-20 { padding-top: 5rem; }
.pb-1 { padding-bottom: .25rem; } .pb-8 { padding-bottom: 2rem; } .pb-20 { padding-bottom: 5rem; } .pl-6 { padding-left: 1.5rem; }

.flex-1 { flex: 1 1 0%; } .flex-col { flex-direction: column; } .flex-wrap { flex-wrap: wrap; }
.items-start { align-items: flex-start; } .items-center { align-items: center; } .items-end { align-items: flex-end; } .items-baseline { align-items: baseline; }
.justify-center { justify-content: center; } .justify-between { justify-content: space-between; } .justify-end { justify-content: flex-end; }
.justify-self-center { justify-self: center; } .justify-self-end { justify-self: end; }
.gap-2 { gap: .5rem; } .gap-3 { gap: .75rem; } .gap-4 { gap: 1rem; } .gap-6 { gap: 1.5rem; } .gap-8 { gap: 2rem; } .gap-10 { gap: 2.5rem; } .gap-12 { gap: 3rem; } .gap-16 { gap: 4rem; } .gap-x-8 { column-gap: 2rem; } .gap-y-16 { row-gap: 4rem; }
.space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: .25rem; } .space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: .75rem; } .space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; } .space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; } .space-y-8 > :not([hidden]) ~ :not([hidden]) { margin-top: 2rem; }

.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); } .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-cols-\[auto_1fr_auto\] { grid-template-columns: auto 1fr auto; }
.col-span-2 { grid-column: span 2 / span 2; }
.row-span-2 { grid-row: span 2 / span 2; }
.divide-ghost-gray { --gp-divide-color: #1a1a1a; }
.divide-y > :not([hidden]) ~ :not([hidden]) { border-top: 1px solid var(--gp-divide-color, #1a1a1a); }

.overflow-hidden { overflow: hidden; } .object-cover { object-fit: cover; } .cursor-pointer { cursor: pointer; }
.rounded { border-radius: .25rem; } .rounded-sm { border-radius: .125rem; } .rounded-full { border-radius: 9999px; }
.border { border-width: 1px; border-style: solid; } .border-b { border-bottom-width: 1px; border-bottom-style: solid; } .border-t { border-top-width: 1px; border-top-style: solid; } .border-y { border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; } .border-l-2 { border-left-width: 2px; border-left-style: solid; } .border-2 { border-width: 2px; border-style: solid; }
.border-transparent { border-color: transparent; } .border-white { border-color: #fff; } .border-white\/10 { border-color: rgba(255,255,255,.1); } .border-ghost-black { border-color: #050505; } .border-ghost-gray { border-color: #1a1a1a; } .border-ghost-gray\/70 { border-color: rgba(26,26,26,.7); } .border-\[\#333\] { border-color: #333; } .border-\[\#D4A84B\] { border-color: #D4A84B; }
.border-amber-500\/30 { border-color: rgba(245, 158, 11, .3); } .border-emerald-500\/30 { border-color: rgba(16, 185, 129, .3); } .border-red-500\/30 { border-color: rgba(239, 68, 68, .3); }

.bg-transparent { background-color: transparent; } .bg-white { background-color: #fff; } .bg-white\/5 { background-color: rgba(255,255,255,.05); } .bg-black\/40 { background-color: rgba(0,0,0,.4); } .bg-black\/50 { background-color: rgba(0,0,0,.5); }
.bg-ghost-black { background-color: #050505; } .bg-ghost-black\/50 { background-color: rgba(5,5,5,.5); } .bg-ghost-dark { background-color: #0a0a0a; } .bg-ghost-gray { background-color: #1a1a1a; } .bg-gray-500 { background-color: #6b7280; } .bg-\[\#050505\] { background-color: #050505; } .bg-\[\#1a1a1a\] { background-color: #1a1a1a; }
.bg-amber-500\/10 { background-color: rgba(245, 158, 11, .1); } .bg-emerald-500\/10 { background-color: rgba(16, 185, 129, .1); } .bg-red-500\/10 { background-color: rgba(239, 68, 68, .1); }
.bg-gradient-to-t { background-image: linear-gradient(to top, var(--gp-gradient-from, rgba(5,5,5,1)), var(--gp-gradient-via, rgba(5,5,5,.4)), var(--gp-gradient-to, rgba(5,5,5,0))); }
.from-ghost-black { --gp-gradient-from: rgba(5,5,5,1); } .from-black\/80 { --gp-gradient-from: rgba(0,0,0,.8); } .via-ghost-black\/70 { --gp-gradient-via: rgba(5,5,5,.7); } .via-transparent { --gp-gradient-via: rgba(255,255,255,0); } .to-transparent { --gp-gradient-to: rgba(255,255,255,0); }

.text-center { text-align: center; } .text-black { color: #000; } .text-white { color: #fff; } .text-ghost-white { color: #f5f5f5; } .text-ghost-silver { color: #e0e0e0; }
.text-gray-300 { color: #d1d5db; } .text-gray-400 { color: #9ca3af; } .text-gray-500 { color: #6b7280; } .text-gray-600 { color: #4b5563; } .text-\[\#D4A84B\] { color: #D4A84B; }
.text-amber-200 { color: #fde68a; } .text-emerald-200 { color: #a7f3d0; } .text-red-200 { color: #fecaca; }
.text-xs { font-size: .75rem; line-height: 1rem; } .text-sm { font-size: .875rem; line-height: 1.25rem; } .text-base { font-size: 1rem; line-height: 1.5rem; } .text-lg { font-size: 1.125rem; line-height: 1.75rem; } .text-xl { font-size: 1.25rem; line-height: 1.75rem; } .text-2xl { font-size: 1.5rem; line-height: 2rem; } .text-3xl { font-size: 1.875rem; line-height: 2.25rem; } .text-4xl { font-size: 2.25rem; line-height: 2.5rem; } .text-5xl { font-size: 3rem; line-height: 1; } .text-8xl { font-size: 6rem; line-height: 1; }
.text-\[10px\] { font-size: 10px; line-height: 1.2; } .text-\[8px\] { font-size: 8px; line-height: 1.2; }
.font-bold { font-weight: 700; } .font-light { font-weight: 300; } .font-medium { font-weight: 500; } .antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.uppercase { text-transform: uppercase; } .leading-tight { line-height: 1.25; } .leading-relaxed { line-height: 1.625; } .tracking-tight { letter-spacing: -.025em; } .tracking-wider { letter-spacing: .05em; } .tracking-widest { letter-spacing: .2em; } .tracking-\[0\.25em\] { letter-spacing: .25em; } .tracking-\[0\.3em\] { letter-spacing: .3em; }
.underline-offset-4 { text-underline-offset: 4px; } .decoration-1 { text-decoration-thickness: 1px; }

.opacity-0 { opacity: 0; } .opacity-20 { opacity: .2; } .opacity-40 { opacity: .4; } .opacity-90 { opacity: .9; }
.backdrop-blur-sm { backdrop-filter: blur(4px); } .backdrop-blur-xl { backdrop-filter: blur(24px); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,.45); } .drop-shadow-2xl { filter: drop-shadow(0 25px 25px rgba(0,0,0,.35)); }
.transition-all { transition-property: all; transition-timing-function: ease; transition-duration: .3s; } .transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: ease; transition-duration: .25s; } .transition-opacity { transition-property: opacity; transition-timing-function: ease; transition-duration: .25s; } .transition-transform { transition-property: transform; transition-timing-function: ease; transition-duration: .25s; }
.duration-300 { transition-duration: .3s; } .duration-500 { transition-duration: .5s; } .duration-700 { transition-duration: .7s; } .duration-1000 { transition-duration: 1s; }
.transform { transform: translateZ(0); } .-translate-x-1\/2 { transform: translateX(-50%); } .translate-y-4 { transform: translateY(1rem); }

.grayscale { --gp-filter-grayscale: grayscale(1); filter: var(--gp-filter-grayscale) var(--gp-filter-contrast, ); } .contrast-125 { --gp-filter-contrast: contrast(1.25); filter: var(--gp-filter-grayscale, ) var(--gp-filter-contrast); }

.hover\:bg-white:hover { background-color: #fff; } .hover\:bg-gray-200:hover { background-color: #e5e7eb; } .hover\:bg-ghost-gray:hover { background-color: #1a1a1a; } .hover\:bg-ghost-silver:hover { background-color: #e0e0e0; } .hover\:bg-\[\#D4A84B\]:hover { background-color: #D4A84B; }
.hover\:border-white:hover { border-color: #fff; } .hover\:border-white\/10:hover { border-color: rgba(255,255,255,.1); } .hover\:border-gray-300:hover { border-color: #d1d5db; }
.hover\:text-white:hover { color: #fff; } .hover\:text-black:hover { color: #000; } .hover\:text-gray-300:hover { color: #d1d5db; }

.animate-bounce { animation: gp-bounce 1s infinite; } .animate-fade-in-up { animation: gp-fade-in-up .8s ease both; }
@keyframes gp-bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes gp-fade-in-up { from { opacity: 0; transform: translateY(1rem); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 640px) {
    .sm\:block { display: block; }
    .sm\:flex-row { flex-direction: row; }
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
    .sm\:gap-5 { gap: 1.25rem; }
    .sm\:w-auto { width: auto; }
}

@media (min-width: 768px) {
    .md\:block { display: block; }
    .md\:hidden { display: none; }
    .md\:flex { display: flex; }
    .md\:flex-row { flex-direction: row; }
    .md\:flex-none { flex: none; }
    .md\:items-center { align-items: center; }
    .md\:items-end { align-items: flex-end; }
    .md\:justify-between { justify-content: space-between; }
    .md\:justify-center { justify-content: center; }
    .md\:justify-self-start { justify-self: start; }
    .md\:w-auto { width: auto; }
    .md\:h-full { height: 100%; }
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .md\:grid-cols-\[1fr_auto_1fr\] { grid-template-columns: 1fr auto 1fr; }
    .md\:divide-x > :not([hidden]) ~ :not([hidden]) { border-left: 1px solid var(--gp-divide-color, #1a1a1a); }
    .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) { border-top-width: 0; }
    .md\:min-h-\[90vh\] { min-height: 90vh; }
    .md\:h-\[600px\] { height: 600px; }
    .md\:p-10 { padding: 2.5rem; }
    .md\:pt-24 { padding-top: 6rem; }
    .md\:py-16 { padding-top: 4rem; padding-bottom: 4rem; }
    .md\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
    .md\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
    .md\:py-32 { padding-top: 8rem; padding-bottom: 8rem; }
    .md\:mb-6 { margin-bottom: 1.5rem; }
    .md\:mb-16 { margin-bottom: 4rem; }
    .md\:mt-0 { margin-top: 0; }
    .md\:text-xs { font-size: .75rem; line-height: 1rem; }
    .md\:text-base { font-size: 1rem; line-height: 1.5rem; }
    .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
    .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
    .md\:text-5xl { font-size: 3rem; line-height: 1; }
    .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
    .md\:text-8xl { font-size: 6rem; line-height: 1; }
    .md\:text-9xl { font-size: 8rem; line-height: 1; }
}

@media (min-width: 1024px) {
    .lg\:col-span-2 { grid-column: span 2 / span 2; }
    .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .lg\:row-span-2 { grid-row: span 2 / span 2; }
    .lg\:gap-16 { gap: 4rem; }
    .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
    .lg\:text-9xl { font-size: 8rem; line-height: 1; }
}

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