.awards-pages{max-width:140rem;margin:0 auto;padding:2rem}.awards-pages h1{text-align:center;color:var(--text-primary);margin-top:6rem;margin-bottom:4rem;font-size:4rem;font-weight:600}.awards-pages .awards-filters{border-radius:1rem;gap:2rem;margin-bottom:4rem;padding:2rem 3rem}.awards-pages .awards-filters .search-container{flex:100%}@media (min-width:768px){.awards-pages .awards-filters .search-container{flex:2 40%}}.awards-pages .awards-filters .results-counter{flex:100%;justify-content:flex-end;align-items:center;margin-top:.5rem;display:flex}@media (min-width:768px){.awards-pages .awards-filters .results-counter{flex:20%}}.awards-pages .awards-filters .results-counter p{color:var(--text-secondary);font-size:1.4rem}.awards-pages .awards-filters .search-input{border:1px solid var(--outline);background-color:var(--background);width:100%;color:var(--text-primary);border-radius:.8rem;padding:1.2rem 1.5rem;font-size:1.6rem;transition:all .3s}.awards-pages .awards-filters .search-input:focus{border-color:var(--accent);box-shadow:0 0 0 2px rgba(var(--accent-rgb),.2);outline:none}.awards-pages .awards-filters .filter-select{border:1px solid var(--outline);background-color:var(--background);min-width:15rem;color:var(--text-primary);cursor:pointer;border-radius:.8rem;flex:1;padding:1.2rem 1.5rem;font-size:1.6rem;transition:all .3s}.awards-pages .awards-filters .filter-select:focus{border-color:var(--accent);outline:none}.awards-pages .awards-list{grid-template-columns:repeat(auto-fill,minmax(40rem,1fr));gap:3rem;display:grid}@media (max-width:768px){.awards-pages .awards-list{grid-template-columns:repeat(auto-fill,minmax(25rem,1fr));gap:2rem}}@media (max-width:480px){.awards-pages .awards-list{grid-template-columns:1fr}}.awards-pages .no-results{text-align:center;background-color:var(--secondary-background);border-radius:1rem;grid-column:1/-1;padding:4rem}.awards-pages .no-results p{color:var(--text-secondary);font-size:1.8rem}.award-card{background-color:var(--secondary-background);box-shadow:0 6px 12px var(--shadow);cursor:pointer;border-radius:1.2rem;height:auto;transition:box-shadow .3s;position:relative;overflow:hidden}.award-card:hover,.award-card:focus-within{box-shadow:0 12px 24px var(--shadow);transform:translateY(-5px)}.award-card:hover .img img,.award-card:focus-within .img img{transform:scale(1.05)}.award-card:hover .expand-prompt,.award-card:focus-within .expand-prompt{color:var(--accent-highlight)}.award-card.expanded{grid-column:1/-1;max-width:100%}.award-card.expanded .award-card-inner{grid-template-columns:1fr 2fr;display:grid}@media (max-width:768px){.award-card.expanded .award-card-inner{grid-template-columns:1fr}}.award-card.expanded .award-card-front{border-radius:1.2rem 0 0 1.2rem}@media (max-width:768px){.award-card.expanded .award-card-front{border-radius:1.2rem 1.2rem 0 0}}.award-card.expanded .img{height:25rem}.award-card.expanded .expand-prompt{display:none}.award-card .award-card-inner{flex-direction:column;display:flex}.award-card .award-card-front{background-color:var(--secondary-background);flex-direction:column;height:100%;display:flex}.award-card .img{width:100%;height:20rem;position:relative;overflow:hidden}.award-card .img img{object-fit:cover;transition:transform .5s}.award-card .award-card-header{color:var(--text-secondary);justify-content:space-between;align-items:center;padding:1.5rem 1.5rem .5rem;font-size:1.3rem;display:flex}.award-card .award-card-content{flex-direction:column;flex-grow:1;gap:.5rem;padding:0 1.5rem 1.5rem;display:flex}.award-card .award-card-content .award-competition{color:var(--text-primary);margin:0;font-size:1.8rem;font-weight:500}.award-card .award-card-content .award-title{color:var(--text-secondary);margin-bottom:1rem;font-size:1.2rem;font-weight:600}.award-card .award-card-content .award-description p{color:var(--text-secondary);font-size:1.4rem;line-height:1.6}.award-card .award-card-content .expand-prompt{text-align:center;color:var(--accent-secondary);margin-top:auto;font-size:1.4rem;font-weight:500;transition:color .3s}.award-card .award-card-content .expand-prompt:after{content:"↓";margin-left:.5rem}.award-card .award-card-details{background-color:var(--background);border-left:1px solid var(--outline);padding:2rem}@media (max-width:768px){.award-card .award-card-details{border-left:none;border-top:1px solid var(--outline)}}.award-card .award-card-details .details-header{border-bottom:1px solid var(--outline);margin-bottom:2rem;padding-bottom:1.5rem}.award-card .award-card-details .details-header h2{color:var(--accent-secondary-highlight);font-size:2.4rem;font-weight:600}.award-card .award-card-details .details-header .details-competition{color:var(--text-primary);margin-bottom:.5rem;font-size:1.8rem}.award-card .award-card-details .details-header .details-date{color:var(--text-secondary);text-align:end;font-size:1.6rem}.award-card .award-card-details .details-content{flex-direction:column;gap:2rem;display:flex}.award-card .award-card-details .details-content .details-section h3{color:var(--text-secondary);font-size:1.3rem;font-weight:500}.award-card .award-card-details .details-content .details-section p{color:var(--text-primary);font-size:1.8rem;line-height:1.6}.award-card .award-card-details .details-content .details-section .external-link{background-color:var(--accent-secondary);color:var(--text-accent);border-radius:.6rem;margin-top:.3rem;padding:.8rem 1.5rem;font-size:1.4rem;font-weight:500;text-decoration:none;transition:background-color .3s;display:inline-block}.award-card .award-card-details .details-content .details-section .external-link:hover{background-color:var(--accent-secondary-highlight)}.award-card .award-card-details .close-details{background-color:var(--accent);color:var(--text-accent);cursor:pointer;border:none;border-radius:.6rem;margin-top:2rem;margin-left:auto;padding:1rem 2rem;font-size:1.6rem;font-weight:500;transition:background-color .3s}.award-card .award-card-details .close-details:hover{background-color:var(--accent-highlight)}@media screen and (max-width:768px){.awards-pages h1{margin-top:4rem;margin-bottom:3rem;font-size:3.2rem}.award-card .award-card-header h2{font-size:1.8rem}.award-card .award-card-details .details-header h2{font-size:2.2rem}}@media screen and (max-width:480px){.awards-pages{padding:1.5rem}.awards-pages h1{margin-top:3rem;margin-bottom:2.5rem;font-size:2.8rem}.awards-pages .awards-filters{gap:1.5rem;padding:1.5rem}.award-card .img{height:18rem}.award-card .award-card-header h2{font-size:1.6rem}.award-card .award-card-details{padding:1.5rem}.award-card .award-card-details .details-header h2{font-size:2rem}.award-card .award-card-details .details-content .details-section h3{font-size:1.6rem}}
