.budget-view_container__C_47L{min-height:100vh;width:100%;background-color:var(--colors-neutral-200);display:flex;justify-content:center;padding:48px 0}.budget-view_content__LK9wI{width:210mm;min-height:297mm;background-color:var(--colors-neutral-white);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);padding:20mm;box-sizing:border-box;position:relative;display:flex;flex-direction:column;border-bottom:10px solid var(--colors-green-500);border-right:10px solid var(--colors-green-500)}.budget-view_content-wrapper__YtPTS{padding-left:12px}.budget-view_content__LK9wI:before{content:"";position:absolute;top:0;right:0;width:40%;height:10px;background-color:var(--colors-green-500);border-bottom-left-radius:4px}.budget-view_warning-message__4RgMG{background-color:var(--colors-info-800);color:var(--colors-neutral-white);padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:14px;font-weight:600;line-height:1.4;gap:8px;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:0 0 0 0 rgba(0,0,0,1);transform:scale(1);animation:budget-view_pulse__Keawd 1s ease-in-out infinite}@keyframes budget-view_pulse__Keawd{0%{box-shadow:0 0 0 0 rgba(187,222,251,.8)}70%{box-shadow:0 0 0 10px rgba(187,222,251,0)}to{box-shadow:0 0 0 0 rgba(187,222,251,0)}}@keyframes budget-view_bell-shake__4iSLj{0%{transform:rotate(0)}15%{transform:rotate(15deg)}30%{transform:rotate(-15deg)}45%{transform:rotate(10deg)}60%{transform:rotate(-10deg)}75%{transform:rotate(5deg)}85%{transform:rotate(-5deg)}to{transform:rotate(0)}}.budget-view_bell-icon__7Lsna{display:block;animation:budget-view_bell-shake__4iSLj 2s ease-in-out infinite;transform-origin:top center}.budget-view_header__6uAK0{align-items:flex-start;margin-bottom:40px;border-bottom:2px solid var(--colors-neutral-250);padding-bottom:20px}.budget-view_header__6uAK0,.budget-view_row__gnYXZ{display:flex;justify-content:space-between}.budget-view_column__CVpdO,.budget-view_company-logo-wrapper__44ZRG{display:flex;flex-direction:column;gap:8px}.budget-view_company-logo__zkVUw{display:flex;flex-direction:column;align-items:center;justify-content:center;object-fit:contain;width:100%;height:100%;max-width:140px;max-height:60px}.budget-view_company-logo-area__XoUIX{display:flex;align-items:center;justify-content:center;width:140px;height:60px;background-color:var(--colors-neutral-200);border:1px dashed var(--colors-neutral-400);border-radius:8px;color:var(--colors-neutral-500);font-size:11px;font-weight:500;text-align:center;overflow:hidden}.budget-view_system-logo-area__O7yqc{display:flex;flex-direction:column;align-items:flex-end;gap:2px;opacity:.7}.budget-view_powered-by__VXmzl{font-size:9px;color:var(--colors-neutral-500);text-transform:uppercase;letter-spacing:.5px}.budget-view_logo__xixvW{object-fit:contain}.budget-view_main__03BNZ{flex:1 1;font-family:var(--font-inter,sans-serif)}.budget-view_budget-title__XlUij{color:var(--colors-green-600);font-size:20px;font-weight:700;margin-bottom:20px}.budget-view_title-wrapper__hnmIb{display:flex;justify-content:space-between;align-items:center;position:relative}.budget-view_approval-stamp__74JfF{position:relative;display:inline-block}.budget-view_stamp-content__QDPwb{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 20px;border:4px double var(--colors-green-600);border-radius:8px;background-color:rgba(34,197,94,.08);transform:rotate(-5deg);box-shadow:0 2px 8px rgba(34,197,94,.2)}.budget-view_stamp-text__rdmbw{font-size:18px;font-weight:900;color:var(--colors-green-600);text-transform:uppercase;letter-spacing:2px;line-height:1}.budget-view_stamp-date__NDzWz{font-size:11px;font-weight:600;color:var(--colors-green-600);margin-top:4px;letter-spacing:.5px}.budget-view_image-gallery__YI_d5{display:flex;flex-direction:column;margin-top:16px}.budget-view_image-grid__0lTyW{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:12px;gap:12px;margin-top:8px}.budget-view_image-thumb__DUNXw{width:100%;height:120px;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s ease;border:2px solid var(--colors-neutral-250)}.budget-view_image-thumb__DUNXw:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.15);border-color:var(--colors-green-500)}.budget-view_image-modal-overlay__CNbcQ{background-color:rgba(0,0,0,.85);position:fixed;inset:0;z-index:var(--z-global-modal);animation:budget-view_overlayShow__YFcCz .15s cubic-bezier(.16,1,.3,1)}@keyframes budget-view_overlayShow__YFcCz{0%{opacity:0}to{opacity:1}}.budget-view_image-modal-content__36MwU{background-color:transparent;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:1200px;height:90vh;z-index:var(--z-toast);animation:budget-view_contentShow__zuW8_ .15s cubic-bezier(.16,1,.3,1)}@keyframes budget-view_contentShow__zuW8_{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.budget-view_image-modal-wrapper__IaQVh{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.budget-view_image-modal-close__hsf6j{position:absolute;top:20px;right:20px;background-color:rgba(255,255,255,.9);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--colors-neutral-800)}.budget-view_image-modal-close__hsf6j:hover{background-color:white;transform:scale(1.1)}.budget-view_section__VEJ4K{margin-bottom:24px}.budget-view_section-header__L1qzy{background-color:var(--colors-neutral-200);padding:8px 12px;border-radius:6px;font-weight:700;font-size:16px;color:var(--colors-neutral-800);margin-bottom:12px}.budget-view_info-grid__6zoHu{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.budget-view_date-row__ehVb0{display:flex;justify-content:space-between;font-size:14px;margin-bottom:8px;gap:4px}.budget-view_data-pair__uGfRz{display:flex;flex-direction:column}.budget-view_label__LnO6I{font-weight:700;color:var(--colors-neutral-800);font-size:14px;margin-bottom:4px}.budget-view_value__OvqNQ{color:var(--colors-neutral-600);font-size:14px}.budget-view_service-list__uiqTt{display:flex;flex-direction:column}.budget-view_service-item__TQQ1q{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid var(--colors-neutral-250)}.budget-view_service-item__TQQ1q:last-child{border-bottom:none}.budget-view_checkbox__oUS1Q{width:20px;height:20px;border-radius:50%;border:2px solid var(--colors-neutral-300);margin-right:16px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;position:relative}.budget-view_checkbox__oUS1Q:checked{background-color:var(--colors-green-500);border-color:var(--colors-green-500)}.budget-view_checkbox__oUS1Q:checked:after{content:"✔";color:white;font-size:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.budget-view_service-info__iuryN{flex:1 1;display:flex;flex-direction:column;gap:2px}.budget-view_service-name__Zssil{font-weight:700;color:var(--colors-neutral-800);font-size:14px}.budget-view_service-calc__ia2_J{font-size:12px;color:var(--colors-neutral-500)}.budget-view_service-price__xm6Ps{font-weight:700;color:var(--colors-green-500);font-size:14px}.budget-view_summary-section__jISzD{margin-top:20px;padding-top:10px;padding-left:12px;border-top:1px solid var(--colors-neutral-250);display:flex;flex-direction:column;gap:8px}.budget-view_summary-row__vkxa3{display:flex;justify-content:space-between;font-size:14px;color:var(--colors-neutral-600)}.budget-view_total-row__mVDkN{display:flex;justify-content:space-between;font-size:18px;font-weight:700;color:var(--colors-neutral-800);margin-top:8px}.budget-view_obs-section__OJzyW{margin-top:30px}.budget-view_obs-content__hxEvu{font-size:14px;color:var(--colors-neutral-500);line-height:1.5}.budget-view_actions-area__kCnDO{margin-top:32px;padding-top:24px;border-top:2px solid var(--colors-neutral-250);display:flex;justify-content:center;align-items:center}.budget-view_approve-button__iwtdZ{background-color:var(--colors-green-500);color:white;border:none;border-radius:8px;padding:16px 48px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);text-transform:uppercase;letter-spacing:.5px}.budget-view_approve-button__iwtdZ:hover{background-color:var(--colors-green-600);transform:translateY(-2px);box-shadow:0 6px 12px -2px rgba(0,0,0,.15)}.budget-view_approve-button__iwtdZ:active{transform:translateY(0)}.budget-view_approve-button__iwtdZ:disabled{background-color:var(--colors-neutral-300);cursor:not-allowed;transform:none;box-shadow:none}@media screen and (max-width:210mm){.budget-view_content__LK9wI{width:100%;min-height:100vh;padding:20px}.budget-view_container__C_47L{padding:0}}@media screen and (max-width:600px){.budget-view_header__6uAK0{margin-bottom:20px;align-items:center}.budget-view_company-logo-area__XoUIX{width:90px;height:40px;padding:4px;font-size:9px}.budget-view_company-logo-wrapper__44ZRG span{font-size:11px!important}.budget-view_system-logo-area__O7yqc{transform:scale(.8);transform-origin:right center}.budget-view_approve-button__iwtdZ{width:100%;padding:14px 24px;font-size:14px}.budget-view_title-wrapper__hnmIb{gap:8px}.budget-view_budget-title__XlUij{font-size:16px}.budget-view_stamp-content__QDPwb{padding:6px 12px;border-width:3px}.budget-view_stamp-text__rdmbw{font-size:12px;letter-spacing:1px}.budget-view_stamp-date__NDzWz{font-size:9px}.budget-view_image-grid__0lTyW{grid-template-columns:repeat(2,1fr);gap:8px}.budget-view_image-thumb__DUNXw{height:100px}.budget-view_image-modal-content__36MwU{width:95vw;height:95vh}.budget-view_image-modal-close__hsf6j{width:36px;height:36px;top:10px;right:10px}}.card-dashboard_card__F9fJ9{display:flex;flex-direction:column;justify-content:space-between;padding:1rem 1rem 1.5rem;flex:1 1;height:120px;border-radius:12px;background:var(--colors--neutral-white,#fff);box-shadow:var(--shadow-sm);border:1px solid var(--colors-neutral-300);transition:all .2s ease}.card-dashboard_card__F9fJ9:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card-dashboard_header__PG2XY{display:flex;justify-content:space-between;align-items:center}.card-dashboard_title__mKjHX{color:var(--colors-neutral-700);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.card-dashboard_iconContainer__UYycK{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background-color:var(--colors-neutral-100);flex-shrink:0}.card-dashboard_valueContainer__bE3FN{display:flex;align-items:flex-end}.card-dashboard_value__6ibLd{font-size:1.625rem;font-weight:700;line-height:1}.card-dashboard_sizeLg__37Kep{height:120px;padding:1rem 1rem 1.5rem;min-width:250px}.card-dashboard_sizeLg__37Kep .card-dashboard_iconContainer__UYycK{width:32px;height:32px}.card-dashboard_sizeLg__37Kep .card-dashboard_title__mKjHX{font-size:.875rem}.card-dashboard_sizeLg__37Kep .card-dashboard_value__6ibLd{font-size:1.625rem}.card-dashboard_sizeMd__dMkKT{height:104px;padding:.875rem .875rem 1.25rem;min-width:220px}.card-dashboard_sizeMd__dMkKT .card-dashboard_iconContainer__UYycK{width:28px;height:28px}.card-dashboard_sizeMd__dMkKT .card-dashboard_title__mKjHX{font-size:.8125rem}.card-dashboard_sizeMd__dMkKT .card-dashboard_value__6ibLd{font-size:1.5rem}.card-dashboard_sizeSm__Qh71P{height:88px;padding:.75rem .75rem 1rem;min-width:184px}.card-dashboard_sizeSm__Qh71P .card-dashboard_iconContainer__UYycK{width:16px;height:16px}.card-dashboard_sizeSm__Qh71P .card-dashboard_title__mKjHX{font-size:.75rem}.card-dashboard_sizeSm__Qh71P .card-dashboard_value__6ibLd{font-size:1.25rem}.card-dashboard_cardDefault__Lx3x6{border-left:4px solid #ef4444}.card-dashboard_cardDefault__Lx3x6 .card-dashboard_iconContainer__UYycK{background-color:#fef2f2;color:#ef4444}.card-dashboard_cardDefault__Lx3x6 .card-dashboard_value__6ibLd{color:#ef4444}.card-dashboard_cardReceive__oUI27{border-left:4px solid #22c55e}.card-dashboard_cardReceive__oUI27 .card-dashboard_iconContainer__UYycK{background-color:#f0fdf4;color:#22c55e}.card-dashboard_cardReceive__oUI27 .card-dashboard_value__6ibLd{color:#22c55e}.card-dashboard_cardPaid__jxHOi{border-left:4px solid var(--colors-neutral-600)}.card-dashboard_cardPaid__jxHOi .card-dashboard_iconContainer__UYycK{background-color:var(--colors-neutral-100);color:var(--colors-neutral-600)}.card-dashboard_cardPaid__jxHOi .card-dashboard_value__6ibLd{color:var(--colors-neutral-600)}.card-dashboard_cardNeutral__MOdEK{border-left:4px solid var(--colors-neutral-500)}.card-dashboard_cardNeutral__MOdEK .card-dashboard_iconContainer__UYycK{background-color:var(--colors-neutral-100);color:var(--colors-neutral-600)}.card-dashboard_cardNeutral__MOdEK .card-dashboard_value__6ibLd{color:var(--colors-neutral-700)}.card-dashboard_spinning__q7caK{animation:card-dashboard_spin__YOk9p 1s linear infinite}@keyframes card-dashboard_spin__YOk9p{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.card-dashboard_mobileLayout__imC89{display:flex;align-items:center;height:100%}.card-dashboard_mobileLeft__rBc_n{display:flex;align-items:center;gap:.75rem;width:100%}.card-dashboard_mobileInfo__rsbdu{display:flex;flex-direction:column;gap:.25rem;flex:1 1}@media (max-width:768px){.card-dashboard_card__F9fJ9{min-width:100%;height:80px;padding:.75rem 1rem;border-left-width:3px}.card-dashboard_card__F9fJ9:hover{transform:none}.card-dashboard_iconContainer__UYycK{width:40px;height:40px}.card-dashboard_title__mKjHX{font-size:.625rem;letter-spacing:.3px;line-height:1.2}.card-dashboard_value__6ibLd{font-size:1.25rem;line-height:1.2}.card-dashboard_header__PG2XY,.card-dashboard_valueContainer__bE3FN{display:none}}.report-select-item_card__7O5lM{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-radius:12px;background:var(--colors-neutral-white);border:1px solid var(--colors-neutral-200);text-decoration:none;transition:background .2s ease,border-color .2s ease,transform .06s ease;cursor:pointer}.report-select-item_card__7O5lM:hover{background:var(--colors-green-200);border-color:var(--colors-green-300);transform:translateY(-1px)}.report-select-item_iconContainer___JjXa{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:8px}.report-select-item_containerCard__lfV1A{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;flex:1 1;gap:.25rem}.report-select-item_cardContent__DjIRT{display:flex;align-items:flex-start;width:100%;gap:.5rem}.report-select-item_cardTitle__Nptlg{flex:1 1;font-size:1.25rem;color:var(--colors-neutral-800);text-align:start}.report-select-item_cardDescription__14R3j{margin:0;font-size:.75rem;color:var(--colors-neutral-700)}.report-select-item_cardAction__knU5a{display:flex;align-items:center;justify-content:center;text-align:center;color:var(--colors-green-700);font-size:.75rem;font-weight:600;white-space:nowrap}.menu-aside_container__zyEay{background-color:var(--colors-neutral-white);border-radius:8px;padding:1rem .5rem}.menu-aside_container__zyEay,.menu-aside_list__KG44z{display:flex;flex-direction:column}.menu-aside_list-item__yIhMJ{display:flex;flex:1 1;padding:.75rem 1rem;gap:.5rem;align-items:center;&.menu-aside_active__zJAiE{background-color:var(--colors-green-700);border-radius:4px;color:var(--colors-neutral-white);font-weight:600}&:hover:not(.menu-aside_active__zJAiE){background-color:var(--colors-neutral-200);border-radius:4px}&.menu-aside_out__uAs9n{color:var(--colors-danger-600);cursor:pointer;&:hover{background-color:var(--colors-neutral-200);font-weight:500;border-radius:4px}}}.menu-aside_footer-list__gY3Dq{display:flex;flex-direction:column;margin-top:auto;&>li{display:flex}}.button_button__ocK_q{display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:background-color .3s;&.button_sm__uCRtk{gap:.5rem;padding:.75rem;font-size:.875rem;font-weight:600;border-radius:4px}&.button_md__YX3x2{padding:.75rem 1rem;font-size:1rem}&.button_lg__cqKMw,&.button_md__YX3x2{gap:.5rem;font-weight:600;border-radius:8px}&.button_lg__cqKMw{padding:1rem;font-size:1.25rem}}.button_button__ocK_q:disabled{background-color:#ccc;cursor:not-allowed}.button_primary__TvZ8y{background-color:var(--colors-green-900);color:var(--colors-neutral-white)}.button_secondary__QkVQA{background-color:var(--colors-neutral-white);box-shadow:var(--shadow-md);color:var(--colors-green-900);& svg{color:var(--colors-green-900)}}.button_danger__LTFAI{background-color:transparent;color:var(--colors-danger-500,red);box-shadow:inset 0 0 0 2px var(--colors-danger-500,red);padding:.625rem 1rem}.button_outline__TnP_R{background-color:transparent;color:var(--colors-green-900);border:2px solid var(--colors-green-900);padding:.625rem 1rem;&:disabled{background-color:transparent;color:var(--colors-neutral-400);border:2px solid var(--colors-neutral-400)}}.button_ghost__4hiJD{background-color:transparent;color:var(--colors-green-900);border:none;padding:.625rem 1rem;&:disabled{background-color:transparent;color:var(--colors-neutral-400);border:none;&>span>svg{fill:var(--colors-neutral-300)}}}.button_icon__O3_O_{display:flex;align-items:center}.button_loader__bjzJj{border:2px solid transparent;border-top-color:white;border-radius:50%;width:16px;height:16px;animation:button_spin__o00AQ .6s linear infinite}@keyframes button_spin__o00AQ{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sidebar-filters-manual-nf_sidebar__EQWif{background-color:#ffffff;border-radius:12px;padding:32px 16px;display:flex;flex-direction:column;box-shadow:0 16px 32px -4px rgba(158,184,158,.1),0 2px 4px 0 rgba(158,184,158,.04);height:100%;width:320px}.sidebar-filters-manual-nf_header__rh_k4{display:flex;align-items:center;gap:12px}.sidebar-filters-manual-nf_header__rh_k4 h2{font-family:Montserrat,sans-serif;font-size:24px;font-weight:700;margin:0;color:var(--colors-neutral-800,#263238)}.sidebar-filters-manual-nf_filtersBody__LQ2XP{flex:1 1;display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.sidebar-filters-manual-nf_filterGroup__FGYBN{display:flex;flex-direction:column;gap:8px}.sidebar-filters-manual-nf_filterGroup__FGYBN label{font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;color:var(--colors-neutral-800,#263238)}.sidebar-filters-manual-nf_chipsContainer__kVKO1{display:flex;flex-wrap:wrap;gap:8px}.sidebar-filters-manual-nf_chip__kr3XT{padding:4px 16px;border-radius:32px;border:1px solid #c8d4da;background-color:#ffffff;font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;color:#263238}.sidebar-filters-manual-nf_activeChip__6_rJZ{background-color:#5bbe5d;border-color:#5bbe5d;color:#ffffff}.sidebar-filters-manual-nf_dateRange__AXRSW{display:flex;align-items:center;gap:8px}.sidebar-filters-manual-nf_dateInput__UeLJR{flex:1 1;display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:32px;border:1px solid var(--colors-neutral-200);background-color:var(--colors-neutral-white)}.sidebar-filters-manual-nf_dateInput__UeLJR input{border:none;background:transparent;width:100%;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;color:var(--colors-neutral-800);text-align:center;outline:none}.sidebar-filters-manual-nf_dateInput__UeLJR input::placeholder{color:var(--colors-neutral-400)}.sidebar-filters-manual-nf_dateRange__AXRSW span{font-family:Montserrat,sans-serif;font-size:12px;font-weight:500}.sidebar-filters-manual-nf_footer__0ZbbG{margin-top:auto}.sidebar-filters-manual-nf_submitButton__MWCbd{width:100%;background-color:#44ac47;color:#ffffff;font-weight:700;height:44px;border-radius:8px}.sidebar-filters-manual-nf_submitButton__MWCbd:hover{background-color:#388e3b}.nfe-timeline_timelineContainer__p_LGk{display:flex;flex-direction:column;gap:16px;width:100%}.nfe-timeline_header__zq3JM{display:flex;align-items:center;gap:8px}.nfe-timeline_header__zq3JM h3{font-size:14px;font-weight:600;color:var(--colors-neutral-900);margin:0}.nfe-timeline_timeline__q4evd{display:flex;flex-direction:column;gap:0;padding-left:8px}.nfe-timeline_eventItem__ijscV{display:flex;gap:16px;position:relative;padding-bottom:24px}.nfe-timeline_eventItem__ijscV:last-child{padding-bottom:0}.nfe-timeline_connector__1DMY7{display:flex;flex-direction:column;align-items:center;width:16px}.nfe-timeline_dot__kozyH{width:10px;height:10px;border-radius:50%;z-index:var(--z-above);margin-top:6px}.nfe-timeline_dot__kozyH.nfe-timeline_success__FX2_m{background-color:var(--colors-green-500)}.nfe-timeline_dot__kozyH.nfe-timeline_error__cnXJJ{background-color:var(--colors-danger-500)}.nfe-timeline_dot__kozyH.nfe-timeline_info__3YosD{background-color:var(--colors-info-500)}.nfe-timeline_line__KOSfV{width:2px;flex:1 1;background-color:var(--colors-neutral-200);margin-top:4px;min-height:40px}.nfe-timeline_last__3uIBh .nfe-timeline_line__KOSfV{display:none}.nfe-timeline_content__SQFTo{flex:1 1;display:flex;flex-direction:column;gap:8px}.nfe-timeline_eventHeader__7ijmc{display:flex;justify-content:space-between;align-items:flex-start}.nfe-timeline_titleRow__LP32s{display:flex;align-items:center;gap:8px}.nfe-timeline_eventTitle__RJcTE{font-weight:600;font-size:14px;color:var(--colors-neutral-900)}.nfe-timeline_eventDate__i453c{font-size:12px;color:var(--colors-neutral-500)}.nfe-timeline_descriptionBox__KPuZz{background-color:var(--colors-neutral-50);border:1px solid var(--colors-neutral-200);border-radius:8px;padding:12px;font-size:13px;color:var(--colors-neutral-700);word-break:break-word;overflow-wrap:break-word}.nfe-timeline_descriptionBoxError__Zll6g{background-color:var(--colors-danger-100);border:1px solid var(--colors-danger-200);border-radius:8px;padding:12px;font-size:13px;color:var(--colors-danger-700);word-break:break-word;overflow-wrap:break-word}.nfe-timeline_eventActions__z0W1g{display:flex;gap:12px;margin-top:8px}.nfe-timeline_actionLink__vuIwP{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500;color:var(--colors-info-600);text-decoration:none}.nfe-timeline_actionLink__vuIwP:hover{text-decoration:underline}.nfe-timeline_dot__kozyH.nfe-timeline_link__GDDCW{background-color:var(--colors-purple-500,#8b5cf6)}.nfe-timeline_descriptionBoxLink__YVc_y{background-color:var(--colors-purple-50,#f5f3ff);border:1px solid var(--colors-purple-200,#ddd6fe);border-radius:8px;padding:12px;font-size:13px;color:var(--colors-neutral-700);word-break:break-word;overflow-wrap:break-word}.nfe-timeline_navigateButton__aEghW{display:inline-flex;align-items:center;gap:6px;margin-top:8px;padding:6px 12px;font-size:12px;font-weight:600;color:var(--colors-purple-700,#7c3aed);background-color:var(--colors-purple-100,#ede9fe);border:1px solid var(--colors-purple-200,#ddd6fe);border-radius:6px;cursor:pointer;transition:all .15s}.nfe-timeline_navigateButton__aEghW:hover{background-color:var(--colors-purple-200,#ddd6fe);color:var(--colors-purple-800,#6b21a8)}.nfe-timeline_empty__ewbtP{padding:24px;text-align:center;color:var(--colors-neutral-500);font-size:14px}.line_line__F4drg{display:flex;padding:0 .75rem;align-items:flex-start;align-self:stretch;height:1px;background:linear-gradient(90deg,rgba(217,217,217,.2),#d0d4d8 50%,rgba(217,217,217,.2))}.line_line-label__xIpKg{display:flex;align-items:center;gap:.5rem;& .line_label__dPa7P{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;color:var(--colors-green-900);margin:0}& .line_line__F4drg{display:flex;flex:1 1;background:var(--colors-green-900);align-self:center}}@media screen and (max-width:768px){.line_label__dPa7P{&>h4{font-size:1.42rem}}}.notification-modal_content__s1aR0{display:flex;flex-direction:column;flex:1 1;height:100%;overflow:hidden}.notification-modal_emptyNotification__GVnoz{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;color:var(--colors-neutral-600);gap:.5rem;flex:1 1}.notification-modal_emptyNotification__GVnoz svg{color:var(--colors-neutral-400);margin-bottom:1rem}.notification-modal_emptyNotification__GVnoz p{font-size:1.125rem;font-weight:600;margin:0}.notification-modal_emptyNotification__GVnoz span{font-size:.875rem}.notification-modal_selectAllContainer__AfA6D{padding:.125rem 0;border-bottom:1px solid var(--colors-neutral-200);margin-bottom:.75rem}.notification-modal_itemsList__fwMsU{flex:1 1;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-right:.5rem}.notification-modal_notificationItem__QxSO_{display:flex;flex-direction:column;padding:1rem;border:1px solid var(--colors-neutral-200);border-radius:8px;margin-bottom:.75rem;background:var(--colors-neutral-50);box-shadow:var(--shadow-md)}.notification-modal_selectedItem__hq9Kc{border-color:var(--colors-green-500);background:var(--colors-green-50)}.notification-modal_itemInfo__yc3yr{flex:1 1;justify-content:space-between}.notification-modal_itemHeader__HQDtp,.notification-modal_itemInfo__yc3yr{display:flex;align-items:center;gap:.5rem}.notification-modal_itemHeader__HQDtp svg{width:20px;height:20px;flex-shrink:0;display:block}.notification-modal_itemHeader__HQDtp>h4{margin:0;font-size:1rem;font-weight:500;color:var(--colors-neutral-800)}.notification-modal_itemHeader__HQDtp>span:not(.notification-modal_date__GIvHd){font-size:1rem;font-weight:600;color:var(--colors-green-900)}.notification-modal_itemDetails__MbkbC{display:flex;flex-direction:column;gap:.25rem;margin-top:6px}.notification-modal_detailsItem__oHwNG{display:flex;justify-content:flex-start;align-items:center;gap:.5rem;color:var(--colors-neutral-300);font-weight:500;font-size:.875rem;&>span{color:var(--colors-neutral-800)}}.notification-modal_itemTitle__pgOgF{font-size:.75rem;color:var(--colors-neutral-500);font-weight:500}.notification-modal_itemPrice__jPP6T{font-size:.875rem;color:var(--colors-neutral-600)}.notification-modal_itemActions__VElq6{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.notification-modal_itemsControls__fzQCx{display:flex;gap:1rem;align-items:center}.notification-modal_quantityControls__eTeSn{display:flex;align-items:center;gap:.5rem}.notification-modal_quantity__dafLZ{min-width:2rem;text-align:center;font-weight:600;font-size:1rem}.notification-modal_itemTotal__SBtkT{display:flex;flex-direction:column;align-self:flex-end;&>span{color:var(--colors-neutral-300,#c8d4da);font-size:.615rem;font-weight:600;text-transform:uppercase}&>h4{font-size:1.5rem;font-weight:500;color:var(--colors-neutral-800)}}.notification-modal_selectedTotalRow___ilmm{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;&>span{font-size:1rem}&>strong{color:var(--colors-green-800);font-size:1.5rem;font-weight:500;font-family:var(--font-bebas-neue)}}.notification-modal_totalRow__Cemyj{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.125rem}.notification-modal_totalRow__Cemyj span{font-size:1rem}.notification-modal_totalRow__Cemyj strong{color:var(--colors-neutral-600);font-size:1.5rem;font-weight:500;font-family:var(--font-bebas-neue)}.notification-modal_remove-button__qEI4h{padding:".125rem .5rem";font-size:".75rem";color:"var(--colors-danger-600)"}.notification-modal_date__GIvHd{font-size:.75rem;opacity:.8;color:var(--colors-green-900)}@media (max-width:768px){.notification-modal_notificationItem__QxSO_{flex-direction:column;gap:1rem}.notification-modal_itemActions__VElq6{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.notification-modal_itemInfo__yc3yr{flex-wrap:wrap}}.image-preview_imageThumb__9gQGV{width:64px;height:64px;background-color:#dcdcdc;border-radius:8px;overflow:hidden;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;flex-shrink:0}.image-preview_previewOverlay__NfzP8{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:var(--z-toast)}.image-preview_previewContent__mnVu9{position:fixed;inset:0;z-index:var(--z-loading);display:flex;justify-content:center;align-items:center}.image-preview_previewWrapper__XADGK{background:#111;border-radius:8px;overflow:hidden;display:flex;justify-content:center;align-items:center;width:min(90vw,1100px);height:min(85vh,800px)}.image-preview_previewImage__qy8Or{width:100%;height:100%;object-fit:contain;display:block}.image-preview_closeBtn__a4mts{position:absolute;top:-30px;right:0;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:white;padding:4px}.dashboard_container__COWKr{display:flex;gap:1rem;flex:1 1;align-items:flex-start;overflow:auto}.dashboard_content__6ZsoN{display:flex;flex-direction:column;gap:1rem;min-width:0;overflow:auto;width:100%}.dashboard_dashboardContainer__7fnZQ{display:flex;flex-direction:column;flex:1 1}.dashboard_dashboard__4vjbE{display:flex;flex-wrap:wrap;gap:1rem;overflow:hidden}.dashboard_cardsGrid__eUK1g{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem;width:100%}@media (max-width:768px){.dashboard_container__COWKr{padding:0;overflow-y:auto;overflow-x:hidden}.dashboard_content__6ZsoN{gap:1rem;padding:1rem}.dashboard_dashboard__4vjbE{display:none}.dashboard_cardsGrid__eUK1g{display:grid}}@media (min-width:769px){.dashboard_cardsGrid__eUK1g{display:none}}.table-dashboard_container__faO73{background:var(--colors-neutral-white);border-radius:8px;padding:1.5rem;box-shadow:var(--shadow-sm);flex:1 1}.table-dashboard_header__L2jEi{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.table-dashboard_title__1oEHO{font-size:1.125rem;font-weight:500;color:var(--colors-neutral-black);margin:0}.table-dashboard_yearSelect__trljf{padding:.5rem 1rem;border:1px solid var(--colors-neutral-300);border-radius:6px;background:var(--colors-neutral-white);color:var(--colors-neutral-700);font-size:.875rem;cursor:pointer;transition:border-color .2s ease}.table-dashboard_yearSelect__trljf:hover{border-color:var(--colors-neutral-400)}.table-dashboard_yearSelect__trljf:focus{outline:none;border-color:var(--colors-green-500);box-shadow:0 0 0 3px rgba(34,197,94,.1)}.table-dashboard_table___DlvB{margin-top:0}.table-dashboard_mobileWrapper__9U_DA{background:var(--colors-neutral-white);border-radius:8px;padding:1rem 0;box-shadow:var(--shadow-sm)}.table-dashboard_mobileWrapper__9U_DA .table-dashboard_header__L2jEi{padding:0 1rem;margin-bottom:1rem}.table-dashboard_mobileWrapper__9U_DA .table-dashboard_title__1oEHO{font-size:.875rem;font-weight:600}.table-dashboard_mobileWrapper__9U_DA .table-dashboard_yearSelect__trljf{padding:.375rem .75rem;font-size:.8125rem}.table-dashboard_carouselContainer__oNEN_{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 1rem 1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.table-dashboard_carouselContainer__oNEN_::-webkit-scrollbar{display:none}.table-dashboard_monthCard__iwunU{flex:0 0 auto;width:calc(100vw - 3rem);max-width:420px;background:var(--colors-neutral-white);border-radius:12px;padding:1.5rem;scroll-snap-align:start;box-shadow:var(--shadow-sm)}.table-dashboard_monthHeader__pSfqq{display:flex;align-items:center;gap:.625rem;margin-bottom:1.25rem}.table-dashboard_monthIcon__vFc2f{color:var(--colors-green-800);font-size:1.5rem;font-weight:700;line-height:1}.table-dashboard_monthName__XqEhS{font-size:1.25rem;font-weight:700;color:var(--colors-neutral-800);text-transform:uppercase;letter-spacing:.5px}.table-dashboard_gridCards__ZPKWK{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem;margin-bottom:1.25rem}.table-dashboard_valueCard__MXerX{background:var(--colors-neutral-200);border:1px solid var(--colors-neutral-300);border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.table-dashboard_variantDefault__7lpnm .table-dashboard_cardValue__zMinP{color:var(--colors-danger-800)}.table-dashboard_variantPaid__Dt1H6 .table-dashboard_cardValue__zMinP{color:var(--colors-neutral-800)}.table-dashboard_variantReceive__CR6dr .table-dashboard_cardValue__zMinP{color:var(--colors-green-800)}.table-dashboard_cardHeader__mhb2L{display:flex;justify-content:space-between;align-items:center}.table-dashboard_cardLabel__pFDx2{font-size:.6875rem;color:var(--colors-neutral-600);font-weight:500;text-transform:uppercase;letter-spacing:.3px}.table-dashboard_iconUp__cc41_{color:var(--colors-danger-800);font-size:1rem;font-weight:700}.table-dashboard_iconCheck__mRJna{color:var(--colors-neutral-600);font-size:1rem;font-weight:700}.table-dashboard_iconDown__ZE1wp{color:var(--colors-green-800);font-size:1rem;font-weight:700}.table-dashboard_cardValue__zMinP{font-size:1.125rem;font-weight:700;line-height:1.2;font-family:var(--font-mono)}.table-dashboard_totalFooter__etwVy{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--colors-neutral-200)}.table-dashboard_totalLabel__mAOvf{font-size:.875rem;color:var(--colors-neutral-700);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.table-dashboard_totalValue__werJp{font-size:1.5rem;font-weight:700;font-family:var(--font-mono)}.table-dashboard_loading__uGNGs{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;gap:1rem;color:var(--colors-neutral-600)}.table-dashboard_spinner__Ww3RV{width:40px;height:40px;border:3px solid var(--colors-neutral-200);border-top-color:var(--colors-green-700);border-radius:50%;animation:table-dashboard_spin__bQhQy .8s linear infinite}@keyframes table-dashboard_spin__bQhQy{to{transform:rotate(1turn)}}.table-dashboard_emptyState__WcX5E{padding:3rem 1rem;text-align:center;color:var(--colors-neutral-600);font-size:.875rem}@media (max-width:768px){.table-dashboard_container__faO73{display:none}}@media (min-width:769px){.table-dashboard_mobileWrapper__9U_DA{display:none}}.weekly-accounts_container__zGZ64{display:flex;flex-direction:column;background:var(--colors-neutral-white);border-radius:8px;padding:1rem;box-shadow:var(--shadow-sm);max-width:420px;min-width:400px;flex:1 1;overflow:auto;max-height:800px}.weekly-accounts_error__AL3DB,.weekly-accounts_loading__9jbUw{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;color:var(--colors-neutral-600);min-height:200px}.weekly-accounts_retryButton__s97KA{margin-top:1rem;padding:.5rem 1rem;background:var(--colors-green-500);color:white;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background .2s ease}.weekly-accounts_retryButton__s97KA:hover{background:var(--colors-green-600)}.weekly-accounts_tabs__YRE3l{display:flex;align-self:center;gap:.5rem;margin-bottom:1rem}.weekly-accounts_tab__1TI9A{padding:.5rem 1rem;border:none;background:var(--colors-neutral-200);color:var(--colors-neutral-600);border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.weekly-accounts_tab__1TI9A:hover{background:var(--colors-neutral-300)}.weekly-accounts_tabActive__fQwGZ{background:var(--colors-green-500);color:var(--colors-neutral-white)}.weekly-accounts_tabActive__fQwGZ:hover{background:var(--colors-green-600)}.weekly-accounts_daySelector__uRzsm{display:flex;gap:.375rem;margin-bottom:1.5rem;flex-wrap:wrap;align-items:center}.weekly-accounts_dayButton__Yp_y0{flex:1 1;padding:.375rem .5rem;border:1px solid var(--colors-neutral-300);background:var(--colors-neutral-white);color:var(--colors-neutral-600);border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:3rem}.weekly-accounts_dayButton__Yp_y0:hover{border-color:var(--colors-green-400);background:var(--colors-green-50)}.weekly-accounts_dayButtonActive__rNKgm{background:var(--colors-green-500);border-color:var(--colors-green-500);color:var(--colors-neutral-white)}.weekly-accounts_dayButtonActive__rNKgm:hover{background:var(--colors-green-600);border-color:var(--colors-green-600)}.weekly-accounts_accountsList__b9grL{display:flex;flex-direction:column;gap:.5rem;overflow:auto}.weekly-accounts_accountItem__9BEF4{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--colors-neutral-50);border:1px solid var(--colors-neutral-200);border-radius:6px;transition:all .2s ease}.weekly-accounts_accountItem__9BEF4:hover{background:var(--colors-neutral-100);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.weekly-accounts_description__8if4S{font-size:.875rem;font-weight:500;color:var(--colors-neutral-700);flex:1 1}.weekly-accounts_value__B_x6D{font-size:1rem;font-weight:600;margin-left:1rem}.weekly-accounts_valueReceive__wD75D{color:var(--colors-green-600)}.weekly-accounts_valuePay__OsTci{color:var(--colors-danger-600)}.weekly-accounts_emptyState__Ouqlp{text-align:center;padding:2rem;color:var(--colors-neutral-500)}.weekly-accounts_emptyState__Ouqlp p{margin:0;font-size:.875rem}@media (max-width:768px){.weekly-accounts_container__zGZ64{max-width:100%;padding:1rem;margin-top:0;border-radius:0;box-shadow:none}.weekly-accounts_tabs__YRE3l{width:100%;gap:.5rem}.weekly-accounts_tab__1TI9A{flex:1 1;text-align:center;font-size:.8125rem;padding:.625rem .75rem}.weekly-accounts_daySelector__uRzsm{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.375rem;gap:.375rem;margin-bottom:1rem}.weekly-accounts_dayButton__Yp_y0{min-width:auto;padding:.5rem .375rem;font-size:.6875rem;text-align:center}.weekly-accounts_accountItem__9BEF4{padding:.875rem;flex-direction:column;align-items:flex-start;gap:.5rem}.weekly-accounts_description__8if4S{font-size:.8125rem;width:100%}.weekly-accounts_value__B_x6D{margin-left:0;align-self:flex-end;font-size:1.125rem}.weekly-accounts_emptyState__Ouqlp{padding:1.5rem 1rem}.weekly-accounts_emptyState__Ouqlp p{font-size:.8125rem}}.toggle-group_root__HQ4lg{display:flex;align-items:center;gap:.5rem;width:100%}.toggle-group_root__HQ4lg[data-size=sm] .toggle-group_item__csCqH{font-size:.875rem;padding:.5rem 1rem}.toggle-group_item__csCqH{display:flex;justify-content:center;align-items:center;padding:.75rem 1.5rem;gap:.5rem;border-radius:var(--radius-md);border:1px solid var(--colors-neutral-300);background-color:var(--colors-neutral-white);color:var(--colors-neutral-800);cursor:pointer;transition:background-color var(--transition-fast) ease,color var(--transition-fast) ease,box-shadow var(--transition-fast) ease,border-color var(--transition-fast) ease,transform var(--transition-fast) ease;width:100%;font-size:1rem;font-weight:600;font-family:var(--font-montserrat-sans,sans-serif);&:hover:not([data-state=on]):not(:disabled){background-color:var(--colors-green-100);border-color:var(--colors-green-600)}&:active:not(:disabled){transform:translateY(.5px)}&:focus-visible{outline:none;box-shadow:0 0 0 2px var(--colors-green-400);border-color:var(--colors-green-700)}&:disabled{opacity:.6;cursor:not-allowed}&[data-state=on],&[data-state=on][data-variant=income]{background-color:var(--colors-green-200);color:var(--colors-green-800);border-color:var(--colors-green-700);box-shadow:var(--shadow-xs);pointer-events:none}&[data-state=on][data-variant=expense]{background-color:var(--colors-neutral-800);color:var(--colors-neutral-white);border-color:var(--colors-neutral-400);box-shadow:var(--shadow-xs);pointer-events:none}}.switch-transaction_container__UWjRj{background-color:var(--colors-neutral-white);border:1px solid var(--colors-neutral-200);border-radius:999px;padding:.125rem;box-shadow:var(--shadow-xs)}.switch-transaction_content__QgCMf{gap:0}.switch-transaction_toggleItem__NOnCK{padding:.25rem;border-radius:999px;&[data-state=off]{border:none}}.employee-modal_header-title__iyxHD{display:flex;align-items:center;gap:.5rem;&>h1{color:var(--colors-neutral-800)}}.employee-modal_checkboxCustom__EPrtE{accent-color:var(--colors-green-900);height:1rem;width:1rem}.employee-modal_permissionLabel____RtV{font-size:.85rem;color:#374151;line-height:1.3;min-width:80px}@media (max-width:640px){.employee-modal_modalOverride__nnzUn .ac-modal-content{width:95%!important;max-width:none!important;height:90dvh!important;max-height:90dvh!important}}.employee-modal_confirm-close-modal__q7FEo{display:flex;align-items:center;justify-content:center;gap:1rem;&>button{flex:1 1}}.create-icms-modal_container__t_Ea8{display:flex;flex-direction:column;gap:.5rem}.create-icms-modal_row__l01_z{display:flex;align-items:center;gap:1rem;@media (min-width:601px){&:first-child{&>:nth-child(2){min-width:15%;max-width:140px}}}}.create-icms-modal_actions__Bo2vO{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:.375rem}.nfe-return-modal_overlay__cwFgM{background-color:rgba(0,0,0,.5);position:fixed;inset:0;animation:nfe-return-modal_overlayShow__VoB5V .15s cubic-bezier(.16,1,.3,1);z-index:var(--z-modal)}.nfe-return-modal_content__2u8z8{background-color:white;border-radius:12px;box-shadow:0 10px 38px -10px hsl(206 22% 7%/35%),0 10px 20px -15px hsl(206 22% 7%/20%);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:95vw;max-width:1100px;height:90vh;max-height:750px;animation:nfe-return-modal_contentShow__Y6eJX .15s cubic-bezier(.16,1,.3,1);z-index:var(--z-modal);display:flex;flex-direction:column;overflow:hidden;outline:none}.nfe-return-modal_header__OlGt0{display:flex;align-items:center;gap:16px;padding:20px 24px;border-bottom:1px solid var(--colors-neutral-200);background-color:#fff}.nfe-return-modal_headerIcon__V8UHs{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#e6fffa;border-radius:8px}.nfe-return-modal_headerTitleBlock___mise{flex:1 1;display:flex;flex-direction:column;gap:2px}.nfe-return-modal_dialogTitle__XcNG8{margin:0;font-weight:600;font-size:18px;color:var(--colors-neutral-900)}.nfe-return-modal_dialogDescription__od_8D{margin:0;color:var(--colors-neutral-500);font-size:12px;letter-spacing:.5px}.nfe-return-modal_closeButton__hyQDU{all:unset;cursor:pointer;color:var(--colors-neutral-400);padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.nfe-return-modal_closeButton__hyQDU:hover{background-color:var(--colors-neutral-100);color:var(--colors-neutral-600)}.nfe-return-modal_body__Bj22p{flex:1 1;display:grid;grid-template-columns:1fr 320px;overflow:hidden}.nfe-return-modal_leftColumn__y5SqS{display:flex;flex-direction:column;padding:24px;overflow-y:auto;overflow-x:visible;gap:24px}.nfe-return-modal_sectionHeader__AjzXK{display:flex;align-items:center;justify-content:space-between}.nfe-return-modal_sectionTitle__w5_EE{font-size:16px;font-weight:700;color:var(--colors-neutral-900)}.nfe-return-modal_badge__2wK2T{font-size:11px;font-weight:600;color:var(--colors-green-700);background-color:var(--colors-green-50);border:1px solid var(--colors-green-200);padding:4px 12px;border-radius:20px;text-transform:uppercase;letter-spacing:.3px}.nfe-return-modal_itemsTable__y_6Fd{width:100%;border-collapse:collapse}.nfe-return-modal_itemsTable__y_6Fd thead th{font-size:11px;font-weight:600;color:var(--colors-neutral-500);text-transform:uppercase;letter-spacing:.3px;padding:10px 12px;text-align:left;border-bottom:1px solid var(--colors-neutral-200)}.nfe-return-modal_itemsTable__y_6Fd thead th:nth-child(n+2){text-align:center}.nfe-return-modal_itemsTable__y_6Fd thead th:last-child{color:var(--colors-green-600);text-align:center}.nfe-return-modal_itemsTable__y_6Fd tbody tr{position:relative}.nfe-return-modal_itemsTable__y_6Fd tbody tr:focus-within,.nfe-return-modal_itemsTable__y_6Fd tbody tr:hover{z-index:var(--z-modal-backdrop)}.nfe-return-modal_itemsTable__y_6Fd tbody td{padding:14px 12px;font-size:14px;color:var(--colors-neutral-700);border-bottom:1px solid var(--colors-neutral-100);vertical-align:middle;position:relative}.nfe-return-modal_itemsTable__y_6Fd tbody td:last-child,.nfe-return-modal_itemsTable__y_6Fd tbody td:nth-child(n+2){text-align:center}.nfe-return-modal_productName__NxV1N{font-weight:500;color:var(--colors-neutral-900);display:block}.nfe-return-modal_productSku__P_hBi{font-size:12px;color:var(--colors-neutral-400);margin-top:2px;display:block}.nfe-return-modal_qtyInput__2DDbv{width:60px;height:36px;text-align:center;border:1px solid var(--colors-neutral-300);border-radius:6px;font-size:14px;font-weight:500;color:var(--colors-neutral-900);outline:none;transition:border-color .2s}.nfe-return-modal_qtyInput__2DDbv:focus{border-color:var(--colors-green-500);box-shadow:0 0 0 2px var(--colors-green-100)}.nfe-return-modal_justificationSection__SE5qT{display:flex;flex-direction:column;gap:8px}.nfe-return-modal_justificationLabel__nakWA{font-size:14px;font-weight:600;color:var(--colors-neutral-900)}.nfe-return-modal_textareaWrapper__XnnKW{position:relative}.nfe-return-modal_textarea__zqiq4{width:100%;min-height:100px;padding:12px;border:1px solid var(--colors-neutral-300);border-radius:8px;font-size:14px;font-family:inherit;color:var(--colors-neutral-700);resize:vertical;outline:none;transition:border-color .2s;box-sizing:border-box}.nfe-return-modal_textarea__zqiq4:focus{border-color:var(--colors-green-500);box-shadow:0 0 0 2px var(--colors-green-100)}.nfe-return-modal_textarea__zqiq4::placeholder{color:var(--colors-neutral-400)}.nfe-return-modal_charCount__pmv7D{text-align:right;font-size:11px;font-weight:600;color:var(--colors-neutral-400);text-transform:uppercase;letter-spacing:.3px;margin-top:4px}.nfe-return-modal_infoHint__vUyVv{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--colors-info-600)}.nfe-return-modal_infoHint__vUyVv svg{flex-shrink:0}.nfe-return-modal_rightColumn__ytTsb{display:flex;flex-direction:column;background-color:var(--colors-neutral-50);border-left:1px solid var(--colors-neutral-200)}.nfe-return-modal_summaryContent__F2Pm8{flex:1 1;padding:24px;display:flex;flex-direction:column;gap:20px}.nfe-return-modal_summaryTitle__wmYPo{font-size:11px;font-weight:700;color:var(--colors-neutral-400);text-transform:uppercase;letter-spacing:.5px}.nfe-return-modal_summaryCard__3g6N6{background-color:#fff;border:1px solid var(--colors-neutral-200);border-radius:10px;padding:20px;display:flex;flex-direction:column;gap:16px}.nfe-return-modal_summaryField__zGQYR{display:flex;flex-direction:column;gap:2px}.nfe-return-modal_summaryFieldLabel__Oy_uz{font-size:10px;font-weight:700;color:var(--colors-danger-600);text-transform:uppercase;letter-spacing:.3px}.nfe-return-modal_summaryFieldValue__6dEjv{font-size:14px;font-weight:600;color:var(--colors-neutral-900)}.nfe-return-modal_summaryDivider__JanDz{height:1px;background-color:var(--colors-neutral-100)}.nfe-return-modal_summaryRow__R33Ig{display:flex;justify-content:space-between;align-items:center}.nfe-return-modal_summaryRowLabel__GfT6e{font-size:13px;color:var(--colors-neutral-600)}.nfe-return-modal_summaryRowValue___qLEs{font-size:14px;font-weight:600;color:var(--colors-neutral-900)}.nfe-return-modal_summaryRowValueCredit__BQpqP{font-size:14px;font-weight:600;color:var(--colors-green-600)}.nfe-return-modal_summaryTotalRow__5SVW5{display:flex;justify-content:space-between;align-items:center;padding-top:8px}.nfe-return-modal_summaryTotalLabel__kkwId{font-size:13px;font-weight:600;color:var(--colors-neutral-700)}.nfe-return-modal_summaryTotalValue__Jt5I5{font-size:20px;font-weight:700;color:var(--colors-neutral-900)}.nfe-return-modal_footerActions__9amX9{padding:20px 24px;display:flex;flex-direction:column;gap:10px;border-top:1px solid var(--colors-neutral-200);background-color:var(--colors-neutral-50)}.nfe-return-modal_submitButton__3NZxj{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background-color:var(--colors-green-700);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s}.nfe-return-modal_submitButton__3NZxj:hover:not(:disabled){background-color:var(--colors-green-800)}.nfe-return-modal_submitButton__3NZxj:disabled{opacity:.5;cursor:not-allowed}.nfe-return-modal_cancelButton__8xd5_{all:unset;display:flex;align-items:center;justify-content:center;width:100%;padding:10px;font-size:13px;font-weight:600;color:var(--colors-neutral-500);cursor:pointer;transition:color .2s;box-sizing:border-box}.nfe-return-modal_cancelButton__8xd5_:hover{color:var(--colors-neutral-700)}.nfe-return-modal_statusBar__nYNuE{display:flex;justify-content:space-between;align-items:center;padding:10px 24px;background-color:var(--colors-neutral-50);border-top:1px solid var(--colors-neutral-200);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.nfe-return-modal_statusReady__2GHLv{display:flex;align-items:center;gap:6px;color:var(--colors-green-600)}.nfe-return-modal_statusDot__zzERE{width:6px;height:6px;border-radius:50%;background-color:var(--colors-green-500)}.nfe-return-modal_statusEnv__xeRZb{color:var(--colors-neutral-400)}@keyframes nfe-return-modal_overlayShow__VoB5V{0%{opacity:0}to{opacity:1}}@keyframes nfe-return-modal_contentShow__Y6eJX{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.nfe-return-modal_spinner__z9qa9{animation:nfe-return-modal_spin__pALhj 1s linear infinite}@keyframes nfe-return-modal_spin__pALhj{to{transform:rotate(1turn)}}.report-select-modal_reportList__IkUmN{display:flex;flex-direction:column;gap:.5rem;flex:1 1;overflow-y:scroll}@keyframes report-skeleton_pulse__kX45p{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.report-skeleton_skeletonBase__n9NBn{background-color:#e0e0e0;border-radius:4px;animation:report-skeleton_pulse__kX45p 1.5s ease-in-out infinite}.report-skeleton_container__nsqvh{display:flex;flex-direction:column;gap:.5rem;padding:1rem}.report-skeleton_header__wn4g6{display:flex;gap:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--colors-neutral-200)}.report-skeleton_headerItem__ckq_o{height:24px}.report-skeleton_content__soGVF{display:flex;flex-direction:column;gap:.5rem}.report-skeleton_row__9nfMH{display:flex;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--colors-neutral-100)}.report-skeleton_cell__QoZvQ{height:20px}.report-skeleton_cardsContainer__snTHC{display:flex;gap:1rem;flex-wrap:wrap;padding:1rem}.report-skeleton_card__c0JXq{flex:1 1;min-width:250px;padding:1rem;background:var(--colors-neutral-white);border:1px solid var(--colors-neutral-200);border-radius:8px;display:flex;flex-direction:column;gap:.75rem}.report-skeleton_cardHeader__b9Scn{height:20px;width:40%}.report-skeleton_cardBody__HL3Cz{display:flex;flex-direction:column;gap:.5rem;padding:.5rem 0}.report-skeleton_cardLine__1Ulp9{height:16px}.report-skeleton_cardFooter__Vaw6s{height:32px;width:50%;margin-top:.5rem}.ConsultProduct_closeButton__CYLGp{position:absolute;top:16px;right:16px;background-color:#ff4d4f;border:none;border-radius:8px;padding:5px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.ConsultProduct_inputWrapper__ZJEAR{padding:16px;border-radius:8px;border:2px solid #dfdfdf;display:flex;flex-direction:column;gap:12px;margin-bottom:1.5rem;transition:all .3s ease-in-out}.ConsultProduct_inputWrapper__ZJEAR:hover{background-color:var(--colors-green-100);border:2px solid var(--colors-green-400)}.ConsultProduct_searchField__haFFJ{position:relative;margin-bottom:16px}.ConsultProduct_searchInput__4jxSI{width:100%;padding:.75rem 3rem .75rem 1rem;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;color:#6d81a1;font-size:.85rem}.ConsultProduct_searchIcon__T1STB{position:absolute;right:1rem;top:50%;transform:translateY(-50%);right:12px;color:#9ca3af}.ConsultProduct_infoText__T2LOd{text-align:left;font-size:.8rem;color:#374151;margin-bottom:8px}.ConsultProduct_confirmHint__YZ7cR{color:var(--colors-green-700,#15803d);font-weight:600}.ConsultProduct_similaritySlider__XnPMr{width:100%;height:6px;border-radius:3px;background:linear-gradient(to right,var(--colors-green-400),var(--colors-green-600));outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.ConsultProduct_similaritySlider__XnPMr::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:white;border:3px solid var(--colors-green-800);cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.1);-webkit-transition:all .2s ease;transition:all .2s ease}.ConsultProduct_similaritySlider__XnPMr::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 4px 8px rgba(0,0,0,.15)}.ConsultProduct_similaritySlider__XnPMr::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:white;border:3px solid var(--colors-green-800);cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.1);-moz-transition:all .2s ease;transition:all .2s ease}.ConsultProduct_tableWrapper__Bm5vE{padding-top:18px;overflow-x:scroll;height:350px}.ConsultProduct_table__M9se6{overflow-y:scroll;width:100%;border-collapse:collapse;text-align:left;font-size:.75rem;color:#4b5563}.ConsultProduct_table__M9se6 thead{background-color:#f3f4f6;text-transform:uppercase;font-size:.8rem;color:#374151}.ConsultProduct_table__M9se6 th{padding:.75rem 1.5rem;font-weight:500}.ConsultProduct_table__M9se6 td{padding:1rem 1.5rem}.ConsultProduct_row__WJDDI{background-color:#fff;border-bottom:1px solid #e5e7eb;color:#374151;cursor:pointer;transition:all .3s ease}.ConsultProduct_rowSelected__ElreT{background:var(--colors-green-300);box-shadow:2px 2px 6px rgba(0,0,0,.05);font-weight:600}.ConsultProduct_row__WJDDI:hover{background:var(--colors-green-200);box-shadow:2px 2px 6px rgba(0,0,0,.05)}.ConsultProduct_rowActive__cwKdk{background-color:rgba(16,185,129,.2);color:#111827;font-weight:600}.ConsultProduct_rowActive__cwKdk:hover{background-color:rgba(16,185,129,.25)}.ConsultProduct_cardsWrapper__LgRmr{display:flex;flex-direction:column;gap:12px;padding-top:18px;overflow-y:auto;height:450px}.ConsultProduct_card__DxYS5{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 1px 3px rgba(0,0,0,.1)}.ConsultProduct_card__DxYS5:hover{background:var(--colors-green-200);box-shadow:0 4px 6px rgba(0,0,0,.1);transform:translateY(-2px)}.ConsultProduct_cardSelected__WfziM{background:var(--colors-green-300);border-color:var(--colors-green-500);box-shadow:0 4px 8px rgba(0,0,0,.15);font-weight:600}.ConsultProduct_cardHeader__aW7wo{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.ConsultProduct_cardCode__2gRW4{font-weight:600;color:#111827;font-size:.9rem}.ConsultProduct_cardBrand__baV8v{background-color:#f3f4f6;padding:4px 8px;border-radius:4px;font-size:.75rem;color:#6b7280}.ConsultProduct_cardDescription__ky_GY{color:#374151;font-size:.85rem;margin-bottom:6px;line-height:1.4}.ConsultProduct_cardObservation__WifkF{color:#6b7280;font-size:.75rem;line-height:1.3}.ConsultProduct_emptyState__3lX_R,.ConsultProduct_loadingContainer__9ztUu{display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center;color:#6b7280}.ConsultProduct_loadingSpinner__Nsd8k{display:inline-block;width:16px;height:16px;border:2px solid #e5e7eb;border-top:2px solid var(--colors-green-600);border-radius:50%;animation:ConsultProduct_spin__bnoM7 .6s linear infinite;margin-right:8px}@keyframes ConsultProduct_spin__bnoM7{to{transform:rotate(1turn)}}.ConsultProduct_footer__hgGNb{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0 0;background-color:#f9fafb;border-top:1px solid #e5e7eb;gap:8px}.ConsultProduct_footerLeft__eesFG{display:flex}.ConsultProduct_pagination__8HwiK{display:flex;align-items:center;gap:8px}.ConsultProduct_paginationButton__GlOGK{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease}.ConsultProduct_paginationButton__GlOGK:hover:not(:disabled){background-color:#f3f4f6}.ConsultProduct_paginationButton__GlOGK:disabled{opacity:.4;cursor:not-allowed}.ConsultProduct_paginationText__qKuI_{font-size:.85rem;padding:0 8px;white-space:nowrap}.ConsultProduct_addButton__RiNJ_,.ConsultProduct_cancelButton__06rgY{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.85rem;font-weight:500;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease,color .2s ease}.ConsultProduct_cancelButton__06rgY{color:#dc2626;background:transparent;border:1px solid #dc2626}.ConsultProduct_cancelButton__06rgY:hover{background-color:#fef2f2}.ConsultProduct_addButton__RiNJ_{color:#fff;background-color:var(--primary);border:none;box-shadow:0 1px 2px rgba(0,0,0,.1)}.ConsultProduct_addButton__RiNJ_:hover{background-color:#15803d}.ConsultProduct_stepContainer__XigPX{display:flex;gap:16px}.ConsultProduct_stepNumber__t9noV{background-color:#ddd;height:32px;width:32px;align-content:center;text-align:center;border-radius:50%}.ConsultProduct_stepContent__cw_31{display:flex;flex-direction:column;flex:1 1;gap:4px}.ConsultProduct_stepHeader__Pmx6w{display:flex;justify-content:space-between;align-items:center}.ConsultProduct_stepTitle__oESmP{font-weight:600}.ConsultProduct_stepBadge__aSS9B{display:flex;align-items:center;gap:6px;color:#574ae2;background-color:#e0e7ff;padding:1px 8px;border-radius:18px;font-size:.85rem}.ConsultProduct_stepSubtitle__0QJxz{font-size:.85rem;color:#444}.ConsultProduct_sortableHeader__Jhc3w{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ConsultProduct_sortableHeader__Jhc3w:hover{background-color:#eaeaea;transition:background-color .2s ease}.ConsultProduct_sortIcon__EmqPW{font-size:.8rem;margin-left:4px;color:#666}@media (max-width:768px){.ConsultProduct_searchInput__4jxSI{font-size:.875rem}.ConsultProduct_infoText__T2LOd{font-size:.75rem}.ConsultProduct_footer__hgGNb{gap:12px}.ConsultProduct_footerLeft__eesFG{width:100%}.ConsultProduct_pagination__8HwiK{width:100%;justify-content:center}.ConsultProduct_paginationText__qKuI_{font-size:.8rem}.ConsultProduct_cardsWrapper__LgRmr{height:350px}.ConsultProduct_pagination__8HwiK{gap:0}}@media (max-width:480px){.ConsultProduct_card__DxYS5{padding:12px}.ConsultProduct_cardCode__2gRW4{font-size:.85rem}.ConsultProduct_cardBrand__baV8v{font-size:.7rem;padding:3px 6px}.ConsultProduct_cardDescription__ky_GY{font-size:.8rem}.ConsultProduct_cardObservation__WifkF{font-size:.7rem}.ConsultProduct_cardsWrapper__LgRmr{height:250px}.ConsultProduct_pagination__8HwiK{gap:0}}.preventive-modal_modal-content__1HXu3{max-width:480px}.preventive-modal_container__nIeRd{display:flex;flex-direction:column;gap:16px}.preventive-modal_item-info__SO5tH{display:flex;flex-direction:column;padding:8px;background:var(--colors-neutral-200);border:1px solid var(--colors-neutral-300);border-radius:6px;gap:4px}.preventive-modal_item-info-header__IoRE_{display:flex;justify-content:space-between;align-items:center;width:100%;text-transform:uppercase;margin:0;padding:0;line-height:120%;letter-spacing:0;& span{font-size:1.25rem;font-weight:700;color:var(--colors-green-900)}}.preventive-modal_item-info-description__hgcjU{font-size:1rem;color:#3E515B;margin:0;padding:0;line-height:120%;letter-spacing:0}.preventive-modal_preventive-inputs__J8RGk{display:flex;align-items:center;justify-content:space-between;width:100%;gap:8px}.preventive-modal_preventive-actions__ACkEt{display:flex;align-items:center;justify-content:flex-end;width:100%}.NFSelectorModal_container__nOd_p{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-direction:column;gap:8px}.NFSelectorModal_box__thHn5{display:flex;align-items:center;gap:10px;height:124.75px;padding:32px 16px;border:2px solid transparent;border-radius:8px;transition:all .2s ease-in-out;cursor:pointer;position:relative}.NFSelectorModal_box__thHn5:hover{border-color:#5bbe5d;background-color:rgba(91,190,93,.07);transform:translateY(-2px)}.NFSelectorModal_box__thHn5 h3{margin:0;color:#263238;font-size:1.1rem}.NFSelectorModal_box__thHn5 p{margin:0;color:#577280;font-style:normal;line-height:1.2}.NFSelectorModal_box__thHn5 .NFSelectorModal_badge__xN3Ly{position:absolute;top:10px;right:10px;background-color:#44ac47;border-radius:9999px;padding:2px 4px;color:white;font-style:italic;font-size:8px;line-height:1.2}.NFSelectorModal_closeButton__N6JZX{position:absolute;top:16px;right:16px;background-color:#ff4d4f;border:none;border-radius:8px;padding:5px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.NFSelectorModal_closeButton__N6JZX:hover{background-color:#e03b3b;box-shadow:0 2px 8px rgba(0,0,0,.2)}@media screen and (max-width:768px){.NFSelectorModal_box__thHn5{height:auto;padding-block:8px;border:2px solid var(--colors-neutral-200)}}.employee-selector_display__bcakf{gap:8px;display:flex;align-items:center;border:none;outline:none}.employee-selector_icon__gg32f{border-radius:50%;background:var(--colors-neutral-100);color:var(--colors-neutral-800);background-color:#F5F7FA;padding:.5rem}.employee-selector_content__aC9HX{flex:1 1;display:flex;flex-direction:column;gap:4px}.employee-selector_label__7kn3Z{font-size:.75rem;font-weight:400;color:var(--colors-neutral-600);line-height:1.2}.employee-selector_value__P15tR{font-size:1rem;font-weight:600;color:var(--colors-neutral-900);line-height:1.2}.employee-selector_placeholder__6pev7{font-size:1rem;font-weight:400;color:var(--colors-neutral-400);line-height:1.2}.employee-selector_arrow__oYkA8{color:var(--colors-neutral-600);cursor:pointer}.employee-selector_hidden__2lQKK{display:none}@media screen and (max-width:768px){.employee-selector_display__bcakf{display:flex;align-items:center;gap:4px;width:auto}}.loading-overlay_container__oGQsx{position:fixed;inset:0;background-color:rgba(255,255,255,.85);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:var(--z-loading);transition:opacity .3s ease}.import-purchase-modal_stepContent__z5I8E{display:flex;flex-direction:column;gap:16px;flex:1 1}.import-purchase-modal_header-title__ko4F7{display:flex;align-items:center;gap:.5rem;&>h1{color:var(--colors-neutral-800)}}.import-purchase-modal_header-actions__t5fGc{display:flex;align-items:center;gap:.5rem}.import-purchase-modal_hidden-input__YLYE3{display:none}.import-purchase-modal_dropZone__shrqs{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;flex:1 1;border:1px dashed var(--colors-green-600,#4caf50);border-radius:8px}.import-purchase-modal_dropZone__shrqs p,.import-purchase-modal_dropZone__shrqs svg{color:var(--colors-green-900,#4caf50);font-size:1.125rem;font-weight:500}.import-purchase-modal_footer__QAs8h{display:flex;justify-content:flex-end;gap:1rem;width:100%}.import-purchase-modal_buttons__3sfOb{display:flex;gap:1rem}.import-purchase-modal_primary__1leNg,.import-purchase-modal_secondary__HiJ_N{min-width:150px}@media screen and (max-width:768px){.import-purchase-modal_footer__QAs8h{justify-content:space-between}.import-purchase-modal_primary__1leNg,.import-purchase-modal_secondary__HiJ_N{min-width:auto;&>span:not(.import-purchase-modal_confirm__MY8Ee){display:none}}}.import-purchase-modal_stepContent__9Plsi{display:flex;flex-direction:column;gap:16px;flex:1 1}.import-purchase-modal_header-title__59cgC{display:flex;align-items:center;gap:.5rem;&>h1{color:var(--colors-neutral-800)}}.import-purchase-modal_hidden-input__ap88z{display:none}.import-purchase-modal_dropZone__vMpgh{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;flex:1 1;border:1px dashed var(--colors-green-600,#4caf50);border-radius:8px}.import-purchase-modal_dropZone__vMpgh p,.import-purchase-modal_dropZone__vMpgh>svg{color:var(--colors-green-900,#4caf50);font-size:1.125rem;font-weight:500}.import-purchase-modal_footer__e7mmR{display:flex;justify-content:space-between;gap:1rem;width:100%;& .import-purchase-modal_navigate__1nfbR{display:flex;align-items:center;gap:1rem}}.import-purchase-modal_code-cell__YIsnK{position:relative}.import-purchase-modal_update-ncm__d3_JG{display:flex;align-items:center;font-size:14px;gap:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.import-purchase-modal_update-ncm__d3_JG input[type=checkbox]{accent-color:var(--colors-green-700);width:16px;height:16px;cursor:pointer}.import-purchase-modal_update-ncm__d3_JG input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.import-purchase-modal_buttons__vW5wC{display:flex;gap:1rem}.import-purchase-modal_primary__kT0f6,.import-purchase-modal_secondary__0tz0z{min-width:150px}@media screen and (max-width:768px){.import-purchase-modal_footer__e7mmR{justify-content:space-between}.import-purchase-modal_primary__kT0f6,.import-purchase-modal_secondary__0tz0z{min-width:auto;&>span:not(.import-purchase-modal_confirm__US_YD){display:none}}}.product-item-card_card__LVWk1{background:#ffffff;border:1px solid #e0e0e0;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:12px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.product-item-card_header__v3TLv{display:flex;justify-content:space-between;align-items:center;gap:12px}.product-item-card_headerLeft__clHNh{display:flex;gap:8px;flex:1 1}.product-item-card_itemNumber__PjbWU{font-size:1.25rem;font-weight:600;color:var(--colors-neutral-900);min-width:24px}.product-item-card_descriptionSection__DJ37g{display:flex;flex-direction:column;gap:4px;flex:1 1}.product-item-card_label__e8sgg{font-size:.75rem;font-weight:600;color:var(--colors-neutral-600);text-transform:uppercase;letter-spacing:.5px}.product-item-card_description__1HDKp{font-size:1rem;font-weight:500;color:var(--colors-neutral-900);line-height:1.4}.product-item-card_quantitySection__3OC02{display:flex;flex-direction:column;align-items:flex-end;gap:4px;min-width:60px}.product-item-card_quantityInput__dPJqd{width:60px;text-align:center;font-size:1rem;font-weight:500}.product-item-card_divider__VnKku{width:100%;height:1px;background:#e0e0e0;margin:4px 0}.product-item-card_footer__ssuDr{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.product-item-card_inputGroup__h6wFl{display:flex;flex-direction:column;gap:6px}.product-item-card_inputLabel__DGSaq{font-size:.875rem;font-weight:500;color:var(--colors-neutral-700)}.product-item-card_totalSection__oACW0{display:flex;justify-content:center;align-items:center;gap:8px;padding-top:8px;border-top:1px solid #e0e0e0;margin-top:4px}.product-item-card_totalLabel__NI0ho,.product-item-card_totalValue__3eskl{font-size:1rem;font-weight:500;color:var(--colors-neutral-700)}.step-supplier_stepContent__NU1Fe{display:flex;flex-direction:column;gap:16px;flex:1 1}.step-supplier_dropZone__o_3eb{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;flex:1 1;border:1px dashed var(--colors-green-600,#4caf50);border-radius:8px}.step-supplier_dropZone__o_3eb p,.step-supplier_dropZone__o_3eb svg{color:var(--colors-green-900,#4caf50);font-size:1.125rem;font-weight:500}.step-supplier_mobileRow__2VcZ0,.step-supplier_row__G1_iZ{display:flex;align-items:center;gap:1rem}@media (max-width:768px){.step-supplier_row__G1_iZ{flex-direction:column;align-items:stretch}.step-supplier_mobileRow__2VcZ0{display:flex;align-items:center;gap:1rem}.step-supplier_mobileRow__2VcZ0>div:first-child{flex:7 1}.step-supplier_mobileRow__2VcZ0>div:last-child{flex:3 1}}.confirm-deletion_confirm-close-modal__yLT6o{display:flex;align-items:center;justify-content:center;gap:1rem;&>button{flex:1 1}}.find-product-modal_container__O_m2I{display:flex;flex-direction:column;gap:16px;width:100%;height:100%}.find-product-modal_stepContent__mspa7{display:flex;flex-direction:column;gap:16px;flex:1 1}.find-product-modal_header-title__Htscq{display:flex;align-items:center;gap:.5rem;&>h1{color:var(--colors-neutral-800)}}.find-product-modal_hidden-input__3BNTx{display:none}.find-product-modal_dropZone__44bU_{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;flex:1 1;border:1px dashed var(--colors-green-600,#4caf50);border-radius:8px}.find-product-modal_dropZone__44bU_ p,.find-product-modal_dropZone__44bU_ svg{color:var(--colors-green-900,#4caf50);font-size:1.125rem;font-weight:500}.find-product-modal_actions__XA_ed{display:flex;justify-content:space-between;align-items:center;width:100%}.find-product-modal_footer__Cv92j{display:flex;justify-content:flex-end;gap:1rem;width:100%}.find-product-modal_products-wrapper__L7YK_{max-height:50vh;overflow-y:auto}.find-product-modal_table__BXNO2{width:100%;border-collapse:none;border-spacing:0}.find-product-modal_table-header__6jXGO th{background-color:var(--colors-neutral-300)}.find-product-modal_table-row__VGTbl{display:flex;align-items:center;padding:.75rem;border:1px solid var(--colors-neutral-300);height:60px}.find-product-modal_table__BXNO2 .find-product-modal_selectedRow__ect5s{background-color:var(--colors-green-600);color:var(--colors-neutral-white)}.find-product-modal_filters__8P4js{display:flex;flex-direction:column;justify-content:space-between;width:100%;padding:.5rem 0;gap:1rem}.find-product-modal_filters__8P4js div{display:flex;gap:.75rem}.find-product-modal_filters__8P4js span{display:flex;align-items:center;gap:.5rem;color:var(--colors-neutral-700);font-size:.875rem;&>div{display:flex;gap:.75rem}&>span{display:flex;align-items:center;gap:.5rem;color:var(--colors-neutral-700);font-size:.875rem}}.seller-modal_modalContent__7ypQX{width:892px;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.seller-modal_scrollContainer__ULHuF{flex:1 1;overflow-y:auto;margin-bottom:1rem}.seller-modal_form__kCz4V{display:flex;flex-direction:column;gap:1rem;padding-right:.5rem}.seller-modal_section__OEqYd{display:flex;flex-direction:column;gap:.5rem}.seller-modal_grid__Jzzvi{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1rem;gap:1rem;align-items:start}.seller-modal_gridIE__s1uED{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.seller-modal_actions__in2ef{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0 0;border-top:1px solid var(--colors-neutral-300);background:var(--colors-neutral-white);position:-webkit-sticky;position:sticky;bottom:0;margin-top:auto;flex-shrink:0}.seller-modal_rightActions__j8M2t{display:flex;justify-content:flex-end;flex:1 1;gap:.75rem;align-items:center}@media (max-width:768px){.seller-modal_modalContent__7ypQX{max-height:95vh}.seller-modal_grid__Jzzvi{grid-template-columns:1fr}.seller-modal_actions__in2ef{flex-direction:column;align-items:stretch;gap:.75rem}.seller-modal_rightActions__j8M2t{justify-content:center;width:100%}.seller-modal_scrollContainer__ULHuF{padding:.5rem 0}.seller-modal_form__kCz4V{gap:1rem;padding-right:0}}@media (max-width:480px){.seller-modal_grid__Jzzvi{grid-template-columns:1fr;gap:.75rem}.seller-modal_form__kCz4V,.seller-modal_section__OEqYd{gap:.75rem}}.seller-modal_actions__in2ef button:disabled{opacity:.6;cursor:not-allowed}.seller-modal_section__OEqYd:last-child{margin-bottom:0}.seller-modal_scrollContainer__ULHuF{scroll-behavior:smooth}.seller-modal_grid__Jzzvi input:focus{outline:2px solid var(--colors-info-900);outline-offset:2px}.customer-modal_modalContent__lNvnr{width:892px;max-width:70vw;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.customer-modal_scrollContainer__4uSAj{flex:1 1;overflow-y:auto;margin-bottom:1rem}.customer-modal_form__kfW_7{display:flex;flex-direction:column;gap:1rem;padding-right:.5rem}.customer-modal_section__d6uDS{display:flex;flex-direction:column;gap:.5rem}.customer-modal_grid__150k5{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1rem;gap:1rem;align-items:start}.customer-modal_gridIE__598F_{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.customer-modal_actions__1WKAb{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0 0;border-top:1px solid var(--colors-neutral-300);background:var(--colors-neutral-white);position:-webkit-sticky;position:sticky;bottom:0;margin-top:auto;flex-shrink:0}.customer-modal_rightActions__egAb_{display:flex;justify-content:flex-end;flex:1 1;gap:.75rem;align-items:center}@media (max-width:768px){.customer-modal_modalContent__lNvnr{max-height:95vh;max-width:90vw}.customer-modal_gridIE__598F_,.customer-modal_grid__150k5{grid-template-columns:1fr}.customer-modal_actions__1WKAb{width:100%;justify-content:space-between;gap:.75rem}.customer-modal_headerAction__PX6Ir{justify-content:center;width:50%;padding:.5rem}.customer-modal_rightActions__egAb_{justify-content:center;width:100%}.customer-modal_scrollContainer__4uSAj{padding:.5rem 0}.customer-modal_form__kfW_7{gap:1rem;padding-right:0}}@media (max-width:480px){.customer-modal_grid__150k5{grid-template-columns:1fr;gap:.75rem}.customer-modal_form__kfW_7,.customer-modal_gridIE__598F_,.customer-modal_section__d6uDS{gap:.75rem}}.customer-modal_actions__1WKAb button:disabled{opacity:.6;cursor:not-allowed}.customer-modal_section__d6uDS:last-child{margin-bottom:0}.customer-modal_scrollContainer__4uSAj{scroll-behavior:smooth}.customer-modal_grid__150k5 input:focus{outline:2px solid var(--colors-info-900);outline-offset:2px}.quotation-tabs_container__k2k3Y{flex:1 1}.product-item-card_card__2pGBI{display:flex;flex-direction:column;gap:16px;background-color:#ffffff;border-radius:12px;padding:16px;border:1px solid #f9fafb;box-shadow:0 2px 4px rgba(158,184,158,.16)}.product-item-card_productInfo__QzgQg{display:flex;flex-direction:column;gap:8px}.product-item-card_codeRow__iZmXE{display:flex;align-items:center;gap:8px}.product-item-card_codeLabel__j0qWw{font-family:Montserrat,sans-serif;font-size:11px;font-weight:700;color:#7391a0;text-transform:uppercase}.product-item-card_codeValue__2MU7B{font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;color:#000000}.product-item-card_productNameWrapper__Mxtgl{display:flex;flex-direction:column;gap:4px}.product-item-card_productName__Wxk8H{font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;color:#000000;margin:0}.product-item-card_underline__dLYvC{width:100%;height:1px;background-color:#f0f0f0}.product-item-card_fieldsSection__JcrxM{display:flex;gap:16px;align-items:flex-end}.product-item-card_fieldGroup__Hta07{display:flex;gap:16px;flex:1 1}.product-item-card_field__IRpqE{display:flex;flex-direction:column;gap:4px;flex:1 1}.product-item-card_fieldLabel__sZi1k{font-family:Montserrat,sans-serif;font-size:11px;font-weight:600;color:#7391a0;text-transform:uppercase}.product-item-card_fieldValue__5CouQ{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background-color:#ffffff;border:1px solid #e0e0e0;border-radius:8px;font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;color:#000000}.product-item-card_miniFieldGroup__9RqxR{display:flex;gap:8px}.product-item-card_miniField__qZdMt{display:flex;flex-direction:column;gap:4px;width:64px}.product-item-card_miniFieldValue__M97zH{display:flex;align-items:center;justify-content:space-between;padding:8px;background-color:#ffffff;border:1px solid #e0e0e0;border-radius:8px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;color:#000000}.product-item-card_icon__zbT_O{color:#7391a0}.product-item-card_valuesActionsSection__gkNpF{display:flex;justify-content:space-between;align-items:center;gap:16px}.product-item-card_valuesSection__xTLEz{display:flex;flex-direction:column;gap:4px;flex:1 1}.product-item-card_valueRow__izUma{display:flex;justify-content:space-between;align-items:center}.product-item-card_valueLabel__k8a3p{font-family:Montserrat,sans-serif;font-size:11px;flex:1 1;font-weight:600;color:#7391a0;text-transform:uppercase}.product-item-card_unitValue__oZrNz{font-family:Monaco,monospace;font-size:13px;font-weight:500;color:#000000}.product-item-card_totalLabel__GO33L{font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;color:#000000;text-transform:uppercase}.product-item-card_totalValue__14sFK{font-family:Monaco,monospace;font-size:16px;font-weight:600;color:#388e3b}.product-item-card_actionsSection__qK7um{display:flex;flex-direction:column;gap:8px;align-items:center}.product-item-card_detailButton__5IlZ0{background-color:#47a8f5;border:none;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:white;transition:background-color .2s ease}.product-item-card_detailButton__5IlZ0:hover{background-color:#2196f3}.product-item-card_deleteButton__OMBCE{background-color:transparent;border:none;cursor:pointer;color:#d32f2f;display:flex;align-items:center;justify-content:center;padding:4px;transition:opacity .2s ease}.product-item-card_deleteButton__OMBCE:hover{opacity:.7}.product-item-card_cfopInput__bkBsb{font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:600;color:#000000}.form-payment_container__4d_Pf{display:flex;flex-direction:column;gap:16px;width:100%;background-color:#ffffff;border-radius:12px;border:1px solid #f1f5f9;box-shadow:0 8px 24px rgba(149,157,165,.05);padding:16px}.form-payment_installmentList__r25dH{display:flex;flex-direction:column;gap:0}.form-payment_installmentCard__tt5Nw{background-color:transparent;border-bottom:1px solid #f8fafc;padding:0;height:99px;display:flex;align-items:center;width:100%}.form-payment_installmentCard__tt5Nw:last-child{border-bottom:none}.form-payment_paymentZone__1G3ZC{display:flex;align-items:center;gap:16px;width:100%}.form-payment_iconWrapper___LmRn{width:38px;height:38px;background-color:#388e3b;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.form-payment_inputsRow__iYaGz{flex:1 1;display:grid;grid-template-columns:1fr 140px 140px;grid-gap:12px;gap:12px;align-items:flex-end}.form-payment_inputLabel__1_a2N{font-family:Montserrat,sans-serif;font-size:10px;font-weight:600;color:#7391a0;margin-bottom:6px;text-transform:uppercase}.form-payment_minimalInput__cuYkv{height:32px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 2px;background-color:transparent}.form-payment_minimalInput__cuYkv span{font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;color:#263238}.form-payment_inputIcon__1z5DL{color:#98aeb9}.form-payment_actionsZone__94pdH{display:flex;align-items:center;padding-left:12px}.form-payment_deleteButton__utqI_{background:none;border:none;color:#f44336;cursor:pointer;width:38px;height:34px;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.form-payment_deleteButton__utqI_:hover{opacity:.7}.form-payment_footerActions__rp54p{display:flex;justify-content:flex-end;margin-top:8px}.form-payment_addButton__gAP4j{background-color:#5bbe5d;color:white;padding:8px 16px;border-radius:32px;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;border:none;line-height:normal;text-transform:uppercase;transition:background-color .2s}.form-payment_addButton__gAP4j:hover{background-color:#44ac47}.form-payment_summaryLine__b41mE{display:flex;justify-content:space-between;align-items:center;padding:24px 8px 8px;border-top:1px solid #f1f5f9;margin-top:16px}.form-payment_summaryLabel__wU2nd{font-family:Montserrat,sans-serif;font-size:18px;font-weight:500;color:#546e7a}.form-payment_summaryValue__dF8Uc{font-family:Montserrat,sans-serif;font-size:18px;font-weight:700;color:#000000}.form-payment_emptyState__RRh4Q{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:12px;color:#7391a0}.form-payment_emptyState__RRh4Q p{font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;margin:0}