.staff-profile__banner{background:linear-gradient(135deg,oklch(55% .15 260deg),oklch(50% .18 300deg));border-radius:.75rem .75rem 0 0;height:120px}.staff-profile__header{background:var(--surface);border-radius:.75rem;box-shadow:0 1px 2px rgba(0,0,0,.05),0 2px 8px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.05);overflow:hidden}.staff-profile__header-body{padding:0 1rem 1rem}.staff-profile__avatar{background:var(--surface-dim);border:3px solid var(--surface);border-radius:50%;box-shadow:0 2px 8px oklch(0 0 0deg/.15);height:96px;margin-top:-48px;overflow:hidden;width:96px}.staff-profile__avatar .avatar{border-radius:inherit;display:block;height:100%;width:100%}.staff-profile__header-info{margin-top:.5rem}.staff-profile__name-row{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between}.staff-profile__name{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;line-height:1.2;margin:0}.staff-profile__subtitle{color:var(--text-secondary);font-size:clamp(.875rem,2vw,1rem);margin-top:.125rem}.staff-profile__subtitle-dot{margin:0 .125rem}.staff-profile__group-link{color:var(--link);text-decoration:none}.staff-profile__group-link:hover{color:var(--link-hover);text-decoration:underline}.staff-profile__title{color:var(--text-secondary);font-style:italic;margin-top:.25rem}.staff-profile__metrics{border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-top:.75rem;padding-top:.75rem}.staff-profile__metric{align-items:center;display:flex;flex-direction:column;min-width:60px}.staff-profile__metric-value{color:var(--text);font-size:clamp(1rem,2.5vw,1.25rem);font-weight:700}.staff-profile__metric-label{color:var(--text-secondary);font-size:.75rem}.staff-profile__tabs{background:var(--surface);border-bottom:1px solid var(--border);margin-top:.75rem;position:sticky;top:0;z-index:10}.staff-profile__tabs-inner{display:flex;gap:0;overflow-x:auto;scrollbar-width:none}.staff-profile__tabs-inner::-webkit-scrollbar{display:none}.staff-profile__tab{border-bottom:2px solid transparent;color:var(--text-secondary);font-size:clamp(.75rem,1.5vw,.875rem);padding:.5rem .75rem;text-decoration:none;transition:color .2s,border-color .2s;white-space:nowrap}.staff-profile__tab:hover{color:var(--text)}.staff-profile__tab.is-active{border-bottom-color:var(--primary);color:var(--primary);font-weight:700}.staff-profile__section{margin-top:var(--section-spacing)}.staff-profile__bio{color:var(--text);line-height:1.6;margin-top:.5rem}.staff-profile__specs{display:flex;flex-wrap:wrap;gap:.125rem;margin-top:.75rem}.staff-profile__spec{align-items:center;background:var(--surface-dim);border-radius:50%;color:var(--text-secondary);display:inline-flex;font-size:clamp(.75rem,1.5vw,.875rem);font-weight:500;gap:.125rem;padding:.125rem .5rem}.staff-profile__spec--blue{background:oklch(95% .02 250deg);color:oklch(45% .15 250deg)}.staff-profile__spec--green{background:oklch(95% .03 150deg);color:oklch(40% .12 150deg)}.staff-profile__spec--purple{background:oklch(95% .03 300deg);color:oklch(45% .15 300deg)}.staff-profile__spec--orange{background:oklch(95% .04 80deg);color:oklch(45% .12 60deg)}.staff-profile__langs{align-items:baseline;color:var(--text-secondary);display:flex;flex-wrap:wrap;font-size:clamp(.75rem,1.5vw,.875rem);gap:.125rem .25rem;margin-top:.75rem}.staff-profile__langs-label{color:var(--text);font-weight:700}.staff-profile__langs-item:not(:last-child):after{content:"·";margin-left:.25rem}.staff-profile__highlight{align-items:center;color:var(--text-secondary);display:flex;font-size:clamp(.75rem,1.5vw,.875rem);gap:.25rem;margin-top:.5rem}.staff-profile__highlight-icon{flex-shrink:0}.staff-profile__highlight-label{color:var(--text);font-weight:700}.staff-profile__photo-grid{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));margin-top:.5rem}.staff-profile__photo-card{aspect-ratio:1;border-radius:.5rem;cursor:pointer;overflow:hidden}.staff-profile__photo-card img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .2s;width:100%}.staff-profile__photo-card:hover img{transform:scale(1.05)}.staff-profile__timeline{margin-top:.5rem;padding-left:calc(1rem + 4px);position:relative}.staff-profile__timeline:before{background:var(--border);bottom:4px;content:"";left:3px;position:absolute;top:4px;width:2px}.staff-profile__tl-item{padding-bottom:1rem;position:relative}.staff-profile__tl-item:last-child{padding-bottom:0}.staff-profile__tl-dot{background:var(--primary);border:2px solid var(--surface);border-radius:50%;box-shadow:0 0 0 2px var(--primary);height:8px;left:calc(-1rem - 4px);position:absolute;top:4px;width:8px}.staff-profile__tl-company{font-weight:700}.staff-profile__tl-company a{color:var(--link);text-decoration:none}.staff-profile__tl-company a:hover{color:var(--link-hover);text-decoration:underline}.staff-profile__tl-position{color:var(--text-secondary);margin-top:.125rem}.staff-profile__tl-period{color:var(--text-muted);font-size:clamp(.75rem,1.5vw,.875rem);margin-top:.125rem}.staff-profile__tl-duration{color:var(--text-muted)}.staff-profile__tl-desc{color:var(--text);line-height:1.6;margin-top:.25rem}.staff-profile__tl-tags{display:flex;flex-wrap:wrap;gap:.125rem;margin-top:.25rem}.staff-profile__tag{background:var(--surface-dim);border-radius:.25rem;color:var(--text-secondary);display:inline-block;font-size:.75rem;padding:.125rem .25rem}.staff-profile__tag--skill{background:oklch(95% .02 240deg);color:oklch(40% .08 240deg)}.staff-profile__verified{color:var(--success);font-size:.75rem;font-weight:700;margin-left:.125rem}.staff-profile__quals{display:grid;gap:.75rem;grid-template-columns:1fr;margin-top:.5rem}@media (width >= 64rem){.staff-profile__quals{grid-template-columns:repeat(2,1fr)}}.staff-profile__qual{border-radius:.75rem;display:flex;gap:.5rem;padding:.75rem;transition:opacity .2s}.staff-profile__qual--valid{border-left:3px solid var(--success)}.staff-profile__qual--expiring,.staff-profile__qual--valid{background:var(--surface);box-shadow:0 1px 2px rgba(0,0,0,.05),0 2px 8px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.05)}.staff-profile__qual--expiring{border-left:3px solid var(--warning)}.staff-profile__qual--expired{background:var(--surface-dim);border-left:3px solid var(--text-muted);opacity:.65}.staff-profile__qual-icon{flex-shrink:0;font-size:clamp(1.25rem,3vw,1.5rem);line-height:1}.staff-profile__qual-body{flex:1;min-width:0}.staff-profile__qual-name{font-weight:700}.staff-profile__qual-org{color:var(--text-secondary);font-size:clamp(.75rem,1.5vw,.875rem);margin-top:.125rem}.staff-profile__qual-status{font-size:clamp(.75rem,1.5vw,.875rem);margin-top:.25rem}.staff-profile__qual--valid .staff-profile__qual-status{color:var(--success)}.staff-profile__qual--expiring .staff-profile__qual-status{color:var(--warning)}.staff-profile__qual--expired .staff-profile__qual-status{color:var(--error)}.staff-profile__offers{display:grid;gap:var(--content-spacing);grid-template-columns:1fr;margin-top:.5rem}@media (width >= 48rem){.staff-profile__offers{grid-template-columns:repeat(4,1fr)}}.staff-profile__offers-footer{align-items:center;border-top:1px solid var(--border);color:var(--text-secondary);display:flex;flex-wrap:wrap;font-size:clamp(.75rem,1.5vw,.875rem);gap:.5rem;justify-content:space-between;margin-top:.75rem;padding-top:.75rem}.staff-profile__awards{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));margin-top:.5rem}.staff-profile__award{border-radius:.5rem;cursor:pointer;overflow:hidden}.staff-profile__award .img{display:block;height:auto;width:100%}.staff-profile__reviews{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.staff-profile__review{background:var(--surface);border-radius:.75rem;box-shadow:0 1px 2px rgba(0,0,0,.05),0 2px 8px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.05);padding:.75rem}.staff-profile__review-header{align-items:flex-start;display:flex;gap:.5rem;margin-bottom:.5rem}.staff-profile__review-avatar{align-items:center;background:var(--surface-dim);border-radius:50%;color:var(--text-secondary);display:flex;flex-shrink:0;font-weight:700;height:40px;justify-content:center;width:40px}.staff-profile__review-info{flex:1;min-width:0}.staff-profile__review-author{font-weight:700}.staff-profile__review-meta{color:var(--text-secondary);font-size:clamp(.75rem,1.5vw,.875rem)}.staff-profile__review-meta a{color:var(--link);text-decoration:none}.staff-profile__review-meta a:hover{color:var(--link-hover)}.staff-profile__review-rating{align-items:center;color:var(--warning);display:flex;flex-shrink:0;gap:1px}.staff-profile__review-score{color:var(--text);font-size:clamp(.75rem,1.5vw,.875rem);font-weight:700;margin-left:.125rem}.staff-profile__review-text{color:var(--text);line-height:1.6}