.profile-container{margin:6px 0 48px;padding:0 16px}.user-profile{background-color:var(--c-secondary);border-radius:20px;justify-content:space-between;align-items:center;padding:12px;display:flex}.user-profile__main-info{align-items:center;gap:16px;display:flex}.user-profile__avatar-container{border-radius:50%;flex-shrink:0;width:120px;height:135px;overflow:hidden}.user-profile__avatar{object-fit:cover;width:100%;height:100%}.user-profile__details{flex-direction:column;gap:16px;padding-top:8px;display:flex}.user-profile__name{color:var(--c-main-text);margin:0;font-size:20px}.user-profile__stats-grid{grid-template-rows:repeat(2,32px);grid-template-columns:93px 93px 136px;gap:8px 23px;display:grid}.user-profile__stat-item{background-color:var(--c-white);border-radius:100px;align-items:center;gap:10px;padding:3px 6px;display:flex}.user-profile__stat-text{color:var(--c-main-text);white-space:pre;width:100%}.user-profile__icon{background-position:50%;background-repeat:no-repeat;background-size:auto;background-color:var(--c-background);border-radius:50%;min-width:24px;min-height:24px}.user-profile__icon--gender{background-image:url(../../images/icons/woman.svg)}.user-profile__icon--age{background-image:url(../../images/icons/calendar.svg)}.user-profile__icon--height{background-image:url(../../images/icons/ruler.svg)}.user-profile__icon--weight{background-image:url(../../images/icons/weight.svg)}.user-profile__reason-box{background-color:var(--c-white);border-radius:16px;flex-direction:column;grid-row:1/3;grid-column-start:3;gap:1px;padding:12px;display:flex}.user-profile__reason-label{color:var(--c-main-text);text-transform:none}.user-profile__reason-text{color:var(--c-main-text);margin:0}.habits-container{box-sizing:border-box;width:100%;padding:0 8px 20px}.habits-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:56px;display:grid}.habit-card{flex-direction:column;gap:5px;display:flex}.habit-card__title{color:var(--c-main-text);margin:0}.habit-card__rating{flex-wrap:nowrap;gap:4px;display:flex}.habit-card__dot{background-color:var(--c-table);border-radius:6px;width:7px;height:16px;display:inline-block}.habit-card__dot--active-yellow{background-color:var(--c-yellow)}.habit-card__dot--active-green{background-color:var(--c-green)}.habit-card__dot--active-red{background-color:var(--c-red)}.habit-card__description{color:var(--c-main-text);margin:0}
