:root{--primary-green: #3f832e;--secondary-blue: #3498db;--accent-teal: #83c5be;--text-dark: #2c3e50;--text-medium: #666;--text-light: #aaa;--background-light: #edf7f6;--background-white: #ffffff;--background-gray: #f6f6f6;--shadow-light: rgba(0, 0, 0, .07);--shadow-medium: rgba(0, 0, 0, .12);--error-color: #e74c3c;--warning-color: #856404;--success-color: #219404;--font-family: "DM Sans", sans-serif}*{box-sizing:border-box}html,body{overflow-x:hidden;width:100%}body{font-family:var(--font-family);margin:0;padding:0;color:var(--text-dark);line-height:1.6}.navbar{display:flex;justify-content:space-between;align-items:center;background-color:var(--background-white);box-shadow:0 2px 8px #0000000d;font-family:var(--font-family);position:sticky;top:0;z-index:1000;padding:10px}.navbar-logo img{height:55px}.navbar-links{list-style:none;display:flex;gap:2rem;margin:0;padding:10px}.navbar-links li a{color:var(--primary-green);text-decoration:none;font-weight:500;font-size:1rem;transition:color .2s ease}.navbar-links li a:hover{color:var(--accent-teal)}.hamburger{display:none;font-size:2rem;cursor:pointer;color:var(--primary-green);padding-right:10px}.landing-container{font-family:var(--font-family);text-align:center}.content{background-color:var(--background-white);min-height:100vh}.action-list{list-style:none;padding:0;margin:1rem 0}.action-list li{display:flex;margin-bottom:.5rem;font-size:1rem;line-height:1.6}.action-list li strong{min-width:100px;color:var(--primary-green);font-weight:600;flex-shrink:0}.hero-section{position:relative;background-color:var(--background-light);min-height:60vh;padding:3rem 6rem 4rem;display:flex;justify-content:flex-start;align-items:flex-start;text-align:left}.hero-text{position:relative;z-index:1;max-width:600px;text-align:left;transform:none;padding-top:2rem}.editors-hero-text{transform:translateY(-50px)!important}.hero-text .quote{font-size:2.1rem;font-weight:400;color:#000;line-height:1.5;margin-top:2rem;margin-bottom:1.5rem}.main-title{font-size:3rem;font-weight:700;color:#000;margin-bottom:1rem;line-height:1.2}.subtitle{font-size:1.3rem;color:var(--text-medium);font-weight:400;line-height:1.4}.highlight{font-weight:600;color:var(--primary-green)}.hero-graphics{position:absolute;top:0;right:0;width:100%;height:100%;z-index:0;overflow:hidden}.filled-circle{position:absolute;top:-100px;width:600px;height:600px;background-color:var(--primary-green);border-radius:50%;z-index:0;bottom:-250px;right:-100px}.dashed-circle{position:absolute;width:350px;height:350px;border:4px dashed #b0d3cf;border-radius:50%;z-index:0;animation:rotate 40s linear infinite;bottom:-50px;right:-5px}.scroll-down{position:absolute;bottom:40px;left:50%;transform:translate(-50%);cursor:pointer;z-index:1}.arrow-down{width:24px;height:24px;margin:0 auto;border:solid var(--primary-green);border-width:0 4px 4px 0;transform:rotate(45deg);animation:bounce 2s infinite}.chart-navigation{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem;justify-content:center;width:100%}.nav-button{display:inline-block;padding:.6rem 1.2rem;background-color:var(--background-white);color:var(--text-dark);border:2px solid var(--primary-green);border-radius:25px;text-decoration:none;font-size:.9rem;font-weight:500;font-family:var(--font-family);transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.nav-button:hover{background-color:var(--primary-green);color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #4db7484d}.nav-button:active{transform:translateY(0)}.cta-button{display:inline-block;margin-top:2rem;padding:1.1rem 1.9rem;background-color:var(--primary-green);color:#fff;border-radius:20px;text-decoration:none;transition:background-color .3s ease;font-size:1.1rem}.cta-button:hover{background-color:var(--primary-green)}.gallery-container{max-width:1400px;margin:0 auto;padding:2rem}.gallery-container h1{text-align:center;color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem}.gallery-description{text-align:center;color:var(--text-medium);margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.charts-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}.chart-wrapper{background:#fff;border-radius:12px;box-shadow:0 4px 6px var(--shadow-light);padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.chart-wrapper:hover{transform:translateY(-4px);box-shadow:0 8px 15px var(--shadow-medium)}.chart-wrapper h2{color:var(--text-dark);margin-bottom:1rem;font-size:1.4rem;border-bottom:2px solid var(--secondary-blue);padding-bottom:.5rem}.gallery-preview{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;padding:4rem 1rem;background-color:var(--background-gray)}.card{background:#fff;border:2px solid var(--primary-green);border-radius:10px;padding:2rem;max-width:300px;text-align:left}.card h2{font-size:1.2rem;color:var(--primary-green)}.card p{font-size:.95rem}.controls{display:flex;gap:1rem;margin-bottom:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;flex-wrap:wrap}.control-group{display:flex;flex-direction:column;gap:.5rem}.control-group label{font-weight:500;color:var(--text-dark);font-size:.9rem}.control-select{min-width:150px}.data-info{background:#f8f9fa;border-radius:8px;padding:1rem;margin-top:1rem;border-left:4px solid var(--secondary-blue)}.data-info p{margin:.25rem 0;font-size:.9rem;color:#555}.data-warning{color:var(--error-color)!important;font-weight:500}.loading,.error,.no-data{text-align:center;padding:2rem;font-size:1.1rem;color:var(--text-medium)}.error{color:var(--error-color);background:#fdf2f2;border-radius:8px;border:1px solid #f5c6cb}.no-data{color:var(--warning-color);background:#fff3cd;border-radius:8px;border:1px solid #ffeaa7}.about-page{font-family:var(--font-family);max-width:1200px;margin:0 auto;padding:4rem 2rem}.about-page>div{margin-bottom:5rem}.about-page h1{font-size:2.75rem;font-weight:700;text-align:center;margin-bottom:4rem;color:var(--primary-green)}.about-page h2{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:var(--primary-green)}.about-header{display:flex;flex-wrap:wrap;gap:7rem;align-items:center}.about-subtitle{flex:1;font-size:1.15rem;line-height:1.8;color:#444}.placeholder-image{width:100%;max-width:400px;height:250px;background-color:#ccc;border-radius:12px;margin:2rem auto;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000017}.placeholder-text{font-family:var(--font-family);font-size:1.2rem;color:var(--text-medium);opacity:.8}.about-green{background-color:#83c5c05c;padding:4rem 3rem;border-radius:16px;box-shadow:0 4px 12px #00000017}.about-green h2{text-align:center;font-size:2rem;margin-bottom:3rem}.about-green ul{display:grid;grid-template-columns:repeat(3,4fr);gap:4rem;list-style:none;padding:0;margin:0 auto}.about-green li{background-color:var(--background-white);padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #00000017;font-size:1rem;line-height:1.6}.about-white{background-color:#fdfdfd;padding:4rem 3rem;border-radius:16px;box-shadow:0 2px 10px #0000001a}.about-white p{margin-bottom:1.5rem;font-size:1.3rem;line-height:1.8;color:#3a3a3a}.scroll-fade{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.scroll-fade.visible{opacity:1;transform:translateY(0)}.coming-soon-container{margin-top:3rem;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px var(--shadow-light)}.coming-soon-title{font-size:2rem;color:var(--primary-green);margin-bottom:1rem;font-weight:600}.coming-soon-text{font-size:1.1rem;color:var(--text-medium);line-height:1.6;margin-bottom:2rem}.progress-indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem}.progress-bar{width:100%;max-width:300px;height:8px;background-color:#e0e0e0;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary-green),#6ec772);border-radius:4px;transition:width .3s ease}.progress-text{font-size:.9rem;color:var(--primary-green);font-weight:500}.footer{background-color:var(--background-white);padding:1rem;color:var(--text-light);font-size:.85rem;text-align:center}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) rotate(45deg)}40%{transform:translateY(-10px) rotate(45deg)}60%{transform:translateY(-5px) rotate(45deg)}}@media (max-width: 1250px){.filled-circle,.dashed-circle,.scroll-down{display:none}}@media (max-width: 900px){.hero-section{flex-direction:column;align-items:center;padding:3rem 2rem;height:auto;text-align:center}.hero-text{transform:none;max-width:100%;text-align:center}.hero-text .quote{font-size:1.6rem}.main-title{font-size:2.5rem}.subtitle{font-size:1.1rem}.cta-button{margin-top:1.5rem;font-size:1rem;padding:.9rem 1.5rem}.about-header{flex-direction:column}.about-green ul{grid-template-columns:1fr}}@media (max-width: 768px){.hamburger{display:block}.navbar-links{display:none;position:absolute;top:70px;left:0;width:100vw;flex-direction:column;background-color:#fff;padding:1.5rem 0;box-shadow:0 4px 12px #0000001a;z-index:1001;align-items:center}.navbar-links.active{display:flex}.navbar-links li{margin:1rem 0}.chart-navigation{gap:.5rem;margin-top:1.5rem}.nav-button{padding:.5rem 1rem;font-size:.85rem}.gallery-container{padding:1rem;max-width:800px}.gallery-container h1{font-size:2rem}.controls{flex-direction:column;gap:1rem}.charts-grid{grid-template-columns:1fr;gap:2rem}}.chart-container-height{height:650px;overflow:hidden;margin-bottom:1rem}.chart-container-height-tall{height:850px;overflow:hidden;margin-bottom:1rem}@media (max-width: 600px){.hero-section{padding:2rem 1.5rem}.hero-text .quote{font-size:1.3rem}.hero-text h2{text-align:left}.hero-text>p{text-align:left}.main-title{font-size:2rem}.cta-button{font-size:.95rem;padding:.8rem 1.2rem}.action-list{padding-left:0;text-align:left}.action-list li{display:block;margin-bottom:1rem;text-align:left}.action-list li strong{display:block;min-width:auto;margin-bottom:.25rem}}@media (max-width: 480px){.chart-navigation{flex-direction:column;align-items:center;gap:.3rem;margin-top:1rem}.nav-button{width:100%;max-width:280px;text-align:center;padding:.4rem .8rem;font-size:.8rem}.gallery-container{padding:.5rem;max-width:100%;margin:0}.gallery-container h1{font-size:1.8rem;margin-bottom:.5rem}.gallery-description{font-size:1rem;margin-bottom:2rem}.charts-grid{gap:1.5rem;margin-bottom:2rem}.chart-wrapper{padding:.75rem;border-radius:8px;overflow-x:auto;width:100%;box-sizing:border-box}.chart-wrapper h2{font-size:1.1rem;margin-bottom:.4rem}.chart-wrapper p{font-size:.85rem;margin-bottom:.5rem}.chart-container-height{height:400px!important}.chart-container-height-tall{height:500px!important}.chart-wrapper>div{width:100%!important;min-width:100%!important}.chart-wrapper .plotly{width:100%!important}.chart-wrapper .plotly>div{width:100%!important}.controls{padding:.5rem;margin-bottom:.5rem;gap:.4rem}.control-group label{padding:.4rem .7rem!important;font-size:.75rem!important}.data-info{padding:.6rem;font-size:.8rem}}@media (max-width: 1200px){.charts-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width: 320px){.gallery-container{padding:.25rem}.gallery-container h1{font-size:1.5rem}.chart-wrapper{padding:.75rem;margin:0 .25rem}.chart-wrapper h2{font-size:1.1rem}}.data-gallery{max-width:1200px;margin:0 auto;padding:2rem;font-family:DM Sans,sans-serif;position:relative}.gallery-header{text-align:center;margin-bottom:3rem}.gallery-header h1{font-size:2.5rem;font-weight:700;color:#006d77;margin-bottom:1rem}.gallery-subtitle{font-size:1.125rem;color:#4b5563;max-width:870px;margin:0 auto;line-height:1.6}.filter-controls{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:3rem;padding:1.5rem;background:#f8fafc;border-radius:1rem;border:1px solid #e2e8f0}.filter-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;border:2px solid #e2e8f0;border-radius:.5rem;color:#4b5563;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.filter-button:hover{border-color:#78b4af;background:#f0fdfa;color:#006d77}.filter-button.active{background:#006d77;border-color:#006d77;color:#fff}.filter-button.active:hover{background:#004d40;border-color:#004d40}.count{font-size:.8rem;opacity:.8;font-weight:400}.filter-button.active .count{opacity:.9}.graphs-grid{width:1200px;margin:0;padding:2rem;font-family:DM Sans,sans-serif;display:grid!important;grid-template-columns:repeat(1,1fr)!important;gap:1.5rem!important;position:relative}.card{display:flex;gap:1.5rem;width:1050px!important;max-width:100%;flex-direction:row!important;background:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;margin-bottom:1.5rem;justify-content:center;height:350px;align-items:center;position:relative;flex-wrap:wrap}.card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}.data-gallery .graphs-grid .card .card-text{flex:0 0 45%!important;max-width:500px;padding:1.5rem;display:flex;flex-direction:column;justify-content:center;text-align:center}.graphs-grid .card .card-text h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.graphs-grid .card .card-text p{font-size:1rem;color:#4b5563;margin-bottom:1rem;line-height:1.6;max-width:400px;margin-left:auto;margin-right:auto}.graphs-grid .card .learn-more-button{display:inline-block;font-size:1.1rem!important;font-weight:600;color:#006d77;text-decoration:none;margin-top:auto}.graphs-grid .card .learn-more-button:hover{color:#004d40;text-decoration:underline}.viz-placeholder{flex:1;min-width:0;width:100%;height:310px;display:flex;align-items:center;justify-content:center;background:#f9fafb;border:none;padding:0;margin:0;overflow:hidden}.no-graphs{text-align:center;padding:4rem 2rem;color:#6b7280;font-size:1.125rem}.card-link-wrapper{text-decoration:none;color:inherit;display:block}.card{cursor:pointer;transition:transform .2s ease}.card:hover{transform:scale(1.02);box-shadow:0 4px 12px #0000001a}.graph-container{width:100%;height:100%;background-color:#fff;position:relative}.graph-container:not(.card-view){padding:1.5rem;border-radius:.5rem;box-shadow:0 4px 6px #0000001a}.back-button{position:absolute;top:1rem;left:1rem;display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:#78b4af;color:#fff;font-family:DM Sans,sans-serif;font-size:.875rem;border-radius:.25rem;border:none;cursor:pointer;z-index:10}.back-button:hover{background-color:#006d77}.graph-title{font-family:DM Sans,sans-serif;font-size:1.875rem;font-weight:700;color:#006d77;text-align:center;margin-bottom:1rem;margin-top:1rem}.graph-description{flex:0 0 45%;max-width:1100px;font-family:DM Sans,sans-serif;font-size:.875rem;color:#4b5563;justify-content:center!important;margin-top:1rem;margin-left:auto;margin-right:auto}.country-filter{font-family:DM Sans,sans-serif;color:#006d77;display:flex;flex-direction:column;align-items:center;margin:1rem auto;text-align:center}.country-filter label{margin-right:8px;font-weight:500}.country-filter select{padding:4px 8px;border:1px solid #0295a2;border-radius:4px;background-color:#e6f0fa;color:#006d77;font-family:DM Sans,sans-serif;cursor:pointer}.country-filter .react-select__control{max-width:400px;min-width:300px}.country-filter select:hover{background-color:#d1e9ff}.top-n-filter{font-family:DM Sans,sans-serif;color:#006d77;display:flex;flex-direction:column;align-items:center;margin:1rem auto;text-align:center;max-width:300px}.top-n-filter label{margin-bottom:8px;font-weight:500;font-size:1rem;color:#006d77}.position-filter{font-family:DM Sans,sans-serif;color:#006d77;display:flex;flex-direction:column;align-items:center;margin:1rem auto;text-align:center;max-width:300px}.position-filter label{margin-bottom:8px;font-weight:500;font-size:1rem;color:#006d77}.position-loading-indicator{font-size:.8em;color:#666;margin-top:5px;height:1em}.no-data-placeholder{display:flex;align-items:center;justify-content:center;margin:1rem auto;border-radius:12px}.no-data-box{background-color:#f0f0f0;width:100%;height:100%;border:2px dashed #ccc;display:flex;align-items:center;justify-content:center;color:#666;font-size:1.1rem;text-align:center;border-radius:12px;padding:1rem;box-sizing:border-box}.slider-container{display:flex!important;flex-direction:row!important;justify-content:center!important;gap:15px;margin-bottom:10px;margin-top:20px}.slider-wrapper{display:flex;flex-direction:column;width:300px}.year-slider{width:100%;height:8px;cursor:pointer}.slider-label{text-align:center;margin-top:5px;font-weight:700;color:#006d77!important;font-family:DM Sans,sans-serif!important}.timeline-controls{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;align-items:center;font-family:DM Sans,sans-serif}.year-selection{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.year-button{padding:.5rem 1rem;background-color:#e6f0fa;color:#006d77;border:1px solid #0295a2;border-radius:.25rem;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.year-button:hover{background-color:#d1e9ff}.year-button.active{background-color:#78b4af;color:#fff;border-color:#78b4af}.separator{color:#6b7280;font-family:DM Sans,sans-serif;font-size:.875rem}.select-year-label{color:#4b5563;font-family:DM Sans,sans-serif;font-size:.875rem}.scrubber-container{width:100%;max-width:800px}.playback-controls{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.play-button{background-color:#78b4af;color:#fff;border:none;border-radius:.25rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-family:DM Sans,sans-serif;font-size:.875rem}.play-button:hover:not(.disabled){background-color:#006d77}.play-button.disabled{background-color:#e5e7eb;cursor:not-allowed;opacity:.6}.speed-select{padding:.25rem .5rem;border:1px solid #0295a2;border-radius:.25rem;background-color:#e6f0fa;color:#006d77;font-family:DM Sans,sans-serif;font-size:.875rem;cursor:pointer}.speed-select.disabled{border-color:#e5e7eb;background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.year-scrubber{width:100%;height:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e5e7eb;border-radius:4px;outline:none;margin:1rem 0}.year-scrubber:disabled{opacity:.6;cursor:not-allowed}.year-scrubber::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:#78b4af;border-radius:50%;cursor:pointer;transition:all .2s}.year-scrubber::-webkit-slider-thumb:hover{background:#006d77;transform:scale(1.1)}.year-scrubber:disabled::-webkit-slider-thumb{background:#9ca3af;cursor:not-allowed}.year-labels{display:flex;justify-content:space-between;position:relative;margin-top:.5rem}.year-label{font-family:DM Sans,sans-serif;font-size:.75rem;color:#4b5563;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .2s}.year-label:hover{color:#006d77;background-color:#e6f0fa}.year-label.active{color:#fff;background-color:#78b4af;font-weight:500}.controls-container{margin-bottom:1.5rem}.grouping-controls{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem;font-family:DM Sans,sans-serif}.grouping-controls label{color:#006d77;font-weight:500;font-size:.875rem}.grouping-select{padding:.5rem .75rem;border:1px solid #0295a2;border-radius:.25rem;background-color:#e6f0fa;color:#006d77;font-family:DM Sans,sans-serif;font-size:.875rem;cursor:pointer;transition:all .2s}.grouping-select:hover{background-color:#d1e9ff}.grouping-select:focus{outline:none;box-shadow:0 0 0 2px #78b4af4d}.map-container{transition:opacity .3s ease}.map-container.fade-out{opacity:.5}.map-container.fade-in{opacity:1}.expandable-section{background-color:#fff;border:2px solid #e0e0e0;border-radius:12px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #00000014}.expandable-section:hover{box-shadow:0 4px 16px #0000001f}.expandable-section.expanded{border-color:#006d77}.section-header{display:flex;align-items:center;padding:1.5rem 2rem;cursor:pointer;background-color:#f8f9fa;transition:background-color .3s ease}.section-header:hover{background-color:#e9ecef}.expandable-section.expanded .section-header{background-color:#006d77;color:#fff}.step-number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#006d77;color:#fff;border-radius:50%;font-weight:600;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0}.expandable-section.expanded .step-number{background-color:#fff;color:#006d77}.section-title{flex:1;margin:0;font-size:1.25rem;font-weight:600;color:#006d77}.expandable-section.expanded .section-title{color:#fff}.expand-icon{font-size:1rem;color:#006d77;transition:transform .3s ease;margin-left:1rem}.expand-icon.rotated{transform:rotate(180deg)}.expandable-section.expanded .expand-icon{color:#fff}.section-content{max-height:0;padding:0 2rem;overflow:hidden;transition:max-height .3s ease,padding .3s ease;background-color:#fff;text-align:left}.section-content *{box-sizing:border-box}.section-content ul,.section-content ol{list-style-position:outside}.section-content.expanded{max-height:600px;padding:2rem}.section-content p{margin:0 0 1rem;font-size:1.125rem;line-height:1.8;color:#333;font-weight:400;text-align:left}.section-content p:last-child{margin-bottom:0}.section-content ul{margin:.5rem 0;padding-left:1.2rem;list-style-type:disc;background:none!important;border:none!important;box-shadow:none!important;outline:none!important}.section-content ol{margin:.5rem 0;padding-left:1.2rem;list-style-type:decimal;background:none!important;border:none!important;box-shadow:none!important;outline:none!important}.section-content li{margin-bottom:.3rem;font-size:1.125rem;line-height:1.6;color:#444;font-weight:400;background:none!important;border:none!important;box-shadow:none!important;padding:0!important;list-style-position:outside;outline:none!important;display:list-item;text-align:left}.section-content a{color:#006d77;text-decoration:underline;font-weight:500;transition:color .2s ease}.section-content a:hover{color:#004d54;text-decoration:none}.section-content strong{font-weight:600;color:#006d77}.section-content .highlight{background-color:#f0f9ff;padding:.25rem .5rem;border-radius:4px;font-weight:500;color:#006d77}.section-content .spacing{margin-bottom:1.5rem}.section-content .simple-list{margin:.5rem 0!important;padding-left:1.2rem!important;list-style-type:disc!important;background:none!important;border:none!important;box-shadow:none!important;outline:none!important;border-radius:0!important}.section-content ol.simple-list{list-style-type:decimal!important}.section-content .simple-list li{margin-bottom:.3rem!important;font-size:1.125rem!important;line-height:1.6!important;color:#444!important;font-weight:400!important;background:none!important;border:none!important;box-shadow:none!important;padding:0!important;list-style-position:outside!important;outline:none!important;display:list-item!important;border-radius:0!important;text-decoration:none!important;text-align:left!important}.expandable-description{margin-top:1rem}.description-text{margin:0 0 .75rem;line-height:1.6;color:#4b5563;font-family:DM Sans,sans-serif;font-size:14px}.read-more-button{background:none;border:none;color:#006d77;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;cursor:pointer;padding:0;text-decoration:underline;transition:color .2s ease}.read-more-button:hover{color:#005a63}.read-more-button:focus{outline:2px solid #006d77;outline-offset:2px;border-radius:2px}.gallery-preview-vertical{display:flex;flex-direction:column;gap:2rem;padding:15vh 0;align-items:center;position:relative;min-height:200vh}.vertical-card-link{position:sticky;top:10vh;z-index:1;text-decoration:none;color:inherit;width:100%;display:flex;justify-content:center;transition:box-shadow .3s ease}.vertical-card-link:hover{cursor:pointer}.vertical-card-content{background-color:#fff;border:2px solid #83c5be;border-radius:10px;box-shadow:0 5px 10px #00000014;display:flex;flex-direction:row;align-items:center;justify-content:center;width:70%;height:450px;padding:2rem}.vertical-card-image{flex:1;min-width:0;height:310px;display:flex;align-items:center;justify-content:center;background:#f9fafb}.vertical-card-text{flex:0 0 45%;max-width:500px;padding:1.5rem;text-align:center}.vertical-card-text h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.vertical-card-text p{font-size:1rem;color:#4b5563;margin-bottom:1rem;line-height:1.6;max-width:400px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.data-gallery{padding:1rem}.gallery-header h1{font-size:2rem}.filter-controls{flex-direction:column;align-items:stretch}.filter-button{justify-content:center}.graphs-grid .card{flex-direction:column!important}.data-gallery .graphs-grid .card .card-text{max-width:100%;flex:none!important}.data-gallery .graphs-grid .card .viz-placeholder{min-height:150px}.graph-container:not(.card-view){padding:1rem}.graph-title{font-size:1.5rem;margin-top:2.5rem}.back-button{top:.75rem;left:.75rem;padding:.4rem .6rem;font-size:.75rem}.year-selection{flex-direction:column;align-items:flex-start;gap:.5rem}.year-labels{flex-wrap:wrap;gap:.5rem;justify-content:center}.year-label{font-size:.65rem}.section-header{padding:1rem 1.5rem}.step-number{width:35px;height:35px;font-size:1rem;margin-right:1rem}.section-title{font-size:1.1rem}.section-content.expanded{padding:1.5rem;max-height:700px}.section-content p,.section-content li{font-size:1rem;line-height:1.7}.gallery-preview-vertical{padding-top:5vh}.vertical-card{flex-direction:column;height:auto;width:90%;position:relative;top:auto!important;z-index:auto!important}}
