
.profile-hero{background:linear-gradient(120deg,rgba(3,17,29,.94),rgba(12,52,96,.78)),url("https://cdn.nba.com/manage/2026/04/26-NBA-DRAFT-desktop-scaled.png") center/cover no-repeat}.prospect-card{overflow:hidden;border-color:var(--bs-border-color-translucent)}.headshot-wrap{position:relative;aspect-ratio:1/1;background:radial-gradient(circle at 50% 30%,#30465f,#111820 72%);overflow:hidden}.headshot-wrap img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .25s ease}.prospect-card:hover .headshot-wrap img{transform:scale(1.025)}.rank-badge{position:absolute;top:.75rem;left:.75rem}.meta-list{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.meta-list>div{background:var(--bs-tertiary-bg);padding:.65rem;border-radius:.5rem}.meta-list small,.meta-list strong{display:block}.profile-detail-headshot{width:min(100%,440px);aspect-ratio:1/1;object-fit:cover;object-position:center top;background:#17212b;border-radius:1rem}.profile-stat{background:var(--bs-tertiary-bg);border:1px solid var(--bs-border-color);border-radius:.75rem;padding:1rem;height:100%}.profile-stat small,.profile-stat strong{display:block}.profile-source-note{font-size:.86rem}.profile-nav-card{position:sticky;top:6rem}@media(max-width:767.98px){.profile-hero{background-image:linear-gradient(120deg,rgba(3,17,29,.95),rgba(12,52,96,.82)),url("https://cdn.nba.com/manage/2026/06/26-NBA-DRAFT-mobile-1.png")}.profile-nav-card{position:static}}

/* v3.11.30 directory headshot refinement */
.headshot-wrap{background:radial-gradient(circle at 50% 24%,#46627f 0,#243548 35%,#101820 78%)}
.headshot-wrap::after{content:"";position:absolute;inset:auto 0 0;height:26%;background:linear-gradient(transparent,rgba(3,17,29,.36));pointer-events:none}
.headshot-wrap img{object-fit:contain;object-position:center bottom;filter:drop-shadow(0 .75rem 1rem rgba(0,0,0,.25))}
.prospect-card:hover .headshot-wrap img{transform:scale(1.035)}
@media(min-width:992px){.headshot-wrap{aspect-ratio:4/3}.headshot-wrap img{object-fit:contain}}

/* Global width standard v3.11.36 */
:root{
 --site-max-width:1600px;
 --site-padding:24px;
}
.nlt-site-container{
 width:100%;
 max-width:var(--site-max-width);
 margin-inline:auto;
 padding-inline:var(--site-padding);
}
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl{
 max-width:1600px !important;
}
