*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1e293b;margin:0;padding:0}.app{min-height:100vh;display:flex;flex-direction:column;width:100vw}.app-header{background:#fff;color:#1e293b;padding:2rem;text-align:center;box-shadow:0 2px 4px -1px #0000001a;border-bottom:1px solid #e2e8f0}.header-content{margin-bottom:1.5rem}.main-nav{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.nav-button{background:#f8fafc;border:2px solid #e2e8f0;color:#64748b;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease}.nav-button:hover{background:#e2e8f0;border-color:#cbd5e1}.nav-button.active{background:#667eea;border-color:#667eea;color:#fff}.app-header h1{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#1e293b}.search-container{max-width:500px;margin:0 auto}.search-input{width:100%;padding:1rem 1.5rem;font-size:1.1rem;border:2px solid #e2e8f0;border-radius:12px;background:#fff;color:#1e293b;box-shadow:0 2px 4px -1px #0000001a;transition:all .3s ease}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;transform:translateY(-1px)}.search-input::placeholder{color:#64748b}.main-content{flex:1;padding:2rem;max-width:1200px;margin:0 auto;min-height:calc(100vh - 200px);display:flex;flex-direction:column;justify-content:center;align-items:stretch}.search-results,.project-details,.welcome-message,.no-results,.loading-state,.error-state{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.search-results h2{color:#1e293b;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.project-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-bottom:2rem;justify-items:center;max-width:1000px;margin-left:auto;margin-right:auto}.project-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;border:1px solid #e2e8f0;width:400px}.project-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px #0000001a;border-color:#667eea}.project-card h3{color:#1e293b;font-size:1.2rem;font-weight:600;margin-bottom:.75rem;line-height:1.4}.project-card p{color:#64748b;margin-bottom:.5rem;font-size:.95rem}.project-card p:last-child{margin-bottom:0}.project-details{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0}.back-button{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;margin-bottom:2rem;transition:all .3s ease}.back-button:hover{background:#5a67d8;transform:translateY(-1px)}.project-info h2{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:2rem;line-height:1.3}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-item label{font-weight:600;color:#374151;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.info-item span{color:#1e293b;font-size:1.1rem;font-weight:500}.description-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.description-section label{font-weight:600;color:#374151;font-size:1.1rem;margin-bottom:1rem;display:block}.description-content{background:#f8fafc;padding:1.5rem;border-radius:8px;color:#1e293b;line-height:1.6;white-space:pre-wrap;border:1px solid #e2e8f0}.action-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0;text-align:center}.view-project-button{display:inline-block;background:#667eea;color:#fff;text-decoration:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a}.view-project-button:hover{background:#5a67d8;transform:translateY(-2px);box-shadow:0 8px 15px -3px #0000001a}.loading-state,.error-state,.search-loading{text-align:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;margin-bottom:2rem}.loading-state p{color:#667eea;font-size:1.1rem;font-weight:500}.error-state p{color:#ef4444;font-size:1.1rem;font-weight:500}.search-loading p{color:#667eea;font-size:1.1rem;font-weight:500;margin-top:1rem}.loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.welcome-message{text-align:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;max-width:600px;width:100%}.welcome-message h2{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:1rem}.welcome-message p{color:#64748b;font-size:1.1rem;margin-bottom:1.5rem}.stats{background:#f8fafc;padding:1rem;border-radius:8px;border:1px solid #e2e8f0}.stats p{color:#667eea;font-weight:600;margin:0}.no-results{text-align:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;max-width:600px;width:100%}.no-results p{color:#64748b;font-size:1.1rem}@media (max-width: 768px){.app-header{padding:1.5rem 1rem}.app-header h1{font-size:2rem}.main-content{padding:1rem;min-height:calc(100vh - 150px)}.project-list,.info-grid{grid-template-columns:1fr}.project-details{padding:1.5rem}.welcome-message,.no-results{padding:2rem 1rem}.welcome-message h2{font-size:1.5rem}.view-project-button{padding:.875rem 1.5rem;font-size:1rem}}.reporting-container{min-height:100vh;background-color:#f8fafc;padding:2rem;width:100vw;margin:0 auto}.reporting-header{text-align:center;margin-bottom:2rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 4px -1px #0000001a;border:1px solid #e2e8f0}.reporting-header .header-content{margin-bottom:1.5rem}.reporting-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.page-title h2{font-size:1.8rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.page-title p{color:#64748b;font-size:1.1rem}.filters-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 4px -1px #0000001a;border:1px solid #e2e8f0;margin-bottom:2rem}.date-filters{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.additional-filters{display:flex;justify-content:center}.filter-checkbox{display:flex;align-items:center;gap:.5rem}.checkbox-input{width:1.2rem;height:1.2rem;accent-color:#667eea}.filter-checkbox label{font-weight:500;color:#374151;cursor:pointer}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-weight:600;color:#374151;font-size:.9rem}.date-input{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.date-input:focus{outline:none;border-color:#667eea}.summary-section{margin-bottom:2rem}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.summary-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 4px -1px #0000001a;border:1px solid #e2e8f0;text-align:center}.summary-card h3{color:#64748b;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.summary-card p{color:#1e293b;font-size:2rem;font-weight:700;margin:0}.analysis-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 4px -1px #0000001a;border:1px solid #e2e8f0}.analysis-section h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.company-list{display:flex;flex-direction:column;gap:1.5rem}.company-card{border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;background:#f8fafc}.company-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:background-color .2s ease}.company-header:hover{background-color:#667eea0d}.company-header h3{color:#1e293b;font-size:1.2rem;font-weight:600;margin:0}.header-right{display:flex;align-items:center;gap:1rem}.expand-button{background:#667eea;color:#fff;border:none;border-radius:4px;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.8rem;transition:background-color .2s ease}.expand-button:hover{background:#5a67d8}.rank{background:#667eea;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.company-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.stat{display:flex;flex-direction:column;gap:.25rem}.stat label{font-size:.8rem;color:#64748b;font-weight:500}.stat span{font-size:1.1rem;color:#1e293b;font-weight:600}.company-projects{animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.company-projects h4{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:1rem}.project-list{display:flex;flex-direction:column;gap:.75rem}.project-item{background:#fff;padding:1rem;border-radius:8px;border:1px solid #e2e8f0}.project-link{display:block;text-decoration:none;color:inherit;transition:all .3s ease;cursor:pointer;position:relative}.project-link:hover{background:#f8fafc;border-color:#667eea;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.project-link:hover .project-info span{color:#5a67d8}.project-link:after{content:"↗";position:absolute;top:.5rem;right:.5rem;color:#667eea;font-size:.8rem;opacity:0;transition:opacity .3s ease}.project-link:hover:after{opacity:1}.project-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.project-info strong{color:#1e293b;font-size:.9rem;flex:1;min-width:0;word-break:break-word}.project-info span{color:#667eea;font-weight:600;font-size:.9rem;white-space:nowrap;flex-shrink:0}.project-date{color:#64748b;font-size:.8rem}.no-data{text-align:center;padding:3rem;color:#64748b}.no-chart-data{text-align:center;padding:2rem;color:#64748b;background:#f8fafc;border-radius:8px;border:1px dashed #cbd5e1}.disclaimer-section{margin-bottom:2rem}.disclaimer-box{background:#fef3c7;border:1px solid #f59e0b;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px -1px #0000001a}.disclaimer-box h3{color:#92400e;font-size:1.1rem;font-weight:600;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.disclaimer-box p{color:#92400e;font-size:.95rem;line-height:1.5;margin:0}.disclaimer-box a{color:#1d4ed8;text-decoration:none;font-weight:600;border-bottom:1px solid #1d4ed8;transition:all .2s ease}.disclaimer-box a:hover{color:#1e40af;border-bottom-color:#1e40af}.report-sections{margin-bottom:2rem}.section-toggle{margin-bottom:1.5rem}.toggle-button{background:#fff;border:2px solid #e2e8f0;color:#1e293b;padding:1rem 1.5rem;border-radius:12px;cursor:pointer;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center;width:100%;box-shadow:0 2px 4px -1px #0000001a}.toggle-button:hover{border-color:#667eea;background:#f8fafc}.toggle-button.active{background:#667eea;border-color:#667eea;color:#fff}.toggle-icon{font-size:.9rem;transition:transform .3s ease}.toggle-button.active .toggle-icon{transform:rotate(0)}.general-report{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 4px -1px #0000001a;border:1px solid #e2e8f0;margin-bottom:2rem;animation:slideDown .3s ease-out}.report-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.report-header h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.report-header p{color:#64748b;font-size:1rem}.timeline-chart{margin-bottom:2rem}.timeline-section{margin-top:2rem;border-top:1px solid #e2e8f0;padding-top:1rem}.timeline-section .section-toggle{margin-bottom:1rem}.timeline-section .toggle-button{background:#f8fafc;border:1px solid #e2e8f0;color:#475569;padding:.75rem 1rem;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.timeline-section .toggle-button:hover{background:#f1f5f9;border-color:#cbd5e1}.timeline-section .toggle-button.active{background:#667eea;color:#fff;border-color:#667eea}.timeline-chart h4{color:#1e293b;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.company-selector{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.selector-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.selector-header label{color:#1e293b;font-weight:600;font-size:1rem}.selector-actions{display:flex;gap:.5rem;flex-wrap:wrap}.action-btn{background:#667eea;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.action-btn:hover{background:#5a67d8;transform:translateY(-1px)}.action-btn.clear{background:#ef4444}.action-btn.clear:hover{background:#dc2626}.company-search{margin-bottom:1rem}.search-input{width:100%;background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem;font-size:.95rem;color:#1e293b;transition:all .2s ease}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.company-list{border:1px solid #e2e8f0;border-radius:8px;background:#fff;margin-bottom:1rem}.company-selector .company-list{max-height:400px;overflow-y:auto}.company-list-header{padding:.75rem 1rem;background:#f0f9ff;border-bottom:1px solid #e2e8f0;border-radius:8px 8px 0 0}.company-list-header p{margin:0;color:#0369a1;font-size:.85rem;font-weight:500}.company-item{display:flex;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background-color .2s ease}.company-item:hover{background:#f8fafc}.company-item:last-child{border-bottom:none}.company-checkbox{margin-right:.75rem;width:16px;height:16px;cursor:pointer}.company-name{flex:1;color:#1e293b;font-weight:500;font-size:.9rem}.company-stats{color:#64748b;font-size:.8rem;font-weight:400}.selection-info{text-align:center;padding:.75rem;background:#e2e8f0;border-radius:6px}.selection-count{color:#64748b;font-size:.9rem;font-weight:500}.chart-container{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;position:relative;z-index:1}.recharts-tooltip-wrapper,.recharts-default-tooltip{z-index:1000!important}.chart-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px -1px #0000001a;border:1px solid #e2e8f0}.chart-section h5{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:1rem;text-align:center}.chart-placeholder{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;padding:3rem;text-align:center}.chart-placeholder h4{color:#1e293b;font-size:1.2rem;margin-bottom:1rem}.chart-placeholder p{color:#64748b;margin-bottom:1rem}.chart-placeholder ul{text-align:left;display:inline-block;color:#64748b;margin-bottom:2rem}.chart-metrics{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.metric{display:flex;flex-direction:column;gap:.25rem;text-align:center}.metric-label{font-size:.8rem;color:#64748b;font-weight:500}.metric-value{font-size:1rem;color:#1e293b;font-weight:600}.general-stats{background:#f8fafc;border-radius:8px;padding:1.5rem}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.stat-item h4{color:#1e293b;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.top-companies{display:flex;flex-direction:column;gap:.75rem}.top-company{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.top-company .rank{background:#667eea;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:600;min-width:2rem;text-align:center}.top-company .name{flex:1;color:#1e293b;font-weight:500}.top-company .value{color:#667eea;font-weight:600;font-size:.9rem}.avg-stats{display:flex;flex-direction:column;gap:1rem}.avg-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.avg-item span:first-child{color:#64748b;font-size:.9rem}.avg-item span:last-child{color:#1e293b;font-weight:600}@media (max-width: 768px){.reporting-container{padding:1rem}.reporting-header h1{font-size:2rem}.page-title h2{font-size:1.5rem}.date-filters{flex-direction:column;gap:1rem}.summary-cards,.company-stats{grid-template-columns:1fr}.project-info{flex-direction:column;align-items:flex-start;gap:.5rem}.chart-container{grid-template-columns:1fr;gap:1.5rem}.chart-section,.disclaimer-box{padding:1rem}.disclaimer-box h3{font-size:1rem}.disclaimer-box p{font-size:.9rem}.company-selector{padding:1rem}.selector-header{flex-direction:column;align-items:flex-start;gap:.75rem}.selector-actions{width:100%;justify-content:flex-start}.action-btn{font-size:.8rem;padding:.4rem .8rem}.company-selector .company-list{max-height:200px}.company-item{padding:.5rem .75rem;flex-direction:column;align-items:flex-start;gap:.25rem}.company-name{font-size:.85rem}.company-stats{font-size:.75rem}.selection-count{font-size:.8rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
