.who-shell{min-height:100vh;display:flex;flex-direction:column;background:transparent;color:var(--text);font-family:var(--font-body);position:relative;overflow-x:hidden}.who-nav{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 4rem;background:transparent;position:absolute;top:0;left:0;right:0;z-index:10}.who-actions{display:flex;gap:1rem}.who-btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border-radius:999px;padding:.38rem 1rem;text-decoration:none;font-weight:700;border:1px solid color-mix(in srgb,var(--brand-cyan) 40%,var(--border));color:var(--brand-deep);background:color-mix(in srgb,#fff 88%,var(--bg-soft));font-size:.95rem;font-family:var(--font-body);cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease}.who-btn:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--brand-pink) 55%,var(--brand-cyan))}.who-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem;position:relative;z-index:2;animation:app-fade-up .6s ease-out}.who-title{font-family:"Baloo 2",cursive;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;margin-bottom:3rem;text-align:center;letter-spacing:-.02em;color:var(--text);text-shadow:0 4px 20px rgba(0,0,0,.3)}.who-profile-list{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem;list-style:none;padding:0;margin:0 0 5rem;max-width:1200px}.who-profile-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--text-muted);transition:transform .3s cubic-bezier(.25,.46,.45,.94),color .3s ease;width:clamp(120px,15vw,180px)}.who-profile-item:hover,.who-profile-item:focus{color:var(--text);outline:none}.who-avatar-wrap{width:100%;aspect-ratio:1;border-radius:24px;overflow:hidden;margin-bottom:1.5rem;border:4px solid color-mix(in srgb,var(--brand-cyan) 20%,transparent);transition:all .3s cubic-bezier(.25,.46,.45,.94);background:var(--surface);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 10px 30px #0003}.who-avatar-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.who-profile-item:hover .who-avatar-wrap,.who-profile-item:focus .who-avatar-wrap{border-color:var(--brand-pink);transform:translateY(-8px) scale(1.05);box-shadow:0 15px 40px #0006}.who-profile-item:active .who-avatar-wrap{transform:translateY(-4px) scale(1.02);transition-duration:.1s}.who-profile-item:hover .who-avatar-wrap img,.who-profile-item:focus .who-avatar-wrap img{transform:scale(1.1)}.who-profile-name{font-family:"Baloo 2",cursive;font-size:1.8rem;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.who-profile-item:hover .who-profile-name,.who-profile-item:focus .who-profile-name{transform:translateY(4px);color:var(--brand-cyan)}.who-add-profile{display:flex;align-items:center;justify-content:center;background:var(--bg-soft)!important;border:4px solid color-mix(in srgb,var(--brand-cyan) 30%,var(--border))!important}.who-add-profile span{font-size:5rem;color:var(--text-muted);font-weight:200;transition:color .3s ease}.who-profile-item:hover .who-add-profile,.who-profile-item:focus .who-add-profile{border-color:var(--brand-pink)!important;background:color-mix(in srgb,var(--brand-pink) 15%,var(--bg-soft))!important}.who-profile-item:hover .who-add-profile span,.who-profile-item:focus .who-add-profile span{color:var(--brand-pink)}.who-manage-wrap{text-align:center}.who-manage-btn{display:inline-block;background:color-mix(in srgb,#fff 86%,var(--bg-soft));color:var(--brand-deep);border:1px solid color-mix(in srgb,var(--brand-cyan) 36%,var(--border));border-radius:999px;padding:.8rem 2.5rem;font-size:1.15rem;text-decoration:none;font-weight:800;transition:color .15s ease,border-color .15s ease,background .15s ease}.who-manage-btn:hover,.who-manage-btn:focus{background:var(--brand-cyan);color:#082640;border-color:color-mix(in srgb,var(--brand-cyan) 70%,#082640);outline:none}.who-message{color:var(--brand-pink);margin-bottom:1rem;text-align:center;font-size:1.2rem;background:color-mix(in srgb,var(--brand-pink) 14%,transparent);border:1px solid color-mix(in srgb,var(--brand-pink) 36%,transparent);padding:.6rem 1rem;border-radius:10px}.who-message:empty{display:none}@media(max-width:600px){.who-nav{padding:1.5rem 1rem;justify-content:center}.who-actions{position:absolute;right:1.5rem;top:1.5rem}.who-profile-list{gap:1.5rem}.who-title{margin-top:2rem}}
