*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#f5f7fa;color:#2d3748;line-height:1.6;overflow-y:scroll}.container{max-width:1400px;margin:0 auto;padding:0 20px}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem 0;text-align:center;margin-bottom:2rem;border-radius:0 0 1rem 1rem}.header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.header p{font-size:1.1rem;opacity:.9}.dashboard{display:grid;grid-template-columns:300px 1fr;gap:2rem;min-height:70vh}.sidebar{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;height:fit-content;position:sticky;top:2rem}.sidebar h3{color:#2d3748;margin-bottom:1rem;font-size:1.2rem}.file-upload-group{margin-bottom:1.5rem}.file-upload-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#4a5568}.file-input-wrapper{position:relative}.file-input{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.file-input-display{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border:2px dashed #cbd5e0;border-radius:.5rem;background:#f7fafc;transition:all .2s}.file-input-display:hover,.file-input-display.drag-over{border-color:#667eea;background:#edf2f7}.file-placeholder{color:#718096;font-size:.9rem}.file-browse-btn{background:#667eea;color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;font-size:.9rem;transition:background .2s}.file-browse-btn:hover{background:#5a67d8}.file-status{margin-top:.5rem;font-size:.85rem;min-height:1.2rem}.file-status.success{color:#38a169}.file-status.error{color:#e53e3e}.analyze-btn{width:100%;background:#48bb78;color:#fff;border:none;padding:1rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1rem}.analyze-btn:hover:not(:disabled){background:#38a169;transform:translateY(-1px)}.analyze-btn:disabled{background:#cbd5e0;cursor:not-allowed;transform:none}.summary-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.summary-stats{display:flex;flex-direction:column;gap:1rem}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f7fafc;border-radius:.5rem}.stat-label{font-weight:600;color:#4a5568}.stat-value{font-weight:700;color:#2d3748}.stat-value.positive{color:#e53e3e}.stat-value.negative{color:#38a169}.dashboard-header{margin-bottom:1.5rem;border-bottom:1px solid #e5e7eb;padding-bottom:1rem}.export-controls{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.export-controls h2{margin:0;color:#1f2937;font-size:1.5rem;font-weight:600}.export-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.export-btn{padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.export-btn:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.export-btn:active{transform:translateY(0)}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5a67d8}.btn-secondary{background:#e2e8f0;color:#4a5568}.btn-secondary:hover{background:#cbd5e0}.main-content{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;position:relative;min-height:500px}.loading-overlay{position:absolute;inset:0;background:#ffffffe6;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:1rem;z-index:10}.loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{position:absolute;top:2rem;left:2rem;right:2rem;background:#fed7d7;border:1px solid #feb2b2;border-radius:.5rem;padding:1rem;z-index:20}.error-content h3{color:#c53030;margin-bottom:.5rem}.error-content p{color:#742a2a;margin-bottom:1rem}.empty-state{display:flex;justify-content:center;align-items:center;height:100%;min-height:400px}.empty-content{text-align:center;color:#718096}.empty-content svg{margin-bottom:1rem;opacity:.5}.empty-content h3{margin-bottom:.5rem;color:#4a5568}.tab-navigation{display:flex;border-bottom:2px solid #e2e8f0;margin-bottom:2rem}.tab-button{background:none;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#718096;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s}.tab-button:hover{color:#4a5568;background:#f7fafc}.tab-button.active{color:#667eea;border-bottom-color:#667eea}.tab-content{display:none}.tab-content.active{display:block}.overview-summary{margin-bottom:2rem}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.summary-card{background:#fff;border-radius:.75rem;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 2px 4px #0000000d;display:flex;align-items:center;gap:1rem}.card-icon{font-size:2rem;width:60px;height:60px;background:#f7fafc;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-content h3{margin:0 0 .5rem;color:#4a5568;font-size:.9rem;font-weight:600}.card-value{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:.25rem}.card-subvalue{font-size:.9rem;color:#718096;font-weight:600}.card-value.negative{color:#38a169}.card-value.positive{color:#e53e3e}.card-subvalue.negative{color:#38a169}.card-subvalue.positive{color:#e53e3e}.section{margin-bottom:2rem}.section h3{color:#2d3748;margin-bottom:.5rem;font-size:1.2rem}.section-description{color:#718096;font-size:.9rem;margin-bottom:1rem}.chart-container{background:#f7fafc;border-radius:.5rem;padding:1.5rem;padding-bottom:0;height:500px}.chart-container canvas{width:100%!important;height:calc(100% - 2rem)!important}.filter-controls{margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.filter-controls label{font-weight:600;color:#4a5568}.filter-controls select{padding:.5rem;border:1px solid #cbd5e0;border-radius:.375rem;font-size:.9rem;background:#fff}.analysis-table{width:100%;border-collapse:collapse;font-size:.9rem}.analysis-table th,.analysis-table td{padding:.75rem;text-align:left;border-bottom:1px solid #e2e8f0}.analysis-table th{background:#f7fafc;font-weight:600;color:#4a5568;position:sticky;top:0;z-index:1}.analysis-table tr:hover{background:#f7fafc}.analysis-table .negative{color:#38a169;font-weight:600}.analysis-table .positive{color:#e53e3e;font-weight:600}.analysis-table .neutral{color:#718096}.chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:2rem}.data-table-section{margin-top:2rem}.data-table-section h3{margin-bottom:1rem;color:#2d3748}.table-wrapper{overflow-x:auto;border-radius:.5rem;border:1px solid #e2e8f0}.comparison-table{width:100%;border-collapse:collapse}.comparison-table th,.comparison-table td{padding:.75rem;text-align:left;border-bottom:1px solid #e2e8f0}.comparison-table th{background:#f7fafc;font-weight:600;color:#4a5568}.comparison-table tr:hover{background:#f7fafc}.change-positive{color:#e53e3e;font-weight:600}.change-negative{color:#38a169;font-weight:600}.status-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700;text-transform:uppercase}.status-active{background-color:#d4edda;color:#155724}.status-due{background-color:#fff3cd;color:#856404}.status-due-soon{background-color:#f8d7da;color:#721c24}.status-expired{background-color:#dc3545;color:#fff}.renewals-table td{white-space:normal;word-wrap:break-word;word-break:break-word;max-width:200px;vertical-align:top}.renewals-table th{white-space:normal;word-wrap:break-word}.endclient-table td{white-space:normal;word-wrap:break-word;word-break:break-word;max-width:200px;vertical-align:top}.endclient-table th{white-space:normal;word-wrap:break-word}.license-table td,.storage-table td{white-space:normal;word-wrap:break-word;word-break:break-word;max-width:200px;vertical-align:top}.license-table th,.storage-table th{white-space:normal;word-wrap:break-word}.devices-table td{white-space:normal;word-wrap:break-word;word-break:break-word;max-width:200px;vertical-align:top}.devices-table th{white-space:normal;word-wrap:break-word}.sortable-table .sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}.sortable-table .sortable-header:hover{background-color:#e2e8f0}.sortable-table .sortable-header:active{background-color:#cbd5e0}.sortable-header{padding-right:1.5rem;position:relative}@media (max-width: 1024px){.dashboard{grid-template-columns:1fr;gap:1rem}.sidebar{position:static}.chart-grid{grid-template-columns:1fr}}@media (max-width: 768px){.container{padding:0 10px}.header h1{font-size:2rem}.main-content{padding:1rem}.chart-container{height:300px}.summary-stats{gap:.5rem}.stat-item{flex-direction:column;align-items:flex-start;gap:.25rem}}@media (max-width: 480px){.chart-grid{grid-template-columns:1fr}.chart-container{height:250px;padding:1rem}.comparison-table{font-size:.85rem}.comparison-table th,.comparison-table td{padding:.5rem}}
