.profile-header{display:flex;gap:1rem;align-items:center;margin-bottom:1.25rem}.profile-avatar-wrap{flex-shrink:0}.profile-avatar{width:4.5rem;height:4.5rem;border-radius:50%;object-fit:cover;display:block;background:var(--secondary-bg)}.profile-avatar-placeholder{display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:var(--text-muted)}.profile-header-text{min-width:0}.profile-name{margin:0;font-size:1.35rem;line-height:1.3}.profile-username{margin:.15rem 0 0;font-size:.9rem}.profile-points{display:inline-flex;align-items:center;gap:.3rem;margin:.4rem 0 0;font-weight:700;color:var(--primary);font-size:.95rem}.profile-diamond{color:#5b9dff;flex-shrink:0}[data-theme=dark] .profile-diamond{color:#7aafff}.profile-me-badge{margin:.25rem 0 0;font-size:.8rem}.profile-about{margin-bottom:1.25rem;padding:.9rem 1rem}.profile-about-text{margin:0;line-height:1.7;white-space:pre-wrap}.profile-lists{display:grid;grid-gap:1.5rem;gap:1.5rem}@media (min-width:576px){.profile-lists{grid-template-columns:1fr 1fr;align-items:start}.profile-lists>.profile-courses:only-child,.profile-lists>.profile-webinars:only-child{grid-column:1/-1;max-width:540px}}.profile-section-title{margin:0 0 .75rem;font-size:1.1rem}.profile-course-list{display:flex;flex-direction:column;gap:.65rem}.profile-course-row{display:flex;gap:.75rem;padding:.65rem;background:var(--bg-card);border:1px solid var(--border);border-radius:.55rem;text-decoration:none;color:inherit;box-shadow:var(--shadow);transition:border-color .15s ease}.profile-course-row:hover{text-decoration:none;border-color:var(--primary);color:inherit}.profile-course-media{width:4.5rem;height:4.5rem;border-radius:.4rem;overflow:hidden;flex-shrink:0;background:var(--secondary-bg)}.profile-course-media img{width:100%;height:100%;object-fit:cover;display:block}.profile-course-placeholder{width:100%;height:100%;background:var(--secondary-bg)}.profile-course-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.profile-course-title{margin:0;font-size:.92rem;font-weight:700;line-height:1.35}.profile-course-progress-meta{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--text-muted)}.profile-course-bar{height:.3rem;border-radius:999px;background:var(--secondary-bg);overflow:hidden;margin-top:.15rem}.profile-course-bar-fill{height:100%;background:var(--primary);border-radius:999px}.profile-trophy{display:inline-flex;align-items:center;color:#198754;font-size:1rem;line-height:1;-webkit-margin-start:.35rem;margin-inline-start:.35rem}[data-theme=dark] .profile-trophy{color:#75b798}.profile-trophy-icon{display:block}.profile-enrolled{margin:.15rem 0 0;font-size:.8rem}