/* Critical Tailwind CSS fallback - loads when CDN fails */
html { overflow-x: clip; }
body { overflow-x: visible; }
.container { width:100%; margin-left:auto; margin-right:auto; padding-left:1rem; padding-right:1rem; }
@media (min-width:640px){.container{max-width:640px}}
@media (min-width:768px){.container{max-width:768px}}
@media (min-width:1024px){.container{max-width:1024px}}
@media (min-width:1280px){.container{max-width:1280px}}
.mx-auto{margin-left:auto;margin-right:auto}
.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-shrink-0{flex-shrink:0}
.items-center{align-items:center}.items-start{align-items:flex-start}
.justify-center{justify-content:center}.justify-between{justify-content:space-between}
.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}
.grid-cols-4{grid-template-columns:repeat(4,1fr)}
@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,1fr)}}
@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}
@media (min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}
.hidden{display:none}
@media (min-width:1024px){.lg\:flex{display:flex}.lg\:hidden{display:none}}
@media (min-width:640px){.sm\:inline{display:inline}.sm\:block{display:block}}
@media (min-width:768px){.md\:inline-flex{display:inline-flex}}
.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{top:0;right:0;bottom:0;left:0}
.w-full{width:100%}.w-6{width:1.5rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}
.h-full{height:100%}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-24{height:6rem}.h-48{height:12rem}.h-36{height:9rem}
.object-contain{object-fit:contain}.object-cover{object-fit:cover}
.overflow-hidden{overflow:hidden}
.whitespace-nowrap{white-space:nowrap}
.text-center{text-align:center}.text-left{text-align:left}
.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-medium{font-weight:500}
.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.text-7xl{font-size:4.5rem}
.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}
.tracking-wider{letter-spacing:.05em}.tracking-wide{letter-spacing:.025em}
.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}
.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}
.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}
.px-4{padding-left:1rem;padding-right:1rem}.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-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-24{padding-top:6rem;padding-bottom:6rem}
.pt-4{padding-top:1rem}.pb-8{padding-bottom:2rem}
.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-32{margin-top:8rem}
.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}
.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}
.mx-8{margin-left:2rem;margin-right:2rem}
.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}
.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}
.border{border:1px solid}.border-t{border-top:1px solid}.border-b{border-bottom:1px solid}.border-l{border-left:1px solid}.border-x{border-left:1px solid;border-right:1px solid}
.border-white\/5{border-color:rgba(255,255,255,.05)}.border-white\/10{border-color:rgba(255,255,255,.1)}
.border-amber-500\/20{border-color:rgba(245,158,11,.2)}.border-amber-500\/30{border-color:rgba(245,158,11,.3)}
.z-0{z-index:0}.z-10{z-index:10}.z-50{z-index:50}.z-\[60\]{z-index:60}.z-\[9999\]{z-index:9999}
.opacity-0{opacity:0}
.pointer-events-none{pointer-events:none}.cursor-pointer{cursor:pointer}
.transition{transition:all .3s ease}
.bg-amber-500{background-color:#f59e0b}.bg-amber-500\/5{background-color:rgba(245,158,11,.05)}.bg-amber-500\/10{background-color:rgba(245,158,11,.1)}
.bg-white\/5{background-color:rgba(255,255,255,.05)}.bg-black\/80{background-color:rgba(0,0,0,.8)}.bg-black\/30{background-color:rgba(0,0,0,.3)}
.text-white{color:#fff}.text-black{color:#000}.text-zinc-300{color:#d4d4d8}.text-zinc-400{color:#a1a1aa}.text-zinc-500{color:#71717a}.text-zinc-600{color:#52525b}.text-amber-400{color:#f59e0b}.text-amber-500{color:#f59e0b}
.text-amber-400\/80{color:rgba(245,158,11,.8)}.text-amber-500\/5{color:rgba(245,158,11,.05)}
.uppercase{text-transform:uppercase}
.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}
.hidden{display:none}
.no-underline{text-decoration:none}
.underline{text-decoration:underline}
.hover\:underline:hover{text-decoration:underline}
.list-inside{list-style-position:inside}
.list-decimal{list-style-type:decimal}
.object-cover{object-fit:cover}
.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}
.gap-x-6{column-gap:1.5rem}.gap-y-1{row-gap:.25rem}
.max-w-md{max-width:28rem}
.max-w-4xl{max-width:56rem}
.max-w-6xl{max-width:72rem}
.duration-700{transition-duration:.7s}
.hover\:scale-110:hover{transform:scale(1.1)}
.hover\:scale-105:hover{transform:scale(1.05)}
.transition-all{transition:all .3s ease}
.transition-transform{transition:transform .3s ease}
.transform{transform:translateZ(0)}
.col-span-2{grid-column:span 2 / span 2}
.lg\:col-span-3{grid-column:span 3 / span 3}@media(min-width:1024px){.lg\:col-span-3{grid-column:span 3 / span 3}}
.lg\:text-left{text-align:left}@media(min-width:1024px){.lg\:text-left{text-align:left}}
.lg\:mx-0{margin-left:0;margin-right:0}@media(min-width:1024px){.lg\:mx-0{margin-left:0;margin-right:0}}
.sm\:hidden{display:none}@media(min-width:640px){.sm\:hidden{display:none}}
.md\:hidden{display:none}@media(min-width:768px){.md\:hidden{display:none}}
.md\:block{display:block}@media(min-width:768px){.md\:block{display:block}}
.lg\:flex{display:flex}@media(min-width:1024px){.lg\:flex{display:flex}}
.lg\:hidden{display:none}@media(min-width:1024px){.lg\:hidden{display:none}}
.md\:col-span-1{grid-column:span 1 / span 1}@media(min-width:768px){.md\:col-span-1{grid-column:span 1 / span 1}}
.md\:col-span-2{grid-column:span 2 / span 2}@media(min-width:768px){.md\:col-span-2{grid-column:span 2 / span 2}}
.grid-cols-1{grid-template-columns:repeat(1,1fr)}
.grid-cols-3{grid-template-columns:repeat(3,1fr)}
.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}@media(min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}}
.grid-cols-\[repeat\(auto-fill\,_minmax\(300px\,_1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}
.border-white\/\[0\.06\]{border-color:rgba(255,255,255,.06)}
.bg-white\/\[0\.03\]{background-color:rgba(255,255,255,.03)}
.hover\:text-amber-400:hover{color:#f59e0b}
.hover\:text-amber-300:hover{color:#fcd34d}
.font-black{font-weight:900}
.leading-snug{line-height:1.375}
.text-zinc-200{color:#e4e4e7}
.text-teal-500{color:#14b8a6}
.border-teal-500{color:#14b8a6}
.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
.backdrop-blur-xl{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}
.bg-amber-500\/20{background-color:rgba(245,158,11,.2)}
.bg-amber-500\/15{background-color:rgba(245,158,11,.15)}
.bg-green-400{background-color:#4ade80}
.text-green-400{color:#4ade80}
.border-green-500\/20{border-color:rgba(34,197,94,.2)}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}
.w-8{width:2rem}.w-14{width:3.5rem}.w-24{width:6rem}.w-48{width:12rem}.w-\[80px\]{width:80px}
.h-8{height:2rem}.h-14{height:3.5rem}.h-24{height:6rem}.h-48{height:12rem}.h-\[80px\]{height:80px}
.min-h-screen{min-height:100vh}
.z-\[99999\]{z-index:99999}.z-\[9998\]{z-index:9998}.z-\[1\]{z-index:1}
.flex-1{flex:1 1 0%}
.text-\[10px\]{font-size:.625rem}.text-\[11px\]{font-size:.6875rem}.text-\[12px\]{font-size:.75rem}
.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-5{padding:1.25rem}
.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-12{padding-left:3rem;padding-right:3rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.pt-2{padding-top:.5rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-12{padding-top:3rem}
.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}
.pr-4{padding-right:1rem}
.pl-12{padding-left:3rem}
.m-0{margin:0}.m-2{margin:.5rem}
.mr-1{margin-right:.25rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}
.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}
.mt-3{margin-top:.75rem}.mt-5{margin-top:1.25rem}
.mb-1{margin-bottom:.25rem}.mb-5{margin-bottom:1.25rem}
.-mb-1{margin-bottom:-.25rem}
.-mt-2{margin-top:-.5rem}
.space-x-2>:not([hidden])~:not([hidden]){margin-left:.5rem}
.space-x-3>:not([hidden])~:not([hidden]){margin-left:.75rem}
.space-y-1>:not([hidden])~:not([hidden]){margin-top:.25rem}
.space-y-3>:not([hidden])~:not([hidden]){margin-top:.75rem}
.space-y-5>:not([hidden])~:not([hidden]){margin-top:1.25rem}
.space-y-6>:not([hidden])~:not([hidden]){margin-top:1.5rem}
.space-y-8>:not([hidden])~:not([hidden]){margin-top:2rem}
.rounded-full{border-radius:9999px}.rounded-\[20px\]{border-radius:20px}
.rounded-3xl{border-radius:1.5rem}
.border-2{border-width:2px}.border-4{border-width:4px}
.border-t-2{border-top-width:2px}
.border-l-4{border-left-width:4px}
.border-r{border-right-width:1px}
.border-amber-500\/40{border-color:rgba(245,158,11,.4)}.border-amber-500\/10{border-color:rgba(245,158,11,.1)}
.border-zinc-700{border-color:#3f3f46}
.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}
.shadow-inner{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}
.shadow-amber-500\/10{box-shadow:0 0 15px rgba(245,158,11,.1)}
.shadow-amber-500\/20{box-shadow:0 0 20px rgba(245,158,11,.2)}
.shadow-amber-500\/5{box-shadow:0 0 10px rgba(245,158,11,.05)}
.outline-none{outline:2px solid transparent;outline-offset:2px}
.resize-none{resize:none}
.select-none{-webkit-user-select:none;user-select:none}
@media(min-width:640px){.sm\:text-6xl{font-size:3.75rem}.sm\:text-sm{font-size:.875rem}}
@media(min-width:768px){.md\:text-4xl{font-size:2.25rem}.md\:text-5xl{font-size:3rem}.md\:text-xl{font-size:1.25rem}.md\:p-12{padding:3rem}}
@media(min-width:1024px){.lg\:text-7xl{font-size:4.5rem}}
.text-blue-400{color:#60a5fa}.text-purple-400{color:#a78bfa}.text-pink-400{color:#f472b6}.text-teal-400{color:#2dd4bf}
.overflow-y-auto{overflow-y:auto}
.overflow-x-auto{overflow-x:auto}
.scrollbar-thin{scrollbar-width:thin}
@media(min-width:768px){.md\:flex-row{flex-direction:row}}
@media(min-width:768px){.md\:text-left{text-align:left}.md\:text-center{text-align:center}}
.text-clip{text-overflow:clip}
.whitespace-normal{white-space:normal}
