.nav-links{display:flex;height:100%}.nav-link{font-weight:600;padding:0 24px;border:none;background:none;font-size:1rem;text-transform:uppercase;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;height:100%}.nav-link:hover{background:#efcb43;padding:0 30px}.nav-dropdown{position:relative;display:flex;align-items:center;height:100%}.nav-dropdown-trigger{cursor:default;display:flex;align-items:center;gap:6px;position:relative}.dropdown-arrow{transition:transform .3s ease}.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:100%;left:0;min-width:350px;box-shadow:0 4px 12px #00000026;border-radius:0 0 8px 8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-item{display:block;padding:14px 20px;color:#fff;font-weight:500;font-size:.95rem;text-decoration:none;transition:all .2s ease;border-bottom:1px solid #024E9B}.nav-dropdown-item:last-child{border-bottom:none;border-radius:0 0 8px 8px}.nav-dropdown-item:hover{color:#00356b;background-color:#efcb43!important;padding:22px 20px}.nav-container{display:flex;justify-content:space-between;align-items:center;height:80px;padding:0 20px}.nav-logo{display:flex;align-items:center;gap:15px;background-color:#fff;border-radius:100%;padding:10px;position:relative;z-index:101;margin-left:-10px}.nav-logo img{height:100px;margin-top:30px;width:100px!important;max-width:100px!important;cursor:pointer}.main-header{background-color:#fff;position:sticky;top:12px;z-index:100}.hamburger-menu{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}.hamburger-menu span{width:25px;height:3px;border-radius:2px;transition:all .3s ease}.nav-mobile-actions{display:flex;align-items:center;gap:15px}@media (max-width: 767px){.hamburger-menu{display:flex}.nav-links{display:none}.nav-links.active{display:flex!important;flex-direction:column;position:absolute;top:79px;left:0;right:0;background:#fff;padding:20px;box-shadow:0 4px 6px #0000001a;z-index:99;height:auto;border-top:#00356B 2px solid}.nav-link{width:100%;justify-content:flex-start;padding:15px 20px}.nav-link:hover{background:none;padding:15px 20px}.nav-dropdown{width:100%;flex-direction:column;align-items:flex-start;height:auto}.nav-dropdown-trigger{width:100%;padding:15px 20px;cursor:pointer}.nav-dropdown-menu{position:static;width:100%;min-width:auto;box-shadow:none;border:none;border-left:3px solid #00356B;margin-left:20px;border-radius:0;opacity:0;visibility:hidden;max-height:0;overflow:hidden;transform:none;transition:all .3s ease}.nav-dropdown.active .nav-dropdown-menu{opacity:1;visibility:visible;max-height:500px;margin-top:8px;margin-bottom:8px}.nav-dropdown-item.uny{padding:12px 20px;font-size:.9rem;background-color:#fff!important;color:#00356b;border-bottom:solid 1px #e9e9e9;border-radius:0}}.hamburger-menu.open span:nth-child(1){transform:rotate(45deg) translate(8px,5px)}.hamburger-menu.open span:nth-child(2){opacity:0}.hamburger-menu.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-4px)}.nav-links.hidden{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.header-search-form{display:none;align-items:center;background:#f5f5f5;border-radius:50px;padding:8px 20px;border:2px solid transparent;transition:all .4s cubic-bezier(.4,0,.2,1);margin-left:auto;width:600px;max-width:600px}.header-search-form.active{display:flex}.header-search-form:focus-within{background:#fff;border-color:#00356b;box-shadow:0 4px 16px #00356b33}.header-search-input{flex:1;border:none;outline:none;padding:10px 16px;font-size:1rem;color:#00356b;background:transparent;min-width:0}.header-search-input::-moz-placeholder{color:#999}.header-search-input::placeholder{color:#999}.header-search-submit{background:#00356b;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .3s ease;margin-right:8px}.header-search-submit:hover{background:#efcb43;transform:scale(1.08)}.header-search-submit svg{stroke:#fff}.header-search-submit:hover svg{stroke:#00356b}.header-search-close{background:transparent;border:none;color:#666;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease;border-radius:50%}.header-search-close:hover{background:#00356b1a;color:#00356b;transform:rotate(90deg)}.nav-search-toggle{background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:50%}.nav-search-toggle:hover{background:#00356b1a}.nav-search-toggle .search-icon{width:28px;height:28px;transition:transform .3s ease}.nav-search-toggle:hover .search-icon{transform:scale(1.15)}@media (max-width: 767px){.header-search-form.active{flex:1;width:auto;max-width:none;margin:0 10px;padding:8px 15px;background:#f5f5f5;border-radius:25px}.header-search-form.active:focus-within{background:#fff;border-color:#00356b;box-shadow:0 2px 8px #0000001a}.header-search-input{font-size:.9rem;padding:6px 10px}.header-search-submit{width:32px;height:32px;margin-right:4px}.header-search-close{padding:4px}}.landing-section-1{background-size:cover;background-position:center;background-repeat:no-repeat;height:calc(100vh - 5rem);display:flex;align-items:center;justify-content:center}.hero-slider-container{position:relative;overflow:hidden}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity .8s ease-in-out;display:flex;align-items:center;justify-content:center}.hero-slide.active{opacity:1;position:relative}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:1}.hero-logo-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.section-1-logo{width:250px;height:auto;opacity:.9;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.hero-content-bottom{position:absolute;bottom:80px;left:60px;max-width:700px;z-index:3;padding:30px 40px;background:linear-gradient(to right,rgba(0,0,0,.85),rgba(0,0,0,.5),transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;font-family:Times New Roman,Times,serif}.hero-categories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1rem}.hero-category-badge{display:inline-block;padding:6px 16px;background:#00356be6;color:#fff;border-radius:20px;font-size:.85rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 6px #0000004d;transition:all .3s ease}.hero-category-badge:hover{background:#00356b;transform:translateY(-2px);box-shadow:0 3px 8px #0006}.section-1-title{font-weight:700;color:#fff;margin-bottom:1rem;font-size:2.5rem;line-height:1.2;text-shadow:2px 2px 8px rgba(0,0,0,.5);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.section-1-subtitle{font-weight:300;color:#fff;font-size:1.125rem;margin-bottom:1.5rem;line-height:1.6;text-shadow:1px 1px 4px rgba(0,0,0,.5);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.hero-content-footer{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:1.5rem}.hero-sdg-icons{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.hero-sdg-icon{width:45px;height:45px;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));border-radius:4px}.hero-sdg-icon:hover{transform:scale(1.15)}.hero-read-more{display:inline-block;padding:12px 28px;background-color:#00356bf2;color:#fff;border-radius:30px;font-size:1rem;font-weight:600;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 12px #0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap}.hero-read-more:hover{background-color:#00356b;transform:translateY(-2px);box-shadow:0 6px 16px #0006}.hero-slider-prev,.hero-slider-next{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffff4d;border:none;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-slider-prev:hover,.hero-slider-next:hover{background-color:#ffffff80;transform:translateY(-50%) scale(1.1)}.hero-slider-prev{left:30px}.hero-slider-next{right:30px}.hero-slider-indicators{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:10}.hero-indicator{width:12px;height:12px;border-radius:50%;background-color:#ffffff80;border:2px solid rgba(255,255,255,.8);cursor:pointer;transition:all .3s ease;padding:0}.hero-indicator:hover{background-color:#ffffffb3;transform:scale(1.2)}.hero-indicator.active{background-color:#fff;width:40px;border-radius:6px}@media (max-width: 1024px){.hero-content-bottom{bottom:60px;left:40px;max-width:550px;padding:25px 30px}.hero-category-badge{padding:5px 14px;font-size:.8rem}.section-1-title{font-size:2rem}.section-1-subtitle{font-size:1rem}.hero-sdg-icon{width:40px;height:40px}.hero-read-more{padding:10px 24px;font-size:.95rem}}.landing-section-2{min-height:100vh;min-height:100dvh}.landing-section-2>*{width:100%}.landing-ranking-section{padding:42px 0 14px;background:radial-gradient(circle at 10% 10%,rgba(0,53,107,.1),transparent 45%),radial-gradient(circle at 88% 12%,rgba(214,158,46,.18),transparent 38%),linear-gradient(180deg,#f8fbff,#eef5ff);position:relative}.landing-ranking-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 25%,rgba(255,255,255,.38),transparent 40%);pointer-events:none;opacity:0;transition:opacity .7s ease}.landing-section-2-view{min-height:100vh;justify-content:flex-start}.landing-ranking-section{flex:0 0 56%;display:flex;align-items:stretch;overflow:hidden}.landing-ranking-section .container{display:flex;flex-direction:column;justify-content:center;min-height:0;height:100%;width:100%}.landing-section-2 .sdgs-layout-section{flex:0 0 44%;min-height:0!important;height:auto!important;padding:10px 0 22px}.landing-section-2-view>.sdgs-layout-section:only-child{flex:1 1 auto;padding:32px 0}.ranking-header{text-align:center;margin-bottom:2rem;opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.ranking-kicker{margin:0;font-size:1rem;letter-spacing:.16em;text-transform:uppercase;color:#0b246a;font-weight:700}.ranking-heading{margin:.4rem 0 .7rem;font-size:clamp(1.45rem,2vw,2.15rem);line-height:1.2;color:#0f172a;font-weight:800;font-family:Georgia,Times New Roman,serif}.ranking-subheading{margin:0 auto;max-width:760px;color:#334155;font-size:.98rem;line-height:1.7}.landing-section-2 .ranking-list{list-style:none;margin:0;padding:0;display:grid;width:100%;max-width:100%;grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:2rem;column-gap:2rem;row-gap:1.1rem;overflow:hidden}.landing-section-2 .ranking-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:.55rem 0;border-bottom:1px dashed rgba(11,36,106,.2);transition:transform .35s ease,opacity .6s ease;position:relative;overflow:hidden;opacity:0;transform:translateY(18px)}.landing-section-2 .ranking-item:hover{transform:translate(4px)}.landing-ranking-section.is-inview:before{opacity:1}.landing-ranking-section.is-inview .ranking-header,.landing-ranking-section.is-inview .ranking-item{opacity:1;transform:translateY(0)}.landing-ranking-section.is-inview .ranking-item:nth-child(1){transition-delay:.08s}.landing-ranking-section.is-inview .ranking-item:nth-child(2){transition-delay:.16s}.landing-ranking-section.is-inview .ranking-item:nth-child(3){transition-delay:.24s}.landing-ranking-section.is-inview .ranking-item:nth-child(4){transition-delay:.32s}.landing-ranking-section.is-inview .ranking-item:nth-child(5){transition-delay:.4s}.landing-ranking-section.is-inview .ranking-item:nth-child(6){transition-delay:.48s}.landing-section-2 .ranking-item.ranking-shine:after{content:"";position:absolute;top:-140%;left:-35%;width:38%;height:280%;background:linear-gradient(90deg,#fff0,#ffffffeb 48%,#fff0);transform:rotate(20deg);pointer-events:none;animation:rankingShineSweep 2.5s ease-out}@keyframes rankingShineSweep{0%{transform:translate(-260%) rotate(20deg);opacity:0}20%{opacity:.95}to{transform:translate(600%) rotate(20deg);opacity:0}}.landing-section-2 .ranking-main{min-width:0}.landing-section-2 .ranking-title{margin:0;font-size:1.02rem;line-height:1.35;color:#0f172a;font-weight:700}.landing-section-2 .ranking-meta{margin-top:.35rem}.landing-section-2 .ranking-source{font-size:.84rem;color:#475569;letter-spacing:.01em}.landing-section-2 .ranking-side{min-width:120px;text-align:right}.landing-section-2 .ranking-year{display:inline-block;font-size:.78rem;font-weight:700;color:#6b4f00;background:#d69e2e33;border-radius:999px;padding:.24rem .62rem;margin-bottom:.35rem}.landing-section-2 .ranking-score{margin:0;font-size:clamp(1.8rem,3vw,2.2rem);font-weight:800;line-height:1;color:#0b246a}.landing-section-3{padding:80px 0;background-color:#f9fafb}.updates-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.update-left,.update-right{display:flex;flex-direction:column}.update-left{position:sticky;top:150px;align-self:start}.update-left .update-card{flex:1}.recent-updates-column{display:flex;flex-direction:column;gap:1.5rem;flex:1}.update-section-title{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.update-card{background:#f8fafc;border-radius:16px;overflow:hidden;display:block;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}.update-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.update-card-image{width:100%;-o-object-fit:contain;object-fit:contain;border-radius:16px;transition:transform .3s ease,opacity .3s ease;cursor:pointer}.update-card a{display:block;text-decoration:none}.update-card-image:hover{transform:scale(1.05);opacity:.9}.update-card-large .update-card-image{height:300px}.update-card-content{padding:.75rem 1.5rem;display:flex;flex-direction:column;justify-content:space-between;height:100%}.update-card-text{flex:0 0 auto}.update-card-title{font-size:1.25rem;font-weight:600;color:#000;margin-bottom:.5rem;cursor:pointer}.update-card-title:hover{color:#00356b}.update-card-title-link{text-decoration:none;color:inherit}.update-card-title-link:hover .update-card-title{color:#00356b}.update-card-sdg a{text-decoration:none;display:inline-block;transition:transform .2s ease}.update-card-sdg a:hover{transform:scale(1.1)}.update-card-date{font-size:.875rem;color:#666}.update-card-description{font-size:.95rem;color:#555;line-height:1.6}.update-card-sdg{display:flex;align-items:center;gap:.5rem}.update-sdg-icon{width:40px;height:40px;-o-object-fit:cover;object-fit:cover;border-radius:4px}.recent-updates-column{display:flex;flex-direction:column;gap:1.5rem;height:100%}.update-card-small{display:flex;flex-direction:row;flex:1;padding:8px;border:solid 1px #B3B3B3;transition:transform .3s ease,box-shadow .3s ease}.update-card-small:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}.update-card-small .update-card-image{width:200px;height:100%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.update-card-small .update-card-content{flex:1;display:flex;flex-direction:column}.landing-section-4{padding:16px 0;height:100vh;display:flex;align-items:center}.lampiran-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:40px;align-items:center}.lampiran-images-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:5px;width:-moz-fit-content;width:fit-content}.lampiran-images-grid img{width:300px;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;border-radius:12px}.lampiran-images-grid img:hover{transform:scale(1.05)}.lampiran-bg-image{width:100%;height:auto;border-radius:12px}.video-wrapper,.video-wrapper iframe{width:100%;height:100%;border-radius:12px}.lampiran-right{height:100%;display:flex;align-items:stretch}.video-wrapper{flex:1;display:flex}.video-wrapper iframe{flex:1;height:100%}.landing-section-5{min-height:100vh;background-color:#d7e9ff;display:flex;align-items:center;padding:80px 0}.section-5-container{display:flex;flex-direction:column;gap:60px;width:100%}.section-5-left,.section-5-right{display:flex;flex-direction:column;gap:2rem}.section-5-title{font-size:2.5rem;font-weight:700;text-align:center}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;margin:0 auto;justify-items:center}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;width:-moz-fit-content;width:fit-content}.stat-item-link{transition:transform .3s ease,opacity .3s ease;cursor:pointer}.stat-item-link:hover{transform:translateY(-5px);opacity:.85}.stat-content{display:flex;align-items:center;margin-bottom:1rem;width:-moz-fit-content;width:fit-content}.stat-logo{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;margin-right:1.5rem}.stat-number{font-size:4rem;font-weight:700}.stat-label{font-size:2rem;font-weight:600}.top-sdgs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin:0 auto}.top-sdg-card{background:#fff;border-radius:16px;padding:2rem;position:relative;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 12px #00000014;text-decoration:none;display:flex;flex-direction:column;gap:1.5rem}.top-sdg-card:hover{transform:translateY(-8px);box-shadow:0 12px 28px #00000026}.sdg-rank-badge{position:absolute;top:1.5rem;right:1.5rem;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#fff;box-shadow:0 4px 8px #0003}.rank-1{background:linear-gradient(135deg,gold,orange)}.rank-2{background:linear-gradient(135deg,silver,gray)}.rank-3{background:linear-gradient(135deg,#cd7f32,#8b4513)}.rank-4{background:linear-gradient(135deg,#4a90d9,#2c5f8a)}.sdg-icon-container{display:flex;justify-content:center;align-items:center;padding:1rem 0}.top-sdg-icon{width:120px;height:120px;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.top-sdg-card:hover .top-sdg-icon{transform:scale(1.1)}.sdg-info{text-align:center}.sdg-title{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.sdg-name{font-size:1rem;color:#718096;line-height:1.5;font-weight:500}.sdg-graph{margin-top:auto}.graph-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.graph-label-text{font-size:.875rem;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.5px}.graph-count{font-size:1.75rem;font-weight:700}.graph-bar-container{width:100%;height:12px;background-color:#e2e8f0;border-radius:6px;overflow:hidden}.graph-bar{height:100%;border-radius:6px;transition:width .8s ease-out;box-shadow:0 2px 4px #0000001a}.empty-top-sdgs{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.empty-top-sdgs p{font-size:1.125rem;color:#718096}.show-more-btn{margin-top:2rem;width:100%;align-self:center;padding:1rem 1.5rem;background:#fff;border:2px solid #003d7a;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:600;color:#003d7a}.show-more-btn:hover{background:#003d7a;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #003d7a4d}.show-more-icon{width:20px;height:20px;transition:transform .3s ease}.show-more-btn.expanded .show-more-icon{transform:rotate(180deg)}.remaining-sdgs-list{max-height:0;overflow:hidden;opacity:0;transition:all .4s ease;margin-top:0}.remaining-sdgs-list.expanded{max-height:2000px;opacity:1;margin-top:1.5rem}.sdg-list-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#fff;border-radius:12px;margin-bottom:.75rem;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 6px #00000014}.sdg-list-item:hover{transform:translate(8px);box-shadow:0 4px 12px #0000001f}.sdg-list-left{display:flex;align-items:center;gap:1rem;flex:1}.sdg-list-rank{font-size:1.125rem;font-weight:700;color:#718096;min-width:40px}.sdg-list-icon{width:50px;height:50px;-o-object-fit:contain;object-fit:contain}.sdg-list-info{flex:1}.sdg-list-title{font-size:1rem;font-weight:700;color:#2d3748;margin:0 0 .25rem}.sdg-list-name{font-size:.875rem;color:#718096;margin:0;line-height:1.4}.sdg-list-right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;min-width:150px}.sdg-list-count{font-size:1.5rem;font-weight:700}.sdg-list-bar-container{width:100%;height:8px;background-color:#e2e8f0;border-radius:4px;overflow:hidden}.sdg-list-bar{height:100%;border-radius:4px;transition:width .6s ease-out;box-shadow:0 1px 3px #0000001a}@media (max-width: 1720px){.section-1-title{font-size:1.25rem}.section-1-logo{width:150px;margin-top:-150px}.hero-content-bottom{left:100px;max-width:500px;padding:20px}.hero-read-more{padding:8px 16px;font-size:.95rem}}@media (max-width: 1280px){.section-1-title{font-size:1.25rem}.section-1-logo{width:150px;margin-top:-150px}.hero-content-bottom{left:100px;max-width:400px;padding:20px}.hero-read-more{padding:8px 16px;font-size:.95rem}}@media (max-width: 767px){.landing-section-1{height:500px}.section-1-logo{width:120px;margin-top:-150px}.hero-content-bottom{bottom:30px;left:60px;right:60px;padding:20px 25px;max-width:none;background:linear-gradient(to right,#000000e6,#000000bf)}.hero-categories{margin-bottom:.75rem;gap:6px}.hero-category-badge{padding:4px 10px;font-size:.7rem}.section-1-title{font-size:1.25rem;margin-bottom:.6rem}.section-1-subtitle{font-size:.85rem;margin-bottom:1rem}.hero-content-footer{align-items:flex-start;gap:12px;margin-top:1rem}.hero-sdg-icons{gap:6px}.hero-sdg-icon{width:32px;height:32px}.hero-read-more{padding:8px 20px;font-size:.85rem;align-self:flex-end}.hero-slider-prev,.hero-slider-next{width:40px;height:40px}.hero-slider-prev{left:15px}.hero-slider-next{right:15px}.hero-slider-indicators{bottom:15px;gap:8px}.hero-indicator{width:8px;height:8px}.hero-indicator.active{width:24px}.landing-ranking-section{padding:24px 0 12px}.ranking-header{margin-bottom:1.35rem;padding:0 8px}.ranking-heading{font-size:1.35rem}.ranking-subheading{font-size:.9rem;line-height:1.55}.landing-section-2 .ranking-list{grid-template-columns:1fr;gap:.7rem}.landing-section-2 .ranking-item{gap:.75rem;grid-template-columns:minmax(0,1fr) auto;padding:.65rem 0}.landing-section-2 .ranking-title{font-size:.92rem}.landing-section-2 .ranking-side{min-width:100px}.landing-section-2 .ranking-score{font-size:1.45rem}.updates-grid{grid-template-columns:1fr;gap:30px}.update-left{position:static}.update-card-content{padding:10px}.update-card-title{font-size:14px}.update-card-date,.update-card-description{font-size:11px}.update-card-small .update-card-image{width:170px}.update-card-sdg{gap:.2rem}.update-sdg-icon{width:30px;height:30px;-o-object-fit:cover;object-fit:cover;border-radius:4px}.landing-section-4{padding:8px 0}.lampiran-grid{grid-template-columns:1fr;gap:20px}.lampiran-right{height:auto;display:block}.video-wrapper{width:100%;height:auto;display:block}.video-wrapper iframe{width:100%;height:200px;border-radius:12px}.landing-section-5{padding:50px 0;min-height:auto}.section-5-container{display:flex;flex-direction:column;gap:50px;padding:0 20px}.section-5-title{font-size:1.75rem;margin-bottom:1rem}.stats-grid{grid-template-columns:1fr!important;display:grid;gap:30px}.stat-logo{width:60px;height:60px;margin-right:1rem}.stat-number{font-size:2.5rem}.stat-label{font-size:1.25rem}.top-sdgs-grid{grid-template-columns:1fr;gap:1.5rem}.top-sdg-card{padding:1.5rem}.sdg-rank-badge{width:45px;height:45px;font-size:1.125rem}.top-sdg-icon{width:100px;height:100px}.sdg-title{font-size:1.25rem}.graph-count{font-size:1.5rem}.show-more-btn{padding:.875rem 1.25rem;font-size:.9375rem}.sdg-list-item{padding:.875rem 1rem;margin-bottom:.625rem}.sdg-list-rank{font-size:1rem;min-width:35px}.sdg-list-icon{width:45px;height:45px}.sdg-list-title{font-size:.9375rem}.sdg-list-name{font-size:.8125rem}.sdg-list-count{font-size:1.25rem;flex-shrink:0}.sdg-list-right{flex-direction:row;align-items:center;gap:.75rem;min-width:auto}.sdg-list-bar-container{flex:1;min-width:80px}}@media (max-width: 480px){.section-1-title{font-size:1rem}.section-6-title{font-size:1.5rem}.sdg-rank-badge{width:40px;height:40px;font-size:1rem;top:1rem;right:1rem}.top-sdg-icon{width:80px;height:80px}.sdg-title{font-size:1.125rem}.sdg-name{font-size:.9375rem}.graph-count{font-size:1.25rem}.show-more-btn{padding:.75rem 1rem;font-size:.875rem}.show-more-icon{width:18px;height:18px}.sdg-list-item{flex-direction:column;align-items:flex-start;padding:.75rem;gap:.75rem}.sdg-list-left{width:100%;gap:.75rem}.sdg-list-rank{font-size:.9375rem;min-width:30px}.sdg-list-icon{width:40px;height:40px}.sdg-list-title{font-size:.875rem}.sdg-list-name{font-size:.75rem}.sdg-list-right{flex-direction:row;align-items:center;gap:.75rem;width:100%;min-width:unset}.sdg-list-count{font-size:1.125rem;white-space:nowrap;flex-shrink:0}.sdg-list-bar-container{flex:1;min-width:100px}}.footer-logo-container{display:flex;align-items:center;gap:10px;margin-bottom:20px}.footer-logo-img{height:40px}.footer-logo-text{font-weight:700;font-size:1.2rem;color:#fff}.footer-section-title{color:#fff;margin-bottom:15px}.footer-bottom{background-color:#141414;padding:10px 20px;color:#fff;font-size:.875rem;display:flex;justify-content:space-between;align-items:center}.main-footer{background-color:#2c2c2c;color:#fff}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px;padding-top:30px}.footer-column-first{display:flex;flex-direction:column;gap:70px}.footer-links li{margin-bottom:10px}.footer-links a{color:#fff;font-size:.95rem;transition:color .3s}.footer-links a:hover{padding-left:5px}.footer-title{font-size:1.75rem;font-weight:600;color:#efcb43}.social-links{display:flex;gap:15px;margin-top:10px}.social-link img{height:60px;width:60px;transition:opacity .3s}.social-link:hover img{opacity:.7}.footer-email-link{color:#3b82f6;text-decoration:none;transition:all .3s ease}.footer-email-link:hover{color:#60a5fa;text-decoration:underline}.footer-address{font-style:normal;color:#fff;line-height:1.6;font-size:.9rem}.footer-address p{margin-bottom:10px}.chevron-down{border:solid white;border-width:0 3px 3px 0;display:inline-block;padding:5px;transform:rotate(45deg);-webkit-transform:rotate(45deg);margin:0 0 3px 12px}.chevron-left{border:solid white;border-width:0 4px 4px 0;display:inline-block;padding:8px;transform:rotate(135deg);-webkit-transform:rotate(135deg);margin:0 0 0 6px}.chevron-right{border:solid white;border-width:0 4px 4px 0;display:inline-block;padding:8px;transform:rotate(315deg);-webkit-transform:rotate(315deg);margin:0 6px 0 0}.section-button-container{display:flex;justify-content:center;align-items:center;padding-bottom:80px!important}.section-button{width:-moz-fit-content;width:fit-content;color:#fff;border-radius:8px;border:none;font-size:16px;font-weight:600;padding:16px 24px;cursor:pointer;transition:all .5s;text-decoration:none;display:inline-block}.section-button:hover{transform:translateY(-2px);opacity:.85}.years-dropdown{position:relative;display:inline-flex;justify-content:center}.years-dropdown-trigger{display:inline-flex;align-items:center;justify-content:center}.years-dropdown-menu{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);width:min(220px,90vw);max-height:280px;overflow-y:auto;background:#fff;border-radius:12px;box-shadow:0 16px 30px #00000029;border:1px solid rgba(0,53,107,.12);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:50}.years-dropdown.open .years-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(2px)}.years-dropdown.open .chevron-down{transform:rotate(-135deg);-webkit-transform:rotate(-135deg);margin-top:4px}.years-dropdown-item{display:block;width:100%;padding:12px 16px;color:#1f2937;text-decoration:none;font-size:.95rem;font-weight:500;text-align:left;border-bottom:1px solid rgba(15,23,42,.07);background:transparent}.years-dropdown-item:last-child{border-bottom:none}.years-dropdown-item:hover,.years-dropdown-item.active{background:#eaf2ff;color:#00356b}.years-dropdown-empty{color:#6b7280;cursor:default}.sdgs-section-1{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.sdgs-section-2{padding:80px 0;height:100vh;display:flex;align-items:center;color:#fff;position:relative}.sdg-nav-btn{position:absolute;top:50%;transform:translateY(-50%);padding:18px 14px;background:#fff3;border-radius:40%;display:flex;justify-content:center;align-items:center;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10}.sdg-nav-btn:hover{background:#ffffff59;border-color:#ffffff80;transform:translateY(-50%) scale(1.1)}.sdg-nav-prev{left:20px}.sdg-nav-next{right:20px}.sdg-nav-arrow{font-size:28px;font-weight:700;color:#fff;line-height:1}.sdg-logo-container{display:flex;justify-content:center;align-items:center;margin-bottom:60px}.sdg-logo-large{width:280px;height:280px;-o-object-fit:contain;object-fit:contain}.sdg-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:80px;max-width:1100px;margin:0 auto}.sdg-stat-item{text-align:center;padding:30px 20px;background:#ffffff26;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,background .3s ease;display:flex;flex-direction:column;justify-content:space-between;gap:20px}.sdg-stat-item:hover{transform:translateY(-5px);background:#ffffff40}.sdg-stat-number{font-size:38px;font-weight:700;margin-bottom:12px;line-height:1}.sdg-stat-label{font-size:30px;font-weight:400;opacity:.95;letter-spacing:.5px}.sdgs-section-3{padding:80px 0;background-color:#f8f9fa;min-height:100vh;display:flex;align-items:center}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px}.news-card{background:#fff;border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;display:flex;flex-direction:column;text-decoration:none;color:inherit;box-shadow:0 4px 12px #00000014}.news-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.news-image{width:100%;height:240px;overflow:hidden;background-color:#e9ecef}.news-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.news-card:hover .news-image img{transform:scale(1.05)}.news-content{display:flex;flex-direction:column;justify-content:space-between;flex:1;padding:24px}.news-header{display:flex;flex-direction:column;gap:8px}.news-body{margin-top:auto;padding-top:12px}.news-title{font-size:22px;font-weight:600;color:#1a1a1a;margin:0;line-height:1.4;font-family:Poppins,sans-serif;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-date{font-size:14px;color:#6c757d;margin:0;font-weight:500}.news-excerpt{font-size:15px;color:#495057;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-button-container{display:flex;justify-content:center;align-items:center}.read-more-btn{background-color:#1a1a1a;color:#fff;border:none;padding:16px 48px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;font-family:Poppins,sans-serif}.read-more-btn:hover{background-color:#333;transform:translateY(-2px)}.read-more-btn:active{transform:translateY(0)}.sdgs-section-4{padding:80px 0;background-color:#fff}.research-list{display:flex;flex-direction:column;gap:24px;margin-bottom:60px}.research-card{background:#fff;border-radius:32px;padding:16px 32px;display:grid;grid-template-columns:auto 1fr;gap:32px;align-items:center;text-decoration:none;color:inherit;cursor:pointer;border:2px solid #e9ecef;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.research-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a;border-color:#dee2e6}.research-icon{width:80px;height:80px;padding:10px;border-radius:100%;display:flex;justify-content:center;align-items:center;flex-shrink:0}.research-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.research-content{display:flex;flex-direction:column;gap:8px}.research-title{font-size:20px;font-weight:600;color:#1a1a1a;line-height:1.4;font-family:Poppins,sans-serif;margin:0}.research-date{font-size:14px;color:#6c757d;font-weight:500;margin:0}.research-button-container{display:flex;justify-content:center;align-items:center}.research-button-container .section-button{background-color:#f8f9fa}.sdgs-section-5{padding:80px 0;background-color:#f8f9fa}.community-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px}.community-card{background:#fff;border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;display:flex;flex-direction:column;text-decoration:none;color:inherit;box-shadow:0 4px 12px #00000014}.community-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.community-image{width:100%;height:240px;overflow:hidden;background-color:#e9ecef}.community-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.community-card:hover .community-image img{transform:scale(1.05)}.community-content{display:flex;flex-direction:column;justify-content:space-between;flex:1;padding:24px}.community-header{display:flex;flex-direction:column;gap:8px}.community-body{margin-top:auto;padding-top:12px}.community-title{font-size:22px;font-weight:600;color:#1a1a1a;margin:0;line-height:1.4;font-family:Poppins,sans-serif;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.community-date{font-size:14px;color:#6c757d;margin:0;font-weight:500}.community-excerpt{font-size:15px;color:#495057;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.community-button-container{display:flex;justify-content:center;align-items:center}.empty-section{text-align:center;padding:3rem 2rem;background:#ffffff80;border-radius:12px;margin:2rem 0}.empty-section p{font-size:1rem;color:#6b7280;margin:0}@media (max-width: 768px){.section-button-container{padding-top:80px!important}.sdgs-section-2{padding:60px 0}.sdg-nav-btn{width:50px;height:50px;top:17%}.sdg-nav-prev{left:10px}.sdg-nav-next{right:10px}.sdg-nav-arrow{font-size:24px}.sdg-logo-large{width:200px;height:200px}.sdg-logo-container{margin-bottom:40px}.sdg-stats-grid{grid-template-columns:1fr;gap:20px}.sdg-stat-number{font-size:48px}.sdg-stat-label{font-size:16px}.sdgs-section-3{padding:60px 0}.news-grid{grid-template-columns:1fr;gap:24px}.news-content{padding:20px}.news-title{font-size:20px}.news-date{font-size:13px}.read-more-btn{padding:14px 40px;font-size:15px}.sdgs-section-4{padding:60px 0}.research-card{padding:24px;gap:20px}.research-icon{width:60px;height:60px}.research-title{font-size:18px}.research-date{font-size:13px}.sdgs-section-5{padding:60px 0}.community-grid{grid-template-columns:1fr;gap:24px}.community-content{padding:20px}.community-title{font-size:20px}.community-date{font-size:13px}}@media (max-width: 480px){.sdgs-section-2{padding:40px 0}.sdg-nav-btn{width:40px;height:40px}.sdg-nav-prev{left:5px}.sdg-nav-next{right:5px}.sdg-nav-arrow{font-size:20px}.sdg-logo-large{width:150px;height:150px}.sdg-stat-number{font-size:40px}.sdg-stat-label{font-size:15px}.sdg-stat-item{padding:20px 15px}.sdgs-section-3{padding:40px 0}.news-image{height:200px}.news-content{padding:18px}.news-title{font-size:18px}.news-date{font-size:13px}.news-excerpt{font-size:14px}.read-more-btn{padding:12px 32px;font-size:14px}.sdgs-section-4{padding:40px 0}.research-card{grid-template-columns:1fr;gap:16px;padding:20px;text-align:center}.research-icon{width:50px;height:50px;margin:0 auto}.research-title{font-size:16px}.research-date{font-size:12px}.research-list{gap:16px}.sdgs-section-5{padding:40px 0}.community-image{height:200px}.community-content{padding:18px}.community-title{font-size:18px}.community-date{font-size:13px}.community-excerpt{font-size:14px}}.sdgs-layout-section{padding:80px 0;height:100vh;display:flex;align-items:center}.sdgs-grid{display:flex;flex-direction:column;gap:5px;width:100%}.sdgs-column{display:flex;flex-direction:row;gap:5px;width:100%}.sdgs-column a{display:block;cursor:pointer;transition:transform .3s ease;flex:1}.sdgs-column a:hover{transform:scale(1.05)}.sdgs-column img{width:100%;height:auto;aspect-ratio:1 / 1;-o-object-fit:cover;object-fit:cover;display:block;border-radius:12px}@media (max-width: 767px){.sdgs-layout-section{padding-bottom:0}.sdgs-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:5px}.sdgs-column{display:contents}}@media (max-width: 480px){.sdgs-grid{grid-template-columns:repeat(5,1fr);gap:4px}.sdgs-column img{border-radius:8px}.sdgs-column:nth-child(2) a:nth-child(7){grid-column-start:2}}.post-detail{padding:4rem 0;background:#fff}.post-detail .container{max-width:900px;margin:0 auto;padding:0 1.5rem}.post-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.post-title{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:1rem;line-height:1.3}.post-meta{display:flex;gap:1.5rem;justify-content:center;align-items:center;margin-bottom:1.5rem;color:#6b7280;font-size:.95rem}.post-date,.post-author{display:inline-flex;align-items:center}.post-sdgs{display:flex;gap:.75rem;justify-content:center;align-items:center;flex-wrap:wrap}.post-sdg-icon{width:60px;height:60px;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.post-sdgs a:hover .post-sdg-icon{transform:scale(1.1)}.post-featured-image{margin-bottom:3rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.post-featured-image img{width:100%;height:auto;display:block}.post-content{margin-bottom:3rem}.post-research-link-wrap{margin:0 0 2rem}.post-research-link-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;background:#0057a8;color:#fff;border-radius:8px;font-weight:600;text-decoration:none;transition:background-color .2s ease}.post-research-link-btn:hover{background:#003d7a}.post-research-link-btn--disabled,.post-research-link-btn--disabled:hover{background:#9ca3af;cursor:not-allowed}.post-excerpt{font-size:1.25rem;font-weight:500;color:#374151;margin-bottom:2rem;padding:1.5rem;background:#f9fafb;border-left:4px solid #003d7a;border-radius:4px}.post-body{font-size:1.1rem;line-height:1.8;color:#4b5563}.post-body p{margin-bottom:1.5rem}.post-categories{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;padding:1.5rem;background:#f9fafb;border-radius:8px}.category-badge{display:inline-block;padding:.5rem 1rem;background:#003d7a;color:#fff;border-radius:20px;font-size:.875rem;font-weight:500}.post-recommendation-section{padding:5rem 0;background:#f8f9fa}.post-recommendation-section .container{max-width:1440px;padding:0 20px}.post-recommendation-section .section-title{margin-bottom:3rem}.recommendation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.recommendation-card{background:#fff;border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;display:flex;flex-direction:column;text-decoration:none;color:inherit;box-shadow:0 4px 12px #00000014}.recommendation-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.recommendation-image{width:100%;height:200px;overflow:hidden;background-color:#e9ecef}.recommendation-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.recommendation-card:hover .recommendation-image img{transform:scale(1.05)}.recommendation-content{display:flex;flex-direction:column;justify-content:space-between;flex:1;padding:20px}.recommendation-header{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.recommendation-title{font-size:18px;font-weight:600;color:#1a1a1a;margin:0;line-height:1.4;font-family:Poppins,sans-serif;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recommendation-date{font-size:13px;color:#6c757d;margin:0;font-weight:500}.recommendation-body{margin-bottom:12px}.recommendation-excerpt{font-size:14px;color:#495057;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.recommendation-tags{display:flex;flex-direction:column;gap:10px;margin-top:auto;padding-top:12px;border-top:1px solid #e9ecef}.recommendation-category-badge{display:inline-block;background:#00356b;color:#fff;padding:4px 12px;border-radius:4px;font-size:11px;font-weight:600;width:-moz-fit-content;width:fit-content;text-transform:uppercase;letter-spacing:.5px}.recommendation-sdgs{display:flex;gap:6px;align-items:center}.recommendation-sdg-icon{width:28px;height:28px;-o-object-fit:contain;object-fit:contain;transition:transform .2s ease}.recommendation-sdg-icon:hover{transform:scale(1.15)}@media (max-width: 1024px){.recommendation-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width: 768px){.post-recommendation-section{padding:3rem 0}.post-recommendation-section .section-title{font-size:1.75rem;margin-bottom:2rem}.recommendation-grid{grid-template-columns:1fr;gap:20px}.recommendation-image{height:180px}.post-title{font-size:1.875rem}.post-meta{flex-direction:column;gap:.5rem}.post-excerpt{font-size:1.1rem;padding:1rem}.post-body{font-size:1rem}.post-sdg-icon{width:50px;height:50px}}.category-hero.uny{color:#fff;text-align:center;height:calc(100vh - 5rem);display:flex;flex-direction:column;align-items:center;justify-content:center}.category-hero-content{max-width:1000px;margin:0 auto}.category-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.category-hero .section-title{margin-bottom:.25rem}.category-search-combined{max-width:980px}.category-description{font-size:1.05rem;margin-bottom:.6rem;opacity:.95;line-height:1.6;margin-left:auto;margin-right:auto;color:#ffffffe6}.category-search-bar{max-width:850px;margin:0 auto;margin-top:2rem}.search-form{display:flex;align-items:center;background:#fff;border-radius:50px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:box-shadow .3s ease}.search-form:focus-within{box-shadow:0 6px 20px #00000026}.search-input{flex:1;padding:1rem 1.5rem;border:none;outline:none;font-size:1rem;color:#1a202c;background:transparent}.search-input::-moz-placeholder{color:#9ca3af}.search-input::placeholder{color:#9ca3af}.search-button{padding:1rem 1.5rem;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#fff}.search-button:hover{background:#e7e7e7}.search-button svg{width:20px;height:20px}.category-filter-section{background:#fff;border-bottom:1px solid #e5e7eb;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.filter-section-title{font-size:1.75rem;font-weight:700;margin-bottom:2rem;text-align:center}.filter-form{max-width:1440px;margin:0 auto}.filter-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.filter-group{display:flex;flex-direction:column}.filter-label{font-size:.95rem;font-weight:600;color:#374151;margin-bottom:.5rem}.filter-select{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;color:#1a202c;background:#fff;cursor:pointer;transition:all .3s ease}.filter-select:focus{outline:none;border-color:#003d7a;box-shadow:0 0 0 3px #003d7a1a}.filter-select:hover{border-color:#003d7a}.filter-actions{display:flex;gap:1rem;justify-content:center;align-items:center}.filter-btn{padding:.75rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;display:inline-block;text-align:center}.filter-btn-apply{background:#003d7a;color:#fff}.filter-btn-apply:hover{background:#002952;transform:translateY(-2px);box-shadow:0 4px 12px #003d7a4d}.filter-btn-clear{background:#e5e7eb;color:#374151}.filter-btn-clear:hover{background:#d1d5db}.search-result-info{display:flex;justify-content:space-between;align-items:center;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:1rem 1.5rem;margin-bottom:2rem}.search-result-info p{margin:0;color:#0c4a6e;font-size:.95rem}.search-result-info strong{color:#003d7a;font-weight:600}.clear-search-btn{background:#003d7a;color:#fff;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .2s ease;white-space:nowrap}.clear-search-btn:hover{background:#002952;transform:translateY(-1px)}.category-statistics-section{padding:4rem 0;background:#fff;height:100vh}.sdg-statistics-list{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:10px;background:#fff;border-radius:12px;position:relative;max-height:calc(100vh - 16rem);overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;padding:1rem 0;scrollbar-width:thin;scrollbar-color:#00356B #f1f5f9}.sdg-statistics-list::-webkit-scrollbar{width:12px}.sdg-statistics-list::-webkit-scrollbar-track{background:linear-gradient(to right,#f8fafc,#f1f5f9,#f8fafc);border-radius:10px;margin:1rem 0;box-shadow:inset 0 0 6px #0000000d}.sdg-statistics-list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#00356b,#003d7a,#00356b);border-radius:10px;border:2px solid #f1f5f9;box-shadow:0 2px 6px #00356b4d,inset 0 1px #fff3;-webkit-transition:all .3s ease;transition:all .3s ease}.sdg-statistics-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#002952,#003560,#002952);border-color:#e2e8f0;box-shadow:0 4px 12px #00356b66,inset 0 1px #ffffff4d;transform:scaleX(1.1)}.sdg-statistics-list::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#001f3d,#002952,#001f3d);box-shadow:0 2px 8px #00356b80,inset 0 1px #ffffff26}.sdg-statistics-list:before{content:"";position:absolute;left:calc(104px + 2.25rem);top:1rem;width:4px;height:1863px;background:#1a202c;z-index:1;pointer-events:none}.sdg-stat-row{display:flex;align-items:center;gap:20px;border-radius:8px;position:relative}.sdg-stat-row:after{content:"";position:absolute;left:calc(2rem + 85px);top:50%;width:1.5rem;height:3px;background:#1a202c;z-index:1}.sdg-stat-logo{flex-shrink:0;width:100px;height:100px;display:block;transition:transform .3s ease,opacity .3s ease;cursor:pointer}.sdg-stat-logo:hover{transform:scale(1.05)}.sdg-stat-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:8px}.sdg-stat-bar-container{flex:1;height:60px;background:transparent;overflow:hidden;position:relative;padding-left:1.5rem;padding-right:10px;z-index:2}.sdg-stat-bar{height:100%;border-radius:0 15px 15px 0;display:flex;align-items:center;justify-content:flex-end;padding-right:1rem;transition:width .6s ease;min-width:60px}.sdg-stat-count{color:#fff;font-weight:700;font-size:1rem;text-shadow:0 1px 2px rgba(0,0,0,.3)}.category-posts-section{padding:4rem 0;background:#f8fafc;min-height:60vh}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;margin-bottom:3rem}.posts-list.research-layout{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.post-card-horizontal{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease;display:flex;flex-direction:row;min-height:180px}.post-card-horizontal:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.post-card-image-left{position:relative;width:280px;min-width:280px;height:auto;overflow:hidden;background:#e5e7eb;flex-shrink:0}.post-card-image-left img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.post-card-horizontal:hover .post-card-image-left img{transform:scale(1.05)}.book-icon-overlay{position:absolute;top:1rem;left:1rem;background:#fffffff2;padding:.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.book-icon-overlay img{width:32px;height:32px;-o-object-fit:contain;object-fit:contain}.post-card-content-right{padding:1.5rem;flex:1;display:flex;flex-direction:column}.post-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.post-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.post-card-image{position:relative;width:100%;height:280px;overflow:hidden;background:#e5e7eb}.post-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.post-card:hover .post-card-image img{transform:scale(1.05)}.post-card-sdgs-footer{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;padding-top:1rem;margin-top:1rem;border-top:1px solid #e5e7eb}.post-card-sdgs-footer .sdg-icon-link{display:inline-block;line-height:0;cursor:pointer}.post-card-sdg-icon{width:35px;height:35px;-o-object-fit:contain;object-fit:contain;border-radius:4px;transition:transform .2s ease;display:block}.post-card-sdgs-footer .sdg-icon-link:hover .post-card-sdg-icon{transform:scale(1.1)}.post-card-sdg-more{background:#f3f4f6;color:#6b7280;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.post-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.post-card-title{font-size:1.25rem;font-weight:600;color:#1a202c;margin-bottom:.5rem;line-height:1.4;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-card-date{font-size:.875rem;color:#6b7280;margin-bottom:.75rem;font-weight:500}.post-card-excerpt{font-size:.95rem;color:#4b5563;line-height:1.6;flex:1;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.empty-state{text-align:center;padding:4rem 2rem;color:#6b7280}.empty-state p{font-size:1.125rem}@media (max-width: 1440px){.section-title.text-uny{font-size:2rem}.sdg-statistics-list{max-height:calc(100vh - 12rem)}.sdg-stat-logo{width:80px;height:80px}.sdg-stat-bar-container{height:50px}.sdg-statistics-list:before{left:calc(84px + 2.25rem);height:1520px}.sdg-stat-row:after{left:calc(2rem + 65px)}}@media (max-width: 768px){.category-hero{padding:3rem 0 2rem}.category-title{font-size:2rem}.category-description{font-size:1rem}.category-search-bar{max-width:100%;padding:0 1rem}.search-input{padding:.875rem 1.25rem;font-size:.95rem}.search-button{padding:.875rem 1.25rem}.filter-grid{grid-template-columns:1fr;gap:1rem}.search-result-info{flex-direction:column;gap:1rem;text-align:center}.search-result-info p{font-size:.9rem}.clear-search-btn{width:100%}.filter-actions{flex-direction:column;width:100%}.filter-btn{width:100%}.sdg-statistics-list{max-height:550px;padding:1rem;-webkit-overflow-scrolling:touch;scrollbar-color:#00356B #f8fafc}.sdg-statistics-list::-webkit-scrollbar{width:8px}.sdg-statistics-list::-webkit-scrollbar-track{background:#f8fafc;border-radius:8px;margin:.5rem 0}.sdg-statistics-list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#00356b,#003d7a);border-radius:8px;border:1.5px solid #f8fafc;box-shadow:0 2px 4px #00356b33}.sdg-statistics-list::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#002952,#003560)}.sdg-statistics-list:before{display:none}.sdg-stat-row{gap:15px}.sdg-stat-row:after{display:none}.sdg-stat-logo{width:70px;height:70px}.sdg-stat-bar-container{height:50px;padding-left:0}.sdg-stat-bar{border-radius:0 10px 10px 0;min-width:50px}.sdg-stat-count{font-size:.9rem;font-weight:600}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:1.5rem}.post-card-horizontal{min-height:150px}.post-card-image-left{width:160px;min-width:160px}.post-card-content-right{padding:1rem}.book-icon-overlay{top:.5rem;left:.5rem;padding:.4rem}.book-icon-overlay img{width:24px;height:24px}.post-card-image{height:200px}}@media (max-width: 480px){.category-title{font-size:1.5rem}.category-description{font-size:.95rem}.search-input{padding:.75rem 1rem;font-size:.9rem}.search-button{padding:.75rem 1rem}.filter-section-title{font-size:1.5rem}.sdg-stat-logo{width:60px;height:60px}.sdg-stat-bar-container{height:45px}.sdg-stat-count{font-size:.85rem}.post-card-horizontal{min-height:120px}.post-card-image{height:120px}.post-card-content{padding:.75rem}.post-card-image-left{width:120px;min-width:120px}.post-card-content-right{padding:.75rem}.book-icon-overlay{top:.4rem;left:.4rem;padding:.3rem}.book-icon-overlay img{width:20px;height:20px}.post-card-sdgs{flex-wrap:wrap}.post-card-sdg-icon{width:30px;height:30px}.post-card-title{font-size:.75rem;margin-bottom:0}.post-card-excerpt{font-size:.6rem}.post-card-content-right .post-card-title{font-size:.75rem;line-clamp:2;-webkit-line-clamp:2}.post-card-content-right .post-card-excerpt{font-size:.6rem;line-clamp:2;-webkit-line-clamp:2}.post-card-date{font-size:.55rem;margin-bottom:.3rem}.post-card-sdgs-footer{padding-top:.2rem;margin-top:0rem}}:root{--search-hero-overlay: linear-gradient(160deg, rgba(0, 42, 92, .78) 0%, rgba(0, 72, 132, .58) 100%);--search-panel-bg: rgba(6, 36, 76, .32);--search-panel-border: rgba(255, 255, 255, .22);--search-panel-shadow: 0 10px 24px rgba(0, 18, 46, .18);--search-accent: #ffd166;--search-text-strong: #ffffff;--search-text-soft: rgba(255, 255, 255, .84);--search-card-bg: #ffffff;--search-card-border: #dbe3ee;--search-card-shadow: 0 16px 32px rgba(15, 23, 42, .08)}.search-hero-section{position:relative;min-height:calc(100vh - 5rem);display:flex;align-items:center;justify-content:center;overflow:hidden;isolation:isolate}.search-hero-section:before,.search-hero-section:after{display:none}.section-title.text-uny{margin-bottom:1.75rem!important}.section-title.text{color:var(--search-text-strong);font-size:2.35rem;font-weight:700;text-align:center;margin-bottom:.3rem;text-shadow:0 4px 12px rgba(0,20,54,.28);letter-spacing:.01em}.search-subtitle{display:none}.search-hero-background{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1;transform:none}.search-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--search-hero-overlay);z-index:2}.search-search-bar{position:relative;z-index:3;width:100%;max-width:980px;margin:0 auto;padding:1.5rem;display:flex;flex-direction:column;justify-content:center;gap:1rem;border-radius:18px;background:var(--search-panel-bg);border:1px solid var(--search-panel-border);box-shadow:var(--search-panel-shadow)}.search-form{display:flex;align-items:center;background:#fff;border-radius:32px;overflow:hidden;border:1px solid #d4deea;box-shadow:0 4px 14px #03142e1f;transition:border-color .2s ease,box-shadow .2s ease}.search-form:focus-within{border-color:#7db7ff;box-shadow:0 6px 16px #0620482e}.search-input{flex:1;min-height:32px;padding:.9rem 1.2rem;border:none;outline:none;font-size:1rem;color:#1a202c;background:transparent}.search-input::-moz-placeholder{color:#90a0b8}.search-input::placeholder{color:#90a0b8}.search-button{padding:1rem 1.25rem;min-width:56px;background:#00356b;border:none;border-left:1px solid #d4deea;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.search-button:hover{background:#0a4b8a}.search-button svg{width:20px;height:20px;stroke:#fff}.search-hero-notification{margin-top:1.5rem;text-align:center}.search-result-text{color:#fff;font-size:1.1rem;margin:0;font-weight:400;text-shadow:0 2px 4px rgba(0,0,0,.2)}.search-result-text strong{font-weight:600}.search-result-text.no-results{color:#fbbf24}.search-filter-section{display:none}.filter-form{width:100%;max-width:100%;margin:0;background:#ffffff14;padding:.95rem 1.1rem;border-radius:32px;border:1px solid rgba(255,255,255,.19)}.filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-bottom:.8rem}.filter-group{display:flex;flex-direction:column;gap:.36rem}.filter-label{font-size:.76rem;font-weight:600;color:var(--search-text-soft);text-transform:uppercase;letter-spacing:.08em}.filter-select{min-height:32px;padding:.55rem .82rem;border:1px solid rgba(255,255,255,.24);border-radius:32px;font-size:.9rem;color:#1a202c;background:#fffffff5;cursor:pointer;transition:border-color .22s ease,box-shadow .22s ease}.filter-select:focus{outline:none;border-color:#2f7ecf;box-shadow:0 0 0 3px #2f7ecf29}.filter-select:hover{border-color:#2f7ecf}.filter-actions{display:flex;gap:.7rem;justify-content:center;align-items:center}.filter-btn{padding:.56rem 1.2rem;border-radius:10px;font-size:.86rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease;border:none;text-decoration:none;display:inline-block;text-align:center}.filter-btn-apply{color:#fff}.filter-btn-apply:hover{box-shadow:0 6px 14px #001c3c33;opacity:.94}.filter-btn-clear{background:#ffffffe0;color:#1e293b}.filter-btn-clear:hover{background:#fff}.search-result-info{display:flex;justify-content:space-between;align-items:center;min-height:32px;background:#ffffff17;border:1px solid rgba(255,255,255,.18);border-radius:32px;padding:.62rem .9rem;margin:0}.search-result-info p{margin:0;color:var(--search-text-soft);font-size:.88rem;font-weight:500}.search-result-info strong{font-weight:600}.result-count{color:var(--search-accent);font-weight:700}.result-query{color:#fff!important;font-weight:700}.search-result-actions{display:flex;align-items:center;gap:.45rem}.jump-search-btn.uny{color:#fff}.jump-search-btn,.clear-search-btn{text-decoration:none;font-weight:600;font-size:.8rem;padding:.42rem .82rem;border-radius:999px;color:#052a58;background:#fff;transition:background-color .2s ease}.jump-search-btn:hover,.clear-search-btn:hover{background:#edf4fc}.jump-search-btn.uny:hover{background:#002a56!important}.search-results-section{position:relative;padding:5rem 0;background:#f4f7fb}.search-results-section .container{position:relative;z-index:1}.search-results-section .section-title{margin-bottom:2.1rem}.search-results-section .section-title:after{content:"";width:88px;height:3px;border-radius:999px;background:linear-gradient(90deg,#00356b,#2f7ecf);display:block;margin:.85rem auto 0}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.6rem}.post-card{position:relative;border-radius:16px;border:1px solid var(--search-card-border);box-shadow:0 8px 18px #0f172a14;background:var(--search-card-bg);transition:transform .2s ease,box-shadow .2s ease}.post-card:hover{transform:translateY(-4px);border-color:#bdd1e8;box-shadow:0 12px 22px #0f172a1f}.post-card-image{height:220px}.post-card-content{padding:1.2rem 1.2rem 1.05rem;gap:.2rem}.post-card-title{font-size:1.13rem;line-height:1.35;margin-bottom:.48rem}.post-card-date{font-size:.78rem;margin-bottom:.62rem;text-transform:uppercase;letter-spacing:.05em;color:#60728a}.post-card-excerpt{line-clamp:3;-webkit-line-clamp:3;font-size:.92rem}.post-card-tags{display:flex;flex-direction:column;gap:.68rem;margin-top:.85rem}.post-category-badge{display:inline-block;background:linear-gradient(120deg,#00356b,#0057a8);color:#fff;padding:.26rem .64rem;border-radius:999px;font-size:.68rem;font-weight:700;width:-moz-fit-content;width:fit-content;letter-spacing:.06em;text-transform:uppercase}.post-card-sdgs-footer{padding-top:.75rem;margin-top:.2rem;border-top:1px solid #e5edf6;gap:.38rem}.post-card-sdg-icon{width:31px;height:31px;border-radius:6px;border:1px solid #d5dfec;background:#fff}.empty-state{text-align:center;padding:3.4rem 1.6rem;background:linear-gradient(180deg,#fff,#f7fafd);border-radius:18px;border:1px solid #dbe6f3;box-shadow:0 8px 20px #0f172a0f}.empty-state p{font-size:1.03rem;color:#526174;margin-bottom:1.2rem}.empty-state .section-button{margin-top:.5rem}@media (max-width: 1024px){.search-search-bar{max-width:940px;padding:1.25rem}.filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.search-hero-section{min-height:auto;padding:5.4rem 0 3.6rem}.search-search-bar{max-width:95%;padding:1rem;border-radius:20px}.section-title.text{font-size:1.95rem}.search-result-info{padding:.7rem .8rem;font-size:.84rem;flex-direction:column;align-items:flex-start;gap:.5rem}.search-result-actions{width:100%;justify-content:flex-start}.filter-form{padding:.8rem;border-radius:32px}.filter-grid{grid-template-columns:1fr;gap:.65rem}.filter-label{font-size:.74rem}.filter-select{padding:.48rem .66rem;font-size:.84rem}.filter-actions{width:100%}.filter-btn{flex:1;padding:.52rem .9rem;font-size:.8rem}.search-results-section{padding:2.4rem 0}.search-results-section .section-title{font-size:1.72rem;margin-bottom:1.8rem}.posts-grid{grid-template-columns:1fr;gap:1.15rem}.post-card-image{height:206px}}@media (max-width: 480px){.search-search-bar{gap:.7rem;max-width:100%;padding:.85rem}.section-title.text{font-size:1.58rem}.search-form{border-radius:32px}.search-input{padding:.72rem .85rem;font-size:.9rem}.search-button{padding:.72rem .95rem}.search-result-info{padding:.58rem .72rem}.clear-search-btn{font-size:.76rem;padding:.36rem .7rem}.post-card-content{padding:1rem}.post-category-badge{font-size:.62rem}}.pagination-container{margin-top:3rem;display:flex;justify-content:center}.pagination-wrapper{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-top:3rem;padding:2rem 0}.pagination-info{text-align:center}.pagination-text{font-size:.95rem;color:#64748b;font-weight:400}.pagination-text .font-semibold{font-weight:600;color:#1e293b}.pagination-links{display:flex;align-items:center;gap:.5rem;list-style:none;flex-wrap:wrap;justify-content:center}.pagination-item{display:inline-flex}.pagination-link{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:.5rem .75rem;font-size:.95rem;font-weight:500;color:#475569;background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;transition:all .2s ease;cursor:pointer;text-decoration:none;gap:.5rem}.pagination-link:hover:not(.disabled){background-color:#f8fafc;border-color:#cbd5e1;color:#1e293b;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.pagination-link.active{background:linear-gradient(135deg,#003d7a,#06c);color:#fff;border-color:#003d7a;font-weight:600;box-shadow:0 4px 6px #003d7a33}.pagination-link.active:hover{background:linear-gradient(135deg,#002d5a,#0052a3);transform:translateY(-1px);box-shadow:0 6px 8px #003d7a4d}.pagination-item.disabled .pagination-link{color:#cbd5e1;cursor:not-allowed;background-color:#f8fafc;border-color:#e2e8f0}.pagination-item.disabled .pagination-link:hover{transform:none;box-shadow:none}.pagination-prev,.pagination-next{font-weight:600;padding:.5rem 1rem}.pagination-prev svg{margin-right:.25rem}.pagination-next svg{margin-left:.25rem}.pagination-dots{border:none;background:transparent;color:#94a3b8;cursor:default;min-width:30px}.pagination-dots:hover{transform:none;box-shadow:none;background:transparent}@media (max-width: 768px){.pagination-wrapper{gap:1rem;margin-top:2rem}.pagination-text{font-size:.875rem}.pagination-links{gap:.375rem}.pagination-link{min-width:36px;height:36px;padding:.375rem .625rem;font-size:.875rem}.pagination-prev,.pagination-next{padding:.375rem .75rem}.pagination-prev svg+*,.pagination-next *+svg{display:none}.pagination-prev svg,.pagination-next svg{margin:0}}@media (max-width: 480px){.pagination-link{min-width:32px;height:32px;padding:.25rem .5rem;font-size:.8125rem}.pagination-prev,.pagination-next{padding:.25rem .5rem}.pagination-item:not(.active):not(:has(.pagination-prev)):not(:has(.pagination-next)):not(:has(.pagination-dots)){display:none}.pagination-item.active,.pagination-item:has(.pagination-prev),.pagination-item:has(.pagination-next),.pagination-item:has(.pagination-dots){display:inline-flex}.pagination-item.active+.pagination-item,.pagination-item:has(+.pagination-item.active){display:inline-flex!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pagination-wrapper{animation:fadeIn .3s ease-out}.pagination-link:focus{outline:2px solid #003d7a;outline-offset:2px}.pagination-link:focus:not(:focus-visible){outline:none}.pagination-wrapper.uny .pagination-link.active{background:linear-gradient(135deg,#003d7a,#06c);border-color:#003d7a}.pagination-wrapper.uny .pagination-link:hover:not(.disabled):not(.active){border-color:#003d7a;color:#003d7a}.error-404-section{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.error-404-content{text-align:center;max-width:600px;margin:0 auto}.error-404-illustration{margin-bottom:40px;position:relative}.error-404-number{font-size:150px;font-weight:700;color:#e9ecef;line-height:1;margin:0;font-family:Poppins,sans-serif;letter-spacing:-5px}.error-404-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#6c757d;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-10px)}}.error-404-text{margin-top:20px}.error-404-title{font-size:42px;font-weight:700;color:#1a1a1a;margin-bottom:20px;font-family:Poppins,sans-serif}.error-404-description{font-size:18px;color:#6c757d;line-height:1.6;margin-bottom:40px;max-width:500px;margin-left:auto;margin-right:auto}.error-404-actions{display:flex;gap:16px;justify-content:center;margin-bottom:30px;flex-wrap:wrap}.error-404-btn{padding:14px 32px;font-size:16px;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;font-family:Poppins,sans-serif}.error-404-btn-primary{background-color:#1a1a1a;color:#fff}.error-404-btn-primary:hover{background-color:#333;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.error-404-btn-secondary{background-color:transparent;color:#1a1a1a;border:2px solid #1a1a1a}.error-404-btn-secondary:hover{background-color:#1a1a1a;color:#fff;transform:translateY(-2px)}.error-404-help{margin-top:30px;font-size:15px;color:#6c757d}.error-404-link{color:#1a1a1a;font-weight:600;text-decoration:none;border-bottom:2px solid #1a1a1a;transition:all .3s ease}.error-404-link:hover{color:#333;border-bottom-color:#333}@media (max-width: 768px){.error-404-section{padding:60px 0;min-height:calc(100vh - 150px)}.error-404-number{font-size:100px}.error-404-icon{width:80px;height:80px}.error-404-icon svg{width:80px;height:80px}.error-404-title{font-size:32px}.error-404-description{font-size:16px}.error-404-actions{flex-direction:column;align-items:center}.error-404-btn{width:100%;max-width:280px;justify-content:center}}@media (max-width: 480px){.error-404-section{padding:40px 0}.error-404-number{font-size:80px}.error-404-icon{width:60px;height:60px}.error-404-icon svg{width:60px;height:60px}.error-404-title{font-size:28px}.error-404-description{font-size:15px}.error-404-btn{padding:12px 24px;font-size:15px}}html.loading-active,body.loading-active{overflow:hidden!important;overscroll-behavior:none}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#00356b,#004080,#00356b);background-size:200% 200%;animation:gradientShift 8s ease infinite;display:flex;justify-content:center;align-items:center;z-index:99999;transition:opacity .5s ease,visibility .5s ease;overflow:hidden}.loading-screen:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}.loading-screen.hidden{opacity:0;visibility:hidden}.loading-container{text-align:center;display:flex;flex-direction:column;align-items:center;gap:2.5rem;position:relative;z-index:2}.loading-logo-wrapper{position:relative;width:220px;height:220px;display:flex;justify-content:center;align-items:center}.loading-logo{position:relative;z-index:5;width:160px;height:160px;background:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;padding:28px;box-shadow:0 0 30px #ffffff4d,0 0 60px #fff3,0 10px 40px #0000004d;animation:logoFloat 3s ease-in-out infinite}.loading-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.loading-spinner{position:absolute;top:0;left:0;width:220px;height:220px;border:7px solid transparent;border-top-color:#fffc;border-right-color:#fff9;border-radius:50%;animation:spinFast 1.5s cubic-bezier(.68,-.55,.265,1.55) infinite;z-index:3}.loading-spinner:before{content:"";position:absolute;top:-15px;left:-15px;width:220px;height:220px;border:4px solid transparent;border-bottom-color:#fff6;border-left-color:#ffffff4d;border-radius:50%;animation:spinReverse 2s linear infinite}.loading-spinner:after{content:"";position:absolute;top:10px;left:10px;width:180px;height:180px;border:3px dashed rgba(255,255,255,.25);border-radius:50%;animation:spinSlow 3s linear infinite}.loading-text{color:#fff;font-size:1.625rem;font-weight:600;font-family:Poppins,sans-serif;margin:0;letter-spacing:2px;text-shadow:0 2px 10px rgba(0,0,0,.3);display:flex;align-items:center;gap:.5rem}.loading-text:after{content:"";display:inline-block;width:8px;height:8px;background:#fff;border-radius:50%;animation:dotPulse 1.5s ease-in-out infinite}.loading-container:before,.loading-container:after{content:"";position:absolute;width:100px;height:100px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.15) 0%,transparent 70%);z-index:1}.loading-container:before{top:-50px;left:-80px;animation:floatParticle1 6s ease-in-out infinite}.loading-container:after{bottom:-50px;right:-80px;animation:floatParticle2 7s ease-in-out infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinFast{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinReverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes spinSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes logoFloat{0%,to{transform:translateY(0) scale(1);box-shadow:0 0 30px #ffffff4d,0 0 60px #fff3,0 10px 40px #0000004d}50%{transform:translateY(0) scale(1.05);box-shadow:0 0 40px #fff6,0 0 80px #ffffff4d,0 15px 50px #0006}}@keyframes dotPulse{0%,to{opacity:.2;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@keyframes floatParticle1{0%,to{transform:translate(0) scale(1);opacity:.3}50%{transform:translate(30px,-30px) scale(1.2);opacity:.6}}@keyframes floatParticle2{0%,to{transform:translate(0) scale(1);opacity:.3}50%{transform:translate(-30px,30px) scale(1.2);opacity:.6}}@media (max-width: 768px){.loading-logo-wrapper{width:180px;height:180px}.loading-logo{width:130px;height:130px;padding:22px}.loading-spinner{width:180px;height:180px;border-width:6px}.loading-spinner:before{width:180px;height:180px;border-width:3px}.loading-spinner:after{width:150px;height:150px}.loading-text{font-size:1.375rem;letter-spacing:1.5px}.loading-container:before,.loading-container:after{width:70px;height:70px}}.green-metric-detail{margin-top:50px}.page-header-section{height:calc(100vh - 5rem);display:flex;flex-direction:column;justify-content:center;padding:60px 0 40px;color:#fff;text-align:center}.page-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.page-description{font-size:1.5rem;max-width:900px;margin:0 auto;opacity:.95;line-height:1.6}.reports-section{padding:60px 0;background-color:#f8f9fa}.reports-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.report-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease;display:flex;flex-direction:column}.report-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000026}.report-cover{position:relative;width:100%;padding-top:141.4%;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden}.report-cover-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.report-card:hover .report-cover-image{transform:scale(1.05)}.report-year-badge{position:absolute;top:15px;right:15px;background:#003d82f2;color:#fff;padding:8px 16px;border-radius:20px;font-weight:600;font-size:.875rem;box-shadow:0 2px 8px #0003}.report-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.report-title{font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:.75rem;line-height:1.4}.report-description{font-size:.875rem;color:#718096;margin-bottom:1.5rem;line-height:1.6;flex:1}.report-download-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:12px 24px;background-color:#003d82;color:#fff;border-radius:8px;font-weight:500;font-size:.9375rem;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;width:100%}.report-download-btn:hover{background-color:#002952;transform:translateY(-2px);box-shadow:0 4px 12px #003d824d;color:#fff}.report-download-btn svg{width:20px;height:20px}.empty-section{text-align:center;padding:80px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.empty-icon{color:#cbd5e0;margin-bottom:1.5rem}.empty-title{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:.75rem}.empty-description{font-size:1rem;color:#718096;max-width:500px;margin:0 auto}@media (max-width: 768px){.page-header-section{padding:40px 0 30px}.page-title{font-size:2rem}.page-description{font-size:1rem}.reports-grid{grid-template-columns:1fr;gap:1.5rem}.report-year-badge{top:10px;right:10px;padding:6px 12px;font-size:.75rem}.report-content{padding:1.25rem}.report-title{font-size:1.125rem}.empty-section{padding:60px 20px}.empty-icon{width:60px;height:60px}.empty-title{font-size:1.25rem}}@media (max-width: 480px){.page-title{font-size:1.75rem}.report-download-btn{padding:10px 20px;font-size:.875rem}}.pdf-reviewer-section{padding:60px 0;background-color:#f8f9fa}.report-selector-container{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:2rem}.report-selector-label{display:block;font-weight:600;font-size:1rem;color:#2d3748;margin-bottom:.75rem}.report-selector{width:100%;padding:12px 16px;font-size:1rem;border:2px solid #e2e8f0;border-radius:8px;background-color:#fff;color:#2d3748;cursor:pointer;transition:all .3s ease;font-family:Inter,sans-serif}.report-selector:hover{border-color:#003d82}.report-selector:focus{outline:none;border-color:#003d82;box-shadow:0 0 0 3px #003d821a}.report-info-container{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:1.5rem}.report-info-title{font-size:1.75rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.report-info-meta{font-size:.9375rem;color:#718096;font-weight:500;margin-bottom:.5rem}.report-info-description{font-size:1rem;color:#4a5568;line-height:1.6;margin-top:.75rem}.pdf-viewer-container{background:#fff;padding:1rem;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:1.5rem}.pdf-viewer{width:100%;height:calc(100vh - 10rem);border-radius:8px;background:#f7fafc}.pdf-actions{display:flex;gap:1rem;flex-wrap:wrap}.pdf-action-btn{flex:1;min-width:200px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:14px 28px;background-color:#003d82;color:#fff;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 2px 8px #003d8233}.pdf-action-btn:hover{background-color:#002952;transform:translateY(-2px);box-shadow:0 4px 12px #003d824d;color:#fff}.pdf-action-btn svg{width:20px;height:20px}@media (max-width: 768px){.pdf-reviewer-section{padding:40px 0}.report-selector-container,.report-info-container{padding:1.25rem}.report-info-title{font-size:1.5rem}.pdf-viewer-container{padding:.75rem}.pdf-actions{flex-direction:column}.pdf-action-btn{min-width:100%}}@media (max-width: 480px){.report-selector{font-size:.9375rem;padding:10px 14px}.pdf-action-btn{padding:12px 24px;font-size:.9375rem}}.evidences-section{padding:60px 0;background-color:#f8f9fa}.evidence-filter-container{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:2rem}.evidence-filter-form{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.filter-label{font-weight:600;font-size:1rem}.sdg-filter-select{flex:1;min-width:250px;padding:12px 16px;font-size:1rem;border:2px solid #e2e8f0;border-radius:8px;background-color:#fff;color:#2d3748;cursor:pointer;transition:all .3s ease;font-family:Inter,sans-serif}.sdg-filter-select:hover{border-color:#003d82}.sdg-filter-select:focus{outline:none;border-color:#003d82;box-shadow:0 0 0 3px #003d821a}.filter-submit-btn{padding:12px 24px;background-color:#003d82;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.filter-submit-btn:hover{background-color:#002952}.evidence-sdg-section{margin-bottom:3rem}.evidence-sdg-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.evidence-sdg-icon{width:80px;height:80px;-o-object-fit:contain;object-fit:contain}.evidence-sdg-info{flex:1}.evidence-sdg-title{font-size:1.75rem;font-weight:700;color:#2d3748;margin-bottom:.25rem}.evidence-count{font-size:.9375rem;color:#718096;font-weight:500}.evidence-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.evidence-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;transition:all .3s ease;border-left:4px solid #003d82}.evidence-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001f}.evidence-card-header{margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #f7fafc}.evidence-indicator-code{display:inline-block;background:#003d82;color:#fff;padding:6px 12px;border-radius:6px;font-weight:600;font-size:.875rem;margin-bottom:.75rem}.evidence-indicator-description{font-size:.9375rem;color:#4a5568;line-height:1.6;font-weight:500}.evidence-metric{margin-bottom:1rem}.evidence-metric-label{font-size:.875rem;font-weight:600;color:#718096;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.evidence-metric-value{font-size:1rem;color:#2d3748;line-height:1.6}.evidence-link-container,.evidence-policy-container{margin-bottom:.75rem}.evidence-link,.evidence-policy-link{display:inline-flex;align-items:center;gap:.5rem;padding:10px 16px;background-color:#f7fafc;color:#003d82;border-radius:8px;font-weight:500;font-size:.9375rem;text-decoration:none;transition:all .3s ease;border:1px solid #e2e8f0}.evidence-link:hover,.evidence-policy-link:hover{background-color:#003d82;color:#fff;border-color:#003d82}.evidence-link svg,.evidence-policy-link svg{width:18px;height:18px}.evidence-comment{margin-top:1rem;padding-top:1rem;border-top:2px solid #f7fafc}.evidence-comment-label{font-size:.875rem;font-weight:600;color:#718096;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.evidence-comment-text{font-size:.9375rem;color:#4a5568;line-height:1.6}.empty-action-btn{display:inline-block;margin-top:1.5rem;padding:12px 28px;background-color:#003d82;color:#fff;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease}.empty-action-btn:hover{background-color:#002952;transform:translateY(-2px);box-shadow:0 4px 12px #003d824d;color:#fff}@media (max-width: 768px){.evidences-section{padding:40px 0}.evidence-filter-container{padding:1.25rem}.evidence-filter-form{flex-direction:column;align-items:stretch}.filter-label{margin-bottom:.5rem}.sdg-filter-select{min-width:100%}.evidence-sdg-header{padding:1.25rem;gap:1rem}.evidence-sdg-icon{width:60px;height:60px}.evidence-sdg-title{font-size:1.5rem}.evidence-cards-grid{grid-template-columns:1fr}.evidence-card{padding:1.25rem}}@media (max-width: 480px){.evidence-sdg-header{flex-direction:column;text-align:center}.evidence-sdg-icon{width:70px;height:70px}.evidence-sdg-title{font-size:1.25rem}.sdg-filter-select{font-size:.9375rem;padding:10px 14px}.evidence-link,.evidence-policy-link{font-size:.875rem;padding:8px 14px}}.auth-login-body{margin:0;min-height:100vh;font-family:Inter,sans-serif;color:#0f172a;background:radial-gradient(circle at 15% 20%,rgba(244,180,0,.22),transparent 34%),radial-gradient(circle at 85% 80%,rgba(0,53,107,.24),transparent 34%),linear-gradient(135deg,#f8fbff,#eef4ff 45%,#f6f9ff);display:grid;grid-template-rows:auto 1fr}.auth-login-body .login-shell{width:min(1080px,100%);min-height:640px;margin:0 auto;align-self:center;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 22px 60px #02152f29;display:grid;grid-template-columns:1.1fr 1fr}.auth-login-body .login-visual{position:relative;padding:44px;color:#fff;background:linear-gradient(160deg,#001c3dd1,#00356be6),url(/assets/uny-background.png) center / cover no-repeat;display:flex;flex-direction:column;justify-content:space-between}.auth-login-body .brand-group{display:flex;align-items:center;gap:14px}.auth-login-body .brand-logo{width:56px;height:56px;border-radius:50%;background:#fffffff0;padding:8px;-o-object-fit:contain;object-fit:contain}.auth-login-body .brand-title{margin:0;font-family:Poppins,sans-serif;font-size:1.08rem;font-weight:600;letter-spacing:.2px}.auth-login-body .brand-subtitle{margin:2px 0 0;font-size:.9rem;opacity:.88}.auth-login-body .visual-copy h1{margin:0 0 12px;font-family:Poppins,sans-serif;font-size:clamp(1.8rem,3.6vw,2.55rem);line-height:1.2}.auth-login-body .visual-copy p{margin:0;max-width:520px;color:#ffffffe6;line-height:1.7}.auth-login-body .visual-pill{width:-moz-fit-content;width:fit-content;background:#ffffff24;border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:8px 14px;font-size:.85rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.auth-login-body .login-panel{padding:44px;display:flex;flex-direction:column;justify-content:center}.auth-login-body .panel-kicker{margin:0;font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-size:.76rem}.auth-login-body .panel-title{margin:10px 0 8px;font-family:Poppins,sans-serif;font-size:2rem;line-height:1.2}.auth-login-body .panel-desc{margin:0 0 26px;color:#64748b;line-height:1.65}.auth-login-body .field{margin-bottom:16px}.auth-login-body .field label{display:block;font-weight:600;margin-bottom:8px;font-size:.9rem}.auth-login-body .field input{width:100%;height:50px;border:1px solid #d8e2ef;border-radius:12px;padding:0 14px;font-size:.96rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.auth-login-body .field input:focus{border-color:var(--uny);box-shadow:0 0 0 3px #00356b21}.auth-login-body .field input.is-invalid{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.auth-login-body .error-text{display:block;margin-top:7px;color:#dc2626;font-size:.84rem}.auth-login-body .panel-row{margin:6px 0 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.auth-login-body .remember{display:inline-flex;align-items:center;gap:8px;color:#334155;font-size:.9rem}.auth-login-body .remember input{accent-color:var(--uny)}.auth-login-body .forgot-link{text-decoration:none;font-weight:600;font-size:.9rem}.auth-login-body .forgot-link:hover{text-decoration:underline}.auth-login-body .submit-btn{width:100%;height:52px;border:0;border-radius:12px;color:#fff;font-size:.98rem;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.auth-login-body .submit-btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px #00356b40;filter:brightness(.96)}.auth-login-body .status-banner{margin-bottom:16px;padding:12px 14px;border:1px solid #86efac;background:#f0fdf4;color:#166534;border-radius:10px;font-size:.9rem}.auth-login-body .panel-footnote{margin-top:14px;color:#64748b;font-size:.82rem;text-align:center}@media (max-width: 980px){.auth-login-body{padding:0 16px 20px}.auth-login-body .login-shell{grid-template-columns:1fr;margin-top:18px}.auth-login-body .login-visual{min-height:230px;padding:30px}.auth-login-body .login-panel{padding:30px 24px}.auth-login-body .visual-copy h1{font-size:1.65rem}}*{box-sizing:border-box;margin:0;padding:0;scrollbar-width:thin;scrollbar-color:#00356B #e2e8f0}body{font-family:Inter,sans-serif;line-height:1.5;background-color:#f8fafc;color:#333;overflow-x:hidden;cursor:default}body::-webkit-scrollbar{width:14px}body::-webkit-scrollbar-track{background:linear-gradient(to right,#e2e8f0,#cbd5e1,#e2e8f0);box-shadow:inset 0 0 8px #00000014}body::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#00356b,#003d7a,#00356b);border-radius:7px;border:3px solid #e2e8f0;box-shadow:0 3px 8px #00356b4d,inset 0 1px #fff3,inset 0 -1px #0000001a;-webkit-transition:all .3s ease;transition:all .3s ease}body::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#002952,#003560,#002952);border-color:#cbd5e1;box-shadow:0 5px 15px #00356b66,inset 0 1px #ffffff4d,inset 0 -1px #00000026}body::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#001f3d,#002952,#001f3d);border-color:#94a3b8;box-shadow:0 2px 10px #00356b80,inset 0 1px #ffffff26,inset 0 -1px #0003}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:1440px;margin:0 auto;padding:0 20px}.section-title{font-size:48px;font-weight:700;text-align:center;margin-bottom:60px;color:#fff;font-family:Poppins,sans-serif}@media (max-width: 768px){.section-title{font-size:36px;margin-bottom:40px}}@media (max-width: 480px){.section-title{font-size:32px;margin-bottom:32px}}:root{--sdg-1: #E5243B;--sdg-no-poverty: #E5243B;--sdg-2: #DDA63A;--sdg-zero-hunger: #DDA63A;--sdg-3: #4C9F38;--sdg-good-health: #4C9F38;--sdg-4: #C5192D;--sdg-quality-education: #C5192D;--sdg-5: #FF3A21;--sdg-gender-equality: #FF3A21;--sdg-6: #26BDE2;--sdg-clean-water: #26BDE2;--sdg-7: #FCC30B;--sdg-clean-energy: #FCC30B;--sdg-8: #A21942;--sdg-decent-work: #A21942;--sdg-9: #FD6925;--sdg-innovation: #FD6925;--sdg-10: #DD1367;--sdg-reduced-inequalities: #DD1367;--sdg-11: #FD9D24;--sdg-sustainable-cities: #FD9D24;--sdg-12: #BF8B2E;--sdg-responsible-consumption: #BF8B2E;--sdg-13: #3F7E44;--sdg-climate-action: #3F7E44;--sdg-14: #0A97D9;--sdg-life-below-water: #0A97D9;--sdg-15: #56C02B;--sdg-life-on-land: #56C02B;--sdg-16: #00689D;--sdg-peace-justice: #00689D;--sdg-17: #19486A;--sdg-partnerships: #19486A;--uny: #00356B}.sdg-1,.sdg-no-poverty{background-color:var(--sdg-1)!important}.sdg-2,.sdg-zero-hunger{background-color:var(--sdg-2)!important}.sdg-3,.sdg-good-health{background-color:var(--sdg-3)!important}.sdg-4,.sdg-quality-education{background-color:var(--sdg-4)!important}.sdg-5,.sdg-gender-equality{background-color:var(--sdg-5)!important}.sdg-6,.sdg-clean-water{background-color:var(--sdg-6)!important}.sdg-7,.sdg-clean-energy{background-color:var(--sdg-7)!important}.sdg-8,.sdg-decent-work{background-color:var(--sdg-8)!important}.sdg-9,.sdg-innovation{background-color:var(--sdg-9)!important}.sdg-10,.sdg-reduced-inequalities{background-color:var(--sdg-10)!important}.sdg-11,.sdg-sustainable-cities{background-color:var(--sdg-11)!important}.sdg-12,.sdg-responsible-consumption{background-color:var(--sdg-12)!important}.sdg-13,.sdg-climate-action{background-color:var(--sdg-13)!important}.sdg-14,.sdg-life-below-water{background-color:var(--sdg-14)!important}.sdg-15,.sdg-life-on-land{background-color:var(--sdg-15)!important}.sdg-16,.sdg-peace-justice{background-color:var(--sdg-16)!important}.sdg-17,.sdg-partnerships{background-color:var(--sdg-17)!important}.uny{background-color:var(--uny)!important}.text-sdg-1,.text-sdg-no-poverty{color:var(--sdg-1)!important}.text-sdg-2,.text-sdg-zero-hunger{color:var(--sdg-2)!important}.text-sdg-3,.text-sdg-good-health{color:var(--sdg-3)!important}.text-sdg-4,.text-sdg-quality-education{color:var(--sdg-4)!important}.text-sdg-5,.text-sdg-gender-equality{color:var(--sdg-5)!important}.text-sdg-6,.text-sdg-clean-water{color:var(--sdg-6)!important}.text-sdg-7,.text-sdg-clean-energy{color:var(--sdg-7)!important}.text-sdg-8,.text-sdg-decent-work{color:var(--sdg-8)!important}.text-sdg-9,.text-sdg-innovation{color:var(--sdg-9)!important}.text-sdg-10,.text-sdg-reduced-inequalities{color:var(--sdg-10)!important}.text-sdg-11,.text-sdg-sustainable-cities{color:var(--sdg-11)!important}.text-sdg-12,.text-sdg-responsible-consumption{color:var(--sdg-12)!important}.text-sdg-13,.text-sdg-climate-action{color:var(--sdg-13)!important}.text-sdg-14,.text-sdg-life-below-water{color:var(--sdg-14)!important}.text-sdg-15,.text-sdg-life-on-land{color:var(--sdg-15)!important}.text-sdg-16,.text-sdg-peace-justice{color:var(--sdg-16)!important}.text-sdg-17,.text-sdg-partnerships{color:var(--sdg-17)!important}.text-uny{color:var(--uny)!important}.border-sdg-1,.border-sdg-no-poverty{border-color:var(--sdg-1)!important}.border-sdg-2,.border-sdg-zero-hunger{border-color:var(--sdg-2)!important}.border-sdg-3,.border-sdg-good-health{border-color:var(--sdg-3)!important}.border-sdg-4,.border-sdg-quality-education{border-color:var(--sdg-4)!important}.border-sdg-5,.border-sdg-gender-equality{border-color:var(--sdg-5)!important}.border-sdg-6,.border-sdg-clean-water{border-color:var(--sdg-6)!important}.border-sdg-7,.border-sdg-clean-energy{border-color:var(--sdg-7)!important}.border-sdg-8,.border-sdg-decent-work{border-color:var(--sdg-8)!important}.border-sdg-9,.border-sdg-innovation{border-color:var(--sdg-9)!important}.border-sdg-10,.border-sdg-reduced-inequalities{border-color:var(--sdg-10)!important}.border-sdg-11,.border-sdg-sustainable-cities{border-color:var(--sdg-11)!important}.border-sdg-12,.border-sdg-responsible-consumption{border-color:var(--sdg-12)!important}.border-sdg-13,.border-sdg-climate-action{border-color:var(--sdg-13)!important}.border-sdg-14,.border-sdg-life-below-water{border-color:var(--sdg-14)!important}.border-sdg-15,.border-sdg-life-on-land{border-color:var(--sdg-15)!important}.border-sdg-16,.border-sdg-peace-justice{border-color:var(--sdg-16)!important}.border-sdg-17,.border-sdg-partnerships{border-color:var(--sdg-17)!important}.border-uny{border-color:var(--uny)!important}.scroll-top-btn{position:fixed;right:clamp(12px,1.8vw,24px);bottom:clamp(14px,2vw,26px);width:clamp(40px,3.2vw,56px);height:clamp(40px,3.2vw,56px);border:2px solid transparent;border-radius:999px;background:#00356b;color:#fff;box-shadow:0 10px 26px #00356b52;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity .22s ease,transform .22s ease,background-color .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease;z-index:95}.scroll-top-btn svg{width:clamp(18px,1.5vw,24px);height:clamp(18px,1.5vw,24px);fill:currentColor}.scroll-top-btn.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.scroll-top-btn:hover{background:#0a4b8a}.scroll-top-btn.is-on-similar-bg{background:#fff;color:#00356b;border-color:#00356b;box-shadow:0 12px 30px #001a343d}.scroll-top-btn.is-on-similar-bg:hover{background:#eef4fc}.scroll-top-btn:focus-visible{outline:3px solid rgba(239,203,67,.9);outline-offset:2px}@media (prefers-reduced-motion: reduce){.scroll-top-btn{transition:none}}
