.group-header{background:var(--primary-color);color:#fff;padding:0 20px 40px;text-align:center;position:relative;overflow:hidden;animation:gradientWave 15s infinite linear;margin-top:65px}.group-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--primary-color);opacity:.5}.group-header-content{max-width:800px;margin:0 auto;animation:slideInFromTop .8s ease-out}.group-header h1{font-size:2.5em;margin-bottom:10px;text-shadow:0 2px 4px rgba(0,0,0,0.2);opacity:.9}.group-header p{font-size:1.1em;margin-bottom:20px;opacity:.9}.group-header .search-bar{max-width:800px;margin:0 auto}.group-header .search-bar input{border-radius:5px;border:none;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.group-header .search-bar button{border-radius:5px;background-color:#fff;color:var(--primary-color);right:1px;transition:background-color .3s ease}.group-header .search-bar button:hover{background-color:var(--primary-color);color:#fff}.custom-sidebar{width:350px;padding:10px;background-color:#f9f9f9;border-radius:var(--border-radius);box-shadow:0 2px 4px rgba(0,0,0,0.1)}.custom-facet-section{margin-bottom:20px}.custom-facet-title{font-size:1.2em;font-weight:600;margin-bottom:10px;cursor:pointer;display:flex;align-items:center;opacity:1}.custom-facet-title:hover{opacity:.8}.custom-facet-title i{margin-right:8px}.custom-facet-items{list-style:none;padding:0;max-height:285px;overflow:hidden;transition:max-height .3s ease;font-size:.7em}.custom-facet-items.collapsed{max-height:0}.custom-facet-item{margin:5px 0;background:var(--bg-column);border-radius:var(--border-radius);box-shadow:var(--shadow);padding:10px 20px;border:1px solid var(--secondary-color)}.custom-facet-item:hover{background:#d1e2ff!important}.custom-facet-item a{text-decoration:none;color:var(--primary-color);display:flex;justify-content:space-between;align-items:center;padding:0}.custom-facet-item a:hover{color:#007bff}.custom-facet-item .item-count{border-radius:12px;color:#333;font-size:.8em!important;background:#bedeff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.custom-facet-footer{margin-top:10px}.custom-facet-footer a{color:#007bff;text-decoration:none;font-size:.9em}.custom-facet-footer a:hover{text-decoration:underline}.custom-facet-empty{font-style:italic;color:#666;font-size:.9em}.sidebar-icon{display:flex;justify-content:center;align-items:center;width:100%;height:150px;background-color:#d6e3ff;border-radius:var(--border-radius);margin-bottom:10px;font-size:4em;color:#144e8b}.sidebar-icon.pemanis:hover{transform:translateY(-5px);box-shadow:0 6px 16px rgba(0,0,0,0.1)}.menu-content,.breadcrumb,.image-hover-effect,.main-content,.features,.footer-container{max-width:1300px}.dataset-content-main{width:100%;padding:10px;box-sizing:border-box}.dataset-details{margin-bottom:20px}.dataset-details h3{font-size:1.2em;color:var(--accent-color);margin-bottom:10px}.dataset-details p{text-align:justify;font-size:.875em}.dataset-meta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px;align-items:flex-end}.dataset-meta h4{font-size:.7em;color:var(--light-text)}.resource-list{margin-bottom:20px}.resource-list h3{font-size:1.2em;color:var(--accent-color);margin-bottom:10px}.resource-item{border:1px solid #e0e0e0;border-radius:var(--border-radius);padding:10px;margin-bottom:5px;background:#fff}.resource-item:hover{box-shadow:0 2px 4px rgba(0,0,0,0.1)}.resource-item h3{font-size:1.1em}.resource-meta{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:10px;font-size:.9em;color:#666}.resource-meta span{display:flex;align-items:center;gap:5px}.resource-view{margin-top:15px;border-top:1px solid #e0e0e0;padding-top:15px}.pemanis:hover{transform:translateY(-5px);box-shadow:0 2px 4px rgba(0,0,0,0.1)}.dataset-actions{margin-bottom:10px}.dataset-actions .btn{display:flex;gap:5px;padding:8px 16px!important;font-size:.875rem;font-weight:500;background:var(--primary-color);color:white;border-radius:4px;transition:background-color .3s ease;justify-content:center;align-items:center}.dataset-actions .btn:hover{background:var(--secondary-color)}.dataset-content-main .custom-dropdown{position:relative;display:flex;justify-content:flex-end;margin-bottom:10px}.dataset-content-main .dropdown-btn{padding:8px 12px;font-size:14px;line-height:1.5;border-radius:4px;border:none;background-color:var(--secondary-color);color:#fff;cursor:pointer;display:flex;align-items:center;gap:5px;transition:background-color .3s ease;min-width:200px;justify-content:center}.dataset-content-main .dropdown-btn:hover{background-color:#568ce3}.dataset-content-main .dropdown-menu{position:absolute;top:100%;right:0;z-index:1005;display:none;min-width:200px;margin:2px 0 0;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,0.175)}.dataset-content-main .dropdown-menu li{list-style:none}.dataset-content-main .dropdown-menu li a{display:block;padding:3px 20px;color:#333;text-decoration:none;font-size:14px;line-height:1.5}.dataset-content-main .dropdown-menu li a:hover{background-color:#d1e2ff;color:#262626}.dataset-content-main .custom-dropdown.active .dropdown-menu{display:block}@keyframes gradientWave{0%{background-position:0 50%}100%{background-position:200% 50%}}@keyframes slideInFromTop{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.group-header{padding:20px 15px 30px;margin-top:0}.group-header h1{font-size:2em}.group-header p{font-size:1em}.main-content{flex-direction:column;margin:auto 10px 20px;gap:0}.dataset-content-main{width:100%;padding:10px}.custom-sidebar{width:100%;margin-top:20px}.sidebar-icon{height:100px;font-size:3em}.resource-item-content{flex-direction:column;align-items:flex-start}.custom-dropdown,.dropdown-btn{width:100%;justify-content:center}.dataset-content-main .dropdown-menu{width:100%}.dataset-content-main .dropdown-menu li a{line-height:2.5}}