@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.navbar{position:sticky;top:0;z-index:100;background:var(--bg-card);box-shadow:0 1px 0 var(--outline-visible);height:56px}.navbar-inner{max-width:1440px;margin:0 auto;padding:0 1.5rem;height:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem}.navbar-brand{font-size:1.25rem;font-weight:700;color:var(--primary);text-decoration:none;letter-spacing:-.03em;flex-shrink:0}.navbar-links{display:flex;align-items:center;gap:.25rem;flex:1;justify-content:center;overflow-x:auto}.nav-link{padding:.5rem .875rem;text-decoration:none;color:var(--text-secondary);font-size:.8125rem;font-weight:500;border-radius:var(--border-radius-sm);transition:var(--transition);white-space:nowrap;cursor:pointer;position:relative}.nav-link:hover{color:var(--text-primary);background:var(--bg-hover)}.nav-link.active{color:var(--primary);font-weight:600}.nav-link.active:after{content:"";position:absolute;bottom:-1px;left:.875rem;right:.875rem;height:2px;background:var(--primary);border-radius:1px}.navbar-user{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.user-name{font-size:.8125rem;font-weight:500;color:var(--text-secondary)}.btn-logout{padding:.375rem .75rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-sm);font-size:.8125rem;font-weight:500;color:var(--text-secondary);background:transparent;cursor:pointer;transition:var(--transition)}.btn-logout:hover{color:var(--primary);border-color:var(--primary)}.cloud-subnav{background:var(--bg-surface-low);height:40px;display:flex;align-items:center}.cloud-subnav-inner{max-width:1440px;margin:0 auto;padding:0 1.5rem;display:flex;gap:.25rem;width:100%;overflow-x:auto}.cloud-subnav-link{padding:.5rem 1rem;text-decoration:none;color:var(--text-secondary);font-size:.8125rem;font-weight:500;white-space:nowrap;border-bottom:2px solid transparent;transition:var(--transition)}.cloud-subnav-link:hover{color:var(--text-primary)}.cloud-subnav-link.active{color:var(--primary);font-weight:600;border-bottom-color:var(--primary)}@media(max-width:768px){.navbar-inner{padding:0 1rem;gap:1rem}.navbar-links{gap:0}.nav-link{padding:.5rem;font-size:.75rem}.user-name{display:none}}.layout{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-base)}.layout-content{flex:1;padding:1.5rem;max-width:1440px;width:100%;margin:0 auto}@media(max-width:768px){.layout-content{padding:1rem}}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:var(--bg-base);padding:1rem}.login-box{background:var(--bg-card);border-radius:var(--border-radius);box-shadow:var(--shadow-lg);padding:3rem;width:100%;max-width:420px;position:relative;z-index:1}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:.5rem;letter-spacing:-.03em}.login-header p{color:var(--text-secondary);font-size:.875rem}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-description{text-align:center;color:var(--text-secondary);font-size:.875rem;line-height:1.6}.sso-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;border:none;border-radius:var(--border-radius-sm);font-size:.9375rem;font-weight:600;cursor:pointer;text-decoration:none;transition:var(--transition)}.sso-button:hover{opacity:.9;transform:translateY(-1px);box-shadow:var(--shadow-md)}.sso-button svg{width:20px;height:20px}.login-info{text-align:center}.login-info small{color:var(--text-muted);font-size:.75rem}.error-message{background:var(--negative-bg);color:var(--negative);padding:.75rem 1rem;border-radius:var(--border-radius-sm);font-size:.875rem;border-left:3px solid var(--negative)}.sso-button.primary{width:100%}.dash{max-width:1400px;margin:0 auto}.dash-total{padding:1.5rem 2rem;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.dash-total-label{display:block;font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem}.dash-total-value{display:block;font-size:2.25rem;font-weight:700;color:var(--primary);font-variant-numeric:tabular-nums;letter-spacing:-.02em;margin-bottom:.5rem}.dash-total-right{display:flex;flex-direction:column;gap:.25rem;text-align:right}.dash-total-detail{font-size:.875rem;color:var(--text-secondary);font-variant-numeric:tabular-nums}.dash-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.dash-cat{display:flex;cursor:pointer;overflow:hidden;transition:var(--transition)}.dash-cat:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.dash-cat-empty{opacity:.5}.dash-cat-empty:hover{opacity:.7}.dash-cat-accent{width:4px;background:var(--cat-color, var(--primary));flex-shrink:0}.dash-cat-body{padding:1.25rem;flex:1}.dash-cat-label{display:block;font-size:.8125rem;font-weight:600;color:var(--text-secondary);margin-bottom:.5rem}.dash-cat-value{display:block;font-size:1.375rem;font-weight:700;color:var(--text-primary);font-variant-numeric:tabular-nums;margin-bottom:.75rem}.dash-cat-bar{height:4px;background:var(--bg-surface);border-radius:2px;overflow:hidden;margin-bottom:.5rem}.dash-cat-bar-fill{height:100%;background:var(--cat-color, var(--primary));border-radius:2px;transition:width .6s ease}.dash-cat-pct{font-size:.75rem;color:var(--text-muted)}.dash-trend{padding:1.5rem}.dash-trend-title{font-size:1rem;font-weight:600;color:var(--primary-dark);margin:0 0 1rem}.dash-trend-scroll{overflow-x:auto}.dash-trend-table{width:100%;border-collapse:collapse}.dash-trend-table th{font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;padding:.5rem 1rem;text-align:left;border-bottom:1px solid var(--outline-visible)}.dash-trend-table td{padding:.75rem 1rem;font-size:.875rem;border-bottom:1px solid var(--outline)}.dash-trend-table tbody tr:hover{background:var(--bg-hover)}@media(max-width:900px){.dash-categories{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.dash-categories{grid-template-columns:1fr}.dash-total{flex-direction:column;text-align:center}.dash-total-right{text-align:center}}.dash-total-left{flex:1}.cloud-scope-filter{display:flex;align-items:center;gap:.5rem;margin:.75rem 0 1rem;flex-wrap:wrap}.cloud-scope-filter .label{font-size:.8125rem;color:var(--text-secondary);font-weight:600}.cloud-scope-filter button{border:1px solid var(--outline-visible);background:var(--bg-card);color:var(--text-secondary);border-radius:var(--border-radius-full);padding:.35rem .875rem;cursor:pointer;font-size:.8125rem;font-weight:500;transition:var(--transition)}.cloud-scope-filter button:hover{border-color:var(--primary);color:var(--primary)}.cloud-scope-filter button.active{background:var(--primary);color:#fff;border-color:var(--primary)}.dashboard{max-width:1400px;margin:0 auto}.loading-container{display:flex;align-items:center;justify-content:center;padding:3rem;color:var(--text-muted);font-size:.875rem}.welcome-card{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);padding:1.5rem;margin-bottom:1.5rem}.welcome-card h2{font-size:1.125rem;font-weight:700;color:var(--primary-dark);margin:0 0 .5rem}.welcome-card p{font-size:.8125rem;color:var(--text-secondary);margin:0 0 1rem}.range-controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin:1rem 0}.range-controls label{font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.range-controls select,.range-controls input[type=date]{padding:.5rem .75rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-sm);background:var(--bg-card);color:var(--text-primary);font-size:.8125rem;font-family:inherit}.range-controls select:focus,.range-controls input:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-bg);outline:none}.range-sep{color:var(--text-muted);font-size:.8125rem}.btn-apply-date{padding:.5rem 1rem;border:none;border-radius:var(--border-radius-sm);background:var(--primary);color:#fff;font-weight:600;font-size:.8125rem;cursor:pointer;transition:var(--transition)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.5rem 0}.stat-card{background:var(--bg-card);padding:1.25rem;border-radius:var(--border-radius);display:flex;align-items:center;gap:1rem;box-shadow:var(--shadow-sm);transition:var(--transition);cursor:pointer}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.stat-icon{width:40px;height:40px;min-width:40px;border-radius:var(--border-radius-sm);display:flex;align-items:center;justify-content:center;background:var(--primary-bg);color:var(--primary);font-size:.875rem;font-weight:700}.stat-content h3{margin:0 0 .25rem;font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.stat-content p{margin:0;font-size:1.125rem;font-weight:700;color:var(--text-primary);font-variant-numeric:tabular-nums}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin:1.5rem 0}.chart-card{background:var(--bg-card);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow-sm)}.chart-card h3{color:var(--primary-dark);margin-bottom:1rem;font-size:.9375rem;font-weight:600}.table-container{overflow-x:auto;margin-top:1rem}.data-table thead{background:var(--bg-surface-low)}.data-table th{padding:.625rem 1rem;text-align:left;font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--outline-visible);white-space:nowrap}.info-section{background:var(--bg-card);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow-sm);margin-top:1.5rem}.info-section h3{color:var(--primary-dark);margin-bottom:1rem;font-size:1rem;font-weight:600}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.info-item{padding:1rem;background:var(--bg-surface-low);border-radius:var(--border-radius-sm)}.info-label{color:var(--text-muted);font-size:.6875rem;font-weight:600;text-transform:uppercase}.info-value{color:var(--text-primary);font-size:1rem;font-weight:600;font-variant-numeric:tabular-nums}.status-active{color:var(--positive)}.action-buttons{display:flex;gap:.75rem;margin:1rem 0;flex-wrap:wrap}.manage-users-button,.process-csv-button{padding:.5rem 1rem;background:var(--bg-card);color:var(--primary);border:1px solid var(--outline-visible);border-radius:var(--border-radius-sm);font-size:.8125rem;font-weight:600;cursor:pointer;transition:var(--transition)}.manage-users-button:hover,.process-csv-button:hover{border-color:var(--primary);background:var(--bg-hover)}@media(max-width:1024px){.charts-grid{grid-template-columns:1fr}}@media(max-width:768px){.stats-grid,.info-grid{grid-template-columns:1fr}.range-controls{flex-direction:column;align-items:stretch}}.dashboard-main{max-width:1400px;margin:0 auto}.stat-card.clickable{cursor:pointer}.chart-card{min-height:380px}.users-page{max-width:1200px;margin:0 auto}.users-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.users-header h1{font-size:1.25rem;font-weight:700;color:var(--primary-dark);margin:0}.user-info{display:flex;align-items:center;gap:.75rem}.user-badge{font-size:.6875rem;font-weight:600;padding:.2rem .5rem;background:var(--primary-bg);color:var(--primary);border-radius:var(--border-radius-xs);text-transform:uppercase}.back-button{padding:.375rem .75rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-sm);background:transparent;color:var(--text-secondary);font-size:.8125rem;cursor:pointer;transition:var(--transition)}.back-button:hover{border-color:var(--primary);color:var(--primary)}.create-user-form{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);padding:1.5rem;margin-bottom:1.5rem}.create-user-form h2{font-size:1rem;font-weight:600;color:var(--primary-dark);margin:0 0 1rem}.form-row{display:flex;gap:.75rem;flex-wrap:wrap;align-items:flex-end}.form-group{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:150px}.form-group label{font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.form-group input,.form-group select{padding:.5rem .75rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-sm);background:var(--bg-card);color:var(--text-primary);font-size:.8125rem;font-family:inherit;outline:none;transition:var(--transition)}.form-group input:focus,.form-group select:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-bg)}.btn-create{padding:.5rem 1.25rem;border:none;border-radius:var(--border-radius-sm);background:var(--primary);color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;transition:var(--transition)}.btn-create:hover{opacity:.9}.users-table-wrap{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);overflow:hidden}.users-table{width:100%;border-collapse:collapse}.users-table th{padding:.75rem 1rem;text-align:left;font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;background:var(--bg-surface-low);border-bottom:1px solid var(--outline-visible)}.users-table td{padding:.75rem 1rem;font-size:.8125rem;color:var(--text-primary);border-bottom:1px solid var(--outline)}.users-table tbody tr:hover{background:var(--bg-hover)}.role-badge{font-size:.6875rem;font-weight:600;padding:.15rem .5rem;border-radius:var(--border-radius-xs);text-transform:uppercase}.role-admin{background:var(--primary-bg);color:var(--primary)}.role-user{background:var(--bg-surface-low);color:var(--text-secondary)}.self-badge{font-size:.6875rem;color:var(--text-muted);font-style:italic}.users-table select{padding:.3rem .5rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-xs);font-size:.75rem;background:var(--bg-card);color:var(--text-primary)}.btn-delete{padding:.3rem .6rem;border:1px solid var(--negative);border-radius:var(--border-radius-xs);background:transparent;color:var(--negative);font-size:.75rem;cursor:pointer;transition:var(--transition)}.btn-delete:hover{background:var(--negative);color:#fff}.error-message,.success-message{padding:.75rem 1rem;border-radius:var(--border-radius-sm);font-size:.8125rem;margin-bottom:1rem}.error-message{background:var(--negative-bg);color:var(--negative)}.success-message{background:var(--positive-bg);color:var(--positive)}@media(max-width:768px){.form-row{flex-direction:column}.users-table{font-size:.75rem}.users-table th,.users-table td{padding:.5rem .75rem}}.header-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.create-user-card{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);padding:1.5rem;margin-bottom:1.5rem}.card-description{font-size:.8125rem;color:var(--text-secondary);margin:0 0 1rem}.user-form{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.create-button{padding:.5rem 1.25rem;border:none;border-radius:var(--border-radius-sm);background:var(--primary);color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer}.create-button:hover{opacity:.9}.role-select{padding:.3rem .5rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-xs);font-size:.75rem;background:var(--bg-card);color:var(--text-primary)}.logout-button{padding:.375rem .75rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-sm);background:transparent;color:var(--text-secondary);font-size:.8125rem;cursor:pointer}.logout-button:hover{border-color:var(--primary);color:var(--primary)}.cost-explorer{max-width:1400px;margin:0 auto}.explorer-header{margin-bottom:1.5rem}.header-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.header-top h1{font-size:1.25rem;font-weight:700;color:var(--primary-dark);margin:0}.header-stats{display:flex;gap:1.5rem;align-items:baseline}.header-stat-value{font-size:1.75rem;font-weight:700;color:var(--primary);font-variant-numeric:tabular-nums;letter-spacing:-.02em}.header-stat-label{font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-left:.5rem}.explorer-filters{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);padding:1.25rem;margin-bottom:1.5rem;display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.filter-group{display:flex;flex-direction:column;gap:.25rem;min-width:140px}.filter-group label{font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.filter-group select,.filter-group input[type=date],.filter-group input[type=text],.filter-group input[type=search]{padding:.5rem .75rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-sm);background:var(--bg-card);color:var(--text-primary);font-size:.8125rem;font-family:inherit;outline:none;transition:var(--transition)}.filter-group select:focus,.filter-group input:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-bg)}.btn-apply{padding:.5rem 1.25rem;border:none;border-radius:var(--border-radius-sm);background:var(--primary);color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;transition:var(--transition)}.btn-apply:hover{opacity:.9}.group-by-section{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.group-by-section label{font-size:.8125rem;font-weight:600;color:var(--text-secondary)}.group-by-buttons{display:flex;gap:.25rem}.group-by-buttons button{padding:.375rem .75rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-full);background:var(--bg-card);color:var(--text-secondary);font-size:.75rem;font-weight:500;cursor:pointer;transition:var(--transition)}.group-by-buttons button:hover{border-color:var(--primary);color:var(--primary)}.group-by-buttons button.active{background:var(--primary);color:#fff;border-color:var(--primary)}.results-section{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);overflow:hidden;margin-bottom:1.5rem}.results-table{width:100%;border-collapse:collapse}.results-table th{padding:.625rem 1rem;text-align:left;font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;background:var(--bg-surface-low);border-bottom:1px solid var(--outline-visible);white-space:nowrap}.results-table td{padding:.625rem 1rem;font-size:.8125rem;color:var(--text-primary);border-bottom:1px solid var(--outline);font-variant-numeric:tabular-nums}.results-table .text-right{text-align:right}.results-table tbody tr{cursor:pointer;transition:var(--transition)}.results-table tbody tr:hover{background:var(--bg-hover)}.results-table .cost{font-weight:700;color:var(--primary)}.loading-spinner{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;color:var(--text-muted)}.spinner{width:32px;height:32px;border:3px solid var(--bg-surface);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem}.pagination button{padding:.375rem .75rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-sm);background:var(--bg-card);color:var(--text-secondary);font-size:.8125rem;cursor:pointer;transition:var(--transition)}.pagination button:hover{border-color:var(--primary);color:var(--primary)}.pagination button:disabled{opacity:.4;cursor:not-allowed}.resource-detail-panel{background:var(--bg-card);box-shadow:var(--shadow-md);border-radius:var(--border-radius);padding:1.5rem;margin-top:1.5rem}.btn-primary{background:var(--primary);color:#fff;border:none;border-radius:var(--border-radius-sm);padding:.5rem 1rem;font-weight:600;cursor:pointer;transition:var(--transition)}.btn-secondary{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--outline-visible);border-radius:var(--border-radius-sm);padding:.5rem 1rem;font-weight:600;cursor:pointer;transition:var(--transition)}.tag-badge{font-size:.625rem;padding:.1rem .4rem;border-radius:var(--border-radius-xs);background:var(--primary-bg);color:var(--primary)}.project-badge{font-size:.6875rem;padding:.15rem .5rem;border-radius:var(--border-radius-xs);background:var(--info-bg);color:var(--info)}.resource-type-badge{font-size:.6875rem;font-weight:600;padding:.15rem .5rem;border-radius:var(--border-radius-xs);background:var(--bg-surface-low);color:var(--text-secondary)}@media(max-width:768px){.explorer-filters{flex-direction:column}.filter-group{min-width:100%}.header-stats{flex-direction:column;gap:.5rem}}.explorer-results{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);overflow:hidden;margin-bottom:1.5rem}.filters-grid{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.filter-group-ok{display:flex;align-items:flex-end}.btn-apply-date{padding:.5rem 1rem;border:none;border-radius:var(--border-radius-sm);background:var(--primary);color:#fff;font-weight:600;font-size:.8125rem;cursor:pointer}.btn-apply-date:hover{opacity:.9}.header-actions{display:flex;gap:.5rem;align-items:center}.no-data{text-align:center;padding:2rem;color:var(--text-muted)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:var(--bg-card);border-radius:var(--border-radius);padding:2rem;max-width:600px;width:90%;box-shadow:var(--shadow-lg)}.projects-page{max-width:1400px;margin:0 auto}.error-banner{background:var(--negative-bg);color:var(--negative);padding:.75rem 1rem;border-radius:var(--border-radius-sm);margin-bottom:1rem;font-size:.8125rem}.savings-section{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);padding:1.5rem;margin-bottom:1.5rem}.savings-section h2{font-size:1rem;font-weight:600;color:var(--primary-dark);margin:0 0 1rem}.savings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.savings-card{padding:1rem;background:var(--bg-surface-low);border-radius:var(--border-radius-sm)}.savings-label{font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.savings-value{font-size:1.125rem;font-weight:700;color:var(--text-primary);font-variant-numeric:tabular-nums}.projects-section{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);padding:1.5rem;margin-bottom:1.5rem}.projects-section h2{font-size:1rem;font-weight:600;color:var(--primary-dark);margin:0 0 1rem}.projects-table-wrap{overflow-x:auto}.projects-table{width:100%;border-collapse:collapse}.projects-table th{padding:.625rem 1rem;text-align:left;font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;background:var(--bg-surface-low);border-bottom:1px solid var(--outline-visible)}.projects-table td{padding:.625rem 1rem;font-size:.8125rem;color:var(--text-primary);border-bottom:1px solid var(--outline);font-variant-numeric:tabular-nums}.projects-table .text-right{text-align:right}.projects-table tbody tr:hover{background:var(--bg-hover)}@media(max-width:768px){.savings-grid{grid-template-columns:1fr}}.projects-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.projects-header h1{font-size:1.25rem;font-weight:700;color:var(--primary-dark);margin:0}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-bottom:1.5rem}.project-card{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);overflow:hidden;transition:var(--transition)}.project-card:hover{box-shadow:var(--shadow-md)}.project-card-body{padding:1.25rem}.project-stats{display:flex;gap:1rem;margin-top:.75rem}.no-projects{text-align:center;padding:2rem;color:var(--text-muted)}.data-table{width:100%;border-collapse:collapse}.data-table th{padding:.625rem 1rem;text-align:left;font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;background:var(--bg-surface-low);border-bottom:1px solid var(--outline-visible)}.data-table td{padding:.625rem 1rem;font-size:.8125rem;color:var(--text-primary);border-bottom:1px solid var(--outline);font-variant-numeric:tabular-nums}.data-table tbody tr:hover{background:var(--bg-hover)}.data-table .text-right{text-align:right}.cost{font-weight:700;color:var(--primary)}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:1.125rem;font-weight:700;color:var(--text-primary);font-variant-numeric:tabular-nums}.stat-value.cost{color:var(--primary)}.csv-processor{max-width:1200px;margin:0 auto}.processor-header{margin-bottom:1.5rem}.processor-header h1{font-size:1.25rem;font-weight:700;color:var(--primary-dark);margin:0 0 .25rem}.processor-header p{font-size:.8125rem;color:var(--text-secondary);margin:0}.processor-controls{margin-bottom:1.5rem;display:flex;gap:.75rem;flex-wrap:wrap}.btn-primary{padding:.5rem 1.25rem;border:none;border-radius:var(--border-radius-sm);background:var(--primary);color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;transition:var(--transition)}.btn-primary:hover{opacity:.9}.btn-processing{padding:.5rem 1.25rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-sm);background:var(--bg-surface-low);color:var(--text-muted);font-size:.8125rem;cursor:not-allowed}.btn-secondary{padding:.5rem 1.25rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-sm);background:transparent;color:var(--text-secondary);font-size:.8125rem;font-weight:500;cursor:pointer;transition:var(--transition)}.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.progress-section{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);padding:1.5rem;margin-bottom:1.5rem}.progress-group{margin-bottom:1.25rem}.progress-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.progress-header h3{font-size:.875rem;font-weight:600;color:var(--primary-dark);margin:0}.progress-label{font-size:.75rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.progress-bar{height:6px;background:var(--bg-surface);border-radius:3px;overflow:hidden}.progress-fill{height:100%;border-radius:3px;transition:width .3s ease}.progress-fill.download{background:var(--primary)}.progress-fill.processing{background:var(--positive)}.current-file{font-size:.75rem;color:var(--text-muted);margin:.5rem 0 0}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.25rem 0}.stat-card{background:var(--bg-surface-low);border-radius:var(--border-radius-sm);padding:1rem;text-align:center}.stat-value{font-size:1.25rem;font-weight:700;color:var(--text-primary);font-variant-numeric:tabular-nums}.stat-label{font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}.logs-section{margin-top:1.25rem}.logs-section h3{font-size:.875rem;font-weight:600;color:var(--primary-dark);margin:0 0 .75rem}.logs-container{background:var(--bg-surface-low);border-radius:var(--border-radius-sm);padding:1rem;max-height:300px;overflow-y:auto;font-family:SF Mono,Fira Code,monospace;font-size:.6875rem;line-height:1.8}.log-entry{display:flex;gap:.5rem}.log-time{color:var(--text-muted);flex-shrink:0}.log-message{color:var(--text-secondary)}.log-success .log-message{color:var(--positive)}.log-error .log-message{color:var(--negative)}.log-info .log-message{color:var(--info)}.error-box{background:var(--negative-bg);color:var(--negative);padding:.75rem 1rem;border-radius:var(--border-radius-sm);font-size:.8125rem;margin-top:1rem}.success-box{background:var(--positive-bg);color:var(--positive);padding:.75rem 1rem;border-radius:var(--border-radius-sm);font-size:.8125rem;margin-top:1rem}@media(max-width:768px){.stats-grid{grid-template-columns:1fr}}.trends-page{max-width:1400px;margin:0 auto}.trends-filters{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);padding:1.25rem;margin-bottom:1.5rem;display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.trends-filters .filter-group{display:flex;flex-direction:column;gap:.25rem;min-width:140px}.trends-filters .filter-group label{font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.trends-filters .filter-group select,.trends-filters .filter-group input{padding:.5rem .75rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-sm);background:var(--bg-card);color:var(--text-primary);font-size:.8125rem;font-family:inherit;outline:none;transition:var(--transition)}.trends-filters .filter-group select:focus,.trends-filters .filter-group input:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-bg)}.btn-refresh{padding:.5rem 1.25rem;border:none;border-radius:var(--border-radius-sm);background:var(--primary);color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;transition:var(--transition)}.btn-refresh:hover{opacity:.9}.btn-refresh:disabled{opacity:.4;cursor:not-allowed}.period-chip{display:inline-block;padding:.4rem .75rem;background:var(--info-bg);color:var(--text-secondary);border-radius:var(--border-radius-sm);font-size:.75rem;margin-bottom:1.5rem}.period-chip strong{color:var(--text-primary)}.trends-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.trends-card{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);padding:1.25rem;overflow:hidden}.trends-card h2{font-size:.9375rem;font-weight:600;color:var(--primary-dark);margin:0 0 1rem}.trends-card .table-container{overflow-x:auto}.trends-table{width:100%;border-collapse:collapse}.trends-table th{padding:.5rem .625rem;text-align:left;font-size:.625rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;background:var(--bg-surface-low);border-bottom:1px solid var(--outline-visible);white-space:nowrap}.trends-table td{padding:.5rem .625rem;font-size:.75rem;color:var(--text-primary);border-bottom:1px solid var(--outline);font-variant-numeric:tabular-nums}.trends-table .text-right{text-align:right}.trends-table tbody tr:hover{background:var(--bg-hover)}.trends-table tfoot td{font-weight:700;background:var(--bg-surface-low);border-top:1px solid var(--outline-visible)}.trends-table .item-name{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trends-table .up{color:var(--negative);font-weight:600}.trends-table .down{color:var(--positive);font-weight:600}.empty-state{text-align:center;padding:2rem 1rem;color:var(--text-muted);font-size:.8125rem}.error-state{text-align:center;padding:2rem;color:var(--negative);font-size:.875rem}@media(max-width:1200px){.trends-grid{grid-template-columns:1fr}}@media(max-width:768px){.trends-filters{flex-direction:column}.trends-filters .filter-group{min-width:100%}}.monthly-page{max-width:1400px;margin:0 auto}.summary-card{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);padding:1.25rem;display:flex;align-items:flex-start;gap:1rem}.summary-content h3{font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .25rem}.comparison-section{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);overflow:hidden;margin-bottom:1.5rem}.comparison-section h2{font-size:1rem;font-weight:600;color:var(--primary-dark);margin:0;padding:1.25rem 1.5rem 0}.comparison-table-wrap{overflow-x:auto;padding:1rem 0}.comparison-table{width:100%;border-collapse:collapse}.comparison-table th{padding:.625rem 1rem;text-align:left;font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;background:var(--bg-surface-low);border-bottom:1px solid var(--outline-visible)}.comparison-table td{padding:.625rem 1rem;font-size:.8125rem;color:var(--text-primary);border-bottom:1px solid var(--outline);font-variant-numeric:tabular-nums}.comparison-table .text-right{text-align:right}.comparison-table tbody tr:hover{background:var(--bg-hover)}.badge{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:var(--border-radius-xs);font-size:.6875rem;font-weight:600}.badge-high{background:var(--negative-bg);color:var(--negative)}.top-services-section{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);padding:1.5rem}.top-services-section h2{font-size:1rem;font-weight:600;color:var(--primary-dark);margin:0 0 1rem}.error-state{text-align:center;padding:3rem;color:var(--negative);font-size:.875rem}@media(max-width:768px){.summary-grid{grid-template-columns:1fr}.chart-container{height:250px}}.monthly-comparison{max-width:1400px;margin:0 auto}.comparisons-section{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);overflow:hidden;margin-bottom:1.5rem}.months-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.month-services-card{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);padding:1.25rem}.month-services-card h3{font-size:.9375rem;font-weight:600;color:var(--primary-dark);margin:0 0 .75rem}.service-item{display:flex;justify-content:space-between;padding:.375rem 0;border-bottom:1px solid var(--outline)}.service-name{font-size:.8125rem;color:var(--text-primary)}.service-cost{font-size:.8125rem;font-weight:600;color:var(--primary);font-variant-numeric:tabular-nums}.empty-state{text-align:center;padding:2rem;color:var(--text-muted);font-size:.875rem}.table-container{overflow-x:auto}.cost-increase{color:var(--negative);font-weight:600}.cost-decrease{color:var(--positive);font-weight:600}.services-list{display:flex;flex-direction:column;gap:.375rem;margin-top:.5rem}.service-rank{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--primary-bg);color:var(--primary);font-size:.6875rem;font-weight:700;flex-shrink:0}.consumo{max-width:1400px;margin:0 auto}.consumo .page-header{margin-bottom:1rem}.header-row{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1rem}.header-controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.fx-input-group{display:flex;align-items:center;gap:.5rem}.fx-input-group label{font-size:.75rem;font-weight:600;color:var(--text-muted)}.fx-input{width:80px;padding:.375rem .5rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-sm);font-size:.8125rem;background:var(--bg-card);color:var(--text-primary);outline:none}.fx-input:focus{border-color:var(--primary)}.btn-ok{padding:.375rem .625rem;border:none;border-radius:var(--border-radius-sm);background:var(--primary);color:#fff;font-size:.75rem;font-weight:600;cursor:pointer}.btn-pdf{padding:.375rem .75rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-sm);background:var(--bg-card);color:var(--text-secondary);font-size:.8125rem;font-weight:500;cursor:pointer;transition:var(--transition)}.btn-pdf:hover{border-color:var(--primary);color:var(--primary)}.chart-section{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);padding:1.5rem;margin-bottom:1.5rem}.chart-section h2{font-size:1rem;font-weight:600;color:var(--primary-dark);margin:0 0 1rem}.chart-container{height:300px}.detail-section{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);padding:1.5rem;margin-bottom:1.5rem}.detail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.detail-header h2{font-size:1rem;font-weight:600;color:var(--primary-dark);margin:0}.btn-edit{padding:.375rem .75rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-sm);background:transparent;color:var(--text-secondary);font-size:.8125rem;cursor:pointer;transition:var(--transition)}.btn-edit:hover{border-color:var(--primary);color:var(--primary)}.edit-actions{display:flex;gap:.5rem}.btn-save{padding:.375rem .75rem;border:none;border-radius:var(--border-radius-sm);background:var(--primary);color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer}.btn-save:disabled{opacity:.5}.btn-cancel{padding:.375rem .75rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-sm);background:transparent;color:var(--text-secondary);font-size:.8125rem;cursor:pointer}.save-error{background:var(--negative-bg);color:var(--negative);padding:.5rem .75rem;border-radius:var(--border-radius-sm);font-size:.8125rem;margin-bottom:.75rem}.edit-scope-note{font-size:.75rem;color:var(--text-muted);margin-bottom:.75rem;padding:.5rem .75rem;background:var(--info-bg);border-radius:var(--border-radius-sm)}.table-scroll{overflow-x:auto}.consumo-table{width:100%;border-collapse:collapse}.consumo-table th{padding:.625rem .75rem;text-align:left;font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;background:var(--bg-surface-low);border-bottom:1px solid var(--outline-visible);white-space:nowrap}.consumo-table td{padding:.625rem .75rem;font-size:.8125rem;color:var(--text-primary);border-bottom:1px solid var(--outline);font-variant-numeric:tabular-nums;text-align:right}.consumo-table .month-col{text-align:left;font-weight:500}.consumo-table tbody tr:hover{background:var(--bg-hover)}.consumo-table .future-row{opacity:.4}.consumo-table .over{color:var(--negative);font-weight:600}.consumo-table .under{color:var(--positive);font-weight:600}.override-cell{background:var(--info-bg)}.cell-input{width:100%;padding:.3rem .5rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-xs);font-size:.8125rem;font-family:inherit;text-align:right;background:var(--bg-card);color:var(--text-primary)}.cell-input:focus{border-color:var(--primary);outline:none}@media(max-width:768px){.header-row{flex-direction:column}.chart-container{height:250px}}.ia-page{display:flex;flex-direction:column;height:calc(100vh - 80px);max-height:calc(100vh - 80px);background:var(--bg-base);padding:0}.ia-container{flex:1;display:flex;flex-direction:column;max-width:900px;width:100%;margin:0 auto;overflow:hidden}.ia-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--outline);flex-shrink:0}.ia-header-left{display:flex;align-items:center;gap:.75rem}.ia-header-left h1{font-size:1rem;font-weight:700;color:var(--primary-dark);margin:0}.ia-model-badge{font-size:.6875rem;font-weight:600;padding:.2rem .5rem;background:var(--primary);color:#fff;border-radius:var(--border-radius-xs)}.ia-header-right{display:flex;gap:.5rem}.ia-clear-btn{padding:.35rem .75rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-sm);background:transparent;color:var(--text-secondary);font-size:.75rem;font-weight:500;cursor:pointer;transition:var(--transition)}.ia-clear-btn:hover{border-color:var(--primary);color:var(--primary)}.ia-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.ia-message{display:flex;gap:.625rem;max-width:85%}.ia-message-user{align-self:flex-end;flex-direction:row-reverse}.ia-message-assistant,.ia-message-error{align-self:flex-start}.ia-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;flex-shrink:0;background:var(--primary-bg);color:var(--primary)}.ia-message-user .ia-avatar{background:var(--primary);color:#fff}.ia-message-error .ia-avatar{background:var(--negative-bg);color:var(--negative)}.ia-bubble{padding:.75rem 1rem;border-radius:var(--border-radius-sm);font-size:.875rem;line-height:1.6;word-break:break-word}.ia-bubble-user{background:var(--primary);color:#fff;border-bottom-right-radius:var(--border-radius-xs)}.ia-bubble-assistant{background:var(--bg-card);color:var(--text-primary);box-shadow:var(--shadow-sm);border-bottom-left-radius:var(--border-radius-xs)}.ia-bubble-error{background:var(--negative-bg);color:var(--negative);border-bottom-left-radius:var(--border-radius-xs)}.ia-loading{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;color:var(--text-muted);font-size:.8125rem}.ia-loading-dot{width:6px;height:6px;border-radius:50%;background:var(--primary);animation:iaPulse 1.2s infinite}.ia-loading-dot:nth-child(2){animation-delay:.2s}.ia-loading-dot:nth-child(3){animation-delay:.4s}@keyframes iaPulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.ia-suggestions{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--outline)}.ia-suggestion-btn{padding:.4rem .75rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-full);background:var(--bg-card);color:var(--text-secondary);font-size:.75rem;cursor:pointer;transition:var(--transition)}.ia-suggestion-btn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-bg)}.ia-input-area{display:flex;align-items:flex-end;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--outline);background:var(--bg-card)}.ia-input-wrap{flex:1;position:relative}.ia-textarea{width:100%;min-height:40px;max-height:120px;padding:.625rem .875rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-sm);background:var(--bg-base);color:var(--text-primary);font-size:.875rem;font-family:inherit;resize:none;outline:none;transition:var(--transition)}.ia-textarea:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-bg)}.ia-send-btn{padding:.625rem 1rem;border-radius:var(--border-radius-sm);border:none;background:var(--primary);color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:var(--transition);flex-shrink:0}.ia-send-btn:hover{opacity:.9}.ia-send-btn:disabled{opacity:.4;cursor:not-allowed}.ia-cancel-btn{padding:.625rem .75rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-sm);background:transparent;color:var(--text-muted);cursor:pointer;transition:var(--transition)}.ia-cancel-btn:hover{border-color:var(--negative);color:var(--negative)}.ia-bubble-assistant pre{background:var(--bg-surface-low);padding:.75rem;border-radius:var(--border-radius-xs);overflow-x:auto;font-size:.8125rem;margin:.5rem 0}.ia-bubble-assistant code{font-size:.8125rem;background:var(--bg-surface-low);padding:.1rem .3rem;border-radius:3px}.ia-bubble-assistant table{width:100%;border-collapse:collapse;margin:.5rem 0;font-size:.8125rem}.ia-bubble-assistant th,.ia-bubble-assistant td{padding:.4rem .6rem;border-bottom:1px solid var(--outline);text-align:left}.ia-bubble-assistant th{font-weight:600;color:var(--text-secondary);font-size:.75rem;text-transform:uppercase}@media(max-width:768px){.ia-message{max-width:95%}.ia-suggestions{gap:.375rem}}.ia-chat{display:flex;flex-direction:column;height:100%}.ia-btn-clear{padding:.35rem .75rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-sm);background:transparent;color:var(--text-secondary);font-size:.75rem;cursor:pointer}.ia-btn-clear:hover{border-color:var(--primary);color:var(--primary)}.ia-dot{width:6px;height:6px;border-radius:50%;background:var(--primary)}.ia-formatted{line-height:1.6}.ia-formatted p{margin:.5rem 0}.ia-h2{font-size:1rem;font-weight:600;color:var(--primary-dark);margin:.75rem 0 .5rem}.ia-h3{font-size:.875rem;font-weight:600;color:var(--text-primary);margin:.5rem 0 .25rem}.ia-li{margin:.25rem 0;padding-left:1rem}.ia-code{font-family:SF Mono,monospace;font-size:.8125rem;background:var(--bg-surface-low);padding:.1rem .3rem;border-radius:3px}.rpt-page{max-width:1200px;margin:0 auto}.upload-card{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);padding:1.25rem;margin-bottom:1.5rem}.upload-zone{border:2px dashed var(--outline-visible);border-radius:var(--border-radius-sm);padding:2.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;transition:var(--transition);text-align:center;position:relative;background:var(--bg-surface-low)}.upload-zone:hover{border-color:var(--primary);background:var(--primary-bg)}.upload-zone-active{border-color:var(--primary)!important;background:var(--primary-bg)!important}.upload-label{font-size:.875rem;font-weight:600;color:var(--text-primary)}.upload-hint{font-size:.75rem;color:var(--text-muted)}.upload-input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%}.upload-msg{padding:.6rem 1rem;border-radius:var(--border-radius-sm);font-size:.8125rem;font-weight:500;margin-top:.75rem}.msg-success{background:var(--positive-bg);color:var(--positive)}.msg-error{background:var(--negative-bg);color:var(--negative)}.error-banner{padding:.75rem 1rem;border-radius:var(--border-radius-sm);color:var(--negative);background:var(--negative-bg);font-size:.8125rem;margin-bottom:1rem}.rpt-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}@media(max-width:768px){.rpt-columns{grid-template-columns:1fr}}.rpt-col{display:flex;flex-direction:column;gap:.75rem}.col-header{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;font-weight:700;color:var(--primary-dark);padding:0 .125rem}.col-count{font-size:.6875rem;font-weight:600;background:var(--bg-surface-low);color:var(--text-muted);border-radius:var(--border-radius-full);padding:.15rem .6rem}.file-list{display:flex;flex-direction:column;gap:.5rem}.file-card{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius-sm);display:flex;align-items:stretch;overflow:hidden;transition:var(--transition)}.file-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.file-card-accent{width:4px;flex-shrink:0}.accent-html{background:var(--primary)}.accent-file{background:var(--info)}.file-card-body{flex:1;display:flex;flex-direction:column;gap:.35rem;padding:.875rem 1rem;text-decoration:none;cursor:pointer;min-width:0}.file-type-badge{display:inline-block;width:fit-content;font-size:.625rem;font-weight:700;color:var(--primary);background:var(--primary-bg);padding:.125rem .375rem;border-radius:var(--border-radius-xs);text-transform:uppercase;letter-spacing:.05em}.file-card-name{font-size:.875rem;font-weight:600;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-card-meta{display:flex;gap:.75rem;font-size:.6875rem;color:var(--text-muted)}.file-card-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.375rem;padding:.625rem;border-left:1px solid var(--outline);min-width:5.5rem}.action-btn{padding:.25rem .5rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-xs);background:transparent;color:var(--text-muted);font-size:.6875rem;font-weight:500;cursor:pointer;transition:var(--transition);width:100%;text-align:center}.action-btn:hover{border-color:var(--primary);color:var(--primary)}.action-btn-active{background:var(--positive-bg);color:var(--positive);border-color:var(--positive)}.action-btn-delete:hover{border-color:var(--negative);color:var(--negative)}.action-btn-danger{background:var(--negative);color:#fff;border-color:var(--negative)}.delete-confirm{display:flex;gap:.25rem;width:100%}.delete-confirm .action-btn{flex:1}.empty-state{text-align:center;padding:2.5rem 1rem;color:var(--text-muted);font-size:.875rem;background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius-sm)}.net-page{max-width:1400px;margin:0 auto}.net-header-row{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1rem}.net-view-toggle{display:flex;gap:.25rem}.pill{padding:.375rem .875rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-full);background:var(--bg-card);color:var(--text-secondary);font-size:.8125rem;font-weight:500;cursor:pointer;transition:var(--transition)}.pill:hover{border-color:var(--primary);color:var(--primary)}.pill.active{background:var(--primary);color:#fff;border-color:var(--primary)}.net-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.net-kpi{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);padding:1.25rem;display:flex;flex-direction:column;gap:.25rem}.net-kpi-label{font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.net-kpi-value{font-size:1.75rem;font-weight:700;color:var(--text-primary);font-variant-numeric:tabular-nums;letter-spacing:-.02em}.net-kpi-primary{color:var(--primary)}.net-kpi-sub{font-size:.75rem;color:var(--text-muted)}.net-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.net-dist-card{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);padding:1.25rem}.net-dist-card h3{font-size:.9375rem;font-weight:600;color:var(--primary-dark);margin:0 0 1rem}.net-dist-list{display:flex;flex-direction:column;gap:.75rem}.net-dist-row{display:flex;flex-direction:column;gap:.25rem}.net-dist-info{display:flex;justify-content:space-between;align-items:baseline}.net-dist-name{font-size:.8125rem;font-weight:600;color:var(--text-primary)}.net-dist-count{font-size:.6875rem;color:var(--text-muted)}.net-dist-values{display:flex;justify-content:space-between;align-items:baseline}.net-dist-cost{font-size:.875rem;font-weight:700;color:var(--primary);font-variant-numeric:tabular-nums}.net-dist-pct{font-size:.6875rem;font-weight:600;color:var(--text-muted)}.net-dist-bar{height:4px;background:var(--bg-surface);border-radius:2px;overflow:hidden}.net-dist-bar-fill{height:100%;background:var(--primary);border-radius:2px;transition:width .6s ease}.net-detail-section{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);padding:1.5rem}.net-filters{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end;margin-bottom:1.5rem}.net-filters .filter-group{display:flex;flex-direction:column;gap:.25rem;min-width:140px}.net-filters .filter-group label{font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.net-filters .filter-group input,.net-filters .filter-group select{padding:.5rem .75rem;border:1px solid var(--outline-visible);border-radius:var(--border-radius-sm);background:var(--bg-card);color:var(--text-primary);font-size:.8125rem;font-family:inherit;outline:none;transition:var(--transition)}.net-filters .filter-group input:focus,.net-filters .filter-group select:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-bg)}.net-detail-info{text-align:center;padding:2rem;color:var(--text-muted);font-size:.875rem}.net-detail-info p{margin:.5rem 0}.net-footer{display:flex;justify-content:space-between;padding:1rem 0;font-size:.6875rem;color:var(--text-muted);border-top:1px solid var(--outline);margin-top:1rem}@media(max-width:1024px){.net-grid-2{grid-template-columns:1fr}}@media(max-width:768px){.net-kpis{grid-template-columns:repeat(2,1fr)}.net-filters{flex-direction:column}.net-footer{flex-direction:column;gap:.25rem}}@media(max-width:480px){.net-kpis{grid-template-columns:1fr}}.placeholder-page{display:flex;justify-content:center;align-items:center;min-height:60vh}.placeholder-card{text-align:center;padding:3rem 4rem;background:var(--bg-card);box-shadow:var(--shadow-md);border-radius:var(--border-radius);max-width:500px}.placeholder-icon{font-size:3rem;display:block;margin-bottom:1rem;opacity:.6}.placeholder-icon-circle{width:56px;height:56px;border-radius:50%;background:var(--ph-color, var(--primary));color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;margin:0 auto 1rem}.placeholder-card h1{font-size:1.5rem;font-weight:700;color:var(--primary-dark);margin:0 0 .5rem}.placeholder-card p{color:var(--text-secondary);margin:0 0 1.5rem;line-height:1.5;font-size:.875rem}.placeholder-badge{display:inline-block;padding:.4rem 1.25rem;border-radius:var(--border-radius-full);background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;font-weight:600;font-size:.8125rem}.card{background:var(--bg-card);box-shadow:var(--shadow-md);border-radius:var(--border-radius);transition:var(--transition)}.card:hover{box-shadow:var(--shadow-lg)}.card-flat{background:var(--bg-card);border-radius:var(--border-radius);transition:var(--transition)}.neumorph{background:var(--bg-card);box-shadow:var(--shadow-md);border-radius:var(--border-radius);transition:var(--transition)}.neumorph:hover{box-shadow:var(--shadow-lg)}.neumorph-flat{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius-sm);transition:var(--transition)}.neumorph-inset{background:var(--bg-surface-low);box-shadow:inset 0 1px 3px #704f970f;border-radius:var(--border-radius-sm);transition:var(--transition)}.text-positive{color:var(--positive)}.text-negative{color:var(--negative)}.text-muted{color:var(--text-muted)}.text-right{text-align:right}.tabular-nums{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:var(--border-radius-xs);font-size:.75rem;font-weight:600;line-height:1}.badge-positive{background:var(--positive-bg);color:var(--positive)}.badge-negative,.badge-high{background:var(--negative-bg);color:var(--negative)}.badge-medium{background:var(--info-bg);color:var(--primary)}.badge-low{background:var(--positive-bg);color:var(--positive)}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.page-header{margin-bottom:1.5rem}.page-header h1{font-size:1.5rem;font-weight:700;color:var(--primary-dark);letter-spacing:-.02em;margin:0 0 .25rem}.page-header p{color:var(--text-secondary);font-size:.875rem;margin:0}.loading-state,.error-state{text-align:center;padding:4rem 2rem;font-size:1rem;color:var(--text-secondary)}.over{color:var(--negative);font-weight:600}.under{color:var(--positive);font-weight:600}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.5rem}.summary-card{background:var(--bg-card);box-shadow:var(--shadow-sm);border-radius:var(--border-radius);padding:1.25rem;display:flex;align-items:flex-start;gap:1rem;transition:var(--transition)}.summary-card:hover{box-shadow:var(--shadow-md)}.summary-icon{font-size:1.5rem;flex-shrink:0}.summary-content h3{font-size:.75rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .25rem}.summary-value{font-size:1.25rem;font-weight:700;color:var(--text-primary);font-variant-numeric:tabular-nums}.summary-sub{font-size:.75rem;color:var(--text-muted)}.summary-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:.375rem}:root{--bg-base: #f8f9ff;--bg-card: #ffffff;--bg-surface-low: #eff4ff;--bg-surface: #e5eeff;--bg-surface-high: #dce9ff;--bg-hover: #f1f5f9;--primary: #523178;--primary-dark: #3b1960;--primary-light: #dab9ff;--primary-bg: #efdbff;--primary-tint: #704f97;--positive: #16A34A;--positive-bg: #dcfce7;--negative: #E22D36;--negative-bg: #fef2f2;--info: #38BDF8;--info-bg: #eff6ff;--warning: #FFB600;--text-primary: #0b1c30;--text-secondary: #4b444f;--text-muted: #7c7480;--text-on-primary: #ffffff;--outline: rgba(205, 195, 209, .15);--outline-visible: rgba(205, 195, 209, .4);--border-radius: 12px;--border-radius-sm: 8px;--border-radius-xs: 4px;--border-radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(112, 79, 151, .04);--shadow-md: 0 4px 12px rgba(112, 79, 151, .06);--shadow-lg: 0 8px 40px rgba(112, 79, 151, .08);--transition: all .2s ease;--transition-slow: all .3s ease;--bg-primary: var(--bg-base);--bg-secondary: var(--bg-card);--text-dark: var(--text-primary);--accent-primary: var(--primary);--accent-secondary: var(--primary-tint);--shadow-soft: var(--shadow-md);--shadow-inset: inset 0 1px 3px rgba(112, 79, 151, .06);--shadow-dark: rgba(112, 79, 151, .06);--shadow-light: rgba(255, 255, 255, .8);--border-radius-small: var(--border-radius-sm);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg-base);color:var(--text-primary);overflow-x:hidden}#root{width:100%;min-height:100vh}
