.edit-btn{text-decoration:none;color:#007bff;font-weight:700}.profile-info{color:#c6c4c4;display:flex;flex-wrap:wrap}.profile-picture{flex:0 0 200px;margin-right:20px}.profile-picture img{width:100%;border-radius:50%;box-shadow:0 0 8px rgba(0,0,0,.1)}.connections{margin-top:10px}.connections a{display:block;text-decoration:none;color:#c6c4c4;margin-bottom:5px}.user-details{color:#c6c4c4;flex:1}.user-details h2{font-size:20px;color:#c6c4c4;margin-bottom:5px}.user-details p{color:#c6c4c4;margin-bottom:0}span{margin-right:10px}.spinner{width:50px;height:50px;border:5px solid rgba(0,0,0,.1);border-top-color:#abb2b7;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body{background-color:#1b1818}.playerspage{padding-top:10em}.card{width:200px;border:1px solid #b8a9a9;border-radius:10px;overflow:hidden;background-color:#f8f8f8;box-shadow:0 4px 8px rgba(1,1,1,.2);font-family:Arial,sans-serif}.imageContainer{padding:16px;display:flex;justify-content:center;align-items:center}.profileImage{width:100%;height:auto;border-radius:8px}.detailsContainer{padding:16px}.name{font-size:24px;margin:0;color:#333}.details{font-size:16px;color:#666;margin-top:8px}.profile{width:80%;max-width:800px;margin:20px auto;border:1px solid #ccc;padding:10em;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,.1);background-color:#1b1818}.header{color:#c6c4c4;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.header h1{color:#c6c4c4;font-size:24px;color:#333;margin:0}.save-btn{background-color:#007bff;color:#fff;border:none;padding:8px 16px;font-size:16px;border-radius:4px;cursor:pointer}.edit-section{margin-top:20px}.edit-section h2{font-size:18px;color:#333;margin-bottom:10px}.edit-field{color:#c6c4c4;display:flex;margin-bottom:10px;align-items:center}.edit-field label{width:150px;font-weight:700;color:#333;margin-right:10px}.edit-field input{flex:1;padding:8px;border:1px solid #ccc;border-radius:4px;font-size:14px}