: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 (min-width:1600px) and (min-height:850px){body:has(.erp-app-topbar){zoom:1.04}body:has(.erp-app-topbar) .container.page-shell{max-width:1400px}}@media (min-width:1920px) and (min-height:900px){body:has(.erp-app-topbar){zoom:1.08}body:has(.erp-app-topbar) .container.page-shell{max-width:1520px}}@media (min-width:2560px) and (min-height:1200px){body:has(.erp-app-topbar){zoom:1.12}body:has(.erp-app-topbar) .container.page-shell{max-width:1760px}}@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-input-wrap{position:relative;width:100%}.erp-auth-password-input-wrap input{padding-right:50px!important}.erp-auth-password-toggle{position:absolute;top:50%;right:7px;width:36px;height:36px;min-width:36px;min-height:36px;padding:0;border:0;border-radius:11px;background:transparent;color:#5f7a70;display:inline-flex;align-items:center;justify-content:center;transform:translateY(-50%);z-index:2}.erp-auth-password-toggle:hover{opacity:1;background:var(--primary-soft);color:#1e6c56}.erp-auth-password-toggle:active{transform:translateY(calc(-50% + 1px))}.erp-auth-password-toggle:focus-visible{outline:2px solid var(--primary-strong);outline-offset:1px}.erp-auth-password-toggle:disabled{opacity:.45;cursor:not-allowed;background:transparent}.erp-auth-password-toggle svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.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-auth-social-button:disabled,.erp-submit-clipp:disabled{opacity:.68;cursor:wait;pointer-events:none;transform:none}.erp-auth-social-button:disabled:hover,.erp-submit-clipp:disabled:hover{opacity:.68;transform:none;filter:none}.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{height:34px;min-height:34px;max-height:34px;padding:2px 13px;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.38),rgba(255,255,255,0)),linear-gradient(135deg,#f8c84e,#f59e0b);border:1px solid rgba(255,255,255,.76);color:#3b2500;gap:6px;box-shadow:0 8px 18px rgba(180,100,0,.2),inset 0 1px 0 rgba(255,255,255,.48)}.erp-topbar-subscription-btn,.erp-topbar-subscription-icon{display:inline-flex;align-items:center;justify-content:center}.erp-topbar-subscription-icon{flex:0 0 auto;font-size:14px;line-height:1}.erp-topbar-subscription-copy{min-width:0;display:grid;align-content:center;justify-items:start;gap:1px;text-align:left;line-height:1}.erp-topbar-subscription-copy strong{display:block;color:inherit;font-size:10.5px;font-weight:950;line-height:1;letter-spacing:.025em;text-transform:uppercase;white-space:nowrap}.erp-topbar-subscription-copy small{display:block;color:rgba(59,37,0,.78);font-size:8.5px;font-weight:850;line-height:1;letter-spacing:0;text-transform:none;white-space:nowrap}.erp-topbar-subscription-btn:hover{opacity:1;transform:translateY(-1px);filter:saturate(1.08);box-shadow:0 10px 22px rgba(180,100,0,.24),inset 0 1px 0 rgba(255,255,255,.52)}.erp-topbar-subscription-btn:focus-visible{outline:2px solid rgba(255,255,255,.96);outline-offset:2px}.erp-subscription-notice{width:100%;min-height:62px;padding:11px 13px;border:1px solid var(--border);border-radius:var(--radius-md);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,252,250,.98)),var(--surface);box-shadow:var(--shadow-sm);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px}.erp-subscription-notice--compact{grid-template-columns:auto minmax(0,1fr)}.erp-subscription-notice--info{border-color:rgba(105,199,165,.38);background:linear-gradient(180deg,rgba(232,250,243,.9),rgba(255,255,255,.96)),#ffffff}.erp-subscription-notice--warning{border-color:#ecd9a5;background:linear-gradient(180deg,rgba(255,248,232,.88),rgba(255,255,255,.96)),#ffffff}.erp-subscription-notice--error{border-color:var(--danger-border);background:linear-gradient(180deg,rgba(255,243,243,.92),rgba(255,255,255,.96)),#ffffff}.erp-subscription-notice-icon{width:36px;height:36px;border-radius:13px;background:var(--primary-soft);border:1px solid rgba(105,199,165,.28);display:inline-flex;align-items:center;justify-content:center;font-size:17px;line-height:1}.erp-subscription-notice--warning .erp-subscription-notice-icon{background:#fff8e8;border-color:#ecd9a5}.erp-subscription-notice--error .erp-subscription-notice-icon{background:var(--danger-soft);border-color:var(--danger-border)}.erp-subscription-notice-content{min-width:0;display:grid;gap:3px}.erp-subscription-notice-content strong{color:var(--text);font-size:14px;font-weight:950;line-height:1.2;letter-spacing:-.025em}.erp-subscription-notice-content p{margin:0;color:var(--text-soft);font-size:12.5px;font-weight:700;line-height:1.4}.erp-subscription-notice-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.erp-subscription-notice-action,.erp-subscription-notice-dismiss{min-height:34px;padding:0 13px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:950;line-height:1;white-space:nowrap;text-decoration:none}.erp-subscription-notice-action{border:1px solid rgba(105,199,165,.38);background:var(--primary-soft);color:#1e6c56}.erp-subscription-notice--warning .erp-subscription-notice-action{border-color:#ecd9a5;background:#fff8e8;color:#8a5700}.erp-subscription-notice--error .erp-subscription-notice-action{border-color:var(--danger-border);background:var(--danger-soft);color:#b43737}.erp-subscription-notice-dismiss{border:1px solid var(--border-strong);background:#ffffff;color:var(--text)}.erp-subscription-notice-action:hover,.erp-subscription-notice-dismiss:hover{opacity:1;transform:translateY(-1px)}@media (max-width:640px){.erp-subscription-notice{padding:11px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px}.erp-subscription-notice-actions{grid-column:1/-1;width:100%;justify-content:flex-end;padding-top:2px}.erp-subscription-notice-action,.erp-subscription-notice-dismiss{min-height:32px}}@media (max-width:420px){.erp-subscription-notice-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.erp-subscription-notice-action,.erp-subscription-notice-dismiss{width:100%}.erp-subscription-notice-actions .erp-subscription-notice-dismiss:only-child{grid-column:2}}.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(2,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)}.erp-subscription-checkout-return{padding:13px 14px;border:1px solid #d7e6de;border-radius:16px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:11px}.erp-subscription-checkout-return>span{width:36px;height:36px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:17px;font-weight:950;line-height:1}.erp-subscription-checkout-return>div{min-width:0;display:grid;gap:3px}.erp-subscription-checkout-return strong{color:#17342b;font-size:14px;font-weight:950;line-height:1.25}.erp-subscription-checkout-return p{margin:0;color:#5f7a70;font-size:12px;line-height:1.45}.erp-subscription-checkout-return--processing{border-color:#ecd9a5;background:#fffaf0}.erp-subscription-checkout-return--processing>span{border:1px solid #f8d56d;background:#fff3ce;color:#8a5700}.erp-subscription-checkout-return--success{border-color:#b9ddcc;background:#f3fff8}.erp-subscription-checkout-return--success>span{border:1px solid #69c7a5;background:#dff6ec;color:#18864b}.erp-subscription-checkout-return--warning{border-color:#efc9bd;background:#fff8f5}.erp-subscription-checkout-return--warning>span{border:1px solid #e49a84;background:#ffebe5;color:#b45137}.erp-subscription-pix{padding:18px;border:1px solid #d7e6de;border-radius:20px;background:#ffffff;display:grid;gap:18px}.erp-subscription-pix-header{text-align:center;display:grid;justify-items:center;gap:7px}.erp-subscription-pix-status{width:fit-content;padding:5px 10px;border-radius:999px;border:1px solid #f8d56d;background:#fff8e8;color:#8a5700;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.erp-subscription-pix-header h3{margin:0;color:#12382d;font-size:22px;font-weight:950;letter-spacing:-.035em}.erp-subscription-pix-header p{max-width:560px;margin:0;color:#5f7a70;font-size:13px;line-height:1.5}.erp-subscription-pix-success{min-height:310px;padding:32px 22px;border:1px solid #b9ddcc;border-radius:20px;background:linear-gradient(145deg,#f3fff8,#ffffff);display:grid;place-items:center;align-content:center;gap:12px;text-align:center}.erp-subscription-pix-success>span{width:64px;height:64px;border-radius:50%;background:#18864b;color:#ffffff;display:grid;place-items:center;font-size:34px;font-weight:950;box-shadow:0 12px 26px rgba(24,134,75,.22)}.erp-subscription-pix-success strong{color:#12382d;font-size:21px;font-weight:950;letter-spacing:-.03em}.erp-subscription-pix-success p{max-width:460px;margin:0;color:#5f7a70;font-size:13px;line-height:1.55}.erp-subscription-pix-success button{margin-top:6px}.erp-subscription-pix-content{display:grid;grid-template-columns:minmax(230px,300px) minmax(0,1fr);gap:20px;align-items:center}.erp-subscription-pix-qr{width:100%;aspect-ratio:1;padding:14px;border-radius:20px;border:1px solid #d7e6de;background:#ffffff;display:grid;place-items:center;box-shadow:0 12px 28px rgba(15,23,42,.08)}.erp-subscription-pix-qr img{display:block;width:100%;height:100%;object-fit:contain}.erp-subscription-pix-details{min-width:0;display:grid;gap:12px}.erp-subscription-pix-value{display:flex;align-items:center;justify-content:space-between;gap:12px}.erp-subscription-pix-value span{color:#5f7a70;font-size:12px;font-weight:900}.erp-subscription-pix-value strong{color:#12382d;font-size:24px;font-weight:950;letter-spacing:-.04em}.erp-subscription-pix-expiration{margin:-5px 0 0;color:#6f837b;font-size:12px}.erp-subscription-pix-copy{min-width:0;display:grid;gap:6px;color:#24483c;font-size:12px;font-weight:900}.erp-subscription-pix-copy>div{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.erp-subscription-pix-copy input{min-width:0;height:42px;border-radius:13px;font-size:12px}.erp-subscription-pix-copy button,.erp-subscription-pix-primary,.erp-subscription-pix-secondary{min-height:42px;padding:0 16px;border-radius:999px;font-size:12px;font-weight:950}.erp-subscription-pix-copy button,.erp-subscription-pix-primary{background:linear-gradient(135deg,#f8c84e,#f59e0b);color:#3b2500}.erp-subscription-receiver-notice{padding:11px 12px;border:1px solid #ecd9a5;border-radius:15px;background:#fffaf0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px}.erp-subscription-receiver-notice>span{width:30px;height:30px;border:1px solid #f8d56d;border-radius:10px;background:#fff3ce;display:inline-flex;align-items:center;justify-content:center;font-size:15px;line-height:1}.erp-subscription-receiver-notice>div{min-width:0;display:grid;align-content:center;gap:3px}.erp-subscription-receiver-notice strong{color:#714600;font-size:12px;font-weight:950;line-height:1.3}.erp-subscription-receiver-notice p{margin:0;color:#765f32;font-size:11.5px;line-height:1.45}.erp-subscription-receiver-notice b{color:#4d3000;font-weight:950}.erp-subscription-receiver-notice--pix{border-color:#f3c34f;background:linear-gradient(135deg,rgba(255,248,226,.98),rgba(255,255,255,.98));box-shadow:0 7px 18px rgba(180,100,0,.08)}.erp-subscription-pix-warning{padding:12px;border-radius:15px;border:1px solid #d7e6de;background:#fbfdfc;display:grid;gap:4px}.erp-subscription-pix-warning strong{color:#12382d;font-size:12px;font-weight:950}.erp-subscription-pix-warning p{margin:0;color:#5f7a70;font-size:12px;line-height:1.45}.erp-subscription-pix-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.erp-subscription-pix-secondary{border:1px solid #d7e6de;background:#ffffff;color:#24483c}@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;max-height:30px!important;padding:0!important;gap:0!important}.erp-topbar-subscription-copy{display:none}.erp-topbar-subscription-icon{font-size:14px}.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-pix-content,.erp-subscription-plans{grid-template-columns:1fr}.erp-subscription-pix-qr{width:min(100%,280px);justify-self:center}.erp-subscription-pix-copy>div{grid-template-columns:1fr}.erp-subscription-pix-actions{display:grid;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-body--full{grid-template-columns:minmax(0,1fr)}.erp-contact-form{min-width:0;padding:14px;border:1px solid #e5ece9;border-radius:20px;background:#ffffff;display:grid;gap:12px}.erp-contact-form--message,.erp-contact-form--message .erp-contact-grid{width:100%}.erp-contact-form--message textarea{width:100%;min-height:180px}.erp-contact-feedback-form{gap:10px;background:radial-gradient(circle at top right,rgba(105,199,165,.1),transparent 34%),#ffffff}.erp-contact-feedback-question{min-width:0;margin:0;padding:13px;border:1px solid #e1ece7;border-radius:17px;background:rgba(248,252,250,.78);display:grid;gap:10px;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.erp-contact-feedback-question:focus-within{border-color:rgba(105,199,165,.72);background:rgba(238,248,243,.92);box-shadow:0 0 0 3px rgba(105,199,165,.11)}.erp-contact-feedback-question-header{min-width:0;display:flex;align-items:center;gap:8px}.erp-contact-feedback-question-header strong{min-width:0;color:#17342b;font-size:14px;font-weight:950;line-height:1.3;letter-spacing:-.02em}.erp-contact-feedback-question-number{width:23px;height:23px;min-width:23px;border:1px solid rgba(105,199,165,.35);border-radius:8px;background:#e8faf3;color:#2f8d6d;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:950;line-height:1}.erp-contact-feedback-optional{margin-left:auto;padding:3px 7px;border:1px solid #d7e6de;border-radius:999px;background:#ffffff;color:#6f837b;font-size:9px;font-weight:900;line-height:1;text-transform:uppercase;white-space:nowrap}.erp-contact-feedback-question select{height:40px;padding:0 13px;border-radius:13px;font-size:13px;font-weight:400;line-height:1.2}.erp-contact-feedback-question textarea{min-height:140px;padding:12px 13px;border-radius:13px;font-size:13px;font-weight:400;line-height:1.45}.erp-contact-feedback-question textarea::placeholder{font-size:13px;font-weight:400;line-height:1.45}.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{width:fit-content;max-width:100%;margin:0;padding:6px 9px;border-radius:10px;background:#ffffff;color:#456258;font-size:11.5px;font-weight:800;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 0 8px;gap:6px;font-weight:900;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .08s ease}.erp-contact-feedback-chip,.erp-contact-feedback-chip:before{border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1}.erp-contact-feedback-chip:before{width:17px;height:17px;min-width:17px;font-weight:950}.erp-contact-feedback-chip--positivo{border:1px solid #b9ddcc;background:#f3fbf7;color:#2d6f58}.erp-contact-feedback-chip--positivo:before{content:"+";background:#dff6ec;color:#1e6c56}.erp-contact-feedback-chip--positivo:hover{opacity:1;border-color:#69c7a5;background:#eaf8f1;color:#1e6c56;transform:translateY(-1px)}.erp-contact-feedback-chip--positivo.ativo{border-color:#4bb58f;background:#dff6ec;color:#185d48;box-shadow:0 6px 14px rgba(75,181,143,.15),inset 0 0 0 1px rgba(75,181,143,.12)}.erp-contact-feedback-chip--positivo.ativo:before{background:#4bb58f;color:#ffffff}.erp-contact-feedback-chip--negativo{border:1px solid #efc9bd;background:#fff8f5;color:#96513c}.erp-contact-feedback-chip--negativo:before{content:"−";background:#ffebe5;color:#b45137}.erp-contact-feedback-chip--negativo:hover{opacity:1;border-color:#e49a84;background:#fff1ed;color:#9f402a;transform:translateY(-1px)}.erp-contact-feedback-chip--negativo.ativo{border-color:#df8269;background:#ffebe5;color:#943923;box-shadow:0 6px 14px rgba(196,82,54,.13),inset 0 0 0 1px rgba(196,82,54,.1)}.erp-contact-feedback-chip--negativo.ativo:before{background:#c95f43;color:#ffffff}.erp-contact-feedback-chip:focus-visible{outline:2px solid rgba(75,181,143,.55);outline-offset:2px}.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:#eef8f3!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-contact-feedback-question{padding:11px;border-radius:15px;gap:9px}.erp-contact-feedback-question-header{align-items:flex-start}.erp-contact-feedback-question-header strong{padding-top:2px;font-size:13px}.erp-contact-feedback-optional{margin-top:2px}.erp-contact-feedback-question .erp-contact-stars{justify-content:flex-start;gap:6px}.erp-contact-feedback-question select,.erp-contact-feedback-question textarea,.erp-contact-feedback-question textarea::placeholder{font-size:16px}}.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}.erp-system-dialog-backdrop{position:fixed;inset:0;z-index:5000;padding:18px;background:rgba(15,23,42,.38);backdrop-filter:blur(6px);display:grid;place-items:center;animation:erp-system-dialog-fade-in .16s ease both}.erp-system-dialog-card{position:relative;width:min(100%,470px);overflow:hidden;border:1px solid rgba(215,230,222,.96);border-radius:24px;background:radial-gradient(circle at top right,rgba(105,199,165,.14),transparent 35%),linear-gradient(180deg,rgba(255,255,255,.99),rgba(248,252,250,.99)),#ffffff;box-shadow:0 26px 76px rgba(15,23,42,.24),inset 0 1px 0 rgba(255,255,255,.92);animation:erp-system-dialog-card-in .18s ease both}.erp-system-dialog-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--primary),var(--primary-strong))}.erp-system-dialog-card--aviso{border-color:#ecd9a5;background:radial-gradient(circle at top right,rgba(245,158,11,.13),transparent 36%),linear-gradient(180deg,rgba(255,255,255,.99),rgba(255,251,235,.98)),#ffffff}.erp-system-dialog-card--aviso:before{background:linear-gradient(90deg,#f8c84e,#f59e0b)}.erp-system-dialog-card--erro,.erp-system-dialog-card--perigo{border-color:var(--danger-border);background:radial-gradient(circle at top right,rgba(216,76,76,.11),transparent 36%),linear-gradient(180deg,rgba(255,255,255,.99),rgba(255,243,243,.98)),#ffffff}.erp-system-dialog-card--erro:before,.erp-system-dialog-card--perigo:before{background:linear-gradient(90deg,#ef7777,var(--danger))}.erp-system-dialog-header{padding:21px 20px 16px;border-bottom:1px solid #e5ece9;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:12px}.erp-system-dialog-icon{width:42px;height:42px;border:1px solid rgba(105,199,165,.34);border-radius:14px;background:var(--primary-soft);color:#1e6c56;display:inline-flex;align-items:center;justify-content:center;font-size:19px;font-weight:950;line-height:1}.erp-system-dialog-card--aviso .erp-system-dialog-icon{border-color:#ecd9a5;background:#fff8e8;color:#9a5b05}.erp-system-dialog-card--erro .erp-system-dialog-icon,.erp-system-dialog-card--perigo .erp-system-dialog-icon{border-color:var(--danger-border);background:var(--danger-soft);color:#b43737}.erp-system-dialog-heading{min-width:0;display:grid;gap:5px}.erp-system-dialog-kicker{width:fit-content;color:#2f8d6d;font-size:10px;font-weight:950;line-height:1;letter-spacing:.07em;text-transform:uppercase}.erp-system-dialog-card--aviso .erp-system-dialog-kicker{color:#9a5b05}.erp-system-dialog-card--erro .erp-system-dialog-kicker,.erp-system-dialog-card--perigo .erp-system-dialog-kicker{color:#b43737}.erp-system-dialog-heading h2{margin:0;color:var(--text);font-size:20px;font-weight:950;line-height:1.16;letter-spacing:-.04em}.erp-system-dialog-close{width:34px;height:34px;min-width:34px;padding:0;border:1px solid var(--border);border-radius:999px;background:#ffffff;color:var(--text);display:inline-flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;line-height:1}.erp-system-dialog-close:hover{opacity:1;border-color:var(--border-strong);background:var(--surface-soft);transform:translateY(-1px)}.erp-system-dialog-body{padding:18px 20px;display:grid;gap:15px}.erp-system-dialog-body>p{margin:0;color:var(--text-soft);font-size:13px;font-weight:700;line-height:1.52;white-space:pre-line}.erp-system-dialog-field{display:grid;gap:7px}.erp-system-dialog-field>span{color:#24483c;font-size:12px;font-weight:900}.erp-system-dialog-field input{height:44px;padding:0 13px;border:1px solid var(--border-strong);border-radius:14px;background:var(--surface-strong);color:var(--text);font-size:14px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.erp-system-dialog-field input:focus{border-color:var(--primary-strong);background:#ffffff;box-shadow:0 0 0 4px rgba(105,199,165,.16)}.erp-system-dialog-field input[aria-invalid=true]{border-color:var(--danger-border);background:var(--danger-soft);box-shadow:none}.erp-system-dialog-validation{color:#9a5b05;font-size:11px;font-weight:800;line-height:1.35}.erp-system-dialog-validation--valid{color:#1e6c56}.erp-system-dialog-actions{padding:14px 20px 18px;border-top:1px solid #e5ece9;display:flex;align-items:center;justify-content:flex-end;gap:9px}.erp-system-dialog-cancel,.erp-system-dialog-confirm{min-height:40px;padding:0 17px;border-radius:999px;font-size:13px;font-weight:950;white-space:nowrap}.erp-system-dialog-confirm{background:linear-gradient(135deg,var(--primary),var(--primary-strong));color:#ffffff;box-shadow:0 10px 20px rgba(75,181,143,.22)}.erp-system-dialog-confirm--warning{border:1px solid #ecd9a5;background:linear-gradient(135deg,#f8c84e,#f59e0b);color:#3b2500;box-shadow:0 10px 20px rgba(180,100,0,.16)}.erp-system-dialog-confirm--danger{border:1px solid var(--danger-border);background:linear-gradient(135deg,#e96b6b,var(--danger));color:#ffffff;box-shadow:0 10px 20px rgba(216,76,76,.2)}.erp-system-dialog-cancel{border:1px solid var(--border-strong);background:#ffffff;color:var(--text)}.erp-system-dialog-cancel:hover,.erp-system-dialog-confirm:hover{opacity:1;transform:translateY(-1px)}.erp-system-dialog-confirm:disabled{opacity:.48;cursor:not-allowed;transform:none;box-shadow:none}@keyframes erp-system-dialog-fade-in{0%{opacity:0}to{opacity:1}}@keyframes erp-system-dialog-card-in{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:640px){.erp-system-dialog-backdrop{padding:12px;place-items:end center}.erp-system-dialog-card{width:100%;border-radius:22px}.erp-system-dialog-header{padding:18px 16px 14px}.erp-system-dialog-body{padding:16px}.erp-system-dialog-actions{padding:13px 16px 16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.erp-system-dialog-cancel,.erp-system-dialog-confirm{width:100%}.erp-system-dialog-confirm:only-child{grid-column:1/-1}}@media (prefers-reduced-motion:reduce){.erp-system-dialog-backdrop,.erp-system-dialog-card{animation:none}}.erp-mobile-menu-backdrop,.erp-mobile-menu-close,.erp-mobile-menu-section-title,.erp-mobile-menu-trigger{display:none}.erp-mobile-menu-header,.erp-mobile-menu-panel{display:contents}@media (max-width:640px){.erp-app-topbar,.erp-app-topbar.erp-app-topbar--hidden{position:fixed!important;top:max(10px,env(safe-area-inset-top))!important;left:10px!important;z-index:2100!important;width:auto!important;min-height:0!important;transform:none!important;opacity:1!important;pointer-events:auto!important;background:transparent!important;border:0!important;box-shadow:none!important}.erp-mobile-topbar-inner{width:auto!important;min-height:0!important;padding:0!important;display:block!important}.erp-mobile-menu-trigger{position:relative;z-index:3;width:42px;height:42px;min-width:42px;min-height:42px;padding:0;border:1px solid rgba(255,255,255,.82);border-radius:14px;background:linear-gradient(135deg,#69c7a5,#4bb58f);color:#ffffff;box-shadow:0 10px 24px rgba(15,45,38,.22);display:inline-flex;align-items:center;justify-content:center;font-size:24px;line-height:1;-webkit-tap-highlight-color:transparent}.erp-mobile-menu-trigger:hover{opacity:1}.erp-app-topbar--menu-open .erp-mobile-menu-trigger,.erp-mobile-menu-backdrop{opacity:0;visibility:hidden;pointer-events:none}.erp-mobile-menu-backdrop{position:fixed;inset:0;z-index:1;width:100vw;height:100dvh;padding:0;border:0;border-radius:0;background:rgba(7,27,36,.42);backdrop-filter:blur(4px);display:block;transition:opacity .2s ease,visibility .2s ease}.erp-mobile-menu-backdrop:active{transform:none}.erp-mobile-menu-backdrop.aberto{opacity:1;visibility:visible;pointer-events:auto}.erp-mobile-menu-panel{position:fixed;inset:0 auto 0 0;z-index:2;width:min(86vw,340px);height:100dvh;padding:max(16px,env(safe-area-inset-top)) 14px max(18px,env(safe-area-inset-bottom));overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;border-radius:0 24px 24px 0;background:linear-gradient(180deg,#69c7a5,#56bd99);box-shadow:22px 0 58px rgba(7,27,36,.26);display:flex;flex-direction:column;transform:translateX(-105%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .24s ease,opacity .18s ease,visibility .24s ease}.erp-mobile-menu-panel.aberto{transform:translateX(0);opacity:1;visibility:visible;pointer-events:auto}.erp-mobile-menu-header{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px}.erp-mobile-menu-panel .erp-mobile-topbar-brand{width:132px!important;min-width:132px!important;height:38px!important;padding:5px 11px!important}.erp-mobile-menu-panel .erp-mobile-topbar-logo-img{height:27px!important}.erp-mobile-menu-close{width:38px;height:38px;min-width:38px;min-height:38px;padding:0;border:1px solid rgba(255,255,255,.36);border-radius:13px;background:rgba(255,255,255,.16);color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:26px;line-height:1}.erp-mobile-menu-close:focus-visible,.erp-mobile-menu-trigger:focus-visible{outline:3px solid rgba(255,255,255,.95);outline-offset:2px}.erp-mobile-menu-section-title{margin:23px 4px 9px;color:rgba(255,255,255,.78);display:block;font-size:10px;font-weight:950;line-height:1;letter-spacing:.12em;text-transform:uppercase}.erp-mobile-menu-panel .erp-mobile-topbar-actions,.erp-mobile-menu-panel .erp-mobile-topbar-nav{width:100%!important;margin:0!important;display:grid!important;grid-template-columns:1fr!important;align-items:stretch!important;gap:8px!important}.erp-mobile-menu-panel .erp-mobile-topbar-module{width:100%!important;min-width:0!important;height:48px!important;padding:0 13px!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:15px!important;background:rgba(255,255,255,.1)!important;color:#ffffff!important;justify-content:flex-start!important;gap:11px!important;font-size:14px!important;font-weight:900!important;box-shadow:none!important}.erp-mobile-menu-panel .erp-mobile-topbar-module.ativo{border-color:rgba(255,255,255,.76)!important;background:rgba(255,255,255,.94)!important;color:#17483a!important;box-shadow:0 9px 22px rgba(15,45,38,.14)!important}.erp-mobile-topbar-module-icon{width:28px;height:28px;flex:0 0 28px;border-radius:10px;background:rgba(255,255,255,.16);display:inline-flex;align-items:center;justify-content:center;font-size:17px}.erp-mobile-topbar-module.ativo .erp-mobile-topbar-module-icon{background:#e8faf3}.erp-mobile-topbar-module-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.erp-mobile-menu-panel .erp-topbar-subscription-btn{width:100%!important;height:50px!important;min-height:50px!important;max-height:none!important;padding:5px 13px!important;border-radius:15px!important;justify-content:flex-start!important;gap:10px!important}.erp-mobile-menu-panel .erp-topbar-subscription-copy{min-width:0;display:grid!important;align-content:center;justify-items:start;gap:2px;text-align:left}.erp-mobile-menu-panel .erp-topbar-subscription-copy strong{font-size:13px;line-height:1.1}.erp-mobile-menu-panel .erp-topbar-subscription-copy small{font-size:10px;line-height:1.1}.erp-mobile-menu-panel .erp-topbar-config-btn,.erp-mobile-menu-panel .erp-topbar-contact-btn,.erp-mobile-menu-panel .erp-topbar-notification-compact,.erp-mobile-menu-panel .erp-user-menu-trigger{width:100%!important;height:46px!important;min-width:0!important;min-height:46px!important;padding:6px 12px!important;border:1px solid rgba(255,255,255,.34)!important;border-radius:15px!important;background:rgba(255,255,255,.94)!important;color:#17342b!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;box-shadow:0 7px 18px rgba(15,45,38,.11)!important}.erp-mobile-menu-panel .erp-topbar-notification-compact :is(button,a){width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;flex:0 0 32px!important;box-shadow:none!important}.erp-topbar-config-btn:after,.erp-topbar-contact-btn:after,.erp-topbar-notification-compact:after,.erp-user-menu-trigger:after{min-width:0;color:#17342b;overflow:hidden;font-size:13px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.erp-topbar-notification-compact:after{content:"Notificações"}.erp-topbar-contact-btn:after{content:"Feedback e contato"}.erp-topbar-config-btn:after{content:"Configurar módulos"}.erp-user-menu-trigger:after{content:"Conta"}.erp-mobile-menu-panel .erp-user-menu{width:100%;display:block}.erp-mobile-menu-panel .erp-user-dropdown{position:static;width:100%;margin-top:8px;box-shadow:0 8px 22px rgba(15,45,38,.12)}.erp-mobile-menu-panel .erp-user-dropdown:before{display:none}}@media (max-width:380px){.erp-mobile-menu-panel{width:min(90vw,320px)}.erp-mobile-menu-trigger{width:40px;height:40px;min-width:40px;min-height:40px}}@media (prefers-reduced-motion:reduce){.erp-mobile-menu-backdrop,.erp-mobile-menu-panel{transition:none}}.cookie-consent-banner{position:fixed;z-index:99999;right:20px;bottom:20px;left:20px;display:flex;justify-content:center;pointer-events:none}.cookie-consent-content{width:min(900px,100%);padding:18px;border:1px solid rgba(31,159,146,.24);border-radius:20px;background:rgba(255,255,255,.98);box-shadow:0 18px 55px rgba(7,27,36,.18);display:flex;align-items:center;justify-content:space-between;gap:22px;pointer-events:auto}.cookie-consent-content strong{display:block;margin-bottom:5px;color:#071b24;font-size:16px}.cookie-consent-content p{max-width:600px;margin:0 0 6px;color:#455a62;font-size:13px;line-height:1.5}.cookie-consent-content a{color:#0d736b;font-size:13px;font-weight:800;text-decoration:none}.cookie-consent-actions{flex:0 0 auto;display:flex;align-items:center;gap:9px}.cookie-consent-actions button,.cookie-preferences-button{min-height:42px;padding:0 15px;border-radius:12px;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.cookie-consent-reject{border:1px solid #b7c5c0;background:#ffffff;color:#29443c}.cookie-consent-accept{border:1px solid #168f7f;background:#168f7f;color:#ffffff}.cookie-preferences-button{position:fixed;z-index:99998;right:18px;bottom:18px;border:1px solid rgba(31,159,146,.28);background:rgba(255,255,255,.96);color:#0d736b;box-shadow:0 8px 24px rgba(7,27,36,.12)}@media (max-width:720px){.cookie-consent-banner{right:10px;bottom:10px;left:10px}.cookie-consent-content{padding:16px;align-items:stretch;flex-direction:column;gap:14px}.cookie-consent-actions{display:grid;grid-template-columns:1fr}.cookie-consent-actions button{width:100%}.cookie-preferences-button{right:10px;bottom:10px;min-height:38px;padding:0 12px;font-size:12px}}