:root{--background:#16181d;--foreground:#f5f7fa;--card:#1d2027;--card-foreground:#f5f7fa;--popover:#1f222a;--popover-foreground:#f5f7fa;--primary:#d4b054;--primary-foreground:#16120a;--gold:#d4b054;--gold-foreground:#16120a;--secondary:#25282f;--secondary-foreground:#e5e7eb;--muted:#272a32;--muted-foreground:#a0a8b3;--accent:#25282f;--accent-foreground:#f5f7fa;--destructive:#c0392b;--destructive-foreground:#f5f7fa;--border:#3a3f4a;--input:#444a55;--ring:#d4b054;--surface:#1a1d23;--surface-foreground:#f5f7fa;--sidebar:#101216;--sidebar-foreground:#e2e4e8;--sidebar-primary:#d4b054;--sidebar-primary-foreground:#16120a;--sidebar-accent:#1d2027;--sidebar-accent-foreground:#f0f2f5;--sidebar-border:#20232a;--sidebar-ring:#d4b054}html{color:#f5f7fa;-moz-text-size-adjust:100%;text-size-adjust:100%;background-color:#16181d;min-height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;overflow-x:hidden}body{background-color:var(--background,#16181d);min-height:100vh;color:var(--foreground,#f5f7fa);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;overflow-x:hidden}*,:before,:after{box-sizing:border-box}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button,[role=button],a[role=button]{cursor:pointer}img,svg,video,canvas,iframe{max-width:100%}img,video{height:auto}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:-ms-grid;display:grid}@media(max-width:767px){.hidden{display:none}.block{display:block}.inline-block{display:inline-block}}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.inset-0{inset:0}.overflow-hidden{overflow:hidden}.overflow-x-auto{-webkit-overflow-scrolling:touch;overflow-x:auto}.overflow-y-auto{-webkit-overflow-scrolling:touch;overflow-y:auto}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.max-w-none{max-width:none}.mx-auto{margin-left:auto;margin-right:auto}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.whitespace-nowrap{white-space:nowrap}.bg-background{background-color:var(--background,#16181d)}.bg-card{background-color:var(--card,#1d2027)}.bg-popover{background-color:var(--popover,#1f222a)}.bg-primary{background-color:var(--primary,#d4b054)}.bg-secondary{background-color:var(--secondary,#25282f)}.bg-muted{background-color:var(--muted,#272a32)}.text-foreground{color:var(--foreground,#f5f7fa)}.text-card-foreground{color:var(--card-foreground,#f5f7fa)}.text-popover-foreground{color:var(--popover-foreground,#f5f7fa)}.text-primary{color:var(--primary,#d4b054)}.text-primary-foreground{color:var(--primary-foreground,#16120a)}.text-muted-foreground{color:var(--muted-foreground,#a0a8b3)}.border,.border-border{border-color:var(--border,#3a3f4a)}.border{border-style:solid;border-width:1px}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.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}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.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-7xl{max-width:80rem}.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-4xl{font-size:2.25rem;line-height:2.5rem}.z-10{z-index:10}.z-50{z-index:50}header,nav,header nav,header [class*=flex]{min-width:0}nav a,header a,header button{align-items:center;min-height:36px;display:inline-flex}@supports not (gap:1rem){.flex[class*=gap-]>*+*,.inline-flex[class*=gap-]>*+*{margin-left:.75rem}.flex.flex-col[class*=gap-]>*+*{margin-top:.75rem;margin-left:0}.grid[class*=gap-]>*{margin:.375rem}}@supports not (display:grid){.grid,[class*=grid-cols-]{flex-direction:column;display:flex}.grid>*,[class*=grid-cols-]>*{width:100%;min-width:0}}@supports not (height:100dvh){.h-screen-safe,.min-h-screen-safe,.auth-shell{min-height:100vh}}@supports (height:100svh){.min-h-screen,.min-h-screen-safe{min-height:100svh}}@supports not (aspect-ratio:1 / 1){[class*=aspect-]{min-height:1px}.aspect-square{width:100%}.aspect-video{position:relative}.aspect-video:before{content:"";padding-top:56.25%;display:block}.aspect-video>*{position:absolute;inset:0}}@supports not (object-fit:cover){.object-cover,.object-contain{width:100%;height:auto}}@supports not ((position:sticky) or (position:-webkit-sticky)){.sticky{position:relative;top:auto}}@supports not (transform:translateX(1px)){[class*=translate-],[class*=scale-],[class*=rotate-]{transform:none!important}}@supports not (overflow:clip){.overflow-clip{overflow:hidden}}@supports not (color:color-mix(in oklab,white,black)){[class*="border-primary/"],[class*="border-white/"],[class*="border-foreground/"]{border-color:#d4b05447}[class*="bg-primary/"],[class*="bg-white/"],[class*="bg-foreground/"]{background-color:#d4b0541f}}@supports not (font-size:clamp(1rem,2vw,2rem)){.h-hero{font-size:64px}.h-section{font-size:40px}.section-pad{padding-top:112px;padding-bottom:96px}@media(max-width:767px){.h-hero{font-size:46px}.h-section{font-size:32px}.section-pad{padding-top:72px;padding-bottom:64px}}}@supports not (text-wrap:balance){[class*=text-balance],[style*=text-wrap]{text-wrap:normal}}@supports not selector(:has(*)){.has-fallback-block{display:block}}@supports not (container-type:inline-size){[class*="@container"],.container-query-fallback{width:100%}}@supports not ((-webkit-mask-image:linear-gradient(#000,transparent)) or (mask-image:linear-gradient(#000,transparent))){[class*=mask-],[style*=mask-image],[style*=-webkit-mask-image]{-webkit-mask-image:none!important;mask-image:none!important}}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.glass-panel,[class*=backdrop-blur]{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background-color:#16181deb!important}}@supports not ((-webkit-background-clip:text) or (background-clip:text)){.text-gradient-gold{-webkit-text-fill-color:#d4b054!important;color:#d4b054!important;background:0 0!important}}main,section,article,aside,header,footer,nav,[class*=container],[class*=max-w-],[class*=grid],[class*=flex],[class*=rounded],[class*=border],[class*=card],.glass-panel{min-width:0}[role=dialog],[data-slot=dialog-content],[data-slot=sheet-content]{max-width:calc(100vw - 24px);max-width:min(100vw - 24px,var(--radix-dialog-content-available-width,100vw));max-height:calc(100vh - 24px);-webkit-overflow-scrolling:touch;max-height:min(100dvh - 24px,840px);overflow-y:auto}input:not([type=checkbox]):not([type=radio]),select,textarea{background-color:var(--background,#16181d);max-width:100%;color:var(--foreground,#f5f7fa)}.cf-turnstile,iframe[src*="challenges.cloudflare.com"]{min-height:64px;opacity:1!important;visibility:visible!important;filter:none!important;max-width:100%!important}@media(max-width:1024px){html,body{width:100%;max-width:100%;overflow-x:hidden}body{padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0)}[class*=px-]{max-width:100%}}@media(max-width:768px){input:not([type=checkbox]):not([type=radio]),select,textarea{font-size:16px}button,[role=button],a[role=button],input[type=submit]{min-height:44px}.h-hero{overflow-wrap:anywhere}}@media(pointer:coarse){button,a,[role=button],[role=tab],[role=menuitem]{-webkit-tap-highlight-color:transparent;touch-action:manipulation}}html.low-perf .glass-panel,html.low-perf [class*=backdrop-blur],html.legacy-browser .glass-panel,html.legacy-browser [class*=backdrop-blur]{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background-color:#16181deb!important}html.low-perf [class*=blur-3xl],html.low-perf [class*=blur-2xl],html.low-perf [class*=blur-xl],html.low-perf [class*="blur-["],html.legacy-browser [class*=blur-3xl],html.legacy-browser [class*=blur-2xl],html.legacy-browser [class*=blur-xl],html.legacy-browser [class*="blur-["]{filter:none!important;opacity:0!important}html.low-perf [class*=mix-blend],html.legacy-browser [class*=mix-blend]{mix-blend-mode:normal!important}html.low-perf [class*=animate-],html.legacy-browser [class*=animate-]{animation:none!important}html.low-perf *,html.low-perf :before,html.low-perf :after,html.legacy-browser *,html.legacy-browser :before,html.legacy-browser :after{scroll-behavior:auto!important;transition-duration:80ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}@media(prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
