:root{--bg:#f3f7f5;--surface:#ffffff;--surface-soft:#f8fcfa;--surface-strong:#eef8f3;--border:#d7e6de;--border-strong:#bfd8cb;--text:#17342b;--text-soft:#5f7a70;--text-faint:#86a095;--primary:#69c7a5;--primary-strong:#4bb58f;--primary-soft:#e8faf3;--danger:#d84c4c;--danger-soft:#fff3f3;--danger-border:#f2b8b8;--shadow-sm:0 4px 14px rgba(30,60,45,0.05);--shadow-md:0 10px 28px rgba(30,60,45,0.08);--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--radius-xl:22px}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}body{min-height:100vh}button,input,select,textarea{font:inherit}input:not([type=checkbox]):not([type=radio]),select,textarea{width:100%;border:1px solid var(--border);background:#fff;color:var(--text);border-radius:var(--radius-md);outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}input:not([type=checkbox]):not([type=radio]),select{height:46px;padding:0 14px}textarea{padding:14px;resize:vertical;min-height:110px}input:not([type=checkbox]):not([type=radio]):focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(105,199,165,.16)}input[type=checkbox],input[type=radio]{width:16px;height:16px;padding:0;margin:0;accent-color:var(--primary-strong);flex:0 0 auto}button{border:0;cursor:pointer;transition:transform .08s ease,opacity .18s ease,background .18s ease,border-color .18s ease}button:hover{opacity:.96}button:active{transform:translateY(1px)}.container{max-width:1280px;margin:0 auto;padding:0 24px 40px}.page-shell{display:flex;flex-direction:column;gap:22px}@media (max-width:980px){.container{padding:0 14px 28px}}.erp-auth-page-shell{padding-top:20px;gap:8px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.erp-auth-landing-header{width:min(1200px,100%);min-height:54px;margin:0 auto;padding:0;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:22px;position:relative;z-index:10}.erp-auth-landing-brand{display:inline-flex;align-items:center;min-width:0;flex:0 0 auto;text-decoration:none}.erp-auth-landing-logo{width:auto;height:clamp(42px,4.2vw,54px);display:block;object-fit:contain;filter:drop-shadow(0 12px 24px rgba(7,27,36,.08))}.erp-auth-landing-login{min-height:38px;padding:0 17px;border-radius:999px;border:1px solid rgba(7,27,36,.12);background:rgba(255,255,255,.82);color:#071b24;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 12px 32px rgba(7,27,36,.06);backdrop-filter:blur(14px);font-size:.94rem;font-weight:850;line-height:1;letter-spacing:-.035em;text-decoration:none;white-space:nowrap;transition:transform .16s ease,background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.erp-auth-landing-login:hover{transform:translateY(-2px);border-color:#071b24;background:#071b24;color:#ffffff;box-shadow:0 16px 34px rgba(7,27,36,.18)}.topbar-clipp{min-height:54px;margin-top:16px;padding:0 18px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,0)),linear-gradient(135deg,#69c7a5,#4bb58f);border:1px solid rgba(255,255,255,.46);box-shadow:0 10px 26px rgba(30,60,45,.1),inset 0 1px 0 rgba(255,255,255,.28);justify-content:space-between}.topbar-brand,.topbar-clipp{display:flex;align-items:center}.topbar-brand{gap:10px}.topbar-logo{width:32px;height:32px;border-radius:12px;background:rgba(255,255,255,.22);display:inline-flex;align-items:center;justify-content:center;font-size:17px;line-height:1;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 4px 12px rgba(20,70,48,.12)}.topbar-logo,.topbar-title{color:#ffffff;font-weight:950}.topbar-title{margin:0;font-size:18px;letter-spacing:-.03em;line-height:1.1}.erp-auth-wrap{min-height:calc(100vh - 126px);display:grid;place-items:center;padding:24px 0 54px}.erp-auth-card{width:min(100%,430px);position:relative;overflow:hidden;padding:26px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,252,250,.96)),var(--surface);border:1px solid var(--border);box-shadow:0 18px 48px rgba(30,60,45,.1),0 2px 8px rgba(30,60,45,.04)}.erp-auth-card:before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,#69c7a5,#4bb58f,#a8ead4)}.erp-auth-card-glow{position:absolute;width:190px;height:190px;right:-76px;top:-82px;border-radius:999px;background:radial-gradient(circle,rgba(105,199,165,.24),transparent 68%);pointer-events:none}.erp-auth-header{position:relative;display:grid;gap:8px;margin-bottom:20px}.erp-auth-kicker{width:fit-content;padding:5px 10px;border-radius:999px;background:var(--primary-soft);border:1px solid rgba(105,199,165,.32);color:#2f8d6d;font-size:12px;font-weight:900;letter-spacing:.02em}.erp-panel-title{margin:0;color:#12382d;font-size:28px;font-weight:950;letter-spacing:-.045em;line-height:1.08}.erp-panel-text{margin:0;color:var(--text-soft);font-size:14px;line-height:1.45}.erp-auth-fields{display:grid;gap:14px}.erp-auth-field{display:grid;gap:7px}.erp-label{color:#24483c;font-size:13px;font-weight:850}.erp-auth-card input:not([type=checkbox]):not([type=radio]){height:48px;border-radius:15px;border-color:var(--border);background:rgba(255,255,255,.94);font-size:14px;box-shadow:inset 0 1px 0 rgba(30,60,45,.02)}.erp-auth-card input::placeholder{color:#a0b7ae}.erp-auth-card input:not([type=checkbox]):not([type=radio]):focus{border-color:var(--primary-strong);background:#ffffff;box-shadow:0 0 0 4px rgba(105,199,165,.17),0 8px 18px rgba(30,60,45,.05)}.erp-auth-password-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.erp-auth-forgot-link{color:#2f8d6d;font-size:12px;font-weight:900;line-height:1;text-decoration:none;white-space:nowrap}.erp-auth-forgot-link:hover{color:#1e6c56;text-decoration:underline}.erp-form-actions-clipp{display:flex;justify-content:flex-end;margin-top:20px}.erp-submit-clipp{min-height:44px;padding:0 22px;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,0)),linear-gradient(135deg,var(--primary),var(--primary-strong));color:#ffffff;font-size:14px;font-weight:950;box-shadow:0 10px 22px rgba(75,181,143,.24),inset 0 1px 0 rgba(255,255,255,.26)}.erp-submit-clipp:hover{opacity:1;filter:saturate(1.04);box-shadow:0 12px 26px rgba(75,181,143,.3),inset 0 1px 0 rgba(255,255,255,.3)}.erp-submit-clipp:active{transform:translateY(1px)}.erp-auth-error{margin:0 0 16px;padding:11px 13px;border:1px solid var(--danger-border);border-radius:14px;background:var(--danger-soft);color:#b43737;font-size:13px;font-weight:750;line-height:1.35}@media (max-width:640px){.erp-auth-page-shell{padding-top:18px}.erp-auth-landing-logo{height:40px}.erp-auth-landing-login{min-height:36px;padding:0 14px;font-size:.86rem}.topbar-clipp{min-height:50px;margin-top:10px;border-radius:16px}.erp-auth-wrap{min-height:calc(100vh - 100px);padding:18px 0 34px;place-items:start center}.erp-auth-card{padding:22px;border-radius:21px}.erp-panel-title{font-size:25px}.erp-form-actions-clipp{justify-content:stretch}.erp-submit-clipp{width:100%}}input[type=password]::-ms-clear,input[type=password]::-ms-reveal{display:none}@media (max-width:640px){.erp-mobile-topbar-nav{gap:6px!important}.erp-mobile-topbar-module{width:42px!important;height:38px!important;min-width:42px!important;padding:0!important;justify-content:center!important;border-radius:14px!important;font-size:18px!important}.erp-mobile-topbar-label{display:none!important}}@media (max-width:420px){.erp-mobile-topbar-module{width:38px!important;height:36px!important;min-width:38px!important;border-radius:13px!important;font-size:17px!important}.erp-mobile-topbar-nav{gap:5px!important}}.erp-mobile-topbar-actions{align-items:center}.erp-topbar-notification-compact{display:inline-flex;align-items:center;justify-content:center}.erp-topbar-notification-compact :is(button,a){width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;padding:0!important;border-radius:999px!important;font-size:16px!important;box-shadow:0 1px 8px rgba(15,23,42,.07)!important}.erp-topbar-sair-btn{height:34px;min-height:34px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:850;box-shadow:0 1px 8px rgba(15,23,42,.07)!important}@media (max-width:640px){.erp-mobile-topbar-actions{gap:6px!important}.erp-topbar-notification-compact :is(button,a){width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;font-size:14px!important;box-shadow:none!important}.erp-topbar-sair-btn{height:30px!important;min-height:30px!important;padding:0 11px!important;font-size:12px!important;box-shadow:none!important}.erp-mobile-topbar-inner{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center!important;column-gap:10px!important;row-gap:10px!important;padding:10px 12px 12px!important}.erp-mobile-topbar-brand{grid-column:1;grid-row:1;align-self:center}.erp-mobile-topbar-actions{grid-column:2;grid-row:1;margin-left:0!important;align-self:center;justify-self:end}.erp-mobile-topbar-nav{grid-column:1/-1;grid-row:2;width:100%;justify-content:flex-start}.erp-app-topbar{transform:translateY(0);opacity:1;transition:transform .22s ease,opacity .22s ease;will-change:transform}.erp-app-topbar--hidden{transform:translateY(-100%);opacity:0;pointer-events:none}}.erp-topbar-config-btn{width:34px;height:34px;min-width:34px;min-height:34px;padding:0;border-radius:999px;background:#ffffff;border:1px solid #ffffff;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1;box-shadow:0 1px 8px rgba(15,23,42,.07)}.erp-topbar-config-btn:hover{opacity:1;background:#f8fffc;transform:translateY(-1px)}.erp-topbar-config-backdrop{position:fixed;inset:0;z-index:2200;padding:18px;background:rgba(15,23,42,.34);backdrop-filter:blur(5px);display:grid;place-items:center}.erp-topbar-config-modal{width:min(100%,540px);max-height:min(86vh,720px);overflow:auto;border-radius:24px;border:1px solid rgba(215,230,222,.92);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,252,250,.98)),#ffffff;box-shadow:0 24px 70px rgba(15,23,42,.22),inset 0 1px 0 rgba(255,255,255,.86)}.erp-topbar-config-header{padding:20px 20px 16px;border-bottom:1px solid #e5ece9;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:start}.erp-topbar-config-kicker{width:fit-content;min-height:22px;padding:3px 9px;border-radius:999px;background:#e8faf3;border:1px solid rgba(105,199,165,.34);color:#2f8d6d;display:inline-flex;align-items:center;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.erp-topbar-config-header h2{margin:8px 0 4px;color:#12382d;font-size:22px;font-weight:950;letter-spacing:-.04em}.erp-topbar-config-header p{margin:0;color:#5f7a70;font-size:13px;line-height:1.45}.erp-topbar-config-close{width:34px;height:34px;border-radius:999px;background:#f8fcfa;border:1px solid #d7e6de;color:#17342b;display:inline-flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;line-height:1}.erp-topbar-config-list{padding:14px;display:grid;gap:9px}.erp-topbar-config-option{min-height:64px;padding:11px 12px;border:1px solid #d7e6de;border-radius:17px;background:#ffffff;display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:11px;cursor:pointer;user-select:none;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .08s ease}.erp-topbar-config-option:hover{background:#f8fcfa;border-color:#bfd8cb;box-shadow:0 8px 20px rgba(30,60,45,.06)}.erp-topbar-config-option:active{transform:translateY(1px)}.erp-topbar-config-option input{width:17px;height:17px;accent-color:#4bb58f}.erp-topbar-config-option-icon{width:34px;height:34px;border-radius:12px;background:#e8faf3;display:inline-flex;align-items:center;justify-content:center;font-size:17px}.erp-topbar-config-option-text{min-width:0;display:grid;gap:3px}.erp-topbar-config-option-text strong{color:#12382d;font-size:14px;font-weight:950}.erp-topbar-config-option-text small{color:#5f7a70;font-size:12px;font-weight:700;line-height:1.35}.erp-topbar-config-footer{padding:14px;border-top:1px solid #e5ece9;display:flex;justify-content:flex-end;gap:9px;flex-wrap:wrap}.erp-topbar-config-done,.erp-topbar-config-reset{min-height:38px;padding:0 15px;border-radius:999px;font-size:13px;font-weight:900}.erp-topbar-config-reset{background:#ffffff;border:1px solid #bfd8cb;color:#17342b}.erp-topbar-config-done{background:linear-gradient(135deg,#69c7a5,#4bb58f);color:#ffffff;box-shadow:0 10px 20px rgba(75,181,143,.22)}@media (max-width:640px){.erp-topbar-config-btn{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;font-size:14px!important;box-shadow:none!important}.erp-topbar-config-backdrop{padding:12px;place-items:end center}.erp-topbar-config-modal{width:100%;max-height:88vh;border-radius:22px}.erp-topbar-config-header{padding:18px 16px 14px}.erp-topbar-config-list{padding:12px}.erp-topbar-config-option{grid-template-columns:auto auto minmax(0,1fr)}.erp-topbar-config-footer{justify-content:stretch}.erp-topbar-config-done,.erp-topbar-config-reset{flex:1}}.erp-help-backdrop{position:fixed;inset:0;z-index:2300;padding:18px;background:rgba(15,23,42,.34);backdrop-filter:blur(5px);display:grid;place-items:center}.erp-help-modal{width:min(100%,980px);max-height:min(88vh,800px);overflow:auto;border-radius:24px;border:1px solid rgba(215,230,222,.92);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,252,250,.98)),#ffffff;box-shadow:0 24px 70px rgba(15,23,42,.22),inset 0 1px 0 rgba(255,255,255,.86)}.erp-help-header{padding:20px 20px 16px;border-bottom:1px solid #e5ece9;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:start}.erp-help-kicker{width:fit-content;min-height:22px;padding:3px 9px;border-radius:999px;background:#e8faf3;border:1px solid rgba(105,199,165,.34);color:#2f8d6d;display:inline-flex;align-items:center;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.erp-help-header h2{margin:8px 0 4px;color:#12382d;font-size:22px;font-weight:950;letter-spacing:-.04em}.erp-help-header p{margin:0;color:#5f7a70;font-size:13px;line-height:1.45}.erp-help-close{width:34px;height:34px;border-radius:999px;background:#f8fcfa;border:1px solid #d7e6de;color:#17342b;display:inline-flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;line-height:1}.erp-help-mode-switch{padding:12px 20px 0;display:inline-flex;gap:6px}.erp-help-mode-btn{min-height:32px;padding:0 13px;border-radius:999px;background:#ffffff;border:1px solid #bfd8cb;color:#17342b;font-size:12px;font-weight:900}.erp-help-mode-btn.ativo{background:#e8faf3;color:#1e6c56;border-color:#69c7a5}.erp-help-toolbar{padding:14px 20px 0;display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:10px}.erp-help-toolbar input,.erp-help-toolbar select{height:40px;border-radius:999px;font-size:13px}.erp-help-error{margin:12px 20px 0;padding:10px 12px;border-radius:14px;border:1px solid #f2b8b8;background:#fff3f3;color:#b43737;font-size:13px;font-weight:800}.erp-help-body{padding:14px 20px 18px}.erp-help-body.admin{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:14px;align-items:start}.erp-help-form{padding:14px;border:1px solid #d7e6de;border-radius:18px;background:#fbfdfc;display:grid;gap:12px}.erp-help-form h3{margin:0;color:#12382d;font-size:16px;font-weight:950}.erp-help-field{display:grid;gap:7px}.erp-help-field span{color:#24483c;font-size:12px;font-weight:900}.erp-help-field input,.erp-help-field select{height:42px;border-radius:13px;font-size:13px}.erp-help-field textarea{min-height:130px;border-radius:13px;font-size:13px;line-height:1.45}.erp-help-form-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.erp-help-form-row label{display:inline-flex;align-items:center;gap:7px;color:#24483c;font-size:12px;font-weight:900}.erp-help-done,.erp-help-save{min-height:38px;padding:0 15px;border-radius:999px;background:linear-gradient(135deg,#69c7a5,#4bb58f);color:#ffffff;font-size:13px;font-weight:900;box-shadow:0 10px 20px rgba(75,181,143,.22)}.erp-help-save:disabled{opacity:.65;cursor:not-allowed}.erp-help-list{display:grid;gap:10px}.erp-help-empty{padding:18px;border:1px dashed #bfd8cb;border-radius:18px;background:#fbfdfc;color:#5f7a70;font-size:13px;font-weight:750;line-height:1.45}.erp-help-card{padding:14px;border:1px solid #d7e6de;border-radius:18px;background:#ffffff;box-shadow:0 6px 18px rgba(30,60,45,.05)}.erp-help-card-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start;margin-bottom:8px}.erp-help-chip{width:fit-content;min-height:21px;margin:0 5px 5px 0;padding:3px 8px;border-radius:999px;background:#e8faf3;border:1px solid rgba(105,199,165,.3);color:#2f8d6d;display:inline-flex;align-items:center;font-size:10px;font-weight:950;text-transform:uppercase}.erp-help-chip.destaque{background:#fff8e8;border-color:#ecd9a5;color:#9a5b05}.erp-help-chip.oculto{background:#fff3f3;border-color:#f2b8b8;color:#b43737}.erp-help-card h3{margin:4px 0 0;color:#12382d;font-size:16px;font-weight:950;line-height:1.2}.erp-help-card p{margin:0;color:#456258;font-size:13px;line-height:1.5;white-space:pre-wrap}.erp-help-admin-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}.erp-help-admin-actions button{min-height:30px;padding:0 10px;border-radius:999px;background:#ffffff;border:1px solid #bfd8cb;color:#17342b;font-size:12px;font-weight:900}.erp-help-admin-actions button.danger{background:#fff3f3;border-color:#f2b8b8;color:#b43737}.erp-help-video{margin-top:12px;overflow:hidden;border:1px solid #d7e6de;border-radius:16px;background:#f8fcfa}.erp-help-video iframe,.erp-help-video video{width:100%;aspect-ratio:16/9;display:block;border:0;background:#000000}.erp-help-video a{min-height:42px;padding:0 14px;color:#1e6c56;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;text-decoration:none}.erp-help-footer{padding:14px 20px;border-top:1px solid #e5ece9;display:flex;justify-content:flex-end}@media (max-width:820px){.erp-help-body.admin,.erp-help-toolbar{grid-template-columns:1fr}}@media (max-width:640px){.erp-topbar-help-btn{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;font-size:14px!important;box-shadow:none!important}.erp-help-backdrop{padding:12px;place-items:end center}.erp-help-modal{width:100%;max-height:88vh;border-radius:22px}.erp-help-header{padding:18px 16px 14px}.erp-help-body,.erp-help-footer,.erp-help-toolbar{padding-left:12px;padding-right:12px}.erp-help-footer{justify-content:stretch}.erp-help-done{width:100%}}.erp-topbar-help-btn{width:34px;height:34px;min-width:34px;min-height:34px;padding:0;border-radius:999px;background:#ffffff;border:1px solid #ffffff;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1;box-shadow:0 1px 8px rgba(15,23,42,.07)}.erp-topbar-help-btn:hover{opacity:1;background:#f8fffc;transform:translateY(-1px)}.erp-topbar-help-backdrop{position:fixed;inset:0;z-index:2200;padding:18px;background:rgba(15,23,42,.34);backdrop-filter:blur(5px);display:grid;place-items:center}.erp-topbar-help-modal{width:min(100%,920px);max-height:min(88vh,780px);overflow:auto;border-radius:24px;border:1px solid rgba(215,230,222,.92);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,252,250,.98)),#ffffff;box-shadow:0 24px 70px rgba(15,23,42,.22),inset 0 1px 0 rgba(255,255,255,.86)}.erp-topbar-help-header{padding:20px 20px 16px;border-bottom:1px solid #e5ece9;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:start}.erp-topbar-help-kicker{width:fit-content;min-height:22px;padding:3px 9px;border-radius:999px;background:#e8faf3;border:1px solid rgba(105,199,165,.34);color:#2f8d6d;display:inline-flex;align-items:center;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.erp-topbar-help-header h2{margin:8px 0 4px;color:#12382d;font-size:22px;font-weight:950;letter-spacing:-.04em}.erp-topbar-help-header p{margin:0;color:#5f7a70;font-size:13px;line-height:1.45}.erp-topbar-help-close{width:34px;height:34px;border-radius:999px;background:#f8fcfa;border:1px solid #d7e6de;color:#17342b;display:inline-flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;line-height:1}.erp-topbar-help-body{padding:14px;display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:14px;align-items:start}.erp-topbar-help-form{padding:14px;border:1px solid #d7e6de;border-radius:18px;background:#fbfdfc;display:grid;gap:12px}.erp-topbar-help-form-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:12px}.erp-topbar-help-field{display:grid;gap:7px}.erp-topbar-help-field span{color:#24483c;font-size:12px;font-weight:900}.erp-topbar-help-field input,.erp-topbar-help-field select{height:42px;border-radius:13px;font-size:13px}.erp-topbar-help-field textarea{min-height:130px;border-radius:13px;font-size:13px;line-height:1.45}.erp-topbar-help-actions{display:flex;justify-content:flex-end}.erp-topbar-help-done,.erp-topbar-help-save{min-height:38px;padding:0 15px;border-radius:999px;background:linear-gradient(135deg,#69c7a5,#4bb58f);color:#ffffff;font-size:13px;font-weight:900;box-shadow:0 10px 20px rgba(75,181,143,.22)}.erp-topbar-help-list{display:grid;gap:10px}.erp-topbar-help-empty{padding:18px;border:1px dashed #bfd8cb;border-radius:18px;background:#fbfdfc;color:#5f7a70;font-size:13px;font-weight:750;line-height:1.45}.erp-topbar-help-card{padding:14px;border:1px solid #d7e6de;border-radius:18px;background:#ffffff;box-shadow:0 6px 18px rgba(30,60,45,.05)}.erp-topbar-help-card-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start;margin-bottom:8px}.erp-topbar-help-card-header span{width:fit-content;min-height:21px;padding:3px 8px;border-radius:999px;background:#e8faf3;border:1px solid rgba(105,199,165,.3);color:#2f8d6d;display:inline-flex;align-items:center;font-size:10px;font-weight:950;text-transform:uppercase}.erp-topbar-help-card h3{margin:7px 0 0;color:#12382d;font-size:16px;font-weight:950;line-height:1.2}.erp-topbar-help-card p{margin:0;color:#456258;font-size:13px;line-height:1.5;white-space:pre-wrap}.erp-topbar-help-remove{width:30px;height:30px;border-radius:999px;background:#fff3f3;border:1px solid #f2b8b8;color:#b43737;display:inline-flex;align-items:center;justify-content:center;font-size:20px;font-weight:900;line-height:1}.erp-topbar-help-video{margin-top:12px;overflow:hidden;border:1px solid #d7e6de;border-radius:16px;background:#f8fcfa}.erp-topbar-help-video iframe,.erp-topbar-help-video video{width:100%;aspect-ratio:16/9;display:block;border:0;background:#000000}.erp-topbar-help-video a{min-height:42px;padding:0 14px;color:#1e6c56;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;text-decoration:none}.erp-topbar-help-footer{padding:14px;border-top:1px solid #e5ece9;display:flex;justify-content:flex-end}@media (max-width:760px){.erp-topbar-help-body{grid-template-columns:1fr}}@media (max-width:640px){.erp-topbar-help-btn{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;font-size:14px!important;box-shadow:none!important}.erp-topbar-help-backdrop{padding:12px;place-items:end center}.erp-topbar-help-modal{width:100%;max-height:88vh;border-radius:22px}.erp-topbar-help-header{padding:18px 16px 14px}.erp-topbar-help-body{padding:12px}.erp-topbar-help-footer{justify-content:stretch}.erp-topbar-help-done{width:100%}}.erp-topbar-subscription-btn{min-height:34px;padding:0 14px;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.35),rgba(255,255,255,0)),linear-gradient(135deg,#f8c84e,#f59e0b);border:1px solid rgba(255,255,255,.72);color:#3b2500;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.025em;box-shadow:0 8px 18px rgba(180,100,0,.2),inset 0 1px 0 rgba(255,255,255,.45)}.erp-topbar-subscription-btn--active{background:linear-gradient(180deg,rgba(255,255,255,.32),rgba(255,255,255,0)),linear-gradient(135deg,#69c7a5,#2f8d6d);color:#ffffff;box-shadow:0 8px 18px rgba(30,120,88,.22),inset 0 1px 0 rgba(255,255,255,.38)}.erp-topbar-subscription-btn--trial{background:linear-gradient(180deg,rgba(255,255,255,.35),rgba(255,255,255,0)),linear-gradient(135deg,#a8ead4,#4bb58f);color:#12382d;box-shadow:0 8px 18px rgba(30,120,88,.16),inset 0 1px 0 rgba(255,255,255,.45)}.erp-topbar-subscription-btn strong{font-size:11px;line-height:1}.erp-topbar-subscription-btn:hover{opacity:1;transform:translateY(-1px);filter:saturate(1.06)}.erp-subscription-backdrop{position:fixed;inset:0;z-index:2400;padding:18px;background:rgba(15,23,42,.38);backdrop-filter:blur(6px);display:grid;place-items:center}.erp-subscription-modal{width:min(100%,920px);max-height:min(90vh,840px);overflow:auto;border-radius:26px;border:1px solid rgba(244,190,66,.34);background:radial-gradient(circle at top right,rgba(248,200,78,.16),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.99),rgba(248,252,250,.99)),#ffffff;box-shadow:0 28px 80px rgba(15,23,42,.26),inset 0 1px 0 rgba(255,255,255,.92)}.erp-subscription-header{padding:22px 22px 18px;border-bottom:1px solid #ece4cf;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:start}.erp-subscription-kicker{width:fit-content;min-height:23px;padding:4px 10px;border-radius:999px;background:#fff8e8;border:1px solid #ecd9a5;color:#9a5b05;display:inline-flex;align-items:center;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.erp-subscription-header h2{margin:9px 0 5px;color:#12382d;font-size:24px;font-weight:950;letter-spacing:-.045em}.erp-subscription-header p{max-width:760px;margin:0;color:#5f7a70;font-size:13px;line-height:1.48}.erp-subscription-close{width:36px;height:36px;border-radius:999px;background:#ffffff;border:1px solid #e8d9b5;color:#17342b;display:inline-flex;align-items:center;justify-content:center;font-size:23px;font-weight:850;line-height:1}.erp-subscription-body{padding:16px 18px 18px;display:grid;gap:15px}.erp-subscription-checkout,.erp-subscription-section{padding:14px;border:1px solid #e4eee9;border-radius:20px;background:rgba(255,255,255,.72)}.erp-subscription-section-header{display:grid;gap:3px;margin-bottom:12px}.erp-subscription-section-header span{color:#9a5b05;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.erp-subscription-section-header strong{color:#12382d;font-size:16px;font-weight:950}.erp-subscription-plans{display:grid;grid-template-columns:minmax(0,1fr);gap:12px}.erp-subscription-plan{position:relative;min-height:230px;padding:15px;border-radius:19px;border:1px solid #d7e6de;background:#ffffff;color:#17342b;text-align:left;display:flex;flex-direction:column;gap:7px;box-shadow:0 6px 18px rgba(30,60,45,.05)}.erp-subscription-plan:hover{opacity:1;border-color:#e8c66f;transform:translateY(-1px);box-shadow:0 12px 26px rgba(30,60,45,.1)}.erp-subscription-plan--active{border-color:#f59e0b;background:linear-gradient(180deg,rgba(255,248,232,.95),rgba(255,255,255,.98)),#ffffff;box-shadow:0 14px 34px rgba(180,100,0,.14),inset 0 0 0 1px rgba(245,158,11,.22)}.erp-subscription-plan--featured{border-color:#e8c66f}.erp-subscription-featured-badge{width:fit-content;min-height:21px;padding:3px 8px;border-radius:999px;background:#fef3c7;border:1px solid #f8d56d;color:#8a5700;font-size:10px;font-weight:950;text-transform:uppercase}.erp-subscription-plan-name{color:#5f7a70;font-size:12px;font-weight:950;text-transform:uppercase}.erp-subscription-plan strong{color:#12382d;font-size:25px;font-weight:950;letter-spacing:-.045em}.erp-subscription-plan small{margin-top:-5px;color:#6f837b;font-size:11px;font-weight:800}.erp-subscription-plan em{color:#456258;font-size:12px;font-style:normal;font-weight:800}.erp-subscription-plan ul{margin:5px 0 0;padding-left:17px;color:#456258;font-size:12px;line-height:1.45}.erp-subscription-bonus-grid{display:grid;grid-template-columns:1fr;gap:10px}.erp-subscription-bonus{min-height:96px;padding:12px;border:1px solid #d7e6de;border-radius:17px;background:#ffffff;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;cursor:pointer}.erp-subscription-bonus:hover{border-color:#bfd8cb;background:#fbfdfc}.erp-subscription-bonus span{display:grid;gap:3px}.erp-subscription-bonus strong{color:#12382d;font-size:14px;font-weight:950}.erp-subscription-bonus small{color:#5f7a70;font-size:12px;line-height:1.35}.erp-subscription-bonus em{color:#9a5b05;font-size:12px;font-style:normal;font-weight:950;white-space:nowrap}.erp-subscription-checkout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:14px;align-items:start}.erp-subscription-payment-methods{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.erp-subscription-payment-method{min-height:42px;padding:0 12px;border-radius:14px;border:1px solid #d7e6de;background:#ffffff;color:#17342b;display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;font-weight:900}.erp-subscription-payment-method.active{border-color:#f59e0b;background:#fff8e8;color:#8a5700}.erp-subscription-free-box,.erp-subscription-payment-box{margin-top:10px;padding:13px;border-radius:17px;border:1px solid #d7e6de;background:#fbfdfc;display:grid;gap:9px}.erp-subscription-payment-box strong{color:#12382d;font-size:14px;font-weight:950}.erp-subscription-free-box,.erp-subscription-payment-box p,.erp-subscription-summary p,.erp-subscription-summary small{margin:0;color:#5f7a70;font-size:12px;line-height:1.4}.erp-subscription-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.erp-subscription-card-grid label{display:grid;gap:5px;color:#24483c;font-size:12px;font-weight:900}.erp-subscription-card-grid input,.erp-subscription-payment-box input{height:40px;border-radius:13px;font-size:13px}.erp-subscription-summary{position:sticky;top:12px;padding:14px;border-radius:19px;border:1px solid #ecd9a5;background:linear-gradient(180deg,rgba(255,248,232,.98),rgba(255,255,255,.98)),#ffffff;display:grid;gap:10px;box-shadow:0 10px 24px rgba(180,100,0,.1)}.erp-subscription-summary>span{color:#9a5b05;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.erp-subscription-summary-line,.erp-subscription-summary-total{display:flex;align-items:center;justify-content:space-between;gap:10px}.erp-subscription-summary-line strong{color:#17342b;font-size:13px;font-weight:900}.erp-subscription-summary-line em{color:#456258;font-size:13px;font-style:normal;font-weight:950}.erp-subscription-summary-total{margin-top:4px;padding-top:11px;border-top:1px solid #ecd9a5}.erp-subscription-summary-total span{color:#5f7a70;font-size:12px;font-weight:900}.erp-subscription-summary-total strong{color:#12382d;font-size:24px;font-weight:950;letter-spacing:-.045em}.erp-subscription-pay-btn{min-height:42px;border-radius:999px;background:linear-gradient(135deg,#f8c84e,#f59e0b);color:#3b2500;font-size:13px;font-weight:950;box-shadow:0 12px 24px rgba(180,100,0,.18)}@media (max-width:980px){.erp-subscription-checkout,.erp-subscription-plans{grid-template-columns:1fr}.erp-subscription-summary{position:static}}@media (max-width:640px){.erp-topbar-subscription-btn{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;padding:0!important}.erp-topbar-subscription-btn strong{display:none}.erp-subscription-backdrop{padding:12px;place-items:end center}.erp-subscription-modal{width:100%;max-height:88vh;border-radius:22px}.erp-subscription-header{padding:18px 16px 14px}.erp-subscription-body{padding:12px}.erp-subscription-bonus-grid,.erp-subscription-card-grid,.erp-subscription-payment-methods,.erp-subscription-plans{grid-template-columns:1fr}}.erp-user-menu{position:relative}.erp-user-menu,.erp-user-menu-trigger{display:inline-flex;align-items:center}.erp-user-menu-trigger{min-height:34px;padding:3px 10px 3px 4px;border-radius:999px;background:#ffffff;border:1px solid rgba(255,255,255,.72);color:#12382d;gap:8px;box-shadow:0 1px 10px rgba(15,23,42,.08)}.erp-user-menu-trigger:hover{opacity:1;background:#f8fffc;transform:translateY(-1px)}.erp-user-avatar{width:28px;height:28px;border-radius:999px;overflow:hidden;background:radial-gradient(circle at top left,rgba(255,255,255,.85),transparent 38%),linear-gradient(135deg,#69c7a5,#4bb58f);color:#ffffff;border:2px solid rgba(255,255,255,.88);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:950;line-height:1;box-shadow:0 3px 9px rgba(30,60,45,.14)}.erp-user-avatar img{width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit}.erp-user-avatar--large{width:40px;height:40px;font-size:15px}.erp-user-avatar--xl{width:52px;height:52px;font-size:20px}.erp-user-name{max-width:142px;color:#12382d;font-size:13px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.erp-user-chevron{color:#5f7a70;font-size:12px;line-height:1}.erp-user-dropdown{position:absolute;top:calc(100% + 9px);right:0;z-index:2600;width:min(300px,calc(100vw - 24px));padding:10px;border-radius:20px;border:1px solid rgba(215,230,222,.92);background:radial-gradient(circle at top right,rgba(105,199,165,.16),transparent 35%),linear-gradient(180deg,rgba(255,255,255,.99),rgba(248,252,250,.99)),#ffffff;box-shadow:0 20px 52px rgba(15,23,42,.22),inset 0 1px 0 rgba(255,255,255,.86)}.erp-user-dropdown:before{content:"";position:absolute;top:-7px;right:26px;width:13px;height:13px;transform:rotate(45deg);background:#ffffff;border-left:1px solid rgba(215,230,222,.92);border-top:1px solid rgba(215,230,222,.92)}.erp-user-dropdown-header{position:relative;z-index:1;padding:8px;margin-bottom:6px;border-radius:15px;background:#f8fcfa;border:1px solid #e5ece9;display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center}.erp-user-dropdown-header strong{color:#12382d;font-size:14px;font-weight:950}.erp-user-dropdown-header small,.erp-user-dropdown-header strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.erp-user-dropdown-header small{margin-top:2px;color:#5f7a70;font-size:11px;font-weight:750}.erp-user-dropdown-item{position:relative;z-index:1;width:100%;min-height:38px;padding:0 12px;border-radius:13px;background:transparent;color:#17342b;display:flex;align-items:center;justify-content:flex-start;font-size:13px;font-weight:900;text-align:left}.erp-user-dropdown-item:hover{background:#e8faf3;color:#1e6c56}.erp-user-dropdown-item--danger{color:#b43737}.erp-user-dropdown-item--danger:hover{background:#fff3f3;color:#b43737}.erp-account-backdrop{position:fixed;inset:0;z-index:2500;padding:18px;background:rgba(15,23,42,.36);backdrop-filter:blur(6px);display:grid;place-items:center}.erp-account-modal{width:min(100%,980px);max-height:min(88vh,820px);overflow:auto;border-radius:26px;border:1px solid rgba(215,230,222,.92);background:radial-gradient(circle at top right,rgba(105,199,165,.16),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.99),rgba(248,252,250,.99)),#ffffff;box-shadow:0 28px 80px rgba(15,23,42,.24),inset 0 1px 0 rgba(255,255,255,.92)}.erp-account-header{padding:22px 22px 16px;border-bottom:1px solid #e5ece9;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:start}.erp-account-kicker{width:fit-content;min-height:23px;padding:4px 10px;border-radius:999px;background:#e8faf3;border:1px solid rgba(105,199,165,.34);color:#2f8d6d;display:inline-flex;align-items:center;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.erp-account-header h2{margin:9px 0 5px;color:#12382d;font-size:24px;font-weight:950;letter-spacing:-.045em}.erp-account-header p{margin:0;color:#5f7a70;font-size:13px;line-height:1.48}.erp-account-close{width:36px;height:36px;border-radius:999px;background:#ffffff;border:1px solid #d7e6de;color:#17342b;display:inline-flex;align-items:center;justify-content:center;font-size:23px;font-weight:850;line-height:1}.erp-account-profile{margin:16px 22px 0;padding:13px;border:1px solid #e5ece9;border-radius:20px;background:#fbfdfc;display:flex;align-items:center;gap:12px}.erp-account-profile strong{display:block;color:#12382d;font-size:16px;font-weight:950}.erp-account-profile span{color:#5f7a70;font-size:12px;font-weight:750}.erp-account-grid{padding:16px 22px 18px;display:grid;grid-template-columns:1fr;gap:14px}.erp-account-section{padding:14px;border:1px solid #e5ece9;border-radius:20px;background:#ffffff}.erp-account-section-header{display:grid;gap:3px;margin-bottom:12px}.erp-account-section-header span{color:#2f8d6d;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.erp-account-section-header strong{color:#12382d;font-size:16px;font-weight:950}.erp-account-empty{padding:14px;border:1px dashed #bfd8cb;border-radius:15px;background:#fbfdfc;color:#5f7a70;font-size:13px;font-weight:750}.erp-account-danger-zone{border-color:#f1d7ad;background:linear-gradient(180deg,rgba(255,248,232,.55),rgba(255,255,255,.96)),#ffffff}.erp-account-actions-grid{display:grid;gap:10px}.erp-account-action-card{padding:13px;border:1px solid #e5ece9;border-radius:16px;background:#fbfdfc;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.erp-account-action-card--danger{border-color:#f2b8b8;background:linear-gradient(180deg,rgba(255,243,243,.72),rgba(255,255,255,.96)),#ffffff}.erp-account-action-card strong{color:#12382d;font-size:14px;font-weight:950}.erp-account-action-card p{margin:4px 0 0;color:#5f7a70;font-size:12px;font-weight:750;line-height:1.4}.erp-account-action-btn{min-height:36px;padding:0 13px;border-radius:999px;font-size:12px;font-weight:950;white-space:nowrap}.erp-account-action-btn--warning{background:#fff8e8;border:1px solid #ecd9a5;color:#8a5700}.erp-account-action-btn--danger{background:#fff3f3;border:1px solid #f2b8b8;color:#b43737}.erp-account-action-btn:disabled{opacity:.52;cursor:not-allowed}.erp-account-subscription-card--active{border-style:solid;border-color:rgba(105,199,165,.42);background:linear-gradient(180deg,rgba(232,250,243,.88),rgba(255,255,255,.96)),#ffffff}.erp-account-table-wrap{overflow:auto;border:1px solid #e5ece9;border-radius:15px}.erp-account-table{width:100%;min-width:720px;border-collapse:collapse}.erp-account-table td,.erp-account-table th{padding:10px 11px;border-bottom:1px solid #edf4f0;text-align:left;font-size:12px}.erp-account-table th{background:#f8fcfa;color:#456258;font-weight:950;text-transform:uppercase;letter-spacing:.03em}.erp-account-table td{color:#17342b;font-weight:750}.erp-account-status{min-height:22px;padding:3px 8px;border-radius:999px;display:inline-flex;align-items:center;font-size:10px;font-weight:950;text-transform:uppercase}.erp-account-status--paid{background:#e8faf3;color:#1e6c56;border:1px solid rgba(105,199,165,.38)}.erp-account-status--scheduled{background:#fff8e8;color:#9a5b05;border:1px solid #ecd9a5}.erp-account-footer{padding:14px 22px;border-top:1px solid #e5ece9;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.erp-account-footer span{color:#5f7a70;font-size:12px;font-weight:750}.erp-account-done{min-height:38px;padding:0 15px;border-radius:999px;background:linear-gradient(135deg,#69c7a5,#4bb58f);color:#ffffff;font-size:13px;font-weight:900;box-shadow:0 10px 20px rgba(75,181,143,.22)}@media (max-width:640px){.erp-user-menu-trigger{min-width:30px;height:30px;padding:2px}.erp-user-chevron,.erp-user-name{display:none}.erp-user-avatar{width:26px;height:26px}.erp-user-dropdown{right:-4px}.erp-account-backdrop{padding:12px;place-items:end center}.erp-account-modal{width:100%;max-height:88vh;border-radius:22px}.erp-account-header{padding:18px 16px 14px}.erp-account-profile{margin:14px 12px 0}.erp-account-footer,.erp-account-grid{padding-left:12px;padding-right:12px}.erp-account-action-card{grid-template-columns:1fr}.erp-account-action-btn,.erp-account-done{width:100%}}.erp-topbar-contact-btn{width:34px;height:34px;min-width:34px;min-height:34px;padding:0;border-radius:999px;background:#ffffff;border:1px solid #ffffff;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1;box-shadow:0 1px 8px rgba(15,23,42,.07)}.erp-topbar-contact-btn:hover{opacity:1;background:#f8fffc;transform:translateY(-1px)}.erp-contact-backdrop{position:fixed;inset:0;z-index:2450;padding:18px;background:rgba(15,23,42,.36);backdrop-filter:blur(6px);display:grid;place-items:center}.erp-contact-modal{width:min(100%,920px);max-height:min(88vh,800px);overflow:auto;border-radius:26px;border:1px solid rgba(215,230,222,.92);background:radial-gradient(circle at top right,rgba(105,199,165,.16),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.99),rgba(248,252,250,.99)),#ffffff;box-shadow:0 28px 80px rgba(15,23,42,.24),inset 0 1px 0 rgba(255,255,255,.92)}.erp-contact-header{padding:22px 22px 16px;border-bottom:1px solid #e5ece9;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:start}.erp-contact-kicker{width:fit-content;min-height:23px;padding:4px 10px;border-radius:999px;background:#e8faf3;border:1px solid rgba(105,199,165,.34);color:#2f8d6d;display:inline-flex;align-items:center;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.erp-contact-header h2{margin:9px 0 5px;color:#12382d;font-size:24px;font-weight:950;letter-spacing:-.045em}.erp-contact-header p{max-width:720px;margin:0;color:#5f7a70;font-size:13px;line-height:1.48}.erp-contact-close{width:36px;height:36px;border-radius:999px;background:#ffffff;border:1px solid #d7e6de;color:#17342b;display:inline-flex;align-items:center;justify-content:center;font-size:23px;font-weight:850;line-height:1}.erp-contact-tabs{padding:12px 18px 0;display:inline-flex;gap:7px;flex-wrap:wrap}.erp-contact-tab{min-height:34px;padding:0 14px;border-radius:999px;background:#ffffff;border:1px solid #bfd8cb;color:#17342b;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:950}.erp-contact-tab:hover{opacity:1;background:#f8fcfa;transform:translateY(-1px)}.erp-contact-tab.ativo{background:#e8faf3;border-color:#69c7a5;color:#1e6c56;box-shadow:0 8px 18px rgba(75,181,143,.12)}.erp-contact-body{padding:16px 18px 18px;display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:14px;align-items:start}.erp-contact-form{padding:14px;border:1px solid #e5ece9;border-radius:20px;background:#ffffff;display:grid;gap:12px}.erp-contact-feedback-form{background:radial-gradient(circle at top right,rgba(105,199,165,.12),transparent 34%),#ffffff}.erp-contact-feedback-intro{padding:13px;border-radius:17px;border:1px solid rgba(105,199,165,.26);background:#f8fcfa;display:grid;gap:5px}.erp-contact-feedback-intro span{width:fit-content;min-height:21px;padding:3px 8px;border-radius:999px;background:#e8faf3;border:1px solid rgba(105,199,165,.34);color:#2f8d6d;display:inline-flex;align-items:center;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.erp-contact-feedback-intro strong{color:#12382d;font-size:17px;font-weight:950;letter-spacing:-.035em}.erp-contact-feedback-intro p{margin:0;color:#5f7a70;font-size:12px;line-height:1.42}.erp-contact-stars{gap:4px}.erp-contact-star,.erp-contact-stars{display:inline-flex;align-items:center}.erp-contact-star{width:38px;height:38px;padding:0;border-radius:12px;background:#f8fcfa;border:1px solid #d7e6de;color:#bfd8cb;justify-content:center;font-size:25px;line-height:1}.erp-contact-star:hover{opacity:1;background:#fff8e8;border-color:#ecd9a5;color:#f59e0b;transform:translateY(-1px)}.erp-contact-star.ativo{background:#fff8e8;border-color:#f8d56d;color:#f59e0b;box-shadow:0 8px 18px rgba(245,158,11,.13)}.erp-contact-rating-text{margin:-4px 0 0;color:#456258;font-size:13px;font-weight:850;line-height:1.35}.erp-contact-feedback-chips{display:flex;flex-wrap:wrap;gap:7px}.erp-contact-feedback-chip{min-height:31px;padding:0 11px;border-radius:999px;background:#ffffff;border:1px solid #bfd8cb;color:#456258;font-size:12px;font-weight:900}.erp-contact-feedback-chip:hover{opacity:1;background:#f8fcfa;border-color:#69c7a5;color:#1e6c56}.erp-contact-feedback-chip.ativo{background:#e8faf3;border-color:#69c7a5;color:#1e6c56;box-shadow:0 6px 14px rgba(75,181,143,.12)}.erp-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.erp-contact-field{display:grid;gap:7px}.erp-contact-field span{color:#24483c;font-size:12px;font-weight:900}.erp-contact-modal :is(input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea){background:#eef8f3!important;border-color:#bfd8cb;color:#17342b;box-shadow:inset 0 1px 0 rgba(30,60,45,.02)}.erp-contact-field input,.erp-contact-field select{height:42px;border-radius:13px;font-size:13px}.erp-contact-field textarea{min-height:150px;border-radius:13px;font-size:13px;line-height:1.45}.erp-contact-modal :is(input,textarea)::placeholder{color:#7f988e}.erp-contact-modal :is(input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea):focus{background:#ffffff!important;border-color:#69c7a5;box-shadow:0 0 0 4px rgba(105,199,165,.16)}.erp-contact-modal input:-webkit-autofill,.erp-contact-modal input:-webkit-autofill:focus,.erp-contact-modal input:-webkit-autofill:hover{-webkit-text-fill-color:#17342b;box-shadow:inset 0 0 0 1000px #eef8f3,0 0 0 4px rgba(105,199,165,0);border-color:#bfd8cb;caret-color:#17342b}.erp-contact-upload{position:relative;min-height:68px;padding:12px;border-radius:17px;border:1px dashed #bfd8cb;background:#fbfdfc;display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center;cursor:pointer;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .08s ease}.erp-contact-upload:hover{background:#f8fcfa;border-color:#69c7a5;box-shadow:0 8px 18px rgba(75,181,143,.1)}.erp-contact-upload:active{transform:translateY(1px)}.erp-contact-upload:before{content:"Escolher arquivo";min-height:34px;padding:0 13px;border-radius:999px;background:#e8faf3;border:1px solid rgba(105,199,165,.34);color:#1e6c56;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:950;white-space:nowrap}.erp-contact-upload input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.erp-contact-upload span{display:grid;gap:3px}.erp-contact-upload strong{color:#12382d;font-size:13px;font-weight:950}.erp-contact-upload small{color:#5f7a70;font-size:12px;line-height:1.35}.erp-contact-feedback{padding:10px 12px;border-radius:14px;font-size:13px;font-weight:850}.erp-contact-feedback--success{border:1px solid rgba(105,199,165,.38);background:#e8faf3;color:#1e6c56}.erp-contact-feedback--error{border:1px solid #f2b8b8;background:#fff3f3;color:#b43737}.erp-contact-actions{display:flex;justify-content:flex-end;gap:9px;flex-wrap:wrap}.erp-contact-secondary,.erp-contact-submit{min-height:38px;padding:0 15px;border-radius:999px;font-size:13px;font-weight:900}.erp-contact-secondary{background:#ffffff;border:1px solid #bfd8cb;color:#17342b}.erp-contact-submit{background:linear-gradient(135deg,#69c7a5,#4bb58f);color:#ffffff;box-shadow:0 10px 20px rgba(75,181,143,.22)}.erp-contact-submit:disabled{opacity:.65;cursor:not-allowed}.erp-contact-direct{display:grid;gap:10px}.erp-contact-direct-card,.erp-contact-note{padding:14px;border-radius:19px;border:1px solid #d7e6de;background:#fbfdfc;display:grid;gap:6px}.erp-contact-direct-card span{color:#2f8d6d;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.erp-contact-direct-card strong,.erp-contact-note strong{color:#12382d;font-size:15px;font-weight:950}.erp-contact-direct-card p,.erp-contact-note p{margin:0;color:#5f7a70;font-size:12px;line-height:1.4;word-break:break-word}.erp-contact-direct-card a{width:fit-content;min-height:34px;padding:0 13px;border-radius:999px;background:#e8faf3;border:1px solid rgba(105,199,165,.34);color:#1e6c56;display:inline-flex;align-items:center;font-size:12px;font-weight:950;text-decoration:none}@media (max-width:820px){.erp-contact-body{grid-template-columns:1fr}}@media (max-width:640px){.erp-topbar-contact-btn{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;font-size:14px!important;box-shadow:none!important}.erp-contact-backdrop{padding:12px;place-items:end center}.erp-contact-modal{width:100%;max-height:88vh;border-radius:22px}.erp-contact-header{padding:18px 16px 14px}.erp-contact-tabs{padding-left:12px;padding-right:12px}.erp-contact-tab{flex:1}.erp-contact-body,.erp-contact-form{padding:12px}.erp-contact-stars{width:100%;justify-content:space-between}.erp-contact-star{width:42px;height:42px}.erp-contact-grid{grid-template-columns:1fr}.erp-contact-actions{justify-content:stretch}.erp-contact-secondary,.erp-contact-submit{flex:1}}.erp-mobile-topbar-brand{height:32px;width:118px;min-width:118px;flex-shrink:0;padding:4px 10px;border-radius:999px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.72);box-shadow:0 6px 18px rgba(15,45,38,.12);backdrop-filter:blur(10px);display:inline-flex;align-items:center;justify-content:center}.erp-mobile-topbar-logo-img{height:24px;width:auto;display:block;object-fit:contain}.erp-auth-topbar-link{min-height:34px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.32);color:#ffffff;font-size:13px;font-weight:900;text-decoration:none}.erp-auth-wrap--cadastro{min-height:calc(100vh - 96px);padding-top:0;place-items:start center}.erp-auth-card--wide{width:min(100%,980px)}.erp-auth-card--signup{width:min(100%,1040px);padding:0;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,252,250,.98)),#ffffff}.erp-auth-signup-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(320px,430px) minmax(0,1fr);min-height:min(700px,calc(100vh - 112px))}.erp-auth-signup-main{padding:42px;display:flex;flex-direction:column;justify-content:flex-start}.erp-auth-signup-side{min-width:0;min-height:100%;padding:12px 18px;background:radial-gradient(circle at top right,rgba(105,199,165,.22),transparent 34%),linear-gradient(135deg,#f3fbf7,#ffffff 52%,#effbf6);border-left:1px solid var(--border);display:flex;align-items:center;justify-content:center;overflow:hidden}.erp-auth-side-image{width:100%;height:100%;max-width:760px;max-height:860px;display:block;object-fit:contain;border-radius:28px;filter:drop-shadow(0 24px 54px rgba(30,60,45,.1))}.erp-auth-email-form{display:grid;gap:16px}.erp-auth-submit-full{width:100%;min-height:48px;margin-top:2px}.erp-auth-legal-text{margin:14px 0 0;color:var(--text-soft);font-size:12px;line-height:1.45}.erp-auth-legal-text a{color:#2f8d6d;font-weight:900;text-decoration:none}.erp-auth-login-row{margin-top:18px;padding-top:16px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:center;gap:6px;color:var(--text-soft);font-size:13px;font-weight:750}.erp-auth-login-row a{color:#2f8d6d;font-weight:950;text-decoration:none}.erp-auth-side-card{padding:24px;border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(248,252,250,.94)),#ffffff;border:1px solid rgba(215,230,222,.9);box-shadow:0 18px 42px rgba(30,60,45,.08);display:grid;gap:12px}.erp-auth-side-card span,.erp-auth-side-mini span{width:fit-content;min-height:23px;padding:4px 9px;border-radius:999px;background:#e8faf3;border:1px solid rgba(105,199,165,.34);color:#2f8d6d;display:inline-flex;align-items:center;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.erp-auth-side-card strong{max-width:360px;color:#12382d;font-size:30px;font-weight:950;letter-spacing:-.055em;line-height:1.02}.erp-auth-side-card p{margin:0;max-width:420px;color:var(--text-soft);font-size:14px;line-height:1.5}.erp-auth-side-card ul{margin:4px 0 0;padding:0;list-style:none;display:grid;gap:9px}.erp-auth-side-card li{position:relative;padding-left:26px;color:#24483c;font-size:13px;font-weight:800;line-height:1.35}.erp-auth-side-card li:before{content:"✓";position:absolute;left:0;top:-1px;width:18px;height:18px;border-radius:999px;background:#e8faf3;color:#2f8d6d;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:950}.erp-auth-side-mini{padding:16px;border-radius:20px;background:rgba(255,255,255,.72);border:1px solid rgba(215,230,222,.86);display:grid;gap:6px}.erp-auth-side-mini strong{color:#12382d;font-size:16px;font-weight:950}.erp-auth-side-mini small{color:var(--text-soft);font-size:12px;line-height:1.4}.erp-auth-section{position:relative;display:grid;gap:14px;margin-top:20px}.erp-auth-section-header{display:grid;gap:3px}.erp-auth-section-header span{color:#4bb58f;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.erp-auth-section-header strong{color:#17342b;font-size:16px;font-weight:950}.erp-auth-plan-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:12px}.erp-auth-plan{min-height:100%;position:relative;padding:16px;border-radius:18px;border:1px solid var(--border);background:#ffffff;color:var(--text);display:grid;gap:8px;text-align:left;box-shadow:var(--shadow-sm)}.erp-auth-plan:hover{opacity:1;border-color:rgba(75,181,143,.42);transform:translateY(-1px)}.erp-auth-plan--active{border-color:rgba(75,181,143,.85);background:linear-gradient(180deg,#ffffff,#effbf6);box-shadow:0 14px 34px rgba(75,181,143,.18)}.erp-auth-plan--featured{box-shadow:0 16px 40px rgba(30,60,45,.12)}.erp-auth-plan>span{width:fit-content;padding:4px 8px;border-radius:999px;background:#17342b;color:#ffffff;font-size:10px;font-weight:950}.erp-auth-plan strong{font-size:16px;font-weight:950}.erp-auth-plan em{color:#2f8d6d;font-style:normal;font-size:15px;font-weight:950}.erp-auth-plan small{color:var(--text-soft);font-size:12px;line-height:1.35}.erp-auth-plan ul{margin:4px 0 0;padding-left:17px;color:var(--text-soft);font-size:12px;line-height:1.45}.erp-auth-bonus-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.erp-auth-bonus{padding:13px;border-radius:16px;border:1px solid var(--border);background:var(--surface-soft);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}.erp-auth-bonus span{display:grid;gap:3px}.erp-auth-bonus strong{color:#17342b;font-size:13px;font-weight:950}.erp-auth-bonus small{color:var(--text-soft);font-size:12px;line-height:1.35}.erp-auth-bonus em{color:#2f8d6d;font-size:12px;font-style:normal;font-weight:950;white-space:nowrap}.erp-auth-fields--grid{grid-template-columns:repeat(2,minmax(0,1fr))}.erp-auth-terms{margin-top:18px;padding:12px;border-radius:16px;border:1px solid var(--border);background:#ffffff;display:flex;align-items:flex-start;gap:10px;color:var(--text-soft);font-size:13px;line-height:1.4}.erp-auth-terms a{color:#2f8d6d;font-weight:900;text-decoration:none}.erp-auth-summary{margin-top:16px;padding:14px;border-radius:18px;background:linear-gradient(180deg,rgba(105,199,165,.14),rgba(105,199,165,.05)),#ffffff;border:1px solid rgba(105,199,165,.32);display:grid;gap:4px}.erp-auth-summary span{color:var(--text-soft);font-size:12px;font-weight:850}.erp-auth-summary strong{color:#17342b;font-size:18px;font-weight:950}.erp-auth-summary em{color:#2f8d6d;font-size:14px;font-style:normal;font-weight:950}.erp-auth-summary small{color:var(--text-soft);font-size:12px}.erp-form-actions-clipp--split{justify-content:space-between;align-items:center;gap:12px}.erp-auth-secondary-link{min-height:40px;padding:0 16px;border-radius:999px;border:1px solid var(--border);background:#ffffff;color:var(--text-soft);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;text-decoration:none}.erp-auth-success{margin:0 0 16px;padding:11px 13px;border:1px solid rgba(75,181,143,.34);border-radius:14px;background:#effbf6;color:#2f8d6d;font-size:13px;font-weight:800;line-height:1.35}@media (max-width:900px){.erp-auth-signup-layout{grid-template-columns:1fr;min-height:auto}.erp-auth-signup-side{border-left:0;border-top:1px solid var(--border)}.erp-auth-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.erp-auth-bonus-grid,.erp-auth-fields--grid{grid-template-columns:1fr}}@media (max-width:560px){.erp-auth-card--signup{border-radius:22px}.erp-auth-signup-main,.erp-auth-signup-side{padding:24px}.erp-auth-signup-side{display:none}.erp-auth-plan-grid{grid-template-columns:1fr}.erp-panel-title{font-size:26px}.erp-form-actions-clipp--split{flex-direction:column-reverse;align-items:stretch}.erp-auth-secondary-link,.erp-form-actions-clipp--split .erp-submit-clipp{width:100%}}.erp-auth-wrap--login{min-height:calc(100vh - 96px);padding-top:0;place-items:start center}.erp-auth-card--login{width:min(100%,980px);padding:0}.erp-auth-login-layout{grid-template-columns:minmax(320px,420px) minmax(0,1fr);min-height:min(640px,calc(100vh - 112px))}.erp-auth-login-main{padding:42px;justify-content:center}.erp-auth-login-side{padding:12px 18px}.erp-auth-login-image{max-width:700px;max-height:800px}.erp-auth-card--login .erp-auth-header{margin-bottom:18px}.erp-auth-card--login .erp-auth-social-form{margin-top:0}.erp-auth-card--login .erp-auth-login-row{margin-top:16px}@media (max-width:900px){.erp-auth-login-layout{grid-template-columns:1fr;min-height:auto}.erp-auth-login-side{display:none}}@media (max-width:560px){.erp-auth-card--login{border-radius:22px}.erp-auth-login-main{padding:24px}}.erp-auth-wrap--recover{min-height:calc(100vh - 96px);padding-top:0;place-items:start center}.erp-auth-card--recover{width:min(100%,460px);margin-top:24px}.erp-auth-card--recover .erp-auth-header{margin-bottom:18px}@media (max-width:560px){.erp-auth-card--recover{margin-top:0}}.erp-auth-wrap--reset{min-height:calc(100vh - 96px);padding-top:0;place-items:start center}.erp-auth-card--reset{width:min(100%,470px);margin-top:24px}.erp-auth-card--reset .erp-auth-header{margin-bottom:18px}.erp-auth-reset-status{margin:0 0 16px;padding:11px 13px;border:1px solid rgba(105,199,165,.34);border-radius:14px;background:#effbf6;color:#2f8d6d;font-size:13px;font-weight:800;line-height:1.35}.erp-submit-clipp:disabled{opacity:.62;cursor:not-allowed;filter:grayscale(.1)}.erp-auth-card input:disabled{opacity:.74;cursor:not-allowed}@media (max-width:560px){.erp-auth-card--reset{margin-top:0}}.erp-auth-social-form{position:relative;z-index:1;display:grid;gap:10px;margin:18px 0 14px}.erp-auth-social-button{width:100%;min-height:48px;padding:0 16px;border-radius:14px;border:1px solid var(--border);background:#ffffff;color:#17342b;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:14px;font-weight:950;box-shadow:0 6px 16px rgba(30,60,45,.05)}.erp-auth-social-button:hover{opacity:1;border-color:rgba(75,181,143,.45);transform:translateY(-1px)}.erp-auth-social-icon{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#4285f4;font-size:16px;font-weight:950;font-family:Arial,Helvetica,sans-serif}.erp-auth-divider{position:relative;z-index:1;margin:10px 0 16px;display:flex;align-items:center;gap:12px;color:var(--text-soft);font-size:12px;font-weight:800}.erp-auth-divider:after,.erp-auth-divider:before{content:"";height:1px;flex:1;background:var(--border)}.erp-auth-divider span{white-space:nowrap}