.project-module__nc8C7a__container{grid-template-columns:350px 1fr;align-items:start;gap:2rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:1024px){.project-module__nc8C7a__container{grid-template-columns:1fr}}.project-module__nc8C7a__sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;position:sticky;top:2rem}.project-module__nc8C7a__title{color:#0f172a;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.project-module__nc8C7a__subtitle{color:#64748b;margin-bottom:2rem;font-size:.9rem}.project-module__nc8C7a__infoGroup{margin-bottom:1.5rem}.project-module__nc8C7a__label{color:#64748b;text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.project-module__nc8C7a__value{color:#0f172a;font-size:1rem;font-weight:500}.project-module__nc8C7a__fileList{flex-direction:column;gap:.5rem;display:flex}.project-module__nc8C7a__fileItem{color:#2563eb;background:#f8fafc;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem;font-size:.9rem;text-decoration:none;transition:background .2s;display:flex}.project-module__nc8C7a__fileItem:hover{background:#eff6ff}.project-module__nc8C7a__chatContainer{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;flex-direction:column;height:80vh;display:flex}.project-module__nc8C7a__chatHeader{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.project-module__nc8C7a__chatTitle{font-size:1.1rem;font-weight:600}.project-module__nc8C7a__messagesArea{background:#f8fafc;flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex;overflow-y:auto}.project-module__nc8C7a__message{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;align-self:flex-start;max-width:85%;padding:1rem;box-shadow:0 1px 2px #0000000d}.project-module__nc8C7a__messageSelf{background:#eff6ff;border-color:#bfdbfe;align-self:flex-end}.project-module__nc8C7a__messageHeader{color:#64748b;justify-content:space-between;margin-bottom:.5rem;font-size:.8rem;display:flex}.project-module__nc8C7a__messageContent{color:#334155;white-space:pre-wrap;font-size:.95rem;line-height:1.5}.project-module__nc8C7a__inputArea{background:#fff;border-top:1px solid #e2e8f0;border-radius:0 0 1rem 1rem;padding:1rem}.project-module__nc8C7a__inputForm{background:#f8fafc;border:1px solid #cbd5e1;border-radius:.75rem;flex-direction:column;gap:.5rem;padding:.75rem;transition:border-color .2s,box-shadow .2s;display:flex}.project-module__nc8C7a__inputForm:focus-within{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.project-module__nc8C7a__textarea{resize:none;color:#334155;background:0 0;border:none;outline:none;width:100%;min-height:80px;max-height:250px;padding:.25rem .5rem;font-family:inherit;font-size:.95rem;line-height:1.5}.project-module__nc8C7a__inputToolbar{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:.25rem;padding-top:.5rem;display:flex}.project-module__nc8C7a__attachBtn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.4rem;padding:.5rem .75rem;font-size:.85rem;font-weight:500;transition:background .2s,color .2s;display:flex}.project-module__nc8C7a__attachBtn:hover{color:#334155;background:#e2e8f0}.project-module__nc8C7a__sendBtn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;transition:background .2s,transform .1s;display:flex}.project-module__nc8C7a__sendBtn:hover:not(:disabled){background:#1d4ed8}.project-module__nc8C7a__sendBtn:disabled{opacity:.6;cursor:not-allowed}.project-module__nc8C7a__filePreview{color:#1e40af;background:#eff6ff;border:1px dashed #bfdbfe;border-radius:.5rem;align-items:center;gap:.5rem;max-width:fit-content;margin-top:.25rem;padding:.5rem;font-size:.85rem;display:flex}.project-module__nc8C7a__approvalArea{flex-direction:column;gap:1rem;padding:1rem;display:flex}.project-module__nc8C7a__approvalBtn{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem;font-size:1rem;font-weight:700;transition:transform .2s,background .2s;display:flex;box-shadow:0 4px 6px -1px #f9731633}.project-module__nc8C7a__approvalBtn:hover{background:#ea580c;transform:translateY(-2px)}.project-module__nc8C7a__approvalForm{background:#fff7ed;border:2px dashed #fdba74;border-radius:1rem;margin-top:1rem;padding:1.5rem;animation:.3s ease-out project-module__nc8C7a__fadeIn}@keyframes project-module__nc8C7a__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.project-module__nc8C7a__approvalTitle{color:#9a3412;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;font-weight:700;display:flex}.project-module__nc8C7a__usersChecklist{background:#fff;border:1px solid #fed7aa;border-radius:.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;max-height:200px;margin:1rem 0;padding:.5rem;display:grid;overflow-y:auto}.project-module__nc8C7a__userCheckItem{color:#431407;cursor:pointer;align-items:center;gap:.5rem;padding:.25rem;font-size:.9rem;display:flex}.project-module__nc8C7a__userCheckItem input{accent-color:#f97316;width:16px;height:16px}.project-module__nc8C7a__approvalActions{gap:1rem;margin-top:1.5rem;display:flex}.project-module__nc8C7a__cancelBtn{color:#991b1b;cursor:pointer;background:#fee2e2;border:none;border-radius:.5rem;flex:1;padding:.75rem;font-weight:600}.project-module__nc8C7a__confirmBtn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:.5rem;flex:2;padding:.75rem;font-weight:600}.project-module__nc8C7a__confirmBtn:disabled{cursor:not-allowed;background:#94a3b8}.project-module__nc8C7a__approverActionsArea{background:#f0fdf4;border:2px solid #bbf7d0;border-radius:1rem;flex-direction:column;gap:1rem;margin:1rem;padding:1rem;animation:.3s ease-out project-module__nc8C7a__fadeIn;display:flex}.project-module__nc8C7a__approverTitle{color:#166534;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;display:flex}.project-module__nc8C7a__actionButtons{gap:1rem;display:flex}.project-module__nc8C7a__btnApprove{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:.6rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.8rem;font-weight:700;transition:background .2s;display:flex}.project-module__nc8C7a__btnApprove:hover{background:#15803d}.project-module__nc8C7a__btnReject{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:.6rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.8rem;font-weight:700;transition:background .2s;display:flex}.project-module__nc8C7a__btnReject:hover{background:#dc2626}.project-module__nc8C7a__rejectionForm{background:#fef2f2;border:1px solid #fecaca;border-radius:.8rem;flex-direction:column;gap:1rem;padding:1rem;display:flex}.project-module__nc8C7a__rejectionLabel{color:#991b1b;font-size:.85rem;font-weight:600}.project-module__nc8C7a__rejectionTextarea{border:1px solid #fecaca;border-radius:.5rem;width:100%;min-height:80px;padding:.75rem;font-size:.9rem}.project-module__nc8C7a__rejectionActions{justify-content:flex-end;gap:.5rem;display:flex}.project-module__nc8C7a__btnCancelReject{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:.4rem;padding:.5rem 1rem;font-weight:600}.project-module__nc8C7a__btnConfirmReject{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:.4rem;padding:.5rem 1rem;font-weight:600}.project-module__nc8C7a__btnConfirmReject:disabled{cursor:not-allowed;background:#fca5a5}
.Button-module__8RiFmG__button{border-radius:var(--radius);border:none;justify-content:center;align-items:center;gap:.5rem;font-family:inherit;font-weight:500;transition:all .2s;display:inline-flex}.Button-module__8RiFmG__button:active{transform:scale(.98)}.Button-module__8RiFmG__primary{background-color:var(--primary);color:var(--primary-foreground);box-shadow:0 4px 14px #6366f163}.Button-module__8RiFmG__primary:hover:not(:disabled){background-color:var(--primary-hover);box-shadow:0 6px 20px #6366f13b}.Button-module__8RiFmG__secondary{background-color:var(--secondary);color:var(--secondary-foreground);border:1px solid var(--border)}.Button-module__8RiFmG__secondary:hover:not(:disabled){background-color:var(--muted)}.Button-module__8RiFmG__danger{background-color:var(--error);color:#fff}.Button-module__8RiFmG__sm{padding:.5rem 1rem;font-size:.875rem}.Button-module__8RiFmG__md{padding:.75rem 1.5rem;font-size:1rem}.Button-module__8RiFmG__lg{padding:1rem 2rem;font-size:1.125rem}.Button-module__8RiFmG__loader{border:2px solid;border-right-color:#0000;border-radius:50%;width:1em;height:1em;animation:.75s linear infinite Button-module__8RiFmG__spin}@keyframes Button-module__8RiFmG__spin{to{transform:rotate(360deg)}}
.details-module__b7VJiG__container{flex-direction:column;gap:2rem;max-width:1200px;display:flex}.details-module__b7VJiG__header{flex-direction:column;gap:1rem;display:flex}.details-module__b7VJiG__breadcrumb{color:var(--muted-foreground);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.details-module__b7VJiG__breadcrumbLink:hover{color:var(--primary);text-decoration:underline}.details-module__b7VJiG__headerContent{justify-content:space-between;align-items:flex-start;display:flex}.details-module__b7VJiG__title{color:var(--foreground);font-size:2rem}.details-module__b7VJiG__subtitle{color:var(--muted-foreground);margin-top:.25rem}.details-module__b7VJiG__headerActions{gap:1rem;display:flex}.details-module__b7VJiG__mainGrid{grid-template-columns:350px 1fr;align-items:start;gap:2rem;display:grid}@media (max-width:1024px){.details-module__b7VJiG__mainGrid{grid-template-columns:1fr}}.details-module__b7VJiG__leftCol{flex-direction:column;gap:1.5rem;display:flex}.details-module__b7VJiG__imageCard{border:1px solid var(--border);background:#fff;border-radius:1rem;position:relative;overflow:hidden}.details-module__b7VJiG__mainImage{width:100%;height:auto;display:block}.details-module__b7VJiG__statusOverlay{position:absolute;top:1rem;left:1rem}.details-module__b7VJiG__stageBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#1e293b;background:#ffffffe6;border-radius:2rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;box-shadow:0 2px 4px #0000001a}.details-module__b7VJiG__stageBadge[data-status=Em\ andamento],.details-module__b7VJiG__stageBadge[data-status=pending_briefing],.details-module__b7VJiG__stageBadge[data-status=pending_review],.details-module__b7VJiG__stageBadge[data-status=in_progress]{color:#c2410c;background-color:#ffedd5}.details-module__b7VJiG__missingCroquiBadge{color:#ef4444;vertical-align:middle;background-color:#fee2e2;border-radius:9999px;margin-left:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block;box-shadow:0 1px 2px #0000001a}.details-module__b7VJiG__stageBadge[data-status=Aprovado],.details-module__b7VJiG__stageBadge[data-status=Finalizado],.details-module__b7VJiG__stageBadge[data-status=approved]{color:#059669;background-color:#d1fae5}.details-module__b7VJiG__stageBadge[data-status=Reprovado],.details-module__b7VJiG__stageBadge[data-status=Correção\ Necessária],.details-module__b7VJiG__stageBadge[data-status=correction_needed],.details-module__b7VJiG__stageBadge[data-status=rejected]{color:#b91c1c;background-color:#fee2e2}.details-module__b7VJiG__alertBox{color:#be123c;background:#fff1f2;border:1px solid #fecdd3;border-radius:1rem;padding:1.25rem}.details-module__b7VJiG__alertHeader{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.details-module__b7VJiG__alertHeader h3{font-size:1rem}.details-module__b7VJiG__alertList{font-size:.875rem;list-style:none}.details-module__b7VJiG__variationsCard{border:1px solid var(--border);background:#fff;border-radius:1rem;padding:1.25rem}.details-module__b7VJiG__variationsCard h3{margin-bottom:1rem;font-size:1rem}.details-module__b7VJiG__variationsList{flex-direction:column;gap:.75rem;display:flex}.details-module__b7VJiG__variationItem{background:var(--muted);border-radius:.5rem;justify-content:space-between;align-items:center;padding:.5rem;font-size:.875rem;display:flex}.details-module__b7VJiG__miniStatus{background:#fff;border-radius:.25rem;padding:.125rem .375rem;font-size:.625rem;font-weight:600}.details-module__b7VJiG__miniStatus[data-status=Aprovado]{color:var(--success)}.details-module__b7VJiG__miniStatus[data-status=Pendente]{color:var(--warning)}.details-module__b7VJiG__rightCol{border:1px solid var(--border);background:#fff;border-radius:1rem;min-height:500px}.details-module__b7VJiG__tabs{border-bottom:1px solid var(--border);display:flex}.details-module__b7VJiG__tab{color:var(--muted-foreground);background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:1rem;font-weight:500;transition:all .2s}.details-module__b7VJiG__activeTab{color:var(--primary);border-bottom-color:var(--primary);background:#f8fafc}.details-module__b7VJiG__tabContent{padding:2rem}.details-module__b7VJiG__specsGrid{gap:2rem;display:grid}.details-module__b7VJiG__specsGrid section h3{border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.125rem}.details-module__b7VJiG__dl{grid-template-columns:120px 1fr;gap:.75rem;font-size:.9375rem;display:grid}.details-module__b7VJiG__dl dt{color:var(--muted-foreground);font-weight:500}.details-module__b7VJiG__text{margin-bottom:.5rem;font-size:.9375rem}.details-module__b7VJiG__historyList{flex-direction:column;gap:1.5rem;display:flex}.details-module__b7VJiG__historyItem{border-bottom:1px solid var(--border);align-items:center;gap:1.5rem;padding-bottom:1.5rem;display:flex}.details-module__b7VJiG__historyItem:last-child{border-bottom:none}.details-module__b7VJiG__historyMeta{flex-direction:column;gap:.25rem;min-width:80px;display:flex}.details-module__b7VJiG__version{color:var(--primary);font-weight:700}.details-module__b7VJiG__date{color:var(--muted-foreground);font-size:.75rem}.details-module__b7VJiG__historyThumb{background:var(--muted);object-fit:cover;border-radius:.5rem;width:60px;height:60px}.details-module__b7VJiG__historyStatus{flex:1}.details-module__b7VJiG__rejected{color:var(--error);align-items:center;gap:.5rem;font-weight:500;display:flex}.details-module__b7VJiG__approved{color:var(--success);align-items:center;gap:.5rem;font-weight:500;display:flex}.details-module__b7VJiG__infoBlock{margin-bottom:1rem}.details-module__b7VJiG__infoLabel{color:var(--muted-foreground);margin-bottom:.25rem;font-size:.875rem;font-weight:600;display:block}.details-module__b7VJiG__infoText{font-size:.9375rem;line-height:1.5}.details-module__b7VJiG__warningText{color:var(--foreground);font-size:.875rem;font-weight:700}.details-module__b7VJiG__nutritionTable{border-collapse:collapse;border:1px solid var(--border);width:100%;margin-top:.5rem;font-size:.875rem}.details-module__b7VJiG__nutritionTable th{background:var(--muted);text-align:left;padding:.5rem;font-weight:600}.details-module__b7VJiG__nutritionTable td{border-top:1px solid var(--border);padding:.5rem}.details-module__b7VJiG__nutritionTable tr:nth-child(2n){background:#f8fafc}
.Input-module__5jsJuW__wrapper{flex-direction:column;gap:.375rem;width:100%;display:flex}.Input-module__5jsJuW__label{color:var(--foreground);font-size:.875rem;font-weight:500}.Input-module__5jsJuW__input{border-radius:var(--radius);border:1px solid var(--border);width:100%;color:var(--foreground);background-color:#fff;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.Input-module__5jsJuW__dark .Input-module__5jsJuW__input{background-color:#ffffff0d}.Input-module__5jsJuW__input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #6366f133}.Input-module__5jsJuW__hasError{border-color:var(--error)}.Input-module__5jsJuW__error{color:var(--error);font-size:.75rem}
.clients-module__O9dHsG__container{flex-direction:column;gap:2rem;display:flex}.clients-module__O9dHsG__header{justify-content:space-between;align-items:flex-end;display:flex}.clients-module__O9dHsG__title{color:var(--foreground);font-size:1.875rem}.clients-module__O9dHsG__subtitle{color:var(--muted-foreground);margin-top:.25rem}.clients-module__O9dHsG__searchBar{max-width:500px;position:relative}.clients-module__O9dHsG__searchIcon{color:var(--muted-foreground);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.clients-module__O9dHsG__searchInput{border-radius:var(--radius);border:1px solid var(--border);outline:none;width:100%;padding:.75rem 1rem .75rem 3rem;font-family:inherit;font-size:1rem}.clients-module__O9dHsG__searchInput:focus{border-color:var(--primary);box-shadow:0 0 0 2px #6366f133}.clients-module__O9dHsG__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.clients-module__O9dHsG__card{border:1px solid var(--border);background:#fff;border-radius:1rem;transition:transform .2s;overflow:hidden}.clients-module__O9dHsG__card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000000d}.clients-module__O9dHsG__cardHeader{background:var(--muted);justify-content:space-between;align-items:flex-start;padding:1.5rem;display:flex}.clients-module__O9dHsG__logoWrapper{border:1px solid var(--border);background:#fff;border-radius:1rem;width:64px;height:64px;overflow:hidden}.clients-module__O9dHsG__logo{object-fit:contain;width:100%;height:100%;padding:4px}.clients-module__O9dHsG__moreBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;padding:.25rem}.clients-module__O9dHsG__moreBtn:hover{color:var(--foreground)}.clients-module__O9dHsG__cardBody{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.clients-module__O9dHsG__clientName{color:var(--foreground);font-size:1.25rem;font-weight:600}.clients-module__O9dHsG__infoList{flex-direction:column;gap:.75rem;display:flex}.clients-module__O9dHsG__infoItem{color:var(--muted-foreground);align-items:center;gap:.75rem;font-size:.875rem;display:flex}.clients-module__O9dHsG__infoItem svg{color:var(--primary);width:18px;height:18px}.clients-module__O9dHsG__cardFooter{border-top:1px solid var(--border);padding:1rem 1.5rem}.clients-module__O9dHsG__fullBtn{justify-content:center;width:100%}.clients-module__O9dHsG__menuDropdown{border:1px solid var(--border);z-index:10;background:#fff;border-radius:.5rem;width:150px;margin-top:.5rem;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.clients-module__O9dHsG__menuItem{text-align:left;width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.clients-module__O9dHsG__menuItem:hover{background:var(--muted)}.clients-module__O9dHsG__menuItem.clients-module__O9dHsG__delete{color:#ef4444}.clients-module__O9dHsG__menuItem.clients-module__O9dHsG__delete:hover{background:#fee2e2}.clients-module__O9dHsG__modalOverlay{z-index:50;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.clients-module__O9dHsG__modal{text-align:center;background:#fff;border-radius:1rem;width:100%;max-width:400px;padding:2rem;box-shadow:0 20px 25px -5px #0000001a}.clients-module__O9dHsG__modalTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:600}.clients-module__O9dHsG__modalText{color:var(--muted-foreground);margin-bottom:2rem;line-height:1.5}.clients-module__O9dHsG__modalActions{justify-content:center;gap:1rem;display:flex}
.new-client-module__EOKNqW__container{flex-direction:column;gap:2rem;max-width:800px;margin:0 auto;display:flex}.new-client-module__EOKNqW__header{border-bottom:1px solid var(--border);align-items:center;padding-bottom:1rem;display:flex}.new-client-module__EOKNqW__headerLeft{flex-direction:column;gap:.5rem;display:flex}.new-client-module__EOKNqW__backLink{color:var(--muted-foreground);align-items:center;gap:.25rem;font-size:.875rem;text-decoration:none;display:flex}.new-client-module__EOKNqW__title{color:var(--foreground);font-size:1.875rem}.new-client-module__EOKNqW__formGrid{border:1px solid var(--border);background:#fff;border-radius:1rem;flex-direction:column;gap:2.5rem;padding:2rem;display:flex}.new-client-module__EOKNqW__section{flex-direction:column;gap:1.25rem;display:flex}.new-client-module__EOKNqW__sectionTitle{color:var(--primary);border-bottom:1px solid var(--muted);padding-bottom:.5rem;font-size:1.125rem;font-weight:600}.new-client-module__EOKNqW__logoUpload{align-items:center;gap:1.5rem;margin-bottom:1rem;display:flex}.new-client-module__EOKNqW__logoPlaceholder{background:var(--muted);width:80px;height:80px;color:var(--muted-foreground);border:1px dashed var(--border);border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;font-size:.75rem;display:flex}.new-client-module__EOKNqW__uploadInfo{flex-direction:column;gap:.5rem;display:flex}.new-client-module__EOKNqW__hint{color:var(--muted-foreground);font-size:.75rem}.new-client-module__EOKNqW__row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:768px){.new-client-module__EOKNqW__row{grid-template-columns:1fr}}.new-client-module__EOKNqW__fullRow{flex-direction:column;gap:.5rem;display:flex}.new-client-module__EOKNqW__actions{border-top:1px solid var(--border);justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:1.5rem;display:flex}
.dashboard-module__9R5Fvq__container{flex-direction:column;gap:2rem;max-width:100%;display:flex}.dashboard-module__9R5Fvq__header{justify-content:space-between;align-items:flex-end;display:flex}.dashboard-module__9R5Fvq__title{color:var(--foreground);font-size:1.875rem}.dashboard-module__9R5Fvq__subtitle{color:var(--muted-foreground);margin-top:.25rem}.dashboard-module__9R5Fvq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.dashboard-module__9R5Fvq__statCard{border:1px solid var(--border);cursor:default;background:#fff;border-radius:1rem;justify-content:space-between;align-items:center;padding:1.5rem;transition:transform .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d}.dashboard-module__9R5Fvq__statCard:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000000d}.dashboard-module__9R5Fvq__statInfo{flex-direction:column;gap:.25rem;display:flex}.dashboard-module__9R5Fvq__statValue{color:var(--foreground);font-size:2rem;font-weight:700}.dashboard-module__9R5Fvq__statLabel{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.dashboard-module__9R5Fvq__statIcon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.dashboard-module__9R5Fvq__filterSection{border:1px solid var(--border);background:#fff;border-radius:1rem;align-items:center;gap:1rem;padding:1rem;display:flex}.dashboard-module__9R5Fvq__searchBox{flex:1;align-items:center;gap:.75rem;padding:.5rem;display:flex}.dashboard-module__9R5Fvq__searchIcon{color:var(--muted-foreground)}.dashboard-module__9R5Fvq__searchInput{width:100%;color:var(--foreground);border:none;outline:none;font-size:1rem}.dashboard-module__9R5Fvq__filterSelect{border:1px solid var(--border);color:var(--foreground);background:#fff;border-radius:.5rem;outline:none;padding:.5rem 1rem;font-family:inherit}.dashboard-module__9R5Fvq__tableContainer{border:1px solid var(--border);background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000000d}.dashboard-module__9R5Fvq__sectionTitle{margin-bottom:1.5rem;font-size:1.25rem}.dashboard-module__9R5Fvq__tableWrapper{overflow-x:auto}.dashboard-module__9R5Fvq__table{border-collapse:collapse;text-align:left;width:100%}.dashboard-module__9R5Fvq__table th{color:var(--muted-foreground);border-bottom:1px solid var(--border);padding:1rem;font-size:.875rem;font-weight:500}.dashboard-module__9R5Fvq__table td{color:var(--foreground);border-bottom:1px solid var(--border);padding:1rem;font-size:.9375rem}.dashboard-module__9R5Fvq__table tr:last-child td{border-bottom:none}.dashboard-module__9R5Fvq__idCell{color:var(--muted-foreground);font-family:monospace;font-weight:600}.dashboard-module__9R5Fvq__productCell{font-weight:500}.dashboard-module__9R5Fvq__badge{background:var(--muted);border-radius:.375rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.dashboard-module__9R5Fvq__statusBadge{border-radius:2rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.dashboard-module__9R5Fvq__statusBadge[data-status=Em\ andamento],.dashboard-module__9R5Fvq__statusBadge[data-status=pending_briefing],.dashboard-module__9R5Fvq__statusBadge[data-status=in_progress]{color:#c2410c;background-color:#ffedd5}.dashboard-module__9R5Fvq__statusBadge[data-status=Aprovado],.dashboard-module__9R5Fvq__statusBadge[data-status=Finalizado],.dashboard-module__9R5Fvq__statusBadge[data-status=approved]{color:#059669;background-color:#d1fae5}.dashboard-module__9R5Fvq__statusBadge[data-status=Reprovado],.dashboard-module__9R5Fvq__statusBadge[data-status=Correção\ Necessária],.dashboard-module__9R5Fvq__statusBadge[data-status=correction_needed],.dashboard-module__9R5Fvq__statusBadge[data-status=rejected],.dashboard-module__9R5Fvq__statusBadge[data-status=alteration]{color:#b91c1c;background-color:#fee2e2}.dashboard-module__9R5Fvq__statusBadge[data-status=project]{color:#1d4ed8;background-color:#dbeafe}.dashboard-module__9R5Fvq__statusBadge[data-status=approval]{color:#b45309;background-color:#fef3c7}.dashboard-module__9R5Fvq__dashSection{border:1px solid var(--border);background:#f8fafc;border-radius:1.5rem;flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.dashboard-module__9R5Fvq__sectionHeading{color:var(--foreground);border-left:4px solid var(--primary);margin-bottom:.5rem;padding-left:1rem;font-size:1.5rem;font-weight:700}.dashboard-module__9R5Fvq__tableTitle{color:var(--muted-foreground);margin-bottom:1rem;font-size:1.125rem;font-weight:600}.dashboard-module__9R5Fvq__idCell a{color:var(--primary);font-weight:600;text-decoration:none}.dashboard-module__9R5Fvq__idCell a:hover{text-decoration:underline}
.new-module__I99xiW__container{max-width:900px;margin:0 auto}.new-module__I99xiW__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.new-module__I99xiW__headerLeft{flex-direction:column;gap:.5rem;display:flex}.new-module__I99xiW__backLink{color:#64748b;align-items:center;gap:.25rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:flex}.new-module__I99xiW__backLink:hover{color:#0f172a}.new-module__I99xiW__title{color:#0f172a;margin:0;font-size:1.875rem;font-weight:700}.new-module__I99xiW__formGrid{gap:2rem;display:grid}.new-module__I99xiW__section{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.new-module__I99xiW__sectionTitle{color:#0f172a;border-bottom:1px solid #e2e8f0;margin:0 0 1.5rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:600}.new-module__I99xiW__subtitle{color:#64748b;margin-top:-1rem;margin-bottom:1rem;font-size:.9rem}.new-module__I99xiW__row{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.new-module__I99xiW__fullRow{margin-bottom:1.5rem}.new-module__I99xiW__logoUpload{border:1px dashed #cbd5e1;border-radius:.75rem;align-items:center;gap:1.5rem;padding:1rem;display:flex}.new-module__I99xiW__logoPlaceholder{color:#94a3b8;background:#f1f5f9;border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;width:64px;height:64px;font-size:.75rem;display:flex}.new-module__I99xiW__uploadInfo{flex-direction:column;gap:.25rem;display:flex}.new-module__I99xiW__fileInput{color:#64748b;font-size:.9rem}.new-module__I99xiW__hint{color:#94a3b8;font-size:.8rem}.new-module__I99xiW__langChip{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:.5rem 1rem;font-size:.9rem;transition:all .2s}.new-module__I99xiW__langChipActive{color:#1d4ed8;background:#eff6ff;border-color:#3b82f6;font-weight:500}.new-module__I99xiW__tagsContainer{flex-wrap:wrap;gap:.5rem;margin:.5rem 0;display:flex}.new-module__I99xiW__customTag{background:#f1f5f9;border-radius:.25rem;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.85rem;display:flex}.new-module__I99xiW__fieldGroup{flex-direction:column;gap:.5rem;display:flex}.new-module__I99xiW__label{color:var(--foreground);margin-bottom:.25rem;font-size:.875rem;font-weight:500;display:block}.new-module__I99xiW__miniLabel{color:#64748b;text-transform:uppercase;margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.new-module__I99xiW__select{border-radius:var(--radius);border:1px solid var(--border);background:var(--background);height:42px;color:var(--foreground);width:100%;padding:0 1rem;font-size:.9rem}.new-module__I99xiW__dynamicRow{border-bottom:1px dashed #f1f5f9;grid-template-columns:1fr 1fr auto;align-items:flex-end;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;display:grid}.new-module__I99xiW__removeBtn{color:#ef4444;cursor:pointer;background:#fee2e2;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s;display:flex}.new-module__I99xiW__removeBtn:hover{background:#fecaca}.new-module__I99xiW__fileRow{background:#f8fafc;border:1px solid #f1f5f9;border-radius:.5rem;gap:1rem;margin-bottom:1rem;padding:.75rem;display:flex}.new-module__I99xiW__textarea{border-radius:var(--radius);border:1px solid var(--border);resize:vertical;width:100%;padding:.75rem;font-family:inherit;font-size:.9rem}.new-module__I99xiW__actions{border-top:1px solid #e2e8f0;justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:2rem;display:flex}
.packaging-module__YMlrrq__container{flex-direction:column;gap:2rem;display:flex}.packaging-module__YMlrrq__header{justify-content:space-between;align-items:flex-end;display:flex}.packaging-module__YMlrrq__title{color:var(--foreground);font-size:1.875rem}.packaging-module__YMlrrq__subtitle{color:var(--muted-foreground);margin-top:.25rem}.packaging-module__YMlrrq__controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.packaging-module__YMlrrq__searchWrapper{max-width:400px;position:relative}.packaging-module__YMlrrq__searchIcon{color:var(--muted-foreground);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.packaging-module__YMlrrq__searchInput{border-radius:var(--radius);border:1px solid var(--border);outline:none;width:100%;padding:.75rem 1rem .75rem 3rem;font-family:inherit;font-size:1rem}.packaging-module__YMlrrq__searchInput:focus{border-color:var(--primary);box-shadow:0 0 0 2px #6366f133}.packaging-module__YMlrrq__clientFilter{flex:1;gap:.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.packaging-module__YMlrrq__viewToggle{border:1px solid var(--border);background:#fff;border-radius:.5rem;gap:.5rem;padding:.25rem;display:flex}.packaging-module__YMlrrq__viewBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.packaging-module__YMlrrq__viewBtn:hover{background:var(--muted);color:var(--foreground)}.packaging-module__YMlrrq__activeView{background:var(--muted);color:var(--primary)}.packaging-module__YMlrrq__filterTab{border:1px solid var(--border);color:var(--muted-foreground);white-space:nowrap;background:#fff;border-radius:2rem;padding:.5rem 1.25rem;font-weight:500;transition:all .2s}.packaging-module__YMlrrq__filterTab:hover{background:var(--muted);color:var(--foreground)}.packaging-module__YMlrrq__activeTab{background:var(--primary);color:#fff;border-color:var(--primary)}.packaging-module__YMlrrq__activeTab:hover{background:var(--primary-hover);color:#fff}.packaging-module__YMlrrq__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.packaging-module__YMlrrq__cardLink{color:inherit;text-decoration:none}.packaging-module__YMlrrq__card{border:1px solid var(--border);background:#fff;border-radius:1rem;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden}.packaging-module__YMlrrq__card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -5px #0000001a}.packaging-module__YMlrrq__imageContainer{aspect-ratio:1;background:var(--muted);width:100%;position:relative;overflow:hidden}.packaging-module__YMlrrq__image{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.packaging-module__YMlrrq__statusBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border-radius:2rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 4px #0000001a}.packaging-module__YMlrrq__statusBadge[data-status=Em\ andamento],.packaging-module__YMlrrq__statusBadge[data-status=pending_briefing],.packaging-module__YMlrrq__statusBadge[data-status=pending_review],.packaging-module__YMlrrq__statusBadge[data-status=in_progress]{color:#c2410c;background-color:#ffedd5}.packaging-module__YMlrrq__missingCroquiBadge{color:#ef4444;z-index:2;background-color:#fee2e2;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;position:absolute;top:2.8rem;right:1rem;box-shadow:0 1px 2px #0000001a}.packaging-module__YMlrrq__statusBadge[data-status=Aprovado],.packaging-module__YMlrrq__statusBadge[data-status=Finalizado],.packaging-module__YMlrrq__statusBadge[data-status=approved]{color:#059669;background-color:#d1fae5}.packaging-module__YMlrrq__statusBadge[data-status=Reprovado],.packaging-module__YMlrrq__statusBadge[data-status=Correção\ Necessária],.packaging-module__YMlrrq__statusBadge[data-status=correction_needed],.packaging-module__YMlrrq__statusBadge[data-status=rejected]{color:#b91c1c;background-color:#fee2e2}.packaging-module__YMlrrq__cardContent{flex-direction:column;flex:1;gap:.5rem;padding:1.25rem;display:flex}.packaging-module__YMlrrq__cardTitle{color:var(--foreground);margin-bottom:auto;font-size:1.125rem}.packaging-module__YMlrrq__cardMeta{justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.packaging-module__YMlrrq__clientName{color:var(--muted-foreground);font-weight:500}.packaging-module__YMlrrq__id{background:var(--muted);color:var(--muted-foreground);font-family:monospace}.packaging-module__YMlrrq__listContainer{border:1px solid var(--border);background:#fff;border-radius:1rem;flex-direction:column;gap:.5rem;display:flex;overflow:hidden}.packaging-module__YMlrrq__listHeader{border-bottom:1px solid var(--border);color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;padding:1rem 1.5rem;font-size:.875rem;font-weight:600;display:flex}.packaging-module__YMlrrq__listRowLink{color:inherit;text-decoration:none;display:block}.packaging-module__YMlrrq__listRow{border-bottom:1px solid #f1f5f9;align-items:center;padding:.75rem 1.5rem;transition:background-color .2s;display:flex}.packaging-module__YMlrrq__listRowLink:last-child .packaging-module__YMlrrq__listRow{border-bottom:none}.packaging-module__YMlrrq__listRow:hover{background-color:#f8fafc}.packaging-module__YMlrrq__colImage{flex-shrink:0;width:80px}.packaging-module__YMlrrq__colName{flex-direction:column;flex:2;gap:.25rem;display:flex}.packaging-module__YMlrrq__colClient{color:var(--muted-foreground);flex:1;font-weight:500}.packaging-module__YMlrrq__colStatus{flex:1}.packaging-module__YMlrrq__colId{text-align:right;width:80px;color:var(--muted-foreground);font-family:monospace}.packaging-module__YMlrrq__listThumb{border:1px solid var(--border);background:#f1f5f9;border-radius:6px;width:48px;height:48px;overflow:hidden}.packaging-module__YMlrrq__listThumb img{object-fit:cover;width:100%;height:100%}.packaging-module__YMlrrq__noThumb{color:#94a3b8;justify-content:center;align-items:center;width:100%;height:100%;font-size:.7rem;display:flex}.packaging-module__YMlrrq__productName{color:var(--foreground);font-weight:600}.packaging-module__YMlrrq__missingTagSmall{color:#ef4444;background:#fee2e2;border-radius:4px;align-self:flex-start;padding:.125rem .375rem;font-size:.7rem;font-weight:600;display:inline-block}.packaging-module__YMlrrq__statusPill{border-radius:2rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.packaging-module__YMlrrq__statusPill[data-status=approved],.packaging-module__YMlrrq__statusPill[data-status=Finalizado]{color:#059669;background-color:#d1fae5}.packaging-module__YMlrrq__statusPill[data-status=correction_needed],.packaging-module__YMlrrq__statusPill[data-status=Correção]{color:#b91c1c;background-color:#fee2e2}.packaging-module__YMlrrq__statusPill[data-status=in_progress],.packaging-module__YMlrrq__statusPill[data-status=Andamento]{color:#c2410c;background-color:#ffedd5}
.pendencies-module__598PUq__container{flex-direction:column;gap:2rem;max-width:800px;display:flex}.pendencies-module__598PUq__header{margin-bottom:.5rem}.pendencies-module__598PUq__title{color:var(--foreground);margin:0;font-size:1.875rem}.pendencies-module__598PUq__subtitle{color:var(--muted-foreground);margin-top:.25rem}.pendencies-module__598PUq__filters{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.pendencies-module__598PUq__filterChip{border:1px solid var(--border);color:var(--muted-foreground);background:#fff;border-radius:999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s}.pendencies-module__598PUq__filterChip:hover{border-color:var(--primary);color:var(--foreground)}.pendencies-module__598PUq__filterChip.pendencies-module__598PUq__active{background:var(--primary);color:#fff;border-color:var(--primary)}.pendencies-module__598PUq__list{flex-direction:column;gap:1rem;display:flex}.pendencies-module__598PUq__itemCard{border:1px solid var(--border);background:#fff;border-radius:1rem;align-items:center;gap:1.5rem;padding:1rem;transition:transform .2s;display:flex}.pendencies-module__598PUq__itemCard:hover{border-color:var(--primary);transform:translate(4px)}.pendencies-module__598PUq__image{object-fit:cover;background:var(--muted);border-radius:.75rem;width:80px;height:80px}.pendencies-module__598PUq__content{flex-direction:column;flex:1;gap:.75rem;display:flex}.pendencies-module__598PUq__details{align-items:center;gap:.75rem;display:flex}.pendencies-module__598PUq__id{color:var(--muted-foreground);background:var(--muted);border-radius:.25rem;padding:.125rem .375rem;font-family:monospace;font-size:.75rem}.pendencies-module__598PUq__itemName{color:var(--foreground);margin:0;font-size:1.125rem;font-weight:600}.pendencies-module__598PUq__client{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.pendencies-module__598PUq__taskInfo{flex-direction:column;gap:.25rem;display:flex}.pendencies-module__598PUq__taskLabel{align-items:center;gap:.5rem;font-size:.9375rem;font-weight:500;display:flex}.pendencies-module__598PUq__taskLabel span{font-weight:600}.pendencies-module__598PUq__taskLabel.pendencies-module__598PUq__in_progress{color:#f97316}.pendencies-module__598PUq__taskLabel.pendencies-module__598PUq__correction_needed{color:#ef4444}.pendencies-module__598PUq__taskLabel.pendencies-module__598PUq__missing_croqui{color:#8b5cf6}.pendencies-module__598PUq__taskLabel.pendencies-module__598PUq__generic{color:var(--primary)}.pendencies-module__598PUq__author{color:var(--muted-foreground);font-size:.75rem}.pendencies-module__598PUq__actions{border-left:1px solid var(--border);padding-left:1rem}.pendencies-module__598PUq__emptyState{text-align:center;color:var(--muted-foreground);border:1px dashed var(--border);background:#fff;border-radius:1rem;flex-direction:column;align-items:center;gap:1rem;padding:4rem;display:flex}.pendencies-module__598PUq__emptyIcon{color:var(--success);opacity:.5}
.project_new-module__LU8Bpq__container{max-width:900px;margin:0 auto}.project_new-module__LU8Bpq__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.project_new-module__LU8Bpq__headerLeft{flex-direction:column;gap:.5rem;display:flex}.project_new-module__LU8Bpq__backLink{color:#64748b;align-items:center;gap:.25rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:flex}.project_new-module__LU8Bpq__backLink:hover{color:#0f172a}.project_new-module__LU8Bpq__title{color:#0f172a;margin:0;font-size:1.875rem;font-weight:700}.project_new-module__LU8Bpq__formGrid{gap:2rem;display:grid}.project_new-module__LU8Bpq__section{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.project_new-module__LU8Bpq__sectionTitle{color:#0f172a;border-bottom:1px solid #e2e8f0;margin:0 0 1.5rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:600}.project_new-module__LU8Bpq__subtitle{color:#64748b;margin-top:-1rem;margin-bottom:1rem;font-size:.9rem}.project_new-module__LU8Bpq__row{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.project_new-module__LU8Bpq__fullRow{margin-bottom:1.5rem}.project_new-module__LU8Bpq__logoUpload{border:1px dashed #cbd5e1;border-radius:.75rem;align-items:center;gap:1.5rem;padding:1rem;display:flex}.project_new-module__LU8Bpq__logoPlaceholder{color:#94a3b8;background:#f1f5f9;border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;width:64px;height:64px;font-size:.75rem;display:flex}.project_new-module__LU8Bpq__uploadInfo{flex-direction:column;gap:.25rem;display:flex}.project_new-module__LU8Bpq__fileInput{color:#64748b;font-size:.9rem}.project_new-module__LU8Bpq__hint{color:#94a3b8;font-size:.8rem}.project_new-module__LU8Bpq__langChip{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:.5rem 1rem;font-size:.9rem;transition:all .2s}.project_new-module__LU8Bpq__langChipActive{color:#1d4ed8;background:#eff6ff;border-color:#3b82f6;font-weight:500}.project_new-module__LU8Bpq__tagsContainer{flex-wrap:wrap;gap:.5rem;margin:.5rem 0;display:flex}.project_new-module__LU8Bpq__customTag{background:#f1f5f9;border-radius:.25rem;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.85rem;display:flex}.project_new-module__LU8Bpq__fieldGroup{flex-direction:column;gap:.5rem;display:flex}.project_new-module__LU8Bpq__label{color:var(--foreground);margin-bottom:.25rem;font-size:.875rem;font-weight:500;display:block}.project_new-module__LU8Bpq__miniLabel{color:#64748b;text-transform:uppercase;margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.project_new-module__LU8Bpq__select{border-radius:var(--radius);border:1px solid var(--border);background:var(--background);height:42px;color:var(--foreground);width:100%;padding:0 1rem;font-size:.9rem}.project_new-module__LU8Bpq__dynamicRow{border-bottom:1px dashed #f1f5f9;grid-template-columns:1fr 1fr auto;align-items:flex-end;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;display:grid}.project_new-module__LU8Bpq__removeBtn{color:#ef4444;cursor:pointer;background:#fee2e2;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s;display:flex}.project_new-module__LU8Bpq__removeBtn:hover{background:#fecaca}.project_new-module__LU8Bpq__fileRow{background:#f8fafc;border:1px solid #f1f5f9;border-radius:.5rem;gap:1rem;margin-bottom:1rem;padding:.75rem;display:flex}.project_new-module__LU8Bpq__textarea{border-radius:var(--radius);border:1px solid var(--border);resize:vertical;width:100%;padding:.75rem;font-family:inherit;font-size:.9rem}.project_new-module__LU8Bpq__actions{border-top:1px solid #e2e8f0;justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:2rem;display:flex}
.projects-module__SO42Oa__container{flex-direction:column;gap:2rem;display:flex}.projects-module__SO42Oa__header{justify-content:space-between;align-items:flex-end;display:flex}.projects-module__SO42Oa__title{color:var(--foreground);margin:0;font-size:1.875rem;line-height:normal}.projects-module__SO42Oa__subtitle{color:var(--muted-foreground);margin-top:.25rem;font-size:1rem}.projects-module__SO42Oa__controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.projects-module__SO42Oa__searchWrapper{max-width:400px;position:relative}.projects-module__SO42Oa__searchIcon{color:var(--muted-foreground);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.projects-module__SO42Oa__searchInput{border-radius:var(--radius);border:1px solid var(--border);outline:none;width:100%;padding:.75rem 1rem .75rem 3rem;font-family:inherit;font-size:1rem}.projects-module__SO42Oa__searchInput:focus{border-color:var(--primary);box-shadow:0 0 0 2px #6366f133}.projects-module__SO42Oa__clientFilter{flex:1;gap:.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.projects-module__SO42Oa__viewToggle{border:1px solid var(--border);background:#fff;border-radius:.5rem;gap:.5rem;padding:.25rem;display:flex}.projects-module__SO42Oa__viewBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.projects-module__SO42Oa__viewBtn:hover{background:var(--muted);color:var(--foreground)}.projects-module__SO42Oa__activeView{background:var(--muted);color:var(--primary)}.projects-module__SO42Oa__filterTab{border:1px solid var(--border);color:var(--muted-foreground);white-space:nowrap;background:#fff;border-radius:2rem;padding:.5rem 1.25rem;font-weight:500;transition:all .2s}.projects-module__SO42Oa__filterTab:hover{background:var(--muted);color:var(--foreground)}.projects-module__SO42Oa__activeTab{background:var(--primary);color:#fff;border-color:var(--primary)}.projects-module__SO42Oa__activeTab:hover{background:var(--primary-hover);color:#fff}.projects-module__SO42Oa__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.projects-module__SO42Oa__cardLink{color:inherit;text-decoration:none}.projects-module__SO42Oa__card{border:1px solid var(--border);background:#fff;border-radius:1rem;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden}.projects-module__SO42Oa__card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -5px #0000001a}.projects-module__SO42Oa__imageContainer{aspect-ratio:1;background:var(--muted);width:100%;position:relative;overflow:hidden}.projects-module__SO42Oa__image{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.projects-module__SO42Oa__statusBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border-radius:2rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 4px #0000001a}.projects-module__SO42Oa__statusBadge[data-status=project],.projects-module__SO42Oa__statusBadge[data-status=Projeto]{color:#1e40af;background-color:#dbeafe}.projects-module__SO42Oa__statusBadge[data-status=in_progress],.projects-module__SO42Oa__statusBadge[data-status=Em\ andamento],.projects-module__SO42Oa__statusBadge[data-status=Andamento]{color:#c2410c;background-color:#ffedd5}.projects-module__SO42Oa__statusBadge[data-status=approval],.projects-module__SO42Oa__statusBadge[data-status=Aprovação]{color:#6b21a8;background-color:#f3e8ff}.projects-module__SO42Oa__statusBadge[data-status=alteration],.projects-module__SO42Oa__statusBadge[data-status=Alteração]{color:#854d0e;background-color:#fef9c3}.projects-module__SO42Oa__statusBadge[data-status=finalized],.projects-module__SO42Oa__statusBadge[data-status=Finalizado]{color:#059669;background-color:#d1fae5}.projects-module__SO42Oa__priorityBadge{color:#fff;background:#0009;border-radius:4px;padding:.25rem .5rem;font-size:.7rem;font-weight:600;position:absolute;bottom:.5rem;left:.5rem}.projects-module__SO42Oa__priorityBadge[data-priority=urgent]{color:#fff;background:#ef4444}.projects-module__SO42Oa__priorityBadge[data-priority=high]{color:#fff;background:#f97316}.projects-module__SO42Oa__priorityBadge[data-priority=low]{color:#fff;background:#3b82f6}.projects-module__SO42Oa__cardContent{flex-direction:column;flex:1;gap:.5rem;padding:1.25rem;display:flex}.projects-module__SO42Oa__cardTitle{color:var(--foreground);margin-bottom:auto;font-size:1.125rem;font-weight:600}.projects-module__SO42Oa__cardMeta{justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.projects-module__SO42Oa__clientName{color:var(--muted-foreground);font-weight:500}.projects-module__SO42Oa__id{background:var(--muted);color:var(--muted-foreground);border-radius:4px;padding:0 4px;font-family:monospace}.projects-module__SO42Oa__listContainer{border:1px solid var(--border);background:#fff;border-radius:1rem;flex-direction:column;gap:.5rem;display:flex;overflow:hidden}.projects-module__SO42Oa__listHeader{border-bottom:1px solid var(--border);color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;padding:1rem 1.5rem;font-size:.875rem;font-weight:600;display:flex}.projects-module__SO42Oa__listRowLink{color:inherit;text-decoration:none;display:block}.projects-module__SO42Oa__listRow{border-bottom:1px solid #f1f5f9;align-items:center;padding:.75rem 1.5rem;transition:background-color .2s;display:flex}.projects-module__SO42Oa__listRowLink:last-child .projects-module__SO42Oa__listRow{border-bottom:none}.projects-module__SO42Oa__listRow:hover{background-color:#f8fafc}.projects-module__SO42Oa__colID{flex-shrink:0;width:100px}.projects-module__SO42Oa__colImage{flex-shrink:0;width:80px}.projects-module__SO42Oa__colName{flex-direction:column;flex:2;gap:.25rem;display:flex}.projects-module__SO42Oa__colClient{color:var(--muted-foreground);flex:1;font-weight:500}.projects-module__SO42Oa__colStatus{flex:1}.projects-module__SO42Oa__colPriority{text-align:center;width:100px}.projects-module__SO42Oa__colDate{text-align:right;width:120px;color:var(--muted-foreground);font-size:.85rem}.projects-module__SO42Oa__listThumb{border:1px solid var(--border);background:#f1f5f9;border-radius:6px;width:48px;height:48px;overflow:hidden}.projects-module__SO42Oa__listThumb img{object-fit:cover;width:100%;height:100%}.projects-module__SO42Oa__noThumb{color:#94a3b8;justify-content:center;align-items:center;width:100%;height:100%;font-size:.7rem;display:flex}.projects-module__SO42Oa__productName{color:var(--foreground);font-weight:600}.projects-module__SO42Oa__statusPill{border-radius:2rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.projects-module__SO42Oa__statusPill[data-status=project],.projects-module__SO42Oa__statusPill[data-status=Projeto]{color:#1e40af;background-color:#dbeafe}.projects-module__SO42Oa__statusPill[data-status=in_progress],.projects-module__SO42Oa__statusPill[data-status=Andamento]{color:#c2410c;background-color:#ffedd5}.projects-module__SO42Oa__statusPill[data-status=approval],.projects-module__SO42Oa__statusPill[data-status=Aprovação]{color:#6b21a8;background-color:#f3e8ff}.projects-module__SO42Oa__statusPill[data-status=alteration],.projects-module__SO42Oa__statusPill[data-status=Alteração]{color:#854d0e;background-color:#fef9c3}.projects-module__SO42Oa__statusPill[data-status=finalized],.projects-module__SO42Oa__statusPill[data-status=Finalizado]{color:#059669;background-color:#d1fae5}
.review-module__5aOBUG__container{flex-direction:column;gap:1rem;height:calc(100vh - 4rem);display:flex}.review-module__5aOBUG__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.review-module__5aOBUG__headerLeft{flex-direction:column;gap:.5rem;display:flex}.review-module__5aOBUG__backLink{color:var(--muted-foreground);align-items:center;gap:.25rem;font-size:.875rem;text-decoration:none;display:flex}.review-module__5aOBUG__backLink:hover{color:var(--foreground)}.review-module__5aOBUG__title{color:var(--foreground);font-size:1.5rem}.review-module__5aOBUG__subtitle{color:var(--muted-foreground);font-size:.875rem}.review-module__5aOBUG__viewToggle{background:var(--muted);border-radius:.5rem;gap:.25rem;padding:.25rem;display:flex}.review-module__5aOBUG__toggleBtn{color:var(--muted-foreground);background:0 0;border:none;border-radius:.375rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.review-module__5aOBUG__toggleBtn.review-module__5aOBUG__active{color:var(--foreground);background:#fff;box-shadow:0 1px 3px #0000001a}.review-module__5aOBUG__contentGrid{flex:1;grid-template-columns:1fr 350px;gap:1.5rem;min-height:0;display:grid}.review-module__5aOBUG__previewArea{border:1px solid var(--border);background:#f1f5f9;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.review-module__5aOBUG__previewImage{object-fit:contain;max-width:100%;max-height:100%}.review-module__5aOBUG__imageActions{position:absolute;bottom:1rem;right:1rem}.review-module__5aOBUG__controlsSidebar{flex-direction:column;gap:1rem;display:flex;overflow-y:auto}.review-module__5aOBUG__infoBox,.review-module__5aOBUG__historyBox,.review-module__5aOBUG__actionBox{border:1px solid var(--border);background:#fff;border-radius:1rem;padding:1rem}.review-module__5aOBUG__infoBox h3,.review-module__5aOBUG__historyBox h3,.review-module__5aOBUG__actionBox h3{color:var(--foreground);margin-bottom:.75rem;font-size:1rem}.review-module__5aOBUG__infoItem{justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;display:flex}.review-module__5aOBUG__infoItem label{color:var(--muted-foreground)}.review-module__5aOBUG__timeline{border-left:2px solid var(--muted);padding-left:.5rem;list-style:none}.review-module__5aOBUG__timelineItem{margin-bottom:1rem;padding-left:1rem;position:relative}.review-module__5aOBUG__timelineDot{background:var(--error);border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:6px;left:-5px}.review-module__5aOBUG__timelineText{font-size:.875rem;line-height:1.4}.review-module__5aOBUG__timelineDate{color:var(--muted-foreground);margin-top:.25rem;font-size:.75rem;display:block}.review-module__5aOBUG__commentBox{border:1px solid var(--border);resize:vertical;border-radius:.5rem;width:100%;margin-bottom:.5rem;padding:.75rem;font-family:inherit;font-size:.875rem}.review-module__5aOBUG__attachRow{margin-bottom:1rem}.review-module__5aOBUG__attachBtn{border:1px dashed var(--border);color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.5rem;font-size:.875rem;display:flex}.review-module__5aOBUG__attachBtn:hover{border-color:var(--primary);color:var(--primary)}.review-module__5aOBUG__buttons{flex-direction:column;gap:.75rem;display:flex}.review-module__5aOBUG__actionBtn,.review-module__5aOBUG__approveBtn{justify-content:center;width:100%}.review-module__5aOBUG__approveBtn{background-color:var(--success)}.review-module__5aOBUG__approveBtn:hover{background-color:#047857}.review-module__5aOBUG__divider{text-align:center;color:var(--muted-foreground);font-size:.75rem}
.supplier-module__RhJcVG__container{flex-direction:column;gap:2rem;max-width:800px;margin:0 auto;display:flex}.supplier-module__RhJcVG__header{border-bottom:1px solid var(--border);padding-bottom:1rem}.supplier-module__RhJcVG__headerLeft{flex-direction:column;gap:.5rem;display:flex}.supplier-module__RhJcVG__backLink{color:var(--muted-foreground);align-items:center;gap:.25rem;font-size:.875rem;text-decoration:none;display:flex}.supplier-module__RhJcVG__title{color:var(--foreground);font-size:1.875rem}.supplier-module__RhJcVG__subtitle{color:var(--muted-foreground)}.supplier-module__RhJcVG__content{flex-direction:column;gap:1.5rem;display:flex}.supplier-module__RhJcVG__card{border:1px solid var(--border);background:#fff;border-radius:1rem;padding:1.5rem}.supplier-module__RhJcVG__cardTitle{color:var(--foreground);margin-bottom:1.25rem;font-size:1.125rem;font-weight:600}.supplier-module__RhJcVG__formGroup{gap:1rem;display:grid}.supplier-module__RhJcVG__uploadBox{border:2px dashed var(--border);background:var(--muted);text-align:center;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;transition:all .2s;display:flex}.supplier-module__RhJcVG__uploadBox:hover{border-color:var(--primary);background:#eef2ff}.supplier-module__RhJcVG__uploadIcon{color:var(--primary)}.supplier-module__RhJcVG__uploadBox h3{color:var(--foreground);font-size:1rem}.supplier-module__RhJcVG__uploadBox p{color:var(--muted-foreground);font-size:.875rem}.supplier-module__RhJcVG__textarea{border-radius:var(--radius);border:1px solid var(--border);resize:vertical;width:100%;padding:1rem;font-family:inherit;font-size:1rem}.supplier-module__RhJcVG__textarea:focus{border-color:var(--primary);outline:none}.supplier-module__RhJcVG__actions{justify-content:flex-end;display:flex}
.users-module__ihmXpq__container{flex-direction:column;gap:2rem;display:flex}.users-module__ihmXpq__header{justify-content:space-between;align-items:flex-end;display:flex}.users-module__ihmXpq__title{color:var(--foreground);margin:0;font-size:1.875rem}.users-module__ihmXpq__subtitle{color:var(--muted-foreground);margin-top:.25rem}.users-module__ihmXpq__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.users-module__ihmXpq__card{border:1px solid var(--border);background:#fff;border-radius:1rem;align-items:center;gap:1rem;padding:1.5rem;display:flex}.users-module__ihmXpq__avatar{object-fit:cover;border-radius:50%;width:48px;height:48px}.users-module__ihmXpq__info h3{margin:0;font-size:1rem;font-weight:600}.users-module__ihmXpq__roleBadge{color:#475569;background:#e2e8f0;border-radius:9999px;margin-top:.25rem;padding:2px 8px;font-size:.75rem;display:inline-block}.users-module__ihmXpq__roleBadge[data-role=agency]{color:#1e40af;background:#dbeafe}.users-module__ihmXpq__roleBadge[data-role=client]{color:#166534;background:#dcfce7}.users-module__ihmXpq__email{color:var(--muted-foreground);margin-top:.25rem;font-size:.875rem}
.page-module___8aEwW__container{background:linear-gradient(135deg,#f0f4ff 0%,#eef2ff 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.page-module___8aEwW__card{background:#fff;border-radius:1.5rem;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.page-module___8aEwW__header{text-align:center;margin-bottom:2rem}.page-module___8aEwW__logo{justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:1.5rem;display:inline-flex}.page-module___8aEwW__header h1{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem}.page-module___8aEwW__header p{color:var(--muted-foreground);font-size:.875rem}.page-module___8aEwW__form{flex-direction:column;gap:1.25rem;display:flex}.page-module___8aEwW__submitButton{width:100%;margin-top:1rem}.page-module___8aEwW__footer{text-align:center;color:var(--muted-foreground);margin-top:2rem;font-size:.875rem}.page-module___8aEwW__demoHints{background:var(--muted);color:var(--foreground);text-align:center;border-radius:.5rem;margin-top:1rem;padding:.75rem;font-size:.75rem}
