.profile-filters{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));gap:12px;margin:0 0 20px}.profile-filters label{display:grid;gap:6px;font-size:12px;color:#765f66}.profile-filters select{min-height:42px;border:1px solid #e8dfd8;border-radius:12px;background:#fff;padding:0 12px;font:inherit;color:#3a2b2f}.profile-summary{display:flex;flex-wrap:wrap;gap:10px 24px;margin:18px 0;padding:14px 16px;border-radius:12px;background:#f7f4ef}.profile-summary span{color:#765f66}.profile-scores{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 18px}.profile-scores div{display:flex;justify-content:space-between;gap:12px;border:1px solid #e8dfd8;border-radius:10px;padding:10px;background:#fff}.profile-scores span{font-size:13px}@media(max-width:1000px){.profile-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-scores{grid-template-columns:1fr}}@media(max-width:640px){.profile-filters{grid-template-columns:1fr}}
