:root{--brand:#e11d48;--brand-pink:#f43f5e;--brand-dark:#be123c;--font-display:"Inter", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--color-success:#22c55e;--color-rating:#f59e0b}[data-theme=light]{--bg-primary:#f8fafc;--bg-secondary:#fff;--bg-tertiary:#f1f5f9;--text-primary:#0f172a;--text-secondary:#475569;--border-color:#e2e8f0;--glass-bg:#ffffffd9;--glass-border:#0000000f;--brand-alpha-05:#e11d480d;--brand-alpha-08:#e11d4814;--brand-alpha-10:#e11d481a;--shadow-sm:0 4px 6px -1px #0000000d}[data-theme=dark]{--bg-primary:#020617;--bg-secondary:#0f172a;--bg-tertiary:#1e293b;--text-primary:#f8fafc;--text-secondary:#94a3b8;--border-color:#1e293b;--glass-bg:#0f172ad9;--glass-border:#ffffff0d;--brand-alpha-05:#e11d480d;--brand-alpha-08:#e11d4814;--brand-alpha-10:#e11d481a;--shadow-sm:0 4px 6px -1px #00000080}:root{--ink:var(--text-primary);--soft:var(--bg-secondary);--mist:var(--border-color)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;width:100%;overflow-x:hidden}body{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);width:100%;transition:background-color .3s,color .3s;overflow-x:hidden}::selection{background:var(--brand);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--text-secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-primary)}.max-w-7xl{max-width:1280px;margin-left:auto;margin-right:auto}.max-w-5xl{max-width:1024px;margin-left:auto;margin-right:auto}.max-w-4xl{max-width:896px;margin-left:auto;margin-right:auto}.max-w-2xl{max-width:672px}.max-w-lg{max-width:512px}.max-w-md{max-width:448px}.max-w-xs{max-width:320px}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-32{padding-top:8rem;padding-bottom:8rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.pt-20{padding-top:5rem}.mt-1{margin-top:.25rem}.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}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.ml-1{margin-left:.25rem}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.flex{display:flex}.flex-col{flex-direction:column}.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}.flex-1{flex:1}.shrink-0{flex-shrink:0}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-cols-5{grid-template-columns:repeat(5,1fr)}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.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.75rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.text-7xl{font-size:4.5rem}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.leading-tight{line-height:1.2}.leading-relaxed{line-height:1.6}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.whitespace-nowrap{white-space:nowrap}.uppercase{text-transform:uppercase}.line-through{text-decoration:line-through}.text-white{color:#fff}.text-black{color:#000}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-900{color:#f1f5f9}.text-brand{color:var(--brand)}.text-success{color:var(--color-success)}.text-rating{color:var(--color-rating)}.bg-white{background:#020617}.bg-black{background:#000}.bg-gray-50{background:#0f172a}.bg-gray-100{background:#1e293b}.bg-gray-200{background:#334155}.bg-gray-900{color:#020617;background:#f8fafc}.bg-brand{background:var(--brand)}.bg-white\/10{background:#ffffff1a}.border-white{border-color:#020617}.border-gray-200{border-color:#1e293b}.border-gray-900{border-color:#f1f5f9}.border{border-width:1px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.w-full{width:100%}.w-6{width:1.5rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-20{width:5rem}.w-64{width:16rem}.w-96{width:24rem}.h-full{height:100%}.h-0\.5{height:.125rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-px{height:1px}.min-h-screen{min-height:100vh}.aspect-\[4\/5\]{aspect-ratio:4/5}.aspect-\[16\/9\]{aspect-ratio:16/9}.aspect-square{aspect-ratio:1}.object-cover{object-fit:cover}.object-contain{object-fit:contain}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.top-0{top:0}.left-0{left:0}.right-0{right:0}.bottom-0{bottom:0}.top-3{top:.75rem}.left-3{left:.75rem}.top-4{top:1rem;left:1rem}.left-4{left:1rem}.bottom-3{bottom:.75rem}.bottom-8{bottom:2rem}.top-1\/4{top:25%}.left-1\/4{left:25%}.inset-0{inset:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-50{z-index:50}.-translate-x-1\/2{transform:translate(-50%)}.-translate-y-1\/2{transform:translateY(-50%)}.translate-y-2{transform:translateY(.5rem)}.overflow-hidden{overflow:hidden}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.transition-all{transition:all .3s}.transition-colors{transition:color .2s,background-color .2s,border-color .2s}.transition-transform{transition:transform .5s}.outline-none{outline:none}.cursor-pointer{cursor:pointer}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border)}.brand-text{background:linear-gradient(135deg, var(--brand), var(--brand-dark));color:#0000;-webkit-background-clip:text}.hover-brand-color:hover{color:var(--brand)!important}.spinner{border:2px solid var(--brand);border-top-color:#0000;border-radius:50%;width:2rem;height:2rem;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width>=768px){.md-flex{display:flex!important}.md-hide{display:none!important}.md-grid-2{grid-template-columns:repeat(2,1fr)!important}.md-grid-3{grid-template-columns:repeat(3,1fr)!important}.md-grid-4{grid-template-columns:repeat(4,1fr)!important}.md-text-5xl{font-size:3rem!important}.md-text-6xl{font-size:3.75rem!important}.md-text-7xl{font-size:4.5rem!important}.md-text-8xl{font-size:6rem!important}.md-text-left{text-align:left!important}.md-flex-row{flex-direction:row!important}}@media (width>=1024px){.lg-grid-4{grid-template-columns:repeat(4,1fr)!important}}.group:hover .group-hover\:scale-105{transform:scale(1.05)}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:translate-y-0{transform:translateY(0)}button:hover,.hover\:bg-gray-100:hover{background:var(--bg-tertiary)}.hover\:bg-gray-200:hover{background:var(--border-color)}.hover\:bg-gray-800:hover{background:var(--bg-tertiary)}.hover\:bg-gray-900:hover{background:var(--bg-primary);color:var(--text-primary)}.hover\:bg-brand-dark:hover{background:var(--brand-dark)}.hover\:text-brand:hover{color:var(--brand)}.hover\:text-gray-900:hover{color:#fff}.hover\:border-gray-900:hover{border-color:#fff}
