.license-form{max-width:900px;margin:0 auto}.form-section{background:white;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 12px #00000014;border:1px solid #e9ecef}.form-section-title{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #f1f3f4}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-row.single{grid-template-columns:1fr}.checkbox-list{min-height:120px;max-height:280px;overflow-y:auto;border:2px solid #e9ecef;border-radius:12px;padding:.5rem;background:#f8f9fa;box-shadow:inset 0 2px 4px #0000000f}.checkbox-list.modules-list{max-height:350px}.checkbox-list::-webkit-scrollbar{width:6px}.checkbox-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.checkbox-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.checkbox-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.checkbox-item{display:flex;align-items:center;padding:.875rem 1rem;margin-bottom:.375rem;border-radius:8px;transition:all .2s ease;background:white;border:1px solid #e9ecef;min-height:60px;cursor:pointer}.checkbox-item:last-child{margin-bottom:0}.checkbox-item:hover{background:#f8f9fa;border-color:#3498db;box-shadow:0 3px 8px #3498db26;transform:translateY(-1px)}.checkbox-item.selected{background:#e8f4fd;border-color:#3498db;box-shadow:0 2px 6px #3498db33}.checkbox-item input[type=checkbox]{width:20px;height:20px;margin-right:1rem;cursor:pointer;flex-shrink:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #ddd;border-radius:4px;background-color:#fff;position:relative;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.checkbox-item input[type=checkbox]:checked{background-color:#3498db;border-color:#3498db}.checkbox-item input[type=checkbox]:checked:after{content:"✓";color:#fff;font-size:12px;font-weight:700;line-height:1}.checkbox-item input[type=checkbox]:focus{outline:2px solid #3498db;outline-offset:2px}.checkbox-item input[type=checkbox]:hover{border-color:#3498db}.checkbox-item label{display:flex;align-items:center;font-weight:500;cursor:pointer;margin:0;flex:1;color:#2c3e50;width:100%}.client-info{display:flex;flex-direction:column;flex:1;gap:.25rem}.client-name{font-size:1rem;font-weight:600;color:#2c3e50;line-height:1.3}.client-cnpj{font-size:.85rem;color:#6c757d;font-weight:500;background:#e9ecef;padding:.2rem .5rem;border-radius:4px;display:inline-block;width:fit-content}.product-group{margin-bottom:1rem;background:white;border-radius:10px;border:1px solid #e9ecef;overflow:hidden;box-shadow:0 1px 3px #0000001a}.product-group:last-child{margin-bottom:0}.product-header{background:linear-gradient(135deg,#3498db,#2980b9);padding:.875rem 1.25rem;font-weight:600;color:#fff;border-bottom:none;font-size:.95rem;text-transform:uppercase;letter-spacing:.8px;display:flex;align-items:center;gap:.5rem}.module-list{padding:.75rem;background:#fafafa}.module-item{display:flex;align-items:center;padding:.75rem 1rem;margin-bottom:.5rem;border-radius:6px;transition:all .2s ease;background:white;border:1px solid #e9ecef;min-height:50px;cursor:pointer}.module-item:last-child{margin-bottom:0}.module-item:hover{background:#f8f9fa;border-color:#3498db;box-shadow:0 2px 6px #3498db1f;transform:translateY(-1px)}.module-item.selected{background:#e8f4fd;border-color:#3498db}.module-item input[type=checkbox]{width:18px;height:18px;margin-right:.875rem;cursor:pointer;flex-shrink:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #ddd;border-radius:4px;background-color:#fff;position:relative;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.module-item input[type=checkbox]:checked{background-color:#3498db;border-color:#3498db}.module-item input[type=checkbox]:checked:after{content:"✓";color:#fff;font-size:11px;font-weight:700;line-height:1}.module-item input[type=checkbox]:focus{outline:2px solid #3498db;outline-offset:2px}.module-item input[type=checkbox]:hover{border-color:#3498db}.module-item label{font-weight:500;cursor:pointer;margin:0;color:#495057;font-size:.95rem;flex:1}.selection-summary{font-size:.9rem;color:#495057;margin-top:1rem;padding:.875rem 1.25rem;background:linear-gradient(135deg,#e8f5e9,#d4edda);border-radius:8px;border-left:4px solid #28a745;font-weight:500;display:flex;align-items:center;gap:.5rem;box-shadow:0 2px 4px #28a7451a}.selection-summary .count{color:#155724;font-weight:700;background:white;padding:.2rem .6rem;border-radius:12px;min-width:24px;text-align:center}.selection-summary.empty{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border-left-color:#ffc107;color:#856404}.selection-summary.empty .count{background:#fff3cd;color:#856404}.form-group.list-group{margin-bottom:2rem}.form-group.list-group label{font-size:1rem;font-weight:600;color:#2c3e50;margin-bottom:.75rem;display:block}.form-section .form-actions{display:flex;gap:1rem;justify-content:center;padding-top:1rem;border-top:2px solid #f1f3f4;margin-top:1rem}.form-actions .btn{padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;transition:all .3s ease;min-width:160px}.form-actions .btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.form-actions .btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.form-progress{position:sticky;top:70px;background:white;border-bottom:1px solid #e9ecef;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 4px #0000000d;z-index:100}.progress-steps{display:flex;justify-content:space-between;align-items:center;max-width:600px;margin:0 auto}.progress-step{display:flex;flex-direction:column;align-items:center;flex:1;text-align:center}.step-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:.5rem;transition:all .3s ease;background:#e9ecef;color:#6c757d}.step-icon.completed{background:#28a745;color:#fff}.step-icon.active{background:#3498db;color:#fff;transform:scale(1.1)}.step-label{font-size:.8rem;color:#6c757d;font-weight:500}.step-label.completed,.step-label.active{color:#2c3e50;font-weight:600}.step-connector{flex:1;height:2px;background:#e9ecef;margin:0 .5rem;margin-top:-20px}.step-connector.completed{background:#28a745}.checkbox-list.empty{display:flex;align-items:center;justify-content:center;min-height:120px;color:#6c757d;font-style:italic;background:#f8f9fa;border:2px dashed #dee2e6}@media (max-width: 1024px){.license-form{max-width:100%;padding:0 1rem}.form-section{padding:1.5rem}}@media (max-width: 768px){.license-form{margin:0;padding:0 .75rem}.form-section{padding:1.25rem;margin-bottom:1rem;border-radius:8px}.form-section-title{font-size:1.1rem;margin-bottom:1rem}.form-row{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.checkbox-list{max-height:200px;padding:.5rem;min-height:100px}.checkbox-list.modules-list{max-height:250px}.checkbox-item{padding:.75rem;min-height:54px}.checkbox-item input[type=checkbox]{width:16px;height:16px;margin-right:.75rem}.client-name{font-size:.95rem}.client-cnpj{font-size:.8rem}.product-header{padding:.75rem 1rem;font-size:.9rem}.module-item{padding:.6rem .75rem;min-height:48px}.module-item input[type=checkbox]{width:15px;height:15px}.selection-summary{padding:.75rem 1rem;font-size:.85rem}.form-actions{flex-direction:column;gap:.75rem}.form-actions .btn{min-width:auto;padding:.875rem 1.5rem}.progress-steps{display:none}}@media (max-width: 480px){.license-form{padding:0 .5rem}.form-section{padding:1rem}.checkbox-list{max-height:180px}.checkbox-item{padding:.625rem}.product-header{padding:.625rem .875rem;font-size:.85rem}.module-item{padding:.5rem .625rem}}.main-tab-nav{display:flex;border-bottom:3px solid #e9ecef;margin-bottom:20px;background-color:#f8f9fa;padding:0;border-radius:8px 8px 0 0}.main-tab-button{background:none;border:none;padding:16px 32px;cursor:pointer;font-size:16px;font-weight:600;color:#6c757d;border-bottom:4px solid transparent;transition:all .3s ease;position:relative;flex:1;text-align:center}.main-tab-button:first-child{border-radius:8px 0 0}.main-tab-button:last-child{border-radius:0 8px 0 0}.main-tab-button:hover{color:#495057;background-color:#e9ecef;transform:translateY(-2px)}.main-tab-button.active{color:#007bff;border-bottom-color:#007bff;background-color:#fff;font-weight:700;box-shadow:0 -2px 8px #007bff1a}.main-tab-content{background-color:#fff;border-radius:0 0 8px 8px;box-shadow:0 2px 12px #0000001a;min-height:500px}.main-tab-panel{padding:24px}.cliente-selector{margin-bottom:30px;padding:20px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.cliente-selector label{display:block;margin-bottom:12px;font-weight:600;color:#495057;font-size:14px}.form-control{width:100%;max-width:500px;padding:12px 16px;border:2px solid #e9ecef;border-radius:6px;font-size:14px;transition:border-color .2s ease;background-color:#fff}.form-control:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.sub-tabs{margin-top:24px}.sub-tab-nav{display:flex;border-bottom:2px solid #e9ecef;margin-bottom:20px;gap:4px}.sub-tab-button{background:none;border:none;padding:12px 24px;cursor:pointer;font-size:14px;font-weight:500;color:#6c757d;border-bottom:3px solid transparent;transition:all .2s ease;border-radius:4px 4px 0 0}.sub-tab-button:hover{color:#495057;background-color:#f8f9fa}.sub-tab-button.active{color:#007bff;border-bottom-color:#007bff;background-color:#fff;font-weight:600}.sub-tab-content{background-color:#fff;border-radius:0 0 6px 6px}.sub-tab-panel{min-height:400px;padding:20px}.sub-tab-panel h3{margin-bottom:20px;color:#495057;font-size:20px;font-weight:600;border-bottom:2px solid #e9ecef;padding-bottom:8px}.client-info{background-color:#e7f3ff;border:1px solid #b3d7ff;padding:16px;border-radius:6px;margin-bottom:24px}.client-info p{margin:0;color:#0c5aa6;font-size:14px}.functionality-placeholder{padding:20px;background-color:#f8f9fa;border-radius:6px;border-left:4px solid #ffc107}.functionality-placeholder p{margin-bottom:16px;color:#856404;font-weight:500}.functionality-placeholder ul{margin:0;padding-left:20px;color:#6c757d}.functionality-placeholder li{margin-bottom:8px;font-size:14px}.info-message{background-color:#e7f3ff;border:1px solid #b3d7ff;color:#0c5aa6;padding:24px;border-radius:6px;margin-top:20px;text-align:center}.info-message p{margin:0;font-size:16px;font-weight:500}.error{color:#dc3545;padding:20px;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;text-align:center}.loading{padding:40px;text-align:center;color:#6c757d;font-size:16px}.api-controls{margin-top:16px;display:flex;gap:12px;flex-wrap:wrap}.btn{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;text-decoration:none;display:inline-block}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover:not(:disabled){background-color:#0056b3}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#545b62}.btn-warning{background-color:#ffc107;color:#212529}.btn-warning:hover:not(:disabled){background-color:#e0a800}.btn:disabled{opacity:.6;cursor:not-allowed}.form-text.text-muted{color:#6c757d!important;font-size:.875em;margin-top:5px}.mapping-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px}.mapping-item{display:flex;flex-direction:column;gap:8px}.mapping-item label{font-weight:600;color:#495057;font-size:14px}.connect-content{margin-top:20px}.integration-info{background-color:#f8f9fa;padding:20px;border-radius:8px;margin-top:20px}.integration-info h4{color:#495057;margin-bottom:16px;border-bottom:2px solid #dee2e6;padding-bottom:8px}.integration-info ul{list-style:none;padding:0;margin:0}.integration-info li{padding:8px 0;border-bottom:1px solid #e9ecef;font-size:14px}.integration-info li:last-child{border-bottom:none}.btn.btn-info{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn.btn-info:hover{background-color:#138496;border-color:#117a8b}.status-overview{margin-bottom:24px;padding:20px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.status-overview h4{margin-bottom:16px;color:#495057;font-size:16px;font-weight:600}.status-cards{display:flex;gap:16px;flex-wrap:wrap}.status-card{flex:1;min-width:120px;padding:16px;border-radius:6px;text-align:center;border:1px solid}.status-card.success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.status-card.warning{background-color:#fff3cd;border-color:#ffeaa7;color:#856404}.status-card.error{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.status-label{display:block;font-size:12px;font-weight:500;margin-bottom:4px;text-transform:uppercase}.status-value{display:block;font-size:24px;font-weight:700}.filters{display:flex;gap:16px;margin-bottom:24px;padding:16px;background-color:#f8f9fa;border-radius:6px;border:1px solid #e9ecef;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;min-width:200px}.filter-group label{font-size:12px;font-weight:600;color:#495057;margin-bottom:4px}.filter-group .form-control{max-width:none}.data-table{margin-top:20px;overflow-x:auto;border-radius:6px;border:1px solid #e9ecef}.table{width:100%;border-collapse:collapse;background-color:#fff;margin:0}.table th,.table td{padding:12px;text-align:left;border-bottom:1px solid #e9ecef;font-size:14px}.table th{background-color:#f8f9fa;font-weight:600;color:#495057;border-bottom:2px solid #e9ecef}.table tbody tr:hover{background-color:#f8f9fa}.table tbody tr:last-child td{border-bottom:none}.status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;text-transform:capitalize}.status-badge.erro{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.status-badge.auditoria{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7}.status-badge.fila{background-color:#e2e3e5;color:#383d41;border:1px solid #d6d8db}.status-badge.integrando{background-color:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.status-badge.integrado{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.status-badge.unknown{background-color:#f8f9fa;color:#6c757d;border:1px solid #e9ecef}.status-badge.processado{background-color:#d4edda;color:#155724}.status-badge.pendente{background-color:#fff3cd;color:#856404}.status-badge.ativo{background-color:#d4edda;color:#155724}.status-badge.inativo{background-color:#f8d7da;color:#721c24}.requeue-controls{padding:20px;background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;margin-top:20px}.requeue-controls p{margin-bottom:16px;color:#856404;font-weight:500}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background-color:#fff;border-radius:8px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #0000004d}.modal.large{max-width:800px}.modal-header{padding:20px;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;color:#495057;font-size:18px}.close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#6c757d;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px}.close-btn:hover{background-color:#f8f9fa;color:#495057}.modal-body{padding:20px}.modal-footer{padding:20px;border-top:1px solid #e9ecef;display:flex;justify-content:flex-end;gap:12px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#495057;font-size:14px}.form-group .form-control{max-width:none}@media (max-width: 768px){.main-tab-nav{flex-direction:column}.main-tab-button{padding:12px 16px;font-size:14px}.main-tab-button:first-child,.main-tab-button:last-child{border-radius:0}.sub-tab-nav{flex-wrap:wrap;gap:8px}.sub-tab-button{flex:1;min-width:120px}.form-control{max-width:100%}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f5f5f5}.app{min-height:100vh;display:flex;flex-direction:column}.app-layout{display:flex;flex:1;min-height:calc(100vh - 70px)}.navbar{background:#2c3e50;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-user{display:flex;align-items:center;gap:1rem}.nav-user span{font-size:.9rem}.header{background:#fff;border-bottom:1px solid #e1e5e9;padding:0 2rem;height:70px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.header-left{flex:1;display:flex;align-items:center;gap:1rem}.header-center{flex:1;display:flex;justify-content:center;align-items:center}.header-right{flex:1;display:flex;justify-content:flex-end;align-items:center}.header-brand{display:flex;align-items:center;flex-shrink:0}.app-name{font-size:1.5rem;font-weight:600;color:#2c3e50;cursor:pointer;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px;position:relative;overflow:hidden;display:flex;align-items:center}.app-name.collapsed{color:#3498db}.header-logo{width:48px;height:48px;margin-right:.75rem;flex-shrink:0}.mobile-menu-toggle{display:none;background:none;border:1px solid #e1e5e9;padding:.5rem;border-radius:4px;cursor:pointer;font-size:1.2rem;color:#495057;transition:all .2s;flex-shrink:0}.mobile-menu-toggle:hover{background:#f8f9fa;border-color:#cbd3da}.user-menu{position:relative}.user-button{display:flex;align-items:center;gap:.5rem;background:#f8f9fa;border:1px solid #e1e5e9;border-radius:8px;padding:.5rem 1rem;cursor:pointer;transition:all .2s}.user-button:hover{background:#e9ecef;border-color:#cbd3da}.user-avatar{font-size:1.2rem}.user-name{font-weight:500;color:#495057}.user-arrow{font-size:.8rem;color:#6c757d}.user-dropdown{position:absolute;top:100%;right:0;background:white;border:1px solid #e1e5e9;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:240px;margin-top:.5rem;z-index:1001}.user-info{padding:1rem}.user-name-full{font-weight:600;color:#212529;margin-bottom:.25rem}.user-email{color:#6c757d;font-size:.9rem}.user-permissions{padding:.5rem 1rem;color:#6c757d;font-size:.85rem}.user-dropdown hr{margin:0;border:none;border-top:1px solid #e1e5e9}.logout-button{width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;cursor:pointer;color:#dc3545;transition:background-color .2s;border-radius:0 0 8px 8px}.logout-button:hover{background:#f8f9fa}.dropdown-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999}.nav-brand h1{font-size:1.5rem}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:background-color .2s}.nav-menu a:hover{background-color:#34495e}.sidebar{background:#2c3e50;width:280px;transition:width .3s ease;display:flex;flex-direction:column;position:relative}.sidebar.collapsed{width:70px}.sidebar-header{padding:1rem;border-bottom:1px solid #34495e}.sidebar-brand{display:flex;align-items:center;justify-content:space-between;color:#fff;font-weight:600;font-size:1.1rem}.sidebar-toggle{background:none;border:1px solid #34495e;color:#fff;padding:.25rem .5rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s}.sidebar-toggle:hover{background:#34495e;border-color:#4a6741}.sidebar-nav{flex:1;padding:1rem 0}.sidebar-item{display:flex;align-items:center;padding:.75rem 1rem;color:#bdc3c7;text-decoration:none;transition:all .2s;border-left:3px solid transparent;gap:1rem}.sidebar-item:hover,.sidebar-item.active{background:#34495e;color:#fff;border-left-color:#3498db}.sidebar-icon{font-size:1.2rem;min-width:24px;text-align:center}.sidebar-label{font-weight:500;white-space:nowrap;overflow:hidden}.sidebar.collapsed .sidebar-label,.sidebar.collapsed .sidebar-brand span{display:none}.sidebar-footer{padding:1rem;border-top:1px solid #34495e;text-align:center}.sidebar-version{color:#7f8c8d}.main-content{flex:1;padding:2rem;background:#f8f9fa;overflow-y:auto}@media (max-width: 768px){.mobile-menu-toggle{display:block}.sidebar{position:fixed;left:-280px;top:70px;bottom:0;z-index:1000;transition:left .3s ease}.sidebar.mobile-open{left:0}.sidebar.collapsed{width:280px;left:-280px}.sidebar.collapsed.mobile-open{left:0;width:280px}.mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:999}.main-content{padding:1rem}}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.btn{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;text-decoration:none;display:inline-block;font-size:.9rem;transition:background-color .2s}.btn-primary{background-color:#3498db;color:#fff}.btn-primary:hover{background-color:#2980b9}.btn-danger{background-color:#e74c3c;color:#fff}.btn-danger:hover{background-color:#c0392b}.btn-secondary{background-color:#95a5a6;color:#fff}.btn-secondary:hover{background-color:#7f8c8d}.table{width:100%;background:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.table table{width:100%;border-collapse:collapse}.table th,.table td{padding:1rem;text-align:left;border-bottom:1px solid #ecf0f1}.table th{background-color:#f8f9fa;font-weight:600}.table tr:hover{background-color:#f8f9fa}.form{background:white;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;max-width:600px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#2c3e50}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}.form-actions{display:flex;gap:1rem;margin-top:2rem}.error{color:#e74c3c;font-size:.875rem;margin-top:.25rem}.loading{display:flex;justify-content:center;align-items:center;padding:2rem}.actions{display:flex;gap:.5rem}.date-input-container{position:relative}.date-input-container input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}.date-input-container input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}.date-input-container input.error{border-color:#e74c3c}.date-input-container input.error:focus{box-shadow:0 0 0 2px #e74c3c33}.status{padding:.25rem .5rem;font-size:.875rem;font-weight:500;border-radius:12px;text-transform:uppercase;letter-spacing:.025em}.status.active{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.status.inactive{background-color:#f8d7da;color:#721c24;border:1px solid #f1b2b5}.expiring-soon{background-color:#fff3cd!important;border-left:4px solid #ffc107!important}.expiring-soon:hover{background-color:#ffeaa7!important}.expiration-warning{display:block;font-size:.75rem;color:#856404;background:#fff3cd;padding:.2rem .4rem;border-radius:4px;margin-top:.3rem;font-weight:500;border:1px solid #ffeaa7}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:white;border-radius:8px;box-shadow:0 4px 12px #0000004d;max-width:600px;width:90%;max-height:80vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e1e5e9}.modal-header h2{margin:0;color:#2c3e50}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6c757d;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#495057}.modal-body{padding:1.5rem}.alert-details{background:#f8f9fa;padding:1rem;border-radius:4px;margin-bottom:1.5rem;border-left:4px solid #3498db}.alert-details p{margin:.5rem 0}.alert-details p:first-child{margin-top:0}.alert-details p:last-child{margin-bottom:0}.teleprompter-container{width:100%;max-width:800px;height:42px;overflow:hidden;position:relative;border-radius:6px;background:rgba(248,249,250,.5)}.teleprompter-container:before,.teleprompter-container:after{content:"";position:absolute;top:0;bottom:0;width:40px;z-index:2;pointer-events:none}.teleprompter-container:before{left:0;background:linear-gradient(to right,rgba(248,249,250,1) 0%,rgba(248,249,250,.8) 50%,rgba(248,249,250,0) 100%)}.teleprompter-container:after{right:0;background:linear-gradient(to left,rgba(248,249,250,1) 0%,rgba(248,249,250,.8) 50%,rgba(248,249,250,0) 100%)}.teleprompter-track{display:flex;align-items:center;height:100%;gap:2rem;white-space:nowrap;animation:scroll-right 20s linear infinite}.teleprompter-track.static{animation:none;transform:none;justify-content:center}.teleprompter-track.paused{animation-play-state:paused}@keyframes scroll-right{0%{transform:translate(-100%)}to{transform:translate(100%)}}.notification-card{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;white-space:nowrap;min-height:32px;flex-shrink:0;margin-right:1rem}.notification-card.high{background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);color:#991b1b;border:1px solid #f87171;box-shadow:0 2px 4px #ef44441a}.notification-card.medium{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);color:#92400e;border:1px solid #f59e0b;box-shadow:0 2px 4px #f59e0b1a}.notification-card.low,.notification-card.success{background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%);color:#166534;border:1px solid #22c55e;box-shadow:0 2px 4px #22c55e1a}.notification-card.spacer{background:transparent;border:none;box-shadow:none;color:transparent;min-width:100px}@media (max-width: 768px){.header-logo{font-size:1.5rem}.teleprompter-container{max-width:400px;height:36px}.notification-card{font-size:.8rem;padding:.4rem .8rem;min-height:28px}.teleprompter-track{animation-duration:25s}}@media (max-width: 480px){.header-left{gap:.5rem}.header-logo{font-size:1.3rem}.teleprompter-container{max-width:300px;height:32px}.notification-card{font-size:.75rem;padding:.3rem .6rem;min-height:24px}.teleprompter-track{animation-duration:20s}}.dashboard{max-width:1400px;margin:0 auto}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{font-size:2.5rem;color:#2c3e50;margin-bottom:.5rem;font-weight:700}.welcome-text{color:#6c757d;font-size:1.1rem;margin:0}.dashboard-layout{display:flex;gap:2rem;margin-bottom:2rem}.dashboard-left{flex:0 0 400px}.dashboard-right{flex:1}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.dashboard-card{background:white;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .3s ease;border:1px solid #f1f3f4}.dashboard-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.dashboard-card.clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.dashboard-card.clickable:hover{transform:translateY(-6px);box-shadow:0 12px 40px #00000026}.dashboard-card.clickable:active{transform:translateY(-2px);box-shadow:0 4px 20px #0000001a;transition:all .1s ease}.card-header{display:flex;align-items:center;gap:1rem;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #f1f3f4}.card-icon{font-size:2rem;width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.clients-list-card{height:100%;overflow-y:auto}.clients-card .card-icon{background:linear-gradient(135deg,#e3f2fd,#bbdefb)}.licenses-card .card-icon{background:linear-gradient(135deg,#f3e5f5,#ce93d8)}.alerts-card .card-icon{background:linear-gradient(135deg,#fff3e0,#ffcc02)}.summary-card .card-icon{background:linear-gradient(135deg,#e8f5e8,#a5d6a7)}.card-header h3{margin:0;color:#2c3e50;font-size:1.3rem;font-weight:600}.card-content{padding:1rem 1.5rem}.main-stat{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1.5rem}.stat-number{font-size:3rem;font-weight:700;color:#2c3e50;line-height:1}.stat-label{font-size:1.1rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.secondary-stats{display:flex;gap:2rem}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-item.warning{color:#f57c00}.stat-value{font-size:1.5rem;font-weight:600;color:#495057;line-height:1}.stat-item.warning .stat-value{color:#f57c00}.stat-desc{font-size:.85rem;color:#6c757d;text-transform:uppercase;letter-spacing:.3px;margin-top:.25rem}.card-footer{padding:1rem 1.5rem 1.5rem}.progress-bar{width:100%;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#28a745,#20c997);border-radius:4px;transition:width .5s ease}.progress-text{font-size:.85rem;color:#6c757d;font-weight:500}.alert-badge{min-height:24px}.badge{display:inline-flex;align-items:center;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500;gap:.3rem}.badge.warning{background:linear-gradient(135deg,#fff3e0,#ffe0b2);color:#f57c00;border:1px solid #ffcc02}.alert-types{display:flex;flex-wrap:wrap;gap:.5rem}.alert-type-badge{padding:.3rem .6rem;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:capitalize}.alert-type-badge.erro{background:#ffebee;color:#c62828}.alert-type-badge.sistema{background:#fce4ec;color:#ad1457}.alert-type-badge.performance{background:#fff3e0;color:#ef6c00}.alert-type-badge.vencimento{background:#e8f5e8;color:#2e7d32}.summary-grid{display:flex;flex-direction:column;gap:1rem}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f1f3f4}.summary-item:last-child{border-bottom:none}.summary-label{font-size:.9rem;color:#495057;font-weight:500}.summary-value{font-size:1.1rem;font-weight:600;color:#2c3e50}.summary-value.success{color:#28a745}.product-breakdown{margin-top:1rem}.product-breakdown h4{font-size:1rem;color:#495057;margin-bottom:1rem;font-weight:600}.product-stats{display:flex;flex-direction:column;gap:.75rem}.product-item{display:flex;flex-direction:column;gap:.4rem}.product-info{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.product-name{font-size:.85rem;color:#495057;font-weight:500;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-counts{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem}.product-count{font-size:.8rem;color:#495057;font-weight:600}.license-count{font-size:.75rem;color:#6c757d;font-weight:500}.product-bar{width:100%;height:6px;background:#e9ecef;border-radius:3px;overflow:hidden}.product-fill{height:100%;border-radius:3px;transition:width .5s ease;min-width:2px}.more-products{font-size:.8rem;color:#6c757d;text-align:center;padding:.5rem;background:#f8f9fa;border-radius:6px;font-style:italic}.no-data{font-size:.85rem;color:#6c757d;text-align:center;padding:1rem;margin:0;font-style:italic}.clients-list-card .card-content{padding:1rem 1.5rem .5rem}.clients-list-card .product-breakdown{padding:.5rem 1.5rem 1.5rem}@media (max-width: 1024px){.dashboard-layout{flex-direction:column;gap:1.5rem}.dashboard-left,.dashboard-right{flex:none}}@media (max-width: 768px){.dashboard-grid{grid-template-columns:1fr;gap:1rem}.dashboard-header h1{font-size:2rem}.secondary-stats{gap:1rem}.stat-number{font-size:2.5rem}.card-header{padding:1rem}.card-content{padding:.75rem 1rem}.card-footer{padding:.75rem 1rem 1rem}}
