.Button-module__TfAB8q__button{border-radius:var(--border-radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;font-weight:500;transition:all .2s;display:flex}.Button-module__TfAB8q__button:disabled{opacity:.6;cursor:not-allowed}.Button-module__TfAB8q__sm{padding:4px 12px;font-size:.85rem}.Button-module__TfAB8q__md{padding:8px 16px;font-size:.9rem}.Button-module__TfAB8q__lg{padding:12px 24px;font-size:1rem}.Button-module__TfAB8q__primary{background-color:var(--primary-color);color:#fff}.Button-module__TfAB8q__primary:hover{background-color:#0b5ed7}.Button-module__TfAB8q__secondary{border:1px solid var(--border-color);color:var(--text-secondary);background-color:#fff}.Button-module__TfAB8q__secondary:hover{background-color:var(--bg-body);color:var(--text-primary)}.Button-module__TfAB8q__danger{color:var(--danger-color);border:1px solid var(--danger-color);background-color:#0000}.Button-module__TfAB8q__danger:hover{background-color:var(--danger-color);color:#fff}.Button-module__TfAB8q__ghost{color:var(--text-secondary);background-color:#0000}.Button-module__TfAB8q__ghost:hover{color:var(--text-primary);background-color:#0000000d}.Button-module__TfAB8q__info{background-color:var(--info-color);color:#fff}.Button-module__TfAB8q__info:hover{filter:brightness(.9)}
.PageTitle-module__JWk9ra__container{margin-bottom:var(--spacing-lg);justify-content:space-between;align-items:center;display:flex}.PageTitle-module__JWk9ra__title{color:var(--text-primary);font-size:1.5rem;font-weight:700}.PageTitle-module__JWk9ra__subtitle{color:var(--text-secondary);margin-top:4px;font-size:.9rem}
.Input-module__IhLYOW__inputGroup{flex-direction:column;gap:6px;width:100%;display:flex}.Input-module__IhLYOW__label{color:var(--text-primary);font-size:.85rem;font-weight:400}.Input-module__IhLYOW__input{border-radius:var(--border-radius);border:1px solid var(--border-color);color:var(--text-primary);outline:none;width:100%;padding:10px 12px;font-size:.9rem;transition:border-color .2s}.Input-module__IhLYOW__input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #0d6efd1a}.Input-module__IhLYOW__input::placeholder{color:var(--text-muted)}
.Badge-module___OWrua__badge{white-space:nowrap;border-radius:12px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-block}.Badge-module___OWrua__default{color:var(--text-secondary);background-color:#e9ecef}.Badge-module___OWrua__success{color:var(--success-color);background-color:#1987541a}.Badge-module___OWrua__warning{color:var(--warning-color);background-color:#ffc1071a}.Badge-module___OWrua__danger{color:var(--danger-color);background-color:#dc35451a}.Badge-module___OWrua__info{color:var(--info-color);background-color:#0dcaf01a}
.Modal-module__cB1F4G__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.2s Modal-module__cB1F4G__fadeIn;display:flex;position:fixed;inset:0}@keyframes Modal-module__cB1F4G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__cB1F4G__slideIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.Modal-module__cB1F4G__modal{background:var(--bg-card);text-align:center;border-radius:16px;min-width:320px;max-width:400px;padding:2rem;animation:.3s Modal-module__cB1F4G__slideIn;position:relative;box-shadow:0 20px 60px #0000004d}.Modal-module__cB1F4G__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:4px;transition:all .2s;position:absolute;top:12px;right:12px}.Modal-module__cB1F4G__closeBtn:hover{background:var(--bg-body);color:var(--text-primary)}.Modal-module__cB1F4G__icon{margin-bottom:1rem}.Modal-module__cB1F4G__icon.Modal-module__cB1F4G__success{color:#22c55e}.Modal-module__cB1F4G__icon.Modal-module__cB1F4G__error{color:#ef4444}.Modal-module__cB1F4G__icon.Modal-module__cB1F4G__warning{color:#f59e0b}.Modal-module__cB1F4G__icon.Modal-module__cB1F4G__info{color:#3b82f6}.Modal-module__cB1F4G__title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.Modal-module__cB1F4G__message{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem}.Modal-module__cB1F4G__okBtn{cursor:pointer;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.Modal-module__cB1F4G__okBtn.Modal-module__cB1F4G__success{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a)}.Modal-module__cB1F4G__okBtn.Modal-module__cB1F4G__error{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626)}.Modal-module__cB1F4G__okBtn.Modal-module__cB1F4G__warning{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706)}.Modal-module__cB1F4G__okBtn.Modal-module__cB1F4G__info{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb)}.Modal-module__cB1F4G__okBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}
.Table-module__1tPaKq__tableContainer{background:var(--bg-card);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);overflow-x:auto}.Table-module__1tPaKq__table{border-collapse:collapse;width:100%}.Table-module__1tPaKq__table th{text-align:left;background-color:var(--bg-body);color:var(--text-secondary);text-transform:uppercase;border-bottom:1px solid var(--border-color);padding:12px 16px;font-size:.8rem;font-weight:600}.Table-module__1tPaKq__table td{color:var(--text-primary);border-bottom:1px solid var(--border-color);vertical-align:middle;padding:16px;font-size:.9rem}.Table-module__1tPaKq__table tr:last-child td{border-bottom:none}.Table-module__1tPaKq__clickable:hover{background-color:var(--hover-bg);cursor:pointer}.Table-module__1tPaKq__chevron{color:var(--text-muted)}.Table-module__1tPaKq__actionCell{text-align:right}
.novo-module__1R5dDa__container{max-width:1200px}.novo-module__1R5dDa__header{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.novo-module__1R5dDa__backBtn{background:var(--bg-card);border:1px solid var(--border-color);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;margin-top:4px;transition:all .2s;display:flex}.novo-module__1R5dDa__backBtn:hover{background:var(--bg-hover);color:var(--accent-primary)}.novo-module__1R5dDa__card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.novo-module__1R5dDa__cardTitle{color:var(--text-primary);border-bottom:1px solid var(--border-color);align-items:center;gap:10px;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1rem;font-weight:600;display:flex}.novo-module__1R5dDa__cardTitle svg{color:var(--accent-primary)}.novo-module__1R5dDa__formGrid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.novo-module__1R5dDa__formGroup{flex-direction:column;gap:6px;display:flex}.novo-module__1R5dDa__formGroup.novo-module__1R5dDa__fullWidth{grid-column:1/-1}.novo-module__1R5dDa__formGroup label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.novo-module__1R5dDa__formGroup input,.novo-module__1R5dDa__formGroup select,.novo-module__1R5dDa__formGroup textarea{background:var(--bg-body);border:1px solid var(--border-color);color:var(--text-primary);border-radius:8px;padding:10px 12px;font-size:.95rem;transition:all .2s}.novo-module__1R5dDa__formGroup input:focus,.novo-module__1R5dDa__formGroup select:focus,.novo-module__1R5dDa__formGroup textarea:focus{border-color:var(--accent-primary);background:var(--bg-card);outline:none}.novo-module__1R5dDa__searchInput{gap:8px;display:flex}.novo-module__1R5dDa__searchInput input{flex:1}.novo-module__1R5dDa__searchBtn{background:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:42px;display:flex}.novo-module__1R5dDa__searchBtn:hover{background:var(--accent-secondary)}.novo-module__1R5dDa__itemForm{background:var(--bg-body);border:1px solid var(--border-color);border-radius:8px;margin-bottom:1rem;padding:1rem}.novo-module__1R5dDa__itemFormGrid{grid-template-columns:100px 1fr 100px 60px 80px 100px 100px 40px;align-items:center;gap:8px;display:grid}.novo-module__1R5dDa__itemFormGrid input{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-primary);border-radius:6px;padding:10px 12px;font-size:.9rem}.novo-module__1R5dDa__itemFormGrid input:focus{border-color:var(--accent-primary);outline:none}.novo-module__1R5dDa__descricaoInput{min-width:200px}.novo-module__1R5dDa__valorTotal{color:var(--accent-primary);text-align:right;font-weight:600}.novo-module__1R5dDa__addItemBtn{background:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.novo-module__1R5dDa__addItemBtn:hover{background:var(--accent-secondary)}.novo-module__1R5dDa__itemsTable{border-collapse:collapse;width:100%;margin-bottom:1rem}.novo-module__1R5dDa__itemsTable th,.novo-module__1R5dDa__itemsTable td{text-align:left;border-bottom:1px solid var(--border-color);padding:10px 12px}.novo-module__1R5dDa__itemsTable th{color:var(--text-muted);text-transform:uppercase;background:var(--bg-body);font-size:.75rem;font-weight:600}.novo-module__1R5dDa__itemsTable tbody tr:hover{background:var(--bg-hover)}.novo-module__1R5dDa__removeItemBtn{width:28px;height:28px;color:var(--text-muted);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;display:flex}.novo-module__1R5dDa__removeItemBtn:hover{color:#dc2626;background:#fee;border-color:#fecaca}.novo-module__1R5dDa__emptyItems{text-align:center;color:var(--text-muted);padding:2rem;font-size:.9rem}.novo-module__1R5dDa__totais{background:var(--bg-body);border-radius:8px;justify-content:flex-end;gap:2rem;padding:1rem;display:flex}.novo-module__1R5dDa__totalItem{align-items:center;gap:8px;display:flex}.novo-module__1R5dDa__totalItem span{color:var(--text-muted);font-size:.9rem}.novo-module__1R5dDa__totalItem strong{color:var(--text-primary);font-size:1rem}.novo-module__1R5dDa__totalValor{color:var(--accent-primary)!important;font-size:1.25rem!important}.novo-module__1R5dDa__actions{justify-content:flex-end;gap:1rem;padding-top:1rem;display:flex}.novo-module__1R5dDa__btnPrimary{background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-secondary)100%);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.novo-module__1R5dDa__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.novo-module__1R5dDa__btnPrimary:disabled{opacity:.6;cursor:not-allowed;transform:none}.novo-module__1R5dDa__btnSecondary{background:var(--bg-card);color:var(--text-secondary);border:1px solid var(--border-color);cursor:pointer;border-radius:10px;padding:12px 24px;font-size:1rem;font-weight:500}.novo-module__1R5dDa__btnSecondary:hover{background:var(--bg-hover)}.novo-module__1R5dDa__btnImport{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 20px;font-size:1rem;font-weight:600;display:flex}.novo-module__1R5dDa__btnImport:hover{background:#047857}@media (max-width:1024px){.novo-module__1R5dDa__formGrid{grid-template-columns:repeat(3,1fr)}.novo-module__1R5dDa__itemFormGrid{grid-template-columns:repeat(4,1fr);gap:.5rem}}@media (max-width:768px){.novo-module__1R5dDa__formGrid{grid-template-columns:repeat(2,1fr)}.novo-module__1R5dDa__itemFormGrid{grid-template-columns:1fr 1fr}.novo-module__1R5dDa__actions{flex-direction:column}}.novo-module__1R5dDa__searchModal{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.novo-module__1R5dDa__searchModalContent{background:var(--bg-card);border-radius:16px;flex-direction:column;width:90%;max-width:500px;max-height:80vh;padding:1.5rem;display:flex;overflow:hidden}.novo-module__1R5dDa__searchModalContent h4{margin-bottom:1rem;font-size:1.1rem}.novo-module__1R5dDa__searchModalContent>input{background:var(--bg-body);border:1px solid var(--border-color);color:var(--text-primary);border-radius:8px;margin-bottom:1rem;padding:12px;font-size:1rem}.novo-module__1R5dDa__searchResults{flex:1;max-height:300px;margin-bottom:1rem;overflow-y:auto}.novo-module__1R5dDa__searchItem{cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding:12px;transition:all .2s;display:flex}.novo-module__1R5dDa__searchItem:hover{background:var(--bg-hover)}.novo-module__1R5dDa__searchItem strong{color:var(--text-primary)}.novo-module__1R5dDa__searchItem span{color:var(--text-muted);font-size:.85rem}.novo-module__1R5dDa__noResults{text-align:center;color:var(--text-muted);padding:2rem}.novo-module__1R5dDa__closeBtn{background:var(--bg-body);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:8px;padding:10px 20px}.novo-module__1R5dDa__closeBtn:hover{background:var(--bg-hover)}.novo-module__1R5dDa__textarea{background:var(--bg-body);border:1px solid var(--border-color);width:100%;color:var(--text-primary);resize:vertical;border-radius:8px;padding:12px;font-family:inherit;font-size:.95rem}.novo-module__1R5dDa__textarea:focus{border-color:var(--accent-primary);outline:none}.novo-module__1R5dDa__btnSuccess{color:#fff;cursor:pointer;background:linear-gradient(135deg,#059669 0%,#047857 100%);border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.novo-module__1R5dDa__btnSuccess:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0596694d}.novo-module__1R5dDa__btnSuccess:disabled{opacity:.5;cursor:not-allowed;transform:none}.novo-module__1R5dDa__importBanner{background:linear-gradient(135deg,#0596691a 0%,#0478571a 100%);border:1px solid #0596694d;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.25rem 1.5rem;display:flex}.novo-module__1R5dDa__importBannerContent{align-items:center;gap:1rem;display:flex}.novo-module__1R5dDa__importBannerContent svg{color:#059669}.novo-module__1R5dDa__importBannerContent strong{color:var(--text-primary);margin-bottom:2px;display:block}.novo-module__1R5dDa__importBannerContent p{color:var(--text-secondary);margin:0;font-size:.85rem}.novo-module__1R5dDa__btnImportXml{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-weight:600;transition:all .2s;display:flex}.novo-module__1R5dDa__btnImportXml:hover{background:#047857;transform:translateY(-1px)}.novo-module__1R5dDa__importModal{z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.novo-module__1R5dDa__importModalContent{background:var(--bg-card);border-radius:16px;width:90%;max-width:550px;overflow:hidden}.novo-module__1R5dDa__importModalHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.novo-module__1R5dDa__importModalHeader h3{align-items:center;gap:10px;margin:0;font-size:1.1rem;display:flex}.novo-module__1R5dDa__importModalHeader h3 svg{color:#059669}.novo-module__1R5dDa__closeModalBtn{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}.novo-module__1R5dDa__closeModalBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.novo-module__1R5dDa__importBody{padding:1.5rem}.novo-module__1R5dDa__uploadArea{border:2px dashed var(--border-color);text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;margin-bottom:1.5rem;padding:2.5rem;transition:all .2s;display:flex}.novo-module__1R5dDa__uploadArea:hover{background:#0596690d;border-color:#059669}.novo-module__1R5dDa__uploadArea>svg{color:var(--text-muted);margin-bottom:1rem}.novo-module__1R5dDa__uploadArea p{color:var(--text-secondary);margin-bottom:1rem}.novo-module__1R5dDa__btnUpload{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-weight:600;display:flex}.novo-module__1R5dDa__btnUpload:hover{background:#047857}.novo-module__1R5dDa__btnUpload:disabled{opacity:.6;cursor:not-allowed}.novo-module__1R5dDa__importInfo{background:var(--bg-body);border-radius:10px;padding:1rem 1.25rem}.novo-module__1R5dDa__importInfo h4{color:var(--text-primary);margin-bottom:.75rem;font-size:.9rem}.novo-module__1R5dDa__importInfo ul{margin:0;padding:0;list-style:none}.novo-module__1R5dDa__importInfo li{color:var(--text-secondary);padding:4px 0;font-size:.85rem}.novo-module__1R5dDa__chaveNfe{background:var(--bg-body);border-radius:8px;margin-top:1rem;padding:.75rem 1rem;font-size:.85rem}.novo-module__1R5dDa__chaveNfe label{color:var(--text-muted);margin-right:8px}.novo-module__1R5dDa__chaveNfe span{color:var(--text-primary);word-break:break-all;font-family:monospace}.novo-module__1R5dDa__badge{background:var(--accent-primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;min-width:24px;height:24px;margin-left:auto;padding:0 8px;font-size:.8rem;font-weight:600;display:inline-flex}.novo-module__1R5dDa__tableWrapper{margin-bottom:1rem;overflow-x:auto}.novo-module__1R5dDa__col2{grid-column:span 2}.novo-module__1R5dDa__col3{grid-column:span 3}.novo-module__1R5dDa__emptyItems{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.novo-module__1R5dDa__emptyItems svg{opacity:.3;margin-bottom:1rem}.novo-module__1R5dDa__emptyItems p{margin:0;font-size:1rem}.novo-module__1R5dDa__emptyItems span{margin-top:4px;font-size:.85rem}
