.login-page{background-color:#fff;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px}.login-modal{display:flex;width:100%;max-width:950px;background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 8px 40px #00000014}.login-branding{flex:1;background:radial-gradient(120% 130% at 15% 10%,#1e4f7a,#173456 45%,#0f2942);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 40px;text-align:center;position:relative;overflow:hidden;border-right:1px solid #E2E8F0}.login-branding canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.5;pointer-events:none}.branding-tagline{font-size:20px;font-weight:700;color:#fff;line-height:1.3;max-width:320px;margin-bottom:10px;position:relative;z-index:1}.branding-tagline em{font-style:normal;background:linear-gradient(90deg,#447ce0,#35ab63 55%,#fac70a);-webkit-background-clip:text;background-clip:text;color:transparent}.branding-logo{max-width:280px;height:auto;margin-bottom:25px;position:relative;z-index:1}.branding-description{font-size:13px;color:#fff;line-height:1.6;max-width:320px;margin-bottom:30px;position:relative;z-index:1}.login-form{flex:1;padding:50px 40px;display:flex;flex-direction:column;justify-content:center;background:var(--white)}.login-form h3{color:var(--text-dark);font-size:22px;font-weight:var(--fw-h3);margin-bottom:6px}.login-form .subtitle{color:var(--text-muted);font-size:13px;margin-bottom:30px}.form-group{margin-bottom:18px}.form-group label{display:block;color:var(--text-dark);font-size:12px;font-weight:500;margin-bottom:6px}.form-group .input-wrapper{position:relative}.form-group .input-wrapper i,.form-group .input-wrapper .input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:14px}.form-group input{width:100%;padding:12px 14px 12px 42px;border:1px solid #e2e8f0;border-radius:10px;background-color:#f8fafc;color:var(--text-dark);font-size:13px;outline:none;transition:all .2s ease}.form-group input:focus{border-color:var(--gov-blue);background-color:var(--white);box-shadow:0 0 0 3px #447ce01a}.form-group .input-wrapper .toggle-senha{position:absolute;right:6px;top:50%;transform:translateY(-50%);display:flex;align-items:center;padding:8px;border:none;background:none;color:var(--text-muted);font-size:14px;cursor:pointer}.form-group .input-wrapper .toggle-senha:hover{color:var(--gov-blue)}.form-group .input-wrapper .toggle-senha i{position:static;transform:none;left:auto}.form-group input[type=password],.form-group .input-wrapper:has(.toggle-senha) input{padding-right:42px}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.form-options label{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted);cursor:pointer}.form-options label input[type=checkbox]{accent-color:var(--gov-blue);width:14px;height:14px}.form-options a{font-size:12px;color:var(--gov-blue);text-decoration:none;font-weight:500}.form-options a:hover{color:#3a6ec9}.form-options .form-hint{font-size:12px;color:var(--text-muted)}.btn-login{width:100%;padding:13px;background:var(--brand-gradient);color:var(--white);border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-login:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #447ce04d}.btn-login:disabled{opacity:.7;cursor:not-allowed}.login-footer{text-align:center;margin-top:25px;font-size:12px;color:var(--text-muted)}.login-footer a{color:var(--gov-blue);text-decoration:none;font-weight:600}.login-footer a:hover{color:#3a6ec9}@media (max-width: 768px){.login-modal{flex-direction:column;max-width:420px}.login-branding{padding:35px 30px;border-right:none;border-bottom:1px solid #E2E8F0}.branding-logo{max-width:200px;margin-bottom:15px}.tagline{font-size:1rem}.branding-tagline,.branding-description{display:none}.login-form{padding:35px 30px}}.sidebar{width:248px;background:#fff;color:#173456;border-right:1px solid #CDCDCD;padding:26px 18px;display:flex;flex-direction:column;gap:28px;position:fixed;top:0;left:0;bottom:0;z-index:100;overflow-y:auto}.sidebar .logo{display:flex;justify-content:center;align-items:center;padding:0 6px;position:relative}.sidebar .logo .sidebar-logo-img{width:150px;height:auto}.sidebar-close{display:none;position:absolute;right:0;top:50%;transform:translateY(-50%);width:32px;height:32px;align-items:center;justify-content:center;background:transparent;color:#173456;font-size:1rem}.sidebar-backdrop{display:none}.sidebar nav.modules{display:flex;flex-direction:column;gap:3px}.sidebar .navlabel{font-size:10.5px;letter-spacing:1.2px;text-transform:uppercase;color:#9aa6b8;padding:10px 12px 6px}.sidebar .navitem{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:11px;font-size:13.5px;font-weight:500;color:#6c7a8f;cursor:pointer;transition:background .15s ease,color .15s ease;text-decoration:none}.sidebar .navitem svg{width:17px;height:17px;flex-shrink:0;opacity:.85}.sidebar .navitem:hover{background:#f5f6f8;color:#173456}.sidebar .navitem.active{background:#447ce0;color:#fff;box-shadow:0 6px 16px -6px #447ce080}.sidebar .navitem.active svg{opacity:1}.sidebar .nav-badge{margin-left:auto;background:#f97316;color:#fff;font-size:10px;font-weight:700;min-width:20px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 6px}.sidebar .navitem.active .nav-badge{background:#fff;color:#447ce0}@media (max-width: 768px){.sidebar{transform:translate(-100%);transition:transform .3s ease;z-index:200}.sidebar.open{transform:translate(0)}.sidebar-close{display:flex}.sidebar-backdrop.active{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;z-index:190;border:none;padding:0;cursor:pointer}}.topbar{position:fixed;top:0;left:248px;right:0;background:#fff;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;z-index:100;border-bottom:3px solid transparent}.color-line{position:absolute;bottom:-3px;left:0;display:flex;padding:0 20px}.line-gradient{width:240px;height:3px;border-radius:2px;background:var(--brand-gradient-horizontal)}.topbar-left{display:flex;align-items:center;gap:8px}.topbar-hamburger{display:none;width:40px;height:40px;align-items:center;justify-content:center;background:transparent;border:none;color:#173456;font-size:1.2rem;flex-shrink:0}.topbar-title h1{font-size:1.25rem;font-weight:var(--fw-h1);color:#173456;margin-bottom:2px}.topbar-title p{font-size:.8rem;color:#64748b}.topbar-right{display:flex;align-items:center;gap:12px}.topbar-date{font-size:.78rem;color:#94a3b8;font-weight:500;white-space:nowrap}.topbar-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#173456;font-size:1.2rem;cursor:pointer;transition:all .2s ease;position:relative}.topbar-btn:hover{color:#173456}.topbar-btn .badge{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:#18873e;color:#fff;font-size:.65rem;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white}.user-avatar{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;color:#fff;background:var(--brand-gradient);position:relative;cursor:pointer;transition:transform .2s ease}.user-avatar:before{content:"MC";position:absolute;width:36px;height:36px;border-radius:50%;background:var(--gov-dark-blue);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600}.user-avatar:hover{transform:scale(1.05)}.topbar-user{display:flex;align-items:center;cursor:pointer;position:relative;background:transparent;padding:0}.notif-modal{position:fixed;top:68px;right:72px;width:360px;background:#fff;border-radius:20px;box-shadow:0 0 0 1px #0000000a,0 24px 64px #00000024;z-index:999;opacity:0;visibility:hidden;transform:translateY(-4px) scale(.98);transition:all .2s cubic-bezier(.16,1,.3,1)}.notif-modal.active{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.notif-modal-head{display:flex;align-items:flex-start;justify-content:space-between;padding:22px 22px 14px}.notif-modal-head h3{font-size:1rem;font-weight:700;color:#0f172a}.notif-modal-head span{font-size:.72rem;color:#94a3b8;margin-top:2px;display:block}.notif-modal-head strong{color:#f97316;font-weight:700}.notif-modal-mark{padding:6px 14px;border-radius:20px;background:transparent;border:1px solid #E2E8F0;color:#64748b;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .15s ease}.notif-modal-mark:hover{background:#f8fafc;border-color:#cbd5e1;color:#334155}.notif-modal-group-label{font-size:.68rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px;padding:8px 22px 6px}.notif-modal-list{padding:0 14px}.notif-modal-card{display:flex;align-items:center;gap:14px;padding:14px 8px;border-radius:14px;text-decoration:none;transition:all .15s ease;position:relative;overflow:hidden;margin-bottom:2px}.notif-modal-card:hover{background:#f8fafc}.notif-modal-card-bar{position:absolute;left:0;top:10px;bottom:10px;width:3px;border-radius:0 2px 2px 0;background:#f97316}.notif-modal-card-time{font-size:.68rem;font-weight:600;color:#94a3b8;flex-shrink:0;width:38px}.notif-modal-card i{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0}.card-icon-red{background:#dc26260f;color:#dc2626}.card-icon-orange{background:#f973160f;color:#f97316}.card-icon-blue{background:#2563eb0f;color:#2563eb}.notif-modal-card h4{font-size:.82rem;font-weight:600;color:#0f172a;line-height:1.3}.notif-modal-card p{font-size:.7rem;color:#94a3b8;margin-top:1px}.notif-modal-footer{display:flex;align-items:center;justify-content:center;gap:6px;padding:16px;font-size:.75rem;font-weight:600;color:#475569;text-decoration:none;border-top:1px solid #F1F5F9;transition:all .15s ease;border-radius:0 0 20px 20px}.notif-modal-footer:hover{background:#f8fafc;color:#1e293b}.notif-modal-footer i{font-size:.65rem;transition:transform .2s ease}.notif-modal-footer:hover i{transform:translate(2px,-2px)}.user-dropdown{position:fixed;top:70px;right:20px;width:340px;background:#f0f4f8;border-radius:24px;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f;z-index:1000;padding:28px 24px 20px;opacity:0;visibility:hidden;transform:translateY(-10px) scale(.96);transition:all .2s ease}.user-dropdown.active{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.user-dropdown-close{position:absolute;top:16px;right:16px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;border:none;color:#64748b;font-size:1.1rem;cursor:pointer;transition:all .2s ease}.user-dropdown-close:hover{background:#0000000f;color:#1e293b}.user-dropdown-email-top{text-align:center;font-size:.85rem;color:#475569;font-weight:500;margin-bottom:20px}.user-dropdown-profile{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.user-dropdown-avatar-wrapper{position:relative;margin-bottom:16px}.user-dropdown-avatar{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:600;color:#fff;background:var(--brand-gradient);position:relative}.user-dropdown-avatar:before{content:"MC";position:absolute;width:72px;height:72px;border-radius:50%;background:var(--gov-dark-blue);display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:600}.user-dropdown-avatar-badge{position:absolute;bottom:2px;right:2px;width:28px;height:28px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#64748b;box-shadow:0 2px 6px #00000026;border:2px solid #F0F4F8}.user-dropdown-greeting{font-size:1.15rem;font-weight:500;color:#1e293b;margin:0;text-align:center}.user-dropdown-prefeitura{font-size:.82rem;font-weight:400;color:#94a3b8;margin:4px 0 0;text-align:center}.user-dropdown-manage{display:block;width:100%;padding:10px 20px;background:transparent;border:1px solid #CBD5E1;border-radius:24px;font-size:.85rem;font-weight:500;color:var(--gov-blue);cursor:pointer;transition:all .2s ease;margin-bottom:16px}.user-dropdown-manage:hover{background:#447ce00f;border-color:var(--gov-blue)}.user-dropdown-manage .gov-3{color:var(--gov-blue);font-weight:700}.user-dropdown-manage .gov-6{color:var(--gov-green);font-weight:700}.user-dropdown-manage .gov-5{color:var(--gov-yellow);font-weight:700}.user-dropdown-row{display:flex;gap:10px;margin-bottom:12px}.user-dropdown-row-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:#fff;border:none;border-radius:24px;font-size:.85rem;font-weight:500;color:#475569;cursor:pointer;transition:all .2s ease}.user-dropdown-row-btn:hover{background:#f8fafc;box-shadow:0 2px 8px #0000000f}.user-dropdown-row-btn i{font-size:.9rem;color:var(--gov-blue)}.user-dropdown-logout i{color:#64748b}.user-dropdown-storage{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fff;border-radius:16px;margin-bottom:16px;font-size:.82rem;color:#64748b}.user-dropdown-storage i{color:var(--gov-blue);font-size:.95rem}.user-dropdown-footer{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.75rem;color:#94a3b8}.user-dropdown-footer a{color:#64748b;text-decoration:none;transition:color .2s ease}.user-dropdown-footer a:hover{color:var(--gov-blue)}.user-dropdown-footer-dot{color:#cbd5e1}@media (max-width: 768px){.topbar{left:0;padding:12px 20px}.topbar-hamburger{display:flex}.color-line{padding:0 20px}.topbar-title p,.topbar-date{display:none}.notif-modal{right:12px;width:320px;top:60px}.user-dropdown{right:12px;width:300px;top:65px}}@media (max-width: 480px){.topbar-logo,.topbar-divider,.user-name{display:none}.user-dropdown{right:8px;width:calc(100% - 16px);top:60px}.notif-modal{right:8px;width:calc(100% - 16px);top:56px}.user-dropdown-row{flex-direction:column}}.layout{display:flex;min-height:100vh;background:#fff}.main-content{flex:1;margin-left:248px;padding-top:80px;background:linear-gradient(180deg,#f8fafc,#fff 30%,#f1f5f9);background-image:radial-gradient(rgba(148,163,184,.15) 1px,transparent 1px);background-size:24px 24px}.stats-section{display:flex;flex-direction:column;gap:16px;padding:24px 32px}.greeting-title{font-size:1.35rem;font-weight:var(--fw-h1);color:#173456;margin:0;font-family:Instrument Sans,sans-serif}.banner-carousel{position:relative;background:var(--brand-gradient);border-radius:14px;overflow:hidden}.carousel-container{position:relative;overflow:hidden}.carousel-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}.carousel-slide{flex:0 0 100%;display:flex;align-items:center;min-height:220px;padding:32px 40px;gap:32px}.slide-content{flex:1;color:#fff}.slide-tag{display:inline-block;background:#fff3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding:4px 12px;border-radius:20px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.slide-content h3{font-size:1.25rem;font-weight:700;margin-bottom:8px;line-height:1.3}.slide-content p{font-size:.9rem;font-weight:400;line-height:1.5;opacity:.9;margin-bottom:16px}.slide-link{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:.85rem;font-weight:600;padding:8px 16px;background:#ffffff26;border-radius:8px;transition:background .2s ease}.slide-link:hover{background:#ffffff40}.slide-icon-box{width:120px;height:120px;border-radius:16px;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;flex-shrink:0}.carousel-slide-image{padding:0}.slide-image-full{width:100%;height:auto;display:block;border-radius:14px}.stats-section>.carousel-controls{display:flex;align-items:center;justify-content:center;gap:20px;padding:14px 0 0}.stats-section .carousel-arrow{width:32px;height:32px;border-radius:50%;background:#f1f5f9;color:#64748b;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:background .2s ease,color .2s ease}.stats-section .carousel-arrow:hover{background:#e2e8f0;color:#334155}.stats-section .carousel-dots{display:flex;gap:8px}.stats-section .carousel-dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1;border:none;cursor:pointer;padding:0;transition:all .3s ease}.stats-section .carousel-dot.active{background:#447ce0;width:24px;border-radius:4px}.section{padding:24px 32px 32px}.pg-layout .section{padding:24px 0 32px}.pg-layout .section:first-child{padding-top:0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.section-header h2{font-size:1.1rem;font-weight:var(--fw-h2);color:#173456}.section-badge{padding:4px 10px;border-radius:20px;font-size:.7rem;font-weight:600}.section-badge.active{background:#16a34a1a;color:#16a34a}.section-badge.all{background:#2563eb1a;color:#2563eb}.pg-layout{display:flex;gap:24px;padding:0 32px 32px}.pg-content{flex:1;min-width:0}.pg-sidebar{width:320px;flex-shrink:0;display:flex;flex-direction:column;gap:20px}.connected-widget .widget-body{padding:14px 18px 18px;display:flex;align-items:center}.connected-avatars{display:flex;align-items:center}.connected-avatar{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#fff;border:3px solid #FFFFFF;box-shadow:0 2px 6px #0000001a;margin-left:-12px;transition:transform .2s ease,margin .2s ease;cursor:pointer}.connected-avatar:first-child{margin-left:0}.connected-avatar:hover{transform:translateY(-3px);margin-left:-8px;z-index:2}.connected-avatar:first-child:hover{margin-left:0}.connected-more{background:transparent!important;color:#2563eb;font-size:.72rem;border:none;box-shadow:none;margin-left:-6px;cursor:default;font-weight:600}.connected-more:hover{transform:none;margin-left:-6px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.05s}.reveal-delay-2{transition-delay:.1s}.reveal-delay-3{transition-delay:.15s}.reveal-delay-4{transition-delay:.2s}.reveal-delay-5{transition-delay:.25s}.pg-sidebar .sidebar-widget{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;border:1px solid rgba(255,255,255,.8);box-shadow:0 8px 32px #0000000f;overflow:hidden}.widget-header{padding:16px 18px 12px;border-bottom:1px solid rgba(0,0,0,.06)}.sidebar-widget:first-child .widget-header h3 i{color:#dc2626}.widget-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:8px}.attention-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;text-decoration:none;transition:all .2s ease;border:1px solid transparent}.attention-item:hover{background:#fff9;border-color:#00000014}.attention-arrow{font-size:.7rem;color:#cbd5e1;transition:all .2s ease}.attention-item:hover .attention-arrow{color:#2563eb;transform:translate(2px)}.deadline-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:10px;transition:all .2s ease;border:1px solid transparent}.deadline-item:hover{background:#fff9;border-color:#00000014}.deadline-info{flex:1;min-width:0}.deadline-system{font-size:.8rem;font-weight:var(--fw-h4);color:#1e293b;display:block;margin-bottom:1px}.deadline-name{font-size:.68rem;color:#94a3b8;line-height:1.4}.deadline-date{font-size:.72rem;font-weight:600;padding:4px 10px;border-radius:6px;white-space:nowrap;flex-shrink:0}.deadline-date.danger{background:#dc262614;color:#dc2626;animation:pulseGlow 2s ease-in-out infinite}@keyframes pulseGlow{0%,to{box-shadow:0 0 #dc26264d}50%{box-shadow:0 0 0 6px #dc262600}}.deadline-date.warning{background:#eab3081a;color:#b45309}.deadline-date.safe{background:#16a34a14;color:#16a34a}.apps-grid{display:flex;flex-wrap:wrap;gap:24px}.app-item{display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;transition:all .25s ease;cursor:pointer;position:relative;min-width:100px}.app-item:hover{transform:translateY(-4px)}.app-icon-white{width:64px;height:64px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:#fff;box-shadow:0 2px 8px #0000000f,0 1px 2px #0000000a;border:1px solid #E2E8F0;transition:all .25s ease;position:relative;overflow:hidden}.app-item:hover .app-icon-white{transform:translateY(-4px);border-color:transparent}.app-icon-white:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);transform:skew(-20deg);transition:left .6s ease;z-index:1;pointer-events:none}.app-item:hover .app-icon-white:after{left:150%}.app-icon-white.app-icon-bg-blue:hover{box-shadow:0 8px 24px #2563eb33}.app-icon-white.app-icon-bg-green:hover{box-shadow:0 8px 24px #16a34a33}.app-icon-white.app-icon-bg-yellow:hover{box-shadow:0 8px 24px #eab30833}.app-icon-white.app-icon-bg-red:hover{box-shadow:0 8px 24px #dc262633}.app-icon-white.app-icon-bg-purple:hover{box-shadow:0 8px 24px #9333ea33}.app-icon-white.app-icon-bg-orange:hover{box-shadow:0 8px 24px #f9731633}.app-icon-white.app-icon-bg-darkgreen:hover{box-shadow:0 8px 24px #05966933}.icon-blue{color:#2563eb}.icon-green{color:#16a34a}.icon-yellow{color:#eab308}.icon-red{color:#dc2626}.icon-purple{color:#9333ea}.icon-orange{color:#f97316}.icon-darkgreen{color:#059669}.app-name{font-size:.8rem;font-weight:500;color:#475569;text-align:center;line-height:1.3}.app-item:hover .app-name{color:#1e293b}.app-line{width:32px;height:3px;border-radius:2px;margin-top:-4px}.line-blue{background:#2563eb}.line-green{background:#16a34a}.line-yellow{background:#eab308}.line-red{background:#dc2626}.line-purple{background:#9333ea}.line-orange{background:#f97316}.line-darkgreen{background:#059669}.app-locked{opacity:.5;cursor:not-allowed}.app-locked:hover{transform:none}.app-locked:hover .app-icon-white{box-shadow:0 2px 8px #0000000f,0 1px 2px #0000000a;transform:none;border-color:#e2e8f0}.app-locked .app-icon-white:after{display:none}.app-lock{position:absolute;top:2px;right:4px;width:22px;height:22px;background:#fff;color:#94a3b8;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.65rem;border:1px solid #E2E8F0;box-shadow:0 1px 3px #00000014}@media (max-width: 1200px){.stats-section{padding:24px 32px}.pg-layout{flex-direction:column;padding:0 20px 32px}.pg-layout .section{padding:24px 0 32px}.pg-sidebar{width:100%;flex-direction:column}}@media (max-width: 768px){.main-content{margin-left:0;padding-top:70px}.stats-section{padding:16px 20px}.pg-layout{padding:0 16px 16px;gap:16px}.pg-layout .section{padding:16px 0 24px}.section{padding:16px 20px 24px}.section-header{flex-direction:column;align-items:flex-start;gap:12px}.apps-grid{gap:16px}.app-icon-white{width:56px;height:56px;font-size:1.3rem}.carousel-slide{flex-direction:column;min-height:180px;padding:20px;gap:16px;text-align:center}.carousel-slide-image{flex-direction:row;padding:0}.slide-content h3{font-size:1.1rem}.slide-content p{font-size:.8rem}.slide-icon-box{width:80px;height:80px;font-size:2rem}.stats-section>.carousel-controls{padding:10px 0 0}.painel-cards{grid-template-columns:1fr}}@media (max-width: 480px){.apps-grid{justify-content:center}.carousel-slide{padding:16px}.carousel-slide-image{padding:0}.slide-icon-box{width:64px;height:64px;font-size:1.5rem}.slide-image-full{display:block}}.social-mini{padding:16px!important;display:flex;flex-direction:column;gap:10px}.social-mini-item{display:flex;align-items:center;gap:10px;text-decoration:none;padding:6px 10px;border-radius:8px;transition:background .15s ease}.social-mini-item:hover{background:#f8fafc}.social-mini-item i{font-size:1.05rem;width:22px;text-align:center;flex-shrink:0}.social-mini-item:nth-child(1) i{color:#e4405f}.social-mini-item:nth-child(2) i{color:#25d366}.social-mini-item:nth-child(3) i{color:#2563eb}.social-mini-item span{font-size:.75rem;font-weight:500;color:#64748b}@supports not (backdrop-filter: blur(1px)){.slide-tag{background:#ffffff52}.pg-sidebar .sidebar-widget{background:#fffffff0}}.section-header-apps{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-header-left{display:flex;align-items:center;gap:12px}.section-icon-check{width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#16a34a;font-size:1.1rem}.section-icon-store{width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#1e293b;font-size:1.1rem}.section-header-left h2{font-size:1.1rem;font-weight:var(--fw-h2);color:#173456;margin-bottom:2px}.section-header-left p{font-size:.8rem;color:#64748b}.apps-horizontal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;margin-bottom:40px}.app-horizontal-card{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:14px;padding:20px;display:flex;gap:16px;border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 24px #0000000a;transition:all .25s ease}.app-horizontal-card:hover{box-shadow:0 8px 32px #00000014;border-color:#0000000f}.app-horizontal-card.locked{background:#f8fafcb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.app-h-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#fff;flex-shrink:0;position:relative}.app-h-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.app-h-green{background:linear-gradient(135deg,#22c55e,#16a34a)}.app-h-yellow{background:linear-gradient(135deg,#facc15,#eab308)}.app-h-red{background:linear-gradient(135deg,#ef4444,#dc2626)}.app-h-purple{background:linear-gradient(135deg,#a855f7,#9333ea)}.app-h-orange{background:linear-gradient(135deg,#fb923c,#f97316)}.app-h-darkgreen{background:linear-gradient(135deg,#10b981,#059669)}.lock-badge{position:absolute;bottom:-4px;right:-4px;width:18px;height:18px;background:#1e293b;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.5rem;border:2px solid #F8FAFC}.app-h-content{flex:1;display:flex;flex-direction:column;gap:4px}.app-h-content h3{font-size:.9rem;font-weight:var(--fw-h3);color:#1e293b;line-height:1.3}.app-h-content p{font-size:.78rem;color:#64748b;line-height:1.4}.app-h-actions{display:flex;align-items:center;gap:10px;margin-top:8px}.app-h-status{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;font-weight:600;color:#16a34a}.app-h-status i{font-size:.65rem}.status-active{background:#16a34a14;padding:3px 8px;border-radius:12px}.btn-verificar{padding:0;background:transparent;color:#2563eb;border:none;font-size:.72rem;font-weight:600;cursor:pointer;transition:color .2s ease;display:inline-flex;align-items:center;gap:4px}.btn-verificar:after{content:"→";font-size:.8rem;transition:transform .2s ease}.btn-verificar:hover{color:#1d4ed8}.btn-verificar:hover:after{transform:translate(3px)}@media (max-width: 768px){.apps-horizontal-grid{grid-template-columns:1fr}.section-header-apps{flex-direction:column;align-items:flex-start;gap:12px}}@supports not (backdrop-filter: blur(1px)){.app-horizontal-card{background:#fffffff0}.app-horizontal-card.locked{background:#f8fafcf0}}.noticias-layout{display:flex;gap:24px;padding:0 32px 32px;max-width:100%;overflow-x:hidden}.noticias-layout .section{padding:24px 0 32px}.noticias-layout .section:first-child{padding-top:24px}.noticias-content{flex:1;min-width:0}.noticias-sidebar{width:300px;flex-shrink:0;position:sticky;top:100px;height:fit-content;display:flex;flex-direction:column;gap:20px}.section-title-group h2{display:flex;align-items:center;gap:8px;font-size:1.1rem;font-weight:var(--fw-h2);color:#173456;margin-bottom:2px}.featured-icon{color:#eab308;font-size:1rem}.section-title-group p{font-size:.8rem;color:#64748b}.featured-carousel{position:relative;overflow:hidden;width:100%}.featured-track{position:relative;width:100%}.featured-slide{opacity:0;transition:opacity .5s ease;pointer-events:none;position:absolute;top:0;left:0;width:100%}.featured-slide.active{opacity:1;pointer-events:auto;position:relative}.featured-card{background:#fff;border-radius:16px;padding:28px;border:1px solid #E2E8F0;display:flex;gap:24px;align-items:flex-start;transition:all .25s ease;position:relative;overflow:hidden}.featured-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#dc2626,#f97316)}.featured-card:hover{box-shadow:0 8px 24px #00000014}.featured-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;font-size:.75rem;font-weight:600;flex-shrink:0}.featured-badge.urgent{background:#dc26261a;color:#dc2626}.featured-badge.info{background:#2563eb1a;color:#2563eb}.featured-badge.warning{background:#eab3081a;color:#eab308}.featured-content{flex:1}.featured-date{font-size:.8rem;color:#64748b;margin-bottom:8px;display:block}.featured-content h3{font-size:1.15rem;font-weight:var(--fw-h3);color:#1e293b;margin-bottom:10px;line-height:1.4}.featured-content p{font-size:.85rem;color:#64748b;line-height:1.6;margin-bottom:14px}.featured-tags{display:flex;gap:8px;flex-wrap:wrap}.tag{padding:4px 10px;border-radius:6px;font-size:.7rem;font-weight:600}.tag-portaria{background:#2563eb1a;color:#2563eb}.tag-prazo{background:#eab3081a;color:#eab308}.tag-fiscal{background:#16a34a1a;color:#16a34a}.tag-educativo{background:#9333ea1a;color:#9333ea}.btn-read-more{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:linear-gradient(135deg,#2563eb,#16a34a);color:#fff;border:none;border-radius:10px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;flex-shrink:0;align-self:center}.btn-read-more:hover{box-shadow:0 4px 12px #2563eb4d;transform:translateY(-1px)}.btn-read-more i{font-size:.75rem;transition:transform .2s ease}.btn-read-more:hover i{transform:translate(3px)}.featured-carousel .carousel-controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px}.carousel-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;border:1px solid #E2E8F0;color:#64748b;cursor:pointer;transition:all .2s ease;font-size:.8rem}.carousel-btn:hover{background:#2563eb;color:#fff;border-color:#2563eb}.carousel-dots{display:flex;gap:8px}.featured-carousel .carousel-dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1;cursor:pointer;transition:all .3s ease}.featured-carousel .carousel-dot.active{background:#2563eb;width:24px;border-radius:4px}.news-filters{display:flex;gap:8px}.filter-btn{padding:6px 14px;border-radius:8px;font-size:.78rem;font-weight:500;background:transparent;color:#64748b;border:1px solid #E2E8F0;cursor:pointer;transition:all .2s ease}.filter-btn:hover{background:#f8fafc;color:#1e293b}.filter-btn.active{background:#2563eb;color:#fff;border-color:#2563eb}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.news-card{background:#fff;border-radius:14px;padding:20px;border:1px solid #E2E8F0;display:flex;flex-direction:column;transition:all .25s ease}.news-card:hover{box-shadow:0 4px 16px #0000000f;transform:translateY(-2px)}.news-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.news-date{font-size:.75rem;color:#94a3b8;font-weight:500}.news-category{padding:3px 8px;border-radius:6px;font-size:.68rem;font-weight:600}.cat-portaria{background:#2563eb1a;color:#2563eb}.cat-prazo{background:#eab3081a;color:#eab308}.cat-educativo{background:#16a34a1a;color:#16a34a}.news-card-body{flex:1;margin-bottom:14px}.news-card-body h3{font-size:.9rem;font-weight:var(--fw-h3);color:#1e293b;margin-bottom:6px;line-height:1.4}.news-card-body p{font-size:.78rem;color:#64748b;line-height:1.5}.news-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #F1F5F9}.news-read-time{font-size:.72rem;color:#94a3b8;display:flex;align-items:center;gap:4px}.btn-news-read{padding:5px 12px;background:transparent;color:#2563eb;border:1px solid #2563EB;border-radius:6px;font-size:.72rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-news-read:hover{background:#2563eb;color:#fff}.sidebar-widget{background:#fff;border-radius:16px;border:1px solid #E2E8F0;overflow:visible}.widget-header{padding:16px 18px 12px;border-bottom:1px solid #F1F5F9}.widget-header h3{display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:var(--fw-h3);color:#173456;margin-bottom:2px}.widget-header h3 i{color:#2563eb;font-size:.85rem}.widget-header p{font-size:.75rem;color:#94a3b8}.calendar-widget{padding:16px 18px 18px}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.cal-nav{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#f8fafc;border:1px solid #E2E8F0;color:#64748b;cursor:pointer;transition:all .2s ease;font-size:.75rem}.cal-nav:hover{background:#2563eb;color:#fff;border-color:#2563eb}.cal-month{font-size:.9rem;font-weight:600;color:#1e293b}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:16px}.cal-day-name{text-align:center;font-size:.7rem;font-weight:600;color:#94a3b8;padding:6px 0;text-transform:uppercase;letter-spacing:.5px}.cal-day{text-align:center;padding:8px 4px;font-size:.8rem;color:#475569;border-radius:8px;cursor:pointer;transition:all .2s ease;font-weight:500}.cal-day:hover{background:#f1f5f9;color:#1e293b}.cal-day.empty{cursor:default}.cal-day.empty:hover{background:transparent}.cal-day.today{background:#2563eb;color:#fff;font-weight:600;box-shadow:0 2px 8px #2563eb4d}.cal-day.today:hover{background:#1d4ed8}.cal-day.has-event{position:relative;font-weight:600}.cal-day.has-event:after{content:"";position:absolute;bottom:3px;left:50%;transform:translate(-50%);width:5px;height:5px;border-radius:50%}.cal-day.has-event.event-red:after{background:#dc2626}.cal-day.has-event.event-blue:after{background:#2563eb}.cal-day.has-event.event-yellow:after{background:#eab308}.calendar-events{display:flex;flex-direction:column;gap:10px;padding-top:16px;border-top:1px solid #F1F5F9}.cal-event{display:flex;align-items:center;gap:10px;font-size:.78rem;color:#475569;padding:6px 8px;border-radius:8px;transition:background .2s ease}.cal-event:hover{background:#f8fafc}.cal-event strong{color:#1e293b;font-weight:600;min-width:56px}.event-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dot-red{background:#dc2626}.dot-blue{background:#2563eb}.dot-yellow{background:#eab308}.quick-access-list{padding:12px 14px 14px;display:flex;flex-direction:column;gap:8px}.quick-access-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;text-decoration:none;transition:all .2s ease;border:1px solid transparent}.quick-access-item:hover{background:#f8fafc;border-color:#e2e8f0}.qa-icon-small{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#fff;flex-shrink:0}.qa-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.qa-green{background:linear-gradient(135deg,#22c55e,#16a34a)}.qa-orange{background:linear-gradient(135deg,#fb923c,#f97316)}.qa-purple{background:linear-gradient(135deg,#a855f7,#9333ea)}.qa-red{background:linear-gradient(135deg,#ef4444,#dc2626)}.qa-teal{background:linear-gradient(135deg,#2dd4bf,#14b8a6)}.qa-item-content{flex:1;min-width:0}.qa-item-content h4{font-size:.8rem;font-weight:var(--fw-h4);color:#1e293b;margin-bottom:1px}.qa-item-content p{font-size:.68rem;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quick-access-item>i{font-size:.7rem;color:#cbd5e1;transition:all .2s ease}.quick-access-item:hover>i{color:#2563eb;transform:translate(2px,-2px)}@media (max-width: 1200px){.noticias-layout{flex-direction:column;padding:0 20px 32px}.noticias-layout .section{padding:24px 0 32px}.noticias-sidebar{width:100%;position:static;flex-direction:column;max-height:none}.sidebar-widget{width:100%}.featured-card{padding:24px}}@media (max-width: 992px){.noticias-layout{padding:0 16px}.news-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.noticias-layout{padding:0 12px 16px;gap:16px}.noticias-layout .section{padding:16px 0 24px}.featured-card{flex-direction:column;padding:20px}.featured-card:before{width:100%;height:4px}.btn-read-more{align-self:flex-start}.news-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start;gap:12px}.news-filters{flex-wrap:wrap}.carousel-controls{gap:8px}.carousel-btn{width:32px;height:32px}.calendar-grid{gap:3px}.cal-day{padding:6px 2px;font-size:.75rem}.cal-day-name{font-size:.65rem;padding:4px 0}.cal-nav{width:28px;height:28px}.cal-month{font-size:.8rem}.calendar-events{gap:8px}.cal-event{font-size:.72rem;padding:4px 6px}.cal-event strong{min-width:48px}.event-dot{width:6px;height:6px}}@media (max-width: 480px){.noticias-layout{padding:0 8px 12px}.featured-card{padding:16px}.featured-content h3{font-size:1rem}.featured-content p{font-size:.8rem}.news-card{padding:16px}.calendar-widget{padding:14px}.calendar-grid{gap:2px}.cal-day{padding:4px 2px;font-size:.7rem}.cal-day-name{font-size:.6rem;padding:3px 0}.cal-nav{width:26px;height:26px;font-size:.65rem}.cal-month{font-size:.75rem}.calendar-events{gap:6px}.cal-event{font-size:.68rem;padding:3px 4px}.cal-event strong{min-width:42px}.event-dot{width:5px;height:5px}.quick-access-item{padding:8px 10px}.qa-icon-small{width:32px;height:32px;font-size:.8rem}.qa-item-content h4{font-size:.75rem}.qa-item-content p{font-size:.65rem}}.ad-banner{position:relative;border:1px dashed #D1D5DB;border-radius:14px;overflow:hidden;transition:all .25s ease}.ad-banner:hover{border-color:#447ce0;box-shadow:0 4px 16px #447ce01a}.ad-label{position:absolute;top:8px;right:10px;font-size:.56rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px;background:#ffffffe6;padding:2px 8px;border-radius:6px;z-index:1}.ad-label-light{color:#ffffffb3;background:#ffffff26}.ad-btn-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;border-radius:20px;font-size:.75rem;font-weight:700;text-decoration:none;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;white-space:nowrap;transition:all .2s ease;flex-shrink:0}.ad-btn-pill:hover{box-shadow:0 4px 12px #f9731659;transform:translateY(-1px)}.ad-btn-pill i{font-size:.65rem}.ad-btn-outline{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;border-radius:20px;font-size:.75rem;font-weight:700;text-decoration:none;border:2px solid rgba(255,255,255,.6);color:#fff;white-space:nowrap;transition:all .2s ease}.ad-btn-outline:hover{background:#ffffff26;border-color:#fff}.ad-btn-outline i{font-size:.65rem}.ad-btn-green{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;border-radius:20px;font-size:.75rem;font-weight:700;text-decoration:none;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;transition:all .2s ease}.ad-btn-green:hover{box-shadow:0 4px 12px #16a34a59;transform:translateY(-1px)}.ad-btn-green i{font-size:.65rem}.ad-btn-red{background:linear-gradient(135deg,#ef4444,#dc2626)!important}.ad-btn-red:hover{box-shadow:0 4px 12px #dc262659!important}.ad-bg-purple{background:linear-gradient(135deg,#7c3aed,#6d28d9,#5b21b6)!important;border-color:#7c3aed!important;color:#fff}.ad-bg-green{background:linear-gradient(135deg,#ecfdf5,#d1fae5,#a7f3d0)!important;border-color:#86efac!important}.ad-bg-red-light{background:linear-gradient(135deg,#fef2f2,#fff5f5,#fef2f2)!important;border-color:#fecaca!important}.ad-top{padding:0;margin-bottom:12px;border:none;border-radius:18px;background:linear-gradient(135deg,#1e293b,#334155,#475569 60%,#64748b);overflow:hidden;position:relative}.ad-top:before{content:"";position:absolute;top:-40px;right:-20px;width:200px;height:200px;border-radius:50%;background:#ffffff0a}.ad-top:after{content:"";position:absolute;bottom:-60px;left:20%;width:300px;height:300px;border-radius:50%;background:#ffffff08}.ad-top .ad-label{color:#fff9;background:#ffffff1a;top:14px;right:16px;font-size:.58rem}.ad-top-inner{display:flex;padding:32px 36px;gap:32px;position:relative;z-index:1}.ad-top-left{flex:1;display:flex;flex-direction:column;gap:18px}.ad-top-brand{display:flex;align-items:center;gap:10px}.ad-top-logo{flex-shrink:0}.ad-top-brand-name{font-size:.95rem;font-weight:700;color:#ffffffe6;letter-spacing:-.3px}.ad-top-hero h2{font-size:1.3rem;font-weight:700;color:#fff;line-height:1.3;margin-bottom:8px;max-width:520px}.ad-top-hero h2 span{color:#93c5fd;font-weight:700}.ad-top-hero p{font-size:.82rem;color:#ffffffb3;line-height:1.6;max-width:500px}.ad-top-right{flex-shrink:0;display:flex;align-items:center}.ad-top-card{background:#ffffff1f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:28px 24px;width:220px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.ad-top-card-icon{width:44px;height:44px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#fff}.ad-top-card-stat{font-size:1.6rem;font-weight:800;color:#60a5fa;line-height:1}.ad-top-card-label{font-size:.7rem;color:#fff9;margin-bottom:8px}.ad-btn-large{padding:10px 24px!important;font-size:.8rem!important;width:100%;justify-content:center}.ad-bottom{padding:24px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;background:linear-gradient(135deg,#fef2f2,#fff,#fef2f2);border-color:#fecaca}.ad-bottom:hover{border-color:#ef4444;box-shadow:0 4px 16px #ef44441a}.ad-bottom-body{display:flex;flex-direction:column;align-items:center;gap:10px}.ad-bottom-icon{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#fef2f2,#fee2e2);display:flex;align-items:center;justify-content:center;font-size:1rem;color:#ef4444}.ad-bottom-text{display:flex;flex-direction:column;gap:4px;text-align:center}.ad-bottom-title{font-size:.8rem;color:#475569;line-height:1.4}.ad-bottom-title strong{color:#dc2626;font-weight:700}.ad-bottom-sub{font-size:.68rem;color:#94a3b8}.ad-sidebar{padding:0;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.ad-sidebar-body{display:flex;flex-direction:column;align-items:center;gap:12px;padding:28px 18px 18px}.ad-sidebar-icon-wrap{width:52px;height:52px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#fff}.ad-sidebar-body h3{font-size:.95rem;font-weight:700;color:#fff;line-height:1.3}.ad-sidebar-body p{font-size:.72rem;color:#ffffffb3;line-height:1.5}.ad-sidebar-bullets{display:flex;flex-direction:column;gap:4px}.ad-sidebar-bullets span{font-size:.68rem;color:#fffc;display:flex;align-items:center;gap:5px}.ad-sidebar-bullets i{color:#34d399;font-size:.55rem}.ad-sidebar .ad-btn-outline{margin-bottom:20px}.ad-inline{padding:0;display:flex;flex-direction:column;align-items:center;text-align:center}.ad-inline-body{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px 20px 16px}.ad-inline-icon{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#fff}.ad-inline-body h3{font-size:.9rem;font-weight:700;color:#065f46}.ad-inline-body p{font-size:.74rem;color:#047857;line-height:1.4}.ad-inline-stat{font-size:.68rem;font-weight:600;color:#059669;display:flex;align-items:center;gap:4px}.ad-inline-stat i{font-size:.6rem;color:#eab308}.ad-inline .ad-btn-green{margin-bottom:18px}.ad-bottom{padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:linear-gradient(135deg,#fef2f2,#fff,#fef2f2);border-color:#fecaca}.ad-bottom-body{flex:1;display:flex;align-items:center;gap:14px}.ad-bottom-brand{display:flex;align-items:center;gap:8px;flex-shrink:0}.ad-bottom-brand span{font-size:.85rem;font-weight:700;color:#dc2626}.ad-bottom-logo{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:800;color:#fff}.ad-bottom-body p{font-size:.76rem;color:#64748b}@media (max-width: 768px){.ad-top-inner{flex-direction:column;padding:24px 20px;gap:20px}.ad-top-hero h2{font-size:1.1rem}.ad-top-right,.ad-top-card{width:100%}.ad-bottom{flex-direction:column}.ad-bottom-body{flex-direction:column;text-align:center}}@supports not (backdrop-filter: blur(1px)){.ad-top-card{background:#ffffff47}}.notif-page{background:#f8fafc}.notif-wrapper{display:flex;gap:28px;padding:24px 32px 40px;align-items:flex-start}.notif-stream{flex:1;min-width:0;display:flex;flex-direction:column;gap:36px}.notif-counter-bar{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#fff;border-radius:14px;border:1px solid #F1F5F9}.notif-counter{display:flex;align-items:center;gap:10px;font-size:.88rem;font-weight:600;color:#173456}.notif-counter i{color:#f97316;font-size:1rem}.notif-counter-unread{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;color:#f97316}.notif-counter-dot{width:9px;height:9px;border-radius:50%;background:#f97316;display:inline-block;animation:counterPulse 2s ease-in-out infinite}@keyframes counterPulse{0%,to{box-shadow:0 0 #f9731666}50%{box-shadow:0 0 0 6px #f9731600}}.notif-day-label{display:flex;align-items:center;gap:14px;margin-bottom:20px}.notif-day-label span:first-child{font-size:.85rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.8px;flex-shrink:0}.notif-day-line{flex:1;height:1px;background:#e2e8f0}.notif-timeline{position:relative;padding-left:0}.notif-timeline:before{content:"";position:absolute;left:56px;top:8px;bottom:8px;width:2px;background:#e2e8f0;border-radius:1px}.notif-timeline-item{display:flex;align-items:flex-start;gap:0;margin-bottom:0;cursor:pointer;position:relative}.notif-time-label{width:46px;text-align:right;font-size:.72rem;font-weight:600;color:#94a3b8;padding-top:6px;flex-shrink:0;position:relative;z-index:1}.notif-timeline-node{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:22px;position:relative}.notif-timeline-dot{width:12px;height:12px;border-radius:50%;background:#fff;border:2px solid #CBD5E1;margin-top:7px;flex-shrink:0;transition:all .2s ease;z-index:2;position:relative}.notif-timeline-item.unread .notif-timeline-dot{background:#f97316;border-color:#f97316}.notif-timeline-item.urgent .notif-timeline-dot{background:#dc2626;border-color:#dc2626;box-shadow:0 0 0 4px #dc262626}.notif-timeline-item.selected .notif-timeline-dot{background:#2563eb;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb26}.notif-timeline-card{flex:1;margin-left:10px;background:#fff;border:1px solid #F1F5F9;border-radius:12px;padding:16px 20px;display:flex;gap:14px;margin-bottom:16px;transition:all .25s ease}.notif-timeline-card:hover{border-color:#dbeafe;box-shadow:0 4px 16px #2563eb0f;transform:translate(4px)}.notif-timeline-item.selected .notif-timeline-card{border-color:#93c5fd;background:#f8fafe;box-shadow:0 4px 20px #2563eb14}.notif-timeline-item.unread .notif-timeline-card{background:#f1f5f9;border-color:#cbd5e1}.notif-timeline-icon{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0}.notif-timeline-item[data-category=prazo] .notif-timeline-icon{background:#f59e0b14;color:#d97706}.notif-timeline-item[data-category=modulo] .notif-timeline-icon{background:#2563eb0f;color:#2563eb}.notif-timeline-item[data-category=sistema] .notif-timeline-icon{background:#16a34a0f;color:#16a34a}.notif-timeline-item[data-category=social] .notif-timeline-icon{background:#9333ea0f;color:#9333ea}.notif-timeline-item.urgent .notif-timeline-icon{background:#dc26260f;color:#dc2626}.notif-timeline-body{flex:1;min-width:0}.notif-timeline-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:4px}.notif-timeline-body h3{font-size:.88rem;font-weight:600;color:#1e293b;line-height:1.4}.notif-timeline-body p{font-size:.78rem;color:#64748b;line-height:1.6;margin-bottom:8px}.notif-timeline-meta{display:flex;align-items:center;gap:12px;font-size:.7rem;color:#94a3b8}.notif-timeline-meta span{display:inline-flex;align-items:center;gap:4px}.notif-timeline-meta i{font-size:.62rem}.notif-card-badge{font-size:.6rem;font-weight:700;padding:2px 8px;border-radius:20px;text-transform:uppercase;letter-spacing:.3px;flex-shrink:0}.badge-red{background:#dc262614;color:#dc2626}.badge-orange{background:#f9731614;color:#f97316}.badge-yellow{background:#f59e0b14;color:#d97706}.badge-blue{background:#2563eb14;color:#2563eb}.notif-detail{width:360px;flex-shrink:0;position:sticky;top:104px}.notif-detail-empty{background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.9);padding:56px 32px;text-align:center;box-shadow:0 4px 24px #0000000a}.notif-detail-empty-icon{width:52px;height:52px;border-radius:14px;background:#2563eb0f;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#94a3b8;margin:0 auto 14px}.notif-detail-empty h3{font-size:.9rem;font-weight:600;color:#475569;margin-bottom:6px}.notif-detail-empty p{font-size:.75rem;color:#94a3b8;line-height:1.5;max-width:220px;margin:0 auto}.notif-detail-content{background:#ffffffbf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;border:1px solid rgba(255,255,255,.9);padding:24px;box-shadow:0 8px 32px #0000000f}.notif-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.notif-detail-badge{font-size:.65rem;font-weight:700;padding:4px 12px;border-radius:20px;text-transform:uppercase;letter-spacing:.4px}.notif-detail-badge.urgent{background:#dc262614;color:#dc2626}.notif-detail-badge.atencao{background:#f9731614;color:#f97316}.notif-detail-badge.prazo{background:#f59e0b14;color:#d97706}.notif-detail-badge.sistema{background:#16a34a14;color:#16a34a}.notif-detail-badge.social{background:#9333ea14;color:#9333ea}.notif-detail-badge.modulo{background:#2563eb14;color:#2563eb}.notif-detail-close{width:32px;height:32px;border-radius:8px;background:transparent;border:none;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.85rem;transition:all .15s ease}.notif-detail-close:hover{background:#f1f5f9;color:#475569}.notif-detail-title{font-size:1rem;font-weight:700;color:#173456;margin-bottom:10px;line-height:1.4}.notif-detail-desc{font-size:.82rem;color:#64748b;line-height:1.7;margin-bottom:24px}.notif-detail-actions{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.notif-detail-btn{display:flex;align-items:center;gap:8px;padding:11px 16px;border-radius:10px;font-size:.8rem;font-weight:500;background:transparent;color:#475569;border:1px solid #E2E8F0;cursor:pointer;transition:all .2s ease}.notif-detail-btn:hover:not(.primary){background:#f8fafc;border-color:#cbd5e1}.notif-detail-btn.primary{background:var(--brand-gradient);color:#fff;border:none;font-weight:600}.notif-detail-footer{display:flex;flex-direction:column;gap:4px;padding-top:16px;border-top:1px solid #F1F5F9}.notif-detail-footer span{font-size:.72rem;color:#94a3b8}.connected-widget-body{padding:14px 18px 18px!important;display:flex;align-items:center}@media (max-width: 1200px){.notif-wrapper{padding:20px 24px 32px}.notif-detail{width:320px}}@media (max-width: 992px){.notif-wrapper{flex-direction:column;gap:20px}.notif-detail{width:100%;position:static}}@media (max-width: 768px){.notif-wrapper{padding:16px 16px 24px}.notif-stream{gap:28px}.notif-timeline-card{padding:14px 16px}.notif-timeline-icon{width:32px;height:32px;font-size:.75rem}.notif-time-label{width:36px;font-size:.65rem}.notif-timeline:before{left:46px}}@supports not (backdrop-filter: blur(1px)){.notif-detail-empty{background:#fffffff5}.notif-detail-content{background:#fffffff7}}.chat-page{background:#f8fafc}.chat-layout{display:flex;height:calc(100vh - 80px)}.chat-panel{width:340px;flex-shrink:0;background:#fff;border-right:1px solid #F1F5F9;display:flex;flex-direction:column}.chat-panel-search{padding:16px 16px 12px;position:relative}.chat-panel-search i{position:absolute;left:28px;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:.8rem}.chat-panel-search input{width:100%;padding:10px 14px 10px 36px;border-radius:24px;border:1px solid #E2E8F0;background:#f8fafc;font-size:.82rem;color:#334155;outline:none;transition:all .2s ease}.chat-panel-search input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb14}.chat-panel-search input::placeholder{color:#94a3b8}.chat-panel-list{flex:1;overflow-y:auto;padding-bottom:12px}.chat-section-label{font-size:.68rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;padding:10px 16px 6px}.chat-user{display:flex;align-items:center;gap:12px;padding:10px 16px;cursor:pointer;transition:background .12s ease;margin:0 4px;border-radius:12px}.chat-user:hover{background:#f8fafc}.chat-user.active{background:#eff6ff}.chat-user-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:#fff;flex-shrink:0;position:relative}.chat-user-avatar.online:after{content:"";position:absolute;bottom:1px;right:1px;width:11px;height:11px;border-radius:50%;background:#16a34a;border:2px solid #FFFFFF}.chat-user-info{flex:1;min-width:0}.chat-user-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.chat-user-name{font-size:.85rem;font-weight:600;color:#1e293b}.chat-user-time{font-size:.68rem;color:#94a3b8;flex-shrink:0}.chat-user-bottom{display:flex;justify-content:space-between;align-items:center}.chat-user-last{font-size:.74rem;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.chat-user-last i{font-size:.65rem;margin-right:2px}.chat-user-last i.read{color:#2563eb}.chat-user-last.typing{color:#f97316}.chat-user-badge{min-width:20px;height:18px;border-radius:9px;background:#f97316;color:#fff;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 6px;flex-shrink:0}.chat-user-pin{font-size:.55rem;color:#94a3b8;flex-shrink:0;transform:rotate(45deg);margin-left:2px}.chat-user.pinned.active .chat-user-pin{color:#2563eb}.chat-main{flex:1;min-width:0;display:flex;flex-direction:column;background:#f8fafc;position:relative}.chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.chat-empty-icon{width:72px;height:72px;border-radius:20px;background:#2563eb0d;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#94a3b8;margin-bottom:4px}.chat-empty h3{font-size:1rem;font-weight:600;color:#475569}.chat-empty p{font-size:.78rem;color:#94a3b8}.chat-active-conversation{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#fff;border-bottom:1px solid #F1F5F9;gap:16px}.chat-header-user{display:flex;align-items:center;gap:12px}.chat-header-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:#fff;flex-shrink:0}.chat-header-info h3{font-size:.9rem;font-weight:600;color:#1e293b}.chat-header-status{font-size:.72rem;color:#94a3b8}.chat-header-status.online{color:#16a34a}.chat-header-actions{display:flex;align-items:center;gap:8px}.chat-search-msg{padding:7px 12px;border-radius:24px;border:1px solid #E2E8F0;background:#f8fafc;font-size:.75rem;color:#334155;outline:none;width:180px;transition:all .2s ease}.chat-search-msg:focus{border-color:#2563eb;background:#fff}.chat-search-msg::placeholder{color:#94a3b8}.chat-header-btn{width:36px;height:36px;border-radius:50%;background:transparent;border:none;color:#64748b;cursor:pointer;font-size:.9rem;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.chat-header-btn:hover{background:#f1f5f9;color:#1e293b}.chat-messages{flex:1 1 0;overflow-y:auto;padding:20px 40px;display:flex;flex-direction:column;gap:4px;min-height:0}.chat-date-separator{text-align:center;margin:16px 0}.chat-date-separator span{font-size:.7rem;font-weight:600;color:#94a3b8;background:#94a3b81a;padding:4px 14px;border-radius:20px}.chat-msg{display:flex;max-width:70%}.chat-msg.sent{align-self:flex-end}.chat-msg.received{align-self:flex-start}.chat-msg-bubble{padding:10px 16px;border-radius:20px;position:relative}.chat-msg.sent .chat-msg-bubble{background:var(--brand-gradient);color:#fff;border-bottom-right-radius:6px}.chat-msg.received .chat-msg-bubble{background:#fff;color:#1e293b;border-bottom-left-radius:6px;box-shadow:0 1px 3px #0000000a}.chat-msg-bubble span{display:block;font-size:.85rem;line-height:1.5}.chat-msg-bubble span+span{margin-top:6px}.chat-msg-meta{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-top:4px;font-size:.62rem;opacity:.7}.chat-msg.sent .chat-msg-meta{color:#fffc}.chat-msg.received .chat-msg-meta{color:#94a3b8}.chat-msg-meta i{font-size:.55rem}.chat-input-bar{display:flex;align-items:flex-end;gap:8px;padding:14px 20px;background:#fff;border-top:1px solid #F1F5F9}.chat-input-btn{width:38px;height:38px;border-radius:50%;background:transparent;border:none;color:#64748b;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease}.chat-input-btn:hover{background:#f1f5f9;color:#2563eb}.chat-input-field{flex:1;background:#f8fafc;border:1px solid #E2E8F0;border-radius:24px;padding:2px;transition:all .2s ease}.chat-input-field:focus-within{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb0f}.chat-input-field textarea{width:100%;border:none;background:transparent;padding:8px 14px;font-size:.85rem;color:#1e293b;outline:none;resize:none;font-family:inherit;line-height:1.4;max-height:120px}.chat-input-field textarea::placeholder{color:#94a3b8}.chat-send-btn{width:42px;height:42px;border-radius:50%;background:var(--brand-gradient);border:none;color:#fff;cursor:pointer;font-size:.95rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.chat-send-btn:hover{box-shadow:0 4px 12px #2563eb4d;transform:scale(1.05)}@media (max-width: 992px){.chat-panel{width:280px}.chat-messages{padding:16px 20px}.chat-msg{max-width:85%}.chat-search-msg{width:120px}}@media (max-width: 768px){.chat-layout{flex-direction:column;height:auto}.chat-panel{width:100%;max-height:300px;border-right:none;border-bottom:1px solid #F1F5F9}.chat-messages{padding:16px}.chat-msg{max-width:90%}.chat-header{padding:10px 14px}.chat-header-actions{gap:4px}.chat-search-msg{display:none}.chat-input-bar{padding:10px 12px;gap:4px}}.account-page{background:#fff;min-height:100vh}.account-page .account-header{position:fixed;top:0;left:0;right:0;background:#fff;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;z-index:100}.account-page .btn-back{display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:10px;background:#fff;border:1px solid #E2E8F0;color:#64748b;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.account-page .btn-back:hover{background:#f1f5f9;color:#1e293b}.account-page .btn-back i,.account-page .btn-back svg{font-size:.9rem;width:16px;height:16px}.account-page .header-icons{display:flex;align-items:center;gap:12px}.account-page .header-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#fff;border:1px solid #E2E8F0;color:#64748b;font-size:1rem;cursor:pointer;transition:all .2s ease;position:relative}.account-page .header-btn:hover:not(:disabled){background:#f1f5f9;color:#1e293b}.account-page .header-btn:disabled{opacity:.5;cursor:not-allowed}.account-page .header-btn .badge{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:#dc2626;color:#fff;font-size:.65rem;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #FFFFFF}.account-page .header-avatar{cursor:pointer}.account-page .account-content{display:flex;flex-direction:column;align-items:center;text-align:center;min-height:100vh;max-width:520px;margin:0 auto;padding:100px 24px 40px}.account-page .account-avatar-large{position:relative;margin-bottom:20px}.account-page .avatar-edit-badge{position:absolute;bottom:4px;right:4px;width:36px;height:36px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;color:#64748b;box-shadow:0 2px 8px #00000026;border:2px solid #F0F4F8;cursor:pointer;transition:all .2s ease}.account-page .avatar-edit-badge:hover:not(:disabled){background:#f8fafc;color:#2563eb}.account-page .avatar-edit-badge:disabled{opacity:.7;cursor:not-allowed}.account-page .account-name{font-size:1.5rem;font-weight:var(--fw-h4);color:#1e293b;margin-bottom:4px}.account-page .account-email{font-size:.8rem;color:#64748b;margin-bottom:32px}.account-page .account-data{width:100%;display:flex;flex-direction:column;gap:16px}.account-page .data-item{display:flex;align-items:center;gap:16px;padding:16px;background:#f8fafc;border-radius:12px;border:1px solid #E2E8F0;transition:all .2s ease}.account-page .data-item:hover{background:#f1f5f9;border-color:#cbd5e1}.account-page .data-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#fff;color:#2563eb;font-size:1rem;border:1px solid #E2E8F0;flex-shrink:0}.account-page .data-info{display:flex;flex-direction:column;text-align:left}.account-page .data-label{font-size:.75rem;color:#64748b;font-weight:500;margin-bottom:2px}.account-page .data-value{font-size:.95rem;color:#1e293b;font-weight:500}@media (max-width: 768px){.account-page .account-header{padding:16px}.account-page .btn-back{padding:8px 14px;font-size:.8rem}.account-page .header-icons{gap:8px}.account-page .account-content{padding:90px 16px 32px}.account-page .account-name{font-size:1.3rem}}@media (max-width: 480px){.account-page .data-item{padding:12px;gap:12px}.account-page .data-icon{width:40px;height:40px;font-size:.9rem}.account-page .data-value{font-size:.85rem}}.esmart-hero{margin:24px 32px 0;border-radius:20px;background:linear-gradient(135deg,#22c55e,#16a34a,#15803d);padding:48px 56px;position:relative;overflow:hidden}.esmart-hero:before{content:"";position:absolute;top:-60px;right:-60px;width:300px;height:300px;border-radius:50%;background:#ffffff0f}.esmart-hero:after{content:"";position:absolute;bottom:-80px;right:80px;width:200px;height:200px;border-radius:50%;background:#ffffff0a}.esmart-back-btn{display:inline-flex;align-items:center;gap:8px;color:#ffffffd9;font-size:.82rem;font-weight:500;text-decoration:none;margin-bottom:20px;transition:all .2s ease;position:relative;z-index:1}.esmart-back-btn:hover{color:#fff;transform:translate(-3px)}.esmart-hero-content{display:flex;align-items:center;gap:32px;position:relative;z-index:1}.esmart-hero-icon{width:80px;height:80px;border-radius:20px;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;flex-shrink:0;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.esmart-hero-text h1{font-size:2rem;font-weight:var(--fw-hero);color:#fff;margin-bottom:6px;letter-spacing:-.5px}.esmart-hero-text p{font-size:1rem;color:#ffffffd9;max-width:500px;line-height:1.5}.esmart-hero-stats{display:flex;gap:24px;margin-top:24px}.esmart-hero-stat{display:flex;align-items:center;gap:8px;color:#ffffffe6;font-size:.85rem;font-weight:500}.esmart-hero-stat i{font-size:.9rem}.esmart-section-header{padding:40px 32px 8px}.esmart-section-header h2{font-size:1.25rem;font-weight:var(--fw-h2);color:var(--gov-dark-blue);margin-bottom:4px}.esmart-section-header p{font-size:.85rem;color:var(--gray-500)}.esmart-modules{padding:16px 32px 32px}.esmart-modules-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.esmart-module-card{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;padding:28px 24px;border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 24px #0000000a;transition:all .3s ease;text-align:center}.esmart-module-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014;border-color:#0000000f}.esmart-module-card:before{content:"";display:block;width:40px;height:3px;border-radius:2px;background:linear-gradient(90deg,#22c55e,#16a34a);margin:0 auto 16px}.esmart-module-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#fff;background:linear-gradient(135deg,#4ade80,#16a34a);margin:0 auto 14px}.esmart-module-card h3{font-size:1rem;font-weight:var(--fw-h3);color:var(--gray-800);margin-bottom:6px}.esmart-module-card p{font-size:.8rem;color:var(--gray-500);line-height:1.5}.esmart-features{padding:0 32px 40px}.esmart-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.esmart-feature-card{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;padding:28px;border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 24px #0000000a;display:flex;align-items:flex-start;gap:20px;transition:all .3s ease}.esmart-feature-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00000014;border-color:#0000000f}.esmart-feature-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.esmart-feature-icon.feat-green{background:linear-gradient(135deg,#4ade80,#16a34a);color:#fff}.esmart-feature-icon.feat-blue{background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff}.esmart-feature-info h3{font-size:1rem;font-weight:var(--fw-h3);color:var(--gray-800);margin-bottom:6px}.esmart-feature-info p{font-size:.82rem;color:var(--gray-500);line-height:1.5}.esmart-feature-info ul{list-style:none;margin-top:10px;display:flex;flex-direction:column;gap:6px}.esmart-feature-info ul li{font-size:.8rem;color:var(--gray-600);display:flex;align-items:center;gap:8px}.esmart-feature-info ul li i{color:var(--gov-green);font-size:.7rem}@media (max-width: 1200px){.esmart-modules-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.esmart-hero{margin:16px 20px 0;padding:32px 24px}.esmart-hero-content{flex-direction:column;text-align:center}.esmart-hero-text p{max-width:100%}.esmart-hero-stats{justify-content:center;flex-wrap:wrap}.esmart-hero-text h1{font-size:1.5rem}.esmart-section-header{padding:24px 20px 4px}.esmart-modules{padding:12px 20px 24px}.esmart-modules-grid{grid-template-columns:1fr}.esmart-features{padding:0 20px 24px}.esmart-features-grid{grid-template-columns:1fr}.esmart-feature-card{flex-direction:column;align-items:center;text-align:center}}@media (max-width: 480px){.esmart-hero{padding:24px 16px}.esmart-hero-stats{flex-direction:column;align-items:center}}@supports not (backdrop-filter: blur(1px)){.esmart-hero-icon{background:#ffffff59}.esmart-module-card,.esmart-feature-card{background:#fffffff0}}.nugov-hero{margin:24px 32px 0;border-radius:20px;background:linear-gradient(135deg,#a855f7,#9333ea,#7e22ce);padding:48px 56px;position:relative;overflow:hidden}.nugov-hero:before{content:"";position:absolute;top:-60px;right:-60px;width:300px;height:300px;border-radius:50%;background:#ffffff0f}.nugov-hero:after{content:"";position:absolute;bottom:-80px;right:80px;width:200px;height:200px;border-radius:50%;background:#ffffff0a}.nugov-back-btn{display:inline-flex;align-items:center;gap:8px;color:#ffffffd9;font-size:.82rem;font-weight:500;text-decoration:none;margin-bottom:20px;transition:all .2s ease;position:relative;z-index:1}.nugov-back-btn:hover{color:#fff;transform:translate(-3px)}.nugov-hero-content{display:flex;align-items:center;gap:32px;position:relative;z-index:1}.nugov-hero-icon{width:80px;height:80px;border-radius:20px;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;flex-shrink:0;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.nugov-hero-text h1{font-size:2rem;font-weight:var(--fw-hero);color:#fff;margin-bottom:6px;letter-spacing:-.5px}.nugov-hero-text p{font-size:1rem;color:#ffffffd9;max-width:500px;line-height:1.5}.nugov-hero-stats{display:flex;gap:24px;margin-top:24px}.nugov-hero-stat{display:flex;align-items:center;gap:8px;color:#ffffffe6;font-size:.85rem;font-weight:500}.nugov-hero-stat i{font-size:.9rem}.nugov-section-header{padding:40px 32px 8px}.nugov-section-header h2{font-size:1.25rem;font-weight:var(--fw-h2);color:var(--gov-dark-blue);margin-bottom:4px}.nugov-section-header p{font-size:.85rem;color:var(--gray-500)}.nugov-modules{padding:16px 32px 32px}.nugov-modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.nugov-module-card{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;padding:28px 24px;border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 24px #0000000a;transition:all .3s ease;text-align:center}.nugov-module-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014;border-color:#0000000f}.nugov-module-card:before{content:"";display:block;width:40px;height:3px;border-radius:2px;background:linear-gradient(90deg,#a855f7,#7e22ce);margin:0 auto 16px}.nugov-module-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#fff;background:linear-gradient(135deg,#c084fc,#7e22ce);margin:0 auto 14px}.nugov-module-card h3{font-size:1rem;font-weight:var(--fw-h3);color:var(--gray-800);margin-bottom:6px}.nugov-module-card p{font-size:.8rem;color:var(--gray-500);line-height:1.5}.nugov-features{padding:0 32px 40px}.nugov-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.nugov-feature-card{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;padding:28px;border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 24px #0000000a;display:flex;align-items:flex-start;gap:20px;transition:all .3s ease}.nugov-feature-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00000014;border-color:#0000000f}.nugov-feature-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.nugov-feature-icon.feat-purple{background:linear-gradient(135deg,#c084fc,#7e22ce);color:#fff}.nugov-feature-icon.feat-blue{background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff}.nugov-feature-info h3{font-size:1rem;font-weight:var(--fw-h3);color:var(--gray-800);margin-bottom:6px}.nugov-feature-info p{font-size:.82rem;color:var(--gray-500);line-height:1.5}.nugov-feature-info ul{list-style:none;margin-top:10px;display:flex;flex-direction:column;gap:6px}.nugov-feature-info ul li{font-size:.8rem;color:var(--gray-600);display:flex;align-items:center;gap:8px}.nugov-feature-info ul li i{color:var(--gov-green);font-size:.7rem}@media (max-width: 1200px){.nugov-modules-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.nugov-hero{margin:16px 20px 0;padding:32px 24px}.nugov-hero-content{flex-direction:column;text-align:center}.nugov-hero-text p{max-width:100%}.nugov-hero-stats{justify-content:center;flex-wrap:wrap}.nugov-hero-text h1{font-size:1.5rem}.nugov-section-header{padding:24px 20px 4px}.nugov-modules{padding:12px 20px 24px}.nugov-modules-grid{grid-template-columns:1fr}.nugov-features{padding:0 20px 24px}.nugov-features-grid{grid-template-columns:1fr}.nugov-feature-card{flex-direction:column;align-items:center;text-align:center}}@media (max-width: 480px){.nugov-hero{padding:24px 16px}.nugov-hero-stats{flex-direction:column;align-items:center}}@supports not (backdrop-filter: blur(1px)){.nugov-hero-icon{background:#ffffff59}.nugov-module-card,.nugov-feature-card{background:#fffffff0}}.iafi-page{background:linear-gradient(180deg,#fff7ed,#fff 30%,#fff7ed);background-image:radial-gradient(rgba(249,115,22,.06) 1px,transparent 1px);background-size:24px 24px}.iafi-hero{margin:24px 32px 0;border-radius:20px;background:linear-gradient(135deg,#fb923c,#f97316,#ea580c);padding:40px 48px;position:relative;overflow:hidden}.iafi-hero:before{content:"";position:absolute;top:-60px;right:-60px;width:300px;height:300px;border-radius:50%;background:#ffffff0f}.iafi-hero:after{content:"";position:absolute;bottom:-80px;right:80px;width:200px;height:200px;border-radius:50%;background:#ffffff0a}.iafi-back-btn{display:inline-flex;align-items:center;gap:8px;color:#ffffffd9;font-size:.82rem;font-weight:500;text-decoration:none;margin-bottom:16px;transition:all .2s ease;position:relative;z-index:1}.iafi-back-btn:hover{color:#fff;transform:translate(-3px)}.iafi-hero-content{display:flex;align-items:center;gap:24px;position:relative;z-index:1}.iafi-hero-icon{width:72px;height:72px;border-radius:18px;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff;flex-shrink:0;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.iafi-hero-text h1{font-size:1.8rem;font-weight:var(--fw-hero);color:#fff;margin-bottom:4px;letter-spacing:-.5px}.iafi-hero-text p{font-size:.95rem;color:#ffffffd9;max-width:500px;line-height:1.5}.iafi-actions{display:flex;gap:12px;margin:20px 32px 0;flex-wrap:wrap}.iafi-action-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#fff;border:1px solid #E2E8F0;border-radius:12px;color:#334155;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s ease;box-shadow:0 1px 3px #0000000a}.iafi-action-btn i{color:#f97316;font-size:.9rem}.iafi-action-btn:hover{border-color:#f97316;color:#f97316;box-shadow:0 4px 12px #f9731626;transform:translateY(-1px)}.iafi-layout{margin:24px 32px 32px}.iafi-main{min-width:0}.iafi-tabs{display:flex;gap:4px;background:#f1f5f9;padding:4px;border-radius:12px;margin-bottom:24px;width:fit-content}.iafi-tab{padding:8px 20px;border-radius:10px;font-size:.85rem;font-weight:500;background:transparent;color:#64748b;border:none;cursor:pointer;transition:all .2s ease}.iafi-tab.active{background:#fff;color:#f97316;box-shadow:0 1px 3px #00000014;font-weight:600}.iafi-tab:hover:not(.active){color:#334155}.iafi-group{margin-bottom:32px}.iafi-group:last-child{margin-bottom:0}.iafi-group-title{font-size:.85rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid #F1F5F9}.iafi-modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.iafi-module-card{background:#fffc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:14px;padding:20px;border:1px solid rgba(255,255,255,.9);box-shadow:0 2px 12px #0000000a;transition:all .3s ease;cursor:pointer;display:flex;gap:14px;align-items:flex-start}.iafi-module-card:hover{box-shadow:0 8px 24px #f973161a;border-color:#f9731633;transform:translateY(-2px)}.iafi-module-card.expanded{grid-column:span 3}.iafi-module-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#fff;background:linear-gradient(135deg,#fb923c,#ea580c);flex-shrink:0}.iafi-module-body{flex:1;min-width:0}.iafi-module-top{display:flex;align-items:center;gap:8px;margin-bottom:4px}.iafi-module-card h3{font-size:.9rem;font-weight:var(--fw-h3);color:#1e293b}.iafi-module-card p{font-size:.78rem;color:#64748b;line-height:1.5;margin-bottom:8px}.iafi-badge{font-size:.62rem;font-weight:600;padding:2px 8px;border-radius:10px;white-space:nowrap}.iafi-badge-alert{background:#dc262614;color:#dc2626}.iafi-badge-new{background:#16a34a14;color:#16a34a}.iafi-badge-warn{background:#f9731614;color:#f97316}.iafi-module-expand{display:none;gap:10px;padding-top:10px;border-top:1px solid #F1F5F9}.iafi-module-card.expanded .iafi-module-expand{display:flex}.iafi-expand-link{font-size:.75rem;font-weight:500;color:#f97316;text-decoration:none;display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:8px;background:#f973160f;transition:all .2s ease}.iafi-expand-link:hover{background:#f973161f;color:#ea580c}.iafi-features-list{display:flex;flex-direction:column;gap:16px}.iafi-feature-card{background:#fffc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;padding:28px;border:1px solid rgba(255,255,255,.9);box-shadow:0 2px 12px #0000000a;display:flex;align-items:flex-start;gap:24px;transition:all .3s ease}.iafi-feature-card:hover{box-shadow:0 8px 24px #f9731614}.iafi-feature-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.iafi-feature-icon.feat-blue{background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff}.iafi-feature-icon.feat-green{background:linear-gradient(135deg,#34d399,#059669);color:#fff}.iafi-feature-info h3{font-size:1rem;font-weight:var(--fw-h3);color:#1e293b;margin-bottom:6px}.iafi-feature-info p{font-size:.82rem;color:#64748b;line-height:1.5}.iafi-feature-info ul{list-style:none;margin-top:10px;display:flex;flex-direction:column;gap:6px}.iafi-feature-info ul li{font-size:.8rem;color:#64748b;display:flex;align-items:center;gap:8px}.iafi-feature-info ul li i{color:#16a34a;font-size:.7rem}@media (max-width: 1200px){.iafi-modules-grid{grid-template-columns:repeat(2,1fr)}.iafi-module-card.expanded{grid-column:span 2}}@media (max-width: 992px){.iafi-layout{flex-direction:column}}@media (max-width: 768px){.iafi-hero{margin:16px 16px 0;padding:28px 20px}.iafi-hero-content{flex-direction:column;text-align:center}.iafi-hero-text p{max-width:100%}.iafi-hero-text h1{font-size:1.5rem}.iafi-actions{margin:16px 16px 0;gap:8px}.iafi-action-btn{padding:8px 14px;font-size:.8rem}.iafi-layout{margin:20px 16px 24px;flex-direction:column}.iafi-modules-grid{grid-template-columns:1fr}.iafi-module-card.expanded{grid-column:span 1}.iafi-feature-card{flex-direction:column;align-items:center;text-align:center}}@media (max-width: 480px){.iafi-hero{padding:24px 16px;border-radius:16px}.iafi-hero-icon{width:56px;height:56px;font-size:1.5rem}}@supports not (backdrop-filter: blur(1px)){.iafi-hero-icon{background:#ffffff59}.iafi-module-card,.iafi-feature-card{background:#fffffff5}}:root{--gov-blue: #447CE0;--gov-green: #35AB63;--gov-yellow: #FAC70A;--gov-red: #DC2626;--gov-dark-blue: #173456;--brand-gradient: linear-gradient(135deg, #447CE0 0%, #35AB63 50%, #FAC70A 100%);--brand-gradient-horizontal: linear-gradient(90deg, #447CE0 0%, #35AB63 50%, #FAC70A 100%);--white: #FFFFFF;--gray-50: #F8FAFC;--gray-100: #F1F5F9;--gray-200: #E2E8F0;--gray-300: #CBD5E1;--gray-400: #94A3B8;--gray-500: #64748B;--gray-600: #475569;--gray-700: #334155;--gray-800: #1E293B;--gray-900: #0F172A;--bg-main: #F0F4F8;--text-dark: #173456;--text-muted: #64748B;--font-family: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--fw-hero: 700;--fw-h1: 600;--fw-h2: 500;--fw-h3: 500;--fw-h4: 400}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);color:var(--text-dark);background:var(--bg-main);-webkit-font-smoothing:antialiased;overflow-x:hidden}a{text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;outline:none}input,select{font-family:inherit;outline:none}.icon-thin{-webkit-text-stroke:.7px currentColor;paint-order:stroke fill}:focus-visible{outline:2px solid var(--gov-blue);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
