@import"https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap";*{box-sizing:border-box}:root{font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#f5f5f0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{width:100%;min-height:100vh}.header{background-color:#011e41;color:#fff;padding:2rem 3rem;border-bottom:2px solid #011e41}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-logo{height:120px;width:auto;margin-right:1rem}.header-left{display:flex;align-items:center;flex-direction:row}.header-left-link{text-decoration:none;color:inherit}.site-title{font-family:"Source Sans 3",sans-serif;font-size:30px;font-weight:700;margin-top:30px;color:#fff}.site-subtitle{font-family:"Source Sans 3",sans-serif;font-size:20px;font-weight:400;margin:.25rem 0 0;color:#fff}.header-nav{display:flex;gap:2rem}.nav-link{font-family:"Source Sans 3",sans-serif;font-size:1.1rem;font-weight:700;color:#fff;text-decoration:none;transition:opacity .3s}.nav-link:hover{opacity:.8;text-decoration:underline}.nav-link.active{font-weight:600;text-decoration:underline}.nav-dropdown{position:relative}.nav-dropdown:before{content:"";position:absolute;top:100%;left:0;right:0;height:.5rem;background:transparent;z-index:999}.dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;background-color:#011e41;min-width:200px;box-shadow:0 4px 6px #0000004d;z-index:1000;border-radius:4px;overflow:hidden;padding-top:.5rem;margin-top:-.5rem}.dropdown-item{display:block;padding:.75rem 1.5rem;font-family:"Source Sans 3",sans-serif;font-size:1rem;color:#fff;text-decoration:none;transition:background-color .2s}.dropdown-item:hover{background-color:#5f9ae2}.dropdown-item.active{background-color:#011e41;font-weight:600}@media(max-width:768px){.header{padding:1.5rem}.header-content{flex-direction:column;gap:1rem}.site-title{font-size:2rem}.site-subtitle{font-size:1.4rem}.header-nav{flex-wrap:wrap;justify-content:center;gap:1rem}}.footer{background-color:#011e41;color:#fff;padding:1.5rem 3rem;margin-top:auto}.footer-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.footer-left{display:flex;align-items:center}.footer-logo{height:90px;width:auto;object-fit:contain}.footer-middle{display:flex;align-items:center;gap:3rem;flex:1;justify-content:center}.footer-contact{display:flex;align-items:center;gap:1rem}.footer-social-link{display:flex;align-items:center;color:#fff;transition:opacity .2s}.footer-social-link:hover{opacity:.7}.footer-linkedin-icon{width:24px;height:24px}.footer-email-link{font-family:"Source Sans 3",sans-serif;font-size:.9rem;text-decoration:none;color:#fff;transition:opacity .2s;white-space:nowrap}.footer-email-link:hover{opacity:.7}.footer-nav{display:flex;align-items:center;gap:2rem}.footer-link{font-family:"Source Sans 3",sans-serif;font-size:1rem;text-decoration:none;color:#fff;transition:opacity .2s;white-space:nowrap}.footer-link:hover{opacity:.7}.footer-newsletter{display:flex;flex-direction:column;gap:.5rem;min-width:600px}.newsletter-title{font-family:"Source Sans 3",sans-serif;font-style:italic!important;font-size:.9rem;font-weight:600;margin:0 0 .25rem;color:#fff}.newsletter-form{display:flex;gap:.5rem}.newsletter-input{flex:1;padding:.65rem 1rem;border:1px solid rgba(255,255,255,.3);border-radius:4px;background-color:#ffffff1a;color:#fff;font-family:"Source Sans 3",sans-serif;font-size:.9rem;transition:border-color .2s,background-color .2s;min-width:200px}.newsletter-input::placeholder{color:#fff9}.newsletter-input:focus{outline:none;border-color:#0097b2;background-color:#ffffff26}.newsletter-button{padding:.65rem 1.25rem;background-color:#0097b2;color:#fff;border:none;border-radius:4px;font-family:"Source Sans 3",sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .2s;white-space:nowrap}.newsletter-button:hover{background-color:#007a8c}.newsletter-status{font-family:"Source Sans 3",sans-serif;font-size:.85rem;color:#4ade80;margin:0}@media(max-width:1200px){.footer-middle{gap:2rem}.footer-nav{gap:1.5rem}}@media(max-width:968px){.footer-content{flex-wrap:wrap}.footer-middle{order:2;width:100%;justify-content:space-between}.footer-newsletter{order:3;width:100%;max-width:100%}}@media(max-width:768px){.footer{padding:2rem 1.5rem}.footer-content{flex-direction:column;align-items:center}.footer-left{margin-bottom:1rem}.footer-logo{height:120px}.footer-middle{flex-direction:column;gap:1.5rem;width:100%}.footer-contact,.footer-nav{flex-direction:column;gap:.75rem}.footer-newsletter{width:100%}}.home-value-boxes{display:flex;gap:2rem;justify-content:center;margin-bottom:2rem;width:100%;max-width:1000px;margin-left:auto;margin-right:auto}.home-value-box{background:#fff;border:2px solid #333;border-radius:10px;padding:1rem 2rem;box-shadow:0 2px 8px #00000014;text-align:center;flex:1 1 0;min-width:700px}.home-value-subtitle{font-size:1rem;color:#666;margin-bottom:.7rem}.home-value-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:.5rem}.home-value-number{font-size:2.2rem;font-weight:700;color:#0a3d62}.home-container{flex:1;padding:3rem;background-color:#f5f5f0}.home-content{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.home-text{flex:1;min-width:0;width:100%}.home-title{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.75rem;font-weight:700;color:#333;margin:0 0 2rem;text-align:center}.home-subtitle{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.5rem;font-weight:600;color:#555;margin:0 0 2rem}.home-paragraphs{display:flex;flex-direction:column;gap:1.1rem}.home-paragraphs p{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.1rem;line-height:1.8;color:#333;margin:0}.home-visualization{flex:1;min-width:0;width:100%;position:relative;background:#f5f5f0;border-radius:8px;box-shadow:0 2px 2px #0000001a;overflow:hidden;height:600px}.datawrapper-iframe{width:100%;height:800px;border:none;display:block;margin-top:20px;pointer-events:auto}.home-description{margin-top:.5rem;width:100%;font-size:1.1rem}.home-description p{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.1rem;line-height:1.8;color:#333;margin:0 0 1.1rem}.home-description a{color:#333;text-decoration:underline}.home-description a:hover{color:#555}@media(max-width:1024px){.home-content{flex-direction:column;gap:2rem}.home-visualization{width:100%;height:500px}.datawrapper-iframe{height:50px;margin-top:-50px}}@media(max-width:768px){.home-container{padding:2rem 1.5rem}.home-title{font-size:2rem}.home-subtitle{font-size:1.2rem}.home-paragraphs p{font-size:1rem}.home-visualization{height:400px}.datawrapper-iframe{height:450px;margin-top:-50px}}.filter-sidebar{width:280px;padding:2rem;background-color:#f5f5f0;font-family:"Source Sans 3",sans-serif}.filter-title{font-size:1.3rem;font-weight:600;margin:0 0 1.5rem;color:#333}.filter-section{margin-bottom:1.5rem;border-bottom:1px solid #ddd;padding-bottom:1rem}.filter-section:last-child{border-bottom:none}.filter-section-header{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;padding:.75rem 0;font-family:"Source Sans 3",sans-serif;font-size:1.1rem;font-weight:500;color:#333;cursor:pointer;text-align:left;transition:color .2s}.filter-section-header:hover{color:#2d5016}.expand-icon{font-size:1.5rem;font-weight:300;color:#666}.filter-options{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.filter-option{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.25rem 0;font-size:.95rem;color:#555}.filter-option input[type=checkbox]{appearance:none;-webkit-appearance:none;width:18px;height:18px;min-width:18px;min-height:18px;cursor:pointer;flex-shrink:0;border:2px solid #999;border-radius:3px;background-color:#fff;position:relative;transition:all .2s ease}.filter-option input[type=checkbox]:hover{border-color:#2d5016}.filter-option input[type=checkbox]:checked{background-color:#2d5016;border-color:#2d5016}.filter-option input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.filter-option input[type=checkbox]:focus{outline:2px solid #2d5016;outline-offset:2px}@media(max-width:1024px){.filter-sidebar{width:100%;padding:1.5rem}}.data-table thead th{color:#fff!important}.data-table thead{background-color:#0097b2!important}.data-table-container{flex:1;padding:2rem;background-color:#f5f5f0}.table-wrapper{width:100%;overflow-x:auto}.table-wrapper table{table-layout:fixed;min-width:1200px}.table-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.search-container{flex:1;max-width:500px}.search-input{width:100%;padding:.75rem 1rem;border:2px solid #ddd;border-radius:4px;font-family:"Source Sans 3",sans-serif;font-size:1rem;transition:border-color .2s}.search-input:focus{outline:none;border-color:#011e41}.download-btn{padding:.75rem 1.5rem;background-color:#dfb20e;color:#fff;border:none;border-radius:4px;cursor:pointer;font-family:"Source Sans 3",sans-serif;font-size:1rem;font-weight:500;transition:background-color .2s;white-space:nowrap}.download-btn:hover{background-color:#0097b2}@media(max-width:768px){.table-controls{flex-direction:column;align-items:stretch}.search-container{max-width:100%}}.table-wrapper{overflow-x:auto;background:#fff;border-radius:8px;box-shadow:0 2px 4px #28ddce1a}.data-table{width:100%;border-collapse:collapse;font-family:"Source Sans 3",sans-serif}.data-table thead{background-color:#0097b2;color:#fff}.data-table th{padding:1rem;text-align:left;font-weight:600;font-size:1rem;border-bottom:2px solid #0097b2}.data-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s}.data-table th.sortable:hover{background-color:#011e41}.data-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s}.data-table tbody tr:hover{background-color:#f9f9f9}.data-table td{padding:1rem;font-size:.95rem;color:#333}.data-table .no-results{text-align:center;padding:3rem;color:#666;font-style:italic}.table-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem}.table-pagination .pagination-controls{display:flex;align-items:center;gap:1rem}.pagination-btn{padding:.5rem 1.5rem;background-color:#0097b2;color:#fff;border:none;border-radius:4px;cursor:pointer;font-family:"Source Sans 3",sans-serif;font-size:1rem;transition:background-color .2s}.pagination-btn:hover:not(:disabled){background-color:#011e41}.pagination-btn:disabled{background-color:#ccc;cursor:not-allowed}.pagination-info{font-family:"Source Sans 3",sans-serif;font-size:1rem;color:#333}.table-info{margin-top:1rem;text-align:center;font-family:"Source Sans 3",sans-serif;font-size:.9rem;color:#666}.download-container{display:flex;justify-content:flex-end;margin-top:.5rem}@media(max-width:768px){.data-table-container{padding:1rem}.data-table th,.data-table td{padding:.75rem .5rem;font-size:.85rem}}.taxonomy-step-examples{margin-top:.7rem;font-size:1.05rem;color:#555;font-style:italic!important}.taxonomy-header-note{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.2rem;color:#666;margin:1.2rem 0 0;text-align:center}.taxonomy-step-header{display:flex;align-items:center;margin-bottom:.5rem}.taxonomy-step-number{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:2rem;font-weight:700;color:#333;background-color:#f5f5f0;border:2px solid #333;border-radius:50%;width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:1.5rem}.taxonomy-step{flex-direction:row;align-items:flex-start}.taxonomy-header{max-width:1000px;margin:0 auto 3rem;background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center}.taxonomy-title{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:2.5rem;font-weight:700;color:#333;margin:0 0 1rem}.taxonomy-subtitle{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.2rem;color:#666;margin:0}.taxonomy-steps{max-width:900px;margin:2rem auto 0;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.taxonomy-step{background:#fff;border:2px solid #333;border-radius:8px;padding:2rem;width:100%;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;align-items:flex-start}.taxonomy-step-title{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#333}.taxonomy-step-body{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.05rem;color:#333;line-height:1.5}.taxonomy-container{flex:1;padding:3rem;background-color:#f5f5f0;min-height:calc(100vh - 200px)}.taxonomy-content{max-width:1000px;margin:0 auto}.taxonomy-title{font-family:"Source Sans 3",sans-serif;font-size:2.5rem;font-weight:700;color:#333;margin:0 0 1rem}.taxonomy-intro{font-family:"Source Sans 3",sans-serif;font-size:1.2rem;color:#666;margin:0 0 2rem;line-height:1.6}.taxonomy-section{background:transparent;padding:0;border-radius:0;box-shadow:none;margin-bottom:2rem}.taxonomy-section h2{font-family:Times New Roman,Georgia,serif;font-size:1.8rem;font-weight:600;color:#333;margin:0 0 1rem}.taxonomy-section p{font-family:Times New Roman,Georgia,serif;font-size:1rem;color:#555;line-height:1.8;margin:0}.taxonomy-hero{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:2rem}.taxonomy-hero-image{max-width:100%;height:auto;display:block}@media(max-width:768px){.taxonomy-container{padding:2rem 1.5rem}.taxonomy-title{font-size:2rem}}.methodology-container{flex:1;padding:3rem;background-color:#f5f5f0;min-height:calc(100vh - 200px)}.methodology-header{max-width:1000px;margin:0 auto 3rem;background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center}.methodology-title{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:2.5rem;font-weight:700;color:#333;margin:0 0 1rem}.methodology-subtitle{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.2rem;color:#666;margin:0}.methodology-steps{max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:0}.methodology-step{background:#fff;border:2px solid #333;border-radius:8px;padding:2rem;width:100%;display:flex;gap:1.5rem;align-items:flex-start;box-shadow:0 2px 4px #0000001a}.disclaimer-box{background-color:#dcf2f2;border:2px solid #333;border-radius:8px;padding:2rem;margin-top:2rem;width:100%;display:flex;gap:1.5rem;align-items:flex-start;box-shadow:0 2px 4px #0000001a}.disclaimer-box .disclaimer-list{margin:0;padding:0}.disclaimer-box .disclaimer-item{margin-bottom:1rem}.disclaimer-box .disclaimer-item-title{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.05rem;font-weight:700;margin:0 0 .5rem}.disclaimer-box .disclaimer-item-body{margin:0 0 1rem;font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.05rem;color:#333;line-height:1.5}.disclaimer-box .step-title{text-align:center;width:100%}.step-number{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:2rem;font-weight:700;color:#333;background-color:#f5f5f0;border:2px solid #333;border-radius:50%;width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-content{flex:1;text-align:left}.step-title{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.5rem;font-weight:600;color:#333;margin:0 0 .75rem}.step-description{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.1rem;color:#555;line-height:1.6;margin:0}.step-arrow{font-size:2.5rem;color:#333;margin:.5rem 0;font-weight:700}.phrase-box{background-color:transparent;color:inherit;padding:0;border-radius:0}.phrase-intro{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.1rem;color:#555;margin:0 0 .75rem;line-height:1.6}.phrase-list{list-style:disc;padding-left:2rem;margin:0}.phrase-list li{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.1rem;color:#555;margin-bottom:.5rem;line-height:1.6}.phrase-list li:last-child{margin-bottom:0}.verification-list{list-style:disc;padding-left:2rem;margin:.75rem 0 0}.verification-list li{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.1rem;color:#555;margin-bottom:.75rem;line-height:1.6}.verification-list li:last-child{margin-bottom:0}.quote-box{margin-top:1.5rem;padding:1rem 1.5rem;background-color:#f9f9f9;border-left:4px solid #333;border-radius:4px}.quote-text,.quote-detail{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.05rem;color:#333;line-height:1.6;margin:0 0 1rem}.quote-example{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1rem;color:#555;margin:0 0 .5rem}.quote-query{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.05rem;color:#333;font-style:italic;padding:.5rem .75rem;background-color:#fff;border:1px solid #ddd;border-radius:4px;margin:0}@media(max-width:768px){.methodology-container{padding:2rem 1.5rem}.methodology-header{padding:1.5rem}.methodology-title{font-size:2rem}.methodology-subtitle{font-size:1rem}.methodology-step{flex-direction:column;padding:1.5rem;gap:1rem}.step-number{font-size:1.5rem;width:3rem;height:3rem}.step-title{font-size:1.3rem}.step-description{font-size:1rem}.step-arrow{font-size:2rem}}.citation-header-box{margin-top:1.2rem;text-align:center}.cite-header{max-width:1000px;margin:0 auto 3rem;background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center}.cite-title{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:2.5rem;font-weight:700;color:#333;margin:0 0 1rem}.cite-subtitle{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.2rem;color:#666;margin:0}.cite-container{flex:1;padding:3rem;background-color:#f5f5f0;min-height:calc(100vh - 200px);max-width:1400px;margin:0 auto}.cite-content{max-width:1000px;margin:0 auto}.cite-title{font-family:"Source Sans 3",sans-serif;font-size:2.5rem;font-weight:700;color:#333;margin:0 0 2rem}.cite-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem}.cite-section h2{font-family:"Source Sans 3",sans-serif;font-size:1.8rem;font-weight:600;color:#333;margin:0 0 1rem}.cite-section h3{font-family:"Source Sans 3",sans-serif;font-size:1.3rem;font-weight:600;color:#333;margin:1.5rem 0 1rem}.cite-section p{font-family:"Source Sans 3",sans-serif;font-size:1rem;color:#555;line-height:1.8;margin:0 0 1rem}.cite-section ul{font-family:"Source Sans 3",sans-serif;font-size:1rem;color:#555;line-height:1.8;margin:1rem 0;padding-left:2rem}.cite-section li{margin-bottom:.5rem}.citation-box{background-color:#f8f8f8;border-left:4px solid #011e41;padding:1.5rem;margin:1.5rem 0;border-radius:4px}.citation-text{font-family:"Source Sans 3",sans-serif;font-size:1.2rem;color:#666;line-height:1.8;margin:0}.citation-text em{font-style:italic}.code-box{background-color:#2d2d2d;border-left-color:#5f9ae2}.code-box pre{font-family:Courier New,monospace;font-size:.9rem;color:#e8e8e8;line-height:1.6;margin:0;overflow-x:auto}@media(max-width:768px){.cite-container{padding:2rem 1.5rem}.cite-title{font-size:2rem}.cite-section{padding:1.5rem}.cite-section h2{font-size:1.5rem}.citation-box{padding:1rem}}.modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:8px;padding:2rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 4px 6px #0000001a}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;line-height:1;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#333}.modal-title{margin:0 0 .5rem;font-size:1.5rem;color:#5f9ae2}.modal-description{margin:0 0 1.5rem;color:#666;font-size:.95rem}.download-form{display:flex;flex-direction:column;gap:1.25rem}.form-group label{font-weight:600;color:#333;font-size:.9rem}.form-group input{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#5f9ae2}.form-group input.error{border-color:#dc3545}.error-message{color:#dc3545;font-size:.85rem;margin-top:-.25rem}.modal-actions{display:flex;gap:1rem;margin-top:.5rem}.btn-cancel,.btn-download{flex:1;padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;background-color:#011e41}.btn-cancel{background-color:#011e41;color:#e0e0e0}.btn-cancel:hover{background-color:#e0e0e0}.btn-download{background-color:#011e41;color:#fff}.btn-download:hover{background-color:#5f9ae2}@media(max-width:600px){.modal-content{padding:1.5rem}.modal-actions{flex-direction:column}}.insights-container{flex:1;padding:3rem;background-color:#f5f5f0;min-height:calc(50vh - 100px)}.insights-content{max-width:1400px;margin:0 auto}.insights-title{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:2rem;font-weight:700;color:#333;margin:0 0 1.5rem}.insights-description{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.1rem;line-height:1.8;color:#333;margin:0 0 1.1rem}.insights-grid{display:flex;gap:1.5rem;margin-top:1rem;justify-content:space-between}.insight-card{background:#fff;border:2px solid #333;border-radius:4px;overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;flex:1;min-width:0}.insight-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000026}.insight-image-wrapper{width:100%;height:200px;overflow:hidden;background-color:#e0e0e0}.insight-image{width:100%;height:100%;object-fit:cover}.insight-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.insight-title{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.1rem;font-weight:600;color:#333;line-height:1.5;margin:0 0 .5rem;flex:1}.insight-author{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:.9rem;color:#666;font-style:italic;margin:0 0 .75rem}.insight-date{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:.9rem;color:#888;margin:0}@media(max-width:1200px){.insights-grid{flex-wrap:wrap}.insight-card{flex:0 0 calc(50% - .75rem)}}@media(max-width:768px){.insights-container{padding:2rem 1.5rem}.insights-title{font-size:2rem}.insights-grid{flex-direction:column}.insight-card{flex:1}}.jait-database table,.jait-database td,.jait-database th,.jait-database .table-link-name{color:#011e41!important}.category-item{background:#d4f1f4!important;padding:4px 6px;border-radius:4px;font-size:.85rem;width:fit-content;cursor:help;position:relative;color:#011e41!important;border:1px solid #0097b2!important}.domain-badge{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600;color:#333}.domain-courts{background-color:#665825!important}.domain-law-enforcement{background-color:#bb9f4b!important}.domain-corrections{background-color:#d6c07e!important;color:#fff}.jait-database{flex:1;background-color:#f5f5f0;min-height:calc(100vh - 200px)}.jait-tabs{max-width:1400px;margin:0 auto;padding:2rem 3rem 0;display:flex;gap:1rem;border-bottom:2px solid #09093e}.category-cell{display:flex;flex-direction:column;gap:4px}.category-item{background:#eef3ff;padding:4px 6px;border-radius:4px;font-size:.85rem;width:fit-content;cursor:help;position:relative}.category-item:after{content:attr(data-tooltip);display:none;position:absolute;left:105%;top:50%;transform:translateY(-50%);background:#111;color:#fff;padding:6px 8px;font-size:.75rem;width:180px;border-radius:6px;white-space:normal;z-index:20}.category-item:hover:after{display:block}.jait-tab{padding:1rem 2rem;background:none;border:none;border-bottom:3px solid transparent;font-family:"Source Sans 3",sans-serif;font-size:1.2rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s;margin-bottom:-2px}.jait-tab:hover{color:#333;background-color:#011e4114}.jait-tab.active{color:#011e41;border-bottom-color:#5f9ae2;font-weight:600}.loading-container{display:flex;justify-content:center;align-items:center;min-height:400px;font-family:"Source Sans 3",sans-serif;font-size:1.2rem;color:#666}.jait-header-text{max-width:1400px;margin:2rem auto 1rem;padding:0 3rem}.jait-title{font-family:"Source Sans 3",sans-serif;font-size:2rem;font-weight:700;color:#333;margin:0 0 .5rem}.jait-subtitle{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.1rem;line-height:1.8;color:#333;margin:0 0 1.1rem}.domain-badge{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600;color:#fff;background-color:#011e41}@media(max-width:1024px){.jait-header{flex-direction:column;align-items:flex-start;gap:1rem;padding:2rem 1.5rem 1rem}.jait-title{font-size:2rem}}.about-container{flex:1;padding:3rem;background-color:#f5f5f0;min-height:calc(100vh - 200px);max-width:1400px;margin:0 auto}.about-content{max-width:1000px;margin:0 auto}.about-title{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:2.5rem;font-weight:700;color:#333;margin:0 0 2rem}.about-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem}.about-section h2{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.8rem;font-weight:600;color:#333;margin:0 0 1rem}.about-section p{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1rem;color:#555;line-height:1.8;margin:0 0 1rem}.about-section p:last-child{margin-bottom:0}.faq-item{margin-bottom:1rem;border:1px solid #ddd;border-radius:4px;overflow:hidden}.faq-question{width:100%;background-color:#f5f5f0;border:none;padding:1rem 1.5rem;font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.1rem;font-weight:500;color:#333;text-align:left;cursor:pointer;display:flex;align-items:center;gap:1rem;transition:background-color .3s ease}.faq-question:hover{background-color:#e8e8e0}.faq-question.active{background-color:#e0e4d7}@media(max-width:768px){.about-container{padding:2rem 1.5rem}.about-title{font-size:2rem}.faq-question{font-size:1rem;padding:.875rem 1rem}.faq-answer{padding:1rem}}.faq-page-container{flex:1;padding:3rem;background-color:#f5f5f0;min-height:calc(100vh - 200px);max-width:1400px;margin:0 auto}.faq-page-content{max-width:1000px;margin:0 auto}.faq-page-title{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:2.5rem;font-weight:700;color:#333;margin:0 0 2rem}.faq-container{margin-top:1.5rem}.faq-item{margin-bottom:1rem;border:1px solid #ddd;border-radius:4px;overflow:hidden;background:#fff;box-shadow:0 2px 4px #0000001a}.faq-question{width:100%;background-color:#fff;border:none;padding:1rem 1.5rem;font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.1rem;font-weight:500;color:#333;text-align:left;cursor:pointer;display:flex;align-items:center;gap:1rem;transition:background-color .3s ease}.faq-question:hover{background-color:#f5f5f5}.faq-question.active{background-color:#f0f0f0}.faq-icon{font-size:.8rem;color:#8b7360;flex-shrink:0}.faq-answer{padding:1.5rem;background-color:#fff;border-top:1px solid #ddd;animation:fadeIn .3s ease}.faq-answer p{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1rem;color:#555;line-height:1.8;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.faq-page-container{padding:2rem 1.5rem}.faq-page-title{font-size:2rem}.faq-question{font-size:1rem;padding:.875rem 1rem}.faq-answer{padding:1rem}}.contact-container{flex:1;background-color:#f5f5f0;min-height:calc(100vh - 200px)}.contact-tabs{max-width:1400px;margin:0 auto;padding:2rem 3rem 0;display:flex;gap:1rem;border-bottom:2px solid #5f9ae2}.contact-tab{padding:1rem 2rem;background:none;border:none;border-bottom:3px solid transparent;font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.2rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s;margin-bottom:-2px}.contact-tab:hover{color:#333;background-color:#2d50160d}.contact-tab.active{color:#5f9ae2;border-bottom-color:#5f9ae2;font-weight:600}.contact-main{max-width:1400px;margin:0 auto;padding:3rem;display:flex;gap:2rem;margin-bottom:2rem}.contact-form-section{flex:1;background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.contact-form-title{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:2rem;font-weight:700;color:#333;margin:0 0 2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1rem;font-weight:500;color:#333}.form-hint{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:.85rem;color:#666;margin:0;font-style:italic}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1rem;color:#333;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2d5016}.form-group select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px;padding-right:2.5rem;appearance:none}.form-group textarea{resize:vertical;min-height:120px}.form-question{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1rem;font-weight:500;color:#333;margin:0 0 .75rem}.radio-group{display:flex;gap:2rem}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1rem;color:#333}.radio-label input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#e0e0e0}.submit-btn{padding:1rem 2rem;background-color:#0097b2;color:#fff;border:none;border-radius:4px;font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s;align-self:center;margin-top:1rem}.submit-btn:hover{background-color:#bb9f4b}.submission-criteria-section{flex:1;background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;height:300px}.submission-criteria-title{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:2rem;font-weight:700;color:#333;margin:0 0 2rem}.criteria-content{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1rem;color:#666;line-height:1.6}.criteria-item{margin-bottom:2rem}.criteria-item:last-child{margin-bottom:0}.criteria-item h3{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.2rem;font-weight:600;color:#333;margin:0 0 .75rem}.criteria-item p{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1rem;color:#555;line-height:1.6;margin:0 0 .75rem}.criteria-item ul{margin:.5rem 0 .75rem 1.5rem;padding:0}.criteria-item li{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1rem;color:#555;line-height:1.6;margin-bottom:.5rem}.criteria-item li:last-child{margin-bottom:0}.contact-info-section{max-width:1400px;margin:0 auto 2rem;padding:2rem 3rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center}.contact-info-title{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1.5rem;font-weight:700;color:#333;margin:0 0 1rem}.contact-info-content{font-family:"Source Sans 3",Inter,Helvetica,sans-serif;font-size:1rem;color:#333}.contact-info-content p{margin:0}@media(max-width:1024px){.contact-main{flex-direction:column}.contact-container{padding:2rem 1.5rem}}@media(max-width:768px){.contact-form-section,.submission-criteria-section{padding:1.5rem}.contact-form-title,.submission-criteria-title{font-size:1.5rem}}.app{min-height:100vh;display:flex;flex-direction:column;background-color:#f5f5f0}.main-content{flex:1;display:flex;max-width:1400px;margin:0 auto;width:100%;gap:2rem;padding:2rem 0}.page-placeholder{flex:1;padding:3rem;text-align:center;font-family:"Source Sans 3",sans-serif}.page-placeholder h1{font-size:2.5rem;color:#333;margin-bottom:1rem}.page-placeholder p{font-size:1.2rem;color:#666}.sector-badge,.domain-badge{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600;color:#fff}.sector-courts,.domain-courts,.sector-law-enforcement,.domain-law-enforcement,.domain-corrections{background-color:#2d5016}.table-link,.table-link-name{color:#2d5016;text-decoration:none;transition:color .2s}.table-link-name{display:inline-block}.table-link-name:hover{color:#3a6820;text-decoration:underline}.table-link{display:inline-block;margin-left:.5rem;font-size:.85rem;font-weight:500}.table-link:hover{text-decoration:underline}.description-text{color:#666;font-size:.9rem}@media(max-width:1024px){.main-content{flex-direction:column;padding:1rem;gap:1rem}}
