*{background-color:#fff;margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;max-width:1200px;margin:0 auto;padding:20px}.profileHeader{text-align:center;margin-bottom:40px;padding:20px}.profileHeader>h1,.profileHeader>img{display:block;margin:0 auto}.profilePhoto{height:200px;width:200px;border-radius:100%;margin:0 auto 20px;display:block;object-fit:cover}.profileName{font-size:2.5rem;margin-bottom:20px;color:#2c3e50}.profileSocial{margin:20px 0}.profileSocial ul{list-style:none;padding:0;display:flex;justify-content:center;flex-wrap:wrap;gap:15px}.profileSocial a{text-decoration:none;color:#3498db;font-weight:500;padding:8px 16px;border:2px solid #3498db;border-radius:25px;transition:all .3s ease}.profileSocial a:hover{background-color:#3498db;color:#fff}.profileIntroduction{max-width:800px;margin:0 auto 40px;padding:20px}.profileIntroduction h2{color:#2c3e50;font-size:1.8rem;margin-bottom:20px;text-align:center;border-bottom:3px solid #3498db;padding-bottom:10px}.introduction-content{background-color:#f8f9fa;padding:20px;border-radius:8px}.introduction-content p{margin:0;text-align:justify;font-size:1.1rem;line-height:1.8;color:#555}.profileHonor{font-family:Times New Roman,serif;font-style:italic;color:#e74c3c;font-weight:700}.profileCertifications,.profileContact,.profileEducation,.profileProjects,.profileSkills,.profileWorkingExperience{max-width:800px;margin:0 auto 40px;padding:20px}.profileCertifications h2,.profileContact h2,.profileEducation h2,.profileProjects h2,.profileSkills h2,.profileWorkingExperience h2{color:#2c3e50;font-size:1.8rem;margin-bottom:20px;text-align:center;border-bottom:3px solid #3498db;padding-bottom:10px}.profileCertifications ul,.profileEducation ul,.profileWorkingExperience ul{list-style:none;padding:0}.profileCertifications li{background-color:#f8f9fa;margin:10px 0;padding:15px 20px;border-radius:8px;border-left:4px solid #3498db;transition:transform .2s ease}.profileCertifications li:hover{transform:translateX(5px)}.profileEducation li{background-color:#f8f9fa;margin:10px 0;padding:20px;border-radius:8px;border-left:4px solid #3498db}.education-line{padding:8px 0;color:#2c3e50;font-size:1.1rem;line-height:1.4}.education-line:first-child{font-weight:600;font-size:1.2rem;color:#3498db}.education-line:last-child{font-style:italic;color:#ed0f0f}.profileCertifications a{text-decoration:none;color:#3498db;font-weight:500}.profileCertifications a:hover{text-decoration:underline}.profileContact p{background-color:#f8f9fa;padding:15px 20px;margin:10px 0;text-align:center}.profileContact p,.project-item{border-radius:8px;border-left:4px solid #3498db}.project-item{margin:15px 0;overflow:hidden;transition:all .3s ease}.project-item:hover{transform:translateX(5px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.project-header{padding:15px 20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background-color:#f8f9fa;transition:background-color .3s ease;border-radius:8px 8px 0 0}.project-header:hover{background-color:#e9ecef}.project-header a{text-decoration:none;color:#3498db;font-weight:500;flex:1 1}.project-header a:hover{color:#2980b9;text-decoration:underline}.expand-icon{color:#3498db;font-size:12px;font-weight:700;transition:transform .3s ease}.project-item.expanded .expand-icon{transform:rotate(180deg)}.project-description{max-height:0;overflow:hidden;transition:max-height .3s ease;background-color:#fff;border-top:1px solid #e9ecef}.project-description p{margin:0;padding:15px 20px;line-height:1.6;color:#555}.project-description p:first-child{padding-top:20px}.project-description p:last-child{padding-bottom:20px}.project-description strong{color:#2c3e50}.experience-item{margin:15px 0;border-radius:8px;border-left:4px solid #3498db;overflow:hidden;transition:all .3s ease}.experience-item:hover{transform:translateX(5px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.experience-header{padding:15px 20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background-color:#f8f9fa;transition:background-color .3s ease;border-radius:8px 8px 0 0}.experience-header:hover{background-color:#e9ecef}.experience-title{color:#2c3e50;font-weight:600;flex:1 1}.experience-description{max-height:0;overflow:hidden;transition:max-height .3s ease;background-color:#fff;border-top:1px solid #e9ecef}.experience-description p{margin:0;padding:15px 20px;line-height:1.6;color:#555}.experience-description p:first-child{padding-top:20px}.experience-description p:last-child{padding-bottom:20px}.experience-description strong{color:#2c3e50}.profileSkills ul{list-style:none;padding:0}.profileSkills li{background-color:#f8f9fa;margin:10px 0;padding:20px;border-radius:8px;border-left:4px solid #3498db}.profileSkills h5{color:#2c3e50;font-size:1.1rem;margin-bottom:10px;font-weight:600}.profileSkills p{color:#555;line-height:1.6}.devs-log-container{position:fixed;top:20px;left:20px;z-index:1000;max-width:400px;background-color:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid #e9ecef;overflow:hidden;transition:all .3s ease}.devs-log-container:hover{box-shadow:0 12px 48px rgba(0,0,0,.15);transform:translateY(-2px)}.devs-log-header{padding:12px 16px;background:#fff;color:#000;cursor:pointer;border-bottom:1px solid #e0e0e0;font-weight:500;font-size:1rem}.devs-log-header:hover{background:#f5f5f5}.devs-log-title{font-weight:600;font-size:1.1rem;display:flex;align-items:center;gap:8px}.devs-log-toggle{font-size:14px;font-weight:700;transition:transform .3s ease}.devs-log-content{max-height:500px;overflow-y:auto;background-color:#fff}.devs-log-list{padding:0}.devs-log-entry{padding:8px 16px;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease;font-size:.9rem}.devs-log-entry:last-child{border-bottom:none}.devs-log-entry:hover{background-color:transparent}.devs-log-entry.clickable{cursor:pointer;transition:all .2s ease}.devs-log-entry.clickable:hover{background-color:transparent;transform:none;box-shadow:none}.devs-log-entry-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.devs-log-date{font-size:.8rem;color:#666;font-weight:400}.devs-log-type{padding:2px 6px;border-radius:4px;color:#666;font-size:.7rem;font-weight:400;text-transform:uppercase;letter-spacing:.3px;background-color:#f5f5f5}.devs-log-entry-title{font-size:.9rem;font-weight:500;color:#000;margin:0 0 4px;line-height:1.3;display:flex;align-items:center;justify-content:space-between}.devs-log-link-icon{font-size:.8rem;opacity:.7;transition:opacity .2s ease}.devs-log-entry.clickable:hover .devs-log-link-icon{opacity:.7}.devs-log-entry-description{font-size:.8rem;color:#666;line-height:1.4;margin:0}.project-content h2{font-size:1.3rem;font-weight:600;color:#2c3e50;margin:30px 0 15px;padding-bottom:8px;border-bottom:2px solid #e9ecef}.project-content h2:first-of-type{margin-top:0}.project-content ul{margin:15px 0;padding-left:20px}.project-content li{margin:8px 0;line-height:1.5}.project-content p{margin:15px 0}.project-content strong{font-weight:600;color:#2c3e50}.project-content blockquote{border-left:4px solid #3498db;margin:20px 0;font-style:italic;color:#555;background-color:#f8f9fa;padding:15px 20px;border-radius:4px}@media (max-width:768px){body{padding:15px}.profileName{font-size:2rem}.profilePhoto{height:150px;width:150px}.profileCertifications,.profileContact,.profileEducation,.profileIntroduction,.profileProjects,.profileSkills,.profileWorkingExperience{padding:15px;margin-bottom:30px}.profileSocial ul{flex-direction:column;align-items:center;gap:10px}.profileSocial a{display:block;width:200px;text-align:center}.devs-log-container{position:fixed;top:10px;left:10px;right:10px;max-width:none;width:calc(100% - 20px)}}@media (max-width:480px){body{padding:10px}.profileName{font-size:1.8rem}.profilePhoto{height:120px;width:120px}.profileIntroduction{padding:15px;margin-bottom:30px}.introduction-content p{font-size:1rem;text-align:left}.profileCertifications h2,.profileContact h2,.profileEducation h2,.profileProjects h2,.profileSkills h2,.profileWorkingExperience h2{font-size:1.5rem}}