.navbar{background-color:#fff;color:#1e1e1e;padding:0;box-shadow:0 1px 3px #0000001a;border-bottom:1px solid #e5e5e5}.navbar-container{padding:0 24px;display:flex;justify-content:space-between;align-items:center;height:64px}.navbar-left{display:flex;align-items:center;gap:2rem}.navbar-logo-link{display:flex;align-items:center;text-decoration:none}.navbar-logo{height:30px;width:auto;object-fit:contain}.navbar-nav{display:flex;gap:2rem;align-items:center}.nav-link{color:#1e1e1e;text-decoration:none;font-size:1rem;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:.5rem 1rem;border-radius:6px;transition:all .2s ease;position:relative;display:inline-block}.nav-link:hover{color:#1e1e1e;background-color:#f5f5f5}.nav-link.active{color:#1e1e1e;background-color:#e0e0e0;font-weight:500}.navbar-right{display:flex;align-items:center;gap:1rem}.navbar-actions{display:flex;align-items:center;gap:.5rem}.action-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:none;color:#1e1e1e;cursor:pointer;border-radius:6px;transition:background-color .2s ease;text-decoration:none}.action-button:hover{background-color:#f5f5f5}.language-selector{display:flex;align-items:center}.language-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:none;background:none;color:#1e1e1e;font-size:.9rem;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;border-radius:6px;transition:background-color .2s ease}.language-button:hover{background-color:#f5f5f5}.user-profile{display:flex;align-items:center}.user-avatar{width:32px;height:32px;background-color:#007bff;color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media (max-width: 768px){.navbar-container{padding:0 16px}.navbar-left,.navbar-nav{gap:1rem}.navbar-logo{height:24px}.nav-link{font-size:.9rem}.navbar-actions{gap:.25rem}.action-button{width:36px;height:36px}}.sub-navigation{background-color:#f8f9fa;border-bottom:1px solid #e5e5e5;padding:0}.sub-nav-container{padding:0 24px;display:flex;gap:0;align-items:center;height:48px}.sub-nav-item{background:none;border:none;color:#6c757d;font-size:.9rem;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:.75rem 1.5rem;cursor:pointer;transition:all .2s ease;border-bottom:2px solid transparent;position:relative}.sub-nav-item:hover{color:#495057;background-color:#0000000d}.sub-nav-item.active{color:#007bff;border-bottom-color:#007bff;background-color:#007bff0d}@media (max-width: 768px){.sub-nav-container{padding:0 16px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.sub-nav-container::-webkit-scrollbar{display:none}.sub-nav-item{padding:.75rem 1rem;white-space:nowrap;font-size:.85rem}}.admin-layout{display:flex;min-height:calc(100vh - 80px);background-color:#f8f9fa;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.admin-sidebar{width:250px;background-color:#fff;border-right:1px solid #e9ecef;padding:2rem 0;box-shadow:2px 0 4px #0000001a}.sidebar-title{font-size:1.2rem;font-weight:600;color:var(--primary-color);margin:0 0 1.5rem 1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e9ecef}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem;padding:0 1rem}.sidebar-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:none;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%;font-size:.95rem;color:#495057}.sidebar-item:hover{background-color:#f8f9fa;color:var(--primary-color)}.sidebar-item.active{background-color:var(--primary-color);color:#fff}.sidebar-icon{font-size:1.1rem}.admin-content{flex:1;padding:2rem;overflow-y:auto;width:calc(100vw - 250px)}@media (max-width: 768px){.admin-layout{flex-direction:column;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.admin-sidebar{width:100%;padding:1rem 0}.sidebar-nav{flex-direction:row;overflow-x:auto;padding:0 1rem}.sidebar-item{white-space:nowrap;min-width:fit-content}.admin-content{padding:1rem;width:100%}}.measurements-layout{display:flex;min-height:calc(100vh - 60px)}.measurements-sidebar{width:250px;background-color:#f8f9fa;border-right:1px solid #e9ecef;padding:20px 0}.measurements-content{flex:1;padding:20px;background-color:#fff}.sidebar-title{font-size:18px;font-weight:600;color:#2c3e50;margin:0 0 20px 20px;padding-bottom:10px;border-bottom:2px solid #3498db}.sidebar-nav{display:flex;flex-direction:column;gap:5px}.sidebar-item{display:flex;align-items:center;padding:12px 20px;border:none;background:none;text-align:left;cursor:pointer;transition:all .2s ease;color:#6c757d;font-size:14px;font-weight:500}.sidebar-item:hover{background-color:#e9ecef;color:#495057}.sidebar-item.active{background-color:#3498db;color:#fff;border-right:3px solid #2980b9}.sidebar-icon{font-size:16px;margin-right:10px}.sidebar-label{font-weight:500}.suppliers-page{width:100%;max-width:none}.supplier-form{padding:1.5rem}.form-group input{width:100%;padding:.5rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;transition:border-color .2s ease}.form-group input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #007bff40}.suppliers-table-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.suppliers-table th,.suppliers-table td{padding:1rem;text-align:left;border-bottom:1px solid #e9ecef}.suppliers-table th{background-color:#f8f9fa;font-weight:600;color:var(--primary-color);font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.suppliers-table td{font-size:.9rem;color:#495057}.suppliers-table tbody tr:hover{background-color:#f8f9fa}@media (max-width: 768px){.page-header{flex-direction:column;gap:1rem;align-items:stretch}.form-row{grid-template-columns:1fr}.suppliers-table-container{overflow-x:auto}.suppliers-table{min-width:800px}.action-buttons{flex-direction:column}}.facilities-page{width:100%;max-width:none}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.page-header h1{margin:0;color:var(--primary-color);font-size:1.8rem}.filter-section{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem}.filter-section .form-group{margin-bottom:0}.filter-section label{display:block;margin-bottom:.5rem;font-weight:500;color:#495057}.filter-select{width:100%;max-width:300px;padding:.5rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;background-color:#fff;transition:border-color .2s ease}.filter-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #007bff40}.btn{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:#0056b3}.btn-secondary:hover{background-color:#545b62}.btn-danger:hover{background-color:#c82333}.btn-sm{padding:.25rem .5rem;font-size:.8rem}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background:#fff;border-radius:8px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e9ecef}.modal-header h2{margin:0;color:var(--primary-color)}.close-btn{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}.close-btn:hover{color:#dc3545}.facility-form{padding:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#495057}.form-group input,.form-group select{width:100%;padding:.5rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #007bff40}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1rem;border-top:1px solid #e9ecef}.facilities-table-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.facilities-table{width:100%;border-collapse:collapse}.facilities-table th,.facilities-table td{padding:1rem;text-align:left;border-bottom:1px solid #e9ecef}.facilities-table th{background-color:#f8f9fa;font-weight:600;color:var(--primary-color);font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.facilities-table td{font-size:.9rem;color:#495057}.facilities-table tbody tr:hover{background-color:#f8f9fa}.action-buttons{display:flex;gap:.5rem}@media (max-width: 768px){.page-header{flex-direction:column;gap:1rem;align-items:stretch}.facilities-table-container{overflow-x:auto}.facilities-table{min-width:800px}.action-buttons{flex-direction:column}}.supplier-engagement-card{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px}.supplier-engagement-card h3{margin:0 0 20px;font-size:18px;font-weight:600;color:#1f2937}.progress-items{display:flex;flex-direction:column;gap:16px}.progress-item{display:flex;flex-direction:column;gap:8px}.progress-label{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;color:#374151}.progress-percentage{color:#6b7280;font-weight:600}.progress-bar{display:flex;height:8px;border-radius:4px;overflow:hidden;background-color:#f3f4f6}.progress-fill{height:100%;transition:width .3s ease}.progress-remaining{height:100%;opacity:.3}.sbti-emissions-chart{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;max-width:500px;width:100%}.sbti-emissions-chart h3{margin:0 0 20px;font-size:18px;font-weight:600;color:#1f2937}.chart-container{display:flex;align-items:center;gap:24px}.donut-chart{position:relative;flex-shrink:0}.chart-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.total-emissions{font-size:24px;font-weight:700;color:#1f2937;line-height:1}.total-label{font-size:12px;color:#6b7280;margin-top:4px}.chart-legend{flex:1;display:block;flex-direction:column;gap:12px}.legend-item{display:flex;align-items:center;justify-content:flex-end;width:100%;padding:8px 0 4px;gap:8px}.legend-color{width:12px;height:12px;border-radius:50%;flex-shrink:0;order:2}.legend-content{display:flex;flex-direction:column;align-items:flex-end;text-align:right;order:1}.legend-label{font-size:14px;font-weight:500;color:#374151;margin-bottom:2px}.legend-percentage{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:2px}.legend-emissions{font-size:12px;color:#6b7280}@media (max-width: 768px){.chart-container{flex-direction:column;align-items:flex-start}.donut-chart{align-self:center}}.footprint-suppliers-table{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.table-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #E5E7EB}.table-header h3{margin:0;font-size:18px;font-weight:600;color:#1f2937}.table-controls{display:flex;align-items:center;gap:12px}.btn{padding:8px 16px;border-radius:6px;border:1px solid #D1D5DB;background:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn:hover{background:#f9fafb;border-color:#9ca3af}.btn-secondary{background:#f3f4f6;border-color:#d1d5db}.form-select{padding:8px 12px;border:1px solid #D1D5DB;border-radius:6px;background:#fff;color:#374151;font-size:14px;cursor:pointer}.search-input{padding:8px 12px 8px 36px;border:1px solid #D1D5DB;border-radius:6px;background:#fff;color:#374151;font-size:14px;width:200px}.search-input:before{content:"🔍";position:absolute;left:12px;top:50%;transform:translateY(-50%)}.suppliers-table{width:100%;border-collapse:collapse}.suppliers-table th{background:#f9fafb;padding:12px 16px;text-align:left;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #E5E7EB}.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s}.sortable-header:hover{background:#f3f4f6}.suppliers-table td{padding:16px;border-bottom:1px solid #F3F4F6;font-size:14px;color:#374151}.suppliers-table tr:hover{background:#f9fafb}.supplier-name{font-weight:500;color:#1f2937}.priority-select{padding:4px 8px;border:1px solid #D1D5DB;border-radius:4px;background:#fff;font-size:12px;font-weight:500;cursor:pointer;min-width:80px}.rank{font-weight:600;color:#1f2937;text-align:center}.emissions,.percentage,.spend{font-weight:500;color:#1f2937}.category{color:#6b7280}.facilities{font-weight:500;color:#1f2937;text-align:center}.disclosures{color:#6b7280}.cohorts{color:#9ca3af;text-align:center}.disclosure-date{color:#6b7280;font-size:12px}.no-results{padding:40px;text-align:center;color:#6b7280}.no-results p{margin:0;font-size:14px}@media (max-width: 768px){.table-header{flex-direction:column;gap:16px;align-items:stretch}.table-controls{flex-wrap:wrap;justify-content:center}.search-input{width:100%}}.footprint-page{padding:24px;background:#f9fafb;min-height:100vh}.loading,.error{display:flex;justify-content:center;align-items:center;height:200px;font-size:16px;color:#6b7280}.error{color:#ef4444}.page-header{margin-bottom:32px}.page-header h1{margin:0;font-size:32px;font-weight:700;color:#1f2937}.overview-content{display:flex;flex-direction:column;gap:24px}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.metric-card{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a;text-align:center}.metric-value{font-size:32px;font-weight:700;color:#1f2937;margin-bottom:8px;line-height:1}.metric-label{font-size:14px;color:#6b7280;font-weight:500}.charts-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}@media (max-width: 768px){.footprint-page{padding:16px}.metrics-grid,.charts-row{grid-template-columns:1fr}.metric-value{font-size:24px}}.surveys-page{padding:20px;max-width:1200px;margin:0 auto}.page-header{margin-bottom:30px}.page-header h1{font-size:28px;font-weight:600;color:#2c3e50;margin:0 0 8px}.page-header p{color:#6c757d;font-size:16px;margin:0}.loading{text-align:center;padding:40px;color:#6c757d;font-size:16px}.stats-cards{display:flex;gap:16px;margin-bottom:30px}.stat-card{flex:1;background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;gap:16px;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.stat-icon{font-size:24px;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.stat-card.answered .stat-icon{background:linear-gradient(135deg,#27ae60,#2ecc71);color:#fff}.stat-card.pending .stat-icon{background:linear-gradient(135deg,#e74c3c,#f39c12);color:#fff}.stat-content{flex:1}.stat-value{font-size:28px;font-weight:700;color:#2c3e50;margin:0 0 4px;line-height:1}.stat-label{font-size:14px;font-weight:500;color:#6c757d;margin:0}.data-section{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 4px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:16px}.section-header h2{font-size:20px;font-weight:600;color:#2c3e50;margin:0}.controls{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.tab-buttons{display:flex;background:#f8f9fa;border-radius:6px;padding:2px}.tab-button{padding:8px 16px;border:none;background:none;cursor:pointer;border-radius:4px;font-size:14px;font-weight:500;color:#6c757d;transition:all .2s ease}.tab-button.active{background:#fff;color:#2c3e50;box-shadow:0 1px 3px #0000001a}.search-box{position:relative}.search-input{padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;width:200px;transition:border-color .2s ease}.search-input:focus{outline:none;border-color:#3498db}.table-container{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:14px}.data-table th{background:#f8f9fa;color:#2c3e50;font-weight:600;padding:12px 16px;text-align:left;border-bottom:2px solid #e9ecef;white-space:nowrap}.data-table td{padding:12px 16px;border-bottom:1px solid #e9ecef;vertical-align:middle}.data-table tr:hover{background:#f8f9fa}.name-cell{font-weight:500;color:#2c3e50}.answered-cell{color:#27ae60;font-weight:500}.pending-cell{color:#e74c3c;font-weight:500}@media (max-width: 768px){.surveys-page{padding:16px}.section-header{flex-direction:column;align-items:stretch}.controls{justify-content:space-between}.search-input{width:100%;min-width:150px}.stats-cards{flex-direction:column;gap:12px}.stat-card{padding:16px}.stat-icon{width:40px;height:40px;font-size:20px}.stat-value{font-size:24px}}.dashboard-page{padding:2rem;background-color:#f8fafc;min-height:100vh}.page-header{margin-bottom:2rem}.page-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.page-header p{font-size:1.1rem;color:#64748b}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.metric-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;display:flex;align-items:center;gap:1rem;transition:transform .2s,box-shadow .2s}.metric-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.metric-card.primary{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff}.metric-icon{font-size:2rem;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:8px}.metric-content{flex:1}.metric-value{font-size:2rem;font-weight:700;line-height:1;margin-bottom:.25rem}.metric-label{font-size:.875rem;opacity:.8;font-weight:500}.charts-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-bottom:2rem}.chart-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.chart-card h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.survey-stats{display:flex;justify-content:space-between;margin-bottom:1rem}.survey-stat{text-align:center}.stat-value{font-size:1.5rem;font-weight:700;color:#1e293b;display:block}.stat-label{font-size:.875rem;color:#64748b;margin-top:.25rem}.progress-bar{width:100%;height:8px;background-color:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);transition:width .3s ease}.progress-text{font-size:.875rem;color:#64748b;text-align:center}.sbti-breakdown{display:flex;flex-direction:column;gap:1rem}.sbti-item{padding:.75rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.sbti-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.sbti-color{width:12px;height:12px;border-radius:50%}.sbti-label{font-weight:500;color:#1e293b;flex:1}.sbti-percentage{font-weight:600;color:#1e293b}.sbti-details{display:flex;justify-content:space-between;font-size:.875rem;color:#64748b}.engagement-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.engagement-item{text-align:center;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.engagement-value{font-size:1.5rem;font-weight:700;color:#1e293b;display:block;margin-bottom:.25rem}.engagement-label{font-size:.875rem;color:#64748b}.activity-stats{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.activity-icon{font-size:1.5rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:6px;box-shadow:0 1px 2px #0000001a}.activity-content{flex:1}.activity-value{font-size:1.25rem;font-weight:700;color:#1e293b;display:block}.activity-label{font-size:.875rem;color:#64748b;margin-top:.25rem}.category-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.category-section h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.category-card{padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;transition:transform .2s,box-shadow .2s}.category-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.category-header h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.category-percentage{font-size:1.25rem;font-weight:700;color:#1e40af}.category-stats{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.category-stat{display:flex;justify-content:space-between;font-size:.875rem}.stat-label{color:#64748b}.stat-value{font-weight:600;color:#1e293b}.category-progress{width:100%;height:4px;background-color:#e2e8f0;border-radius:2px;overflow:hidden}.category-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#1e40af);transition:width .3s ease}.loading,.error{display:flex;align-items:center;justify-content:center;min-height:200px;font-size:1.125rem;color:#64748b}.error{color:#dc2626}@media (max-width: 768px){.dashboard-page{padding:1rem}.metrics-grid,.charts-row,.category-grid{grid-template-columns:1fr}.survey-stats{flex-direction:column;gap:1rem}.engagement-stats{grid-template-columns:1fr}}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef;gap:1rem}.page-header-content h1{margin:0 0 .5rem;color:var(--primary-color);font-size:1.8rem;font-weight:700}.page-header-content p{margin:0;color:#6c757d;font-size:1rem}@media (max-width: 768px){.page-header{flex-direction:column;align-items:stretch}.page-header-content h1{font-size:1.5rem}}.data-table-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;border:1px solid #e2e8f0}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:1rem;text-align:left;border-bottom:1px solid #e9ecef}.data-table th{background-color:#f8f9fa;font-weight:600;color:var(--primary-color);font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;position:relative}.data-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}.data-table th.sortable:hover{background-color:#e9ecef}.th-content{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.sort-indicator{font-size:.8rem;color:#6c757d;transition:color .2s ease}.data-table th.sortable:hover .sort-indicator{color:var(--primary-color)}.data-table td{font-size:.9rem;color:#495057}.data-table tbody tr:hover{background-color:#f8f9fa}.loading{text-align:center;padding:2rem;font-size:1.1rem;color:#6c757d}@media (max-width: 768px){.data-table-container{overflow-x:auto}.data-table{min-width:600px}.data-table th,.data-table td{padding:.75rem .5rem}}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal{background:#fff;border-radius:8px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column}.modal-small{max-width:400px}.modal-medium{max-width:600px}.modal-large{max-width:800px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e9ecef;flex-shrink:0}.modal-header h2{margin:0;color:var(--primary-color);font-size:1.5rem}.close-btn{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;border-radius:4px;transition:all .2s ease}.close-btn:hover{color:#dc3545;background-color:#f8f9fa}.modal-content{padding:1.5rem;flex:1;overflow-y:auto}@media (max-width: 768px){.modal{width:95%;margin:.5rem}.modal-header,.modal-content{padding:1rem}}.form-field{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#495057;font-size:.9rem}.required{color:#dc3545}.form-input{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;background-color:#fff}.form-input:focus{outline:none;border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a}.form-input::placeholder{color:#a0aec0}.form-input[type=number]{-moz-appearance:textfield}.form-input[type=number]::-webkit-outer-spin-button,.form-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.form-input[type=date]{color-scheme:light}.form-input[type=textarea]{resize:vertical;min-height:100px}.form-input[type=select]{cursor:pointer}.form-input[type=select]:focus{border-color:#3182ce}.form-row .form-field{margin-bottom:0}@media (max-width: 768px){.form-row{grid-template-columns:1fr}}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:8px;cursor:pointer;font-weight:500;text-decoration:none;transition:all .2s ease;text-align:center;white-space:nowrap;-webkit-user-select:none;user-select:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#3182ce;color:#fff}.btn-primary:hover:not(:disabled){background-color:#2c5aa0}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#545b62}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover:not(:disabled){background-color:#c82333}.btn-success{background-color:#28a745;color:#fff}.btn-success:hover:not(:disabled){background-color:#218838}.btn-small{padding:.5rem 1rem;font-size:.875rem}.btn-medium{padding:.75rem 1.5rem;font-size:1rem}.btn-large{padding:1rem 2rem;font-size:1.125rem}.btn:focus{outline:none;box-shadow:0 0 0 3px #3182ce4d}.btn-primary:focus{box-shadow:0 0 0 3px #3182ce4d}.btn-secondary:focus{box-shadow:0 0 0 3px #6c757d4d}.btn-danger:focus{box-shadow:0 0 0 3px #dc35454d}.btn-success:focus{box-shadow:0 0 0 3px #28a7454d}.stats-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;border:1px solid #e2e8f0;transition:transform .2s ease,box-shadow .2s ease;display:flex;align-items:center;gap:1rem}.stats-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.stats-card-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:8px;font-size:1.5rem;flex-shrink:0}.stats-card-content{flex:1;min-width:0}.stats-card-title{color:#6c757d;font-size:.875rem;font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.stats-card-value{color:#1a365d;font-size:2rem;font-weight:700;margin:0;line-height:1}.stats-card-subtitle{color:#6c757d;font-size:.875rem;margin-top:.25rem}.stats-card-primary .stats-card-icon{background-color:#e6f3ff;color:#3182ce}.stats-card-success .stats-card-icon{background-color:#d4edda;color:#28a745}.stats-card-warning .stats-card-icon{background-color:#fff3cd;color:#ffc107}.stats-card-danger .stats-card-icon{background-color:#f8d7da;color:#dc3545}.stats-card-info .stats-card-icon{background-color:#d1ecf1;color:#17a2b8}@media (max-width: 768px){.stats-card{padding:1rem;gap:.75rem}.stats-card-icon{width:2.5rem;height:2.5rem;font-size:1.25rem}.stats-card-value{font-size:1.5rem}}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.loading{display:flex;justify-content:center;align-items:center;height:200px;color:#6c757d;font-size:1.1rem}.empty-state{text-align:center;padding:3rem 2rem;color:#6c757d}.empty-state p{margin:0;font-size:1rem}.action-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.search-filter{flex:1;min-width:300px}.search-input{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.search-input:focus{outline:none;border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a}.sort-controls{display:flex;align-items:center;gap:.5rem}.sort-select{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer}.sort-button{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;font-size:1.2rem;transition:all .2s ease}.sort-button:hover{background:#f7fafc;border-color:#3182ce}@media (max-width: 768px){.controls{flex-direction:column;align-items:stretch}.search-filter{min-width:auto}.form-row{grid-template-columns:1fr}.action-buttons{flex-direction:column}}.reduction-plans-page{padding:2rem;max-width:1400px;margin:0 auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.facility-info{display:flex;flex-direction:column;gap:.25rem}.facility-name{font-weight:600;color:#2d3748}.supplier-name{font-size:.9rem;color:#718096}.target-reduction{display:flex;align-items:center;gap:.5rem}.reduction-value{font-weight:600;color:#1a365d;font-size:1.1rem}.reduction-unit{background:#e6fffa;color:#234e52;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:600}.overview{max-width:300px;color:#4a5568;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){.reduction-plans-page{padding:1rem}}.database-restart-page{padding:2rem;max-width:600px;margin:0 auto}.restart-container{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a}.restart-container h2{color:var(--primary-color);margin-bottom:1rem;font-size:1.5rem}.description{color:#666;margin-bottom:1.5rem;line-height:1.5}.warning-box{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;padding:1rem;margin-bottom:1.5rem;color:#856404}.button-group{display:flex;gap:1rem;margin-top:1rem}.create-company-button{background-color:#28a745;color:#fff;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;flex:1}.create-company-button:hover:not(:disabled){background-color:#218838}.create-company-button:disabled{background-color:#6c757d;cursor:not-allowed}.restart-button{background-color:#dc3545;color:#fff;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;flex:1}.restart-button:hover:not(:disabled){background-color:#c82333}.restart-button:disabled{background-color:#6c757d;cursor:not-allowed}.success-message{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:6px;padding:1rem;margin-top:1rem;color:#155724}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;padding:1rem;margin-top:1rem;color:#721c24}.password-auth-container{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.password-auth-modal{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;padding:2rem;width:100%;max-width:400px;margin:1rem;text-align:center;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.password-auth-header{margin-bottom:2rem}.auth-logo{width:60px;height:60px;margin-bottom:1rem}.password-auth-header h1{color:#2d3748;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.password-auth-header p{color:#718096;font-size:.9rem;margin:0}.password-auth-form,.password-input-group{margin-bottom:1.5rem}.password-input{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s ease;box-sizing:border-box}.password-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.password-input.error{border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e1a}.password-input:disabled{background-color:#f7fafc;cursor:not-allowed}.error-message{color:#e53e3e;font-size:.875rem;margin-top:.5rem;text-align:left}.password-submit-btn{width:100%;padding:.75rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.password-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.password-submit-btn:active:not(:disabled){transform:translateY(0)}.password-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.loading-spinner{display:flex;align-items:center;justify-content:center;gap:.5rem}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.password-auth-footer{border-top:1px solid #e2e8f0;padding-top:1rem}.password-auth-footer p{color:#a0aec0;font-size:.75rem;margin:0}@media (max-width: 480px){.password-auth-modal{margin:.5rem;padding:1.5rem}.password-auth-header h1{font-size:1.25rem}.auth-logo{width:50px;height:50px}}:root{--primary-color: #154050;--background-color: #F3F5F8;--font-family: "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);background-color:var(--background-color);color:var(--primary-color);line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:0;max-width:none;margin:0;width:100%}.main-content h1{font-size:2.5rem;font-weight:600;margin-bottom:1rem;color:var(--primary-color)}.main-content p{font-size:1.2rem;color:#666;margin-bottom:2rem}.page-content{padding:2rem;max-width:1200px;margin:0 auto;width:100%}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.card h3{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:var(--primary-color)}.card p{color:#666;margin:0}
