.login{position:fixed;inset:0;z-index:200;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);background:var(--ms-app-bg);animation:ms-fade .3s ease}.login-brand{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:46px 52px;color:#fff;background:linear-gradient(155deg,var(--ms-accent-strong),var(--ms-accent) 55%,#256bb8)}.login-brand__glow1{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.16),transparent 65%);top:-160px;right:-140px}.login-brand__glow2{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(22,163,74,.22),transparent 62%);bottom:-160px;left:-120px}.login-brand__logo{position:relative;display:flex;align-items:center;gap:12px}.login-brand__logo-mark{width:44px;height:44px;border-radius:13px;background:#ffffff29;display:inline-flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.login-brand__logo-word{font:900 22px/1 Satoshi;letter-spacing:-.02em;color:#fff}.login-brand__copy{position:relative;max-width:440px}.login-brand__eyebrow{display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:var(--ms-r-pill);background:#ffffff26;font:700 11px Satoshi;letter-spacing:.06em;text-transform:uppercase;margin-bottom:20px}.login-brand__title{margin:0;font:900 38px/1.15 Satoshi;letter-spacing:-.03em;text-wrap:balance}.login-brand__lead{margin:16px 0 0;font:500 15px/1.6 Satoshi;color:#ffffffd1}.login-brand__stats{display:flex;gap:26px;margin-top:30px}.login-brand__stat{display:flex;flex-direction:column}.login-brand__stat b{font:900 24px Satoshi;font-variant-numeric:tabular-nums}.login-brand__stat span{font:600 12px Satoshi;color:#ffffffb3;margin-top:2px}.login-brand__div{width:1px;background:#fff3}.login-brand__foot{position:relative;font:600 12px Satoshi;color:#ffffffa6}.login-form{display:flex;align-items:center;justify-content:center;padding:40px;overflow-y:auto}.login-form__box{width:100%;max-width:400px}.login-form__title{margin:0;font:900 26px/1.15 Satoshi;letter-spacing:-.02em;color:var(--ms-text-strong)}.login-form__sub{margin:8px 0 0;font:500 13.5px Satoshi;color:var(--ms-text-muted-2)}.login-form__fields{display:flex;flex-direction:column;gap:14px;margin-top:28px}.login-field{display:flex;flex-direction:column;gap:7px}.login-field__lbl{font:700 11px Satoshi;letter-spacing:.05em;text-transform:uppercase;color:var(--ms-text-subtle)}.login-field__lblrow{display:flex;align-items:center;justify-content:space-between}.login-inputwrap{display:flex;align-items:center;gap:10px;height:46px;padding:0 14px;border-radius:12px;background:var(--ms-input-bg);box-shadow:inset 0 0 0 1px var(--ms-ring)}.login-inputwrap--pw{padding:0 6px 0 14px}.login-inputwrap:focus-within{background:#fff;box-shadow:inset 0 0 0 1px var(--ms-accent),0 0 0 4px var(--ms-accent-ring)}.login-inputwrap input{border:0;outline:0;background:transparent;font:600 13.5px Satoshi;color:var(--ms-text-body);width:100%}.login-inputwrap svg{color:var(--ms-text-subtle);flex:0 0 auto}.login-pwtoggle{width:34px;height:34px;border:0;border-radius:9px;background:transparent;color:var(--ms-text-subtle);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}.login-pwtoggle:hover{background:var(--ms-soft-btn-bg-hover);color:var(--ms-accent-strong)}.login-link{font:700 11.5px Satoshi;color:var(--ms-accent-text);text-decoration:none}.login-remember{display:flex;align-items:center;gap:10px;cursor:pointer;margin-top:2px;font:600 13px Satoshi;color:var(--ms-text-body-2)}.login-check{width:20px;height:20px;border-radius:6px;background:var(--ms-accent);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#fff}.login-submit{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:48px;border:0;border-radius:12px;background:var(--ms-accent);color:#fff;font:800 14px Satoshi;cursor:pointer;box-shadow:0 14px 26px -12px var(--ms-accent-shadow);margin-top:6px}.login-submit:hover{background:var(--ms-accent-strong)}.login-divider{display:flex;align-items:center;gap:12px;margin:22px 0}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:var(--ms-ring)}.login-divider span{font:600 11.5px Satoshi;color:var(--ms-text-subtle-2)}.login-help{margin:0;text-align:center;font:500 13px Satoshi;color:var(--ms-text-muted-2)}@media(max-width:820px){.login{grid-template-columns:1fr}.login-brand{display:none}}.login-error{display:flex;flex-direction:column;gap:2px;padding:11px 14px;border-radius:12px;background:var(--ms-danger-bg);color:var(--ms-danger-fg)}.login-error strong{font:800 12.5px Satoshi}.login-error span{font:500 12px/1.45 Satoshi}html body #root .app-frame.theme-light .login-inputwrap input:not(#milksync-borderless-override),html body #root .app-frame.theme-light .login-inputwrap input:focus:not(#milksync-borderless-override),html body #root .app-frame.theme-light .login-inputwrap input:focus-visible:not(#milksync-borderless-override){background:transparent!important;background-image:none!important;border:0!important;outline:0!important;box-shadow:none!important;height:auto!important;min-height:0!important;padding:0!important;width:100%!important;font-family:Satoshi!important;font-weight:600!important;font-size:13.5px!important;color:var(--ms-text-body)!important;-webkit-text-fill-color:var(--ms-text-body)!important}html body #root .app-frame.theme-light .login-inputwrap input::placeholder{color:var(--ms-text-subtle-2)!important;-webkit-text-fill-color:var(--ms-text-subtle-2)!important;opacity:1!important}html body #root .app-frame.theme-light .login-submit:not(#milksync-borderless-override){height:48px!important;min-height:48px!important;padding:0 18px!important;border:0!important;border-radius:12px!important;background:var(--ms-accent)!important;background-image:none!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-family:Satoshi!important;font-weight:800!important;font-size:14px!important;box-shadow:0 14px 26px -12px var(--ms-accent-shadow)!important}html body #root .app-frame.theme-light .login-submit:hover:not(:disabled):not(#milksync-borderless-override){background:var(--ms-accent-strong)!important}html body #root .app-frame.theme-light .login-submit:disabled:not(#milksync-borderless-override){opacity:.62!important;cursor:not-allowed!important}html body #root .app-frame.theme-light .login-pwtoggle:not(#milksync-borderless-override){width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;border:0!important;border-radius:9px!important;background:transparent!important;background-image:none!important;box-shadow:none!important;color:var(--ms-text-subtle)!important;-webkit-text-fill-color:var(--ms-text-subtle)!important}html body #root .app-frame.theme-light .login-pwtoggle:hover:not(#milksync-borderless-override){background:var(--ms-soft-btn-bg-hover)!important;color:var(--ms-accent-strong)!important;-webkit-text-fill-color:var(--ms-accent-strong)!important}html body #root .app-frame.theme-light button.login-link:not(#milksync-borderless-override){height:auto!important;min-height:0!important;padding:0!important;border:0!important;background:transparent!important;background-image:none!important;box-shadow:none!important;font-family:Satoshi!important;font-weight:700!important;font-size:11.5px!important;color:var(--ms-accent-text)!important;-webkit-text-fill-color:var(--ms-accent-text)!important;cursor:pointer!important}html body #root .app-frame.theme-light .login-brand__title:not(#milksync-borderless-override){color:#fff!important;-webkit-text-fill-color:#fff!important}html body #root .app-frame.theme-light .login-brand__stat b:not(#milksync-borderless-override){color:#fff!important;-webkit-text-fill-color:#fff!important}html body #root .app-frame.theme-light .login-brand__lead:not(#milksync-borderless-override){color:#ffffffd1!important;-webkit-text-fill-color:rgba(255,255,255,.82)!important}html body #root .app-frame.theme-light .login-form__title:not(#milksync-borderless-override){color:var(--ms-text-strong)!important;-webkit-text-fill-color:var(--ms-text-strong)!important}html body #root .app-frame.theme-light .login-form__sub:not(#milksync-borderless-override){color:var(--ms-text-muted-2)!important;-webkit-text-fill-color:var(--ms-text-muted-2)!important}html body #root .app-frame.theme-light .login-remember:not(#milksync-borderless-override){font-weight:600!important;color:var(--ms-text-body-2)!important;-webkit-text-fill-color:var(--ms-text-body-2)!important}.lp{position:fixed;inset:0;overflow-y:auto;background:#fff;font-family:Satoshi,system-ui,sans-serif}.lp a{text-decoration:none}.lp__wrap{max-width:1240px;margin:0 auto}.lp-nav{position:sticky;top:0;z-index:5;display:flex;align-items:center;gap:20px;padding:16px 44px;background:#ffffffd1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 1px #1f2a440f}.lp-nav__logo{display:flex;align-items:center;gap:11px}.lp-nav__logo img{width:36px;height:36px;border-radius:10px;display:block;box-shadow:0 8px 18px -10px #3384d6b3}.lp-nav__word{font:900 19px/1 Satoshi;letter-spacing:-.02em;color:var(--ms-text-strong)}.lp-nav__word b{color:var(--ms-accent);font-weight:900}.lp-nav__links{flex:1;display:flex;align-items:center;justify-content:center;gap:32px}.lp-nav__links a{font:600 13.5px Satoshi;color:var(--ms-text-body-2)}.lp-nav__links a:hover{color:var(--ms-accent-strong)}.lp-nav__cta{display:flex;align-items:center;gap:10px}.lp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 17px;border:0;border-radius:11px;font:700 13px Satoshi;cursor:pointer}.lp-btn--primary{background:var(--ms-accent);color:#fff;box-shadow:0 12px 24px -12px #3384d6e6}.lp-btn--primary:hover{background:var(--ms-accent-strong)}.lp-btn--ghost{background:var(--ms-soft-btn-bg);color:var(--ms-text-body-2)}.lp-btn--ghost:hover{background:var(--ms-soft-btn-bg-hover)}.lp-btn--lg{height:50px;padding:0 22px;border-radius:13px;font-size:14.5px;font-weight:800}.lp-btn--outline{background:#fff;box-shadow:inset 0 0 0 1px var(--ms-ring);color:var(--ms-text-body)}.lp-btn--outline:hover{box-shadow:inset 0 0 0 1px #cdddfb;color:var(--ms-accent-strong)}.lp-hero{position:relative;overflow:hidden;padding:70px 44px 60px;background:radial-gradient(900px 460px at 92% -10%,var(--ms-accent-soft),transparent 60%),radial-gradient(700px 420px at 0% 108%,rgba(22,163,74,.06),transparent 62%),#fff}.lp-hero__grid{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,1fr);gap:52px;align-items:center}.lp-eyebrow{display:inline-flex;align-items:center;gap:8px;height:30px;padding:0 13px;border-radius:var(--ms-r-pill);background:var(--ms-accent-soft);color:var(--ms-accent-text);font:700 11.5px Satoshi;letter-spacing:.04em;text-transform:uppercase}.lp-hero__title{margin:18px 0 0;font:900 50px/1.08 Satoshi;letter-spacing:-.035em;color:var(--ms-text-strong);text-wrap:balance}.lp-hero__lead{margin:20px 0 0;font:500 16.5px/1.6 Satoshi;color:var(--ms-text-muted);max-width:520px}.lp-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.lp-hero__checks{display:flex;flex-wrap:wrap;gap:22px;margin-top:34px}.lp-check{display:inline-flex;align-items:center;gap:8px;font:600 13px Satoshi;color:var(--ms-text-muted)}.lp-check__i{width:22px;height:22px;border-radius:7px;background:var(--ms-ok-bg);color:var(--ms-ok-fg);display:inline-flex;align-items:center;justify-content:center}.lp-preview{position:relative}.lp-preview__halo{position:absolute;inset:-10px -10px auto auto;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,var(--ms-accent-soft2),transparent 70%);z-index:0}.lp-preview__card{position:relative;z-index:1;background:#fff;border-radius:22px;box-shadow:0 40px 90px -34px #1f2a448c,0 0 0 1px #1f2a440d;padding:16px}.lp-preview__bar{display:flex;align-items:center;gap:7px;padding:4px 6px 12px}.lp-preview__dot{width:11px;height:11px;border-radius:99px}.lp-preview__kpis{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.lp-preview__kpi{background:var(--ms-surface-2);border-radius:13px;padding:12px}.lp-preview__kpi span{display:block;font:700 9.5px Satoshi;letter-spacing:.06em;text-transform:uppercase;color:var(--ms-text-subtle)}.lp-preview__kpi b{display:block;font:900 18px Satoshi;color:var(--ms-text-strong);margin-top:5px;font-variant-numeric:tabular-nums}.lp-preview__chart{background:var(--ms-surface-2);border-radius:13px;padding:14px 14px 10px;margin-top:10px}.lp-preview__bars{display:flex;align-items:flex-end;gap:9px;height:82px}.lp-preview__bars i{flex:1;border-radius:6px 6px 0 0;background:var(--ms-accent)}.lp-preview__bars i.soft{background:var(--ms-accent-soft2)}.lp-preview__toast{position:absolute;z-index:2;right:-14px;bottom:26px;display:flex;align-items:center;gap:10px;padding:11px 14px;background:#fff;border-radius:14px;box-shadow:0 20px 40px -18px #1f2a4480}.lp-sec{padding:64px 44px}.lp-sec--alt{background:#f7f9fd}.lp-head{text-align:center;max-width:640px;margin:0 auto 40px}.lp-head__eyebrow{font:700 11.5px Satoshi;letter-spacing:.12em;text-transform:uppercase;color:var(--ms-accent-text)}.lp-head__title{margin:10px 0 0;font:900 34px/1.15 Satoshi;letter-spacing:-.025em;color:var(--ms-text-strong);text-wrap:balance}.lp-head__sub{margin:12px 0 0;font:500 15px/1.6 Satoshi;color:var(--ms-text-muted-2)}.lp-feats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.lp-feat{background:#fff;border-radius:18px;box-shadow:0 16px 32px -26px #1f2a4480,0 0 0 1px #1f2a4408;padding:24px;transition:box-shadow .16s}.lp-feat:hover{box-shadow:0 26px 46px -26px #1f2a448c,0 0 0 1px var(--ms-accent-soft2)}.lp-feat__i{width:52px;height:52px;border-radius:14px;background:var(--ms-accent-soft);color:var(--ms-accent-strong);display:inline-flex;align-items:center;justify-content:center}.lp-feat h3{margin:16px 0 0;font:900 17px Satoshi;letter-spacing:-.01em;color:var(--ms-text-strong)}.lp-feat p{margin:8px 0 0;font:500 13.5px/1.6 Satoshi;color:var(--ms-text-muted-2)}.lp-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.lp-step{position:relative;background:#f7f9fd;border-radius:18px;padding:24px}.lp-sec--alt .lp-step{background:#fff}.lp-step__n{font:900 30px Satoshi;letter-spacing:-.03em;color:var(--ms-accent-soft2)}.lp-step__i{position:absolute;top:24px;right:24px;width:44px;height:44px;border-radius:12px;background:#fff;color:var(--ms-accent-strong);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 22px -12px #1f2a4466}.lp-step h3{margin:14px 0 0;font:900 16px Satoshi;color:var(--ms-text-strong)}.lp-step p{margin:7px 0 0;font:500 13px/1.55 Satoshi;color:var(--ms-text-muted-2)}.lp-stats{max-width:1240px;margin:0 auto;border-radius:24px;padding:48px 44px;background:linear-gradient(150deg,var(--ms-accent-strong),var(--ms-accent) 58%,#256bb8);box-shadow:0 30px 60px -30px #3384d6b3}.lp-stats__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;color:#fff;text-align:center}.lp-stat b{font:900 40px Satoshi;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.lp-stat span{display:block;font:600 13px Satoshi;color:#fffc;margin-top:4px}.lp-contact__item{display:flex;align-items:center;gap:13px}.lp-contact__item i{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.lp-contact__item b{display:block;font:700 13.5px Satoshi;color:var(--ms-text)}.lp-contact__item span{display:block;font:600 12.5px Satoshi;color:var(--ms-text-subtle)}.lp-contact__row{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.lp-contact__card{background:#fff;border-radius:18px;box-shadow:0 16px 32px -26px #1f2a4480,0 0 0 1px #1f2a4408;padding:20px 26px;min-width:280px;transition:box-shadow .16s}.lp-contact__card:hover{box-shadow:0 26px 46px -26px #1f2a448c,0 0 0 1px var(--ms-accent-soft2)}.lp-contact__card b{font-size:14.5px}.lp-contact__card span{font-size:13px}.lp-foot{background:#101827;color:#fff;padding:44px 44px 30px}.lp-foot__top{max-width:1240px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:32px;flex-wrap:wrap}.lp-foot__cols{display:flex;gap:56px;flex-wrap:wrap}.lp-foot__col{display:flex;flex-direction:column;gap:10px}.lp-foot__col b{font:700 11px Satoshi;letter-spacing:.08em;text-transform:uppercase;color:var(--ms-text-muted-2)}.lp-foot__col a{font:600 13px Satoshi;color:#cdd6e5}.lp-foot__col a:hover{color:#fff}.lp-foot__bar{max-width:1240px;margin:28px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.09);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;font:600 12px Satoshi;color:var(--ms-text-subtle)}@media(max-width:900px){.lp-hero__grid{grid-template-columns:1fr}.lp-feats,.lp-steps,.lp-stats__grid{grid-template-columns:1fr 1fr}.lp-nav__links{display:none}.lp-hero__title{font-size:38px}}button.login-brand__logo{background:transparent;border:0;padding:0;cursor:pointer;color:inherit;text-align:left}.lp-legal__logomark{width:32px;height:32px;border-radius:9px;background:var(--ms-accent);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 18px -10px #3384d6b3}.lp-legal{max-width:760px;margin:0 auto;font-family:Satoshi,system-ui,sans-serif;color:var(--ms-text-body)}.lp-legal__back{display:inline-flex;align-items:center;gap:6px;font:700 12.5px Satoshi;color:var(--ms-accent-text);text-decoration:none;margin-bottom:18px}.lp-legal__title{margin:0;font:900 34px/1.15 Satoshi;letter-spacing:-.025em;color:var(--ms-text-strong)}.lp-legal__meta{margin:8px 0 28px;font:600 13px Satoshi;color:var(--ms-text-subtle)}.lp-legal p{margin:0 0 14px;font:500 14.5px/1.7 Satoshi;color:var(--ms-text-body-2)}.lp-legal h2{margin:30px 0 10px;font:900 18px Satoshi;letter-spacing:-.01em;color:var(--ms-text-strong)}.lp-legal ul{margin:0 0 14px;padding-left:20px;display:flex;flex-direction:column;gap:9px}.lp-legal li{font:500 14.5px/1.6 Satoshi;color:var(--ms-text-body-2)}.lp-legal strong{color:var(--ms-text-body);font-weight:800}.lp-legal__contact{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.lp-legal__contact a{display:inline-flex;align-items:center;gap:9px;padding:12px 18px;border-radius:14px;background:#fff;box-shadow:0 16px 32px -26px #1f2a4480,0 0 0 1px #1f2a4408;font:800 13.5px Satoshi;color:var(--ms-text-body);text-decoration:none}.lp-legal__contact a svg{color:var(--ms-accent-strong)}.app-frame.theme-light .app-modal.employee-entry-modal{width:min(620px,calc(100vw - 40px))!important;max-width:620px!important;max-height:calc(100dvh - 56px)!important;border:0!important;border-radius:20px!important;background:#fff!important;box-shadow:0 24px 80px #10182738!important}.app-frame.theme-light .employee-entry-modal .app-modal-header{padding:24px 24px 20px!important;border-bottom:1px solid #f0f3f9!important}.app-frame.theme-light .employee-entry-modal .app-modal-header h3{color:#15233b!important;font-size:18px!important;font-weight:900!important;line-height:1.35!important;letter-spacing:-.02em!important;overflow-wrap:anywhere}.app-frame.theme-light .employee-entry-modal .app-modal-header p{margin-top:8px!important;color:#677790!important;font-size:12.5px!important;font-weight:500!important;line-height:1.5!important}.app-frame.theme-light .employee-entry-modal .app-modal-eyebrow{margin-bottom:7px;letter-spacing:.06em!important}.app-frame.theme-light .employee-entry-modal--vale .app-modal-eyebrow{color:#a97a00!important}.app-frame.theme-light .employee-entry-modal--falta .app-modal-eyebrow{color:#c0392f!important}.app-frame.theme-light .employee-entry-modal .app-modal-body{padding:22px 24px 24px!important;overscroll-behavior:contain}.app-frame.theme-light .employee-entry-modal .app-modal-footer{padding:17px 24px!important;background:#fff!important}.app-frame.theme-light .employee-entry-modal .app-modal-footer button{min-height:42px!important;border-radius:10px!important;font-size:13px!important;font-weight:700!important}.employee-entry-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:13px}.employee-entry-span-2{grid-column:1 / -1}.app-frame.theme-light .employee-entry-modal .employee-entry-grid>label,.app-frame.theme-light .employee-entry-modal .employee-entry-grid>fieldset>label,.app-frame.theme-light .employee-entry-modal .employee-entry-justification legend{color:#6e7d95!important;font-size:11px!important;font-weight:700!important;line-height:1.5!important;letter-spacing:.045em;text-transform:uppercase}.app-frame.theme-light .employee-entry-modal .employee-entry-grid small{color:#677790;font-size:11px;font-weight:500;letter-spacing:0;text-transform:none}.app-frame.theme-light .employee-entry-modal :is(input:not([type=radio]),select,textarea,.date-input-trigger,.select-menu-trigger){min-height:42px!important;border:0!important;border-radius:10px!important;background:#f4f7fc!important;color:#28344c!important;box-shadow:inset 0 0 0 1px #e6ecf5!important;font-size:13px!important;font-weight:600!important;letter-spacing:0!important;text-transform:none!important;font-variant-numeric:tabular-nums}.app-frame.theme-light .employee-entry-modal textarea{height:88px;padding:11px 13px!important;line-height:1.55!important;resize:vertical}.app-frame.theme-light .employee-entry-modal select{width:100%;padding:10px 12px!important}.app-frame.theme-light .employee-entry-modal :is(input,textarea)::placeholder{color:#75829a!important;font-weight:500!important;opacity:1}.employee-entry-justification{min-width:0;margin:3px 0 0;padding:0;border:0}.employee-entry-justification legend{padding:0;margin-bottom:9px}.employee-entry-chips{display:flex;flex-wrap:wrap;gap:7px}.app-frame.theme-light .employee-entry-modal .employee-entry-chip{position:relative;display:block!important;cursor:pointer}.app-frame.theme-light .employee-entry-modal .employee-entry-chip input{position:absolute;width:1px!important;height:1px!important;min-height:1px!important;margin:0;opacity:0}.employee-entry-chip span{display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border-radius:8px;background:#f4f7fc;color:#52627a;box-shadow:inset 0 0 0 1px #e6ecf5;font-size:11.5px;font-weight:700;line-height:1.4}.employee-entry-chip:hover span{background:#eaf0f8}.app-frame.theme-light .employee-entry-modal .employee-entry-chip input:checked+span{color:#fff!important;-webkit-text-fill-color:#fff!important;background:#2f7fd1;box-shadow:none}.employee-entry-chip input:focus-visible+span{outline:2px solid #1f6fbe;outline-offset:3px}.employee-entry-notice{display:flex;align-items:flex-start;gap:9px;margin-top:18px;padding:13px 14px;border-radius:10px;background:#eaf8f2;color:#16754f}.employee-entry-notice>svg{flex-shrink:0;margin-top:1px}.employee-entry-notice p{margin:0;font-size:12px;font-weight:500;line-height:1.6}.employee-entry-modal--vale .employee-entry-notice{background:#fff8e8;color:#876108}.employee-entry-modal--falta .employee-entry-notice{background:#fff1ef;color:#a73b32}.app-frame.theme-light .employee-entry-modal :is(button,input,select,textarea):focus-visible{outline:2px solid #1f6fbe!important;outline-offset:3px}.employee-entry-modal button:disabled{cursor:wait;opacity:.65}.employee-falta-picker{min-width:0;margin:20px 0 0;padding:0;border:0}.fp-card>.employee-falta-picker{margin:0;padding:14px 16px}.employee-falta-picker legend{padding:0;color:#28344c;font-size:13px;font-weight:800}.employee-falta-picker>p{margin:5px 0 10px;color:#677790;font-size:12px;font-weight:500;line-height:1.5}.app-frame.theme-light :is(.app-modal,.ms-modal) .employee-falta-option{display:flex!important;align-items:flex-start;gap:10px!important;padding:12px 0;border-top:1px solid #f0f3f9;cursor:pointer}.app-frame.theme-light :is(.app-modal,.ms-modal) .employee-falta-option input[type=checkbox]{flex:0 0 17px;width:17px!important;height:17px!important;min-height:17px!important;margin:2px 0 0;accent-color:#2f7fd1}.employee-falta-option__main{display:flex;flex:1;min-width:0;flex-direction:column;gap:4px}.employee-falta-option__main strong{color:#28344c;font-size:12.5px;font-weight:700;line-height:1.5}.employee-falta-option__main small{color:#677790;font-size:11.5px;font-weight:500;line-height:1.5;overflow-wrap:anywhere}.employee-falta-option>b{color:#c0392f;font-size:12.5px;font-weight:800;line-height:1.5;white-space:nowrap;font-variant-numeric:tabular-nums}.employee-falta-option__main .employee-falta-option__warning{color:#876108}.employee-falta-option:has(input:disabled){cursor:default}.employee-falta-option input:focus-visible{outline:2px solid #1f6fbe;outline-offset:3px}.employee-falta-picker__total{display:flex;justify-content:space-between;gap:12px;padding-top:10px;border-top:1px solid #f0f3f9;color:#52627a;font-size:12px}.employee-falta-picker__total strong{color:#c0392f;white-space:nowrap;font-variant-numeric:tabular-nums}.employee-falta-picker>.employee-falta-picker__error{color:#b32d24;margin:12px 0 0}@media(max-width:540px){.app-frame.theme-light .app-modal.employee-entry-modal{width:calc(100vw - 24px)!important;max-height:calc(100dvh - 32px)!important}.app-frame.theme-light .employee-entry-modal .app-modal-header{padding:20px 18px 17px!important}.app-frame.theme-light .employee-entry-modal .app-modal-body{padding:19px 18px 20px!important}.app-frame.theme-light .employee-entry-modal .app-modal-footer{padding:15px 18px!important}.employee-entry-grid{grid-template-columns:minmax(0,1fr)}.app-frame.theme-light .employee-entry-modal :is(input:not([type=radio]),select,textarea,.date-input-trigger,.select-menu-trigger){font-size:16px!important}}.app-frame.theme-light .funcionario-report-backdrop{background:#10182773!important;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.app-frame.theme-light .app-modal.funcionario-report-modal{width:min(540px,calc(100vw - 40px))!important;max-width:540px!important;max-height:calc(100dvh - 48px)!important;border:0!important;border-radius:20px!important;background:#fff!important;box-shadow:0 24px 80px #10182738!important;outline:none}.funcionario-report-modal>form{display:flex;flex:1;min-height:0;flex-direction:column}.app-frame.theme-light .funcionario-report-modal .funcionario-report-modal__header{padding:24px!important;border-bottom:1px solid #f0f3f9!important}.funcionario-report-modal__eyebrow{display:inline-flex;align-items:center;gap:6px;margin-bottom:9px;color:#1f6fbe;font-size:11px;font-weight:700}.app-frame.theme-light .funcionario-report-modal .funcionario-report-modal__header h3{color:#101827!important;font-size:21px!important;font-weight:900!important;line-height:1.3!important;letter-spacing:-.025em!important}.app-frame.theme-light .funcionario-report-modal .funcionario-report-modal__header p{margin:7px 0 0!important;color:#5f6f89!important;font-size:13px!important;font-weight:500!important;line-height:1.5!important;overflow-wrap:anywhere}.app-frame.theme-light .funcionario-report-modal .funcionario-report-modal__body{padding:24px!important;overscroll-behavior:contain}.funcionario-report-modal__competencia{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:12px;margin-bottom:20px}.funcionario-report-modal__competencia strong{color:#28344c;font-size:13px;font-weight:800}.funcionario-report-modal__competencia p{margin:5px 0 0;color:#677790;font-size:12px;line-height:1.5}.funcionario-report-modal__competencia>span{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:8px;background:#edf5ff;color:#1f6fbe;font-size:11px;font-weight:700;white-space:nowrap;font-variant-numeric:tabular-nums}.funcionario-report-modal__calendar{padding:14px;border:1px solid #e6ecf5;border-radius:14px}.funcionario-report-modal__year{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.funcionario-report-modal__year strong{color:#28344c;font-size:16px;font-weight:800;font-variant-numeric:tabular-nums}.app-frame.theme-light .funcionario-report-modal .funcionario-report-modal__year button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:9px;background:#f4f7fc;color:#5f6f89;box-shadow:none}.funcionario-report-modal__months{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.app-frame.theme-light .funcionario-report-modal .funcionario-report-modal__months button{min-width:0;min-height:42px;padding:9px 6px;border:0;border-radius:11px;background:#f4f7fc;color:#5f6f89;box-shadow:inset 0 0 0 1px #e6ecf5;font-size:12.5px;font-weight:700;line-height:1.4;transition:none!important}.app-frame.theme-light .funcionario-report-modal :is(.funcionario-report-modal__months,.funcionario-report-modal__year) button:hover:not(:disabled){background:#e8f1fc;color:#1f6fbe}.app-frame.theme-light .funcionario-report-modal .funcionario-report-modal__months button[aria-pressed=true]{background:var(--ms-accent, #2f7fd1)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:none}.app-frame.theme-light .funcionario-report-modal button:focus-visible{outline:2px solid #1f6fbe!important;outline-offset:3px}.funcionario-report-modal button:disabled{cursor:not-allowed;opacity:.6}.app-frame.theme-light .funcionario-report-modal .funcionario-report-modal__error{margin:16px 0 0!important;padding:11px 12px;border-radius:10px;background:#fff1ef;color:#a73b32!important;-webkit-text-fill-color:#a73b32!important;font-size:12px!important;line-height:1.6!important;overflow-wrap:anywhere}.app-frame.theme-light .funcionario-report-modal .funcionario-report-modal__footer{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;padding:18px 24px!important;border-top:1px solid #f0f3f9!important;background:#fff!important}.app-frame.theme-light .funcionario-report-modal .funcionario-report-modal__footer button{min-height:42px!important;border-radius:10px!important;font-size:13px!important;font-weight:700!important}.funcionario-report-modal__spinner{animation:funcionario-report-spin 1s linear infinite}@keyframes funcionario-report-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.funcionario-report-modal__spinner{animation:none}}@media(max-width:540px){.app-frame.theme-light .app-modal.funcionario-report-modal{width:calc(100vw - 24px)!important;max-height:calc(100dvh - 32px)!important}.app-frame.theme-light .funcionario-report-modal .funcionario-report-modal__header,.app-frame.theme-light .funcionario-report-modal .funcionario-report-modal__body{padding:20px 18px!important}.app-frame.theme-light .funcionario-report-modal .funcionario-report-modal__footer{padding:16px 18px!important}.funcionario-report-modal__competencia{margin-bottom:16px}.funcionario-report-modal__calendar{padding:12px}.funcionario-report-modal__months{gap:7px}}.app-frame.theme-light .receipt-lote-backdrop{background:#10182773!important;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.app-frame.theme-light .app-modal.receipt-lote-modal{width:min(720px,calc(100vw - 40px))!important;max-width:720px!important;height:min(820px,calc(100dvh - 56px))!important;max-height:calc(100dvh - 56px)!important;border:0!important;border-radius:20px!important;background:#fff!important;box-shadow:0 24px 80px #10182738!important;outline:none}.receipt-lote-modal>form{display:flex;flex:1;flex-direction:column;min-height:0}.app-frame.theme-light .receipt-lote-modal .receipt-lote-header{grid-template-columns:minmax(0,1fr) auto 36px!important;gap:14px!important;padding:22px 24px 6px!important;border-bottom:0!important}.receipt-lote-eyebrow{display:block;margin-bottom:8px;color:var(--ms-accent-text,#1f6fbe);font-size:10.5px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.app-frame.theme-light .receipt-lote-modal .receipt-lote-heading h3{margin:0!important;color:#101827!important;font-size:18px!important;font-weight:900!important;letter-spacing:-.015em!important;line-height:1.35!important}.app-frame.theme-light .receipt-lote-modal .receipt-lote-heading p{margin:8px 0 0!important;color:#6b7a92!important;-webkit-text-fill-color:#6b7a92!important;font-size:12.5px!important;font-weight:500!important;line-height:1.6!important}.receipt-lote-total{padding-top:2px;text-align:right;font-variant-numeric:tabular-nums}.receipt-lote-total>span{display:block;color:#8593ab;font-size:7.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.receipt-lote-total>strong{display:block;margin:3px 0 2px;color:var(--ms-accent,#2f7fd1);font-size:25px;font-weight:900;letter-spacing:-.03em;line-height:1.2;white-space:nowrap}.app-frame.theme-light .app-modal.receipt-lote-modal .receipt-lote-header .receipt-lote-total>strong{color:var(--ms-accent,#2f7fd1)!important;-webkit-text-fill-color:var(--ms-accent,#2f7fd1)!important;font-size:25px!important;font-weight:900!important}.receipt-lote-total>small{color:#8593ab;font-size:9px;font-weight:600;white-space:nowrap}.app-frame.theme-light .receipt-lote-modal .receipt-lote-header .app-modal-close{grid-column:3!important;width:36px!important;min-width:36px!important;height:36px!important}.app-frame.theme-light .receipt-lote-modal .receipt-lote-body{padding:20px 24px 18px!important;overscroll-behavior:contain;scrollbar-gutter:stable}.receipt-lote-filters{margin:0;padding:0;border:0;min-width:0}.receipt-lote-period{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.app-frame.theme-light .receipt-lote-modal .receipt-lote-period label{display:flex!important;flex-direction:column;gap:7px!important;min-width:0;color:#6b7a92!important;font-size:11px!important;font-weight:700!important}.app-frame.theme-light .receipt-lote-modal .receipt-lote-period input{height:42px!important;min-height:42px!important;border:0!important;border-radius:10px!important;background:#f4f7fc!important;color:#28344c!important;-webkit-text-fill-color:#28344c!important;box-shadow:inset 0 0 0 1px #e6ecf5!important;font-size:13px!important;font-weight:600!important;font-variant-numeric:tabular-nums}.receipt-lote-producers{margin-top:21px}.receipt-lote-producers>strong,.receipt-lote-situation>strong{display:block;color:#101827;font-size:13.5px;font-weight:800}.receipt-lote-segments{display:flex;flex-wrap:wrap;gap:7px;margin-top:9px}.app-frame.theme-light .receipt-lote-modal :is(.receipt-lote-segments,.receipt-lote-admins) button{min-height:34px!important;height:auto!important;padding:7px 12px!important;border:0!important;border-radius:9px!important;background:#f4f7fc!important;color:#5f6f89!important;-webkit-text-fill-color:#5f6f89!important;box-shadow:inset 0 0 0 1px #e6ecf5!important;font-size:12.5px!important;font-weight:700!important;line-height:1.45!important;transition:background .12s}.app-frame.theme-light .receipt-lote-modal :is(.receipt-lote-segments,.receipt-lote-admins) button[aria-pressed=true]{background:var(--ms-accent,#2f7fd1)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:none!important}.receipt-lote-admins{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px;padding:11px;border-radius:11px;background:var(--ms-accent-soft,#edf5ff)}.app-frame.theme-light .receipt-lote-modal .receipt-lote-admins button{max-width:100%;overflow-wrap:anywhere;white-space:normal!important;text-align:left}.receipt-lote-situation{display:flex;align-items:center;flex-wrap:wrap;gap:13px;margin-top:17px}.receipt-lote-situation .receipt-lote-segments{margin:0}.receipt-lote-selection{margin-top:22px}.receipt-lote-list-heading{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:10px}.receipt-lote-list-heading h4{margin:0;color:#101827;font-size:13px;font-weight:800}.receipt-lote-list-heading>span{flex:1;min-width:8px;border-top:1px solid #eef1f7}.app-frame.theme-light .receipt-lote-modal .receipt-lote-select-all{display:inline-flex;align-items:center;gap:7px;padding:6px 8px;min-height:30px;border:0;border-radius:8px;background:#f4f7fc;color:#5f6f89;box-shadow:none;font-size:11px;font-weight:600}.receipt-lote-list{max-height:330px;overflow-y:auto;overflow-x:hidden;padding-right:4px;border-top:1px solid #f0f3f9;overscroll-behavior:contain;scrollbar-width:thin}.app-frame.theme-light .receipt-lote-modal .receipt-lote-row{display:flex;align-items:center;gap:13px;width:100%;min-width:0;padding:11px 6px!important;border:0!important;border-bottom:1px solid #f0f3f9!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;text-align:left;cursor:pointer;transition:background .12s!important}.app-frame.theme-light .app-modal.receipt-lote-modal .receipt-lote-list button.receipt-lote-row{border-radius:0!important}.app-frame.theme-light .receipt-lote-modal .receipt-lote-row:hover:not(:disabled){background:#f7faff!important}.receipt-lote-check{display:inline-flex;align-items:center;justify-content:center;flex:0 0 20px;width:20px;height:20px;border-radius:6px;background:#fff;color:#fff;box-shadow:inset 0 0 0 1.5px #dfe6f1}.receipt-lote-check.is-checked{background:var(--ms-accent,#2f7fd1);box-shadow:none}.receipt-lote-check svg{color:#fff!important;stroke-width:3}.receipt-lote-select-all .receipt-lote-check{flex-basis:18px;width:18px;height:18px;border-radius:5px}.receipt-lote-row-copy{display:flex;flex:1;min-width:0;flex-direction:column;gap:3px}.app-frame.theme-light .receipt-lote-modal .receipt-lote-row-copy strong{color:#9aa7bd!important;-webkit-text-fill-color:#9aa7bd!important;font-size:13.5px;font-weight:600;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-frame.theme-light .receipt-lote-modal .receipt-lote-row-copy small{display:block;color:#c2ccdb!important;-webkit-text-fill-color:#c2ccdb!important;font-size:11.5px;font-weight:500;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-frame.theme-light .receipt-lote-modal .receipt-lote-row>b{flex:0 0 auto;color:#b6c1d3!important;-webkit-text-fill-color:#b6c1d3!important;font-size:13.5px;font-weight:800;white-space:nowrap;font-variant-numeric:tabular-nums}.app-frame.theme-light .receipt-lote-modal .receipt-lote-row.is-selected .receipt-lote-row-copy strong{color:#1f2a44!important;-webkit-text-fill-color:#1f2a44!important;font-weight:700}.app-frame.theme-light .receipt-lote-modal .receipt-lote-row.is-selected .receipt-lote-row-copy small{color:#8593ab!important;-webkit-text-fill-color:#8593ab!important}.app-frame.theme-light .receipt-lote-modal .receipt-lote-row.is-selected>b{color:#101827!important;-webkit-text-fill-color:#101827!important;font-weight:900}.receipt-lote-status{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:22px;padding:4px 8px;border-radius:999px;color:#a97a00;background:#fdf0d3;font-size:10px;font-weight:600;line-height:1.4;white-space:nowrap;opacity:.45}.receipt-lote-status.is-paid{color:#0f9f6e;background:#e2f5e9}.receipt-lote-row.is-selected .receipt-lote-status{opacity:1}.app-frame.theme-light .receipt-lote-modal .receipt-lote-selection-note{margin:10px 0 0!important;color:#9aa7bd!important;-webkit-text-fill-color:#9aa7bd!important;font-size:11.5px!important;font-weight:500!important;line-height:1.6!important}.receipt-lote-empty{display:flex;align-items:center;flex-direction:column;gap:8px;padding:27px 20px;border-radius:13px;background:#f7faff;text-align:center}.receipt-lote-empty>svg{margin-bottom:2px;color:#8593ab}.receipt-lote-empty>strong{color:#28344c;font-size:13px;font-weight:800}.app-frame.theme-light .receipt-lote-modal .receipt-lote-empty p{margin:0!important;color:#8593ab!important;font-size:11.5px!important;line-height:1.6!important}.app-frame.theme-light .receipt-lote-modal .receipt-lote-empty button{min-height:32px;margin-top:3px;padding:6px 11px;border:0;border-radius:8px;background:var(--ms-accent-soft,#edf5ff);color:var(--ms-accent-text,#1f6fbe);font-size:11.5px;font-weight:700}.app-frame.theme-light .receipt-lote-modal .receipt-lote-error{margin:16px 0 0!important;padding:11px 13px;border-radius:10px;background:#fff1ef;color:#a73b32!important;-webkit-text-fill-color:#a73b32!important;font-size:12px!important;line-height:1.6!important;overflow-wrap:anywhere;scroll-margin-bottom:18px}.app-frame.theme-light .receipt-lote-modal .receipt-lote-footer{display:flex;align-items:center;justify-content:space-between!important;gap:18px;padding:15px 24px!important;border-top:1px solid #f0f3f9!important;background:#fbfcfe!important}.app-frame.theme-light .receipt-lote-modal .receipt-lote-footer>p{flex:1;min-width:0;max-width:335px;margin:0!important;color:#8593ab!important;-webkit-text-fill-color:#8593ab!important;font-size:11.5px!important;font-weight:500!important;line-height:1.6!important}.receipt-lote-footer>div{display:flex;align-items:center;flex:0 0 auto;gap:9px}.app-frame.theme-light .receipt-lote-modal .receipt-lote-footer button{min-height:40px!important;border-radius:9px!important;font-size:12.5px!important;font-weight:700!important}.app-frame.theme-light .receipt-lote-modal button:focus-visible{outline:2px solid #1f6fbe!important;outline-offset:2px}.app-frame.theme-light .receipt-lote-modal button:disabled{cursor:not-allowed!important}.app-frame.theme-light .receipt-lote-modal .primary-button:disabled{background:#e6ecf5!important;color:#9aa7bd!important;-webkit-text-fill-color:#9aa7bd!important;box-shadow:none!important}.receipt-lote-spinner{animation:receipt-lote-spin 1s linear infinite}@keyframes receipt-lote-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.receipt-lote-spinner{animation:none}}@media(max-width:600px){.app-frame.theme-light .app-modal.receipt-lote-modal{width:calc(100vw - 24px)!important;height:min(820px,calc(100dvh - 32px))!important;max-height:calc(100dvh - 32px)!important}.app-frame.theme-light .receipt-lote-modal .receipt-lote-header{grid-template-columns:minmax(0,1fr) 36px!important;gap:12px!important;padding:20px 18px 4px!important}.receipt-lote-heading{grid-column:1;grid-row:1}.receipt-lote-total{grid-column:1 / -1;grid-row:2;text-align:left;padding-top:0}.app-frame.theme-light .receipt-lote-modal .receipt-lote-header .app-modal-close{grid-column:2!important;grid-row:1}.app-frame.theme-light .receipt-lote-modal .receipt-lote-body{padding:18px!important}.app-frame.theme-light .receipt-lote-modal .receipt-lote-period input{font-size:16px!important}.receipt-lote-period{gap:10px}.app-frame.theme-light .receipt-lote-modal .receipt-lote-segments button{padding:7px 9px!important;font-size:11.5px!important}.receipt-lote-list-heading{gap:7px}.receipt-lote-list-heading h4{font-size:12px}.receipt-lote-list-heading>span{display:none}.receipt-lote-list-heading .receipt-lote-select-all{margin-left:auto}.app-frame.theme-light .receipt-lote-modal .receipt-lote-row{display:grid;grid-template-columns:20px minmax(0,1fr) auto;column-gap:10px;row-gap:6px;padding:11px 2px!important}.receipt-lote-row>.receipt-lote-check{grid-column:1;grid-row:1 / 3}.receipt-lote-row-copy{grid-column:2 / 4;grid-row:1}.receipt-lote-row>.receipt-lote-status{grid-column:2;grid-row:2;justify-self:start}.receipt-lote-row>b{grid-column:3;grid-row:2;justify-self:end}.app-frame.theme-light .receipt-lote-modal .receipt-lote-footer{flex-direction:column;align-items:stretch;gap:12px;padding:14px 18px!important}.app-frame.theme-light .receipt-lote-modal .receipt-lote-footer>p{max-width:none}.receipt-lote-footer>div{justify-content:flex-end}}.mobile-nav-trigger,.mobile-producer-action,.mobile-scroll-hint,.mobile-only{display:none!important}.mobile-scroll-region{max-width:100%;min-width:0;overflow-x:auto}.sidebar[hidden]{display:none!important}.app-frame.theme-light .events-open-button:not(#milksync-borderless-override){padding:0!important;border:0!important;background:transparent!important;color:inherit;font:inherit;text-align:left;white-space:normal!important;overflow-wrap:anywhere}@media(max-width:1023px){html body #root .app-frame.theme-light .app-shell{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%;height:100dvh;min-height:0!important;max-height:100dvh;padding:0!important;gap:0!important;overflow:hidden}html body #root .app-frame.theme-light .main-panel{display:flex!important;flex-direction:column;min-width:0!important;width:100%;min-height:0!important;height:100%;padding:0!important;overflow:hidden!important}html body #root .app-frame.theme-light .content-card{flex:1 1 auto;width:100%;min-width:0;min-height:0!important;max-width:100%;margin:0!important;padding:16px max(16px,env(safe-area-inset-right)) max(20px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left))!important;overflow:auto!important;overscroll-behavior:contain;scroll-padding-block:16px}html body .app-frame.theme-light .topbar{position:relative!important;top:auto!important;display:grid!important;grid-template-columns:44px minmax(0,1fr) auto!important;grid-template-areas:"menu context actions" "search search search"!important;align-items:center;gap:10px!important;flex:0 0 auto;width:100%;min-width:0;padding:max(12px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) 12px max(16px,env(safe-area-inset-left))!important}.app-frame.theme-light .mobile-nav-trigger{display:inline-flex!important;grid-area:menu!important;align-items:center;justify-content:center;width:44px!important;height:44px!important;border:0;border-radius:11px;background:var(--ms-surface-2, #f4f7fc);color:var(--ms-text, #1f2a44)}.app-frame.theme-light .topbar-context{grid-column:2;grid-row:1;min-width:0!important}html body .app-frame.theme-light .topbar-context h1{font-size:20px!important;line-height:1.2!important;margin:0!important;overflow-wrap:anywhere}html body .app-frame.theme-light .topbar-context p{display:none}html body .app-frame.theme-light .topbar .topbar-search{grid-column:1 / -1;grid-row:2;width:100%!important;max-width:none!important;min-width:0!important;min-height:44px!important;height:44px!important;margin:0!important}html body .app-frame.theme-light .topbar .topbar-actions{grid-column:3;grid-row:1;display:flex!important;width:auto!important;min-width:0;gap:6px!important;flex-wrap:wrap;justify-content:flex-end;margin:0!important}.app-frame.theme-light .topbar-actions .topbar-competencia,.app-frame.theme-light .topbar-actions>.primary-button,.app-frame.theme-light .topbar-account-name,.app-frame.theme-light .topbar-avatar-button>svg{display:none!important}html body .app-frame.theme-light .topbar-avatar-button{width:44px!important;height:44px!important;min-width:44px!important;padding:5px!important}.app-frame.theme-light .topbar .mobile-producer-action{display:inline-flex!important;grid-column:1 / -1;justify-self:end}html body .app-frame.theme-light .topbar-account-menu{position:fixed!important;top:calc(var(--mobile-visible-top, 0px) + 66px)!important;right:max(12px,env(safe-area-inset-right))!important;left:auto!important;width:min(300px,calc(100vw - 24px))!important;max-height:calc(var(--mobile-visible-height, 100dvh) - 84px);overflow-y:auto}.app-frame.theme-light .topbar-account-menu-heading :is(strong,span){overflow-wrap:anywhere;white-space:normal!important}html body .app-frame.theme-light .milksync-topbar-results{width:100%!important;left:0!important;right:0!important;max-height:min(360px,calc(var(--mobile-visible-height, 100dvh) - 152px))!important;overflow-y:auto}html body .app-frame.theme-light .milksync-topbar-results button{display:grid!important;grid-template-columns:22px minmax(0,1fr)!important;gap:8px!important;white-space:normal!important}.app-frame.theme-light .milksync-topbar-results button em{grid-column:2;text-align:left;white-space:normal!important;overflow-wrap:anywhere}html body .app-frame.theme-light .mobile-nav-backdrop{position:fixed;inset:0;z-index:90;width:100%;height:100%;border:0!important;border-radius:0!important;background:#10182766!important;cursor:default}html body .app-frame.theme-light .sidebar.mobile-sidebar:not([hidden]){display:flex!important;position:fixed!important;z-index:91;left:0;top:var(--mobile-visible-top, 0px);width:min(320px,calc(100vw - 32px))!important;height:var(--mobile-visible-height, 100dvh)!important;min-height:0!important;max-height:var(--mobile-visible-height, 100dvh);padding:0!important;overflow:hidden;border-radius:0 20px 20px 0!important;box-shadow:12px 0 36px -16px #1018274d!important}.app-frame.theme-light .mobile-sidebar .sidebar-workspace{position:relative;flex:0 0 auto;padding:max(16px,env(safe-area-inset-top)) 64px 12px 20px!important}.app-frame.theme-light .mobile-sidebar .mobile-nav-close{position:absolute;right:12px;top:16px;display:inline-flex;justify-content:center;align-items:center;width:44px;height:44px;background:#f4f7fc;border:0;border-radius:11px;color:#5f6f89}.app-frame.theme-light .mobile-sidebar .nav-list{flex:1 1 auto;min-height:0;overflow-y:auto!important;padding:0 12px 16px!important;overscroll-behavior:contain}html body .app-frame.theme-light .mobile-sidebar .nav-item{justify-content:flex-start!important;min-height:46px!important;padding:8px 14px!important}html body .app-frame.theme-light .mobile-sidebar .nav-item span{display:inline!important;white-space:normal}.app-frame.theme-light .mobile-sidebar .sidebar-section-label{display:block!important}.app-frame.theme-light .mobile-sidebar .sidebar-collapse-toggle{display:none!important}.app-frame.theme-light .mobile-sidebar .sidebar-footer-bar{flex:0 0 auto;padding-bottom:max(12px,env(safe-area-inset-bottom))!important}.app-frame.theme-light .mobile-sidebar .sidebar-footer-actions>button:first-child:after{content:"Configurações";margin-left:8px}html body .app-frame.theme-light .mobile-sidebar .sidebar-footer-actions>button:first-child{width:auto!important;padding-inline:12px!important}html body .app-frame.theme-light button:not(#milksync-borderless-override){min-height:44px!important;min-width:44px}html body .app-frame.theme-light :is(.primary-button,.ms-btn--primary):not(#milksync-borderless-override){color:#fff!important;-webkit-text-fill-color:#fff!important;background:#2473bf!important}html body .app-frame.theme-light :is(.app-modal-close,.modal-close):not(#milksync-borderless-override){width:44px!important;height:44px!important;min-width:44px!important}html body .app-frame.theme-light :is(input:not([type=checkbox]):not([type=radio]):not([type=range]),textarea,select){font-size:16px!important;max-width:100%;min-width:0}html body .app-frame.theme-light :is(input,textarea)::placeholder{color:#64738b!important;opacity:1}html body .app-frame.theme-light :is(input[type=checkbox],input[type=radio]){width:22px;height:22px;flex:0 0 auto}.app-frame.theme-light :is(button,input,select,textarea):focus-visible{outline-offset:2px}.app-frame.theme-light :is(.page-stack,.content-card>*,.form-grid,.app-modal-body,.table-wrap,.table-wrapper,.payment-table-wrap,.modal-table-wrap,.vale-table-wrap){min-width:0;max-width:100%}.app-frame.theme-light :is(.table-wrap,.table-wrapper,.payment-table-wrap,.modal-table-wrap,.vale-table-wrap){overflow-x:auto!important}html body .app-frame.theme-light .app-modal-backdrop{top:var(--mobile-visible-top, 0px)!important;bottom:auto!important;height:var(--mobile-visible-height, 100dvh)!important;min-height:0!important;padding:12px max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))!important;align-items:center!important;overflow:hidden!important}html body .app-frame.theme-light .app-modal-backdrop .app-modal{min-width:0!important;max-width:calc(100vw - 24px)!important;max-height:calc(var(--mobile-visible-height, 100dvh) - 24px - env(safe-area-inset-bottom))!important;margin:0!important;border-radius:16px!important}html body .app-frame.theme-light .app-modal :is(.app-modal-header,.app-modal-footer){flex-shrink:0}html body .app-frame.theme-light .app-modal .app-modal-header{padding:16px!important;gap:12px}html body .app-frame.theme-light .app-modal .app-modal-body{min-height:0!important;padding:16px!important;overscroll-behavior:contain;scroll-padding-bottom:80px}html body .app-frame.theme-light .app-modal :is(.app-modal-header h2,.app-modal-header h3){font-size:20px!important;overflow-wrap:anywhere}html body .app-frame.theme-light .app-modal :is(.app-modal-footer,.form-actions,.modal-actions,.producer-register-actions){gap:8px!important;flex-wrap:wrap!important;padding:12px 16px!important}html body .app-frame.theme-light .app-modal .app-modal-body :is(.app-modal-footer,.form-actions,.modal-actions,.producer-register-actions):not(#milksync-borderless-override){bottom:-16px!important;margin-inline:-16px!important;margin-bottom:-16px!important}.app-frame.theme-light .app-modal :is(.app-modal-footer,.form-actions,.modal-actions)>button{white-space:normal}.app-frame.theme-light .app-modal :is(.form-grid,.cadastro-form-grid){grid-template-columns:minmax(0,1fr)!important}.app-frame.theme-light .app-modal :is(.form-grid,.cadastro-form-grid)>*{min-width:0;grid-column:auto!important}.app-frame.theme-light .app-modal :is(.full-span,.field-span-2,.field-span-3){grid-column:1 / -1!important}html body .toast-stack{max-width:calc(100vw - 24px);left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom))}html body .toast-card{max-width:100%;overflow-wrap:anywhere}html body .date-popover,html body .select-menu-popover.option-menu{box-sizing:border-box;max-width:calc(100vw - 16px)!important;min-width:0!important;overflow-y:auto!important;overscroll-behavior:contain}html body .date-popover{padding:10px!important}html body .date-popover button,html body .select-menu-popover.option-menu button{min-height:44px!important}html body .date-popover :is(.date-days-grid,.date-weekdays){display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:2px!important}html body .date-popover .date-days-grid button{min-width:0!important;width:100%!important;padding-inline:0!important}html body .date-popover :is(input,select),html body .select-menu-popover.option-menu input{font-size:16px!important;min-width:0;max-width:100%}html body .date-range-popover-header{grid-template-columns:44px minmax(0,1fr) 44px!important;gap:4px!important}html body .date-range-popover-selects{min-width:0;gap:2px!important}html body .date-range-popover-selects select{width:auto!important;padding-inline:2px!important}html body .date-range-popover-footer{display:flex!important;gap:4px!important;flex-wrap:wrap}html body .date-range-popover-footer button{flex:1 1 auto;padding-inline:8px!important}html body .date-popover button:is(.selected,.range-start,.range-end){background:#1f6fbe!important;color:#fff!important;-webkit-text-fill-color:#fff!important}html body .select-menu-popover.option-menu .select-menu-option{white-space:normal!important;padding:12px!important}html body .select-menu-popover.option-menu .select-menu-option-text{white-space:normal!important;overflow-wrap:anywhere}}@media(max-width:1023px){html body #root .app-frame.theme-light .topbar{z-index:20!important;grid-template-areas:"menu context actions" "search search search"!important}html body #root .app-frame.theme-light .topbar-context{grid-area:context!important;width:auto!important;min-width:0!important;max-width:none!important}html body #root .app-frame.theme-light .topbar-search.app-global-search{grid-area:search!important;width:100%!important;max-width:none!important;min-width:0!important;height:44px!important;min-height:44px!important;justify-self:stretch!important}html body #root .app-frame.theme-light .topbar-actions{grid-area:actions!important;width:auto!important}html body #root .app-frame.theme-light .topbar .topbar-search input{font-size:16px!important}html body #root .app-frame.theme-light .mobile-producer-action{grid-area:auto!important;grid-column:1 / -1!important}html body #root .app-frame.theme-light .mobile-sidebar{z-index:301!important}html body #root .app-frame.theme-light .mobile-nav-backdrop{z-index:300!important}html body #root .app-frame.theme-light .mobile-sidebar{align-items:stretch!important}html body #root .app-frame.theme-light .mobile-sidebar .sidebar-workspace{width:100%!important}html body #root .app-frame.theme-light .mobile-sidebar .workspace-button{width:100%!important;justify-content:flex-start!important}html body #root .app-frame.theme-light .mobile-sidebar .workspace-mark{width:148px!important;max-width:100%}html body #root .app-frame.theme-light .mobile-sidebar .nav-list{display:flex!important;flex-direction:column;width:100%!important;min-width:0;gap:14px!important}html body #root .app-frame.theme-light .mobile-sidebar .sidebar-nav-group{flex:0 0 auto;width:100%!important;min-width:0}html body #root .app-frame.theme-light .mobile-sidebar .sidebar-nav-stack{width:100%!important;min-width:0;gap:4px!important}html body #root .app-frame.theme-light .mobile-sidebar .nav-item{width:100%!important;max-width:none!important;gap:12px!important}html body #root .app-frame.theme-light .mobile-sidebar .nav-item>svg{flex-shrink:0}html body #root .app-frame.theme-light .mobile-sidebar .nav-item span{flex:1 1 auto;width:auto!important;overflow:visible!important;text-align:left}html body #root .app-frame.theme-light .mobile-sidebar .sidebar-footer-bar{width:100%!important}html body #root .app-frame.theme-light .mobile-sidebar .sidebar-section-label{margin:0!important;padding:8px 12px 4px!important;height:auto!important}html body #root .app-frame.theme-light .mobile-sidebar .sidebar-footer-icon{display:inline-flex!important;align-items:center;font-size:13px!important;font-weight:500!important}}@media(max-width:767px){html body #root .app-frame.theme-light .dashboard-home-kpis .milksync-color-card em{white-space:normal!important;overflow-wrap:anywhere}html body #root .app-frame.theme-light .milksync-chart-panel .milksync-panel-header{flex-direction:column!important;align-items:stretch!important;height:auto!important;min-height:0!important;gap:12px!important}html body #root .app-frame.theme-light .milksync-chart-panel .milksync-panel-header>div:first-child{flex:0 0 auto!important;min-width:0!important}html body #root .app-frame.theme-light .milksync-chart-panel .milksync-chart-toolbar{flex:0 0 auto!important;width:100%!important;display:flex!important;flex-wrap:wrap!important}html body #root .app-frame.theme-light .milksync-chart-panel .milksync-chart-period-nav{flex:1 1 100%!important}html body #root .app-frame.theme-light .milksync-chart-period-nav button{min-width:44px!important;width:44px!important;min-height:44px!important;height:44px!important}}@media(max-width:767px){.mobile-only{display:block!important}.desktop-only{display:none!important}.mobile-scroll-hint{display:block!important;margin:8px 0;color:#5f6f89;font-size:12px;line-height:1.5}html body .app-frame.theme-light .milksync-color-kpis.dashboard-home-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}html body .app-frame.theme-light .dashboard-home-kpis .milksync-color-card{min-width:0;padding:14px!important}html body .app-frame.theme-light .dashboard-home-kpis .milksync-color-card strong{font-size:23px!important;overflow-wrap:anywhere}html body .app-frame.theme-light .milksync-dashboard-grid.dashboard-home-grid{grid-template-columns:minmax(0,1fr)!important}html body .app-frame.theme-light .dashboard-home-grid>*{grid-column:1!important;grid-row:auto!important;min-width:0;padding:16px!important}.app-frame.theme-light .milksync-panel-header{flex-wrap:wrap}html body .app-frame.theme-light .milksync-milk-chart-summary{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important}html body .app-frame.theme-light .milksync-chart-legend{flex-wrap:wrap;gap:10px!important}html body .app-frame.theme-light .milksync-chart-mode-switch{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));width:100%}html body .app-frame.theme-light .milksync-chart-mode-switch button{padding-inline:6px!important}html body .app-frame.theme-light .milksync-chart-panel .milksync-chart-period-nav{grid-template-columns:44px minmax(0,1fr) 44px!important;width:100%!important}html body .app-frame.theme-light .milksync-chart-period-nav strong{white-space:normal!important;text-align:center}.app-frame.theme-light .milksync-action-item,.app-frame.theme-light .milksync-event-list button{min-width:0;white-space:normal!important}.app-frame.theme-light .milksync-event-list button{grid-template-columns:minmax(0,1fr)!important;gap:5px!important}html body .app-frame.theme-light .milksync-event-list button>*{grid-column:1!important;grid-row:auto!important;min-width:0;white-space:normal!important;overflow-wrap:anywhere}html body .app-frame.theme-light .milksync-events-panel .milksync-event-list{max-height:none!important}html body .app-frame.theme-light .events-modal-filters{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px}html body .app-frame.theme-light .events-type-pills{flex-wrap:wrap!important}html body .app-frame.theme-light .events-modal-search{width:100%!important;min-width:0!important}html body .app-frame.theme-light .events-modal-table-wrap{min-width:0!important;max-height:none!important;overflow:visible!important}html body .app-frame.theme-light .events-modal-table-wrap table{display:block;min-width:0!important;width:100%!important}html body .app-frame.theme-light .events-modal-table-wrap thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}html body .app-frame.theme-light .events-modal-table-wrap tbody{display:grid;min-width:0!important;width:100%!important}html body .app-frame.theme-light .events-modal-table-wrap tr{display:grid;grid-template-columns:minmax(0,1fr);min-width:0;width:100%;padding:12px 0;border-bottom:1px solid #e9eef5}html body .app-frame.theme-light .events-modal-table-wrap td{display:block;width:100%!important;min-width:0!important;padding:4px 0!important;border:0!important;white-space:normal!important;overflow-wrap:anywhere}html body .app-frame.theme-light .events-open-button{width:100%}html body .app-frame.theme-light .app-modal-backdrop .app-modal{width:calc(100vw - 24px)!important}}@media(max-width:359px){html body .app-frame.theme-light .topbar{gap:6px!important;padding-inline:12px!important}html body .app-frame.theme-light .topbar-context h1{font-size:18px!important}html body .app-frame.theme-light .milksync-color-kpis.dashboard-home-kpis{grid-template-columns:minmax(0,1fr)!important}html body .date-popover .date-days-grid button{min-height:40px!important}}@media(max-width:1023px)and (max-height:500px){html body .app-frame.theme-light .topbar{padding-top:8px!important;padding-bottom:8px!important;gap:6px!important}html body .app-frame.theme-light .app-modal .app-modal-header{padding-block:10px!important}html body .app-frame.theme-light .app-modal :is(.app-modal-footer,.form-actions){padding-block:8px!important}html body .app-frame.theme-light .app-modal-backdrop .app-modal:not(#milksync-borderless-override){display:block!important;overflow-y:auto!important}html body .app-frame.theme-light .app-modal .app-modal-body:not(#milksync-borderless-override){height:auto!important;max-height:none!important;overflow:visible!important}html body .app-frame.theme-light .app-modal :is(.app-modal-footer,.form-actions,.modal-actions,.producer-register-actions):not(#milksync-borderless-override){position:static!important}}html body #root .app-frame.theme-light .prod2-open:not(#milksync-borderless-override){height:auto!important;min-height:44px!important;padding:0!important;background:transparent!important;box-shadow:none!important;border:0!important;text-align:left!important;justify-content:flex-start!important;max-width:100%;white-space:normal!important}.prod2-open .prod2-idcopy{display:flex;flex-direction:column;min-width:0}.app-frame.theme-light .prod2-tbl tr:focus-within .prod2-actions{opacity:1}.mobile-operacao-scroll-hint{display:none}.tank-map-crosshair{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:38px;height:38px;color:#1458a2;background:#ffffffed;border-radius:50%;box-shadow:0 2px 7px #14294b45;pointer-events:none;z-index:2}.tank-map-use-center{width:100%}@media(min-width:768px)and (max-width:1023px){html body #root .app-frame.theme-light .prod2-tablecard{max-width:100%;overflow-x:auto!important}html body #root .app-frame.theme-light .prod2-tbl{min-width:940px!important;table-layout:auto!important}html body #root .app-frame.theme-light .prod2-tbl .prod2-identity-cell{min-width:280px!important;width:280px!important}}@media(hover:none),(pointer:coarse){.app-frame.theme-light .prod2-actions{opacity:1}html body #root .app-frame.theme-light .prod2-actions button:not(#milksync-borderless-override){width:44px!important;height:44px!important}}@media screen and (max-width:1023px){.app-frame.theme-light :is(.producer-register-form,.tank-register-form,.tank-collection-form,.tank-distribution-form,.tank-report-form,.producer-register-section,.tank-location-editor){min-width:0;max-width:100%;grid-template-columns:minmax(0,1fr)}.app-frame.theme-light :is(.producer-register-section-title,.producer-register-section-title>span,.tank-location-workspace,.tank-location-side,.tank-city-search,.tank-city-search label){min-width:0;max-width:100%}.app-frame.theme-light :is(.prod2-page,.pficha-page,.tanks-page,.tank-ficha-page,.coleta-inbox-page,.rotas-layout){min-width:0;max-width:100%}.app-frame.theme-light :is(.prod2-stats,.tanks-page .tank-stat-row){grid-template-columns:repeat(2,minmax(0,1fr))!important}.app-frame.theme-light .coleta-cols{grid-template-columns:minmax(0,1fr)}.app-frame.theme-light .rotas-toolbar{flex-wrap:wrap;min-width:0}.app-frame.theme-light .rotas-toolbar .ms-search{width:min(100%,380px);flex:1 1 240px;min-width:0}.app-frame.theme-light .rotas-toolbar-spacer{display:none}.app-frame.theme-light :is(.pficha-top,.tank-ficha-page .tank-ficha-card){flex-direction:column;align-items:stretch}.app-frame.theme-light :is(.pficha-actions,.tank-ficha-page .tank-ficha-actions){flex-wrap:wrap;width:100%;justify-content:flex-start}.app-frame.theme-light :is(.pficha-pairs,.tank-ficha-page .tank-ficha-meta){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%}.app-frame.theme-light :is(.pficha-pairs dd,.tank-ficha-page .tank-ficha-meta dd){white-space:normal;overflow-wrap:anywhere;overflow:visible}.app-frame.theme-light .pficha-page :is(.producer-milk-chart,.producer-ficha-collection,.pficha-pagbox){min-height:0!important}.app-frame.theme-light .pficha-page .producer-milk-chart{padding:18px 14px!important}.app-frame.theme-light .pficha-page .ficha-collection-editor{overflow:auto;max-width:100%;overscroll-behavior-x:contain}.app-frame.theme-light :is(.tank-collection-table,.tank-history-table-wrap,.vale-table-wrap,.producer-tank-production-table){max-width:100%;overflow-x:auto;overscroll-behavior-x:contain}.mobile-operacao-scroll-hint{display:block;margin:4px 0 8px;color:var(--ms-text-muted, #5f6f89);font-size:12px;line-height:1.45}.app-frame.theme-light :is(.tank-subsection-title,.tank-quality-header,.pficha-box-head){flex-wrap:wrap;gap:10px}.app-frame.theme-light :is(.tank-subsection-actions,.tank-location-header-actions){flex-wrap:wrap}.app-frame.theme-light .tank-ficha-page .tank-location-coord{flex-wrap:wrap;gap:12px}.app-frame.theme-light .tank-ficha-page .tank-gps-faixa:is(.confirmada,.aguardando){flex-wrap:wrap!important}.app-frame.theme-light .tank-ficha-page .tank-gps-faixa-acoes{flex-wrap:wrap}.app-frame.theme-light .tank-ficha-page .tank-ficha-scroller{overscroll-behavior-x:contain}.app-frame.theme-light .tank-location-map{height:clamp(220px,40dvh,320px)!important}.app-frame.theme-light :is(.tank-location-toolbar,.tank-location-workspace,.tank-location-side){grid-template-columns:minmax(0,1fr)}.app-frame.theme-light .tank-map-help{white-space:normal;line-height:1.4}html body #root .app-frame.theme-light :is(.tank-map-zoom button,.tank-map-center-button):not(#milksync-borderless-override){width:44px!important;height:44px!important;min-height:44px!important}}@media screen and (max-width:767px){.app-frame.theme-light .ficha-info-modal .ficha-info-grid{grid-template-columns:minmax(0,1fr)!important;min-width:0}.app-frame.theme-light .ficha-info-modal .ficha-info-grid article{min-width:0;grid-column:auto}.app-frame.theme-light .ficha-info-modal .ficha-info-grid article :is(strong,small){white-space:normal!important;overflow-wrap:anywhere}.app-frame.theme-light .paid-collection-block-modal .paid-collection-block-list{min-height:0;overflow-y:auto}.app-frame.theme-light .paid-collection-block-modal .paid-collection-block-list :is(strong,span){white-space:normal;overflow-wrap:anywhere}.app-frame.theme-light :is(.prod2-toolbar,.rotas-toolbar,.coleta-inbox-toolbar){gap:10px;flex-wrap:wrap}.app-frame.theme-light .prod2-search{width:100%;min-width:0}.app-frame.theme-light .prod2-search input{min-width:0}.app-frame.theme-light .prod2-toolbar-spacer{display:none}.app-frame.theme-light .prod2-toolbar>.ms-btn{flex:1 1 150px}.app-frame.theme-light .prod2-seg{flex:1 1 100%}.app-frame.theme-light .prod2-seg button{flex:1;padding-inline:10px}.app-frame.theme-light :is(.prod2-stats,.tanks-page .tank-stat-row,.pficha-kpis,.tank-ficha-page .tank-ficha-kpis){gap:10px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.app-frame.theme-light :is(.prod2-stat,.tank-stat-card,.pficha-kpi,.tank-ficha-page .tank-ficha-kpis article){padding:14px 12px!important;min-width:0}.app-frame.theme-light :is(.prod2-stat>strong,.tank-stat-value,.pficha-kpi>strong,.tank-ficha-page .tank-ficha-kpis article>strong){font-size:19px!important;line-height:1.25;overflow-wrap:anywhere}.app-frame.theme-light :is(.prod2-stat>span,.tank-stat-label,.pficha-kpi>span,.tank-ficha-page .tank-ficha-kpis article>span){letter-spacing:.025em;line-height:1.45}.app-frame.theme-light .prod2-tablecard{overflow:visible;padding:0;background:transparent;box-shadow:none}.app-frame.theme-light .prod2-tbl{display:block;min-width:0!important}.app-frame.theme-light .prod2-tbl thead{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.app-frame.theme-light .prod2-tbl tbody{display:grid;gap:12px}.app-frame.theme-light .prod2-tbl tbody tr{display:grid;grid-template-columns:minmax(0,1fr);border-radius:16px;background:var(--ms-surface, #fff);box-shadow:var(--ms-shadow-card);padding:14px}html body #root .app-frame.theme-light .prod2-tbl tbody td:not(#milksync-borderless-override){display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:0;width:auto;height:auto!important;padding:9px 0!important;text-align:right;border:0!important;white-space:normal;overflow-wrap:anywhere}.app-frame.theme-light .prod2-tbl td[data-label]:before{content:attr(data-label);flex:0 0 42%;text-align:left;font-size:12px;font-weight:500;color:var(--ms-text-muted, #5f6f89)}.app-frame.theme-light .prod2-tbl :is(td.prod2-identity-cell,td.chev):before{display:none}.app-frame.theme-light .prod2-tbl td.prod2-identity-cell{margin-bottom:5px}.app-frame.theme-light .prod2-ident{width:100%;min-width:0}.app-frame.theme-light :is(.prod2-nome,.prod2-prop){white-space:normal;overflow-wrap:anywhere;text-align:left}.app-frame.theme-light .prod2-tbl td.chev{justify-content:flex-end!important}.app-frame.theme-light .prod2-actions{opacity:1;margin:0;gap:8px}.app-frame.theme-light .prod2-chev{display:none}html body #root .app-frame.theme-light .prod2-actions button:not(#milksync-borderless-override){width:44px!important;height:44px!important}.app-frame.theme-light :is(.pficha-id,.tank-ficha-page .tank-ficha-ident){align-items:flex-start;gap:10px}.app-frame.theme-light :is(.pficha-avatar,.tank-ficha-page .tank-ficha-avatar){width:44px;height:44px;flex-shrink:0}.app-frame.theme-light :is(.pficha-id-main,.tank-ficha-page .tank-ficha-headline){min-width:0;flex:1}.app-frame.theme-light :is(.pficha-name-row,.tank-ficha-page .tank-ficha-name-row){flex-wrap:wrap}.app-frame.theme-light :is(.pficha-name,.tank-ficha-page .tank-ficha-name-row h2){font-size:20px!important;overflow-wrap:anywhere;white-space:normal}.app-frame.theme-light :is(.pficha-pairs,.tank-ficha-page .tank-ficha-meta){grid-template-columns:minmax(0,1fr)}.app-frame.theme-light :is(.pficha-actions,.tank-ficha-page .tank-ficha-actions)>button{flex:1 1 auto}.app-frame.theme-light .pficha-page :is(.pficha-grid,.pficha-main,.pficha-aside){min-width:0}.app-frame.theme-light :is(.producer-collection-period-panel,.producer-collection-period-controls,.ficha-panel-toolbar,.producer-chart-controls){flex-wrap:wrap;min-width:0;max-width:100%;gap:10px}.app-frame.theme-light .producer-collection-period-panel{display:flex;flex-direction:column;align-items:stretch}.app-frame.theme-light .producer-collection-period-controls{justify-content:flex-start}.app-frame.theme-light .collection-editor-actions{display:flex;flex-direction:column;align-items:stretch;gap:10px}.app-frame.theme-light .collection-editor-actions strong{overflow-wrap:anywhere}.app-frame.theme-light .pficha-page :is(.pficha-box,.producer-ficha-collection){padding-inline:14px!important}.app-frame.theme-light .pficha-page :is(.pficha-pag-list>li,.pficha-tank-list>li,.pficha-vale-list>li){flex-wrap:wrap;gap:10px}.app-frame.theme-light .pficha-page .pficha-tank-copy{flex:1 1 calc(100% - 60px)}.app-frame.theme-light .pficha-page .pficha-tank-acoes{margin-left:auto}.app-frame.theme-light .pficha-page .pficha-vale-copy{flex:1 1 100%}.app-frame.theme-light .pficha-page .pficha-pag-copy{flex-basis:calc(100% - 50px)}.app-frame.theme-light .pficha-page .pficha-pag-valor{flex:1;align-items:flex-start;text-align:left}.app-frame.theme-light .pficha-page :is(.pficha-pag-copy strong,.pficha-pag-copy small,.pficha-tank-copy strong,.pficha-tank-copy small,.pficha-vale-copy strong){white-space:normal;overflow-wrap:anywhere}.app-frame.theme-light :is(.pf-vale-tools,.pf-tanque-link,.pf-tanque-list>li){flex-wrap:wrap;gap:10px}.app-frame.theme-light .pf-tanque-link .select-menu{min-width:0;flex:1 1 100%}.app-frame.theme-light :is(.vale-form,.producer-register-grid,.tank-register-grid,.tank-collection-form .payment-field-grid.quality,.tank-location-fields,.tank-history-controls,.tank-history-date-pair,.tank-link-form){grid-template-columns:minmax(0,1fr)!important}.app-frame.theme-light :is(.vale-form,.tank-collection-form,.tank-register-grid) .span-2{grid-column:1 / -1}.app-frame.theme-light .tanks-page .tank-grid{gap:14px!important}.app-frame.theme-light .tanks-page .tank-card{flex-basis:100%;padding:16px}.app-frame.theme-light .tanks-page .tank-card-head{flex-wrap:wrap}.app-frame.theme-light .tanks-page .tank-card-title{min-width:0;flex:1}.app-frame.theme-light .tanks-page .tank-card-title :is(button,small){white-space:normal;overflow-wrap:anywhere}.app-frame.theme-light .tanks-page .tank-card-head>.status-pill{margin-left:56px}.app-frame.theme-light .tanks-page .tank-card-foot{flex-wrap:wrap}.app-frame.theme-light .tanks-page .tank-card-icon-actions{margin-left:auto}.app-frame.theme-light .tank-ficha-page :is(.tank-subsection-title,.tank-quality-header){align-items:flex-start}.app-frame.theme-light :is(.tank-chart-toolbar,.tank-chart-period-filter,.tank-chart-period-fields,.tank-history-table-head,.tank-history-pagination){flex-wrap:wrap;min-width:0;gap:10px}.app-frame.theme-light .tank-quality-header{grid-template-columns:minmax(0,1fr)!important}.app-frame.theme-light .tank-ficha-page .tank-location-header-actions{justify-content:flex-start!important;min-width:0;max-width:100%}.app-frame.theme-light .tank-ficha-page .tank-location-rota{height:auto!important;min-width:0;max-width:100%;white-space:normal!important;overflow-wrap:anywhere}.app-frame.theme-light .tank-ficha-page :is(.tank-location-coord-valor,.tank-location-coord-valor strong,.tank-location-coord-valor small){min-width:0;white-space:normal;overflow-wrap:anywhere}.app-frame.theme-light .tank-ficha-page .tank-maintenance-item{display:flex;flex-wrap:wrap;gap:10px}.app-frame.theme-light .tank-ficha-page .tank-maintenance-body{min-width:0;flex:1 1 calc(100% - 48px)}.app-frame.theme-light .tank-ficha-page .tank-maintenance-head{flex-wrap:wrap}.app-frame.theme-light .tank-ficha-page .tank-maintenance-actions{margin-left:auto}.app-frame.theme-light .tank-ficha-page .tank-period-reconciliation,.app-frame.theme-light .tank-ficha-page .tank-period-reconciliation__nums{flex-wrap:wrap;gap:10px}.app-frame.theme-light .tank-distribution-producer-grid{grid-template-columns:minmax(0,1fr);max-height:none;overflow:visible;padding:0}.app-frame.theme-light .distribution-producer-table-wrap{overflow-x:auto;overscroll-behavior-x:contain}.app-frame.theme-light .distribution-producer-table{min-width:400px}.app-frame.theme-light .distribution-producer-card>header{flex-wrap:wrap;gap:8px}.app-frame.theme-light .distribution-producer-card>header>div{min-width:0;flex:1 1 100%}.app-frame.theme-light .distribution-producer-card>header strong{white-space:normal!important;overflow-wrap:anywhere;overflow:visible!important}.app-frame.theme-light .tank-distribution-modal .distribution-producer-table input{width:100%!important;padding-inline:8px!important;appearance:textfield}.app-frame.theme-light :is(.distribution-producer-table,.producer-tank-production-table) input::-webkit-inner-spin-button,.app-frame.theme-light :is(.distribution-producer-table,.producer-tank-production-table) input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.app-frame.theme-light .tank-distribution-modal .distribution-producer-table :is(th:first-child,td:first-child){width:34%!important}.app-frame.theme-light .tank-distribution-modal .distribution-producer-table :is(th:nth-child(2),td:nth-child(2),th:nth-child(3),td:nth-child(3)){width:23%!important}.app-frame.theme-light :is(.tank-distribution-summary,.tank-distribution-period-fields,.producer-tank-period-grid,.producer-tank-production-control-panel){grid-template-columns:minmax(0,1fr)}.app-frame.theme-light :is(.tank-distribution-period-title,.tank-distribution-auto-card){align-items:stretch;flex-direction:column}.app-frame.theme-light .producer-register-actions{flex-wrap:wrap}.app-frame.theme-light :is(.tank-create-links,.tank-create-link-row,.tank-create-link-list){min-width:0;max-width:100%;grid-template-columns:minmax(0,1fr)}.app-frame.theme-light .tank-create-links-head{flex-wrap:wrap;gap:8px;min-width:0}.app-frame.theme-light .tank-create-link-list>span{width:100%;min-width:0;max-width:100%}.app-frame.theme-light .tank-create-link-list>span strong{min-width:0;white-space:normal;overflow-wrap:anywhere}.app-frame.theme-light .coleta-inbox-banner{flex-wrap:wrap;padding:16px}.app-frame.theme-light .coleta-inbox-toolbar>*{min-width:0;max-width:100%}.app-frame.theme-light .coleta-card{padding:16px}.app-frame.theme-light .coleta-card__head{flex-wrap:wrap}.app-frame.theme-light .coleta-card__id{flex:1 1 100%}.app-frame.theme-light .coleta-card__vol{padding:0 0 0 56px;text-align:left}.app-frame.theme-light .coleta-card__row{gap:12px;align-items:flex-start}.app-frame.theme-light .coleta-card__row .v{min-width:0;text-align:right;overflow-wrap:anywhere}.app-frame.theme-light .coleta-card__actions{flex-wrap:wrap}.app-frame.theme-light .coleta-card__actions .ms-btn{flex-basis:150px}.app-frame.theme-light .coleta-hist{max-height:none}.app-frame.theme-light .coleta-hrow{flex-wrap:wrap;gap:10px}.app-frame.theme-light .coleta-hrow__top{flex-wrap:wrap;gap:6px}.app-frame.theme-light .coleta-hrow__main{flex:1 1 calc(100% - 60px)}html body #root .app-frame.theme-light button:is(.coleta-card__name,.coleta-hrow__name):not(#milksync-borderless-override){min-height:44px!important;white-space:normal!important;overflow-wrap:anywhere;text-align:left}.app-frame.theme-light .rotas-toolbar .ms-search{flex-basis:100%;width:100%}.app-frame.theme-light .rotas-toolbar>.ms-btn{width:100%}.app-frame.theme-light .rota-card{padding:16px}.app-frame.theme-light .rota-card__head,.app-frame.theme-light .rota-card__title{flex-wrap:wrap}.app-frame.theme-light .rota-card__title strong{overflow-wrap:anywhere}.app-frame.theme-light .rota-card__tiles{gap:6px}.app-frame.theme-light .rota-tile{padding:10px 8px;min-width:0}.app-frame.theme-light .rota-tile :is(.v,.k){overflow-wrap:anywhere}.app-frame.theme-light :is(.nr-list-head,.nr-summary){flex-wrap:wrap}.app-frame.theme-light :is(.nr-tank,.nr-collector){gap:8px;padding:12px 10px}.app-frame.theme-light .nr-collector{flex-wrap:wrap}.app-frame.theme-light .nr-collector__main{flex:1 1 calc(100% - 80px)}.app-frame.theme-light .nr-collector__main :is(strong,small){white-space:normal;overflow-wrap:anywhere}.app-frame.theme-light .nr-collector>.ms-chip{margin-left:76px}.app-frame.theme-light .nr-tank{flex-wrap:wrap}.app-frame.theme-light .nr-tank__main{flex:1 1 calc(100% - 94px)}.app-frame.theme-light .nr-tank__main :is(strong,small){display:block;white-space:normal;overflow-wrap:anywhere}.app-frame.theme-light .nr-tank__prev{margin-left:76px;text-align:left}.app-frame.theme-light :is(.nr-tanks,.route-edit-collectors,.route-tank-modal-grid){max-height:min(360px,50dvh)}.app-frame.theme-light .route-tank-modal .route-edit-modal-fields{grid-template-columns:minmax(0,1fr)!important}.app-frame.theme-light .route-tank-modal .collector-tank-picker button :is(span,small,em){white-space:normal!important;overflow-wrap:anywhere}.app-frame.theme-light .route-map-side{grid-template-columns:repeat(2,minmax(0,1fr))}.app-frame.theme-light .route-map-tank-list{grid-column:1 / -1}}@media screen and (max-height:500px)and (max-width:1023px){.app-frame.theme-light :is(.nr-tanks,.route-edit-collectors,.route-tank-modal-grid,.tank-distribution-producer-grid,.producer-tank-production-table){max-height:none}.app-frame.theme-light .tank-location-map{height:220px!important}}.gestao-scroll-hint{display:none}@media(min-width:768px)and (max-width:1100px){html body #root .app-frame.theme-light .gestao-record-table{max-width:100%;overflow-x:auto!important}html body #root .app-frame.theme-light .gestao-record-table table{min-width:940px!important;table-layout:auto!important}}@media(max-width:1023px){html body #root .app-frame.theme-light :is(.collector-page,.equipment-page,.administrators-page,.administrator-ficha-page,.ff-page,.milksync-admin-page){min-width:0!important}html body #root .app-frame.theme-light .gestao-scroll-hint{display:block;margin:8px 0;color:#5f6f89!important;font-size:12px;line-height:1.5}html body #root .app-frame.theme-light .administrator-ficha-page :is(.table-card,.admin-tank-group-card,.admin-production-detail-panel){min-width:0!important;max-width:100%}html body #root .app-frame.theme-light .administrator-ficha-page .table-wrapper{max-width:100%;overflow-x:auto!important;overscroll-behavior-x:contain}html body #root .app-frame.theme-light .administrator-ficha-page :is(.admin-production-summary-table,.admin-production-detail-table){min-width:920px!important;table-layout:auto!important}html body #root .app-frame.theme-light .administrator-ficha-page .ficha-context-row{flex-wrap:wrap;min-width:0}html body #root .app-frame.theme-light .administrator-ficha-page .ficha-inner-tabs{max-width:100%;overflow-x:auto}html body #root .app-frame.theme-light .milksync-admin-workspace{grid-template-columns:minmax(0,1fr)!important}html body #root .app-frame.theme-light :is(.milksync-admin-list-panel,.milksync-admin-detail-panel,.milksync-admin-detail-section,.milksync-admin-company-table){min-width:0!important;max-width:100%}html body #root .app-frame.theme-light .milksync-admin-company-table-head{display:none!important}html body #root .app-frame.theme-light .milksync-admin-company-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;padding:16px!important;width:100%!important;text-align:left}html body #root .app-frame.theme-light .milksync-admin-company-row>span{min-width:0!important;max-width:100%;white-space:normal!important;overflow:visible!important;overflow-wrap:anywhere}html body #root .app-frame.theme-light .milksync-admin-company-row>span:first-child,html body #root .app-frame.theme-light .milksync-admin-company-row>span:last-child{grid-column:1 / -1}html body #root .app-frame.theme-light .milksync-admin-company-row [data-label]:before{content:attr(data-label);display:block;margin-bottom:5px;color:#5f6f89;font-size:11px;font-weight:600}html body #root .app-frame.theme-light .milksync-admin-company-row :is(strong,.entity-name-copy){white-space:normal!important;overflow-wrap:anywhere}html body #root .app-frame.theme-light .milksync-admin-tabs{max-width:100%;overflow-x:auto}html body #root .app-frame.theme-light :is(.milksync-admin-page-header,.milksync-admin-detail-header,.milksync-admin-detail-actions,.milksync-admin-quick-actions,.milksync-admin-user-row,.milksync-admin-primary-access){flex-wrap:wrap;min-width:0}html body #root .app-frame.theme-light .milksync-admin-user-row{grid-template-columns:minmax(0,1fr) auto}html body #root .app-frame.theme-light :is(.milksync-admin-user-row,.milksync-admin-primary-access,.milksync-admin-summary-grid) :is(strong,span,small,code){min-width:0;white-space:normal!important;overflow-wrap:anywhere}html body .app-frame.theme-light :is(.settings-detail-modal,.employee-form-modal,.employee-payment-modal,.equipment-modal,.equipment-plan-modal,.equipment-maintenance-modal,.admin-report-modal):not(#milksync-borderless-override) :is(.form-actions,.producer-register-actions,.tank-report-actions){margin-inline:0!important;padding-inline:0!important;width:100%;max-width:100%}}@media(max-width:767px){html body #root .app-frame.theme-light .gestao-record-table{width:100%!important;min-width:0!important;max-width:100%;overflow:visible!important;padding:0!important;background:transparent!important}html body #root .app-frame.theme-light .gestao-record-table table{display:block;width:100%!important;min-width:0!important;max-width:100%;table-layout:auto!important}html body #root .app-frame.theme-light .gestao-record-table thead{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}html body #root .app-frame.theme-light .gestao-record-table tbody{display:grid;gap:14px;width:100%}html body #root .app-frame.theme-light .gestao-record-table tbody>tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px;width:100%!important;min-width:0!important;padding:16px;border-radius:14px;background:#fff!important;box-shadow:0 4px 16px #152b4810}html body #root .app-frame.theme-light .gestao-record-table tbody>tr>td{display:flex!important;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:5px;width:auto!important;min-width:0!important;max-width:100%;height:auto!important;padding:0!important;border:0!important;background:transparent!important;text-align:left!important;white-space:normal!important;overflow-wrap:anywhere}html body #root .app-frame.theme-light .gestao-record-table td[data-label]:before{content:attr(data-label);display:block;color:#5f6f89;font-size:11px;font-weight:600;line-height:1.5}html body #root .app-frame.theme-light .gestao-record-table tbody>tr>:is(td:first-child,td.row-actions,td[colspan]){grid-column:1 / -1}html body #root .app-frame.theme-light .gestao-record-table tbody>tr>td.row-actions{flex-direction:row;align-items:center;flex-wrap:wrap;gap:8px;opacity:1!important;visibility:visible!important}html body #root .app-frame.theme-light .gestao-record-table td.row-actions:before{flex-basis:100%}html body #root .app-frame.theme-light .gestao-record-table :is(.entity-name-cell,.equipment-name-cell,.entity-name-copy,.equipment-name-cell>div){width:100%;min-width:0!important;max-width:100%}html body #root .app-frame.theme-light .gestao-record-table :is(.entity-name-copy strong,.link-button,.table-subline){max-width:100%!important;white-space:normal!important;overflow:visible!important;overflow-wrap:anywhere;text-overflow:clip}html body #root .app-frame.theme-light .gestao-record-table .equipment-name-cell{align-items:flex-start}html body #root .app-frame.theme-light .equipment-plan-detail-panel{padding:0!important;width:100%;min-width:0}html body #root .app-frame.theme-light :is(.equipment-plan-detail-title,.equipment-plan-list article){align-items:flex-start!important;flex-wrap:wrap;gap:10px}html body #root .app-frame.theme-light .equipment-plan-list{width:100%;min-width:0}html body #root .app-frame.theme-light .equipment-plan-list article>div:first-child{flex-basis:100%}html body #root .app-frame.theme-light .collector-page .coletor-grid{grid-template-columns:minmax(0,1fr)!important}html body #root .app-frame.theme-light .collector-page .coletor-card{padding:16px;min-width:0}html body #root .app-frame.theme-light .collector-page :is(.coletor-card-title strong,.coletor-card-title small,.coletor-contact>span,.coletor-tile strong){white-space:normal!important;overflow:visible!important;overflow-wrap:anywhere}html body #root .app-frame.theme-light .collector-page .coletor-tiles{flex-direction:column;gap:12px}html body #root .app-frame.theme-light .collector-page .coletor-tile{flex-direction:row;align-items:baseline;justify-content:space-between;gap:12px}html body #root .app-frame.theme-light .collector-page .coletor-tile small{color:#5f6f89}html body #root .app-frame.theme-light .collector-page .coletor-card-foot{flex-wrap:wrap}html body #root .app-frame.theme-light .collector-page .coletor-access-btn{flex-basis:100%}html body #root .app-frame.theme-light :is(.collector-page .leite-metrics,.equipment-summary-grid){grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}html body #root .app-frame.theme-light .page-stack:has(>.employee-list-panel)>.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}html body #root .app-frame.theme-light :is(.collector-page .leite-metrics,.equipment-summary-grid,.page-stack:has(>.employee-list-panel)>.metric-grid) .metric-card{min-width:0;padding:13px!important}html body #root .app-frame.theme-light :is(.collector-page .leite-metrics,.equipment-summary-grid,.page-stack:has(>.employee-list-panel)>.metric-grid) .metric-card strong{font-size:clamp(17px,4.5vw,23px)!important;white-space:normal!important;overflow-wrap:anywhere}html body #root .app-frame.theme-light .ff-page .ff-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}html body #root .app-frame.theme-light .ff-page .ff-kpis article{padding:13px;min-height:105px}html body #root .app-frame.theme-light .ff-page .ff-kpis strong{white-space:normal;overflow-wrap:anywhere;font-size:clamp(17px,10cqi,23px)}html body #root .app-frame.theme-light .ff-page .ff-kpis article:last-child{grid-column:1 / -1}html body #root .app-frame.theme-light .ff-page :is(.ff-person-main,.ff-name h2,.ff-person dd){min-width:0;max-width:100%;overflow-wrap:anywhere}html body #root .app-frame.theme-light .ff-page .ff-person-main{flex-basis:100%}html body #root .app-frame.theme-light .ff-page .ff-section{padding:14px}html body #root .app-frame.theme-light .ff-page .ff-detail-actions{flex-direction:column;align-items:stretch}html body #root .app-frame.theme-light .ff-page .ff-absence-row{flex-wrap:wrap}html body #root .app-frame.theme-light .ff-page .ff-absence-row>span:first-child{flex-basis:100%}html body #root .app-frame.theme-light .administrator-ficha-page :is(.ficha-badge-row,.ficha-badge-actions,.ficha-context-row,.admin-linked-tanks article,.admin-linked-actions){flex-wrap:wrap;min-width:0}html body #root .app-frame.theme-light .administrator-ficha-page .ficha-badge-actions{display:flex!important;flex-basis:100%;width:100%;max-width:100%}html body #root .app-frame.theme-light .administrator-ficha-page .ficha-badge-ministat{flex-basis:100%;min-width:0;white-space:normal}html body #root .app-frame.theme-light .administrator-ficha-page .admin-linked-tanks article{display:grid!important;grid-template-columns:minmax(0,1fr)!important}html body #root .app-frame.theme-light .administrator-ficha-page :is(.ficha-badge-ident,.ficha-period-control,.admin-linked-tanks article>div:first-child){flex-basis:100%;min-width:0}html body #root .app-frame.theme-light .administrator-ficha-page :is(.ficha-badge-meta,.ficha-badge-note,.ficha-badge-name h2,.admin-linked-tanks strong){white-space:normal!important;max-width:100%;overflow-wrap:anywhere}html body #root .app-frame.theme-light .administrator-ficha-page .ficha-period-kpis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}html body #root .app-frame.theme-light :is(.settings-hub-grid,.milksync-admin-summary-grid,.milksync-admin-quick-actions,.milksync-admin-primary-access){grid-template-columns:minmax(0,1fr)!important}html body #root .app-frame.theme-light .settings-hub-card{grid-template-columns:42px minmax(0,1fr)!important;gap:12px!important}html body #root .app-frame.theme-light .settings-hub-card>button{grid-column:1 / -1;width:100%}html body #root .app-frame.theme-light :is(.settings-hub-card,.settings-hub-hero,.milksync-admin-detail-header) :is(h2,h3,p,small){min-width:0;white-space:normal!important;overflow-wrap:anywhere}html body #root .app-frame.theme-light .milksync-admin-user-row{grid-template-columns:minmax(0,1fr)}html body .app-frame.theme-light :is(.settings-detail-modal,.employee-form-modal,.employee-payment-modal,.employee-entry-modal,.equipment-modal,.equipment-plan-modal,.collector-person-modal,.mobile-access-modal,.admin-commission-modal,.milksync-admin-create-modal):not(#milksync-borderless-override) :is(.form-grid,.company-settings-grid,.milk-quality-grid,.print-settings-grid,.collector-person-modal-grid,.collector-role-options,.mobile-access-form-grid,.mobile-access-summary-grid,.admin-commission-form-grid,.employee-entry-grid,.company-users-body,.company-logo-grid,.company-logo-controls){grid-template-columns:minmax(0,1fr)!important}html body .app-frame.theme-light :is(.settings-detail-modal,.employee-form-modal,.employee-payment-modal,.employee-entry-modal,.equipment-modal,.equipment-plan-modal,.collector-person-modal,.mobile-access-modal,.admin-commission-modal,.milksync-admin-create-modal):not(#milksync-borderless-override) :is(.span-2,.span-3){grid-column:1 / -1!important}html body .app-frame.theme-light .employee-payment-modal:not(#milksync-borderless-override) .employee-vale-discount-row{grid-template-columns:minmax(0,1fr)!important}html body .app-frame.theme-light .employee-payment-modal:not(#milksync-borderless-override) .employee-vale-discount-input{width:100%;max-width:100%}html body .app-frame.theme-light .mobile-access-modal:not(#milksync-borderless-override) .mobile-access-password-row{width:100%;min-width:0}html body .app-frame.theme-light .mobile-access-modal:not(#milksync-borderless-override) .mobile-access-password-row>input{flex:1 1 0;width:0;min-width:0!important}html body .app-frame.theme-light :is(.company-users-card,.mobile-access-modal-body,.settings-modal-section,.milksync-admin-modal-step,.employee-falta-option):not(#milksync-borderless-override){min-width:0;max-width:100%}html body #root .app-frame.theme-light .settings-color-palette-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}html body .app-frame.theme-light .settings-detail-modal:not(#milksync-borderless-override) :is(.settings-detail-form,.milk-default-price-card,.milk-exception-note){min-width:0!important;grid-template-columns:minmax(0,1fr)!important}html body .app-frame.theme-light .settings-detail-modal:not(#milksync-borderless-override) .milk-default-price-card>*{min-width:0;width:100%;max-width:100%}}@media(max-width:1023px),(pointer:coarse){html body #root .app-frame.theme-light :is(.gestao-record-table,.equipment-page,.collector-page,.administrator-ficha-page,.settings-hub-grid,.settings-hub-hero,.milksync-admin-page,.milksync-admin-detail-panel) button:not(#milksync-borderless-override),html body #root .app-frame.theme-light .ff-page :is(.ff-register,.ff-cell-link,.ff-text-link,.ff-pagination button):not(#milksync-borderless-override){min-height:44px!important;height:auto!important}html body #root .app-frame.theme-light :is(.gestao-record-table,.equipment-page,.collector-page,.administrator-ficha-page,.ff-page) :is(.ms-iconbtn,.icon-button):not(#milksync-borderless-override){min-width:44px!important;width:44px!important;min-height:44px!important;height:44px!important;opacity:1!important;visibility:visible!important}html body .app-frame.theme-light :is(.employee-form-modal,.employee-payment-modal,.employee-entry-modal,.equipment-modal,.equipment-plan-modal,.collector-person-modal,.mobile-access-modal,.admin-commission-modal,.settings-detail-modal,.milksync-admin-create-modal):not(#milksync-borderless-override) :is(input:not([type=checkbox]):not([type=radio]),textarea,select){font-size:16px!important}html body #root .app-frame.theme-light :is(.equipment-page,.administrators-page,.employee-list-panel) .search-field input:not(#milksync-borderless-override){font-size:16px!important}html body .app-frame.theme-light .equipment-maintenance-modal input{font-size:16px!important}}.mobile-fin-label,.mobile-fin-scroll-hint,.ag-parc__field-label,.login-mobile-home{display:none}.ag-parc__field{min-width:0}.financeiro-page,.fin-table-region{min-width:0;max-width:100%}.login-remember{position:relative}.login-remember-input{position:absolute;width:1px!important;height:1px!important;min-height:0!important;padding:0!important;margin:0;opacity:0}.login-remember:focus-within{outline:2px solid var(--ms-accent-text);outline-offset:4px;border-radius:6px}@media screen and (max-width:1023px){.financeiro-page,.agenda-page,.fp-col,.fin-table-region,.fin-extrato{min-width:0;max-width:100%}.financeiro-page .fin-card,.agenda-page .agenda-table{max-width:100%;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.financeiro-page .fin-card:focus-visible,.agenda-page .agenda-table:focus-visible{outline:2px solid var(--ms-accent-text);outline-offset:2px}.mobile-fin-scroll-hint{display:block;margin:8px 0;color:var(--ms-text-muted);font-size:12px;line-height:1.5}.financeiro-page .fin-kpi__main{max-width:100%}.financeiro-page .fin-kpi__main b{font-size:clamp(16px,2.6vw,20px)}.financeiro-page .fin-segmented,.agenda-toolbar .fin-segmented{flex-wrap:wrap;min-width:0;max-width:100%}.agenda-toolbar .fin-seg{flex:1 1 120px;height:auto;min-height:44px;white-space:normal}.agenda-renovar__acoes{flex-wrap:wrap}html body .app-frame.theme-light .agenda-modal .ms-btn:not(#milksync-borderless-override){min-height:44px!important}.agenda-renovar li>span{min-width:0;overflow-wrap:anywhere}html body .app-frame.theme-light .app-modal.app-modal:is(.receipt-lote-modal,.fin-rel-modal,.funcs-rel-modal,.funcionario-report-modal,.fin-lanc-modal) button:not(#milksync-borderless-override){min-height:44px!important}html body .app-frame.theme-light .app-modal:is(.receipt-lote-modal,.fin-rel-modal,.funcs-rel-modal,.funcionario-report-modal,.fin-lanc-modal,.agenda-modal,.payment-modal-window,.fechar-pagamento-modal) :is(input:not([type=checkbox]):not([type=radio]),textarea,.select-menu-trigger,.date-input-trigger):not(#milksync-borderless-override){min-height:44px!important;font-size:16px!important}html body .app-frame.theme-light .fechar-pagamento-modal :is(input:not([type=checkbox]),.date-input-trigger,.select-menu-trigger):not(#milksync-borderless-override){min-height:44px!important;font-size:16px!important}html body .app-frame.theme-light .fechar-pagamento-modal .ms-modal__x:not(#milksync-borderless-override){min-width:44px!important;width:44px!important;height:44px!important}.fechar-pagamento-modal :is(.fp-linha-toggle,.fp-vale__label,.nr-open-toggle){min-height:44px}html body .app-frame.theme-light .fechar-pagamento-modal{max-height:calc(var(--mobile-visible-height, 100dvh) - 24px - env(safe-area-inset-bottom))}html body .app-frame.theme-light .app-modal.app-modal:is(.receipt-lote-modal,.fin-rel-modal,.funcs-rel-modal,.funcionario-report-modal,.fin-lanc-modal) .app-modal-header .app-modal-close{width:44px!important;min-width:44px!important;height:44px!important}html body .app-frame.theme-light .app-modal.app-modal:is(.receipt-lote-modal,.fin-rel-modal,.funcs-rel-modal) .app-modal-header{grid-template-columns:minmax(0,1fr) 44px!important}html body .app-frame.theme-light .app-modal.app-modal:is(.receipt-lote-modal,.fin-rel-modal,.funcs-rel-modal,.funcionario-report-modal,.fin-lanc-modal) :is(input:not([type=checkbox]):not([type=radio]),textarea){font-size:16px!important}.receipt-lote-modal .receipt-lote-heading,.fin-rel-modal .fin-rel-header>div,.funcs-rel-modal .funcs-rel-header>div{min-width:0}.receipt-lote-modal .receipt-lote-heading{grid-column:1;grid-row:1}.receipt-lote-modal .receipt-lote-total{grid-column:1 / -1;grid-row:2;text-align:left}html body .app-frame.theme-light .app-modal.receipt-lote-modal .receipt-lote-header .app-modal-close{grid-column:2!important;grid-row:1}.receipt-lote-total>strong{max-width:100%;overflow-wrap:anywhere;white-space:normal}html body .app-frame.theme-light .receipt-lote-modal .receipt-lote-row-copy :is(strong,small){white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere}.fin-rel-modal .fin-rel-header>div{grid-column:1}html body .app-frame.theme-light .app-modal.fin-rel-modal .fin-rel-header .fin-rel-screen-filters{grid-column:1 / -1;justify-self:start}html body .app-frame.theme-light .app-modal.fin-rel-modal .fin-rel-header .app-modal-close{grid-column:2!important;grid-row:1}.funcionario-report-modal__year button{min-width:44px}html body .app-frame.theme-light .app-modal.app-modal.funcionario-report-modal .funcionario-report-modal__year button{width:44px;height:44px}.fin-lanc-footer>div,.receipt-lote-footer>div,.fin-rel-footer>div,.funcs-rel-footer>div{flex-wrap:wrap;min-width:0;max-width:100%}html body #root .app-frame.theme-light .financeiro-page .fin-row-actions .ms-iconbtn:not(#milksync-borderless-override){width:44px!important;height:44px!important;min-height:44px!important}.financeiro-page .fin-status-content{grid-template-columns:minmax(0,1fr) 44px}.financeiro-page .fin-row-actions{width:44px;min-height:44px}html body #root .app-frame.theme-light .financeiro-page .fin-pagination button{min-width:44px;height:44px}html body #root .app-frame.theme-light .reports-hub-page .reports-hub-card-action .primary-button{min-height:44px!important}.login{height:var(--mobile-visible-height, 100dvh);bottom:auto;grid-template-columns:minmax(0,1fr);overflow-y:auto}.login-brand{display:none}.login-form{min-width:0;min-height:0;padding:24px;overflow:visible;align-items:flex-start}.login-form__box{margin-block:auto}html body #root .app-frame.theme-light .login-inputwrap input:not(#milksync-borderless-override){min-width:0;min-height:44px!important;font-size:16px!important}html body #root .app-frame.theme-light .login-pwtoggle:not(#milksync-borderless-override){width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important}html body #root .app-frame.theme-light button.login-link:not(#milksync-borderless-override){min-height:44px!important;font-size:13px!important;white-space:normal;text-align:left}html body #root .app-frame.theme-light button.login-mobile-home:not(#milksync-borderless-override){display:inline-flex;align-items:center;margin-bottom:12px}.login-inputwrap{min-height:48px}.login-field__lblrow{gap:12px;flex-wrap:wrap}.login-remember{min-height:44px;line-height:1.5}.login-error{overflow-wrap:anywhere}.access-gate.access-gate-login{min-height:100dvh;overflow:auto}.access-gate.access-gate-login .access-login-shell{grid-template-columns:minmax(0,1fr);min-height:100dvh;overflow:visible!important}.access-gate.access-gate-login .access-login-panel{grid-column:1;width:min(460px,100%);padding:24px;align-content:start}.access-gate.access-gate-login .access-login-media{display:none}.access-gate .access-gate-card{width:100%;max-width:680px;min-width:0;overflow-wrap:anywhere}.access-gate{min-height:100dvh;padding:20px}.access-gate .auto-update-gate-card{max-height:none;overflow:visible}.access-gate .access-detail-panel :is(strong,code){min-width:0;overflow-wrap:anywhere;white-space:normal}}@media screen and (max-width:767px){.fp-col{padding:16px 14px 8px}.fp-col__head{flex-wrap:wrap;gap:10px}.fp-col__title{flex:1;min-width:0}.fp-col__action{margin-left:0;flex-basis:100%}.fp-pager{margin-inline:-14px;padding-inline:14px;grid-template-columns:44px minmax(0,1fr) 44px}.fp-entity-btn{width:100%}.fp-entity-btn__main strong,.fp-entity-btn__main small{white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere}.fp-total__value,.fp-kpi small{overflow-wrap:anywhere}.fp-table,.fp-table tbody,.fh-tabela,.fh-tabela tbody{display:block;width:100%;min-width:0}.fp-table thead,.fh-tabela thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}html body .app-frame.theme-light .fp-table tbody tr{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:14px 0;border-bottom:1px solid var(--ms-ring)}html body .app-frame.theme-light :is(.fp-table,.fh-tabela) tbody td:not(#milksync-borderless-override){display:block;width:auto;min-width:0;max-width:100%;padding:0!important;border:0;height:auto!important}.fp-table tbody td:first-child{grid-column:1 / -1;overflow:visible}.fp-table .fp-td-num{text-align:left}.fp-td-num[data-label]:before,.fh-tabela td[data-label]:before{content:attr(data-label);display:block;margin-bottom:3px;color:var(--ms-text-muted);font-size:12px;font-weight:600}.mobile-fin-label{display:inline}html body #root .app-frame.theme-light .fp-table .ms-iconbtn:not(#milksync-borderless-override){width:auto!important;min-width:44px!important;height:auto!important;min-height:44px!important;padding:0 10px!important;gap:6px}.fp-table .fp-td-acao{align-self:end}html body .app-frame.theme-light .fh-tabela tbody tr{display:flex;flex-direction:column;gap:12px;padding:16px 0;border-bottom:1px solid var(--ms-ring)}html body .app-frame.theme-light .fh-tabela tbody td{text-align:left;overflow:visible}.fh-tabela .fh-acao button{width:100%}.pagamentos-toolbar__search{max-width:none;width:100%;min-width:0;flex-basis:100%}.pagamentos-toolbar>.ms-btn{width:100%}.financeiro-page .fin-kpis{grid-template-columns:minmax(0,1fr)}.financeiro-page .fin-kpi{flex-direction:row;align-items:center;gap:12px}.financeiro-page .fin-kpi__main b{font-size:20px}.financeiro-page .fin-query-controls{min-width:0}.financeiro-page .fin-period{min-width:0;width:100%}.financeiro-page .fin-seg{flex:1 1 110px;white-space:normal;height:auto;min-height:44px}.financeiro-page .fin-views{flex-wrap:wrap;max-width:100%}.financeiro-page .payment-closing-summary{grid-template-columns:minmax(0,1fr)!important}.agenda-toolbar .fin-segmented{flex-basis:100%}.fechar-pagamento-modal .fp-segmented{flex-wrap:wrap}.fechar-pagamento-modal .fp-seg{flex:1 1 120px;height:auto;min-height:44px;padding:10px;white-space:normal}.fechar-pagamento-modal .fp-segmented--wrap .fp-seg{flex:1 1 85px;overflow-wrap:anywhere}.fechar-pagamento-modal .fp-compbox__field{flex-direction:column;align-items:stretch;gap:7px;min-width:0}.fechar-pagamento-modal .fp-compinput{width:100%;min-width:0}.fechar-pagamento-modal .fp-fatia__custom{height:auto;min-height:44px;flex-wrap:wrap;padding:6px 10px}.fechar-pagamento-modal .fp-revisar{max-height:none;overflow:visible}.fechar-pagamento-modal .fp-entity{display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px}.fechar-pagamento-modal .fp-entity__valor{grid-column:2;text-align:left;overflow-wrap:anywhere}.fechar-pagamento-modal .fp-entity__main strong{overflow-wrap:anywhere}.fechar-pagamento-modal .fp-vale__label{align-items:flex-start;width:100%}.fechar-pagamento-modal .fp-vale__text{overflow-wrap:anywhere}.fechar-pagamento-modal .fp-vale__input{flex:1;min-width:0;max-width:100%;flex-wrap:wrap}.fechar-pagamento-modal .fp-vale__input .vale-discount-input-shell{width:min(160px,100%);min-height:44px}.fechar-pagamento-modal .fp-head-litros{margin-left:0;text-align:left}.fechar-pagamento-modal .ms-modal__head{flex-wrap:wrap}.fechar-pagamento-modal .ms-modal__head>div:first-child{flex:1 1 calc(100% - 58px);min-width:0}.fechar-pagamento-modal .ms-modal__head .fp-head-litros{order:3;flex-basis:100%}.fechar-pagamento-modal .ms-modal__foot{flex-wrap:wrap}.fechar-pagamento-modal .ms-modal__foot>button{flex:1 1 calc(50% - 10px);margin-right:0!important}.fechar-pagamento-modal .ms-modal__foot>.ms-btn--primary{flex-basis:100%}.payment-modal-window .payment-settlement-summary{position:static!important;grid-template-columns:minmax(0,1fr)!important}.payment-modal-window :is(.payment-form,.payment-form-section,.adjustment-row,.vale-payment-item){min-width:0;max-width:100%}html body .app-frame.theme-light .payment-modal-window :is(.payment-form,.payment-form-section,.payment-field-grid,.adjustment-summary-strip,.adjustment-row,.vale-payment-item){grid-template-columns:minmax(0,1fr)!important}.payment-modal-window .section-header{flex-wrap:wrap}.payment-modal-window .payment-field-grid>label{min-width:0;grid-column:1 / -1!important}.payment-modal-window .vale-payment-delete{justify-self:end}.payment-modal-window .payment-edited-after-item{flex-wrap:wrap;min-width:0}.payment-modal-window .payment-edited-after-item>span{min-width:0;overflow-wrap:anywhere}.ag-parc__cols{display:none}.ag-parc__row,.ag-parc__row--cheque{grid-template-columns:minmax(0,1fr);gap:10px;padding:12px 0}.ag-parc__num,.ag-parc__nota{grid-column:1 / -1}.ag-parc__field-label{display:block;margin-bottom:6px;font-size:12px;font-weight:700;color:var(--ms-text-muted)}.ag-parc__field>:is(input,.date-input,.currency-input,.currency-input-shell){width:100%;min-width:0}.ag-parc__list{max-height:none;overflow:visible;padding-right:0}.agenda-modal .fp-segmented{flex-wrap:wrap}.agenda-modal .fp-seg{flex:1 1 110px;height:auto;min-height:44px;white-space:normal}.agenda-modal__footer .ag-soma{flex-basis:100%;margin:0;overflow-wrap:anywhere}.despesa-review-modal .app-modal-body>:is(img,iframe){max-height:50dvh!important}.despesa-review-modal .text-action{min-height:44px}.fin-lanc-footer>div,.receipt-lote-footer>div,.fin-rel-footer>div,.funcs-rel-footer>div{width:100%}.fin-lanc-footer>div button,.receipt-lote-footer>div button,.fin-rel-footer>div button,.funcs-rel-footer>div button{flex:1 1 120px;white-space:normal}.funcionario-report-modal__footer button{flex:1 1 120px;white-space:normal}.receipt-lote-period,.fin-rel-custom-dates{grid-template-columns:minmax(0,1fr)}.receipt-lote-list{max-height:none;overflow:visible;padding-right:0}.receipt-lote-list-heading .receipt-lote-select-all{margin-left:0}.reports-hub-calendar{width:100%}.lp{min-width:0}.lp-nav{flex-wrap:wrap;padding:12px 16px;gap:10px}.lp-nav__cta{margin-left:auto}.lp-nav__links{display:flex;order:3;flex-basis:100%;flex-wrap:wrap;justify-content:flex-start;gap:4px 16px}.lp-nav__links a,.lp-foot__col a{display:inline-flex;align-items:center;min-height:44px}.lp-btn{min-height:44px;height:auto;white-space:normal;padding-block:10px}.lp-hero,.lp-sec,.lp-foot{padding:32px 18px}.lp-hero__grid{gap:28px}.lp-hero__title{font-size:34px}.lp-head__title{font-size:28px}.lp-feats,.lp-steps,.lp-stats__grid{grid-template-columns:minmax(0,1fr)}.lp-stats{margin:0 18px;padding:28px 20px}.lp-preview{min-width:0}.lp-preview__toast{position:relative;right:auto;bottom:auto;margin-top:12px}.lp-preview__kpis{grid-template-columns:minmax(0,1fr)}.lp-preview__kpi{display:flex;align-items:center;justify-content:space-between;gap:10px}.lp-contact__card{min-width:0;width:100%;max-width:460px;padding:18px}.lp-contact__item>div,.lp-contact__item>span{min-width:0;overflow-wrap:anywhere}.lp-foot__cols{gap:22px}.lp-legal{min-width:0;overflow-wrap:anywhere}.lp section[id]{scroll-margin-top:130px}}@media screen and (max-height:500px)and (max-width:1023px){html body .app-frame.theme-light :is(.receipt-lote-modal,.fin-rel-modal,.funcs-rel-modal,.funcionario-report-modal,.fin-lanc-modal,.agenda-modal,.payment-modal-window,.folha-resumo-modal,.despesa-review-modal,.fechar-pagamento-modal){display:block!important;overflow-y:auto!important;overscroll-behavior:contain}html body .app-frame.theme-light :is(.receipt-lote-modal,.fin-rel-modal,.funcs-rel-modal,.funcionario-report-modal,.fin-lanc-modal,.agenda-modal,.payment-modal-window,.folha-resumo-modal,.despesa-review-modal,.fechar-pagamento-modal)>form{display:block!important;overflow:visible!important}html body .app-frame.theme-light :is(.receipt-lote-modal,.fin-rel-modal,.funcs-rel-modal,.funcionario-report-modal,.fin-lanc-modal,.agenda-modal,.payment-modal-window,.folha-resumo-modal,.despesa-review-modal,.fechar-pagamento-modal) :is(.app-modal-body,.ms-modal__body){max-height:none!important;overflow:visible!important}.login-form{padding-block:16px}.login-form__box{margin-block:0}.fechar-pagamento-modal .fp-revisar,.receipt-lote-list,.ag-parc__list{max-height:none;overflow:visible}.payment-modal-window .payment-settlement-summary{position:static!important}.lp-nav{position:relative}}
