*{scrollbar-width:none}*::-webkit-scrollbar{display:none}@keyframes highlight-pulse{0%{box-shadow:0 0 #3b82f666;background-color:#3b82f61a}50%{box-shadow:0 0 20px 5px #3b82f633;background-color:#3b82f633}to{box-shadow:0 0 #3b82f600;background-color:transparent}}.animate-highlight{animation:highlight-pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-color:#3b82f680!important;z-index:50;position:relative}.animate-highlight-business{animation:highlight-pulse-business 2s cubic-bezier(.4,0,.6,1) infinite;border-color:#10b98180!important}@keyframes highlight-pulse-business{0%{box-shadow:0 0 #10b98166;background-color:#10b9811a}50%{box-shadow:0 0 20px 5px #10b98133;background-color:#10b98133}to{box-shadow:0 0 #10b98100;background-color:transparent}}@keyframes flash-glow{0%{-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);background:#fff0}20%{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a}to{-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);background:#fff0}}.flash-item{animation:flash-glow 1.5s ease-out forwards}@keyframes scan{0%{transform:translateY(0);opacity:0}20%{opacity:1}80%{opacity:1}to{transform:translateY(300px);opacity:0}}.animate-scan{animation:scan 3s linear infinite}@keyframes slideDown{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slideDown{animation:slideDown .6s cubic-bezier(.22,1,.36,1) forwards}@keyframes pulse-slow{0%,to{opacity:.3;transform:scale(1) translate(-50%,-50%)}50%{opacity:.6;transform:scale(1.1) translate(-50%,-50%)}}.animate-pulse-slow{animation:pulse-slow 6s ease-in-out infinite}@keyframes popIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.animate-popIn{animation:popIn .3s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes slideUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slideUp{animation:slideUp .3s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fadeIn{animation:fadeIn .3s ease-out forwards}.animate-glow-border-income{position:relative;z-index:10;border-color:transparent!important}.animate-glow-border-income:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1.5px;background:linear-gradient(90deg,#10b98100,#10b981e6 30%,#34d399,#10b981e6 70%,#10b98100);background-size:200% auto;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;animation:border-glow-sweep-left-to-right 3s cubic-bezier(.25,1,.5,1) forwards}.animate-glow-bg-income{animation:bg-glow-pulse-income 3s cubic-bezier(.25,1,.5,1) forwards}@keyframes border-glow-sweep-left-to-right{0%{background-position:-200% 0;opacity:0}10%{opacity:1}90%{opacity:1}to{background-position:200% 0;opacity:0}}@keyframes bg-glow-pulse-income{0%{background-color:#10b98100;box-shadow:0 0 #10b98100}10%{background-color:#10b98114;box-shadow:0 0 25px 4px #10b98133}90%{background-color:#10b98114;box-shadow:0 0 25px 4px #10b98126}to{background-color:#10b98100;box-shadow:0 0 #10b98100}}.animate-glow-border-expense{position:relative;z-index:10;border-color:transparent!important}.animate-glow-border-expense:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1.5px;background:linear-gradient(90deg,#ef444400,#ef4444e6 30%,#f87171,#ef4444e6 70%,#ef444400);background-size:200% auto;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;animation:border-glow-sweep-left-to-right 3s cubic-bezier(.25,1,.5,1) forwards}.animate-glow-bg-expense{animation:bg-glow-pulse-expense 3s cubic-bezier(.25,1,.5,1) forwards}@keyframes bg-glow-pulse-expense{0%{background-color:#ef444400;box-shadow:0 0 #ef444400}10%{background-color:#ef444414;box-shadow:0 0 25px 4px #ef444433}90%{background-color:#ef444414;box-shadow:0 0 25px 4px #ef444426}to{background-color:#ef444400;box-shadow:0 0 #ef444400}}body{background-color:#020617;position:relative;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}@media print{html,body,#root{height:auto!important;overflow:visible!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}nav,.sidebar,aside,button.fixed,.no-print{display:none!important}main,.content{width:100%!important;margin:0!important;padding:0!important;overflow:visible!important}.h-screen,.min-h-screen{height:auto!important;min-height:auto!important}.break-inside-avoid,.card,[class*=rounded]{page-break-inside:avoid;break-inside:avoid}}@keyframes ribbon-float-1{0%,to{transform:translate(0) rotate(0) scale(1);opacity:.12}50%{transform:translate(-3%,4%) rotate(2deg) scale(1.05);opacity:.18}}@keyframes ribbon-float-2{0%,to{transform:translate(0) rotate(0) scale(1.02);opacity:.1}50%{transform:translate(3%,-5%) rotate(-2deg) scale(.98);opacity:.16}}.animate-ribbon-float-1{animation:ribbon-float-1 25s ease-in-out infinite}.animate-ribbon-float-2{animation:ribbon-float-2 30s ease-in-out infinite}@keyframes dash-flow{to{stroke-dashoffset:-40}}.animate-dash-flow{stroke-dasharray:8,4;animation:dash-flow 2.5s linear infinite}@keyframes gradient-flow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-gradient-flow{background-size:200% 200%;animation:gradient-flow 8s ease infinite}@keyframes node-pulse{0%,to{transform:scale(1);box-shadow:0 0 #fff6}50%{transform:scale(1.15);box-shadow:0 0 12px 4px #fff3}}.animate-node-pulse{animation:node-pulse 2s ease-in-out infinite}.font-jakarta{font-family:Plus Jakarta Sans,sans-serif}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.animate-float{animation:float 6s ease-in-out infinite}.animate-float-delayed{animation:float 6s ease-in-out 3s infinite}@keyframes float-slow{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(2deg)}to{transform:translateY(0) rotate(0)}}.animate-float-slow{animation:float-slow 9s ease-in-out infinite}@keyframes float-slow-reverse{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(20px) rotate(-2deg)}to{transform:translateY(0) rotate(0)}}.animate-float-slow-reverse{animation:float-slow-reverse 10s ease-in-out infinite}.mesh-bg{background-color:#fff;background-image:radial-gradient(at 20% 40%,rgba(0,204,255,.15) 0px,transparent 50%),radial-gradient(at 80% 60%,rgba(183,110,255,.15) 0px,transparent 50%),radial-gradient(at 50% 10%,rgba(110,255,178,.1) 0px,transparent 50%),radial-gradient(at 30% 80%,rgba(255,110,204,.1) 0px,transparent 50%);filter:blur(40px);position:absolute;top:-10%;right:-10%;bottom:-10%;left:-10%;z-index:0;pointer-events:none}html.light body{background-color:#f7f7f7!important;color:#171717!important}html.light h1,html.light h2,html.light h3,html.light h4,html.light h5,html.light h6{color:#171717!important}html.light p,html.light .text-slate-300{color:#363636!important}html.light .text-slate-400,html.light .text-slate-500{color:#737373!important}html.light .glass,html.light .bg-white,html.light .bg-white\/40,html.light .bg-white\/50,html.light .bg-white\/60,html.light .bg-white\/70,html.light .bg-white\/80,html.light .bg-white\/90,html.light .bg-white\/95,html.light .bg-slate-900,html.light .bg-slate-950,html.light .bg-slate-900\/40,html.light .bg-slate-900\/50,html.light .bg-slate-900\/60,html.light .bg-slate-900\/70,html.light .bg-slate-900\/80,html.light .bg-slate-900\/90,html.light .bg-slate-950\/40,html.light .bg-slate-950\/50,html.light .bg-slate-950\/60,html.light .bg-slate-950\/80,html.light .bg-slate-950\/90,html.light .bg-slate-900\/95,html.light .bg-slate-950\/95{background-color:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-color:#e7e7e7!important;box-shadow:0 1px 6px #0b0b0b0f!important;color:#171717!important}html.light .bg-slate-800,html.light .bg-slate-800\/30,html.light .bg-slate-800\/40,html.light .bg-slate-800\/50,html.light .bg-slate-800\/80,html.light .bg-slate-900\/20,html.light .bg-slate-900\/30,html.light .bg-slate-950\/20,html.light .bg-slate-950\/30,html.light .bg-slate-950\/45,html.light .bg-slate-50\/40,html.light .bg-slate-50\/50,html.light .bg-slate-50\/80,html.light .bg-slate-50\/90{background-color:#f0f0f0!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-color:#cfcfcf!important;color:#171717!important}html.light .border-white\/5,html.light .border-white\/10,html.light .border-white\/15,html.light .border-white\/20,html.light .border-slate-600,html.light .border-slate-700,html.light .border-slate-800,html.light .border-slate-900,html.light .border-slate-200,html.light .border-slate-100{border-color:#e7e7e7!important}html.light .text-white{color:#171717!important}html.light [class*=bg-blue-] .text-white,html.light [class*=bg-emerald-] .text-white,html.light [class*=bg-violet-] .text-white,html.light [class*=bg-rose-] .text-white,html.light [class*=bg-red-] .text-white,html.light [class*=bg-amber-] .text-white,html.light [class*=bg-green-] .text-white,html.light [class*=bg-gradient-] .text-white,html.light .badge .text-white{color:#fff!important}html.light input,html.light select,html.light textarea{background-color:#f7f7f7!important;border-color:#cfcfcf!important;color:#171717!important}html.light input::placeholder,html.light textarea::placeholder{color:#9e9e9e!important}html.light th{background-color:#f0f0f0!important;color:#5c5c5c!important;border-color:#cfcfcf!important}html.light td{border-color:#f0f0f0!important;color:#171717!important}html.light tr{border-color:#f0f0f0!important}html.light tr:hover{background-color:#fafafa!important}html.light .text-emerald-400,html.light .text-green-400{color:#059669!important}html.light .text-rose-400,html.light .text-red-400{color:#dc2626!important}html.light .text-blue-400{color:#2563eb!important}html.light .text-amber-400,html.light .text-orange-400{color:#d97706!important}html.light .text-violet-400,html.light .text-purple-400{color:#7c3aed!important}html.light .bg-blue-500\/10{background-color:#2563eb14!important;border-color:#2563eb2e!important}html.light .bg-emerald-500\/10,html.light .bg-green-500\/10{background-color:#05966914!important;border-color:#0596692e!important}html.light .bg-violet-500\/10,html.light .bg-purple-500\/10{background-color:#7c3aed14!important;border-color:#7c3aed2e!important}html.light .bg-rose-500\/10,html.light .bg-red-500\/10{background-color:#dc262614!important;border-color:#dc26262e!important}html.light .bg-amber-500\/10,html.light .bg-yellow-500\/10{background-color:#d9770614!important;border-color:#d977062e!important}html.light aside{background-color:#fff!important;border-right:1px solid #E7E7E7!important}html.light aside>div:first-child{background-color:#fff!important;border-bottom-color:#e7e7e7!important}html.light aside nav button{color:#5c5c5c!important}html.light aside nav button:hover{background-color:#f0f0f0!important;color:#171717!important}html.light aside nav button[class*="bg-white/10"]{background-color:#f0f0f0!important;border-color:#e7e7e7!important;color:#171717!important}html.light aside .bg-slate-900{background-color:#f0f0f0!important;border-color:#cfcfcf!important}html.light aside span.text-white{color:#171717!important}html.light aside span.text-slate-500{color:#9e9e9e!important}html.light aside [class*=bg-slate-900][class*=border][class*=rounded-xl]{background-color:#fff!important;border-color:#e7e7e7!important;box-shadow:0 8px 24px #0b0b0b1a!important}html.light aside .glass,html.light aside [class*="bg-slate-900/50"]{background-color:#f7f7f7!important;border-color:#e7e7e7!important}html.light aside .bg-slate-800{background-color:#e7e7e7!important}html.light aside [class*="bg-slate-900/80"]{background-color:#f0f0f0!important;border-color:#cfcfcf!important}html.light aside .bg-slate-950{background-color:#171717!important;color:#fff!important}html.light aside>div:last-child button{color:#5c5c5c!important}html.light aside>div:last-child button:hover{background-color:#f0f0f0!important;color:#171717!important}html.light header{background-color:#ffffffeb!important;border-bottom-color:#e7e7e7!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important}html.light header.app-header [class*=bg-slate-100]{background-color:#f7f7f7!important;border-color:#cfcfcf!important}html.light header.app-header [class*=bg-slate-100]:focus-within,html.light header.app-header [class*=bg-slate-100]:hover{background-color:#fff!important;border-color:#9e9e9e!important}html.light header.app-header [class*=bg-slate-200]{background-color:#f0f0f0!important;border-color:#cfcfcf!important;color:#5c5c5c!important}html.light header.app-header [class*=bg-slate-100][class*=rounded]{background-color:#f0f0f0!important;border-color:#e7e7e7!important}html.light header.app-header button[class*=bg-white]{background-color:#fff!important;color:#171717!important;box-shadow:0 1px 4px #0b0b0b14!important}html.light header.app-header [class*="bg-white/10"]{background-color:#e7e7e7!important}html.light header.app-header button:hover{background-color:#f0f0f0!important;color:#171717!important}html.light [class*="bg-slate-50/50"][class*=border-b]{background-color:#f7f7f7!important;border-bottom-color:#e7e7e7!important}html.light nav[class*="md:hidden"][class*=fixed][class*=bottom-0]{background-color:#fffffff2!important;border-top-color:#e7e7e7!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important}html.light nav[class*="md:hidden"][class*=fixed] button{color:#9e9e9e!important}html.light nav[class*="md:hidden"][class*=fixed] button.text-white{color:#171717!important}html.light [class*=fixed][class*=bg-slate-900],html.light [class*=fixed][class*=bg-slate-950]{background-color:#fff!important;border-color:#e7e7e7!important}html.light ::-webkit-scrollbar{width:6px;height:6px}html.light ::-webkit-scrollbar-track{background:#f0f0f0}html.light ::-webkit-scrollbar-thumb{background:#cfcfcf;border-radius:3px}html.light ::-webkit-scrollbar-thumb:hover{background:#9e9e9e}html.light [class*=absolute][class*=bg-slate-900],html.light [class*=absolute][class*=bg-slate-950]{background-color:#fff!important;border-color:#e7e7e7!important;box-shadow:0 8px 24px #0b0b0b1a!important}html.light [class*=absolute][class*=bg-slate-900] button,html.light [class*=absolute][class*=bg-slate-950] button{color:#5c5c5c!important}html.light [class*=absolute][class*=bg-slate-900] button:hover,html.light [class*=absolute][class*=bg-slate-950] button:hover{background-color:#f0f0f0!important;color:#171717!important}html.light [class*=bg-slate-50],html.light [class*="bg-\\[#0f172a\\]"]{background-color:#f7f7f7!important}.register-btn-dark{background-color:#0f172a!important;color:#fff!important}.register-btn-dark:hover{background-color:#1e293b!important}
