@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.budget-card{background:#fff;border-left:4px solid #95a5a6;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:all .3s ease}.budget-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.budget-card.status-analyzing{border-left-color:#f39c12}.budget-card.status-approved{border-left-color:#27ae60}.budget-card.status-rejected{border-left-color:#e74c3c}.budget-card.status-paused{border-left-color:#95a5a6}.budget-card-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:20px}.budget-number{display:flex;flex-direction:column;gap:4px}.number-label{color:#7f8c8d;font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.number-value{color:#2c3e50;font-size:24px;font-weight:700}.budget-status-section{position:relative}.status-badge{align-items:center;border:none;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:8px;transition:all .2s ease}.status-badge:hover{transform:scale(1.05)}.status-badge.status-analyzing{background:#fff3e0;color:#f57c00}.status-badge.status-approved{background:#e8f5e9;color:#2e7d32}.status-badge.status-rejected{background:#ffebee;color:#c62828}.status-badge.status-paused{background:#ecf0f1;color:#7f8c8d}.status-arrow{font-size:10px;opacity:.7}.status-dropdown{background:#fff;border-radius:8px;box-shadow:0 4px 16px #00000026;margin-top:8px;min-width:160px;overflow:hidden;position:absolute;right:0;top:100%;z-index:100}.status-dropdown button{background:#fff;border:none;color:#2c3e50;cursor:pointer;display:block;font-size:14px;padding:12px 16px;text-align:left;transition:all .2s ease;width:100%}.status-dropdown button:hover{background:#f8f9fa}.budget-card-body{padding:20px}.budget-main-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.client-name{color:#2c3e50;font-size:20px;font-weight:600;margin:0}.event-type-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:12px;font-weight:600;padding:6px 14px}.budget-details-grid{grid-gap:16px;background:#f8f9fa;border-radius:8px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:20px;padding:16px}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-label{color:#7f8c8d;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.detail-value{color:#2c3e50;font-size:14px;font-weight:500}.detail-item.detail-total{border-top:2px solid #e0e0e0;grid-column:1/-1;padding-top:12px}.detail-value-highlight{color:#27ae60;font-size:24px;font-weight:700}.task-progress-section{background:linear-gradient(135deg,#f5f7fa,#e8eef5);border-radius:8px;margin-bottom:16px;padding:16px}.progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.progress-label{color:#2c3e50;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.progress-percentage{color:#3498db;font-size:18px;font-weight:700}.progress-bar{background:#e0e0e0;border-radius:4px;height:8px;margin-bottom:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#3498db,#2ecc71);border-radius:4px;height:100%;transition:width .5s ease}.progress-stats{color:#7f8c8d;display:flex;font-size:12px;justify-content:space-between}.current-task{color:#3498db;font-weight:600}.btn-details{background:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px;transition:all .3s ease;width:100%}.btn-details:hover{background:#2980b9;transform:translateY(-1px)}.expanded-details{border-top:2px solid #e0e0e0;margin-top:16px;padding-top:16px}.expanded-details h4{color:#2c3e50;font-size:14px;letter-spacing:.5px;margin:0 0 12px;text-transform:uppercase}.answers-list{gap:12px;margin-bottom:16px}.answer-item{border-radius:4px;font-size:14px;line-height:1.6;padding:12px}.answer-item strong{color:#2c3e50;display:block;margin-bottom:4px}.observations-section{background:#fff9e6;border-left:3px solid #f39c12;border-radius:4px;margin-top:16px;padding:12px}.observations-section h4{margin-bottom:8px}.observations-section p{color:#856404;font-size:14px;line-height:1.6;margin:0}@media (max-width:768px){.budget-card-header,.budget-main-info{align-items:flex-start;flex-direction:column;gap:12px}.budget-details-grid{grid-template-columns:1fr}.detail-item.detail-total{grid-column:1}.progress-stats{flex-direction:column;gap:4px}}.dashboard-container{margin:0 auto;max-width:1400px;padding:24px}.dashboard-header{margin-bottom:32px}.dashboard-header h1{color:#2c3e50;font-size:32px;margin:0 0 8px}.dashboard-subtitle{color:#7f8c8d;font-size:16px;margin:0}.stats-grid{grid-gap:16px;gap:16px;margin-bottom:32px}.stat-card{border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.stat-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.stat-card.stat-analyzing{border-left-color:#f39c12}.stat-card.stat-approved{border-left-color:#27ae60}.stat-card.stat-rejected{border-left-color:#e74c3c}.stat-card.stat-paused{border-left-color:#95a5a6}.filters-section{border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:24px}.filter-group label{color:#2c3e50;font-size:14px}.filter-group select{border-radius:4px;font-size:14px;min-width:150px}.filter-group select:focus{border-color:#3498db}.filter-results{font-size:14px;margin-left:auto}.budgets-list{display:flex;flex-direction:column;gap:16px}.empty-state{border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:80px 20px}.empty-icon{font-size:64px;margin-bottom:16px}.empty-state h3{font-size:24px;margin:0 0 8px}.empty-state p{font-size:16px;margin:0}.loading{font-size:18px;padding:80px 20px}@media (max-width:768px){.dashboard-container{padding:16px}.stats-grid{grid-template-columns:1fr}.filter-group,.filters-section{align-items:stretch;flex-direction:column}.filter-group select{width:100%}.filter-results{margin-left:0;text-align:center}}.modal-overlay{align-items:center;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}.project-detail-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:900px;width:100%}.modal-header{align-items:flex-start;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:24px 30px}.header-left h2{color:#2c3e50;font-size:24px;font-weight:700;margin-bottom:4px}.project-number{color:#7f8c8d;font-size:14px}.header-right{gap:12px}.status-badge{border-radius:20px;color:#fff;font-size:11px;font-weight:700;letter-spacing:.5px;padding:8px 16px;text-transform:uppercase}.close-btn{background:none;border:none;color:#95a5a6;cursor:pointer;font-size:24px;line-height:1;padding:4px 8px;transition:color .2s}.close-btn:hover{color:#7f8c8d}.modal-tabs{background:#f8f9fa;border-bottom:1px solid #e9ecef;display:flex;padding:0 30px}.tab{background:none;border:none;border-bottom:2px solid #0000;color:#7f8c8d;cursor:pointer;font-size:14px;font-weight:600;padding:16px 24px;position:relative;transition:all .2s}.tab.active,.tab:hover{color:#667eea}.tab.active{background:#fff;border-bottom-color:#667eea}.modal-content{flex:1 1;overflow-y:auto;padding:30px}.tab-content{animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.info-section{background:#f8f9fa;border-radius:12px;margin-bottom:30px;padding:20px}.info-section h3{border-bottom:2px solid #e9ecef;color:#2c3e50;font-size:16px;font-weight:700;margin-bottom:16px;padding-bottom:12px}.info-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.info-item{display:flex;flex-direction:column;gap:4px}.info-item.full-width{grid-column:1/-1}.info-item label{color:#7f8c8d;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.info-item span{color:#2c3e50;font-size:14px;font-weight:500}.highlight-value{color:#667eea!important;font-size:16px!important;font-weight:700!important}.success-section{background:#e8f5e9;border-left:4px solid #66bb6a}.success-section h3{border-bottom-color:#66bb6a;color:#2e7d32}.reject-section{background:#ffebee;border-left:4px solid #ef5350}.reject-section h3{border-bottom-color:#ef5350;color:#c62828}.rejection-reason{color:#2c3e50;font-size:14px;font-style:italic;line-height:1.6;margin-top:4px}.answers-list{display:flex;flex-direction:column;gap:16px}.answer-item{background:#f8f9fa;border-left:3px solid #667eea;border-radius:10px;padding:16px}.question-text{color:#7f8c8d;font-size:13px;font-weight:600;margin-bottom:8px}.answer-text{color:#2c3e50;font-size:15px;font-weight:500}.timeline{padding-left:30px;position:relative}.timeline-item{display:flex;gap:16px;padding-bottom:24px;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-item:before{background:#e9ecef;bottom:-24px;content:"";left:-22px;position:absolute;top:8px;width:2px}.timeline-item:last-child:before{display:none}.timeline-icon{background:#667eea;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #667eea;height:12px;left:-27px;position:absolute;top:4px;width:12px}.timeline-content{background:#f8f9fa;border-radius:8px;flex:1 1;padding:12px 16px}.timeline-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:4px}.timeline-header strong{color:#2c3e50;font-size:14px}.timeline-date{white-space:nowrap}.timeline-date,.timeline-user{color:#7f8c8d;font-size:12px}.tasks-list{display:flex;flex-direction:column;gap:12px}.task-item{align-items:flex-start;background:#f8f9fa;border-radius:10px;display:flex;gap:16px;padding:16px}.task-number{color:#667eea;font-size:14px;font-weight:700;min-width:40px}.task-content{flex:1 1}.task-name{color:#2c3e50;font-size:15px;font-weight:600;margin-bottom:6px}.task-description{color:#7f8c8d;font-size:13px;line-height:1.5;margin-bottom:10px}.task-meta{display:flex;flex-wrap:wrap;gap:12px}.task-status{border-radius:12px;display:inline-block;font-size:11px;font-weight:600;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.task-status.status-pending{background:#fff3cd;color:#856404}.task-status.status-in_progress{background:#d1ecf1;color:#0c5460}.task-status.status-completed{background:#d4edda;color:#155724}.task-assigned{color:#7f8c8d;font-size:12px}.empty-state{color:#7f8c8d}@media (max-width:768px){.project-detail-modal{border-radius:0;max-height:100vh;max-width:100%}.modal-header{padding:20px}.modal-tabs{overflow-x:auto;padding:0 20px}.tab{font-size:13px;padding:14px 16px}.modal-content{padding:20px}.info-grid{grid-template-columns:1fr}}.projects-container{padding:0}.projects-header{margin-bottom:30px}.projects-header h1{color:#2c3e50;font-size:28px;font-weight:700;margin-bottom:8px}.projects-header .subtitle{color:#7f8c8d;font-size:14px}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.stat-card{background:#fff;border-left:4px solid;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:24px}.stat-card.stat-total{border-left-color:#3498db}.stat-card.stat-analyzing{border-left-color:#ffa726}.stat-card.stat-approved{border-left-color:#66bb6a}.stat-card.stat-rejected{border-left-color:#ef5350}.stat-number{color:#2c3e50;font-size:36px;font-weight:700;margin-bottom:8px}.stat-label{color:#7f8c8d;font-size:14px;font-weight:500}.filters-section{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:20px;padding:20px}.search-filter{flex:1 1;min-width:250px}.search-input{border:1px solid #ddd;border-radius:8px;font-size:14px;padding:10px 16px;transition:all .2s;width:100%}.search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.filter-group{align-items:center;display:flex;gap:8px}.filter-group label{color:#7f8c8d;font-size:13px;font-weight:600;white-space:nowrap}.filter-group select{background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:13px;padding:8px 12px;transition:all .2s}.filter-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.filter-results{background:#f8f9fa;border-radius:6px;color:#7f8c8d;font-size:13px;font-weight:600;padding:8px 16px;white-space:nowrap}.table-container{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;overflow:hidden}.projects-table{border-collapse:collapse;width:100%}.projects-table thead{background:#f8f9fa}.projects-table th{border-bottom:2px solid #e9ecef;color:#7f8c8d;font-size:12px;font-weight:700;letter-spacing:.5px;padding:16px;text-align:left;text-transform:uppercase}.projects-table td{border-bottom:1px solid #f0f0f0;color:#2c3e50;font-size:14px;padding:16px}.projects-table tbody tr{transition:background-color .2s}.projects-table tbody tr:hover{background-color:#f8f9fa}.col-number{width:80px}.col-name{min-width:200px}.col-client{min-width:150px}.col-type{min-width:120px}.col-atendimento{min-width:140px}.col-date{width:120px}.col-status{width:130px}.col-actions{text-align:center;width:140px}.number-cell{color:#667eea;font-weight:700}.name-cell strong{color:#2c3e50;font-weight:600}.badge{border-radius:20px;color:#fff;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.status-analyzing{background-color:#ffa726}.status-approved{background-color:#66bb6a}.status-rejected{background-color:#ef5350}.status-unknown{background-color:#78909c}.actions-cell{text-align:center}.btn-action{border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;margin:0 4px;padding:8px 16px;transition:all .2s}.btn-view{background-color:#667eea;color:#fff}.btn-view:hover{background-color:#5568d3;box-shadow:0 2px 4px #667eea4d;transform:translateY(-1px)}.empty-state{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:60px 20px;text-align:center}.empty-state h3{color:#2c3e50;font-size:20px;margin-bottom:8px}.empty-state p{color:#7f8c8d;font-size:14px}.loading{color:#7f8c8d;font-size:16px;padding:40px;text-align:center}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f0f2f5;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.loading-container{align-items:center;background-color:#0d1b2a;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.spinner{animation:spin .8s linear infinite;border:3px solid #00e5c426;border-radius:50%;border-top-color:#00e5c4;height:44px;margin-bottom:16px;width:44px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-container p{color:#7bafd4;font-family:Outfit,sans-serif;font-size:14px}.app-container{background-color:#f0f2f5;display:flex;min-height:100vh}.sidebar{background:#0d1b2a;border-right:1px solid #00b4ff1a;bottom:0;display:flex;flex-direction:column;left:0;position:fixed;top:0;width:230px;z-index:100}.sidebar-header{border-bottom:1px solid #00b4ff14;padding:24px 20px 20px}.logo{color:#e8f4ff;font-family:Outfit,sans-serif;font-size:20px;font-weight:300;letter-spacing:3px;margin-bottom:4px}.logo:after{color:#00e5c4;content:"hub";font-weight:500}.logo-subtitle{color:#7bafd466;font-family:Outfit,sans-serif;font-size:10px;letter-spacing:2px;text-transform:uppercase}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:2px;overflow-y:auto;padding:16px 10px}.nav-separator{background:#7bafd440;border-radius:1px;height:1px;margin:6px 14px}.nav-item{align-items:center;background:none;border:none;border-radius:8px;color:#7bafd4;cursor:pointer;display:flex;font-family:Outfit,sans-serif;font-size:13px;font-weight:300;letter-spacing:.3px;padding:10px 14px;text-align:left;transition:all .15s ease;width:100%}.nav-item:hover{background:#00e5c40f;color:#e8f4ff}.nav-item.active{background:#00e5c41a;color:#00e5c4;font-weight:400}.nav-text{display:block}.sidebar-footer{border-top:1px solid #00b4ff14;padding:16px}.sidebar-footer .user-info{align-items:center;display:flex;gap:10px;margin-bottom:12px}.user-avatar{background:#00e5c426;border:1.5px solid #00e5c466;border-radius:50%;flex-shrink:0;height:34px;width:34px}.user-details{flex:1 1;overflow:hidden}.user-name{color:#e8f4ff;font-size:13px;font-weight:400;margin-bottom:2px;text-transform:capitalize}.user-email,.user-name{font-family:Outfit,sans-serif;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-email{color:#7bafd480;font-size:11px}.sidebar-footer .logout-btn{background:none;border:1px solid #e74c3c4d;border-radius:8px;color:#e74c3cb3;cursor:pointer;font-family:Outfit,sans-serif;font-size:12px;font-weight:400;letter-spacing:.5px;padding:9px;transition:all .15s ease;width:100%}.sidebar-footer .logout-btn:hover{background:#e74c3c1a;border-color:#e74c3c80;color:#e74c3c}.main-content{background-color:#f0f2f5;display:flex;flex:1 1;flex-direction:column;height:100vh;margin-left:230px;overflow:hidden}.top-header{align-items:center;background:#0d1b2a;border-bottom:1px solid #00b4ff1a;display:flex;flex-shrink:0;justify-content:space-between;padding:18px 30px}.header-left{flex:1 1}.page-title{color:#e8f4ff;font-family:Outfit,sans-serif;font-size:22px;font-weight:300;letter-spacing:-.3px}.header-right{align-items:center;display:flex}.welcome-message{color:#7bafd4;font-family:Outfit,sans-serif;font-size:13px}.welcome-message strong{color:#e8f4ff;font-weight:400;text-transform:capitalize}.content-area{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden;padding:28px 30px}@media (max-width:768px){.sidebar{width:200px}.main-content{margin-left:200px}.page-title{font-size:18px}.content-area{padding:20px}}@media (max-width:576px){.sidebar{position:relative;width:100%}.main-content{margin-left:0}}
/*# sourceMappingURL=main.26e03c57.css.map*/