:root{color-scheme:dark;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;--font-display: "Space Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;--radius: .875rem;--radius-sm: calc(var(--radius) - 4px);--radius-md: calc(var(--radius) - 2px);--radius-lg: var(--radius);--radius-xl: calc(var(--radius) + 4px);--radius-2xl: calc(var(--radius) + 8px);--background: #0f0e0b;--foreground: #f7f6f3;--card: rgba(30, 29, 24, .55);--card-foreground: #f7f6f3;--popover: #1c1b17;--popover-foreground:#f7f6f3;--primary: #FFDE02;--primary-foreground:#1a1800;--secondary: #272620;--secondary-foreground: #f7f6f3;--muted: #242320;--muted-foreground: #a09d94;--accent: #2e2c26;--accent-foreground: #f7f6f3;--destructive: #e5533a;--destructive-foreground: #fff8f6;--border: rgba(255, 255, 255, .08);--input: rgba(255, 255, 255, .1);--ring: #FFDE02;--viral: #FFDE02;--viral-foreground: #1a1800;--viral-rgb: 255, 222, 2;--shadow-sm: 0 2px 10px rgba(0, 0, 0, .45);--shadow-md: 0 6px 18px rgba(0, 0, 0, .6);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .65)}.block{display:block}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.flex{display:flex}.grid{display:grid}.hidden{display:none}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-row{flex-direction:row}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.shrink-0{flex-shrink:0}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.place-items-center{place-items:center}.self-center{align-self:center}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.static{position:static}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.inset-0{inset:0}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.top-3{top:.75rem}.right-3{right:.75rem}.left-3{left:.75rem}.left-3\.5{left:.875rem}.bottom-6{bottom:1.5rem}.-top-1{top:-.25rem}.-right-1{right:-.25rem}.right-2{right:.5rem}.z-40{z-index:40}.z-50{z-index:50}.z-100{z-index:100}.\[z-index\:50\]{z-index:50}.\[z-index\:100\]{z-index:100}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.w-full{width:100%}.w-80{width:20rem}.min-w-0{min-width:0}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.h-full{height:100%}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.min-h-screen{min-height:100vh}.min-h-10{min-height:2.5rem}.size-2{width:.5rem;height:.5rem}.size-2\.5{width:.625rem;height:.625rem}.size-3{width:.75rem;height:.75rem}.size-3\.5{width:.875rem;height:.875rem}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.size-7{width:1.75rem;height:1.75rem}.size-8{width:2rem;height:2rem}.size-9{width:2.25rem;height:2.25rem}.size-12{width:3rem;height:3rem}.size-20{width:5rem;height:5rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.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-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.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}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-12{padding-top:3rem}.pt-20{padding-top:5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-24{padding-bottom:6rem}.pl-8{padding-left:2rem}.pr-9{padding-right:2.25rem}.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.m-0{margin:0}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-20{margin-top:5rem}.-mt-0\.5{margin-top:-.125rem}.-mt-1{margin-top:-.25rem}.mb-3{margin-bottom:.75rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.space-y-1>*+*{margin-top:.25rem}.space-y-1\.5>*+*{margin-top:.375rem}.space-y-2>*+*{margin-top:.5rem}.space-y-2\.5>*+*{margin-top:.625rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-5>*+*{margin-top:1.25rem}.space-y-7>*+*{margin-top:1.75rem}.space-y-10>*+*{margin-top:2.5rem}.text-\[10px\]{font-size:.625rem;line-height:1rem}.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-6xl{font-size:3.75rem;line-height:1}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-display{font-family:var(--font-display)}.font-sans{font-family:var(--font-sans)}.font-mono{font-family:var(--font-mono)}.uppercase{text-transform:uppercase}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.select-none{-webkit-user-select:none;user-select:none}.resize-none{resize:none}.appearance-none{appearance:none}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-\[1\.05\]{line-height:1.05}.line-clamp-2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.text-foreground{color:var(--foreground)}.text-muted-foreground{color:var(--muted-foreground)}.text-destructive{color:var(--destructive)}.text-viral-foreground{color:var(--viral-foreground)}.text-foreground\/70{color:#f7f6f3b3}.text-foreground\/90{color:#f7f6f3e6}.text-muted-foreground\/60{color:#a09d9499}.text-muted-foreground\/70{color:#a09d94b3}.bg-transparent{background-color:transparent}.bg-background{background-color:var(--background)}.bg-secondary{background-color:var(--secondary)}.bg-viral\/15{background-color:rgba(var(--viral-rgb),.15)}.bg-viral\/90{background-color:rgba(var(--viral-rgb),.9)}.bg-secondary\/40{background-color:#27262066}.bg-secondary\/50{background-color:#27262080}.bg-secondary\/60{background-color:#27262099}.bg-background\/60{background-color:#0f0e0b99}.bg-background\/80{background-color:#0f0e0bcc}.bg-destructive\/10{background-color:#e5533a1a}.border-border{border-color:var(--border)}.border-viral{border-color:var(--viral)}.border-viral\/30{border-color:rgba(var(--viral-rgb),.3)}.border-viral\/40{border-color:rgba(var(--viral-rgb),.4)}.border-border\/60{border-color:#ffffff0c}.border-destructive{border-color:var(--destructive)}.border-destructive\/40{border-color:#e5533a66}.border{border-width:1px;border-style:solid}.border-0{border-width:0}.border-2{border-width:2px;border-style:solid}.border-t{border-top-width:1px;border-top-style:solid}.border-b{border-bottom-width:1px;border-bottom-style:solid}.border-l{border-left-width:1px;border-left-style:solid}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-md{border-radius:.375rem}.ring-2{outline:2px solid var(--ring);outline-offset:2px}.ring-background{outline-color:var(--background)}.focus\:outline-none:focus{outline:none}.focus\:ring-2:focus{outline:2px solid var(--ring);outline-offset:2px}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-sm{box-shadow:var(--shadow-sm)}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.object-cover{object-fit:cover}.object-top{object-position:top}.aspect-\[9\/14\]{aspect-ratio:9/14}.backdrop-blur-xl{backdrop-filter:blur(24px) saturate(150%)}.transition-all{transition:all .15s ease}.transition-colors{transition:color .15s ease,background-color .15s ease,border-color .15s ease}.transition-transform{transition:transform .15s ease}.duration-500{transition-duration:.5s}.pointer-events-none{pointer-events:none}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.-translate-x-1\/2{transform:translate(-50%)}.-translate-y-1\/2{transform:translateY(-50%)}.-translate-y-0\.5{transform:translateY(-.125rem)}.disabled\:opacity-40:disabled,[disabled].disabled\:opacity-40{opacity:.4}.disabled\:opacity-60:disabled,[disabled].disabled\:opacity-60{opacity:.6}.disabled\:cursor-not-allowed:disabled,[disabled].disabled\:cursor-not-allowed{cursor:not-allowed}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops, rgba(0, 0, 0, 0)))}.from-black\/90{--tw-gradient-from: rgba(0,0,0,.9);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0,0,0,0))}.via-black\/20{--tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,.2), var(--tw-gradient-to, rgba(0,0,0,0))}.to-transparent{--tw-gradient-to: transparent}.fill-current{fill:currentColor}.fill-viral{fill:var(--viral)}.glass{background:#1e1d18b3;backdrop-filter:blur(20px) saturate(140%);border:1px solid var(--border);box-shadow:0 1px #ffffff0a inset,0 30px 60px -30px #0009}.glass-strong{background:#1e1d18e0;backdrop-filter:blur(28px) saturate(160%);border:1px solid var(--border)}.text-viral{color:var(--viral)}.bg-viral{background-color:var(--viral);color:var(--viral-foreground)}.viral-glow{box-shadow:0 0 0 1px rgba(var(--viral-rgb),.4),0 10px 40px -10px rgba(var(--viral-rgb),.45)}@keyframes pulse-yellow{0%,to{box-shadow:0 0 rgba(var(--viral-rgb),.5)}50%{box-shadow:0 0 0 12px rgba(var(--viral-rgb),0)}}.animate-pulse-yellow{animation:pulse-yellow 2s ease-in-out infinite}@keyframes scale-in{0%{transform:scale(1.05)}to{transform:scale(1)}}.group:hover .group-hover\:scale-105{transform:scale(1.05)}.hover\:bg-viral\/90:hover{background-color:rgba(var(--viral-rgb),.9)}.hover\:bg-secondary\/50:hover{background-color:#27262080}.hover\:bg-secondary\/60:hover{background-color:#27262099}.hover\:border-viral:hover{border-color:var(--viral)}.hover\:text-viral:hover{color:var(--viral)}.hover\:text-foreground:hover{color:var(--foreground)}.hover\:text-destructive:hover{color:var(--destructive)}.hover\:bg-viral:hover{background-color:var(--viral);color:var(--viral-foreground)}.hover\:-translate-y-0\.5:hover{transform:translateY(-.125rem)}.hover\:viral-glow:hover{box-shadow:0 0 0 1px rgba(var(--viral-rgb),.4),0 10px 40px -10px rgba(var(--viral-rgb),.45)}.hover\:scale-105:hover{transform:scale(1.05)}@media(min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:text-6xl{font-size:3.75rem;line-height:1}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:pt-20{padding-top:5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:inline{display:inline}.sm\:max-w-xl{max-width:36rem}}@media(min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.panel-overlay{position:fixed;inset:0;background:#000000a6;z-index:50;display:flex;justify-content:flex-end}.panel-slide{width:100%;max-width:36rem;height:100%;overflow-y:auto}.modal-overlay{position:fixed;inset:0;background:#000000bf;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-content{width:100%;max-width:42rem;max-height:90vh;overflow-y:auto}.focus\:ring-viral\/40:focus{outline:2px solid rgba(var(--viral-rgb),.4);outline-offset:2px}input,textarea,select{background:transparent;color:var(--foreground);outline:none}input::placeholder,textarea::placeholder,select::placeholder{color:var(--muted-foreground);opacity:.6}input:focus,textarea:focus,select:focus{outline:2px solid rgba(var(--viral-rgb),.4);outline-offset:0}input[type=range]{accent-color:var(--viral)}select{background-color:var(--secondary)}select option{background-color:var(--popover)}.accent-\[var\(--viral\)\]{accent-color:var(--viral)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{color-scheme:dark;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);line-height:1.6;min-height:100vh;background-image:radial-gradient(ellipse 80% 60% at 50% -10%,rgba(255,222,2,.12),transparent 70%),radial-gradient(ellipse 60% 40% at 90% 110%,rgba(255,222,2,.08),transparent 70%);background-attachment:fixed}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.02em}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}app-root{display:block;min-height:100vh}.gradient-overlay{background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.2) 50%,transparent 100%)}
