@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--bg-app: #f4f6f8;--bg-sidebar: #0b132b;--bg-card: #ffffff;--bg-card-hover: #f8fafc;--bg-canvas: #fafafa;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #64748b;--text-light: #94a3b8;--border-subtle: #f1f5f9;--border-default: #e2e8f0;--border-strong: #cbd5e1;--primary-blue: #2563eb;--primary-indigo: #4f46e5;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.bg-canvas-grid{background-color:#f8fafc;background-image:radial-gradient(#cbd5e1 1.2px,transparent 1.2px);background-size:20px 20px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:#f4f6f8!important;color:#0f172a!important;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;background-color:#f4f6f8}button{cursor:pointer;border:none;font-family:inherit;background-color:transparent;color:inherit;transition:all .15s ease}input,select,textarea{font-family:inherit;color:#0f172a;background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem}input:focus,select:focus,textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}code,pre,.font-mono{font-family:JetBrains Mono,monospace}h1,h2,h3,h4,h5,.font-display{font-family:Inter,sans-serif;letter-spacing:-.02em;color:#0f172a}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.min-w-0{min-width:0px}.min-h-0{min-height:0px}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-baseline{align-items:baseline}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.top-4{top:1rem}.left-1\/2{left:50%}.-left-3\.5,.-left-3{left:-12px}.-right-3\.5,.-right-3{right:-12px}.z-60{z-index:60}.z-70{z-index:70}.z-80{z-index:80}.z-90{z-index:90}.z-100{z-index:100}.z-999{z-index:999}.z-9999{z-index:9999}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-y-1>:not([hidden])~:not([hidden]){margin-top:.25rem}.space-y-1\.5>:not([hidden])~:not([hidden]){margin-top:.375rem}.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}.space-y-2\.5>:not([hidden])~:not([hidden]){margin-top:.625rem}.space-y-3>:not([hidden])~:not([hidden]){margin-top:.75rem}.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}.space-y-6>:not([hidden])~:not([hidden]){margin-top:1.5rem}.space-y-8>:not([hidden])~:not([hidden]){margin-top:2rem}.space-x-1>:not([hidden])~:not([hidden]){margin-left:.25rem}.space-x-2>:not([hidden])~:not([hidden]){margin-left:.5rem}.space-x-3>:not([hidden])~:not([hidden]){margin-left:.75rem}.space-x-4>:not([hidden])~:not([hidden]){margin-left:1rem}.grid{display:grid}.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))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.col-span-4{grid-column:span 4 / span 4}.col-span-5{grid-column:span 5 / span 5}.col-span-6{grid-column:span 6 / span 6}.col-span-7{grid-column:span 7 / span 7}.col-span-8{grid-column:span 8 / span 8}.col-span-9{grid-column:span 9 / span 9}.col-span-10{grid-column:span 10 / span 10}.col-span-11{grid-column:span 11 / span 11}.col-span-12{grid-column:span 12 / span 12}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2 / span 2}.md\:flex-row{flex-direction:row}.md\:block{display:block}.md\:hidden{display:none}}@media(min-width:1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.w-full{width:100%}.w-auto{width:auto}.w-3{width:.75rem}.h-3{height:.75rem}.w-3\.5{width:.875rem}.h-3\.5{height:.875rem}.w-4{width:1rem}.h-4{height:1rem}.w-4\.5{width:1.125rem}.h-4\.5{height:1.125rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.w-7{width:1.75rem}.h-7{height:1.75rem}.w-8{width:2rem}.h-8{height:2rem}.w-9{width:2.25rem}.h-9{height:2.25rem}.w-10{width:2.5rem}.h-10{height:2.5rem}.w-11{width:2.75rem}.h-11{height:2.75rem}.w-12{width:3rem}.h-12{height:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-20{width:5rem}.h-20{height:5rem}.w-24{width:6rem}.h-24{height:6rem}.w-32{width:8rem}.h-32{height:8rem}.w-36{width:9rem}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-52{width:13rem}.w-56{width:14rem}.w-60{width:15rem}.w-64{width:16rem}.w-72{width:18rem}.w-80{width:20rem}.w-96{width:24rem}.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.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-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-full{max-width:100%}.mx-auto{margin-left:auto;margin-right:auto}.min-h-screen{min-height:100vh}.h-14{height:3.5rem}.h-16{height:4rem}.h-full{height:100%}.h-auto{height:auto}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.top-0{top:0}.top-1\/2{top:50%}.bottom-0{bottom:0}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.left-0{left:0}.left-4{left:1rem}.left-6{left:1.5rem}.-left-3{left:-.75rem}.right-0{right:0}.right-4{right:1rem}.right-6{right:1.5rem}.-right-3{right:-.75rem}.-translate-y-1\/2{transform:translateY(-50%)}.-translate-x-1\/2{transform:translate(-50%)}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.backdrop-blur-sm{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.backdrop-blur-xs{backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.bg-black\/40{background-color:#0006!important}.bg-slate-900\/40{background-color:#0f172a66!important}.bg-slate-900\/50{background-color:#0f172a80!important}.bg-slate-900\/60{background-color:#0f172a99!important}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.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-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.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}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pl-2{padding-left:.5rem!important}.pl-3{padding-left:.75rem!important}.pl-4{padding-left:1rem!important}.pl-6{padding-left:1.5rem!important}.pl-7{padding-left:1.75rem!important}.pl-8{padding-left:2rem!important}.pl-9{padding-left:2.25rem!important}.pl-10{padding-left:2.5rem!important}.pr-2{padding-right:.5rem!important}.pr-3{padding-right:.75rem!important}.pr-4{padding-right:1rem!important}.pr-6{padding-right:1.5rem!important}.pr-8{padding-right:2rem!important}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-0{margin-top:0}.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}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.rounded-xs{border-radius:.125rem}.rounded-sm{border-radius:.25rem}.rounded{border-radius:.375rem}.rounded-md{border-radius:.5rem}.rounded-lg{border-radius:.625rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.bg-white{background-color:#fff!important}.bg-slate-50{background-color:#f8fafc!important}.bg-slate-100{background-color:#f1f5f9!important}.bg-slate-200{background-color:#e2e8f0!important}.bg-slate-300{background-color:#cbd5e1!important}.bg-slate-800{background-color:#1e293b!important}.bg-slate-900{background-color:#0f172a!important}.bg-slate-950,.bg-navy{background-color:#0b132b!important}.bg-blue-50{background-color:#eff6ff!important}.bg-blue-100{background-color:#dbeafe!important}.bg-blue-500{background-color:#3b82f6!important}.bg-blue-600{background-color:#2563eb!important}.bg-blue-700{background-color:#1d4ed8!important}.bg-indigo-50{background-color:#eef2ff!important}.bg-indigo-100{background-color:#e0e7ff!important}.bg-indigo-600{background-color:#4f46e5!important}.bg-indigo-700{background-color:#4338ca!important}.bg-emerald-50{background-color:#ecfdf5!important}.bg-emerald-100{background-color:#d1fae5!important}.bg-emerald-500{background-color:#10b981!important}.bg-emerald-600{background-color:#059669!important}.bg-rose-50{background-color:#fff1f2!important}.bg-rose-100{background-color:#ffe4e6!important}.bg-rose-500{background-color:#f43f5e!important}.bg-rose-600{background-color:#e11d48!important}.bg-amber-50{background-color:#fffbeb!important}.bg-amber-100{background-color:#fef3c7!important}.bg-amber-500{background-color:#f59e0b!important}.bg-amber-600{background-color:#d97706!important}.bg-purple-50{background-color:#faf5ff!important}.bg-purple-100{background-color:#f3e8ff!important}.bg-purple-500{background-color:#a855f7!important}.bg-purple-600{background-color:#9333ea!important}.bg-cyan-50{background-color:#ecfeff!important}.bg-cyan-600{background-color:#0891b2!important}.bg-teal-50{background-color:#f0fdfa!important}.bg-teal-100{background-color:#ccfbf1!important}.bg-teal-200{background-color:#99f6e4!important}.bg-teal-300{background-color:#5eead4!important}.bg-teal-400{background-color:#2dd4bf!important}.bg-teal-500{background-color:#14b8a6!important}.bg-teal-600{background-color:#0d9488!important}.bg-teal-700{background-color:#0f766e!important}.bg-teal-800{background-color:#115e59!important}.bg-teal-900{background-color:#134e4a!important}.bg-teal-950{background-color:#042f2e!important}.bg-purple-700{background-color:#7e22ce!important}.bg-purple-800{background-color:#6b21a8!important}.bg-purple-900{background-color:#581c87!important}.bg-purple-950{background-color:#3b0764!important}.text-slate-950{color:#020617!important}.text-slate-900{color:#0f172a!important}.text-slate-800{color:#1e293b!important}.text-slate-700{color:#334155!important}.text-slate-600{color:#475569!important}.text-slate-500{color:#4b5563!important}.text-slate-400{color:#64748b!important}.text-slate-300{color:#94a3b8!important}.text-slate-200{color:#cbd5e1!important}.text-slate-100{color:#f1f5f9!important}.text-white{color:#fff!important}.text-teal-500{color:#14b8a6!important}.text-teal-600{color:#0d9488!important}.text-teal-700{color:#0f766e!important}.text-teal-800{color:#115e59!important}.text-teal-900{color:#134e4a!important}.text-teal-950{color:#042f2e!important}.text-blue-500{color:#2563eb!important}.text-blue-600{color:#1d4ed8!important}.text-blue-700{color:#1e40af!important}.text-blue-800,.text-blue-900{color:#1e3a8a!important}.text-blue-950{color:#172554!important}.text-indigo-500{color:#4f46e5!important}.text-indigo-600{color:#4338ca!important}.text-indigo-700{color:#3730a3!important}.text-indigo-800{color:#312e81!important}.text-indigo-900{color:#1e1b4b!important}.text-indigo-950{color:#0f172a!important}.text-emerald-500{color:#059669!important}.text-emerald-600{color:#047857!important}.text-emerald-700{color:#065f46!important}.text-emerald-800{color:#064e3b!important}.text-emerald-900,.text-emerald-950{color:#022c22!important}.text-rose-500{color:#e11d48!important}.text-rose-600{color:#be123c!important}.text-rose-700{color:#9f1239!important}.text-rose-800{color:#881337!important}.text-rose-900,.text-rose-950{color:#4c0519!important}.text-amber-500{color:#d97706!important}.text-amber-600{color:#b45309!important}.text-amber-700{color:#92400e!important}.text-amber-800{color:#78350f!important}.text-amber-900,.text-amber-950{color:#451a03!important}.text-purple-500{color:#9333ea!important}.text-purple-600{color:#7e22ce!important}.text-purple-700{color:#6b21a8!important}.text-purple-800{color:#581c87!important}.text-purple-900{color:#3b0764!important}.text-purple-950{color:#2e1065!important}.text-cyan-600{color:#0891b2!important}.text-cyan-700{color:#0e7490!important}.text-cyan-800{color:#155e75!important}.text-cyan-900{color:#164e63!important}.text-cyan-950{color:#083344!important}.border-2{border-width:2px!important;border-style:solid}.border-3{border-width:3px!important;border-style:solid}.border-dashed{border-style:dashed!important}.border-teal-100{border-color:#ccfbf1!important}.border-teal-200{border-color:#99f6e4!important}.border-teal-300{border-color:#5eead4!important}.border-teal-500{border-color:#14b8a6!important}.border-teal-600{border-color:#0d9488!important}.border-teal-700{border-color:#0f766e!important}.ring-1{box-shadow:0 0 0 1px #0d94884d!important}.ring-2{box-shadow:0 0 0 2px #0d948866!important}.ring-teal-500\/20{box-shadow:0 0 0 2px #14b8a640!important}.ring-teal-600\/20{box-shadow:0 0 0 2px #0d948840!important}.shadow-2xs{box-shadow:0 1px 2px #0000000a!important}.border{border-width:1px;border-style:solid;border-color:#e2e8f0}.border-t{border-top-width:1px;border-top-style:solid;border-top-color:#e2e8f0}.border-b{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#e2e8f0}.border-l{border-left-width:1px;border-left-style:solid;border-left-color:#e2e8f0}.border-r{border-right-width:1px;border-right-style:solid;border-right-color:#e2e8f0}.border-none{border-style:none}.border-slate-100{border-color:#f1f5f9!important}.border-slate-200{border-color:#e2e8f0!important}.border-slate-300{border-color:#cbd5e1!important}.border-slate-700{border-color:#334155!important}.border-slate-800{border-color:#1e293b!important}.border-blue-200{border-color:#bfdbfe!important}.border-blue-300{border-color:#93c5fd!important}.border-blue-400{border-color:#60a5fa!important}.border-blue-500{border-color:#3b82f6!important}.border-blue-600{border-color:#2563eb!important}.border-indigo-200{border-color:#c7d2fe!important}.border-indigo-300{border-color:#a5b4fc!important}.border-indigo-500{border-color:#6366f1!important}.border-emerald-200{border-color:#a7f3d0!important}.border-emerald-300{border-color:#6ee7b7!important}.border-emerald-500{border-color:#10b981!important}.border-rose-200{border-color:#fecdd3!important}.border-rose-300{border-color:#fda4af!important}.border-rose-500{border-color:#f43f5e!important}.border-amber-200{border-color:#fde68a!important}.border-amber-500{border-color:#f59e0b!important}.shadow-none{box-shadow:none}.shadow-xs{box-shadow:0 1px 2px #0000000a}.shadow-sm{box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}.shadow-md{box-shadow:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000a}.shadow-lg{box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.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}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.uppercase{text-transform:uppercase}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hover\:bg-slate-50:hover{background-color:#f8fafc!important}.hover\:bg-slate-100:hover{background-color:#f1f5f9!important}.hover\:bg-slate-200:hover{background-color:#e2e8f0!important}.hover\:bg-blue-50:hover{background-color:#eff6ff!important}.hover\:bg-blue-600:hover{background-color:#2563eb!important}.hover\:bg-blue-700:hover{background-color:#1d4ed8!important}.hover\:bg-teal-50:hover{background-color:#f0fdfa!important}.hover\:bg-teal-100:hover{background-color:#ccfbf1!important}.hover\:bg-teal-700:hover{background-color:#0f766e!important}.hover\:bg-teal-800:hover{background-color:#115e59!important}.hover\:bg-purple-700:hover{background-color:#7e22ce!important}.hover\:bg-purple-800:hover{background-color:#6b21a8!important}.hover\:bg-amber-50:hover{background-color:#fffbeb!important}.hover\:bg-amber-100:hover{background-color:#fef3c7!important}.hover\:bg-rose-50:hover{background-color:#fff1f2!important}.hover\:bg-rose-100:hover{background-color:#ffe4e6!important}.hover\:bg-rose-600:hover{background-color:#e11d48!important}.hover\:bg-rose-700:hover{background-color:#be123c!important}.hover\:border-slate-300:hover{border-color:#cbd5e1!important}.hover\:border-blue-500:hover{border-color:#3b82f6!important}.hover\:border-blue-600:hover{border-color:#2563eb!important}.hover\:border-teal-500:hover{border-color:#14b8a6!important}.hover\:border-teal-600:hover{border-color:#0d9488!important}.hover\:text-slate-900:hover{color:#0f172a!important}.hover\:text-white:hover{color:#fff!important}.hover\:text-blue-600:hover{color:#2563eb!important}.hover\:text-blue-700:hover{color:#1e40af!important}.hover\:text-rose-500:hover{color:#f43f5e!important}.hover\:text-rose-700:hover{color:#be123c!important}.hover\:scale-105:hover{transform:scale(1.05)}.hover\:scale-110:hover{transform:scale(1.1)}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.cursor-pointer{cursor:pointer}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.select-none{-webkit-user-select:none;user-select:none}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.app-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 1px 3px #0000000d}.kpi-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.25rem;box-shadow:0 1px 3px #0000000d;transition:transform .15s ease,box-shadow .15s ease}.kpi-card:hover{box-shadow:0 4px 6px -1px #00000014}.glass-card,.glass-panel{background-color:#fff!important;border:1px solid #e2e8f0!important;border-radius:1rem;box-shadow:0 1px 3px #0000000d}.bg-canvas-grid{background-color:#fafafa!important;background-image:radial-gradient(#d1d5db 1.2px,transparent 1.2px)!important;background-size:20px 20px!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.canvas-scroll-container{scrollbar-width:auto!important;scrollbar-color:#64748b #f1f5f9!important}.canvas-scroll-container::-webkit-scrollbar{width:10px!important;height:12px!important}.canvas-scroll-container::-webkit-scrollbar-track{background:#f1f5f9!important;border-top:1px solid #e2e8f0!important}.canvas-scroll-container::-webkit-scrollbar-thumb{background:#64748b!important;border-radius:6px!important;border:2px solid #f1f5f9!important}.canvas-scroll-container::-webkit-scrollbar-thumb:hover{background:#334155!important}table{width:100%;border-collapse:collapse}th{background-color:#f8fafc;color:#64748b;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;text-align:left}td{padding:.875rem 1rem;border-bottom:1px solid #f1f5f9;font-size:.8125rem;color:#1e293b}tr:hover td{background-color:#f8fafc}.figma-auth-container{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;overflow:hidden;background-color:#060913;background-image:radial-gradient(circle at 15% 20%,rgba(99,102,241,.15) 0%,transparent 45%),radial-gradient(circle at 85% 75%,rgba(168,85,247,.12) 0%,transparent 45%),radial-gradient(circle at 50% 50%,rgba(15,23,42,.8) 0%,transparent 70%);display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#f8fafc}.figma-mesh-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.02) 1px,transparent 1px);background-size:36px 36px;mask-image:radial-gradient(ellipse at center,black 45%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse at center,black 45%,transparent 80%);pointer-events:none}.figma-auth-layout{width:100%;max-width:1100px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:36px;position:relative;z-index:10}.figma-hero-col{flex:1.25;min-width:0;display:flex;flex-direction:column;gap:18px}.figma-hero-box{border:1px solid rgba(255,255,255,.09);background:#0d13248c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:20px;padding:20px;display:flex;flex-direction:row;gap:16px;box-shadow:0 20px 40px -15px #0009}.figma-chart-card{flex:1.2;background:#080e1ccc;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:16px;display:flex;flex-direction:column;justify-content:space-between;height:250px;position:relative}.figma-stats-col{flex:.95;display:flex;flex-direction:column;gap:12px}.figma-stat-card{background:#080e1ccc;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;justify-content:center}.figma-preview-card{background:#080e1ccc;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:12px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.figma-login-card{width:420px;max-width:100%;flex-shrink:0;background:#0d1426e0;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:30px 26px;box-shadow:0 25px 50px -12px #000000d9,0 0 0 1px #ffffff0f;display:flex;flex-direction:column;gap:16px}.figma-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.figma-input-icon{position:absolute;left:14px;pointer-events:none;color:#64748b;z-index:2;display:flex;align-items:center;justify-content:center}.figma-input{width:100%;height:42px!important;padding:0 12px 0 38px!important;font-size:.85rem!important;background-color:#0c1222!important;border:1px solid #1e293b!important;border-radius:10px!important;color:#fff!important;transition:all .2s ease;box-sizing:border-box}.figma-input-with-end-icon{padding-right:42px!important}.figma-input::placeholder{color:#64748b!important;opacity:1!important}.figma-input:focus{background-color:#0f172a!important;border-color:#6366f1!important;box-shadow:0 0 0 3px #6366f140!important;outline:none!important}.figma-input:-webkit-autofill,.figma-input:-webkit-autofill:hover,.figma-input:-webkit-autofill:focus,.figma-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px #0c1222 inset!important;-webkit-text-fill-color:#ffffff!important;transition:background-color 5000s ease-in-out 0s;caret-color:#fff!important;border:1px solid #6366f1!important}.figma-primary-btn{width:100%;background:linear-gradient(135deg,#6366f1,#4f46e5)!important;color:#fff!important;font-weight:700;border-radius:10px!important;padding:11px 16px!important;font-size:.88rem!important;transition:all .2s ease;box-shadow:0 10px 20px -5px #6366f173;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.figma-primary-btn:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5,#4338ca)!important;box-shadow:0 12px 24px -5px #6366f199;transform:translateY(-1px)}.figma-demo-pill{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#cbd5e1;border-radius:9999px;padding:6px 14px;font-size:.75rem;font-weight:600;transition:all .15s ease;cursor:pointer}.figma-demo-pill:hover{background:#6366f133;border-color:#6366f180;color:#fff;transform:translateY(-1px)}
