@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;500&family=Space+Mono&display=swap";.header{z-index:1000;background:0 0;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.header.scrolled{-webkit-backdrop-filter:blur(12px);background:#021e36d9;border-bottom:1px solid #a3d1241a;padding:1rem 0}.header-content{justify-content:space-between;align-items:center;display:flex}.logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.logo-icon{background:linear-gradient(135deg, var(--color-primary) 0%, #d4ff55 100%);width:40px;height:40px;color:var(--color-bg-darker);border-radius:50%;justify-content:center;align-items:center;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800;display:flex;box-shadow:0 0 15px #a3d12466}.logo-text{letter-spacing:-.5px;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700}.nav{align-items:center;gap:2rem;display:flex}.nav a{color:var(--color-text-main);font-weight:500;text-decoration:none;transition:color .3s}.nav a:hover:not(.btn){color:var(--color-primary)}.landing-mobile-menu-btn{color:var(--color-text-main);cursor:pointer;background:0 0;border:none;display:none}@media (width<=768px){.landing-mobile-menu-btn{display:block}.nav{background:var(--color-bg-dark);opacity:0;pointer-events:none;z-index:-1;border-bottom:1px solid #a3d1241a;flex-direction:column;gap:1.5rem;width:100%;padding:2rem;transition:all .3s;position:absolute;top:100%;left:0;transform:translateY(-100%)}.nav.nav-open{opacity:1;pointer-events:all;transform:translateY(0)}}@keyframes wfDash{to{stroke-dashoffset:-24px}}@keyframes wfBounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@media (prefers-reduced-motion:reduce){.wf-anim,.wf-tile svg polyline{animation:none!important}}.wf-hero{background:#021e36;border-radius:8px;margin-top:6rem;font-family:Outfit,sans-serif;position:relative;overflow:hidden}.wf-hero-body{padding:3rem 3rem 2.4rem 3.5rem;position:relative;overflow:hidden}.wf-grid-wrap{position:absolute;inset:-40px;overflow:hidden}.wf-grid{opacity:.55;grid-template-columns:repeat(6,1fr);align-content:center;gap:8px;display:grid;position:absolute;inset:0;transform:rotate(-6deg)}.wf-tile{aspect-ratio:1;background:#ffffff09;border:1px solid #ffffff17;border-radius:4px;flex-direction:column;justify-content:center;padding:5px 6px;display:flex;position:relative;overflow:hidden}.wf-tag{border-radius:6px;padding:1px 4px;font-family:Space Mono,monospace;font-size:7px;position:absolute;top:3px;right:4px}.wf-name{color:#ffffff8c;white-space:nowrap;text-overflow:ellipsis;margin:3px 0 0;font-family:Space Mono,monospace;font-size:7px;overflow:hidden}.wf-scrim{background:linear-gradient(100deg,#021e36 0% 32%,#021e36b3 48%,#021e3666 68%,#021e3633 100%);position:absolute;inset:0}.wf-vertical-label{writing-mode:vertical-rl;letter-spacing:4px;color:#ffffff24;text-transform:uppercase;font-family:Space Mono,monospace;font-size:9px;position:absolute;top:50%;left:14px;transform:translateY(-50%)rotate(180deg)}.wf-formula{color:#ffffff17;letter-spacing:1px;font-family:Space Mono,monospace;font-size:8px;position:absolute;bottom:22px;right:22px}.wf-corner{border-color:#a3d12480;width:18px;height:18px;position:absolute}.wf-corner-tl{border-top:1px solid;border-left:1px solid;top:14px;left:14px}.wf-corner-tr{border-top:1px solid;border-right:1px solid;top:14px;right:14px}.wf-corner-bl{border-bottom:1px solid;border-left:1px solid;bottom:14px;left:14px}.wf-corner-br{border-bottom:1px solid;border-right:1px solid;bottom:14px;right:14px}.wf-content{z-index:1;flex-wrap:wrap;align-items:center;gap:3rem;display:flex;position:relative}.wf-left{flex:1;min-width:280px}.wf-badge{color:#5dcaa5;letter-spacing:2px;text-transform:uppercase;align-items:center;gap:8px;margin:0 0 16px;font-family:Space Mono,monospace;font-size:11px;display:flex}.wf-badge-dot{background:#5dcaa5;border-radius:50%;width:6px;height:6px;box-shadow:0 0 6px 2px #5dcaa58c}.wf-title{color:#fff;letter-spacing:-.5px;margin:0 0 18px;font-size:36px;font-weight:300;line-height:1.2}.wf-title-accent{color:#a3d124;font-weight:500}.wf-desc{color:#8fa0b3;max-width:400px;margin:0 0 20px;font-size:13px;font-weight:300;line-height:1.65}.wf-ctas{flex-wrap:wrap;gap:28px;margin-bottom:12px;display:flex}.wf-cta{cursor:pointer;letter-spacing:1px;background:0 0;border-bottom:1px solid;align-items:center;gap:4px;padding-bottom:3px;font-family:Space Mono,monospace;font-size:12px;transition:color .25s,border-color .25s;display:inline-flex}.wf-cta-primary{color:#fff;border-color:#ffffff4d}.wf-cta-primary:hover{color:#a3d124;border-color:#a3d124}.wf-cta-secondary{color:#a3d124;border-color:#a3d12466}.wf-cta-secondary:hover{color:#a3d124;border-color:#a3d124}.wf-arrow{transition:transform .25s;display:inline-block}.wf-cta:hover .wf-arrow{transform:translate(4px)}.wf-disclaimer{color:#7a8b9d;max-width:400px;margin:0;font-size:12px;font-weight:300;line-height:1.5}.wf-cards{flex-direction:column;flex:0 0 250px;gap:10px;display:flex}.wf-card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer;background:#ffffff12;border:1px solid #ffffff24;border-radius:8px;padding:14px 16px;transition:transform .25s,border-color .25s,box-shadow .25s}.wf-card:hover{border-color:#a3d12473;transform:translateY(-3px);box-shadow:0 10px 24px -8px #a3d1244d}.wf-card-row{justify-content:space-between;align-items:center;display:flex}.wf-card-title{color:#fff;margin:0 0 3px;font-size:13px;font-weight:500}.wf-card-sub{color:#8fa0b3;margin:0;font-size:11px}.wf-card-number{color:#a3d124;margin:0;font-size:20px;font-weight:500}.wf-verlink{color:#5dcaa5;cursor:pointer;border-bottom:1px solid #0000;margin:8px 0 0;font-family:Space Mono,monospace;font-size:10px;transition:border-color .2s;display:inline-block}.wf-verlink:hover{border-color:#5dcaa5}.wf-vigente-badge{color:#5dcaa5;background:#5dcaa526;border-radius:10px;padding:4px 10px;font-size:10px}.wf-scroll-indicator{z-index:1;text-align:center;margin-top:14px;animation:2s ease-in-out infinite wfBounce;position:relative}.wf-scroll-text{color:#ffffff59;letter-spacing:1px;font-family:Space Mono,monospace;font-size:10px}.about{background:var(--color-bg-darker);position:relative}.about:before{content:"";background:linear-gradient(90deg,#0000,#a3d1244d,#0000);width:100%;height:1px;position:absolute;top:0;left:0}.about-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.about-card{text-align:center;padding:3rem 2rem}.icon-wrapper{width:70px;height:70px;color:var(--color-primary);background:#a3d1241a;border:1px solid #a3d12433;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;transition:all .3s;display:flex}.about-card:hover .icon-wrapper{background:var(--color-primary);color:var(--color-bg-darker);transform:scale(1.1);box-shadow:0 0 20px #a3d12480}.services{background:var(--color-bg-dark);position:relative}.services-bg{z-index:0;background:radial-gradient(circle at 100% 0,#a3d1240d 0%,#0000 50%),radial-gradient(circle at 0 100%,#021e3680 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.services .container{z-index:1;position:relative}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.service-card{flex-direction:column;display:flex;position:relative;overflow:hidden}.service-card:before{content:"";background:var(--color-primary);width:4px;height:0;transition:height .4s;position:absolute;top:0;left:0}.service-card:hover:before{height:100%}.service-icon{color:var(--color-primary);margin-bottom:1.5rem}.service-highlight{color:var(--color-primary);background:#a3d1241a;border:1px solid #a3d12433;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1.5rem;right:1.5rem}.service-title{margin-bottom:1rem;font-size:1.25rem}.service-desc{flex-grow:1;margin-bottom:2rem;font-size:1rem}.service-actions{gap:.75rem;margin-top:auto;display:flex}.service-btn{opacity:.85;flex:1;padding:.6rem .5rem;font-size:.875rem}.service-card:hover .service-btn{opacity:1}.svc-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000a6;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.svc-modal{background:var(--color-bg-dark,#0f172a);border:1px solid #a3d12433;border-radius:16px;width:100%;max-width:620px;max-height:90vh;padding:2rem;animation:.25s slideUp;position:relative;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.svc-modal-close{color:#fff9;cursor:pointer;background:#ffffff14;border:none;border-radius:8px;align-items:center;padding:.4rem;transition:background .2s;display:flex;position:absolute;top:1rem;right:1rem}.svc-modal-close:hover{color:#fff;background:#ffffff26}.svc-modal-header{align-items:flex-start;gap:1rem;margin-bottom:1.25rem;padding-right:2rem;display:flex}.svc-modal-icon{color:var(--color-primary);flex-shrink:0;margin-bottom:0}.svc-modal-intro{color:var(--color-text-muted,#94a3b8);border-left:3px solid var(--color-primary);margin-bottom:1.5rem;padding-left:1rem;font-size:.95rem;line-height:1.6}.svc-modal-cols{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (width<=520px){.svc-modal-cols{grid-template-columns:1fr}}.svc-modal-subtitle{text-transform:uppercase;letter-spacing:1px;color:var(--color-primary);margin-bottom:.75rem;font-size:.8rem}.svc-modal-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.svc-modal-list li{color:#ffffffbf;align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.4;display:flex}.svc-check{color:var(--color-primary);flex-shrink:0;margin-top:2px}.footer{background:var(--color-bg-darker);border-top:1px solid #a3d12433;padding:4rem 0 2rem}.footer-top{flex-wrap:wrap;gap:4rem;margin-bottom:3rem;display:flex}.footer-brand{flex:1;min-width:300px}.footer-desc{max-width:400px;margin-top:1.5rem;font-size:.9rem}.footer-links{flex-wrap:wrap;flex:2;gap:3rem;min-width:300px;display:flex}.link-group{flex-direction:column;gap:1rem;min-width:150px;display:flex}.link-group h4{color:var(--color-primary);margin-bottom:.5rem;font-size:1.1rem}.link-group a,.link-group p{color:var(--color-text-muted);margin-bottom:0;font-size:.9rem;text-decoration:none;transition:color .3s}.link-group a:hover{color:var(--color-text-main)}.footer-bottom{text-align:center;color:var(--color-text-muted);border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.8rem}@media (width<=768px){.footer-top{gap:2rem}}:root{--color-primary:#a3d124;--color-primary-hover:#b4df35;--color-bg-dark:#021e36;--color-bg-darker:#011324;--color-bg-card:#ffffff0d;--color-text-main:#f8fafc;--color-text-muted:#94a3b8;--color-border:#a3d12433;--max-width:1280px;--border-radius:12px;--border-radius-lg:24px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -1px #0000000a;--shadow-lg:0 10px 20px -4px #00000017, 0 4px 8px -2px #0000000d;--shadow-glow:0 0 24px #a3d12438;--color-bg-content:#eef2f7;--sidebar-width:280px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--color-bg-darker);color:var(--color-text-main);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:Outfit,Inter,sans-serif;font-weight:700;line-height:1.2}h1{background:linear-gradient(135deg, #fff 0%, var(--color-text-muted) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4.5rem)}h2{margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem)}h3{margin-bottom:1rem;font-size:1.5rem}p{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:1.125rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.text-primary{color:var(--color-primary);-webkit-text-fill-color:var(--color-primary)}.text-gradient{background:linear-gradient(135deg, var(--color-primary) 0%, #d4ff55 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.btn{border-radius:var(--border-radius);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Outfit,sans-serif;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--color-primary);color:var(--color-bg-darker);border:none;box-shadow:0 4px 14px #a3d1244d}.btn-primary:hover{background-color:var(--color-primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #a3d12466}.btn-outline{color:var(--color-primary);border:1px solid var(--color-primary);background-color:#0000}.btn-outline:hover{background-color:#a3d1241a;transform:translateY(-2px)}.btn:disabled{cursor:not-allowed;opacity:1!important;color:#f8fafc!important;box-shadow:none!important;background-color:#94a3b8!important;border-color:#94a3b8!important;transform:none!important}.glass-card{background:var(--color-bg-card);-webkit-backdrop-filter:blur(12px);border-radius:var(--border-radius-lg);border:1px solid #ffffff0d;padding:2rem;transition:transform .3s,border-color .3s,box-shadow .3s}.glass-card:hover{border-color:var(--color-border);transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}section{padding:6rem 0}.section-header{text-align:center;max-width:800px;margin:0 auto 4rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:.8s forwards fadeInUp}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.sidebar{color:#fff;-webkit-overflow-scrolling:touch;z-index:50;background-color:#0a192f;flex-direction:column;width:280px;height:100dvh;transition:transform .3s;display:flex;position:fixed;top:0;left:0;overflow:hidden auto}.main-content{background-color:var(--color-bg-content,#eef2f7);flex-direction:column;flex:1;min-width:0;min-height:100vh;margin-left:280px;padding:2rem;transition:margin-left .3s;display:flex;overflow-x:hidden}.mobile-menu-btn,.sidebar-overlay{display:none}@media (width<=768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0);box-shadow:4px 0 24px #00000080}.main-content{min-width:0;margin-left:0;padding:5rem 1rem 1rem;overflow-x:hidden}.mobile-menu-btn{-webkit-backdrop-filter:blur(12px);z-index:40;background-color:#eef2f7f0;border-bottom:1px solid #00000012;align-items:center;height:60px;padding:0 1rem;display:flex;position:fixed;top:0;left:0;right:0}.sidebar-overlay.open{z-index:45;background:#00000080;display:block;position:fixed;inset:0}}@media (width>=769px){.mobile-only-close{display:none!important}}@media (width<=768px){.stepper-labels-container{display:none!important}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#011324d9;flex-direction:column;justify-content:center;align-items:center;animation:.2s ease-out forwards fadeIn;display:flex;position:fixed;inset:0}.loading-spinner{border:5px solid #a3d1241a;border-top:5px solid var(--color-primary);border-radius:50%;width:60px;height:60px;margin-bottom:1.5rem;animation:1s linear infinite spin;box-shadow:0 0 15px #a3d12433}.loading-text{color:var(--color-text-main);letter-spacing:.5px;text-shadow:0 2px 4px #00000080;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:600}.fullscreen-page-container{flex-direction:column;height:calc(100vh - 4rem);display:flex;overflow:hidden}@media (width<=768px){.fullscreen-page-container{height:calc(100vh - 6rem)}}.table-card-container{background:#fff;border-radius:14px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000d}.table-scroll-area{-webkit-overflow-scrolling:touch;flex:1;overflow:auto}.sticky-table-header th{z-index:10;position:sticky;top:0;background-color:#f8fafc!important}.nav-link{color:#8b9cb6;white-space:nowrap;border-left:3px solid #0000;align-items:center;gap:.875rem;padding:.7rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .18s,background-color .18s,border-color .18s;display:flex;overflow:hidden}.nav-link:hover{color:#c4d4e4;background-color:#ffffff0d}.nav-link.active{color:var(--color-primary);border-left-color:var(--color-primary);background-color:#a3d12414;font-weight:600}button.nav-link{text-align:left;cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;width:100%;font-family:inherit}.nav-link.danger:hover{color:#f87171;background-color:#ef44440f}.nav-link.accent:hover{color:var(--color-primary);background-color:#a3d1240f}.nav-section-label{color:#4b5d78;letter-spacing:1.5px;text-transform:uppercase;padding:1.25rem 1.5rem .4rem;font-size:.68rem;font-weight:700}.nav-badge{color:#fff;text-align:center;background:#ef4444;border-radius:999px;flex-shrink:0;min-width:20px;padding:.1rem .45rem;font-size:.68rem;font-weight:700;line-height:1.4}.stat-card{box-shadow:var(--shadow-md);background:#fff;border:1px solid #0000000a;border-radius:16px;padding:1.5rem;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)}.stat-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.content-card{box-shadow:var(--shadow-md);background:#fff;border:1px solid #0000000a;border-radius:16px;margin-bottom:1.5rem;overflow:hidden}.content-card-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.1rem 1.5rem;display:flex}.content-card-body{padding:1.5rem}.quick-action-btn{cursor:pointer;background:#fff;border:1px solid #0000000f;border-radius:14px;flex-direction:column;align-items:center;gap:.625rem;width:100%;padding:1.25rem .75rem;font-family:inherit;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);display:flex}.quick-action-btn:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}@keyframes pageEnter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.page-enter{animation:.3s cubic-bezier(.4,0,.2,1) forwards pageEnter}.progress-bar-track{background:#f1f5f9;border-radius:3px;height:5px;overflow:hidden}.progress-bar-fill{border-radius:3px;height:100%;transition:width .8s cubic-bezier(.4,0,.2,1)}.welcome-banner{background:linear-gradient(135deg,#0d2137 0%,#021e36 60%,#051d35 100%);border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding:1.75rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #021e3633}.welcome-banner:before{content:"";pointer-events:none;background:radial-gradient(circle,#a3d1241f 0%,#0000 70%);width:220px;height:220px;position:absolute;top:-60px;right:-60px}.welcome-banner:after{content:"";pointer-events:none;background:radial-gradient(circle,#a3d1240f 0%,#0000 70%);width:220px;height:220px;position:absolute;bottom:-80px;right:80px}.sidebar::-webkit-scrollbar{width:3px}.sidebar::-webkit-scrollbar-track{background:0 0}.sidebar::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:2px}.sidebar::-webkit-scrollbar-thumb:hover{background:#ffffff38}.main-content::-webkit-scrollbar{width:6px}.main-content::-webkit-scrollbar-track{background:0 0}.main-content::-webkit-scrollbar-thumb{background:#c8d5e0;border-radius:3px}.main-content::-webkit-scrollbar-thumb:hover{background:#a8b8c8}.theme-toggle{cursor:pointer;color:#8b9cb6;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:.4rem;transition:background .15s,color .15s;display:flex}.theme-toggle:hover{color:#c4d4e4;background:#ffffff14}.mobile-menu-btn .theme-toggle{color:#475569}.mobile-menu-btn .theme-toggle:hover{color:#0a192f;background:#0000000f}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg-content:#0f172a}[data-theme=dark] .main-content{background-color:#0f172a}[data-theme=dark] .mobile-menu-btn{background-color:#0a121ef5;border-bottom-color:#ffffff14}[data-theme=dark] .mobile-menu-btn .theme-toggle{color:#94a3b8}[data-theme=dark] .mobile-menu-btn .theme-toggle:hover{color:#e2e8f0;background:#ffffff14}[data-theme=dark] .stat-card,[data-theme=dark] .content-card{background:#1e293b;border-color:#ffffff12;box-shadow:0 2px 8px #0006}[data-theme=dark] .content-card-header{border-bottom-color:#ffffff12}[data-theme=dark] .table-card-container{background:#1e293b;box-shadow:0 2px 8px #0006}[data-theme=dark] .sticky-table-header th{background-color:#0f172a!important;border-bottom-color:#ffffff14!important}[data-theme=dark] .quick-action-btn{background:#1e293b!important;border-color:#ffffff14!important}[data-theme=dark] .quick-action-btn span{color:#cbd5e1!important}[data-theme=dark] .progress-bar-track{background:#ffffff1a}[data-theme=dark] .main-content::-webkit-scrollbar-thumb{background:#334155}[data-theme=dark] .main-content::-webkit-scrollbar-thumb:hover{background:#475569}[data-theme=dark] thead tr,[data-theme=dark] thead tr[style]{background-color:#0f172a!important;border-bottom-color:#ffffff1a!important}[data-theme=dark] tbody tr,[data-theme=dark] tbody tr[style]{background-color:#1e293b!important;border-bottom-color:#ffffff0d!important}[data-theme=dark] tbody tr:hover,[data-theme=dark] tbody tr[style]:hover{background-color:#263346!important}[data-theme=dark] th,[data-theme=dark] th[style]{color:#94a3b8!important;background-color:#0f172a!important;border-color:#ffffff14!important}[data-theme=dark] td,[data-theme=dark] td[style]{color:#cbd5e1!important;background-color:#1e293b!important;border-color:#ffffff0d!important}[data-theme=dark] tbody tr:hover td{background-color:#263346!important}[data-theme=dark] div[style*="background: white"],[data-theme=dark] div[style*=background\:white],[data-theme=dark] div[style*="background-color: white"]{color:#e2e8f0!important;background-color:#1e293b!important}[data-theme=dark] div[style*="background: #f8fafc"],[data-theme=dark] div[style*="background:#f8fafc"],[data-theme=dark] div[style*="background: rgb(248, 250, 252)"],[data-theme=dark] div[style*="background: #f1f5f9"],[data-theme=dark] div[style*="background:#f1f5f9"],[data-theme=dark] div[style*="background: rgb(241, 245, 249)"],[data-theme=dark] label[style*="background: #f8fafc"],[data-theme=dark] label[style*="background:#f8fafc"],[data-theme=dark] label[style*="background: rgb(248, 250, 252)"],[data-theme=dark] label[style*="background: #f1f5f9"],[data-theme=dark] label[style*="background:#f1f5f9"],[data-theme=dark] label[style*="background: rgb(241, 245, 249)"]{color:#e2e8f0!important;background-color:#162032!important}[data-theme=dark] button[style*="background: #f8fafc"],[data-theme=dark] button[style*="background: #f1f5f9"],[data-theme=dark] button[style*="background:#f8fafc"],[data-theme=dark] button[style*="background:#f1f5f9"],[data-theme=dark] button[style*="background: rgb(248, 250, 252)"],[data-theme=dark] button[style*="background: rgb(241, 245, 249)"]{color:#94a3b8!important;background-color:#1e293b!important}[data-theme=dark] [style*="color: #0A192F"]:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] [style*="color: #0a192f"]:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] [style*="color: #0f172a"]:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] [style*="color: #0F172A"]:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] [style*="color: #1e293b"]:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] [style*="color: #1E293B"]:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] [style*="color: rgb(10, 25, 47)"]:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] [style*="color: rgb(15, 23, 42)"]:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] [style*="color: rgb(30, 41, 59)"]:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]){color:#e2e8f0!important}[data-theme=dark] [style*="color: #374151"]:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] [style*="color: #1F2937"]:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] [style*="color: #1f2937"]:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] [style*="color: #64748b"]:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] [style*="color: #475569"]:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] [style*="color: rgb(55, 65, 81)"]:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] [style*="color: rgb(31, 41, 55)"]:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] [style*="color: rgb(100, 116, 139)"]:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] [style*="color: rgb(71, 85, 105)"]:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]){color:#94a3b8!important}[data-theme=dark] td div:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] td span:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] td p:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] td button:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] td a:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]){color:#cbd5e1!important}[data-theme=dark] div[style*="background: white"] div:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] div[style*=background\:white] div:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] div[style*="background: white"] span:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] div[style*=background\:white] span:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] div[style*="background: white"] p:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] div[style*="background: white"] button:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] div[style*="background: white"] a:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] div[style*="background: rgb(248, 250, 252)"] div:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]),[data-theme=dark] div[style*="background: rgb(248, 250, 252)"] span:not([style*="background: #"]):not([style*="background: rgb"]):not([style*="background: white"]){color:#e2e8f0!important}[data-theme=dark] .main-content h1,[data-theme=dark] .main-content h2,[data-theme=dark] .main-content h3{color:#f1f5f9!important}[data-theme=dark] .main-content header p{color:#94a3b8!important}[data-theme=dark] input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]),[data-theme=dark] select,[data-theme=dark] textarea{color:#e2e8f0!important;background-color:#162032!important;border-color:#ffffff24!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#475569!important}[data-theme=dark] select option{color:#e2e8f0;background-color:#1e293b}[data-theme=dark] .sidebar{background-color:#07111e}[data-theme=dark] .mobile-menu-btn .wf-logo-text{color:#f1f5f9}[data-theme=dark] .wf-warn-box{background:#d9770624!important;border-color:#fbbf2466!important}[data-theme=dark] .wf-warn-box,[data-theme=dark] .wf-warn-box.wf-warn-box.wf-warn-box.wf-warn-box.wf-warn-box *{color:#fcd34d!important}[data-theme=dark] .wf-success-box{background:#16a34a24!important;border-color:#4ade8066!important}[data-theme=dark] .wf-success-box,[data-theme=dark] .wf-success-box.wf-success-box.wf-success-box.wf-success-box.wf-success-box *{color:#86efac!important}[data-theme=dark] .wf-danger-box{background:#dc262624!important;border-color:#f8717166!important}[data-theme=dark] .wf-danger-box,[data-theme=dark] .wf-danger-box.wf-danger-box.wf-danger-box.wf-danger-box.wf-danger-box *{color:#fca5a5!important}[data-theme=dark] .wf-info-box{background:#2563eb24!important;border-color:#60a5fa66!important}[data-theme=dark] .wf-info-box,[data-theme=dark] .wf-info-box.wf-info-box.wf-info-box.wf-info-box.wf-info-box *{color:#93c5fd!important}[data-theme=dark] .wf-notif-unread{background:#16a34a29!important}
