.styles-module__z5UMNq__talhaoListWrapper{flex-direction:column;gap:1.5rem;width:100%;max-width:1600px;height:100%;margin:0 auto;padding:0;display:flex}.styles-module__z5UMNq__mainWrapper{background-color:var(--background);flex-direction:row;width:calc(100% + 40px);height:calc(100vh - 80px);margin:-20px;display:flex;overflow:hidden}.styles-module__z5UMNq__sidebar{background:var(--card);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:1rem;width:280px;padding:1rem;display:flex}.styles-module__z5UMNq__content{flex-direction:column;flex:1;align-items:center;padding:2rem;display:flex;overflow-y:auto}.styles-module__z5UMNq__sidebarHeader{border-bottom:1px solid var(--border);padding-bottom:1rem}.styles-module__z5UMNq__historyTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem;font-size:.85rem;font-weight:600}.styles-module__z5UMNq__historyList{flex-direction:column;flex:1;gap:.5rem;display:flex;overflow-y:auto}.styles-module__z5UMNq__historyItem{background:var(--background-subtle);border:1px solid var(--border);cursor:pointer;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.75rem;transition:all .2s;display:flex}.styles-module__z5UMNq__historyItem:hover{background:var(--sidebar-item-hover);border-color:var(--border)}.styles-module__z5UMNq__historyItemSelected{background:var(--tag-success-bg);border-color:var(--primary)}.styles-module__z5UMNq__historyInfo{flex-direction:column;gap:2px;display:flex;overflow:hidden}.styles-module__z5UMNq__historyName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.styles-module__z5UMNq__historyDate{color:var(--text-muted);align-items:center;gap:4px;font-size:.75rem;display:flex}.styles-module__z5UMNq__deleteBtn{color:var(--text-muted);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;padding:4px;transition:all .2s}.styles-module__z5UMNq__deleteBtn:hover{background:var(--tag-danger-bg);color:var(--tag-danger-color)}.styles-module__z5UMNq__historyItem:hover .styles-module__z5UMNq__deleteBtn{opacity:1}.styles-module__z5UMNq__emptyHistory{color:var(--text-muted);text-align:center;padding:2rem 0;font-size:.875rem;font-style:italic}.styles-module__z5UMNq__sheet{background:var(--card);border:1px solid var(--border);border-radius:8px;flex-direction:column;flex-shrink:0;gap:1rem;width:210mm;height:auto;min-height:297mm;padding:10mm 15mm;font-family:Arial,sans-serif;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.styles-module__z5UMNq__sheetHeader{flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.styles-module__z5UMNq__logo{object-fit:contain;width:auto;height:60px}[data-theme=dark] .styles-module__z5UMNq__logo{filter:brightness(0)invert()}.styles-module__z5UMNq__title{width:100%;color:var(--text-primary);text-align:center;text-transform:uppercase;background-color:#0000;border:none;margin:0;padding:0;font-size:.9rem;font-weight:600}.styles-module__z5UMNq__gridHeader{border:1px solid var(--border);border-radius:6px;flex-direction:column;display:flex}.styles-module__z5UMNq__row{border-bottom:1px solid var(--border);align-items:stretch;display:flex}.styles-module__z5UMNq__row:last-child{border-bottom:none}.styles-module__z5UMNq__label{background-color:var(--background-subtle);border-right:1px solid var(--border);width:150px;color:var(--text-primary);align-items:center;padding:.25rem .5rem;font-size:.9rem;font-weight:600;display:flex}.styles-module__z5UMNq__input{background-color:var(--input-bg);color:var(--text-primary);border:none;outline:none;flex:1;padding:.25rem .5rem;font-size:.9rem}.styles-module__z5UMNq__input:read-only{background-color:var(--background-subtle);color:var(--text-muted)}.styles-module__z5UMNq__tankSummary{border:1px solid var(--border);display:flex}.styles-module__z5UMNq__summaryItem{border-right:1px solid var(--border);flex:1;display:flex}.styles-module__z5UMNq__summaryItem:last-child{border-right:none}.styles-module__z5UMNq__inputSmall{text-align:center;background-color:var(--background-subtle);color:var(--text-primary);border:none;outline:none;flex:1;padding:.25rem;font-weight:600}.styles-module__z5UMNq__tankDetailsGrid{border:1px solid var(--border);box-sizing:border-box;grid-template-columns:1fr 1fr .5fr;width:100%;display:grid}.styles-module__z5UMNq__tankColumn{border-right:1px solid var(--border);min-width:0}.styles-module__z5UMNq__columnHeader{text-align:center;border-bottom:1px solid var(--border);background-color:var(--background-subtle);color:var(--text-primary);padding:.25rem;font-weight:600}.styles-module__z5UMNq__detailRow{border-bottom:1px solid var(--border);background-color:var(--card);justify-content:space-between;align-items:stretch;padding:0;font-size:.9rem;display:flex}.styles-module__z5UMNq__detailRow span:first-child{background-color:var(--background-subtle);border-right:1px solid var(--border);white-space:nowrap;width:140px;color:var(--text-primary);box-sizing:border-box;flex-shrink:0;align-items:center;padding:4px 6px;font-size:.85rem;font-weight:500;display:flex}.styles-module__z5UMNq__detailRow span:last-child{min-height:28px;font-family:inherit;font-size:inherit;box-sizing:border-box;background-color:var(--background-subtle);color:var(--text-primary);border:none;outline:none;flex:1;justify-content:flex-end;align-items:center;padding:4px 6px;display:flex}.styles-module__z5UMNq__detailRow input{border:1px solid var(--input-border);min-height:28px;font-family:inherit;font-size:inherit;box-sizing:border-box;text-align:right;background-color:var(--input-bg);width:100%;color:var(--text-primary);border-radius:0;outline:none;flex:1;margin:0;padding:4px 6px;display:block}.styles-module__z5UMNq__detailRow input:focus{border-color:var(--primary);z-index:10}.styles-module__z5UMNq__detailRow:last-child{border-bottom:none}.styles-module__z5UMNq__waterTotals{flex-direction:column;flex:1;min-width:0;display:flex}.styles-module__z5UMNq__totalRow{border-bottom:1px solid var(--border);background-color:var(--background-subtle);color:var(--text-primary);justify-content:space-between;padding:.25rem;font-size:.8rem;font-weight:600;display:flex}.styles-module__z5UMNq__totalRowHeader{background-color:var(--sidebar-item-active);color:var(--text-primary);text-align:center;border-bottom:1px solid var(--border);font-size:.8rem}.styles-module__z5UMNq__totalValue{text-align:center;border-bottom:1px solid var(--border);color:var(--text-primary);padding:.25rem;font-weight:600}.styles-module__z5UMNq__totalValue:last-child{border-bottom:none}.styles-module__z5UMNq__productsSection{margin-top:1rem}.styles-module__z5UMNq__productsHeader{text-align:right;color:var(--text-primary);margin-bottom:.25rem;font-size:.9rem;font-style:italic;font-weight:600}.styles-module__z5UMNq__productsTable{border-collapse:collapse;border:1px solid var(--border);width:100%}.styles-module__z5UMNq__productsTable th{background-color:var(--tag-success-bg);border:1px solid var(--border);text-align:center;color:var(--text-primary);padding:.25rem;font-size:.85rem}.styles-module__z5UMNq__productsTable td{border:1px solid var(--border);text-align:center;background-color:var(--background-subtle);color:var(--text-primary);height:32px;padding:0;font-size:.9rem}.styles-module__z5UMNq__productsTable td.styles-module__z5UMNq__editable{background-color:var(--input-bg)}.styles-module__z5UMNq__tableInput{width:100%;height:100%;color:var(--text-primary);text-align:center;font-family:inherit;font-size:inherit;background:0 0;border:none;outline:none;padding:0 4px;display:block}.styles-module__z5UMNq__tableInput:focus{background:var(--input-bg);box-shadow:inset 0 0 0 2px var(--primary)}.styles-module__z5UMNq__restrictions{text-align:center;color:var(--text-secondary);margin-top:2rem;font-size:.8rem;line-height:1.4}.styles-module__z5UMNq__signatures{justify-content:space-between;align-items:flex-end;margin-top:1rem;display:flex}.styles-module__z5UMNq__signatureLine{text-align:center;flex-direction:column;justify-content:flex-end;align-items:center;width:45%;min-height:60px;font-weight:600;display:flex}.styles-module__z5UMNq__signatureLine>div{border-top:1px dashed var(--border);width:100%;color:var(--text-primary);padding-top:.5rem}.styles-module__z5UMNq__signatureImage{object-fit:contain;max-width:90%;max-height:60px;margin-bottom:5px;display:block;position:static}.styles-module__z5UMNq__uploadBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;margin-top:.5rem;font-size:.75rem;text-decoration:underline}.styles-module__z5UMNq__uploadBtn:hover{color:var(--text-primary)}.styles-module__z5UMNq__actions{flex-shrink:0;justify-content:flex-end;gap:1rem;width:210mm;margin-top:3rem;padding-bottom:2rem;display:flex}@media print{@page{size:A4;margin:5mm}.styles-module__z5UMNq__sidebar,.styles-module__z5UMNq__actions,.styles-module__z5UMNq__no-print,.styles-module__z5UMNq__uploadBtn{display:none!important}.styles-module__z5UMNq__mainWrapper{background:#fff!important;width:100%!important;height:auto!important;margin:0!important;padding:0!important;display:block!important;position:static!important;overflow:visible!important}.styles-module__z5UMNq__content{width:100%!important;height:auto!important;margin:0!important;padding:0!important;display:block!important;position:static!important;overflow:visible!important}.styles-module__z5UMNq__sheet{box-shadow:none!important;border:none!important;flex-direction:column!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;display:flex!important}.styles-module__z5UMNq__detailRow span:first-child,.styles-module__z5UMNq__columnHeader,.styles-module__z5UMNq__productsTable td,.styles-module__z5UMNq__totalValue,.styles-module__z5UMNq__totalRow,.styles-module__z5UMNq__title,.styles-module__z5UMNq__productsTable th{-webkit-print-color-adjust:exact;print-color-adjust:exact;background-color:#f3f4f6!important}.styles-module__z5UMNq__title,.styles-module__z5UMNq__productsTable th{background-color:#d1fae5!important}}
.styles-module__gt3h9W__inputWrapper{flex-direction:column;gap:.25rem;width:100%;display:flex}.styles-module__gt3h9W__label{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:500;overflow:hidden}.styles-module__gt3h9W__inputContainer{width:100%;position:relative}.styles-module__gt3h9W__passwordToggle{width:40px;color:var(--text-muted);cursor:pointer;z-index:2;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;top:0;bottom:0;right:0}.styles-module__gt3h9W__passwordToggle:hover{color:var(--text-secondary)}.styles-module__gt3h9W__input{border-radius:var(--radius-sm);border:1px solid var(--input-border);background-color:var(--input-bg);color:var(--text-primary);outline:none;width:100%;height:38px;padding:0 1rem;font-size:.9rem;transition:border-color .2s;padding-right:40px!important}.styles-module__gt3h9W__customSelectContainer{width:100%;position:relative}.styles-module__gt3h9W__customSelectTrigger{border-radius:var(--radius-sm);border:1px solid var(--input-border);background-color:var(--input-bg);color:var(--text-primary);cursor:pointer;text-align:left;justify-content:space-between;align-items:center;width:100%;height:38px;padding:0 1rem;font-size:.9rem;display:flex}.styles-module__gt3h9W__customSelectTrigger:focus{border-color:var(--primary);outline:none}.styles-module__gt3h9W__customSelectDropdown{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);z-index:10000;max-height:min(70vh,600px);animation:.1s ease-out styles-module__gt3h9W__fadeIn;overflow-y:auto;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.styles-module__gt3h9W__customSelectOptionSelected{background:var(--tag-success-bg);color:var(--primary);font-weight:500}.styles-module__gt3h9W__deleteOption{color:var(--text-muted);opacity:0;border-radius:4px;justify-content:center;align-items:center;padding:2px;transition:all .2s;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.styles-module__gt3h9W__deleteOption:hover{background:var(--tag-danger-bg);color:var(--tag-danger-color)}.styles-module__gt3h9W__customSelectOption{color:var(--text-primary);cursor:pointer;padding:.5rem 2rem .5rem .75rem;font-size:.95rem;transition:background-color .1s;position:relative}.styles-module__gt3h9W__customSelectOption:hover{background-color:var(--dropdown-item-hover)}.styles-module__gt3h9W__customSelectOption:hover .styles-module__gt3h9W__deleteOption{opacity:1}.styles-module__gt3h9W__chevron{color:var(--text-muted);transition:transform .2s}.styles-module__gt3h9W__chevronOpen{transform:rotate(180deg)}.styles-module__gt3h9W__button{border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:all .2s;display:inline-flex}.styles-module__gt3h9W__button:focus,.styles-module__gt3h9W__button:focus-visible{box-shadow:none;outline:none}.styles-module__gt3h9W__button:disabled{opacity:.6;cursor:not-allowed}.styles-module__gt3h9W__primary{background-color:var(--primary);color:#fff}.styles-module__gt3h9W__primary:hover:not(:disabled){background-color:var(--primary-hover)}.styles-module__gt3h9W__secondary{background-color:var(--sidebar-item-active);color:var(--text-primary);border-color:var(--border)}.styles-module__gt3h9W__secondary:hover:not(:disabled){background-color:var(--sidebar-item-hover)}.styles-module__gt3h9W__danger{color:#fff;background-color:#ef4444}.styles-module__gt3h9W__danger:hover:not(:disabled){background-color:#dc2626}.styles-module__gt3h9W__outline{border-color:var(--border);color:var(--text-primary);background-color:#0000}.styles-module__gt3h9W__outline:hover:not(:disabled){background-color:var(--sidebar-item-hover)}.styles-module__gt3h9W__sm{height:30px;padding:0 .5rem;font-size:.75rem}.styles-module__gt3h9W__md{height:38px;padding:0 1rem;font-size:.875rem}.styles-module__gt3h9W__lg{height:44px;padding:0 1.5rem;font-size:1rem}.styles-module__gt3h9W__icon{width:38px;height:38px;padding:0}.styles-module__gt3h9W__actionsCell{justify-content:flex-end;gap:.5rem;display:flex}.styles-module__gt3h9W__actionBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:.4rem;transition:all .2s;display:flex}.styles-module__gt3h9W__actionBtn:hover{background-color:var(--sidebar-item-hover);color:var(--text-primary)}.styles-module__gt3h9W__editBtn:hover{color:#3b82f6}.styles-module__gt3h9W__deleteBtn:hover{color:var(--tag-danger-color)}.styles-module__gt3h9W__card{background-color:color-mix(in srgb,var(--card)60%,transparent);-webkit-backdrop-filter:blur(40px);border-radius:var(--radius-lg);box-shadow:none;border:none}.styles-module__gt3h9W__cardHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.125rem;display:flex}.styles-module__gt3h9W__cardTitle{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600}.styles-module__gt3h9W__cardDescription{color:var(--text-secondary);margin-top:.25rem;font-size:.875rem}.styles-module__gt3h9W__cardContent{padding:1.125rem}.styles-module__gt3h9W__tabsRoot{flex-direction:column;gap:1rem;width:100%;display:flex}.styles-module__gt3h9W__tabsList{white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;background-color:#0000;border-radius:0;gap:.5rem;width:auto;min-width:0;max-width:100%;padding:0;display:flex;overflow-x:auto}.styles-module__gt3h9W__tabsList::-webkit-scrollbar{display:none}.styles-module__gt3h9W__tabsTrigger{border-radius:var(--radius-sm);cursor:pointer;height:38px;color:var(--text-muted);background:0 0;border:none;justify-content:center;align-items:center;gap:.5rem;padding:0 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex;position:relative}.styles-module__gt3h9W__tabsTrigger:hover{color:var(--text-primary)}.styles-module__gt3h9W__tabsTriggerActive{color:var(--primary);box-shadow:none;border-bottom:2px solid var(--primary);background-color:#0000;border-radius:0;font-weight:600}.styles-module__gt3h9W__tabsContent{animation:.3s styles-module__gt3h9W__fadeIn}@keyframes styles-module__gt3h9W__fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.styles-module__gt3h9W__tabsRootFill{flex-direction:column;width:100%;height:100%;min-height:0;display:flex}.styles-module__gt3h9W__tabsContentFill{flex:1;min-height:0;animation:.3s styles-module__gt3h9W__fadeIn;overflow-y:auto}.styles-module__gt3h9W__searchSelectWrap{min-width:200px;position:relative}.styles-module__gt3h9W__searchSelectTrigger{width:100%;height:var(--input-height,36px);background:var(--input-bg);color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;text-align:left;justify-content:space-between;align-items:center;gap:.5rem;padding:0 .75rem;font-size:.85rem;transition:border-color .15s;display:flex}.styles-module__gt3h9W__searchSelectTrigger:hover{border-color:var(--primary)}.styles-module__gt3h9W__searchSelectValue{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.styles-module__gt3h9W__searchSelectPlaceholder{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.styles-module__gt3h9W__searchSelectDropdown{z-index:50;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);animation:.15s styles-module__gt3h9W__fadeIn;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden}.styles-module__gt3h9W__searchSelectInputWrap{border-bottom:1px solid var(--border);padding:.5rem}.styles-module__gt3h9W__searchSelectInput{background:var(--input-bg);width:100%;height:32px;color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius-sm);outline:none;padding:0 .5rem;font-size:.8rem}.styles-module__gt3h9W__searchSelectInput:focus{border-color:var(--primary)}.styles-module__gt3h9W__searchSelectList{max-height:220px;overflow-y:auto}.styles-module__gt3h9W__searchSelectItem{text-align:left;cursor:pointer;width:100%;color:var(--text-primary);background:0 0;border:none;flex-direction:column;gap:1px;padding:.5rem .75rem;font-size:.8rem;transition:background .1s;display:flex}.styles-module__gt3h9W__searchSelectItem:hover{background:var(--sidebar-item-hover)}.styles-module__gt3h9W__searchSelectItemActive{background:var(--primary-subtle);font-weight:600}.styles-module__gt3h9W__searchSelectSub{color:var(--text-muted);font-size:.7rem}.styles-module__gt3h9W__searchSelectEmpty{text-align:center;color:var(--text-muted);padding:1rem;font-size:.8rem}
.styles-module__O24MSW__container{width:100%;margin:0 auto}.styles-module__O24MSW__settingsLayout{height:calc(100vh - 60px);margin:-20px;display:flex;overflow:hidden}.styles-module__O24MSW__localSidebar{background:var(--config-sidebar-bg);flex-direction:column;flex-shrink:0;gap:.25rem;width:250px;height:100%;padding:1rem;display:flex;overflow-y:auto}.styles-module__O24MSW__categoryTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;padding:0 1rem;font-size:.7rem;font-weight:600}.styles-module__O24MSW__sidebarItem{border-radius:var(--radius-md);color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.625rem .875rem;font-size:.875rem;font-weight:400;transition:all .2s;display:flex}.styles-module__O24MSW__sidebarItem:hover{background:var(--sidebar-item-hover);color:var(--text-primary)}.styles-module__O24MSW__sidebarItemActive{background-color:var(--sidebar-item-active)!important;color:var(--primary)!important;box-shadow:none!important;font-weight:600!important}.styles-module__O24MSW__settingsContent{background-color:var(--background);flex:1;min-width:0;height:100%;padding:1rem;overflow-y:auto}.styles-module__O24MSW__contentWrapper{width:100%;margin:0}.styles-module__O24MSW__cardPadding{padding:1rem}.styles-module__O24MSW__profileCard{border-radius:var(--radius-lg);background:var(--card);box-shadow:none;border:none;overflow:hidden}.styles-module__O24MSW__header{border-bottom:1px solid #0000000d;margin-bottom:1.5rem;padding-bottom:1rem}.styles-module__O24MSW__headerInfo h2{color:var(--text-primary);margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.styles-module__O24MSW__headerInfo p{color:var(--text-secondary);margin:0;font-size:.95rem}.styles-module__O24MSW__profileGrid{flex-direction:column;gap:1rem;display:flex}.styles-module__O24MSW__photoSection{align-items:center;gap:1rem;display:flex}.styles-module__O24MSW__avatarWrapper{width:100px;height:100px;position:relative}.styles-module__O24MSW__avatar{background-color:var(--background-subtle);border:none;border-radius:1.5rem;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.styles-module__O24MSW__photoButton{background:var(--primary);color:#fff;cursor:pointer;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;bottom:-6px;right:-6px;box-shadow:0 4px 6px -1px #0000001a}.styles-module__O24MSW__photoInfo h3{color:var(--text-primary);margin:0 0 .25rem;font-size:1rem;font-weight:600}.styles-module__O24MSW__photoInfo p{color:var(--text-secondary);margin:0 0 .5rem;font-size:.875rem}.styles-module__O24MSW__photoActions{gap:.5rem;display:flex}.styles-module__O24MSW__removeBtn{color:#ef4444!important}.styles-module__O24MSW__divider{background-color:var(--border);height:1px;margin:.75rem 0}.styles-module__O24MSW__formSection{flex-direction:column;gap:1rem;display:flex}.styles-module__O24MSW__inputsGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.styles-module__O24MSW__fullWidth{grid-column:span 2}.styles-module__O24MSW__sectionHeader{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.7rem;font-weight:600;display:flex}.styles-module__O24MSW__securitySection h4{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin:0 0 .5rem;font-size:.7rem;font-weight:600}.styles-module__O24MSW__securityItem{background:var(--background-subtle);border-radius:var(--radius-md);border:none;justify-content:space-between;align-items:center;padding:.625rem .875rem;display:flex}.styles-module__O24MSW__securityInfo span{color:var(--text-primary);font-size:.95rem;font-weight:600;display:block}.styles-module__O24MSW__securityInfo p{color:var(--text-secondary);margin:.25rem 0 0;font-size:.85rem}.styles-module__O24MSW__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.75rem;display:flex}.styles-module__O24MSW__footerMsg{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.styles-module__O24MSW__actions{gap:.75rem;display:flex}.styles-module__O24MSW__saveBtn{justify-content:center;align-items:center;gap:.5rem;min-width:180px;transition:opacity .2s;display:flex;background-color:var(--text-primary)!important;color:var(--background)!important;border-radius:var(--radius-sm)!important;height:40px!important;font-weight:600!important}.styles-module__O24MSW__saveBtn:hover{opacity:.9}.styles-module__O24MSW__successBtn{justify-content:center;align-items:center;gap:.75rem;min-width:200px;display:flex;background-color:var(--primary)!important;border-radius:.75rem!important;height:48px!important;font-weight:600!important}.styles-module__O24MSW__loader{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite styles-module__O24MSW__spin}.styles-module__O24MSW__spinner{animation:1s linear infinite styles-module__O24MSW__spin}@keyframes styles-module__O24MSW__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.styles-module__O24MSW__inputsGrid{grid-template-columns:1fr}.styles-module__O24MSW__photoSection,.styles-module__O24MSW__footer{text-align:center;flex-direction:column;gap:1.5rem}.styles-module__O24MSW__actions{width:100%}.styles-module__O24MSW__actions button{flex:1}}.styles-module__O24MSW__switch{appearance:none;background-color:var(--border);cursor:pointer;border-radius:9999px;width:44px;height:24px;transition:background-color .2s ease-in-out;position:relative}.styles-module__O24MSW__switch:after{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s ease-in-out;position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #0000001a}.styles-module__O24MSW__switch:checked{background-color:var(--primary)}.styles-module__O24MSW__switch:checked:after{transform:translate(20px)}.styles-module__O24MSW__switch:focus{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--primary);outline:none}.styles-module__O24MSW__modulesGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:1.5rem;display:grid}@media (max-width:1200px){.styles-module__O24MSW__modulesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.styles-module__O24MSW__modulesGrid{grid-template-columns:1fr}}.styles-module__O24MSW__billingToggle{background:var(--card);border-radius:var(--radius-md);border:none;align-items:center;padding:.25rem;display:flex}.styles-module__O24MSW__billingBtn{color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.styles-module__O24MSW__billingBtnActive{background:var(--text-primary);color:var(--background);border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.5rem 1.5rem;font-size:.9rem;font-weight:500;box-shadow:0 4px 6px #0000001a}.styles-module__O24MSW__discountTag{color:var(--primary);background:#22c55e26;border-radius:.25rem;padding:.1rem .4rem;font-size:.7rem;font-weight:700}.styles-module__O24MSW__moduleCard{background:var(--card);border-radius:var(--radius-md);border:none;flex-direction:column;gap:1.25rem;padding:1.5rem;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.styles-module__O24MSW__moduleCardDark{color:var(--text-primary);border-color:var(--border);z-index:10;background:#f8fafc;transform:none;box-shadow:0 8px 16px #00000014}[data-theme=dark] .styles-module__O24MSW__moduleCardDark{border-color:var(--border);background:#1e293b}.styles-module__O24MSW__moduleCardDark:before{display:none}.styles-module__O24MSW__moduleHeader{flex-direction:column;gap:.75rem;display:flex}.styles-module__O24MSW__popularBadge{color:#000;text-transform:uppercase;text-align:center;border-top-left-radius:var(--radius-md);border-top-right-radius:var(--radius-md);z-index:2;background:#ffc107;padding:.2rem 0;font-size:.65rem;font-weight:700;position:absolute;top:0;left:0;right:0}.styles-module__O24MSW__activeBadge{color:#fff;text-transform:uppercase;text-align:center;border-top-left-radius:var(--radius-md);border-top-right-radius:var(--radius-md);z-index:2;background:#22c55e;padding:.2rem 0;font-size:.65rem;font-weight:700;position:absolute;top:0;left:0;right:0}.styles-module__O24MSW__logoDark{display:none}[data-theme=dark] .styles-module__O24MSW__logoDark{display:block}[data-theme=dark] .styles-module__O24MSW__logoLight{display:none}.styles-module__O24MSW__themeAdaptiveImg{filter:brightness(0);opacity:.8}[data-theme=dark] .styles-module__O24MSW__themeAdaptiveImg{filter:brightness(0)invert();opacity:.9}.styles-module__O24MSW__moduleTitle{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:600}.styles-module__O24MSW__modulePriceRow{align-items:flex-end;gap:.2rem;margin-bottom:.25rem;display:flex}.styles-module__O24MSW__currency{color:var(--text-primary);margin-bottom:.25rem;font-size:1rem;font-weight:500}.styles-module__O24MSW__priceValue{color:var(--text-primary);font-size:3.5rem;font-weight:400;line-height:1}.styles-module__O24MSW__pricePeriod{color:var(--text-secondary);margin-bottom:.35rem;font-size:.85rem;font-weight:400}.styles-module__O24MSW__moduleDesc{color:var(--text-secondary);min-height:48px;margin:0;font-size:.85rem;line-height:1.5}.styles-module__O24MSW__moduleDivider{background-image:linear-gradient(to right,var(--border)50%,transparent 50%);background-repeat:repeat-x;background-size:10px 1px;height:1px;margin:.75rem 0}.styles-module__O24MSW__moduleFeatures{flex-direction:column;gap:1.25rem;display:flex}.styles-module__O24MSW__featureItem{color:var(--text-primary);align-items:flex-start;gap:.5rem;font-size:.75rem;line-height:1.35;display:flex}.styles-module__O24MSW__featureItemExcluded{color:var(--text-muted)}.styles-module__O24MSW__checkIcon{color:#fff;background:#22c55e;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;display:flex}.styles-module__O24MSW__crossIcon{min-width:18px;height:18px;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.styles-module__O24MSW__moduleActionBtn{border-radius:var(--radius-md);width:100%;padding:1rem;font-weight:600;transition:all .2s}.styles-module__O24MSW__btnDarkAction{color:#fff!important;background:#166534!important;border:none!important}.styles-module__O24MSW__btnDarkAction:hover{background:#14532d!important}.styles-module__O24MSW__btnPopularAction{color:#fff!important;background:#22c55e!important;border:none!important}.styles-module__O24MSW__btnPopularAction:hover{background:#16a34a!important}.styles-module__O24MSW__btnCancel{border-color:var(--border);color:var(--text-primary)}.styles-module__O24MSW__btnCancel:hover{color:#ef4444;background:#ef44440d;border-color:#ef4444}
.styles-module__FYaMzW__container{width:100%;padding:1.5rem 2rem}.styles-module__FYaMzW__backLink{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-flex}.styles-module__FYaMzW__backLink:hover{color:var(--primary)}.styles-module__FYaMzW__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.styles-module__FYaMzW__headerLeft{align-items:center;gap:1rem;display:flex}.styles-module__FYaMzW__headerIcon{border-radius:var(--radius-lg);background-color:var(--sidebar-item-hover);width:56px;height:56px;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.styles-module__FYaMzW__title{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:700}.styles-module__FYaMzW__subtitle{color:var(--text-muted);margin:.25rem 0 0;font-size:.875rem}.styles-module__FYaMzW__subtitle code{background:var(--background-subtle);border-radius:4px;padding:.1rem .35rem;font-size:.8rem}.styles-module__FYaMzW__badgeStack{align-items:center;gap:.5rem;display:flex}.styles-module__FYaMzW__badge{text-transform:uppercase;letter-spacing:.025em;border-radius:100px;padding:4px 10px;font-size:.7rem;font-weight:700}.styles-module__FYaMzW__badgeActive{color:#22c55e;background-color:#22c55e26}.styles-module__FYaMzW__badgePaused{color:#f59e0b;background-color:#f59e0b26}.styles-module__FYaMzW__badgeTier{color:#64748b;background-color:#64748b26;border-radius:100px;padding:4px 10px;font-size:.7rem;font-weight:700}.styles-module__FYaMzW__tabsRoot{margin-top:.5rem}.styles-module__FYaMzW__tabsList{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.25rem;margin-bottom:1.25rem;padding-bottom:.5rem;display:flex}.styles-module__FYaMzW__tabContent{padding:.25rem 0}.styles-module__FYaMzW__sectionGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;display:grid}.styles-module__FYaMzW__sectionCard{background-color:var(--sidebar-bg);border-radius:var(--radius-lg);padding:1.25rem}.styles-module__FYaMzW__sectionTitle{color:var(--text-primary);margin:0 0 1rem;font-size:1rem;font-weight:600}.styles-module__FYaMzW__dl{grid-template-columns:auto 1fr;gap:.35rem 1.5rem;margin:0;font-size:.875rem;display:grid}.styles-module__FYaMzW__dl dt{color:var(--text-muted);font-weight:500}.styles-module__FYaMzW__dl dd{color:var(--text-primary);margin:0}.styles-module__FYaMzW__tableWrap{overflow-x:auto}.styles-module__FYaMzW__table{border-collapse:collapse;width:100%;font-size:.875rem}.styles-module__FYaMzW__table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--border);padding:.5rem .75rem;font-size:.75rem;font-weight:600}.styles-module__FYaMzW__table td{border-bottom:1px solid var(--border);color:var(--text-primary);padding:.5rem .75rem}.styles-module__FYaMzW__table tbody tr:last-child td{border-bottom:none}.styles-module__FYaMzW__mutedNote{color:var(--text-muted);margin:1rem 0 0;font-size:.8rem}.styles-module__FYaMzW__planName{color:var(--text-primary);margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.styles-module__FYaMzW__planTier{color:var(--text-muted);margin:0;font-size:.875rem}.styles-module__FYaMzW__codeBlock{background:var(--background-subtle);border-radius:var(--radius-sm);word-break:break-all;padding:.75rem;font-size:.8rem;display:block}.styles-module__FYaMzW__planoContaLayout{grid-template-columns:320px 1fr;align-items:start;gap:1.5rem;display:grid}@media (max-width:768px){.styles-module__FYaMzW__planoContaLayout{grid-template-columns:1fr}}.styles-module__FYaMzW__planoContaLeft,.styles-module__FYaMzW__planoContaRight{min-width:0}.styles-module__FYaMzW__paymentList{margin:0;padding:0;list-style:none}.styles-module__FYaMzW__paymentListItem{border-bottom:1px solid var(--border);grid-template-columns:1fr auto auto;align-items:center;gap:1rem;padding:.5rem 0;font-size:.875rem;display:grid}.styles-module__FYaMzW__paymentListItem:last-child{border-bottom:none}.styles-module__FYaMzW__paymentDate{color:var(--text-muted)}.styles-module__FYaMzW__paymentAmount{color:var(--text-primary);font-weight:600}
.styles-module__333LVW__container{width:100%;font-family:var(--font-poppins),sans-serif;flex-direction:column;gap:1.5rem;padding:0;display:flex}.styles-module__333LVW__tableListWrapper{flex-direction:column;gap:1.5rem;width:100%;max-width:1600px;height:100%;margin:0 auto;padding:0;display:flex}.styles-module__333LVW__stepBar{background-color:var(--card);border-radius:var(--radius-lg);border:none;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex;position:relative;overflow:hidden}.styles-module__333LVW__stepBar:before{content:"";background:linear-gradient(180deg,color-mix(in srgb,var(--primary)4%,transparent)0%,transparent 100%);pointer-events:none;border-radius:inherit;position:absolute;inset:0}.styles-module__333LVW__stepList{z-index:1;justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.styles-module__333LVW__stepSegment{flex:1;justify-content:center;align-self:flex-start;align-items:center;min-width:3rem;margin-top:calc(1.625rem - 2px);padding:0 .5rem;display:flex}.styles-module__333LVW__stepSegmentLine{background-color:var(--background-subtle);border-radius:4px;width:100%;height:4px;position:relative;overflow:hidden}.styles-module__333LVW__stepSegmentLine:after{content:"";background:linear-gradient(90deg,var(--primary)0%,var(--primary-light)100%);border-radius:4px;width:0;height:100%;transition:width .5s ease-out;position:absolute;top:0;left:0}.styles-module__333LVW__stepSegmentLineFilled:after{width:100%}.styles-module__333LVW__stepBtn{cursor:pointer;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;border-radius:var(--radius-md);background:0 0;border:none;flex-direction:column;flex-shrink:0;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.6875rem;font-weight:700;transition:color .2s,transform .15s;display:flex}.styles-module__333LVW__stepBtn:hover{color:var(--text-secondary);background-color:color-mix(in srgb,var(--primary)6%,transparent)}.styles-module__333LVW__stepBtn:active{transform:scale(.98)}.styles-module__333LVW__stepBtnActive{color:var(--primary)}.styles-module__333LVW__stepBtnActive:hover{color:var(--primary);background-color:color-mix(in srgb,var(--primary)10%,transparent)}.styles-module__333LVW__stepNumber{background-color:var(--background-subtle);width:2.25rem;height:2.25rem;color:var(--text-muted);box-sizing:border-box;border:2px solid #0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8125rem;font-weight:700;transition:background-color .25s,color .25s,box-sizing .2s;display:flex}.styles-module__333LVW__stepNumberActive{background-color:var(--primary);color:#fff;border-color:var(--primary);border-width:2px}.styles-module__333LVW__stepNumberDone{background-color:var(--primary);color:#fff;border-color:var(--primary)}.styles-module__333LVW__stepLabel{text-align:center;max-width:5.5rem;line-height:1.25}.styles-module__333LVW__navBar{background-color:var(--card);border-radius:var(--radius-md);border:none;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.styles-module__333LVW__navLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.6875rem;font-weight:700}.styles-module__333LVW__navActions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.styles-module__333LVW__navGroup{align-items:center;gap:.5rem;display:flex}.styles-module__333LVW__contentCard{background-color:var(--card);border-radius:var(--radius-md);border:none;overflow:hidden}.styles-module__333LVW__contentCardAfterSteps{margin-top:1.25rem}.styles-module__333LVW__contentCardHighlight{background-color:color-mix(in srgb,var(--primary)6%,transparent)}.styles-module__333LVW__cardContentSpaced{padding:1rem}.styles-module__333LVW__tableRowActions{align-items:center;gap:.25rem;display:flex}.styles-module__333LVW__calagemHeader{text-transform:uppercase;letter-spacing:.06em;color:var(--card);background-color:var(--primary);border-radius:var(--radius-md);width:fit-content;padding:.5rem .75rem;font-size:.6875rem;font-weight:700}.styles-module__333LVW__calagemGrid{flex-flow:wrap;gap:1rem;margin-top:1rem;display:flex}.styles-module__333LVW__calagemCol{flex:1;min-width:260px}.styles-module__333LVW__calagemBlock{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);padding:.75rem;overflow:hidden}.styles-module__333LVW__calagemBlockTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:.5rem;padding-bottom:.35rem;font-size:.6875rem;font-weight:700}.styles-module__333LVW__calagemFields{flex-flow:wrap;gap:.5rem 1rem;display:flex}.styles-module__333LVW__calagemRow{justify-content:space-between;align-items:center;gap:.5rem;min-width:140px;font-size:.8125rem;display:flex}.styles-module__333LVW__calagemLabel{min-width:0;color:var(--text-muted);white-space:nowrap;flex:0 auto;font-size:.6875rem}.styles-module__333LVW__calagemInput{width:90px;min-width:90px}.styles-module__333LVW__calagemValue{color:var(--foreground);font-variant-numeric:tabular-nums;font-weight:500}.styles-module__333LVW__calagemNote{color:var(--text-muted);margin-top:.5rem;font-size:.625rem}.styles-module__333LVW__calagemResultado{background-color:color-mix(in srgb,var(--primary)10%,transparent);border-radius:var(--radius-md);border:1px solid var(--border);margin-top:1rem;padding:1rem}.styles-module__333LVW__calagemResultadoTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground);margin-bottom:.75rem;font-size:.6875rem;font-weight:700}.styles-module__333LVW__calagemResultadoCols{flex-flow:wrap;gap:1.5rem;display:flex}.styles-module__333LVW__calagemResultadoCol{flex-direction:column;flex:1;gap:.35rem;min-width:260px;display:flex}.styles-module__333LVW__fieldLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.35rem;font-size:.625rem;font-weight:700;display:block}.styles-module__333LVW__fieldWrap{min-width:0;margin-bottom:0}.styles-module__333LVW__fieldsRow{flex-wrap:wrap;align-items:flex-end;gap:1rem;display:flex}.styles-module__333LVW__fieldsRow .styles-module__333LVW__fieldWrap{flex:1;min-width:100px}.styles-module__333LVW__summaryDivider{background-color:var(--border);height:1px;margin:1.25rem 0}.styles-module__333LVW__summaryInsideCard{background-color:color-mix(in srgb,var(--primary)6%,transparent);border-radius:var(--radius-md);padding:1rem}.styles-module__333LVW__summaryRow{border:none;align-items:center;gap:0;padding:.5rem 0;display:flex}.styles-module__333LVW__summaryRowHorizontal{justify-content:center;align-items:center;gap:1.5rem;width:100%;padding:.25rem 0;display:flex}.styles-module__333LVW__summaryRowHorizontal .styles-module__333LVW__summaryLabel{text-align:center;margin-bottom:0}.styles-module__333LVW__summaryItem{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.25rem;padding:0 .75rem;display:flex}.styles-module__333LVW__summaryItem:not(:last-child){border-right:1px solid var(--border)}.styles-module__333LVW__summaryLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);text-align:center;font-size:.625rem;font-weight:700}.styles-module__333LVW__summaryValueLarge{color:var(--text-primary);text-align:center;font-size:1.25rem;font-weight:700}.styles-module__333LVW__summaryValueRegular{color:var(--text-primary);text-align:center;font-size:.9375rem;font-weight:400}.styles-module__333LVW__gessagemResultsRow{grid-template-columns:1fr 1fr;align-items:stretch;gap:1rem;display:grid}.styles-module__333LVW__gessagemResultsRow .styles-module__333LVW__summaryInsideCard{flex-direction:column;height:100%;display:flex}.styles-module__333LVW__gessagemResultsRow .styles-module__333LVW__summaryInsideCard .styles-module__333LVW__summaryRow{flex:1}@media (max-width:640px){.styles-module__333LVW__gessagemResultsRow{grid-template-columns:1fr}}.styles-module__333LVW__pulverizacaoGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.styles-module__333LVW__manejoTableWrap{margin-top:.5rem;overflow-x:auto}.styles-module__333LVW__manejoTable{border-collapse:collapse;width:100%;font-size:.8125rem}.styles-module__333LVW__manejoTable th,.styles-module__333LVW__manejoTable td{border:1px solid var(--border);text-align:left;background-color:var(--card);padding:.4rem .5rem}.styles-module__333LVW__manejoTable th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.625rem;font-weight:700}.styles-module__333LVW__manejoTable td{color:var(--foreground)}.styles-module__333LVW__manejoTotalRow{background-color:color-mix(in srgb,var(--primary)8%,transparent);font-weight:700}.styles-module__333LVW__manejoTotalRow td{border-top-width:2px}.styles-module__333LVW__manejoEmptyBlock{border:2px dashed var(--border);border-radius:var(--radius);background-color:var(--muted);text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-top:.5rem;padding:1.25rem;display:flex}.styles-module__333LVW__manejoEmptyText{color:var(--text-muted);margin:0;font-size:.875rem}@media (max-width:768px){.styles-module__333LVW__pulverizacaoGrid{grid-template-columns:1fr}}.styles-module__333LVW__tipBlock{background-color:color-mix(in srgb,var(--primary)8%,transparent);border-radius:var(--radius-md);border:none;align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.styles-module__333LVW__tipIcon{border-radius:var(--radius-md);background-color:var(--background-subtle);width:2.25rem;height:2.25rem;color:var(--primary);border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.styles-module__333LVW__tipText{color:var(--text-secondary);margin:0;font-size:.8125rem;line-height:1.5}.styles-module__333LVW__formulaTabsList{border-radius:var(--radius-md)!important;background-color:#ececec!important;border:none!important;justify-content:center!important;align-items:center!important;gap:1rem!important;width:100%!important;height:auto!important;margin:0 0 1.5rem!important;padding:1rem 1.5rem!important;display:flex!important}[data-theme=dark] .styles-module__333LVW__formulaTabsList{background-color:#030303!important}.styles-module__333LVW__formulaTabsList button,.styles-module__333LVW__formulaTabsList button:focus,.styles-module__333LVW__formulaTabsList button:focus-visible,.styles-module__333LVW__formulaTabsList button:active,.styles-module__333LVW__formulaTabsList [class*=tabsTriggerActive]{box-shadow:none!important;border:none!important;outline:0!important}.styles-module__333LVW__formulaTabTrigger{min-width:80px;color:var(--text-muted)!important;cursor:pointer!important;border-radius:var(--radius-sm)!important;box-shadow:none!important;background:0 0!important;border:1px solid #0000!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:.35rem!important;padding:.65rem 1rem!important;transition:all .2s!important;display:flex!important;position:relative!important}.styles-module__333LVW__formulaTabTrigger:focus,.styles-module__333LVW__formulaTabTrigger:focus-visible{box-shadow:none!important;border:1px solid #0000!important;outline:0!important}.styles-module__333LVW__formulaTabTrigger:not(:last-child):after{content:"";background-color:var(--border);opacity:.6;pointer-events:none;width:1px;position:absolute;top:25%;bottom:25%;right:-.5rem}.dark .styles-module__333LVW__formulaTabTrigger:not(:last-child):after{background-color:#ffffff1a}.styles-module__333LVW__formulaTabTrigger:after{display:block!important}.styles-module__333LVW__formulaTabTrigger[data-state=active],.styles-module__333LVW__formulaTabTrigger:focus,.styles-module__333LVW__formulaTabTrigger:active{color:var(--primary)!important;box-shadow:none!important;background-color:#0000!important;border:none!important;outline:none!important}.tabsTriggerActive.styles-module__333LVW__formulaTabTrigger{box-shadow:none!important;border:none!important}.styles-module__333LVW__formulaTabIcon{flex-shrink:0;justify-content:center;align-items:center;line-height:0;display:flex}.styles-module__333LVW__formulaTabIconFormula{flex-shrink:0;justify-content:center;align-items:center;gap:.35rem;display:flex}.styles-module__333LVW__formulaTabTrigger svg{width:1.125rem;height:1.125rem;color:inherit;flex-shrink:0}.styles-module__333LVW__formulaTabFormula{color:inherit;font-size:1.125rem;font-weight:400;line-height:1;font-family:var(--font-poppins),sans-serif}.styles-module__333LVW__formulaTabLabel{text-transform:uppercase;letter-spacing:.05em;color:inherit;opacity:.8;font-size:.625rem;font-weight:700}.styles-module__333LVW__referencePanel{border-radius:var(--radius-md);background-color:#0c0c0c;border:none;padding:0;overflow:hidden}[data-theme=dark] .styles-module__333LVW__referencePanel{background-color:#030303;border:none}.styles-module__333LVW__referenceHeader{border-bottom:1px solid #ffffff0d;flex-direction:column;gap:.25rem;padding:1.25rem;display:flex}[data-theme=dark] .styles-module__333LVW__referenceHeader{border-bottom:1px solid #ffffff08}.styles-module__333LVW__referenceTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-primary);font-size:.75rem;font-weight:700}.styles-module__333LVW__referenceDescription{color:var(--text-muted);font-size:.625rem}.styles-module__333LVW__referenceTable{border-collapse:collapse;width:100%}.styles-module__333LVW__referenceTable th{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);background-color:var(--background-subtle);text-align:left;padding:.75rem 1.25rem;font-size:.5625rem;font-weight:800}.dark .styles-module__333LVW__referenceTable th{background-color:#ffffff05}.styles-module__333LVW__referenceTable td{color:#ccc;border-bottom:1px solid #ffffff0d;padding:.875rem 1.25rem;font-size:.75rem}[data-theme=dark] .styles-module__333LVW__referenceTable td{border-bottom:1px solid #ffffff08}.styles-module__333LVW__referenceTable tr:last-child td{border-bottom:none}.styles-module__333LVW__referenceTable tr:hover{background-color:color-mix(in srgb,var(--primary)4%,transparent)}.styles-module__333LVW__referenceValue{color:var(--primary);font-weight:700}.styles-module__333LVW__conversaoCell{vertical-align:middle;padding:.5rem!important}.styles-module__333LVW__conversaoInput{text-align:center;border-radius:var(--radius-sm);border:1px solid var(--border);width:100%;min-width:6rem;height:2.25rem;padding:0 .5rem;font-size:.875rem;display:block;color:var(--foreground)!important;background-color:var(--background-alt)!important;-webkit-text-fill-color:var(--foreground)!important}.styles-module__333LVW__conversaoInput::placeholder{color:var(--text-muted)}.styles-module__333LVW__conversaoInput:focus{outline:none;border-color:var(--border)!important;box-shadow:none!important}.styles-module__333LVW__tratamentoGrid{grid-template-columns:1fr auto;align-items:start;gap:1.5rem;display:grid}@media (max-width:900px){.styles-module__333LVW__tratamentoGrid{grid-template-columns:1fr}}.styles-module__333LVW__tratamentoCol{min-width:0}.styles-module__333LVW__tratamentoColSide{min-width:280px}.styles-module__333LVW__tratamentoTableWrap{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--card);overflow-x:auto}.styles-module__333LVW__tratamentoTableHeader{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);background-color:color-mix(in srgb,var(--primary)8%,transparent);border-bottom:1px solid var(--border);padding:.5rem .75rem;font-size:.6875rem;font-weight:700}.styles-module__333LVW__tratamentoTable{border-collapse:collapse;width:100%;font-size:.8125rem}.styles-module__333LVW__tratamentoTable th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background-color:color-mix(in srgb,var(--primary)12%,transparent);border-bottom:1px solid var(--border);padding:.5rem .75rem;font-size:.625rem;font-weight:600}.styles-module__333LVW__tratamentoTable td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.35rem .75rem}.styles-module__333LVW__tratamentoTable tbody tr{background-color:var(--card)}.styles-module__333LVW__tratamentoTable tbody tr:last-child td{border-bottom:none}.styles-module__333LVW__tratamentoNum{white-space:nowrap;color:var(--text-primary);font-variant-numeric:tabular-nums}.styles-module__333LVW__tratamentoTableFooter{background-color:color-mix(in srgb,var(--primary)6%,transparent);border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.8125rem;display:flex}.styles-module__333LVW__tratamentoTotalCusto{color:var(--text-primary);margin-left:auto;font-weight:600}.styles-module__333LVW__tratamentoBtnAdicionar{width:100%;max-width:220px;margin-top:1rem}.styles-module__333LVW__tratamentoQuantidadeETempo{margin-top:1.25rem}.styles-module__333LVW__tratamentoQuantidadeETempo .styles-module__333LVW__tratamentoSectionHeader{margin-bottom:.5rem}.styles-module__333LVW__tratamentoQuantidadeETempo .styles-module__333LVW__fieldsRow{align-items:flex-end}.styles-module__333LVW__tratamentoVazaoResultados{background-color:color-mix(in srgb,var(--primary)6%,transparent);border-radius:var(--radius-md);width:100%;margin-top:.75rem;padding:1rem}.styles-module__333LVW__tratamentoSection{margin-top:1.25rem}.styles-module__333LVW__tratamentoSectionHeader{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.5rem;padding:.35rem 0;font-size:.6875rem;font-weight:700}.styles-module__333LVW__tratamentoCustoRow{justify-content:space-between;align-items:center;gap:.75rem;padding:.35rem 0;display:flex}.styles-module__333LVW__tratamentoCustoRow .styles-module__333LVW__fieldLabel,.styles-module__333LVW__tratamentoCustoRow .styles-module__333LVW__summaryLabel{margin-bottom:0}.styles-module__333LVW__formulacaoGrid{grid-template-columns:1fr 1fr minmax(280px,320px);align-items:start;gap:1.25rem;display:grid}@media (max-width:1200px){.styles-module__333LVW__formulacaoGrid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.styles-module__333LVW__formulacaoGrid{grid-template-columns:1fr}}.styles-module__333LVW__formulacaoCol{flex-direction:column;gap:.75rem;min-width:0;display:flex}.styles-module__333LVW__formulacaoHeader{text-transform:uppercase;letter-spacing:.06em;color:var(--card);background-color:var(--primary);border-radius:var(--radius-md);padding:.5rem .75rem;font-size:.6875rem;font-weight:700}.styles-module__333LVW__formulacaoSubHeader{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground);background-color:color-mix(in srgb,var(--primary)18%,transparent);border-radius:var(--radius-sm);padding:.4rem .6rem;font-size:.625rem;font-weight:700}.styles-module__333LVW__formulacaoBloco{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--card);overflow:hidden}.styles-module__333LVW__formulacaoBlocoConteudo{flex-wrap:wrap;align-items:flex-end;gap:.75rem;padding:.75rem;display:flex}.styles-module__333LVW__formulacaoCampo{flex-direction:column;gap:.25rem;min-width:0;display:flex}.styles-module__333LVW__formulacaoLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.625rem;font-weight:700}.styles-module__333LVW__formulacaoInput{width:100%;min-width:5rem;max-width:7rem}.styles-module__333LVW__formulacaoCampoResultado{background-color:color-mix(in srgb,var(--primary)12%,transparent);border-radius:var(--radius-sm);flex-direction:column;gap:.2rem;min-width:0;padding:.4rem .5rem;display:flex}.styles-module__333LVW__formulacaoOutput{color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:1rem;font-weight:700}.styles-module__333LVW__formulacaoNota{color:var(--text-muted);width:100%;margin:0 0 .25rem;font-size:.6875rem}.styles-module__333LVW__formulacaoTableWrap{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--card);overflow-x:auto}.styles-module__333LVW__formulacaoTable{border-collapse:collapse;width:100%;font-size:.8125rem}.styles-module__333LVW__formulacaoTable th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--foreground);background-color:color-mix(in srgb,var(--primary)18%,transparent);border-bottom:1px solid var(--border);padding:.4rem .5rem;font-size:.5625rem;font-weight:600}.styles-module__333LVW__formulacaoTable td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.25rem .5rem}.styles-module__333LVW__formulacaoTable tbody tr:last-child td{border-bottom:none}.styles-module__333LVW__formulacaoCellInput{pointer-events:auto;width:100%;min-width:2.5rem;font-size:.8125rem;height:1.75rem!important}.styles-module__333LVW__pontosCellOutput{background-color:color-mix(in srgb,var(--primary)12%,transparent);white-space:nowrap;font-weight:500}.styles-module__333LVW__pontosSectionTitle{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:1.25rem 0 .5rem;font-size:.6875rem;font-weight:700}.styles-module__333LVW__pontosSectionTitle:first-of-type{margin-top:.75rem}.styles-module__333LVW__pontosSubhead th{text-transform:uppercase;color:var(--text-muted);font-size:.5625rem;font-weight:600}.styles-module__333LVW__pontosBtnAdd{margin-top:.75rem}.styles-module__333LVW__pontosBtnRemove{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:inline-flex}.styles-module__333LVW__pontosBtnRemove:hover:not(:disabled){color:var(--destructive);background-color:color-mix(in srgb,var(--destructive)12%,transparent)}.styles-module__333LVW__pontosBtnRemove:disabled{opacity:.4;cursor:not-allowed}.styles-module__333LVW__pontosTableAlt tbody tr.styles-module__333LVW__pontosRowAlt td{background-color:color-mix(in srgb,var(--primary)6%,transparent)}.styles-module__333LVW__formulacaoTip{color:var(--text-muted);margin:.5rem 0 0;font-size:.6875rem;line-height:1.4}.styles-module__333LVW__formulacaoTabs{width:100%}.styles-module__333LVW__formulacaoTabContent{pointer-events:auto;outline:none;margin-top:1rem}.styles-module__333LVW__formulacaoTabContent[hidden]{display:none}.styles-module__333LVW__formulacaoTabCard{background-color:var(--card);border-radius:var(--radius-md);border:1px solid var(--border);padding:1rem}.styles-module__333LVW__formulacaoTabCard .styles-module__333LVW__formulacaoHeader{margin-bottom:.5rem}.styles-module__333LVW__formulacaoTabCard .styles-module__333LVW__formulacaoTip{margin-bottom:.75rem}.styles-module__333LVW__formulacaoMinitabs{width:100%;margin-top:.75rem}.styles-module__333LVW__formulacaoMinitabsList{background-color:color-mix(in srgb,var(--primary)10%,transparent);border:1px solid var(--border);border-radius:var(--radius-md);gap:0;width:fit-content;min-height:auto;padding:0;display:flex}.styles-module__333LVW__formulacaoMinitabsTrigger{text-transform:none;letter-spacing:.02em;border-radius:calc(var(--radius-md) - 1px);color:var(--text-muted);background:0 0;border:none;padding:.4rem .9rem;font-size:.75rem;font-weight:600}.styles-module__333LVW__formulacaoMinitabsTrigger[data-state=active]{color:var(--primary);background-color:var(--card);border:1px solid var(--border)}.styles-module__333LVW__formulacaoMinitabsContent{outline:none;margin-top:.75rem}.styles-module__333LVW__formulacaoMinitabsContent[hidden]{display:none}.styles-module__333LVW__formulacaoGridBlocos{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.5rem .75rem;margin-top:0;display:grid}.styles-module__333LVW__formulacaoStepIntro{background-color:color-mix(in srgb,var(--primary)8%,transparent);border-radius:var(--radius-md);color:var(--text-secondary);margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.8125rem;line-height:1.5}.styles-module__333LVW__formulacaoGrupoTitulo{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);border-bottom:1px solid var(--border);margin:.75rem 0 .35rem;padding-bottom:.25rem;font-size:.6875rem;font-weight:700}.styles-module__333LVW__formulacaoGrupoTitulo:first-child{margin-top:0}.styles-module__333LVW__formulacaoCardDinamico{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--card);flex-wrap:wrap;align-items:stretch;gap:0;display:flex;overflow:hidden}.styles-module__333LVW__formulacaoCardDinamicoLado{flex-wrap:wrap;flex:1;align-content:flex-start;align-items:flex-end;gap:.35rem .6rem;min-width:0;padding:.5rem .6rem;display:flex}.styles-module__333LVW__formulacaoCardDinamicoLado .styles-module__333LVW__formulacaoCampo{min-width:0}.styles-module__333LVW__formulacaoCardDinamicoLado .styles-module__333LVW__formulacaoLabel{margin-bottom:.1rem;font-size:.625rem}.styles-module__333LVW__formulacaoCardDinamicoLado input{height:1.75rem;min-height:1.75rem;font-size:.8125rem}.styles-module__333LVW__formulacaoCardDinamicoResultado{background-color:color-mix(in srgb,var(--primary)14%,transparent);border-left:1px solid var(--border);flex-direction:column;justify-content:center;align-items:center;min-width:72px;padding:.5rem .6rem;display:flex}.styles-module__333LVW__formulacaoCardDinamicoResultado .styles-module__333LVW__formulacaoLabel{margin-bottom:.1rem;font-size:.5rem}.styles-module__333LVW__formulacaoCardDinamicoResultado .styles-module__333LVW__formulacaoOutput{font-size:.9375rem}.styles-module__333LVW__formulacaoCustosLayout{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:.5rem;display:grid}@media (max-width:1000px){.styles-module__333LVW__formulacaoCustosLayout{grid-template-columns:1fr}}.styles-module__333LVW__formulacaoSectionCard{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--card);overflow:hidden}.styles-module__333LVW__formulacaoSectionCardHead{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground);background-color:color-mix(in srgb,var(--primary)12%,transparent);border-bottom:1px solid var(--border);padding:.6rem .9rem;font-size:.6875rem;font-weight:700}.styles-module__333LVW__formulacaoSectionCardDesc{color:var(--text-muted);border-bottom:1px solid var(--border);padding:.35rem .9rem .5rem;font-size:.6875rem;line-height:1.4}.styles-module__333LVW__formulacaoSectionCardBody{pointer-events:auto;flex-direction:column;align-items:flex-end;gap:0;padding:.9rem;display:flex}.styles-module__333LVW__formulacaoSectionCardBody input{pointer-events:auto;-webkit-user-select:text;user-select:text}.styles-module__333LVW__formulacaoSectionCardInputs{flex-direction:row;justify-content:flex-end;align-items:flex-end;gap:1rem;width:100%;display:flex}.styles-module__333LVW__formulacaoSectionCardInputs .styles-module__333LVW__formulacaoCampo{width:140px;min-width:140px;max-width:140px}.styles-module__333LVW__formulacaoSectionCardInputs .styles-module__333LVW__formulacaoInput{max-width:100%}.styles-module__333LVW__formulacaoSectionCardResultados{flex-direction:row;justify-content:flex-end;align-items:stretch;gap:1rem;margin-top:1rem;display:flex}.styles-module__333LVW__formulacaoSectionCardResultados .styles-module__333LVW__formulacaoCampoResultado{box-sizing:border-box;width:140px;min-width:140px;max-width:140px}.styles-module__333LVW__smpTableWrapper{margin-top:1rem}.styles-module__333LVW__smpTableTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 .5rem;font-size:.625rem;font-weight:700}.styles-module__333LVW__smpTableScroll{border-radius:var(--radius-md);scrollbar-width:thin;scrollbar-color:var(--border)transparent;overflow-x:auto}.styles-module__333LVW__smpTableScroll::-webkit-scrollbar{height:4px}.styles-module__333LVW__smpTableScroll::-webkit-scrollbar-track{background:0 0}.styles-module__333LVW__smpTableScroll::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:4px}.styles-module__333LVW__smpTable{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;min-width:280px;font-size:.75rem}.styles-module__333LVW__smpTh{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);background-color:var(--background-subtle);text-align:center;white-space:nowrap;padding:.4rem .75rem;font-size:.5625rem;font-weight:700;transition:background-color .2s,color .2s}.styles-module__333LVW__smpThActive{background-color:color-mix(in srgb,var(--primary)15%,transparent);color:var(--primary)}.styles-module__333LVW__smpRow{transition:background-color .15s}.styles-module__333LVW__smpRow:hover{background-color:color-mix(in srgb,var(--primary)4%,transparent)}.styles-module__333LVW__smpRowHighlight{background-color:color-mix(in srgb,var(--primary)10%,transparent)}.styles-module__333LVW__smpTd{text-align:center;color:var(--text-secondary);border-bottom:1px solid color-mix(in srgb,var(--border)60%,transparent);white-space:nowrap;padding:.3rem .75rem;transition:background-color .2s,color .2s}.styles-module__333LVW__smpRow:last-child .styles-module__333LVW__smpTd,.styles-module__333LVW__smpRowHighlight:last-child .styles-module__333LVW__smpTd{border-bottom:none}.styles-module__333LVW__smpTdActive{background-color:color-mix(in srgb,var(--primary)6%,transparent);color:var(--foreground)}.styles-module__333LVW__smpTdHighlightActive{background-color:color-mix(in srgb,var(--primary)22%,transparent);color:var(--primary);font-weight:600}
.styles-module__dd50XG__wrapper{background:color-mix(in srgb,var(--card)60%,transparent);-webkit-backdrop-filter:blur(40px);box-shadow:none;border-radius:.5rem;flex-direction:column;gap:1rem;padding:1rem;font-family:inherit;display:flex}.styles-module__dd50XG__plainWrapper{box-shadow:none;background:0 0;border-radius:0;flex-direction:column;gap:1.5rem;padding:0;font-family:inherit;display:flex}.styles-module__dd50XG__topBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.styles-module__dd50XG__searchContainer{flex:1;align-items:center;max-width:100%;display:flex;position:relative}.styles-module__dd50XG__searchInput{background-color:var(--background);width:100%;color:var(--text-primary);border:none;border-radius:.5rem;outline:none;height:38px;padding:0 1rem 0 2.8rem;font-size:.95rem;transition:all .2s}.styles-module__dd50XG__searchInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2e7d3226}.styles-module__dd50XG__searchIcon{color:var(--text-muted);pointer-events:none;position:absolute;left:1rem}.styles-module__dd50XG__actionsContainer{align-items:center;gap:.75rem;display:flex}.styles-module__dd50XG__filtersContainer{flex:1;align-items:center;gap:.75rem;display:flex}.styles-module__dd50XG__bulkActions{background:var(--tag-success-bg);color:var(--tag-success-color);border-radius:.5rem;align-items:center;gap:1rem;padding:.5rem 1rem;font-size:.9rem;animation:.2s ease-in-out styles-module__dd50XG__fadeIn;display:flex}.styles-module__dd50XG__bulkActions span{font-weight:600}.styles-module__dd50XG__tableContainer{overflow-x:auto}.styles-module__dd50XG__table{border-collapse:separate;border-spacing:0 .25rem;width:100%;min-width:100%}.styles-module__dd50XG__table thead th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid var(--border);padding:0 .75rem .75rem;font-size:.75rem;font-weight:600}.styles-module__dd50XG__table tbody tr{cursor:pointer;background-color:#0000;transition:background-color .15s}.styles-module__dd50XG__table tbody tr:nth-child(2n){background-color:color-mix(in srgb,var(--background)30%,transparent)}.styles-module__dd50XG__table tbody tr:hover{background-color:color-mix(in srgb,var(--sidebar-item-hover)80%,transparent)}[data-theme=dark] .styles-module__dd50XG__table tbody tr{background-color:#0000}[data-theme=dark] .styles-module__dd50XG__table tbody tr:nth-child(2n){background-color:#16161666}[data-theme=dark] .styles-module__dd50XG__table tbody tr:hover{background-color:#0f0f0f99}.styles-module__dd50XG__table tbody tr td{color:var(--text-primary);vertical-align:middle;border:none;padding:.75rem;font-size:.875rem}.styles-module__dd50XG__table tbody tr td:first-child{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.styles-module__dd50XG__table tbody tr td:last-child{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.styles-module__dd50XG__checkbox{appearance:none;border:2px solid var(--input-border);background-color:var(--input-bg);cursor:pointer;border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;width:1.125rem;height:1.125rem;transition:border-color .2s,background-color .2s,box-shadow .2s;display:inline-flex}.styles-module__dd50XG__checkbox:hover{border-color:var(--text-muted)}.styles-module__dd50XG__checkbox:focus{box-shadow:0 0 0 2px var(--card),0 0 0 4px var(--primary);outline:none}.styles-module__dd50XG__checkbox:checked{background-color:var(--primary);border-color:var(--primary);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 8l3 3 7-7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:.75rem .75rem}.styles-module__dd50XG__checkbox:checked:hover{background-color:var(--primary-hover);border-color:var(--primary-hover)}.styles-module__dd50XG__checkbox:focus-visible{box-shadow:0 0 0 2px var(--card),0 0 0 4px var(--primary);outline:none}.styles-module__dd50XG__sortIcon{opacity:.3;margin-left:.4rem;transition:opacity .2s;display:inline-flex}.styles-module__dd50XG__activeSort{opacity:1;color:var(--primary)}.styles-module__dd50XG__statusBadge{border-radius:9999px;align-items:center;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:inline-flex}@keyframes styles-module__dd50XG__fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes styles-module__dd50XG__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.styles-module__dd50XG__skeletonRow td{background-color:#0000!important}.styles-module__dd50XG__skeletonCell{background:linear-gradient(90deg,var(--background)25%,var(--border)50%,var(--background)75%);background-size:200% 100%;border-radius:.5rem;height:1rem;animation:1.5s linear infinite styles-module__dd50XG__shimmer}.styles-module__dd50XG__skeletonCheckbox{background:linear-gradient(90deg,var(--background)25%,var(--border)50%,var(--background)75%);background-size:200% 100%;border-radius:.35rem;width:1.1rem;height:1.1rem;margin:0 auto;animation:1.5s linear infinite styles-module__dd50XG__shimmer}
.styles-module__zUjzGq__container{flex-direction:column;gap:1.5rem;width:100%;padding:0;display:flex}.styles-module__zUjzGq__dashboardCard{background-color:var(--card);border-radius:var(--radius-lg);border:none;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}[data-theme=dark] .styles-module__zUjzGq__dashboardCard{background-color:var(--background-subtle);border-color:var(--border)}.styles-module__zUjzGq__toolbar{justify-content:space-between;align-items:center;gap:1rem;padding:0;display:flex}.styles-module__zUjzGq__toolbarLeft{flex:1;align-items:center;gap:.75rem;display:flex}.styles-module__zUjzGq__searchWrapper{width:100%;max-width:400px;position:relative}.styles-module__zUjzGq__searchWrapper input{background-color:var(--background);border:1px solid var(--border);height:42px}.styles-module__zUjzGq__filterControls{align-items:center;gap:.5rem;display:flex}.styles-module__zUjzGq__filterButton{background-color:var(--background);border:1px solid var(--border);border-radius:var(--radius-sm);height:38px;color:var(--text-primary);cursor:pointer;white-space:nowrap;align-items:center;gap:.5rem;padding:0 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.styles-module__zUjzGq__filterButton:hover{background-color:var(--sidebar-item-hover);border-color:var(--text-muted)}.styles-module__zUjzGq__toolbarRight{align-items:center;gap:1rem;display:flex}.styles-module__zUjzGq__viewToggles{background-color:var(--background-subtle);border-radius:6px;align-items:center;gap:.25rem;padding:.2rem;display:flex}.styles-module__zUjzGq__viewToggleBtn{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:all .2s;display:flex}.styles-module__zUjzGq__viewToggleBtnActive{background-color:var(--card);color:var(--text-primary);box-shadow:0 1px 2px #0000001a}.styles-module__zUjzGq__projectGrid,.styles-module__zUjzGq__listContainer{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;padding:0;display:grid}.styles-module__zUjzGq__listContainer{display:block}.styles-module__zUjzGq__projectCard{background-color:var(--sidebar-bg);border-radius:var(--radius-lg);cursor:pointer;border:none;flex-direction:column;gap:.75rem;padding:1.25rem;transition:background-color .2s;display:flex;position:relative}[data-theme=dark] .styles-module__zUjzGq__projectCard{background-color:#111;border:1px solid #222}.styles-module__zUjzGq__projectCard:hover{background-color:var(--sidebar-item-hover)}[data-theme=dark] .styles-module__zUjzGq__projectCard:hover{background-color:#1a1a1a}.styles-module__zUjzGq__projectHeader{justify-content:space-between;align-items:flex-start;display:flex}.styles-module__zUjzGq__projectName{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.styles-module__zUjzGq__moreButton{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;display:flex}.styles-module__zUjzGq__moreButton:hover{background-color:var(--sidebar-item-hover);color:var(--text-primary)}.styles-module__zUjzGq__projectDetails{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:.75rem;padding:.75rem 0;display:grid}.styles-module__zUjzGq__detailItem{flex-direction:column;gap:2px;display:flex}.styles-module__zUjzGq__detailLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:500}.styles-module__zUjzGq__detailValue{color:var(--text-primary);font-size:.8rem;font-weight:500}.styles-module__zUjzGq__badgeStack{align-items:center;gap:.5rem;display:flex}.styles-module__zUjzGq__badge{text-transform:uppercase;letter-spacing:.025em;border-radius:100px;padding:2px 8px;font-size:.65rem;font-weight:700}.styles-module__zUjzGq__badgeActive{color:#22c55e;background-color:#22c55e1a}.styles-module__zUjzGq__badgePaused{color:#f59e0b;background-color:#f59e0b1a}.styles-module__zUjzGq__badgeNano{color:#64748b;background-color:#64748b1a}.styles-module__zUjzGq__tableNameCell{color:var(--primary);font-weight:600}.styles-module__zUjzGq__filterDropdown{position:relative}.styles-module__zUjzGq__dropdownMenu{background-color:var(--card);border:1px solid var(--border);z-index:100;border-radius:8px;flex-direction:column;gap:2px;min-width:160px;padding:.5rem;display:flex;position:absolute;top:calc(100% + 5px);left:0;box-shadow:0 4px 20px #00000026}.styles-module__zUjzGq__dropdownItem{color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.5rem .75rem;font-size:.85rem;transition:all .2s}.styles-module__zUjzGq__dropdownItem:hover{background-color:var(--sidebar-item-hover)}.styles-module__zUjzGq__dropdownItemActive{color:var(--primary);background-color:#2e7d321a;font-weight:600}[data-theme=dark] .styles-module__zUjzGq__dropdownMenu{background-color:#1a1a1a;border-color:#333}[data-theme=dark] .styles-module__zUjzGq__filterButton{background-color:#1a1a1a;border-color:#333}[data-theme=dark] .styles-module__zUjzGq__viewToggles{background-color:#141414}.styles-module__zUjzGq__cellName{color:var(--text-primary);font-weight:600}.styles-module__zUjzGq__cellSubtext{color:var(--text-muted);font-size:.75rem}.styles-module__zUjzGq__statusBadge{border-radius:9999px;align-items:center;gap:4px;padding:2px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.styles-module__zUjzGq__statusBadgeSuccess{background:var(--tag-success-bg);color:var(--tag-success-color)}.styles-module__zUjzGq__statusBadgeWarning{background:var(--tag-warning-bg);color:var(--tag-warning-color)}.styles-module__zUjzGq__statusBadgeDanger{background:var(--tag-danger-bg);color:var(--tag-danger-color)}.styles-module__zUjzGq__tabsContainer{border-bottom:1px solid var(--border);gap:.5rem;margin-bottom:1.5rem;display:flex}.styles-module__zUjzGq__tabButton{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.styles-module__zUjzGq__tabButtonActive{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}
.styles-module__3dvt2a__container{width:100%;max-width:1600px;margin:0 auto;padding:0}.styles-module__3dvt2a__conditionBadge{color:#475569;background-color:#f1f5f9;border-radius:9999px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.styles-module__3dvt2a__modalContent{align-items:flex-start;gap:2rem;display:flex}.styles-module__3dvt2a__modalColumn{flex-direction:column;flex:1;gap:1.25rem;display:flex}.styles-module__3dvt2a__divider{background-color:var(--border);align-self:stretch;width:1px}.styles-module__3dvt2a__sectionHeader{color:var(--primary);align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.styles-module__3dvt2a__sectionHeader finance{color:#c2410c}.styles-module__3dvt2a__sectionTitle{font-size:.95rem;font-weight:600}.styles-module__3dvt2a__sectionHeaderWithAction{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.styles-module__3dvt2a__xmlBtn{background:var(--background)!important;border-color:var(--border)!important;height:auto!important;color:var(--text-primary)!important;padding:.2rem .6rem!important;font-size:.75rem!important}.styles-module__3dvt2a__formGroup{flex-direction:column;gap:1rem;display:flex}.styles-module__3dvt2a__totalSummary{background-color:var(--background-subtle);border-radius:var(--radius-md,.75rem);border:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem;display:flex}.styles-module__3dvt2a__totalLabel{color:var(--text-muted);font-size:.85rem}.styles-module__3dvt2a__totalValue{color:var(--text-primary);font-size:1.1rem;font-weight:600}.styles-module__3dvt2a__financeSection{border-top:1px dashed var(--border);padding-top:1.5rem}.styles-module__3dvt2a__sectionHeaderFinance{color:var(--tag-warning-color);align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.styles-module__3dvt2a__label{color:var(--text-primary);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.styles-module__3dvt2a__textarea{border-radius:var(--radius-md,.5rem);border:1px solid var(--border);background-color:var(--background);width:100%;min-height:100px;color:var(--text-primary);resize:vertical;outline:none;padding:.75rem;font-family:inherit;font-size:.875rem;transition:border-color .2s}.styles-module__3dvt2a__textarea:focus{border-color:var(--primary)}.styles-module__3dvt2a__dropZone{border:2px dashed var(--border);border-radius:var(--radius-md,.75rem);background-color:var(--background-subtle);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:100px;margin-top:1rem;padding:1.25rem;transition:border-color .2s,background-color .2s;display:flex}.styles-module__3dvt2a__dropZone:hover,.styles-module__3dvt2a__dropZone[data-active=true]{border-color:var(--primary);background-color:color-mix(in srgb,var(--primary)10%,transparent)}.styles-module__3dvt2a__dropZoneIcon{color:var(--text-muted)}.styles-module__3dvt2a__dropZone[data-active=true] .styles-module__3dvt2a__dropZoneIcon{color:var(--primary)}.styles-module__3dvt2a__dropZoneText{color:var(--text-muted);text-align:center;font-size:.875rem}.styles-module__3dvt2a__dropZoneFiles{color:var(--primary);font-size:.8rem;font-weight:500}.styles-module__3dvt2a__kpiContainer{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.styles-module__3dvt2a__kpiGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;display:grid}.styles-module__3dvt2a__kpiCardMini{background-color:var(--card-bg,#fff);border:1px solid var(--border);border-radius:var(--radius-sm,.5rem);align-items:center;gap:.75rem;padding:.75rem;transition:all .2s;display:flex}.styles-module__3dvt2a__kpiCardMini:hover{border-color:var(--primary);background-color:var(--background-subtle)}.styles-module__3dvt2a__kpiMiniHeader{margin-bottom:0;display:flex}.styles-module__3dvt2a__kpiMiniIcon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.styles-module__3dvt2a__kpiCardContent{flex-direction:column;min-width:0;display:flex}.styles-module__3dvt2a__kpiMiniLabel{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;font-weight:500;overflow:hidden}.styles-module__3dvt2a__kpiMiniValue{color:var(--text-primary);font-size:.95rem;font-weight:600}[data-theme=dark] .styles-module__3dvt2a__kpiCardMini{background-color:#ffffff0d;border-color:#ffffff1a}[data-theme=dark] .styles-module__3dvt2a__kpiCardMini:hover{border-color:var(--primary);background-color:#ffffff14}[data-theme=dark] .styles-module__3dvt2a__kpiMiniValue{color:#f8fafc}
.styles-module__pBxgNa__container{width:100%;max-width:1600px;font-family:var(--font-poppins),sans-serif;flex-direction:column;gap:1.5rem;margin:0 auto;padding:0;display:flex}.styles-module__pBxgNa__resumosToolbar{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:1rem;display:flex}.styles-module__pBxgNa__resumoSelectLabel{color:var(--text-secondary);font-size:.8rem;font-weight:500}.styles-module__pBxgNa__dropdownWrap{align-items:center;gap:.5rem;display:inline-flex;position:relative}.styles-module__pBxgNa__resumoDropdownTrigger{border:1px solid var(--input-border);border-radius:var(--radius-sm);background:var(--input-bg);min-width:200px;height:38px;color:var(--text-primary);cursor:pointer;justify-content:space-between;align-items:center;gap:.5rem;padding:0 1rem;font-size:.9rem;transition:border-color .2s,background .2s;display:inline-flex}.styles-module__pBxgNa__resumoDropdownTrigger:hover{background:var(--dropdown-item-hover)}.styles-module__pBxgNa__resumoDropdownTrigger:focus{border-color:var(--primary);outline:none}.styles-module__pBxgNa__resumoDropdownChevron{color:var(--text-muted);transition:transform .2s}.styles-module__pBxgNa__chevronOpen{transform:rotate(180deg)}.styles-module__pBxgNa__resumoDropdownList{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);z-index:50;min-width:240px;max-height:min(70vh,320px);margin-top:4px;padding:.25rem;list-style:none;position:absolute;top:100%;left:0;overflow-y:auto}.styles-module__pBxgNa__resumoDropdownItem{border-radius:var(--radius-sm);align-items:center;transition:background .1s;display:flex;position:relative}.styles-module__pBxgNa__resumoDropdownItem:hover{background:var(--dropdown-item-hover)}.styles-module__pBxgNa__resumoDropdownItemSelected{background:var(--tag-success-bg);color:var(--primary);font-weight:500}.styles-module__pBxgNa__resumoDropdownItemSelected:hover{background:var(--dropdown-item-hover)}.styles-module__pBxgNa__resumoDropdownItemName{border-radius:var(--radius-sm);color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;flex:1;padding:.5rem 2rem .5rem .75rem;font-size:.9rem}.styles-module__pBxgNa__resumoDropdownExcluir{width:24px;height:24px;color:var(--text-muted);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:opacity .2s,background .2s,color .2s;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.styles-module__pBxgNa__resumoDropdownItem:hover .styles-module__pBxgNa__resumoDropdownExcluir{opacity:1}.styles-module__pBxgNa__resumoDropdownExcluir:hover{background:var(--tag-danger-bg);color:var(--tag-danger-color)}.styles-module__pBxgNa__header{margin-bottom:.5rem}.styles-module__pBxgNa__title{color:var(--text-primary);margin:0 0 .25rem;font-size:1.25rem;font-weight:600}.styles-module__pBxgNa__subtitle{color:var(--text-muted);margin:0;font-size:.875rem}.styles-module__pBxgNa__talhaoBlock{background:var(--card);border:1px solid var(--border);border-radius:.75rem;flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;display:flex}.styles-module__pBxgNa__talhaoInfo{flex-wrap:wrap;align-items:center;gap:1.5rem 2rem;display:flex}.styles-module__pBxgNa__talhaoInfoRow{align-items:center;gap:.5rem;display:flex}.styles-module__pBxgNa__talhaoInfoLabel{color:var(--text-muted);font-size:.8125rem}.styles-module__pBxgNa__talhaoInfoValue{color:var(--text-primary);font-size:.9375rem;font-weight:600}.styles-module__pBxgNa__custosTable{border-collapse:collapse;width:100%;font-size:.875rem}.styles-module__pBxgNa__custosTable th,.styles-module__pBxgNa__custosTable td{text-align:left;border-bottom:1px solid var(--border);padding:.5rem 1rem}.styles-module__pBxgNa__custosTable th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.styles-module__pBxgNa__custosTable td{color:var(--text-primary)}.styles-module__pBxgNa__custosTable tr.styles-module__pBxgNa__totalRow td{border-bottom:none;padding-top:.75rem;font-weight:600}.styles-module__pBxgNa__custosTable .styles-module__pBxgNa__colCustoHa{min-width:7rem}.styles-module__pBxgNa__custosTable .styles-module__pBxgNa__colCustoTotal{min-width:8rem}.styles-module__pBxgNa__custosTable .styles-module__pBxgNa__colNum{text-align:right}.styles-module__pBxgNa__emptyState{text-align:center;color:var(--text-muted);background:var(--card);border:1px dashed var(--border);border-radius:.75rem;padding:2.5rem}.styles-module__pBxgNa__loading{text-align:center;color:var(--text-muted);padding:2rem}
.styles-module__OeEHRG__container{flex-direction:column;gap:1.5rem;width:100%;max-width:1600px;margin:0 auto;padding:0;font-family:Inter,sans-serif;display:flex}.styles-module__OeEHRG__newPlanBtn{cursor:pointer;align-items:center;gap:.5rem;transition:background-color .2s,transform .1s;display:flex;box-shadow:0 4px 6px -1px #2e7d3240;background-color:var(--primary)!important;color:#fff!important;border:none!important;border-radius:.75rem!important;padding:.7rem 1.5rem!important;font-size:.9rem!important;font-weight:600!important}.styles-module__OeEHRG__newPlanBtn:hover{transform:translateY(-1px);background-color:var(--primary-hover)!important}.styles-module__OeEHRG__newPlanBtn:active{transform:translateY(0)}.styles-module__OeEHRG__actions{justify-content:flex-end;gap:.5rem;display:flex}.styles-module__OeEHRG__actionBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:.4rem;transition:all .2s;display:flex}.styles-module__OeEHRG__actionBtn:hover{color:#3b82f6;background-color:#f1f5f9}.styles-module__OeEHRG__deleteBtn:hover{color:#ef4444}.styles-module__OeEHRG__modalFormLabel{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.85rem;font-weight:600;display:flex}.styles-module__OeEHRG__featuresGrid{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;grid-template-columns:1fr 1fr;gap:.5rem;max-height:200px;padding:1rem;display:grid;overflow-y:auto}.styles-module__OeEHRG__featureLabel{cursor:pointer;color:var(--text-secondary);border-radius:.375rem;align-items:center;gap:.5rem;padding:.35rem;font-size:.875rem;display:flex}.styles-module__OeEHRG__featureLabel:hover{background-color:#f1f5f9}.styles-module__OeEHRG__featureCheckbox{accent-color:var(--primary);cursor:pointer;border:2px solid #cbd5e1;border-radius:.25rem}
.styles-module__6mItRG__container{flex-direction:column;gap:1rem;padding:0;display:flex}.styles-module__6mItRG__statsGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;width:100%;display:grid}@media (max-width:900px){.styles-module__6mItRG__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.styles-module__6mItRG__statsGrid{grid-template-columns:1fr}}.styles-module__6mItRG__statItem{background:var(--card);border-radius:var(--radius-lg);box-shadow:none;border:none;flex-direction:row;align-items:center;gap:.875rem;min-width:0;padding:1rem;display:flex;position:relative;overflow:hidden}.styles-module__6mItRG__statIcon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:0;display:flex}.styles-module__6mItRG__statIconBlue{color:#3b82f6;background-color:#eff6ff}.styles-module__6mItRG__statIconGreen{color:#22c55e;background-color:#f0fdf4}.styles-module__6mItRG__statIconYellow{color:#f59e0b;background-color:#fffbeb}.styles-module__6mItRG__statIconRed{color:#ef4444;background-color:#fef2f2}.styles-module__6mItRG__statIconGray{color:#6b7280;background-color:#f3f4f6}.styles-module__6mItRG__statIconSlate{color:#475569;background-color:#f8fafc}[data-theme=dark] .styles-module__6mItRG__statIconBlue{background-color:#3b82f61a}[data-theme=dark] .styles-module__6mItRG__statIconGreen{background-color:#22c55e1a}[data-theme=dark] .styles-module__6mItRG__statIconYellow{background-color:#f59e0b1a}[data-theme=dark] .styles-module__6mItRG__statIconRed{background-color:#ef44441a}[data-theme=dark] .styles-module__6mItRG__statIconGray{background-color:#6b72801a}[data-theme=dark] .styles-module__6mItRG__statIconSlate{background-color:#4755691a}.styles-module__6mItRG__statLabel{color:var(--text-secondary);font-size:.875rem;font-weight:500}.styles-module__6mItRG__statValue{color:var(--text-primary);font-size:1.375rem;font-weight:600}.styles-module__6mItRG__cellName{color:var(--text-primary);font-weight:600}.styles-module__6mItRG__cellSubtext{color:var(--text-muted);font-size:.75rem}.styles-module__6mItRG__userAvatar{background-color:var(--background-subtle);width:32px;height:32px;color:var(--text-muted);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex;overflow:hidden}.styles-module__6mItRG__userAvatar img{object-fit:cover;width:100%;height:100%}.styles-module__6mItRG__statusActive{background:var(--tag-success-bg);color:var(--tag-success-color);border:none;border-radius:12px;padding:4px 12px;font-size:.75rem;font-weight:600}.styles-module__6mItRG__statusInactive{background:var(--background-subtle);color:var(--text-muted);border:none;border-radius:12px;padding:4px 12px;font-size:.75rem;font-weight:600}.styles-module__6mItRG__modalContent{flex-direction:column;gap:1.5rem;padding:.5rem 0;display:flex}.styles-module__6mItRG__tabsList{border-bottom:2px solid var(--border);gap:2rem;margin-bottom:.5rem;display:flex}.styles-module__6mItRG__tabButton{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.75rem .5rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex;position:relative}.styles-module__6mItRG__tabButton:hover{color:var(--text-primary)}.styles-module__6mItRG__tabButtonActive{color:var(--primary)}.styles-module__6mItRG__tabButtonActive:after{content:"";background-color:var(--primary);height:2px;position:absolute;bottom:-2px;left:0;right:0}.styles-module__6mItRG__formSection{flex-direction:column;flex:1;gap:1.5rem;display:flex}.styles-module__6mItRG__sectionTitle{color:var(--text-primary);border-bottom:2px solid var(--border);align-items:center;gap:.75rem;margin:0;padding-bottom:.5rem;font-size:1rem;font-weight:600;display:flex}.styles-module__6mItRG__gridTwo{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.styles-module__6mItRG__formGroup{flex-direction:column;gap:1.25rem;display:flex}.styles-module__6mItRG__helpText{color:var(--text-muted);margin:-1rem 0 0;font-size:.8rem}.styles-module__6mItRG__permList{background-color:var(--background-subtle);box-shadow:none;border:none;border-radius:1rem;padding:1.25rem}.styles-module__6mItRG__permTitle{color:var(--text-secondary);margin-bottom:1rem;font-size:.85rem;font-weight:600;display:block}.styles-module__6mItRG__permBadges{flex-wrap:wrap;gap:.5rem;display:flex}.styles-module__6mItRG__permBadge{border:1px solid #0000;border-radius:9999px;align-items:center;gap:.4rem;padding:4px 10px;font-size:.75rem;font-weight:500;display:inline-flex}.styles-module__6mItRG__permBadgeActive{color:#166534;background-color:#dcfce7;border-color:#bbf7d0}.styles-module__6mItRG__permBadgeInactive{color:#94a3b8;background-color:#f1f5f9;text-decoration:line-through}.styles-module__6mItRG__sectionDesc{color:var(--text-muted);margin-top:-1rem;margin-bottom:.5rem;font-size:.875rem}.styles-module__6mItRG__modulesGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.styles-module__6mItRG__moduleItem{border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;background-color:var(--card);align-items:center;gap:.75rem;padding:1rem;transition:all .2s;display:flex}.styles-module__6mItRG__moduleItem:hover{border-color:var(--primary-light);background-color:var(--background-subtle)}.styles-module__6mItRG__moduleActive{border-color:var(--primary);background-color:rgba(var(--primary-rgb),.05);box-shadow:0 0 0 1px var(--primary)}.styles-module__6mItRG__moduleIconWrapper{background-color:var(--background-subtle);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.styles-module__6mItRG__moduleIconWrapper img{object-fit:contain;width:20px;height:20px}.styles-module__6mItRG__moduleName{color:var(--text-primary);flex:1;font-weight:600}.styles-module__6mItRG__moduleCheck{color:var(--primary)}@keyframes styles-module__6mItRG__fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.styles-module__6mItRG__tabSection{animation:.3s ease-out styles-module__6mItRG__fadeIn}
.styles-module__3akw4W__pageHeader{display:none}.styles-module__3akw4W__title{color:var(--text-primary);font-size:1rem;font-weight:600}.styles-module__3akw4W__actions{gap:1rem;display:flex}.styles-module__3akw4W__gridContainer{grid-template-columns:350px 1fr;align-items:start;gap:2rem;display:grid}@media (max-width:1024px){.styles-module__3akw4W__gridContainer{grid-template-columns:1fr}}.styles-module__3akw4W__topSection{align-items:flex-start;gap:1.5rem;margin-bottom:1rem;display:flex}.styles-module__3akw4W__parametersBar{background-color:var(--background-subtle);border-radius:var(--radius-md);box-shadow:none;z-index:20;border:none;flex-wrap:nowrap;flex:1;gap:.5rem;padding:.75rem 1rem;display:flex;position:relative;overflow-x:visible}.styles-module__3akw4W__parameterGroup{flex:1;gap:.5rem;min-width:0;display:flex}.styles-module__3akw4W__parameterItem{flex:1;min-width:100px}.styles-module__3akw4W__kpiContainer{flex-direction:row;flex:none;gap:1rem;min-width:500px;max-height:82px;display:flex}.styles-module__3akw4W__kpiCard{background-color:var(--card);border-radius:var(--radius-md);min-width:140px;box-shadow:none;border:none;flex-direction:column;flex:1;justify-content:center;padding:1rem;display:flex;position:relative;overflow:hidden}.styles-module__3akw4W__kpiLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.styles-module__3akw4W__kpiValue{color:var(--text-primary);margin-top:.25rem;font-size:1.75rem;font-weight:600}.styles-module__3akw4W__kpiUnit{color:var(--text-muted);margin-left:.25rem;font-size:1rem;font-weight:400}.styles-module__3akw4W__tabsHeader{background:0 0;justify-content:space-between;align-items:flex-end;margin-bottom:1rem;display:flex}.styles-module__3akw4W__tabsLeft{flex:1;align-items:flex-end;gap:.5rem;min-width:0;padding-right:1rem;display:flex;overflow:hidden}.styles-module__3akw4W__tabsRow{align-items:flex-end;gap:.5rem;width:100%;display:flex}.styles-module__3akw4W__tabsWrapper{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex;overflow:hidden}.styles-module__3akw4W__recipeCountBadge{color:var(--text-secondary);align-items:center;gap:.5rem;padding-left:.25rem;font-size:.75rem;font-weight:600;display:flex}.styles-module__3akw4W__countNumber{background-color:var(--background);color:var(--primary);border-radius:9999px;padding:.125rem .5rem;font-weight:600}.styles-module__3akw4W__editInput{border:none;border-bottom:1px solid var(--primary);color:var(--primary);background:0 0;outline:none;width:100px;padding:0 .25rem;font-size:.875rem;font-weight:600}.styles-module__3akw4W__tabsActions{gap:.75rem;display:flex}.styles-module__3akw4W__newRecipeBtn{color:var(--primary);background:var(--tag-success-bg);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:none;flex-shrink:0;align-self:flex-end;align-items:center;gap:.5rem;margin-bottom:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.styles-module__3akw4W__newRecipeBtn:hover{background:var(--tag-success-border)}.styles-module__3akw4W__headerSummary,.styles-module__3akw4W__summaryCard{display:none}.styles-module__3akw4W__summaryCardLabel{text-transform:uppercase;color:var(--primary);letter-spacing:.05em;font-size:.7rem;font-weight:600}.styles-module__3akw4W__summaryCardValue{color:var(--primary);font-size:1.5rem;font-weight:600;line-height:1.1}.styles-module__3akw4W__summaryCardSub{color:var(--primary);opacity:.8;font-size:.65rem}.styles-module__3akw4W__formGrid{flex-direction:column;gap:1rem;display:flex}.styles-module__3akw4W__summaryBox{background:0 0;border:none;grid-template-columns:1fr 1fr;align-items:stretch;gap:1.5rem;margin-top:1.5rem;padding:0;display:grid}.styles-module__3akw4W__summaryItem{background:var(--background-subtle);border-radius:var(--radius-md);text-align:center;border:none;flex-direction:column;justify-content:center;align-items:center;padding:1rem;transition:transform .2s;display:flex}.styles-module__3akw4W__summaryItem:hover{background:var(--sidebar-item-hover)}.styles-module__3akw4W__summaryLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem;font-weight:500}.styles-module__3akw4W__summaryValue{color:var(--primary);font-size:2.25rem;font-weight:600;line-height:1.1}.styles-module__3akw4W__summarySub{color:var(--text-muted);margin-top:.25rem;font-size:.75rem}.styles-module__3akw4W__productCard{background-color:var(--card);box-shadow:none;z-index:10;border:none;border-radius:.5rem;padding:1rem;position:relative}.styles-module__3akw4W__tableWrapper{overflow-x:auto}.styles-module__3akw4W__table{border-collapse:separate;border-spacing:0 .25rem;width:100%;min-width:800px;font-size:.875rem}.styles-module__3akw4W__table thead th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap;padding:0 1rem .75rem;font-size:.85rem;font-weight:500}.styles-module__3akw4W__table tbody tr{background-color:var(--card);border-radius:.75rem;transition:background-color .1s}.styles-module__3akw4W__table tbody tr:nth-child(2n){background-color:var(--background)}.styles-module__3akw4W__table tbody tr:hover{background-color:var(--sidebar-item-hover)}.styles-module__3akw4W__table tbody td{vertical-align:middle;color:var(--text-primary);border:none;padding:.75rem 1rem}.styles-module__3akw4W__table tbody tr td:first-child{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.styles-module__3akw4W__table tbody tr td:last-child{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.styles-module__3akw4W__calcValue{color:var(--text-primary);font-family:monospace;font-size:.9rem;font-weight:500}.styles-module__3akw4W__tableFooter{display:table-footer-group}.styles-module__3akw4W__addProductWrapper{width:100%;margin-top:1rem;display:flex}.styles-module__3akw4W__addProductWrapper button{width:100%}.styles-module__3akw4W__tabDivider{background-color:var(--border);flex-shrink:0;align-self:center;width:1px;height:24px;margin:0 2px}.styles-module__3akw4W__overrideInput{border:1px dashed var(--border);width:80px;color:var(--text-primary);background:0 0;border-radius:4px;padding:2px 4px;font-family:inherit;font-size:.9rem;font-weight:600}.styles-module__3akw4W__overrideInput:focus{border-style:solid;border-color:var(--primary);background:var(--input-bg);outline:none}@media print{.styles-module__3akw4W__tabsHeader,.styles-module__3akw4W__tableFooter,.styles-module__3akw4W__newRecipeBtn,.styles-module__3akw4W__tabDivider,.styles-module__3akw4W__table button,.styles-module__3akw4W__calcValue span{display:none!important}}
.styles-module__PMG3gq__container{width:100%;max-width:1600px;margin:0 auto;padding:0}.styles-module__PMG3gq__statusBadge{border:none;border-radius:9999px;align-items:center;gap:4px;padding:4px 10px;font-size:.8rem;font-weight:600;display:inline-flex}.styles-module__PMG3gq__statusBadgeSuccess{background:var(--tag-success-bg);color:var(--tag-success-color)}.styles-module__PMG3gq__statusBadgeWarning{background:var(--tag-warning-bg);color:var(--tag-warning-color)}.styles-module__PMG3gq__statusBadgeDanger{background:var(--tag-danger-bg);color:var(--tag-danger-color)}.styles-module__PMG3gq__mutedText{color:var(--text-muted)}.styles-module__PMG3gq__cellName{color:var(--text-primary);font-weight:600}.styles-module__PMG3gq__cellSubtext{color:var(--text-muted);font-size:.75rem}.styles-module__PMG3gq__cellReserved{color:var(--text-secondary);font-weight:500}.styles-module__PMG3gq__helperText{color:var(--text-muted);margin-top:.25rem;font-size:.75rem}.styles-module__PMG3gq__helperLink{color:var(--primary);font-weight:500}.styles-module__PMG3gq__modalSection{background-color:var(--background-subtle);border:1px solid var(--border);border-radius:.75rem;padding:1rem}.styles-module__PMG3gq__modalSectionTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.styles-module__PMG3gq__infoAlert{background:var(--tag-success-bg);color:var(--tag-success-color);border-radius:.75rem;align-items:center;gap:1rem;padding:1rem;display:flex}.styles-module__PMG3gq__infoIcon{background:var(--card);color:var(--primary);border-radius:50%;padding:.5rem}.styles-module__PMG3gq__warningAlert{background:var(--tag-warning-bg);color:var(--tag-warning-color);border-radius:.75rem;padding:1rem;font-size:.9rem}.styles-module__PMG3gq__label{color:var(--text-primary);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.styles-module__PMG3gq__textarea{border:1px solid var(--input-border);background:var(--input-bg);width:100%;min-height:100px;color:var(--text-primary);resize:vertical;border-radius:.5rem;outline:none;padding:.75rem;font-family:inherit;font-size:.875rem;transition:border-color .2s}.styles-module__PMG3gq__textarea:focus{border-color:var(--primary)}
.styles-module__4hfH4W__container{width:100%;max-width:1600px;margin:0 auto;padding:0}.styles-module__4hfH4W__reasonBadge{text-transform:uppercase;letter-spacing:.05em;background-color:var(--background-subtle);color:var(--text-muted);border:1px solid var(--border);border-radius:9999px;padding:2px 10px;font-size:.7rem;font-weight:700;display:inline-flex}.styles-module__4hfH4W__warningAlert{background-color:color-mix(in srgb,var(--danger)15%,transparent);border:1px solid color-mix(in srgb,var(--danger)30%,transparent);border-radius:var(--radius-md,.75rem);color:var(--danger);align-items:center;gap:1rem;padding:1rem;display:flex}.styles-module__4hfH4W__warningIcon{background-color:color-mix(in srgb,var(--danger)10%,transparent);color:var(--danger);border-radius:50%;padding:.5rem}.styles-module__4hfH4W__label{color:var(--text-primary);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.styles-module__4hfH4W__textarea{border-radius:var(--radius-md,.5rem);border:1px solid var(--border);background-color:var(--background);width:100%;min-height:100px;color:var(--text-primary);resize:vertical;outline:none;padding:.75rem;font-family:inherit;font-size:.875rem;transition:border-color .2s}.styles-module__4hfH4W__textarea:focus{border-color:var(--primary)}.styles-module__4hfH4W__modalContent{flex-direction:column;gap:1.5rem;display:flex}.styles-module__4hfH4W__modalColumn{flex-direction:column;gap:1.25rem;display:flex}.styles-module__4hfH4W__sectionHeader{color:var(--danger);align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.styles-module__4hfH4W__sectionTitle{font-size:.95rem;font-weight:600}.styles-module__4hfH4W__formGroup{flex-direction:column;gap:1rem;display:flex}.styles-module__4hfH4W__availableSummary{background-color:color-mix(in srgb,var(--danger)5%,transparent);border-radius:var(--radius-md,.75rem);border:1px solid color-mix(in srgb,var(--danger)20%,transparent);justify-content:space-between;align-items:center;padding:1rem;display:flex}.styles-module__4hfH4W__availableLabel{color:var(--danger);font-size:.85rem;font-weight:600}.styles-module__4hfH4W__availableValue{color:var(--text-primary);font-size:1.1rem;font-weight:600}
.styles-module__jQAdoa__container{width:100%;max-width:1600px;margin:0 auto;padding:0;font-family:Inter,sans-serif}.styles-module__jQAdoa__topBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.styles-module__jQAdoa__searchContainer{flex:1;max-width:600px;position:relative}.styles-module__jQAdoa__searchInput{background-color:var(--background);width:100%;color:var(--text-primary);border:none;border-radius:.75rem;outline:none;padding:.85rem 1rem .85rem 3rem;font-size:.95rem;transition:all .2s}.styles-module__jQAdoa__searchInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2e7d3226}.styles-module__jQAdoa__searchIcon{color:var(--text-muted);position:absolute;top:50%;left:1.2rem;transform:translateY(-50%)}.styles-module__jQAdoa__actionsContainer{align-items:center;gap:.75rem;display:flex}.styles-module__jQAdoa__tableContainer{background:var(--card);box-shadow:none;border:none;border-radius:.75rem;padding:.5rem;overflow-x:auto}.styles-module__jQAdoa__table{border-collapse:separate;border-spacing:0 .5rem;width:100%;min-width:800px}.styles-module__jQAdoa__table th{text-align:left;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;padding:1rem 1.5rem;font-size:.85rem;font-weight:500}.styles-module__jQAdoa__table tbody tr{background-color:var(--card);transition:transform .1s,box-shadow .1s}.styles-module__jQAdoa__table tbody tr:nth-child(2n){background-color:var(--background)}.styles-module__jQAdoa__table td{color:var(--text-primary);vertical-align:middle;border:none;padding:1.25rem 1.5rem;font-size:.95rem;font-weight:500}.styles-module__jQAdoa__table tbody tr td:first-child{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.styles-module__jQAdoa__table tbody tr td:last-child{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.styles-module__jQAdoa__table tbody tr:hover{z-index:10;background-color:var(--card);position:relative;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.styles-module__jQAdoa__emptyState{text-align:center;color:var(--text-muted);background:var(--card);border:1px dashed var(--border);border-radius:1rem;margin-top:1rem;padding:4rem}.styles-module__jQAdoa__paginationContainer{justify-content:flex-end;padding:1.5rem 0;display:flex}.styles-module__jQAdoa__sortArrow{opacity:.5;margin-left:6px;font-size:.7rem;transition:opacity .2s;display:inline-block}.styles-module__jQAdoa__table th:hover .styles-module__jQAdoa__sortArrow{opacity:1}.styles-module__jQAdoa__checkbox{border:2px solid var(--border);width:1.1rem;height:1.1rem;accent-color:var(--primary);cursor:pointer;border-radius:.25rem;transition:all .2s}.styles-module__jQAdoa__checkbox:checked{background-color:var(--primary);border-color:var(--primary)}
.styles-module__ZdI5Ia__cardContent{padding-top:.5rem}.styles-module__ZdI5Ia__cardSemeaduraMiudas .styles-module__ZdI5Ia__stepCardHeader{padding:1rem 1.5rem 0 0!important}.styles-module__ZdI5Ia__cardSemeaduraMiudas .styles-module__ZdI5Ia__cardContentSemeadura{padding:1rem 1rem 1rem 0!important}.styles-module__ZdI5Ia__semeaduraGrid{flex-direction:column;gap:1.5rem;display:flex}.styles-module__ZdI5Ia__inputsCol{flex-direction:column;gap:1.25rem;min-width:0;display:flex}.styles-module__ZdI5Ia__inputGroup{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.styles-module__ZdI5Ia__inputGroupTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-primary);background-color:var(--background-subtle);border-bottom:1px solid var(--border);padding:.5rem .75rem;font-size:.6875rem;font-weight:700}.styles-module__ZdI5Ia__inputGroupBody{padding:.75rem 1rem}.styles-module__ZdI5Ia__resultsCol{grid-template-columns:1fr 1fr;gap:1.25rem;min-width:0;display:grid}.styles-module__ZdI5Ia__resultsFinalWrap{grid-template-columns:1fr 1fr;gap:1.5rem;width:100%;min-width:0;display:grid}.styles-module__ZdI5Ia__resultsFinalWrap .styles-module__ZdI5Ia__resultPanel:last-child{border-left:1px solid var(--border)}.styles-module__ZdI5Ia__resultsFinalPanel{flex-direction:column;gap:0;min-width:0;display:flex;overflow:hidden}.styles-module__ZdI5Ia__resultsFinalSection{border-bottom:1px solid var(--border);min-width:0;padding:1.25rem 1.5rem;overflow:hidden}.styles-module__ZdI5Ia__resultsFinalSection:last-of-type{border-bottom:none}.styles-module__ZdI5Ia__resultsFinalRow{flex-wrap:wrap;gap:1rem 1.25rem;min-width:0;display:flex}.styles-module__ZdI5Ia__resultsFinalItem{border-right:1px solid var(--border);flex-direction:column;flex:6.5rem;gap:.35rem;min-width:6.5rem;max-width:100%;padding-right:1rem;display:flex;overflow:hidden}.styles-module__ZdI5Ia__resultsFinalItem:last-child{border-right:none;padding-right:0}.styles-module__ZdI5Ia__resultsFinalSectionTitle{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);white-space:nowrap;margin-bottom:1rem;font-size:.6875rem;font-weight:700;display:block}.styles-module__ZdI5Ia__resultsFinalLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);white-space:nowrap;min-width:0;font-size:.6875rem;font-weight:600}.styles-module__ZdI5Ia__resultsFinalValue{color:var(--text-primary);min-width:0;font-size:1rem;font-weight:600}.styles-module__ZdI5Ia__resultsFinalValueLarge{color:var(--primary);min-width:0;font-size:1.125rem;font-weight:700}.styles-module__ZdI5Ia__resultsFinalHighlight{background-color:color-mix(in srgb,var(--primary)8%,transparent);border-top:1px solid var(--border);border-radius:0 0 var(--radius-md)var(--radius-md);padding:1.25rem 1.5rem}.styles-module__ZdI5Ia__resultsFinalHighlightLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.35rem;font-size:.6875rem;font-weight:700}.styles-module__ZdI5Ia__resultsFinalHighlightValue{color:var(--primary);letter-spacing:-.02em;font-size:1.375rem;font-weight:700}.styles-module__ZdI5Ia__navStepActions{justify-content:space-between;align-items:center;gap:.75rem;width:100%;margin-top:1rem;display:flex}@media (max-width:768px){.styles-module__ZdI5Ia__resultsCol{grid-template-columns:1fr}}.styles-module__ZdI5Ia__resultPanel{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);min-width:0;overflow:hidden}.styles-module__ZdI5Ia__resultPanelTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-primary);background-color:color-mix(in srgb,var(--primary)10%,transparent);border-bottom:1px solid var(--border);white-space:nowrap;padding:.5rem .75rem;font-size:.6875rem;font-weight:700}.styles-module__ZdI5Ia__resultPanel>div:last-child{padding:0}.styles-module__ZdI5Ia__stepCardHeader{color:var(--text-primary);padding:1rem 1.5rem 0;font-size:1rem;font-weight:700}.styles-module__ZdI5Ia__stepPreviewTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.5rem;font-size:.6875rem;font-weight:700}.styles-module__ZdI5Ia__miudasResultsTitle{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);white-space:nowrap;margin-top:1.25rem;margin-bottom:.75rem;font-size:.6875rem;font-weight:700}.styles-module__ZdI5Ia__miudasResultsWrap{grid-template-columns:1fr 1fr;gap:1.5rem;min-width:0;display:grid}.styles-module__ZdI5Ia__miudasResultsWrap .styles-module__ZdI5Ia__resultPanel{border-radius:var(--radius-md);overflow:hidden}.styles-module__ZdI5Ia__miudasResultsWrap .styles-module__ZdI5Ia__resultPanel:last-child{border-left:1px solid var(--border)}@media (max-width:768px){.styles-module__ZdI5Ia__miudasResultsWrap,.styles-module__ZdI5Ia__resultsFinalWrap{grid-template-columns:1fr}.styles-module__ZdI5Ia__miudasResultsWrap .styles-module__ZdI5Ia__resultPanel:last-child,.styles-module__ZdI5Ia__resultsFinalWrap .styles-module__ZdI5Ia__resultPanel:last-child{border-left:none;border-top:1px solid var(--border);margin-top:.5rem;padding-top:1rem}}.styles-module__ZdI5Ia__legenda{color:var(--text-muted);background-color:var(--background-subtle);border-radius:var(--radius-md);border:1px solid var(--border);margin-top:1.5rem;padding:1rem;font-size:.75rem}.styles-module__ZdI5Ia__legenda ul{margin:.5rem 0 0 1rem;padding:0}.styles-module__ZdI5Ia__legenda li{margin-bottom:.25rem}
.styles-module__6TY2pa__formGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;display:grid}.styles-module__6TY2pa__fieldWrap{flex-direction:column;gap:.25rem;display:flex}.styles-module__6TY2pa__sectionLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin:1rem 0 .5rem;font-size:.6875rem;font-weight:600}.styles-module__6TY2pa__interGrid{flex-wrap:wrap;gap:.375rem;display:flex}.styles-module__6TY2pa__interCard{border-radius:var(--radius-sm);flex-direction:column;flex:115px;gap:.2rem;padding:.5rem .75rem;display:flex}.styles-module__6TY2pa__interLabel{color:var(--text-muted);font-size:.625rem;font-weight:500}.styles-module__6TY2pa__interValue{color:var(--text-primary);font-size:.875rem;font-weight:600;line-height:1.2}.styles-module__6TY2pa__interClasse{letter-spacing:.04em;text-transform:uppercase;font-size:.5625rem;font-weight:700}.styles-module__6TY2pa__badge{letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;padding:.125rem .5rem;font-size:.6875rem;font-weight:700;display:inline-flex}.styles-module__6TY2pa__kpiRow{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.5rem;width:100%;display:grid}.styles-module__6TY2pa__kpiCard{background:var(--card);border-radius:var(--radius-md);flex-direction:column;gap:.25rem;padding:.75rem 1rem;display:flex}.styles-module__6TY2pa__kpiLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.6875rem;font-weight:500}.styles-module__6TY2pa__kpiValue{color:var(--text-primary);font-size:1.125rem;font-weight:600}.styles-module__6TY2pa__evoUp{color:var(--success,#22c55e);font-weight:700}.styles-module__6TY2pa__evoDown{color:var(--destructive,#ef4444);font-weight:700}.styles-module__6TY2pa__evoEq{color:var(--text-muted)}.styles-module__6TY2pa__calagemGrid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:.5rem;display:grid}.styles-module__6TY2pa__calagemCol{background:var(--background);border-radius:var(--radius-sm);flex-direction:column;gap:.375rem;padding:.625rem .75rem;display:flex}.styles-module__6TY2pa__calagemColTitle{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:.125rem;padding-bottom:.25rem;font-size:.625rem;font-weight:700;display:block}.styles-module__6TY2pa__calagemResultCard{border-radius:var(--radius-sm);background:var(--surface,var(--muted));flex-direction:column;gap:.1rem;padding:.375rem .5rem;display:flex}.styles-module__6TY2pa__calagemResultTitle{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.2rem;font-size:.5rem;font-weight:700;display:block}.styles-module__6TY2pa__livePanel{flex-direction:column;gap:.25rem;margin-top:.25rem;display:flex}.styles-module__6TY2pa__livePanelGrid{grid-template-columns:2fr 1fr 1fr;gap:.25rem;display:grid}.styles-module__6TY2pa__livePanelCard{background:var(--background);border-radius:var(--radius-sm);padding:.375rem .625rem}.styles-module__6TY2pa__livePanelTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;border-bottom:1px solid var(--border);margin-bottom:.25rem;padding-bottom:.1875rem;font-size:.5625rem;font-weight:700;display:block}.styles-module__6TY2pa__liveRow{justify-content:space-between;align-items:center;gap:.5rem;padding:.125rem 0;display:flex}.styles-module__6TY2pa__liveLbl{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:.6875rem}.styles-module__6TY2pa__liveIdeal{color:var(--text-muted);opacity:.6;font-size:.5625rem}.styles-module__6TY2pa__liveRight{justify-content:flex-end;align-items:center;gap:.375rem;display:flex}.styles-module__6TY2pa__liveVal{color:var(--text-primary);text-align:right;min-width:2.5rem;font-size:.875rem;font-weight:600}.styles-module__6TY2pa__liveStatus{text-transform:uppercase;letter-spacing:.04em;min-width:2.75rem;font-size:.625rem;font-weight:700}.styles-module__6TY2pa__histTable{border-collapse:collapse;width:100%;font-size:.8125rem}.styles-module__6TY2pa__histTable th{text-align:left;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);background:var(--muted);padding:.5rem .75rem;font-size:.6875rem;font-weight:600}.styles-module__6TY2pa__histTable td{color:var(--text-primary);vertical-align:middle;padding:.5rem .75rem}.styles-module__6TY2pa__histTable tr:not(:last-child) td{border-bottom:1px solid var(--border)}.styles-module__6TY2pa__resultBox{background:var(--muted);border-radius:var(--radius-md);flex-direction:column;gap:.625rem;padding:1rem 1.25rem;display:flex}.styles-module__6TY2pa__resultRow{justify-content:space-between;align-items:center;gap:1rem;display:flex}.styles-module__6TY2pa__resultLabel{color:var(--text-muted);font-size:.8125rem}.styles-module__6TY2pa__resultValue{color:var(--text-primary);font-size:1rem;font-weight:600}.styles-module__6TY2pa__resultHighlight{color:var(--primary);font-size:1.25rem;font-weight:700}.styles-module__6TY2pa__tip{background:var(--muted);border-radius:var(--radius-md);color:var(--text-muted);align-items:flex-start;gap:.625rem;margin-top:.5rem;padding:.75rem 1rem;font-size:.8125rem;display:flex}@media (max-width:600px){.styles-module__6TY2pa__formGrid,.styles-module__6TY2pa__interGrid,.styles-module__6TY2pa__kpiRow{grid-template-columns:repeat(2,1fr)}}.styles-module__6TY2pa__stepper{align-items:center;gap:0;margin-bottom:1.25rem;display:flex;overflow-x:auto}.styles-module__6TY2pa__stepItem{cursor:pointer;border-radius:var(--radius-sm);white-space:nowrap;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:background .15s;display:flex}.styles-module__6TY2pa__stepItem:hover{background:var(--muted)}.styles-module__6TY2pa__stepCircle{background:var(--muted);width:28px;height:28px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.styles-module__6TY2pa__stepActive .styles-module__6TY2pa__stepCircle{background:var(--primary);color:var(--primary-foreground,#fff)}.styles-module__6TY2pa__stepDone .styles-module__6TY2pa__stepCircle{background:var(--success,#22c55e);color:#fff}.styles-module__6TY2pa__stepLabel{color:var(--text-muted);font-size:.78rem;font-weight:500;transition:color .15s}.styles-module__6TY2pa__stepActive .styles-module__6TY2pa__stepLabel{color:var(--text-primary);font-weight:600}.styles-module__6TY2pa__stepDone .styles-module__6TY2pa__stepLabel{color:var(--success,#22c55e)}.styles-module__6TY2pa__stepLine{background:var(--border);flex:1;min-width:16px;max-width:48px;height:2px}.styles-module__6TY2pa__stepLineDone{background:var(--success,#22c55e)}.styles-module__6TY2pa__stepContent{min-height:200px}.styles-module__6TY2pa__stepActions{justify-content:space-between;align-items:center;gap:.5rem;margin-top:1rem;display:flex}
