.featured-reports{padding:1rem;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.featured-reports-title{font-size:2.5rem;font-weight:700;color:var(--primary);text-align:center;margin-bottom:1rem;text-shadow:0 0 10px rgba(56,189,248,.5),0 0 20px rgba(56,189,248,.3)}.featured-reports-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.featured-reports-card{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:1rem;transition:all .3s ease;box-shadow:0 0 0 1px rgba(14,165,233,.15),0 0 20px rgba(14,165,233,.1);min-height:160px}.featured-reports-card:hover{transform:translateY(-4px);border-color:var(--border-hover);box-shadow:0 0 0 1px rgba(14,165,233,.25),0 0 30px rgba(14,165,233,.2)}.featured-reports-link{display:block;padding:1.5rem;color:inherit;text-decoration:none;height:100%}.featured-reports-content{align-items:flex-start;gap:1.5rem}.featured-reports-content,.featured-reports-info{display:flex;justify-content:space-between;height:100%}.featured-reports-info{flex:1;flex-direction:column}.featured-reports-heading{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5}.featured-reports-date{font-size:.875rem;color:var(--text-secondary);opacity:.6;margin-top:auto}.featured-reports-score{display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:100px}.featured-reports-score-value{font-size:1.5rem;font-weight:700;color:var(--text-primary);padding:.5rem 1rem;border-radius:.5rem;box-shadow:0 0 20px rgba(14,165,233,.2);text-align:center}.featured-reports-score-label{font-size:.75rem;color:var(--text-secondary);opacity:.6;text-align:center;white-space:nowrap}.featured-reports-loading{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.featured-reports-skeleton{height:160px;background:var(--bg-secondary);border-radius:1rem;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.featured-reports{grid-template-columns:1fr;padding:2rem 1rem}.featured-reports-grid{gap:1rem}.featured-reports-heading{font-size:1rem}.featured-reports-score-value{font-size:1.25rem;padding:.375rem .75rem}}@media (max-width:480px){.featured-reports{padding:1.5rem 1rem}.featured-reports-title{font-size:1.75rem;margin-bottom:1.25rem}.featured-reports-content{flex-direction:column;gap:1rem}.featured-reports-score{flex-direction:row;justify-content:flex-start;width:100%;min-width:auto}.featured-reports-card{min-height:140px}}.featured-report-content{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}