:root{--color-primary: #1b5aab;--color-primary-light: #2c6dc7;--color-primary-dark: #123f7d;--color-text: #1f2937;--color-text-light: #6b7280;--color-bg: #ffffff;--color-bg-alt: #f8fafc;--color-white: #ffffff;--font-heading: "Montserrat", sans-serif;--font-body: "Inter", sans-serif;--spacing-section: 5rem;--max-width: 1536px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-text);line-height:1.6;background-color:var(--color-bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;color:var(--color-text)}img{max-width:100%;display:block}a{text-decoration:none;color:inherit;transition:color .2s}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:var(--spacing-section) 0;scroll-margin-top:80px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:1px solid transparent;font-family:var(--font-heading);font-size:1rem}.btn-lg{padding:1rem 2.5rem;font-size:1.1rem}.btn-primary{background-color:var(--color-primary);color:var(--color-white);border:1px solid transparent}.btn-primary:hover{background-color:var(--color-primary-dark)}.btn-outline{border:1px solid var(--color-primary);color:var(--color-primary);background-color:transparent}.btn-outline:hover{background-color:var(--color-primary);color:var(--color-white)}.fade-in-up{animation:fadeInUp .8s ease-out forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section-header h2{font-size:2.2rem;color:var(--color-primary-dark);margin-bottom:1rem;line-height:1.2}.research-group{padding:2rem 0;background-color:var(--color-bg);min-height:auto}.research-group .section-header{text-align:center;margin-bottom:3rem}.research-group .section-header h2{font-size:2.2rem;color:var(--color-primary-dark);margin-bottom:1rem}.research-group .underline{width:80px;height:4px;background-color:var(--color-primary);margin:0 auto;border-radius:2px}.content-card{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:1rem;box-shadow:var(--shadow);text-align:center}.icon-main{color:var(--color-primary);margin-bottom:1rem}.info-block h3{font-size:1.35rem;color:var(--color-text);margin-bottom:.5rem}.category-badge{display:inline-block;background-color:#fbbf24;color:#92400e;padding:.25rem .75rem;border-radius:9999px;font-weight:700;margin-bottom:1.5rem}.research-group .description{color:var(--color-text-light);margin-bottom:2rem;line-height:1.6;font-size:.95rem}.pt-serif-regular{font-family:"PT Serif",serif;font-weight:400;font-style:normal}.pt-serif-bold{font-family:"PT Serif",serif;font-weight:700;font-style:normal}.pt-serif-regular-italic{font-family:"PT Serif",serif;font-weight:400;font-style:italic}.pt-serif-bold-italic{font-family:"PT Serif",serif;font-weight:700;font-style:italic}.news{padding:120px 0 4rem;background-color:var(--color-bg);min-height:calc(100vh - 300px)}.news .container{max-width:1000px}.news .section-header{text-align:left;margin-bottom:2rem;border-bottom:2px solid #000;padding-bottom:.5rem}.news .section-header h2{font-size:1.5rem;color:#000;margin-bottom:0;font-weight:700}.news .underline{display:none}.editorial-list{display:flex;flex-direction:column}.editorial-item{display:grid;grid-template-columns:120px 1fr 200px;gap:1.5rem;padding:1.25rem 0;border-bottom:1px solid #e5e7eb;text-decoration:none;color:inherit;transition:background-color .2s;cursor:pointer;align-items:flex-start}.editorial-item:hover{background-color:#00000005}.editorial-meta{display:flex;flex-direction:column;gap:.5rem;padding-top:.2rem}.editorial-type{font-size:.8rem;font-weight:700;color:#000}.editorial-date{font-size:.8rem;color:#4b5563}.editorial-content{display:flex;flex-direction:column}.editorial-title{font-size:1.15rem;line-height:1.3;color:#000;margin:0;font-weight:700;text-decoration:none}.editorial-item:hover .editorial-title{color:var(--color-primary)}.editorial-authors{font-size:.85rem;color:#374151;margin-top:.5rem}.editorial-excerpt{font-size:.9rem;color:#4b5563;line-height:1.6;margin-top:.75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.editorial-thumbnail{width:100%;height:120px;overflow:hidden;border:1px solid #e5e7eb;border-radius:2px;background-color:#f9fafb}.editorial-thumbnail img{width:100%;height:100%;object-fit:cover;object-position:center}@media(max-width:768px){.editorial-item{grid-template-columns:1fr;gap:1rem}.editorial-meta{flex-direction:row;justify-content:space-between;align-items:center;padding-top:0}.editorial-thumbnail{height:200px;order:-1}.news{padding-top:100px}}.news-search-wrapper{display:flex;align-items:center;margin:1rem 0 3rem;width:100%}.news-search-input{flex:1;border:none;border-bottom:2px solid #888;padding:.25rem 0;font-size:1.1rem;color:var(--color-primary);background:transparent;outline:none;transition:border-color .3s;font-family:inherit}.news-search-input::placeholder{color:var(--color-primary);opacity:.8}.news-search-input:focus{border-bottom-color:var(--color-primary)}.news-search-button{background-color:var(--color-primary);color:#fff;border:none;padding:.5rem 1.5rem;font-size:1rem;cursor:pointer;margin-left:1rem;transition:background-color .3s;font-family:inherit}.news-search-button:hover{background-color:#0f3d7a}.news-no-results{padding:3rem;text-align:center;font-size:1.2rem;color:#666;font-style:italic}.news-editorial-wrapper{background-color:#fff;min-height:calc(100vh - 80px)}.news-editorial-header{background-color:#111827;color:#fff;padding-top:140px;padding-bottom:4rem}.news-header-container{display:flex;max-width:1300px;margin:0 auto;padding-left:2rem;padding-right:2rem;gap:3rem;align-items:flex-start;box-sizing:border-box}.news-header-content{margin-left:calc(60px + 3rem);max-width:650px;flex:1}.news-header-image-col{flex:0 0 380px;max-width:380px;margin-top:3.5rem;margin-bottom:-160px;margin-right:0;z-index:10}.news-breadcrumbs{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:#999;margin-bottom:2rem}.news-breadcrumbs span{margin:0 .5rem}.news-breadcrumbs span:first-child{margin-left:0}.news-category{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;display:flex;gap:1rem}.news-category-divider{color:#666}.hub-link{text-decoration:underline;text-underline-offset:4px;transition:color .3s ease}.hub-link:hover{color:#4a90e2}.news-editorial-title{font-size:2.5rem;line-height:1.2;margin-bottom:1rem;color:#fff;font-weight:700}.news-editorial-subtitle{font-size:1.25rem;line-height:1.4;color:#ccc;font-weight:400;margin-bottom:2rem}.news-editorial-meta{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:#999;font-weight:600;display:flex;align-items:center;gap:.5rem}.news-editorial-author{color:#fff;text-decoration:underline}.news-editorial-body{display:flex;max-width:1300px;margin:0 auto;padding:0 2rem 3rem;gap:3rem;align-items:flex-start;box-sizing:border-box}.news-editorial-content{flex:1;max-width:650px}.news-widgets-sidebar{flex:0 0 380px;max-width:380px;padding-top:180px}.widget-section{margin-bottom:3rem}.widget-section-title{font-size:.85rem;text-transform:uppercase;letter-spacing:1px;font-weight:700;margin-bottom:1rem;border-bottom:2px solid #000;padding-bottom:.5rem}.widget-list{display:flex;flex-direction:column;gap:1.5rem}.widget-item{display:flex;gap:1rem;cursor:pointer;text-decoration:none;color:inherit;align-items:flex-start}.widget-item:hover .widget-item-title{color:var(--color-primary)}.widget-img-wrapper{flex:0 0 80px}.widget-img{width:100%;height:80px;object-fit:cover;border-radius:4px}.widget-item-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.widget-date{font-size:.7rem;color:#666;text-transform:uppercase}.widget-item-title{font-size:.9rem;font-weight:700;line-height:1.3;transition:color .2s}.widget-author{font-size:.75rem;color:#666}.navbar-dark-bg:not(.scrolled) .nav-links a,.navbar-dark-bg:not(.scrolled) .dropdown-toggle,.navbar-dark-bg:not(.scrolled) .lang-switcher-btn,.navbar-dark-bg:not(.scrolled) .mobile-toggle{color:#ffffffe6!important}.navbar-dark-bg:not(.scrolled) .nav-links a:hover,.navbar-dark-bg:not(.scrolled) .dropdown-toggle:hover,.navbar-dark-bg:not(.scrolled) .lang-switcher-btn:hover{color:#fff!important}.navbar-dark-bg:not(.scrolled) .language-switcher{color:#ffffffe6!important;border-color:#ffffffe6!important}.navbar-dark-bg:not(.scrolled) .language-switcher:hover{color:#fff!important;border-color:#fff!important;background:transparent!important}.navbar-dark-bg:not(.scrolled) .nav-links .dropdown-menu a{color:var(--color-text)!important}.navbar-dark-bg:not(.scrolled) .nav-links .dropdown-menu a:hover{color:var(--color-primary)!important;background:#f8fafc!important}.social-share-sidebar{flex:0 0 60px;display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:1rem}.social-share-label{font-size:.75rem;font-weight:700;color:#666;margin-bottom:1rem}.social-btn{width:40px;height:40px;border-radius:50%;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;background:#fff;color:#666;cursor:pointer;transition:all .2s;text-decoration:none}.social-btn:hover{border-color:#999;color:#333}.news-editorial-content{flex:1;max-width:650px;padding-top:1rem}.news-floating-image-wrapper{background:#fff;width:100%}.news-floating-image{width:100%;height:auto;object-fit:contain;display:block}.news-image-caption{font-size:.8rem;color:#666;margin-top:.75rem;line-height:1.4;padding:0 .25rem}.news-editorial-content p{font-size:1.1rem;line-height:1.8;color:#333;margin-bottom:1.5rem}.news-tracking-info{margin-top:4rem;padding-top:2rem;border-top:1px solid #e5e7eb}.news-tracking-item{font-size:1rem;color:#333;margin-bottom:1.5rem}.news-tags{margin-top:2rem}.news-tags-label{font-size:.85rem;font-weight:700;color:#333;margin-bottom:1rem;text-transform:uppercase}.news-tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.news-tag{padding:.5rem 1rem;border:1px solid var(--color-primary);color:var(--color-primary);border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;text-decoration:none;transition:all .2s}.news-tag:hover{background:var(--color-primary);color:#fff}@media(max-width:768px){.news-header-content{padding:2rem 1.5rem}.news-editorial-body{flex-direction:column;padding:2rem 1.5rem}.social-share-sidebar{flex-direction:row;flex-wrap:wrap;margin-bottom:2rem}.social-share-label{margin-bottom:0;margin-right:1rem;align-self:center}}@media(max-width:768px){.section-header h2,.news-main-title,.header-row h1{font-size:1.65rem!important}.news-content-wrapper{padding:1.5rem}}@media(max-width:768px){.news-editorial-header{padding-top:100px;padding-bottom:2rem}.news-header-container{flex-direction:column;padding-left:1.5rem;padding-right:1.5rem;gap:2rem}.news-header-content{margin-left:0;max-width:100%;padding-bottom:0}.news-editorial-title{font-size:2rem}.news-header-image-col{margin:0 auto 2rem;width:100%;max-width:100%;flex:none}.news-floating-image-wrapper{margin:0 auto}.news-floating-image{width:100%;height:auto;aspect-ratio:1/1}.news-editorial-body{flex-direction:column;padding:2rem 1.5rem;gap:2rem}.news-widgets-sidebar{flex:none;max-width:100%;width:100%;padding-top:2rem}.social-share-sidebar{flex-direction:row;width:100%;justify-content:flex-start;padding-top:0;flex:none;flex-wrap:wrap;align-items:center}.social-share-label{margin-bottom:0;margin-right:.5rem}}.list-page-container{padding-top:0;max-width:1400px!important}.list-breadcrumbs{margin-top:0;margin-bottom:2rem}.list-section-header{margin-bottom:2.5rem}.list-search-wrapper{display:flex;gap:1.5rem;margin-bottom:2rem;align-items:flex-end}.list-results-count{margin-bottom:1.5rem;font-size:1.1rem;color:var(--color-primary);font-weight:700}.list-year-divider{border-bottom:2px solid #eaeaea;margin:2rem 0 1.25rem;padding-bottom:.5rem;font-size:1.2rem;font-weight:700;color:var(--color-primary)}@media(max-width:768px){.list-page-container{padding-top:2rem!important}.list-breadcrumbs{margin-bottom:1.5rem!important;font-size:.85rem}.list-section-header{margin-bottom:1.5rem!important}.list-search-wrapper{flex-direction:column!important;align-items:stretch!important;gap:1rem!important;margin-bottom:1.5rem!important}.list-search-wrapper .year-filter-wrapper{width:100%}.list-search-wrapper>div:nth-child(2){flex-direction:column;gap:.5rem}.news-search-button{width:100%;margin-left:0!important}.list-results-count{margin-bottom:1rem!important;font-size:1rem!important}.list-year-divider{margin:1.5rem 0 .8rem!important;font-size:1.1rem!important}}.news{background-color:var(--color-bg-alt);padding-top:7.5rem!important;padding-bottom:5rem}.articles-layout-wrapper{display:flex;gap:2rem;margin-top:2rem;align-items:flex-start}.articles-sidebar{flex:0 0 250px;background-color:#f9f9f9;padding:1.5rem;border-radius:8px;border:1px solid #eaeaea;position:sticky;top:100px}.articles-sidebar h3{font-size:1.1rem;margin-bottom:1.2rem;color:#333;border-bottom:2px solid var(--color-primary);padding-bottom:.5rem}.filter-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.filter-list li{display:flex;justify-content:space-between;align-items:flex-start;padding:.6rem;cursor:pointer;border-radius:4px;transition:background-color .2s,color .2s;font-size:.95rem;color:#555;line-height:1.3}.filter-list li:hover{background-color:#eaeaea;color:#111}.filter-list li.active{background-color:var(--color-primary);color:#fff;font-weight:600}.filter-name{flex:1;padding-right:.5rem}.filter-count{font-size:.85rem;opacity:.8;white-space:nowrap}.articles-main-content{flex:1;min-width:0}@media(max-width:768px){.articles-layout-wrapper{flex-direction:column}.articles-sidebar{flex:1 1 auto;width:100%;position:static;margin-bottom:2rem}}
