:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-size:1rem;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--light-gray: 201, 201, 201;--dark-gray: 85, 102, 91;--light-green: 69, 160, 73;--dark-blue: 49, 60, 255;--green: #3db166;--green-cyan: #66c2a5;--blue-logo: #1064ac;--olympic-blue: #4a90e2;--dark-charcoal: #333}a{font-weight:500;color:#069;text-decoration:inherit}a:hover{color:#3e86aa}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}h2{font-weight:500;font-size:1.5rem;line-height:1.5}button{display:flex;width:100%;justify-content:space-between;align-items:center;text-align:center;background-color:rgba(var(--dark-gray),.2);font-size:1em;font-weight:500;font-family:inherit;color:#fff;padding:.75rem;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s,box-shadow .2s}button:hover{background-color:rgba(var(--dark-blue),.4);box-shadow:0 2px 6px #0000001a}button:focus{outline:none;box-shadow:0 0 0 2px rgba(var(--light-yellow),.4)}.main-container{display:flex;width:100%;overflow:hidden}.content{width:81%}@media (max-width: 768px){.content{width:100%}}.accessibility-container{display:flex;align-items:flex-start;position:fixed;height:48px;width:220px;top:0;right:0;z-index:1000;transition:width .8s ease;overflow:visible}.accessibility-container.open{width:228px}.accessibility-icon{position:absolute;top:0;right:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:var(--green);color:#fff;font-size:24px;border:none;border-radius:50%;cursor:pointer;transition:transform .8s ease;flex-shrink:0}.accessibility-container.open .accessibility-icon{transform:translate(-220px)}.accessibility-menu{top:0;width:180px;background-color:var(--green);border:4px solid transparent;border-radius:5px;padding:10px;box-shadow:0 4px 12px #00000040;margin-left:auto;transition:transform .8s ease;transform:translate(220px);pointer-events:none}.accessibility-container.open .accessibility-menu{transform:translate(0);transition:transform .8s ease;pointer-events:auto}.accessibility-menu button{font-family:Outfit,sans-serif;font-style:normal;width:100%;text-align:center;color:#fff;border:none;padding:6px 10px;border-radius:4px;margin-bottom:10px;cursor:pointer}.sidebar-container{display:flex;flex-direction:column;justify-content:space-between;text-align:center;background-color:var(--green);color:#fff;width:19%;padding:1rem;box-sizing:border-box;font-family:Outfit,sans-serif;font-style:normal}.sidebar-menus{display:flex;flex-direction:column;flex-grow:1;align-items:stretch;justify-content:flex-start;gap:1rem;width:100%}.sidebar a{color:rgba(var(--dark-gray),.9);text-decoration:none;padding:.3rem;border-radius:4px;transition:background-color .2s}.sidebar a:hover,.sidebar a:focus{background-color:rgba(var(--dark-blue),.5);color:#f5f5f5;outline:none}.sidebar .dropdown-menu a{display:block}.hamburger-button{position:fixed;top:1rem;left:1rem;z-index:100;background-color:#3db16680;color:#000;border:none;padding:.5rem .75rem;font-size:1.5rem;border-radius:4px;width:auto;height:auto;white-space:nowrap;max-width:60px;overflow:hidden}@media (max-width: 768px){.sidebar-container{position:fixed;top:0;left:0;height:100%;transform:translate(-100%);transition:transform .3s ease;width:70%;z-index:90}.sidebar-container.open{transform:translate(0)}}@media (min-width: 769px){.hamburger-button{display:none}}.footer{text-align:center;font-size:.9rem;color:#666;background-color:#f7f7f7e6;padding:.5rem;margin-top:auto;border-radius:5px}.footer-links{margin:.5rem 0}.footer-links a{margin:0 .5rem;text-decoration:none;color:#069}.footer-links a:hover{text-decoration:underline}.footer-version{font-style:italic;color:#999}.sidebarheader-title{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;padding:1rem;margin:0;color:#fff;font-size:1.8rem;background-color:var(--blue-logo);margin-bottom:1.2rem;border:1px solid transparent;border-radius:14px}.logo{width:36%}.dropdown-list{background-color:rgb(var(--light-gray),.3);text-align:right;padding:.3rem .5rem;border-radius:0 0 .5rem .5rem;box-shadow:0 4px 8px #0000001a}.dropdown-list>*:first-child{margin-top:0}.content-layout{display:flex;flex-direction:column;flex-wrap:wrap;padding:25px 35px;background-color:#f5f5f5}.content-header{margin-bottom:1rem}.content-header .header-title h2{margin:0;font-weight:600}.info-cards{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;margin-bottom:20px}.info-cards>div{display:flex;gap:20px;width:100%}.info-cards>div>*{flex:1 1 300px;max-width:33.33%;box-sizing:border-box}.content-charts{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;width:100%}@media (max-width: 768px){.content-layout{padding:25px 15px}.info-cards>div{display:flex;flex-direction:column;gap:20px;width:100%}.info-cards>div>*{flex:1 1 100%;max-width:100%}.content-header .header-title h2{text-align:right}}.card{display:flex;flex-direction:column;background:#fff;border-radius:.8rem;box-shadow:0 4px 8px #0003;margin:1rem 0;transition:transform .2s ease;text-align:center;width:55%;min-height:500px;padding:8px 20px 20px}.card:hover{transform:scale(1.01)}.card h3{margin:.5rem;font-size:1.2rem;font-weight:600}.chart-container{height:31rem;width:100%;max-width:100%;margin:0 auto}.filter-container{margin-bottom:.5rem;font-family:Arial,sans-serif;font-size:14px;color:var(--dark-charcoal);display:flex;align-items:center;justify-content:center;gap:10px}.filter-container label{font-weight:600}.filter-container select{padding:6px 10px;border-radius:4px;border:1px solid rgb(var(--light-gray));background-color:#fff;font-size:14px;cursor:pointer;transition:border-color .2s ease}.filter-container select:hover{border-color:rgb(var(--light-green))}.filter-container select:focus{outline:none;border-color:rgb(var(--light-green));box-shadow:0 0 3px var(--green-cyan)}@media (max-width: 768px){.card{height:36rem;width:100%;padding:.3rem}.chart-container{height:31rem}}.info-card-small{background-color:#fff;padding:20px;border-radius:1rem;box-shadow:0 4px 8px #0000001a;text-align:center;min-width:150px;flex:1}.info-icon{font-size:2rem;margin-bottom:10px}.info-content h3{margin:0;font-size:1.2rem;color:#000}.info-value{margin:8px 0;font-size:2rem;font-weight:700;color:var(--green)}.info-subtitle{font-size:.9rem;color:gray}.content-section{padding:25px 35px}.content-section p{width:98%;text-align:justify;justify-content:center;margin-bottom:1rem;line-height:1.6;color:#333}.content-section h3{font-weight:600;margin-top:0;margin-bottom:.5rem;color:#222}.content-section .about-intro{margin-top:.5rem;margin-bottom:2rem;padding:1rem 1.5rem;background-color:#fff;border-radius:.8rem;box-shadow:0 1px 3px #0000000d}.content-section .about-section{border-left:6px solid var(--olympic-blue);background-color:#fff;padding:1rem 1.5rem;margin-bottom:1.5rem;border-radius:6px;box-shadow:0 1px 3px #0000000d}.content-section a{text-decoration:none;font-weight:600;transition:color .3s ease}.content-section a:hover,.content-section a:focus{text-decoration:underline;outline:none}.content-section ul,.content-section ol{margin-left:1.5rem;margin-bottom:1rem}.content-section li{margin-bottom:.5rem}.glossary-card{background:#fff;border-radius:6px;border-left:6px solid var(--olympic-blue);box-shadow:0 1px 3px #0000000d;margin-top:.5rem;margin-bottom:2rem;padding:1rem 1.5rem;text-align:justify;transition:transform .2s ease;color:#000}.glossary-card:hover{transform:scale(1.01)}.glossary-card h2{font-size:1.4rem;font-weight:600;margin-top:0;margin-bottom:.5rem;color:#000;text-align:center}.glossary-card dl dt{font-weight:600;margin-top:1rem;color:#069}.glossary-card dl dd{margin-left:1.2rem;margin-bottom:.8rem;color:#555;font-size:1rem}@media (max-width: 768px){.glossary-card{max-width:90%;padding:15px 10px}}
