.sidebar{width:260px;height:100vh;background:var(--bg-secondary);border-right:1px solid var(--border-color);display:flex;flex-direction:column;padding:1.5rem 1rem;box-shadow:4px 0 10px #0000001a;transition:all .3s ease}.sidebar-logo{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:var(--primary-color);margin-bottom:2.5rem;padding-left:.5rem}.logo-icon{color:var(--accent-color)}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:.5rem}.nav-item{display:flex;align-items:center;gap:1rem;padding:.85rem 1rem;border-radius:12px;color:var(--text-muted);text-decoration:none;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1)}.nav-item:hover{background:var(--bg-hover);color:var(--text-primary);transform:translate(4px)}.nav-item.active{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;box-shadow:0 4px 12px #6366f14d}.sidebar-footer{border-top:1px solid var(--border-color);padding-top:1rem}.logout-btn{width:100%;border:none;background:transparent;cursor:pointer}.logout-btn:hover{color:#ef4444;background:#fee2e2}:root{--primary-color: #6366f1;--primary-dark: #4f46e5;--accent-color: #f59e0b;--bg-secondary: #ffffff;--bg-hover: #f3f4f6;--text-primary: #111827;--text-muted: #6b7280;--border-color: #e5e7eb}.app-container{display:flex;min-height:100vh;background:#f8fafc}.main-content{flex:1;display:flex;flex-direction:column}.top-header{height:70px;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;position:sticky;top:0;z-index:50}.user-profile{display:flex;align-items:center;gap:1rem}.user-info{display:flex;flex-direction:column;align-items:flex-end}.user-name{font-weight:600;font-size:.95rem;color:#1e293b}.user-role{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.025em}.user-avatar{width:40px;height:40px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;box-shadow:0 4px 6px -1px #0000001a}.content-area{padding:2rem;flex:1;overflow-y:auto}.dashboard-container{display:flex;flex-direction:column;gap:2rem}.page-header h1{font-size:1.5rem;color:#1e293b;margin-bottom:.25rem}.page-header p{color:#64748b}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.stat-card{background:#fff;padding:1.5rem;border-radius:16px;border:1px solid #e2e8f0;display:flex;align-items:center;gap:1rem;transition:transform .2s}.stat-card:hover{transform:translateY(-4px)}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-info h3{font-size:.875rem;color:#64748b;margin-bottom:.25rem}.stat-info p{font-size:1.25rem;font-weight:700;color:#1e293b}.charts-container{display:grid;grid-template-columns:1fr;gap:1.5rem}.chart-card{background:#fff;padding:1.5rem;border-radius:16px;border:1px solid #e2e8f0}.chart-card h3{font-size:1rem;color:#1e293b;margin-bottom:1.5rem}.chart-wrapper{margin-top:1rem}.upload-container{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.upload-card{background:#fff;padding:2.5rem;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d}.dropzone{border:2px dashed #cbd5e1;border-radius:16px;padding:3rem;text-align:center;transition:all .2s;cursor:pointer}.dropzone:hover{border-color:#6366f1;background:#f8fafc}.dropzone.has-file{border-color:#10b981;background:#f0fdf4}.dropzone input{display:none}.upload-icon-wrapper{color:#6366f1;margin-bottom:1rem}.upload-text{display:flex;flex-direction:column;gap:.5rem}.upload-text strong{color:#1e293b}.upload-text span{color:#64748b;font-size:.875rem}.file-info{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#10b981;font-weight:600}.status-alert{margin-top:1.5rem;padding:1rem;border-radius:12px;display:flex;align-items:center;gap:.75rem;font-size:.9rem}.status-alert.success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.status-alert.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.upload-submit-btn{width:100%;margin-top:1.5rem;background:#6366f1;color:#fff;border:none;padding:1rem;border-radius:12px;font-weight:700;cursor:pointer;transition:all .2s}.upload-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.upload-submit-btn:disabled{background:#94a3b8;cursor:not-allowed}.upload-instructions{background:#f1f5f9;padding:1.5rem;border-radius:16px}.upload-instructions h3{font-size:1rem;color:#334155;margin-bottom:1rem}.upload-instructions ul{list-style:disc;padding-left:1.5rem;color:#64748b;font-size:.9rem;display:flex;flex-direction:column;gap:.5rem}.results-container{display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.page-header{margin-bottom:.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-bottom:1rem}.stat-card{background:#fff;padding:1.25rem;border-radius:16px;box-shadow:0 4px 15px #0000000d;display:flex;flex-direction:column;align-items:center;border:1px solid #e2e8f0;transition:transform .2s}.stat-card:hover{transform:translateY(-2px)}.stat-value{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.stat-label{font-size:.75rem;color:#64748b;text-transform:uppercase;font-weight:600}.stat-card.success .stat-value{color:#10b981}.stat-card.error .stat-value{color:#ef4444}.stat-card.total .stat-value{color:#1e293b}.stat-card.accumulated .stat-value{color:#3b82f6}.processing-section{background:#fff;padding:1.5rem;border-radius:16px;border:1px solid #e2e8f0;margin-bottom:1rem}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.9rem;font-weight:600}.progress-bar-wrapper{height:12px;background:#f1f5f9;border-radius:6px;overflow:hidden;position:relative}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#4f46e5,#6366f1);transition:width .4s cubic-bezier(.4,0,.2,1)}.console-wrapper{background:#0f172a;color:#e2e8f0;border-radius:12px;padding:1.5rem;font-family:JetBrains Mono,Fira Code,monospace;font-size:.85rem;max-height:300px;overflow-y:auto;margin-top:1.5rem;box-shadow:inset 0 2px 10px #00000080;border:1px solid #334155}.console-line{margin-bottom:.4rem;display:flex;gap:.75rem}.console-line .status-ok{color:#4ade80;font-weight:600}.console-line .status-err{color:#f87171;font-weight:600}.console-line .msg{color:#cbd5e1}.console-wrapper::-webkit-scrollbar{width:6px}.console-wrapper::-webkit-scrollbar-track{background:transparent}.console-wrapper::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}.actions-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;background:#f8fafc;padding:1rem;border-radius:12px}.filter-group,.export-group{display:flex;gap:.75rem}.btn-filter{padding:.4rem 1rem;border-radius:8px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;font-size:.85rem;font-weight:600;transition:all .2s}.btn-filter.active{background:#4f46e5;color:#fff;border-color:#4f46e5}.btn-export{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;border:none;background:#1e293b;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600}.btn-export:hover{background:#334155}.btn-export.excel{background:#15803d}.btn-export.pdf{background:#b91c1c}.data-table-wrapper{background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table th{background:#f8fafc;padding:1rem;text-align:left;font-size:.75rem;font-weight:700;color:#64748b;border-bottom:1px solid #e2e8f0}.data-table td{padding:1rem;border-bottom:1px solid #f1f5f9;font-size:.85rem}.item-status-pill{padding:.25rem .6rem;border-radius:6px;font-size:.7rem;font-weight:700;text-transform:uppercase}.item-status-pill.success{background:#dcfce7;color:#15803d}.item-status-pill.error{background:#fee2e2;color:#b91c1c}.queries-list-wrapper{display:flex;flex-direction:column;gap:1rem}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2.5rem;border-radius:20px;width:90%;max-width:450px;text-align:center;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-content h3{font-size:1.5rem;margin-bottom:1rem;color:#1e293b}.modal-content p{color:#64748b;margin-bottom:2rem;line-height:1.5}.modal-actions{display:flex;gap:1rem;justify-content:center}.modal-actions button{padding:.75rem 1.5rem;border-radius:12px;font-weight:700;cursor:pointer;transition:all .2s;border:none}.btn-secondary{background:#f1f5f9;color:#64748b}.btn-secondary:hover{background:#e2e8f0}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.reports-container{display:flex;flex-direction:column;gap:2rem}.reports-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem}.search-bar{flex:1;max-width:400px;position:relative;display:flex;align-items:center}.search-bar svg{position:absolute;left:1rem;color:#94a3b8}.search-bar input{width:100%;padding:.75rem 1rem .75rem 3rem;border-radius:12px;border:1px solid #e2e8f0;background:#fff;font-size:.9rem}.export-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#1e293b;font-weight:600;cursor:pointer;transition:all .2s}.export-btn:hover{background:#f8fafc;border-color:#cbd5e1}.table-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden}.cep-cell{display:flex;align-items:center;gap:.5rem}.view-btn{padding:.4rem .8rem;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;font-size:.8rem;cursor:pointer}.view-btn:hover{background:#f1f5f9}:root{--primary: #6366f1;--primary-dark: #4f46e5;--secondary: #64748b;--accent: #f59e0b;--success: #10b981;--danger: #ef4444;--warning: #facc15;--bg-primary: #f8fafc;--bg-secondary: #ffffff;--bg-hover: #f1f5f9;--text-primary: #1e293b;--text-secondary: #475569;--text-muted: #94a3b8;--border: #e2e8f0;--radius-lg: 16px;--radius-md: 12px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}ul{list-style:none}button{font-family:inherit}.page-header{margin-bottom:2rem}.page-header h1{font-size:1.875rem;font-weight:800;letter-spacing:-.025em;color:var(--text-primary)}.page-header p{color:var(--text-secondary);font-size:1rem}
