.reports-page{background-color:var(--gray-100);min-height:100vh}.reports-section{padding:6rem 0 8rem}.reports-header{text-align:center;margin-bottom:5rem}.reports-header h2{color:var(--primary-blue);margin-bottom:1rem;font-size:3rem;font-weight:800}.reports-header p{color:var(--gray-600);max-width:600px;margin:0 auto;font-size:1.1rem}.reports-list{flex-direction:column;gap:0;max-width:900px;margin:0 auto;display:flex}.report-row{background-color:#0000;border-bottom:1px solid #00000014;border-radius:0;justify-content:space-between;align-items:center;padding:3rem 2rem;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.report-row:first-child{border-top:1px solid #00000014}.report-row:hover{border-bottom-color:var(--primary-blue)}.report-row-content{flex-direction:column;gap:.5rem;display:flex}.report-year{color:var(--primary-yellow);letter-spacing:2px;font-size:.9rem;font-weight:700}.report-title{color:var(--primary-blue);margin:0;font-size:1.6rem;font-weight:800;transition:color .3s}.report-row:hover .report-title{color:var(--secondary-blue)}.report-download{align-items:center;gap:1rem;display:flex}.download-text{text-transform:uppercase;letter-spacing:1px;color:var(--secondary-blue);opacity:0;font-size:.85rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1);transform:translate(-15px)}.report-row:hover .download-text{opacity:1;transform:translate(0)}.download-icon-wrapper{width:54px;height:54px;color:var(--primary-blue);border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.report-row:hover .download-icon-wrapper{color:var(--secondary-blue);border-color:#0003}@media (max-width:768px){.report-row{flex-direction:column;align-items:flex-start;gap:2rem;padding:2rem 1rem}.report-row:hover{padding-left:1rem;padding-right:1rem;transform:none}.report-title{font-size:1.3rem}.report-download{justify-content:space-between;width:100%}.download-text{opacity:1;transform:none}}
