body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;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;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}.budgets-list{display:flex;flex-direction:column;gap:16px}.empty-state{padding:80px 20px}.empty-icon{font-size:64px;margin-bottom:16px}.empty-state h3{font-size:24px;margin:0 0 8px}.empty-state p{margin:0}.loading{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{background-color:#0009;padding:20px;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;padding:24px 30px}.header-left h2{font-size:24px;font-weight:700;margin-bottom:4px}.project-number{font-size:14px}.header-right{gap:12px}.status-badge{border-radius:20px;color:#fff;font-weight:700;letter-spacing:.5px;padding:8px 16px;text-transform:uppercase}.close-btn{color:#95a5a6;font-size:24px;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;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 label{color:#7f8c8d;font-size:13px}.filter-group select{border-radius:6px;font-size:13px;transition:all .2s}.filter-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-results{background:#f8f9fa;border-radius:6px;font-size:13px;padding:8px 16px;white-space:nowrap}.table-container{border-radius:12px;box-shadow:0 2px 4px #0000000d}.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;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-radius:6px;font-size:13px;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{border-radius:12px;box-shadow:0 2px 4px #0000000d}.empty-state h3{color:#2c3e50;font-size:20px;margin-bottom:8px}.empty-state p{font-size:14px}.loading{font-size:16px;padding:40px}.modal-overlay{background-color:#00000080;padding:1rem}.modal-content{border-radius:12px;box-shadow:0 10px 40px #0000004d;max-height:90vh;max-width:800px;overflow-y:auto;width:100%}.modal-header{background:#fff;border-bottom:2px solid #ecf0f1;padding:1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.modal-header h2{margin:0}.close-btn{border-radius:50%;height:35px;width:35px}.close-btn:hover{background-color:#ecf0f1;color:#2c3e50}form{padding:1.5rem}.form-group{flex:1 1;margin-bottom:1.5rem}.form-group label{font-size:.95rem;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #ecf0f1;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s;width:100%}.form-row{display:flex;gap:1rem;margin-bottom:1.5rem}.checkbox-group{align-items:center;margin-bottom:1rem}.checkbox-group label{font-weight:500}.checkbox-group input[type=checkbox]{margin-right:.5rem;width:auto}.options-section{background-color:#f8f9fa;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.options-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.options-header h3{color:#2c3e50;font-size:1.1rem;margin:0}.btn-add-option{background-color:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .2s}.btn-add-option:hover{background-color:#5568d3;transform:translateY(-2px)}.option-item{grid-gap:.75rem;background:#fff;border-radius:6px;display:grid;gap:.75rem;grid-template-columns:2fr 1fr 1fr auto;margin-bottom:.75rem;padding:.75rem}.option-item input{border:2px solid #e0e0e0;border-radius:6px;font-size:.9rem;padding:.5rem}.option-item input:focus{border-color:#667eea;outline:none}.btn-remove-option{background-color:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem .75rem;transition:all .2s}.btn-remove-option:hover{background-color:#c0392b}.form-actions{background:#fff;border-top:2px solid #ecf0f1;bottom:0;gap:1rem;margin:0 -1.5rem -1.5rem;padding:1.5rem;position:-webkit-sticky;position:sticky}.btn-cancel{background-color:#ecf0f1;color:#2c3e50;padding:.75rem}.btn-cancel:hover{background-color:#d5d8dc}.btn-save{padding:.75rem}.btn-save:hover{box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.btn-save:disabled{opacity:.6}.question-list-container{margin:0 auto;max-width:1600px;padding:24px}.list-header h2{color:#2c3e50;font-size:28px;margin:0}.questions-table{border-collapse:collapse;width:100%}.questions-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.questions-table th{font-size:13px;font-weight:600;letter-spacing:.5px;padding:16px 12px;text-align:left;text-transform:uppercase}.questions-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background .2s ease}.questions-table tbody tr:hover{background:#f8f9fa}.questions-table tbody tr:last-child{border-bottom:none}.questions-table td{color:#2c3e50;font-size:14px;padding:16px 12px;vertical-align:middle}.special-row{background:linear-gradient(135deg,#fff9fa,#fff)}.col-text{min-width:300px}.col-type{width:140px}.col-role{width:120px}.col-options{text-align:center;width:100px}.col-subquestions{text-align:center;width:60px}.question-text-cell{line-height:1.6}.question-text-cell strong{color:#2c3e50;display:block;margin-bottom:4px}.question-description{color:#7f8c8d;font-size:12px;font-style:italic}.options-count{background:#e3f2fd;border-radius:12px;color:#1976d2;display:inline-block;font-size:12px;font-weight:600;padding:4px 10px}.no-options,.no-sub{color:#bdc3c7;font-weight:500}.subquestions-badge{background:#fff3e0;border-radius:12px;color:#f57c00;display:inline-block;font-size:12px;font-weight:700;padding:4px 10px}.badge-special{font-size:11px;font-weight:700;padding:6px 12px;text-transform:uppercase}.badge-initial{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.badge-finalization{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.btn-special{border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .3s ease}.btn-special.btn-initial{background:linear-gradient(135deg,#667eea,#764ba2)}.btn-special.btn-finalization{background:linear-gradient(135deg,#f093fb,#f5576c)}.btn-special:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}@media (max-width:1200px){.question-list-container{padding:16px}.table-container{overflow-x:auto}.questions-table{min-width:1000px}}@media (max-width:768px){.list-header{align-items:flex-start;flex-direction:column;gap:16px}.header-actions{flex-direction:column;width:100%}.header-actions button{width:100%}}.task-modal-content{max-height:90vh;max-width:900px;overflow-y:auto}.task-form{display:flex;flex-direction:column;gap:24px}.header-with-number{align-items:center;display:flex;flex:1 1;gap:16px}.header-with-number h2{margin:0}.task-number-badge{background:#fff3;border:1px solid #ffffff4d;border-radius:20px;color:#fff;font-size:13px;font-weight:600;padding:6px 14px}.special-notice.kickoff-notice{background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:8px;color:#fff;margin-bottom:16px;padding:16px}.special-notice.kickoff-notice p{margin:0}.special-notice.kickoff-notice strong{font-weight:700}.kickoff-section{background:linear-gradient(135deg,#fff5f7,#ffe8ec);border-left-color:#f5576c}.form-section{background:#f8f9fa;border-left:4px solid #00bcd4;border-radius:8px;padding:20px}.section-title{font-size:16px}.add-item-group{display:flex;gap:8px;margin-bottom:12px}.add-item-group input{border:1px solid #ddd;border-radius:4px;flex:1 1;font-size:14px;padding:10px 12px}.add-item-group input:focus{border-color:#00bcd4;outline:none}.btn-add-item{background:#00bcd4;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;padding:10px 20px;transition:all .3s ease;white-space:nowrap}.btn-add-item:hover{background:#0097a7;transform:translateY(-1px)}.items-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.items-list li{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:4px;display:flex;font-size:14px;justify-content:space-between;padding:10px 12px}.items-list li span{color:#2c3e50;flex:1 1}.btn-remove-item{background:#e74c3c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:4px 12px;transition:all .2s ease}.btn-remove-item:hover{background:#c0392b}textarea{border:1px solid #ddd;border-radius:4px;min-height:80px;padding:10px 12px}textarea:focus{border-color:#00bcd4}@media (max-width:768px){.task-modal-content{margin:20px auto;max-width:95%}.form-section{padding:16px}.add-item-group{flex-direction:column}.btn-add-item{width:100%}.header-with-number{align-items:flex-start;flex-direction:column}}.task-list-container{margin:0 auto;max-width:1600px;padding:24px}.list-header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:32px;padding-bottom:16px}.header-left h2{color:#2c3e50;font-size:28px;margin:0 0 4px}.header-subtitle{color:#7f8c8d;font-size:14px;margin:0}.header-actions{display:flex;gap:12px}.normal-section,.special-section{margin-bottom:32px}.section-title{border-bottom:2px solid #e0e0e0;color:#2c3e50;font-size:18px;font-weight:600;margin:0 0 16px;padding-bottom:8px}.filters-bar{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;gap:16px;margin-bottom:24px;padding:16px 20px}.filter-group,.filters-bar{align-items:center;display:flex}.filter-group{gap:8px}.filter-group label{color:#2c3e50;font-size:14px;font-weight:600;white-space:nowrap}.filter-group select{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px;min-width:150px;padding:8px 12px}.filter-group select:focus{border-color:#3498db;outline:none}.filter-results{color:#7f8c8d;font-size:14px;font-weight:600;margin-left:auto}.table-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.tasks-table{border-collapse:collapse;width:100%}.tasks-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.tasks-table th{font-size:13px;font-weight:600;letter-spacing:.5px;padding:16px 12px;text-align:left;text-transform:uppercase}.tasks-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background .2s ease}.tasks-table tbody tr:hover{background:#f8f9fa}.tasks-table tbody tr:last-child{border-bottom:none}.tasks-table td{color:#2c3e50;font-size:14px;padding:16px 12px;vertical-align:middle}.special-table thead{background:linear-gradient(135deg,#f093fb,#f5576c)}.kickoff-row{background:linear-gradient(135deg,#fff9fa,#fff)}.col-order{text-align:center;width:60px}.col-badge{width:100px}.col-text{min-width:280px}.col-responsible{width:140px}.col-deadline,.col-priority{width:100px}.col-checklist,.col-docs{text-align:center;width:60px}.col-status{width:100px}.col-actions{width:180px}.order-cell{color:#34495e;font-weight:700;text-align:center}.task-text-cell{line-height:1.6}.task-text-cell strong{color:#2c3e50;display:block;margin-bottom:4px}.task-description-preview{color:#7f8c8d;font-size:12px;font-style:italic;margin-top:4px}.task-meta-info{color:#3498db;font-size:12px;font-weight:600;margin-top:4px}.required-indicator{color:#e74c3c;font-weight:700;margin-left:4px}.deadline-cell{color:#f39c12;font-weight:600}.center-cell{text-align:center}.count-badge{background:#e3f2fd;border-radius:12px;color:#1976d2;display:inline-block;font-size:12px;font-weight:700;padding:4px 10px}.no-count{color:#bdc3c7;font-weight:500}.actions-cell{text-align:right}.btn-action{border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:600;margin-left:6px;padding:6px 12px;transition:all .2s ease}.btn-action.btn-edit{background:#3498db;color:#fff}.btn-action.btn-edit:hover{background:#2980b9}.btn-action.btn-delete{background:#e74c3c;color:#fff}.btn-action.btn-delete:hover{background:#c0392b}.btn-action.btn-delete:disabled{background:#bdc3c7;cursor:not-allowed;opacity:.6}.badge{display:inline-block;font-size:11px;padding:4px 10px}.badge-active{background:#d4edda;color:#155724}.badge-inactive{background:#f8d7da;color:#721c24}.badge-kickoff{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;font-weight:700;padding:6px 12px}.badge-kickoff,.badge-priority{font-size:11px;text-transform:uppercase}.badge-priority{border-radius:4px;font-weight:600;padding:4px 10px}.badge-priority.priority-neutral{background:#ecf0f1;color:#7f8c8d}.badge-priority.priority-low{background:#e3f2fd;color:#1976d2}.badge-priority.priority-medium{background:#fff3e0;color:#f57c00}.badge-priority.priority-high{background:#ffe0b2;color:#e65100}.badge-priority.priority-urgent{background:#ffebee;color:#c62828}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .3s ease}.btn-primary:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.btn-special.btn-kickoff{background:linear-gradient(135deg,#f093fb,#f5576c);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .3s ease}.btn-special.btn-kickoff:hover{box-shadow:0 4px 12px #f5576c4d;transform:translateY(-2px)}.empty-state{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:60px 20px}.empty-state p{color:#7f8c8d;font-size:16px;margin:0 0 20px}.loading{color:#7f8c8d;padding:60px 20px}@media (max-width:1200px){.task-list-container{padding:16px}.table-container{overflow-x:auto}.tasks-table{min-width:1100px}}@media (max-width:768px){.list-header{align-items:flex-start;flex-direction:column;gap:16px}.header-actions{flex-direction:column;width:100%}.header-actions button{width:100%}.filter-group,.filters-bar{align-items:stretch;flex-direction:column}.filter-group select{width:100%}.filter-results{margin-left:0;text-align:center}}.event-types-container{display:flex;flex-direction:column;height:100%}.event-types-header{margin-bottom:24px}.event-types-header h1{color:#2c3e50;font-size:28px;font-weight:700;margin-bottom:4px}.types-list{flex:1 1;overflow-y:auto;padding:12px}.type-card{border:1px solid #e0e0e0;border-radius:8px;margin-bottom:12px;padding:16px;transition:all .2s ease}.type-card:hover{background:#f8f9fa}.type-card.selected{background:#f0f3ff;border-color:#667eea}.type-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:8px}.type-card h3{font-size:16px;font-weight:600;margin:0}.type-description{color:#7f8c8d;font-size:14px;line-height:1.5;margin:8px 0 0}textarea{border:1px solid #e0e0e0;border-radius:6px;font-family:inherit;font-size:14px;padding:12px;resize:vertical;width:100%}textarea:focus{border-color:#667eea;outline:none}.flow-builder-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.flow-builder-container{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;display:flex;flex-direction:column;height:90vh;max-width:1400px;width:100%}.flow-builder-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:2px solid #e0e0e0;border-radius:12px 12px 0 0;color:#fff;display:flex;justify-content:space-between;padding:1.5rem 2rem}.header-info{gap:1rem}.event-icon,.header-info{align-items:center;display:flex}.event-icon{background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000001a;font-size:3rem;height:60px;justify-content:center;width:60px}.flow-builder-header h2{font-size:1.5rem;margin:0}.flow-builder-header p{font-size:.9rem;margin:.25rem 0 0;opacity:.9}.close-btn{align-items:center;background:#fff3;border-radius:8px;color:#fff;display:flex;font-size:1.5rem;height:40px;justify-content:center;transition:all .2s;width:40px}.close-btn:hover{background:#ffffff4d;transform:scale(1.1)}.flow-builder-body{grid-gap:1px;background-color:#e0e0e0;display:grid;flex:1 1;gap:1px;grid-template-columns:1fr 1fr;overflow:hidden}.event-flow,.questions-bank{background:#fff;display:flex;flex-direction:column;overflow:hidden}.column-header{align-items:center;background:#f8f9fa;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;padding:1rem 1.5rem}.column-header h3{color:#2c3e50;font-size:1.1rem;margin:0}.count{background:#667eea;border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.flow-list,.questions-list{flex:1 1;overflow-y:auto;padding:1rem}.question-item{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:8px;display:flex;gap:.75rem;margin-bottom:.75rem;padding:1rem;transition:all .2s}.question-item:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea33;transform:translateY(-2px)}.question-item.in-flow{background:#f0f4ff;border-color:#667eea;opacity:.7}.flow-drag-handle,.question-drag-handle{color:#999;cursor:grab;font-size:1.2rem;-webkit-user-select:none;user-select:none}.flow-content,.question-content{flex:1 1}.question-text{color:#2c3e50;display:block;font-weight:500;margin-bottom:.5rem}.question-badges{display:flex;flex-wrap:wrap;gap:.5rem}.badge{border-radius:4px;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.badge-type{background:#e3f2fd;color:#1976d2}.badge-role{background:#f3e5f5;color:#7b1fa2}.badge-global{background:#fff3e0;color:#f57c00}.badge-task{background:#e8f5e9;color:#27ae60}.btn-add-to-flow{align-items:center;background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:36px;justify-content:center;transition:all .2s;width:36px}.btn-add-to-flow:hover:not(:disabled){background:#5568d3;transform:scale(1.1)}.btn-add-to-flow:disabled{background:#95a5a6;cursor:not-allowed;opacity:.6}.flow-item{align-items:center;background:linear-gradient(135deg,#667eea15,#764ba215);border:2px solid #667eea;border-radius:8px;cursor:grab;display:flex;gap:.75rem;margin-bottom:.75rem;padding:1rem;transition:all .2s}.flow-item:active{cursor:grabbing}.flow-item:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.flow-item.drag-over{background:linear-gradient(135deg,#27ae6015,#2ecc7115);border-color:#27ae60;transform:scale(1.02)}.flow-order{background:#667eea;border-radius:50%;font-size:.9rem;font-weight:700}.btn-remove-from-flow,.flow-order{align-items:center;color:#fff;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.btn-remove-from-flow{background:#e74c3c;border:none;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .2s}.btn-remove-from-flow:hover{background:#c0392b;transform:scale(1.1)}.empty-state{color:#999;padding:3rem 2rem}.empty-state p{color:#666;font-size:1.1rem;margin-bottom:.5rem}.empty-state small{color:#999;font-size:.9rem}.flow-builder-footer{align-items:center;background:#f8f9fa;border-radius:0 0 12px 12px;border-top:2px solid #e0e0e0;display:flex;justify-content:space-between;padding:1.5rem 2rem}.footer-left{display:flex;gap:1rem}.btn-cancel{background:#fff;border:2px solid #ddd;color:#666;font-size:1rem;padding:.75rem 2rem;transition:all .2s}.btn-cancel:hover{border-color:#999;color:#333}.btn-delete-flow{background:#e74c3c;border:none;border-radius:8px;box-shadow:0 4px 12px #e74c3c4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.btn-delete-flow:hover:not(:disabled){background:#c0392b;box-shadow:0 6px 16px #e74c3c66;transform:translateY(-2px)}.btn-delete-flow:disabled{cursor:not-allowed;opacity:.5;transform:none}.btn-save{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea4d;font-size:1rem;padding:.75rem 2rem;transition:all .2s}.btn-save:hover:not(:disabled){box-shadow:0 6px 16px #667eea66;transform:translateY(-2px)}.btn-save:disabled{cursor:not-allowed;opacity:.5;transform:none}.btn-save:disabled:hover{box-shadow:0 4px 12px #667eea4d;transform:none}.flow-list::-webkit-scrollbar,.questions-list::-webkit-scrollbar{width:8px}.flow-list::-webkit-scrollbar-track,.questions-list::-webkit-scrollbar-track{background:#f1f1f1}.flow-list::-webkit-scrollbar-thumb,.questions-list::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.flow-list::-webkit-scrollbar-thumb:hover,.questions-list::-webkit-scrollbar-thumb:hover{background:#555}.role-management-container{margin:0 auto;max-width:1400px;padding:30px}.role-header{margin-bottom:40px}.role-header h1{color:#2c3e50;font-size:32px;font-weight:700;margin-bottom:20px}.view-tabs{border-bottom:2px solid #e0e0e0;display:flex;gap:10px;padding-bottom:10px}.view-tabs button{background:#0000;border:none;border-radius:8px 8px 0 0;color:#7f8c8d;cursor:pointer;font-size:15px;font-weight:600;padding:12px 24px;transition:all .3s ease}.view-tabs button:hover{background:#f5f5f5;color:#667eea}.view-tabs button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.view-tabs button:disabled{cursor:not-allowed;opacity:.4}.section-header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:15px}.section-header h2{color:#2c3e50;font-size:24px;font-weight:700}.type-select{background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;font-size:15px;min-width:200px;padding:10px 16px}.type-select:focus{border-color:#667eea;outline:none}.btn-add{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:transform .2s ease,box-shadow .2s ease}.btn-add:hover{box-shadow:0 3px 10px #667eea4d;transform:translateY(-1px)}.btn-add:disabled{cursor:not-allowed;opacity:.5}.btn-edit{background:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;margin-right:6px;padding:6px 12px;transition:background .2s ease}.btn-edit:hover{background:#2980b9}.btn-delete{border-radius:4px;font-size:12px;padding:6px 12px}.btn-delete-small{background:#e74c3c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:11px;padding:4px 8px;position:absolute;right:8px;top:8px;transition:all .2s ease}.btn-delete-small:hover{background:#c0392b;transform:scale(1.05)}.btn-back{background:#95a5a6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;margin-right:16px;padding:8px 16px;transition:background .2s ease}.btn-back:hover{background:#7f8c8d}.btn-save{border-radius:8px;font-size:14px;font-weight:700;padding:12px 24px;transition:transform .2s ease,box-shadow .2s ease;width:100%}.btn-save:hover{box-shadow:0 4px 12px #27ae604d}.types-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.type-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;padding:30px 20px;position:relative;text-align:center;transition:all .3s ease}.type-card:hover{border-color:#667eea;box-shadow:0 10px 25px #667eea33;transform:translateY(-5px)}.type-icon{font-size:48px;margin-bottom:15px}.type-card h3{color:#2c3e50;font-size:18px;font-weight:700;margin-bottom:8px}.type-card p{color:#7f8c8d;font-size:14px}.roles-list{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:30px}.roles-list h3{color:#2c3e50;font-size:20px;font-weight:700;margin-bottom:20px}.roles-table{border-collapse:collapse;width:100%}.roles-table thead{background:linear-gradient(135deg,#667eea,#764ba2)}.roles-table thead th{color:#fff;font-size:14px;font-weight:600;padding:15px;text-align:left}.roles-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background .2s ease}.roles-table tbody tr:hover{background:#f8f9fa}.roles-table tbody td{color:#2c3e50;font-size:15px;padding:15px}.roles-table tbody td:last-child{text-align:right}.permissions-view{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:30px}.permission-header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;margin-bottom:30px;padding-bottom:20px}.permission-header h2{color:#2c3e50;font-size:24px;font-weight:700}.permissions-content{max-height:600px;padding-right:10px}.permission-section{border-bottom:1px solid #e0e0e0;margin-bottom:40px;padding-bottom:30px}.permission-section:last-child{border-bottom:none}.permission-section h3{color:#667eea;font-size:18px;font-weight:700;margin-bottom:20px}.permission-item{background:#f8f9fa;border-radius:8px;margin-bottom:20px;padding:15px}.item-text{font-size:15px;font-weight:600;margin-bottom:10px}.permission-options{display:flex;flex-wrap:wrap;gap:20px}.permission-options label{align-items:center;border-radius:6px;color:#2c3e50;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:8px 12px;transition:background .2s ease}.permission-options label:hover{background:#fff}.permission-options input[type=radio]{accent-color:#667eea;cursor:pointer;height:18px;width:18px}.checkbox-group{display:flex;flex-direction:column;gap:15px}.checkbox-group label{align-items:center;background:#f8f9fa;border-radius:8px;color:#2c3e50;cursor:pointer;display:flex;font-size:15px;gap:10px;padding:12px;transition:background .2s ease}.checkbox-group label:hover{background:#e9ecef}.checkbox-group input[type=checkbox]{accent-color:#667eea;cursor:pointer;height:20px;width:20px}.permission-footer{border-top:2px solid #e0e0e0;margin-top:30px;padding-top:20px}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:90%}.modal-header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;padding:24px}.modal-header h2{color:#2c3e50;font-size:22px;font-weight:700}.close-btn{background:none;border:none;color:#7f8c8d;cursor:pointer;font-size:32px;line-height:1;transition:color .2s ease}.close-btn:hover{color:#e74c3c}.modal-body{padding:24px}.form-group{margin-bottom:20px}.form-group label{font-size:14px;margin-bottom:8px}.form-group input{border:2px solid #e0e0e0;border-radius:8px;font-size:15px;padding:12px;transition:border-color .2s ease;width:100%}.form-group input:focus{border-color:#667eea;outline:none}.type-display{background:#f0f3ff;border-radius:8px;color:#667eea;font-size:16px;font-weight:600;padding:12px}.modal-footer{border-top:2px solid #e0e0e0;display:flex;gap:12px;padding:24px}.btn-cancel{border-radius:8px}.btn-cancel,.btn-confirm{flex:1 1;font-size:15px;padding:12px}.btn-confirm{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;transition:transform .2s ease}.btn-confirm:hover{transform:translateY(-2px)}.permissions-content::-webkit-scrollbar{width:8px}.permissions-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.permissions-content::-webkit-scrollbar-thumb{background:#667eea;border-radius:10px}.permissions-content::-webkit-scrollbar-thumb:hover{background:#764ba2}@media (max-width:768px){.role-management-container{padding:20px}.role-header h1{font-size:24px}.view-tabs{flex-direction:column}.view-tabs button{width:100%}.section-header{align-items:stretch;flex-direction:column;gap:15px}.types-grid{grid-template-columns:1fr}.permission-options{flex-direction:column}.modal-content{width:95%}}.companies-manager-container{display:flex;flex-direction:column;height:100%}.companies-manager-header{margin-bottom:24px}.companies-manager-header h1{color:#2c3e50;font-size:28px;font-weight:700;margin-bottom:4px}.two-panel-layout{grid-gap:20px;display:grid;gap:20px;grid-template-columns:350px 1fr;height:calc(100vh - 200px);overflow:hidden}.panel-list{min-width:350px}.companies-list{flex:1 1;overflow-y:auto;padding:12px}.company-card{border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;margin-bottom:12px;padding:16px;transition:all .2s ease}.company-card:hover{background:#f8f9fa;border-color:#667eea}.company-card.selected{background:#f0f3ff;border-color:#667eea}.company-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:8px}.company-card h3{color:#2c3e50;font-size:16px;font-weight:600;margin:0}.company-type{color:#667eea;font-size:13px;font-weight:600;margin:4px 0}.company-cnpj{color:#7f8c8d;font-size:12px;margin:4px 0}.company-contact{color:#95a5a6;font-size:12px;margin-top:6px}.form-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 80px}@media (max-width:1200px){.two-panel-layout{grid-template-columns:1fr;grid-template-rows:auto auto;height:auto}.panel{height:auto;min-height:400px}}.user-management-container{display:flex;flex-direction:column;height:100%}.loading{color:#667eea;font-size:18px;padding:60px;text-align:center}.user-management-header{margin-bottom:24px}.user-management-header h1{color:#2c3e50;font-size:28px;font-weight:700;margin-bottom:4px}.subtitle{color:#7f8c8d;font-size:14px}.three-panel-layout{grid-gap:20px;display:grid;gap:20px;grid-template-columns:280px 1fr 400px;height:calc(100vh - 200px);overflow:hidden}.panel{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;overflow:hidden}.panel-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;flex-shrink:0;justify-content:space-between;padding:20px}.panel-header h2{color:#2c3e50;font-size:18px;font-weight:700}.panel-list{min-width:280px}.btn-new{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:transform .2s ease}.btn-new:hover{transform:translateY(-1px)}.search-filters{border-bottom:1px solid #e0e0e0;display:flex;flex-direction:column;flex-shrink:0;gap:10px;padding:16px}.filter-select,.search-input{border:1px solid #e0e0e0;border-radius:6px;font-size:13px;padding:8px 12px;transition:border-color .2s ease;width:100%}.filter-select:focus,.search-input:focus{border-color:#667eea;outline:none}.users-list{flex:1 1;overflow-y:auto;padding:12px}.user-card{border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;margin-bottom:8px;padding:14px;transition:all .2s ease}.user-card:hover{background:#f8f9fa;border-color:#667eea}.user-card.selected{background:#f0f3ff;border-color:#667eea}.user-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:8px}.user-card h3{color:#2c3e50;font-size:14px;font-weight:600;margin:0}.status-badge{border-radius:12px;font-size:11px;font-weight:600;padding:2px 8px}.status-badge.active{background:#d4edda;color:#155724}.status-badge.inactive{background:#f8d7da;color:#721c24}.user-role{color:#667eea}.user-email,.user-role{font-size:12px;margin:4px 0}.user-email{color:#7f8c8d}.user-projects{color:#95a5a6;font-size:11px;margin-top:6px}.empty-state{color:#95a5a6;padding:40px 20px;text-align:center}.panel-form{min-width:400px}.form-content{flex:1 1;overflow-y:auto;padding:20px}.form-section{margin-bottom:30px}.form-section h3{border-bottom:2px solid #f0f0f0;color:#2c3e50;font-size:15px;font-weight:600;padding-bottom:8px}.form-group,.form-section h3{margin-bottom:16px}.form-group label{color:#2c3e50;display:block;font-size:13px;font-weight:600;margin-bottom:6px}.form-group input[type=email],.form-group input[type=password],.form-group input[type=tel],.form-group input[type=text],.form-group select{border:1px solid #e0e0e0;border-radius:6px;font-size:14px;padding:10px 12px;transition:border-color .2s ease;width:100%}.form-group input:focus,.form-group select:focus{border-color:#667eea;outline:none}.checkbox-label{align-items:center;cursor:pointer;display:flex;gap:8px}.checkbox-label input[type=checkbox]{cursor:pointer;height:18px;width:18px}.projects-list{display:flex;flex-direction:column;gap:8px}.project-checkbox{align-items:center;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;display:flex;gap:10px;padding:10px;transition:all .2s ease}.project-checkbox:hover{background:#f8f9fa;border-color:#667eea}.project-checkbox input[type=checkbox]{cursor:pointer;height:18px;width:18px}.project-info{align-items:center;display:flex;flex:1 1;justify-content:space-between}.project-name{color:#2c3e50;font-size:13px;font-weight:500}.project-number{color:#7f8c8d;font-size:12px}.empty-text{color:#95a5a6;font-size:13px;padding:20px;text-align:center}.form-actions{background:#f8f9fa;border-top:1px solid #e0e0e0;display:flex;gap:10px;margin:0 -20px -20px;padding:20px}.btn-delete{background:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:10px 16px;transition:background .2s ease}.btn-delete:hover{background:#c0392b}.btn-cancel{background:#95a5a6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:10px 16px;transition:background .2s ease}.btn-cancel:hover{background:#7f8c8d}.btn-save{background:linear-gradient(135deg,#27ae60,#2ecc71);border:none;border-radius:6px;color:#fff;cursor:pointer;flex:1 1;font-size:13px;font-weight:600;padding:10px 16px;transition:transform .2s ease}.btn-save:hover{transform:translateY(-1px)}.btn-cancel:disabled,.btn-delete:disabled,.btn-save:disabled{cursor:not-allowed;opacity:.5}.panel-permissions{min-width:400px}.role-badge{background:#f0f3ff;border-radius:12px;color:#667eea;font-size:12px;font-weight:600;padding:4px 12px}.permissions-content{flex:1 1;overflow-y:auto;padding:20px}.permission-section{margin-bottom:30px}.permission-section h3{color:#2c3e50;font-size:14px;font-weight:600;margin-bottom:12px}.permissions-table{border:1px solid #e0e0e0;border-radius:8px;overflow-x:auto;overflow-y:visible}.table-header{background:#f8f9fa;color:#2c3e50;font-size:12px;font-weight:600}.table-header,.table-row{border-bottom:1px solid #e0e0e0;display:grid;grid-template-columns:minmax(200px,1fr) 80px 80px;min-width:400px;padding:10px}.table-row{transition:background .2s ease}.table-row:last-child{border-bottom:none}.table-row:hover{background:#f8f9fa}.col-item{align-items:center;display:flex;min-width:200px;padding-right:10px}.item-text{word-wrap:break-word;color:#2c3e50;font-size:13px;line-height:1.4;white-space:normal;word-break:break-word}.col-permission{align-items:center;display:flex;justify-content:center}.col-permission input[type=radio]{accent-color:#667eea;cursor:pointer;height:18px;width:18px}.form-content::-webkit-scrollbar,.permissions-content::-webkit-scrollbar,.users-list::-webkit-scrollbar{width:6px}.form-content::-webkit-scrollbar-track,.permissions-content::-webkit-scrollbar-track,.users-list::-webkit-scrollbar-track{background:#f1f1f1}.form-content::-webkit-scrollbar-thumb,.permissions-content::-webkit-scrollbar-thumb,.users-list::-webkit-scrollbar-thumb{background:#667eea;border-radius:3px}@media (max-width:1400px){.three-panel-layout{grid-template-columns:250px 1fr 350px}}@media (max-width:1200px){.three-panel-layout{grid-template-columns:1fr;grid-template-rows:auto auto auto;height:auto}.panel{height:auto;min-height:400px}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}.loading-container,body{background-color:#f5f5f5}.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:50px;margin-bottom:20px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-container p{color:#7f8c8d;font-size:16px}.app-container{background-color:#f5f5f5;display:flex;min-height:100vh}.sidebar{background:linear-gradient(180deg,#2c3e50,#34495e);bottom:0;box-shadow:2px 0 10px #0000001a;display:flex;flex-direction:column;left:0;position:fixed;top:0;width:230px;z-index:100}.sidebar-header{border-bottom:1px solid #ffffff1a;padding:24px 20px}.logo{color:#fff;font-size:24px;font-weight:700;letter-spacing:1px;margin-bottom:4px}.logo-subtitle{color:#fff9;font-size:12px;letter-spacing:.5px;text-transform:uppercase}.sidebar-nav{flex:1 1;overflow-y:auto;padding:20px 0}.nav-item{align-items:center;background:none;border:none;border-left:3px solid #0000;color:#fffc;cursor:pointer;display:flex;font-size:14px;font-weight:500;padding:12px 20px;text-align:left;transition:all .2s ease;width:100%}.nav-item:hover{background-color:#ffffff0d;color:#fff}.nav-item.active{background-color:#667eea33;border-left-color:#667eea;color:#fff}.nav-text{display:block}.sidebar-footer{border-top:1px solid #ffffff1a;padding:20px}.sidebar-footer .user-info{margin-bottom:12px}.user-details{color:#fff}.user-name{font-size:14px;font-weight:600;margin-bottom:2px;text-transform:capitalize}.user-email{color:#fff9;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-footer .logout-btn{background:#e74c3ccc;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:10px;transition:all .2s ease;width:100%}.sidebar-footer .logout-btn:hover{background:#e74c3c}.main-content{background-color:#f5f5f5;display:flex;flex:1 1;flex-direction:column;margin-left:230px;min-height:100vh}.top-header{align-items:center;background:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 1px 3px #0000000d;display:flex;justify-content:space-between;padding:20px 30px}.header-left{flex:1 1}.page-title{color:#2c3e50;font-size:24px;font-weight:700}.header-right{align-items:center;display:flex}.welcome-message{color:#7f8c8d;font-size:14px}.welcome-message strong{color:#2c3e50;font-weight:600;text-transform:capitalize}.content-area{flex:1 1;overflow-y:auto;padding:30px}@media (max-width:768px){.sidebar{width:200px}.main-content{margin-left:200px}.page-title{font-size:20px}.content-area{padding:20px}}@media (max-width:576px){.sidebar{position:relative;width:100%}.main-content{margin-left:0}}
/*# sourceMappingURL=main.361b0af8.css.map*/