.profile-module__tmavfa__profilePage{min-height:100vh}.profile-module__tmavfa__profilePage[data-theme=dark]{--text-primary:#f4f4f5;--text-secondary:#ffffffb8;--text-tertiary:#ffffff80;--bg-card:#17191e;--bg-elevated:#1d2026;--border:#ffffff1a;--accent-subtle:#ffffff0f;color:var(--text-primary);background:#0e0f12}.profile-module__tmavfa__profilePage[data-theme=light]{--text-primary:#14151a;--text-secondary:#4b5563;--text-tertiary:#8a8f98;--bg-card:#fff;--bg-elevated:#f6f7f9;--border:#00000017;--accent-subtle:#0000000a;color:var(--text-primary);background:#fbfbfc}.profile-module__tmavfa__backNav{padding:120px 0 0}.profile-module__tmavfa__backLink{color:var(--text-tertiary);align-items:center;gap:6px;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.profile-module__tmavfa__backLink:hover{color:var(--accent)}.profile-module__tmavfa__profileHero{border-bottom:1px solid var(--border);background:linear-gradient(#6e56f00d 0%,#0000 100%);padding:40px 0 56px}.profile-module__tmavfa__profileHeader{align-items:flex-start;gap:32px;display:flex}.profile-module__tmavfa__profileAvatar{object-fit:cover;border:2px solid var(--border);border-radius:50%;flex-shrink:0;width:96px;height:96px}.profile-module__tmavfa__profileAvatarFallback{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:96px;height:96px;display:flex}.profile-module__tmavfa__profileAvatarInitials{color:#fff;letter-spacing:.02em;font-size:28px;font-weight:700}.profile-module__tmavfa__profileMeta{flex:1;min-width:0}.profile-module__tmavfa__profileNameRow{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.profile-module__tmavfa__profileName{color:var(--text-primary);font-size:32px;font-weight:700;line-height:1.2}.profile-module__tmavfa__certBadgeLg{color:#22c55e;white-space:nowrap;background:#22c55e1f;border:1px solid #22c55e33;border-radius:100px;align-items:center;gap:5px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.profile-module__tmavfa__profileHeadline{color:var(--text-secondary);margin-top:6px;font-size:17px;line-height:1.5}.profile-module__tmavfa__profileLocation{color:var(--text-tertiary);align-items:center;gap:6px;margin-top:8px;font-size:14px;display:flex}.profile-module__tmavfa__profileLocation svg{color:var(--accent)}.profile-module__tmavfa__statsRow{flex-wrap:wrap;align-items:center;gap:24px;margin-top:20px;display:flex}.profile-module__tmavfa__stat{align-items:center;gap:5px;display:flex}.profile-module__tmavfa__statValue{color:var(--text-primary);font-size:15px;font-weight:600}.profile-module__tmavfa__statLabel{color:var(--text-tertiary);font-size:13px}.profile-module__tmavfa__profileBody{grid-template-columns:1fr 320px;align-items:start;gap:48px;padding:56px 0 24px;display:grid}.profile-module__tmavfa__mainCol{flex-direction:column;gap:48px;min-width:0;display:flex}.profile-module__tmavfa__sectionTitle{color:var(--text-primary);border-bottom:1px solid var(--border);margin-bottom:20px;padding-bottom:12px;font-size:20px;font-weight:600}.profile-module__tmavfa__bioText{color:var(--text-secondary);white-space:pre-wrap;font-size:16px;line-height:1.75}.profile-module__tmavfa__portfolioGrid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.profile-module__tmavfa__portfolioItem{border-radius:var(--radius-md);background:var(--bg-elevated);position:relative;overflow:hidden}.profile-module__tmavfa__portfolioImg{aspect-ratio:4/3;object-fit:cover;width:100%;height:auto;transition:transform .35s var(--ease);display:block}.profile-module__tmavfa__portfolioItem:hover .profile-module__tmavfa__portfolioImg{transform:scale(1.03)}.profile-module__tmavfa__portfolioCaption{color:var(--text-tertiary);padding:8px 10px;font-size:12px;line-height:1.4}.profile-module__tmavfa__portfolioEvent{color:var(--accent);padding:0 10px 8px;font-size:11px;font-weight:500}.profile-module__tmavfa__sidebar{flex-direction:column;gap:20px;display:flex;position:sticky;top:80px}.profile-module__tmavfa__sideCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.profile-module__tmavfa__sideCardTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px;font-size:14px;font-weight:600}.profile-module__tmavfa__sideCardDesc{color:var(--text-secondary);margin-bottom:20px;font-size:14px;line-height:1.6}.profile-module__tmavfa__specialtyTags{flex-wrap:wrap;gap:8px;display:flex}.profile-module__tmavfa__specialtyTag{background:var(--accent-subtle);color:var(--accent);white-space:nowrap;border:1px solid #7c3aed26;border-radius:100px;padding:4px 12px;font-size:12px;font-weight:500;display:inline-block}.profile-module__tmavfa__linkList{flex-direction:column;gap:8px;display:flex}.profile-module__tmavfa__externalLink{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);justify-content:space-between;align-items:center;padding:8px 12px;font-size:14px;font-weight:450;text-decoration:none;transition:all .2s;display:flex}.profile-module__tmavfa__externalLink:hover{border-color:var(--accent);color:var(--accent)}@media (max-width:900px){.profile-module__tmavfa__profileBody{grid-template-columns:1fr}.profile-module__tmavfa__sidebar{order:-1;position:static}.profile-module__tmavfa__portfolioGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.profile-module__tmavfa__backNav{padding-top:100px}.profile-module__tmavfa__profileHeader{flex-direction:column;gap:20px}.profile-module__tmavfa__profileName{font-size:24px}.profile-module__tmavfa__statsRow{gap:16px}.profile-module__tmavfa__portfolioGrid{grid-template-columns:1fr}}
