@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary: #6366f1;--primary-hover: #4f46e5;--secondary: #ec4899;--bg-dark: #070912;--bg-card: rgba(15, 23, 42, .6);--text-main: #f8fafc;--text-muted: #94a3b8;--border: rgba(255, 255, 255, .08);--glass-bg: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .1);--error: #ef4444;--error-bg: rgba(239, 68, 68, .1);--success: #22c55e;--success-bg: rgba(34, 197, 94, .1);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;background-color:var(--bg-dark);background-image:radial-gradient(circle at 0% 0%,rgba(99,102,241,.15) 0%,transparent 50%),radial-gradient(circle at 100% 100%,rgba(236,72,153,.1) 0%,transparent 50%),radial-gradient(circle at 50% 50%,#0f172a,#070912);background-attachment:fixed;color:var(--text-main);display:flex;flex-direction:column}#root{flex:1;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;letter-spacing:-.02em}.text-sm{font-size:.875rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-center{text-align:center}.text-primary{color:var(--primary)}.text-slate-300{color:#cbd5e1}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-red-500{color:var(--error)}.bg-red-500{background-color:var(--error)}.bg-red-500:hover{background-color:#dc2626}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.mx-auto{margin-left:auto;margin-right:auto}.items-start{align-items:flex-start}.mt-0\.5{margin-top:.125rem}.flex-center{display:flex;align-items:center;justify-content:center}.relative{position:relative}.absolute{position:absolute}.w-full{width:100%}.w-\[30\%\]{width:30%}.min-w-\[320px\]{min-width:320px}.w-5{width:1.25rem}.w-10{width:2.5rem}.w-16{width:4rem}.h-5{height:1.25rem}.h-10{height:2.5rem}.h-16{height:4rem}.w-32{width:8rem}.min-h-screen{min-height:100vh}.max-w-2xl{max-width:42rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-8{padding:2rem}.p-6{padding:1.5rem}.p-2{padding:.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.p-10{padding:2.5rem}.pl-3{padding-left:.75rem}.pl-10{padding-left:2.5rem}.pl-11{padding-left:2.75rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-2{margin-top:.5rem}.gap-2{gap:.5rem}.space-y-2>*+*{margin-top:.5rem}.space-y-5>*+*{margin-top:1.25rem}.space-y-6>*+*{margin-top:1.5rem}.fixed{position:fixed}.top-4{top:1rem}.right-4{right:1rem}.z-50{z-index:50}.gap-3{gap:.75rem}.border-l-4{border-left-width:4px;border-left-style:solid}.border-l-green-500{border-left-color:var(--success)}.border-l-red-500{border-left-color:var(--error)}.border-l-blue-500{border-left-color:var(--primary)}.flex-1{flex:1 1 0%}.break-words{overflow-wrap:break-word}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.max-h-200px{max-height:200px}.overflow-y-auto{overflow-y:auto}.white-space-pre-wrap{white-space:pre-wrap}.top-1\/2{top:50%}.left-3{left:.75rem}.-translate-y-1\/2{transform:translateY(-50%)}.p-\[2px\]{padding:2px}.glass-card{background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:24px;box-shadow:0 25px 50px -12px #00000080}input,textarea{width:100%;padding:12px 16px;border-radius:12px;border:1px solid var(--glass-border);background:#ffffff08;color:var(--text-main);font-size:.95rem;transition:all .25s ease;outline:none;font-family:Inter,system-ui,-apple-system,sans-serif}input:focus,textarea:focus{border-color:var(--primary);background:#ffffff0d;box-shadow:0 0 0 4px #6366f126}button{padding:12px 24px;border-radius:12px;border:none;background:var(--primary);color:#fff;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;font-size:.95rem}button:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 20px -4px #6366f166}button:disabled{opacity:.5;cursor:not-allowed}a{color:var(--primary);text-decoration:none;font-weight:500;transition:color .2s}a:hover{color:var(--primary-hover)}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:12px}.rounded-2xl{border-radius:16px}.rounded-3xl{border-radius:24px}.rounded-full{border-radius:9999px}.bg-red-500-10{background-color:var(--error-bg)}.border-red-500-20{border:1px solid rgba(239,68,68,.2)}.bg-green-500-10{background-color:var(--success-bg)}.animate-spin{animation:spin 1s linear infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.group:hover .group-hover\:translate-x-1{transform:translate(4px)}.transition-transform{transition:transform .2s}.transition-colors{transition:color .2s,background-color .2s}.h-screen{height:100vh}.border-r{border-right:1px solid var(--border)}.border-b{border-bottom:1px solid var(--border)}.border-t{border-top:1px solid var(--border)}.border-transparent{border-color:transparent}.overflow-hidden{overflow:hidden}.tracking-tighter{letter-spacing:-.05em}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.tracking-\[0\.2em\]{letter-spacing:.2em}.uppercase{text-transform:uppercase}.italic{font-style:italic}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bg-primary\/10{background-color:#6366f11a}.bg-primary\/20,.hover\:bg-primary\/20:hover{background-color:#6366f133}.bg-white\/5,.hover\:bg-white\/5:hover{background-color:#ffffff0d}.bg-white\/\[0\.02\]{background-color:#ffffff05}.border-primary\/20{border-color:#6366f133}.border-primary\/30{border-color:#6366f14d}.border-white\/10{border-color:#ffffff1a}.bg-secondary{background-color:var(--secondary)}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--primary),var(--secondary))}.custom-scrollbar::-webkit-scrollbar{width:5px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#fff3}.animate-in{animation-fill-mode:forwards}.fade-in{animation:fadeIn .5s ease-out}.slide-in-from-bottom-4{animation:slideInFromBottom .5s ease-out}.slide-in-from-right{animation:slideInFromRight .3s ease-out}.zoom-in-95{animation:zoomIn95 .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromBottom{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInFromRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes zoomIn95{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-6{gap:1.5rem}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,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))}}.max-w-7xl{max-width:80rem}.backdrop-blur-md{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.backdrop-blur-xl{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-primary\/20{box-shadow:0 10px 15px -3px #6366f133}.border-dashed{border-style:dashed}.border-2{border-width:2px}.border-white\/5{border-color:#ffffff0d}.hover\:-translate-y-0\.5:hover{transform:translateY(-.125rem)}.hover\:-translate-y-1\.5:hover{transform:translateY(-6px)}.hover\:-translate-y-2:hover{transform:translateY(-.5rem)}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:text-primary{color:var(--primary)}.group:hover .group-hover\:bg-primary{background-color:var(--primary)}.group:hover .group-hover\:border-primary{border-color:var(--primary)}.group:hover .group-hover\:rotate-90{transform:rotate(90deg)}.hover\:border-primary\/50:hover{border-color:#6366f180}.hover\:border-primary:hover{border-color:var(--primary)}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.whitespace-nowrap{white-space:nowrap}.bg-secondary\/5{background-color:#ec48990d}.bg-secondary\/10{background-color:#ec48991a}.bg-secondary\/20{background-color:#ec489933}.bg-secondary\/30,.hover\:bg-secondary\/30:hover{background-color:#ec48994d}.border-secondary\/10{border-color:#ec48991a}.border-secondary\/30{border-color:#ec48994d}.text-secondary{color:var(--secondary)}.bg-red-500\/10{background-color:#ef44441a}.bg-red-500\/20,.hover\:bg-red-500\/20:hover{background-color:#ef444433}.border-red-500\/20{border-color:#ef444433}.text-red-400{color:#f87171}.bg-green-500\/10{background-color:#22c55e1a}.border-green-500\/20{border-color:#22c55e33}.opacity-0{opacity:0}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/\[0\.04\]:hover{background-color:#ffffff0a}.hover\:text-white:hover{color:#fff}.hover\:text-red-400:hover{color:#f87171}.hover\:bg-red-500\/10:hover{background-color:#ef44441a}.hover\:border-red-500\/30:hover{border-color:#ef44444d}.hover\:border-primary\/30:hover{border-color:#6366f14d}.transition-all{transition:all .3s cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.flex-shrink-0{flex-shrink:0}.min-w-0{min-width:0}.w-6{width:1.5rem}.h-6{height:1.5rem}.w-8{width:2rem}.h-8{height:2rem}.w-12{width:3rem}.h-12{height:3rem}.w-24{width:6rem}.h-24{height:6rem}.text-xs{font-size:.75rem;line-height:1rem}.text-\[8px\]{font-size:8px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.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}.font-black{font-weight:900}.block{display:block}.inline-block{display:inline-block}.mb-1\.5{margin-bottom:.375rem}.ml-1{margin-left:.25rem}.ml-4{margin-left:1rem}.mt-1{margin-top:.25rem}.mb-6{margin-bottom:1.5rem}.mb-10{margin-bottom:2.5rem}.mt-6{margin-top:1.5rem}.pr-2{padding-right:.5rem}.pt-4{padding-top:1rem}.pb-10{padding-bottom:2.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-20{padding-top:5rem;padding-bottom:5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.p-7{padding:1.75rem}.p-2\.5{padding:.625rem}.gap-4{gap:1rem}.space-y-4>*+*{margin-top:1rem}.w-1{width:.25rem}.w-2{width:.5rem}.h-2{height:.5rem}.w-3{width:.75rem}.h-3{height:.75rem}.w-4{width:1rem}.h-4{height:1rem}.w-80{width:20rem}.border{border-width:1px;border-style:solid}.resize-none{resize:none}.flex-row-reverse{flex-direction:row-reverse}.flex-row{flex-direction:row}.whitespace-pre-wrap{white-space:pre-wrap}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.shadow-primary\/10{--tw-shadow-color: rgba(99, 102, 241, .1);box-shadow:0 10px 15px -3px #6366f11a}.shadow-black\/20{box-shadow:0 10px 15px -3px #0003}.bg-slate-500\/10{background-color:#64748b1a}.border-slate-500\/20{border-color:#64748b33}.text-slate-200{color:#e2e8f0}.bg-primary,.hover\:bg-primary:hover{background-color:var(--primary)}.hover\:bg-primary-hover:hover{background-color:var(--primary-hover)}.pointer-events-none{pointer-events:none}.inset-0{inset:0}.blur-\[120px\]{filter:blur(120px)}.top-\[-10\%\]{top:-10%}.right-\[-10\%\]{right:-10%}.bottom-\[-10\%\]{bottom:-10%}.left-\[-10\%\]{left:-10%}.-right-5{right:-1.25rem}.-bottom-5{bottom:-1.25rem}.rotate-12{transform:rotate(12deg)}.rotate-180{transform:rotate(180deg)}.text-white{color:#fff}.max-w-md{max-width:28rem}.mt-auto{margin-top:auto}.ml-auto{margin-left:auto}.left-0{left:0}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.rounded-\[32px\]{border-radius:32px}.max-w-3xl{max-width:48rem}.max-w-sm{max-width:24rem}.max-w-\[70\%\]{max-width:70%}.bg-\[\#070912\]{background-color:#070912}.bg-\[\#0f172a\]{background-color:#0f172a}.bg-primary\/5{background-color:#6366f10d}.border-primary\/10{border-color:#6366f11a}.border-primary\/50{border-color:#6366f180}.text-primary\/5{color:#6366f10d}.text-primary\/10{color:#6366f11a}.text-primary\/50{color:#6366f180}.w-\[50\%\]{width:50%}.bg-white\/\[0\.01\]{background-color:#ffffff03}.bg-white\/\[0\.03\]{background-color:#ffffff08}.text-left{text-align:left}.text-right{text-align:right}.w-\[280px\]{width:280px}.\!rounded-none{border-radius:0!important}.cursor-pointer{cursor:pointer}.flex-\[2\]{flex:2 1 0%}.bg-green-500{background-color:var(--success)}.text-green-500{color:var(--success)}.from-primary{--tw-gradient-from: var(--primary)}.to-secondary{--tw-gradient-to: var(--secondary)}.h-full{height:100%}.disabled\:opacity-50:disabled{opacity:.5}.gap-1{gap:.25rem}.w-\[85\%\]{width:85%}.space-x-2>*+*{margin-left:.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.w-20{width:5rem}.h-20{height:5rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}
