.AuthorProfile-module__oRmNtW__page{background:var(--bg-primary);min-height:100vh;padding:2rem 1rem 4rem}.AuthorProfile-module__oRmNtW__container{max-width:1200px;margin:0 auto}.AuthorProfile-module__oRmNtW__backLink{color:var(--text-secondary);align-items:center;gap:8px;margin-bottom:2rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:inline-flex}.AuthorProfile-module__oRmNtW__backLink:hover{color:var(--accent-primary)}.AuthorProfile-module__oRmNtW__header{background:var(--bg-card);border:1px solid var(--border-default);border-radius:16px;margin-bottom:2rem;padding:2rem}.AuthorProfile-module__oRmNtW__profileSection{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.AuthorProfile-module__oRmNtW__avatar{background:linear-gradient(135deg,#7c3aed 0%,#a855f7 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:relative;overflow:hidden}.AuthorProfile-module__oRmNtW__avatarImage{object-fit:cover}.AuthorProfile-module__oRmNtW__avatarInitial{color:#fff;font-size:2.5rem;font-weight:700}.AuthorProfile-module__oRmNtW__profileInfo{flex:1}.AuthorProfile-module__oRmNtW__name{color:var(--text-primary);margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.AuthorProfile-module__oRmNtW__joinDate{color:var(--text-muted);margin:0 0 1rem;font-size:.875rem}.AuthorProfile-module__oRmNtW__linkedInLink{color:#fff;background:#0077b5;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.AuthorProfile-module__oRmNtW__linkedInLink:hover{background:#006097;transform:translateY(-1px)}.AuthorProfile-module__oRmNtW__linkedInLink svg{font-size:1rem}.AuthorProfile-module__oRmNtW__stats{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;display:grid}.AuthorProfile-module__oRmNtW__statCard{background:var(--bg-secondary);border-radius:12px;align-items:center;gap:.75rem;padding:1rem;display:flex}.AuthorProfile-module__oRmNtW__statIcon{color:#a855f7;background:#a855f71a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;display:flex}.AuthorProfile-module__oRmNtW__statContent{flex-direction:column;display:flex}.AuthorProfile-module__oRmNtW__statValue{color:var(--text-primary);font-size:1.25rem;font-weight:700;line-height:1.2}.AuthorProfile-module__oRmNtW__statLabel{color:var(--text-muted);font-size:.75rem}.AuthorProfile-module__oRmNtW__aboutSection{background:var(--bg-card);border:1px solid var(--border-default);border-radius:16px;margin-bottom:2rem;padding:2rem}.AuthorProfile-module__oRmNtW__aboutText{color:var(--text-secondary);white-space:pre-wrap;margin:0;font-size:1rem;line-height:1.7}.AuthorProfile-module__oRmNtW__projectsSection{background:var(--bg-card);border:1px solid var(--border-default);border-radius:16px;padding:2rem}.AuthorProfile-module__oRmNtW__sectionTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin:0 0 1.5rem;font-size:1.25rem;font-weight:600;display:flex}.AuthorProfile-module__oRmNtW__projectCount{color:var(--text-muted);font-size:1rem;font-weight:400}.AuthorProfile-module__oRmNtW__projectsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.AuthorProfile-module__oRmNtW__projectCard{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:12px;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;overflow:hidden}.AuthorProfile-module__oRmNtW__projectCard:hover{border-color:var(--accent-primary);transform:translateY(-4px);box-shadow:0 8px 30px #0000004d}.AuthorProfile-module__oRmNtW__projectThumbnail{background:var(--bg-tertiary);width:100%;height:160px;position:relative}.AuthorProfile-module__oRmNtW__thumbnailImage{object-fit:cover}.AuthorProfile-module__oRmNtW__thumbnailPlaceholder{width:100%;height:100%;color:var(--text-muted);background:linear-gradient(135deg,var(--bg-secondary)0%,var(--bg-tertiary)100%);justify-content:center;align-items:center;font-size:3rem;font-weight:700;display:flex}.AuthorProfile-module__oRmNtW__categoryBadge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#0009;border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:500;position:absolute;top:12px;left:12px}.AuthorProfile-module__oRmNtW__projectContent{padding:1.25rem}.AuthorProfile-module__oRmNtW__projectTitle{color:var(--text-primary);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0 0 .5rem;font-size:1rem;font-weight:600;display:-webkit-box;overflow:hidden}.AuthorProfile-module__oRmNtW__projectDescription{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 1rem;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.AuthorProfile-module__oRmNtW__projectStats{gap:1rem;display:flex}.AuthorProfile-module__oRmNtW__projectStat{color:var(--text-muted);align-items:center;gap:4px;font-size:.8rem;display:flex}.AuthorProfile-module__oRmNtW__projectStat svg{color:var(--accent-primary);font-size:.75rem}.AuthorProfile-module__oRmNtW__emptyState{text-align:center;color:var(--text-muted);padding:3rem 1rem}@media (max-width:768px){.AuthorProfile-module__oRmNtW__page{padding:1rem}.AuthorProfile-module__oRmNtW__header{padding:1.5rem}.AuthorProfile-module__oRmNtW__profileSection{text-align:center;flex-direction:column}.AuthorProfile-module__oRmNtW__avatar{width:80px;height:80px}.AuthorProfile-module__oRmNtW__avatarInitial{font-size:2rem}.AuthorProfile-module__oRmNtW__name{font-size:1.5rem}.AuthorProfile-module__oRmNtW__stats{grid-template-columns:repeat(2,1fr)}.AuthorProfile-module__oRmNtW__projectsGrid{grid-template-columns:1fr}}
